:root{--surface-bg: #f5f7fb;--surface-card: #ffffff;--surface-border: #e1e5f0;--text-primary: #1c2333;--text-secondary: #4c5a75;--accent: #1a73e8;--accent-muted: color.scale(#1a73e8, $lightness: 20%, $alpha: -.2)}html,body{height:100%}body{margin:0;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f5f7fb;background-color:var(--surface-bg);color:#1c2333;color:var(--text-primary)}*,*:before,*:after{box-sizing:border-box}a{color:#1a73e8;color:var(--accent)}.pill{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:color.scale(#1a73e8,$lightness: 20%,$alpha: -.2);background:var(--accent-muted);color:#1a73e8;color:var(--accent);font-size:.75rem;margin-right:.5rem}
