:root{--brand-dark-blue:222 37% 19%;--brand-orange:24 100% 50%;--brand-light-grey:220 13% 98%;--brand-dark-grey:222 18% 12%;--brand-white:0 0% 100%;--brand-black:0 0% 6%;--brand-grey:0 0% 24%;--background:var(--brand-white);--foreground:var(--brand-dark-blue);--primary:var(--brand-dark-blue);--primary-foreground:var(--brand-white);--secondary:var(--brand-orange);--secondary-foreground:var(--brand-white);--accent:var(--brand-orange);--accent-foreground:var(--brand-white);--muted:var(--brand-light-grey);--muted-foreground:222 18% 45%;--card:var(--brand-white);--card-foreground:var(--brand-dark-blue);--popover:var(--brand-white);--popover-foreground:var(--brand-dark-blue);--border:220 13% 91%;--input:220 13% 91%;--ring:var(--brand-orange);--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--success:142 71% 45%;--success-foreground:0 0% 98%;--warning:38 92% 50%;--warning-foreground:0 0% 98%;--info:217 91% 60%;--info-foreground:0 0% 98%;--radius:.5rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}.dark{--brand-dark-blue:222 37% 19%;--brand-orange:24 100% 50%;--brand-light-grey:220 13% 98%;--brand-dark-grey:222 18% 12%;--brand-white:0 0% 100%;--brand-black:0 0% 6%;--brand-grey:0 0% 24%;--background:var(--brand-dark-grey);--foreground:var(--brand-white);--primary:var(--brand-white);--primary-foreground:var(--brand-dark-grey);--secondary:var(--brand-orange);--secondary-foreground:var(--brand-white);--accent:var(--brand-orange);--accent-foreground:var(--brand-white);--muted:222 18% 20%;--muted-foreground:222 18% 65%;--card:222 18% 16%;--card-foreground:var(--brand-white);--popover:222 18% 16%;--popover-foreground:var(--brand-white);--border:222 18% 25%;--input:222 18% 25%;--ring:var(--brand-orange);--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--success:142 71% 35%;--success-foreground:0 0% 98%;--warning:38 92% 40%;--warning-foreground:0 0% 98%;--info:217 91% 50%;--info-foreground:0 0% 98%}:root{--font-heading:var(--font-montserrat), system-ui, sans-serif;--font-body:var(--font-poppins), system-ui, sans-serif;--font-mono:"Fira Code", monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--line-height-xs:1rem;--line-height-sm:1.25rem;--line-height-base:1.5rem;--line-height-lg:1.75rem;--line-height-xl:1.75rem;--line-height-2xl:2rem;--line-height-3xl:2.25rem;--line-height-4xl:2.5rem;--line-height-5xl:1;--line-height-6xl:1;--letter-spacing-h1:-.035em;--letter-spacing-h2:-.027em;--letter-spacing-h3:-.025em;--letter-spacing-h4:-.014em;--letter-spacing-h5:-.01em;--letter-spacing-h6:-.012em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px}@media (prefers-color-scheme:dark){:root:not(.light){--background:var(--brand-dark-grey);--foreground:var(--brand-white);--primary:var(--brand-white);--primary-foreground:var(--brand-dark-grey);--secondary:var(--brand-orange);--secondary-foreground:var(--brand-white);--accent:var(--brand-orange);--accent-foreground:var(--brand-white);--muted:222 18% 20%;--muted-foreground:222 18% 65%;--card:222 18% 16%;--card-foreground:var(--brand-white);--popover:222 18% 16%;--popover-foreground:var(--brand-white);--border:222 18% 25%;--input:222 18% 25%;--ring:var(--brand-orange);--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--success:142 71% 35%;--success-foreground:0 0% 98%;--warning:38 92% 40%;--warning-foreground:0 0% 98%;--info:217 91% 50%;--info-foreground:0 0% 98%}}.dashboard-with-grid main>div:first-child{position:relative}.dashboard-with-grid main>div:first-child:before{content:"";background-image:linear-gradient(to right, hsl(var(--border) / .5) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--border) / .5) 1px, transparent 1px);z-index:0;pointer-events:none;background-size:4rem 4rem;position:absolute;inset:0}.dashboard-with-grid main>div:first-child:after{content:"";background:linear-gradient(to bottom, hsl(var(--background)) 0%, transparent 20%, transparent 80%, hsl(var(--background)) 100%);z-index:1;pointer-events:none;position:absolute;inset:0}.dashboard-with-grid main>div:first-child>div{z-index:2;position:relative}.dark .dashboard-with-grid main>div:first-child:before{background-image:linear-gradient(to right, hsl(var(--border) / .3) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--border) / .3) 1px, transparent 1px)}

