:root{--bg:#f3f2ee;--surface:#fff;--panel:#faf9f6;--cream:#efece4;--cream-deep:#e4e0d6;--ink:#15181c;--ink-soft:#444a51;--muted:#7b8088;--line:#e6e3dc;--line-strong:#d6d2c8;--brand:#f1571f;--brand-strong:#d4470f;--brand-tint:#fcece3;--orange:var(--brand);--teal:#1f6b76;--shadow:0 1px 0 #15181c05;--shadow-lift:0 10px 30px #15181c1a;--radius:12px;--radius-sm:8px;--maxw:1060px;--nav-h:64px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--display:"Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.55}a{color:inherit}.layout{flex-direction:column;min-height:100%;display:flex}.appbar{z-index:20;-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);border-bottom:1px solid var(--line-strong);background:#f7f6f2d1;position:sticky;top:0}.appbar-inner{max-width:var(--maxw);height:var(--nav-h);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:0 22px;display:flex}.appbar-brand{color:var(--ink);align-items:center;gap:11px;text-decoration:none;display:flex}.appbar-brand img{border-radius:7px;width:30px;height:30px}.appbar-brand span{font-family:var(--display);letter-spacing:-.01em;font-size:1.02rem;font-weight:600}.appbar-right{align-items:center;gap:14px;display:flex}.appbar-nav{align-items:center;gap:26px;height:100%;display:flex}.appbar-nav a{height:100%;color:var(--muted);letter-spacing:-.005em;border-bottom:2px solid #0000;align-items:center;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .12s;display:inline-flex}.appbar-nav a:hover{color:var(--ink)}.appbar-nav a.active{color:var(--ink);border-bottom-color:var(--brand);font-weight:600}.content{width:100%;max-width:var(--maxw);flex:1;margin:0 auto;padding:30px 22px 48px}.center{justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex;overflow:hidden}.tabbar{display:none}@media (width<=768px){.appbar-nav{display:none}.appbar-inner{height:56px}.appbar-brand span{font-size:.98rem}.content{padding:20px 16px 94px}.tabbar{z-index:20;-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);border-top:1px solid var(--line-strong);padding-bottom:env(safe-area-inset-bottom,0);background:#f7f6f2f2;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a{text-align:center;min-height:50px;color:var(--muted);border-top:2px solid #0000;flex:1;justify-content:center;align-items:center;padding:8px 2px;font-size:.74rem;font-weight:500;text-decoration:none;display:flex}.tabbar a.active{color:var(--ink);border-top-color:var(--brand);font-weight:600}}.subnav{border-bottom:1px solid var(--line-strong);flex-wrap:wrap;gap:24px;margin-bottom:24px;display:flex}.subnav a{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 1px 12px;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .12s}.subnav a:hover{color:var(--ink)}.subnav a.active{color:var(--ink);border-bottom-color:var(--brand);font-weight:600}.title-lg{font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:1.9rem;font-weight:600;line-height:1.1}.page-head{margin:2px 0 24px}.page-head h1{font-family:var(--display);letter-spacing:-.02em;margin:0;font-size:1.7rem;font-weight:600}.page-head p{color:var(--muted);margin:6px 0 0;font-size:.95rem}.section-title{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);margin-top:16px;font-size:.98rem;font-weight:600}.muted{color:var(--muted);font-size:.88rem}.secondary{color:var(--teal)}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);font-size:.72rem;font-weight:700}.tag{color:var(--ink-soft);background:var(--panel);border:1px solid var(--line-strong);border-radius:var(--radius-sm);letter-spacing:.01em;padding:3px 9px;font-size:.72rem;font-weight:600;display:inline-block}@media (width>=769px){.title-lg{font-size:2.3rem}.page-head h1{font-size:2.05rem}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:16px;padding:22px}.card h2{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;font-size:1.08rem;font-weight:600}.hero{border:0;border-bottom:1px solid var(--line-strong);background:0 0;border-radius:0;margin-bottom:26px;padding:4px 0 20px}.hero .title-lg{margin:2px 0}.bullets{color:var(--ink-soft);margin:8px 0;padding-left:18px}.bullets li{margin:5px 0}.grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=640px){.grid{grid-template-columns:1fr 1fr}}.modcard{color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;text-decoration:none;transition:border-color .16s,transform .16s;display:block}.modcard:hover{border-color:var(--ink);transform:translateY(-2px)}.modcard-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);font-size:.72rem;font-weight:700}.modcard-title{font-family:var(--display);letter-spacing:-.02em;margin:9px 0 7px;font-size:1.25rem;font-weight:600}button{font:inherit;border:1px solid var(--ink);border-radius:var(--radius-sm);background:var(--ink);color:#fff;cursor:pointer;letter-spacing:-.005em;width:100%;padding:11px 17px;font-weight:600;transition:background .12s,border-color .12s,opacity .12s}button:hover{background:#000;border-color:#000}button:active{transform:translateY(.5px)}button:disabled{opacity:.4;cursor:default}button.ghost{background:var(--surface);border:1px solid var(--line-strong);color:var(--ink);font-weight:500}button.ghost:hover{background:var(--panel);border-color:var(--ink)}button.accent{background:var(--brand);border-color:var(--brand)}button.accent:hover{background:var(--brand-strong);border-color:var(--brand-strong)}input,select,textarea{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface);width:100%;color:var(--ink);margin:6px 0 12px;padding:11px 13px;transition:border-color .12s,box-shadow .12s}input::placeholder,textarea::placeholder{color:var(--muted)}input:focus,select:focus,textarea:focus{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px #15181c0f}label{color:var(--ink-soft);font-size:.8rem;font-weight:600}.row{gap:12px;display:flex}.row>*{flex:1}.signin-stage{width:100%;max-width:380px;position:relative}.orbit{z-index:0;--orbit-r:clamp(150px, 42vw, 250px);pointer-events:none;width:0;height:0;animation:48s linear infinite orbit-spin;position:absolute;top:50%;left:50%}.orbit-item{width:46px;height:46px;transform:rotate(var(--a,0deg)) translateX(var(--orbit-r));margin:-23px;position:absolute;top:0;left:0}.orbit-face{object-fit:cover;opacity:.9;background:var(--cream);border:2px solid var(--surface);width:100%;height:100%;transform:rotate(calc(-1 * var(--a,0deg)));border-radius:50%;animation:48s linear infinite orbit-face-upright;display:block;box-shadow:0 4px 14px #15181c1f}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes orbit-face-upright{0%{transform:rotate(calc(-1 * var(--a,0deg)))}to{transform:rotate(calc(-1 * var(--a,0deg) - 360deg))}}.journey{gap:14px;display:flex}.journey-stage{flex:1;min-width:0;position:relative}.journey-path{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.jnode{background:var(--brand);border:3px solid var(--bg);width:12px;height:12px;box-shadow:0 0 0 1px var(--brand);z-index:2;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.jday{font-family:var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--brand);text-align:center;margin:32px 0 18px;font-size:.8rem;font-weight:600}.jrow{z-index:1;margin:26px 0;display:flex;position:relative}.jrow.left{justify-content:flex-start}.jrow.right{justify-content:flex-end}.jcard{background:var(--surface);border:1px solid var(--line);border-radius:14px;width:min(360px,44%);overflow:hidden;box-shadow:0 6px 22px #15181c0f}.traveler{z-index:3;pointer-events:none;display:flex;position:absolute;transform:translate(-50%,-50%)}.traveler img,.traveler .ini{border:2px solid var(--surface);object-fit:cover;background:var(--cream);width:32px;height:32px;color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;margin-left:-11px;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 3px 10px #15181c2e}.traveler>:first-child{margin-left:0}.jrail{border-left:1px solid var(--line-strong);flex:none;align-self:flex-start;width:116px;height:calc(100vh - 120px);padding-left:16px;position:sticky;top:78px}.jrail-track{height:100%;position:relative}.jrail-tick{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:auto;padding:0;display:flex;position:absolute;left:-16px}.jrail-tick .d{background:var(--line-strong);border:2px solid var(--bg);border-radius:50%;width:9px;height:9px;margin-left:-4.5px;transition:background .15s,transform .15s}.jrail-tick.on .d{background:var(--brand)}.jrail-tick.cur .d{transform:scale(1.35)}.jrail-tick .l{color:var(--muted);white-space:nowrap;font-size:.72rem;font-weight:600;transition:color .15s}.jrail-tick.cur .l{color:var(--ink)}@media (width<=720px){.jrail{display:none}.jcard{width:100%;margin-left:42px}.jrow.left,.jrow.right{justify-content:flex-start}.jday{text-align:left;margin-left:42px}}a:focus-visible,button:focus-visible,[role=button]:focus-visible,.appbar-nav a:focus-visible,.subnav a:focus-visible,.tabbar a:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}.modcard:hover,button:active{transform:none}.orbit,.orbit-face{animation:none}}.msg{border-radius:var(--radius);white-space:pre-wrap;max-width:76%;margin-bottom:10px;padding:11px 14px;font-size:.92rem;line-height:1.45}.msg-user{background:var(--ink);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.msg-bot{background:var(--surface);color:var(--ink);border:1px solid var(--line);border-bottom-left-radius:4px;margin-right:auto}.composer{background:var(--bg);gap:10px;padding:10px 0;display:flex;position:sticky;bottom:0}.composer textarea{resize:none;margin:0}.composer button{width:auto;padding:0 22px}@media (width>=769px){.msg{max-width:62%}}
