:root{--font: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;--font-title: "Montserrat", -apple-system, sans-serif;--water: #4898C8;--water-deep: #2f7fae;--water-light: #BCE5FF;--water-surface: #BCE5FF;--brand-navy: #30324E;--brand-orange: #f7931e;--ok: #2fbf71;--warn: #d9a514;--crit: #e05252}[data-theme=light]{--bg: #fbfbfb;--card: #ffffff;--line: #eaeaed;--ink: #30324E;--ink-2: #8a8b97;--ink-3: #adaebc;--chip: #e8f4fd;--chat-user: #4898C8;--chat-user-ink: #fff;--chat-maggie: #ffffff;--tv-bg: #f4f6f8}[data-theme=dark]{--bg: #191b2c;--card: #232538;--line: #2f3147;--ink: #eef0f8;--ink-2: #a3a6bd;--ink-3: #62667f;--chip: #263a52;--chat-user: #4898C8;--chat-user-ink: #fff;--chat-maggie: #232538;--tv-bg: #14162a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:#1a2530}.stage{height:100%;display:flex;align-items:center;justify-content:center}.phone{width:393px;height:852px;max-height:96vh;border-radius:44px;padding:10px;background:#05080c;box-shadow:0 30px 80px #00000080;position:relative}.screen{width:100%;height:100%;border-radius:36px;overflow:hidden;background:var(--bg);color:var(--ink);display:flex;flex-direction:column;position:relative}@media (max-width: 520px){.stage{display:block}.phone{width:100%;height:100%;max-height:none;border-radius:0;padding:0;box-shadow:none}.screen{border-radius:0}}
