.plance-showcase-section:first-child{padding-top:90px}@media(max-width:768px){.plance-showcase-section:first-child{padding-top:110px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{background:#fff;width:100%;min-height:100%}.plance-scroll-container{width:100%;background:#fff}.plance-scroll-container.snap-scroll{scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;scroll-padding-top:70px}@media(max-width:768px){.plance-scroll-container.snap-scroll{scroll-padding-top:90px}}.plance-showcase-section{min-height:100vh;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;opacity:0;transition:opacity .8s ease-out;scroll-snap-align:start}.plance-showcase-section.visible{opacity:1}.plance-showcase-content{flex:0 1 auto;color:#1d1d1f;padding:2rem;max-width:500px;text-align:left}.plance-showcase-title{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.1;color:#0f172a}.plance-showcase-desc{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.3rem;line-height:1.6;color:#64748b}.plance-showcase-img-wrapper{flex:0 1 auto;display:flex;align-items:center;justify-content:center;padding:2rem}.plance-showcase-img{max-width:420px;width:100%;height:auto;max-height:72vh;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;transition:filter .3s}.plance-showcase-img.loaded{filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}@media(max-width:900px){.plance-showcase-section{flex-direction:column;text-align:center;padding:.5rem .5rem 3.5rem;justify-content:center;gap:.5rem;transform:translateY(20px)}.plance-showcase-content{padding:1rem;max-width:100%;flex:0 0 auto}.plance-showcase-title{font-size:1.75rem;margin-bottom:.75rem}.plance-showcase-desc{font-size:1rem}.plance-showcase-img-wrapper{padding:.5rem;flex:0 0 auto}.plance-showcase-img{max-width:94vw;max-height:58vh;width:100%;height:auto;object-fit:contain;margin-bottom:2rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1)}.navbar-container{max-width:1200px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:800;color:#000;text-decoration:none}.navbar-links{display:flex;list-style:none;gap:2rem}@media(min-width:769px){.navbar-links{margin-left:auto;margin-right:1rem}.desktop-auth{margin-left:0}}.navbar-links a{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:.95rem;color:#334155;text-decoration:none;transition:color .2s ease}.navbar-links a:hover,.navbar-links a.active{color:#000}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#1d1d1f}.privacy-floating-link{position:fixed;right:1rem;bottom:1rem;z-index:900;font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:.78rem;font-weight:500;color:#64748b;text-decoration:none;background:#ffffffd1;border:1px solid rgba(100,116,139,.25);border-radius:999px;padding:.38rem .72rem;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px #0f172a14;transition:color .2s ease,border-color .2s ease,background .2s ease}.privacy-floating-link:hover,.privacy-floating-link.active{color:#334155;border-color:#33415559;background:#ffffffe6}@media(max-width:768px){.menu-toggle{display:block}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fffffff2;padding:1rem 2rem;gap:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.navbar-links.open{display:flex}.privacy-floating-link{right:50%;transform:translate(50%);bottom:.65rem;font-size:.74rem;padding:.34rem .64rem}}.scroll-container{padding-top:70px}@media(max-width:768px){.scroll-container{padding-top:90px}}.packages-section{padding:4rem 2rem;background:#f1f5f9}.section-heading{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#0f172a}.packages-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;max-width:1400px;margin:0 auto;overflow-x:auto;padding-bottom:1rem}.package-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;min-width:240px;flex:1}.package-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.package-name{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.package-price{font-size:1.25rem;color:#000;font-weight:600;margin-bottom:1.5rem}.package-features{list-style:none;margin-bottom:1.5rem}.package-features li{padding:.5rem 0;color:#64748b;border-bottom:1px solid #e2e8f0}.package-features li:last-child{border-bottom:none}.package-btn{background:#000;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.package-btn:hover{background:#333}.form-section{padding:4rem 2rem;background:#fff}.moving-form,.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem}.form-row input{flex:1}input,textarea{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;padding:1rem;border:1px solid #cbd5e1;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;width:100%}input:focus,textarea:focus{border-color:#000;box-shadow:0 0 0 3px #0000001a}.submit-btn{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease;margin-top:1rem}.contact-section{padding:4rem 2rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1000px;margin:0 auto 1.5rem}.contact-card{background:#f1f5f9;border-radius:12px;padding:2rem;text-align:center;border:1px solid #e2e8f0}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.contact-card p{color:#64748b;font-size:.95rem;line-height:1.6}.contact-form-wrapper{max-width:600px;margin:0 auto 4rem}.social-links{text-align:center;padding:2rem}.social-links h3{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.25rem;margin-bottom:1rem;color:#0f172a}.social-icons{display:flex;justify-content:center;gap:1.5rem}.social-link{color:#000;text-decoration:none;font-size:.95rem;transition:color .2s ease}.social-link:hover{color:#333}@media(max-width:600px){.form-row{flex-direction:column}}.navbar-auth{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.login-btn,.logout-btn{background:#ffffffd1;color:#64748b;border:1px solid rgba(100,116,139,.3);padding:.44rem .95rem;border-radius:999px;font-size:.84rem;font-weight:500;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px #0f172a12;transition:color .2s ease,border-color .2s ease,background .2s ease}.join-actions{display:flex;align-items:center;gap:.5rem}.join-actions.mobile{width:100%;flex-direction:column;align-items:center;gap:.65rem}.join-btn{background:#ffffffd1;color:#64748b;border:1px solid rgba(100,116,139,.3);border-radius:999px;padding:.46rem .86rem;font-size:.82rem;font-weight:500;cursor:pointer;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 10px #0f172a12;transition:color .2s ease,border-color .2s ease,background .2s ease;white-space:nowrap}.privacy-eyebrow{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:.95rem;letter-spacing:.18em;text-transform:uppercase;color:#6b7280;margin-bottom:1rem}.privacy-policy-section{padding:4rem 2rem 6rem;background:#f8fafc}.privacy-panel{max-width:980px;margin:0 auto;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:32px;box-shadow:0 30px 80px #0f172a14;padding:3rem 3rem 2.5rem}.privacy-panel h2{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.45rem;font-weight:700;color:#0f172a;margin-top:2.5rem;margin-bottom:1rem}.privacy-panel p,.privacy-panel li{color:#475569;font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.85}.privacy-panel ul{margin:1rem 0 0 1.25rem;padding:0}.privacy-panel li{margin-bottom:.55rem}.privacy-panel ul li::marker{color:#0f172a}.privacy-updated{color:#6b7280;font-size:.95rem;margin-bottom:1.75rem}.privacy-hero{background:linear-gradient(180deg,#f7fafcf2,#fffffff2);border-bottom:1px solid rgba(15,23,42,.06)}.privacy-hero .plance-showcase-content{padding:5rem 1.5rem}.privacy-hero .plance-showcase-title{font-size:clamp(2.5rem,5vw,4rem);color:#0f172a}.privacy-hero .plance-showcase-desc{color:#475569;font-size:1.1rem;max-width:760px;margin:0 auto}@media(max-width:900px){.privacy-policy-section{padding:3rem 1.25rem 4rem}.privacy-panel{padding:2rem 1.5rem 1.5rem;border-radius:24px}}.join-btn.secondary{background:#ffffffd1}.join-btn:hover,.join-btn.secondary:hover,.join-btn:focus-visible,.join-btn.secondary:focus-visible{color:#334155;border-color:#33415559;background:#ffffffeb;outline:none}.login-btn:hover,.logout-btn:hover,.login-btn:focus-visible,.logout-btn:focus-visible{color:#334155;border-color:#33415559;background:#ffffffeb;outline:none}.login-btn.mobile{width:80%;margin:0 auto;padding:.7rem 0;font-size:.98rem;font-weight:600;border-radius:999px;letter-spacing:.03em}.login-btn.mobile:active,.login-btn.mobile:focus{background:#ffffffeb;border-color:#33415559;outline:none}.navbar-auth-mobile{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 0}.mobile-auth{list-style:none;width:100%;display:flex;justify-content:center;padding:1rem 0}.mobile-auth .join-btn{width:80%;padding:.8rem .9rem;font-size:1rem}.mobile-auth .user-menu.mobile{flex-direction:column;align-items:center;gap:.75rem}@media(min-width:768px){.navbar-auth-mobile{display:none}.navbar-auth-desktop{display:flex;align-items:center;gap:1rem}.login-btn.mobile,.mobile-auth{display:none}.join-actions.desktop{align-items:center;gap:.45rem}.join-actions.desktop .join-btn{font-size:.78rem;padding:.48rem .72rem}}.user-menu{display:flex;align-items:center;gap:.5rem}.user-identity{display:flex;flex-direction:column;gap:.25rem}.user-name{font-size:.9rem;color:#334155}.user-badges{display:flex;flex-wrap:wrap;gap:.35rem}.user-badge{font-size:.7rem;line-height:1;font-weight:500;padding:.24rem .5rem;border-radius:999px;background:#ffffffd1;color:#64748b;border:1px solid rgba(100,116,139,.3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.login-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.login-modal{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:400px;position:relative;box-shadow:0 20px 60px #0000004d}.login-modal-close{position:absolute;top:1rem;right:.7rem;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#64748b}.login-modal-close:hover{color:#0f172a}.login-modal h2{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem;text-align:center}.auth-mode-switch{display:flex;gap:.5rem;margin-bottom:1.25rem}.checkbox-group{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem}.checkbox-group input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:6px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff}.checkbox-group input[type=checkbox]:hover{border-color:#94a3b8}.checkbox-group input[type=checkbox]:checked{background-color:#000;border-color:#000}.checkbox-group input[type=checkbox]:after{content:"";position:absolute;left:12px;top:4px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.checkbox-group input[type=checkbox]:checked:after{opacity:1}.checkbox-group label{font-size:.9rem;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-mode-btn{flex:1;background:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:6px;padding:.55rem .8rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.auth-mode-btn.active{background:#000;color:#fff;border-color:#000}.account-type-group{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.account-type-btn{background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;padding:.65rem .8rem;font-size:.9rem;cursor:pointer}.account-type-btn.active{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.login-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.login-success{background:#ecfdf3;color:#047857;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.verification-help{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:8px;padding:.85rem;margin-bottom:1rem;font-size:.9rem}.verification-help p{margin:0 0 .5rem}.verification-resend-btn{background:#1d4ed8;color:#fff;border:none;border-radius:6px;padding:.55rem .85rem;cursor:pointer}.verification-resend-btn:disabled{opacity:.75;cursor:not-allowed}.verify-email-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1rem 2rem;background:#f8fafc}.verify-email-card{width:100%;max-width:520px;background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000014;padding:1.5rem}.verify-email-card h1{margin:0 0 .9rem;font-size:1.55rem;color:#0f172a}.verify-email-message{margin:0 0 1.2rem;padding:.85rem;border-radius:8px}.verify-email-message.loading,.verify-email-message.info{background:#eff6ff;color:#1e3a8a}.verify-email-message.success{background:#ecfdf3;color:#047857}.verify-email-message.error{background:#fef2f2;color:#dc2626}.verify-email-actions{display:flex;flex-direction:column;gap:.75rem}.verify-email-link{text-align:center;color:#1d4ed8;text-decoration:none;font-weight:600}.login-modal .form-group{margin-bottom:1rem}.login-modal label{display:block;font-size:.9rem;font-weight:500;color:#334155;margin-bottom:.5rem}.login-modal input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem}.login-modal input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.login-submit-btn{width:100%;background:#000;color:#fff;border:none;padding:.85rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease;margin-top:.5rem}.login-submit-btn:hover{background:#333}.login-submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.driver-register-overlay{align-items:flex-start;justify-content:center;background:#00000059;overflow-y:auto;padding:4.5rem .75rem 1rem}.driver-register-modal{width:100%;max-width:420px;background:#e8e8e8;border-radius:0;box-shadow:none;padding:1.4rem 1rem 1.75rem;min-height:calc(100vh - 5.5rem)}.driver-register-form,.driver-confirmation-view{display:flex;flex-direction:column;align-items:center;width:100%}.driver-register-form h2,.driver-confirmation-view h2{margin-bottom:.9rem;font-size:2.35rem;font-weight:600;color:#111}.upload-tile{border:none;background:#f6f6f6;border-radius:10px;box-shadow:0 4px 10px #00000040;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-upload-tile{padding:0}.upload-tile.large{width:160px;height:120px}.upload-tile.small{width:100%;height:72px}.upload-tile.medium{width:140px;height:78px;margin-top:.35rem}.upload-icon{font-size:2.2rem;line-height:1;color:#2a2a2a}.profile-upload-tile .upload-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.upload-label{font-size:.95rem;margin:.75rem 0 .9rem;color:#111;text-align:center}.driver-file-input{display:none}.upload-file-name{width:100%;font-size:.7rem;text-align:center;color:#3a3a3a;margin-top:-.45rem;margin-bottom:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-input-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.45rem .75rem;margin-bottom:.85rem}.driver-input-field{width:100%}.driver-input-field.full-width{grid-column:1 / -1}.driver-input-field label,.vehicle-type-switch-wrap label,.vehicle-dimensions-wrap p{display:block;font-size:.62rem;margin-bottom:.2rem;color:#1d1d1d}.driver-input-field input,.driver-input-field select{width:100%;height:32px;border:none;border-radius:9px;background:#f3f3f3;box-shadow:0 4px 8px #0003;padding:0 .7rem;font-size:1rem}.driver-input-field input:focus,.driver-input-field select:focus{outline:2px solid #d2d2d2}.vehicle-type-switch-wrap{width:100%;margin:.2rem 0 .85rem}.vehicle-type-switch-wrap label,.vehicle-dimensions-wrap p{text-align:center}.vehicle-type-switch{width:100%;border-radius:10px;background:#f3f3f3;box-shadow:0 4px 8px #0003;padding:.2rem;display:grid;grid-template-columns:1fr 1fr;gap:.2rem}.vehicle-type-option{border:none;background:transparent;border-radius:8px;font-size:.66rem;padding:.35rem .4rem;cursor:pointer}.vehicle-type-option.active{background:#d5d5d5}.vehicle-choice-list{width:100%;display:flex;flex-direction:column;gap:.6rem;margin-bottom:.6rem}.vehicle-choice-item{width:100%;border:1px solid #cfcfcf;background:#f3f3f3;border-radius:10px;display:flex;align-items:flex-start;justify-content:space-between;font-size:1rem;color:#121212;padding:.7rem .75rem;text-align:left;cursor:pointer}.vehicle-choice-item.active{background:#dcdcdc;border-color:#111}.vehicle-choice-label{display:flex;flex-direction:column;gap:.15rem}.vehicle-choice-title{font-size:1.55rem;font-weight:700;line-height:1.1}.vehicle-choice-subtitle{font-size:.78rem;color:#3f3f3f}.vehicle-choice-status{align-self:center;font-size:.72rem;font-weight:700;letter-spacing:.04em;border:1px solid #bdbdbd;border-radius:999px;padding:.28rem .6rem;min-width:68px;text-align:center}.vehicle-choice-item.active .vehicle-choice-status{background:#111;border-color:#111;color:#fff}.vehicle-select-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.8rem}.vehicle-dimensions-wrap{width:100%;margin-bottom:.8rem}.vehicle-dimensions-grid{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.55rem}.plate-field{width:100%;margin:0 0 1.1rem}.plate-field label{text-align:left}.plate-field input{text-align:center;border:1px solid #cfcfcf;box-shadow:none;background:#ececec}.driver-submit{margin-top:.4rem;max-width:205px;height:42px;border-radius:10px;box-shadow:0 4px 8px #00000059;font-size:1.1rem}.driver-auth-section{width:100%;margin:.65rem 0 .25rem}.driver-auth-section h3{font-size:.85rem;font-weight:600;text-align:center;margin-bottom:.45rem;color:#111}.driver-auth-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.45rem .75rem}.driver-confirmation-view{min-height:74vh;justify-content:flex-start;padding-top:2.25rem}.driver-confirmation-view p{max-width:290px;text-align:center;margin-top:auto;margin-bottom:9rem;font-size:.9rem;color:#141414;line-height:1.3}.driver-register-form{align-items:stretch;gap:1rem}.driver-register-form h2{margin-bottom:0;font-size:1.7rem;text-align:center}.driver-form-section{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:1rem}.driver-form-section h3{margin:0 0 .75rem;font-size:.92rem;font-weight:700;letter-spacing:.02em;color:#0f172a}.driver-form-grid{width:100%;display:grid;gap:.75rem}.driver-form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-input-field-full{grid-column:1 / -1}.driver-input-field label{font-size:.77rem;margin-bottom:.35rem;color:#334155;font-weight:600}.driver-input-field input,.driver-input-field select{height:44px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:none;font-size:.95rem}.driver-input-field input:focus,.driver-input-field select:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a1a}.driver-documents-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.driver-upload-field{width:100%}.driver-upload-field label{display:block;font-size:.77rem;font-weight:600;color:#334155;margin-bottom:.35rem}.driver-upload-btn{width:100%;height:44px;border:1px dashed #94a3b8;border-radius:10px;background:#fff;color:#1e293b;font-size:.9rem;font-weight:600;cursor:pointer}.driver-upload-btn:hover{border-color:#0f172a}.driver-upload-filename{margin:.4rem 0 0;font-size:.75rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vehicle-type-switch-wrap{margin:0 0 .9rem}.vehicle-type-switch{background:#e2e8f0;box-shadow:none;padding:.22rem}.vehicle-type-option{font-size:.78rem;padding:.52rem .45rem;font-weight:600}.vehicle-type-option.active{background:#fff;box-shadow:0 1px 3px #0f172a1f}.vehicle-choice-list{margin-bottom:.9rem}.vehicle-choice-item{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:.75rem}.vehicle-choice-title{font-size:1.05rem}.vehicle-choice-subtitle{font-size:.78rem}.vehicle-choice-status{font-size:.68rem;min-width:74px}.vehicle-dimensions-wrap{margin-bottom:.9rem}.vehicle-dimensions-wrap p{text-align:left;font-size:.77rem;font-weight:600;margin-bottom:.35rem}.vehicle-dimensions-grid{gap:.75rem}.driver-submit{margin-top:.25rem;max-width:100%;height:46px;border-radius:10px;box-shadow:none;font-size:1rem}@media(max-width:640px){.driver-form-grid-two,.driver-documents-grid,.vehicle-dimensions-grid{grid-template-columns:1fr}.driver-register-form h2,.driver-confirmation-view h2{font-size:1.45rem}}@media(max-width:768px){.navbar-auth{position:absolute;top:100%;right:1rem;margin-left:0;background:#fffffff2;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #0000001a}.login-modal{margin:1rem;max-width:calc(100% - 2rem);max-height:calc(100vh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.driver-register-overlay{padding-top:4.2rem}.driver-register-modal{margin:0;max-width:100%}}.onboarding-page{min-height:100vh;padding:6rem 1rem 2rem;background:#f1f5f9}.onboarding-card{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 6px 24px #00000014}.seller-onboarding-card{max-width:520px}.onboarding-title{font-size:1.9rem;color:#0f172a;margin-bottom:.5rem;text-align:center}.onboarding-note{color:#475569;text-align:center;margin-bottom:1.25rem}.seller-onboarding-form{width:100%}.calendar-lib-wrap{border:1px solid #e2e8f0;border-radius:14px;padding:.75rem;background:#fff;margin-bottom:1rem}.calendar-lib-wrap .rdp{--rdp-cell-size: 2.6rem;--rdp-accent-color: #0f172a;--rdp-background-color: #e2e8f0;margin:0}.calendar-lib-wrap .rdp-months{justify-content:center}.calendar-lib-wrap .rdp-caption_label{font-weight:700;color:#0f172a}.calendar-lib-wrap .rdp-chevron{fill:#334155}.calendar-lib-wrap .rdp-day_button{border-radius:10px}.calendar-lib-wrap .rdp-today:not(.rdp-selected){font-weight:700;color:#0f172a}.calendar-lib-wrap .rdp-day_disabled{opacity:.35}.calendar-lib-wrap .rdp-selected .rdp-day_button{background:#0f172a;color:#fff}.calendar-lib-wrap .rdp-day_button:hover{background:#e2e8f0}.consultation-slots{margin:.25rem 0 1rem}.slots-title{color:#334155;margin-bottom:.55rem}.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.slot-btn{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1e293b;padding:.5rem .4rem;cursor:pointer}.slot-btn:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.slot-btn.selected{background:#0f172a;border-color:#0f172a;color:#fff}@media(max-width:640px){.calendar-lib-wrap .rdp{--rdp-cell-size: 2.1rem}.slot-grid{grid-template-columns:repeat(3,1fr)}}.route-import-page{min-height:100vh;padding:6rem 2rem 2rem;background:#f8fafc}.route-import-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014}.route-import-container h1{font-size:1.75rem;color:#1d1d1f;margin-bottom:.5rem}.route-import-description{color:#64748b;margin-bottom:2rem}.login-required{color:#64748b;font-size:1.1rem;text-align:center;padding:3rem}.route-error{background:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.route-success{background:#f0fdf4;color:#16a34a;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.pickup-address-section{margin-bottom:1.5rem}.pickup-address-section label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem}.pickup-address-section input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem}.pickup-address-section input:focus{outline:none;border-color:#4a4a4a}.file-drop-zone{border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafafa}.file-drop-zone:hover{border-color:#4a4a4a;background:#f5f5f5}.drop-zone-content{color:#64748b}.drop-icon{font-size:3rem;display:block;margin-bottom:1rem}.drop-hint{font-size:.875rem;margin-top:.5rem}.processing-indicator{text-align:center;padding:3rem;color:#64748b}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#4a4a4a;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.parsed-data-preview{margin-top:1.5rem}.parsed-data-preview h2{font-size:1.25rem;color:#1d1d1f;margin-bottom:.5rem}.preview-info{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.weekday-section{margin-bottom:1.5rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.weekday-section h3{background:#f1f5f9;padding:.75rem 1rem;font-size:1rem;color:#374151;display:flex;align-items:center;gap:1rem}.stop-count{font-weight:400;color:#64748b;font-size:.875rem}.stops-list{padding:.5rem}.stop-item{display:grid;grid-template-columns:1fr 1.5fr auto;gap:.75rem;align-items:center;padding:.5rem;border-radius:6px;transition:background .2s}.stop-item:hover{background:#f8fafc}.stop-item.unresolved{background:#fef2f2}.stop-name{font-size:.875rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stop-address{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.stop-address:focus{outline:none;border-color:#4a4a4a}.stop-item.unresolved .stop-address{border-color:#f87171}.status-indicator{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.status-indicator.ok{background:#dcfce7;color:#16a34a}.status-indicator.error{background:#fef2f2;color:#dc2626}.import-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.cancel-btn{background:#f1f5f9;color:#475569;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:#e2e8f0}.submit-btn{background:#4a4a4a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#333}.submit-btn:disabled{background:#94a3b8;cursor:not-allowed}@media(max-width:768px){.route-import-page{padding:5rem 1rem 1rem}.route-import-container{padding:1.5rem}.stop-item{grid-template-columns:1fr;gap:.5rem}.status-indicator{justify-self:end}.import-actions{flex-direction:column}}@media(max-width:767px){.navbar-container{flex-direction:row;align-items:center;justify-content:space-between;padding:.75rem 1rem;width:100%}.navbar-logo{margin-bottom:0;text-align:left;margin-right:0}.navbar-logo{display:inline-flex;align-items:center;transform:translateY(3px)}.menu-toggle{align-self:center;margin:0;font-size:1.8rem;background:none;border:none;cursor:pointer;padding:.25rem}.navbar-auth-mobile{width:100%;display:flex;justify-content:center;margin-bottom:1rem}.login-btn.mobile{width:80%;margin:0 auto;font-size:1.1rem;padding:.75rem 0;border-radius:8px;box-shadow:0 2px 8px #00000014}}.app-download-hero{min-height:80vh;justify-content:center}.app-download-content{max-width:760px;text-align:center;margin:0 auto}.app-download-title{text-align:center;padding:0;overflow-wrap:anywhere}.app-download-desc{padding-top:1rem;margin:0 auto}.app-download-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.store-badge-link{display:inline-flex;align-items:center;justify-content:center;height:60px;min-width:145px;line-height:0;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.store-badge-link:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a2e}.store-badge-link:focus-visible{outline:3px solid #4285f4;outline-offset:4px}.store-badge-image{display:block;max-height:56px;width:auto}@media(max-width:640px){.store-badge-link{height:52px}.store-badge-image{max-height:52px;width:auto}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.order-delivery-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at top left,rgba(15,23,42,.05),transparent 35%),linear-gradient(180deg,#f8fafc,#eef2f7);overflow-x:hidden}.order-delivery-container{flex:1;width:100%;max-width:980px;margin:0 auto;padding:calc(clamp(1rem,2.8vw,2.5rem) + 56px) 1rem 1.5rem}.order-delivery-container h1{font-size:clamp(1.6rem,3.4vw,2.2rem);text-align:center;margin-bottom:clamp(1rem,2vw,2rem);color:#0f172a}.delivery-content-wrapper{display:flex;gap:16px;justify-content:center;align-items:stretch;width:100%;max-width:920px;margin:0 auto}.delivery-options-column{display:flex;flex-direction:column;gap:16px;width:min(100%,380px)}.option-link{text-decoration:none;display:block;width:100%}.delivery-option-box{background:#fffffff5;border-radius:16px;padding:14px 12px;box-shadow:0 14px 30px #0f172a14;display:flex;align-items:center;justify-content:center;min-height:110px;text-align:center;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;border:1px solid rgba(148,163,184,.18)}.delivery-option-box h2{color:#334155;font-weight:500;font-size:clamp(1.1rem,2.2vw,1.45rem);margin:0}.delivery-option-box:hover{border-color:#2563eb66;box-shadow:0 18px 34px #2563eb29;transform:translateY(-3px)}.delivery-map-column{width:min(100%,380px);background:#fffffff5;border-radius:16px;overflow:hidden;box-shadow:0 14px 30px #0f172a14;border:1px solid rgba(148,163,184,.18)}.map-container{width:100%;height:clamp(220px,28vh,300px)}.location-info{padding:16px;display:flex;flex-direction:column}.location-info h3{margin:0 0 10px;font-size:1.1rem;font-weight:600;color:#0f172a}.location-info p{margin:0;font-size:.98rem;color:#475569}@media(max-width:950px){.delivery-content-wrapper{flex-direction:column;align-items:center;gap:20px}.delivery-options-column,.delivery-map-column{width:100%;max-width:460px;min-width:0}.delivery-option-box{min-height:96px;padding:14px 10px}.order-delivery-container{padding-top:calc(1.25rem + 56px)}}@media(max-width:480px){.order-delivery-container h1{font-size:1.5rem;margin-bottom:1rem}.delivery-option-box h2{font-size:1.1rem}.map-container{height:220px}}.delivery-info-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at top left,rgba(15,23,42,.05),transparent 35%),linear-gradient(180deg,#f8fafc,#eef2f7)}.delivery-info-wrapper{display:flex;gap:20px;width:100%;max-width:1360px;margin:0 auto;padding:6.5rem 1rem 1.5rem}.delivery-info-left{flex:1.1;min-width:0;overflow-y:auto;max-height:calc(100vh - 110px);padding-right:4px}.pickup-section{background:#fffffff5;border-radius:20px;padding:20px;box-shadow:0 18px 50px #0f172a14;border:1px solid rgba(148,163,184,.18)}.pickup-section h2,.description-section h2{font-size:1.1rem;margin:0 0 15px;font-weight:700;color:#0f172a}.address-fields{margin-bottom:15px}.address-input,.postal-input,.city-input,.time-input,.dropdown select,.dropdown input,.description-textarea{width:100%;padding:11px 12px;border:1px solid rgba(148,163,184,.3);border-radius:12px;font-size:.95rem;color:#0f172a;background:#fffffff5;transition:border-color .2s ease,box-shadow .2s ease}.address-input:focus,.postal-input:focus,.city-input:focus,.time-input:focus,.dropdown select:focus,.description-textarea:focus{outline:none;border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb14}.postal-city-row{display:flex;gap:10px}.postal-input{width:30%}.city-input{width:70%}.delivery-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.delivery-type-box{background:#f8fafc;border:1px solid rgba(148,163,184,.22);border-radius:14px;padding:12px 10px;text-align:center;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease;display:flex;justify-content:center;align-items:center;gap:6px;color:#334155}.delivery-type-box.selected{background:#0f172a;color:#fff;border-color:#0f172a}.question-icon{display:inline-flex;width:18px;height:18px;border-radius:50%;background:#0f172a1f;align-items:center;justify-content:center;font-size:12px}.delivery-note,.delivery-small-note,.hint{font-size:.88rem;color:#64748b;margin:0 0 15px}.dropdown-row,.repeat-dropdown-row{display:flex;gap:15px;margin-bottom:20px}.dropdown-field{flex:1;display:flex;flex-direction:column;gap:6px}.dropdown-field label{font-size:.88rem;color:#334155;font-weight:600}.dropdown select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.dimensions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dimensions-grid .address-input{margin-bottom:0}.description-section{margin:20px 0}.description-textarea{min-height:90px;resize:vertical}.delivery-address-section{margin-top:20px;padding-top:15px;border-top:1px solid rgba(148,163,184,.16)}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.address-header h2{margin:0;font-size:1rem;color:#0f172a}.remove-address-btn{background:none;border:none;color:#94a3b8;font-size:1rem;cursor:pointer;padding:0 5px}.remove-address-btn:hover{color:#ef4444}.add-delivery-address-container{display:flex;justify-content:flex-start;margin:20px 0}.add-delivery-address-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#2563eb;font-size:.95rem;cursor:pointer;padding:0}.plus-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#2563eb;color:#fff;border-radius:50%;font-size:1rem}.recurring-section{margin-top:20px;padding:20px;background:#fffffff5;border-radius:20px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 18px 50px #0f172a0f;border:1px solid rgba(148,163,184,.18)}.recurring-section h3,.noutoaika-section h4{margin:0 0 12px;color:#0f172a}.recurring-toggle{display:flex;gap:10px;margin-bottom:12px;justify-content:center}.rec-toggle{padding:8px 16px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#f8fafc;cursor:pointer}.rec-toggle.active{background:#0f172a;color:#fff;border-color:#0f172a}.weekday-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;justify-content:center}.weekday-button{width:36px;height:36px;border-radius:50%;border:none;background:#e2e8f0;color:#0f172a;cursor:pointer}.weekday-button.selected{background:#0f172a;color:#fff}.noutoaika-section{width:100%}.nouto-row{display:flex;gap:12px;align-items:center;margin-bottom:8px;justify-content:center}.day-dot{min-width:44px;padding:.45rem .65rem;border-radius:999px;background:#e2e8f0;font-size:.9rem;font-weight:600}.delivery-actions{margin-top:30px;display:flex;justify-content:flex-end}.continue-button,.confirm-button,.edit-button,.map-assign-btn,.edit-btn{border:none;border-radius:999px;padding:.85rem 1.15rem;font-weight:600;cursor:pointer}.continue-button,.confirm-button,.map-assign-btn{background:#0f172a;color:#fff}.edit-button,.edit-btn{background:#fff;color:#0f172a;border:1px solid rgba(148,163,184,.28)}.price-display-panel,.calc-details-panel{margin-top:18px;padding:18px;border-radius:18px;background:#fffffff5;border:1px solid rgba(148,163,184,.18);box-shadow:0 16px 44px #0f172a0f}.loading-state,.error-state,.price-success-state{display:grid;gap:.75rem}.spinner{width:22px;height:22px;border:2px solid rgba(37,99,235,.18);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.price-label{font-size:.88rem;color:#64748b;text-transform:uppercase;letter-spacing:.12em}.price-value{font-size:2rem;font-weight:800;color:#0f172a}.price-actions{display:flex;gap:.75rem;flex-wrap:wrap}.error-message{color:#b91c1c;font-weight:600}.error-hint{color:#64748b}.delivery-info-right{flex:.9;min-width:0;display:flex;flex-direction:column;gap:1rem}.delivery-info-right .map-container{width:100%;min-height:420px;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #0f172a14;border:1px solid rgba(148,163,184,.18)}.map-footer{display:grid;gap:1rem}.route-summary-panel{background:#fffffff5;border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 50px #0f172a14}.route-summary-header{padding:.9rem 1rem;background:#0f172a;color:#fff;font-weight:700}.route-summary-body{padding:1rem}.route-totals{display:flex;gap:1rem;margin-bottom:1rem;color:#0f172a;font-weight:700}.route-legs{list-style:decimal;padding-left:1.25rem;margin:0}.route-leg{margin-bottom:.75rem}.leg-text{color:#0f172a;font-size:.95rem}.leg-meta{color:#64748b;font-size:.86rem}@media(max-width:1100px){.delivery-info-wrapper{flex-direction:column}.delivery-info-left,.delivery-info-right{max-height:none}.delivery-info-right .map-container{min-height:360px}}@media(max-width:700px){.delivery-type-grid,.dimensions-grid{grid-template-columns:1fr}.postal-city-row,.dropdown-row,.repeat-dropdown-row,.price-actions{flex-direction:column}.postal-input,.city-input{width:100%}.delivery-actions{justify-content:stretch}.continue-button{width:100%}}.toistuvat-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#eef2f7,#e8edf4);font-family:Inter,Segoe UI,Roboto,sans-serif}.toistuvat-container{width:95%;max-width:1200px;margin:0 auto;padding-top:calc(2.2rem + 56px);padding-bottom:2.5rem}.toistuvat-container h1{text-align:center;font-size:1.9rem;margin-bottom:1.2rem;color:#0f172a}.toistuvat-page>.toistuvat-container{margin-top:0}.toistuvat-empty{position:relative;min-height:220px;border-radius:18px;background:#ffffffdb;border:1px solid rgba(148,163,184,.2);box-shadow:0 18px 50px #0f172a14;display:flex;align-items:center;justify-content:center;overflow:hidden}.toistuvat-empty-blur{position:absolute;inset:0;background:linear-gradient(135deg,#94a3b833,#e2e8f066);filter:blur(6px)}.toistuvat-empty-text{position:relative;z-index:1;font-weight:600;color:#0f172a;background:#ffffffd9;padding:10px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.3)}.repeated-row{display:flex;gap:18px;background:#fffffff5;padding:18px;margin-bottom:18px;border-radius:18px;align-items:center;height:300px;box-sizing:border-box;position:relative;box-shadow:0 18px 50px #0f172a14;border:1px solid rgba(148,163,184,.18)}.middle-col{flex:1;display:flex;flex-direction:column;gap:12px;position:static}.destination-bar{position:absolute;top:-8px;left:50%;transform:translate(-50%);display:flex;justify-content:center;width:100%;pointer-events:none}.destination-track{position:relative;display:block;background:#f8fafc;padding:18px 28px;border-radius:999px;box-shadow:0 10px 24px #0f172a14;width:520px;max-width:90%;pointer-events:auto;overflow:visible;border:1px solid rgba(148,163,184,.18)}.destination-dot{position:absolute;transform:translate(-50%,-50%);top:50%;width:12px;height:12px;border-radius:999px;background:#cbd5e1;border:none;cursor:pointer}.destination-dot.active{width:20px;height:20px;background:#0f172a}.left-col{width:220px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.icon-box{width:36px;height:36px;border-radius:999px;background:#f8fafc;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000014}.schedule .label{font-weight:700;color:#0f172a}.schedule .details,.schedule .time{font-size:.95rem;color:#475569}.repeat-btn{background:#f8fafc;border:1px solid rgba(148,163,184,.25);padding:8px 12px;border-radius:999px;cursor:pointer;color:#0f172a}.main-card{background:transparent;padding:26px 20px;min-height:220px;border-radius:6px;display:flex;align-items:center;gap:20px;justify-content:space-between}.upload-icon{width:60px;height:60px;border-radius:14px;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.main-left-card{display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .24s ease}.main-left-card .upload-icon{width:80px;height:80px;border-radius:16px}.main-left-card.selected{flex-direction:column;align-items:center;padding:12px;background:#0f172a0d;border-radius:16px;transform:scale(1.02)}.main-left-card.selected .main-info{text-align:center}.main-right{display:flex;align-items:center;gap:18px}.destination-items{display:flex;gap:18px;align-items:center}.destination-item{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:160px;min-height:140px;padding:8px 12px;border-radius:16px;transition:all .22s ease;background:transparent}.destination-item .pin{width:28px;height:28px;border-radius:999px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0f172a}.destination-item[role=button],.main-left-card[role=button]{cursor:pointer}.destination-item.selected{background:#0f172a0f;border-radius:16px;padding:12px 16px;min-height:220px;transform:scale(1.02)}.destination-item.selected .dest-place{font-size:1.05rem;font-weight:700;color:#0f172a}.destination-item.selected .pin{background:#0f172a;color:#fff;width:34px;height:34px;border-radius:12px}.selected-actions{margin-left:0}.main-left-card.selected .selected-actions,.destination-item.selected .selected-actions{display:flex;justify-content:center;width:100%;margin-top:auto;padding-top:8px}.dest-text .dest-place{font-weight:600;color:#0f172a}.dest-text .dest-count{font-size:.95rem;color:#475569}.main-name{font-weight:700;margin-bottom:6px;color:#0f172a}.main-items div{font-size:.95rem;color:#475569}.edit-btn{margin-top:8px;background:#fff;border:1px solid rgba(148,163,184,.28);padding:8px 12px;border-radius:999px;cursor:pointer}.right-col{width:220px}.map-preview{width:100%;height:220px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#0f172a;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #94a3b833}@media(max-width:1080px){.repeated-row{flex-direction:column;height:auto;align-items:stretch}.left-col,.right-col{width:100%}.destination-bar{position:relative;top:0;transform:none;margin-bottom:1rem}.destination-items{flex-wrap:wrap}}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh}
