:root{--bg-primary: #000000;--bg-secondary: #0F0F0F;--bg-dropdown: #0F0F0F;--bg-input: #2A2A2A;--bg-tab-inactive: #1A1A1A;--bg-tab-active: #3A3A3A;--bg-button-grey: #3A3A3A;--bg-button-grey-hover: #4A4A4A;--bg-info-box: #2A2A2A;--bg-disabled: #333333;--border-primary: #3A3A3A;--border-secondary: #4A4A4A;--text-primary: #ffffff;--text-secondary: #888888;--text-tertiary: #666666;--text-info: #b8bcc8;--text-button: #00020a;--accent-primary: #FF6B5A;--accent-hover: #E55A4A;--accent-bright: #FF7A6A;--status-success: #42f5b9;--status-error: #f54257;--scrollbar-track: #1A1A1A;--scrollbar-thumb: #4A4A4A;--scrollbar-thumb-hover: #5A5A5A;--focus-color: #007bff}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;line-height:1.5}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:1.5rem}img{max-width:100%;height:auto}input,textarea,select,button{font-family:inherit;font-size:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--focus-color);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:var(--scrollbar-track)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}select.custom-dropdown{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);color-scheme:dark;background-color:#0f0f14!important}select.custom-dropdown option{background-color:#0f0f14!important;color:#e5e7eb!important;padding:.75rem 1rem!important;font-weight:600;font-size:.95rem;line-height:1.5}select.custom-dropdown option:hover,select.custom-dropdown option:focus,select.custom-dropdown option:active{background:linear-gradient(0deg,#1a1a1f 0% 100%)!important;background-color:#1a1a1f!important;color:#fff!important}select.custom-dropdown option:checked{background:linear-gradient(0deg,#1a1a1f 0% 100%)!important;background-color:#1a1a1f!important;color:#fff!important;font-weight:700}select.custom-dropdown:focus option:checked{background:#1a1a1f!important}select.custom-dropdown::-webkit-scrollbar{width:8px}select.custom-dropdown::-webkit-scrollbar-track{background:var(--scrollbar-track)}select.custom-dropdown::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}select.custom-dropdown::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
