*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-left .logo{font-size:1.5rem;font-weight:700;color:#333}.header-center{flex:1;max-width:500px;margin:0 2rem}.search-container{position:relative;width:100%}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid #e1e5e9;border-radius:25px;font-size:1rem;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#007bff}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:.5rem}.header-right{display:flex;align-items:center;gap:1.5rem}.categories-dropdown{position:relative}.categories-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:1rem;color:#333;cursor:pointer;padding:.5rem;border-radius:5px;transition:background-color .3s ease}.categories-button:hover{background-color:#f8f9fa}.categories-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden}.categories-menu a{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;transition:background-color .3s ease}.categories-menu a:hover{background-color:#f8f9fa}.cart-icon{position:relative;cursor:pointer;padding:.5rem;border-radius:5px;transition:background-color .3s ease}.cart-icon:hover{background-color:#f8f9fa}.cart-count{position:absolute;top:-5px;right:-5px;background:#dc3545;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.login-button:hover{background:#0056b3}.hero-slider{position:relative;width:100%;height:600px;overflow:hidden;border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0000001a}.slides-container{display:flex;height:100%;transition:transform .5s ease-in-out}.slides-container.transitioning{transition:transform .3s ease-in-out}.slide{min-width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.slide-content{text-align:center;color:#fff;max-width:800px;padding:2rem;opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .3s forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.slide-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.slide-description{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.5);max-width:100%;margin-left:auto;margin-right:auto}.slide-button{display:inline-block;padding:1rem 2.5rem;background-color:#ff6b6b;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #0003}.slide-button:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff3;border:none;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.slider-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.slider-nav.prev{left:2rem}.slider-nav.next{right:2rem}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .3s ease}.dot:hover,.dot.active{background:#fff;transform:scale(1.2)}@media (max-width: 1024px){.hero-slider{height:500px}.slide-title{font-size:2.8rem}.slide-description{font-size:1.3rem}}@media (max-width: 768px){.hero-slider{height:400px}.slide-title{font-size:2.2rem}.slide-description{font-size:1.1rem;max-width:90%}.slider-nav{width:40px;height:40px;font-size:1.2rem}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}}@media (max-width: 480px){.hero-slider{height:350px}.slide-title{font-size:1.8rem}.slide-description{font-size:1rem}.slide-button{padding:.8rem 2rem;font-size:1rem}.slider-dots{bottom:1rem}.dot{width:10px;height:10px}}.hero-description{font-size:1.25rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.shop-now-button{background:#007bff;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #007bff4d}.shop-now-button:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}.hero-navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 2rem;z-index:3}.nav-arrow{background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.nav-arrow:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 15px #0003}.hero-pagination{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.pagination-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.pagination-dot.active{background:#fff}.pagination-dot:hover{background:#ffffffb3}.hero-background{position:absolute;inset:0;z-index:1}.product-arrangement{position:relative;width:100%;height:100%}.product-item{position:absolute;border-radius:8px}.bottle-1{width:60px;height:120px;background:linear-gradient(45deg,gold,#ffed4e);top:20%;left:15%;transform:rotate(-15deg)}.bottle-2{width:50px;height:100px;background:linear-gradient(45deg,#87ceeb,#b0e0e6);top:30%;right:20%;transform:rotate(10deg)}.jar-1{width:80px;height:80px;background:linear-gradient(45deg,wheat,#deb887);bottom:25%;left:25%;border-radius:50%}.bowl-1{width:100px;height:40px;background:linear-gradient(45deg,#f0f8ff,#e6e6fa);bottom:35%;right:30%;border-radius:50px}.greenery{width:120px;height:80px;background:linear-gradient(45deg,#90ee90,#98fb98);top:60%;left:50%;transform:translate(-50%);border-radius:60px 60px 0 0}.category-section{padding:4rem 2rem;background:#f8f9fa}.category-heading{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.category-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.category-image{height:200px;margin-bottom:1.5rem;position:relative;display:flex;align-items:center;justify-content:center}.groceries-content{position:relative;width:100%;height:100%}.basket{position:relative;width:120px;height:80px}.basket-handle{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:60px;height:20px;background:silver;border-radius:10px}.basket-body{width:100%;height:100%;background:silver;border-radius:0 0 60px 60px;position:relative}.produce{position:absolute;top:10px;left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.lettuce{width:30px;height:20px;background:#90ee90;border-radius:15px}.tomato{width:25px;height:25px;background:tomato;border-radius:50%}.apple{width:25px;height:25px;background:#32cd32;border-radius:50%}.bell-pepper{width:30px;height:20px;background:gold;border-radius:15px}.snacks-content{position:relative;width:100%;height:100%}.chip-bags{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.chip-bag{width:40px;height:60px;border-radius:8px}.bag-1{background:#ff6b6b}.bag-2{background:#4ecdc4}.bag-3{background:#45b7d1}.cookies{display:flex;gap:15px;justify-content:center;margin-bottom:20px}.cookie{width:35px;height:35px;background:#d2691e;border-radius:50%}.nuts{display:flex;gap:20px;justify-content:center}.nut{width:20px;height:25px;background:#8b4513;border-radius:10px}.beverages-content{position:relative;width:100%;height:100%}.bottles{display:flex;gap:8px;justify-content:center;align-items:flex-end;height:100%}.bottle{width:25px;height:80px;border-radius:12px;position:relative}.bottle-1{background:gold;height:90px}.bottle-2{background:tomato;height:70px}.bottle-3{background:#32cd32;height:85px}.bottle-4{background:#ff69b4;height:75px}.bottle-5{background:#9370db;height:80px}.bottle-6{background:#00ced1;height:95px}.lime-slice{position:absolute;top:20px;right:30px;width:20px;height:20px;background:#32cd32;border-radius:50%}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.category-description{color:#666;font-size:1rem}@media (max-width: 768px){.header{padding:1rem;flex-direction:column;gap:1rem}.header-center{margin:0;order:3;width:100%}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.category-grid{grid-template-columns:1fr;gap:1.5rem}.nav-arrow{width:40px;height:40px}}@media (max-width: 480px){.hero-title{font-size:2rem}.category-section{padding:2rem 1rem}.category-heading{font-size:2rem}}.category-section{padding:60px 20px;background:#f8f9fa}.category-section .container{max-width:1200px;margin:0 auto;padding:0 15px}.section-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:35px;text-align:center;position:relative;padding-bottom:15px}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#4caf50;border-radius:2px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;padding:0;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;border-radius:8px}.category-card{position:relative;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.category-card:hover .category-title{padding-bottom:15px;background:linear-gradient(to top,#000000e6,#0000)}.category-image-container{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;position:absolute;inset:0}.category-title{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000b3,#0000);color:#fff;padding:15px 10px 10px;margin:0;font-size:.9rem;font-weight:600;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.5);transition:all .3s ease;z-index:2;text-transform:uppercase;letter-spacing:.5px}.category-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.category-card:hover .category-image{transform:scale(1.05)}.category-card:hover .category-title{color:#007bff;text-decoration:underline}.category-card:hover .category-title{color:#000}@media (max-width: 1200px){.category-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 992px){.category-grid{grid-template-columns:repeat(4,1fr)}.category-title{font-size:1.1rem}}@media (max-width: 768px){.category-section{padding:15px 10px}.section-title{font-size:1.5rem;margin-bottom:15px;padding:0 15px}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 10px}.category-title{font-size:.8rem;padding:10px 8px 8px}}@media (max-width: 480px){.category-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:8px}.section-title{font-size:1.3rem;margin-bottom:12px;padding:0 10px}.category-title{font-size:.7rem;padding:8px 6px 6px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.category-card{animation:fadeInUp .5s ease-out forwards;opacity:0;border-radius:12px;padding:0;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:0 2px 10px #0000000d;border:1px solid #eee;min-height:140px;justify-content:center;cursor:pointer}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.15s}.category-card:nth-child(3){animation-delay:.2s}.category-card:nth-child(4){animation-delay:.25s}.category-card:nth-child(5){animation-delay:.3s}.category-card:nth-child(6){animation-delay:.35s}.category-card:nth-child(7){animation-delay:.4s}.category-card:nth-child(8){animation-delay:.45s}.category-card:nth-child(9){animation-delay:.5s}.category-card:nth-child(10){animation-delay:.55s}.category-card:nth-child(11){animation-delay:.6s}.category-card:nth-child(12){animation-delay:.65s}.category-card:nth-child(13){animation-delay:.7s}.category-card:nth-child(14){animation-delay:.75s}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.category-card:hover .category-image{transform:scale(1.05);filter:brightness(1.05)}.category-card:hover .category-overlay{background:linear-gradient(to right,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 70%,transparent 100%);padding:30px}.category-card:hover .category-title{transform:translateY(-5px)}.category-image-container{height:100px;display:flex;align-items:center;justify-content:center}.category-image{max-height:100%;max-width:100%;object-fit:contain}.category-title{font-size:1.1rem;font-weight:700;margin:10px 0 5px}.category-description{font-size:.9rem;color:#555}:root{--primary-color: #1DA1F2;--primary-hover: #1991db;--primary-light: rgba(29, 161, 242, .1);--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--border-color: #e1e4e8;--background-light: #f8fafc;--white: #ffffff;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--fast-transition: all .15s ease-out;--slow-transition: all .5s cubic-bezier(.4, 0, .2, 1);--border-radius: 12px;--container-padding: 2rem;--animation-bounce: cubic-bezier(.68, -.55, .265, 1.55);--shadow-hover: 0 8px 30px rgba(0, 0, 0, .12);--shadow-active: 0 2px 8px rgba(0, 0, 0, .15)}.delivery-options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:14rem}.delivery-options-header h2{margin:0;flex:1;text-align:left}.delivery-selection-row{display:flex;gap:16px;justify-content:space-between;isolation:isolate}.delivery-option-card{flex:1;border:2px solid #ddd;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:flex-start;justify-content:space-between;position:relative;overflow:hidden;transform:translateY(0);z-index:1}.delivery-option-card .radio-outer{position:absolute;top:.45rem;right:.8rem;margin:0;pointer-events:none}.delivery-option-card:before{display:none}.delivery-option-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-color)}.delivery-option-card:hover:before{display:none}.delivery-option-card.selected{border-color:var(--primary-color);background:var(--primary-light);box-shadow:0 0 20px #1da1f24d;transform:translateY(-2px);animation:selectedPulse .6s var(--animation-bounce)}@keyframes selectedPulse{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.02)}to{transform:translateY(-2px) scale(1)}}.delivery-option-card.disabled{opacity:.6;cursor:not-allowed!important;background-color:#f8f9fa;border-color:#e9ecef;color:#6c757d}.delivery-option-card.disabled:hover{box-shadow:none;border-color:#e9ecef;transform:none}.delivery-option-card.disabled .option-icon{color:#adb5bd;background-color:#f1f3f4}.delivery-option-card.disabled .option-title h3{color:#6c757d}.delivery-option-card.disabled .option-title p{color:#adb5bd}.delivery-option-card.disabled .option-disabled-note{color:#dc3545!important;font-weight:600!important;font-size:.9rem!important;margin-top:.5rem!important}.delivery-option-card.disabled .radio-outer{border-color:#dee2e6!important;background-color:#f8f9fa!important;opacity:.5}.delivery-option-card.disabled:hover .radio-outer{border-color:#dee2e6!important;box-shadow:none!important}.breadcrumb{font-size:.9rem;color:#6c757d;margin-bottom:1rem;text-align:left}.breadcrumb span.active{color:#1da1f2;font-weight:500}.progress-stepper{position:relative;margin:.5rem 0;padding:.75rem .5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(29,161,242,.1);overflow:visible}.progress-track{position:absolute;top:calc(.75rem + 16px);left:calc(10% + 16px);right:calc(10% + 16px);height:3px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);border-radius:6px;overflow:hidden;box-shadow:inset 0 1px 2px #00000014;z-index:1}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color) 0%,#00d4ff 50%,var(--primary-color) 100%);border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 20px #1da1f266}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 2s ease-in-out infinite}@keyframes progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.steps-container{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:2;padding:0 10%}.step-wrapper{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:200px}.step-circle{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.85rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:3;margin-bottom:.25rem;box-shadow:0 1px 6px #0000000f;background-color:#fff;line-height:1;padding:0;box-sizing:border-box;font-variant-numeric:tabular-nums}.step-circle *,.step-number{line-height:1!important;display:inline-block;vertical-align:middle}.step-wrapper.upcoming .step-circle{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#64748b;border:3px solid #e2e8f0}.step-wrapper.active .step-circle{background:linear-gradient(135deg,var(--primary-color) 0%,#0ea5e9 100%);color:#fff;border:3px solid var(--primary-color);transform:scale(1.1);box-shadow:0 0 0 8px #1da1f226,0 8px 32px #1da1f24d}.active-pulse{position:relative;display:flex;align-items:center;justify-content:center}.active-pulse:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#ffffff4d;animation:pulseRing 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulseRing{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.step-wrapper.completed .step-circle{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:3px solid #10b981;transform:scale(1.05);box-shadow:0 0 0 6px #10b98126,0 6px 24px #10b9814d}.check-icon{width:24px;height:24px;color:#fff;animation:checkmarkDraw .6s ease-out}@keyframes checkmarkDraw{0%{transform:scale(0) rotate(45deg);opacity:0}50%{transform:scale(1.2) rotate(45deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.step-number{font-weight:inherit;font-size:inherit;position:relative;z-index:1;margin:0}.step-info{text-align:center;display:flex;flex-direction:column;gap:.25rem}.step-circle .step-number{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1!important}.step-label{font-size:.8rem;font-weight:600;color:#475569;transition:all .3s ease;line-height:1.1;margin-top:12px}.step-wrapper.active .step-label{color:var(--primary-color);font-weight:700}.step-wrapper.completed .step-label{color:#10b981;font-weight:600}.step-status{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;opacity:.8}.step-wrapper.active .step-status{color:var(--primary-color);animation:statusPulse 2s ease-in-out infinite}.step-wrapper.completed .step-status{color:#10b981}@keyframes statusPulse{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 768px){.progress-stepper{padding:1.5rem 1rem;margin:1.5rem 0}.progress-track{left:16px;right:16px;top:calc(1.5rem + 24px)}.step-circle{width:48px;height:48px;font-size:1rem;margin-bottom:0}.step-label{font-size:.85rem}.step-status{font-size:.7rem}.steps-container{gap:.5rem;padding:0 16px;justify-content:space-around;align-items:center}.step-wrapper{max-width:none;flex:1 1 0;text-align:center}}@media (max-width: 480px){.step-info{display:none}.step-circle{width:36px;height:36px;font-size:.9rem;border-width:2px;margin-bottom:0}.progress-stepper{padding:.75rem;margin:1rem 0;overflow:hidden;border-radius:14px}.steps-container{padding:0 12px;gap:8px;align-items:center;justify-content:space-around}.step-wrapper{max-width:none;flex:1}.progress-track{left:12px;right:12px;height:2px;top:calc(.75rem + 19px)}.step-wrapper.active .step-circle{box-shadow:0 0 0 4px #1da1f21f,0 6px 18px #1da1f238;transform:scale(1.05)}.step-wrapper.completed .step-circle{box-shadow:0 0 0 4px #10b9811f,0 6px 18px #10b98138;transform:scale(1.03)}.active-pulse:before{display:none}}.checkout-main{display:grid;grid-template-columns:1fr 400px;gap:1rem;padding:1rem;background:linear-gradient(135deg,var(--background-light) 0%,#ffffff 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif;line-height:1.4;color:#333;align-items:start;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.checkout-main h1{font-size:1.3rem;color:var(--text-primary);margin:0 0 .5rem;font-weight:600;text-align:left;padding:0}.checkout-main h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px}.checkout-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-template-areas:"header" "main";gap:1rem;padding:1rem;grid-template-rows:auto 1fr;align-items:start;animation:slideInFromBottom .8s var(--animation-bounce)}.main-checkout-card{grid-area:main;background:var(--white);border-radius:16px;box-shadow:0 8px 32px #00000014;padding:2rem;display:grid;grid-template-columns:1fr .8fr;gap:2rem;align-items:start;transition:var(--transition);border:1px solid rgba(0,0,0,.05)}.main-checkout-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-2px)}.checkout-form-card{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;transition:var(--transition)}.checkout-form-card:hover{box-shadow:0 4px 12px #00000014}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.checkout-header{grid-area:header}.checkout-form{padding:0}.order-summary-card{position:sticky;top:1rem;background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;height:fit-content;transition:var(--transition);animation:slideInFromRight .8s ease-out .2s both}.order-summary-card:hover{box-shadow:0 4px 12px #00000014}.checkout-form{background:var(--white);border-radius:12px;box-shadow:0 4px 12px #00000014;transition:var(--transition);border:1px solid #eaeaea;position:relative;overflow:visible;height:fit-content;padding:1.5rem}.checkout-form:before{display:none}.checkout-form:hover:before{display:none}.checkout-form:hover{box-shadow:var(--shadow-hover)}.back-to-cart-btn{display:inline-flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;color:#1f2937;border-radius:0;cursor:pointer;transition:color .2s ease;margin-bottom:0}.back-to-cart-btn:hover{color:var(--primary-color)}.checkout-section{padding:0}.checkout-section h2{font-size:1.3rem;color:var(--text-primary);margin:0 0 1.25rem;font-weight:600}.order-items{margin-bottom:0rem}.order-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.75rem;border-bottom:1px solid #f0f0f0;border-radius:8px;transition:var(--transition);position:relative;background:transparent;animation:slideInFromLeft .5s ease-out}.item-top-row{display:flex;align-items:center;gap:.75rem;width:100%}.item-bottom-row{display:flex;align-items:center;justify-content:space-between;padding-left:58px;gap:.5rem}.item-info{flex:1;min-width:0}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.order-item:hover{background:#1da1f20d;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.item-image{width:50px;height:50px;background:linear-gradient(135deg,#f8f9fa,#f1f3f5);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem;overflow:hidden}.item-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.item-name{font-weight:500;color:#2d3748;font-size:.95rem;line-height:1.3;word-wrap:break-word}.item-weight{display:block;font-size:.8rem;color:#718096;font-weight:400;margin-top:.2rem}.item-price{font-weight:600;color:#2d3748;font-size:1rem}.item-gst{font-size:.85rem;color:#e67e22;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;padding:.3rem .8rem;border-radius:20px;margin-left:.5rem}.quantity-controls button{background:none;border:none;color:#4a5568;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:8px;transition:var(--fast-transition);position:relative;overflow:hidden}.quantity-controls button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#1da1f233;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s ease}.quantity-controls button:hover:before{width:40px;height:40px}.quantity-controls button:hover{background:#e2e8f0;transform:scale(1.1)}.quantity-controls button:active{transform:scale(.95)}.quantity{min-width:20px;text-align:center;font-weight:600;color:#2d3748}.remove-item{background:none;border:none;color:#e53e3e;cursor:pointer;padding:.5rem;margin-left:auto;opacity:.7;transition:var(--transition);display:flex;align-items:center;justify-content:center;border-radius:8px;position:relative;overflow:hidden}.remove-item:before{content:"";position:absolute;inset:0;background:#fed7d7;transform:scale(0);border-radius:8px;transition:transform .3s var(--animation-bounce)}.remove-item:hover:before{transform:scale(1)}.remove-item:hover{opacity:1;transform:scale(1.1)}.remove-item:active{transform:scale(.9)}.item-name{font-weight:500;color:#2d3748;margin-right:.5rem;flex:1;min-width:100px}.item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.item-price{font-weight:600;color:#2d3748;white-space:nowrap;font-size:.95rem}.item-gst{font-size:.8rem;color:#e67e22;font-weight:500;white-space:nowrap}.order-totals{margin:0rem 0;padding:1rem 0}.order-totals>div{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#555;font-size:.95rem}.order-totals .subtotal-before-gst{color:var(--text-secondary);font-weight:500;border-top:1px solid #f0f0f0;padding-top:.75rem;margin-top:.75rem}.order-totals .gst-total{color:#e67e22;font-weight:500}.order-totals .total{font-size:1.2rem;font-weight:700;color:var(--primary-color);margin-top:1.2rem;padding-top:1rem;border-top:2px solid var(--border-color)}.order-totals>div{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;color:var(--text-secondary)}.order-totals .total{font-weight:700;font-size:1.2rem;color:var(--primary-color);margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border-color)}.order-summary-card{position:sticky;top:1rem;background:var(--white);border-radius:12px;padding:1rem;box-shadow:0 4px 12px #00000014;border:1px solid #edf2f7;height:fit-content;transition:var(--transition);animation:slideInFromRight .8s ease-out .2s both}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.order-summary h2{font-size:1rem;color:#2c3e50;margin:0 0 .5rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.checkout-content h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.checkout-content h3{color:#444;margin:2rem 0 1rem;font-size:1.3rem;display:flex;align-items:center;gap:8px}.section-icon{color:#4caf50;font-size:1.4rem}.delivery-options{width:100%}.delivery-options-actions{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.5rem}.delivery-options h2{font-size:1.1rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.delivery-selection-card{border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--white);padding:.5rem;transition:all .2s ease-in-out}.delivery-option-row{padding:1rem;cursor:pointer;border-radius:8px;transition:background-color .2s ease-in-out}.delivery-option-row.selected{background-color:var(--primary-light)}.delivery-option-row:hover{background-color:#f8f9fa}.divider{height:1px;background-color:var(--border-color);margin:.5rem 1rem}.option-header{display:flex;align-items:center;margin-bottom:.5rem}.option-title{flex:1;margin-left:.75rem}.option-title h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#2d3748}.option-title p{margin:0;font-size:.9rem;color:#718096;line-height:1.3}.option-icon{font-size:1.4rem;color:var(--primary-color);margin-right:.75rem;background-color:#eaf6fe;padding:.5rem;margin-top:1px}.radio-circle{width:20px;height:20px;border:2px solid #999;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.delivery-option.active .radio-circle{border-color:#4caf50}.radio-dot{width:12px;height:12px;background-color:#4caf50;border-radius:50%}.address-section{margin:2rem 0}.saved-addresses{margin:.5rem 0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 768px){.saved-addresses{grid-template-columns:1fr}}.address-option{display:flex;align-items:flex-start;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s;gap:8px;min-height:80px}.address-option:hover{border-color:var(--primary-color)}.address-option.selected{border-color:var(--primary-color);background-color:var(--primary-light)}.address-option.selected .address-radio{border-color:var(--primary-color);background-color:var(--primary-color)}.address-details{flex-grow:1;display:flex;flex-direction:column;gap:4px}.default-tag{background-color:#e8f5e8;color:#2e7d32;font-size:.65rem;font-weight:500;padding:1px 6px;border-radius:8px;align-self:flex-start;margin-left:.25rem}.address-type-badge{display:flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600;color:var(--primary-color);margin-bottom:.2rem}.address-type-badge{cursor:pointer}.address-type-badge:hover{color:#333}.address-type-badge{text-align:center;margin-bottom:1.5rem}.address-details{display:flex;flex-direction:column;gap:.25rem;flex:1;font-size:.85rem;line-height:1.3}.address-actions{display:flex;justify-content:flex-end;margin:.25rem 0 .5rem}.add-address-btn{background:transparent;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;padding:6px 8px;border-radius:8px;transition:color .2s ease,background .2s ease}.add-address-btn:hover{color:var(--primary-hover);background:#1da1f20f}.form-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.cancel-add-btn{background:transparent;border:none;color:#6b7280;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .2s ease,background .2s ease}.cancel-add-btn:hover{color:#ef4444;background:#fee2e2}.back-button{display:flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--primary-color);font-size:.9rem;cursor:pointer;padding:.4rem 0;margin-bottom:.75rem}.back-button:hover{text-decoration:none;color:var(--primary-color)}.delivery-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.delivery-form-header .back-button,.delivery-form-header h2{margin-bottom:0}.delivery-form,.pickup-info,.payment-options{max-width:600px;margin:0 auto;padding:.5rem}.radio-dot{width:8px;height:8px;background-color:#fff;border-radius:50%}.add-address{display:flex;gap:10px;margin:1.5rem 0 .5rem;align-items:center}.add-address input{flex-grow:1;padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.add-address button{background-color:#4caf50;color:#fff;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:background-color .2s;font-size:1rem}.add-address button:hover{background-color:#43a047}.address-form{border-top:1px solid #eee;padding-top:.75rem;margin-top:.5rem}.form-row{display:flex;gap:1rem;margin-bottom:.75rem}.delivery-time-options{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.time-option{display:flex;align-items:center}.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border:none;border-radius:8px;transition:all .2s ease;width:100%;background:transparent}.radio-label:hover{background:#f8faff}.radio-label input[type=radio]{display:block;width:18px;height:18px;margin:0;cursor:pointer;accent-color:#1DA1F2}.radio-custom{display:none}.radio-text{font-size:.95rem;color:#718096;font-weight:400;transition:color .2s ease}.radio-label input[type=radio]:checked~.radio-text{color:#1da1f2;font-weight:500}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:.5rem}.form-group label{font-weight:600;margin-bottom:.3rem;color:#333;font-size:.9rem}.form-group input,.form-group textarea,.form-group select,.state-select{padding:.8rem .9rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;width:100%;box-sizing:border-box;background:#fff;color:#000}.form-group input:focus,.form-group textarea:focus,.form-group select:focus,.state-select:focus{outline:none;border-color:#1da1f2;box-shadow:0 0 0 3px #1da1f21f}.form-group textarea{min-height:70px;resize:vertical}.form-group small{text-align:right;color:#888;font-size:.8rem;margin-top:0rem}.save-address-btn{background-color:#4caf50;color:#fff;border:none;border-radius:6px;padding:.7rem 1.4rem;font-weight:600;cursor:pointer;transition:background-color .2s;font-size:.9rem;display:block;width:auto;margin-top:.75rem}.save-address-btn:hover{background-color:#43a047}.proceed-btn{width:100%;padding:1.2rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 20px #1da1f24d;position:relative;overflow:hidden;transform:translateY(0)}.proceed-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.proceed-btn:hover:before{left:100%}.proceed-btn:hover{background:linear-gradient(135deg,var(--primary-hover) 0%,var(--primary-color) 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #1da1f266}.proceed-btn:active{transform:translateY(-1px) scale(.98);box-shadow:var(--shadow-active)}.proceed-btn:disabled{background:linear-gradient(135deg,#a0aec0,#718096);color:#e2e8f0;cursor:not-allowed;box-shadow:none;transform:none}.proceed-btn:disabled:before{display:none}.proceed-btn.processing{background:linear-gradient(135deg,#1a8cd8 0% 100%);cursor:wait}.proceed-btn .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;display:inline-block}.loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}.fade-in{animation:fadeIn .5s ease-out}.slide-up{animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group:nth-child(1){animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}.form-group:nth-child(5){animation-delay:.5s}@media (min-width: 1024px){.address-form{padding-top:.25rem}.form-row{gap:1rem;margin-bottom:.5rem}.form-group,.form-group label{margin-bottom:.25rem}}.form-group{animation:slideUp .6s ease-out both}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.step-wrapper{animation:stepFadeIn .6s ease-out both}.step-wrapper:nth-child(1){animation-delay:.1s}.step-wrapper:nth-child(2){animation-delay:.2s}.step-wrapper:nth-child(3){animation-delay:.3s}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes successPopupEntrance{0%{opacity:0;transform:translateY(50px) scale(.8) rotateX(10deg)}60%{opacity:1;transform:translateY(-10px) scale(1.05) rotateX(-2deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}@keyframes successIconEntrance{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{opacity:1;transform:scale(1.3) rotate(-90deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes checkmarkDraw{0%{stroke-dasharray:0 100;opacity:0}50%{opacity:1}to{stroke-dasharray:100 0;opacity:1}}@keyframes titleBounceIn{0%{opacity:0;transform:translateY(30px) scale(.8)}60%{opacity:1;transform:translateY(-5px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes progressBarGlow{0%{transform:translate(-100%);box-shadow:0 0 10px #ffffff80}to{transform:translate(0);box-shadow:0 0 20px #fffc}}@keyframes dotPulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes particleFloat{0%{transform:translateY(0) rotate(0);opacity:.3}to{transform:translateY(-10px) rotate(5deg);opacity:.6}}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bikeStaticThenMove{0%{transform:translate(0)}60%{transform:translate(0)}to{transform:translate(calc(100vw + 120px))}}@keyframes roadLine{0%{opacity:0;transform:scaleX(0)}20%{opacity:1;transform:scaleX(.4)}70%{opacity:1;transform:scaleX(1)}to{opacity:.3;transform:scaleX(1)}}.payment-methods{margin:1.5rem 0}.payment-method{display:flex;align-items:center;padding:1rem;border:1.5px solid var(--border-color);border-radius:12px;margin-bottom:.6rem;cursor:pointer;transition:all .2s ease;background:var(--white)}.payment-method:hover,.payment-method.selected{border-color:var(--primary-color);background-color:#1da1f20d}.payment-icon{width:40px;height:40px;border-radius:8px;background-color:#1da1f21a;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.25rem;flex-shrink:0}.payment-details h4{margin:0 0 .25rem;font-size:1rem;color:var(--text-primary);font-weight:500}.payment-details p{margin:0;font-size:.9rem;color:var(--text-secondary)}.store-info{background-color:#f8f9fa;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.store-info h3{margin-top:0;margin-bottom:1rem;color:var(--text-primary)}.store-info p{margin:.5rem 0;color:var(--text-secondary)}.time-options{display:flex;gap:1rem;margin:1rem 0}.time-option{padding:.6rem 1.2rem;border:2px solid #e0e0e0;border-radius:20px;background:#fff;font-weight:500;cursor:pointer;transition:all .2s}.time-option.active{border-color:#4caf50;background-color:#e8f5e9;color:#2e7d32}.schedule-options{margin-top:1rem}.schedule-options select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;background-color:#fff}.order-summary{padding-top:1rem}.order-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin:1rem 0;padding-top:1rem}input[type=text],input[type=tel],select,textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;transition:var(--transition);margin-bottom:.5rem;background:var(--white);font-family:inherit;position:relative;color:#000}.search-bar,.search-container input,input[class*=search]:not([class*=otp]),input[id*=search]:not([id*=otp]){width:60%;padding:1rem 1.25rem;border:2px solid var(--border-color);border-radius:12px;font-size:1rem;transition:var(--transition);margin-bottom:1rem;background:var(--white);font-family:inherit;position:relative}input[class*=otp],input[id*=otp],.otp-input{width:15%!important;padding:.25rem!important;color:#000}input[type=text]:focus,input[type=tel]:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #1da1f226;transform:translateY(-1px)}input[type=text]:hover,input[type=tel]:hover,select:hover,textarea:hover{border-color:var(--primary-hover);box-shadow:0 2px 8px #0000001a}button{cursor:pointer;transition:all .2s}button:disabled{opacity:.7;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;padding:24px;box-shadow:0 4px 20px #00000026;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h3{margin:0;font-size:1.25rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.delivery-options-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:2000;animation:fadeIn .2s ease-out}.delivery-options-container{background:var(--white);border-radius:24px 24px 0 0;width:100%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 -4px 20px #00000026;transform:translateY(0);animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.delivery-options-header{padding:1rem;border-bottom:1px solid var(--border-color);text-align:center;position:relative}.delivery-options-header h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.delivery-options-header p{margin:0;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.close-btn:hover{background-color:#0000000d;color:var(--text-primary)}.options-grid{display:grid;gap:1rem}.delivery-option{display:flex;align-items:flex-start;padding:1.5rem 2rem;margin-bottom:1rem;background:var(--white);border:2px solid var(--border-color);border-radius:12px;cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}.delivery-option:before{content:"";position:absolute;top:0;left:0;height:100%;width:4px;background:transparent;transition:var(--transition)}.delivery-option:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014;border-color:var(--primary-color)}.delivery-option:hover:before{background:var(--primary-color)}.delivery-option.selected{border-color:var(--primary-color);background-color:var(--primary-light)}.delivery-option.selected:before{background:var(--primary-color)}.option-icon{width:56px;height:56px;border-radius:50%;background-color:var(--primary-light);display:flex;align-items:center;justify-content:center;margin-right:1.25rem;color:var(--primary-color);font-size:1.75rem;flex-shrink:0;transition:var(--transition);box-shadow:0 4px 12px #1da1f226}.option-content h4{margin:0 0 .5rem;font-size:1.25rem;color:var(--text-primary);font-weight:600;letter-spacing:-.01em}.option-content p{margin:0;font-size:1rem;color:var(--text-secondary);line-height:1.5;max-width:90%}.option-content{flex:1}.radio-outer{width:24px;height:24px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-top:.25rem;flex-shrink:0;transition:var(--transition);background:var(--white);box-shadow:0 1px 3px #0000001a}.delivery-option-card:hover .radio-outer{border-color:var(--primary-color);box-shadow:0 2px 8px #1da1f233}.delivery-option.selected .radio-outer,.delivery-option-card.selected .radio-outer,.payment-method.selected .radio-outer{border-color:var(--primary-color);background-color:var(--primary-color);box-shadow:0 2px 8px #1da1f24d}.radio-inner{width:12px;height:12px;border-radius:50%;background-color:#fff;opacity:0;transform:scale(.5);transition:var(--transition)}.delivery-option.selected .radio-inner,.delivery-option-card.selected .radio-inner,.payment-method.selected .radio-inner{opacity:1;transform:scale(1)}.payment-modal{z-index:1001}.payment-modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.payment-content{background:#fff;padding:2rem;border-radius:10px;width:90%;max-width:500px;box-shadow:0 4px 20px #00000026}.payment-content h3{margin-top:0;color:#333;text-align:center;margin-bottom:1.5rem}.payment-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:0rem}.payment-option{display:flex;align-items:center;padding:0rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:#4caf50;background-color:#f8f9fa}.payment-option.selected{border-color:#4caf50;background-color:#e8f5e9}.payment-option img{width:40px;height:40px;margin-right:1rem;object-fit:contain}.payment-option span{font-size:1rem;font-weight:500}.payment-actions{display:flex;justify-content:flex-end;gap:1rem}.cancel-btn,.pay-now-btn{padding:.8rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn{background-color:#f5f5f5;color:#666}.cancel-btn:hover{background-color:#e0e0e0}.pay-now-btn{background-color:#4caf50;color:#fff;position:relative}.pay-now-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.9;background:linear-gradient(135deg,#a0aec0,#718096)}.pay-now-btn.processing{background:linear-gradient(135deg,#1a8cd8 0% 100%);cursor:wait}.pay-now-btn .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{to{transform:rotate(360deg)}}.pay-now-btn:not(:disabled):hover{background-color:#43a047}.form-group{position:relative;margin-bottom:1.5rem}.form-group label{font-weight:600;margin-bottom:.75rem;color:var(--text-primary);display:block;font-size:.95rem;transition:var(--fast-transition)}.form-group input:focus+label,.form-group select:focus+label,.form-group textarea:focus+label{color:var(--primary-color)}.save-address-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-weight:600;cursor:pointer;transition:var(--transition);font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;position:relative;overflow:hidden}.save-address-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.save-address-btn:hover:before{left:100%}.save-address-btn:hover{background:linear-gradient(135deg,#45a049,#4caf50);transform:translateY(-2px);box-shadow:0 6px 20px #4caf504d}.save-address-btn:active{transform:translateY(0)}.address-option{display:flex;align-items:center;padding:1.5rem;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:var(--transition);gap:1rem;margin-bottom:1rem;background:var(--white);position:relative;overflow:hidden}.address-option:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:var(--transition)}.address-option:hover:before{background:var(--primary-color)}.address-option:hover{border-color:var(--primary-color);transform:translate(4px);box-shadow:0 4px 15px #0000001a}.address-option.selected{border-color:var(--primary-color);background-color:var(--primary-light);transform:translate(2px)}.address-option.selected:before{background:var(--primary-color)}.radio{width:20px;height:20px;border:2px solid var(--primary-color);border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--primary-color);transform:scale(0);transition:transform .2s var(--animation-bounce)}.address-option.selected .radio:after{transform:scale(1)}@media (max-width: 1200px){.main-checkout-card{grid-template-columns:1fr .9fr;gap:1.5rem;padding:1.5rem}.order-summary-card{top:1rem}.checkout-form-card{padding:1.25rem}}@media (max-width: 992px){.main-checkout-card{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}.order-summary-card{position:static;width:100%;margin-top:2rem;animation:slideInFromBottom .6s ease-out}.delivery-selection-row{flex-direction:column;gap:1rem}.delivery-option-card{width:100%;animation:slideInFromLeft .5s ease-out}.delivery-option-card:nth-child(2){animation-delay:.1s}.checkout-form{padding:1.5rem}.stepper{justify-content:center;flex-wrap:wrap;gap:1rem}}@media (max-width: 768px){:root{--container-padding: .75rem}.checkout-page{padding:1rem .75rem}.checkout-page h1{font-size:1.4rem;margin-bottom:1rem;text-align:center}.stepper{flex-wrap:wrap;gap:.25rem .75rem;margin-bottom:1rem;justify-content:center}.step-number{width:28px;height:28px;font-size:.8rem}.step-label{font-size:.75rem;margin-top:.25rem}.main-checkout-card{padding:1rem;border-radius:12px;gap:1rem}.checkout-form-card{padding:1rem}.checkout-section h2{font-size:1.1rem;margin-bottom:.75rem;text-align:center}.delivery-options h2{font-size:1.2rem;text-align:center;margin-bottom:1rem}.form-row{flex-direction:column;gap:.75rem}.delivery-time-options{gap:.5rem}.radio-label{padding:.6rem;gap:.6rem}.radio-label input[type=radio]{width:16px;height:16px}.radio-text{font-size:.9rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,input[type=text],input[type=tel],select{font-size:.95rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:.5rem}.time-options{flex-wrap:wrap;gap:.75rem;justify-content:center}.delivery-option,.payment-method{padding:1rem;border-radius:10px}.option-icon{width:44px;height:44px;font-size:1.3rem;margin-right:.75rem}.payment-icon{width:40px;height:40px;font-size:1.2rem}.order-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem;margin-bottom:.75rem}.item-details{width:100%;gap:.5rem}.item-pricing{align-self:flex-end}.quantity-controls{padding:.4rem .8rem;border-radius:12px}.proceed-btn{font-size:1rem;padding:1rem 1.25rem;border-radius:12px}.order-summary-card{padding:1rem;border-radius:12px;margin-top:1rem}.order-summary h2{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem}.address-option{padding:1rem;border-radius:10px;margin-bottom:.75rem}.save-address-btn{width:100%;justify-content:center;padding:.9rem;border-radius:8px;margin-top:1rem}}@media (max-width: 480px){.checkout-page{padding:.75rem .5rem}.checkout-page h1{font-size:1.2rem;margin-bottom:.75rem}.breadcrumb{font-size:.85rem;text-align:center}.checkout-content h3{font-size:1.1rem}.delivery-options-container{border-radius:16px 16px 0 0;max-height:80vh}.option-content p{max-width:100%;font-size:.95rem}.time-option{padding:.6rem 1rem;font-size:.9rem}.order-summary h2{font-size:1.15rem;text-align:center}.order-totals{margin:.75rem 0;padding:.75rem 0}.order-totals>div{font-size:.9rem;margin-bottom:.4rem}.order-totals .total{font-size:1rem;margin-top:.75rem;padding-top:.75rem}.payment-content{padding:1.5rem;border-radius:12px}.main-checkout-card{padding:.75rem;gap:.75rem}.checkout-form-card{padding:.75rem}.order-summary-card{padding:.75rem;margin-top:.75rem}.order-summary h2{font-size:1rem;margin-bottom:.75rem;padding-bottom:.5rem}.delivery-option-card{padding:1rem;border-radius:10px}.option-header{flex-direction:row;text-align:left;gap:.75rem;margin-bottom:.5rem}.option-icon{width:36px;height:36px;font-size:1.1rem;margin-right:.5rem;margin-bottom:0}.radio-outer{margin-left:auto;margin-top:0}.form-group{margin-bottom:.75rem}.form-group input,.form-group textarea,input[type=text],input[type=tel],select{padding:.7rem .9rem;font-size:.9rem;margin-bottom:.25rem}.form-group label{margin-bottom:.5rem;font-size:.9rem}.item-image{width:40px;height:40px;padding:.2rem}.item-top-row{gap:.5rem}.item-bottom-row{padding-left:48px;gap:.5rem}.item-pricing{align-items:flex-end}.item-name{font-size:.9rem}.item-weight{font-size:.75rem;margin-top:.15rem}.item-price{font-size:.95rem}.item-gst{font-size:.8rem}.quantity-controls{align-self:center;margin-left:0;margin-top:0;padding:.25rem .5rem}.remove-item{position:static;margin-left:.5rem}.order-item{padding:.5rem;margin-bottom:.5rem}.item-pricing{margin-top:.25rem;align-self:flex-start}}.login-container{display:flex;height:100vh;width:100%}.login-left{width:60%;background-image:url(./snacks%20and%20nuts-BPRhCjnD.png);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}.login-left h1{font-size:4rem;margin-bottom:1rem}.login-left p{font-size:1.5rem}.login-right{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#214ea7;padding:2rem;color:#fff}.login-form{display:flex;flex-direction:column;width:80%;max-width:400px}.login-form h2{font-size:2rem;margin-bottom:2rem;text-align:center}.login-form label{margin-bottom:.5rem}.login-form input{padding:.8rem;margin-bottom:1.5rem;border-radius:5px;border:none}.login-form button{padding:1rem;border-radius:5px;border:none;background-color:#007bff;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.login-form button:hover{background-color:#0056b3}.login-right p{margin-top:1rem;font-size:.9rem}.login-right a{color:#007bff;text-decoration:none}.login-right a:hover{text-decoration:underline}.mobile-input{width:100%;height:56px;padding:0 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-weight:500;background-color:#fff;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 2px 8px #00000014;box-sizing:border-box}.mobile-input:focus{outline:none;border-color:#1da1f2;box-shadow:0 0 0 3px #1da1f226,0 4px 12px #0000001f;transform:translateY(-1px)}.mobile-input::placeholder{color:#a0aec0;font-weight:400}.mobile-input:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001f}.login-mobile-input{width:100%;height:60px;padding:0 12px;border:2px solid #e2e8f0;border-radius:12px;font-size:1.2rem!important;font-weight:500;letter-spacing:.5px;color:#111!important;font-family:inherit;caret-color:#111;text-align:left;line-height:1.2;font-variant-numeric:tabular-nums;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;background-color:#fff!important;margin-bottom:12px;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000f;box-sizing:border-box}.login-mobile-input:focus{outline:none;border-color:#1da1f2;box-shadow:0 0 0 3px #1da1f226,0 4px 12px #0000001f}.login-mobile-input::placeholder{color:#9aa7b8;font-weight:400;opacity:1}.login-mobile-input:-webkit-autofill,.login-mobile-input:-webkit-autofill:hover,.login-mobile-input:-webkit-autofill:focus{-webkit-text-fill-color:#111!important;box-shadow:inset 0 0 0 1000px #fff!important;transition:background-color 5000s ease-in-out 0s}.account-sidebar{position:fixed;top:100px;left:0;width:280px;height:calc(100vh - 100px);padding:2rem;background-color:#f9fafb;border-right:1px solid #e5e7eb;z-index:100;display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 1024px) and (max-width: 1200px){.account-sidebar{width:200px;padding:1rem}}@media (min-width: 1201px) and (max-width: 1440px){.account-sidebar{width:220px;padding:1.25rem}}.sidebar-title{font-size:1.25rem;font-weight:600;margin-bottom:2rem;color:#111827}.sidebar-nav ul{list-style:none;padding-top:0;margin:0}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{display:block;padding:.75rem 1rem;color:#374151;text-decoration:none;border-radius:.5rem;transition:background-color .2s ease}.sidebar-nav a:hover{background-color:#f3f4f6}.sidebar-nav a.active{background-color:#e8f5fe;color:#1da1f2;font-weight:500}.sidebar-nav .category{margin-top:1.5rem}.sidebar-nav .category-title{font-weight:600;color:#111827}.sidebar-nav .submenu{margin-top:.5rem;padding-left:1rem}.sidebar-nav .submenu a{font-size:.875rem}.sidebar-footer{padding-top:1rem;border-top:1px solid #e5e7eb}.logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background-color:transparent;color:#ef4444;font-size:1rem;font-weight:500;text-align:left;border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.logout-btn:hover{background-color:#fee2e2;color:#b91c1c}@media (max-width: 768px){.account-sidebar{position:sticky;top:0;left:0;width:100%;height:auto;padding:.75rem 1rem;border-right:none;border-bottom:1px solid #e5e7eb;background-color:#fff}.sidebar-title{display:none}.sidebar-nav ul{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sidebar-nav li{margin:0;flex:0 0 auto}.sidebar-nav a{display:inline-block;padding:.5rem .75rem;border-radius:999px;white-space:nowrap;background-color:#f9fafb}.sidebar-nav a.active{background-color:#e8f5fe}}.settings-layout{min-height:100vh;background-color:#f9fafb}.settings-content{margin-left:280px;flex-grow:1;padding:2rem 1rem;background-color:#fff;min-height:calc(100vh - 70px)}@media (min-width: 1024px) and (max-width: 1200px){.settings-content{margin-left:220px;padding:1.5rem 2rem}}@media (min-width: 1201px) and (max-width: 1440px){.settings-content{margin-left:240px;padding:1.75rem 1rem}}@media (max-width: 768px){.settings-content{margin-left:0;padding:1rem}}.skeleton-card{display:flex;gap:20px;padding:20px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;overflow:hidden;position:relative}.skeleton-image{width:100px;height:100px;border-radius:8px;background-color:#e0e0e0}.skeleton-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:10px}.skeleton-line{height:16px;border-radius:4px;background-color:#e0e0e0}.skeleton-line.title{width:70%;height:20px}.skeleton-line.short{width:50%}.skeleton-card:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150%}to{left:150%}}.past-orders-container{padding:1rem 1.5rem;width:100%;max-width:none}.date-range-filter{display:flex;align-items:center;gap:10px;margin-left:15px;background:#f8f9fa;padding:8px 12px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.date-picker-group{display:flex;align-items:center;gap:5px}.date-picker-group label{font-size:14px;color:#495057;font-weight:500}.date-input{padding:6px 8px;border:1px solid #ced4da;border-radius:4px;font-size:14px;color:#495057;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.date-input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.today-btn{padding:6px 12px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.today-btn:hover{background:#1976d2}.today-btn:active{transform:translateY(1px)}.filters-toggle{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;width:300px;justify-content:center}.filters-toggle svg{font-size:1rem}.filters-toggle:hover,.filters-toggle.active{background:#e8f5fe;border-color:#1da1f2;color:#1da1f2}.filters-toggle:focus-visible{outline:2px solid #1DA1F2;outline-offset:2px}.filters-panel{width:100%;overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .3s ease,opacity .25s ease,transform .25s ease}.filters-panel.open{max-height:500px;opacity:1;transform:translateY(0);margin-top:8px}.orders-header{position:relative}.orders-toolbar{margin-left:auto;position:relative;flex-wrap:nowrap}.orders-toolbar .filters-panel{position:absolute;top:calc(100% + 8px);right:0;width:auto;min-width:320px;max-width:calc(100vw - 32px);z-index:10}.orders-toolbar .filters-panel.open{margin-top:0}.orders-select{min-width:140px}@media (max-width: 768px){.orders-toolbar{flex-wrap:wrap}.orders-toolbar .filters-panel{position:static;width:100%;max-width:100%;min-width:0}}.orders-pagination{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;margin-top:14rem;padding-right:1rem}.page-btn,.page-num{padding:.45rem .8rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#000;cursor:pointer}.page-num.active{background:#1da1f2;color:#fff;border-color:#1da1f2}.page-btn:disabled{opacity:.5;cursor:not-allowed}.order-status-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.status-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;background-color:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content}.status-tab.active{border-color:#1da1f2;box-shadow:0 0 0 1px #1da1f2;color:#1da1f2}.status-tab:not(.active):hover{background-color:#f3f4f6}.loader-container,.error-message,.empty-orders-message{display:flex;justify-content:center;align-items:center;padding:50px;font-size:1.2rem;color:#888;width:100%}.error-message{color:#e74c3c}.status-tab svg{font-size:1.25rem}.status-tab span{font-weight:500}.order-count{color:#6b7280;font-size:.875rem}.past-orders-title{font-size:1.5rem;font-weight:600;margin:0}.orders-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem}.orders-title-group{display:flex;flex-direction:column;gap:.25rem}.orders-subtitle{margin:0;color:#6b7280}.orders-toolbar,.toolbar-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.orders-select{height:38px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:0 .75rem;color:#374151;margin-bottom:0}.orders-search{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.35rem .75rem}.orders-search input{border:none;outline:none;width:200px}.order-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;margin:0;padding:0;list-style:none}@media (min-width: 1024px) and (max-width: 1366px){.past-orders-container{padding:1rem}.order-list{grid-template-columns:repeat(2,1fr);gap:1rem}.order-main{gap:.75rem}.order-actions{padding:.875rem 1rem}}@media (min-width: 1440px) and (max-width: 1599px){.order-list{grid-template-columns:repeat(2,1fr);gap:1rem}}.order-card{width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb;min-height:180px;display:flex;flex-direction:column}.order-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.order-main{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.order-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.order-left-section{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.order-title-section{display:flex;align-items:center;gap:.75rem}.order-id{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937;white-space:nowrap}.pill.order-type{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:capitalize;background-color:#e3f2fd;color:#1976d2;border:none;width:fit-content}.order-price{text-align:right;white-space:nowrap;margin-left:auto}.order-price .price{font-size:1.375rem;font-weight:700;color:#111827;margin:0}.order-items-visual{display:flex;justify-content:center;align-items:center;min-height:100px;padding:1rem 0;width:100%;margin:0}.items-preview{display:flex;align-items:center;gap:.5rem}.item-image{width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;background:#f8f9fa;box-shadow:0 2px 4px #0000001a}.item-image img{width:100%;height:100%;object-fit:cover}.more-items{width:60px;height:60px;border-radius:8px;background:#f8f9fa;border:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#666;box-shadow:0 2px 4px #0000001a}.no-items{font-size:.875rem;color:#6c757d;font-weight:400}.order-meta-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.875rem;color:#6b7280}.order-date{color:#6b7280;margin-right:.2rem;font-size:.8rem}.pill{padding:.1rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:500;text-transform:capitalize}.order-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #f3f4f6;background:#fafafa;margin-top:0}.order-status-left{flex:0 0 auto}.action-buttons{display:flex;gap:.5rem;flex:0 0 auto}.btn-outline,.btn-primary{width:auto;min-width:100px;padding:.5rem .875rem;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}.order-image{width:100px;height:100px;object-fit:cover;border-radius:.5rem}.order-details{flex-grow:1}.order-details h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.order-details p{color:#6b7280;margin-bottom:.25rem}.order-status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.order-status.delivered{background-color:#e6f4ea;color:#34a853}.order-status.out-for-delivery{background-color:#fff4e6;color:#fbbc05}.order-status.processing{background-color:#e9e7fd;color:#7c3aed}.order-status.confirmed{background-color:#dcfce7;color:#16a34a}.order-status.partner-assigned{background-color:#e0f2fe;color:#0277bd}.order-status.accepted{background-color:#e8f5e8;color:#2e7d32}.order-status.picked-up{background-color:#fff3e0;color:#ef6c00}.order-status.ready-pickup{background-color:#e3f2fd;color:#1565c0}.order-status.cancelled{background-color:#ffebee;color:#c62828}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.8rem;font-weight:600;border-radius:999px;border:1px solid transparent}.pill.delivery{background:#e6f4ff;color:#1e88e5;border-color:#cfe8fb}.pill.pickup{background:#f6f3ff;color:#7c3aed;border-color:#e4ddff}.pill.status.delivered{background:#e6f4ea;color:#34a853;border-color:#cdebd6}.pill.status.out-for-delivery{background:#e8f5fe;color:#1da1f2;border-color:#cfe8fb}.pill.status.processing{background:#fff4e6;color:#f59e0b;border-color:#fde6c8}.pill.status.confirmed{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.pill.status.partner-assigned{background:#e0f2fe;color:#0277bd;border-color:#b3e5fc}.pill.status.accepted{background:#e8f5e8;color:#2e7d32;border-color:#c8e6c9}.pill.status.picked-up{background:#fff3e0;color:#ef6c00;border-color:#ffcc02}.pill.status.ready-pickup{background:#e3f2fd;color:#1565c0;border-color:#90caf9}.pill.status.cancelled{background:#ffebee;color:#c62828;border-color:#ffcdd2}.pill.partner{background:#f3e8ff;color:#7c3aed;border-color:#ddd6fe}.pill.subtle{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.order-actions{display:flex;align-items:center;gap:.5rem}.btn-outline,.btn-primary{padding:.55rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:600}.btn-outline{background:#fff;color:#1da1f2;border:1px solid #1DA1F2}.btn-outline:hover{background:#e8f5fe}.btn-primary{background:#1da1f2;color:#fff;border:1px solid #1DA1F2}.btn-primary:hover{background:#1991db}.order-card.loaded{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.past-orders-container{padding:.5rem}.orders-header{flex-direction:column;align-items:stretch;padding:.75rem}.status-tab{padding:.65rem .85rem;font-size:.9rem}.order-list{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 768px){.past-orders-container{padding:.5rem}.order-status-tabs{gap:.5rem;margin-bottom:1rem}.status-tab{padding:.6rem .8rem;font-size:.85rem}.status-tab svg{font-size:.95rem}.orders-header{padding:.75rem}.orders-toolbar{flex-wrap:wrap;gap:.5rem}.orders-search input{width:160px}.order-list{grid-template-columns:repeat(2,1fr);gap:.75rem}.order-main{padding:.875rem}.order-header-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}.order-title-section{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.order-price{text-align:right;margin-left:auto;flex-shrink:0}.order-status-left{flex:0 0 auto}.order-status{padding:4px 8px;font-size:.8rem;white-space:nowrap}.action-buttons{display:flex;gap:.5rem;flex:0 0 auto}.btn-outline,.btn-primary{padding:.6rem .8rem;font-size:.8rem;white-space:nowrap;min-width:80px}}@media (max-width: 480px){.past-orders-container{padding:.75rem}.order-list{grid-template-columns:1fr;gap:1rem}.past-orders-title{font-size:1.25rem}.orders-header{padding:.625rem}.orders-title-group h2{font-size:1.25rem}.orders-subtitle{font-size:.85rem}.status-tab{padding:.5rem .7rem;font-size:.8rem}.status-tab svg{font-size:.9rem}.order-count{font-size:.75rem}.order-main{padding:.75rem}.order-id{font-size:1rem;margin-bottom:.4rem}.order-meta-row{font-size:.8rem;gap:.4rem}.order-price .price{font-size:1.1rem}.order-actions{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.625rem;gap:.4rem;flex-wrap:nowrap!important;flex-direction:row!important}.order-status-left{flex:0 0 auto}.order-status{padding:3px 6px;font-size:.75rem;white-space:nowrap}.action-buttons{display:flex;gap:.4rem;flex:0 0 auto}.btn-outline,.btn-primary{padding:.5rem .6rem;font-size:.75rem;white-space:nowrap;min-width:65px}.orders-pagination{justify-content:center;flex-wrap:wrap}}@media (min-width: 320px) and (max-width: 430px){.past-orders-container{padding:.75rem .5rem}.order-status-tabs{gap:.4rem;margin-bottom:1rem;padding:0 .25rem}.status-tab{padding:.5rem .65rem;font-size:.75rem;min-width:fit-content;flex-shrink:0}.status-tab svg{font-size:.85rem}.order-count{font-size:.7rem}.orders-header{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}.orders-title-group{text-align:center}.past-orders-title{font-size:1.2rem}.orders-subtitle{font-size:.8rem}.orders-toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.orders-toolbar .toolbar-controls{justify-content:center;gap:10px}.orders-toolbar .filters-toggle span{display:inline}.orders-toolbar .filters-toggle{padding:8px 12px;border-radius:8px;border:2px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.orders-select{width:100%;height:40px;font-size:.85rem}.item-image{width:56px;height:56px;border-radius:12px;border:2px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.more-items{width:56px;height:56px;border-radius:12px;font-size:13px;border:2px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.date-range-filter{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;margin-left:0}.date-picker-group{width:100%;justify-content:space-between;align-items:center}.date-picker-group label{font-size:.8rem;min-width:35px}.date-input{flex:1;max-width:200px;padding:.5rem;font-size:.8rem}.order-list{grid-template-columns:1fr;gap:.75rem}.order-card{border-radius:10px;margin-bottom:.75rem}.order-main{padding:.875rem;flex-direction:column;gap:.75rem}.order-id{font-size:1rem;margin-bottom:.4rem}.order-meta-row{font-size:.75rem;gap:.4rem}.order-price{text-align:left;align-self:flex-start}.order-price .price{font-size:1.1rem}.btn-outline,.btn-primary{width:100%;padding:.75rem;font-size:.85rem;border-radius:8px}.orders-pagination{justify-content:center;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.page-btn,.page-num{padding:.5rem .7rem;font-size:.8rem}}@media (max-width: 360px){.past-orders-container{padding:.5rem .25rem}.status-tab span:not(.order-count){display:none}.status-tab{padding:.5rem;min-width:auto}.date-input{max-width:150px}}.order-tracker-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.order-tracker-page .back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;background:#f1f5f9;color:#4b5563}.order-tracker-page .back-btn:hover{background:#e2e8f0}.order-tracker-page .page-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 0rem}.order-tracker-page .page-subtitle{font-size:.9rem;color:#64748b;margin:0 0 1rem}.order-tracker-page .card{background-color:#fff;border-radius:.75rem;padding:0rem;margin-bottom:0rem;box-shadow:0 2px 4px #0000000d;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:100%;transition:transform .2s ease,box-shadow .2s ease}.order-tracker-page .card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.order-tracker-page .card-title{font-size:1.25rem;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.tracker-content{margin-top:2rem}.main-card{width:100%}.delivery-info-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.section-subtitle{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.tracker-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start;margin-top:1.5rem}.status-section{grid-column:1}.delivery-section{grid-column:2}.map-card{order:2;grid-column:1;margin-bottom:0}.delivery-section{order:3;grid-column:1}@media (min-width: 768px){.tracker-content-grid{grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.status-section{order:1;grid-column:1;grid-row:1}.map-card{order:2;grid-column:1;grid-row:2;margin-bottom:0}.delivery-section{order:2;grid-column:1;grid-row:2}}.partner-section,.otp-section-container{margin-top:1rem}.otp-simple{font-size:1.1rem;font-weight:700;color:#1e293b}.status-section .card,.delivery-section .card,.map-card{height:100%;box-sizing:border-box}.delivery-details-expanded{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.delivery-details-expanded .section-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.delivery-partner-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.75rem;margin-bottom:1.25rem}.partner-avatar{width:48px;height:48px;border-radius:50%;background:#60a5fa;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600}.partner-details{flex:1}.partner-name{font-weight:600;color:#1e293b;margin-bottom:.25rem;display:block}.partner-vehicle{font-size:.85rem;color:#64748b;margin-bottom:.5rem;display:block}.btn-call{display:inline-flex;align-items:center;gap:.5rem;background:#e0f2fe;color:#0369a1;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-call:hover{background:#bae6fd}.otp-section{background:#f8fafc;border-radius:.75rem;padding:1rem;margin-top:1rem}.otp-section h4{font-size:.95rem;color:#1e293b;margin:0 0 .75rem}.otp-display{text-align:center}.otp-code{font-size:1.75rem;font-weight:700;letter-spacing:.1em;color:#1e293b;margin-bottom:.5rem;background:#fff;padding:.75rem;border-radius:8px;border:1px dashed #cbd5e1}.otp-note{font-size:.85rem;color:#64748b;margin:.5rem 0 0;line-height:1.5}.live-pill{position:absolute;top:.5rem;left:.5rem;background-color:#ffffffe6;color:#16a34a;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.driver-chip{position:absolute;bottom:.5rem;right:.5rem;display:flex;align-items:center;gap:.5rem;background-color:#ffffffe6;padding:.4rem .8rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;font-size:.8rem}.driver-chip .avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#93c5fd,#60a5fa)}.driver-chip .meta{line-height:1.2}.driver-chip .meta .name{font-weight:600;color:#1e293b;font-size:.8rem}.driver-chip .meta .sub{color:#64748b;font-size:.7rem}.status-tracker{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 1rem;margin:1rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.status-tracker:before{content:"";position:absolute;top:calc(2rem + 24px);left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:3px;background-color:#e2e8f0;border-radius:2px;z-index:1}.status-tracker:after{content:"";position:absolute;top:calc(2rem + 24px);left:calc(12.5% + 24px);height:3px;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:2px;z-index:2;width:var(--progress-width, 0%);max-width:calc(75% - 48px);transition:width 1.5s cubic-bezier(.4,0,.2,1);animation:progressPulse 2s ease-in-out infinite}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.8}}.status-tracker .step{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:25%;position:relative;z-index:3;padding:0;opacity:0;animation:fadeInUp .6s ease forwards}.status-tracker .step:nth-child(1){animation-delay:var(--animation-delay, .2s)}.status-tracker .step:nth-child(2){animation-delay:var(--animation-delay, .4s)}.status-tracker .step:nth-child(3){animation-delay:var(--animation-delay, .6s)}.status-tracker .step:nth-child(4){animation-delay:var(--animation-delay, .8s)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.status-tracker .icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:3px solid #e2e8f0;color:#94a3b8;font-size:1.3rem;flex-shrink:0;margin:0 0 .75rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014}.status-tracker .label{font-size:.9rem;font-weight:600;color:#1e293b;text-align:center;line-height:1.3;margin:.75rem 0 .25rem}.status-tracker .caption{font-size:.75rem;color:#64748b;text-align:center;line-height:1.3;margin:0}.status-tracker .step.current .icon{background:#fff;border-color:#4f46e5;color:#4f46e5;transform:scale(1.15);box-shadow:0 0 0 4px #4f46e526,0 4px 12px #4f46e533;animation:pulse 2s ease-in-out infinite}.status-tracker .step.current .label{color:#4f46e5;font-weight:700}.status-tracker .step.done .icon{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#4f46e5;color:#fff;box-shadow:0 2px 8px #4f46e54d}.status-tracker .step.done .label{color:#1e293b;font-weight:600}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #4f46e526,0 4px 12px #4f46e533}50%{box-shadow:0 0 0 8px #4f46e51a,0 4px 12px #4f46e54d}}.delivery-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:0 .5rem}.detail-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .25rem}.detail-item .detail-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.detail-item .detail-value{font-size:1rem;font-weight:600;color:#1e293b;line-height:1.3}.address-item{grid-column:span 2;margin-top:.5rem}.address-card{display:flex;gap:.75rem;background:#f8fafc;padding:1rem;border-radius:6px;border:1px solid #e2e8f0;margin-top:.5rem;align-items:flex-start}.address-card svg{color:#4f46e5;font-size:1.5rem;flex-shrink:0;margin-top:.2rem}.address-card div{flex:1;line-height:1.5}.address-card strong{display:block;font-weight:600;color:#1e293b;font-size:1rem;margin-bottom:.5rem}.address-card p{margin:.3rem 0;color:#64748b;font-size:.9rem;line-height:1.4}.address-card p:last-child{margin-bottom:0}.contact-driver-btn{padding:.6rem;font-size:.9rem;margin-top:1rem;font-weight:500;border-radius:.5rem;background-color:#3b82f6;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;background:#4f46e5;color:#fff;margin-top:1.5rem}.contact-driver-btn:hover{background-color:#2563eb;background:#4338ca}@media (min-width: 640px){.tracker-content-grid{grid-template-columns:2fr 1fr}.order-tracker-page{padding:1rem}.map-card .map-placeholder{height:100%;min-height:200px}}@media (min-width: 768px){.order-tracker-page .card{padding:0rem}.status-tracker{padding:.75rem 0}.status-tracker .icon{width:2.5rem;height:2.5rem;font-size:1.3rem}.status-tracker .label{font-size:.85rem}}@media (min-width: 1024px){.order-tracker-page{max-width:1200px;margin:0 auto;padding:1.5rem}.tracker-content-grid{gap:1.5rem}.order-tracker-page .card{margin-bottom:0rem}}@media (min-width: 1024px) and (max-width: 1366px){.order-tracker-page{max-width:1100px;padding:1rem}.tracker-content-grid{gap:1rem;grid-template-columns:2fr 1fr}.order-tracker-page .card{padding:1rem}.status-tracker{padding:1rem .5rem}.status-tracker .icon{width:44px;height:44px}.status-tracker .label{font-size:.85rem}.status-tracker .caption{font-size:.75rem}}@media (max-width: 768px){.order-header{flex-direction:column;align-items:flex-start}.refresh-btn{width:100%;justify-content:center}.tracker-content-grid{grid-template-columns:1fr;gap:1.5rem}.card{padding:1.25rem}.status-tracker{padding:1.5rem .5rem;gap:.5rem}.status-tracker .step{min-width:80px}.status-tracker .icon{width:40px;height:40px;font-size:1rem}.status-tracker .label{font-size:.8rem}.status-tracker .caption{font-size:.7rem}}.status-tracker{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:2rem 1rem;overflow-x:auto}.status-tracker:before{content:"";position:absolute;top:calc(2rem + 24px);left:12.5%;right:12.5%;height:2px;background:#e2e8f0;z-index:0}.status-tracker:after{content:"";position:absolute;top:calc(2rem + 24px);left:12.5%;width:var(--progress-width, 0%);height:2px;background:linear-gradient(90deg,#4f46e5,#7c3aed);z-index:1;transition:width 1.5s ease;border-radius:1px}.status-tracker .step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1;max-width:100px;text-align:center;opacity:0;transform:translateY(20px) scale(.8);transition:all 1s ease}.status-tracker .step.animate-in{opacity:1;transform:translateY(0) scale(1);animation-delay:var(--animation-delay, 0s)}.step-connector,.connector-line{display:none}.step-content{display:flex;flex-direction:column;align-items:center;gap:0;z-index:2;position:relative;width:100%}.status-tracker .icon{width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:1.2rem;transition:all .3s ease;flex-shrink:0;margin-bottom:.75rem;z-index:10;position:relative;box-shadow:0 0 0 4px #fff}.status-tracker .step.animate-in .icon{animation:iconBounce 1.2s ease forwards;animation-delay:var(--animation-delay, 0s)}@keyframes iconBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(-90deg);opacity:.8}to{transform:scale(1) rotate(0);opacity:1}}.status-tracker .icon.active{border-color:#4f46e5;color:#4f46e5;transform:scale(1.1);box-shadow:0 0 0 4px #4f46e533}.status-tracker .icon.completed{background:#4f46e5;border-color:#4f46e5;color:#fff}.status-tracker .label{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.9rem;text-align:center}.status-tracker .step.animate-in .label{animation:fadeInUp .8s ease forwards;animation-delay:calc(var(--animation-delay, 0s) + .4s);opacity:0;transform:translateY(10px)}.status-tracker .caption{color:#64748b;font-size:.8rem;margin-bottom:.5rem;text-align:center;line-height:1.3}.status-tracker .step.animate-in .caption{animation:fadeInUp .8s ease forwards;animation-delay:calc(var(--animation-delay, 0s) + .6s);opacity:0;transform:translateY(10px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.otp-info{background:#fef3c7;color:#92400e;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-top:.5rem}.delivery-details-compact{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap}.partner-compact{flex:1;min-width:280px;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.partner-compact h4{margin:0 0 .75rem;color:#1e293b;font-size:.9rem;font-weight:600}.partner-info{display:flex;justify-content:space-between;align-items:center;gap:1rem}.partner-main{display:flex;flex-direction:column;gap:.25rem}.partner-name{font-weight:600;color:#1e293b;font-size:.95rem}.partner-vehicle{color:#64748b;font-size:.85rem}.contact-btn-compact{background:#6366f1;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s;white-space:nowrap}.contact-btn-compact:hover{background:#4f46e5}.otp-compact{flex:1;min-width:200px;padding:1rem;background:#fff3cd;border-radius:8px;border:1px solid #ffeaa7}.otp-compact h4{margin:0 0 .75rem;color:#856404;font-size:.9rem;font-weight:600}.otp-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.otp-code-compact{font-size:1.5rem;font-weight:700;color:#856404;background:#fff;padding:.5rem 1rem;border-radius:6px;border:2px solid #ffeaa7;letter-spacing:.15em;font-family:Courier New,monospace}.otp-note-compact{color:#856404;font-size:.8rem;text-align:center;line-height:1.3}@media (max-width: 768px){.delivery-details-compact{flex-direction:column}.partner-info{flex-direction:column;align-items:stretch;gap:.75rem}.contact-btn-compact{justify-content:center}}.driver-info h4{margin:0 0 1rem;color:#1e293b;font-size:1rem;font-weight:600}.driver-details p{margin:.5rem 0;color:#64748b;font-size:.9rem}.contact-driver-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;background:#4f46e5;color:#fff;margin-top:1rem;text-decoration:none;font-size:.9rem}.contact-driver-btn:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.otp-section{margin-top:1.5rem;padding:1.25rem;background:#fef7ff;border:1px solid #e879f9;border-radius:8px}.otp-section h4{margin:0 0 1rem;color:#a21caf;font-size:1rem;font-weight:600}.otp-display{background:#fff;padding:1rem;border-radius:6px;text-align:center;margin-bottom:.5rem;border:2px dashed #e879f9}.otp-display strong{font-size:1.5rem;color:#a21caf;letter-spacing:.2em;font-family:Courier New,monospace}.otp-note{color:#86198f;font-size:.85rem;margin:0;text-align:center}.order-tracker-page.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.9rem;margin:.5rem 0;background:#4f46e5;color:#fff}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.status-update{animation:pulse 1s ease-in-out}.delivery-section .card{padding:1rem}.delivery-section .card-title{margin-bottom:.75rem}.delivery-section .delivery-details-grid{gap:.5rem;padding:0}.delivery-section .detail-item{padding:.25rem 0}.delivery-section .address-card{padding:.75rem;margin-top:.25rem}.otp-section-container .card{padding:1rem}.otp-only{text-align:center;font-size:2rem;font-weight:800;letter-spacing:.15em;color:#1e293b}.order-tracker-simple .page-title{margin:.25rem 0}.order-tracker-simple .page-subtitle{margin:0 0 .75rem}.order-tracker-simple .tracker-content-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"status" "partner" "delivery" "otp";gap:1rem}@media (min-width: 900px){.order-tracker-simple .tracker-content-grid{grid-template-columns:2fr 1fr;grid-template-areas:"status partner" "delivery otp"}}.order-tracker-simple .status-section{grid-area:status}.order-tracker-simple .delivery-section{grid-area:delivery}.order-tracker-simple .partner-section{grid-area:partner;margin-top:0}.order-tracker-simple .otp-section-container{grid-area:otp;margin-top:0}.order-tracker-simple .card{padding:1rem;border-radius:12px;box-shadow:0 1px 3px #00000014}.order-tracker-simple .card-title{margin:0 0 .75rem;padding:0 0 .5rem;border-bottom:1px solid #eef2f7}.order-tracker-simple .status-tracker{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem .5rem .75rem;margin:.25rem 0 0;overflow:hidden}.order-tracker-simple .status-tracker .step{opacity:1!important;transform:none!important;max-width:none}.order-tracker-simple .status-tracker .step.animate-in .icon{animation:none}.order-tracker-simple .status-tracker .step.animate-in .label,.order-tracker-simple .status-tracker .step.animate-in .caption{animation:none;opacity:1;transform:none}.order-tracker-simple .status-tracker:before{content:"";position:absolute;top:44px;left:12.5%;right:12.5%;height:2px;background:#e5e7eb;z-index:0}.order-tracker-simple .status-tracker:after{content:"";position:absolute;top:44px;left:12.5%;width:var(--progress-width, 0%);height:2px;background:#6366f1;z-index:1;transition:width .8s ease}.order-tracker-simple .status-tracker .icon{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;color:#64748b;margin-bottom:.5rem;box-shadow:0 0 0 4px #fff}.order-tracker-simple .status-tracker .icon.active{border-color:#6366f1;color:#6366f1;box-shadow:0 0 0 4px #6366f133}.order-tracker-simple .status-tracker .icon.completed{background:#6366f1;border-color:#6366f1;color:#fff}.order-tracker-simple .status-tracker .label{font-size:.9rem;color:#111827}.order-tracker-simple .status-tracker .caption{font-size:.75rem;color:#6b7280}.order-tracker-simple .delivery-details-grid{grid-template-columns:1fr 1fr;gap:.75rem}.order-tracker-simple .address-card,.order-tracker-simple .delivery-partner-card{background:#f8fafc;border:1px solid #e5e7eb}.order-tracker-simple .otp-only{font-size:1.8rem;letter-spacing:.18em}.order-details-page{min-height:100vh;padding:.5rem}.order-details-grid{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:start}.order-items-card{grid-column:1 / -1;width:100%}.back-btn{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:none;color:#6b7280;cursor:pointer;font-weight:500;margin:0 0 .5rem;font-size:.85rem;padding:.3rem 0}.order-header{background:#fff;border-radius:10px;padding:1.5rem;margin-bottom:.75rem;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.order-header .product-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.order-header-right{flex:1;min-width:300px}.order-title{font-size:1.4rem;font-weight:700;color:#111827;margin:0 0 .5rem}.order-meta{color:#6b7280;font-size:.9rem;margin:0 0 1rem}.card.hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hero-title{font-size:1.125rem;font-weight:700}.hero-sub{margin-top:2px}.pill-code{background:#f3f4f6;padding:6px 10px;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;word-break:break-all}.details-2col{display:grid;grid-template-columns:1.7fr 1fr;gap:1.25rem}.card{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 1px 2px #0000000d;margin-bottom:.75rem}.card h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .75rem}.map-card{padding:0;overflow:hidden}.map-placeholder{position:relative;height:240px;background:linear-gradient(180deg,#111827,#0b1324);border-radius:12px;display:block}.map-placeholder:before{content:"";position:absolute;inset:0;background-image:url(https://maps.gstatic.com/tactile/pane/backdrop_2x.png);background-size:cover;opacity:.08}.live-pill{position:absolute;left:14px;top:14px;background:#e6f4ea;color:#22c55e;border:1px solid #bbf7d0;padding:6px 10px;border-radius:999px;font-weight:700;font-size:.85rem;box-shadow:0 4px 12px #00000014}.driver-chip{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;box-shadow:0 8px 20px #00000014}.driver-chip .avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#93c5fd,#60a5fa)}.driver-chip .meta{line-height:1.1}.driver-chip .meta .name{font-weight:700;color:#0f172a}.driver-chip .meta .sub{color:#6b7280;font-size:.85rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-header .left{display:flex;align-items:center;gap:1rem}.order-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.review-toggle-header{display:flex;align-items:center}.review-status-text{font-size:.9rem;color:#3b82f6;font-weight:500;background:#dbeafe;padding:.4rem .8rem;border-radius:6px;border:1px solid #bfdbfe}.order-items-container{max-height:500px;overflow-y:auto;margin-bottom:.75rem}.order-items-table{width:100%;border-collapse:collapse;table-layout:fixed}.order-items-table th{text-align:left;padding:.75rem .5rem;border-bottom:2px solid #e5e7eb;font-weight:600;color:#6b7280;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;background-color:#f8fafc}.order-items-table th:nth-child(1){width:35%}.order-items-table th:nth-child(2){width:12%;text-align:center}.order-items-table th:nth-child(3){width:10%;text-align:center}.order-items-table th:nth-child(4){width:10%;text-align:right}.order-items-table th:nth-child(5){width:10%;text-align:right}.order-items-table th:nth-child(6){width:23%;text-align:center}.order-items-table td{padding:1rem .5rem;border-bottom:1px solid #f3f4f6;vertical-align:middle;font-size:.9rem}.product-info{display:flex;align-items:flex-start;gap:.75rem;width:100%}.product-image{width:60px;height:60px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e5e7eb}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.product-details h4{font-weight:600;color:#111827;margin:0;font-size:1rem;line-height:1.3}.product-details p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.quantity-cell{text-align:center;font-weight:600;color:#111827}.price-cell{text-align:right;font-weight:600;color:#111827}.total-cell{text-align:right;font-weight:700;color:#111827}.net-weight-cell{text-align:center;font-weight:500;color:#374151;font-size:.85rem}.rating-cell{text-align:center;padding:1rem .5rem;vertical-align:middle;position:relative;width:24%}.table-review-form{display:flex;justify-content:center;align-items:center}.review-form-compact.table-mode{margin:0;padding:0}.review-form-compact.table-mode .rating-section-inline{gap:.5rem;justify-content:center;flex-wrap:nowrap;align-items:center}.review-form-compact.table-mode .star-rating-compact{gap:.15rem}.review-form-compact.table-mode .star-compact{font-size:1.1rem!important;padding:.2rem!important}.review-form-compact.table-mode .submit-review-btn-small{padding:.3rem .6rem;font-size:.9rem;min-width:28px;height:28px}.comment-section-compact.table-comment{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:.5rem;margin-top:.25rem}.review-form-compact.table-mode{position:relative}.comment-section-compact.table-comment textarea{width:100%;min-height:60px;border:1px solid #d1d5db;border-radius:4px;padding:.5rem;font-size:.85rem;resize:vertical;box-sizing:border-box}.comment-section-compact.table-comment .character-count-compact{font-size:.7rem;color:#6b7280;text-align:right;margin-top:.25rem}.see-updates{display:inline-block;color:#1da1f2;font-weight:600;margin:.25rem 0 1rem;cursor:pointer}.see-updates:hover{text-decoration:underline}.review-card{margin-top:.5rem;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:10px;padding:.75rem}.review-card .review-title{font-weight:600;margin-bottom:.25rem;color:#111827}.review-card .stars{display:inline-flex;gap:6px;margin:6px 0}.review-card .star{background:transparent;border:none;padding:2px;color:#d1d5db;font-size:20px;cursor:pointer;transition:transform .12s ease,color .12s ease}.review-card .star.active{color:#f59e0b;transform:scale(1.05)}.review-card .star.sm{font-size:16px;padding:0}.review-text{width:100%;margin-top:8px;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;resize:vertical;font:inherit}.review-actions{margin-top:8px;display:flex;gap:8px}.review-thanks .given{display:inline-flex;gap:4px;margin-bottom:4px}aside.sidebar{display:grid;gap:1rem;align-content:start;position:sticky;top:1rem;height:max-content}.btn.block{width:100%;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;margin-top:.75rem}@media (max-width: 960px){.details-2col{grid-template-columns:1fr}aside.sidebar{position:static}}.top-summary{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;margin-bottom:1.25rem}.fade-in-up{animation:fadeInUp .38s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.vtracker{position:relative;padding-left:28px;margin-bottom:.5rem}.vtracker .vline{position:absolute;left:12px;top:0;bottom:0;width:2px}.vtracker .vline:before{content:"";position:absolute;inset:0;background:#e5e7eb;border-radius:999px}.vtracker .vline:after{content:"";position:absolute;left:0;top:0;width:100%;height:var(--vline-progress, 0%);background:#14b8a6;border-radius:999px;transition:height .42s ease}.vsteps{display:grid;gap:14px}.vstep{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start}.vstep .bullet{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#e6fffb;color:#14b8a6;transition:all .24s ease;box-shadow:0 0 #14b8a600}.vstep .label{font-weight:600;color:#111827}.vstep .sub{color:#0ea5a4;font-size:.875rem;margin-top:2px}.vstep.done .bullet,.vstep.current .bullet{background:#ccfbf1;color:#0f766e;box-shadow:0 0 0 3px #14b8a62e}.vstep.current .label{color:#0f766e}.btn{background:#2563eb;color:#fff;border:none;padding:10px 12px;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .16s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb33}.btn.secondary{background:#111827;color:#fff}.btn.ghost{background:#fff;color:#111827;border:1px solid #e5e7eb}.btn:active{transform:translateY(0);box-shadow:none}.link{background:transparent;border:none;padding:0;color:#2563eb;font-weight:600;cursor:pointer}.link:hover{text-decoration:underline}.tracker-actions{display:flex;gap:1rem;margin:.5rem 0 .75rem}.updates{list-style:none;padding:0 0 0 28px;margin:0 0 1rem;display:grid;gap:8px}.updates li{display:flex;gap:12px;align-items:flex-start;font-size:.95rem;flex-wrap:wrap}.updates .when{color:#6b7280;min-width:120px}.updates .what{color:#111827;font-weight:500}.updates .what .icon{display:inline-grid;place-items:center;width:18px;height:18px}.top-summary .left{display:flex;align-items:center;gap:1rem}.product-img{width:72px;height:72px;border-radius:8px;object-fit:cover}.muted{color:#6b7280}.courier-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #93c5fd;box-shadow:0 2px 10px #3b82f626}.contact-buttons{display:flex;gap:8px;margin-top:12px}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:9999px;font-weight:500;font-size:.9rem}.htracker{display:grid;grid-auto-flow:column;align-items:center;gap:10px;padding:8px 6px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.hstep{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;transition:background .16s ease,box-shadow .16s ease;white-space:nowrap}.hstep .hicon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;border:2px solid #d1d5db;color:#9ca3af;background:#fff;transition:all .16s ease}.hstep .hlabel{font-weight:600;color:#111827;font-size:.95rem}.hstep.done .hicon{border-color:#10b981;color:#10b981;box-shadow:0 0 0 3px #10b98126}.hstep.current{background:#f0fdf4;box-shadow:0 1px #e5efe9 inset}.hstep.current .hicon{border-color:#10b981;color:#10b981}.hstep.upcoming .hlabel{color:#6b7280;font-weight:500}.hconnector{height:2px;width:40px;background:#e5e7eb;border-radius:999px;position:relative}.hconnector.active:after{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;background:#10b981;border-radius:999px}.hconnector.current:after{content:"";position:absolute;left:0;top:0;bottom:0;width:45%;background:#10b981;border-radius:999px;transition:width .36s ease}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.order-summary{margin-top:.75rem;padding-top:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.9rem}.summary-row.total{font-weight:600;color:#111827;margin-top:.25rem;padding-top:.25rem;border-top:1px solid #e5e7eb}.delivery-info-header{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.delivery-info-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.delivery-info-compact{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.info-section-compact{min-width:0}.info-section-compact h4{font-size:.85rem;font-weight:600;color:#374151;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.info-section-compact p{color:#6b7280;font-size:.85rem;margin:.2rem 0;line-height:1.4}.info-section-compact p strong{color:#1e293b;font-weight:600}.info-section-compact .delivery-slot{color:#1e293b;font-weight:600;font-size:.9rem}.sms-info-compact{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-size:.8rem;margin-top:.75rem;padding:.5rem;background:#fff;border-radius:6px;border:1px solid #dbeafe}.sms-info-compact span{font-size:.9rem}.delivery-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.info-section h4{font-weight:600;color:#111827;margin:0 0 .75rem;font-size:.95rem}.info-section p{color:#6b7280;margin:.25rem 0;font-size:.9rem;line-height:1.5}.delivery-slot{color:#111827;font-weight:600}.sms-info{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-size:.85rem;margin-top:.5rem}.sms-info:before{content:"ℹ";display:inline-block;width:16px;height:16px;background:#dbeafe;border-radius:50%;text-align:center;line-height:16px;font-size:12px}.order-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;background:transparent;border:none;border-radius:0;padding:0;margin-bottom:.75rem;flex-wrap:nowrap}@media (min-width: 1024px) and (max-width: 1366px){.order-top-actions{gap:.5rem;padding:0}.order-top-actions .btn-primary,.order-top-actions .btn-secondary{padding:.6rem 1rem;font-size:.95rem}}@media (max-width: 640px){.order-top-actions{flex-wrap:wrap;justify-content:space-between;gap:.5rem}.order-top-actions .btn-primary,.order-top-actions .btn-secondary{flex:1 1 calc(50% - 6px);justify-content:center}}.btn-primary{background:#60a5fa;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;gap:.5rem}.btn-primary:hover{background:#3b82f6}.btn-secondary{background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;color:#374151;border-color:#9ca3af}@media (max-width: 768px){.order-header{flex-direction:column;gap:1.5rem;padding:1rem}.order-header-right{min-width:0}.delivery-info-compact{grid-template-columns:1fr;gap:1rem}.order-items-header{flex-direction:column;align-items:flex-start;gap:.75rem}.order-details-grid{grid-template-columns:1fr;gap:.5rem}.order-items-card{width:100%;overflow-x:auto}.card{padding:.75rem}.order-items-table{min-width:600px}.order-items-table th,.order-items-table td{padding:.75rem .5rem;font-size:.85rem}.order-items-table th:nth-child(1){width:40%}.order-items-table th:nth-child(2){width:12%}.order-items-table th:nth-child(3){width:10%}.order-items-table th:nth-child(4){width:10%}.order-items-table th:nth-child(5){width:10%}.order-items-table th:nth-child(6){width:18%}.product-image{width:50px;height:50px}.product-details h4{font-size:.9rem}.product-details p{font-size:.8rem}.review-form-compact.table-mode .star-compact{font-size:1rem!important;padding:.15rem!important}.review-form-compact.table-mode .submit-review-btn-small{padding:.25rem .4rem;font-size:.8rem;min-width:24px;height:24px}.comment-section-compact.table-comment{left:-50px;right:-50px;min-width:200px}}@media (max-width: 640px){.order-header{padding:.75rem}.order-title{font-size:1.2rem}.delivery-info-header{padding:.75rem}.delivery-info-header h3{font-size:.9rem}.info-section-compact h4,.info-section-compact p{font-size:.8rem}.sms-info-compact{font-size:.75rem;padding:.4rem}.tracker{grid-template-columns:1fr 20px 1fr 20px 1fr}.top-summary{flex-direction:column;align-items:flex-start;gap:.75rem}.order-details-page{padding:1rem}.pill-code{font-size:.85rem}.updates .when{min-width:84px}.vstep .label{font-size:.95rem}.card.hero{align-items:flex-start}.card.hero .right{width:100%;display:flex;flex-wrap:wrap;gap:8px}.vtracker{padding-left:24px}.vsteps{gap:10px}}@media (min-width: 1024px) and (max-width: 1366px){.order-details-page{padding:.75rem}.order-details-grid{grid-template-columns:1.6fr 1fr;gap:.75rem}.details-2col{grid-template-columns:1.4fr 1fr;gap:1rem}.card{padding:.75rem}.order-items-table th{font-size:.78rem}.order-items-table td{font-size:.85rem}.map-placeholder{height:220px}}.order-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.9rem;margin:.75rem 0;color:#fff}.order-status-badge .order-type{font-weight:400;opacity:.9;font-size:.8rem}.partner-info{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.partner-info p{margin:.5rem 0;color:#64748b;font-size:.9rem}.otp-info{margin-top:1rem;padding:1rem;background:#fef7ff;border:1px solid #e879f9;border-radius:8px}.otp-info strong{color:#a21caf;font-size:1.2rem;font-family:Courier New,monospace;letter-spacing:.1em}.otp-note{color:#86198f;font-size:.85rem;margin:.5rem 0 0}.order-details-page.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{animation:spin 1s linear infinite;font-size:2rem;color:#4f46e5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviews-card{grid-column:1 / -1;margin-top:1rem}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.reviews-toggle{display:flex;align-items:center}.toggle-reviews-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease}.toggle-reviews-btn:hover{background:#2563eb}.toggle-reviews-btn:empty{display:none}.reviews-container{display:grid;gap:.75rem}.product-review-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:box-shadow .2s ease}.product-review-item:hover{box-shadow:0 4px 12px #0000001a}.product-review-item-compact{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;transition:background .2s ease}.product-review-item-compact:hover{background:#f1f5f9}.product-review-header-compact{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:.75rem}.product-image-tiny{width:40px;height:40px;border-radius:6px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.product-image-tiny img{width:100%;height:100%;object-fit:cover;border-radius:6px}.fallback-icon-tiny{font-size:1rem;color:#6b7280}.product-name-compact h4{font-size:.9rem;font-weight:600;color:#1e293b;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-review-inline{min-width:200px}.product-review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.product-image-small{width:60px;height:60px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.product-image-small img{width:100%;height:100%;object-fit:cover;border-radius:8px}.fallback-icon-small{font-size:1.5rem;color:#6b7280}.product-name-review h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.product-name-review p{font-size:.9rem;color:#64748b;margin:0;line-height:1.4}.product-review-form{background:#fff;border-radius:8px;padding:1rem}.review-form h5,.review-submitted h5{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.star-rating{display:flex;gap:.3rem;margin:.75rem 0}.star-rating-compact{gap:.2rem;margin:0}.star-rating .star{background:transparent;border:none;color:#d1d5db;font-size:1.5rem;cursor:pointer;transition:color .2s ease;padding:.3rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.star-compact{font-size:1rem!important;padding:.2rem!important;min-width:24px!important;min-height:24px!important}.star-rating .star:hover:not(:disabled){color:#fbbf24}.star-rating .star.active{color:#f59e0b}.star-rating .star:disabled{cursor:default}.rating-section{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.rating-text{font-size:1rem;color:#64748b;font-weight:500;min-width:80px}.comment-section{margin-bottom:1.25rem}.comment-section label{display:block;font-size:.95rem;font-weight:500;color:#374151;margin-bottom:.75rem}.comment-section textarea{width:100%;padding:1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.comment-section textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.character-count{font-size:.8rem;color:#6b7280;text-align:right;margin-top:.25rem}.review-actions{display:flex;justify-content:flex-end}.submit-review-btn{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease;min-width:140px}.submit-review-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.submit-review-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.review-submitted{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:1.25rem}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.edit-review-btn{background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;padding:.4rem .8rem;font-size:.8rem;cursor:pointer;transition:all .2s ease}.edit-review-btn:hover{background:#3b82f6;color:#fff}.submitted-review .star-rating{margin:.5rem 0}.review-comment{color:#374151;font-size:.95rem;line-height:1.6;margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.review-date{font-size:.8rem;color:#6b7280;margin:0}.review-form-compact{display:flex;flex-direction:column;gap:.5rem}.rating-section-inline{display:flex;align-items:center;gap:.5rem}.comment-toggle-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.3rem .5rem;font-size:1rem;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;height:28px;min-width:28px}.comment-toggle-btn:hover{background:#e5e7eb;transform:none}.submit-review-btn-small{background:#10b981;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.9rem;cursor:pointer;transition:background .2s ease;min-width:30px;display:flex;align-items:center;justify-content:center}.submit-review-btn-small:hover:not(:disabled){background:#059669;transform:none}.submit-review-btn-small:disabled{background:#9ca3af;cursor:not-allowed}.comment-section-compact{margin-top:.5rem}.comment-section-compact textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.85rem;font-family:inherit;resize:vertical;box-sizing:border-box}.comment-section-compact textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.character-count-compact{font-size:.75rem;color:#6b7280;text-align:right;margin-top:.25rem}.review-submitted-compact{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:.5rem}.review-header-inline{display:flex;align-items:center;gap:.5rem}.review-status{font-size:.8rem;color:#059669;font-weight:500}.edit-review-btn-small{background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:3px;padding:.2rem .4rem;font-size:.75rem;cursor:pointer;transition:all .2s ease}.edit-review-btn-small:hover{background:#3b82f6;color:#fff}@media (max-width: 768px){.reviews-header{flex-direction:column;align-items:flex-start;gap:.75rem}.reviews-container{gap:.5rem}.product-review-item{padding:1rem}.product-review-item-compact{padding:.5rem}.product-review-header-compact{grid-template-columns:35px 1fr;gap:.5rem}.product-review-inline{grid-column:1 / -1;margin-top:.5rem;min-width:0}.product-image-tiny{width:35px;height:35px}.product-name-compact h4{font-size:.85rem;white-space:normal;overflow:visible;text-overflow:initial}.rating-section-inline{flex-wrap:wrap;gap:.4rem}.product-review-header{flex-direction:column;align-items:flex-start;gap:.75rem;text-align:left}.product-image-small{width:50px;height:50px}.rating-section{flex-direction:column;align-items:flex-start;gap:.75rem}.star-rating .star{font-size:1.2rem;padding:.25rem}.comment-section textarea{min-height:80px}.review-header{flex-direction:column;align-items:flex-start;gap:.5rem}.edit-review-btn{align-self:flex-end}.product-review-form{padding:.75rem}}@media (max-width: 480px){.order-items-card{padding:.5rem}.order-items-header{gap:.5rem}.order-items-header h3{font-size:1rem}.review-status-text{font-size:.8rem;padding:.3rem .6rem}.order-items-table{min-width:100%;display:block}.order-items-table thead{display:none}.order-items-table tbody{display:block}.order-items-table tr{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.order-items-table td{display:block;padding:.5rem 0;border:none;text-align:left!important}.order-items-table td:before{content:attr(data-label) ": ";font-weight:600;color:#6b7280;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;display:inline-block;width:80px}.product-info{flex-direction:row;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.product-image{width:60px;height:60px}.rating-cell{text-align:left!important;padding:.5rem 0}.rating-cell:before{content:"Rating: ";font-weight:600;color:#6b7280;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;display:block;margin-bottom:.5rem}.table-review-form{justify-content:flex-start}.review-form-compact.table-mode .rating-section-inline{gap:.4rem;justify-content:flex-start}.review-form-compact.table-mode .star-compact{font-size:1.2rem!important;padding:.2rem!important}.review-form-compact.table-mode .submit-review-btn-small{padding:.4rem .6rem;font-size:.9rem;min-width:32px;height:32px}.comment-section-compact.table-comment{position:static;margin-top:.5rem;box-shadow:none;border:1px solid #e5e7eb;background:#f8fafc}}.account-details-form{max-width:880px;margin:0 auto;padding:.75rem .75rem 1rem;animation:fadeUp .42s ease-out both;background:#fff;border:1px solid #eef2f7;border-radius:16px;box-shadow:0 10px 24px #11182714}.form-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.form-section{margin-bottom:.5rem;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.form-section:last-child{border-bottom:none}.avatar-section .form-label{width:120px;flex-shrink:0}.avatar-controls{display:flex;align-items:center;gap:.5rem;padding:0}.avatar-image{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;box-shadow:0 2px 6px #0000000f;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.avatar-image:hover{box-shadow:0 6px 14px #0000001f;border-color:#dbe3ec}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.35rem}.form-input,.form-select{width:100%;padding:.6rem .85rem;border:1px solid #d1d5db;border-radius:12px;font-size:1rem;background:#f9fafb;transition:background-color .12s ease,border-color .12s ease,box-shadow .18s ease;box-sizing:border-box;color:#000}.form-input:focus,.form-select:focus{outline:none;border-color:#1da1f2;background:#fff;box-shadow:0 0 0 4px #1da1f224}.form-input:hover,.form-select:hover{border-color:#c7ced6}.form-input::placeholder,.form-select::placeholder{color:#9aa3af}.form-grid-two{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.btn{padding:.55rem 1rem;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease;border:1px solid transparent;box-shadow:0 2px 8px #0000000f}.btn-primary{background-color:#1da1f2;color:#fff}.btn-primary:hover{background-color:#1a91da;transform:translateY(-1px);box-shadow:0 8px 16px #1da1f23d}.btn-secondary{color:#374151;border-color:#d1d5db}.btn-secondary:hover{background-color:#f3f4f6;transform:translateY(-1px);box-shadow:0 6px 14px #1118271f}.form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.25rem}@media (max-width: 768px){.form-grid-two{grid-template-columns:1fr;gap:.75rem}.avatar-controls{flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding:0}.form-actions{flex-direction:column;align-items:stretch;gap:.75rem}.btn{width:100%}}@media (max-width: 480px){.avatar-image{width:60px;height:60px}.form-input,.form-select{font-size:.95rem;padding:.65rem .9rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;padding:30px;border-radius:12px;width:90%;max-width:500px;position:relative;box-shadow:0 5px 15px #0003;animation:slideIn .4s ease-out}.modal-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;transition:color .2s}.modal-close-btn:hover{color:#333}.modal-header{border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.8rem;color:#333}.modal-header p{margin:5px 0 0;color:#666;font-size:.9rem}.order-item-details{display:flex;gap:20px;margin-bottom:20px}.order-item-image{width:100px;height:100px;border-radius:8px;object-fit:cover}.order-item-info h3{margin:0 0 10px;font-size:1.3rem}.order-item-info p{margin:5px 0;color:#555}.order-status-section{background-color:#f9f9f9;padding:15px;border-radius:8px}.order-status-section h4{margin:0 0 10px;color:#1da1f2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.container-responsive{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}@media (min-width: 481px){.container-responsive{max-width:540px}}@media (min-width: 768px){.container-responsive{max-width:720px}}@media (min-width: 1024px){.container-responsive{max-width:960px}}@media (min-width: 1440px){.container-responsive{max-width:1200px}}.only-mobile,.only-tablet,.only-laptop,.only-desktop{display:none!important}.hide-mobile,.hide-tablet,.hide-laptop,.hide-desktop{display:initial}@media (max-width: 480px){.only-mobile{display:initial!important}.hide-mobile{display:none!important}}@media (min-width: 481px) and (max-width: 767px){.only-tablet{display:initial!important}.hide-tablet{display:none!important}}@media (min-width: 768px) and (max-width: 1023px){.only-tablet{display:initial!important}.hide-tablet{display:none!important}}@media (min-width: 1024px) and (max-width: 1439px){.only-laptop{display:initial!important}.hide-laptop{display:none!important}}@media (min-width: 1440px){.only-desktop{display:initial!important}.hide-desktop{display:none!important}}.grid-responsive{display:grid;gap:var(--gap, 16px);grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1440px){.grid-responsive{grid-template-columns:repeat(5,1fr)}}.stack-sm{display:flex;flex-direction:row;gap:var(--gap, 12px)}@media (max-width: 767px){.stack-sm{flex-direction:column}}.resp-title{font-size:18px}@media (min-width: 768px){.resp-title{font-size:20px}}@media (min-width: 1024px){.resp-title{font-size:22px}}@media (min-width: 1440px){.resp-title{font-size:24px}}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.center-content{display:flex;align-items:center;justify-content:center}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff;color:#333}#root{width:100%;margin:0;text-align:left}*{box-sizing:border-box}
