:root{--bg: #e3edf7;--surface: #ffffff;--surface-raised: #eef6fc;--hover: #e6f1fb;--border: #d7e4f0;--text: #202124;--text-dim: #5f6368;--accent: #1878c8;--accent-hover: #145f9e;--link: #1878c8;--link-soft: #e8f2fc;--danger: #d93025;--success: #188038;--font-display: "Roboto", "Segoe UI", sans-serif;--font-body: "Roboto", "Segoe UI", 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}button{font-family:var(--font-body);cursor:pointer}a{color:var(--link);text-decoration:none}::selection{background:var(--link-soft)}:focus-visible{outline:2px solid var(--link);outline-offset:2px}.mono{font-family:var(--font-mono)}
