*{box-sizing:border-box}body{color:#1a1a2e;background:#f5f7fa;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bheji-loader{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px 16px;display:flex}.bheji-loader--page{box-sizing:border-box;width:100%;min-height:100vh}.bheji-loader--compact{gap:10px;padding:12px}.bheji-loader-stage{place-items:center;width:88px;height:88px;display:grid;position:relative}.bheji-loader--compact .bheji-loader-stage{width:56px;height:56px}.bheji-loader-ring{box-sizing:border-box;border-radius:50%;position:absolute;inset:0}.bheji-loader-ring--pulse{background:#e8f5e9;border:1px solid #c8e6c9;animation:2.2s ease-in-out infinite bheji-loader-pulse}.bheji-loader-ring--orbit{border:2px solid #2e7d32;border-color:#2e7d32 #2e7d3247 #0000 #0000;animation:1.5s linear infinite bheji-loader-spin}.bheji-loader-ring--orbit:after{content:"";background:#2e7d32;border-radius:50%;width:6px;height:6px;margin-left:-3px;position:absolute;top:-3px;left:50%}.bheji-loader-core{z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:50%;place-items:center;width:64px;height:64px;animation:2.2s ease-in-out infinite bheji-loader-breathe;display:grid;position:relative;box-shadow:0 8px 24px #0f172a1a}.bheji-loader--compact .bheji-loader-core{width:40px;height:40px;box-shadow:0 4px 14px #0f172a14}.bheji-loader-logo{object-fit:contain;width:38px;height:38px}.bheji-loader--compact .bheji-loader-logo{width:24px;height:24px}.bheji-loader-message{text-align:center;color:#64748b;max-width:240px;margin:0;font-size:14px;line-height:1.4}@keyframes bheji-loader-spin{to{transform:rotate(360deg)}}@keyframes bheji-loader-pulse{0%,to{opacity:.55;transform:scale(.88)}50%{opacity:.18;transform:scale(1.1)}}@keyframes bheji-loader-breathe{0%,to{transform:scale(.97)}50%{transform:scale(1.03)}}.admin-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1b5e20;flex-direction:column;flex-shrink:0;width:260px;display:flex}.sidebar-header{border-bottom:1px solid #ffffff26;padding:24px 20px}.sidebar-header h1{margin:0;font-size:1.5rem}.sidebar-user{color:#c8e6c9;margin-top:8px;font-size:.85rem}.sidebar-nav{flex:1;padding:12px 0;overflow-y:auto}.sidebar-nav a{color:#e8f5e9;padding:12px 20px;transition:background .15s;display:block}.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff;background:#ffffff1f;font-weight:600}.sidebar-footer{border-top:1px solid #ffffff26;padding:16px 20px}.btn-logout{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;width:100%;padding:10px}.btn-logout:hover{background:#ffffff40}.main-content{flex:1;padding:24px;overflow-y:auto}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-header h2{margin:0;font-size:1.5rem}.page-header-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-meta{color:#666;font-size:.9rem;font-weight:600}.btn-sm{padding:6px 12px;font-size:.85rem}.purchases-table-wrap{background:#fff;border:1px solid #e8e8e8;border-radius:12px}.purchases-table td.amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.purchases-table td.amount-due{color:#e65100}.purchases-table td.nowrap{white-space:nowrap}.purchases-table tbody tr:hover{background:#fafafa}.stock-table-product strong{display:block}.stock-table-unit{color:#666;margin-top:3px;font-size:.85rem;display:block}.stock-table-unit.is-variation{color:#2e7d32;font-weight:600}.stock-table-offer{color:#2e7d32;margin-top:4px;font-size:.85rem;display:block}.stock-table-offer .badge{margin-right:6px}.card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:12px;padding:16px}.card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:20px}.stat-card .label{color:#666;font-size:.85rem}.stat-card .value{color:#2e7d32;margin-top:4px;font-size:1.75rem;font-weight:700}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-weight:600;display:inline-flex}.btn-primary{color:#fff;background:#2e7d32}.btn-primary:hover{background:#1b5e20}.btn-secondary{color:#2e7d32;background:#e8f5e9}.btn-danger{color:#c62828;background:#ffebee}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:14px}.form-group label{color:#333;margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:10px 14px}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.search-input{border:1px solid #e0e0e0;border-radius:10px;width:100%;max-width:400px;margin-bottom:16px;padding:10px 14px}.listing-filters-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.listing-filters-bar .search-input{flex:2 220px;min-width:180px;max-width:none;margin-bottom:0}.listing-filters-bar .btn{white-space:nowrap;flex:none}.chip-row{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.chip{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:8px 14px}.chip.active{color:#2e7d32;background:#e8f5e9;border-color:#2e7d32;font-weight:600}.badge{border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-block}.badge-in{color:#2e7d32;background:#e8f5e9}.badge-low{color:#e65100;background:#fff3e0}.badge-out{color:#c62828;background:#ffebee}.badge-offer{color:#f57f17;background:#fff8e1}.suggestions-list{z-index:20;background:#fff;border:1px solid #e0e0e0;border-radius:8px;max-height:240px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000014}.suggestion-item{text-align:left;cursor:pointer;background:#fff;border:none;width:100%;padding:10px 12px;display:block}.suggestion-item:hover{background:#f5f7fa}.table-wrap{overflow-x:auto}table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden}th,td{text-align:left;border-bottom:1px solid #f0f0f0;padding:12px 14px}th{text-transform:uppercase;color:#666;background:#fafafa;font-size:.8rem}.actions{align-items:center;gap:8px;display:flex}.order-buttons{flex-direction:column;gap:4px;display:flex}.order-btn{color:#2e7d32;cursor:pointer;background:#f1f8f4;border:1px solid #c8e6c9;border-radius:6px;width:28px;height:24px;padding:0;font-size:.85rem;font-weight:700;line-height:1}.order-btn:hover:not(:disabled){background:#e8f5e9}.order-btn:disabled{opacity:.35;cursor:not-allowed}.icon-btn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:inline-flex}.icon-btn:hover:not(:disabled){background:#f5f7fa}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn-edit{color:#1565c0;border-color:#bbdefb}.icon-btn-danger{color:#c62828;border-color:#ffcdd2}.icon-btn-neutral{color:#555}.link-btn{color:#1565c0;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.link-btn.danger{color:#c62828}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;padding:24px;overflow-y:auto}.modal-lg{max-width:720px}.modal-full{flex-direction:column;width:100%;max-width:min(1180px,100vw - 40px);max-height:92vh;padding:0;display:flex;overflow:hidden}.modal h3{margin:0 0 16px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.form-select{appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d0d7de;border-radius:10px;min-width:200px;padding:10px 38px 10px 14px;transition:border-color .15s,box-shadow .15s}.form-select:hover:not(:disabled){border-color:#9e9e9e}.form-select:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 3px #2e7d321f}.form-select:disabled{opacity:.65;cursor:not-allowed;background-color:#f5f5f5}.listing-filters-bar select,.listing-filters-bar input[type=date]{flex:140px;min-width:130px}.listing-filters-bar select{appearance:none;font:inherit;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #e0e0e0;border-radius:10px;padding:10px 36px 10px 14px}.listing-filters-bar input[type=date]{font:inherit;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:10px 14px}.order-detail-header{background:linear-gradient(#f8fbf9 0%,#fff 100%);border-bottom:1px solid #e8ece9;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 56px 22px 28px;display:flex;position:relative}.order-detail-header-main{flex:1;min-width:0}.order-detail-header h3{margin:0;font-size:1.35rem}.order-detail-header-meta{color:#666;margin:6px 0 0;font-size:.9rem}.order-detail-header>.badge{flex-shrink:0;margin-top:4px}.order-detail-close{z-index:2;color:#fff;cursor:pointer;background:#f9a825;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;display:inline-flex;position:absolute;top:14px;right:14px;box-shadow:0 1px 3px #f9a82559}.order-detail-close svg{display:block}.order-detail-close:hover{color:#fff;background:#f57f17}.order-detail-toolbar{background:#f5f7f6;border-bottom:1px solid #e8ece9;flex-wrap:wrap;align-items:flex-end;gap:20px;padding:18px 28px;display:flex}.order-detail-action-group label{letter-spacing:.04em;text-transform:uppercase;color:#888;margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.order-detail-action-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-detail-body{flex:1;padding:24px 28px;overflow-y:auto}.order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:24px;display:grid}.order-detail-card{background:#f8faf9;border:1px solid #e8ece9;border-radius:12px;padding:16px 18px}.order-detail-card h4{letter-spacing:.05em;text-transform:uppercase;color:#7a8a82;margin:0 0 12px;font-size:.78rem;font-weight:700}.order-detail-kv{gap:10px;display:grid}.order-detail-kv-row{grid-template-columns:110px 1fr;gap:8px;font-size:.92rem;line-height:1.45;display:grid}.order-detail-kv-row dt{color:#888;margin:0;font-weight:600}.order-detail-kv-row dd{color:#1a1a2e;margin:0}.order-detail-section-title{margin:0 0 12px;font-size:1rem;font-weight:700}.order-detail-shop-section{border-bottom:1px solid #e8ece9;margin-bottom:24px;padding-bottom:20px}.order-detail-shop-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-detail-shop-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.order-detail-items-wrap{border:1px solid #e8ece9;border-radius:12px;margin-bottom:20px;overflow:hidden}.order-detail-items-table th,.order-detail-items-table td{padding:12px 14px}.order-detail-items-table tbody tr:last-child td{border-bottom:none}.order-detail-items-table td.amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.order-detail-items-table td.nowrap{white-space:nowrap}.order-detail-footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;padding-top:4px;display:flex}.order-detail-totals{background:#fff;border:1px solid #e8ece9;border-radius:12px;min-width:min(100%,320px);max-width:360px;margin-left:auto;overflow:hidden}.order-detail-totals table{border-radius:0}.order-detail-totals td{padding:10px 16px}.order-detail-totals tr:last-child td{background:#f1f8f4;border-bottom:none;font-size:1.05rem;font-weight:700}.order-detail-totals td:last-child{text-align:right;font-variant-numeric:tabular-nums}.order-detail-footer-actions{flex-wrap:wrap;align-items:center;gap:10px;padding-top:8px;display:flex}@media (width<=640px){.order-detail-kv-row{grid-template-columns:1fr;gap:2px}.order-detail-toolbar{padding:16px 18px}.order-detail-body,.order-detail-header{padding:18px}}.info-banner{color:#1b5e20;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:12px;margin:0 0 16px;padding:12px 14px;font-size:14px;line-height:1.5}.field-hint{color:#666;margin:-4px 0 10px;font-size:13px;line-height:1.4}.warning-text{color:#9e6b00;background:#fff8e1;border:1px solid #ffe082;border-radius:12px;margin:0;padding:12px;font-size:13px;line-height:1.4}.checkbox-list{background:#fafafa;border:1px solid #e0e0e0;border-radius:12px;gap:8px;max-height:220px;padding:12px;display:grid;overflow-y:auto}.checkbox-row{color:#333;cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.checkbox-row input{width:16px;height:16px}td.muted{color:#9e9e9e;font-style:italic}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;box-shadow:0 4px 24px #00000014}.auth-card h1{color:#2e7d32;margin:0 0 8px}.auth-card .subtitle{color:#666;margin-bottom:24px}.error-text{color:#c62828;margin-bottom:12px;font-size:.875rem}.empty-text{text-align:center;color:#666;padding:40px 20px}.empty-state{text-align:center;background:linear-gradient(#f7fbf7 0%,#fff 100%);border:1px dashed #c8e6c9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:520px;margin:32px auto 0;padding:48px 32px;display:flex;box-shadow:0 8px 24px #2e7d320f}.empty-state-icon{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.empty-state-icon-loading{background:#f1f8f1}.empty-state-spinner{animation:.9s linear infinite empty-state-spin}@keyframes empty-state-spin{to{transform:rotate(360deg)}}.empty-state-title{color:#1a1a2e;margin:0 0 8px;font-size:1.125rem;font-weight:700;line-height:1.4}.empty-state-hindi{color:#555;margin:0 0 12px;font-size:1rem;line-height:1.5}.empty-state-hint{color:#888;max-width:340px;margin:0;font-size:.875rem;line-height:1.55}.hindi{color:#666;margin-top:2px;font-size:.85rem}.line-card{background:#fafafa;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:12px;padding:16px}.line-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pagination{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.product-thumb{object-fit:cover;background:#f0f0f0;border-radius:8px;width:48px;height:48px}.product-thumb-empty{color:#999;justify-content:center;align-items:center;font-size:10px;display:flex}.products-table-meta{display:none}.products-muted{color:#999;font-size:.85rem}.badge-mto{color:#5d4037;background:#efebe9}.products-offers-stack{flex-direction:column;gap:6px;display:flex}.products-offer-wh{color:#666;margin-top:2px;font-size:.75rem}.products-count{color:#666;margin-top:-8px;margin-bottom:16px;font-size:.85rem}@media (width<=768px){.admin-layout{flex-direction:column}.sidebar{width:100%}.sidebar-nav{flex-wrap:wrap;padding:8px;display:flex}.sidebar-nav a{padding:8px 12px;font-size:.875rem}}.thermal-receipt-wrap{flex-direction:column;align-items:center;gap:12px;margin-top:8px;display:flex}.thermal-print-btn{align-self:flex-end}.thermal-receipt{color:#000;background:#fff;border:1px dashed #bbb;border-radius:4px;width:100%;max-width:80mm;padding:10px 8px;font-family:Courier New,Courier,monospace;font-size:11px;line-height:1.35}.thermal-title{text-align:center;margin:0 0 4px;font-size:14px;font-weight:700}.thermal-meta{text-align:center;color:#333;margin:0 0 6px;font-size:10px}.thermal-divider{border-top:1px dashed #000;margin:8px 0}.thermal-label{letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:700}.thermal-shop{text-align:center;margin:0 0 4px;font-size:12px;font-weight:700}.thermal-text{word-break:break-word;margin:0 0 3px}.thermal-center{text-align:center}.thermal-item{margin-bottom:8px}.thermal-item-name{margin:0 0 2px;font-weight:700}.thermal-item-meta{margin:0 0 2px;font-size:10px}.thermal-row{justify-content:space-between;gap:8px;margin:2px 0;display:flex}.thermal-row-strong{border-top:1px solid #000;margin-top:4px;padding-top:4px;font-size:13px;font-weight:700}.thermal-gst-line{margin:2px 0;font-size:10px}.thermal-footer{text-align:center;margin:10px 0 0;font-size:10px}@media print{@page{size:80mm auto;margin:2mm}body.printing-order-invoice *{visibility:hidden}body.printing-order-invoice #order-invoice-print,body.printing-order-invoice #order-invoice-print *{visibility:visible}body.printing-order-invoice #order-invoice-print{border:none;width:80mm;max-width:80mm;margin:0;padding:0;position:absolute;top:0;left:0}.no-print{display:none!important}}:root{--bheji-green:#1a4d2e;--bheji-green-dark:#143d24;--bheji-orange:#e85d04;--bheji-orange-soft:#f37021;--bheji-text:#1f2937;--bheji-muted:#6b7280;--bheji-border:#e5e7eb;--bheji-surface:#f8f9fa}.public-layout{background:#fff;flex-direction:column;min-height:100vh;display:flex}.bheji-header{z-index:200;border-bottom:1px solid var(--bheji-border);background:#fff;position:sticky;top:0;box-shadow:0 1px #0000000a}.bheji-header-inner{align-items:center;gap:20px;max-width:1280px;min-height:80px;margin:0 auto;padding:12px 24px;display:flex}.bheji-brand{flex-shrink:0;align-items:center;gap:14px;min-width:0;display:flex}.bheji-brand-logo{object-fit:contain;object-position:left center;width:auto;max-width:220px;height:72px;display:block}.bheji-brand-tagline{color:var(--bheji-muted);max-width:155px;font-size:.8rem;font-weight:500;line-height:1.4}.bheji-nav{flex:1;justify-content:center;align-items:center;gap:2px;min-width:0;display:flex}.bheji-nav a,.bheji-nav-dropdown-btn{color:#374151;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.bheji-nav a:hover,.bheji-nav-dropdown-btn:hover{color:var(--bheji-green)}.bheji-nav a.active{color:var(--bheji-green);box-shadow:inset 0 -2px 0 var(--bheji-green);border-radius:0}.bheji-nav-dropdown{position:relative}.bheji-nav-dropdown-menu{border:1px solid var(--bheji-border);z-index:50;background:#fff;border-radius:10px;min-width:200px;padding:8px;display:none;position:absolute;top:100%;left:0;box-shadow:0 12px 32px #0000001a}.bheji-nav-dropdown:hover .bheji-nav-dropdown-menu{display:block}.bheji-nav-dropdown-menu a{box-shadow:none;border-radius:8px;padding:10px 12px;display:block}.bheji-nav-dropdown-menu a:hover{background:#f3faf4}.bheji-nav-chevron{opacity:.6;width:14px;height:14px}.bheji-header-actions{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.bheji-location-btn{border:1px solid var(--bheji-border);color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.bheji-action-icon{width:18px;height:18px;color:var(--bheji-green)}.bheji-icon-btn{border:1px solid var(--bheji-border);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative}.bheji-cart-badge{background:var(--bheji-green);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.public-back-home{color:var(--bheji-green);flex:1;font-size:.9rem;font-weight:600}.public-header-cta{white-space:nowrap;text-decoration:none}.public-main{flex:1}.bheji-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:580px;position:relative;overflow:hidden}.bheji-hero-shade{background:linear-gradient(90deg,#ffffffd1 0%,#ffffff8c 28%,#ffffff26 48%,#fff0 62%);position:absolute;inset:0}.bheji-hero-inner{z-index:1;box-sizing:border-box;width:100%;max-width:1400px;min-height:580px;margin:0 auto;padding:52px 48px 64px;position:relative}.bheji-hero-copy{max-width:640px}.bheji-hero-pill{color:var(--bheji-green);background:#fff;border:1px solid #e8edf0;border-radius:999px;align-items:center;gap:6px;margin-bottom:22px;padding:7px 16px;font-size:.8rem;font-weight:600;display:inline-flex;box-shadow:0 2px 10px #0000000d}.bheji-hero h1{color:var(--bheji-green);letter-spacing:-.025em;margin:0 0 18px;font-size:clamp(2.35rem,4.8vw,3.4rem);font-weight:800;line-height:1.15}.bheji-hero-orange{color:var(--bheji-orange)}.bheji-hero-sub{color:#4b5563;max-width:520px;margin:0 0 28px;font-size:1.05rem;font-weight:500;line-height:1.65}.bheji-hero-features{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #fffffff2;border-radius:14px;flex-wrap:nowrap;align-items:stretch;gap:0;max-width:720px;margin-bottom:28px;padding:14px 8px;display:flex;overflow-x:auto;box-shadow:0 8px 32px #0f172a0f}.bheji-hero-feature{border-right:1px solid #e8edf0;flex:1 1 0;align-items:center;gap:10px;min-width:150px;padding:6px 14px;display:flex}.bheji-hero-feature:last-child{border-right:none}.bheji-hero-feature-icon{width:38px;height:38px;color:var(--bheji-green);background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.bheji-hero-feature-icon svg{width:18px;height:18px}.bheji-hero-feature-text strong{color:var(--bheji-green);margin-bottom:2px;font-size:.8rem;font-weight:700;display:block}.bheji-hero-feature-text em{color:var(--bheji-muted);font-size:.7rem;font-style:normal;font-weight:500;display:block}.bheji-hero-cta{background:var(--bheji-green);color:#fff;border-radius:10px;align-items:center;gap:10px;padding:15px 28px;font-size:1rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 10px 28px #1a4d2e47}.bheji-hero-cta-chevron{font-size:1.25rem;font-weight:400;line-height:1}.bheji-hero-cta:hover{background:var(--bheji-green-dark);transform:translateY(-1px)}.bheji-hero-cta-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.bheji-hero-cta-secondary{color:var(--bheji-green);text-underline-offset:3px;font-size:.95rem;font-weight:700;text-decoration:underline}.bheji-hero-cta-secondary:hover{color:var(--bheji-green-dark)}.bheji-header-admin-link{color:var(--bheji-muted);white-space:nowrap;font-size:.8rem;font-weight:600}.bheji-header-admin-link:hover{color:var(--bheji-green)}.bheji-promo-card{background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:flex-start;gap:14px;min-width:200px;padding:18px 22px;display:flex;position:absolute;bottom:48px;right:48px;box-shadow:0 20px 48px #00000024}.bheji-promo-icon-wrap{width:40px;height:40px;color:var(--bheji-green);background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.bheji-promo-icon-wrap svg{width:22px;height:22px}.bheji-promo-body strong{color:var(--bheji-green);margin-bottom:4px;font-size:1rem;display:block}.bheji-promo-line{color:var(--bheji-muted);margin:0 0 4px;font-size:.78rem;font-weight:500}.bheji-promo-price{color:var(--bheji-orange);margin:0;font-size:1.75rem;font-weight:800;line-height:1.1}.bheji-section{max-width:1280px;margin:0 auto;padding:48px 24px 56px}.bheji-section-head-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.bheji-section-head-row h2{color:var(--bheji-text);margin:0;font-size:1.5rem;font-weight:800}.bheji-section-lead{max-width:560px;color:var(--bheji-muted);margin:8px 0 0;font-size:.95rem;line-height:1.6}.bheji-link-arrow{color:var(--bheji-green);white-space:nowrap;font-size:.9rem;font-weight:700}.bheji-section-title-center{text-align:center;color:var(--bheji-text);margin:0 0 36px;font-size:1.5rem;font-weight:800}.bheji-categories{background:var(--bheji-surface);max-width:none}.bheji-categories .bheji-section-head-row,.bheji-category-grid{max-width:1280px;margin-left:auto;margin-right:auto}.bheji-category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;display:grid}.bheji-category-card{text-align:center;border:1px solid #0000000a;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0 0 12px;display:flex;overflow:hidden}.bheji-category-card:hover{box-shadow:0 8px 20px #0000000d}.bheji-category-card-info{cursor:default}.bheji-category-card-info:hover{transform:none}.bheji-category-image{aspect-ratio:1;box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:10px 8px 6px;display:flex}.bheji-category-image img{object-fit:contain;width:100%;height:100%;display:block}.bheji-category-card h3{color:#111827;margin:0;padding:0 8px;font-size:.72rem;font-weight:800;line-height:1.3}.bheji-why{background:#fff;max-width:none}.bheji-why .bheji-section-title-center,.bheji-why-grid{max-width:1280px;margin-left:auto;margin-right:auto}.bheji-why-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.bheji-why-card{text-align:center;padding:8px 10px}.bheji-why-icon{width:56px;height:56px;color:var(--bheji-green);background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.bheji-why-icon svg{width:26px;height:26px}.bheji-why-card h3{color:var(--bheji-green);margin:0 0 8px;font-size:.95rem}.bheji-why-card p{color:var(--bheji-muted);margin:0;font-size:.8rem;line-height:1.55}.bheji-how{background:var(--bheji-surface);max-width:none}.bheji-how .bheji-section-title-center,.bheji-how-grid{max-width:1280px;margin-left:auto;margin-right:auto}.bheji-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.bheji-how-card{text-align:center;background:#fff;border:1px solid #eef0f2;border-radius:14px;padding:24px 20px}.bheji-how-step{background:var(--bheji-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:14px;font-size:.9rem;font-weight:800;display:inline-flex}.bheji-how-card h3{color:var(--bheji-text);margin:0 0 8px;font-size:1rem}.bheji-how-card p{color:var(--bheji-muted);margin:0;font-size:.85rem;line-height:1.55}.bheji-app-download{padding-top:24px;padding-bottom:64px}.bheji-app-download-card{background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 45%,#fff 100%);border:1px solid #bbf7d0;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;padding:36px 40px;display:flex}.bheji-app-download-copy h2{color:var(--bheji-text);margin:0 0 10px;font-size:1.6rem;font-weight:800}.bheji-app-download-copy p{max-width:520px;color:var(--bheji-muted);margin:0 0 20px;line-height:1.65}.bheji-app-download-badge{background:var(--bheji-green);color:#fff;text-align:center;border-radius:24px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:120px;height:120px;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 16px 40px #1a4d2e38}.bheji-app-download-badge-icon{font-size:2rem;line-height:1}.info-page{max-width:760px;margin:0 auto;padding:40px 24px 64px}.info-page-hero{margin-bottom:32px}.info-breadcrumb{color:var(--bheji-muted);margin:0 0 16px;font-size:.85rem}.info-breadcrumb a{color:var(--bheji-green);font-weight:600}.info-page h1{color:var(--bheji-text);margin:0 0 10px;font-size:2rem;font-weight:800}.info-subtitle{color:var(--bheji-muted);margin:0;font-size:1.05rem;line-height:1.6}.info-sections{flex-direction:column;gap:16px;display:flex}.info-section-card{border:1px solid var(--bheji-border);background:#fff;border-radius:16px;padding:24px}.info-section-card h2{color:var(--bheji-green);margin:0 0 10px;font-size:1.05rem}.info-section-card p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.7}.public-footer{color:#94a3b8;background:#0f172a;margin-top:auto}.public-footer-inner{grid-template-columns:1.2fr 1fr;align-items:start;gap:40px;max-width:1280px;margin:0 auto;padding:48px 24px 32px;display:grid}.public-footer-brand .bheji-footer-logo{object-fit:contain;object-position:left center;width:auto;max-width:200px;height:56px;margin-bottom:12px;display:block}.public-footer-tagline{max-width:320px;margin:0 0 16px;font-size:.9rem;line-height:1.6}.public-footer-app-btn{color:#14532d;background:#86efac;border-radius:8px;align-items:center;margin-bottom:16px;padding:10px 18px;font-size:.85rem;font-weight:700;transition:background .15s;display:inline-flex}.public-footer-app-btn:hover{background:#bbf7d0}.public-footer-contact a{color:#86efac;font-weight:600}.public-footer-nav{flex-direction:column;gap:12px;display:flex}.public-footer-nav a{color:#cbd5e1;font-size:.9rem;font-weight:500;transition:color .15s}.public-footer-nav a:hover{color:#86efac}.public-footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;gap:12px;max-width:1280px;margin:0 auto;padding:20px 24px;font-size:.8rem;display:flex}.public-footer-admin{color:#86efac;font-weight:600}.auth-page-wrap{background:var(--bheji-surface);flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.auth-page-wrap .auth-card{box-shadow:0 16px 48px #0f172a14}@media (width<=1100px){.bheji-nav,.bheji-location-btn span{display:none}.bheji-why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bheji-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=768px){.bheji-brand-tagline{display:none}.bheji-brand-logo{max-width:180px;height:56px}.bheji-header-inner{min-height:68px;padding:10px 16px}.bheji-hero{min-height:auto}.bheji-hero-inner{min-height:auto;padding:32px 20px 120px}.bheji-hero-shade{background:linear-gradient(#ffffffeb 0%,#ffffffc7 100%)}.bheji-hero-features{flex-wrap:wrap;max-width:100%}.bheji-hero-feature{border-bottom:1px solid #e8edf0;border-right:none;flex:45%;min-width:0;padding:10px 12px}.bheji-hero-feature:nth-child(odd){border-right:1px solid #e8edf0}.bheji-hero-feature:nth-last-child(-n+2){border-bottom:none}.bheji-promo-card{min-width:0;bottom:20px;left:20px;right:20px}.bheji-app-download-card{flex-direction:column;align-items:flex-start;padding:28px 24px}.bheji-app-download-badge{border-radius:14px;flex-direction:row;width:100%;height:auto;padding:16px 20px}.bheji-why-grid{grid-template-columns:1fr 1fr}.bheji-how-grid,.public-footer-inner{grid-template-columns:1fr}}@media (width<=480px){.bheji-header-inner{padding:10px 14px}.bheji-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bheji-why-grid{grid-template-columns:1fr}}.shop-shell{background:#e8ece8;justify-content:center;height:100dvh;min-height:100dvh;max-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Noto Sans Devanagari,Helvetica,Arial,sans-serif;display:flex;overflow:hidden}.shop-phone-frame{--shop-floating-cart-raised-bottom:calc(80px + env(safe-area-inset-bottom,0px));background:#fff;flex-direction:column;width:100%;max-width:430px;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f172a0a,0 16px 40px #0f172a14}.shop-delivery-bar{color:#1b5e20;background:#e8f5e9;border-bottom:1px solid #cfe8d3;padding:8px 12px}.shop-delivery-bar-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.shop-delivery-bar-name{color:#1b5e20;font-size:12px;font-weight:800;line-height:1.25}.shop-delivery-bar-address{color:#2e7d32;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;font-weight:600;line-height:1.35;display:block;overflow:hidden}.shop-main{background:#fff;flex:1;min-height:0;padding-bottom:0;overflow:auto}.shop-main-full{padding-bottom:0}:is(.shop-main:has(>.shop-checkout),.shop-main:has(>.shop-confirm),.shop-main:has(>.shop-browse)){flex-direction:column;display:flex;overflow:hidden}.shop-browse{background:#fff;flex-direction:column;height:100%;min-height:0;display:flex}.shop-browse.is-search{background:#f8fafc}.shop-browse.is-search .shop-browse-header{background:#fff;border-bottom:1px solid #e5e7eb}.shop-browse-header{z-index:6;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:10px 16px 8px;position:relative;overflow:visible}.shop-browse-header-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.shop-circle-back{color:#111827;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;line-height:0;text-decoration:none;display:inline-flex;box-shadow:0 1px 4px #0f172a0f}.shop-circle-back svg{flex-shrink:0;display:block}.shop-browse-search{flex:1;min-width:0}.shop-browse-meta h1{color:#111827;letter-spacing:-.2px;margin:0 0 6px;font-size:16px;font-weight:800}.shop-browse-cat-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;margin:0 -16px;padding:2px 16px 4px;display:flex;overflow-x:auto}.shop-browse-cat-tabs::-webkit-scrollbar{display:none}.shop-browse-cat-tab{cursor:pointer;appearance:none;background:0 0;border:none;flex-direction:column;flex:none;align-items:center;width:72px;padding:0;display:flex}.shop-browse-cat-tab-thumb{color:#2e7d32;background:#eef2f7;border:1px solid #0000;border-radius:22px;place-items:center;width:44px;height:44px;margin-bottom:4px;font-size:14px;font-weight:800;display:grid;overflow:hidden}.shop-browse-cat-tab-thumb img{object-fit:cover;width:100%;height:100%}.shop-browse-cat-tab.active .shop-browse-cat-tab-thumb{border-color:#2e7d32}.shop-browse-cat-tab-label{text-align:center;color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:10px;font-weight:600;line-height:12px;display:-webkit-box;overflow:hidden}.shop-browse-cat-tab.active .shop-browse-cat-tab-label{color:#111827;font-weight:800}.shop-browse-cat-tab-line{background:0 0;border-radius:2px;width:100%;height:3px;margin-top:4px}.shop-browse-cat-tab.active .shop-browse-cat-tab-line{background:#2e7d32}.shop-browse-meta p{color:#6b7280;margin:0;font-size:12px;font-weight:600}.shop-browse-body{flex:1;min-height:0;display:flex;overflow:hidden}.shop-cat-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:84px;padding:8px 0 24px;overflow-y:auto}.shop-cat-sidebar-item{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;width:100%;padding:10px 4px;display:flex;position:relative}.shop-cat-sidebar-item.active{background:#fff}.shop-cat-sidebar-bar{background:#2e7d32;border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;right:0}.shop-cat-sidebar-thumb{color:#2e7d32;background:#eef2f7;border:1px solid #0000;border-radius:26px;place-items:center;width:52px;height:52px;margin-bottom:6px;font-size:16px;font-weight:800;display:grid;overflow:hidden}.shop-cat-sidebar-thumb img{object-fit:cover;width:100%;height:100%}.shop-cat-sidebar-item.active .shop-cat-sidebar-thumb{border-color:#2e7d32}.shop-cat-sidebar-label{text-align:center;color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:10px;font-weight:600;line-height:12px;display:-webkit-box;overflow:hidden}.shop-cat-sidebar-item.active .shop-cat-sidebar-label{color:#111827;font-weight:800}.shop-browse-main{background:#fff;flex:1;width:100%;min-width:0;padding:10px 14px 150px;overflow-y:auto}.shop-browse.is-search .shop-browse-main{background:#f8fafc;padding:12px 14px 150px}.shop-search-results-meta{color:#6b7280;margin-bottom:10px;font-size:12px;font-weight:700}.shop-search-empty{text-align:center;color:#6b7280;place-items:center;gap:8px;padding:56px 20px;display:grid}.shop-search-empty-icon{color:#2e7d32;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;place-items:center;width:56px;height:56px;margin-bottom:4px;display:grid}.shop-search-empty-icon svg{width:24px;height:24px}.shop-search-empty strong{color:#111827;font-size:16px;font-weight:800}.shop-search-empty p{margin:0;font-size:13px;font-weight:600}.shop-list-banner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.shop-list-banner-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.shop-list-banner-copy strong{color:#111827;font-size:15px;font-weight:800;line-height:20px}.shop-list-banner-copy span{color:#6b7280;font-size:11px;font-weight:600;line-height:15px}.shop-list-banner-image{background:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:72px;height:72px;font-size:28px;display:grid;overflow:hidden}.shop-list-banner-image img{object-fit:cover;width:100%;height:100%}.shop-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shop-catalog-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;flex-direction:column;min-width:0;padding:8px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 10px #0f172a0a}.shop-catalog-card:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14}.shop-catalog-image{aspect-ratio:1;background:linear-gradient(#f8fafc 0%,#fff 100%);border:1px solid #f1f5f9;border-radius:12px;width:100%;margin-bottom:8px;position:relative;overflow:hidden}.shop-catalog-image-hit{cursor:pointer;width:100%;height:100%;font:inherit;background:0 0;border:none;margin:0;padding:8px;display:block}.shop-catalog-image img{object-fit:contain;width:100%;height:100%;display:block}.shop-catalog-fallback{color:#2e7d32;place-items:center;width:100%;height:100%;font-size:28px;font-weight:800;display:grid}.shop-catalog-save{z-index:1;color:#fff;letter-spacing:.03em;background:#ef6c00;border-radius:6px;padding:3px 6px;font-size:9px;font-weight:800;line-height:1.2;position:absolute;top:8px;left:8px}.shop-wishlist{z-index:1;color:#9ca3af;background:#fffffff5;border:1px solid #0000000f;border-radius:999px;place-items:center;width:28px;height:28px;font-size:14px;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0f172a14}.shop-catalog-add-float{z-index:1;color:#2e7d32;letter-spacing:.03em;cursor:pointer;background:#fff;border:1.5px solid #2e7d32;border-radius:10px;padding:6px 12px;font-size:12px;font-weight:800;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #2e7d322e}.shop-catalog-add-float:hover{background:#e8f5e9}.shop-catalog-stepper-float{z-index:1;background:#2e7d32;border-radius:10px;align-items:center;gap:2px;padding:2px 4px;display:inline-flex;position:absolute;bottom:8px;right:8px;box-shadow:0 4px 12px #2e7d3247}.shop-catalog-stepper-float button{color:#fff;cursor:pointer;background:0 0;border:none;width:26px;height:26px;font-size:16px;font-weight:700}.shop-catalog-stepper-float span{color:#fff;text-align:center;min-width:16px;font-size:12px;font-weight:800}.shop-catalog-body{flex-direction:column;gap:4px;padding:0 2px 2px;display:flex}.shop-catalog-actions{align-items:center;gap:6px;margin-bottom:6px;display:flex}.shop-pack{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;background:#f3f4f6;border-radius:6px;width:fit-content;max-width:100%;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block;overflow:hidden}.shop-add-btn{color:#2e7d32;cursor:pointer;background:#fff;border:1.5px solid #2e7d32;border-radius:8px;flex-shrink:0;padding:5px 12px;font-size:12px;font-weight:800}.shop-oos{color:#6b7280;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;width:fit-content;padding:4px 8px;font-size:10px;font-weight:700}.shop-stepper{background:#2e7d32;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:2px 4px;display:inline-flex}.shop-stepper button{color:#fff;cursor:pointer;background:0 0;border:none;width:24px;height:24px;font-size:16px;font-weight:700}.shop-stepper span{color:#fff;text-align:center;min-width:16px;font-size:12px;font-weight:800}.shop-catalog-price{align-items:baseline;gap:6px;margin-top:2px;display:flex}.shop-catalog-price strong{color:#111827;letter-spacing:-.2px;font-size:16px;font-weight:800}.shop-catalog-price .shop-mrp{color:#9ca3af;font-size:12px;font-weight:600;text-decoration:line-through}.shop-catalog-name{-webkit-line-clamp:2;color:#111827;text-align:left;cursor:pointer;background:0 0;border:none;-webkit-box-orient:vertical;width:100%;min-height:34px;padding:0;font-family:inherit;font-size:13px;font-weight:700;line-height:17px;text-decoration:none;display:-webkit-box;overflow:hidden}.shop-brand-chip{color:#92400e;white-space:nowrap;text-overflow:ellipsis;background:#fef9c3;border-radius:6px;max-width:100%;padding:3px 7px;font-size:10px;font-weight:700;display:inline-block;overflow:hidden}.shop-load-more{color:#6b7280;justify-content:center;align-items:center;gap:10px;width:100%;min-height:24px;margin:4px 0 16px;font-size:13px;font-weight:600;display:flex}.shop-load-more.is-loading{color:#2e7d32;background:#f3faf4;border-radius:12px;min-height:52px;margin:10px 0 24px;padding:12px}.shop-load-more-spinner{border:2px solid #c8e6c9;border-top-color:#2e7d32;border-radius:999px;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite shop-spin}@keyframes shop-spin{to{transform:rotate(360deg)}}.shop-sheet-root{z-index:120;pointer-events:none;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.shop-sheet-root.open{pointer-events:auto}.shop-sheet-backdrop{opacity:0;cursor:pointer;background:#0f172a7a;border:none;padding:0;transition:opacity .22s;position:absolute;inset:0}.shop-sheet-root.open .shop-sheet-backdrop{opacity:1}.shop-sheet-panel{z-index:1;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;max-height:92%;transition:transform .28s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden;transform:translateY(100%);box-shadow:0 -12px 40px #0f172a33}.shop-product-sheet-panel{background:linear-gradient(#fffef8 0%,#fff 42%,#f3faf4 100%);min-height:min(58%,460px)}.shop-product-sheet-panel .shop-sheet-hero{height:200px;max-height:34vh}.shop-product-sheet-panel .shop-sheet-hero img{max-height:180px}.shop-cart-sheet-panel{background:#f5f5f5;min-height:min(68%,520px);max-height:88%;padding-top:2px}.shop-bag-sheet{height:100%;max-height:inherit;background:0 0;flex-direction:column;min-height:0;font-family:Plus Jakarta Sans,Noto Sans Devanagari,system-ui,sans-serif;display:flex}.shop-bag-sheet .shop-bag-title{letter-spacing:-.01em;color:#374151;margin:2px 0 8px;padding-right:36px;font-size:17px;font-weight:600}.shop-bag-sheet .shop-bag-scroll{padding:2px 12px 8px}.shop-bag-sheet .shop-bag-card{border-radius:12px;margin-bottom:8px;padding:10px 12px}.shop-bag-sheet .shop-bag-card-title{margin:0 0 8px;font-size:13px;font-weight:800}.shop-bag-sheet .shop-bag-line{gap:8px;padding:6px 0}.shop-bag-sheet .shop-bag-line-thumb{border-radius:9px;width:40px;height:40px;font-size:12px}.shop-bag-sheet .shop-bag-line-info{gap:1px}.shop-bag-sheet .shop-bag-line-info strong{-webkit-line-clamp:1;font-size:12px;font-weight:700;line-height:1.25}.shop-bag-sheet .shop-bag-line-info span{font-size:10px;font-weight:600}.shop-bag-sheet .shop-bag-line-price strong{font-size:12px}.shop-bag-sheet .shop-bag-line-price s{font-size:10px}.shop-bag-sheet .shop-bag-stepper{border-width:1.25px;padding:1px 2px}.shop-bag-sheet .shop-bag-stepper button{width:22px;height:22px;font-size:13px}.shop-bag-sheet .shop-bag-stepper span{min-width:14px;font-size:11px}.shop-bag-sheet .shop-bag-missed{margin-top:8px;padding-top:8px}.shop-bag-sheet .shop-bag-missed>span{font-size:11px}.shop-bag-sheet .shop-bag-missed button{padding:5px 9px;font-size:10px}.shop-bag-sheet .shop-bag-bill-row{padding:6px 0;font-size:12px}.shop-bag-sheet .shop-bag-bill-icon{width:22px;height:22px}.shop-bag-sheet .shop-bag-bill-icon svg{width:14px;height:14px}.shop-bag-sheet .shop-bag-saved{padding:1px 6px;font-size:10px}.shop-bag-sheet .shop-bag-bill-right strong{font-size:12px}.shop-bag-sheet .shop-bag-bill-right s{font-size:10px}.shop-bag-sheet .shop-bag-grand{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:4px;padding-top:10px;display:flex}.shop-bag-sheet .shop-bag-grand>span{color:#111827;font-size:13px;font-weight:800}.shop-bag-sheet .shop-bag-grand strong{color:#111827;font-size:15px;font-weight:800}.shop-bag-sheet .shop-bag-footer{background:0 0;border-top:none;justify-content:center;padding:8px 12px 12px;display:flex}.shop-bag-sheet .shop-bag-checkout{letter-spacing:.01em;background:#2e7d32;border-radius:999px;width:max-content;max-width:100%;margin:0 auto;padding:12px 20px;font-size:14px;font-weight:600;box-shadow:0 6px 16px #2e7d3238}.shop-bag-sheet .shop-bag-checkout:hover{background:#1b5e20}.shop-bag-sheet-empty{padding:12px 14px 20px}.shop-sheet-root.open .shop-sheet-panel{transform:translateY(0)}.shop-sheet-handle{background:#c5e1a5;border-radius:999px;flex-shrink:0;width:36px;height:4px;margin:8px auto 4px}.shop-sheet-close{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2e7d32e0;border:none;border-radius:999px;width:32px;height:32px;font-size:12px;position:absolute;top:10px;right:10px}.shop-sheet-scroll{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:4px;overflow-y:auto}.shop-sheet-hero{box-sizing:border-box;background:#fff;flex-shrink:0;place-items:center;width:100%;height:168px;max-height:28vh;padding:8px 18px 4px;display:grid}.shop-sheet-hero img{object-fit:contain;width:100%;height:100%;max-height:148px;display:block}.shop-sheet-hero-fallback{color:#2e7d32;font-size:42px;font-weight:800}.shop-sheet-body{z-index:1;background:0 0;padding:4px 14px 12px;position:relative}.shop-sheet-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.shop-sheet-title{color:#1b5e20;letter-spacing:-.2px;flex:1;min-width:0;margin:0;font-size:18px;font-weight:800;line-height:1.2}.shop-sheet-brand{color:#689f38;margin:0 0 6px;font-size:12px;font-weight:600}.shop-sheet-desc{color:#4b5563;margin:0 0 8px;font-size:12px;line-height:17px}.shop-sheet-section{background:linear-gradient(135deg,#e8f5e9 0%,#fffde7 100%);border:1px solid #c8e6c9;border-radius:12px;padding:10px 12px}.shop-sheet-section+.shop-sheet-section{margin-top:10px}.shop-sheet-variations{flex-direction:column;gap:6px;margin-top:8px;display:flex}.shop-sheet-variation{text-align:left;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #c8e6c9;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 11px;font-family:inherit;display:flex}.shop-sheet-variation input[type=radio]{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.shop-sheet-variation-radio{box-sizing:border-box;background:#fff;border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;width:18px;height:18px;position:relative}.shop-sheet-variation-radio:after{content:"";background:#2e7d32;border-radius:50%;transition:transform .12s;position:absolute;inset:3px;transform:scale(0)}.shop-sheet-variation.is-active{background:#f1f8f2;border-color:#2e7d32;box-shadow:inset 0 0 0 1px #2e7d3226}.shop-sheet-variation.is-active .shop-sheet-variation-radio{border-color:#2e7d32}.shop-sheet-variation.is-active .shop-sheet-variation-radio:after{transform:scale(1)}.shop-sheet-variation.is-disabled{opacity:.55;cursor:not-allowed}.shop-sheet-variation-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.shop-sheet-variation-label{color:#1a2e22;font-size:13px;font-weight:700}.shop-sheet-variation-oos{color:#c62828;font-size:10px;font-weight:600}.shop-sheet-variation-price{font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;margin-left:auto;display:inline-flex}.shop-sheet-variation-price strong{color:#1b5e20;font-size:13px;font-weight:800}.shop-sheet-variation-price s{color:#9aa3ab;font-size:11px}.shop-sheet-section-title{color:#558b2f;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11px;font-weight:800}.shop-sheet-price-meta{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.shop-sheet-save{color:#fff;background:#ef6c00;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:800;line-height:1.3}.shop-sheet-price-row{color:#111827;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.shop-sheet-pack{color:#1b5e20;white-space:nowrap;background:#c8e6c9;border:none;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:11px;font-weight:700}.shop-sheet-prices{align-items:baseline;gap:6px;display:flex}.shop-sheet-prices strong{color:#2e7d32;font-size:22px;font-weight:800}.shop-sheet-prices s{color:#9ca3af;font-size:12px;font-weight:600}.shop-sheet-footer{padding:10px 14px calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(#f1f8e9 0%,#fff 100%);border-top:1px solid #c8e6c9;flex-shrink:0}.shop-sheet-oos{text-align:center;color:#6b7280;background:#f3f4f6;border-radius:14px;padding:14px;font-size:14px;font-weight:800}.shop-sheet-footer-row{align-items:center;gap:10px;display:flex}.shop-sheet-qty{background:#fff;border:1.5px solid #2e7d32;border-radius:14px;flex-shrink:0;align-items:center;gap:4px;padding:4px 6px;display:inline-flex}.shop-sheet-qty button{color:#2e7d32;cursor:pointer;background:0 0;border:none;width:34px;height:34px;font-size:18px;font-weight:700}.shop-sheet-qty span{text-align:center;color:#111827;min-width:24px;font-size:15px;font-weight:800}.shop-sheet-add{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:14px;flex:1;padding:14px 16px;font-size:15px;font-weight:800;box-shadow:0 8px 18px #2e7d3240}.shop-sheet-add:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.shop-sheet-add:hover{background:#1b5e20}.shop-home{background:#fff}.shop-sticky-header{z-index:6;background:#fff;padding:10px 16px 4px;position:relative;overflow:visible}.shop-header-row{align-items:center;gap:10px;display:flex}.shop-inline-search{z-index:5;flex:1;min-width:0;position:relative}.shop-search-pill.is-focused{border-color:#f5c518;box-shadow:0 0 0 3px #f5c5182e}.shop-search-clear{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;flex-shrink:0;place-items:center;width:22px;height:22px;padding:0;font-size:11px;line-height:1;display:grid}.shop-search-suggestions{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;max-height:min(360px,55vh);display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0f172a24}.shop-search-suggestions ul{margin:0;padding:6px 0;list-style:none;overflow-y:auto}.shop-search-suggestions-status{color:#6b7280;padding:16px;font-size:13px;font-weight:600}.shop-search-suggestion{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.shop-search-suggestion:hover{background:#f8fafc}.shop-search-suggestion-thumb{color:#2e7d32;background:#f3f4f6;border-radius:10px;flex-shrink:0;place-items:center;width:44px;height:44px;font-weight:800;display:grid;overflow:hidden}.shop-search-suggestion-thumb img{object-fit:contain;width:100%;height:100%}.shop-search-suggestion-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.shop-search-suggestion-copy strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.shop-search-suggestion-copy small{color:#9ca3af;font-size:11px;font-weight:600}.shop-search-suggestion-price{color:#2e7d32;flex-shrink:0;font-size:13px;font-weight:800}.shop-search-see-all{color:#2e7d32;cursor:pointer;text-align:center;background:#f8fafc;border:none;border-top:1px solid #eef2f7;padding:12px;font-size:13px;font-weight:800}.shop-search-pill{box-sizing:border-box;background:#fff;border:1.5px solid #a7f3d0;border-radius:999px;flex:1;align-items:center;gap:8px;min-height:44px;padding:10px 14px;display:flex}.shop-search-pill.shop-browse-search{border:1.5px solid #f5c518}.shop-search-icon{color:#f5c518;flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.shop-search-icon svg{display:block}.shop-browse-search .shop-search-icon svg{width:22px;height:22px}.shop-search-pill input{color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.shop-search-pill input::placeholder{color:#9ca3af}.shop-lang-toggle{background:#e8f5e9;border:1px solid #a7f3d0;border-radius:999px;flex-shrink:0;align-items:center;padding:2px;display:inline-flex}.shop-lang-toggle button{color:#1b5e20;cursor:pointer;background:0 0;border:none;border-radius:999px;min-width:34px;padding:4px 10px;font-size:11px;font-weight:700}.shop-lang-toggle button.active{color:#fff;background:#2e7d32}.shop-top-categories{scrollbar-width:none;gap:8px;padding:10px 0 4px;display:flex;overflow-x:auto}.shop-top-categories::-webkit-scrollbar{display:none}.shop-top-cat{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:none;align-items:center;width:64px;padding:0;display:flex}.shop-top-cat-icon{background:#fff;border:1px solid #e5e7eb;border-radius:10px;place-items:center;width:40px;height:40px;margin-bottom:4px;font-size:20px;line-height:1;display:grid;overflow:hidden}.shop-top-cat.active .shop-top-cat-icon{background:#fef3c7;border:2px solid #f59e0b}.shop-top-cat-label{color:#6b7280;text-align:center;max-width:100%;font-size:10px;font-weight:600;line-height:13px}.shop-top-cat.active .shop-top-cat-label{color:#b45309;font-weight:800}.shop-top-cat-line{background:0 0;border-radius:2px;width:100%;height:3px;margin-top:6px}.shop-top-cat.active .shop-top-cat-line{background:#f59e0b}.shop-top-cat.is-paused .shop-top-cat-icon{opacity:.55}.shop-top-cat.is-paused .shop-top-cat-label{color:#9ca3af}.shop-category-paused-inline{text-align:center;background:#fff7ed;border:1px solid #fdba74;border-radius:16px;margin-top:8px;padding:20px 16px}.shop-category-paused-badge{color:#9a3412;letter-spacing:.6px;text-transform:uppercase;background:#fed7aa;border-radius:999px;margin-bottom:12px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-block}.shop-category-paused-message{color:#c2410c;margin:0 0 12px;font-weight:600;line-height:1.5}.shop-home-body{padding:8px 16px 24px}.shop-featured-offers{margin:0 -16px 16px;padding:0 16px}.shop-featured-offers-head{justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:10px;display:flex}.shop-featured-offers-title{color:#111827;letter-spacing:-.2px;margin:0;font-size:18px;font-weight:800}.shop-featured-offers-sub{color:#6b7280;margin:2px 0 0;font-size:12px;font-weight:600}.shop-featured-offers-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.shop-featured-offers-row::-webkit-scrollbar{display:none}.shop-offers-page{background:#fff;flex-direction:column;min-height:100%;display:flex}.shop-offers-header{z-index:4;background:#fff;border-bottom:1px solid #e5e7eb;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;padding:10px 16px 12px;display:grid;position:sticky;top:0}.shop-offers-header h1{color:#111827;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:800;overflow:hidden}.shop-offers-header-spacer{width:40px;height:40px}.shop-offers-list{padding:16px;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:12px;display:flex}.shop-offer-coupon-list-item{flex:none;width:100%;max-width:none}.shop-offers-load-more{color:#1b5e20;cursor:pointer;background:#f3faf4;border:1px solid #cfe8d3;border-radius:999px;align-self:center;margin-top:4px;padding:10px 16px;font-size:13px;font-weight:700}.shop-offers-load-more:disabled{opacity:.65;cursor:default}.shop-offer-coupon{scroll-snap-align:start;min-height:172px;color:inherit;background:#fff;border:1px solid #d1d5db;border-radius:4px;flex:0 0 min(100%,288px);align-items:stretch;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 2px 10px #11182714}.shop-offer-coupon-with-cart{flex-direction:column;min-height:0}.shop-offer-coupon-row{align-items:stretch;min-height:172px;display:flex}.shop-offer-coupon-main-link{min-width:0;color:inherit;flex:1;padding:10px 10px 10px 12px;text-decoration:none}.shop-offer-coupon-actions{background:#fff;border-top:1px dashed #e5e7eb;justify-content:flex-end;align-items:center;padding:0 12px 10px;display:flex}.shop-offer-coupon-actions .shop-add-btn{min-width:108px}.shop-offer-coupon-actions .shop-stepper{justify-content:space-between;min-width:108px}.shop-offer-coupon-main{flex:1;min-width:0;padding:10px 10px 10px 12px}.shop-offer-coupon-ribbon{color:#fff;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);background:#b91c1c;align-items:baseline;gap:5px;padding:5px 20px 5px 8px;line-height:1.05;display:inline-flex}.shop-offer-coupon-ribbon-lead{text-transform:lowercase;font-size:9px;font-weight:600}.shop-offer-coupon-ribbon-value{text-transform:lowercase;align-items:baseline;gap:2px;font-size:10px;font-weight:700;display:inline-flex}.shop-offer-coupon-ribbon-value strong{font-size:18px;font-weight:900;line-height:1}.shop-offer-coupon-ribbon-value small{font-size:9px;font-weight:700}.shop-offer-coupon-banner{align-items:center;gap:6px;margin-top:10px;display:flex}.shop-offer-coupon-dots{background-image:radial-gradient(circle,#111 1.2px,#0000 1.2px);background-repeat:repeat-x;background-size:6px 4px;flex:1;min-width:12px;height:4px}.shop-offer-coupon-banner-text{letter-spacing:.03em;text-transform:uppercase;color:#111;text-align:center;flex-shrink:0;max-width:68%;font-size:8px;font-weight:900;line-height:1.25}.shop-offer-coupon-content{align-items:center;gap:10px;margin-top:10px;display:flex}.shop-offer-coupon-thumb-wrap{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;place-items:center;width:76px;height:76px;padding:6px;display:grid;overflow:hidden}.shop-offer-coupon-thumb{object-fit:contain;background:#fff;border-radius:6px;width:100%;height:100%}.shop-offer-coupon-copy{flex:1;min-width:0}.shop-offer-coupon-title{letter-spacing:.02em;text-transform:uppercase;color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:11px;font-weight:900;line-height:1.3;display:-webkit-box;overflow:hidden}.shop-offer-coupon-product{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.shop-offer-coupon-limited{letter-spacing:.05em;text-transform:uppercase;color:#b91c1c;margin:8px 0 0;font-size:9px;font-weight:800}.shop-offer-coupon-stub{background:#fafafa;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;align-items:center;width:24px;padding:10px 4px 10px 0;display:flex}.shop-offer-coupon-perforation{border-left:2px dashed #cbd5e1;flex:1;width:100%;min-height:56px;margin-left:6px;position:relative}.shop-offer-coupon-scissors{color:#111;font-size:10px;line-height:1;position:absolute;bottom:-2px;left:-7px;transform:rotate(-90deg)}.shop-offer-coupon-stub-label{writing-mode:vertical-rl;letter-spacing:.1em;text-transform:uppercase;color:#b91c1c;white-space:nowrap;margin-top:6px;font-size:7px;font-weight:900;transform:rotate(180deg)}.shop-section-title{color:#111827;letter-spacing:-.2px;margin:8px 0 14px;font-size:18px;font-weight:800}.shop-cat-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.shop-cat-tile{color:inherit;flex-direction:column;align-items:center;min-width:0;text-decoration:none;display:flex}.shop-cat-tile-image{aspect-ratio:1;background:#eef2f7;border-radius:16px;place-items:center;width:100%;margin-bottom:8px;display:grid;overflow:hidden}.shop-cat-tile-image img{object-fit:cover;width:100%;height:100%}.shop-cat-tile-fallback{color:#2e7d32;font-size:22px;font-weight:800}.shop-cat-tile-label{color:#111827;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:11px;font-weight:600;line-height:14px;display:-webkit-box;overflow:hidden}.shop-bag{background:#f5f5f5;flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.shop-bag-close{z-index:2;color:#111827;cursor:pointer;background:#fff;border:none;border-radius:999px;width:36px;height:36px;font-size:14px;position:absolute;top:12px;right:14px;box-shadow:0 2px 8px #0f172a1f}.shop-bag-scroll{flex:1;min-height:0;padding:20px 14px 12px;overflow-y:auto}.shop-bag-title{color:#111827;letter-spacing:-.4px;margin:0 0 16px;font-size:26px;font-weight:800}.shop-bag-card{background:#fff;border-radius:16px;margin-bottom:12px;padding:16px}.shop-bag-card-title{color:#111827;margin:0 0 14px;font-size:18px;font-weight:800}.shop-bag-line{align-items:center;gap:10px;padding:10px 0;display:flex}.shop-bag-line.divided{border-bottom:1px solid #f3f4f6}.shop-bag-line-thumb{color:#2e7d32;background:#f3f4f6;border-radius:12px;flex-shrink:0;place-items:center;width:52px;height:52px;font-weight:800;display:grid;overflow:hidden}.shop-bag-line-thumb img{object-fit:cover;width:100%;height:100%}.shop-bag-line-main{flex:1;justify-content:space-between;gap:8px;min-width:0;display:flex}.shop-bag-line-info{flex-direction:column;gap:2px;min-width:0;display:flex}.shop-bag-line-info strong{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:700;display:-webkit-box;overflow:hidden}.shop-bag-line-info span{color:#6b7280;font-size:12px;font-weight:600}.shop-bag-line-price{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.shop-bag-line-price strong{color:#111827;font-size:14px;font-weight:800}.shop-bag-line-price s{color:#9ca3af;font-size:12px}.shop-bag-stepper{border:1.5px solid #2e7d32;border-radius:999px;flex-shrink:0;align-items:center;gap:2px;padding:2px 4px;display:inline-flex}.shop-bag-stepper button{color:#2e7d32;cursor:pointer;background:0 0;border:none;width:28px;height:28px;font-size:16px;font-weight:700}.shop-bag-stepper span{text-align:center;color:#111827;min-width:18px;font-size:13px;font-weight:800}.shop-bag-missed{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.shop-bag-missed>span{color:#6b7280;font-size:13px;font-weight:600}.shop-bag-missed button{color:#2e7d32;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #2e7d32;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.shop-bag-bill-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.shop-bag-bill-left{color:#4b5563;flex:1;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:500;display:flex}.shop-bag-bill-icon{color:#374151;background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.shop-bag-bill-icon svg{display:block}.shop-bag-bill-icon-items{color:#1d4ed8;background:#dbeafe}.shop-bag-bill-icon-delivery{color:#2e7d32;background:#e8f5e9}.shop-bag-bill-icon-handling{color:#c2410c;background:#ffedd5}.shop-bag-dotted{border-bottom:1px dashed #9ca3af;padding-bottom:1px}.shop-bag-saved{color:#1d4ed8;white-space:nowrap;background:#dbeafe;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.shop-bag-bill-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.shop-bag-bill-right s{color:#9ca3af;font-size:14px}.shop-bag-bill-right strong{color:#111827;font-size:14px;font-weight:700}.shop-bag-free{color:#1d4ed8!important}.shop-bag-footer{padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:#f5f5f5;flex-shrink:0}.shop-bag-checkout{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:999px;width:100%;padding:14px 18px;font-size:15px;font-weight:800;box-shadow:0 6px 16px #0f172a2e}.shop-bag-checkout:hover{background:#1b5e20}.shop-bag-empty{text-align:center;background:#fff;border-radius:16px;padding:32px 20px}.shop-bag-empty-emoji{margin-bottom:12px;font-size:40px;display:block}.shop-bag-empty-title{color:#111827;margin:0 0 6px;font-size:18px;font-weight:800}.shop-checkout{background:#f5f5f5;flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.shop-checkout-header{background:#f5f5f5;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex}.shop-checkout-header h1{color:#111827;margin:0;font-size:18px;font-weight:800}.shop-circle-back-spacer{flex-shrink:0;width:40px;height:40px}.shop-checkout-scroll{flex:1;min-height:0;padding:4px 14px 12px;overflow-y:auto}.shop-checkout-section{background:#fff;border-radius:16px;margin-bottom:12px;padding:16px}.shop-checkout-section h2{color:#111827;margin:0;font-size:14px;font-weight:800}.shop-checkout-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.shop-checkout-address{align-items:flex-start;gap:12px;display:flex}.shop-checkout-home-icon{color:#f5a623;background:#e8f5e9;border-radius:999px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;position:relative}.shop-checkout-home-icon svg{display:block}.shop-checkout-home-tick{color:#fff;background:#2e7d32;border-radius:999px;place-items:center;width:16px;height:16px;display:grid;position:absolute;top:-2px;left:-2px}.shop-checkout-address-copy{flex:1;min-width:0}.shop-checkout-address-copy p{color:#4b5563;margin:0 0 2px;font-size:13px;line-height:18px}.shop-checkout-address-line{white-space:normal;word-break:break-word;line-height:1.45;overflow:visible}.shop-checkout-phone{margin-top:4px!important;font-size:12px!important}.shop-checkout-phone strong{font-size:inherit;color:#111827;margin:0;font-weight:700;display:inline}.shop-checkout-address-actions{flex-shrink:0;gap:6px;display:flex}.shop-checkout-address-actions button{color:#d97706;cursor:pointer;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:999px;place-items:center;width:32px;height:32px;padding:0;display:grid}.shop-checkout-payment{background:#fff;border:2px solid #2e7d32;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.shop-checkout-radio{border:2px solid #2e7d32;border-radius:999px;flex-shrink:0;place-items:center;width:20px;height:20px;margin-top:2px;display:grid}.shop-checkout-radio span{background:#2e7d32;border-radius:999px;width:10px;height:10px}.shop-checkout-payment strong{color:#111827;margin-bottom:4px;font-size:13px;font-weight:800;display:block}.shop-checkout-payment p{color:#6b7280;margin:0;font-size:11px;line-height:16px}.shop-checkout-bill{padding-bottom:8px}.shop-checkout-grand{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:4px;padding-top:12px;display:flex}.shop-checkout-grand span{color:#111827;font-size:13px;font-weight:800}.shop-checkout-grand strong{color:#111827;font-size:15px;font-weight:800}.shop-checkout-footer{padding:10px 14px max(10px, env(safe-area-inset-bottom,0px));z-index:2;box-shadow:none;background:0 0;flex-shrink:0;justify-content:center;display:flex;position:relative}.shop-checkout-footer form{justify-content:center;width:100%;margin:0;display:flex}.shop-checkout-footer .shop-bag-checkout{letter-spacing:.01em;background:#2e7d32;border-radius:999px;width:max-content;max-width:100%;margin:0 auto;padding:12px 20px;font-size:14px;font-weight:600;box-shadow:0 6px 16px #2e7d3238}.shop-checkout-footer .shop-bag-checkout:hover:not(:disabled){background:#1b5e20}.shop-checkout-footer .shop-bag-checkout:disabled{opacity:.75;cursor:not-allowed}.shop-address-picker-panel{box-sizing:border-box;flex:0 0 50%;align-self:stretch;width:100%;height:50%;min-height:50%;max-height:50%;padding-top:20px}.shop-address-picker-panel .shop-sheet-footer{background:#fff;border-top:1px solid #e5e7eb}.shop-address-picker-panel .shop-bag-checkout{width:100%}.shop-address-picker-list{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.shop-address-picker-item{text-align:left;cursor:pointer;font:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;gap:10px;padding:12px 14px;display:flex}.shop-address-picker-item.active{background:#f0fdf4;border-color:#2e7d32}.shop-address-picker-item:disabled{opacity:.7;cursor:wait}.shop-address-picker-item.applying{background:#fffbeb;border-color:#f59e0b}.shop-address-picker-list.busy{pointer-events:none}.shop-address-applying{color:#b45309;margin:0 0 10px;font-size:13px;font-weight:700}.shop-address-applying-inline{color:#b45309;white-space:nowrap;font-size:11px;font-weight:700}.shop-address-picker-item strong{color:#111827;font-size:13px;font-weight:700}.shop-address-add-form{margin-top:8px}.shop-address-add-form .auth-field textarea{resize:vertical;min-height:72px}.shop-address-picker-panel .shop-sheet-scroll{max-height:min(70vh,520px);padding-bottom:20px}.shop-page{padding:16px}.shop-page h1{color:#111827;margin:8px 0 16px;font-size:22px;font-weight:800}.shop-page h2{margin:0 0 12px;font-size:16px;font-weight:800}.shop-page-loading{justify-content:center;align-items:center;min-height:220px;padding:24px 12px;display:flex}.shop-muted{color:#6b7280;font-size:13px}.shop-back,.shop-inline-link{color:#2e7d32;font-size:13px;font-weight:600;text-decoration:none}.shop-banner{border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:13px;font-weight:600}.shop-banner.warning{color:#f57f17;background:#fff8e1}.shop-banner.success{color:#1b5e20;background:#e8f5e9}.shop-service-paused{background:#fff7ed;flex-direction:column;min-height:100%;padding:24px 20px;display:flex;position:relative;overflow:hidden}.shop-service-paused-glow{pointer-events:none;border-radius:999px;position:absolute}.shop-service-paused-glow-top{background:#fdba7473;width:220px;height:220px;top:-60px;right:-40px}.shop-service-paused-glow-bottom{background:#fed7aa8c;width:180px;height:180px;bottom:80px;left:-50px}.shop-service-paused-content{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.shop-service-paused-icon-ring-outer{background:#ffedd5;border:1px solid #fdba74;border-radius:999px;place-items:center;width:120px;height:120px;margin-bottom:24px;display:grid}.shop-service-paused-icon-ring-inner{background:#fff;border-radius:999px;place-items:center;width:88px;height:88px;display:grid;box-shadow:0 8px 16px #c2410c1f}.shop-service-paused-icon{font-size:42px;line-height:1}.shop-service-paused-badge{color:#9a3412;letter-spacing:.08em;text-transform:uppercase;background:#fed7aa;border-radius:999px;margin-bottom:14px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-block}.shop-service-paused-title{color:#9a3412;letter-spacing:-.5px;margin:0 0 12px;font-size:28px;font-weight:900;line-height:1.15}.shop-service-paused-message{color:#c2410c;max-width:340px;margin:0 0 20px;font-size:16px;font-weight:600;line-height:1.5}.shop-service-paused-note{text-align:left;background:#ffffffd9;border:1px solid #fdba74;border-radius:16px;align-items:center;gap:10px;max-width:340px;padding:14px;display:flex}.shop-service-paused-note span{flex-shrink:0;font-size:18px;line-height:1}.shop-service-paused-note p{color:#9a3412;margin:0;font-size:13px;font-weight:600;line-height:1.45}.shop-service-paused-footer{z-index:1;flex-direction:column;gap:12px;margin-top:auto;display:flex;position:relative}.shop-service-paused-primary{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:800}.shop-service-paused-primary:disabled{opacity:.7;cursor:wait}.shop-service-paused-secondary{color:#9a3412;cursor:pointer;text-align:center;box-sizing:border-box;background:#fff;border:1px solid #fdba74;border-radius:16px;width:100%;padding:14px;font-size:15px;font-weight:700;text-decoration:none;display:block}.shop-home-ads-root{z-index:40;pointer-events:none;opacity:0;justify-content:center;align-items:center;padding:20px;transition:opacity .2s;display:flex;position:absolute;inset:0}.shop-home-ads-root.open{opacity:1;pointer-events:auto}.shop-home-ads-backdrop{cursor:pointer;background:#0000009e;border:none;position:absolute;inset:0}.shop-home-ads-card{z-index:1;background:#fff;border-radius:16px;flex-direction:column;align-items:center;width:min(100%,420px);padding:14px 12px 12px;display:flex;position:relative;box-shadow:0 18px 40px #0f172a38}.shop-home-ads-card.is-image-only{background:#000;padding:0;overflow:hidden}.shop-home-ads-card.is-image-only .shop-home-ads-image-btn.is-full-bleed{flex-shrink:0;line-height:0}.shop-home-ads-card.is-image-only .shop-home-ads-image{object-fit:cover;border-radius:0;max-width:100%;max-height:none;display:block}.shop-home-ads-card.is-image-only:not(.is-sized) .shop-home-ads-image{opacity:0}.shop-home-ads-pager.on-image{background:linear-gradient(#0000,#0000008c);justify-content:center;margin:0;padding:10px 12px 12px;position:absolute;bottom:0;left:0;right:0}.shop-home-ads-pager.on-image .shop-home-ads-pager-btn{color:#fff;text-shadow:0 1px 4px #00000073}.shop-home-ads-pager.on-image .shop-home-ads-pager-text{color:#f9fafb}.shop-home-ads-close{z-index:2;color:#fff;cursor:pointer;background:#111827b8;border:none;border-radius:999px;place-items:center;width:32px;height:32px;font-size:14px;line-height:1;display:grid;position:absolute;top:10px;right:10px}.shop-home-ads-title{color:#111827;text-align:center;margin:0 0 10px;padding-right:36px;font-size:16px;font-weight:700}.shop-home-ads-image-btn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.shop-home-ads-image-btn.is-static{cursor:default}.shop-home-ads-image{object-fit:contain;border-radius:12px;width:100%;max-height:min(55vh,420px);display:block}.shop-home-ads-product-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:none;border-radius:10px;width:100%;margin-top:12px;padding:10px 16px;font-size:15px;font-weight:700}.shop-home-ads-pager{align-items:center;gap:16px;margin-top:10px;display:flex}.shop-home-ads-pager-btn{color:#2e7d32;cursor:pointer;background:0 0;border:none;padding:0 8px;font-size:28px;font-weight:700;line-height:1}.shop-home-ads-pager-text{color:#6b7280;font-size:13px;font-weight:600}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.shop-product-card,.shop-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.shop-product-media img,.shop-product-placeholder{object-fit:cover;width:100%;height:140px}.shop-product-placeholder{color:#2e7d32;background:#eef2f7;place-items:center;font-weight:700;display:grid}.shop-product-placeholder.large{height:280px}.shop-product-body{flex-direction:column;gap:4px;padding:10px;display:flex}.shop-product-name{color:#111827;font-size:13px;font-weight:700;text-decoration:none}.shop-product-price{align-items:baseline;gap:8px;font-size:14px;display:flex}.shop-mrp{color:#9ca3af;font-size:12px;text-decoration:line-through}.shop-product-detail{gap:16px;display:grid}.shop-product-detail-media img{object-fit:cover;border-radius:12px;width:100%;max-height:320px}.shop-qty-row{align-items:center;gap:10px;margin:12px 0;display:inline-flex}.shop-qty-row button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:32px;height:32px}.shop-cart-list{flex-direction:column;gap:12px;display:flex}.shop-cart-row{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.shop-cart-thumb img,.shop-cart-thumb .shop-product-placeholder{object-fit:cover;border-radius:10px;width:64px;height:64px}.shop-remove{color:#c62828;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.shop-cart-summary,.shop-card{margin-top:16px;padding:14px}.shop-cart-summary>div{justify-content:space-between;margin-bottom:8px;display:flex}.shop-bill-row{justify-content:space-between;padding:6px 0;font-size:14px;display:flex}.shop-bill-row.total{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:12px;font-size:16px}.shop-order-list{flex-direction:column;gap:12px;display:flex}.shop-order-head{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.shop-status{text-transform:capitalize;background:#eee;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.shop-status-pending,.shop-status-confirmed{color:#1b5e20;background:#e8f5e9}.shop-status-delivered{color:#1565c0;background:#e3f2fd}.shop-status-cancelled{color:#c62828;background:#ffebee}.shop-orders{background:#f8fafc;flex-direction:column;min-height:100%;display:flex}.shop-orders-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:8px 16px 14px}.shop-orders-header h1{color:#111827;letter-spacing:-.3px;margin:0 0 4px;font-size:24px;font-weight:900}.shop-orders-header p{color:#6b7280;margin:0;font-size:13px;font-weight:600;line-height:1.35}.shop-orders-body{flex:1;padding:12px 16px 24px}.shop-orders-success{color:#166534;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:700}.shop-orders-empty{text-align:center;justify-items:center;gap:8px;padding:40px 16px;display:grid}.shop-orders-empty strong{color:#111827;font-size:16px}.shop-orders-empty p{color:#6b7280;margin:0 0 8px;font-size:13px}.shop-orders-list{flex-direction:column;gap:10px;display:flex}.shop-orders-card{background:#fff;border:1px solid #e8edf2;border-left-width:4px;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.shop-orders-card.status-pending{border-left-color:#d97706}.shop-orders-card.status-confirmed{border-left-color:#16a34a}.shop-orders-card.status-delivered{border-left-color:#2563eb}.shop-orders-card.status-cancelled{border-left-color:#dc2626}.shop-orders-summary{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:10px;width:100%;padding:14px 14px 12px;display:flex}.shop-orders-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.shop-orders-ref{color:#111827;font-size:15px;font-weight:800;display:block}.shop-orders-date{color:#6b7280;margin:3px 0 0;font-size:12px;font-weight:500}.shop-orders-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:10px;font-weight:800}.shop-orders-badge.status-pending{color:#b45309;background:#fef3c7}.shop-orders-badge.status-confirmed{color:#166534;background:#dcfce7}.shop-orders-badge.status-delivered{color:#1d4ed8;background:#dbeafe}.shop-orders-badge.status-cancelled{color:#b91c1c;background:#fee2e2}.shop-orders-bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}.shop-orders-facts{color:#6b7280;align-items:center;gap:6px;min-width:0;font-size:13px;font-weight:600;display:flex}.shop-orders-facts strong{color:#2e7d32;font-size:15px;font-weight:900}.shop-orders-dot{color:#9ca3af}.shop-orders-toggle{color:#2e7d32;white-space:nowrap;flex-shrink:0;align-items:center;gap:2px;font-size:12px;font-weight:700;display:inline-flex}.shop-orders-otp{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;width:fit-content;padding:8px 12px;display:inline-flex}.shop-orders-otp-label{color:#166534;font-size:11px;font-weight:700}.shop-orders-otp-value{letter-spacing:4px;color:#1b5e20;font-size:22px;font-weight:900;line-height:1.15}.shop-orders-track-pill{border-radius:999px;align-items:center;width:fit-content;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.shop-orders-track-pill.status-pending{color:#b45309;background:#fffbeb}.shop-orders-track-pill.status-confirmed{color:#166534;background:#ecfdf5}.shop-orders-details{background:#fafbfc;border-top:1px solid #eef2f7;flex-direction:column;gap:12px;padding:12px 14px 14px;display:flex}.shop-orders-chip{color:#4b5563;background:#f3f4f6;border-radius:999px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.shop-orders-detail-block p{color:#374151;margin:4px 0 0;font-size:13px;line-height:1.4}.shop-orders-detail-heading{color:#2e7d32;font-size:12px;font-weight:800}.shop-orders-items{background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:10px 12px}.shop-orders-items-title{color:#111827;margin-bottom:8px;font-size:12px;font-weight:800}.shop-orders-shop-name{color:#6b7280;margin:6px 0;font-size:12px;font-weight:700}.shop-orders-item-row{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:8px;padding:8px 0;display:flex}.shop-orders-item-row:last-child{border-bottom:none;padding-bottom:0}.shop-orders-item-qty{color:#1b5e20;background:#e8f5e9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.shop-orders-item-copy{color:#111827;flex-direction:column;flex:1;gap:2px;min-width:0;font-size:13px;font-weight:600;display:flex}.shop-orders-item-copy small{color:#9ca3af;font-size:11px;font-weight:500}.shop-orders-item-row>strong{color:#111827;flex-shrink:0;font-size:13px}.shop-orders-cancel{color:#b45309;cursor:pointer;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:800}.shop-orders-cancel:disabled{opacity:.65;cursor:default}.shop-profile{background:#f8fafc;min-height:100%;padding:8px 16px 28px}.shop-profile-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.shop-profile-header h1{color:#111827;letter-spacing:-.3px;margin:0;font-size:24px;font-weight:900}.shop-profile-hero{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:22px;margin-bottom:18px;padding:22px 16px 16px;box-shadow:0 4px 16px #0f172a0a}.shop-profile-avatar-ring{box-sizing:border-box;background:#ecfdf5;border-radius:999px;place-items:center;width:80px;height:80px;margin:0 auto 12px;padding:4px;display:grid}.shop-profile-avatar{color:#fff;letter-spacing:.5px;background:#2e7d32;border-radius:999px;place-items:center;width:100%;height:100%;font-size:24px;font-weight:900;display:grid}.shop-profile-hero h2{color:#111827;margin:0 0 10px;font-size:22px;font-weight:900}.shop-profile-meta{color:#6b7280;justify-content:center;align-items:center;gap:8px;margin:0 0 6px;font-size:13px;font-weight:600;display:inline-flex}.shop-profile-meta svg{color:#9ca3af;flex-shrink:0}.shop-profile-address{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:14px;padding:12px}.shop-profile-address-head{color:#2e7d32;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;font-weight:800;display:flex}.shop-profile-address-check{color:#fff;background:#2e7d32;border-radius:999px;flex-shrink:0;place-items:center;width:18px;height:18px;display:grid}.shop-profile-address-check svg{width:10px;height:10px}.shop-profile-address p{color:#111827;margin:0;font-size:13px;font-weight:600;line-height:1.4}.shop-profile-section-label{color:#6b7280;margin:0 0 8px;font-size:13px;font-weight:800}.shop-profile-menu-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:16px;overflow:hidden}.shop-profile-menu-row{color:inherit;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.shop-profile-menu-row:last-child{border-bottom:none}.shop-profile-menu-icon{border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.shop-profile-menu-label{color:#111827;flex:1;min-width:0;font-size:15px;font-weight:700}.shop-profile-menu-chevron{color:#9ca3af;place-items:center;display:grid}.shop-profile-support{color:inherit;background:#fff;border:1px solid #bbf7d0;border-radius:16px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;text-decoration:none;display:flex}.shop-profile-support-icon{color:#2e7d32;background:#ecfdf5;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.shop-profile-support-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.shop-profile-support-copy strong{color:#111827;font-size:14px;font-weight:800}.shop-profile-support-copy span{color:#6b7280;font-size:12px;font-weight:500}.shop-profile-support-copy em{color:#2e7d32;font-size:13px;font-style:normal;font-weight:800}.shop-profile-support-call{color:#fff;background:#2e7d32;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.shop-profile-support-call svg{width:14px;height:14px}.shop-profile-logout{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:14px;width:100%;margin-top:4px;padding:14px;font-size:15px;font-weight:800}.shop-confirm-modal-backdrop{z-index:80;background:#0f172a7a;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.shop-phone-frame .shop-confirm-modal-backdrop{position:absolute}.shop-confirm-modal{background:#fff;border-radius:20px;width:100%;max-width:430px;padding:20px 18px 16px;box-shadow:0 16px 40px #0f172a38}.shop-confirm-modal h3{color:#111827;margin:0 0 6px;font-size:18px;font-weight:800}.shop-confirm-modal p{color:#6b7280;margin:0 0 16px;font-size:14px;line-height:1.45}.shop-confirm-modal-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.shop-confirm-modal-cancel,.shop-confirm-modal-danger{font:inherit;cursor:pointer;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.shop-confirm-modal-cancel{color:#374151;background:#f8fafc;border:1px solid #e5e7eb}.shop-confirm-modal-danger{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.shop-profile-footer{text-align:center;color:#9ca3af;margin:16px 0 0;font-size:12px;font-weight:600}.shop-info{background:#f8fafc;flex-direction:column;min-height:100%;display:flex}.shop-info-header{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;padding:10px 16px;display:flex}.shop-info-header h1{text-align:center;color:#111827;flex:1;margin:0;font-size:17px;font-weight:800}.shop-info-header-spacer{flex-shrink:0;width:36px;height:36px}.shop-info-body{flex-direction:column;gap:12px;padding:16px 16px 28px;display:flex}.shop-info-hero{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px}.shop-info-hero-icon{color:#2e7d32;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 12px;display:grid}.shop-info-hero h2{color:#111827;margin:0 0 6px;font-size:22px;font-weight:900}.shop-info-hero p{color:#6b7280;margin:0;font-size:13px;font-weight:500;line-height:1.4}.shop-info-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.shop-info-section h3{color:#111827;margin:0 0 8px;font-size:15px;font-weight:800}.shop-info-section p{color:#4b5563;margin:0;font-size:13px;line-height:1.55}.shop-info-back-link{color:#2e7d32;margin-top:4px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.shop-link-list{flex-direction:column;gap:4px;display:flex}.shop-link-list a,.shop-link-list button{text-align:left;color:#1b5e20;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #eef2ee;padding:12px 0;font-size:14px;font-weight:600;text-decoration:none}.shop-address-actions{gap:8px;margin-top:10px;display:flex}.active-address{border-color:#2e7d32}.shop-floating-cart{color:#fff;z-index:40;box-sizing:border-box;width:max-content;max-width:calc(100% - 32px);font:inherit;text-align:left;cursor:pointer;appearance:none;background:#2e7d32;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;margin:0 auto 10px;padding:12px 20px;text-decoration:none;display:flex;box-shadow:0 6px 16px #2e7d3238}.shop-floating-cart-raised{left:50%;right:auto;bottom:var(--shop-floating-cart-raised-bottom);flex-direction:row;align-items:center;width:max-content;max-width:calc(100% - 32px);height:auto;margin:0;position:absolute;transform:translate(-50%)}.shop-cart-thumb-single{color:#fff;background:#fff3;border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:grid;overflow:hidden}.shop-cart-thumb-single img{object-fit:cover;width:100%;height:100%}.shop-cart-thumb-cluster{flex-shrink:0;height:32px;position:relative}.shop-cart-thumb-stacked{color:#2e7d32;background:#fff;border:1.5px solid #2e7d32;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:grid;position:absolute;top:0;overflow:hidden}.shop-cart-thumb-stacked img{object-fit:cover;width:100%;height:100%}.shop-cart-thumb-more{color:#fff;background:#0000008c;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;inset:0}.shop-floating-cart-text{flex-direction:column;flex:none;gap:2px;max-width:100%;font-family:Plus Jakarta Sans,Noto Sans Devanagari,system-ui,sans-serif;display:flex}.shop-floating-cart-text strong{letter-spacing:.01em;color:#fff;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.35}.shop-floating-cart-text span{letter-spacing:.01em;color:#ffffffe6;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.35}@media (width<=380px){.shop-floating-cart-text strong,.shop-floating-cart-text span{white-space:normal}}.shop-floating-cart-arrow{box-sizing:border-box;color:#fff;background:#fff3;border-radius:17px;flex-shrink:0;place-items:center;width:34px;height:34px;margin-left:4px;padding:5px;display:grid}.shop-floating-cart-arrow svg{display:block}.shop-bottom-nav{z-index:30;-webkit-backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #e8ece9;border-radius:18px;flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:2px;margin:0 14px 10px;padding:4px;font-family:Plus Jakarta Sans,Noto Sans Devanagari,system-ui,sans-serif;display:grid;box-shadow:0 4px 14px #0f172a14}.shop-bottom-nav a{color:#9aa3ab;letter-spacing:.01em;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:5px 4px 6px;font-size:10px;font-weight:600;line-height:1.15;text-decoration:none;transition:background .15s,color .15s;display:flex}.shop-bottom-nav a:hover{color:#5f6b73;background:#2e7d320a}.shop-bottom-nav a.active{color:#1b5e20;background:#eef7ef;font-weight:700}.shop-tab-icon{width:26px;height:26px;color:inherit;border-radius:9px;place-items:center;display:grid}.shop-tab-icon svg{width:18px;height:18px}.shop-bottom-nav a.active .shop-tab-icon{color:#2e7d32;background:0 0}.auth-phone-frame{background:#fff;position:relative}.auth-screen{flex:1;min-height:0;padding:28px 20px;position:relative;overflow:auto}.auth-loading-overlay{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:inherit;background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.auth-top-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.auth-top-row-end{justify-content:flex-end}.auth-back-home{color:#6b7280;font-size:13px;font-weight:600;text-decoration:none}.auth-hero{text-align:center;flex-direction:column;align-items:center;padding:20px 0 8px;display:flex}.auth-hero-compact{padding:8px 0 4px}.auth-logo-wrap{justify-content:center;align-items:center;width:100%;max-width:160px;height:64px;margin-bottom:14px;display:flex}.auth-logo-wrap-sm{max-width:120px;height:48px;margin-bottom:10px}.auth-logo{object-fit:contain;width:100%;height:100%}.auth-welcome{color:#111827;letter-spacing:-.3px;margin:0 0 8px;font-size:20px;font-weight:800;line-height:1.25}.auth-welcome-sm{font-size:18px}.auth-tagline{color:#6b7280;max-width:300px;margin:0;font-size:13px;line-height:18px}.auth-form-block{padding-top:20px}.auth-card-title{color:#111827;text-align:center;margin:0 0 16px;font-size:18px;font-weight:700}.auth-field{margin-bottom:12px}.auth-field label{color:#111827;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.auth-field input,.auth-field select,.auth-field textarea{color:#111827;box-sizing:border-box;background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:15px}.auth-field input:focus,.auth-field select:focus,.auth-field textarea:focus{background:#fff;border-color:#2e7d32}.auth-primary-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:14px;width:100%;margin-top:4px;margin-bottom:12px;padding:14px 16px;font-size:15px;font-weight:800}.auth-primary-btn:disabled{opacity:.7;cursor:not-allowed}.auth-primary-btn:hover:not(:disabled){background:#1b5e20}.auth-register-row{text-align:center;color:#6b7280;margin:0;font-size:14px;font-weight:600}.auth-register-row a{color:#2e7d32;font-weight:800;text-decoration:underline}.auth-forgot-row{text-align:right;margin:-4px 0 12px;font-size:13px;font-weight:600}.auth-forgot-row a{color:#2e7d32;text-decoration:underline}.auth-info-text{color:#166534;background:#ecfdf3;border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.4}.auth-link-btn{color:#2e7d32;cursor:pointer;background:0 0;border:none;width:100%;margin-top:10px;padding:10px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline;display:block}.auth-link-btn:disabled{opacity:.6;cursor:not-allowed}.auth-screen-register{padding:16px 16px 20px}.auth-screen-register .auth-top-row{margin-bottom:8px}.auth-screen-register .auth-hero-compact{padding:4px 0 0}.auth-screen-register .auth-logo-wrap-sm{max-width:96px;height:40px;margin-bottom:6px}.auth-screen-register .auth-welcome-sm{margin-bottom:4px;font-size:17px}.auth-screen-register .auth-tagline{font-size:12px;line-height:16px}.auth-screen-register .auth-form-block{padding-top:12px}.auth-screen-register .auth-field{margin-bottom:8px}.auth-screen-register .auth-field label{margin-bottom:4px;font-size:12px}.auth-screen-register .auth-field input,.auth-screen-register .auth-field select,.auth-screen-register .auth-field textarea{border-radius:10px;padding:9px 11px;font-size:14px}.auth-screen-register .auth-field textarea{resize:vertical;min-height:56px}.auth-screen-register .auth-primary-btn{border-radius:12px;margin-top:2px;margin-bottom:10px;padding:11px 14px;font-size:14px}.auth-screen-register .auth-register-row{font-size:13px}.auth-agree-row{color:#9ca3af;cursor:pointer;align-items:flex-start;gap:8px;margin:4px 0 10px;font-size:12px;font-weight:500;line-height:1.4;display:flex}.auth-agree-row input{accent-color:#2e7d32;flex-shrink:0;width:16px;height:16px;margin-top:2px}.auth-agree-row a{color:#9ca3af;font-weight:600;text-decoration:underline}.auth-policy-link{color:#9ca3af;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline;display:inline}.auth-policy-overlay{z-index:30;background:#11182773;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:absolute;inset:0}.auth-policy-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-height:calc(100% - 24px);display:flex;overflow:hidden;box-shadow:0 12px 40px #0000002e}.auth-policy-header{border-bottom:1px solid #eef2ef;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 14px 10px;display:flex}.auth-policy-header>div:first-child{flex:1;min-width:0}.auth-policy-header h3{color:#111827;margin:0;font-size:1rem;line-height:1.3}.auth-policy-subtitle{color:#6b7280;margin:4px 0 0;font-size:.72rem;line-height:1.35}.auth-policy-close{color:#fff;cursor:pointer;background:#f9a825;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;display:inline-flex}.auth-policy-body{padding:12px 14px 16px;overflow:auto}.auth-policy-section{margin-bottom:12px}.auth-policy-section:last-child{margin-bottom:0}.auth-policy-section h4{color:#1b5e20;margin:0 0 4px;font-size:.78rem;font-weight:800}.auth-policy-section p{color:#374151;margin:0;font-size:.75rem;line-height:1.45}.auth-chip-row{flex-wrap:wrap;gap:8px;display:flex}.auth-chip{color:#6b7280;cursor:pointer;text-transform:capitalize;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.auth-chip.active{color:#1b5e20;background:#e8f5e9;border-color:#2e7d32}.shop-confirm{background:#f8fafc;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.shop-confirm-glow{pointer-events:none;filter:blur(40px);opacity:.55;border-radius:999px;width:280px;height:280px;position:absolute}.shop-confirm-glow-top{background:#bbf7d0;top:-80px;left:50%;transform:translate(-50%)}.shop-confirm-glow-bottom{background:#dcfce7;bottom:40px;right:-60px}.shop-confirm-body{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;min-height:0;padding:28px 20px 16px;display:flex;position:relative;overflow-y:auto}.shop-confirm-hero{place-items:center;width:120px;height:120px;margin-bottom:18px;display:grid;position:relative}.shop-confirm-ring{border:2px solid #86efac;border-radius:999px;animation:1.6s ease-out infinite shop-confirm-pulse;position:absolute;inset:8px}.shop-confirm-ring-outer{border-color:#bbf7d0;animation-delay:.35s;inset:0}.shop-confirm-check{color:#fff;background:#2e7d32;border-radius:999px;place-items:center;width:72px;height:72px;animation:.55s cubic-bezier(.22,1,.36,1) shop-confirm-pop;display:grid;box-shadow:0 10px 24px #2e7d3259}.shop-confirm-check svg{width:34px;height:34px}@keyframes shop-confirm-pulse{0%{opacity:.8;transform:scale(.85)}to{opacity:0;transform:scale(1.35)}}@keyframes shop-confirm-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.shop-confirm-badge{color:#166534;background:#dcfce7;border-radius:999px;margin-bottom:10px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex}.shop-confirm h1{color:#1b5e20;letter-spacing:-.4px;margin:0 0 8px;font-size:28px;font-weight:900}.shop-confirm-subtitle{color:#4d7c0f;max-width:320px;margin:0 0 20px;font-size:14px;font-weight:600;line-height:1.45}.shop-confirm-card{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:100%;margin-bottom:12px;padding:14px 16px;box-shadow:0 8px 24px #0f172a0f}.shop-confirm-row{justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.shop-confirm-row span{color:#6b7280;font-size:13px;font-weight:600}.shop-confirm-row strong{color:#111827;text-align:right;font-size:14px;font-weight:800}.shop-confirm-mono{font-variant-numeric:tabular-nums;letter-spacing:.04em}.shop-confirm-total{color:#2e7d32!important;font-size:16px!important}.shop-confirm-divider{background:#eef2f7;height:1px;margin:4px 0}.shop-confirm-address{padding:8px 0 4px}.shop-confirm-address span{color:#6b7280;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.shop-confirm-address p{color:#111827;margin:0;font-size:14px;font-weight:700;line-height:1.4}.shop-confirm-eta{text-align:left;background:#f7fbf8;border:1px solid #e4ece6;border-radius:12px;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;display:flex}.shop-confirm-eta.is-delayed{background:#fffaf5;border-color:#f3e0d0}.shop-confirm-eta-icon{color:#5a8f5e;background:#fff;border:1px solid #e4ece6;border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:14px;display:grid}.shop-confirm-eta.is-delayed .shop-confirm-eta-icon{color:#c47a4a;border-color:#f3e0d0}.shop-confirm-eta-copy{flex:1;min-width:0}.shop-confirm-eta-title{color:#5a6b60;margin-bottom:3px;font-size:12px;font-weight:600}.shop-confirm-eta.is-delayed .shop-confirm-eta-title{color:#9a6b4a}.shop-confirm-eta-time{color:#2e7d32;letter-spacing:-.02em;margin-bottom:3px;font-size:15px;font-weight:700}.shop-confirm-eta.is-delayed .shop-confirm-eta-time{color:#c47a4a}.shop-confirm-eta-sub{color:#7a8b80;word-break:break-word;font-size:11px;font-weight:500;line-height:1.4}.shop-confirm-eta.is-delayed .shop-confirm-eta-sub{color:#a88468}.shop-confirm-footer{padding:10px 20px max(10px, env(safe-area-inset-bottom,0px));z-index:1;background:#f8fafc;flex-shrink:0;position:relative;box-shadow:0 -6px 18px #0f172a0f}.shop-confirm-cta{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:14px;width:100%;padding:15px 16px;font-size:16px;font-weight:800;box-shadow:0 10px 22px #2e7d3247}.shop-confirm-cta:hover{background:#1b5e20}.delivery-shell{--delivery-ink:#10241c;--delivery-muted:#5f7268;--delivery-line:#10241c14;--delivery-teal:#0f6b5c;--delivery-teal-deep:#0a4f44;--delivery-mint:#e7f5ef;--delivery-sand:#f4f1ea;--delivery-font:"Plus Jakarta Sans", "Noto Sans Devanagari", system-ui, sans-serif;height:100dvh;min-height:100dvh;max-height:100dvh;font-family:var(--delivery-font);color:var(--delivery-ink);-webkit-font-smoothing:antialiased;background:radial-gradient(80% 50% at 50% -10%,#0f6b5c1f,#0000 55%),linear-gradient(#dfe8e2 0%,#e8ece8 40%,#e4e9e4 100%);justify-content:center;display:flex;overflow:hidden}.delivery-phone-frame{background:#f3f6f4;flex-direction:column;width:100%;max-width:430px;height:100%;min-height:0;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f172a0a,0 16px 40px #0f172a14}.delivery-main{flex:1;min-height:0;padding-bottom:0;overflow:auto}.delivery-bottom-nav{padding:6px 4px calc(6px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;grid-template-columns:repeat(3,1fr);display:grid}.delivery-bottom-nav a{color:#6b7280;flex-direction:column;align-items:center;gap:2px;padding:6px 4px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.delivery-bottom-nav a.active{color:var(--delivery-teal)}.delivery-tab-icon{color:inherit;display:flex}.delivery-page{padding:16px 16px 24px}.delivery-header{margin-bottom:16px}.delivery-header h1{letter-spacing:-.03em;color:var(--delivery-ink);margin:0;font-size:24px;font-weight:800;line-height:1.2}.delivery-header p{color:var(--delivery-muted);margin:4px 0 0;font-size:14px;font-weight:500}.delivery-header-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.delivery-header-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.delivery-count-chip{color:#065f46;background:#ecfdf5;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.delivery-refresh-btn,.delivery-primary-btn,.delivery-secondary-btn,.delivery-route-btn,.delivery-deliver-btn,.delivery-logout-btn{cursor:pointer;text-align:center;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.delivery-refresh-btn,.delivery-secondary-btn{color:#111827;background:#fff;border:1px solid #d1d5db}.delivery-primary-btn{color:#fff;background:#0f766e}.delivery-route-btn{color:#fff;background:#1d4ed8}.delivery-deliver-btn{color:#fff;background:#15803d}.delivery-logout-btn{color:#fff;background:#b91c1c;width:100%;margin-top:16px}.delivery-primary-btn:disabled,.delivery-deliver-btn:disabled,.delivery-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.delivery-center{text-align:center;color:#6b7280;padding:48px 16px}.delivery-center h2{color:#111827;margin:0 0 8px;font-size:18px}.delivery-spinner{border:3px solid #d1d5db;border-top-color:#0f766e;border-radius:50%;width:28px;height:28px;margin:0 auto 12px;animation:.8s linear infinite delivery-spin}@keyframes delivery-spin{to{transform:rotate(360deg)}}.delivery-error{color:#b91c1c;font-weight:600}.delivery-order-list{flex-direction:column;gap:12px;display:flex}.delivery-order-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.delivery-order-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.delivery-order-ref{color:#111827;font-size:16px}.delivery-muted{color:#6b7280;margin:2px 0 0;font-size:13px}.delivery-status-badge{color:#92400e;letter-spacing:.03em;white-space:nowrap;background:#fef3c7;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.delivery-status-badge.is-assigned{color:#1e40af;background:#dbeafe}.delivery-order-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.delivery-span-2{grid-column:span 2}.delivery-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.delivery-order-grid strong{color:#111827;font-size:14px;font-weight:700}.delivery-assigned-you{color:#0f766e;margin:10px 0 0;font-size:13px;font-weight:700}.delivery-assigned-other{color:#6b7280;margin:10px 0 0;font-size:13px}.delivery-item-preview{color:#374151;background:#f9fafb;border-radius:10px;margin:12px 0 0;padding:10px 12px;font-size:13px;list-style:none}.delivery-item-preview li+li{margin-top:4px}.delivery-order-actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.delivery-load-more{align-self:center}.delivery-account{background:#fff;min-height:100%;padding:12px 16px 20px;animation:.42s cubic-bezier(.22,1,.36,1) both delivery-account-in}@keyframes delivery-account-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.delivery-account-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.delivery-account-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--delivery-teal);margin:0 0 2px;font-size:10px;font-weight:700}.delivery-account-top h1{letter-spacing:-.03em;color:var(--delivery-ink);margin:0;font-size:20px;font-weight:800;line-height:1.15}.delivery-account-hero{border-bottom:1px solid var(--delivery-line);align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;animation:.52s cubic-bezier(.22,1,.36,1) 60ms both delivery-account-in;display:flex}.delivery-account-avatar{letter-spacing:-.02em;color:#fff;background:linear-gradient(145deg, #1a9b84 0%, var(--delivery-teal) 55%, var(--delivery-teal-deep) 100%);border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:15px;font-weight:800;display:grid;box-shadow:0 4px 12px #0f6b5c38}.delivery-account-hero-copy h2{letter-spacing:-.02em;color:var(--delivery-ink);margin:0;font-size:16px;font-weight:800}.delivery-account-hero-copy p{color:var(--delivery-muted);align-items:center;gap:6px;margin:2px 0 0;font-size:12px;font-weight:600;display:flex}.delivery-account-hero-copy p span{opacity:.45}.delivery-earnings{margin-bottom:4px;animation:.56s cubic-bezier(.22,1,.36,1) .1s both delivery-account-in}.delivery-earnings-head h2{letter-spacing:-.01em;color:var(--delivery-ink);margin:0;font-size:13px;font-weight:800}.delivery-earnings-head p{color:var(--delivery-muted);margin:2px 0 0;font-size:11px;font-weight:500;line-height:1.35}.delivery-earnings-loading{color:var(--delivery-muted);align-items:center;gap:8px;margin-top:10px;font-size:12px;font-weight:600;display:flex}.delivery-earnings-loading .delivery-spinner{border-width:2px;width:20px;height:20px;margin:0}.delivery-earnings-list{margin:4px 0 0;padding:0;list-style:none}.delivery-earnings-list li{border-bottom:1px solid var(--delivery-line);align-items:center;gap:10px;padding:8px 0;display:flex}.delivery-earnings-list li:last-child{border-bottom:none}.delivery-earnings-icon{width:32px;height:32px;color:var(--delivery-teal);background:0 0;border:1px solid #0f6b5c29;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.delivery-earnings-icon svg{width:16px;height:16px}.delivery-earnings-list li div{flex:1;justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.delivery-earnings-list li span:not(.delivery-earnings-icon){color:var(--delivery-muted);font-size:12px;font-weight:600}.delivery-earnings-list li strong{letter-spacing:-.02em;color:var(--delivery-ink);white-space:nowrap;font-size:14px;font-weight:800}.delivery-account-details{flex-direction:column;gap:0;margin-bottom:4px;animation:.6s cubic-bezier(.22,1,.36,1) .14s both delivery-account-in;display:flex}.delivery-detail-row{border-bottom:1px solid var(--delivery-line);flex-direction:row;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.delivery-detail-row:last-child{border-bottom:none}.delivery-detail-row span{letter-spacing:.06em;text-transform:uppercase;color:var(--delivery-muted);flex-shrink:0;font-size:11px;font-weight:700}.delivery-detail-row strong{letter-spacing:-.01em;color:var(--delivery-ink);word-break:break-word;text-align:right;font-size:13px;font-weight:700}.delivery-account-logout{letter-spacing:-.01em;color:#9f1239;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;border-radius:0;width:auto;margin:28px auto 8px;padding:0;font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;transition:opacity .16s;display:block}.delivery-account-logout:hover{opacity:.75;background:0 0}.delivery-account-logout:active{opacity:.6;transform:none}.delivery-account-logout-inline{color:#fff;background:#9f1239;border-radius:12px;margin:0;padding:11px 14px;text-decoration:none}.delivery-account-logout-inline:hover{opacity:1;background:#881337}.delivery-modal-backdrop{z-index:40;background:#0f172a73;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.delivery-modal{background:#fff;border-radius:18px;width:100%;max-width:398px;padding:18px;box-shadow:0 20px 40px #0f172a33}.delivery-modal h3{color:#111827;margin:0 0 8px;font-size:18px}.delivery-modal p{color:#4b5563;margin:0 0 12px;font-size:14px;line-height:1.45}.delivery-otp-field{color:#374151;flex-direction:column;gap:6px;margin-bottom:12px;font-size:13px;font-weight:700;display:flex}.delivery-otp-field input{letter-spacing:.3em;text-align:center;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:20px;font-weight:700}.delivery-gps-status{font-weight:600;color:#0f6b5c!important;margin:-4px 0 10px!important;font-size:12px!important}.delivery-gps-retry{width:100%;margin-bottom:12px}.delivery-modal-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.delivery-completed{background:#fff;min-height:100%;padding:12px 16px 20px}.delivery-completed-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.delivery-completed-top h1{letter-spacing:-.03em;color:var(--delivery-ink);margin:0;font-size:20px;font-weight:800;line-height:1.15}.delivery-completed-top p{color:var(--delivery-muted);margin:3px 0 0;font-size:12px;font-weight:500}.delivery-completed-list{flex-direction:column;gap:10px;display:flex}.delivery-completed-card{border:1px solid var(--delivery-line);background:#fff;border-radius:16px;padding:14px 14px 12px;position:relative;overflow:hidden;box-shadow:0 1px #10241c08}.delivery-completed-card:before{content:"";background:var(--delivery-teal);border-radius:0 3px 3px 0;width:3px;position:absolute;top:12px;bottom:12px;left:0}.delivery-completed-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;padding-left:6px;display:flex}.delivery-completed-ref{align-items:center;gap:8px;min-width:0;display:flex}.delivery-completed-check{width:22px;height:22px;color:var(--delivery-teal);background:var(--delivery-mint);border-radius:999px;flex-shrink:0;place-items:center;display:grid}.delivery-completed-ref strong{letter-spacing:.02em;color:var(--delivery-ink);font-size:13px;font-weight:800}.delivery-completed-earning{text-align:right;flex-shrink:0}.delivery-completed-earning span{letter-spacing:.04em;text-transform:uppercase;color:var(--delivery-muted);margin-bottom:2px;font-size:10px;font-weight:700;display:block}.delivery-completed-earning strong{letter-spacing:-.03em;color:var(--delivery-teal);font-size:18px;font-weight:800;line-height:1;display:block}.delivery-completed-customer{letter-spacing:-.02em;color:var(--delivery-ink);margin:0 0 8px;padding-left:6px;font-size:16px;font-weight:800;line-height:1.25}.delivery-completed-meta{color:var(--delivery-muted);align-items:flex-start;gap:7px;margin:0 0 6px;padding-left:6px;font-size:12px;font-weight:600;line-height:1.4;display:flex}.delivery-completed-meta svg{color:var(--delivery-teal);opacity:.85;flex-shrink:0;margin-top:1px}.delivery-completed-meta span{min-width:0}.delivery-completed-footer{border-top:1px solid var(--delivery-line);color:var(--delivery-muted);justify-content:space-between;gap:10px;margin-top:10px;padding:8px 6px 0;font-size:12px;font-weight:700;display:flex}.delivery-completed-footer span:last-child{color:var(--delivery-ink)}@media (width<=480px){.delivery-shell{background:#f3f4f6}.delivery-phone-frame{max-width:none;box-shadow:none}.delivery-modal-backdrop{align-items:flex-end}}.admin-app-shell{--admin-green:#2e7d32;--admin-green-deep:#1b5e20;--admin-ink:#0f172a;--admin-muted:#64748b;--admin-line:#e2e8f0;--admin-bg:#f5f7fa;-webkit-font-smoothing:antialiased;background:#e8ece8;justify-content:center;min-height:100vh;font-family:Plus Jakarta Sans,Noto Sans Devanagari,system-ui,sans-serif;display:flex}.admin-phone-frame{background:var(--admin-bg);flex-direction:column;width:100%;max-width:430px;min-height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f172a0a,0 16px 40px #0f172a14}.admin-app-header{background:var(--admin-green);color:#fff;z-index:5;flex-shrink:0;align-items:center;gap:4px;padding:8px 6px;display:flex}.admin-app-menu-btn,.admin-app-logout-btn{color:#fff;cursor:pointer;background:0 0;border:none;place-items:center;min-width:44px;height:44px;padding:0 8px;font-family:inherit;display:grid}.admin-app-menu-btn{font-size:22px;line-height:1}.admin-app-logout-btn{font-size:13px;font-weight:700}.admin-app-title{text-align:center;letter-spacing:-.02em;color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:17px;font-weight:700;overflow:hidden}.admin-app-main{background:var(--admin-bg);flex:1;min-height:0;padding:12px 14px 24px;overflow:auto}.admin-app-main .page-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:14px}.admin-app-main .page-header h2{letter-spacing:-.02em;font-size:1.25rem}.admin-app-main .page-header-actions{flex-wrap:wrap;width:100%}.admin-app-main .card-grid{grid-template-columns:1fr 1fr;gap:10px}.admin-app-main .stat-card{padding:14px}.admin-app-main .stat-card .value{font-size:1.5rem}.admin-app-main .card{border-radius:14px;margin-bottom:12px;padding:12px}.admin-app-main .table-wrap,.admin-app-main .data-table-wrap,.admin-app-main .order-detail-items-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-app-main div:has(>table.data-table){-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-app-main div:has(>table.order-detail-items-table){-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-app-main table.data-table,.admin-app-main table.order-detail-items-table{min-width:520px;font-size:.8rem}.admin-phone-frame .orders-table-wrap{background:#fff;border:1px solid #d7e0da;border-radius:12px;overflow:hidden}.admin-phone-frame .orders-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .orders-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .orders-table thead{background:#eef5f0}.admin-phone-frame .orders-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 6px;font-size:.62rem;font-weight:800}.admin-phone-frame .orders-table td{vertical-align:middle;color:#12201a;border-bottom:1px solid #eef1ef;padding:8px 6px;line-height:1.25}.admin-phone-frame .orders-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .orders-table tbody tr:hover{background:#f6faf7}.admin-phone-frame .orders-table-ref{letter-spacing:.02em;color:#0f3d24;font-size:.78rem;font-weight:800}.admin-phone-frame .orders-table-date{color:#4a5a52;white-space:normal;font-size:.68rem;font-weight:600}.admin-phone-frame .orders-table-customer{min-width:0}.admin-phone-frame .orders-table-customer strong{color:#12201a;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;display:block;overflow:hidden}.admin-phone-frame .orders-table-customer a{color:#2e7d32;margin-top:2px;font-size:.68rem;font-weight:600;text-decoration:none;display:block}.admin-phone-frame .orders-table td.amount{color:#1b5e20;font-size:.78rem;font-weight:800}.admin-phone-frame .orders-table .badge{padding:3px 6px;font-size:.62rem;font-weight:700}.admin-phone-frame .orders-table-actions{flex-direction:column;gap:4px;display:flex}.admin-phone-frame .orders-table-actions .btn-sm{border-radius:8px;width:100%;padding:4px 8px;font-size:.68rem;font-weight:700}.admin-phone-frame .orders-table th:nth-child(3),.admin-phone-frame .orders-table td:nth-child(3),.admin-phone-frame .orders-table th:nth-child(4),.admin-phone-frame .orders-table td:nth-child(4){display:none}.admin-phone-frame .orders-table th:first-child,.admin-phone-frame .orders-table td:first-child{width:20%}.admin-phone-frame .orders-table th:nth-child(2),.admin-phone-frame .orders-table td:nth-child(2){width:28%}.admin-phone-frame .orders-table th:nth-child(5),.admin-phone-frame .orders-table td:nth-child(5),.admin-phone-frame .orders-table th:nth-child(6),.admin-phone-frame .orders-table td:nth-child(6){width:14%}.admin-phone-frame .orders-table th:nth-child(7),.admin-phone-frame .orders-table td:nth-child(7){width:12%}.admin-phone-frame .orders-pagination{flex-wrap:wrap;gap:6px;margin-top:10px}.admin-phone-frame .orders-pagination-numbers{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;max-width:100%;display:flex}.admin-phone-frame .orders-pagination-page{min-width:28px;padding:4px 8px;font-size:.75rem;font-weight:600}.admin-phone-frame .orders-pagination-page.is-active{color:#fff;background:#1f6b45;border-color:#1f6b45}.admin-phone-frame .orders-pagination-gap{color:#6b7a72;-webkit-user-select:none;user-select:none;padding:0 2px;font-size:.75rem}.admin-phone-frame .orders-pagination>.btn-sm{padding:6px 10px;font-size:.75rem}.admin-phone-frame .stock-table-wrap{background:#fff;border:1px solid #d7e0da;border-radius:12px;overflow:hidden}.admin-phone-frame .stock-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .stock-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .stock-table thead{background:#eef5f0}.admin-phone-frame .stock-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 6px;font-size:.62rem;font-weight:800}.admin-phone-frame .stock-table td{vertical-align:middle;color:#12201a;border-bottom:1px solid #eef1ef;padding:8px 6px;line-height:1.25}.admin-phone-frame .stock-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .stock-table tbody tr:hover{background:#f6faf7}.admin-phone-frame .stock-table-product{min-width:0}.admin-phone-frame .stock-table-product strong{color:#0f3d24;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:800;display:block;overflow:hidden}.admin-phone-frame .stock-table-unit{color:#4a5a52;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.68rem;font-weight:600;display:block;overflow:hidden}.admin-phone-frame .stock-table-unit.is-variation{color:#2e7d32}.admin-phone-frame .stock-table-qty{font-variant-numeric:tabular-nums;color:#12201a;white-space:nowrap;font-size:.82rem;font-weight:800}.admin-phone-frame .stock-table-status .badge{padding:3px 6px;font-size:.62rem;font-weight:700}.admin-phone-frame .stock-table-status-hi{display:none}.admin-phone-frame .stock-table-value{font-variant-numeric:tabular-nums;color:#1b5e20;white-space:nowrap;font-size:.78rem;font-weight:800}.admin-phone-frame .stock-table-price strong{color:#12201a;font-size:.78rem;font-weight:800;display:block}.admin-phone-frame .stock-table-offer{color:#2e7d32;flex-direction:column;gap:2px;margin-top:3px;font-size:.68rem;font-weight:700;display:flex}.admin-phone-frame .stock-table-offer .badge{align-self:flex-start;padding:2px 5px;font-size:.58rem}.admin-phone-frame .stock-table th:first-child,.admin-phone-frame .stock-table td:first-child{width:34%}.admin-phone-frame .stock-table th:nth-child(2),.admin-phone-frame .stock-table td:nth-child(2){width:14%}.admin-phone-frame .stock-table th:nth-child(3),.admin-phone-frame .stock-table td:nth-child(3),.admin-phone-frame .stock-table th:nth-child(4),.admin-phone-frame .stock-table td:nth-child(4){width:16%}.admin-phone-frame .stock-table th:nth-child(5),.admin-phone-frame .stock-table td:nth-child(5){width:20%}.admin-phone-frame .customer-purchases-filters{grid-template-columns:1.4fr 1fr;gap:8px;margin-bottom:12px;display:grid}.admin-phone-frame .customer-purchases-filters .form-group{min-width:0;margin-bottom:0}.admin-phone-frame .customer-purchases-filters .form-group:first-child{grid-column:auto}.admin-phone-frame .customer-purchases-filters label{letter-spacing:.04em;text-transform:uppercase;color:#4a5a52;font-size:.68rem;font-weight:700}.admin-phone-frame .customer-purchases-filters input,.admin-phone-frame .customer-purchases-filters select{border-radius:10px;width:100%;padding:8px 10px;font-size:.85rem}.admin-phone-frame .customer-purchases-panel{background:#fff;border:1px solid #d7e0da;border-radius:12px;margin-bottom:12px;padding:10px}.admin-phone-frame .customer-purchases-count{color:#4a5a52;margin:0 0 8px;font-size:.75rem;font-weight:700}.admin-phone-frame .customer-purchases-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .customer-purchases-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .customer-purchases-table thead{background:#eef5f0}.admin-phone-frame .customer-purchases-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 5px;font-size:.6rem;font-weight:800}.admin-phone-frame .customer-purchases-table td{vertical-align:middle;color:#12201a;border-bottom:1px solid #eef1ef;padding:8px 5px;line-height:1.25}.admin-phone-frame .customer-purchases-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .customer-purchases-table tr.is-selected{background:#f3faf4}.admin-phone-frame .customer-purchases-name strong{color:#0f3d24;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:800;display:block;overflow:hidden}.admin-phone-frame .customer-purchases-mobile a{color:#2e7d32;font-size:.72rem;font-weight:600;text-decoration:none}.admin-phone-frame .customer-purchases-orders{font-variant-numeric:tabular-nums;font-weight:800}.admin-phone-frame .customer-purchases-spent{color:#1b5e20;font-size:.78rem;font-weight:800}.admin-phone-frame .customer-purchases-last{color:#4a5a52;white-space:normal;font-size:.66rem;font-weight:600}.admin-phone-frame .customer-purchases-table .btn-sm{border-radius:8px;padding:4px 8px;font-size:.68rem;font-weight:700}.admin-phone-frame .customer-purchases-pagination{gap:8px;margin-top:10px}.admin-phone-frame .customer-purchases-pagination .btn{padding:6px 10px;font-size:.75rem}.admin-phone-frame .customer-purchases-pagination span{color:#4a5a52;font-size:.75rem;font-weight:600}.admin-phone-frame .customer-purchases-table th:nth-child(5),.admin-phone-frame .customer-purchases-table td:nth-child(5){display:none}.admin-phone-frame .customer-purchases-table th:first-child,.admin-phone-frame .customer-purchases-table td:first-child{width:28%}.admin-phone-frame .customer-purchases-table th:nth-child(2),.admin-phone-frame .customer-purchases-table td:nth-child(2){width:22%}.admin-phone-frame .customer-purchases-table th:nth-child(3),.admin-phone-frame .customer-purchases-table td:nth-child(3){width:12%}.admin-phone-frame .customer-purchases-table th:nth-child(4),.admin-phone-frame .customer-purchases-table td:nth-child(4){width:20%}.admin-phone-frame .customer-purchases-table th:nth-child(6),.admin-phone-frame .customer-purchases-table td:nth-child(6){width:18%}.admin-phone-frame .customer-history-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .customer-history-table{table-layout:fixed;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .customer-history-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;background:#eef5f0;padding:8px 5px;font-size:.6rem;font-weight:800}.admin-phone-frame .customer-history-table td{vertical-align:middle;padding:8px 5px;font-size:.75rem}.admin-phone-frame .customer-history-ref{color:#0f3d24;letter-spacing:.02em;font-weight:800}.admin-phone-frame .customer-history-table .badge{padding:3px 6px;font-size:.6rem}.admin-phone-frame .customer-history-table th:nth-child(3),.admin-phone-frame .customer-history-table td:nth-child(3){display:none}.admin-phone-frame .customer-history-table td.amount{color:#1b5e20;font-weight:800}.admin-phone-frame .order-detail-items-wrap{border-radius:10px}.admin-phone-frame .order-detail-items-table{table-layout:fixed;width:100%;font-size:.72rem;min-width:0!important}.admin-phone-frame .order-detail-items-table th,.admin-phone-frame .order-detail-items-table td{vertical-align:top;word-break:break-word;padding:6px}.admin-phone-frame .order-detail-items-table th{letter-spacing:.03em;white-space:nowrap;font-size:.65rem}.admin-phone-frame .order-detail-items-table td strong{font-size:.75rem;font-weight:700}.admin-phone-frame .order-detail-items-table .hindi,.admin-phone-frame .order-detail-items-table td>div{font-size:.65rem;line-height:1.25}.admin-phone-frame .order-detail-items-table th:nth-child(5),.admin-phone-frame .order-detail-items-table td:nth-child(5),.admin-phone-frame .order-detail-items-table th:nth-child(6),.admin-phone-frame .order-detail-items-table td:nth-child(6){display:none}.admin-phone-frame .order-detail-items-table th:first-child,.admin-phone-frame .order-detail-items-table td:first-child{width:36%}.admin-phone-frame .order-detail-items-table th:nth-child(2),.admin-phone-frame .order-detail-items-table td:nth-child(2){width:16%}.admin-phone-frame .order-detail-items-table th:nth-child(3),.admin-phone-frame .order-detail-items-table td:nth-child(3){width:10%}.admin-phone-frame .order-detail-items-table th:nth-child(4),.admin-phone-frame .order-detail-items-table td:nth-child(4),.admin-phone-frame .order-detail-items-table th:nth-child(7),.admin-phone-frame .order-detail-items-table td:nth-child(7){width:19%}.admin-phone-frame .order-detail-items-wrap .table-wrap{overflow-x:visible}.admin-app-main .order-detail-totals{width:100%;max-width:none;margin-left:0}.admin-app-main .order-detail-totals table{width:100%;min-width:0;font-size:.9rem}.admin-app-main .order-detail-totals td{padding:10px 12px}.admin-app-main .order-detail-footer{flex-direction:column;gap:12px}.admin-app-main .form-grid,.admin-app-main .filters,.admin-app-main .toolbar{flex-wrap:wrap}.admin-app-main input,.admin-app-main select,.admin-app-main textarea,.admin-app-main .btn{font-size:.9rem}.admin-app-main .btn{white-space:nowrap}.admin-phone-frame .modal-overlay{z-index:60;align-items:stretch;padding:10px;position:absolute;inset:0}.admin-phone-frame .modal{border-radius:14px;width:100%;max-width:none;height:100%;max-height:none}.admin-phone-frame .modal-full,.admin-phone-frame .modal-lg{max-width:none;height:100%;max-height:none}.admin-phone-frame .order-detail-header{flex-wrap:nowrap;gap:8px;padding:12px 48px 12px 14px}.admin-phone-frame .order-detail-close{width:30px;height:30px;top:10px;right:10px}.admin-phone-frame .order-detail-header h3{font-size:1rem}.admin-phone-frame .order-detail-header-meta{font-size:.75rem;line-height:1.35}.admin-phone-frame .order-detail-body{padding:14px}.admin-phone-frame .order-detail-grid{grid-template-columns:1fr;gap:8px;margin-bottom:12px}.admin-phone-frame .order-detail-card{box-shadow:none;background:#fff;border:1px solid #d7e0da;border-left:3px solid #2e7d32;border-radius:10px;padding:10px 12px}.admin-phone-frame .order-detail-card h4{letter-spacing:.08em;text-transform:uppercase;color:#1b5e20;margin:0 0 6px;font-size:.68rem;font-weight:800}.admin-phone-frame .order-detail-kv{gap:0}.admin-phone-frame .order-detail-kv-row{border-bottom:1px solid #e8eee9;flex-direction:row;justify-content:space-between;align-items:baseline;gap:10px;padding:5px 0;font-size:.84rem;line-height:1.3;display:flex}.admin-phone-frame .order-detail-kv-row:last-child{border-bottom:none;padding-bottom:0}.admin-phone-frame .order-detail-kv-row:first-child{padding-top:0}.admin-phone-frame .order-detail-kv-row dt{color:#4a5a52;letter-spacing:.03em;text-transform:uppercase;flex-shrink:0;width:88px;font-size:.68rem;font-weight:700}.admin-phone-frame .order-detail-kv-row dd{color:#12201a;text-align:right;min-width:0;font-size:.84rem;font-weight:600}.admin-phone-frame .order-detail-kv-row dd a{color:#1b5e20;text-underline-offset:2px;font-weight:700;text-decoration:underline}.admin-phone-frame .order-detail-kv-row .badge{font-size:.68rem;font-weight:700}.admin-drawer-root{z-index:40;display:flex;position:absolute;inset:0}.admin-drawer-backdrop{cursor:pointer;background:#0f172a66;border:none;flex:1;animation:.18s admin-fade-in}.admin-drawer{background:#fff;flex-direction:column;width:min(82%,300px);animation:.22s cubic-bezier(.22,1,.36,1) admin-drawer-in;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:8px 0 28px #0f172a2e}.admin-drawer-header{background:var(--admin-green);color:#fff;padding:18px 18px 16px}.admin-drawer-brand{letter-spacing:-.03em;font-size:22px;font-weight:800;display:block}.admin-drawer-name{color:#e8f5e9;margin:12px 0 0;font-size:15px;font-weight:700}.admin-drawer-email{color:#c8e6c9;word-break:break-word;margin:3px 0 0;font-size:12px}.admin-drawer-role{color:#e8f5e9;margin:6px 0 0;font-size:12px;font-weight:600}.admin-drawer-nav{flex:1;min-height:0;padding:8px;overflow:auto}.admin-drawer-nav a{color:var(--admin-ink);border-radius:12px;margin-bottom:2px;padding:12px 14px;font-size:15px;font-weight:600;text-decoration:none;display:block}.admin-drawer-nav a:hover{background:#f1f5f9}.admin-drawer-nav a.active{color:var(--admin-green);background:#ecfdf5}.admin-drawer-footer{border-top:1px solid var(--admin-line);padding:8px 12px 16px}.admin-drawer-footer button{color:#c62828;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 8px;font-family:inherit;font-size:15px;font-weight:700}.admin-logout-modal-backdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:absolute;inset:0}.admin-logout-modal{background:#fff;border-radius:16px;width:100%;padding:18px;box-shadow:0 16px 40px #0f172a33}.admin-logout-modal h3{color:var(--admin-ink);margin:0 0 6px;font-size:18px}.admin-logout-modal p{color:var(--admin-muted);margin:0 0 14px;font-size:14px}.admin-logout-modal-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}@keyframes admin-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes admin-fade-in{0%{opacity:0}to{opacity:1}}.admin-phone-frame .products-page .page-header{margin-bottom:10px}.admin-phone-frame .products-page .page-header h2{font-size:1.15rem}.admin-phone-frame .products-page .btn-primary{border-radius:10px;padding:8px 12px;font-size:.8rem;font-weight:700}.admin-phone-frame .products-filters{grid-template-columns:1fr;gap:8px;margin-bottom:8px;display:grid}.admin-phone-frame .products-filters .search-input,.admin-phone-frame .products-filters select{border-radius:10px;width:100%;min-width:0;padding:8px 10px;font-size:.85rem}.admin-phone-frame .products-count{font-weight:700;color:#4a5a52!important;margin:0 0 8px!important;font-size:.75rem!important}.admin-phone-frame .products-table-wrap{background:#fff;border:1px solid #d7e0da;border-radius:12px;overflow:hidden}.admin-phone-frame .products-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .products-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .products-table thead{background:#eef5f0}.admin-phone-frame .products-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 5px;font-size:.6rem;font-weight:800}.admin-phone-frame .products-table td{vertical-align:middle;color:#12201a;border-bottom:1px solid #eef1ef;padding:8px 5px;line-height:1.25}.admin-phone-frame .products-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .products-table tbody tr:hover{background:#f6faf7}.admin-phone-frame .products-table-image-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;padding:0;line-height:0;display:inline-flex}.admin-phone-frame .products-table-image-btn:hover .product-thumb,.admin-phone-frame .products-table-image-btn:focus-visible .product-thumb{box-shadow:0 0 0 2px #2e7d32}.admin-phone-frame .products-table-image-btn:focus-visible{outline:none}.admin-phone-frame .products-table .product-thumb{object-fit:cover;background:#f3f4f6;border-radius:10px;width:40px;height:40px}.admin-phone-frame .product-thumb-empty{color:#9ca3af;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:flex}.admin-phone-frame .products-table-name{min-width:0}.admin-phone-frame .products-table-name strong{color:#0f3d24;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:800;display:block;overflow:hidden}.admin-phone-frame .products-table-name .hindi{color:#4a5a52;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.68rem;overflow:hidden}.admin-phone-frame .products-table-meta{color:#5f7268;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.65rem;font-weight:600;display:block;overflow:hidden}.admin-phone-frame .products-table-unit{color:#12201a;font-size:.72rem;font-weight:700}.admin-phone-frame .products-table-unit .hindi{color:#4a5a52;margin-top:2px;font-size:.62rem}.admin-phone-frame .products-table .actions{gap:4px}.admin-phone-frame .products-pagination{margin-top:10px}.admin-phone-frame .products-pagination .btn{padding:6px 10px;font-size:.75rem}.products-scroll-sentinel{justify-content:center;align-items:center;min-height:28px;padding:12px 0 4px;display:flex}.products-loading-more{color:#4a5a52;font-size:.75rem;font-weight:600}.admin-phone-frame .products-table th:nth-child(3),.admin-phone-frame .products-table td:nth-child(3),.admin-phone-frame .products-table th:nth-child(5),.admin-phone-frame .products-table td:nth-child(5),.admin-phone-frame .products-table th:nth-child(6),.admin-phone-frame .products-table td:nth-child(6),.admin-phone-frame .products-table th:nth-child(7),.admin-phone-frame .products-table td:nth-child(7){display:none}.admin-phone-frame .products-table th:first-child,.admin-phone-frame .products-table td:first-child{width:14%}.admin-phone-frame .products-table th:nth-child(2),.admin-phone-frame .products-table td:nth-child(2){width:48%}.admin-phone-frame .products-table th:nth-child(4),.admin-phone-frame .products-table td:nth-child(4){width:20%}.admin-phone-frame .products-table th:nth-child(8),.admin-phone-frame .products-table td:nth-child(8){width:18%}.admin-phone-frame .warehouses-table-wrap{background:#fff;border:1px solid #d7e0da;border-radius:12px;margin-top:0;overflow:hidden}.admin-phone-frame .warehouses-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .warehouses-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .warehouses-table thead{background:#eef5f0}.admin-phone-frame .warehouses-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;text-align:left;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 6px;font-size:.6rem;font-weight:800}.admin-phone-frame .warehouses-table td{vertical-align:middle;color:#1a2e22;border-bottom:1px solid #e8efe9;padding:8px 6px}.admin-phone-frame .warehouses-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .warehouses-table tbody tr:hover{background:#f7fbf8}.admin-phone-frame .warehouses-table-name strong{color:#12261a;font-size:.8rem;font-weight:700;line-height:1.25;display:block}.admin-phone-frame .warehouses-table-meta{color:#6b7c70;margin-top:2px;font-size:.68rem;line-height:1.2}.admin-phone-frame .warehouses-table .badge{padding:.12rem .35rem;font-size:.62rem}.admin-phone-frame .warehouses-table .actions{flex-wrap:nowrap;justify-content:flex-end;gap:.25rem;display:flex}.admin-phone-frame .warehouses-table th:first-child,.admin-phone-frame .warehouses-table td:first-child{width:38%}.admin-phone-frame .warehouses-table th:nth-child(2),.admin-phone-frame .warehouses-table td:nth-child(2){width:22%}.admin-phone-frame .warehouses-table th:nth-child(3),.admin-phone-frame .warehouses-table td:nth-child(3){width:16%}.admin-phone-frame .warehouses-table th:nth-child(4),.admin-phone-frame .warehouses-table td:nth-child(4){width:24%}.admin-phone-frame .warehouses-page .page-header{margin-bottom:10px}.admin-phone-frame .warehouses-page .page-header h2{font-size:1.15rem}.admin-phone-frame .warehouses-page .btn-primary{border-radius:10px;padding:8px 12px;font-size:.8rem;font-weight:700}.admin-phone-frame .warehouses-search{border-radius:10px;width:100%;margin-bottom:10px;padding:8px 10px;font-size:.85rem}.admin-phone-frame .warehouse-detail-modal{flex-direction:column;max-height:calc(100% - 24px);padding:0;display:flex;overflow:hidden}.admin-phone-frame .product-detail-gallery{flex-wrap:wrap;gap:8px;display:flex}.admin-phone-frame .product-detail-gallery-img{object-fit:cover;background:#eef2ef;border:1px solid #dfe8e1;border-radius:10px;width:72px;height:72px}.admin-phone-frame .product-detail-offer-meta{color:#4a5a52;margin-top:4px;font-size:.72rem;font-weight:600;display:block}.admin-phone-frame .product-detail-variations-wrap{box-shadow:none;border:none;margin:0}.admin-phone-frame .product-detail-variations{border-collapse:collapse;width:100%;font-size:.75rem}.admin-phone-frame .product-detail-variations th,.admin-phone-frame .product-detail-variations td{text-align:left;border-bottom:1px solid #e8efe9;padding:6px 8px}.admin-phone-frame .product-detail-variations th{text-transform:uppercase;letter-spacing:.04em;color:#1b5e20;font-size:.65rem}.admin-phone-frame .product-detail-print-hint{margin-bottom:10px;line-height:1.45}.admin-phone-frame .product-detail-print-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-phone-frame .product-detail-print-select{background:#fff;border:1px solid #d1ddd4;border-radius:10px;flex:160px;min-width:0;padding:8px 10px;font-size:.8rem}.admin-phone-frame .product-detail-print-btn{flex-shrink:0;padding:8px 12px;font-size:.78rem}.admin-phone-frame .label-preview-overlay{z-index:1200}.admin-phone-frame .label-preview-modal{flex-direction:column;width:min(92vw,360px);max-height:min(90vh,640px);padding:0;display:flex;overflow:hidden}.admin-phone-frame .label-preview-header{border-bottom:1px solid #e8efe9;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px 8px;display:flex}.admin-phone-frame .label-preview-header h3{margin:0;font-size:1rem}.admin-phone-frame .label-preview-hint{color:#666;margin:0;padding:8px 16px 0;font-size:.75rem}.admin-phone-frame .label-preview-stage{background:#eef1ee;flex:auto;justify-content:center;align-items:center;min-height:280px;padding:16px;display:flex;overflow:auto}.admin-phone-frame .label-print-label{box-sizing:border-box;color:#444;background:#fff;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:flex-start;gap:0;width:195px;height:98px;margin:0;padding:0 4px 4px;font-family:system-ui,-apple-system,sans-serif;display:flex;box-shadow:0 2px 14px #0000001f}.admin-phone-frame .label-print-text{text-align:left;flex:auto;width:auto;min-width:0;max-width:calc(100% - 70px);line-height:1.15}.admin-phone-frame .label-print-name{color:#333;-webkit-line-clamp:4;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:500;display:-webkit-box;overflow:hidden}.admin-phone-frame .label-print-sub{color:#555;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin:3px 0 0;font-size:13px;font-weight:400;display:-webkit-box;overflow:hidden}.admin-phone-frame .label-print-price{color:#333;margin:3px 0 0;font-size:15px;font-weight:500}.admin-phone-frame .label-print-qr{flex:0 0 70px;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.admin-phone-frame .label-print-qr svg{max-width:100%;max-height:100%;display:block;width:100%!important;height:100%!important}.admin-phone-frame .label-preview-print-tip{color:#5a4030;background:#fff8e6;border-top:1px solid #f0e6c8;margin:0;padding:10px 16px 0;font-size:.72rem;line-height:1.45}.admin-phone-frame .label-preview-actions{border-top:1px solid #e8efe9;justify-content:flex-end;gap:10px;padding:12px 16px 16px;display:flex}.admin-phone-frame .warehouse-detail-header{border-bottom:1px solid #e8efe9;align-items:flex-start;gap:8px;padding:12px 48px 10px 14px;display:flex;position:relative}.admin-phone-frame .warehouse-detail-header-main{flex:1;min-width:0}.admin-phone-frame .warehouse-detail-header-main h3{margin:0;font-size:1.05rem;line-height:1.25}.admin-phone-frame .warehouse-detail-header-meta{color:#5a6b60;margin:4px 0 0;font-size:.75rem}.admin-phone-frame .warehouse-detail-header>.badge{flex-shrink:0;margin-top:2px}.admin-phone-frame .warehouse-detail-header .order-detail-close{position:absolute;top:10px;right:10px}.admin-phone-frame .warehouse-detail-actions{border-bottom:1px solid #eef2ef;justify-content:flex-end;align-items:center;gap:4px;padding:6px 14px;display:flex}.admin-phone-frame .warehouse-detail-actions .icon-btn{width:32px;height:32px}.admin-phone-frame .warehouse-detail-body{flex-direction:column;gap:10px;padding:12px 14px 16px;display:flex;overflow:auto}.admin-phone-frame .warehouse-detail-card{background:#f7faf8;border:1px solid #e4ece6;border-radius:12px;padding:10px 12px}.admin-phone-frame .warehouse-detail-card h4{letter-spacing:.04em;text-transform:uppercase;color:#1b5e20;margin:0 0 8px;font-size:.72rem;font-weight:800}.admin-phone-frame .warehouse-detail-kv{margin:0}.admin-phone-frame .warehouse-detail-kv-row{grid-template-columns:72px 1fr;gap:8px;padding:4px 0;font-size:.8rem;display:grid}.admin-phone-frame .warehouse-detail-kv-row dt{color:#6b7c70;margin:0;font-weight:600}.admin-phone-frame .warehouse-detail-kv-row dd{color:#12261a;word-break:break-word;margin:0}.admin-phone-frame .warehouse-detail-muted{color:#6b7c70;margin:0;font-size:.8rem}.admin-phone-frame .warehouse-detail-tags{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.admin-phone-frame .warehouse-detail-tags li{color:#1b5e20;background:#e8f3ea;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:700}.admin-phone-frame .purchases-page .page-header{margin-bottom:10px}.admin-phone-frame .purchases-page .page-header h2{font-size:1.15rem}.admin-phone-frame .purchases-page .page-header-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-phone-frame .purchases-page .btn-primary{border-radius:10px;padding:8px 12px;font-size:.8rem;font-weight:700}.admin-phone-frame .purchases-count{color:#4a5a52;font-size:.75rem;font-weight:700}.admin-phone-frame .purchases-filters{grid-template-columns:1fr;gap:8px;margin-bottom:10px;display:grid}.admin-phone-frame .purchases-filters .search-input,.admin-phone-frame .purchases-filters select,.admin-phone-frame .purchases-filters input[type=date]{border-radius:10px;width:100%;min-width:0;padding:8px 10px;font-size:.85rem}.admin-phone-frame .purchases-date-row{grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;display:grid}.admin-phone-frame .purchases-date-row .btn-sm{white-space:nowrap;border-radius:10px;padding:8px 10px;font-size:.72rem;font-weight:700}.admin-phone-frame .purchases-page .purchases-table-wrap{background:#fff;border:1px solid #d7e0da;border-radius:12px;overflow:hidden}.admin-phone-frame .purchases-page .purchases-table-wrap.table-wrap{overflow-x:visible}.admin-phone-frame .purchases-page .purchases-table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:inherit;font-size:.78rem;min-width:0!important}.admin-phone-frame .purchases-page .purchases-table thead{background:#eef5f0}.admin-phone-frame .purchases-page .purchases-table th{letter-spacing:.05em;text-transform:uppercase;color:#1b5e20;white-space:nowrap;text-align:left;background:#eef5f0;border-bottom:1px solid #d7e0da;padding:8px 6px;font-size:.6rem;font-weight:800}.admin-phone-frame .purchases-page .purchases-table td{vertical-align:middle;color:#1a2e22;border-bottom:1px solid #e8efe9;padding:8px 6px}.admin-phone-frame .purchases-page .purchases-table tbody tr:last-child td{border-bottom:none}.admin-phone-frame .purchases-page .purchases-table tbody tr:hover{background:#f7fbf8}.admin-phone-frame .purchases-table-invoice strong{color:#12261a;font-size:.8rem;font-weight:700;line-height:1.25;display:block}.admin-phone-frame .purchases-table-meta{color:#6b7c70;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.66rem;line-height:1.25;overflow:hidden}.admin-phone-frame .purchases-table-amount strong{font-variant-numeric:tabular-nums;color:#1b5e20;font-size:.8rem;font-weight:800;display:block}.admin-phone-frame .purchases-table-due{color:#e65100;margin-top:2px;font-size:.66rem;font-weight:700}.admin-phone-frame .purchases-page .purchases-table .badge{padding:.12rem .35rem;font-size:.62rem}.admin-phone-frame .purchases-page .purchases-table .actions{justify-content:flex-end;display:flex}.admin-phone-frame .purchases-page .purchases-table th:first-child,.admin-phone-frame .purchases-page .purchases-table td:first-child{width:44%}.admin-phone-frame .purchases-page .purchases-table th:nth-child(2),.admin-phone-frame .purchases-page .purchases-table td:nth-child(2){width:24%}.admin-phone-frame .purchases-page .purchases-table th:nth-child(3),.admin-phone-frame .purchases-page .purchases-table td:nth-child(3){width:18%}.admin-phone-frame .purchases-page .purchases-table th:nth-child(4),.admin-phone-frame .purchases-page .purchases-table td:nth-child(4){width:14%}.admin-phone-frame .purchases-pagination{gap:8px;margin-top:10px}.admin-phone-frame .purchases-pagination .btn{padding:6px 10px;font-size:.75rem}.admin-phone-frame .purchases-pagination span{color:#4a5a52;font-size:.75rem;font-weight:600}.admin-phone-frame .purchase-detail-modal{flex-direction:column;max-height:calc(100% - 24px);padding:0;display:flex;overflow:hidden}.admin-phone-frame .purchase-detail-header{border-bottom:1px solid #e8efe9;align-items:flex-start;gap:8px;padding:12px 48px 10px 14px;display:flex;position:relative}.admin-phone-frame .purchase-detail-header-main{flex:1;min-width:0}.admin-phone-frame .purchase-detail-header-main h3{margin:0;font-size:1.05rem;line-height:1.25}.admin-phone-frame .purchase-detail-header-meta{color:#5a6b60;margin:4px 0 0;font-size:.75rem}.admin-phone-frame .purchase-detail-header>.badge{flex-shrink:0;margin-top:2px}.admin-phone-frame .purchase-detail-header .order-detail-close{position:absolute;top:10px;right:10px}.admin-phone-frame .purchase-detail-body{flex-direction:column;gap:10px;padding:12px 14px 16px;display:flex;overflow:auto}.admin-phone-frame .purchase-detail-card{background:#f7faf8;border:1px solid #e4ece6;border-radius:12px;padding:10px 12px}.admin-phone-frame .purchase-detail-card h4{letter-spacing:.04em;text-transform:uppercase;color:#1b5e20;margin:0 0 8px;font-size:.72rem;font-weight:800}.admin-phone-frame .purchase-detail-kv{margin:0}.admin-phone-frame .purchase-detail-kv-row{grid-template-columns:78px 1fr;gap:8px;padding:4px 0;font-size:.8rem;display:grid}.admin-phone-frame .purchase-detail-kv-row dt{color:#6b7c70;margin:0;font-weight:600}.admin-phone-frame .purchase-detail-kv-row dd{color:#12261a;word-break:break-word;margin:0}.admin-phone-frame .purchase-detail-image{object-fit:contain;background:#fff;border-radius:8px;width:100%;max-height:180px;display:block}.admin-phone-frame .purchase-detail-items-wrap.table-wrap{background:0 0;border:none;overflow-x:visible}.admin-phone-frame .purchase-detail-items{border-collapse:collapse;width:100%;font-size:.75rem;min-width:0!important}.admin-phone-frame .purchase-detail-items th{text-transform:uppercase;letter-spacing:.04em;color:#5a6b60;text-align:left;border-bottom:1px solid #e0e8e3;padding:4px 0;font-size:.6rem}.admin-phone-frame .purchase-detail-items td{vertical-align:top;border-bottom:1px solid #eef2ef;padding:8px 0}.admin-phone-frame .purchase-detail-items tbody tr:last-child td{border-bottom:none}.admin-phone-frame .purchase-detail-items strong{font-size:.78rem;line-height:1.25;display:block}.admin-phone-frame .purchase-detail-line-meta{color:#6b7c70;margin-top:2px;font-size:.66rem;line-height:1.3}.admin-phone-frame .purchase-detail-items td.amount{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.admin-phone-frame .purchase-detail-settle-amount{color:#e65100;margin:0 0 8px;font-size:.85rem;font-weight:700}.admin-phone-frame .purchase-detail-settle .form-group{margin-bottom:10px}.admin-phone-frame .purchase-detail-settle .btn-primary{width:100%}.admin-phone-frame .offers-page .offers-page-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.admin-phone-frame .offers-page .offers-page-header h2{margin:0;font-size:1.15rem}.admin-phone-frame .offers-page-subtitle{color:#4a5a52;margin:4px 0 0;font-size:.75rem;font-weight:700}.admin-phone-frame .offers-page .btn-primary{border-radius:10px;flex-shrink:0;padding:8px 12px;font-size:.8rem;font-weight:700}.admin-phone-frame .offers-view-only,.admin-phone-frame .offers-load-error{margin:0 0 10px;font-size:.78rem}.admin-phone-frame .offers-order-tip{color:#1b5e20;background:linear-gradient(135deg,#eef7ef 0%,#f8fbf8 100%);border:1px solid #cfe8d3;border-radius:12px;align-items:flex-start;gap:8px;margin-bottom:10px;padding:10px 12px;font-size:.76rem;font-weight:600;line-height:1.4;display:flex}.admin-phone-frame .offers-order-tip-icon{background:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:.85rem;display:grid;box-shadow:0 1px 3px #1b5e201f}.admin-phone-frame .offers-search{border-radius:10px;width:100%;margin-bottom:10px;padding:8px 10px;font-size:.85rem}.admin-phone-frame .offers-coupon-list{flex-direction:column;gap:12px;display:flex}.admin-phone-frame .offer-coupon{background:#fff;border:1px solid #d1d5db;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #1118270f}.admin-phone-frame .offer-coupon.is-inactive{opacity:.78}.admin-phone-frame .offer-coupon.is-inactive .offer-coupon-ribbon{background:#6b7280}.admin-phone-frame .offer-coupon.is-inactive .offer-coupon-stub-label,.admin-phone-frame .offer-coupon.is-inactive .offer-coupon-schedule{color:#6b7280}.admin-phone-frame .offer-coupon-toolbar{justify-content:space-between;align-items:center;gap:8px;min-height:32px;padding:6px 8px 0;display:flex}.admin-phone-frame .offer-coupon-actions{margin-left:auto}.admin-phone-frame .offer-coupon-body{align-items:stretch;min-height:0;display:flex}.admin-phone-frame .offer-coupon-main{flex:1;min-width:0;padding:8px 10px 10px}.admin-phone-frame .offer-coupon-ribbon{color:#fff;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%);background:#b91c1c;align-items:baseline;gap:4px;padding:5px 18px 5px 8px;line-height:1.1;display:inline-flex}.admin-phone-frame .offer-coupon-ribbon-lead{text-transform:lowercase;font-size:.58rem;font-weight:600}.admin-phone-frame .offer-coupon-ribbon-value{text-transform:lowercase;font-size:.82rem;font-weight:800}.admin-phone-frame .offer-coupon-banner{align-items:center;gap:6px;margin-top:8px;display:flex}.admin-phone-frame .offer-coupon-dots{background-image:radial-gradient(circle,#111 1.2px,#0000 1.2px);background-repeat:repeat-x;background-size:6px 4px;flex:1;min-width:12px;height:4px}.admin-phone-frame .offer-coupon-banner-text{letter-spacing:.03em;text-transform:uppercase;color:#111;text-align:center;flex-shrink:0;max-width:62%;font-size:.52rem;font-weight:900;line-height:1.25}.admin-phone-frame .offer-coupon-content{align-items:flex-start;gap:8px;margin-top:10px;display:flex}.admin-phone-frame .offer-coupon-thumb{object-fit:cover;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;width:40px;height:40px}.admin-phone-frame .offer-coupon-thumb-empty{background:#fef2f2;border-color:#fecaca;place-items:center;font-size:.95rem;display:grid}.admin-phone-frame .offer-coupon-copy{flex:1;min-width:0}.admin-phone-frame .offer-coupon-title{letter-spacing:.02em;text-transform:uppercase;color:#111;margin:0;font-size:.68rem;font-weight:900;line-height:1.3}.admin-phone-frame .offer-coupon-product{color:#4b5563;word-break:break-word;margin:4px 0 0;font-size:.62rem;line-height:1.35}.admin-phone-frame .offer-coupon-type{color:#6b7280;margin:4px 0 0;font-size:.55rem;font-weight:700}.admin-phone-frame .offer-coupon-schedule{letter-spacing:.04em;text-transform:uppercase;color:#b91c1c;margin:8px 0 0;font-size:.58rem;font-weight:800}.admin-phone-frame .offer-coupon-stub{background:#fafafa;border-left:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;align-items:center;width:28px;padding:8px 4px 10px 0;display:flex}.admin-phone-frame .offer-coupon-perforation{border-left:2px dashed #cbd5e1;flex:1;width:100%;min-height:48px;margin-left:6px;position:relative}.admin-phone-frame .offer-coupon-scissors{color:#111;font-size:.65rem;line-height:1;position:absolute;bottom:-2px;left:-7px;transform:rotate(-90deg)}.admin-phone-frame .offer-coupon-stub-label{writing-mode:vertical-rl;letter-spacing:.1em;text-transform:uppercase;color:#b91c1c;white-space:nowrap;margin-top:6px;font-size:.48rem;font-weight:900;transform:rotate(180deg)}.admin-phone-frame .offer-coupon-footer{background:#fcfcfc;border-top:1px dashed #e5e7eb;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px 8px;display:flex}.admin-phone-frame .offer-coupon-footer .badge{border-radius:999px;padding:3px 7px;font-size:.58rem}.admin-phone-frame .offer-coupon-deal{color:#b45309;text-transform:uppercase;letter-spacing:.02em;font-size:.62rem;font-weight:800}.admin-phone-frame .offers-order-controls{align-items:center;gap:6px;display:flex}.admin-phone-frame .offers-rank{color:#b91c1c;background:#fef2f2;border-radius:999px;place-items:center;width:22px;height:22px;font-size:.68rem;font-weight:800;display:grid}.admin-phone-frame .offers-order-buttons{flex-direction:row;gap:2px}.admin-phone-frame .offers-order-buttons .order-btn{border-radius:6px;width:24px;height:22px;padding:0;font-size:.72rem}.admin-phone-frame .offers-pagination{margin-top:12px}@media (width>=801px){.admin-phone-frame .orders-table th:nth-child(3),.admin-phone-frame .orders-table td:nth-child(3),.admin-phone-frame .orders-table th:nth-child(4),.admin-phone-frame .orders-table td:nth-child(4),.admin-phone-frame .customer-purchases-table th:nth-child(5),.admin-phone-frame .customer-purchases-table td:nth-child(5),.admin-phone-frame .customer-history-table th:nth-child(3),.admin-phone-frame .customer-history-table td:nth-child(3),.admin-phone-frame .order-detail-items-table th:nth-child(5),.admin-phone-frame .order-detail-items-table td:nth-child(5),.admin-phone-frame .order-detail-items-table th:nth-child(6),.admin-phone-frame .order-detail-items-table td:nth-child(6),.admin-phone-frame .products-table th:nth-child(3),.admin-phone-frame .products-table td:nth-child(3),.admin-phone-frame .products-table th:nth-child(5),.admin-phone-frame .products-table td:nth-child(5),.admin-phone-frame .products-table th:nth-child(6),.admin-phone-frame .products-table td:nth-child(6),.admin-phone-frame .products-table th:nth-child(7),.admin-phone-frame .products-table td:nth-child(7){display:table-cell}.admin-phone-frame .stock-table-status-hi{display:block}}@media (width<=480px){.admin-app-shell{background:var(--admin-bg)}.admin-phone-frame{max-width:none;box-shadow:none}}@media (width>=801px){:is(.admin-app-shell,.shop-shell:not(:has(.auth-phone-frame)),.delivery-shell){justify-content:stretch}.admin-app-shell{background:var(--admin-bg)}.shop-shell:not(:has(.auth-phone-frame)){padding:0}.admin-app-shell .admin-phone-frame,.shop-phone-frame:not(.auth-phone-frame),.delivery-phone-frame{max-width:none;box-shadow:none;border-radius:0;height:100%;min-height:100dvh;max-height:none}.admin-app-shell .admin-app-main{padding:16px 24px 32px}.shop-shell:has(.auth-phone-frame){box-sizing:border-box;justify-content:center;padding:24px 16px}.shop-phone-frame.auth-phone-frame{border-radius:24px;flex:0 430px;width:100%;max-width:430px;height:calc(100dvh - 48px);min-height:0;max-height:calc(100dvh - 48px);overflow:hidden;box-shadow:0 0 0 1px #0f172a0a,0 16px 40px #0f172a14}}
