:root{--color-bg: #000000;--color-surface: #0a0a0a;--color-surface-2: #111111;--color-text-primary: #ffffff;--color-text-secondary: #b3b3b3;--color-text-muted: #7a7a7a;--color-border: #262626;--color-border-light: #333333;--color-link: #ffffff;--color-link-hover: #cccccc;--color-success: #ffffff;--color-error: #ffffff;--color-warning: #ffffff;--color-shadow: rgba(0, 0, 0, .6)}html[data-theme=light]{--color-bg: #ffffff;--color-surface: #f5f5f5;--color-surface-2: #eeeeee;--color-text-primary: #000000;--color-text-secondary: #333333;--color-text-muted: #666666;--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}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);text-decoration:none;text-underline-offset:3px}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:transparent;border:0;outline:none}textarea{resize:vertical}::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)}
