:root{--black:#000;--near:#1d1d1f;--muted:#ffffffb8;--glass:#ffffffa8;--white:#fff;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#000}body{min-height:100vh;color:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}body.chat-active{overflow:hidden}.globalnav{z-index:50;background:var(--glass);-webkit-backdrop-filter:saturate(180%)blur(22px);border-bottom:1px solid #ffffff7a;height:44px;position:fixed;inset:0 0 auto;box-shadow:inset 0 1px #ffffff70}.nav-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:980px;height:44px;margin:0 auto;padding:0 22px;display:grid}.brand{color:#fff;letter-spacing:-.32px;text-shadow:0 1px 16px #00000038;font-size:15px;font-weight:800;line-height:44px;text-decoration:none}.nav-links{justify-content:center;gap:31px;display:flex}.nav-links a{color:#1d1d1fbd;letter-spacing:-.12px;white-space:nowrap;font-size:12px;font-weight:400;line-height:44px;text-decoration:none}.nav-links a:hover{color:#000}.brand:hover{color:#fff}.user-icon{color:#1d1d1fc7;border-radius:999px;justify-self:end;place-items:center;width:28px;height:28px;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:grid}.user-icon:hover{color:#000;background:#ffffff5c;transform:translateY(-1px)}.user-icon svg{width:20px;height:20px;display:block}.scene{z-index:0;background:radial-gradient(circle at 22% 28%,#b0dff0d1,#0000 38%),radial-gradient(circle at 55% 24%,#ffc4bec7,#0000 36%),radial-gradient(circle at 72% 45%,#96cde1b3,#0000 42%),radial-gradient(circle at 36% 72%,#c54c5861,#0000 40%),linear-gradient(#beddea 0%,#8fc5d8 46%,#33526a 100%);position:fixed;inset:0;overflow:hidden}.scene:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000002e,#0000001a);position:absolute;inset:-2px}.noise{z-index:2;pointer-events:none;opacity:.025;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");position:fixed;inset:0}.unicorn-bg{opacity:1;width:100%;height:100%;position:absolute;inset:0}.mesh{z-index:1;pointer-events:none;opacity:0;position:fixed;inset:-15vh -10vw}main{z-index:3;justify-content:center;align-items:center;min-height:100svh;padding:44px 22px 0;display:flex;position:relative}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(980px,100%);min-height:calc(100svh - 44px);display:flex;transform:translateY(-14vh)}.kicker{color:#fff;letter-spacing:-3.2px;text-wrap:balance;text-shadow:0 3px 26px #00000057,0 0 42px #ffffff57;max-width:760px;margin-bottom:26px;font-size:clamp(38px,5.4vw,70px);font-weight:720;line-height:.98}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.prompt-wrap{width:min(640px,100%);animation:rise .9s var(--ease) .12s both;margin:0 auto}.chat-label{color:#ffffffd6;letter-spacing:-.12px;text-shadow:0 2px 18px #0000003d;margin:0 0 10px;font-size:13px;font-weight:600}.chat-hint{color:#ffffffad;letter-spacing:-.08px;text-shadow:0 2px 16px #0003;max-width:620px;margin:10px auto 0;font-size:12px;line-height:1.35}.prompt-shell{background:var(--glass);color:#1d1d1f;-webkit-backdrop-filter:saturate(180%)blur(22px);border:1px solid #ffffff7a;border-radius:28px;align-items:flex-end;gap:10px;min-height:64px;padding:8px 8px 8px 20px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff70}textarea{resize:none;color:#1d1d1f;letter-spacing:-.36px;background:0 0;border:0;outline:0;flex:1;min-height:44px;max-height:164px;padding:12px 0 9px;font:400 17px/1.25 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}textarea::placeholder{color:#1d1d1f8f}.send{color:#111113;cursor:pointer;background:#ffffffb8;border:0;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:19px;line-height:1;display:grid}.send:disabled{opacity:.86;cursor:not-allowed}.send .spinner{background:#1d1d1f;border-radius:4px;width:15px;height:15px;animation:3s linear infinite spinbox}@keyframes spinbox{to{transform:rotate(360deg)}}.input-status{display:none}.convo{text-align:left;width:min(720px,100%);margin:18px auto 0;display:none}.convo.live{display:block}.hero.chat-open{justify-content:flex-start;padding-top:clamp(64px,9vh,92px);transform:none}.hero.chat-open .chat-hint,.hero.chat-open .chat-label,.hero.chat-open .kicker{display:none}.hero.chat-open .prompt-wrap{order:2;width:min(720px,100%);margin-top:10px}.hero.chat-open .prompt-shell{background:#ffffffbd;box-shadow:0 22px 70px #00000038,inset 0 1px #ffffff9e}.hero.chat-open .convo{overscroll-behavior:contain;background:var(--glass);-webkit-backdrop-filter:saturate(180%)blur(22px);scrollbar-width:none;border:1px solid #ffffff7a;border-radius:30px;order:1;max-height:clamp(320px,55vh,520px);padding:18px;overflow-y:auto;box-shadow:0 26px 80px #0003,inset 0 1px #ffffff70}.hero.chat-open .convo::-webkit-scrollbar{display:none}.msg{animation:rise .44s var(--ease) both;margin:12px 0}.who{color:#ffffff85;letter-spacing:-.08px;margin:0 0 5px 12px;font-size:11px}.bubble{letter-spacing:-.22px;border-radius:20px;max-width:min(92%,660px);padding:13px 16px;font-size:15px;line-height:1.42;display:inline-block}.you{text-align:right}.you .who{margin-right:12px}.you .bubble{color:#fff;text-align:left;background:linear-gradient(135deg,#ff3b30,#c91f37);border-bottom-right-radius:7px;box-shadow:0 14px 38px #c91f373d}.bot .bubble{color:#1d1d1f;background:#f5f5f7eb;border-bottom-left-radius:7px;box-shadow:0 18px 54px #00000047}.lead-cta{color:#1d1d1f;background:#ffffffc7;border:1px solid #ffffff80;border-radius:18px;margin-top:10px;padding:12px}.lead-cta a{color:#c91f37;font-weight:750;text-decoration:none}.caret{vertical-align:-2px;background:#1d1d1f;width:7px;height:1.05em;margin-left:2px;animation:1s steps(2,end) infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.below-fold{z-index:4;color:#1d1d1f;background:#f5f5f7;padding:0 22px;position:relative}body.chat-active .below-fold{display:none}.site-footer{color:#1d1d1f9e;border-top:1px solid #1d1d1f1f;grid-template-columns:1fr auto;align-items:start;gap:24px;width:min(980px,100%);margin:0 auto;padding:28px 0 38px;font-size:12px;line-height:1.45;display:grid}.footer-brand{color:#000;letter-spacing:-.24px;margin-bottom:8px;font-weight:800}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.footer-links a{color:#1d1d1fb8;text-decoration:none}.panel-page{color:#1d1d1f;background:#f5f5f7;min-height:100svh;padding:84px 22px}.panel-card{background:#fff;border:1px solid #1d1d1f1a;border-radius:28px;max-width:860px;margin:0 auto;padding:28px;box-shadow:0 28px 80px #00000014}.panel-card h1{letter-spacing:-1.4px;margin-bottom:12px;font-size:34px}.panel-card p,.panel-card li{color:#1d1d1fb8;line-height:1.5}.panel-card ul{margin:18px 0 0 20px}.panel-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.button{color:#fff;background:#1d1d1f;border-radius:999px;justify-content:center;align-items:center;padding:11px 16px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.button.secondary{color:#1d1d1f;background:#f5f5f7}@media (max-width:720px){.nav-inner{grid-template-columns:auto 1fr;padding:0 16px}.nav-links{display:none}.user-icon{justify-self:end}main{align-items:flex-start;min-height:100svh;padding:44px 16px 18px}.hero{justify-content:flex-start;min-height:calc(100svh - 44px);padding-top:9vh;transform:none}.hero.chat-open{min-height:auto;padding-top:58px}.kicker{letter-spacing:-2.4px;max-width:100%;margin-bottom:22px;font-size:clamp(36px,11vw,54px)}.prompt-wrap{width:100%;margin-top:0}.chat-label,.chat-hint{display:none}.prompt-shell{border-radius:23px;align-items:flex-end;min-height:58px;padding:7px 7px 7px 16px;overflow:hidden}textarea{white-space:nowrap;min-height:40px;max-height:112px;padding:10px 0 8px;font-size:16px;overflow:hidden}.send{border-radius:14px;width:40px;height:40px}.convo{overscroll-behavior:contain;scrollbar-width:none;width:100%;max-height:calc(100svh - 146px);margin:14px auto 0;padding:0 2px 8px;overflow-y:auto}.hero.chat-open .convo{max-height:calc(100svh - 146px)}.bubble{border-radius:18px;max-width:100%;padding:11px 13px;font-size:14px;line-height:1.38}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}.eyebrow{color:#c91f37;letter-spacing:.02em;text-transform:lowercase;margin-bottom:8px;font-weight:800}.dashboard-shell{max-width:1040px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0;display:grid}.dashboard-card{color:#1d1d1f;background:#ffffffb8;border:1px solid #1d1d1f1f;border-radius:24px;padding:18px;box-shadow:0 18px 60px #00000014}.dashboard-card-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.dashboard-card h2{letter-spacing:-.03em;font-size:18px}.dashboard-card span{color:#c91f37;white-space:nowrap;background:#c91f371a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.dashboard-card p{color:#1d1d1fb8;line-height:1.5}.dashboard-list{color:#1d1d1fc7;margin:22px 0 0 18px;line-height:1.7}.hidden-page .panel-card{max-width:820px}@media (max-width:760px){.dashboard-grid{grid-template-columns:1fr}.dashboard-card-top{display:block}.dashboard-card span{margin-top:8px;display:inline-block}}
