:root{--font-sans: "Inter", system-ui, sans-serif;--font-mono: "Fira Code", monospace}html.theme-dark{--color-bg: #0f1117;--color-surface: #161b27;--color-surface-2: #12182a;--color-border: #1e2535;--color-text: #e2e8f0;--color-muted: #8494a7;--color-input-bg: #0d1117;--color-accent: #00c2c7;--color-accent-2: #f97316;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--color-purple: #a855f7}html.theme-light{--color-bg: #f0f4f8;--color-surface: #ffffff;--color-surface-2: #f8fafc;--color-border: #dde3ed;--color-text: #1a202c;--color-muted: #556171;--color-input-bg: #f1f5f9;--color-accent: #00c2c7;--color-accent-2: #f97316;--color-success: #22c55e;--color-error: #ef4444;--color-warning: #f59e0b;--color-purple: #a855f7}html{--color-bg: #0f1117;--color-surface: #161b27;--color-border: #1e2535;--color-text: #e2e8f0;--color-muted: #8494a7;--color-accent: #00c2c7}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);overflow-x:hidden;touch-action:manipulation;font-size:16px;line-height:1.5}*:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:640px){.nav-label{display:none}.topbar-nav button{padding:4px 6px}.hide-mobile{display:none!important}}@media(max-width:768px){.hide-tablet{display:none!important}.responsive-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1024px){.hide-small-desktop{display:none!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}
