:root{--color-bg: #1c1e22;--color-surface: #26292f;--color-surface-raised: #2f333b;--color-primary: #29b6e8;--color-primary-dark: #226fb8;--color-accent: #35d0a5;--color-warn: #d08d35;--color-danger: #f1673d;--color-text: #f2f4f7;--color-text-muted: #bcc4ce;--color-border: #3a3f48;--font-family: "Segoe UI", system-ui, -apple-system, sans-serif;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--shadow-card: 0 .5rem 1.5rem rgb(0 0 0 / 35%)}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:8px}@media(max-width:640px){::-webkit-scrollbar{display:none!important}}::-webkit-scrollbar-track{background:transparent;margin-top:8px;margin-bottom:8px}::-webkit-scrollbar-thumb{background:var(--color-primary-dark);border-radius:8px}::-webkit-scrollbar-thumb:hover{cursor:pointer;background:var(--color-primary-dark)}@supports (scrollbar-color: auto) and (-moz-appearance: none){html{scrollbar-color:var(--color-primary-dark);scrollbar-width:auto!important}@media(max-width:640px){html{scrollbar-color:transparent!important;scrollbar-width:auto!important}}}html{font-size:100%}body{margin:0;min-height:100vh;font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
