:root,:root[data-theme=dark]{--color-bg: #0d1117;--color-surface: #161b22;--color-border: #272e38;--color-text: #e6edf3;--color-text-muted: #9ba7b4;--color-accent: #3b82f6;--color-accent-hover: #60a5fa}:root[data-theme=light]{--color-bg: #ffffff;--color-surface: #f4f6f8;--color-border: #e2e8f0;--color-text: #0d1117;--color-text-muted: #5a6573;--color-accent: #2563eb;--color-accent-hover: #1d4ed8}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}a{color:var(--color-accent)}
