@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--lp-blue:#1463ff;--lp-blue-mid:#0a47c2;--lp-blue-pale:#dbeafe;--lp-ink:#0c1a2e;--lp-ink-60:#0c1a2e99;--lp-ink-30:#0c1a2e4d;--lp-ink-10:#0c1a2e12;--lp-canvas:#f7f9ff;--lp-white:#fff;--lp-teal:#0a8a5b;--lp-teal-pale:#d6f8ef;--lp-purple:#7c3aed;--lp-border:#1463ff1f;--lp-shadow:0 8px 32px #0c1a2e14;--lp-shadow-lg:0 24px 64px #0c1a2e1f}.lp-root *{box-sizing:border-box;margin:0;padding:0}.lp-root{color:var(--lp-ink);background:var(--lp-canvas);font-family:Geist,Space Grotesk,sans-serif;overflow-x:hidden}.lp-root a{color:inherit;text-decoration:none}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(1.2);background:#070a148c;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(1.5rem,5vw,4rem);animation:.6s both lp-fade-down;display:flex;position:fixed;top:0;left:0;right:0}.lp-nav-logo{align-items:center;gap:.6rem;display:flex}.lp-nav-icon{-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px;box-shadow:0 2px 8px #0000004d}.lp-nav-wordmark{letter-spacing:.01em;color:#ffffffe6;font-family:Instrument Serif,serif;font-size:1.15rem}.lp-nav-link,a.lp-nav-link{border-radius:8px;padding:.45rem .85rem;font-size:.87rem;font-weight:400;transition:color .15s,background .15s;color:#fff9!important}.lp-nav-link:hover,a.lp-nav-link:hover{background:#ffffff14;color:#fff!important}.lp-nav-links{align-items:center;gap:.25rem;display:flex}.lp-btn-ghost{color:#fffc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.5rem 1.1rem;font-family:inherit;font-size:.87rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.lp-btn-ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffff59}.lp-btn-solid{color:#fff;background:var(--lp-blue);cursor:pointer;border:none;border-radius:8px;padding:.48rem 1.15rem;font-family:inherit;font-size:.87rem;font-weight:500;transition:background .15s,transform .12s;box-shadow:0 2px 12px #1463ff66}.lp-btn-solid:hover{background:var(--lp-blue-mid);transform:translateY(-1px)}.lp-btn-solid:active{transform:translateY(0)}.lp-video-wrap{z-index:0;position:absolute;inset:0;overflow:hidden}.lp-video-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(.7)brightness(.85);width:100%;height:100%}.lp-video-overlay{background:linear-gradient(#070a148c 0%,#070a144d 40%,#070a1480 70%,#070a14d1 100%),radial-gradient(80% 60% at 50% 0,#1463ff1f,#0000 60%);position:absolute;inset:0}.lp-hero{background:var(--lp-ink);flex-direction:column;justify-content:center;min-height:100dvh;padding:64px clamp(1.5rem,6vw,5rem) 3rem;display:flex;position:relative;overflow:hidden}.lp-hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.lp-hero-copy{flex-direction:column;align-items:flex-start;display:flex}.lp-hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#93c5fde6;align-items:center;gap:.55rem;margin-bottom:1.4rem;font-size:.72rem;font-weight:600;animation:.6s 50ms both lp-fade-up;display:flex}.lp-eyebrow-pip{background:#93c5fd;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.5s ease-in-out infinite pip-pulse}@keyframes pip-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.lp-hero-title{letter-spacing:-.025em;color:#fff;margin-bottom:1.4rem;font-family:Instrument Serif,serif;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:400;line-height:1;animation:.6s .15s both lp-fade-up}.lp-hero-title em{color:#93c5fd;font-style:italic;display:inline-block;position:relative}.lp-hero-title em:after{content:"";transform-origin:0;background:linear-gradient(90deg,#3b82f6,#0a8a5b) 0 0/200% 100%;border-radius:2px;height:3px;animation:.8s cubic-bezier(.16,1,.3,1) .8s both line-grow,3s linear 1.6s infinite line-shimmer;position:absolute;bottom:0;left:0;right:0}@keyframes line-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes line-shimmer{0%{background-position:0 0}to{background-position:200% 0}}.lp-hero-sub{color:#ffffff80;max-width:40ch;margin-bottom:2.2rem;font-size:clamp(.95rem,1.4vw,1.08rem);font-weight:300;line-height:1.7;animation:.6s .25s both lp-fade-up}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:2rem;animation:.6s .35s both lp-fade-up;display:flex}.lp-cta-primary{background:var(--lp-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.55rem;padding:.85rem 1.8rem;font-family:Geist,sans-serif;font-size:.92rem;font-weight:500;transition:transform .14s,box-shadow .18s,background .15s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #1463ff73}.lp-cta-primary:before{content:"";background:linear-gradient(#ffffff24,#0000 60%);position:absolute;inset:0}.lp-cta-primary:hover{background:#1a6eff;transform:translateY(-2px);box-shadow:0 8px 28px #1463ff8c}.lp-cta-primary:active{transform:translateY(0)}.lp-cta-arrow{opacity:.75;transition:transform .2s cubic-bezier(.16,1,.3,1);display:inline-block}.lp-cta-primary:hover .lp-cta-arrow{opacity:1;transform:translate(3px)}.lp-cta-ghost,a.lp-cta-ghost{padding:.85rem .6rem;font-size:.88rem;font-weight:400;transition:color .15s;color:#ffffff73!important}.lp-cta-ghost:hover,a.lp-cta-ghost:hover{color:#fffc!important}.lp-hero-social-proof{color:#ffffff61;align-items:center;gap:.75rem;font-size:.8rem;animation:.6s .45s both lp-fade-up;display:flex}.lp-hero-social-proof strong{color:#ffffffa6}.lp-avatar-stack{display:flex}.lp-avatar{border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:26px;height:26px;margin-left:-8px}.lp-avatar:first-child{margin-left:0}.lp-hero-mockup{justify-content:center;align-items:center;padding:2rem 3rem;animation:.7s .3s both lp-fade-up;display:flex;position:relative}.lp-phone-img{border-radius:36px;width:280px;max-width:100%;animation:7s ease-in-out infinite phone-float;display:block;box-shadow:0 0 0 6px #ffffff0a,0 40px 80px #0000008c}.lp-phone-frame{background:#0e1420;border:1.5px solid #ffffff1f;border-radius:36px;flex-direction:column;gap:10px;width:280px;padding:18px 14px 20px;animation:7s ease-in-out infinite phone-float;display:flex;box-shadow:0 0 0 6px #ffffff08,0 40px 80px #0009,inset 0 1px #ffffff14}@keyframes phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-phone-notch{background:#060a12;border:1px solid #ffffff0f;border-top:none;border-radius:0 0 14px 14px;width:90px;height:22px;margin:0 auto 4px}.lp-app-card{background:#141b2d;border:1px solid #ffffff12;border-radius:16px;padding:12px 14px}.lp-app-card-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;align-items:center;gap:5px;margin-bottom:6px;font-size:.62rem;font-weight:600;display:flex}.lp-insight-dot{background:#1463ff;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s ease-in-out infinite pip-pulse}.lp-app-card-big{color:#fff;align-items:baseline;gap:.4rem;font-family:Instrument Serif,serif;font-size:1.9rem;line-height:1;display:flex}.lp-app-delta{color:#34d399;letter-spacing:0;font-family:Geist,sans-serif;font-size:.68rem;font-weight:500}.lp-mini-bars{align-items:flex-end;gap:3px;height:44px;margin-top:8px;display:flex}.lp-mini-bar{background:var(--lp-blue);border-radius:3px 3px 0 0;flex:1}.lp-mini-bar-labels{margin-top:4px;display:flex}.lp-mini-bar-labels span{color:#fff3;text-align:center;flex:1;font-size:.52rem}.lp-app-card-body{color:#ffffff8c;margin:0;font-size:.72rem;line-height:1.55}.lp-app-card-action{color:#60a5fa;letter-spacing:.02em;margin-top:8px;font-size:.65rem;font-weight:600}.lp-streak-badge{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf2440;border-radius:8px;padding:6px 10px;font-size:.78rem;font-weight:600}.lp-float-chip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--lp-ink);white-space:nowrap;background:#ffffffeb;border:1px solid #1463ff1f;border-radius:999px;align-items:center;gap:.4rem;padding:.42rem .9rem;font-size:.72rem;font-weight:500;display:flex;position:absolute;box-shadow:0 8px 24px #0003}.lp-float-pip{border-radius:50%;flex-shrink:0;width:6px;height:6px}.lp-float-chip--1{animation:6s ease-in-out infinite chip-float-1;top:8%;right:0}.lp-float-chip--2{animation:7s ease-in-out infinite chip-float-2;bottom:10%;left:0}@keyframes chip-float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes chip-float-2{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.lp-scroll-cue{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.lp-scroll-line{background:linear-gradient(#fff6,#0000);width:1px;height:52px;animation:2s ease-in-out infinite scroll-line}@keyframes scroll-line{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(1)}}.lp-section{padding:clamp(4rem,8vw,8rem) clamp(1.5rem,6vw,5rem)}.lp-section-inner{max-width:1120px;margin:0 auto}.lp-section-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--lp-blue);margin-bottom:1rem;font-size:.72rem;font-weight:600}.lp-section-title{letter-spacing:-.015em;color:var(--lp-ink);margin-bottom:1rem;font-family:Instrument Serif,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15}.lp-section-sub{color:var(--lp-ink-60);max-width:52ch;font-size:1rem;font-weight:300;line-height:1.65}.lp-features{background:var(--lp-white);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.lp-feature{border:1px solid var(--lp-border);background:var(--lp-white);border-radius:20px;padding:2rem 2rem 2.2rem;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s;position:relative;overflow:hidden}.lp-feature:before{content:"";background:linear-gradient(90deg, var(--lp-blue), var(--lp-teal));transform-origin:0;border-radius:3px 3px 0 0;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.lp-feature:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0c1a2e1a}.lp-feature:hover:before{transform:scaleX(1)}.lp-feature-icon{border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:1.2rem;font-size:1.25rem;display:grid;box-shadow:inset 0 1px #fffc}.lp-feature-title{color:var(--lp-ink);letter-spacing:-.01em;margin-bottom:.55rem;font-family:Instrument Serif,serif;font-size:1.25rem;font-weight:400}.lp-feature-desc{color:var(--lp-ink-60);font-size:.875rem;font-weight:300;line-height:1.65}.lp-globe-section{background:var(--lp-canvas)}.lp-globe-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.lp-globe-visual{aspect-ratio:1;max-width:420px;position:relative}.lp-rings{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.lp-ring{border:1px solid var(--lp-border);border-radius:50%;animation:3s ease-in-out infinite ring-pulse;position:absolute}.lp-ring:first-child{width:40%;height:40%;animation-delay:0s}.lp-ring:nth-child(2){border-color:#1463ff17;width:62%;height:62%;animation-delay:.5s}.lp-ring:nth-child(3){border-color:#1463ff0f;width:80%;height:80%;animation-delay:1s}.lp-ring:nth-child(4){border-color:#1463ff0a;width:96%;height:96%;animation-delay:1.5s}@keyframes ring-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.015)}}.lp-ring-center{background:linear-gradient(135deg, var(--lp-blue), var(--lp-teal));z-index:2;color:#fff;border-radius:50%;place-items:center;width:36%;height:36%;font-size:1.6rem;animation:4s ease-in-out infinite center-breathe;display:grid;box-shadow:0 0 0 8px #1463ff14,0 8px 32px #1463ff40}@keyframes center-breathe{0%,to{box-shadow:0 0 0 8px #1463ff14,0 8px 32px #1463ff40}50%{box-shadow:0 0 0 16px #1463ff0a,0 12px 48px #1463ff59}}.lp-orbit-dot{border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 2px 8px}.lp-ticker-wrap{border:1px solid var(--lp-border);background:var(--lp-white);border-radius:12px;margin-top:2rem;overflow:hidden}.lp-ticker{gap:0;width:max-content;animation:22s linear infinite ticker-scroll;display:flex}.lp-ticker-item{color:var(--lp-ink-60);border-right:1px solid var(--lp-border);white-space:nowrap;align-items:center;gap:.6rem;padding:.65rem 1.4rem;font-size:.8rem;display:flex}.lp-ticker-flag{font-size:1rem}.lp-ticker-mood{border-radius:50%;flex-shrink:0;width:8px;height:8px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lp-cta-section{text-align:center;background:var(--lp-ink);color:#fff;position:relative;overflow:hidden}.lp-cta-section:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 20%,#1463ff4d,#0000 55%),radial-gradient(50% 50% at 80% 60%,#0a8a5b26,#0000 50%);position:absolute;inset:0}.lp-cta-section:after{content:"";pointer-events:none;opacity:.5;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.lp-cta-section .lp-section-title{color:#fff}.lp-cta-section .lp-section-sub{color:#fff9}.lp-cta-big{color:var(--lp-blue-mid);cursor:pointer;background:#fff;border:none;border-radius:14px;align-items:center;gap:.6rem;margin-top:2.5rem;padding:1rem 2.2rem;font-family:Geist,sans-serif;font-size:1rem;font-weight:600;transition:transform .14s,box-shadow .14s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0003}.lp-cta-big:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0000004d}.lp-signin-note{color:#ffffff73;margin-top:1.2rem;font-size:.85rem}.lp-signin-note a{color:#ffffffbf;transition:color .15s}.lp-signin-note a:hover{color:#fff}.lp-footer{background:var(--lp-ink);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem clamp(1.5rem,6vw,5rem);display:flex}.lp-footer-logo{color:#ffffffb3;font-family:Instrument Serif,serif;font-size:1rem}.lp-footer-copy{color:#ffffff4d;font-size:.78rem}.lp-reveal{opacity:0;transition:opacity .65s,transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}.lp-reveal.is-visible{opacity:1;transform:translateY(0)}.lp-reveal-delay-1{transition-delay:.1s}.lp-reveal-delay-2{transition-delay:.2s}.lp-reveal-delay-3{transition-delay:.32s}.lp-reveal-delay-4{transition-delay:.44s}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-fade-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.lp-auth-overlay{background:var(--lp-canvas);grid-template-columns:1fr 460px;min-height:100dvh;font-family:Geist,Space Grotesk,sans-serif;display:grid;overflow:hidden}.lp-auth-left{background:linear-gradient(150deg,#0c1a2e 0%,#0a3080 60%,#0a47c2 100%);flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.lp-auth-mesh{background:radial-gradient(70% 50% at 20% 70%,#1463ff40,#0000 60%),radial-gradient(50% 60% at 80% 20%,#0a8a5b26,#0000 55%);animation:12s ease-in-out infinite alternate mesh-shift;position:absolute;inset:0}@keyframes mesh-shift{0%{opacity:.7;filter:blur()}to{opacity:1;filter:blur(8px)}}.lp-auth-lines{pointer-events:none;position:absolute;inset:0}.lp-auth-line{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);height:1px;animation:8s linear infinite line-scan;position:absolute;left:0;right:0}.lp-auth-line:first-child{animation-delay:0s;top:20%}.lp-auth-line:nth-child(2){animation-delay:-3s;top:45%}.lp-auth-line:nth-child(3){animation-delay:-6s;top:70%}@keyframes line-scan{0%{opacity:0;transform:translate(-100%)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translate(100%)}}.lp-auth-brand{z-index:2;align-items:center;gap:.6rem;animation:.6s both lp-fade-up;display:flex;position:relative}.lp-auth-mark{border-radius:10px;flex-shrink:0;width:38px;height:38px;overflow:hidden;box-shadow:0 2px 12px #0000004d}.lp-auth-mark img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.lp-auth-wordmark{color:#ffffffe6;letter-spacing:.01em;font-family:Instrument Serif,serif;font-size:1.15rem}.lp-auth-hero-copy{z-index:2;animation:.6s .15s both lp-fade-up;position:relative}.lp-auth-hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#14b8a6e6;margin-bottom:1rem;font-size:.68rem;font-weight:600}.lp-auth-hero-title{color:#fff;letter-spacing:-.01em;font-family:Instrument Serif,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.12}.lp-auth-hero-title em{color:#93c5fdf2;font-style:italic}.lp-auth-hero-body{color:#ffffff73;max-width:38ch;margin-top:1.2rem;font-size:.9rem;font-weight:300;line-height:1.65}.lp-auth-chips{z-index:2;flex-wrap:wrap;gap:.45rem;animation:.6s .3s both lp-fade-up;display:flex;position:relative}.lp-auth-chip{color:#ffffff8c;background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;transition:border-color .2s,color .2s;display:flex}.lp-auth-chip:hover{color:#ffffffd9;border-color:#ffffff40}.lp-auth-chip-dot{border-radius:50%;width:5px;height:5px}.lp-auth-right{background:var(--lp-white);border-left:1px solid var(--lp-border);justify-content:center;align-items:center;padding:2rem 2.5rem;display:flex}.lp-auth-card{width:100%;max-width:340px;animation:.6s 80ms both lp-fade-up}.lp-auth-card-title{color:var(--lp-ink);letter-spacing:-.01em;margin-bottom:.3rem;font-family:Instrument Serif,serif;font-size:1.8rem;font-weight:400}.lp-auth-card-sub{color:var(--lp-ink-60);margin-bottom:1.8rem;font-size:.85rem;font-weight:300}.lp-auth-form{flex-direction:column;gap:1rem;display:flex}.lp-auth-field{flex-direction:column;gap:.35rem;display:flex}.lp-auth-label{letter-spacing:.07em;text-transform:uppercase;color:var(--lp-ink-60);font-size:.74rem;font-weight:600}.lp-auth-input{background:var(--lp-canvas);border:1.5px solid var(--lp-border);width:100%;color:var(--lp-ink);caret-color:var(--lp-blue);border-radius:10px;outline:none;padding:.72rem .9rem;font-family:Geist,sans-serif;font-size:.9rem;transition:border-color .18s,background .18s,box-shadow .18s}.lp-auth-input::placeholder{color:var(--lp-ink-30)}.lp-auth-input:focus{border-color:var(--lp-blue);background:#fff;box-shadow:0 0 0 3px #1463ff1a}.lp-auth-submit{background:var(--lp-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.82rem 1rem;font-family:Geist,sans-serif;font-size:.92rem;font-weight:500;transition:background .18s,transform .12s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 3px 14px #1463ff47}.lp-auth-submit:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:60%;height:100%;transition:left;position:absolute;top:0;left:-100%}.lp-auth-submit:hover:not(:disabled){background:var(--lp-blue-mid);transform:translateY(-1px);box-shadow:0 6px 22px #1463ff5c}.lp-auth-submit:hover:not(:disabled):before{transition:left .5s;left:150%}.lp-auth-submit:active:not(:disabled){transform:translateY(0)}.lp-auth-submit:disabled{opacity:.45;cursor:not-allowed}.lp-auth-error{color:#bb2d3b;background:#bb2d3b0f;border:1px solid #bb2d3b33;border-radius:8px;padding:.6rem .8rem;font-size:.82rem}.lp-auth-success{color:var(--lp-teal);background:#0a8a5b12;border:1px solid #0a8a5b33;border-radius:12px;padding:1rem 1.1rem;font-size:.88rem;line-height:1.6}.lp-auth-success strong{color:var(--lp-ink);margin-bottom:.35rem;font-family:Instrument Serif,serif;font-size:1.05rem;font-weight:400;display:block}.lp-auth-links{flex-direction:column;gap:.5rem;margin-top:1.4rem;display:flex}.lp-auth-link-row{color:var(--lp-ink-60);font-size:.82rem}.lp-auth-link-row a{color:var(--lp-blue);font-weight:500;transition:color .15s}.lp-auth-link-row a:hover{color:var(--lp-blue-mid)}.lp-auth-divider{align-items:center;gap:.7rem;margin:.2rem 0;display:flex}.lp-auth-divider span{background:var(--lp-border);flex:1;height:1px}.lp-auth-divider em{color:var(--lp-ink-30);letter-spacing:.06em;font-size:.7rem;font-style:normal}.lp-awareness-section{background:var(--lp-white);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-awareness-body{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);margin-top:3.5rem;display:grid}.lp-awareness-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.lp-awareness-stat{background:var(--lp-canvas);border:1px solid var(--lp-border);border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.lp-awareness-stat:hover{box-shadow:var(--lp-shadow-lg);transform:translateY(-3px)}.lp-awareness-stat-value{color:var(--lp-blue);margin-bottom:.5rem;font-family:Instrument Serif,serif;font-size:2.2rem;font-weight:400;line-height:1}.lp-awareness-stat-label{color:var(--lp-ink-60);font-size:.8rem;font-weight:300;line-height:1.5}.lp-awareness-video-wrap{aspect-ratio:9/16;border-radius:24px;max-height:520px;position:relative;overflow:hidden;box-shadow:0 24px 64px #0c1a2e26}.lp-awareness-video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.lp-awareness-video-badge{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#0a8a5be6;border-radius:999px;padding:.3rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;left:1rem}.lp-awareness-video-caption{color:#ffffffd9;background:linear-gradient(#0000,#070a14d9);align-items:center;gap:.5rem;padding:1.5rem 1.2rem 1.2rem;font-size:.82rem;font-weight:400;display:flex;position:absolute;bottom:0;left:0;right:0}.lp-stellar-section{background:linear-gradient(160deg,#060d1a 0%,#071428 55%,#0a1c3a 100%);position:relative;overflow:hidden}.lp-stellar-section:before{content:"";pointer-events:none;background:radial-gradient(55% 50% at 80% 20%,#7dd3fc12,#0000 55%),radial-gradient(45% 55% at 15% 80%,#1463ff1a,#0000 55%);position:absolute;inset:0}.lp-stellar-steps{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3.5rem;display:grid;position:relative}.lp-stellar-step{background:#ffffff08;border:1px solid #7dd3fc1a;border-radius:20px;padding:2rem;transition:border-color .25s,background .25s;position:relative;overflow:hidden}.lp-stellar-step:hover{background:#ffffff0d;border-color:#7dd3fc40}.lp-stellar-step-num{color:#7dd3fc14;letter-spacing:-.04em;font-family:Instrument Serif,serif;font-size:4rem;font-weight:400;line-height:1;position:absolute;top:1rem;right:1.5rem}.lp-stellar-step-icon{margin-bottom:1rem;font-size:1.8rem}.lp-stellar-step-title{color:#fff;letter-spacing:-.01em;margin-bottom:.6rem;font-family:Instrument Serif,serif;font-size:1.2rem;font-weight:400}.lp-stellar-step-body{color:#ffffff73;font-size:.85rem;font-weight:300;line-height:1.65}.lp-stellar-quote{z-index:1;border-left:3px solid #7dd3fc4d;margin-top:3.5rem;padding:2rem 2.5rem;position:relative}.lp-stellar-quote-mark{color:#7dd3fc26;margin-bottom:1rem;font-family:Instrument Serif,serif;font-size:5rem;line-height:.5}.lp-stellar-quote p{color:#fff9;max-width:68ch;font-family:Instrument Serif,serif;font-size:clamp(1rem,1.8vw,1.35rem);font-style:italic;font-weight:400;line-height:1.6}.lp-wallet-section{background:linear-gradient(150deg,#060d1a 0%,#0a1f3d 50%,#0c2a4a 100%);position:relative;overflow:hidden}.lp-wallet-section:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 10% 60%,#fbbf2414,#0000 55%),radial-gradient(50% 60% at 90% 30%,#1463ff1f,#0000 55%);position:absolute;inset:0}.lp-wallet-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);display:grid;position:relative}.lp-wallet-left .lp-section-sub{color:#ffffff8c;max-width:44ch}.lp-wallet-perks{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.lp-wallet-perk{align-items:flex-start;gap:.85rem;display:flex}.lp-wallet-perk-icon{background:#fbbf241a;border:1px solid #fbbf2433;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:1rem;display:grid}.lp-wallet-perk-title{color:#ffffffd9;margin-bottom:.15rem;font-size:.88rem;font-weight:600}.lp-wallet-perk-desc{color:#fff6;font-size:.78rem;font-weight:300}.lp-wallet-right{justify-content:center;display:flex}.lp-wallet-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:380px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 32px 64px #0006}.lp-wallet-card-glow{pointer-events:none;background:radial-gradient(circle,#fbbf2426,#0000 65%);width:280px;height:280px;position:absolute;top:-40%;right:-20%}.lp-wallet-card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.lp-wallet-logo{color:#fbbf24;letter-spacing:.02em;font-family:Instrument Serif,serif;font-size:1.1rem}.lp-wallet-network{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:.3rem .65rem;font-size:.68rem;font-weight:600}.lp-wallet-balance-preview{background:#ffffff0a;border:1px solid #ffffff12;border-radius:16px;margin-bottom:1.5rem;padding:1.2rem 1.4rem}.lp-wallet-balance-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.4rem;font-size:.65rem;font-weight:600}.lp-wallet-balance-num{color:#fff;margin-bottom:.6rem;font-family:Instrument Serif,serif;font-size:2rem;line-height:1}.lp-wallet-balance-num span{color:#fff6;font-family:Geist,sans-serif;font-size:.9rem}.lp-wallet-streak{color:#fbbf24;font-size:.75rem;font-weight:500}.lp-wallet-form-label{color:#fff6;margin-bottom:.85rem;font-size:.78rem;font-weight:300;line-height:1.5}.lp-wallet-input{color:#fff;caret-color:#fbbf24;background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:10px;outline:none;width:100%;margin-bottom:.75rem;padding:.75rem 1rem;font-family:Geist,sans-serif;font-size:.9rem;transition:border-color .18s,background .18s}.lp-wallet-input::placeholder{color:#ffffff40}.lp-wallet-input:focus{background:#ffffff14;border-color:#fbbf2480}.lp-wallet-btn{color:#0c1a2e;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#fbbf24);border:none;border-radius:10px;width:100%;margin-bottom:.6rem;padding:.85rem 1rem;font-family:Geist,sans-serif;font-size:.92rem;font-weight:700;transition:transform .14s,box-shadow .18s,opacity .15s;box-shadow:0 4px 20px #fbbf244d}.lp-wallet-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #fbbf2466}.lp-wallet-btn:disabled{opacity:.55;cursor:not-allowed}.lp-wallet-or{text-align:center;color:#ffffff40;margin:.4rem 0;font-size:.72rem}.lp-wallet-btn-ghost{color:#ffffff8c;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:Geist,sans-serif;font-size:.88rem;font-weight:400;transition:color .15s,border-color .15s,background .15s}.lp-wallet-btn-ghost:hover{color:#fff;background:#ffffff0d;border-color:#ffffff47}.lp-wallet-error{color:#f87171;background:#f8717114;border:1px solid #f8717133;border-radius:8px;margin-bottom:.6rem;padding:.5rem .75rem;font-size:.78rem}.lp-wallet-success{text-align:center;padding:1rem 0}.lp-wallet-success-icon{color:#34d399;background:#0a8a5b26;border:1px solid #0a8a5b4d;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto .85rem;font-size:1.2rem;display:grid}.lp-wallet-success strong{color:#fff;margin-bottom:.5rem;font-family:Instrument Serif,serif;font-size:1.1rem;font-weight:400;display:block}.lp-wallet-success p{color:#ffffff73;font-size:.82rem;line-height:1.6}.lp-wallet-success em{color:#fbbf24;font-style:normal}@media (width<=900px){.lp-awareness-body{grid-template-columns:1fr}.lp-awareness-video-wrap{aspect-ratio:16/9;max-height:320px}.lp-stellar-steps,.lp-wallet-inner{grid-template-columns:1fr}.lp-wallet-card{max-width:100%}.lp-hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.lp-hero-copy{align-items:center}.lp-hero-sub{max-width:54ch}.lp-hero-social-proof,.lp-hero-mockup{justify-content:center}.lp-phone-frame,.lp-phone-img{width:240px}.lp-float-chip--1{top:-8%;right:2%}.lp-float-chip--2{bottom:-6%;left:2%}.lp-features-grid{grid-template-columns:1fr;gap:1rem}.lp-globe-inner{grid-template-columns:1fr}.lp-globe-visual{max-width:260px;margin:0 auto}.lp-hero-cards{display:none}.lp-auth-overlay{grid-template-columns:1fr}.lp-auth-left{gap:1.5rem;min-height:auto;padding:2rem 1.5rem}.lp-auth-hero-body,.lp-auth-chips{display:none}.lp-auth-right{border-left:none;border-top:1px solid var(--lp-border);background:var(--lp-canvas);padding:2rem 1.5rem}.lp-auth-input{background:#fff}}@media (width<=640px){.lp-nav-links{display:none}.lp-cta-section .lp-cta-big{justify-content:center;width:100%}.lp-hero-title{font-size:clamp(2.5rem,8vw,3.5rem)}.lp-float-chip{display:none}}.lp-hero-mockup-glow{filter:blur(48px);pointer-events:none;z-index:0;background:radial-gradient(circle,#1463ff59 0%,#0a8a5b26 50%,#0000 70%);border-radius:50%;width:340px;height:340px;position:absolute}.lp-phone-img{z-index:1;position:relative}.lp-float-chip--3{color:#0c1a2e;background:#fbbf24f2;border-color:#fbbf244d;animation:8s ease-in-out 1s infinite chip-float-1;top:50%;right:-10px;transform:translateY(-50%)}.lp-trust-bar{background:var(--lp-white);border-bottom:1px solid var(--lp-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2rem;padding:1.1rem clamp(1.5rem,6vw,5rem);display:flex}.lp-trust-label{letter-spacing:.14em;text-transform:uppercase;color:var(--lp-ink-30);font-size:.72rem;font-weight:600}.lp-trust-item{color:var(--lp-ink-60);border:1px solid var(--lp-border);background:var(--lp-canvas);letter-spacing:.01em;border-radius:999px;padding:.28rem .85rem;font-size:.8rem;font-weight:500}.lp-feature-top{border-radius:14px;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.4rem;padding:1.5rem;display:flex}.lp-feature-icon-wrap{font-size:2rem;line-height:1}.lp-feature-stat{letter-spacing:.06em;text-transform:uppercase;opacity:.85;white-space:nowrap;background:#ffffffb3;border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.lp-feature-body{padding:0 .25rem}.lp-feature-bar{transform-origin:0;border-radius:0 0 20px 20px;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.lp-feature:hover .lp-feature-bar{transform:scaleX(1)}.lp-feature:before{display:none}.lp-awareness-stat{padding-top:1.2rem}.lp-awareness-stat-bar{opacity:.7;border-radius:2px;width:40px;height:3px;margin-bottom:1rem}.lp-how-section{background:var(--lp-canvas);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-how-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;display:grid;position:relative}.lp-how-steps:before{content:"";background:var(--lp-border);pointer-events:none;z-index:0;height:1px;position:absolute;top:28px;left:calc(33.33% - 12px);right:calc(33.33% - 12px)}.lp-how-step{z-index:1;position:relative}.lp-how-num{background:var(--lp-white);z-index:1;border:2px solid;border-radius:50%;place-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-family:Instrument Serif,serif;font-size:1.5rem;font-weight:400;display:grid;position:relative}.lp-how-connector{display:none}.lp-how-title{color:var(--lp-ink);letter-spacing:-.01em;margin-bottom:.6rem;font-family:Instrument Serif,serif;font-size:1.25rem;font-weight:400}.lp-how-body{color:var(--lp-ink-60);font-size:.88rem;font-weight:300;line-height:1.65}.lp-testimonials-section{background:var(--lp-white);border-top:1px solid var(--lp-border)}.lp-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.lp-testimonial{background:var(--lp-canvas);border:1px solid var(--lp-border);border-radius:20px;flex-direction:column;justify-content:space-between;gap:1.4rem;padding:1.8rem;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s;display:flex}.lp-testimonial:hover{box-shadow:var(--lp-shadow-lg);transform:translateY(-3px)}.lp-testimonial-quote{color:var(--lp-ink);letter-spacing:-.005em;font-family:Instrument Serif,serif;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1.65}.lp-testimonial-quote:before{content:"\"";color:var(--lp-blue);vertical-align:-.35em;opacity:.6;margin-right:.15em;font-size:1.4rem;line-height:0}.lp-testimonial-author{align-items:center;gap:.75rem;display:flex}.lp-testimonial-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:.9rem;font-weight:600;display:grid}.lp-testimonial-name{color:var(--lp-ink);font-size:.85rem;font-weight:600}.lp-testimonial-loc{color:var(--lp-ink-60);font-size:.75rem;font-weight:300}.lp-footer-left{flex-direction:column;gap:.25rem;display:flex}.lp-footer-tagline{color:#ffffff40;font-size:.75rem;font-style:italic;font-weight:300}.lp-footer-links{align-items:center;gap:1.5rem;display:flex}.lp-footer-links a{color:#fff6;font-size:.8rem;transition:color .15s}.lp-footer-links a:hover{color:#fffc}@media (width<=900px){.lp-how-steps{grid-template-columns:1fr;gap:2.5rem}.lp-how-steps:before{display:none}.lp-testimonials-grid{grid-template-columns:1fr}.lp-trust-bar{gap:.5rem 1rem}.lp-float-chip--3{display:none}.lp-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.lp-footer-links{flex-wrap:wrap;gap:1rem}}@media (width<=640px){.lp-testimonials-grid,.lp-how-steps{grid-template-columns:1fr}.lp-trust-bar{gap:.4rem .75rem}}:root{--bg:#eef5ff;--bg-accent:#d6f8ef;--surface:#fff;--surface-soft:#f4f8ff;--text:#12212f;--muted:#4f6172;--line:#d7e3ef;--brand:#1463ff;--brand-strong:#0a47c2;--danger:#bb2d3b;--success:#0a8a5b;--warning:#e67a00;--radius:16px;--shadow:0 14px 30px #11213814;--accent:#8b5cf6;--accent-secondary:#ec4899;--border:var(--line)}[data-theme=dark]{--bg:#0f0f13;--bg-accent:#12161e;--surface:#1a1a24;--surface-soft:#1f1f2e;--text:#f3f4f6;--muted:#9ca3af;--line:#2d2d3a;--border:#2d2d3a;--brand:#818cf8;--brand-strong:#a5b4fc;--shadow:0 14px 30px #0006}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f0f13;--bg-accent:#12161e;--surface:#1a1a24;--surface-soft:#1f1f2e;--text:#f3f4f6;--muted:#9ca3af;--line:#2d2d3a;--border:#2d2d3a;--brand:#818cf8;--brand-strong:#a5b4fc;--shadow:0 14px 30px #0006}}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 18% 14%, #1463ff2b, transparent 32%), radial-gradient(circle at 88% 10%, #0a8a5b33, transparent 28%), linear-gradient(130deg, var(--bg), var(--bg-accent));margin:0;font-family:Space Grotesk,sans-serif}h1,h2,h3,strong,.brand{letter-spacing:.02em;font-family:Fraunces,serif}.page-wrap{width:min(1100px,100% - 2rem);margin:1.5rem auto 2rem}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);background:#ffffffd1;border:1px solid #ffffffbf;border-radius:999px;justify-content:space-between;align-items:center;gap:.8rem;padding:.6rem .8rem .6rem 1.2rem;display:flex}.brand{color:var(--text);font-weight:700;text-decoration:none}.main-nav{background:var(--surface-soft);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem;display:flex}.main-nav a{color:var(--muted);border-radius:999px;padding:.45rem .85rem;text-decoration:none;transition:all .2s}.main-nav a.active{background:var(--surface);color:var(--brand-strong);box-shadow:0 2px 6px #1121381a}.user-actions{color:var(--muted);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.content{margin-top:1.2rem}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.full-width{grid-column:1/-1}.card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe6;padding:1rem}.card-header{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.card h2{margin-top:0;margin-bottom:.6rem}button,input,textarea{font:inherit}button{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.62rem .9rem;transition:transform .14s,background .2s}button:hover:enabled{background:var(--brand-strong);transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed}button.danger{background:var(--danger)}input,textarea{border:1px solid var(--line);background:var(--surface);border-radius:10px;width:100%;margin-top:.35rem;padding:.62rem .7rem}.form-stack{flex-direction:column;gap:.8rem;display:flex}.field-label{color:var(--muted);margin:0;font-size:.85rem}.muted{color:var(--muted)}.error-text{color:var(--danger);margin:0;font-size:.9rem}.balance-card{color:#f3f7ff;background:linear-gradient(120deg,#143f96,#1463ff)}.balance-card .muted{color:#d9e6ff}.balance-number{margin:.5rem 0;font-size:clamp(2rem,4vw,3rem);font-weight:700}.skeleton-line{background:linear-gradient(90deg,#dce8f4,#edf4fb,#dce8f4) 0 0/240px 100%;border-radius:8px;width:100%;height:14px;animation:1.2s linear infinite shimmer}.skeleton-line.large{height:42px}@keyframes shimmer{0%{background-position:0 0}to{background-position:240px 0}}.empty-state{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.chip-row{flex-wrap:wrap;gap:.4rem;margin-top:.45rem;display:flex}.chip-row.compact{margin-top:.3rem}.chip{color:#1a3e72;background:#e5eefc;border:1px solid #cddffa;border-radius:999px;padding:.35rem .7rem;font-size:.84rem}.chip.active{color:#05553d;background:#d8f3e8;border-color:#b9ebd7}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.55rem .4rem;font-size:.9rem}.amount-plus{color:var(--success);font-weight:600}.amount-minus{color:var(--danger);font-weight:600}.pagination-row{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.list-stack{flex-direction:column;gap:.7rem;display:flex}.list-card{border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:12px;padding:.7rem;text-decoration:none}.list-card.align-left{text-align:left}.list-card-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.note-preview{margin:.4rem 0 0}.mood-chip{background:#f4f8ff;border-radius:999px;padding:.2rem .55rem}.stress-meter{margin-top:.8rem}.stress-bar{background:#f2e4cf;border-radius:999px;width:100%;height:10px;margin-top:.35rem;overflow:hidden}.stress-bar span{height:100%;width:calc((var(--stress) / 5) * 100%);background:linear-gradient(90deg,#48a86b,#df8b1b,#d34b32);display:block}.envelope{background:#f8fbff;border:1px dashed #c7d7ea;border-radius:12px;margin-top:.8rem;padding:.8rem;transition:transform .25s,box-shadow .25s}.envelope.open{transform:rotateX(0)translateY(-1px);box-shadow:0 12px 20px #132d461f}.auth-root{align-items:stretch;min-height:100vh;display:flex}.auth-hero{background:radial-gradient(circle at 12% 20%, #1463ff38, transparent 40%), radial-gradient(circle at 85% 75%, #0a8a5b2e, transparent 38%), linear-gradient(145deg, var(--bg), var(--bg-accent));flex-direction:column;flex:48%;justify-content:center;padding:clamp(2rem,6vw,5rem) clamp(1.5rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.auth-hero:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='200' cy='200' r='180' stroke='rgba(20,99,255,0.06)' fill='none' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='130' stroke='rgba(20,99,255,0.04)' fill='none' stroke-width='1'/%3E%3C/svg%3E") 50%/500px no-repeat;position:absolute;inset:0}.auth-hero-logo{align-items:center;gap:.55rem;margin-bottom:2.5rem;display:flex}.auth-hero-logo .logo-mark{background:linear-gradient(135deg, var(--brand), var(--accent));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-family:Fraunces,serif;font-size:1.3rem;font-weight:700;display:flex}.auth-hero-logo .logo-name{letter-spacing:.01em;color:var(--text);font-family:Fraunces,serif;font-size:1.25rem;font-weight:700}.auth-hero h1{color:var(--text);margin:0 0 .8rem;font-size:clamp(1.9rem,3.5vw,2.7rem);line-height:1.18}.auth-hero h1 .highlight{background:linear-gradient(120deg, var(--brand), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-hero-sub{color:var(--muted);max-width:38ch;margin:0 0 2.2rem;font-size:1.05rem;line-height:1.6}.auth-features{flex-direction:column;gap:1rem;display:flex}.auth-feature-item{align-items:flex-start;gap:.85rem;display:flex}.auth-feature-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.auth-feature-icon.blue{background:#dbeafe}.auth-feature-icon.green{background:#d1fae5}.auth-feature-icon.purple{background:#ede9fe}.auth-feature-icon.amber{background:#fef3c7}.auth-feature-text strong{color:var(--text);letter-spacing:0;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600;display:block}.auth-feature-text span{color:var(--muted);font-size:.82rem;line-height:1.4}.auth-panel-side{background:var(--surface);border-left:1px solid var(--line);flex:0 0 min(460px,50%);justify-content:center;align-items:center;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,3vw,2.5rem);display:flex}.auth-panel{border:1px solid var(--line);border-radius:var(--radius);width:min(400px,100%);box-shadow:var(--shadow);background:#fffffff0;padding:2rem 1.6rem}.auth-panel h2{margin:0 0 .35rem;font-size:1.5rem}.auth-panel .auth-subtitle{color:var(--muted);margin:0 0 1.5rem;font-size:.92rem}.auth-form{flex-direction:column;gap:.8rem;display:flex}.auth-form label{color:var(--text);flex-direction:column;gap:.25rem;font-size:.88rem;font-weight:500;display:flex}.auth-form input{margin-top:0}.auth-links{color:var(--muted);flex-direction:column;gap:.35rem;margin-top:1.1rem;font-size:.88rem;display:flex}.auth-links a{color:var(--brand);font-weight:500;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:1rem 1.1rem;font-size:.9rem;line-height:1.5}.auth-success strong{letter-spacing:0;margin-bottom:.3rem;font-family:Space Grotesk,sans-serif;display:block}@media (width<=820px){.auth-root{flex-direction:column}.auth-hero{flex:none;padding:2rem 1.25rem 1.5rem}.auth-hero h1{font-size:1.65rem}.auth-hero-sub,.auth-features{display:none}.auth-panel-side{border-left:none;border-top:1px solid var(--line);background:var(--bg);flex:none;padding:1.5rem 1.25rem 2rem}.auth-panel{box-shadow:none;background:0 0;border:none;padding:0}}.auth-panel.standalone{margin:4rem auto}.page-message{text-align:center;width:min(440px,100% - 2rem);margin:4rem auto}.expanded-area{border-top:1px solid var(--line);margin-top:.6rem;padding-top:.55rem}.confetti-wrap{pointer-events:none;z-index:50;position:fixed;inset:0}.confetti-wrap span{top:-20px;left:calc(4% + (var(--piece-delay) / 35ms) * 3.6%);background:hsl(calc((var(--piece-delay) / 35ms) * 16), 85%, 58%);width:8px;height:14px;animation:2s ease-in forwards confetti-fall;animation-delay:var(--piece-delay);border-radius:3px;position:absolute}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(103vh)rotate(430deg)}}.animate-rise{animation:.42s both rise-up}@keyframes rise-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-stagger>*{animation:.35s both rise-up}.animate-stagger>:first-child{animation-delay:40ms}.animate-stagger>:nth-child(2){animation-delay:.1s}.animate-stagger>:nth-child(3){animation-delay:.16s}.shell-root{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.shell-sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;background:#ffffffd1;flex-direction:column;gap:1rem;width:240px;height:100vh;padding:.85rem;transition:width .25s,transform .25s;display:flex;position:sticky;top:0}.shell-sidebar.collapsed{width:84px}.shell-sidebar-header{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.shell-sidebar-header h1{margin:0;font-size:1.1rem}.icon-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;min-width:38px;min-height:38px;padding:0}.shell-nav{flex-direction:column;gap:.35rem;display:flex}.shell-nav-item{color:var(--muted);border:1px solid #0000;border-radius:12px;align-items:center;gap:.65rem;padding:.56rem .62rem;text-decoration:none;display:flex}.shell-nav-item:hover{border-color:var(--line);background:var(--surface)}.shell-nav-item.active{color:var(--brand-strong);background:#ebf2ff;border-color:#c6dafd;font-weight:600}.shell-nav-item .icon{text-align:center;width:24px}.shell-sidebar.collapsed .label{display:none}.shell-sidebar-footer{border-top:1px solid var(--line);margin-top:auto;padding-top:.8rem}.email-text{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.shell-main{grid-template-rows:auto 1fr;min-width:0;display:grid}.shell-topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;grid-template-columns:auto minmax(200px,1fr) auto;align-items:center;gap:.8rem;padding:.65rem 1rem;display:grid;position:sticky;top:0}.shell-topbar-left{align-items:center;gap:.6rem;display:flex}.shell-logo-text{font-family:Fraunces,serif;font-weight:700}.shell-search input{background:#fffffff2;margin:0}.shell-topbar-actions{align-items:center;gap:.45rem;display:flex}.notification-btn{position:relative}.badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 .3rem;font-size:.7rem;display:inline-flex;position:absolute;top:-8px;right:-8px}.avatar-menu-wrap{position:relative}.avatar-btn{color:#1f3d72;background:#ebf2ff;border:1px solid #b6cdf0;border-radius:999px;width:38px;height:38px;font-weight:700}.avatar-menu{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;gap:.2rem;min-width:150px;padding:.3rem;display:grid;position:absolute;top:calc(100% + .35rem);right:0}.avatar-menu button{text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px}.avatar-menu button:hover{background:#edf4ff}.shell-content{padding:1rem}.placeholder-page{align-content:center;gap:.5rem;min-height:220px;display:grid}.shell-drawer-overlay,.mobile-only{display:none}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=920px){.topbar{border-radius:18px;flex-wrap:wrap;justify-content:center;padding:.8rem}.user-actions{flex-wrap:wrap;justify-content:center;width:100%}.feature-grid{grid-template-columns:1fr}.pagination-row{justify-content:flex-start}}@media (width<=767px){.shell-root{grid-template-columns:1fr}.shell-sidebar{width:240px;position:fixed;transform:translate(-100%)}.shell-sidebar.open{transform:translate(0)}.shell-drawer-overlay{z-index:35;background:#0f182573;border:none;display:block;position:fixed;inset:0}.mobile-only{display:inline-flex}.desktop-only{display:none}.shell-topbar{grid-template-columns:auto 1fr auto}.shell-search{min-width:120px}}
