@import "https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Hind+Siliguri:wght@400;500;600;700&family=Tiro+Bangla:ital@0;1&family=Inter:wght@400;500;600;700&display=swap";
:root{--primary:#7e22ce;--primary-hover:#6b21a8;--primary-light:#f3e8ff;--secondary:#db2777;--secondary-hover:#be185d;--secondary-light:#fce7f3;--accent:#10b981;--bg-page:#faf8f5;--bg-card:#fff;--text-main:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--border-focus:#7e22ce;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 2px 4px #0000000a;--shadow-md:0 8px 20px #0000000f;--shadow-lg:0 16px 36px #0000001a;--font-main:"Baloo Da 2", "Hind Siliguri", sans-serif;--font-heading:"Tiro Bangla", "Baloo Da 2", serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--bg-page);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading);line-height:1.3}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.status-badge{border-radius:var(--radius-full);text-transform:capitalize;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.status-pending{color:#92400e;background:#fef3c7}.status-confirmed{color:#1e40af;background:#dbeafe}.status-processing{color:#3730a3;background:#e0e7ff}.status-shipped{color:#5b21b6;background:#ede9fe}.status-delivered{color:#065f46;background:#d1fae5}.status-cancelled{color:#991b1b;background:#fee2e2}.status-returned{color:#4b5563;background:#f3f4f6}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes pulseGlow{0%,to{box-shadow:0 0 #7e22ce66}50%{box-shadow:0 0 0 12px #7e22ce00}}.pulse-glow{animation:2s infinite pulseGlow}
.top-announcement-bar{color:#fff;z-index:101;text-align:center;background:linear-gradient(90deg,#15803d 0%,#166534 100%);border-bottom:1px solid #fff3;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;position:relative}.top-contact-link{color:#fef08a;background:#0003;border-radius:12px;align-items:center;gap:.35rem;padding:2px 8px;font-weight:700;text-decoration:none;transition:transform .2s,color .2s;display:inline-flex}.top-contact-link:hover{color:#fff;transform:scale(1.04)}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #00000014;width:100%;padding:.65rem 0;position:sticky;top:0;left:0;box-shadow:0 4px 20px #0000000a}.landing-nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-brand{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;transition:opacity .2s;display:flex}.nav-brand:hover{opacity:.88}.nav-logo{object-fit:cover;width:48px;height:48px;box-shadow:var(--shadow-sm);border:2px solid var(--primary-light);border-radius:50%}.nav-brand-text h1{color:var(--primary);font-size:1.3rem;font-weight:800;line-height:1.1}.nav-brand-text p{color:var(--text-muted);font-size:.75rem;font-weight:600}.nav-right-actions{align-items:center;gap:.75rem;display:flex}.nav-phone-btn{color:#166534;border-radius:var(--radius-full);background:#f0fdf4;border:1.5px solid #bbf7d0;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:none}.nav-phone-btn:hover{background:#dcfce7;transform:translateY(-1px)}@media (min-width:768px){.nav-phone-btn{display:inline-flex}}.nav-cta-btn{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;align-items:center;gap:.5rem;padding:.6rem 1.35rem;font-size:.95rem;font-weight:800;transition:all .2s;animation:2.5s ease-in-out infinite softPulse;display:inline-flex;box-shadow:0 4px 14px #16a34a59}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a80}.product-section{padding:3rem 0 3.5rem;position:relative;overflow:hidden}.product-section:nth-child(2n){background:linear-gradient(#f3e8ff4d 0%,#faf8f5 100%)}.product-section:nth-child(odd){background:linear-gradient(#fce7f34d 0%,#faf8f5 100%)}.product-hero-highlight{margin-bottom:2rem}.highlight-card{border-left:5px solid var(--primary);background:#fff;border-radius:14px;padding:1.5rem 1.75rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.highlight-card:after{content:"";background:inherit;width:5px;height:100%;animation:3s ease-in-out infinite shimmerBorder;position:absolute;top:0;left:0}@keyframes shimmerBorder{0%,to{opacity:1}50%{opacity:.5}}.highlight-headline{color:#1a1a2e;letter-spacing:-.3px;margin:0;font-size:1.35rem;font-weight:800;line-height:1.45}.highlight-card .highlight-subtitle{color:#4b5563;margin-top:.5rem;font-size:.95rem;font-weight:500;line-height:1.55}@media (max-width:640px){.highlight-card{padding:1.15rem 1.25rem}.highlight-headline{font-size:1.1rem;line-height:1.5}.highlight-card .highlight-subtitle{font-size:.85rem}}.product-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:900px){.product-grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.product-media-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#000;border:4px solid #fff;position:relative;overflow:hidden}.product-media-wrap video,.product-media-wrap img{object-fit:cover;width:100%;height:auto;max-height:520px;display:block}.media-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);letter-spacing:.5px;z-index:2;background:#000000bf;padding:.4rem .9rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;left:1rem}.video-container{width:100%;height:100%;position:relative}.video-container video{object-fit:cover;width:100%;height:auto;max-height:520px;display:block}.video-play-overlay{cursor:pointer;z-index:2;background:#00000040;border:none;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.video-play-overlay:hover{background:#0006}.video-play-overlay svg{filter:drop-shadow(0 2px 8px #0000004d);transition:transform .2s}.video-play-overlay:hover svg{transform:scale(1.1)}.logo-fallback{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;letter-spacing:1px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.logo-fallback.nav-logo{width:48px;height:48px;box-shadow:var(--shadow-sm);border:2px solid var(--primary-light);border-radius:50%}.logo-fallback.footer-logo{border-radius:50%;width:56px;height:56px;margin:0 auto 1rem}.product-badge{border-radius:var(--radius-full);margin-bottom:.75rem;padding:.35rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.product-title{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.2}@media (min-width:640px){.product-title{font-size:2.25rem}}.product-subtitle{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.5}.weight-tag{color:#4b5563;border-radius:var(--radius-sm);background:#f3f4f6;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.price-card-v2{background:#fff;border:2px solid #f3e8ff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 16px #0000000f}.price-box-left{flex-direction:column;gap:.25rem;display:flex}.price-regular-wrap{align-items:center;gap:.65rem;display:flex}.price-regular-strike{color:#9ca3af;font-size:1.1rem;font-weight:600;text-decoration:line-through}.price-discount-badge{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:3px;padding:2px 8px;font-size:.8rem;font-weight:800;display:inline-flex}.price-offer-label{color:#059669;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.price-current-highlight{color:var(--primary);font-size:2.25rem;font-weight:900;line-height:1}.benefits-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.benefits-title{color:#111827;border-bottom:2px solid var(--primary);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.05rem;font-weight:800;display:inline-block}.benefits-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.benefits-list li{color:#374151;padding-left:1.5rem;font-size:.95rem;line-height:1.45;position:relative}.benefits-list li:before{content:"✓";color:#10b981;font-size:1rem;font-weight:900;position:absolute;top:0;left:0}.suitable-badge{color:#15803d;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:.5rem;margin-top:1rem;padding:.4rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.order-trigger-btn{border-radius:var(--radius-full);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-size:1.15rem;font-weight:800;transition:all .2s;animation:2.5s ease-in-out infinite softPulse;display:flex;box-shadow:0 6px 20px #00000026}.order-trigger-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000040}.floating-contact-wrap{z-index:999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.floating-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 20px #00000040}.floating-btn.whatsapp{background:#25d366}.floating-btn.call{background:#16a34a}.floating-btn:hover{transform:scale(1.12);box-shadow:0 8px 25px #00000059}.landing-footer{color:#9ca3af;text-align:center;background:#111827;border-top:1px solid #1f2937;padding:3rem 0}.footer-logo{border-radius:50%;width:56px;height:56px;margin:0 auto 1rem;display:block}.footer-tagline{color:#e5e7eb;margin-bottom:.5rem;font-size:1rem;font-weight:700}.footer-copy{color:#6b7280;font-size:.85rem}@keyframes softPulse{0%{box-shadow:0 0 #16a34a66}70%{box-shadow:0 0 0 12px #16a34a00}to{box-shadow:0 0 #16a34a00}}
.checkout-section{background:#fff;border-top:2px solid #e5e7eb;padding:3.5rem 0 5rem}.checkout-capsule-header-wrap{text-align:center;margin-bottom:2.25rem}.checkout-capsule-header{color:#fff;letter-spacing:-.3px;background:linear-gradient(135deg,#15803d 0%,#166534 100%);border:2px solid #86efac;border-radius:9999px;padding:.85rem 2rem;font-size:1.6rem;font-weight:800;animation:3s ease-in-out infinite softPulse;display:inline-block;box-shadow:0 6px 20px #16803d40}@media (max-width:640px){.checkout-capsule-header{border-radius:16px;padding:.75rem 1.25rem;font-size:1.25rem}}.product-selector-wrap{max-width:960px;margin:0 auto 2rem;padding:0 1rem}.product-selector-title{color:#1f2937;text-align:left;margin-bottom:.85rem;font-size:1.1rem;font-weight:800}.product-selector-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.product-selector-grid{grid-template-columns:1fr 1fr}}.product-select-card{-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem;transition:all .2s}.product-select-card.selected{background:#f0fdf4;border-color:#15803d;box-shadow:0 4px 16px #16803d1f}.product-card-thumb{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;width:52px;height:52px}.product-card-title{color:#111827;font-size:.95rem;font-weight:800;line-height:1.3}.product-card-price{font-size:1rem;font-weight:800}.product-card-save{color:#059669;font-size:.75rem;font-weight:700}.checkout-two-col-container{max-width:960px;margin:0 auto;padding:0 1rem}.checkout-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:820px){.checkout-grid{grid-template-columns:1.15fr .85fr;gap:3rem}}.col-title{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800;display:flex}.form-group-custom{margin-bottom:1.25rem}.form-label-custom{color:#1f2937;margin-bottom:.45rem;font-size:.95rem;font-weight:800;display:block}.form-input-dashed{color:#111827;background:#fff;border:1.5px dashed #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-input-dashed:focus{background:#fdfdfd;border-style:solid;border-color:#15803d;box-shadow:0 0 0 3px #16803d1f}.form-input-dashed.has-error{background:#fef2f2;border-style:solid;border-color:#ef4444}.field-error-msg{color:#dc2626;margin-top:.35rem;font-size:.8rem;font-weight:700}.shipping-display-box{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:.25rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.order-summary-card{background:#fff;border-radius:12px;padding:0}.order-summary-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.order-summary-table th{color:#1f2937;text-align:left;border-bottom:1px dashed #cbd5e1;padding:.65rem 0;font-size:.95rem;font-weight:800}.order-summary-table th:last-child{text-align:right}.order-summary-table td{color:#1f2937;border-bottom:1px dashed #e2e8f0;padding:.85rem 0;font-size:.95rem}.order-summary-table td:last-child{text-align:right;font-weight:700}.summary-row-total td{color:#111827;border-top:1.5px solid #1f2937;border-bottom:none;padding-top:1rem;font-size:1.15rem;font-weight:900}.cod-box-v2{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.15rem}.cod-radio-row{color:#1f2937;align-items:center;gap:.65rem;margin-bottom:.65rem;font-size:1.05rem;font-weight:800;display:flex}.cod-radio-dot{background:#fff;border:4px solid #16a34a;border-radius:50%;width:16px;height:16px}.cod-instruction-box{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.confirm-order-btn-v2{color:#fff;cursor:pointer;background:linear-gradient(135deg,#15803d 0%,#166534 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.1rem;font-size:1.25rem;font-weight:900;transition:all .2s;animation:2.5s ease-in-out infinite softPulse;display:flex;box-shadow:0 6px 20px #16803d59}.confirm-order-btn-v2:hover{transform:translateY(-2px);box-shadow:0 10px 25px #16803d80}.confirm-order-btn-v2:disabled{opacity:.75;cursor:not-allowed;transform:none}.support-capsule-banner{text-align:center;color:#fff;background:linear-gradient(135deg,#15803d 0%,#166534 100%);border:2px solid #86efac;border-radius:16px;margin-top:3.5rem;padding:1.5rem 1.25rem;box-shadow:0 8px 24px #16803d40}.support-banner-title{color:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:1.35rem;font-weight:800;display:flex}.support-buttons-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.support-phone-pill{color:#15803d;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:1.35rem;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #00000026}.support-phone-pill.whatsapp{color:#fff;background:#25d366}.support-phone-pill:hover{transform:scale(1.05)}@media (max-width:640px){.support-banner-title{font-size:1.15rem}.support-phone-pill{justify-content:center;width:100%;padding:.55rem 1rem;font-size:1.05rem}}
.admin-layout{background:#f3f4f6;min-height:100vh;font-family:Inter,"Baloo Da 2",sans-serif;display:flex;position:relative}.mobile-topbar{color:#fff;z-index:90;background:#111827;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:none;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.mobile-menu-btn{color:#fff;cursor:pointer;background:#1f2937;border:1px solid #374151;border-radius:8px;justify-content:center;align-items:center;padding:.5rem .75rem;font-size:1.25rem;display:flex}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99;background:#0009;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.admin-sidebar{color:#f9fafb;z-index:100;background:#111827;flex-direction:column;flex-shrink:0;width:260px;transition:transform .3s;display:flex}.admin-sidebar-header{border-bottom:1px solid #1f2937;justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.admin-logo-badge{color:#fff;border-radius:var(--radius-sm);background:linear-gradient(135deg,#7e22ce 0%,#db2777 100%);padding:.4rem .75rem;font-size:1rem;font-weight:800}.admin-sidebar-title{letter-spacing:-.5px;font-size:1.1rem;font-weight:700}.sidebar-close-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;display:none}.admin-nav{flex-direction:column;flex-grow:1;gap:.35rem;padding:1.25rem .75rem;display:flex}.admin-nav-item{color:#9ca3af;border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.admin-nav-item:hover,.admin-nav-item.active{color:#fff;background:#1f2937}.admin-nav-item.active{color:#c084fc;border-left:3px solid #a855f7}.admin-sidebar-footer{border-top:1px solid #1f2937;padding:1.25rem}.admin-user-info{justify-content:space-between;align-items:center;display:flex}.admin-username{color:#e5e7eb;font-size:.9rem;font-weight:600}.admin-logout-btn{color:#ef4444;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #ef44444d;padding:.45rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.admin-logout-btn:hover{color:#fff;background:#ef4444}.admin-main{flex-grow:1;min-width:0;padding:1.75rem;overflow-y:auto}.admin-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.admin-page-title{color:#111827;font-size:1.6rem;font-weight:800}.admin-actions{align-items:center;gap:.75rem;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;padding:1.25rem;position:relative;overflow:hidden}.stat-card:before{content:"";width:100%;height:4px;position:absolute;top:0;left:0}.stat-card.purple:before{background:#9333ea}.stat-card.blue:before{background:#2563eb}.stat-card.green:before{background:#16a34a}.stat-card.amber:before{background:#d97706}.stat-card.rose:before{background:#e11d48}.stat-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.35rem;font-size:.8rem;font-weight:600}.stat-value{color:#111827;font-size:1.65rem;font-weight:800}.stat-sub{color:#059669;margin-top:.25rem;font-size:.8rem;font-weight:600}.filter-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.filter-group{flex-wrap:wrap;flex-grow:1;align-items:center;gap:.65rem;display:flex}.search-input{border-radius:var(--radius-sm);border:1px solid #d1d5db;flex-grow:1;min-width:220px;padding:.65rem 1rem;font-size:.9rem}.filter-select{border-radius:var(--radius-sm);background:#fff;border:1px solid #d1d5db;min-width:140px;padding:.65rem 1rem;font-size:.9rem}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{color:#fff;background:#7e22ce}.btn-primary:hover{background:#6b21a8}.btn-outline{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.btn-success{color:#fff;background:#16a34a}.btn-danger{color:#fff;background:#dc2626}.table-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e5e7eb;overflow:hidden}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%;min-width:700px;font-size:.9rem}.admin-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.85rem 1.1rem;font-size:.75rem;font-weight:700}.admin-table td{vertical-align:middle;color:#1f2937;border-bottom:1px solid #f3f4f6;padding:.95rem 1.1rem}.admin-table tr:hover td{background:#faf5ff}.mobile-orders-list{flex-direction:column;gap:.85rem;padding:.85rem;display:none}.mobile-order-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;box-shadow:0 2px 6px #0000000a}.mobile-order-card.selected{background:#faf5ff;border-color:#7e22ce}.mobile-card-top{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.mobile-card-body{flex-direction:column;gap:.4rem;display:flex}.mobile-card-actions{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.65rem;display:flex}.table-footer{background:#fff;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.pagination-controls{gap:.5rem;display:flex}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{border-radius:var(--radius-lg);width:100%;max-width:800px;max-height:92vh;box-shadow:var(--shadow-lg);background:#fff;animation:.25s ease-out fadeIn;overflow-y:auto}.modal-header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.modal-body{padding:1.25rem 1.5rem}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.detail-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.detail-block{border-radius:var(--radius-sm);background:#f9fafb;border:1px solid #e5e7eb;padding:1rem 1.15rem}.detail-block h4{color:#4b5563;text-transform:uppercase;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.timeline{flex-direction:column;gap:.65rem;margin-top:.65rem;display:flex}.timeline-item{gap:.75rem;font-size:.85rem;display:flex}.timeline-dot{background:#7e22ce;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:4px}@media print{body *{visibility:hidden}.printable-invoice,.printable-invoice *{visibility:visible}.printable-invoice{background:#fff;width:100%;padding:2rem;position:absolute;top:0;left:0}.no-print{display:none!important}}@media (max-width:900px){.admin-layout{flex-direction:column}.mobile-topbar{display:flex}.sidebar-overlay.active{display:block}.admin-sidebar{height:100%;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000004d}.admin-sidebar.open{transform:translate(0)}.sidebar-close-btn{display:block}.admin-main{padding:1rem}.admin-page-title{font-size:1.35rem}.stats-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.4rem}.filter-card{flex-direction:column;align-items:stretch;padding:.85rem}.filter-group{flex-direction:column;align-items:stretch;width:100%}.search-input,.filter-select{width:100%;min-width:unset}.table-responsive-wrapper{display:none}.mobile-orders-list{display:flex}.detail-grid{grid-template-columns:1fr}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:.85rem 1rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}
