:root{--shell-bg:rgba(255,255,255,.9);--shell-border:rgba(12,27,42,.08);--shell-shadow:0 18px 45px rgba(12,27,42,.08)}
body{font-size:16.5px}
.site-header{position:sticky;top:0;z-index:60;background:var(--shell-bg);backdrop-filter:blur(18px) saturate(1.2);border-bottom:1px solid var(--shell-border);transition:min-height .25s ease,box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{box-shadow:var(--shell-shadow);background:rgba(255,255,255,.96)}
.site-header .nav{min-height:76px;transition:min-height .25s ease}.site-header.is-scrolled .nav{min-height:60px}.site-header .main-nav{gap:24px}.site-header .main-nav a{font-size:15px}
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.mobile-auth{display:none}
.auth-link{border:0;background:transparent;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;text-decoration:none;font-size:15px;font-weight:750;color:#203445;transition:background .2s ease,color .2s ease,transform .2s ease}.auth-link:hover{background:#eef7f5;color:var(--teal-dark);transform:translateY(-1px)}
.register-cta{border:0;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;text-decoration:none;font-size:15px;font-weight:800;color:#06372f;background:linear-gradient(135deg,#16c89f,#29ddb3);box-shadow:0 8px 22px rgba(23,199,160,.18);transition:transform .22s ease,box-shadow .22s ease}.register-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(23,199,160,.26)}
.nav-dropdown{position:relative}.nav-dropdown>a{display:inline-flex;align-items:center;gap:5px}.nav-dropdown>a:after{content:'⌄';font-size:11px;opacity:.6}.mega-menu{position:absolute;top:calc(100% + 18px);left:-20px;width:350px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px rgba(12,27,42,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease;display:grid;grid-template-columns:1fr 1fr;gap:8px}.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu a{display:block;padding:11px 12px;border-radius:10px;text-decoration:none;color:#263d4b!important;background:transparent}.mega-menu a:hover{background:#eef9f6;color:var(--teal-dark)!important}.mega-menu strong,.mega-menu small{display:block}.mega-menu strong{font-size:14px}.mega-menu small{font-size:12px;color:#748793;margin-top:2px}
.hero-sub{font-size:20px}.lead{font-size:19px}.section p,.page-card p,.tool-card p{font-size:16.5px;line-height:1.7}.panel p{font-size:16px}.step p{font-size:15px}.text-link{font-size:15px}.footer-col a{font-size:14px}
.prefooter{background:linear-gradient(135deg,#082130 0%,#0d3142 60%,#0b2736 100%);color:#fff;padding:56px 0}.prefooter-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.prefooter .section-kicker{color:#65e3c8}.prefooter h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;line-height:1.02;margin:0 0 12px}.prefooter p{color:#c8d8df;margin:0;font-size:17px}.prefooter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.prefooter-form input{min-width:0;padding:14px 15px;border-radius:11px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font:inherit}.prefooter-form input::placeholder{color:#a7bac3}.prefooter-form small{grid-column:1/-1;color:#96adb7}
.footer-top{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:34px;padding:10px 0 30px}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#7fe2cc;margin:0 0 14px}.footer-col a,.footer-action{display:block;text-decoration:none;color:#c7d6dc;font-size:14px;margin:8px 0}.footer-action{padding:0;border:0;background:none;font:inherit;cursor:pointer;text-align:left}.footer-col a:hover,.footer-action:hover{color:#fff}.footer-brand-block p{max-width:280px;color:#8fa6af;font-size:14px;line-height:1.6}.social-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.social-link{min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:9px;display:inline-flex;align-items:center;color:#d9e8ed;font-size:12px;font-weight:750}.social-link.is-pending{opacity:.55;cursor:default}.footer-bottom{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:8px}.footer-bottom .legal{max-width:1000px;color:#829aa4;font-size:12px;line-height:1.72}.footer-bottom .legal a{color:#b7ccd4}.footer-bottom .tagline{white-space:nowrap;color:#c6d4d9;font-size:13px;font-weight:700}
.account-drawer{width:min(500px,calc(100% - 24px));max-width:none;margin:0 0 0 auto;height:100dvh;max-height:100dvh;border:0;padding:0;background:transparent}.account-drawer::backdrop{background:rgba(4,18,27,.46);backdrop-filter:blur(7px)}.account-panel{height:100%;background:linear-gradient(180deg,#ffffff 0%,#fbfdfd 100%);padding:38px 40px 34px;box-shadow:-26px 0 74px rgba(7,30,44,.18);position:relative;overflow:auto}.drawer-close{position:absolute;right:20px;top:18px;width:38px;height:38px;border-radius:50%;border:1px solid #dbe6e8;background:#fff;color:#213744;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(7,30,44,.06);transition:transform .18s ease,border-color .18s ease}.drawer-close:hover{transform:rotate(4deg);border-color:#b9cecf}.auth-view{max-width:420px;margin:0 auto}.auth-view .section-kicker{font-size:12px;letter-spacing:.16em;margin-bottom:14px}.auth-view h2{font-size:clamp(32px,4vw,40px);line-height:1.05;letter-spacing:-.035em;margin:0 0 12px;color:#08131d}.auth-intro{color:#6b7f8c;font-size:16px;line-height:1.6;margin:0 0 24px}.provider-grid{display:grid;gap:10px}.provider-button{width:100%;min-height:52px;padding:12px 16px;border-radius:12px;border:1px solid #dbe5e8;background:#fff;color:#18323f;font:inherit;font-weight:760;display:grid;grid-template-columns:26px 1fr 26px;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease,background .2s ease;text-align:center}.provider-button:after{content:''}.provider-button:hover{transform:translateY(-1px);border-color:#a8d8cd;box-shadow:0 10px 22px rgba(7,30,44,.07);background:#fdfefe}.provider-button.passkey{background:#f4fbf9;border-color:#d5ebe5}.provider-logo{width:24px;height:24px;display:grid;place-items:center;color:#0b1c26}.provider-logo svg{width:22px;height:22px;display:block}.provider-button.passkey .provider-logo{color:#0a6f5d}.auth-divider{display:flex;align-items:center;gap:13px;color:#97a8b1;font-size:11px;text-transform:uppercase;letter-spacing:.15em;margin:24px 0}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:#e5ecef;flex:1}.auth-form{display:grid;gap:9px}.auth-form label{font-size:12.5px;font-weight:800;color:#3e5663}.auth-form input{width:100%;box-sizing:border-box;padding:13px 14px;border-radius:11px;border:1px solid #d1dcdf;background:#fff;color:#16303d;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.auth-form input::placeholder{color:#97a6ad}.auth-form input:focus{border-color:#1fc9a5;box-shadow:0 0 0 4px rgba(31,201,165,.11)}.auth-submit{margin-top:7px;width:100%;min-height:48px;border-radius:11px;box-shadow:0 10px 22px rgba(31,201,165,.16)}.auth-row{display:flex;justify-content:flex-end;margin-top:-1px}.text-button{border:0;background:none;padding:0;color:#008c73;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.text-button:hover{text-decoration:underline}.auth-switch{margin:20px 0 0;color:#687c88;font-size:13.5px}.auth-status{margin-top:18px;padding:12px 14px;border-radius:10px;background:#eff8f5;color:#587079;font-size:12.5px;line-height:1.5;border:1px solid #e0f0eb}.register-benefits{list-style:none;padding:0;margin:22px 0}.register-benefits li{padding:10px 0 10px 27px;border-bottom:1px solid #e8eeee;position:relative;font-weight:680;font-size:14px;color:#29424f}.register-benefits li:before{content:'✓';position:absolute;left:2px;color:#008c73}
@media(max-width:980px){.site-header .main-nav{gap:14px}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.footer-col:nth-child(4),.footer-col:nth-child(5){margin-top:6px}.prefooter-inner{grid-template-columns:1fr}}
@media(max-width:820px){body{font-size:16px}.header-actions{display:none}.main-nav.open .mobile-auth{display:grid}.mobile-auth{display:none;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px;border-top:1px solid var(--line);margin-top:4px}.mobile-auth a,.mobile-auth button{justify-content:center!important;text-align:center}.nav-dropdown>a:after{display:none}.mega-menu{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:4px 0 4px 10px;display:block;background:transparent}.mega-menu a{padding:7px 8px}.prefooter{padding:44px 0}.prefooter-form{grid-template-columns:1fr}.prefooter-form .button{width:100%}.footer-top{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}.section p,.page-card p,.tool-card p{font-size:16px}.account-drawer{width:min(100%,520px)}.account-panel{padding:34px 30px}}
@media(max-width:560px){.footer-top{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}.mobile-auth{grid-template-columns:1fr}.site-header .nav{min-height:64px}.site-header.is-scrolled .nav{min-height:56px}.hero-sub{font-size:18px}.lead{font-size:17px}.footer-bottom .legal{font-size:11.5px}.account-drawer{width:100%}.account-panel{padding:30px 22px}.auth-view{max-width:none}.auth-view h2{font-size:32px}.auth-intro{font-size:15px}.provider-button{min-height:50px;padding:11px 14px}}
@media(prefers-reduced-motion:reduce){.site-header,.site-header .nav,.auth-link,.register-cta,.mega-menu,.provider-button,.drawer-close,.auth-form input{transition:none}}

/* Premium visual system */
body{font-size:16px;letter-spacing:-.005em}.wrap{width:min(1160px,calc(100% - 48px))}.site-header .brand{font-size:19px}.site-header .main-nav a{font-size:14px}.auth-link,.register-cta{font-size:14px}.section{padding-top:68px;padding-bottom:68px}.section h2{font-size:clamp(30px,3.4vw,46px);line-height:1.04}.section p,.page-card p,.tool-card p{font-size:15.5px;line-height:1.68}.panel h3,.tool-card h3,.journal-card h3,.live-card h3{font-size:24px}.panel p{font-size:15px}.step p{font-size:14px}.page-hero{padding-top:76px;padding-bottom:56px}.page-hero h1{font-size:clamp(38px,5vw,58px)}.page-hero p{font-size:16.5px}.page-card{border-radius:16px;padding:25px}.principles-card,.panel,.tool-card,.journal-card,.live-card{border-radius:16px}.button{border-radius:9px;padding:12px 17px;font-size:14px}

.hero-premium{min-height:610px;background:linear-gradient(108deg,#061924 0%,#082536 48%,#0b2c3c 100%)}.hero-premium .hero-bg{background:radial-gradient(circle at 72% 26%,rgba(57,218,186,.10),transparent 25%),radial-gradient(circle at 63% 60%,rgba(255,184,106,.12),transparent 22%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,12,20,.48));opacity:1}.hero-premium .hero-inner{min-height:610px;padding:78px 0 70px;grid-template-columns:minmax(0,650px) 1fr}.hero-premium .hero-copy{max-width:650px}.hero-premium .hero h1,.hero-premium h1{font-size:clamp(45px,5.15vw,66px);line-height:.98;letter-spacing:-.052em;max-width:680px;margin-bottom:20px}.hero-premium .hero-sub{font-size:17.5px;line-height:1.45}.hero-premium .lead{font-size:16.5px;line-height:1.65;max-width:610px;color:#cadbe2}.hero-premium .hero-quote{font-size:13.5px;line-height:1.55;color:#b9cbd3}.hero-premium .hero-side{position:relative;z-index:4;pointer-events:none}.hero-premium .hero-words,.hero-premium .hero-tagline{background:rgba(5,24,34,.24);backdrop-filter:blur(6px);padding-top:10px;padding-bottom:10px;padding-right:10px;border-radius:0 8px 8px 0}
.hero-market-visual{position:absolute;z-index:0;right:-2%;top:3%;width:min(66vw,980px);height:94%;opacity:.88;pointer-events:none;transform:translate3d(var(--hero-x,0),var(--hero-y,0),0);transition:transform .18s ease-out}.market-grid{position:absolute;inset:4% 0 4% 6%;background-image:linear-gradient(rgba(111,229,207,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(111,229,207,.05) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 18%,#000 100%);opacity:.7}.market-glow{position:absolute;width:52%;height:46%;right:12%;top:18%;border-radius:50%;background:radial-gradient(circle,rgba(67,233,202,.18),rgba(67,233,202,.06) 36%,transparent 72%);filter:blur(18px);animation:marketGlow 7s ease-in-out infinite}.market-chart{position:absolute;right:0;bottom:7%;width:93%;height:68%;overflow:visible;filter:drop-shadow(0 0 18px rgba(55,222,191,.13))}.market-area{fill:url(#areaGradient)}.market-line{fill:none;stroke:url(#lineGradient);stroke-width:4;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;animation:drawMarketLine 3.8s cubic-bezier(.22,.9,.32,1) .2s forwards}.market-points circle{fill:#b8fff1;stroke:#1bd5ae;stroke-width:3;opacity:0;filter:drop-shadow(0 0 8px rgba(47,230,197,.9));animation:marketPoint .45s ease forwards}.market-points circle:nth-child(1){animation-delay:1.15s}.market-points circle:nth-child(2){animation-delay:1.55s}.market-points circle:nth-child(3){animation-delay:1.9s}.market-points circle:nth-child(4){animation-delay:2.25s}.market-points circle:nth-child(5){animation-delay:2.65s}.market-points circle:nth-child(6){animation-delay:3s}.market-points circle:nth-child(7){animation-delay:3.35s}.market-bars{position:absolute;right:5%;bottom:15%;height:44%;width:18%;display:flex;align-items:flex-end;gap:7px;opacity:.28}.market-bars i{flex:1;height:var(--h);background:linear-gradient(180deg,#45e3c4,#1684a1 72%,rgba(22,132,161,.12));border-radius:3px 3px 0 0;transform-origin:bottom;animation:barRise 1.3s ease both}.market-bars i:nth-child(2){animation-delay:.12s}.market-bars i:nth-child(3){animation-delay:.2s}.market-bars i:nth-child(4){animation-delay:.28s}.market-bars i:nth-child(5){animation-delay:.36s}.market-bars i:nth-child(6){animation-delay:.44s}.market-bars i:nth-child(7){animation-delay:.52s}.market-bars i:nth-child(8){animation-delay:.6s}.market-card{position:absolute;min-width:168px;padding:13px 15px;border:1px solid rgba(124,235,215,.18);border-radius:12px;background:linear-gradient(145deg,rgba(8,31,43,.66),rgba(11,44,59,.42));box-shadow:0 18px 45px rgba(0,0,0,.14);backdrop-filter:blur(12px);color:#d8edf0}.market-card span{display:block;font-size:9px;letter-spacing:.17em;color:#63e1c6;margin-bottom:6px}.market-card strong{display:block;font-size:15px;letter-spacing:-.015em;color:#fff}.market-card small{display:block;margin-top:4px;font-size:10px;line-height:1.4;color:#9bb7c0}.market-card-a{right:35%;top:13%;animation:floatCard 6s ease-in-out infinite}.market-card-b{right:9%;top:28%;animation:floatCard 7.5s ease-in-out .7s infinite}.market-years{position:absolute;right:12%;bottom:11%;width:63%;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.08em;color:rgba(194,224,231,.58)}
@keyframes drawMarketLine{to{stroke-dashoffset:0}}@keyframes marketPoint{from{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes marketGlow{0%,100%{transform:scale(.94);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes barRise{from{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

@media(max-width:1050px){.hero-premium .hero-inner{grid-template-columns:minmax(0,620px) 150px}.hero-market-visual{right:-16%;width:82vw;opacity:.7}.market-card-b{display:none}.market-card-a{right:28%}}
@media(max-width:820px){.wrap{width:min(100% - 32px,1160px)}.section{padding-top:58px;padding-bottom:58px}.hero-premium{min-height:560px}.hero-premium .hero-inner{grid-template-columns:1fr;min-height:560px;padding:66px 0 56px}.hero-premium h1{font-size:clamp(42px,10vw,56px);max-width:600px}.hero-premium .hero-copy{max-width:620px}.hero-market-visual{right:-33%;top:9%;width:118vw;height:82%;opacity:.35}.market-card,.market-years,.market-bars{display:none}.market-grid{background-size:46px 46px}.page-hero h1{font-size:clamp(36px,8vw,50px)}}
@media(max-width:560px){body{font-size:15.5px}.wrap{width:min(100% - 26px,1160px)}.section{padding-top:50px;padding-bottom:50px}.section h2{font-size:clamp(28px,8.5vw,38px)}.section p,.page-card p,.tool-card p{font-size:15px}.hero-premium{min-height:540px}.hero-premium .hero-inner{min-height:540px;padding:58px 0 48px}.hero-premium h1{font-size:clamp(38px,11vw,48px);line-height:1}.hero-premium .hero-sub{font-size:16px}.hero-premium .lead{font-size:15.5px}.hero-market-visual{right:-60%;top:15%;width:165vw;height:74%;opacity:.26}.market-chart{height:58%;bottom:9%}.market-grid{opacity:.38}.button{font-size:13.5px;padding:11px 14px}.page-card{padding:22px}.panel h3,.tool-card h3,.journal-card h3,.live-card h3{font-size:22px}}
@media(prefers-reduced-motion:reduce){.hero-market-visual{transform:none!important;transition:none}.market-line{stroke-dashoffset:0;animation:none}.market-points circle{opacity:1;animation:none}.market-bars i,.market-card,.market-glow{animation:none}}
