:root{--color-primary:#0f172a;--color-primary-mid:#1e293b;--color-accent:#2563eb;--color-accent-light:#eff6ff;--color-accent-mid:#dbeafe;--color-green:#16a34a;--color-green-light:#dcfce7;--color-orange:#f97316;--color-orange-light:#fff7ed;--color-red:#dc2626;--color-red-light:#fef2f2;--color-purple:#7c3aed;--color-purple-light:#ede9fe;--color-yellow-light:#fffbeb;--color-yellow-border:#fde68a;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--color-border-dark:#cbd5e1;--color-bg-page:#f8fafc;--color-bg-white:#fff;--color-bg-chip:#f1f5f9;--sidebar-width:240px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 32px #00000024;--font-base:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:var(--font-base);background:var(--color-bg-page);color:var(--color-text-primary)}html,body,#root{height:100%}img,:focus{outline:none}:focus-visible{outline-offset:2px;outline:2px solid #2563eb}button,a,[role=button]{-webkit-tap-highlight-color:transparent}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}