@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
@custom-variant dark (&:is(.dark *));:root{--font-size:16px;--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--popover:#fff;--popover-foreground:#0f172a;--primary:#d50032;--primary-foreground:#fff;--secondary:#f8fafc;--secondary-foreground:#475569;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#e2e8f0;--accent-foreground:#1e293b;--destructive:#dc2626;--destructive-foreground:#fff;--border:#e2e8f0;--input:#f8fafc;--input-background:#f8fafc;--switch-background:#cbd5e1;--font-weight-medium:500;--font-weight-normal:400;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--ring:#d50032;--yoodrive-red:#d50032;--yoodrive-red-50:#fef2f2;--yoodrive-red-100:#fee2e2;--yoodrive-red-200:#fecaca;--yoodrive-red-300:#fca5a5;--yoodrive-red-400:#f87171;--yoodrive-red-500:#d50032;--yoodrive-red-600:#b91c1c;--yoodrive-red-700:#991b1b;--yoodrive-red-800:#7f1d1d;--yoodrive-red-900:#5f1a1a;--yoodrive-green:#008675;--yoodrive-green-50:#f0fdfa;--yoodrive-green-100:#ccfbf1;--yoodrive-green-200:#99f6e4;--yoodrive-green-300:#5eead4;--yoodrive-green-400:#2dd4bf;--yoodrive-green-500:#14b8a6;--yoodrive-green-600:#008675;--yoodrive-green-700:#0f766e;--yoodrive-green-800:#115e59;--yoodrive-green-900:#134e4a;--yoodrive-yellow:#eedc00;--yoodrive-yellow-50:#fefce8;--yoodrive-yellow-100:#fef9c3;--yoodrive-yellow-200:#fef08a;--yoodrive-yellow-300:#fde047;--yoodrive-yellow-400:#eedc00;--yoodrive-yellow-500:#eab308;--yoodrive-yellow-600:#ca8a04;--yoodrive-yellow-700:#a16207;--yoodrive-yellow-800:#854d0e;--yoodrive-yellow-900:#713f12;--chart-1:#d50032;--chart-2:#008675;--chart-3:#eedc00;--chart-4:#dc2626;--chart-5:#8b5cf6;--radius:0.75rem;--sidebar:#f8fafc;--sidebar-foreground:#0f172a;--sidebar-primary:#d50032;--sidebar-primary-foreground:#fff;--sidebar-accent:#e2e8f0;--sidebar-accent-foreground:#1e293b;--sidebar-border:#e2e8f0;--sidebar-ring:#d50032;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.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;--space-32:8rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--gradient-from:#d50032;--gradient-to:#b91c1c;--gradient-accent-from:#008675;--gradient-accent-to:#0f766e}.dark{--background:#0f172a;--foreground:#f8fafc;--card:#1e293b;--card-foreground:#f8fafc;--popover:#1e293b;--popover-foreground:#f8fafc;--primary:#d50032;--primary-foreground:#fff;--secondary:#334155;--secondary-foreground:#cbd5e1;--muted:#334155;--muted-foreground:#94a3b8;--accent:#475569;--accent-foreground:#f8fafc;--destructive:#dc2626;--destructive-foreground:#fff;--border:#334155;--input:#334155;--ring:#d50032;--sidebar:#1e293b;--sidebar-foreground:#f8fafc;--sidebar-primary:#d50032;--sidebar-primary-foreground:#fff;--sidebar-accent:#334155;--sidebar-accent-foreground:#f8fafc;--sidebar-border:#334155;--sidebar-ring:#d50032}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-input-background:var(--input-background);--color-switch-background:var(--switch-background);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring);--color-yoodrive-red:var(--yoodrive-red);--color-yoodrive-red-50:var(--yoodrive-red-50);--color-yoodrive-red-100:var(--yoodrive-red-100);--color-yoodrive-red-200:var(--yoodrive-red-200);--color-yoodrive-red-300:var(--yoodrive-red-300);--color-yoodrive-red-400:var(--yoodrive-red-400);--color-yoodrive-red-500:var(--yoodrive-red-500);--color-yoodrive-red-600:var(--yoodrive-red-600);--color-yoodrive-red-700:var(--yoodrive-red-700);--color-yoodrive-red-800:var(--yoodrive-red-800);--color-yoodrive-red-900:var(--yoodrive-red-900);--color-yoodrive-green:var(--yoodrive-green);--color-yoodrive-green-50:var(--yoodrive-green-50);--color-yoodrive-green-100:var(--yoodrive-green-100);--color-yoodrive-green-200:var(--yoodrive-green-200);--color-yoodrive-green-300:var(--yoodrive-green-300);--color-yoodrive-green-400:var(--yoodrive-green-400);--color-yoodrive-green-500:var(--yoodrive-green-500);--color-yoodrive-green-600:var(--yoodrive-green-600);--color-yoodrive-green-700:var(--yoodrive-green-700);--color-yoodrive-green-800:var(--yoodrive-green-800);--color-yoodrive-green-900:var(--yoodrive-green-900);--color-yoodrive-yellow:var(--yoodrive-yellow);--color-yoodrive-yellow-50:var(--yoodrive-yellow-50);--color-yoodrive-yellow-100:var(--yoodrive-yellow-100);--color-yoodrive-yellow-200:var(--yoodrive-yellow-200);--color-yoodrive-yellow-300:var(--yoodrive-yellow-300);--color-yoodrive-yellow-400:var(--yoodrive-yellow-400);--color-yoodrive-yellow-500:var(--yoodrive-yellow-500);--color-yoodrive-yellow-600:var(--yoodrive-yellow-600);--color-yoodrive-yellow-700:var(--yoodrive-yellow-700);--color-yoodrive-yellow-800:var(--yoodrive-yellow-800);--color-yoodrive-yellow-900:var(--yoodrive-yellow-900)}@layer base{*{@apply border-border outline-ring/50}body{@apply bg-background text-foreground;font-feature-settings:"rlig" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))){h1{font-size:var(--text-5xl);line-height:1.1}h1,h2{font-family:Inter,sans-serif;font-weight:var(--font-weight-bold);letter-spacing:-.025em}h2{font-size:var(--text-4xl);line-height:1.2}h3{font-family:Inter,sans-serif;font-size:var(--text-2xl);font-weight:var(--font-weight-semibold);letter-spacing:-.025em;line-height:1.3}h4{font-size:var(--text-xl)}h4,h5{font-family:Inter,sans-serif;font-weight:var(--font-weight-semibold);line-height:1.4}h5{font-size:var(--text-lg)}h6{font-family:Inter,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-semibold);line-height:1.4}p{font-size:var(--text-base)}.lead,p{color:var(--muted-foreground);font-family:Inter,sans-serif;font-weight:var(--font-weight-normal);line-height:1.6}.lead{font-size:var(--text-xl)}label{font-size:var(--text-sm)}button,label{font-family:Inter,sans-serif;font-weight:var(--font-weight-medium);line-height:1.5}button,input{font-size:var(--text-base)}input{font-family:Inter,sans-serif;font-weight:var(--font-weight-normal);line-height:1.5}.text-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--gradient-from),var(--gradient-to));-webkit-background-clip:text;background-clip:text}}}html{font-size:var(--font-size)}@layer utilities{.glass-effect{backdrop-filter:blur(12px);background:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.2)}.shadow-modern{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-modern-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-modern-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-modern-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.bg-yoodrive-gradient{background:linear-gradient(135deg,var(--yoodrive-red),var(--yoodrive-red-600))}.bg-yoodrive-green-gradient{background:linear-gradient(135deg,var(--yoodrive-green),var(--yoodrive-green-700))}.bg-yoodrive-yellow-gradient{background:linear-gradient(135deg,var(--yoodrive-yellow),var(--yoodrive-yellow-600))}.text-yoodrive-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--yoodrive-red),var(--yoodrive-red-600));-webkit-background-clip:text;background-clip:text}.font-inter,.font-inter-extrabold{font-family:Inter,sans-serif}.font-inter-extrabold{font-weight:var(--font-weight-extrabold)}.material-symbols-outlined{-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-family:Material Symbols Outlined}.material-symbols-outlined,.material-symbols-rounded{word-wrap:normal;direction:ltr;display:inline-block;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}.material-symbols-rounded{-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-family:Material Symbols Rounded}.material-symbols-sharp{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Symbols Sharp;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}}

/*# sourceMappingURL=globals.css.map*/