:root{--font-main:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--c-primary:#2563eb;--c-primary-hover:#1d4ed8;--c-primary-light:#dbeafe;--c-primary-subtle:#eff6ff;--c-bg:#f0f2f5;--c-surface:#fff;--c-surface-raised:#fff;--c-surface-hover:#f8fafc;--c-border:#e2e8f0;--c-border-strong:#cbd5e1;--c-text:#0f172a;--c-text-secondary:#475569;--c-text-muted:#94a3b8;--c-success:#16a34a;--c-success-bg:#f0fdf4;--c-error:#dc2626;--c-error-bg:#fef2f2;--c-warning:#f59e0b;--c-warning-bg:#fffbeb;--c-sidebar:#0f172a;--c-sidebar-hover:#1e293b;--c-sidebar-active:#2563eb;--c-sidebar-text:#94a3b8;--c-sidebar-text-active:#fff;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 12px 40px #0000001a;--shadow-primary:0 4px 14px #2563eb40;--transition:.2s cubic-bezier(.4, 0, .2, 1);--transition-slow:.35s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--c-text);background:var(--c-bg);line-height:1.5}::selection{background:var(--c-primary);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
