.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-subtitle{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;margin-top:1.5rem}.plance-showcase-feature{font-family:Inter,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:700;margin-top: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;margin-top:1rem}.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:1rem}@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;padding-left:.5rem}.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}.navbar-links li{width:100%;text-align:center}.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}}.webstore-page{display:flex;padding-top:72px;flex-direction:column;align-items:center;min-height:100vh;height:auto;width:100%;background:radial-gradient(ellipse at 65% 30%,rgba(99,102,241,.13) 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,rgba(139,92,246,.1) 0%,transparent 50%),#f8fafc}.webstore-hero{align-items:center;width:min(1200px,calc(100% - 32px));margin:0 auto}.webstore-header{width:100%;margin:24px 0 16px;padding:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 18px 42px #00000014}.webstore-header-text{display:flex;flex-direction:column;gap:4px}.webstore-header h1{color:#111827;font-size:clamp(30px,5vw,46px);line-height:1;margin:0 0 8px}.webstore-header-cart-button{position:relative;flex:0 0 auto;width:44px;height:44px;background:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.webstore-header-cart-button:hover{transform:scale(1.05)}.webstore-header-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:800;line-height:18px;text-align:center;background:#4f46e5;color:#fff;border-radius:999px}.webstore-header p{color:#64748b;font-size:16px;line-height:1.5;margin:0;max-width:560px}.webstore-header span{color:#111827;font-weight:700;text-transform:uppercase}.webstore-nav-label{display:inline-flex;align-items:center;gap:.35rem}.webstore-nav-cart{margin-left:auto;display:inline-flex;align-items:center;position:relative;justify-content:center;font-size:1.5rem;line-height:1;padding:.5rem;cursor:pointer;background-color:transparent;border:none}.webstore-nav-cart-count{position:absolute;top:-.25rem;right:-.3rem;padding:0 .25rem;border-radius:999px;color:#fff;font-size:1rem;font-weight:700;line-height:.95rem;text-align:center}.webstore-nav-cart:hover{background-color:#bc1818;border-radius:999px}.webstore-featured{width:min(1200px,calc(100% - 32px));margin:22px auto 48px}.webstore-section-heading{align-items:center;display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}.webstore-section-heading h2,.webstore-featured h2{color:#111827;font-size:clamp(22px,4vw,28px);margin:0}.webstore-section-heading a,.webstore-back-link{color:#111827;font-size:14px;font-weight:700;text-decoration:none}.webstore-section-heading a:hover,.webstore-back-link:hover{text-decoration:underline}.webstore-featured-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.webstore-store-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px}.webstore-store-card span{color:#64748b;display:block;font-size:12px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.webstore-store-card h3{color:#111827;font-size:20px;margin:0 0 6px}.webstore-store-card p{color:#475569;font-size:14px;line-height:1.45;margin:0}.webstore-back-link{display:inline-block}.webstore-home-topbar{width:100%;display:flex;justify-content:flex-end;padding:12px 0 0}.webstore-home-hero{text-align:center;padding:32px 0 44px;display:flex;flex-direction:column;align-items:center;gap:14px}.webstore-home-title{color:#111827;font-size:clamp(36px,6vw,62px);font-weight:900;line-height:1.05;margin:0;letter-spacing:-.02em}.webstore-home-tagline{color:#6b7280;font-size:clamp(15px,2vw,18px);margin:0;max-width:480px;line-height:1.5}.webstore-home-address{color:#9ca3af;font-size:13px;margin:0}.webstore-search-form--hero{width:100%;max-width:620px;margin-top:8px}.webstore-search-input--hero{font-size:17px;padding:16px 20px;border-radius:16px;box-shadow:0 4px 24px #00000014}.webstore-search-input--hero:focus{box-shadow:0 4px 24px #6366f126}.webstore-search-button--hero{display:flex;align-items:center;gap:8px;padding:16px 24px;font-size:16px;border-radius:16px}.webstore-search{width:100%;margin:0 0 16px}.webstore-search-form{display:flex;gap:8px;width:100%}.webstore-search-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;background:#fff;color:#111827;outline:none;transition:border-color .15s}.webstore-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.webstore-search-button{padding:12px 20px;background:#111827;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.webstore-search-button:hover{background:#1f2937}@media(max-width:768px){.webstore-page{padding-top:96px}.webstore-hero{width:min(100%,calc(100% - 24px))}.webstore-header{padding-top:8px}.webstore-featured-list{grid-template-columns:1fr}.webstore-section-heading{align-items:flex-start;flex-direction:column}}.webstore-products{width:100%;margin:22px auto 34px}.webstore-brands-section{width:min(1200px,calc(100% - 32px));margin:8px auto 32px}.webstore-brands-title{color:#111827;font-size:clamp(22px,4vw,28px);margin:0 0 14px}.webstore-brands-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.webstore-brand-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;font-weight:600;color:#111827;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.webstore-brand-item:hover{border-color:#6366f1;background:#f5f3ff}.webstore-brand-icon{font-size:18px;color:#6366f1;flex-shrink:0}.webstore-brand-avatar{width:36px;height:36px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#e5e7eb}.webstore-brand-grid{display:flex;flex-direction:column;gap:8px}.webstore-brand-card{display:flex;flex-direction:row;align-items:center;gap:14px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;color:#111827;text-decoration:none;transition:border-color .15s,box-shadow .15s}.webstore-brand-card:hover{border-color:#6366f1;box-shadow:0 4px 14px #6366f11f}.webstore-brand-card-banner{flex:0 0 100px;height:64px;background:#e5e7eb no-repeat center;background-size:cover}.webstore-brand-card-body{padding:0 12px 0 0}.webstore-brand-card-body span{font-size:15px;font-weight:600;color:#111827;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webstore-products-full{margin:0 auto 56px;width:min(1200px,calc(100% - 32px));flex-direction:column;align-items:center}.webstore-products-header{padding-bottom:16px;min-height:100px;height:auto}.webstore-product-list-list{margin-top:16px;display:flex;flex-direction:column;gap:15px;justify-content:center;margin-bottom:16px}.webstore-product-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.category-group{display:flex;flex-direction:column;gap:16px}.webstore-product-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left;width:100%;min-width:0;display:flex;flex-direction:column}.webstore-product-card--grid{min-height:100%}.webstore-product-card--list{display:flex;flex-direction:row}.webstore-product-card--list .webstore-product-image{flex:0 0 180px;width:180px;aspect-ratio:auto;min-height:150px}.webstore-product-card:hover{border-color:#cbd5e1}.webstore-product-card:focus-visible{outline:3px solid rgba(17,24,39,.25);outline-offset:3px}.webstore-product-image{align-items:flex-end;aspect-ratio:4 / 3;background:#e5e7eb no-repeat center;background-size:contain;display:flex;padding:12px;min-width:0;width:100%}.webstore-product-card .webstore-product-image{width:100%}.webstore-product-image span{background:#ffffffe0;border-radius:999px;color:#111827;font-size:12px;font-weight:700;padding:5px 9px}.webstore-product-image.charcoal{background:linear-gradient(135deg,#1f2937,#6b7280)}.webstore-product-image.oak{background:linear-gradient(135deg,#92400e,#fbbf24)}.webstore-product-image.green{background:linear-gradient(135deg,#166534,#86efac)}.webstore-product-image.walnut{background:linear-gradient(135deg,#3f2a1d,#a16207)}.webstore-product-image.blue{background:linear-gradient(135deg,#1e3a8a,#93c5fd)}.webstore-product-image.light{background:linear-gradient(135deg,#d1d5db,#f8fafc)}.webstore-product-body{padding:14px;display:flex;flex-direction:column;gap:7px;flex:1;min-width:0}.webstore-product-body span{color:#64748b;display:block;font-size:12px;font-weight:700;margin-bottom:0;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.webstore-product-body h3{color:#111827;font-size:clamp(15px,2vw,18px);line-height:1.2;margin:0;overflow-wrap:anywhere}.webstore-product-body p{color:#111827;font-size:15px;font-weight:500;margin:auto 0 0}.product-modal-backdrop{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.product-modal{background:#fff;border-radius:8px;box-shadow:0 24px 80px #0f172a47;display:grid;grid-template-columns:minmax(240px,.9fr) minmax(280px,1.1fr);max-height:calc(100vh - 40px);max-width:1200px;overflow:auto;position:relative;width:100%}.product-modal-image{align-items:flex-end;background-color:#e5e7eb;background-position:center;background-repeat:no-repeat;background-size:contain;display:flex;min-height:420px;padding:18px}.product-modal-image span{background:#ffffffe6;border-radius:999px;color:#111827;font-size:13px;font-weight:700;padding:7px 11px}.product-modal-close{align-items:center;background:#ffffffeb;border:1px solid #e5e7eb;border-radius:999px;color:#111827;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;position:absolute;right:14px;top:14px;width:36px}.product-modal-image.charcoal{background:linear-gradient(135deg,#1f2937,#6b7280)}.product-modal-image.oak{background:linear-gradient(135deg,#92400e,#fbbf24)}.product-modal-image.green{background:linear-gradient(135deg,#166534,#86efac)}.product-modal-image.walnut{background:linear-gradient(135deg,#3f2a1d,#a16207)}.product-modal-image.blue{background:linear-gradient(135deg,#1e3a8a,#93c5fd)}.product-modal-image.light{background:linear-gradient(135deg,#d1d5db,#f8fafc)}.product-modal-content{padding:24px}.product-modal-store{color:#64748b;display:block;font-size:13px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.product-modal-content h2{color:#111827;font-size:clamp(28px,4vw,38px);line-height:1.05;margin:0 0 14px}.product-modal-description,.product-modal-delivery{color:#475569;font-size:15px;line-height:1.5;margin:0 0 14px}.product-modal-delivery{color:#111827;font-weight:700}.product-modal-purchase-row{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:24px 0}.product-modal-price{color:#111827;font-size:24px;font-weight:800;margin:0}.product-modal-quantity{align-items:center;border:1px solid #d1d5db;border-radius:999px;display:flex;gap:12px;padding:5px}.product-modal-quantity button{align-items:center;background:#111827;border:0;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;width:30px}.product-modal-quantity span{color:#111827;font-weight:800;min-width:18px;text-align:center}.product-modal-actions{display:grid;gap:10px}.product-modal-actions button{border-radius:8px;cursor:pointer;font-size:15px;font-weight:800;padding:13px 16px}.product-modal-actions .primary{background:#111827;border:1px solid #111827;color:#fff}.product-modal-actions .secondary{background:#fff;border:1px solid #cbd5e1;color:#111827}.product-modal-not-available{font-size:50px;font-weight:800;text-align:center}.product-modal-addons{border:1px solid #e5e7eb;border-radius:12px;margin:18px 0;padding:14px}.product-modal-addons h3{color:#111827;font-size:18px;margin:0 0 12px}.product-modal-addon-list{display:grid;gap:10px}.product-modal-addon-option{align-items:center;color:#111827;cursor:pointer;display:grid;font-size:14px;gap:10px;grid-template-columns:auto 1fr auto}.product-modal-addon-option input{accent-color:#111827}.product-modal-addon-option strong{font-size:14px;white-space:nowrap}.product-modal-option-group h3{margin-bottom:.5rem}@media(max-width:768px){.webstore-product-list-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.product-modal{grid-template-columns:1fr}.product-modal-image{min-height:240px}.product-modal-image span{background:#ffffffe6;border-radius:999px;color:#111827;font-size:13px;font-weight:700;padding:7px 11px}.product-modal-content{padding:24px}}@media(max-width:480px){.webstore-product-list-grid{grid-template-columns:1fr}.webstore-product-card--list{display:block}.webstore-product-card--list .webstore-product-image{width:100%}.product-modal-purchase-row{align-items:flex-start;flex-direction:column}}.webstore-store-hero{width:100%;margin:24px 0 16px;padding:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 18px 42px #00000014}.webstore-store-hero-main{display:flex;align-items:center;gap:16px;min-width:0}.webstore-store-logo{width:58px;height:58px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#111;color:#fff;font-size:25px;box-shadow:0 14px 28px #0000002e}.webstore-store-heading{min-width:0}.webstore-store-eyebrow{display:block;margin-bottom:4px;color:#111;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.webstore-store-heading h1{margin:0 0 6px;color:#111;font-size:clamp(28px,5vw,44px);line-height:1}.webstore-store-heading p{max-width:640px;margin:0;color:#555;font-size:15px;line-height:1.5}.webstore-store-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.webstore-store-badges span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border:1px solid #d4d4d4;border-radius:999px;background:#f8f8f8;color:#111;font-size:12px;font-weight:800}.webstore-cart-button{color:#111;border-radius:999px;background:#fff;box-shadow:0 10px 24px #0000001a}.webstore-store-info-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 18px}.webstore-store-info-card{display:flex;gap:12px;min-width:0;padding:14px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 26px #0000000f}.webstore-store-info-icon{width:38px;height:38px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:#111;color:#fff;font-size:16px}.webstore-store-info-card h2{margin:0 0 7px;color:#111;font-size:15px;line-height:1.2}.webstore-store-info-card p,.webstore-store-info-card a{display:flex;align-items:center;gap:6px;margin:3px 0;color:#555;font-size:14px;line-height:1.35;text-decoration:none}.webstore-store-info-card a:hover{color:#000;text-decoration:underline}.webstore-opening-hours{display:grid;gap:5px}.webstore-opening-hours-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#555;font-size:13px}.webstore-opening-hours-row strong{color:#111;font-size:13px;white-space:nowrap}.webstore-page-actions{margin:8px 0 18px}.webstore-products-section{margin-top:10px}.webstore-products-heading{margin-bottom:16px}.webstore-products-heading span{color:#111;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.webstore-products-heading h2{margin:4px 0 5px;color:#111;font-size:clamp(24px,4vw,34px);line-height:1}.webstore-products-heading p{margin:0;color:#555;font-size:15px}@media(max-width:900px){.webstore-store-info-grid{grid-template-columns:1fr}.webstore-opening-hours-card{grid-column:auto}}@media(max-width:640px){.webstore-store-hero{margin-top:12px;padding:14px;border-radius:18px}.webstore-store-hero-main{align-items:flex-start;gap:12px}.webstore-store-logo{width:48px;height:48px;border-radius:15px;font-size:21px}.webstore-store-heading p{font-size:14px}.webstore-store-badges{gap:6px}.webstore-store-badges span{min-height:25px;padding:5px 8px;font-size:11px}.webstore-store-info-card{padding:12px;border-radius:16px}.webstore-cart-button{width:40px;height:40px}}.category-container{display:flex;flex-direction:column;align-items:center;width:100%}.category-title{font-weight:700;margin-bottom:18px;text-align:center}.category-slider{align-items:center;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;gap:12px;width:min(1200px,calc(100% - 32px))}.category-list{display:grid;grid-template-columns:repeat(6,minmax(92px,1fr));gap:14px;width:100%;max-width:none}.category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#2b2b2b;padding:12px;border-radius:12px;min-width:0;aspect-ratio:1 / .85;transition:background .3s ease,transform .2s ease,filter .2s ease;margin:0}.category-item:hover{transform:translateY(-10px);filter:brightness(1.1)}.category-icon{font-size:28px;color:#fff;margin-bottom:4px}.category-name{margin-top:4px;font-weight:700;font-size:14px;color:#fff;text-align:center}.next-items-button,.prev-items-button{height:36px;width:36px;color:#000;border:none;cursor:pointer;font-size:20px;line-height:1;display:inline-flex;align-self:center;align-items:center;justify-content:center;justify-self:center;padding:0;border-radius:999px;background:transparent;transition:background .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease}.next-items-button:hover{background:#4f46e5;color:#fff;transform:translate(4px) scale(1.08);box-shadow:0 8px 18px #4f46e547}.next-items-button:active{transform:translate(2px) scale(.96)}.prev-items-button:hover{background:#4f46e5;color:#fff;transform:translate(-4px) scale(1.08);box-shadow:0 8px 18px #4f46e547}.prev-items-button:active{transform:translate(-2px) scale(.96)}@media(max-width:768px){.category-container{min-height:0;padding:16px 0;width:100%;margin:0 auto}.category-slider{grid-template-columns:34px minmax(0,1fr) 34px;gap:8px;width:100%}.category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;padding:0;margin:0 auto}.category-item{width:auto;min-width:0;padding:12px 8px;margin:0;aspect-ratio:1 / .78}.next-items-button,.prev-items-button{height:32px;width:32px;font-size:18px}}@media(max-width:480px){.category-container{padding:14px 0}.category-slider{grid-template-columns:30px minmax(0,1fr) 30px;gap:6px;width:100%}.category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-item{width:auto;padding:10px 6px;border-radius:10px}.category-icon{font-size:22px}.category-name{font-size:12px;line-height:1.2}.next-items-button,.prev-items-button{height:30px;width:30px;font-size:16px}}#add-product-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px #0000001a}.webstore-address-div{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;height:90vh}.webstore-address-text{font-size:22px;font-weight:700;letter-spacing:-.02em;color:#111827;margin-bottom:16px}.webstore-address-input{width:100%;padding:13px 18px;border:1.5px solid #e5e7eb;border-radius:999px;margin-bottom:16px;font-size:15px;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.webstore-address-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f124}.webstore-address-button-div{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:44px;margin-top:8px}.webstore-location-button{position:absolute;left:0;height:44px;width:44px;background-color:#6366f114;border:1.5px solid rgba(99,102,241,.25);border-radius:999px;color:#6366f1;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s,border-color .15s}.webstore-location-button:hover{background-color:#6366f129;border-color:#6366f1}.webstore-address-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:999px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s,transform .15s}.webstore-address-button:hover{opacity:.9;transform:translateY(-1px)}.webstore-logo{width:160px;height:160px;margin-bottom:28px;filter:drop-shadow(0 4px 16px rgba(99,102,241,.18))}.cart-page{display:flex;padding-top:50px;flex-direction:column;align-items:center;min-height:100vh;background:radial-gradient(ellipse at 65% 30%,rgba(99,102,241,.13) 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,rgba(139,92,246,.1) 0%,transparent 50%),#f8fafc}.cart-container{width:min(1200px,95%)}.cart-header{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:30px 0 8px}.cart-header h1{color:#111827;font-size:clamp(30px,5vw,46px);line-height:1;margin:0 0 8px}.cart-header p{margin:8px 0 0;color:#667085;font-size:1rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr);gap:24px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item-card{background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:20px 22px;display:flex;justify-content:space-between;gap:16px;box-shadow:0 1px 2px #1018280f,0 8px 24px #1018280f}.cart-item-image{flex:0 0 92px;width:92px;height:92px;border-radius:14px;background-color:#f2f4f7;background-position:center;background-repeat:no-repeat;background-size:contain;border:1px solid #eaecf0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-item-image-placeholder{color:#98a2b3;font-size:.75rem;font-weight:700;text-align:center}.cart-item-main{flex:1 1 180px;min-width:0}.cart-item-main h3{margin:0;font-size:1.06rem;color:#111827;font-weight:600}.cart-item-main p{margin:7px 0 0;color:#667085;font-size:.92rem}.cart-item-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.quantity-control{display:inline-flex;align-items:center;border:1px solid #d0d5dd;border-radius:999px;overflow:hidden;background:#fff}.quantity-control button{width:34px;height:34px;border:none;background:transparent;color:#344054;font-size:1.12rem;cursor:pointer}.quantity-control button:hover{background:#f2f4f7}.quantity-control input[type=number]{width:56px;height:34px;border:none;border-left:1px solid #e4e7ec;border-right:1px solid #e4e7ec;text-align:center;font-size:.95rem;color:#101828;background:#fff;-moz-appearance:textfield}.quantity-control input[type=number]::-webkit-outer-spin-button,.quantity-control input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-control input[type=number]:focus{outline:none}.cart-item-total{font-weight:700;color:#101828;min-width:94px;text-align:right}.remove-item-button{border:none;background:#f9fafb;color:#475467;padding:8px 12px;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer}.remove-item-button:hover{background:#f2f4f7;color:#344054}.cart-summary{position:sticky;top:22px;background:#fff;border:1px solid #eaecf0;border-radius:20px;padding:24px;box-shadow:0 1px 2px #1018280f,0 12px 28px #10182814;display:flex;flex-direction:column;gap:14px}.cart-summary h2{margin:0 0 6px;font-size:1.2rem;color:#111827}.summary-row{display:flex;justify-content:space-between;align-items:center;color:#475467}.summary-row.total-row{padding-top:10px;margin-top:2px;border-top:1px solid #eaecf0;color:#111827}.summary-row.total-row b{font-size:1.34rem}.checkout-button,.clear-button,.cart-empty-state button{border:none;border-radius:12px;padding:13px 16px;font-size:.98rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.checkout-button{margin-top:8px;background:#111827;color:#fff;box-shadow:0 8px 18px #11182733}.checkout-button:hover{transform:translateY(-1px);background:#000}.clear-button{background:#f2f4f7;color:#475467}.clear-button:hover{background:#e4e7ec}.cart-empty-state{background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:36px 24px;text-align:center;box-shadow:0 1px 2px #1018280f,0 10px 24px #1018280f}.cart-empty-state h2{margin:0;font-size:1.5rem;color:#111827}.cart-empty-state p{max-width:520px;margin:10px auto 18px;color:#667085}.cart-empty-state button{background:#111827;color:#fff}.cart-empty-state button:hover{background:#000;transform:translateY(-1px)}@media(max-width:1200px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-container{padding:24px 14px 88px}.cart-item-card{border-radius:14px;padding:16px}.cart-item-image{flex:0 0 72px;width:72px;height:72px}.cart-item-actions{width:100%;justify-content:space-between;margin-left:0}.cart-item-total{text-align:left}}@media(max-width:552px){.cart-item-actions{flex-wrap:wrap;gap:10px}.cart-item-total{font-size:1.1rem}}.checkout-page{display:flex;padding-top:72px;flex-direction:column;align-items:center;min-height:100vh;height:auto;width:100%;background:radial-gradient(ellipse at 65% 30%,rgba(99,102,241,.13) 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,rgba(139,92,246,.1) 0%,transparent 50%),#f8fafc}.checkout-hero{align-items:center;width:min(1200px,calc(100% - 32px));margin:0 auto}.checkout-header{width:95%;margin:0 auto;padding:30px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:16px}.checkout-header h1{color:#111827;font-size:clamp(30px,5vw,46px);line-height:1;margin:0 0 8px}.checkout-container{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 400px;gap:40px}.checkout-form{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:20px}.delivery-type-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:6px;border-radius:12px;background:#f1f3f5;border:1px solid #e2e6ea}.delivery-type-btn{border:1px solid transparent;background:transparent;color:#495057;font-weight:600;font-size:.95rem;border-radius:8px;padding:11px 12px;cursor:pointer;transition:all .2s ease}.delivery-type-btn:hover{background:#00000008;color:#212529}.delivery-type-btn.active{background:#fff;border-color:#d0d7de;color:#111;box-shadow:0 2px 8px #00000014}.saved-addresses-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;padding:12px}.saved-addresses-label{display:block;font-size:.85rem;font-weight:600;color:#495057;margin-bottom:8px}.saved-addresses-select{width:100%}.checkout-city-row{display:flex;gap:10px}.checkout-postal{flex:1}.checkout-city{flex:2}.save-address-row{margin-top:-6px;margin-bottom:2px}.save-address-label{display:inline-flex;align-items:center;gap:10px;color:#343a40;font-size:.95rem;cursor:pointer;padding:8px 10px;border-radius:8px;border:1px dashed #ced4da;background:#fafbfc}.save-address-label input[type=checkbox]{width:16px;height:16px;accent-color:#000}.checkout-error{color:#c62828;background:#fdecea;border:1px solid #f5c2c7;border-radius:8px;padding:10px 12px;font-size:.95rem}.checkout-form input,.checkout-form select{width:100%;padding:12px 16px;border:1px solid #ced4da;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.checkout-form input:focus,.checkout-form select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.checkout-form button[type=submit]{background-color:#000;color:#fff;padding:14px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.checkout-form button[type=submit]:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.checkout-summary{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 8px #0000001a;align-self:start;position:sticky;top:100px}.checkout-summary h2{font-size:1.3rem;margin-bottom:20px;color:#333;border-bottom:2px solid #e9ecef;padding-bottom:10px}.checkout-summary ul{list-style:none;padding:0;margin:0 0 20px}.checkout-summary li{padding:10px 0;color:#495057;border-bottom:1px solid #f1f3f5;display:flex;justify-content:space-between}.checkout-summary li:last-child{border-bottom:none}.checkout-summary>div:last-child{font-size:1.2rem;font-weight:600;padding-top:15px;border-top:2px solid #e9ecef;margin-top:15px}@media(max-width:968px){.checkout-container{grid-template-columns:1fr;gap:30px}.checkout-summary{position:static;order:-1}.delivery-type-row{gap:8px}}@media(max-width:480px){.checkout-container{padding:20px 15px}.checkout-form,.checkout-summary{padding:20px}.checkout-city-row{flex-direction:column;gap:12px}}@media(max-width:768px){.checkout-page{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}}: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}
