:root{--amazon-blue:#131921;--amazon-light-blue:#232f3e;--amazon-yellow:#febd69;--amazon-orange:#f3a847;--primary:#2563eb;--primary-hover:#1d4ed8;--secondary:#64748b;--accent:#f43f5e;--background:#eaeded;--foreground:#0f1111;--card:#fff;--card-foreground:#0f1111;--muted:#f3f4f6;--muted-foreground:#565959;--border:#d5d9d9;--input:#fff;--ring:#2563eb33;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a;--shadow-md:0 4px 12px #00000014;--transition-fast:.15s ease;--transition-base:.25s ease;--radius-sm:4px;--radius:8px;--radius-md:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}.navbar{background-color:var(--amazon-blue);color:#fff;z-index:1000;padding:0;position:sticky;top:0}.navbar-container{align-items:center;gap:1.5rem;min-height:60px;padding:.5rem 1.5rem;display:flex}.navbar-brand{color:#fff;border-radius:var(--radius-sm);border:1px solid #0000;padding:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.navbar-brand:hover{border-color:#fff}.navbar-search{flex:1;max-width:800px}.search-input-wrapper{border-radius:var(--radius-sm);background:#fff;border:2px solid #0000;width:100%;height:40px;display:flex;overflow:hidden}.search-input-wrapper:focus-within{border-color:var(--amazon-orange);box-shadow:0 0 0 2px #f3a84780}.search-category-select{border:none;border-right:1px solid var(--border);cursor:pointer;background:#f3f3f3;outline:none;padding:0 .75rem;font-size:.875rem}.search-input{border:none;outline:none;flex:1;padding:0 1rem;font-size:1rem}.search-button{background:var(--amazon-yellow);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1rem;transition:background .2s;display:flex}.search-button:hover{background:var(--amazon-orange)}.navbar-links{align-items:center;gap:.5rem;display:flex}.navbar-links a{color:#fff;border-radius:var(--radius-sm);border:1px solid #0000;flex-direction:column;padding:.5rem .75rem;text-decoration:none;display:flex}.navbar-links a:hover{border-color:#fff}.link-label{color:#ccc;font-size:.75rem}.link-value{font-size:.875rem;font-weight:700}.cart-icon-wrapper{align-items:center;display:flex;position:relative}.cart-count{background:var(--amazon-orange);color:var(--amazon-blue);border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}.navbar-bottom{background-color:var(--amazon-light-blue);padding:.25rem 1.5rem}.navbar-bottom-container{align-items:center;gap:1rem;display:flex;overflow-x:auto}.navbar-bottom-container a,.nav-menu-btn{color:#fff;border-radius:var(--radius-sm);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;display:flex}.navbar-bottom-container a:hover,.nav-menu-btn:hover{border-color:#fff}.logout-btn{color:#febd69;cursor:pointer;background:0 0;border:none;margin-left:auto;font-weight:600}.container{max-width:1500px;margin:0 auto;padding:0 1.5rem}.page{padding:1.5rem 0}.home-hero{height:400px;margin-bottom:-150px;position:relative;-webkit-mask-image:linear-gradient(#000 60%,#0000);mask-image:linear-gradient(#000 60%,#0000)}.hero-slider{background:linear-gradient(90deg,#232f3e,#131921);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0;display:grid}.product-card-clean{background:#fff;border:1px solid #eef2f6;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.product-card-clean:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.clean-top-area{background:#f8fafc;justify-content:center;align-items:center;height:240px;padding:1.5rem;display:flex;position:relative}.clean-product-image{object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s}.product-card-clean:hover .clean-product-image{transform:scale(1.05)}.clean-price-badge{background:var(--amazon-blue);color:#fff;z-index:3;border-radius:6px;padding:.3rem .8rem;font-size:.875rem;font-weight:700;position:absolute;top:1rem;right:1rem}.clean-bottom-area{color:var(--foreground);background:#fff;border-top:1px solid #f1f5f9;flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.clean-content-wrapper{gap:1.25rem;margin-bottom:1.5rem;display:flex;position:relative}.clean-main-info{flex:1.3}.clean-product-name{color:var(--amazon-blue);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.clean-desc-short{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.75rem;line-height:1.4}.clean-stars{color:#f90;font-size:.875rem}.clean-vertical-line{background:#e2e8f0;align-self:center;width:1px;height:70px}.clean-side-info{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.clean-side-item{font-size:.65rem}.clean-side-title{color:var(--primary);text-transform:uppercase;margin-bottom:.1rem;font-weight:800;display:block}.clean-side-item p{color:var(--muted-foreground)}.clean-add-btn{background:var(--amazon-yellow);color:#0f1111;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:auto;padding:.8rem;font-size:.8rem;font-weight:800;transition:all .2s;box-shadow:0 2px 8px #febd6966}.clean-add-btn:hover{background:var(--amazon-orange);transform:translateY(-1px);box-shadow:0 4px 12px #f3a84780}.search-page-v2{background-color:#fff;padding-bottom:5rem}.search-header-v2{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;padding:1.5rem 0;display:flex}.search-results-info h1{margin-bottom:.25rem;font-size:1.125rem;font-weight:400}.query-text{color:#c45500;font-weight:700}.results-subtext{color:#565959;font-size:.875rem}.search-sort-wrapper{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.search-sort-wrapper select{cursor:pointer;background-color:#f0f2f2;border:1px solid #d5d9d9;border-radius:8px;padding:.4rem .75rem;box-shadow:0 2px 5px #d5d9d980}.search-layout-v2{grid-template-columns:240px 1fr;gap:2.5rem;display:grid}.search-sidebar-v2{height:fit-content;position:sticky;top:80px}.filter-group{margin-bottom:2rem}.filter-group h3{color:#0f1111;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.filter-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.filter-header h3{margin-bottom:0}.clear-filter{color:#007185;cursor:pointer;background:0 0;border:none;font-size:.75rem}.filter-list{list-style:none}.filter-list li{margin-bottom:.5rem;font-size:.875rem}.filter-list a{color:#0f1111;text-decoration:none;transition:color .2s}.filter-list a:hover,.filter-list a.active{color:#c45500;font-weight:700}.stars-filter .stars{color:#ffa41c;margin-right:.5rem}.filter-label{color:#007185}.price-custom-range{gap:.5rem;margin-top:1rem;display:flex}.price-custom-range input{border:1px solid #888c8c;border-radius:4px;width:60px;padding:.4rem;font-size:.8125rem}.go-btn{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:0 .75rem;font-size:.75rem;box-shadow:0 2px 5px #d5d9d980}.active-filters-bar{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.active-filter-tag{background:#f0f2f2;border:1px solid #d5d9d9;border-radius:16px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-flex}.active-filter-tag button{cursor:pointer;color:#565959;background:0 0;border:none;font-size:1rem;line-height:1}.clear-all-link{color:#007185;cursor:pointer;background:0 0;border:none;font-size:.8125rem}.no-results{text-align:center;padding:5rem 0}.no-results h2{margin-bottom:1rem}.no-results p{color:#565959;margin-bottom:2rem}@media (width<=768px){.search-layout-v2{grid-template-columns:1fr}.search-sidebar-v2{display:none}}.account-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.account-card{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#fff;gap:1rem;padding:1.5rem;transition:background .2s;display:flex}.account-card:hover{background:#f7f7f7}.account-card-icon{font-size:2.5rem}.account-card-info h3{margin-bottom:.25rem;font-size:1.1rem}.account-card-info p{color:var(--muted-foreground);font-size:.875rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1rem;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--amazon-yellow);color:#0f1111;box-shadow:0 2px 5px #d5d9d980}.btn-primary:hover{background-color:var(--amazon-orange)}.btn-outline{border:1px solid var(--border);background:#fff;box-shadow:0 2px 5px #d5d9d980}.btn-outline:hover{background:#f7fafa}.btn-block{width:100%;margin-bottom:.5rem}.product-details-page{background-color:#fff;padding-bottom:5rem}.breadcrumbs{color:#666;align-items:center;gap:.5rem;padding:1.5rem 0;font-size:.8125rem;display:flex}.breadcrumbs a{color:#666;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs .current{color:#111;font-weight:600}.pdp-layout{grid-template-columns:1fr 450px;gap:4rem;margin-bottom:5rem;display:grid}.pdp-left{flex-direction:column;gap:1.5rem;display:flex}.pdp-main-image-wrapper{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;height:600px;padding:2rem;display:flex;position:relative;overflow:hidden}.pdp-main-image{object-fit:contain;max-width:100%;max-height:100%}.product-code{color:#fff;background:#0006;border-radius:4px;padding:.25rem .75rem;font-size:.7rem;position:absolute;top:1rem;left:1rem}.pdp-gallery{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.pdp-thumb{aspect-ratio:1;cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:8px;transition:all .2s;overflow:hidden}.pdp-thumb.active{border-color:var(--primary)}.pdp-thumb img{object-fit:cover;opacity:.6;width:100%;height:100%;transition:opacity .2s}.pdp-thumb:hover img,.pdp-thumb.active img{opacity:1}.pdp-right{flex-direction:column;display:flex}.pdp-collection{color:#00897b;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8125rem;font-weight:700}.pdp-title{color:#111;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700}.pdp-price-section{margin-bottom:2.5rem}.pdp-old-price{color:#999;margin-right:.75rem;font-size:1.1rem;text-decoration:line-through}.pdp-discount{color:#ff5252;font-size:.9rem;font-weight:700}.pdp-current-price{color:#111;margin-top:.25rem;font-size:2.5rem;font-weight:800}.pdp-tax-info{color:#999;margin-top:.5rem;font-size:.75rem}.pdp-size-selector{margin-bottom:2.5rem}.size-header{justify-content:space-between;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:flex}.size-chart-btn{color:#00897b;cursor:pointer;background:0 0;border:none;font-weight:700;text-decoration:underline}.size-options{gap:.75rem;margin-bottom:1rem;display:flex}.size-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-weight:700;transition:all .2s}.size-btn:hover{border-color:#111}.size-btn.active{color:#fff;background:#00897b;border-color:#00897b}.stock-alert{color:#ff5252;font-size:.75rem;font-weight:700}.pdp-actions{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem;display:grid}.pdp-wishlist-btn,.pdp-add-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;height:54px;font-size:.875rem;font-weight:800;transition:all .3s;display:flex}.pdp-wishlist-btn{color:#111;background:#fff;border:1px solid #ddd}.pdp-wishlist-btn.active{color:#ff5252;background:#fdf2f2;border-color:#ff5252}.pdp-add-btn{color:#fff;background:#00897b;border:none;box-shadow:0 4px 15px #00897b4d}.pdp-add-btn:hover{background:#00695c;transform:translateY(-2px);box-shadow:0 8px 25px #00897b66}.pdp-info-block{border-top:1px solid #eee;padding:1.5rem 0}.pdp-info-block h3{color:#111;margin-bottom:1rem;font-size:.875rem;font-weight:800}.pdp-info-block p,.pdp-info-block li{color:#666;font-size:.9375rem;line-height:1.6}.pdp-info-block ul{padding-left:1.25rem}.seller-name{color:#00897b;margin-bottom:.5rem;font-weight:700;display:block}.similar-products{border-top:1px solid #eee;padding-top:5rem}.section-title{margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}@media (width<=992px){.pdp-layout{grid-template-columns:1fr}}.footer{background-color:var(--amazon-light-blue);color:#fff;margin-top:4rem}.footer-back-to-top{text-align:center;cursor:pointer;background-color:#37475a;padding:1rem;font-size:.8125rem;transition:background .2s}.footer-back-to-top:hover{background-color:#485769}.footer-main{background-color:var(--amazon-light-blue);border-bottom:1px solid #3a4553;padding:3rem 0}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.footer-column h3{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ddd;font-size:.875rem;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding:2rem 0}.footer-logo{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.footer-legal{color:#ddd;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.75rem;display:flex}.footer-legal a{color:#ddd;text-decoration:none}.footer-legal a:hover{text-decoration:underline}.order-card{transition:transform .2s}.order-card:hover{border-color:var(--amazon-orange)!important}.loader{border:5px solid var(--amazon-yellow);box-sizing:border-box;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-page-v2{background-color:#fff;flex-direction:column;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-logo-wrapper{margin-bottom:1.5rem}.auth-logo{color:#111;letter-spacing:.1em;flex-direction:column;align-items:center;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.auth-card{background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;max-width:350px;margin-bottom:1.5rem;padding:1.5rem}.auth-card-title{color:#111;margin-bottom:1.25rem;font-size:1.75rem;font-weight:400}.auth-alert-error{color:#111;background:snow;border:1px solid #c40000;border-radius:4px;gap:.75rem;margin-bottom:1.25rem;padding:.75rem;display:flex}.alert-title{color:#c40000;margin-bottom:.25rem;font-size:.9375rem;font-weight:700;display:block}.alert-content p{font-size:.8125rem}.auth-field{margin-bottom:1rem}.auth-field label{margin-bottom:.25rem;font-size:.8125rem;font-weight:700;display:block}.auth-field input{border:1px solid #888c8c;border-radius:3px;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.auth-field input:focus{border-color:#e77600;outline:none;box-shadow:0 0 3px 2px #e4791180}.auth-field input.error{border-color:#c40000}.field-error{color:#c40000;margin-top:.25rem;font-size:.75rem;display:block}.auth-submit-btn{cursor:pointer;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:3px;width:100%;margin-top:.5rem;margin-bottom:1rem;padding:.5rem;font-size:.8125rem;box-shadow:inset 0 1px #fff6}.auth-submit-btn:hover{background:linear-gradient(#f5d78e,#eeb933);border-color:#9c7e31}.auth-legal{color:#111;margin-bottom:1.5rem;font-size:.75rem;line-height:1.4}.auth-legal a{color:#0066c0;text-decoration:none}.auth-legal a:hover{color:#c45500;text-decoration:underline}.auth-help summary{color:#0066c0;cursor:pointer;font-size:.8125rem}.auth-help ul{margin-top:.5rem;padding-left:1rem;list-style:none}.auth-help li{margin-bottom:.25rem;font-size:.8125rem}.auth-divider{align-items:center;width:100%;max-width:350px;margin-bottom:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e7e7e7;flex:1;height:1px}.auth-divider h5{color:#767676;padding:0 .5rem;font-size:.75rem;font-weight:400}.auth-switch-btn{cursor:pointer;background:linear-gradient(#f7f8fa,#e7e9ec);border:1px solid #adb1b8;border-radius:3px;width:100%;max-width:350px;padding:.5rem;font-size:.8125rem;box-shadow:inset 0 1px #fff9}.auth-switch-btn:hover{background:linear-gradient(#e7eaf0,#d9dce1);border-color:#a2a6ac}.auth-footer{background:linear-gradient(#00000008 0,#0000 100%);border-top:1px solid #eee;flex-direction:column;align-items:center;width:100%;margin-top:auto;padding:2rem 0;display:flex}.footer-links{gap:1.5rem;margin-bottom:.75rem;display:flex}.footer-links a{color:#0066c0;font-size:.7rem;text-decoration:none}.auth-footer p{color:#555;font-size:.7rem}.orders-modern-page{background-color:#f8fafc;min-height:100vh;padding-bottom:5rem}.orders-modern-title{color:#1a202c;padding:2rem 0;font-size:2rem;font-weight:700}.orders-segmented-control{background:#f1f5f9;border-radius:50px;max-width:600px;margin-bottom:2.5rem;padding:.5rem;display:flex}.segmented-item{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.segmented-item.active{color:#1a202c;background:#fff;box-shadow:0 4px 6px -1px #0000001a}.segmented-item .badge{color:#fff;background:#1a202c;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:flex}.orders-modern-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.order-modern-card{background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #00000008}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.order-id-group .label{color:#94a3b8;font-size:.75rem;display:block}.order-id{color:#1a202c;font-size:1.25rem;font-weight:800}.status-group{text-align:right}.status-group .label{color:#94a3b8;margin-bottom:.5rem;font-size:.75rem;display:block}.status-tag{border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.status-tag.on-deliver{color:#16a34a;background:#f0fdf4}.status-tag.on-process{color:#2563eb;background:#eff6ff}.route-visual{background:#f8fafc;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.route-point{color:#64748b;text-align:center;flex-direction:column;align-items:center;gap:.5rem;min-width:100px;font-size:.75rem;display:flex}.route-line{border-top:2px dotted #cbd5e1;flex:1;height:1px}.items-preview{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.item-row{align-items:center;gap:1rem;display:flex}.item-img-container{background:#f1f5f9;border-radius:12px;width:64px;height:64px;padding:.5rem}.item-img-container img{object-fit:contain;width:100%;height:100%}.item-info-mini .item-name{color:#1a202c;font-size:.875rem;font-weight:600}.item-info-mini .item-price{color:#64748b;font-size:.8125rem}.item-info-mini .item-meta{color:#94a3b8;font-size:.75rem}.card-footer{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}.total-group{flex-direction:column;display:flex}.total-price{color:#1a202c;font-size:1rem;font-weight:800}.total-count{color:#94a3b8;font-size:.75rem}.details-btn{color:#fff;cursor:pointer;background:#1a202c;border:none;border-radius:50px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.details-btn:hover{opacity:.9}@media (width<=1024px){.orders-modern-grid{grid-template-columns:1fr}}.order-details-dashboard{background-color:#f6f8fa;min-height:100vh;padding-bottom:5rem}.dashboard-header{justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.header-left{align-items:center;gap:1.5rem;display:flex}.back-btn{color:#666;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;display:flex}.title-group h1{margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.title-row{align-items:center;gap:1rem;display:flex}.badge-paid{color:#16a34a;background:#f0fdf4;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.badge-unfulfilled{color:#dc2626;background:#fef2f2;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.order-meta{color:#64748b;font-size:.8125rem}.order-meta .highlight{color:#1a202c;font-weight:700;text-decoration:underline}.header-right{align-items:center;gap:2rem;display:flex}.action-links{gap:1.5rem;display:flex}.action-links button{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.875rem;text-decoration:underline}.pagination-mini{background:#fff;border:1px solid #ddd;border-radius:8px;display:flex;overflow:hidden}.pagination-mini button{cursor:pointer;background:0 0;border:none;width:32px;height:32px}.pagination-mini button:first-child{border-right:1px solid #ddd}.tracking-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.tracking-header{justify-content:space-between;margin-bottom:1.5rem;font-size:.875rem;display:flex}.tracking-header span{font-weight:700}.tracking-timeline{justify-content:space-between;margin-bottom:2rem;display:flex}.step{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.step span{color:#94a3b8;font-size:.75rem;font-weight:600}.step.active span{color:#1a202c}.dot{z-index:2;background:#e2e8f0;border-radius:50%;width:12px;height:12px}.step input[type=checkbox]{accent-color:#1a202c;z-index:2;width:16px;height:16px}.line{z-index:1;background:#e2e8f0;width:100%;height:2px;position:absolute;top:8px;left:50%}.line.active{background:#1a202c}.tracking-actions{border-top:1px solid #eee;justify-content:space-between;padding-top:1.5rem;display:flex}.cancel-order{color:#dc2626;cursor:pointer;background:0 0;border:none;font-size:.875rem;text-decoration:underline}.create-label{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;display:flex}.dashboard-grid{grid-template-columns:1fr 350px;gap:2rem;display:grid}.dashboard-main section{background:#fff;border:1px solid #edf2f7;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h3{font-size:1rem;font-weight:800}.unfulfilled-tag{color:#dc2626;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.product-row{border-bottom:1px solid #eee;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.product-img{background:#f8fafc;border-radius:8px;width:64px;height:64px}.product-img img{object-fit:contain;width:100%;height:100%}.product-info h4{margin-bottom:.25rem;font-size:.875rem;font-weight:700}.product-info .sku,.product-info .meta{color:#64748b;font-size:.75rem}.product-price{margin-left:auto;font-size:.875rem;font-weight:700}.reserved-text{color:#64748b;font-size:.75rem;text-decoration:underline}.paid-tag{color:#16a34a;font-size:.75rem;font-weight:700}.detail-row{justify-content:space-between;margin-bottom:1rem;font-size:.875rem;display:flex}.detail-row .label{color:#64748b}.detail-row .value.info{text-align:right;background:#f8fafc;border-radius:4px;max-width:250px;padding:.5rem;font-size:.75rem}.sidebar-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.sidebar-card h4{font-size:.875rem;font-weight:800}.edit-icon{color:#94a3b8;cursor:pointer;background:0 0;border:none}.sidebar-card p{color:#64748b;margin-top:1rem;font-size:.8125rem}.customer-info{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.customer-info img{border-radius:50%;width:40px;height:40px}.customer-info h5{font-size:.875rem;font-weight:700}.customer-info p{margin-top:0;font-size:.75rem}.view-icon{color:#94a3b8;background:0 0;border:none;margin-left:auto}.map-preview{margin:1.5rem 0}.map-placeholder{background:#e2e8f0;border-radius:8px;justify-content:center;align-items:center;height:120px;display:flex;position:relative}.map-marker{background:#f97316;border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #f9731680}.address-info h5{margin-bottom:.25rem;font-size:.875rem}.view-map{color:#0066c0;font-size:.75rem;text-decoration:underline}.contact-tags{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.tag-link{color:#0066c0;font-size:.8125rem;text-decoration:underline}@media (width<=1024px){.dashboard-grid{grid-template-columns:1fr}}.checkout-v2-page{background-color:#f8f9fa;min-height:100vh;padding:2rem 0 5rem}.checkout-grid{grid-template-columns:1fr 350px;align-items:flex-start;gap:2rem;display:grid}.checkout-step-section{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.checkout-step-section.active{border-color:#e77600;box-shadow:0 0 10px #e776001a}.step-header{cursor:pointer;background:#fdfdfd;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.step-number{color:#555;font-size:1.25rem;font-weight:800}.checkout-step-section.active .step-number{color:#e77600}.step-header h3{flex:1;font-size:1.125rem;font-weight:700}.change-btn{color:#007185;cursor:pointer;font-size:.8125rem}.step-content{border-top:1px solid #eee;padding:1.5rem;display:none}.checkout-step-section.active .step-content{display:block}.address-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.address-card{cursor:pointer;border:1px solid #ddd;border-radius:8px;padding:1rem;font-size:.875rem;position:relative}.address-card.selected{background:#fffdf5;border-color:#e77600}.address-card .name{margin-bottom:.5rem;font-weight:700}.address-card .addr{color:#555}.address-card .phone{color:#888;margin-top:.5rem}.default-badge{background:#eee;border-radius:4px;padding:2px 6px;font-size:.65rem;position:absolute;top:10px;right:10px}.address-card.add-new{color:#888;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.step-continue-btn{cursor:pointer;background:#ffd814;border:1px solid #fcd200;border-radius:8px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 5px #d5d9d980}.payment-options{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.payment-label{cursor:pointer;border:1px solid #ddd;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.payment-label.active{background:#fffdf5;border-color:#e77600}.payment-info{flex-direction:column;flex:1;display:flex}.card-type{font-size:.875rem;font-weight:700}.card-expiry{color:#888;font-size:.75rem}.card-logo{height:24px}.review-items-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.review-item{align-items:center;gap:1rem;display:flex}.review-item img{object-fit:contain;width:60px;height:60px}.review-item .item-info h4{font-size:.875rem;font-weight:700}.review-item .price{color:#b12704;font-size:.875rem;font-weight:700}.review-item .qty{color:#555;font-size:.75rem}.sticky-summary-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;position:sticky;top:1rem}.place-order-btn{cursor:pointer;background:#ffd814;border:1px solid #fcd200;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.875rem;font-weight:700}.place-order-btn.disabled{color:#888;cursor:not-allowed;background:#f0f2f2;border-color:#d5d9d9}.policy-text{color:#555;text-align:center;margin-bottom:1.5rem;font-size:.65rem;line-height:1.4}.summary-details h4{border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.summary-line{justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;display:flex}.summary-divider{background:#eee;height:1px;margin:1rem 0}.summary-total{color:#b12704;justify-content:space-between;margin-top:1rem;font-size:1.125rem;font-weight:700;display:flex}.success-card,.empty-cart-card{text-align:center;background:#fff;border-radius:16px;max-width:600px;margin:4rem auto;padding:4rem 2rem;box-shadow:0 10px 40px #0000000d}.success-icon-animate{margin-bottom:1.5rem}.success-card h1{margin-bottom:1rem;font-size:2.25rem}.success-card .subtext{color:#666;margin-top:.5rem;margin-bottom:2.5rem}.success-actions{justify-content:center;gap:1rem;display:flex}.btn-view-orders{color:#fff;background:#1a202c;border-radius:50px;padding:.75rem 2rem;font-weight:600;text-decoration:none}.btn-continue-shop{color:#1a202c;background:#f1f5f9;border-radius:50px;padding:.75rem 2rem;font-weight:600;text-decoration:none}.empty-icon{margin-bottom:1rem;font-size:4rem}.checkout-back-btn{color:#fff;background:#e77600;border-radius:8px;margin-top:2rem;padding:.75rem 2.5rem;font-weight:700;text-decoration:none;display:inline-block}@media (width<=768px){.checkout-grid{grid-template-columns:1fr}}
