:root{--color-primary:#0f172a;--color-secondary:#1e293b;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--bg-body:#f8fafc;--bg-surface:#fff;--bg-surface-alt:#f1f5f9;--text-main:#334155;--text-heading:#0f172a;--text-light:#94a3b8;--text-white:#fff;--container-width:1280px;--header-height:80px;--radius-sm:6px;--radius-md:12px;--radius-lg:24px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--glass-bg:#ffffffb3;--glass-border:1px solid #fff3}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .2s}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--color-accent),#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-accent);color:var(--text-white);box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover{background-color:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb66}.btn-secondary{background-color:var(--bg-surface);color:var(--text-heading);border:1px solid #e2e8f0}.btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1}.btn-link{color:var(--color-accent);background:0 0;padding:0}.btn-link:hover{text-decoration:underline}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-blue{color:#1e40af;background:#dbeafe}.badge-green{color:#065f46;background:#d1fae5}.navbar{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #0000000d;position:fixed;top:0;left:0}.nav-content{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--color-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo i{color:var(--color-accent)}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-main);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--color-accent)}.hero{padding-top:calc(var(--header-height) + 4rem);background:radial-gradient(circle at 100% 0,#f1f5f9 0%,#0000 40%),radial-gradient(circle at 0 100%,#eff6ff 0%,#0000 40%);padding-bottom:6rem;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.hero-content p{color:var(--text-main);max-width:540px;margin-bottom:2.5rem;font-size:1.25rem}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.trust-badges{color:var(--text-light);align-items:center;gap:2rem;font-size:.875rem;font-weight:500;display:flex}.trust-badges i{color:var(--text-main);margin-right:.5rem}.hero-visual{position:relative}.dashboard-card{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:10;border:1px solid #0000000d;padding:1.5rem;transition:transform .5s;position:relative;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg)}.dashboard-card:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.dash-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.dash-stat-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-box{border-radius:var(--radius-md);background:#f8fafc;padding:1rem}.stat-box .label{color:var(--text-light);text-transform:uppercase;font-size:.75rem}.stat-box .value{color:var(--text-heading);font-size:1.5rem;font-weight:700}.stat-box .trend{align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem;display:flex}.trend.up{color:var(--color-success)}.trend.down{color:var(--color-danger)}.graph-placeholder{border-bottom:2px solid var(--color-accent);background:linear-gradient(#2563eb1a 0%,#2563eb00 100%);border-radius:4px;height:120px;position:relative;overflow:hidden}.graph-line{background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" preserveAspectRatio=\"none\"><path d=\"M0 100 L20 60 L40 80 L60 40 L80 50 L100 20\" fill=\"none\" stroke=\"%232563eb\" stroke-width=\"2\"/></svg>") 0 0/100% 100%;width:100%;height:100%;position:absolute;bottom:0;left:0}.float-card{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:20;background:#fff;align-items:center;gap:1rem;padding:1rem;animation:6s ease-in-out infinite float;display:flex;position:absolute}.float-card.alert{border-left:4px solid var(--color-warning);top:-20px;right:-20px}.float-card.success{border-left:4px solid var(--color-success);bottom:-20px;left:-20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features{background:var(--bg-surface);padding:6rem 0}.section-title{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title h2{margin-bottom:1rem;font-size:2.5rem}.section-title p{color:var(--text-light);font-size:1.125rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid #e2e8f0;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.icon-box{width:56px;height:56px;color:var(--color-accent);background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-main);font-size:.95rem}.stats-section{background:var(--color-primary);color:#fff;padding:4rem 0}.stats-container{text-align:center;justify-content:space-around;display:flex}.stat-item h3{color:#fff;margin-bottom:.5rem;font-size:3rem}.stat-item p{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.cta-section{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);padding:6rem 0}.cta-box{max-width:800px;margin:0 auto}.cta-box h2{margin-bottom:1.5rem;font-size:2.5rem}.footer{background:var(--bg-surface);border-top:1px solid #e2e8f0;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand p{color:var(--text-light);max-width:300px;margin-top:1rem}.footer-col h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-heading);margin-bottom:1.5rem;font-size:.875rem}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--text-main);font-size:.9rem}.footer-col ul li a:hover{color:var(--color-accent)}.footer-bottom{color:var(--text-light);border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.auth-container{background-color:var(--bg-body);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:var(--bg-surface);border-radius:var(--radius-md);width:100%;max-width:400px;box-shadow:var(--shadow-lg);text-align:center;border:1px solid #e2e8f0;padding:2.5rem}.auth-header{margin-bottom:2rem}.auth-header h2{margin-bottom:.5rem;font-size:1.5rem}.auth-header p{color:var(--text-light);font-size:.9rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{background:0 0;border:none;border-bottom:1px solid #e2e8f0;border-radius:0;width:100%;padding:.75rem 0;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus{border-bottom-color:var(--color-accent);outline:none}.auth-divider{color:var(--text-light);align-items:center;margin:1.5rem 0;font-size:.875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e2e8f0;flex:1;height:1px}.auth-divider span{padding:0 1rem}.btn-google{width:100%;color:var(--text-heading);background:#fff;border:1px solid #e2e8f0;justify-content:center;align-items:center;gap:.75rem;display:flex}.btn-google:hover{background:#f8fafc;border-color:#cbd5e1}.btn-full{width:100%}.error-message{color:var(--color-danger);margin-top:.25rem;font-size:.8rem;display:none}.dashboard-body{background-color:var(--bg-body);min-height:100vh}.dashboard-nav{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.user-menu{align-items:center;gap:1.5rem;display:flex}.user-info{text-align:right;font-size:.9rem}.user-name{color:var(--text-heading);font-weight:600;display:block}.user-email{color:var(--text-light);font-size:.8rem}.dashboard-container{max-width:1200px;margin:2rem auto;padding:0 2rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.vehicle-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.vehicle-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;padding:1.5rem;transition:all .2s;position:relative}.vehicle-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md)}.vehicle-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.vehicle-name{color:var(--text-heading);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.vehicle-plate{color:var(--text-light);background:#f1f5f9;border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.875rem}.btn-delete{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.btn-delete:hover{color:var(--color-danger)}.empty-state{text-align:center;border-radius:var(--radius-md);background:#fff;border:1px dashed #e2e8f0;padding:4rem 2rem}.empty-icon{color:#cbd5e1;margin-bottom:1rem;font-size:3rem}.fab-add{background:var(--color-accent);color:#fff;width:56px;height:56px;box-shadow:var(--shadow-lg);cursor:pointer;z-index:90;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem}.fab-add:hover{background:var(--color-accent-hover);transform:scale(1.1)}.modal-overlay{z-index:1000;opacity:0;visibility:hidden;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-card{border-radius:var(--radius-md);background:#fff;width:100%;max-width:500px;padding:2rem;transition:transform .2s;position:relative;transform:translateY(20px)}.modal-overlay.active .modal-card{transform:translateY(0)}.modal-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.modal-title{font-size:1.5rem;font-weight:700}.btn-close{cursor:pointer;color:var(--text-light);background:0 0;border:none;font-size:1.25rem}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.toast{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:2000;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:transform .3s;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(100px)}.toast.show{transform:translate(-50%)translateY(0)}.toast.success i{color:var(--color-success)}.toast.error i{color:var(--color-danger)}.analysis-body{background-color:var(--bg-body);min-height:100vh;padding:2rem}.analysis-container{max-width:var(--container-width);margin:0 auto}.analysis-header{background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.header-info h1{color:var(--text-heading);margin-bottom:.5rem;font-size:1.8rem}.vehicle-card-mini{color:var(--text-light);gap:1.5rem;font-size:.9rem;display:flex}.vehicle-card-mini span i{color:var(--color-accent);margin-right:.5rem}.health-score-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}.health-circle{background:conic-gradient(var(--color-success)82%,#e2e8f0 0);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.health-circle:before{content:"";background:var(--bg-surface);border-radius:50%;width:65px;height:65px;position:absolute}.health-circle span{color:var(--text-heading);font-size:1.2rem;font-weight:700;position:relative}.ai-insight-box{border-left:4px solid var(--color-accent);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#eef2ff;margin-bottom:2rem;padding:1.5rem}.ai-insight-box h3{color:var(--color-accent);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.analysis-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.analysis-col{background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-md);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.col-header{border-bottom:1px solid var(--bg-surface-alt);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.col-header h2{font-size:1.2rem;font-weight:600}.col-header i{font-size:1.2rem}.issue-card{background:var(--bg-surface-alt);border-radius:var(--radius-sm);border:1px solid #0000;padding:1rem;transition:transform .2s,box-shadow .2s}.issue-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.issue-card.good{background:#f0fdf4;border-color:#bbf7d0}.issue-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.issue-title{color:var(--text-heading);align-items:center;gap:.5rem;font-weight:600;display:flex}.badge-urgent,.badge-medium,.badge-good{text-transform:uppercase;border-radius:99px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.badge-urgent{color:var(--color-danger);background:#fef2f2;border:1px solid #fecaca}.badge-medium{color:var(--color-warning);background:#fffbeb;border:1px solid #fde68a}.badge-good{color:var(--color-success);background:#dcfce7;border:1px solid #86efac}.issue-desc{color:var(--text-main);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.issue-meta{color:var(--text-light);justify-content:space-between;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:flex}.btn-sm{width:100%;padding:.4rem .8rem;font-size:.85rem}.accordion-section{background:var(--bg-surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.accordion-header{cursor:pointer;background:var(--bg-surface);justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background .2s;display:flex}.accordion-header:hover{background:var(--bg-surface-alt)}.acc-title{color:var(--text-heading);align-items:center;gap:.75rem;font-weight:600;display:flex}.health-bar-mini{background:#e2e8f0;border-radius:99px;width:100px;height:6px;overflow:hidden}.bar-fill{background:var(--color-success);border-radius:99px;height:100%}.bar-fill.warning{background:var(--color-warning)}.bar-fill.danger{background:var(--color-danger)}.accordion-content{background:var(--bg-surface-alt);max-height:0;padding:0 1.5rem;transition:max-height .3s ease-out,padding .3s;overflow:hidden}.accordion-content.open{border-top:1px solid #e2e8f0;max-height:1000px;padding:1.5rem}.check-list{margin-bottom:1rem;list-style:none}.check-item{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.check-item i{text-align:center;width:20px}.check-item .fa-check{color:var(--color-success)}.check-item .fa-triangle-exclamation{color:var(--color-warning)}.check-item .fa-xmark{color:var(--color-danger)}.file-preview-grid{gap:1rem;display:flex}.file-thumbnail{border-radius:var(--radius-sm);border:1px solid #e2e8f0;width:60px;height:60px;overflow:hidden}.file-thumbnail img{object-fit:cover;width:100%;height:100%}.cost-summary-card{background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:100;border:1px solid #e2e8f0;width:300px;padding:1.5rem;position:fixed;bottom:2rem;right:2rem}:root{--logistics-black:#000;--logistics-white:#fff;--logistics-yellow:gold;--logistics-ocher:#c80;--logistics-blue:#002366}.theme-logistics{--color-primary:var(--logistics-black);--color-accent:var(--logistics-yellow);--color-accent-hover:#e6c200;--text-heading:var(--logistics-black)}.theme-logistics .btn-primary{background-color:var(--logistics-yellow);color:var(--logistics-black);box-shadow:0 4px 15px #ffd70066}.theme-logistics .btn-primary:hover{background-color:var(--color-accent-hover);transform:translateY(-2px)}.theme-logistics .section-header{border-bottom:2px solid var(--logistics-ocher);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.theme-logistics .section-header i{color:var(--logistics-blue);font-size:1.5rem}.theme-logistics .form-section{background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border-left:4px solid var(--logistics-blue);margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden}.theme-logistics .form-section:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 50%,#ffd7001a 50%);width:100px;height:100px;position:absolute;top:0;right:0}.theme-logistics .input-group label{color:var(--logistics-blue);font-weight:600}.theme-logistics .checkbox-group input:checked+label:before{background-color:var(--logistics-yellow);border-color:var(--logistics-yellow)}.theme-logistics .status-badge{background:var(--logistics-blue);color:var(--logistics-white);border-radius:4px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.theme-logistics .status-badge.warning{background:var(--logistics-ocher)}.asymmetric-card{clip-path:polygon(0 0,100% 0,100% 95%,95% 100%,0 100%)}.theme-logistics .input-group input:focus{border-bottom-color:var(--logistics-yellow)}.theme-logistics .input-group input:focus~label{color:var(--logistics-ocher)}.vehicle-inspection-page{background-color:#f8fafc;min-height:100vh;padding:2rem}.main-container{align-items:flex-start;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.left-panel{background:var(--logistics-black);color:#fff;border-radius:var(--radius-lg);min-height:600px;box-shadow:var(--shadow-xl);flex-direction:column;flex:1;padding:2rem;display:flex;position:sticky;top:2rem;overflow:hidden}.brand-mark{z-index:10;align-items:center;gap:1rem;margin-bottom:3rem;font-size:1.5rem;font-weight:800;display:flex}.brand-mark i{color:var(--logistics-yellow)}.vehicle-preview{z-index:10;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.preview-details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid var(--logistics-yellow);background:#ffffff1a;margin-top:auto;padding:2rem}.preview-details h3{color:var(--logistics-yellow);margin-bottom:1rem;font-size:1.2rem}.preview-details p{margin-bottom:.5rem;font-size:1.1rem}.right-panel{flex:2}.form-header{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:6px solid var(--logistics-blue);background:#fff;margin-bottom:2rem;padding:2rem}.form-header h1{margin-bottom:.5rem;font-size:2.5rem}.toggle-wrapper{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.toggle-wrapper:last-child{border-bottom:none}.toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:var(--logistics-blue)}input:checked+.slider:before{transform:translate(24px)}.checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem;display:grid}.checkbox-group{border-radius:var(--radius-sm);background:#f8fafc;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.checkbox-group:hover{background:#f1f5f9}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--logistics-blue)}.input-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.input-group{margin-top:1.5rem;padding-top:.5rem;position:relative}.input-group.full-width{grid-column:1/-1}.input-group input,.input-group select{background:0 0;border:none;border-bottom:2px solid #e2e8f0;outline:none;width:100%;padding:.8rem 0;font-size:1rem;transition:border-color .2s}.input-group label{color:#94a3b8;pointer-events:none;font-size:1rem;transition:all .2s;position:absolute;top:.8rem;left:0}.input-group input:focus,.input-group input:not(:placeholder-shown){border-bottom-color:var(--logistics-blue)}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label{color:var(--logistics-blue);font-size:.85rem;font-weight:600;top:-1.2rem}.input-group:has(select){flex-direction:column-reverse;padding-top:0;display:flex}.input-group select~label{color:var(--logistics-blue);margin-bottom:.5rem;font-size:.85rem;font-weight:600;position:static}.input-group select:focus~label{color:var(--logistics-ocher)}.input-group select{margin-top:0;padding:.6rem 0}.status-indicator-group{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.status-btn{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:.25rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s}.status-btn.active{background:var(--color-danger);color:#fff;border-color:var(--color-danger);box-shadow:0 0 10px #ef444466}.form-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.animation-container{border-radius:var(--radius-md);background:linear-gradient(#87ceeb 0%,#e0f7fa 100%);height:200px;margin-bottom:2rem;position:relative;overflow:hidden}.street{background:#555;width:100%;height:40px;position:absolute;bottom:0}.car{background:var(--logistics-blue);border-radius:10px 10px 0 0;width:100px;height:60px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.car:after{content:"";background:#333;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-10px;left:10px;box-shadow:60px 0 #333}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.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:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_bace89c4-module__09p2wq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_bace89c4-module__09p2wq__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.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:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_8bcba51-module__24rgsq__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_8bcba51-module__24rgsq__variable{--font-montserrat:"Montserrat","Montserrat Fallback"}
