:root{--background: #f2f4f7;--foreground: #111629;--muted: #5b677e;--border: #d8deea;--surface: #ffffff;--navy-deep: #111629;--navy: #152849;--navy-ui: #1c366c;--accent: #d33f49;--focus-ring: #7e93be;--font-title: "Inter Variable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", "Menlo", "Consolas", monospace}@media(prefers-color-scheme:dark){:root{--background: #0b0f1e;--foreground: #ffffff;--muted: rgba(216, 222, 234, .72);--border: rgba(216, 222, 234, .16);--surface: #111629}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre{font-family:var(--font-mono)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}::selection{background:var(--navy-ui);color:#fff}
