@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#0f172a;--color-primary-light:#1e293b;--color-bg-main:#f4f4f5;--color-bg-sidebar:#fff;--color-bg-panel:#fff;--color-text-main:#0f172a;--color-text-secondary:#64748b;--color-text-tertiary:#94a3b8;--color-border:#e2e8f0;--color-border-light:#f8fafc;--color-accent:#059669;--color-accent-light:#d1fae5;--color-status-green-bg:#ecfdf5;--color-status-green-text:#047857;--color-status-yellow-bg:#fffbeb;--color-status-yellow-text:#b45309;--color-status-gray-bg:#f8fafc;--color-status-gray-text:#475569;--color-tag-blue-bg:#eff6ff;--color-tag-blue-text:#1d4ed8;--color-tag-purple-bg:#faf5ff;--color-tag-purple-text:#7e22ce;--color-tag-teal-bg:#f0fdfa;--color-tag-teal-text:#0f766e;--color-tag-gold-bg:#fef3c7;--color-tag-gold-text:#b45309;--shadow-sm:0 2px 8px -2px #0f172a0d;--shadow-md:0 8px 24px -4px #0f172a0f;--shadow-lg:0 16px 40px -4px #0f172a14;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-full:9999px;--font-inter:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--transition-smooth:all .3s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--color-bg-main);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;font-weight:600}a{color:inherit;text-decoration:none}button{cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}