:root{--color-bg: #0d1117;--color-surface: #161b22;--color-border: #30363d;--color-text: #e6edf3;--color-text-muted: #8b949e;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--font-mono: "SF Mono", "Cascadia Code", "Fira Code", "Consolas", "Courier New", monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 768px){body{overflow:hidden}#root{width:100%;height:100vh;overflow-y:auto}}@media (max-width: 767px){#root{width:100%;min-height:100dvh}}:focus-visible{outline:none}table{border-collapse:collapse;width:100%}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#484f58}option{background-color:#161b22;color:#e6edf3}
