:root{--gold:#ab8f41;--gold-light:#c5ab68;--gold-dim:#755e27;--gold-glow:rgba(171,143,65,.14);--gold-border:rgba(171,143,65,.22);--green:#3d8a6e;--green-glow:rgba(61,138,110,.15);--bg:#070705;--bg-card:#0e0d0a;--bg-elevated:#141209;--text:#ede8dc;--text-muted:#6b6355;--text-dim:#4a4338;--border:rgba(171,143,65,.12);--border-strong:rgba(171,143,65,.28)}body,html{padding:0;margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--gold);text-decoration:none;transition:color .15s ease,opacity .15s ease}a:hover{color:var(--gold-light)}*{box-sizing:border-box}.container{max-width:900px;margin:0 auto;padding:24px}.auth-page{min-height:100dvh;display:flex;align-items:center;position:relative;overflow:hidden}.auth-page:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 60% 60% at 80% 20%,rgba(61,138,110,.08) 0,transparent 60%),radial-gradient(ellipse 50% 50% at 20% 80%,rgba(171,143,65,.06) 0,transparent 60%);pointer-events:none;z-index:0}.auth-inner{width:100%;max-width:460px;margin:0 auto;position:relative;z-index:1}.auth-heading{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:600;letter-spacing:-.01em;margin:0 0 4px;color:var(--text)}.auth-subheading{color:var(--text-muted);margin:0 0 28px;font-size:.9rem;letter-spacing:.04em}.auth-footer-note{margin-top:20px;text-align:center;color:var(--text-muted);font-size:.875rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:28px 28px 24px}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group:last-of-type{margin-bottom:0}.form-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:7px}.chat-page{min-height:100dvh;display:flex;flex-direction:column}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(171,143,65,.1);margin-bottom:4px}.chat-header h1{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0;background:linear-gradient(90deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-actions,.chat-status{display:flex;gap:8px}.chat-status{margin:10px 0 12px;align-items:center}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 10px;border-radius:20px}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.status-badge.waiting{background:rgba(171,143,65,.08);color:var(--gold);border:1px solid rgba(171,143,65,.2)}.status-badge.waiting:before{background:var(--gold)}.status-badge.processing{background:hsla(43,44%,59%,.08);color:var(--gold-light);border:1px solid hsla(43,44%,59%,.2);animation:pulse-badge 1.5s ease-in-out infinite}.status-badge.processing:before{background:var(--gold-light);animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.button{cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-weight:600;font-size:.875rem;letter-spacing:.04em;background:var(--gold);color:#070705;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;font-family:inherit;text-transform:uppercase}.button:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 18px rgba(171,143,65,.3)}.button:active:not(:disabled){transform:translateY(0);box-shadow:none}.button:disabled{opacity:.4;cursor:not-allowed}.button-outline{background:transparent;border:1px solid var(--gold-border);color:var(--gold)}.button-outline:hover:not(:disabled){background:var(--gold-glow);box-shadow:0 4px 18px rgba(171,143,65,.12)}.input{width:100%;padding:11px 14px;border-radius:6px;border:1px solid var(--border);background:rgba(7,7,5,.8);color:var(--text);font-size:.95rem;line-height:1.5;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{outline:none;border-color:var(--gold-border);box-shadow:0 0 0 3px rgba(171,143,65,.1)}.input::placeholder{color:var(--text-dim)}.textarea{width:100%;min-height:100px;padding:10px 12px;border-radius:6px;border:1px solid var(--border);background:rgba(7,7,5,.8);color:var(--text);font-size:.95rem;line-height:1.5;resize:none;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.textarea:focus{outline:none;border-color:var(--gold-border);box-shadow:0 0 0 3px rgba(171,143,65,.1)}.textarea::placeholder{color:var(--text-dim)}.error-box{background:hsla(0,100%,71%,.07);border:1px solid hsla(0,100%,71%,.2);color:#ffb3b3;border-radius:6px;padding:10px 14px;font-size:.875rem;margin:12px 0}.message{padding:12px 14px;border-radius:10px;margin-bottom:8px;max-width:75%;word-break:break-word;color:var(--text);font-size:.97rem;line-height:1.6}.message.user{background:var(--bg-elevated);border:1px solid var(--border);border-right:3px solid var(--gold);align-self:flex-end;box-shadow:0 2px 10px rgba(0,0,0,.2)}.message.assistant{background:rgba(10,9,7,.9);border:1px solid var(--border);border-left:3px solid var(--gold-light);align-self:flex-start;box-shadow:0 2px 10px rgba(171,143,65,.04)}.message-timestamp{font-size:.72rem;opacity:.45;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:4px;font-weight:500}.message-content{margin:0}.chat-window{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid var(--border);border-radius:12px;background:rgba(7,7,5,.9);height:60vh;min-height:320px;overflow-y:auto}.chat-window::-webkit-scrollbar{width:5px}.chat-window::-webkit-scrollbar-track{background:transparent}.chat-window::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-window::-webkit-scrollbar-thumb:hover{background:var(--gold-dim)}.footer{display:flex;align-items:stretch;gap:10px;margin-top:14px}.footer-actions{display:flex;flex-direction:column;gap:6px;width:160px;flex-shrink:0}.footer-actions .button{padding:10px 16px;min-height:40px;width:100%;flex:1 1}.footer.single-action-layout{align-items:stretch}.footer-actions.single-action{width:160px;align-self:stretch}.footer-actions.single-action .button{height:100%;min-height:100px;flex:none}.feedback-form{background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:14px}.feedback-form h3{margin:0 0 16px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.feedback-question{margin-bottom:16px}.feedback-question p{margin:0 0 8px;font-size:.9rem;color:#c0b89a}.feedback-question strong{font-weight:600;color:var(--text)}.feedback-options{display:flex;gap:6px;flex-wrap:wrap}.feedback-options .button{font-size:.8rem;padding:6px 14px;border-radius:20px}.feedback-message{padding:10px 14px;border-radius:6px;font-size:.875rem;margin-bottom:12px;background:rgba(171,143,65,.08);border:1px solid rgba(171,143,65,.2);color:var(--gold-light)}.toast-notification{position:fixed;top:20px;right:20px;z-index:1000;background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:8px;padding:12px 16px;font-size:.875rem;font-weight:600;box-shadow:0 8px 32px rgba(0,0,0,.5);animation:slide-in .2s ease}@keyframes slide-in{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.landing-page{min-height:100dvh;display:flex;align-items:center}.landing-title{font-size:3rem;font-weight:700;letter-spacing:-.04em;margin:0 0 10px;background:linear-gradient(135deg,var(--text) 30%,var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-subtitle{color:var(--text-muted);font-size:1.05rem;margin:0 0 36px}.lv2-reveal{opacity:0;transform:translateY(32px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.lv2-reveal.lv2-visible{opacity:1;transform:translateY(0)}.lv2-reveal:nth-child(2){transition-delay:.1s}.lv2-reveal:nth-child(3){transition-delay:.2s}.lv2-reveal:nth-child(4){transition-delay:.3s}.lv2-page{background:var(--bg);min-height:100dvh;overflow-x:hidden}.spiral-container{position:relative;width:520px;height:520px;flex-shrink:0}.spiral-svg{position:absolute;inset:0;width:100%;height:100%;z-index:2}.spiral-ring{position:absolute;border-radius:50%;border:1px solid;top:50%;left:50%;transform:translate(-50%,-50%);animation:spiralRotate 20s linear infinite;will-change:transform}.spiral-ring-1{width:140px;height:140px;border-color:rgba(171,143,65,.5);animation-duration:8s}.spiral-ring-2{width:240px;height:240px;border-color:rgba(171,143,65,.3);animation-duration:13s;animation-direction:reverse}.spiral-ring-3{width:360px;height:360px;border-color:rgba(61,138,110,.25);animation-duration:20s}.spiral-ring-4{width:480px;height:480px;border-color:rgba(61,138,110,.12);animation-duration:30s;animation-direction:reverse}@keyframes spiralRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.spiral-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 20px 8px hsla(43,44%,59%,.6),0 0 60px 20px rgba(171,143,65,.3);animation:corePulse 3s ease-in-out infinite;z-index:3}@keyframes corePulse{0%,to{box-shadow:0 0 20px 8px hsla(43,44%,59%,.6),0 0 60px 20px rgba(171,143,65,.3)}50%{box-shadow:0 0 30px 14px hsla(43,44%,59%,.8),0 0 90px 30px rgba(171,143,65,.4)}}.spiral-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(171,143,65,.12) 0,rgba(61,138,110,.06) 50%,transparent 70%);animation:glowPulse 4s ease-in-out infinite;z-index:1}@keyframes glowPulse{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}}.spiral-path-gold{animation:drawPath 4s ease-out forwards;stroke-dasharray:2000;stroke-dashoffset:2000}.spiral-path-bright{animation:drawPath 3s ease-out .5s forwards;stroke-dasharray:600;stroke-dashoffset:600}.spiral-path-green{animation:drawPath 5s ease-out .2s forwards;stroke-dasharray:2500;stroke-dashoffset:2500}@keyframes drawPath{to{stroke-dashoffset:0}}.lv2-nav{justify-content:space-between;padding:28px 48px;position:relative;z-index:10;max-width:1200px;margin:0 auto;width:100%}.lv2-logo,.lv2-nav{display:flex;align-items:center}.lv2-logo{gap:12px;text-decoration:none}.lv2-logo-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--gold);letter-spacing:.15em;line-height:1}.lv2-logo-tagline{font-size:.6rem;letter-spacing:.25em;margin-top:2px}.lv2-badge-secure,.lv2-logo-tagline{color:var(--text-muted);text-transform:uppercase}.lv2-badge-secure{font-size:.68rem;font-weight:600;letter-spacing:.12em;border:1px solid var(--border);padding:5px 12px;border-radius:20px;background:rgba(171,143,65,.04)}.lv2-hero{min-height:100dvh;display:flex;flex-direction:column;position:relative;overflow:hidden}.lv2-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 55% at 75% 45%,rgba(61,138,110,.12) 0,transparent 65%),radial-gradient(ellipse 40% 40% at 70% 55%,rgba(171,143,65,.07) 0,transparent 60%);pointer-events:none}.lv2-hero-body{flex:1 1;display:flex;align-items:center;padding:0 48px 60px;gap:48px;position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%}.lv2-hero-left{flex:1 1;max-width:520px}.lv2-hero-right{flex-shrink:0;display:flex;align-items:center;justify-content:center}.lv2-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:600;line-height:1.05;color:var(--text);margin:0 0 14px;letter-spacing:-.01em}.lv2-hero-h1 span{display:inline-block}.lv2-animated .lv2-word-1{animation:wordFadeIn .8s ease both}.lv2-animated .lv2-word-2{animation:wordFadeIn .8s ease .15s both}.lv2-animated .lv2-word-3{animation:wordFadeIn .8s ease .3s both}.lv2-animated .lv2-word-4{animation:wordFadeIn .8s ease .45s both}@keyframes wordFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lv2-hero-ruthless{font-size:.72rem;font-weight:500;letter-spacing:.28em;color:var(--gold-dim);text-transform:uppercase;margin:0 0 24px;animation:wordFadeIn .8s ease .6s forwards;opacity:0}.lv2-hero-desc{color:#9e9585;font-size:.97rem;line-height:1.7;margin:0 0 36px;animation:wordFadeIn .8s ease .75s forwards;opacity:0}.lv2-hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:52px;animation:wordFadeIn .8s ease .9s forwards;opacity:0}.lv2-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--gold);border:none;cursor:pointer;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#070705;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:14px 28px;border-radius:4px;text-decoration:none;transition:all .2s ease;position:relative;overflow:hidden;white-space:nowrap}.lv2-btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.lv2-btn-primary:hover{background:var(--gold-light);color:#070705;transform:translateY(-2px);box-shadow:0 6px 24px rgba(171,143,65,.35)}.lv2-btn-primary:hover:after{left:150%}.lv2-btn-primary.lv2-btn-lg{padding:16px 36px;font-size:.75rem}.lv2-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--gold);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:14px 24px;border-radius:4px;border:1px solid var(--gold-border);text-decoration:none;transition:all .2s ease}.lv2-btn-ghost:hover{background:var(--gold);border-color:var(--gold);color:#070705;transform:translateY(-2px);box-shadow:0 6px 24px rgba(171,143,65,.35)}.lv2-hero-features{display:flex;gap:36px;flex-wrap:wrap;justify-content:center;margin-top:56px;padding-top:44px;border-top:1px solid var(--border)}.lv2-feat{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:90px}.lv2-feat-icon{font-size:1.4rem;color:var(--gold);opacity:.8;line-height:1}.lv2-feat-label{font-size:.6rem;font-weight:600;letter-spacing:.14em;color:var(--text-muted);text-transform:uppercase;white-space:pre-line;line-height:1.5;text-align:center}.lv2-section{padding:100px 0;position:relative}.lv2-section-dark{background:linear-gradient(180deg,var(--bg) 0,#0a0906 50%,var(--bg) 100%)}.lv2-section-inner{max-width:1100px;margin:0 auto;padding:0 48px}.lv2-display-gold{color:var(--gold);margin:0}.lv2-display-gold,.lv2-display-white{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:600;line-height:1.05}.lv2-display-white{color:var(--text);margin:0 0 20px}.lv2-section-sub{color:#9e9585;font-size:1rem;line-height:1.7;margin:0 0 8px}.lv2-section-sub em{color:var(--text);font-style:italic}.lv2-how-label{font-size:.65rem;font-weight:700;letter-spacing:.22em;color:var(--gold-dim);text-transform:uppercase;margin:52px 0 20px;display:flex;align-items:center;gap:16px}.lv2-how-label:after{content:"";flex:1 1;height:1px;background:var(--border)}.lv2-steps{display:flex;gap:0;position:relative}.lv2-step{flex:1 1;padding:20px 24px 20px 0;position:relative}.lv2-step-num{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--gold);font-weight:300;line-height:1;margin-bottom:6px}.lv2-step-title{font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--text);text-transform:uppercase;margin-bottom:8px}.lv2-step-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.lv2-step-arrow{position:absolute;right:-2px;top:26px;color:var(--gold-dim);font-size:1rem}.lv2-example{display:flex;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg-card);margin-top:4px}.lv2-ex-col{flex:1 1;padding:22px 20px;border-right:1px solid var(--border)}.lv2-ex-col:last-child{border-right:none}.lv2-ex-col-mid{background:rgba(171,143,65,.04)}.lv2-ex-label{font-size:.62rem;font-weight:700;letter-spacing:.16em;color:var(--gold-dim);text-transform:uppercase;margin-bottom:10px}.lv2-ex-text{font-size:.9rem;color:var(--text);line-height:1.6;font-style:italic}.lv2-ex-arrow{display:flex;align-items:center;padding:0 6px;color:var(--gold-dim);font-size:1rem}.lv2-stats{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:4px}.lv2-stat{background:var(--bg-card);padding:24px 20px}.lv2-stat-number{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;color:var(--gold);line-height:1;margin-bottom:6px}.lv2-stat-label{font-size:.8rem;color:var(--text-muted);line-height:1.4}.lv2-stat-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6;font-style:italic}.lv2-not-therapy{border:none;border-left:1px solid var(--gold-border);border-radius:0;padding:14px 20px;background:transparent;margin-top:40px;animation:wordFadeIn .8s ease 1.2s forwards;opacity:0}.lv2-nt-title{font-size:.6rem;font-weight:700;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:10px}.lv2-nt-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.lv2-nt-text{font-size:.82rem;color:var(--text-muted);line-height:1.6;flex:1 1}.lv2-nt-badges{display:flex;gap:6px;flex-wrap:wrap}.lv2-nt-badge{font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);padding:4px 10px;border-radius:3px;background:var(--gold-glow)}.lv2-quote{margin:44px 0 0;padding:32px 36px;border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:10px;background:var(--bg-card);position:relative}.lv2-quote-mark{font-size:4rem;color:var(--gold);line-height:.6;margin-bottom:16px;opacity:.6}.lv2-quote p,.lv2-quote-mark{font-family:Cormorant Garamond,serif}.lv2-quote p{font-size:1.5rem;font-weight:400;font-style:italic;color:var(--text);margin:0 0 16px;line-height:1.5}.lv2-quote cite{font-size:.78rem;color:var(--text-muted);font-style:normal;letter-spacing:.06em}.lv2-cta-centered{display:flex;justify-content:center;margin-top:52px}.lv2-section-seek{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:120px 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#040402,#070705 50%,#0a0907)}.lv2-section-seek:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 70% 50%,rgba(61,138,110,.09) 0,transparent 65%);pointer-events:none}.lv2-seek-wrap{max-width:1100px;width:100%;padding:0 48px;display:flex;align-items:center;gap:60px;position:relative;z-index:2}.lv2-seek-inner{flex:1 1;position:relative;z-index:2}.lv2-seek-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:400;color:var(--text);line-height:1.08;margin:0 0 28px}.lv2-seek-sub{font-size:1rem;color:#9e9585;line-height:1.7;margin:0 0 32px}.lv2-seek-body{font-size:.92rem;color:var(--text-muted);line-height:1.8;margin:0 0 56px}.lv2-seek-tagline{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;color:#9e9585;line-height:1.5;margin:0;padding-top:32px;border-top:1px solid var(--border)}.lv2-seek-tagline em{color:var(--gold);font-style:italic}.lv2-seek-spiral{flex-shrink:0;opacity:.7;z-index:1}.lv2-section-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;color:var(--text);margin:0 0 44px}.lv2-insights-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.lv2-insight-card{padding:26px 28px;border:1px solid var(--border);border-radius:10px;background:var(--bg-card);display:flex;gap:20px;align-items:flex-start;transition:border-color .2s ease,transform .2s ease}.lv2-insight-card:hover{border-color:var(--gold-border);transform:translateX(4px)}.lv2-insight-icon{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:var(--gold);line-height:.8;flex-shrink:0;opacity:.6;margin-top:4px}.lv2-insight-text{font-size:1rem;color:var(--text);line-height:1.65;margin:0;white-space:pre-line}.lv2-return-note{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0 0 8px}.lv2-return-note strong{color:var(--gold);font-weight:500}.lv2-section-feedback{background:var(--bg)}.lv2-feedback-header{margin-bottom:52px}.lv2-feedback-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:600;color:var(--gold);margin:16px 0 8px;line-height:1.05}.lv2-feedback-sub{font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0}.lv2-testimonials{display:flex;flex-direction:column;gap:28px;margin-bottom:52px}.lv2-testimonial{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;border:1px solid var(--border);border-radius:12px;background:var(--bg-card);overflow:hidden;padding:32px}.lv2-testimonial-left{display:flex;flex-direction:column;gap:0}.lv2-t-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--green));display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#070705;letter-spacing:.04em;margin-bottom:10px;flex-shrink:0}.lv2-t-name{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:2px}.lv2-t-date{font-size:.78rem;color:var(--text-muted);margin-bottom:20px}.lv2-t-text{font-size:.88rem;color:#9e9585;line-height:1.75;margin:0;white-space:pre-line;flex:1 1}.lv2-testimonial-right{display:flex;align-items:flex-start}.lv2-screenshot{background:#0a0908;border:1px solid var(--border);border-radius:8px;overflow:hidden;width:100%;font-size:.82rem}.lv2-screenshot-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:600;color:var(--text)}.lv2-status-dot{font-size:.62rem;color:var(--gold);letter-spacing:.1em}.lv2-screenshot-messages{padding:14px;display:flex;flex-direction:column;gap:8px}.lv2-sm-user{align-self:flex-end;background:var(--bg-elevated);border:1px solid var(--border);border-right:2px solid var(--gold);border-radius:8px;color:var(--text)}.lv2-sm-ai,.lv2-sm-user{padding:8px 12px;max-width:85%;font-size:.8rem;line-height:1.5}.lv2-sm-ai{align-self:flex-start;background:rgba(61,138,110,.06);border:1px solid var(--border);border-left:2px solid var(--green);border-radius:8px;color:#9e9585;font-style:italic}.lv2-footer{border-top:1px solid var(--border);padding:40px 0}.lv2-footer-inner{max-width:1100px;margin:0 auto;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lv2-footer-copy{font-size:.72rem;color:var(--text-dim);letter-spacing:.08em;margin:0}.lv2-footer-links{display:flex;gap:20px}.lv2-footer-links a{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.lv2-footer-links a:hover{color:var(--gold)}.auth-v2{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:40px 24px}.auth-v2:before{content:"";inset:0;background:radial-gradient(ellipse 70% 70% at 50% 30%,rgba(61,138,110,.07) 0,transparent 60%),radial-gradient(ellipse 50% 50% at 80% 80%,rgba(171,143,65,.05) 0,transparent 60%)}.auth-v2-spiral,.auth-v2:before{position:fixed;pointer-events:none;z-index:0}.auth-v2-spiral{top:50%;right:-180px;transform:translateY(-50%);opacity:.18}.auth-v2-inner{width:100%;max-width:440px;position:relative;z-index:1;animation:authFadeIn .8s ease forwards}@keyframes authFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.auth-v2-logo{display:flex;align-items:center;gap:12px;margin-bottom:36px;justify-content:center}.auth-v2-badge{text-align:center;margin-bottom:32px}.auth-v2-heading{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;color:var(--text);margin:0 0 6px;text-align:center}.auth-v2-sub{font-size:.82rem;color:var(--text-muted);text-align:center;margin:0 0 32px;letter-spacing:.04em}.auth-v2-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:32px}.auth-v2-footer{margin-top:20px;text-align:center;font-size:.85rem;color:var(--text-muted)}.auth-v2-footer a{color:var(--gold)}.auth-v2-footer a:hover{color:var(--gold-light)}.policy-gate-loading{color:var(--text-muted);text-align:center;background:radial-gradient(ellipse 60% 55% at 50% 15%,rgba(171,143,65,.12) 0,transparent 60%),radial-gradient(ellipse 50% 45% at 85% 85%,rgba(61,138,110,.1) 0,transparent 60%),var(--bg)}.policy-gate-loading,.policy-gate-overlay{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px}.policy-gate-overlay{background:radial-gradient(ellipse 70% 60% at 50% 10%,rgba(171,143,65,.14) 0,transparent 55%),radial-gradient(ellipse 55% 55% at 12% 88%,rgba(61,138,110,.12) 0,transparent 60%),rgba(7,7,5,.98)}.policy-gate-shell{width:100%;max-width:760px;border-radius:20px;overflow:hidden;border:1px solid var(--border-strong);background:rgba(10,9,7,.98);box-shadow:0 24px 80px rgba(0,0,0,.55)}.policy-gate-header{padding:24px 24px 18px;border-bottom:1px solid var(--border)}.policy-gate-kicker{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-light);margin-bottom:10px}.policy-gate-title{margin:0;font-family:Cormorant Garamond,serif;font-size:2.1rem;line-height:1.1;font-weight:600}.policy-gate-progress{margin-top:8px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.policy-gate-body{padding:24px;max-height:min(72dvh,760px);overflow:auto}.policy-gate-message{margin:0 0 18px;color:var(--text-muted);font-size:.92rem}.policy-gate-content{font-size:.92rem;color:var(--text);line-height:1.7;padding:24px 28px;border-radius:12px;border:1px solid var(--border);background:rgba(5,5,3,.85);box-shadow:inset 0 1px 0 rgba(171,143,65,.06)}.policy-md{display:flex;flex-direction:column;gap:0;counter-reset:section-counter}.policy-md h1{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;color:var(--text);margin:0 0 18px;line-height:1.2;padding-bottom:14px;border-bottom:1px solid var(--border);position:relative}.policy-md h1:after{content:"";position:absolute;bottom:-1px;left:0;width:48px;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}.policy-md h2{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--gold-light);margin:28px 0 10px;letter-spacing:.01em;line-height:1.3;padding-left:14px;border-left:2px solid var(--gold-dim);position:relative}.policy-md h2:first-child{margin-top:0}.policy-md h3{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-dim);margin:20px 0 6px;display:flex;align-items:center;gap:10px}.policy-md h3:after{content:"";flex:1 1;height:1px;background:var(--border)}.policy-md-subhead{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin:18px 0 6px;padding:5px 10px;background:rgba(171,143,65,.05);border-left:2px solid var(--border);border-radius:0 3px 3px 0;display:inline-block;width:100%}.policy-md-subhead:first-child{margin-top:0}.policy-md p{margin:0 0 12px;color:#c8c0ad;line-height:1.75;font-size:.91rem}.policy-md p:last-child{margin-bottom:0}.policy-md ul{margin:4px 0 14px;padding-left:0;display:flex;flex-direction:column;gap:5px;list-style:none}.policy-md ul li{color:#c8c0ad;font-size:.91rem;line-height:1.65;padding-left:20px;position:relative}.policy-md ul li:before{content:"";position:absolute;left:4px;top:.58em;width:5px;height:5px;border-radius:50%;background:var(--gold-dim);opacity:.7}.policy-md ol{margin:4px 0 14px;padding-left:0;display:flex;flex-direction:column;gap:5px;list-style:none;counter-reset:ol-counter}.policy-md ol li{color:#c8c0ad;font-size:.91rem;line-height:1.65;padding-left:26px;position:relative;counter-increment:ol-counter}.policy-md ol li:before{content:counter(ol-counter) ".";position:absolute;left:0;top:0;font-family:Cormorant Garamond,serif;font-size:.85rem;font-weight:600;color:var(--gold-dim);line-height:1.65;min-width:18px}.policy-md blockquote{margin:12px 0;padding:12px 16px;border-left:3px solid var(--gold-border);background:rgba(171,143,65,.04);border-radius:0 6px 6px 0;font-style:italic;color:var(--text-muted);font-size:.9rem;line-height:1.7}.policy-md hr{border:none;margin:22px 0;position:relative;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.policy-md hr:before{content:"◆";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:.5rem;color:var(--gold-dim);background:rgba(10,9,7,.98);padding:0 6px;opacity:.5}.policy-md strong{color:var(--text);font-weight:600}.policy-md em{font-style:italic;color:var(--text-muted)}.policy-md code{font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.8em;background:rgba(171,143,65,.08);border:1px solid var(--border);border-radius:4px;padding:1px 6px;color:var(--gold-light)}.policy-gate-actions{margin-top:20px;display:flex;align-items:center;gap:14px;justify-content:space-between}.policy-gate-status{color:var(--text-muted);font-size:.8rem}@media (max-width:720px){.policy-gate-shell{border-radius:16px}.policy-gate-body,.policy-gate-header{padding-left:18px;padding-right:18px}.policy-gate-actions{flex-direction:column;align-items:stretch}}@media (max-width:900px){.lv2-nav{padding:20px 24px}.lv2-hero-body{flex-direction:column;padding:20px 24px 60px;gap:48px}.lv2-hero-right{order:-1}.spiral-container{width:300px;height:300px}.lv2-section-inner{padding:0 24px}.lv2-section-seek{flex-direction:column;padding:80px 24px}.lv2-seek-inner{max-width:100%}.lv2-seek-spiral{display:none}.lv2-steps{flex-direction:column;gap:20px}.lv2-step-arrow{display:none}.lv2-example{flex-direction:column}.lv2-ex-arrow{display:none}.lv2-ex-col{border-right:none;border-bottom:1px solid var(--border)}.lv2-ex-col:last-child{border-bottom:none}.lv2-stats{grid-template-columns:1fr 1fr}.lv2-testimonial{grid-template-columns:1fr}.lv2-nt-row{flex-direction:column;align-items:flex-start}.lv2-footer{padding:32px 24px;flex-direction:column;gap:12px}}.err-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--bg)}.err-page:before{content:"";inset:0;background:radial-gradient(ellipse 55% 55% at 50% 42%,rgba(171,143,65,.05) 0,transparent 65%),radial-gradient(ellipse 35% 35% at 15% 75%,rgba(61,138,110,.04) 0,transparent 60%)}.err-bg-code,.err-page:before{position:fixed;pointer-events:none}.err-bg-code{top:50%;left:50%;transform:translate(-50%,-54%);font-family:Cormorant Garamond,serif;font-size:clamp(160px,26vw,340px);font-weight:700;color:var(--gold);opacity:.04;letter-spacing:-.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.err-inner{flex-direction:column;text-align:center;position:relative;z-index:1;padding:48px 24px;animation:wordFadeIn .9s ease .05s forwards;opacity:0}.err-inner,.err-logo{display:flex;align-items:center}.err-logo{gap:10px;margin-bottom:52px}.err-logo-name{font-size:.68rem;font-weight:700;letter-spacing:.24em;color:var(--text-muted)}.err-spiral{margin-bottom:40px;animation:errFloat 7s ease-in-out infinite}.err-spiral-500{animation:errShake .14s ease-in-out infinite,errFloat 7s ease-in-out infinite}@keyframes errFloat{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.75}}@keyframes errShake{0%,to{transform:translateX(0)}25%{transform:translateX(-1px)}75%{transform:translateX(1px)}}.err-path-draw{animation:errDraw 4s ease-in-out infinite alternate}@keyframes errDraw{0%{stroke-dashoffset:1800;opacity:.25}to{stroke-dashoffset:200;opacity:.5}}.err-path-pulse{animation:errPulse 2.5s ease-in-out infinite}@keyframes errPulse{0%,to{opacity:.15}50%{opacity:.4}}.err-path-shake{animation:errWaver 3s ease-in-out infinite alternate}@keyframes errWaver{0%{opacity:.35}to{opacity:.6}}.err-crack{animation:errCrackFade 2s ease-in-out infinite alternate}@keyframes errCrackFade{0%{opacity:.2}to{opacity:.5}}.err-text{margin-bottom:40px}.err-eyebrow{font-size:.58rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);opacity:.65;margin-bottom:16px}.err-heading{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:400;font-style:italic;color:var(--text);margin:0 0 18px;line-height:1.1;letter-spacing:-.01em}.err-sub{font-size:.88rem;color:var(--text-muted);line-height:1.75;max-width:320px;margin:0 auto}.err-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width:600px){.container{padding:16px}.lv2-hero-ctas{flex-direction:column}.lv2-btn-ghost,.lv2-btn-primary{width:100%;justify-content:center}.lv2-hero-features{gap:18px}.lv2-stats{grid-template-columns:1fr}.chat-header{padding-bottom:12px}.chat-actions .button{padding:10px}.message{max-width:92%;padding:10px 12px}.chat-window{height:56dvh;min-height:280px;padding:12px}.footer{flex-direction:column;gap:8px}.footer .textarea{min-height:80px}.footer-actions{width:100%;flex-direction:row}.footer-actions .button{flex:1 1;width:auto;min-width:0;min-height:44px;height:44px;padding:10px 12px}.footer-actions.single-action{width:100%;align-self:auto}.footer-actions.single-action .button{height:60px;min-height:60px;flex:1 1;width:100%;font-size:.95rem;letter-spacing:.1em}.card{padding:20px 16px}.toast-notification{top:auto;bottom:16px;right:16px;left:16px}.auth-v2-card{padding:24px 20px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.spiral-ring{animation:none;will-change:auto}.lv2-animated .lv2-word-1,.lv2-animated .lv2-word-2,.lv2-animated .lv2-word-3,.lv2-animated .lv2-word-4{animation:none;opacity:1;transform:none}.lv2-reveal{transition:none}.lv2-reveal,.lv2-reveal.lv2-visible{opacity:1;transform:none}}