*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0A0A08;--bg-raised: #141412;--surface: #141412;--surface-inverse: #F7F5EF;--border: #F7F5EF;--accent: #7AA0FF;--accent-soft: rgba(122,160,255,.18);--accent-strong: #A7C0FF;--text: #F7F5EF;--text-muted: #C2BEB6;--text-dim: #8A8780;--text-on-accent: #0A0A08;--danger: #FF7777;--success: #5EE3A1;--font-ui: "Atkinson Hyperlegible", system-ui, sans-serif;--font-body: "Atkinson Hyperlegible", system-ui, sans-serif;--radius: 4px;--radius-sm: 4px;--transition: .16s cubic-bezier(.2,.7,.25,1);--min-touch: 48px;--app-width: 390px;--app-height: 844px}html,body{width:100%;height:100%;height:100dvh;background:#050503;font-family:var(--font-ui);-webkit-font-smoothing:antialiased;overflow:hidden;display:flex;align-items:center;justify-content:center}#root{width:var(--app-width);max-width:100vw;height:var(--app-height);max-height:100dvh;background:var(--bg);color:var(--text);overflow:hidden;position:relative;outline:1px solid rgba(247,245,239,.12)}@media (max-width: 430px){#root{width:100vw;height:100dvh;outline:none}}.screen{padding-top:env(safe-area-inset-top);height:100%;display:flex;flex-direction:column;overflow:hidden}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;min-height:var(--min-touch);min-width:var(--min-touch)}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:0}.scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.scroll::-webkit-scrollbar{display:none}
