:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #1c2128;--bg-card: #21262d;--border: #30363d;--border-active: #3d444d;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #6e7681;--accent-green: #26a69a;--accent-red: #ef5350;--accent-orange: #f0883e;--accent-blue: #58a6ff;--accent-yellow: #d29922;--font-mono: "JetBrains Mono", monospace;--font-sans: "Space Grotesk", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-active);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}button{cursor:pointer;font-family:var(--font-sans)}input,select{font-family:var(--font-sans)}@media (max-width: 768px){.hide-sm{display:none!important}.show-sm{display:flex!important}}@media (min-width: 769px){.hide-sm{display:flex}.show-sm{display:none!important}}@media (max-width: 1024px){.hide-md{display:none!important}}@media (max-width: 480px){.hide-xs{display:none!important}}@media (max-width: 768px){button{min-height:36px}}*{max-width:100%}
