:root{--color-brand-red:#e4004a;--color-brand-blue:#00305b;--color-brand-orange:#ff8674;--color-success:#22c55e;--color-success-bg:#dcfce7;--color-warning:#f59e0b;--color-warning-bg:#fef3c7;--color-danger:#dc2626;--color-danger-bg:#fee2e2;--color-info:#2563eb;--color-info-bg:#dbeafe;--color-text-primary:#0a0a0a;--color-text-secondary:#717182;--color-text-disabled:#9e9e9e;--color-text-on-brand:#ffffff;--color-bg-primary:#fafafa;--color-bg-secondary:#f3f3f5;--color-bg-elevated:#ffffff;--color-border:#e0e0e0;--color-border-strong:#bdbdbd;--font-display:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;--font-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:"SFMono-Regular",Consolas,Menlo,monospace;--font-size-h1:2.25rem;--line-height-h1:1.15;--tracking-h1:-0.02em;--font-size-h2:1.875rem;--line-height-h2:1.2;--font-size-h3:1.5rem;--line-height-h3:1.3;--font-size-h4:1.25rem;--line-height-h4:1.35;--font-size-h5:1.125rem;--line-height-h5:1.4;--font-size-h6:1rem;--line-height-h6:1.4;--font-size-body-lg:1.125rem;--font-size-body-md:1rem;--font-size-body-sm:0.875rem;--font-size-body-xs:0.75rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.75;--space-0:0;--space-0-5:2px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--shadow-focus:0 0 0 3px rgb(228 0 74/0.25);--z-dropdown:1000;--z-sticky:1100;--z-modal:1300;--z-popover:1400;--z-toast:1500;--z-tooltip:1600;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--transition-fast:120ms;--transition-normal:200ms;--transition-slow:300ms;--easing-standard:cubic-bezier(0.2,0,0.38,0.9)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--font-body);font-size:var(--font-size-body-md);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display);font-weight:var(--font-weight-semibold);color:var(--color-brand-blue);line-height:var(--line-height-tight)}p{margin:0}button{font-family:inherit;cursor:pointer}a{color:var(--color-brand-blue);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--color-brand-red)}:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.dashboard-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(4,1fr)}}.dashboard-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background-color:var(--color-card);padding:1.5rem;box-shadow:var(--shadow-sm)}.dashboard-card__title{font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);margin:0}.dashboard-card__value{margin-top:.5rem;font-size:1.875rem;font-weight:700;margin-bottom:0}.dashboard-card__description{margin-top:.25rem;font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:0}