html,body,#root{height:100%;margin:0}*{box-sizing:border-box}:root{color-scheme:light dark;--bg: #f6f3ed;--bg-2: #eef3ee;--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(255, 255, 255, .9);--glass: rgba(255, 255, 255, .58);--ink: #161916;--ink-soft: #4f5a54;--muted: #7d877f;--line: rgba(33, 38, 34, .11);--line-strong: rgba(33, 38, 34, .18);--accent: #2f7a56;--accent-strong: #1e5b40;--gold: #b99962;--gold-soft: rgba(185, 153, 98, .18);--aura: rgba(226, 236, 225, .72);--shadow: 0 26px 70px rgba(22, 25, 22, .12);--soft-shadow: 0 16px 40px rgba(22, 25, 22, .08);--blur: blur(22px)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0b0f0c;--bg-2: #111811;--surface: rgba(18, 23, 19, .7);--surface-strong: rgba(20, 26, 22, .92);--glass: rgba(16, 21, 18, .62);--ink: #f3f0e9;--ink-soft: #c8cfc6;--muted: #8e998f;--line: rgba(241, 236, 226, .12);--line-strong: rgba(241, 236, 226, .2);--accent: #8ac5a8;--accent-strong: #b7e2c8;--gold: #d9bd82;--gold-soft: rgba(217, 189, 130, .16);--aura: rgba(44, 67, 50, .45);--shadow: 0 30px 90px rgba(0, 0, 0, .42);--soft-shadow: 0 18px 52px rgba(0, 0, 0, .28)}}:root[data-theme=dark]{color-scheme:dark;--bg: #0b0f0c;--bg-2: #111811;--surface: rgba(18, 23, 19, .7);--surface-strong: rgba(20, 26, 22, .92);--glass: rgba(16, 21, 18, .62);--ink: #f3f0e9;--ink-soft: #c8cfc6;--muted: #8e998f;--line: rgba(241, 236, 226, .12);--line-strong: rgba(241, 236, 226, .2);--accent: #8ac5a8;--accent-strong: #b7e2c8;--gold: #d9bd82;--gold-soft: rgba(217, 189, 130, .16);--aura: rgba(44, 67, 50, .45);--shadow: 0 30px 90px rgba(0, 0, 0, .42);--soft-shadow: 0 18px 52px rgba(0, 0, 0, .28)}:root[data-theme=light]{color-scheme:light}body{font-family:Inter,Noto Sans SC,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 8% -10%,var(--gold-soft),transparent 32%),radial-gradient(circle at 82% 12%,rgba(112,153,124,.18),transparent 34%),linear-gradient(135deg,var(--bg) 0%,var(--bg-2) 100%);color:var(--ink);overflow:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;background:linear-gradient(90deg,transparent 0,rgba(128,128,128,.04) 1px,transparent 1px),linear-gradient(0deg,transparent 0,rgba(128,128,128,.035) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%);mask-image:radial-gradient(circle at center,black,transparent 72%)}button,textarea{font:inherit}button{cursor:pointer}.app{position:relative;height:100dvh;min-height:100%;display:grid;grid-template-columns:304px minmax(0,1fr);grid-template-rows:86px minmax(0,1fr) auto;overflow:hidden}.topbar{grid-column:1 / -1;display:flex;gap:14px;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-strong) 88%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);z-index:12}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;color:#f8f1df;font-weight:800;letter-spacing:-.08em;background:radial-gradient(circle at 34% 20%,rgba(255,232,180,.45),transparent 30%),linear-gradient(145deg,#111710,#2d3b28 58%,#7d6539);box-shadow:var(--soft-shadow)}h1,h2,p{margin:0}h1{font-size:22px;line-height:1.05;letter-spacing:-.04em}.brand p{margin-top:4px;color:var(--muted);font-size:13px;letter-spacing:.02em}.header-actions{display:flex;align-items:center;gap:10px}.status-pill{min-height:42px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:0 15px;color:var(--ink-soft);background:var(--glass);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);white-space:nowrap}.icon-button,.theme-toggle,.ghost-button,.primary-button,.new-chat,.session,.quick-actions button,.composer-actions button,.send-button,.upload{min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--ink);background:var(--glass);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);transition:transform .18s ease,border-color .18s ease,background .18s ease}.icon-button,.theme-toggle{width:42px;padding:0}button:hover,.upload:hover{transform:translateY(-1px);border-color:var(--line-strong)}.primary-button,.send-button{color:#f7f2e8;border-color:transparent;background:linear-gradient(145deg,var(--accent),var(--accent-strong));box-shadow:0 14px 32px color-mix(in srgb,var(--accent) 28%,transparent)}.sidebar{min-height:0;padding:18px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface) 76%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);overflow:auto;z-index:10}.sidebar-head{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:18px}.new-chat{justify-content:center;font-weight:700;background:var(--surface-strong)}.session-list{display:grid;gap:10px}.sidebar-empty{margin:20px 4px;color:var(--muted);font-size:14px;line-height:1.8}.session{width:100%;justify-content:flex-start;text-align:left;border-radius:18px;min-height:58px;background:color-mix(in srgb,var(--surface-strong) 74%,transparent);overflow:hidden}.session span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.session.active{border-color:color-mix(in srgb,var(--gold) 58%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--gold) 14%,transparent),transparent),var(--surface-strong)}.conversation{min-height:0;position:relative;padding:28px clamp(20px,5vw,70px);overflow:auto;-webkit-overflow-scrolling:touch}.hero-card{width:min(980px,100%);margin:0 auto 22px;padding:clamp(24px,5vw,44px);border:1px solid var(--line);border-radius:34px;background:radial-gradient(circle at 88% 6%,color-mix(in srgb,var(--gold) 16%,transparent),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--surface-strong) 94%,transparent),color-mix(in srgb,var(--aura) 80%,transparent));box-shadow:var(--shadow)}.eyebrow{display:inline-flex;margin-bottom:12px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hero-card h2{max-width:820px;font-size:clamp(36px,6vw,64px);line-height:.98;letter-spacing:-.08em}.hero-card p{max-width:820px;margin-top:16px;color:var(--ink-soft);font-size:17px;line-height:1.8}.quick-actions,.composer-actions{display:flex;flex-wrap:wrap;gap:10px}.quick-actions{margin-top:22px}.quick-actions button,.composer-actions button{color:var(--ink-soft);background:color-mix(in srgb,var(--surface-strong) 72%,transparent)}.thread{width:min(900px,100%);margin:0 auto;display:flex;flex-direction:column;gap:18px}.message{max-width:84%;white-space:pre-wrap;overflow-wrap:anywhere;font-size:17px;line-height:1.9}.message.user{align-self:flex-end;padding:14px 18px;border-radius:22px 22px 6px;color:#f9f2e9;background:linear-gradient(145deg,#111711,#1d251f);box-shadow:var(--soft-shadow)}.message.assistant{align-self:flex-start;padding:18px 20px;border:1px solid var(--line);border-radius:22px 22px 22px 6px;background:color-mix(in srgb,var(--surface-strong) 78%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}.message.empty{max-width:620px;border-style:dashed;color:var(--ink-soft);background:transparent}.message.live:after{content:"";display:inline-block;width:8px;height:1.1em;margin-left:5px;vertical-align:-.16em;border-radius:999px;background:var(--accent);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.25}}.media-list{width:min(900px,100%);margin:18px auto 0;display:flex;flex-wrap:wrap;gap:8px}.media-list span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--ink-soft);background:var(--glass)}.composer{grid-column:2 / 3;position:relative;padding:14px clamp(20px,5vw,70px) max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface-strong) 90%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);z-index:11}.composer-row{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:end}.mobile-actions{display:none}textarea{width:100%;min-height:62px;max-height:180px;resize:vertical;border:1px solid var(--line);border-radius:24px;padding:18px 20px;outline:none;color:var(--ink);background:color-mix(in srgb,var(--surface-strong) 78%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);font-size:16px;line-height:1.6}textarea:focus{border-color:color-mix(in srgb,var(--accent) 52%,var(--line));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}.upload{display:inline-flex;align-items:center;justify-content:center;min-height:62px;border-radius:22px}.upload input{display:none}.send-button{min-height:62px;border-radius:22px;padding:0 24px;font-size:17px}.mobile-only,.sidebar-backdrop{display:none}@media(max-width:820px){body{overflow:hidden}.app{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto}.topbar{padding:max(10px,env(safe-area-inset-top)) 14px 12px;gap:10px}.mobile-only{display:inline-grid;place-items:center}.brand-mark{display:none}h1{font-size:23px}.brand p{display:none}.header-actions{gap:8px}.status-pill{min-height:38px;max-width:110px;padding:0 10px;overflow:hidden;text-overflow:ellipsis;font-size:13px}.theme-toggle{display:inline-flex}.primary-button,.ghost-button{min-height:48px;padding:0 17px;font-size:16px}.sidebar{position:fixed;top:0;bottom:0;left:0;width:min(84vw,330px);padding:max(74px,calc(env(safe-area-inset-top) + 62px)) 16px 18px;transform:translate(-105%);transition:transform .24s ease;box-shadow:var(--shadow)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;border-radius:0;padding:0;background:#05080666;z-index:9}.conversation{padding:16px 14px 18px}.hero-card{display:none}.thread{gap:14px}.message{max-width:100%;font-size:17px;line-height:1.85}.message.user{max-width:92%;padding:12px 14px;border-radius:20px 20px 6px}.message.assistant{padding:14px 16px;border-radius:20px 20px 20px 6px}.message.empty{margin-top:10px;padding:22px}.composer{grid-column:1 / -1;padding:10px 14px max(12px,env(safe-area-inset-bottom))}.mobile-actions{width:min(100%,980px);margin:0 auto 10px;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.mobile-actions button{flex:0 0 auto;min-height:38px;padding:0 13px;font-size:13px}.composer-row{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}textarea{min-height:56px;max-height:128px;resize:none;border-radius:22px;padding:15px 16px;font-size:16px}.upload{min-height:56px;border-radius:20px;padding:0 14px}.send-button{min-height:56px;border-radius:20px;padding:0 18px}}@media(max-width:430px){.topbar{padding-left:12px;padding-right:12px}h1{font-size:21px}.status-pill{max-width:84px}.upload{padding:0 11px}.send-button{padding:0 16px}}.fun-toggle,.export-button{min-height:62px;border:1px solid var(--line);border-radius:22px;padding:0 16px;color:var(--ink-soft);background:color-mix(in srgb,var(--surface-strong) 72%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);transition:transform .18s ease,border-color .18s ease,background .18s ease;white-space:nowrap}.fun-toggle{min-width:62px;text-transform:lowercase}.fun-toggle.active{color:#06150f;border-color:transparent;background:linear-gradient(145deg,var(--gold),#f6e2a3);box-shadow:0 0 22px color-mix(in srgb,var(--gold) 28%,transparent)}.export-button{min-width:92px}@media(max-width:820px){.fun-toggle,.export-button{min-height:56px;border-radius:20px;padding:0 12px;font-size:13px}.export-button{display:none}.fun-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:56px}}@media print{.topbar,.sidebar,.composer,.hero-card,.quick-actions,.mobile-actions{display:none!important}body{background:#fff;color:#000;overflow:visible}.app{display:block;height:auto}.conversation{overflow:visible;padding:0}.message,.assistant,.user,article{color:#000!important;max-width:100%!important;background:transparent!important;box-shadow:none!important}}.brand-mark{overflow:hidden}.brand-mark img{width:100%;height:100%;display:block;object-fit:cover}.composer-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:end}.composer-controls{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.icon-tool{width:52px;height:52px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:18px;padding:0;color:var(--ink-soft);background:color-mix(in srgb,var(--surface-strong) 62%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);font-size:20px;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.icon-tool:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--gold) 58%,var(--line));color:var(--gold)}.icon-tool input{display:none}.fun-toggle{min-width:52px!important;text-transform:none}.fun-toggle.active{color:#082015;border-color:transparent;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,.72),transparent 36%),linear-gradient(145deg,var(--gold),#f5d889);box-shadow:0 0 22px color-mix(in srgb,var(--gold) 28%,transparent)}.send-button{width:58px!important;height:58px!important;min-height:58px!important;border-radius:20px!important;padding:0!important;color:#061c13!important;font-size:28px!important;font-weight:900!important;background:radial-gradient(circle at 35% 22%,rgba(255,255,255,.62),transparent 34%),linear-gradient(145deg,#82e4be,#27b684 62%,#197d5d)!important;box-shadow:0 16px 34px #27b6843d,inset 0 1px #ffffff4d!important}.send-button:hover{transform:translateY(-1px) scale(1.01)}.composer>.fun-toggle,.composer-row>.fun-toggle,.composer-row>.export-button,.composer-row>.upload{width:auto}@media(max-width:820px){.brand-mark{display:inline-grid!important;width:42px;height:42px;border-radius:15px}.theme-toggle{display:inline-flex!important;width:42px;min-width:42px;height:42px;min-height:42px;font-size:15px}.header-actions{gap:6px}.status-pill{max-width:88px;min-height:42px;padding:0 10px;font-size:12px}.composer{padding:10px 12px max(12px,env(safe-area-inset-bottom))}.composer-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px!important;align-items:end}.composer-controls{display:grid;grid-template-columns:46px 46px;gap:8px}.icon-tool{width:46px;height:46px;min-height:46px;border-radius:16px;font-size:18px}.export-button{display:none!important}.send-button{grid-column:1 / -1;width:100%!important;height:48px!important;min-height:48px!important;border-radius:17px!important;font-size:24px!important}textarea{min-height:74px;max-height:132px;border-radius:22px;padding:16px 17px}.mobile-actions{margin-bottom:8px}}@media(max-width:430px){.brand-mark{width:38px;height:38px;border-radius:14px}h1{font-size:20px}.theme-toggle{width:38px;min-width:38px;height:38px;min-height:38px}.status-pill{max-width:78px}.composer-row{gap:8px!important}.composer-controls{grid-template-columns:44px 44px}.icon-tool{width:44px;height:44px;min-height:44px}}.public-gateway{position:relative;min-height:100dvh;overflow:hidden;color:var(--ink);background:radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--accent) 26%,transparent),transparent 34%),radial-gradient(circle at 82% 74%,color-mix(in srgb,var(--gold) 18%,transparent),transparent 34%),linear-gradient(145deg,var(--bg),var(--bg-2))}.public-gateway:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.32;background:linear-gradient(90deg,transparent 0,rgba(128,128,128,.045) 1px,transparent 1px),linear-gradient(0deg,transparent 0,rgba(128,128,128,.04) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 74%);mask-image:radial-gradient(circle at center,black,transparent 74%)}.public-nav{position:relative;z-index:5;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(18px,5vw,64px)}.public-brand{display:inline-flex;align-items:center;gap:13px;font-weight:800;letter-spacing:-.03em}.public-logo{width:42px;height:42px;display:inline-grid;place-items:center;overflow:hidden;border-radius:15px;box-shadow:var(--soft-shadow)}.public-logo img{width:100%;height:100%;object-fit:cover}.public-actions{display:inline-flex;align-items:center;gap:10px}.public-icon,.public-login,.public-primary{min-height:42px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:var(--glass);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}.public-icon{width:42px}.public-login{padding:0 18px}.public-primary{min-height:56px;padding:0 26px;border-color:transparent;color:#071b13;font-weight:900;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.58),transparent 35%),linear-gradient(145deg,#83e4bd,#2ab986 62%,#1b7858);box-shadow:0 18px 42px #2ab9863d}.public-hero{position:relative;z-index:2;min-height:calc(100dvh - 76px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(24px,5vw,68px);align-items:center;padding:clamp(20px,5vw,72px) clamp(18px,6vw,86px) clamp(34px,6vw,80px)}.public-copy{max-width:900px}.public-eyebrow{display:inline-flex;margin-bottom:16px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.public-copy h1{font-size:clamp(54px,8.4vw,118px);line-height:.9;letter-spacing:-.09em;color:var(--ink)}.public-copy p{max-width:720px;margin-top:24px;color:var(--ink-soft);font-size:clamp(17px,2vw,22px);line-height:1.78}.public-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:34px}.public-note{color:var(--muted);font-size:14px}.public-cards{display:grid;gap:16px}.public-cards article{position:relative;overflow:hidden;min-height:158px;padding:24px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 88% 0%,color-mix(in srgb,var(--gold) 14%,transparent),transparent 38%),color-mix(in srgb,var(--surface-strong) 76%,transparent);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);box-shadow:var(--soft-shadow)}.public-cards article:after{content:"";position:absolute;inset:auto 24px 0 24px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.48}.public-cards span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.18em}.public-cards strong{display:block;margin-top:30px;font-size:21px;letter-spacing:-.04em}.public-cards p{margin-top:9px;color:var(--muted);line-height:1.6}.orbital-field{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.orbital-ring{position:absolute;left:50%;top:50%;width:min(62vw,760px);height:min(62vw,760px);border:1px solid color-mix(in srgb,var(--gold) 22%,transparent);border-radius:50%;transform:translate(-50%,-50%) rotate(-16deg) scaleX(1.34);opacity:.34}.ring-two{width:min(46vw,560px);height:min(46vw,560px);transform:translate(-50%,-50%) rotate(28deg) scaleX(1.22);border-color:color-mix(in srgb,var(--accent) 22%,transparent)}.orbital-core{position:absolute;left:50%;top:50%;width:min(22vw,240px);height:min(22vw,240px);border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,color-mix(in srgb,var(--accent) 18%,transparent),transparent 66%);filter:blur(6px);animation:auraBreath 5s ease-in-out infinite}@keyframes auraBreath{50%{opacity:.56;transform:translate(-50%,-50%) scale(1.08)}}.brand-mark img{width:100%;height:100%;object-fit:cover}@media(max-width:820px){.public-nav{padding:max(14px,env(safe-area-inset-top)) 16px 12px}.public-login{padding:0 14px;font-size:13px}.public-hero{min-height:calc(100dvh - 70px);grid-template-columns:1fr;align-content:center;gap:28px;padding:26px 18px max(28px,env(safe-area-inset-bottom))}.public-copy h1{font-size:clamp(46px,14vw,72px)}.public-copy p{margin-top:18px;font-size:16px}.public-cta-row{margin-top:26px}.public-primary{width:100%}.public-cards{grid-template-columns:1fr;gap:12px}.public-cards article{min-height:118px;padding:18px;border-radius:22px}.public-cards strong{margin-top:18px;font-size:18px}.orbital-ring{width:88vw;height:88vw;opacity:.22}.ring-two{width:68vw;height:68vw}}:root{--coka-logo-shadow: 0 0 24px rgba(226, 187, 82, .28), 0 10px 28px rgba(0,0,0,.22)}.public-gateway,.app{text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.public-gateway{background:radial-gradient(circle at 18% 18%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 31%),radial-gradient(circle at 86% 74%,color-mix(in srgb,var(--gold) 16%,transparent),transparent 30%),linear-gradient(145deg,#07100c,#0b1510,#030504)}.public-nav{padding-top:max(18px,env(safe-area-inset-top))}.public-logo,.brand-mark{box-shadow:var(--coka-logo-shadow);border:1px solid color-mix(in srgb,var(--gold) 32%,transparent)}.public-copy h1{max-width:980px;font-weight:900;letter-spacing:-.105em;filter:drop-shadow(0 16px 36px rgba(0,0,0,.2))}.public-copy p{max-width:760px;font-weight:500}.public-cards article{border-color:color-mix(in srgb,var(--gold) 18%,var(--line));background:radial-gradient(circle at 92% 0%,color-mix(in srgb,var(--gold) 16%,transparent),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--surface-strong) 72%,transparent),#ffffff08)}.public-primary,.login-button,.send-button{background:radial-gradient(circle at 34% 18%,rgba(255,255,255,.58),transparent 34%),linear-gradient(145deg,#91e7c6,#27bd88 58%,#16825e)!important;color:#04180f!important}.public-primary{min-height:58px;font-size:16px}.hero-card{border-color:color-mix(in srgb,var(--gold) 18%,var(--line));background:radial-gradient(circle at 88% 0%,color-mix(in srgb,var(--gold) 12%,transparent),transparent 28%),radial-gradient(circle at 12% 0%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--surface-strong) 86%,transparent),color-mix(in srgb,var(--aura) 70%,transparent))}.hero-card h2{letter-spacing:-.095em;font-weight:900}.message.empty{border-color:color-mix(in srgb,var(--accent) 22%,var(--line));background:color-mix(in srgb,var(--surface-strong) 30%,transparent)}.composer{background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--surface-strong) 82%,transparent) 20%),color-mix(in srgb,var(--surface-strong) 58%,transparent)}.composer-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:end;gap:10px!important}.composer-controls{display:inline-flex;align-items:center;gap:8px}.icon-tool,.fun-toggle,.export-button,.upload{width:52px;height:52px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:0;font-size:20px}.export-button{min-width:52px}.fun-toggle{min-width:52px!important}textarea{min-height:58px}.send-button{width:58px!important;height:58px!important;min-height:58px!important;border-radius:19px!important;padding:0!important;font-size:28px!important;font-weight:900!important;box-shadow:0 16px 34px #27bd8842,inset 0 1px #ffffff52!important}.more-action{min-width:42px}@media(max-width:820px){.public-gateway{min-height:100dvh}.public-nav{min-height:74px;padding-left:22px;padding-right:22px}.public-brand{gap:12px}.public-logo{width:44px;height:44px;border-radius:15px}.public-hero{justify-content:start;align-content:start;padding:46px 22px max(34px,env(safe-area-inset-bottom))}.public-copy h1{font-size:clamp(52px,16vw,78px);line-height:.88}.public-copy p{font-size:16px;line-height:1.78}.public-cards{margin-top:2px}.public-cards article{min-height:112px;border-radius:24px}.topbar{min-height:78px;padding-left:14px;padding-right:14px}.brand-mark{display:inline-grid!important;width:42px;height:42px;border-radius:15px}.brand h1,h1{line-height:1.02}.theme-toggle{display:inline-flex!important}.conversation{padding:18px 14px 12px}.mobile-actions{margin-bottom:9px;-webkit-mask-image:linear-gradient(90deg,black 86%,transparent);mask-image:linear-gradient(90deg,black 86%,transparent)}.mobile-actions button{min-height:42px;padding:0 16px;white-space:nowrap}.composer-row{grid-template-columns:minmax(0,1fr) auto!important;gap:9px!important}.composer-controls{display:grid;grid-template-columns:46px 46px;gap:8px}.icon-tool,.fun-toggle,.export-button,.upload{width:46px!important;height:46px!important;min-height:46px!important;border-radius:16px!important;font-size:18px}.export-button{display:none!important}.send-button{grid-column:1 / -1;width:100%!important;height:50px!important;min-height:50px!important;border-radius:17px!important;font-size:25px!important}textarea{min-height:78px;max-height:132px;border-radius:22px;padding:16px 17px}}@media(max-width:430px){.public-actions{gap:8px}.public-login{padding:0 14px}.public-copy h1{font-size:clamp(46px,15vw,64px)}.status-pill{max-width:82px}.composer-controls{grid-template-columns:44px 44px}.icon-tool,.fun-toggle,.upload{width:44px!important;height:44px!important;min-height:44px!important}}:root{--aura-cream: #f4f1ea;--aura-paper: rgba(252, 250, 244, .76);--aura-ink: #111611;--aura-olive: #6f7d68;--aura-jade: #6dd6b0;--aura-green: #246b50;--aura-gold: #c9a96a}body{background:radial-gradient(circle at 12% 8%,rgba(156,189,166,.2),transparent 30%),radial-gradient(circle at 86% 20%,rgba(211,188,128,.16),transparent 28%),linear-gradient(135deg,var(--bg),var(--bg-2))!important}:root[data-theme=dark] body,:root:not([data-theme=light]) body{background:radial-gradient(circle at 18% 12%,rgba(106,194,155,.16),transparent 32%),radial-gradient(circle at 86% 18%,rgba(202,169,99,.1),transparent 30%),linear-gradient(145deg,#07100c,#0d1510 52%,#050706)!important}.public-gateway{background:radial-gradient(circle at 18% 8%,rgba(125,180,145,.22),transparent 28%),radial-gradient(circle at 82% 18%,rgba(206,180,122,.14),transparent 26%),linear-gradient(145deg,#f4f1ea,#eef3ee 52%,#fbfaf5)!important;color:#111611}:root[data-theme=dark] .public-gateway,:root:not([data-theme=light]) .public-gateway{color:#f4f1ea;background:radial-gradient(circle at 16% 12%,rgba(97,177,138,.2),transparent 30%),radial-gradient(circle at 88% 24%,rgba(201,169,106,.11),transparent 28%),linear-gradient(145deg,#07100c,#101811 62%,#050605)!important}.public-gateway:before,body:before{opacity:.16!important;background-size:68px 68px!important}.public-nav{min-height:68px!important;padding:max(16px,env(safe-area-inset-top)) clamp(18px,5vw,56px) 12px!important}.public-brand{font-size:17px;letter-spacing:-.04em}.public-logo{width:38px!important;height:38px!important;border-radius:14px!important;box-shadow:0 10px 26px #0000001f!important}.public-icon,.public-login{min-height:38px!important;border-radius:999px!important;background:#ffffff70!important}:root[data-theme=dark] .public-icon,:root[data-theme=dark] .public-login,:root:not([data-theme=light]) .public-icon,:root:not([data-theme=light]) .public-login{background:#ffffff0b!important}.public-login{padding:0 16px!important}.public-hero{min-height:calc(100dvh - 68px)!important;grid-template-columns:minmax(0,.98fr) minmax(260px,.62fr)!important;gap:clamp(20px,5vw,52px)!important;padding:clamp(18px,4vw,54px) clamp(18px,6vw,78px) clamp(26px,5vw,62px)!important;align-items:center!important}.public-eyebrow{margin-bottom:14px!important;font-size:11px!important;letter-spacing:.28em!important;color:var(--accent)!important}.public-copy h1{max-width:760px!important;font-size:clamp(48px,7.4vw,96px)!important;line-height:.92!important;letter-spacing:-.085em!important;font-weight:850!important}.public-copy p{max-width:560px!important;margin-top:18px!important;font-size:clamp(15px,1.55vw,18px)!important;line-height:1.72!important;color:color-mix(in srgb,var(--ink-soft) 84%,transparent)!important}.public-cta-row{margin-top:26px!important;gap:14px!important}.public-primary{min-height:50px!important;padding:0 24px!important;border-radius:999px!important;font-size:15px!important;box-shadow:0 14px 34px #2ab9862e!important}.public-note{font-size:13px!important}.public-cards{gap:12px!important}.public-cards article{min-height:118px!important;padding:20px!important;border-radius:26px!important;box-shadow:none!important;background:linear-gradient(145deg,#ffffff57,#ffffff1f)!important}:root[data-theme=dark] .public-cards article,:root:not([data-theme=light]) .public-cards article{background:linear-gradient(145deg,#ffffff0e,#ffffff06)!important}.public-cards span,.aura-minimal-cards span{display:none!important}.public-cards strong{margin-top:0!important;font-size:18px!important}.public-cards p{font-size:14px!important}.orbital-ring{opacity:.16!important;border-color:color-mix(in srgb,var(--accent) 16%,transparent)!important}.ring-two{border-color:color-mix(in srgb,var(--gold) 14%,transparent)!important}.app{grid-template-rows:78px minmax(0,1fr) auto!important}.topbar{min-height:78px!important;background:color-mix(in srgb,var(--surface-strong) 78%,transparent)!important}.sidebar{background:color-mix(in srgb,var(--surface) 54%,transparent)!important}.hero-card{width:min(880px,100%)!important;margin-top:0!important;padding:clamp(22px,4vw,36px)!important;border-radius:30px!important;box-shadow:0 18px 52px #0000001a!important}.hero-card h2{max-width:680px!important;font-size:clamp(34px,5.4vw,58px)!important;line-height:.98!important}.hero-card p{max-width:640px!important;margin-top:12px!important;font-size:15px!important}.conversation{padding-top:24px!important}.message.empty{width:min(620px,100%)!important;margin-top:12px!important;padding:20px!important;font-size:16px!important}.composer{background:color-mix(in srgb,var(--surface-strong) 82%,transparent)!important}.composer-row{width:min(900px,100%)!important}textarea{min-height:56px!important;border-radius:22px!important;font-size:15px!important}.icon-tool,.fun-toggle,.export-button,.upload{width:48px!important;height:48px!important;min-height:48px!important;border-radius:16px!important}.send-button{width:52px!important;height:52px!important;min-height:52px!important;border-radius:17px!important;font-size:24px!important}@media(max-width:820px){.public-nav{min-height:64px!important;padding:max(12px,env(safe-area-inset-top)) 18px 8px!important}.public-logo{width:36px!important;height:36px!important}.public-brand{gap:10px!important;font-size:16px!important}.public-icon,.public-login{min-height:36px!important}.public-icon{width:36px!important}.public-login{padding:0 13px!important;font-size:12px!important}.public-hero{min-height:calc(100dvh - 64px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;padding:8px 20px max(16px,env(safe-area-inset-bottom))!important}.public-copy{width:100%}.public-eyebrow{margin-bottom:10px!important;font-size:10px!important;letter-spacing:.24em!important}.public-copy h1{font-size:clamp(40px,12vw,54px)!important;line-height:.94!important;max-width:96%!important}.public-copy p{max-width:96%!important;margin-top:14px!important;font-size:14px!important;line-height:1.62!important}.public-cta-row{margin-top:18px!important;gap:10px!important}.public-primary{width:100%!important;min-height:48px!important}.public-note{width:100%;text-align:center;font-size:12px!important}.public-cards{width:100%;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.public-cards article{min-height:76px!important;padding:12px 10px!important;border-radius:18px!important}.public-cards strong{font-size:14px!important;letter-spacing:-.04em}.public-cards p{margin-top:5px!important;font-size:11px!important;line-height:1.35!important}.orbital-field{opacity:.55}.orbital-ring{width:92vw!important;height:92vw!important;top:46%!important}.ring-two{width:68vw!important;height:68vw!important}.app{grid-template-rows:auto minmax(0,1fr) auto!important}.topbar{min-height:70px!important;padding:max(10px,env(safe-area-inset-top)) 12px 10px!important}.brand-mark{width:34px!important;height:34px!important;border-radius:12px!important}h1{font-size:20px!important}.brand p{display:none!important}.status-pill{min-height:36px!important;max-width:86px!important}.theme-toggle{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.ghost-button,.primary-button{min-height:38px!important;padding:0 13px!important;font-size:13px!important}.conversation{padding:12px 14px 10px!important}.hero-card{display:none!important}.message.empty{margin-top:12px!important;min-height:160px!important;display:flex;align-items:center;font-size:16px!important;line-height:1.75!important}.mobile-actions{margin-bottom:8px!important;gap:7px!important}.mobile-actions button{min-height:38px!important;padding:0 14px!important;font-size:13px!important}.composer{padding:8px 12px max(9px,env(safe-area-inset-bottom))!important}.composer-row{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}textarea{min-height:64px!important;max-height:96px!important;padding:14px 15px!important;font-size:15px!important}.composer-controls{grid-template-columns:42px 42px!important;gap:7px!important}.icon-tool,.fun-toggle,.upload{width:42px!important;height:42px!important;min-height:42px!important;border-radius:15px!important}.send-button{height:46px!important;min-height:46px!important;border-radius:16px!important}}@media(max-width:430px){.public-copy h1{font-size:clamp(37px,11.5vw,48px)!important}.public-copy p{font-size:13px!important}.public-cards article{min-height:68px!important}.public-cards strong{font-size:13px!important}.public-cards p{font-size:10px!important}}@media(max-height:740px)and (max-width:820px){.public-hero{gap:10px!important}.public-copy h1{font-size:clamp(34px,10vw,44px)!important}.public-copy p{margin-top:10px!important;line-height:1.5!important}.public-cta-row{margin-top:12px!important}.public-cards article{min-height:62px!important;padding:10px!important}}:root{--aura-bg-light: #f4f0e7;--aura-bg-soft: #eef2ec;--aura-black: #10140f;--aura-green-deep: #12251b;--aura-green: #2f6f53;--aura-sage: #9aab9b;--aura-mist: rgba(246, 244, 237, .76);--aura-border: rgba(33, 43, 35, .11);--aura-gold-muted: #bca36e;--aura-type-soft: rgba(17, 22, 17, .62)}.public-gateway{color:var(--aura-black)!important;background:radial-gradient(circle at 18% 16%,rgba(151,177,154,.18),transparent 26%),radial-gradient(circle at 82% 22%,rgba(205,187,142,.13),transparent 24%),linear-gradient(135deg,#f6f2e9,#eef2ec 56%,#fbfaf5)!important}:root[data-theme=dark] .public-gateway,:root:not([data-theme=light]) .public-gateway{color:#f3efe6!important;background:radial-gradient(circle at 16% 18%,rgba(80,131,101,.18),transparent 28%),radial-gradient(circle at 82% 20%,rgba(189,163,111,.1),transparent 26%),linear-gradient(135deg,#0d130e,#111910 58%,#070907)!important}.public-gateway:before{opacity:.1!important;background-size:92px 92px!important}.public-nav{min-height:78px!important;padding:max(20px,env(safe-area-inset-top)) clamp(22px,5vw,72px) 14px!important}.public-brand{gap:12px!important;font-size:16px!important;font-weight:700!important;letter-spacing:-.035em!important}.public-logo{width:36px!important;height:36px!important;border-radius:12px!important;border:0!important;box-shadow:0 8px 24px #0d16101f!important}.public-icon,.public-login{min-height:38px!important;border-color:#1c261e1a!important;background:#ffffff57!important;color:currentColor!important;box-shadow:none!important}:root[data-theme=dark] .public-icon,:root[data-theme=dark] .public-login,:root:not([data-theme=light]) .public-icon,:root:not([data-theme=light]) .public-login{border-color:#f5efe21f!important;background:#ffffff09!important}.public-login{padding:0 17px!important;font-size:14px!important;letter-spacing:-.01em}.public-hero{min-height:calc(100dvh - 78px)!important;grid-template-columns:minmax(0,1fr) minmax(260px,.48fr)!important;align-items:center!important;gap:clamp(26px,5vw,80px)!important;padding:clamp(26px,5vw,74px) clamp(24px,7vw,104px) clamp(42px,6vw,84px)!important}.public-copy{max-width:880px!important}.public-eyebrow{margin-bottom:24px!important;color:var(--aura-green)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.34em!important}:root[data-theme=dark] .public-eyebrow,:root:not([data-theme=light]) .public-eyebrow{color:#9fc8ad!important}.public-copy h1{max-width:760px!important;font-family:Inter,Noto Sans SC,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(54px,8vw,112px)!important;font-weight:760!important;line-height:.94!important;letter-spacing:-.082em!important;color:currentColor!important;filter:none!important}.public-copy p{max-width:600px!important;margin-top:26px!important;color:color-mix(in srgb,currentColor 58%,transparent)!important;font-size:clamp(16px,1.45vw,19px)!important;line-height:1.88!important;font-weight:420!important}.public-cta-row{margin-top:34px!important;gap:18px!important}.public-primary{min-height:50px!important;padding:0 26px!important;border-radius:999px!important;font-size:14px!important;font-weight:780!important;color:#07170f!important;background:linear-gradient(135deg,#a0e6c8fa,#29b983f2 68%,#1a875ef5)!important;box-shadow:0 18px 40px #29b9832e!important}.public-cards{gap:14px!important}.public-cards article{min-height:118px!important;padding:22px!important;border:1px solid color-mix(in srgb,currentColor 12%,transparent)!important;border-radius:26px!important;background:#ffffff38!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;box-shadow:none!important}:root[data-theme=dark] .public-cards article,:root:not([data-theme=light]) .public-cards article{background:#ffffff09!important}.public-cards strong{margin-top:0!important;font-size:17px!important;font-weight:720!important;letter-spacing:-.045em!important}.public-cards p{margin-top:8px!important;color:color-mix(in srgb,currentColor 46%,transparent)!important;font-size:13px!important}.orbital-ring{opacity:.08!important;border-color:color-mix(in srgb,currentColor 12%,transparent)!important}.ring-two{opacity:.1!important}.app{background:radial-gradient(circle at 14% 10%,rgba(151,177,154,.12),transparent 28%),linear-gradient(135deg,var(--bg),var(--bg-2))!important}.topbar{border-bottom-color:color-mix(in srgb,currentColor 9%,transparent)!important;background:color-mix(in srgb,var(--surface-strong) 70%,transparent)!important}.brand-mark{border:0!important;box-shadow:0 8px 24px #0000001f!important}.brand h1,h1{font-weight:760!important;letter-spacing:-.045em!important}.brand p{color:color-mix(in srgb,currentColor 46%,transparent)!important}.sidebar{border-right-color:color-mix(in srgb,currentColor 9%,transparent)!important;background:color-mix(in srgb,var(--surface) 48%,transparent)!important}.hero-card{width:min(880px,100%)!important;border:1px solid color-mix(in srgb,currentColor 10%,transparent)!important;border-radius:34px!important;box-shadow:0 20px 58px #00000014!important;background:radial-gradient(circle at 88% 8%,rgba(188,163,110,.1),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--surface-strong) 78%,transparent),color-mix(in srgb,var(--aura) 46%,transparent))!important}.hero-card h2{font-size:clamp(38px,5.5vw,62px)!important;font-weight:760!important;letter-spacing:-.082em!important}.hero-card p{color:color-mix(in srgb,currentColor 52%,transparent)!important}.quick-actions button,.mobile-actions button{border-color:color-mix(in srgb,currentColor 10%,transparent)!important;background:color-mix(in srgb,var(--surface-strong) 44%,transparent)!important}.message.empty{border-color:color-mix(in srgb,currentColor 10%,transparent)!important;color:color-mix(in srgb,currentColor 58%,transparent)!important}.composer{border-top-color:color-mix(in srgb,currentColor 9%,transparent)!important;background:color-mix(in srgb,var(--surface-strong) 76%,transparent)!important}textarea,.icon-tool,.fun-toggle,.export-button,.upload,.status-pill,.theme-toggle,.ghost-button{border-color:color-mix(in srgb,currentColor 10%,transparent)!important;background:color-mix(in srgb,var(--surface-strong) 46%,transparent)!important}.send-button{background:linear-gradient(135deg,#a0e6c8fa,#26b580f2 68%,#157e58f5)!important;color:#06170f!important;box-shadow:0 16px 34px #26b5802e!important}@media(max-width:820px){.public-gateway{overflow:hidden!important}.public-nav{min-height:68px!important;padding:max(12px,env(safe-area-inset-top)) 22px 8px!important}.public-logo{width:34px!important;height:34px!important;border-radius:12px!important}.public-brand{font-size:17px!important}.public-icon,.public-login{min-height:38px!important}.public-icon{width:38px!important}.public-login{padding:0 15px!important}.public-hero{min-height:calc(100dvh - 68px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:18px!important;padding:8px 22px max(18px,env(safe-area-inset-bottom))!important}.public-copy{width:100%!important}.public-eyebrow{margin-bottom:18px!important;font-size:10px!important;letter-spacing:.26em!important}.public-copy h1{max-width:96%!important;font-size:clamp(40px,12.2vw,58px)!important;line-height:.93!important;letter-spacing:-.078em!important}.public-copy p{max-width:96%!important;margin-top:18px!important;font-size:14px!important;line-height:1.68!important}.public-cta-row{margin-top:20px!important;gap:10px!important}.public-primary{width:100%!important;min-height:50px!important}.public-note{width:100%!important;text-align:center!important;font-size:12px!important}.public-cards{width:100%!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.public-cards article{min-height:76px!important;padding:12px 10px!important;border-radius:18px!important}.public-cards strong{font-size:13px!important}.public-cards p{margin-top:5px!important;font-size:10.5px!important;line-height:1.32!important}.orbital-field{opacity:.42!important}.topbar{min-height:70px!important;padding:max(10px,env(safe-area-inset-top)) 12px 10px!important}.brand-mark{width:34px!important;height:34px!important}h1{font-size:20px!important}.conversation{padding:12px 14px 10px!important}.hero-card{display:none!important}.message.empty{min-height:158px!important;display:flex!important;align-items:center!important;padding:20px!important;font-size:16px!important;line-height:1.7!important}.mobile-actions{gap:7px!important;margin-bottom:8px!important}.mobile-actions button{min-height:38px!important;padding:0 14px!important;font-size:13px!important}textarea{min-height:64px!important;max-height:96px!important;font-size:15px!important}}@media(max-height:740px)and (max-width:820px){.public-hero{gap:12px!important}.public-eyebrow{margin-bottom:12px!important}.public-copy h1{font-size:clamp(34px,10.5vw,46px)!important}.public-copy p{margin-top:12px!important;line-height:1.52!important}.public-cta-row{margin-top:14px!important}.public-cards article{min-height:64px!important;padding:10px!important}}:root{--halo-black: #040604;--halo-forest: #07110c;--halo-emerald: #1f8f68;--halo-mint: #8ce6c4;--halo-gold: #cfb36d;--halo-ivory: #f2eee4;--halo-line: rgba(207, 179, 109, .18);--halo-line-soft: rgba(242, 238, 228, .1)}html,body,#root{width:100%;height:100%;overflow:hidden}body{overscroll-behavior:none}.public-gateway{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;color:var(--halo-ivory)!important;background:radial-gradient(circle at 22% 18%,rgba(34,141,99,.22),transparent 28%),radial-gradient(circle at 78% 24%,rgba(207,179,109,.13),transparent 25%),radial-gradient(circle at 50% 86%,rgba(40,142,103,.1),transparent 28%),linear-gradient(135deg,#040604,#0a130d 54%,#020302)!important}:root[data-theme=light] .public-gateway{color:#111711!important;background:radial-gradient(circle at 18% 12%,rgba(151,178,154,.18),transparent 28%),radial-gradient(circle at 82% 18%,rgba(199,174,122,.16),transparent 26%),linear-gradient(135deg,#f5f1e8,#edf2ec 58%,#fbfaf5)!important}.public-gateway:before{content:""!important;position:fixed!important;top:-20%!important;right:-20%!important;bottom:-20%!important;left:-20%!important;opacity:.34!important;pointer-events:none!important;background:conic-gradient(from 80deg at 50% 50%,transparent 0deg,rgba(207,179,109,.1) 42deg,transparent 84deg,rgba(44,151,108,.12) 146deg,transparent 220deg,rgba(207,179,109,.08) 300deg,transparent 360deg)!important;filter:blur(2px);animation:haloField 18s linear infinite}.public-gateway:after{content:""!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;opacity:.18!important;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.5) 0 1px,transparent 1.5px),radial-gradient(circle at 70% 60%,rgba(207,179,109,.55) 0 1px,transparent 1.5px);background-size:150px 150px,210px 210px;-webkit-mask-image:radial-gradient(circle at center,black 0%,transparent 72%);mask-image:radial-gradient(circle at center,black 0%,transparent 72%)}@keyframes haloField{to{transform:rotate(360deg)}}.public-nav{position:relative!important;z-index:5!important;min-height:74px!important;padding:max(18px,env(safe-area-inset-top)) clamp(20px,4.5vw,64px) 12px!important;background:transparent!important}.public-brand{gap:12px!important;color:currentColor!important;font-size:16px!important;font-weight:760!important;letter-spacing:-.04em!important}.public-logo{width:38px!important;height:38px!important;border:1px solid rgba(207,179,109,.28)!important;border-radius:14px!important;box-shadow:0 0 26px #cfb36d2e,0 12px 26px #0000002e!important}.public-actions{gap:10px!important}.public-icon,.public-login{min-height:40px!important;border:1px solid color-mix(in srgb,currentColor 13%,transparent)!important;border-radius:999px!important;color:currentColor!important;background:#ffffff0b!important;box-shadow:none!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}:root[data-theme=light] .public-icon,:root[data-theme=light] .public-login{background:#ffffff6b!important}.public-icon{width:40px!important}.public-login{padding:0 18px!important;font-size:14px!important}.public-hero{position:relative!important;z-index:2!important;height:calc(100dvh - 74px)!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr)!important;align-items:center!important;gap:clamp(24px,5vw,76px)!important;padding:0 clamp(22px,6vw,92px) clamp(28px,5vw,64px)!important}.public-copy{max-width:860px!important}.public-eyebrow{margin-bottom:22px!important;color:var(--halo-mint)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.34em!important}:root[data-theme=light] .public-eyebrow{color:#2f7454!important}.public-copy h1{max-width:820px!important;color:currentColor!important;font-size:clamp(72px,11vw,150px)!important;font-weight:820!important;letter-spacing:-.115em!important;line-height:.82!important;filter:none!important}.public-copy p{max-width:620px!important;margin-top:26px!important;color:color-mix(in srgb,currentColor 58%,transparent)!important;font-size:clamp(15px,1.45vw,18px)!important;line-height:1.78!important;font-weight:420!important}.public-cta-row{margin-top:30px!important;display:flex!important;gap:16px!important;align-items:center!important}.public-primary{min-height:50px!important;padding:0 24px!important;border:1px solid rgba(140,230,196,.24)!important;border-radius:999px!important;color:#03170f!important;font-weight:850!important;background:radial-gradient(circle at 35% 18%,rgba(255,255,255,.68),transparent 34%),linear-gradient(135deg,#8ce6c4,#2ac089 68%,#17815d)!important;box-shadow:0 0 32px #2cc08933,0 18px 46px #0000002e!important}.public-note{color:color-mix(in srgb,currentColor 42%,transparent)!important;font-size:13px!important}.public-cards{display:grid!important;gap:14px!important}.public-cards article{min-height:118px!important;padding:22px!important;border:1px solid color-mix(in srgb,currentColor 12%,transparent)!important;border-radius:999px!important;background:#ffffff09!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;box-shadow:none!important}:root[data-theme=light] .public-cards article{background:#ffffff4d!important}.public-cards article:after{display:none!important}.public-cards span{display:inline-block!important;margin-bottom:14px!important;color:var(--halo-gold)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.2em!important}.public-cards strong{display:block!important;margin:0!important;color:currentColor!important;font-size:18px!important;font-weight:760!important;letter-spacing:-.04em!important}.public-cards p{margin-top:6px!important;color:color-mix(in srgb,currentColor 42%,transparent)!important;font-size:13px!important}.orbital-field{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;opacity:.62!important}.orbital-ring{opacity:.14!important;border-color:color-mix(in srgb,var(--halo-gold) 22%,transparent)!important}.ring-two{opacity:.16!important;border-color:color-mix(in srgb,var(--halo-mint) 18%,transparent)!important}.orbital-core{opacity:.52!important}.app{height:100dvh!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;background:radial-gradient(circle at 18% 14%,rgba(37,126,88,.13),transparent 28%),radial-gradient(circle at 82% 18%,rgba(207,179,109,.08),transparent 26%),linear-gradient(135deg,var(--bg),var(--bg-2))!important}.topbar{min-height:76px!important;flex:0 0 auto!important;border-bottom:1px solid color-mix(in srgb,currentColor 9%,transparent)!important;background:color-mix(in srgb,var(--surface-strong) 72%,transparent)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important}.sidebar{min-height:0!important;overflow-y:auto!important}.conversation{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:16px!important}.composer{flex:0 0 auto!important;border-top:1px solid color-mix(in srgb,currentColor 8%,transparent)!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}.composer-row{max-width:940px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important}textarea{min-width:0!important;max-width:100%!important;resize:none!important}.composer-controls{flex:0 0 auto!important}.hero-card{border-radius:34px!important;border:1px solid color-mix(in srgb,currentColor 10%,transparent)!important;box-shadow:0 22px 58px #0000001a!important;background:radial-gradient(circle at 86% 0%,rgba(207,179,109,.1),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--surface-strong) 74%,transparent),color-mix(in srgb,var(--aura) 48%,transparent))!important}.hero-card h2{font-weight:800!important;letter-spacing:-.09em!important}.message.empty{border-color:color-mix(in srgb,currentColor 10%,transparent)!important}@media(max-width:820px){html,body,#root{height:100%;overflow:hidden!important}.public-nav{min-height:64px!important;padding:max(10px,env(safe-area-inset-top)) 18px 8px!important}.public-logo{width:34px!important;height:34px!important;border-radius:12px!important}.public-brand{gap:10px!important;font-size:17px!important}.public-icon,.public-login{min-height:38px!important}.public-icon{width:38px!important}.public-login{padding:0 14px!important;font-size:13px!important}.public-hero{height:calc(100dvh - 64px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;padding:4px 22px max(14px,env(safe-area-inset-bottom))!important}.public-copy{width:100%!important}.public-eyebrow{margin-bottom:14px!important;font-size:10px!important;letter-spacing:.25em!important}.public-copy h1{max-width:96%!important;font-size:clamp(54px,16vw,78px)!important;line-height:.82!important;letter-spacing:-.105em!important}.public-copy p{max-width:96%!important;margin-top:16px!important;font-size:13.5px!important;line-height:1.58!important}.public-cta-row{width:100%!important;margin-top:18px!important;gap:9px!important}.public-primary{width:100%!important;min-height:48px!important}.public-note{width:100%!important;text-align:center!important;font-size:11.5px!important}.public-cards{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.public-cards article{min-height:66px!important;padding:11px 10px!important;border-radius:18px!important}.public-cards span{display:none!important}.public-cards strong{font-size:13px!important}.public-cards p{margin-top:4px!important;font-size:10px!important;line-height:1.25!important}.orbital-field{opacity:.42!important}.app{height:100dvh!important;max-height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.topbar{min-height:auto!important;flex:0 0 auto!important;padding:max(10px,env(safe-area-inset-top)) 12px 9px!important}.brand-mark{width:34px!important;height:34px!important;border-radius:12px!important}.brand h1,h1{font-size:19px!important;line-height:1!important}.brand p{display:none!important}.header-actions{gap:6px!important;min-width:0!important}.status-pill{min-height:36px!important;max-width:80px!important;padding:0 9px!important;font-size:12px!important;overflow:hidden!important}.theme-toggle{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.ghost-button,.primary-button{min-height:36px!important;padding:0 12px!important;font-size:12px!important}.conversation{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:12px 14px 8px!important;-webkit-overflow-scrolling:touch!important}.hero-card{display:none!important}.thread{width:100%!important;min-width:0!important}.message,article{max-width:100%!important;overflow-wrap:anywhere!important}.message.empty{min-height:148px!important;display:flex!important;align-items:center!important;padding:18px!important;font-size:15.5px!important;line-height:1.65!important}.composer{flex:0 0 auto!important;width:100%!important;padding:8px 12px max(8px,env(safe-area-inset-bottom))!important;overflow:hidden!important}.mobile-actions{width:100%!important;display:flex!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;margin-bottom:7px!important;padding-bottom:1px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.mobile-actions::-webkit-scrollbar{display:none!important}.mobile-actions button{flex:0 0 auto!important;min-height:36px!important;padding:0 13px!important;font-size:12.5px!important;white-space:nowrap!important}.composer-row{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:end!important}textarea{min-width:0!important;width:100%!important;min-height:58px!important;max-height:88px!important;padding:13px 14px!important;border-radius:20px!important;font-size:15px!important;line-height:1.45!important}.composer-controls{display:grid!important;grid-template-columns:40px 40px!important;gap:7px!important;flex:0 0 auto!important}.icon-tool,.fun-toggle,.upload{width:40px!important;height:40px!important;min-height:40px!important;border-radius:14px!important;font-size:17px!important}.export-button{display:none!important}.send-button{grid-column:1 / -1!important;width:100%!important;height:44px!important;min-height:44px!important;border-radius:15px!important;font-size:23px!important}}@media(max-width:430px){.public-copy h1{font-size:clamp(48px,15vw,64px)!important}.public-copy p{font-size:13px!important}.public-cards article{min-height:62px!important;padding:10px 9px!important}.topbar{padding-left:10px!important;padding-right:10px!important}.status-pill{max-width:74px!important}}@media(max-height:740px)and (max-width:820px){.public-hero{gap:10px!important}.public-eyebrow{margin-bottom:10px!important}.public-copy h1{font-size:clamp(40px,12.5vw,54px)!important}.public-copy p{margin-top:10px!important;line-height:1.45!important}.public-cta-row{margin-top:12px!important}.public-cards article{min-height:56px!important;padding:9px!important}}
