:root{--color-primary: 10 132 255;--color-primary-hover: 60 159 255;--color-background: 17 24 39;--color-background-secondary: 31 41 55;--color-background-card: 31 41 55;--color-background-hover: 55 65 81;--color-background-disabled: 55 65 81;--color-border: 75 85 99;--color-text-primary: 249 250 251;--color-text-secondary: 156 163 175;--color-text-disabled: 107 114 128}.light{--color-primary: 10 132 255;--color-primary-hover: 0 110 229;--color-background: 249 250 251;--color-background-secondary: 255 255 255;--color-background-card: 255 255 255;--color-background-hover: 243 244 246;--color-background-disabled: 229 231 235;--color-border: 229 231 235;--color-text-primary: 17 24 39;--color-text-secondary: 107 114 128;--color-text-disabled: 156 163 175}body{font-family:Inter,sans-serif;background-color:#111827;color:#fff;margin:0}#root{height:100vh;width:100vw}.initial-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;font-family:Inter,sans-serif}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#0a84ff;animation:spin 1s ease-in-out infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.light ::-webkit-scrollbar-thumb{background:#d1d5db}.light ::-webkit-scrollbar-thumb:hover{background:#9ca3af}
