:root{--background: #0a0a0a;--foreground: #ffffff;--border: #2a2a2a;--input: #141414;--primary: #ff0000;--primary-foreground: #ffffff;--secondary: #141414;--secondary-foreground: #ffffff;--muted: #141414;--muted-foreground: #a0a0a0;--accent: #ff0000;--accent-foreground: #ffffff;--card: #141414;--card-foreground: #ffffff;--sidebar: #0a0a0a;--sidebar-foreground: #a0a0a0;--sidebar-primary: #141414;--sidebar-primary-foreground: #ff0000;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 9999px;--danger: #ff6666;--danger-hover: rgba(255, 102, 102, .1);--transition-fast: .2s;--transition-normal: .3s}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--foreground);font-size:14px;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:100dvh}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active{-webkit-text-fill-color:var(--autofill-text, currentColor);caret-color:var(--autofill-text, currentColor);-webkit-box-shadow:0 0 0 1000px var(--autofill-bg, var(--input)) inset;box-shadow:0 0 0 1000px var(--autofill-bg, var(--input)) inset;transition:background-color 9999s ease-out 0s}input:autofill,textarea:autofill,select:autofill{background-color:var(--autofill-bg, var(--input))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}a{color:inherit;text-decoration:none}.app-loading.svelte-12qhfyh{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--background, #0a0a0a);z-index:9999}.app-loading-spinner.svelte-12qhfyh{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff9;border-radius:50%;animation:svelte-12qhfyh-app-spin .6s linear infinite}@keyframes svelte-12qhfyh-app-spin{to{transform:rotate(360deg)}}
