@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg-dark:#0f1419;--color-bg-medium:#1a2027;--color-bg-card:#1e2a31;--color-bg-light:#2d3a42;--color-bg-white:#ffffff;--color-bg-sidebar:#141c22;--color-bg-main:#0f1419;--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-secondary:#96A5B2;--color-accent:#8b5cf6;--color-text-light:#e1e5e9;--color-text-muted:#8a9baa;--color-text-dark:#1C2930;--color-text-body:#b0bec5;--color-border:#2d3f4d;--color-border-light:#243340;--color-success:#10b981;--color-error:#ef4444;--color-error-hover:#f87171;--color-warning:#f59e0b;--color-info:#3b82f6;--color-cta:#3b82f6;--color-cta-hover:#2563eb;--color-cta-text:#ffffff;--color-primary-10:rgba(59,130,246,0.1);--color-primary-15:rgba(59,130,246,0.15);--color-error-10:rgba(239,68,68,0.1);--color-success-15:rgba(16,185,129,0.15);--color-warning-15:rgba(245,158,11,0.15);--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 12px rgba(0,0,0,0.4);--shadow-lg:0 8px 24px rgba(0,0,0,0.5);--sidebar-width:240px;--header-height:56px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;line-height:1.5;color:var(--color-text-light);background:var(--color-bg-dark);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto}.badge{display:inline-flex;gap:4px;padding:2px 8px;font-weight:500;white-space:nowrap}.avatar,.badge{align-items:center;border-radius:9999px;font-size:.75rem}.avatar{width:28px;height:28px;background:var(--color-primary-15);color:var(--color-primary);display:flex;justify-content:center;font-weight:600;flex-shrink:0}.avatar-sm{width:22px;height:22px;font-size:10px}.avatar-lg{width:36px;height:36px;font-size:.875rem}