:root{--bg:#f4f6fa;--surface:#fff;--surface-2:#f8f9fc;--border:#e7ebf0;--text:#1a2233;--muted:#8a93a3;--primary:#2f6fed;--primary-soft:#2f6fed1a;--teal:#17b8a6;--teal-soft:#17b8a61a;--amber:#f5a623;--amber-soft:#f5a6231f;--danger:#e0525a;--danger-soft:#e0525a1a;--font-display:"Manrope", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"IBM Plex Mono", monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;touch-action:manipulation}button,input,select,textarea{font-family:inherit}::selection{background:var(--primary-soft)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a{color:inherit}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
