:root{--color-black:#000;--color-gray-950:#0a0a0a;--color-gray-900:#111;--color-gray-850:#1a1a1a;--color-gray-800:#222;--color-gray-700:#333;--color-gray-600:#555;--color-gray-500:#777;--color-gray-400:#999;--color-gray-300:#b3b3b3;--color-gray-200:#ccc;--color-gray-100:#e5e5e5;--color-gray-50:#f5f5f5;--color-white:#fff;--color-primary:#6366f1;--color-primary-hover:#818cf8;--color-primary-active:#4f46e5;--color-primary-muted:#6366f126;--color-success:#22c55e;--color-success-muted:#22c55e26;--color-warning:#f59e0b;--color-warning-muted:#f59e0b26;--color-error:#ef4444;--color-error-muted:#ef444426;--color-info:#3b82f6;--color-info-muted:#3b82f626;--surface-root:var(--color-black);--surface-base:var(--color-gray-950);--surface-raised:var(--color-gray-900);--surface-overlay:var(--color-gray-850);--surface-sunken:var(--color-gray-800);--text-primary:var(--color-white);--text-secondary:var(--color-gray-300);--text-tertiary:var(--color-gray-500);--text-disabled:var(--color-gray-600);--text-inverse:var(--color-black);--border-default:var(--color-gray-800);--border-hover:var(--color-gray-700);--border-focus:var(--color-primary);--border-error:var(--color-error);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Consolas", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 15px #00000059;--shadow-xl:0 20px 25px #0000004d;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--z-dropdown:10;--z-sticky:20;--z-overlay:30;--z-modal:40;--z-toast:50;--sidebar-width:260px;--sidebar-collapsed-width:64px;--header-height:56px;--content-max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--surface-root);min-height:100vh}[dir=rtl]{direction:rtl}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-base)}::-webkit-scrollbar-thumb{background:var(--color-gray-700);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-600)}::selection{background:var(--color-primary-muted);color:var(--text-primary)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font:inherit;color:inherit;background:0 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#root{min-height:100vh}@keyframes hadigel-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3}
