@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300;1,9..40,400&display=swap");:root{--navy:#1a1a2e;--navy-deep:#0f0f1e;--navy-light:#242445;--purple:#7f5af0;--purple-dim:rgba(127,90,240,.15);--purple-glow:rgba(127,90,240,.3);--green:#2cb67d;--green-dim:rgba(44,182,125,.15);--coral:#e45858;--coral-dim:rgba(228,88,88,.15);--white:#fffffe;--white-muted:rgba(255,255,254,.6);--white-faint:rgba(255,255,254,.08);--font-serif:"Instrument Serif",Georgia,serif;--font-sans:"DM Sans",system-ui,sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{overflow-x:hidden}body{font-family:var(--font-sans);background:var(--navy-deep);color:var(--white);line-height:1.6}.ambient-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ambient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.25;animation:drift 20s ease-in-out infinite}.ambient-orb--purple{width:600px;height:600px;background:var(--purple);top:-10%;right:-5%;animation-delay:0s}.ambient-orb--green{width:400px;height:400px;background:var(--green);bottom:10%;left:-8%;animation-delay:-7s}.ambient-orb--coral{width:300px;height:300px;background:var(--coral);top:50%;right:20%;opacity:.1;animation-delay:-14s}@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.page-content{position:relative;z-index:2}.container{max-width:1200px;margin:0 auto;padding:0 16px}section{padding:72px 0}@media (min-width:769px){.container{padding:0 24px}section{padding:100px 0}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:all .4s ease}.nav.scrolled{background:rgba(15,15,30,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--white-faint);padding:14px 0}.nav-inner{justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px;text-decoration:none}.nav-logo-icon{width:36px;height:36px}.nav-logo-text{font-family:var(--font-serif);font-size:1.5rem;color:var(--white);letter-spacing:-.02em}.nav-links{display:none;align-items:center;gap:32px;list-style:none}.nav-links a{color:var(--white-muted);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.02em;transition:color .3s ease}.nav-links a:hover{color:var(--white)}.nav-cta{padding:10px 24px;background:linear-gradient(135deg,var(--purple),var(--green));border:none;border-radius:100px;color:var(--white)!important;font-weight:500!important;font-size:.85rem!important;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;text-decoration:none}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 30px rgba(127,90,240,.3)}.mobile-menu-btn{display:block;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:4px}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(15,15,30,.97);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:24px;gap:20px;border-bottom:1px solid var(--white-faint)}@media (min-width:769px){.nav-links{display:flex}.mobile-menu-btn{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:80px;position:relative}.hero-content{max-width:720px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--white-faint);border:1px solid rgba(255,255,254,.06);border-radius:100px;font-size:.8rem;color:var(--white-muted);margin-bottom:40px;letter-spacing:.04em}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{font-family:var(--font-serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.08;letter-spacing:-.03em;margin-bottom:28px;color:var(--white)}.hero h1 em{font-style:italic;background:linear-gradient(135deg,var(--purple),var(--green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1rem;line-height:1.7;color:var(--white-muted);max-width:520px;margin:0 auto 36px;font-weight:300}@media (min-width:769px){.hero-sub{font-size:1.15rem;margin-bottom:48px}}.hero-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}@media (min-width:769px){.hero-actions{flex-direction:row;gap:16px}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--purple),var(--green));border:none;border-radius:100px;color:var(--white);font-family:var(--font-sans);font-size:.95rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;text-decoration:none;width:100%;max-width:320px}@media (min-width:769px){.btn-primary{width:auto;max-width:none;padding:16px 36px;font-size:1rem}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(127,90,240,.35)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:transparent;border:1px solid rgba(255,255,254,.15);border-radius:100px;color:var(--white-muted);font-family:var(--font-sans);font-size:.95rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-decoration:none;width:100%;max-width:320px}@media (min-width:769px){.btn-secondary{width:auto;max-width:none;padding:16px 36px;font-size:1rem}}.btn-secondary:hover{border-color:rgba(255,255,254,.3);color:var(--white);background:var(--white-faint)}.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:none;flex-direction:column;align-items:center;gap:8px;color:var(--white-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;animation:float 3s ease-in-out infinite}@media (min-width:769px){.hero-scroll{display:flex}}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--white-muted),transparent)}@keyframes float{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.chat-preview-section{padding-bottom:40px;overflow:hidden}.phone-frame-wrapper{display:flex;justify-content:center;perspective:1200px;padding:20px 0}.phone-frame{position:relative;width:280px;transform:rotate(-4deg) rotateY(5deg);transition:transform .5s cubic-bezier(.22,1,.36,1);transform-style:preserve-3d}@media (min-width:769px){.phone-frame{width:340px;transform:rotate(-6deg) rotateY(8deg)}}.phone-frame:hover{transform:rotate(-1deg) rotateY(2deg)}.phone-btn{position:absolute;background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border-radius:2px;z-index:5}.phone-btn--power{width:3px;height:40px;right:-3px;top:120px;border-radius:0 2px 2px 0;box-shadow:1px 0 2px rgba(0,0,0,.5)}.phone-btn--vol-up{top:100px}.phone-btn--vol-down,.phone-btn--vol-up{width:3px;height:28px;left:-3px;border-radius:2px 0 0 2px;box-shadow:-1px 0 2px rgba(0,0,0,.5)}.phone-btn--vol-down{top:140px}.phone-bezel{position:relative;background:linear-gradient(145deg,#1c1c1c,#0a0a0a);border-radius:36px;padding:10px 10px 14px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 30px 60px rgba(0,0,0,.6),0 50px 100px rgba(0,0,0,.4),0 0 80px rgba(127,90,240,.06),inset 0 1px 0 hsla(0,0%,100%,.1),inset 1px 0 0 hsla(0,0%,100%,.05),inset 0 -1px 0 rgba(0,0,0,.3)}@media (min-width:769px){.phone-bezel{border-radius:44px;padding:12px 12px 16px}}.phone-camera{width:10px;height:10px;border-radius:50%;background:radial-gradient(circle,#1a1a2e 40%,#0a0a0a 60%);border:1px solid hsla(0,0%,100%,.08);margin:6px auto 8px;box-shadow:inset 0 1px 2px rgba(0,0,0,.8),0 0 4px rgba(127,90,240,.15)}@media (min-width:769px){.phone-camera{width:12px;height:12px;margin:8px auto 10px}}.phone-screen{background:var(--navy);border-radius:26px;overflow:hidden;border:1px solid hsla(0,0%,100%,.03);box-shadow:inset 0 0 20px rgba(0,0,0,.3)}@media (min-width:769px){.phone-screen{border-radius:32px}}.chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--white-faint)}@media (min-width:769px){.chat-header{gap:12px;padding:20px 24px}}.chat-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}@media (min-width:769px){.chat-avatar{width:40px;height:40px;font-size:1.2rem}}.chat-avatar--listener{background:var(--purple-dim)}.chat-header-info h4{font-family:var(--font-serif);font-size:.9rem;font-weight:400}@media (min-width:769px){.chat-header-info h4{font-size:1.05rem}}.chat-header-info span{font-size:.7rem;color:var(--green)}.chat-messages{padding:14px;display:flex;flex-direction:column;gap:10px;min-height:240px}@media (min-width:769px){.chat-messages{padding:20px;gap:14px;min-height:280px}}.chat-bubble{max-width:88%;padding:10px 14px;border-radius:18px;font-size:.78rem;line-height:1.5;animation:bubble-in .6s cubic-bezier(.22,1,.36,1) backwards}@media (min-width:769px){.chat-bubble{padding:14px 18px;border-radius:20px;font-size:.88rem;line-height:1.55}}.chat-bubble--ai{background:var(--navy-light);border-bottom-left-radius:6px;align-self:flex-start;color:var(--white)}.chat-bubble--user{background:linear-gradient(135deg,var(--purple),#6045d4);border-bottom-right-radius:6px;align-self:flex-end;color:var(--white)}.chat-bubble:first-child{animation-delay:.3s}.chat-bubble:nth-child(2){animation-delay:.8s}.chat-bubble:nth-child(3){animation-delay:1.5s}.chat-bubble:nth-child(4){animation-delay:2.2s}@keyframes bubble-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-typing{display:flex;gap:4px;padding:14px 18px;align-self:flex-start;animation:bubble-in .4s cubic-bezier(.22,1,.36,1) 2.8s backwards}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--white-muted);animation:typing-bounce 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.companions-section{position:relative}.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--purple);margin-bottom:16px;font-weight:500}.section-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.section-subtitle{font-size:1.05rem;color:var(--white-muted);max-width:540px;font-weight:300;line-height:1.7;margin-bottom:60px}.companions-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:769px){.companions-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.companion-card{position:relative;padding:28px 20px;border-radius:20px;border:1px solid var(--white-faint);background:rgba(26,26,46,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease;overflow:hidden}.companion-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:24px 24px 0 0;opacity:0;transition:opacity .4s ease}.companion-card:hover{transform:translateY(-6px)}.companion-card:hover:before{opacity:1}.companion-card--listener:before{background:var(--purple)}.companion-card--listener:hover{border-color:rgba(127,90,240,.3);box-shadow:0 20px 60px rgba(127,90,240,.12)}.companion-card--guide:before{background:var(--green)}.companion-card--guide:hover{border-color:rgba(44,182,125,.3);box-shadow:0 20px 60px rgba(44,182,125,.12)}.companion-card--friend:before{background:var(--coral)}.companion-card--friend:hover{border-color:rgba(228,88,88,.3);box-shadow:0 20px 60px rgba(228,88,88,.12)}.companion-emoji{font-size:2.5rem;margin-bottom:20px;display:block}.companion-name{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;margin-bottom:4px}.companion-tagline{font-size:.85rem;color:var(--white-muted);margin-bottom:20px;font-style:italic}.companion-desc{font-size:.9rem;color:var(--white-muted);line-height:1.65;font-weight:300}.companion-sample{margin-top:24px;padding:16px;border-radius:16px;font-size:.85rem;line-height:1.55;font-style:italic;color:var(--white)}.companion-card--listener .companion-sample{background:var(--purple-dim)}.companion-card--guide .companion-sample{background:var(--green-dim)}.companion-card--friend .companion-sample{background:var(--coral-dim)}.features-section{position:relative}.features-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:769px){.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.feature-card{padding:28px 20px;border-radius:18px;border:1px solid var(--white-faint);background:rgba(26,26,46,.4);transition:border-color .3s ease,transform .3s ease}.feature-card:hover{border-color:rgba(255,255,254,.12);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:20px}.feature-icon--purple{background:var(--purple-dim)}.feature-icon--green{background:var(--green-dim)}.feature-icon--coral{background:var(--coral-dim)}.feature-card h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:400;margin-bottom:10px}.feature-card p{font-size:.9rem;color:var(--white-muted);line-height:1.65;font-weight:300}.how-section,.steps-container{position:relative}.steps-container{display:flex;flex-direction:column;gap:36px;max-width:900px;margin:0 auto}.steps-container:before{content:"";position:absolute;top:30px;bottom:30px;left:28px;width:1px;height:auto;background:linear-gradient(180deg,var(--purple),var(--green));opacity:.3}@media (min-width:769px){.steps-container{flex-direction:row;gap:0}.steps-container:before{top:36px;bottom:auto;left:36px;right:36px;width:auto;height:1px;background:linear-gradient(90deg,var(--purple),var(--green))}}.step{flex:1 1;text-align:left;position:relative;padding-left:72px}@media (min-width:769px){.step{text-align:center;padding-left:0}}.step-number{width:56px;height:56px;border-radius:50%;background:var(--navy);border:1px solid var(--white-faint);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.25rem;color:var(--purple);position:absolute;left:0;top:0;z-index:2}@media (min-width:769px){.step-number{position:relative;width:72px;height:72px;font-size:1.5rem;margin:0 auto 24px}}.step h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;margin-bottom:8px}.step p{font-size:.85rem;color:var(--white-muted);line-height:1.6;max-width:240px;margin:0;font-weight:300}@media (min-width:769px){.step p{margin:0 auto}}.pricing-section{position:relative}.pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;max-width:960px;margin:0 auto}@media (min-width:769px){.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.pricing-card{padding:28px 20px;border-radius:20px;border:1px solid var(--white-faint);background:rgba(26,26,46,.5);display:flex;flex-direction:column;transition:transform .3s ease}.pricing-card:hover{transform:translateY(-4px)}.pricing-card--featured{border-color:rgba(127,90,240,.4);background:linear-gradient(180deg,rgba(127,90,240,.08),rgba(26,26,46,.6));position:relative}.pricing-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:5px 18px;background:linear-gradient(135deg,var(--purple),var(--green));border-radius:100px;font-size:.7rem;letter-spacing:.08em;white-space:nowrap}.pricing-popular,.pricing-tier{font-weight:500;text-transform:uppercase}.pricing-tier{font-size:.8rem;letter-spacing:.12em;color:var(--white-muted);margin-bottom:8px}.pricing-price{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;margin-bottom:4px}.pricing-price span{font-family:var(--font-sans);font-size:.9rem}.pricing-annual,.pricing-price span{color:var(--white-muted);font-weight:300}.pricing-annual{font-size:.8rem;margin-bottom:28px}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:32px;flex:1 1}.pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--white-muted);line-height:1.5;font-weight:300}.pricing-check{color:var(--green);font-size:1rem;flex-shrink:0;margin-top:1px}.pricing-btn{width:100%;padding:14px;border-radius:100px;border:1px solid var(--white-faint);background:transparent;color:var(--white);font-family:var(--font-sans);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block}.pricing-btn:hover{background:var(--white-faint);border-color:rgba(255,255,254,.2)}.pricing-btn--primary{background:linear-gradient(135deg,var(--purple),var(--green));border:none}.pricing-btn--primary:hover{box-shadow:0 8px 30px rgba(127,90,240,.3);transform:translateY(-1px)}.pricing-note{text-align:center;margin-top:32px;font-size:.85rem;color:var(--white-muted);font-weight:300}.safety-section{padding:60px 0}.safety-banner{max-width:800px;margin:0 auto;padding:28px 20px;border-radius:20px;border:1px solid rgba(44,182,125,.2);background:rgba(44,182,125,.05);text-align:center}.safety-banner h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin-bottom:12px;color:var(--green)}.safety-banner p{font-size:.9rem;color:var(--white-muted);line-height:1.7;max-width:560px;margin:0 auto 24px;font-weight:300}.safety-links{display:flex;flex-direction:column;align-items:center;gap:12px}@media (min-width:769px){.safety-links{flex-direction:row;justify-content:center;gap:24px}}.safety-link{padding:10px 24px;border-radius:100px;border:1px solid rgba(44,182,125,.3);color:var(--green);text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease}.safety-link:hover{background:rgba(44,182,125,.1);border-color:var(--green)}.cta-section{text-align:center;padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:600px;height:400px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--green));filter:blur(200px);opacity:.08;pointer-events:none}@media (min-width:769px){.cta-section{padding:120px 0}.cta-section:before{height:600px}}.cta-section h2{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px;position:relative}.cta-section p{font-size:1.05rem;color:var(--white-muted);max-width:460px;margin:0 auto 40px;font-weight:300;line-height:1.7}.footer{border-top:1px solid var(--white-faint);padding:48px 0}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-inner,.footer-left{display:flex;align-items:center}.footer-left{gap:12px}.footer-logo-text{font-family:var(--font-serif);font-size:1.2rem}.footer-tagline{font-size:.8rem;color:var(--white-muted);font-weight:300}.footer-links{display:flex;gap:28px;list-style:none}.footer-links a{font-size:.8rem;color:var(--white-muted);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--white)}.footer-copy{width:100%;text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--white-faint);font-size:.75rem;color:rgba(255,255,254,.3)}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}@media (min-width:769px){.footer-inner{flex-direction:row;text-align:left}}.section-divider{width:60px;height:1px;background:linear-gradient(90deg,var(--purple),var(--green));margin:0 auto;opacity:.4}.privacy-section{padding-top:120px}.privacy-container{max-width:800px}.privacy-title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.02em;margin-bottom:8px}.privacy-effective{font-size:.85rem;color:var(--white-muted);margin-bottom:48px;font-weight:300}.privacy-body h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;margin-top:40px;margin-bottom:16px;color:var(--white)}.privacy-body h3{font-size:.95rem;font-weight:500;margin-top:24px;margin-bottom:12px;color:var(--white)}.privacy-body p{font-size:.92rem;color:var(--white-muted);line-height:1.75;font-weight:300;margin-bottom:16px}.privacy-body ul{list-style:none;padding:0;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.privacy-body ul li{font-size:.92rem;color:var(--white-muted);line-height:1.65;font-weight:300;padding-left:20px;position:relative}.privacy-body ul li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--purple);opacity:.6}.privacy-contact{padding:20px 24px;border-radius:16px;border:1px solid var(--white-faint);background:rgba(26,26,46,.5)}.delete-form{gap:24px}.delete-field,.delete-form{display:flex;flex-direction:column}.delete-field{gap:8px}.delete-label{font-size:.85rem;font-weight:500;color:var(--white)}.delete-optional{font-weight:300;color:var(--white-muted)}.delete-input{background:rgba(26,26,46,.6);border:1px solid var(--white-faint);border-radius:12px;padding:14px 16px;font-family:var(--font-sans);font-size:.92rem;color:var(--white);outline:none;transition:border-color .2s}.delete-input::placeholder{color:rgba(255,255,254,.3)}.delete-input:focus{border-color:var(--purple)}.delete-textarea{resize:vertical;min-height:80px}.delete-btn{padding:14px 32px;border:none;border-radius:12px;font-family:var(--font-sans);font-size:.92rem;font-weight:500;cursor:pointer;transition:opacity .2s,transform .2s;background:var(--purple);color:var(--white)}.delete-btn:disabled{opacity:.4;cursor:not-allowed}.delete-btn:not(:disabled):hover{opacity:.9;transform:translateY(-1px)}.delete-btn--secondary{background:transparent;border:1px solid var(--white-faint);color:var(--white-muted)}.delete-btn--danger{background:var(--coral)}.delete-confirm-card{background:rgba(26,26,46,.6);border:1px solid var(--white-faint);border-radius:16px;padding:28px;margin-bottom:24px}.delete-confirm-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:400;margin-bottom:20px;color:var(--white)}.delete-confirm-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--white-faint)}.delete-confirm-row:last-child{border-bottom:none}.delete-confirm-label{font-size:.85rem;color:var(--white-muted);font-weight:300;flex-shrink:0;margin-right:16px}.delete-confirm-value{font-size:.92rem;color:var(--white);text-align:right;word-break:break-word}.delete-confirm-actions{display:flex;gap:12px}.delete-instructions{background:rgba(127,90,240,.08);border:1px solid rgba(127,90,240,.2);border-radius:16px;padding:20px 24px;margin-bottom:28px}.delete-instructions p{font-size:.92rem;color:var(--white-muted);line-height:1.7;font-weight:300}.delete-instructions strong{color:var(--white);font-weight:500}.delete-draft{background:rgba(26,26,46,.6);border:1px solid var(--white-faint);border-radius:16px;overflow:hidden;margin-bottom:28px}.delete-draft-field{padding:16px 24px;border-bottom:1px solid var(--white-faint)}.delete-draft-field:last-child{border-bottom:none}.delete-draft-label{display:block;font-size:.75rem;font-weight:500;color:var(--purple);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.delete-draft-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.delete-draft-row--body{align-items:flex-start}.delete-draft-value{font-size:.92rem}.delete-draft-body,.delete-draft-value{color:var(--white);font-weight:300;flex:1 1;-webkit-user-select:all;-moz-user-select:all;user-select:all}.delete-draft-body{font-family:var(--font-sans);font-size:.88rem;line-height:1.7;white-space:pre-wrap;word-break:break-word;margin:0}.delete-copy-btn{flex-shrink:0;padding:6px 14px;border:1px solid var(--white-faint);border-radius:8px;background:transparent;color:var(--white-muted);font-family:var(--font-sans);font-size:.78rem;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s;min-width:64px;text-align:center}.delete-copy-btn:hover{border-color:var(--purple);color:var(--white)}.delete-notices{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.delete-notice{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-radius:12px;background:rgba(26,26,46,.5);border:1px solid var(--white-faint)}.delete-notice-icon{font-size:1.1rem;flex-shrink:0;line-height:1.5}.delete-notice p{font-size:.85rem;color:var(--white-muted);font-weight:300;line-height:1.6}.delete-link{color:var(--purple);text-decoration:underline;text-underline-offset:3px}.delete-link:hover{color:var(--white)}@media (max-width:600px){.delete-confirm-actions,.delete-draft-row{flex-direction:column}.delete-draft-row{align-items:flex-start;gap:8px}.delete-copy-btn{align-self:flex-end}}