:root{--bg:#0b0b0f;--surface:#16161d;--text:#f5f5f7;--muted:#9a9aa6;--accent:#6c5ce7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:manipulation}.app{min-height:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);flex-direction:column;display:flex}.signin{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.brand{letter-spacing:4px;margin:0;font-size:56px;font-weight:800}.brand-sm{letter-spacing:2px;font-size:20px;font-weight:800}.tagline{color:var(--muted);margin:0 0 16px}.notice{background:var(--surface);text-align:left;border-radius:16px;max-width:360px;padding:20px;line-height:1.5}.notice code{background:#000;border-radius:6px;padding:1px 6px;font-size:13px}.notice ol{padding-left:20px}.muted{color:var(--muted);font-size:14px}.home{flex-direction:column;flex:1;display:flex}.home-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.home-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.home-body h1{margin:0;font-size:32px}.home-body p{color:var(--muted);margin:0}
