@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_8778cd42-module__wRojWG__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_8778cd42-module__wRojWG__variable{--font-outfit:"Outfit", "Outfit Fallback"}
:root{--background:#f8fafc;--foreground:#020817;--card:#fff;--card-foreground:#020817;--primary:#2563eb;--primary-foreground:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#ef4444;--destructive-foreground:#f8fafc;--border:#e2e8f0;--input:#e2e8f0;--ring:#2563eb;--radius:.75rem}@media (prefers-color-scheme:dark){:root{--background:#020817;--foreground:#f8fafc;--card:#030b1e;--card-foreground:#f8fafc;--primary:#3b82f6;--primary-foreground:#0f172a;--secondary:#1e293b;--secondary-foreground:#f8fafc;--accent:#1e293b;--accent-foreground:#f8fafc;--destructive:#7f1d1d;--destructive-foreground:#f8fafc;--border:#1e293b;--input:#1e293b;--ring:#1d4ed8}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-outfit), system-ui, sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a}@media (prefers-color-scheme:light){.glass{background:#ffffffb3;border:1px solid #0000000d}}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}h1,h2,h3,h4,h5,h6{color:var(--foreground);margin-bottom:.5em;font-weight:600;line-height:1.2}p{color:var(--foreground);opacity:.8;margin-bottom:1rem}.btn-primary{background:linear-gradient(135deg, var(--primary), #1d4ed8);color:var(--primary-foreground);border-radius:var(--radius);justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0076ff40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0076ff59}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border-radius:var(--radius);justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--accent)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(to right, var(--primary), #8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dropdown-link:hover{background:#ffffff1a}.logout-btn:hover{background:#ff5f561a!important}.home-input{color:#fff;background:#0003;border:1px solid #fff3;border-radius:.75rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem}.home-input:focus{border-color:var(--primary);background:#0006;outline:none}::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}.mobile-menu-btn{display:none}@media (max-width:850px){.nav-links{display:none!important}.mobile-menu-btn{display:flex}}.mobile-filter-toggle{display:none}.filter-content{display:block}@media (max-width:850px){.mobile-filter-toggle{display:flex}.filter-content.collapsed{display:none}}
.home-container{flex-direction:column;min-height:100vh;display:flex}.header{z-index:50;border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;height:80px;display:flex}.logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2rem;font-weight:500;display:flex}.nav-links a:not(.btn-primary):not(.btn-secondary){transition:color .2s}.nav-links a:not(.btn-primary):not(.btn-secondary):hover{color:var(--primary)}.main-content{flex:1;padding-top:80px}.hero{background:radial-gradient(circle at 100% 0,#3b82f61a,#0000 40%);align-items:center;min-height:calc(100vh - 80px);padding:4rem 0;display:flex}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem}.hero-subtitle{max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.hero-visual{perspective:1000px;justify-content:center;display:flex}.hero-card{border-radius:1rem;width:100%;max-width:400px;padding:1.5rem;transition:transform .5s;transform:rotateY(-10deg)rotateX(10deg);box-shadow:0 25px 50px -12px #00000040}.hero-card:hover{transform:rotateY(0)rotateX(0)}.card-header{gap:.5rem;margin-bottom:1.5rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background-color:#ff5f56}.dot.yellow{background-color:#ffbd2e}.dot.green{background-color:#27c93f}.route-step{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.step-dot{border:4px solid var(--primary);background:0 0;border-radius:50%;width:16px;height:16px}.step-dot.active{background:var(--primary)}.route-line{background:#ffffff1a;border-radius:2px;width:4px;height:24px;margin-bottom:.5rem;margin-left:6px}.car-details{background:#0003;border-radius:.5rem;margin:2rem 0;padding:1rem}.car-details p{margin:.25rem 0;font-size:.9rem}.full-width{width:100%}@media (max-width:992px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.nav-links{display:none}}
