:root{--color-bg: #000000;--color-surface: #0d0d0d;--color-surface-2: #151515;--color-text-primary: #ffffff;--color-text-secondary: #d0d0d0;--color-text-muted: #888888;--color-border: #222222;--color-border-light: #2e2e2e;--color-link: #ffffff;--color-link-hover: #e5e5e5;--color-success: #ffffff;--color-error: #ffffff;--color-warning: #ffffff;--color-shadow: rgba(0, 0, 0, .5)}html[data-theme=light]{--color-bg: #ffffff;--color-surface: #f2f2f2;--color-surface-2: #e6e6e6;--color-text-primary: #000000;--color-text-secondary: #333333;--color-text-muted: #777777;--color-border: #dddddd;--color-border-light: #cccccc;--color-link: #000000;--color-link-hover: #444444;--color-success: #000000;--color-error: #000000;--color-warning: #000000;--color-shadow: rgba(0, 0, 0, .15)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:dark;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;font-kerning:normal;hanging-punctuation:first last}html{height:100%;scroll-behavior:smooth;scroll-padding-top:72px;background:var(--color-bg)}body{min-height:100%;font-family:Verdana,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;background:var(--color-bg);color:var(--color-text-primary);overflow-x:hidden}img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%}img{height:auto}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.15;color:var(--color-text-primary)}p{color:var(--color-text-secondary)}small{color:var(--color-text-muted)}strong,b{font-weight:800}em,i{font-style:italic}a{color:var(--color-link)}a:hover{color:var(--color-link-hover)}ul,ol{list-style:none;padding-left:0}button,input,textarea,select{font:inherit;color:inherit}button{background:transparent;border:0;cursor:pointer}input,textarea,select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);outline:none;border-radius:10px;padding:10px 12px}textarea{resize:vertical;min-height:120px}::placeholder{color:var(--color-text-muted)}:disabled,[disabled]{cursor:not-allowed;opacity:.65}table{border-collapse:collapse;border-spacing:0}hr{border:0;height:1px;background:var(--color-border)}::selection{background:var(--color-text-primary);color:var(--color-bg)}:focus{outline:none}:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:3px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:999px;border:2px solid var(--color-surface-2)}::-webkit-scrollbar-thumb:hover{background:var(--color-border)}*{scrollbar-width:thin;scrollbar-color:var(--color-border) var(--color-surface)}
