:root{--green:#176b3a;--green-dark:#0f4f2a;--green-pale:#edf7ef;--lime:#dff0b2;--ink:#193226;--muted:#65736b;--line:#dce7df;--cream:#fbfcf8;--white:#fff;--shadow:0 12px 35px rgba(18,66,38,.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}body{margin:0;min-width:300px}button,input,select,textarea{font:inherit}button{color:inherit}.announcement{background:var(--green-dark);color:#fff;text-align:center;padding:8px 16px;font-size:.8rem;font-weight:700;letter-spacing:.02em}.site-header{height:76px;display:flex;align-items:center;gap:28px;padding:0 clamp(18px,4vw,64px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--green-dark);min-width:max-content}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green-pale);font-size:1.35rem}.brand strong,.brand small{display:block}.brand strong{font-size:1.12rem;line-height:1}.brand small{font-size:.68rem;letter-spacing:.12em;margin-top:4px}.search{height:42px;max-width:620px;flex:1;margin:auto;display:flex;align-items:center;gap:8px;background:#f3f7f3;border:1px solid transparent;border-radius:12px;padding:0 14px}.search:focus-within{background:#fff;border-color:#6ba980;box-shadow:0 0 0 3px rgba(23,107,58,.1)}.search span{font-size:1.4rem;color:var(--muted)}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.header-actions{display:flex;gap:10px;align-items:center}.icon-button,.cart-button{border:0;background:transparent;cursor:pointer}.icon-button{width:40px;height:40px;border-radius:10px;font-size:1.25rem}.icon-button:hover{background:var(--green-pale)}.cart-button{height:42px;border-radius:12px;background:var(--green);color:#fff;padding:0 12px;display:flex;align-items:center;gap:8px;font-weight:700}.cart-button b{background:#fff;color:var(--green);border-radius:99px;min-width:20px;height:20px;display:grid;place-items:center;font-size:.72rem}.customer-bar{display:flex;justify-content:center;align-items:center;gap:12px;min-height:58px;padding:9px 20px;background:#f2f8ec;border-bottom:1px solid #dceacb}.customer-bar label{font-size:.88rem;font-weight:700}.customer-bar input{border:1px solid #c5d9c8;border-radius:9px;background:#fff;padding:8px 11px;outline:0;max-width:250px}.customer-bar input:focus{border-color:var(--green)}.customer-bar span{font-size:.85rem;color:var(--green);font-weight:700}.store-layout{display:grid;grid-template-columns:minmax(210px,20%) 1fr;max-width:1500px;margin:auto;min-height:700px}.category-panel{background:#fff;border-right:1px solid var(--line);padding:28px 18px}.aside-title{display:flex;align-items:center;justify-content:space-between;padding:0 8px 18px}.aside-title small,.dialog-shell header small{color:var(--green);font-size:.66rem;letter-spacing:.16em;font-weight:800}.aside-title h2,.dialog-shell h2{margin:3px 0 0;font-family:Georgia,serif}.category-button{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;border:0;background:transparent;border-radius:12px;padding:9px;text-align:left;cursor:pointer;font-weight:750}.category-button:hover,.category-button.active{background:var(--green-pale);color:var(--green-dark)}.category-image{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--cat-bg,#edf7ef);font-size:1.35rem}.category-button.no-image{grid-template-columns:1fr auto}.chevron{transition:transform .2s}.category-button[aria-expanded=true] .chevron{transform:rotate(90deg)}.subcategory-list{display:grid;gap:2px;margin:3px 0 8px 52px}.subcategory-list[hidden]{display:none}.subcategory-button{border:0;background:transparent;border-radius:8px;text-align:left;padding:7px 10px;color:var(--muted);cursor:pointer;font-size:.84rem}.subcategory-button:hover,.subcategory-button.active{color:var(--green);background:#f6faf5}.catalog{padding:32px clamp(18px,3vw,48px) 60px}.catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.catalog-heading p{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800;margin:0 0 5px}.catalog-heading h1{font-family:Georgia,serif;font-size:clamp(1.65rem,3vw,2.35rem);margin:0}.catalog-heading>span{color:var(--muted);font-size:.84rem}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-grid.one-column{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:130px 1fr;min-height:165px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-image{position:relative;display:grid;place-items:center;background:linear-gradient(145deg,var(--product-bg,#eef5e7),#fff);font-size:4rem}.product-image span{filter:drop-shadow(0 9px 6px rgba(0,0,0,.12))}.product-image small{position:absolute;top:9px;left:9px;background:#fff;color:var(--green);padding:4px 7px;border-radius:99px;font-weight:800;font-size:.61rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.product-card.no-image{grid-template-columns:1fr}.product-info{padding:16px;display:flex;flex-direction:column}.product-info .category-name{font-size:.65rem;letter-spacing:.11em;text-transform:uppercase;color:var(--green);font-weight:800}.product-info h3{margin:4px 0 11px;font-size:1rem}.product-controls{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:auto}.product-controls select{min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;padding:7px 8px;color:var(--ink)}.price{font-size:1.08rem;font-weight:850;align-self:center}.add-button{grid-column:1/-1;border:0;border-radius:9px;background:var(--green-pale);color:var(--green-dark);padding:8px;cursor:pointer;font-weight:800}.add-button:hover{background:var(--green);color:#fff}.load-more{display:block;margin:28px auto 0;border:1px solid var(--green);border-radius:10px;background:#fff;color:var(--green);padding:10px 22px;font-weight:800;cursor:pointer}.empty-state,.cart-empty{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state span,.cart-empty span{font-size:3rem}.empty-state h2,.cart-empty h3{color:var(--ink);margin-bottom:6px}.empty-state p,.cart-empty p{margin-top:0}.backdrop{display:none}footer{text-align:center;padding:40px 20px;background:var(--green-dark);color:#fff}footer p{margin:8px 0;color:#dbeade;font-size:.9rem}footer small{opacity:.72}.mobile-only{display:none}.sheet-dialog,.settings-dialog{padding:0;border:0;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.22);max-height:min(88vh,800px)}.sheet-dialog{width:min(560px,94vw)}.settings-dialog{width:min(620px,94vw)}dialog::backdrop{background:rgba(8,35,20,.45);backdrop-filter:blur(2px)}.dialog-shell{display:flex;flex-direction:column;max-height:inherit}.dialog-shell>header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.dialog-shell>header h2{font-size:1.45rem}.cart-items{overflow:auto;padding:8px 22px}.cart-line{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.cart-line-image{width:52px;height:52px;border-radius:10px;background:var(--green-pale);display:grid;place-items:center;font-size:1.7rem}.cart-line h3{font-size:.9rem;margin:0 0 4px}.cart-line p{font-size:.75rem;color:var(--muted);margin:0}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.quantity button{border:0;background:#fff;width:27px;height:29px;cursor:pointer}.quantity span{min-width:25px;text-align:center;font-size:.82rem}.line-price{font-weight:800;font-size:.9rem;text-align:right;margin-bottom:5px}.remove-button{border:0;background:transparent;color:#a14d45;font-size:.7rem;cursor:pointer}.cart-summary{border-top:1px solid var(--line);padding:16px 22px}.cart-summary div{display:flex;justify-content:space-between;font-size:1.08rem}.cart-summary p{font-size:.72rem;color:var(--muted);margin:7px 0 0}.primary-button{margin:0 22px 20px;border:0;border-radius:11px;background:var(--green);color:#fff;padding:13px 16px;font-weight:800;cursor:pointer;display:flex;justify-content:space-between}.primary-button:hover{background:var(--green-dark)}.form-error{color:#a3352c;font-size:.78rem;margin:0 22px 16px}.settings-body{overflow:auto;padding:20px 22px}.settings-note{margin-top:0;color:var(--muted);font-size:.82rem}.switch-row,.field-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.switch-row span{display:grid}.switch-row small{color:var(--muted);margin-top:3px}.switch-row input{width:20px;height:20px;accent-color:var(--green)}.field-row>span{font-weight:700;font-size:.86rem}.field-row input,.field-row select,.field-row textarea{width:58%;border:1px solid var(--line);border-radius:8px;padding:8px;resize:vertical}.import-box{margin:18px 0 8px;padding:15px;background:var(--green-pale);border-radius:12px}.import-box p{font-size:.76rem;color:var(--muted)}.import-box input{display:block;margin:10px 0}.import-box a,.text-button{color:var(--green);font-weight:800;font-size:.8rem}.import-box span{display:block;margin-top:8px;font-size:.78rem}.text-button{border:0;background:transparent;padding:8px 0;cursor:pointer}.toast{position:fixed;left:50%;bottom:25px;z-index:80;transform:translate(-50%,120px);opacity:0;background:var(--ink);color:#fff;padding:10px 16px;border-radius:9px;box-shadow:var(--shadow);transition:.25s;font-size:.82rem}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:900px){.mobile-only{display:inline-grid}#categoryMenuButton,#closeCategories{display:none}.desktop-label{display:none}.site-header{height:66px;padding:0 14px;gap:8px}.brand small{display:none}.brand strong{font-size:1rem}.brand-mark{width:34px;height:34px}.search{order:3;position:absolute;top:66px;left:0;right:0;max-width:none;border-radius:0;height:48px}.customer-bar{margin-top:48px;flex-wrap:wrap;justify-content:flex-start;padding:9px 16px}.customer-bar span{display:none}.store-layout{display:grid;grid-template-columns:clamp(118px,24vw,190px) minmax(0,1fr)}.category-panel{position:static;width:auto;transform:none;overflow:visible;box-shadow:none;padding:22px 10px}.category-panel.open{transform:none}.backdrop,.backdrop.open{display:none}.aside-title{padding:0 6px 14px}.aside-title h2{font-size:1.1rem}.catalog{min-width:0;padding:24px 14px 90px}.product-grid.one-column{grid-template-columns:1fr}.product-card{grid-template-columns:112px 1fr}.floating-cart{position:fixed;bottom:12px;left:14px;right:14px;z-index:25;border:0;border-radius:12px;background:var(--green-dark);color:#fff;padding:13px 17px;display:flex;justify-content:space-between;font-weight:800;box-shadow:0 8px 30px rgba(0,0,0,.25)}footer{padding-bottom:85px}}
@media(max-width:600px){.store-layout{grid-template-columns:118px minmax(0,1fr)}.category-panel{padding:18px 6px}.category-button{grid-template-columns:30px minmax(0,1fr) auto;gap:4px;padding:6px 3px;font-size:.73rem}.category-button.no-image{grid-template-columns:minmax(0,1fr) auto}.category-image{width:30px;height:30px;border-radius:8px;font-size:1rem}.subcategory-list{margin:2px 0 7px 5px}.subcategory-button{padding:6px;font-size:.72rem}.catalog{padding-left:8px;padding-right:8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-grid.one-column{grid-template-columns:1fr}.product-card{display:flex;flex-direction:column;min-width:0;min-height:0}.product-image{min-height:92px;font-size:2.7rem}.product-info{padding:9px;min-width:0}.product-info .category-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info h3{font-size:.82rem;min-height:2.3em;margin-bottom:8px}.product-controls{grid-template-columns:1fr;gap:5px}.product-controls select{font-size:.75rem;padding:6px 4px}.product-controls .price{justify-self:start;font-size:.95rem}.add-button{grid-column:1;font-size:.76rem;padding:7px 4px}.product-grid.one-column .product-card{display:grid;grid-template-columns:82px 1fr;min-height:140px}.product-grid.one-column .product-image{min-height:0}.product-grid.one-column .product-controls{grid-template-columns:1fr auto}.product-grid.one-column .add-button{grid-column:1/-1}}
@media(max-width:480px){.brand span:last-child{display:none}.site-header{gap:5px}.header-actions{gap:2px}.customer-bar label{width:100%}.customer-bar input{max-width:none;width:100%}.catalog-heading{align-items:start}.catalog-heading>span{margin-top:7px}.field-row{align-items:flex-start;flex-direction:column;gap:6px}.field-row input,.field-row select,.field-row textarea{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ApkiDukaan branding and catalog refinements */
.brand-logo{width:42px;height:42px;display:block}.hero-banner{max-width:1500px;margin:18px auto 0;padding:0 clamp(18px,4vw,64px)}.hero-banner img{display:block;width:100%;height:auto;max-height:245px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.product-info .category-name{font-size:.54rem;letter-spacing:.09em}.hindi-name{display:block;margin-top:4px;color:#a04428;font-size:.94rem;font-weight:750;line-height:1.25}.cart-line h3 small{color:#a04428;font-weight:650}.cart-summary .charge-row{margin-top:9px;color:var(--muted);font-size:.86rem}.cart-summary .grand-total{margin-top:13px;padding-top:12px;border-top:1px dashed var(--line);font-size:1.12rem}.cart-summary .grand-total strong{color:var(--green-dark)}
.category-panel{position:sticky;top:76px;height:calc(100vh - 76px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b8cfbe transparent}
.variant-chips{grid-column:1/-1;display:flex;gap:6px;overflow-x:auto;padding:2px 1px 4px;scrollbar-width:none}.variant-chips::-webkit-scrollbar{display:none}.variant-chip{flex:0 0 auto;border:1px solid #cadbce;background:#fff;color:var(--muted);border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:750;cursor:pointer}.variant-chip:hover,.variant-chip.selected{border-color:var(--green);background:var(--green);color:#fff}.product-controls{grid-template-columns:1fr auto}.add-button{grid-column:auto;padding-left:14px;padding-right:14px}.cart-customer{display:grid;gap:6px;margin:0 22px 16px;font-size:.82rem;font-weight:800}.cart-customer input{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;outline:0}.cart-customer input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,107,58,.1)}
@media(max-width:900px){.category-panel{position:sticky;top:114px;height:calc(100vh - 114px);overflow-y:auto}.hero-banner{margin-top:62px;padding:0 14px}.hero-banner img{border-radius:15px;min-height:132px;object-fit:cover;object-position:center}.brand-logo{width:36px;height:36px}}
@media(max-width:600px){.variant-chips{gap:4px}.variant-chip{font-size:.66rem;padding:4px 7px}.product-controls{grid-template-columns:1fr}.add-button{grid-column:1}.product-grid.one-column .product-controls{grid-template-columns:1fr}.product-grid.one-column .add-button{grid-column:1}.hero-banner img{min-height:112px;object-position:left center}.hindi-name{font-size:.83rem}.product-info .category-name{font-size:.48rem}}
.whatsapp-help{position:fixed;right:22px;bottom:22px;z-index:30;display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;text-decoration:none;border-radius:999px;padding:11px 16px 11px 12px;font-size:.82rem;font-weight:850;box-shadow:0 10px 30px rgba(11,92,43,.3);transition:transform .18s,box-shadow .18s}.whatsapp-help:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(11,92,43,.38)}.whatsapp-help svg{width:25px;height:25px;display:block}
.product-image{background:linear-gradient(145deg,var(--product-bg,#eef5e7),color-mix(in srgb,var(--product-bg,#eef5e7) 42%,white));box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}.product-image span{display:grid;place-items:center;width:1.35em;height:1.35em;border-radius:50%;background:rgba(255,255,255,.48);box-shadow:0 8px 18px rgba(31,70,42,.12);filter:none}
@media(max-width:900px){.whatsapp-help{right:16px;bottom:68px;width:48px;height:48px;padding:11px;justify-content:center}.whatsapp-help span{display:none}.whatsapp-help svg{width:27px;height:27px}}
.floating-cart{background:var(--green);border:1px solid rgba(255,255,255,.3);box-shadow:0 9px 28px rgba(23,107,58,.3)}.floating-cart:hover{background:var(--green-dark)}footer{background:#eef4f1;color:var(--green-dark);border-top:1px solid #d7e4dc}footer p{color:#52675b}footer small{color:#65786d;opacity:1}
#settingsButton{display:none!important}
.whatsapp-notice{margin:0 22px 12px;padding:10px 12px;border-radius:9px;background:#edf7ef;color:#315c40;font-size:.76rem;line-height:1.4}.out-of-stock{opacity:.72}.out-of-stock .product-image{filter:grayscale(.55)}.out-of-stock .product-image small{color:#9a3f35}.add-button:disabled{background:#e7ebe8;color:#738078;cursor:not-allowed}.variant-chip:disabled{cursor:not-allowed;opacity:.72}
