:root{--bg: #f6f4f1;--surface: #ffffff;--surface-2: #f0ece7;--border: #e3ddd5;--border-strong: #cfc7bd;--text: #211b17;--muted: #6d645c;--faint: #9a9189;--accent: #8a1c3c;--accent-hover: #731632;--accent-soft: #f7e9ee;--on-accent: #ffffff;--pending: #9a5b00;--pending-soft: #fff2dc;--confirmed: #1d5fa8;--confirmed-soft: #e7f0fb;--dispatched: #6a3fa0;--dispatched-soft: #f0e9fa;--delivered: #1d7a4b;--delivered-soft: #e5f4ec;--cancelled: #7a716a;--cancelled-soft: #efebe7;--danger: #b42318;--danger-soft: #fdecea;--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgb(33 27 23 / .05), 0 4px 14px rgb(33 27 23 / .05);--shadow-lg: 0 10px 40px rgb(33 27 23 / .18);--sidebar: 240px;--tap: 44px;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Noto Sans Devanagari,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45;color:var(--text);-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;background:var(--bg)}body{min-height:100dvh;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.01em}h1{font-size:1.45rem;font-weight:700}h2{font-size:1.1rem;font-weight:650}h3{font-size:.98rem;font-weight:650}p{margin:0}.muted{color:var(--muted)}.faint{color:var(--faint)}.small{font-size:.85rem}.mono{font-variant-numeric:tabular-nums}.num{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.nowrap{white-space:nowrap}.pre{white-space:pre-wrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.stack{display:flex;flex-direction:column;gap:16px}.stack-sm{display:flex;flex-direction:column;gap:8px}.row{display:flex;align-items:center;gap:10px}.row-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.grow{flex:1;min-width:0}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--tap);padding:0 16px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);font-weight:600;font-size:.95rem;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,opacity .15s;-webkit-tap-highlight-color:transparent}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,var(--border))}.btn-danger:hover:not(:disabled){background:var(--danger-soft)}.btn-ghost{border-color:transparent;background:transparent}.btn-sm{min-height:34px;padding:0 11px;font-size:.86rem}.btn-block{width:100%}.btn-lg{min-height:50px;font-size:1.02rem}.icon-btn{display:inline-grid;place-items:center;width:var(--tap);height:var(--tap);border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;cursor:pointer;color:var(--muted);flex-shrink:0}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.link{color:var(--accent);font-weight:600;background:none;border:0;padding:0;cursor:pointer}.link:hover{text-decoration:underline}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.label{font-size:.86rem;font-weight:600;color:var(--muted)}.hint{font-size:.82rem;color:var(--faint)}.input,.select,.textarea{width:100%;min-height:var(--tap);padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);font-size:1rem;outline:none;transition:border-color .15s,box-shadow .15s}.textarea{min-height:96px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.input-prefix{position:relative}.input-prefix>span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.input-prefix>.input{padding-left:28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.form-grid .span-2{grid-column:span 2}@media(max-width:600px){.form-grid{grid-template-columns:minmax(0,1fr)}.form-grid .span-2{grid-column:auto}}.switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:var(--tap)}.switch input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:42px;height:24px;border-radius:999px;background:var(--border-strong);position:relative;cursor:pointer;transition:background .15s;flex-shrink:0;margin:0}.switch input:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .15s}.switch input:checked{background:var(--accent)}.switch input:checked:after{transform:translate(18px)}.error-box{padding:10px 12px;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);font-size:.9rem}.info-box{padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted);font-size:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:18px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border)}.card-body{padding:18px}.divider{height:1px;background:var(--border);border:0;margin:0}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:.78rem;font-weight:650;white-space:nowrap;background:var(--surface-2);color:var(--muted)}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge-plain:before{display:none}.badge-pending{background:var(--pending-soft);color:var(--pending)}.badge-confirmed{background:var(--confirmed-soft);color:var(--confirmed)}.badge-dispatched{background:var(--dispatched-soft);color:var(--dispatched)}.badge-delivered{background:var(--delivered-soft);color:var(--delivered)}.badge-cancelled{background:var(--cancelled-soft);color:var(--cancelled)}.badge-out_of_stock,.badge-danger{background:var(--danger-soft);color:var(--danger)}.count-pill{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:.72rem;font-weight:700}.thumb{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover;background:var(--surface-2);flex-shrink:0}.thumb-lg{width:64px;height:64px}.no-photo{display:grid;place-items:center;color:var(--faint);background:var(--surface-2)}.empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 20px;text-align:center;color:var(--muted)}.empty svg{color:var(--faint)}.spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid var(--border);border-top-color:var(--accent);animation:spin .8s linear infinite}.center-pad{display:grid;place-items:center;padding:60px 20px}@keyframes spin{to{transform:rotate(360deg)}}.chips{display:flex;gap:8px;overflow-x:auto;padding:2px 0 6px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex-shrink:0;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface);font-weight:600;font-size:.88rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.chip[aria-pressed=true]{background:var(--text);border-color:var(--text);color:var(--surface)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0;padding:10px 12px;border:0;background:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-weight:600;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;gap:6px}.tab[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.list{display:flex;flex-direction:column}.list-row{display:flex;align-items:center;gap:14px;padding:12px 18px;border-top:1px solid var(--border);min-height:64px}.list-row:first-child{border-top:0}a.list-row:hover,button.list-row:hover{background:#fbfaf8}button.list-row{width:100%;border:0;border-top:1px solid var(--border);background:none;text-align:left;cursor:pointer}button.list-row:first-child{border-top:0}.row-title{font-weight:650}.row-meta{font-size:.85rem;color:var(--muted)}.row-end{text-align:right;flex-shrink:0}.table-wrap{overflow-x:auto}table.table{width:100%;border-collapse:collapse;font-size:.92rem}.table th,.table td{padding:10px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.table .num{text-align:right}.table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:650;background:#fbfaf8;white-space:nowrap}.table tfoot td{font-weight:700;border-bottom:0}.table tbody tr:last-child td{border-bottom:0}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:900px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.stat{padding:16px 18px;display:flex;flex-direction:column;gap:4px}.stat-label{font-size:.84rem;color:var(--muted);font-weight:600}.stat-value{font-size:1.6rem;font-weight:750;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.stat-sub{font-size:.85rem;color:var(--muted)}a.stat:hover{border-color:var(--border-strong)}.stepper{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);overflow:hidden}.stepper button{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;color:var(--text)}.stepper button:hover:not(:disabled){background:var(--surface-2)}.stepper button:disabled{opacity:.3;cursor:not-allowed}.stepper input{width:52px;height:40px;border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-weight:700;font-size:1rem;font-variant-numeric:tabular-nums;outline:none;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{-webkit-appearance:none}.stepper-lg button{width:48px;height:48px}.stepper-lg input{height:48px;width:64px;font-size:1.1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#211b1773;display:grid;place-items:center;padding:16px;z-index:50;animation:fade .15s ease-out}.modal{width:min(560px,100%);max-height:calc(100dvh - 32px);overflow:auto;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:pop .18s ease-out}.modal-head{position:sticky;top:0;background:var(--surface);z-index:1;display:flex;align-items:center;justify-content:space-between;padding:14px 10px 14px 20px;border-bottom:1px solid var(--border)}.modal-body{padding:20px}.modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--border);flex-wrap:wrap}@media(max-width:600px){.modal-backdrop{place-items:end stretch;padding:0}.modal{width:100%;border-radius:var(--radius) var(--radius) 0 0;max-height:92dvh}}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(8px)}}.login-page{min-height:100dvh;display:grid;place-items:center;padding:24px 16px;background:radial-gradient(1200px 500px at 50% -10%,var(--accent-soft),transparent 70%),var(--bg)}.login-card{width:min(400px,100%);padding:28px 24px}.login-brand{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-bottom:22px}.brand-logo{width:64px;height:64px;border-radius:16px;object-fit:contain;background:var(--surface)}.brand-mark{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:var(--accent);color:var(--on-accent)}.brand-row{display:flex;align-items:center;gap:10px;min-width:0}.brand-row img,.brand-row .brand-mark{width:36px;height:36px;border-radius:10px;flex-shrink:0}.brand-row .brand-name{font-weight:750;font-size:1.02rem;letter-spacing:-.01em}.shop-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--border)}.shop-header-inner{max-width:1180px;margin:0 auto;height:60px;padding:0 16px;display:flex;align-items:center;gap:16px}.shop-nav{display:flex;gap:4px;margin-left:auto}.shop-nav a{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:var(--radius-sm);font-weight:600;color:var(--muted)}.shop-nav a:hover{background:var(--surface-2);color:var(--text)}.shop-nav a.active{color:var(--accent);background:var(--accent-soft)}.shop-main{max-width:1180px;margin:0 auto;padding:20px 16px 40px}.bottom-nav{display:none}.cart-fab-count{position:absolute;top:2px;right:50%;transform:translate(18px)}@media(max-width:760px){.shop-nav{display:none}.shop-main{padding:14px 16px calc(90px + env(safe-area-inset-bottom))}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:30;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 7px;font-size:.72rem;font-weight:600;color:var(--muted)}.bottom-nav a.active{color:var(--accent)}}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.back-link{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-weight:600;font-size:.9rem;margin-bottom:10px}.back-link:hover{color:var(--text)}.search{position:relative;flex:1;min-width:200px}.search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--faint);pointer-events:none}.search .input{padding-left:38px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}@media(max-width:520px){.product-grid{grid-template-columns:minmax(0,1fr);gap:14px}.product-grid .product-card-img{aspect-ratio:4 / 3}.product-grid .product-card-body{padding:12px 14px 14px}.product-grid .product-card-name{font-size:1.05rem}}.product-card{display:flex;flex-direction:column;overflow:hidden}.product-card-img{aspect-ratio:1;width:100%;object-fit:cover;background:var(--surface-2)}.product-card-body{display:flex;flex-direction:column;gap:3px;padding:10px 12px 12px;flex:1}.product-card-name{font-weight:650;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{font-weight:750;font-size:1.05rem;margin-top:4px}.product-card-foot{margin-top:auto;padding-top:10px}.product-card .stepper{width:100%}.product-card .stepper input{flex:1;width:auto;min-width:0}.stock-ok{color:var(--delivered)}.stock-low{color:var(--pending)}.stock-out{color:var(--danger)}.product-detail{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:28px;align-items:start}@media(max-width:800px){.product-detail{grid-template-columns:minmax(0,1fr);gap:18px}}.gallery-main{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:var(--radius);background:var(--surface-2);scrollbar-width:none}.gallery-main::-webkit-scrollbar{display:none}.gallery-main img{width:100%;flex-shrink:0;aspect-ratio:1;object-fit:contain;scroll-snap-align:start;background:var(--surface)}.gallery-thumbs{display:flex;gap:8px;margin-top:10px}.gallery-thumbs button{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:none}.gallery-thumbs button[aria-current=true]{border-color:var(--accent)}.gallery-thumbs img{width:60px;height:60px;object-fit:cover}.price-big{font-size:1.8rem;font-weight:800;letter-spacing:-.02em}.kv{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;font-size:.93rem}.kv dt{color:var(--muted)}.kv dd{margin:0;font-weight:600}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}@media(max-width:860px){.cart-layout{grid-template-columns:minmax(0,1fr)}}.cart-line{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;padding:14px 16px;border-top:1px solid var(--border);align-items:center}.cart-line:first-child{border-top:0}.cart-line .thumb{width:72px;height:72px}.cart-line-controls{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:6px 0}.summary-total{font-size:1.15rem;font-weight:800;border-top:1px solid var(--border);margin-top:6px;padding-top:12px}.sticky-card{position:sticky;top:80px}.timeline{display:flex;gap:0;counter-reset:step}.timeline-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;text-align:center;font-size:.8rem;color:var(--faint)}.timeline-step:before{content:"";position:absolute;top:11px;right:50%;width:100%;height:2px;background:var(--border);z-index:0}.timeline-step:first-child:before{display:none}.timeline-dot{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:2px solid var(--border-strong);z-index:1;color:#fff}.timeline-step.done{color:var(--text)}.timeline-step.done .timeline-dot{background:var(--delivered);border-color:var(--delivered)}.timeline-step.done:before{background:var(--delivered)}.timeline-label{font-weight:650}.admin-shell{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100dvh}.sidebar{position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);padding:16px 12px;gap:6px;overflow-y:auto}.sidebar .brand-row{padding:4px 8px 16px}.nav-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-sm);font-weight:600;color:var(--muted);min-height:42px}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:var(--accent-soft);color:var(--accent)}.nav-link .count-pill{margin-left:auto}.sidebar-foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.admin-main{min-width:0;padding:24px 28px 48px;max-width:1240px;width:100%}.admin-topbar,.drawer-backdrop{display:none}@media(max-width:900px){.admin-shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(280px,84vw);z-index:60;transform:translate(-100%);transition:transform .2s ease-out;box-shadow:var(--shadow-lg)}.sidebar.open{transform:none}.drawer-backdrop.open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#211b1766;z-index:55}.admin-topbar{display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:20;height:56px;padding:0 8px;background:var(--surface);border-bottom:1px solid var(--border)}.admin-main{padding:16px 16px 48px}}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:14px}.toolbar .select{width:auto;min-width:140px}@media(max-width:600px){.toolbar .select{flex:1}}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.photo-tile{position:relative;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.photo-tile img{width:100%;aspect-ratio:1;object-fit:cover}.photo-tile-bar{display:flex;justify-content:space-between;background:var(--surface);border-top:1px solid var(--border)}.photo-tile-bar .icon-btn{flex:1;width:auto;min-width:0;height:36px;border-radius:0}.photo-main-tag{position:absolute;top:6px;left:6px;padding:2px 8px;border-radius:999px;background:var(--text);color:var(--surface);font-size:.72rem;font-weight:700}.photo-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;aspect-ratio:1;border:2px dashed var(--border-strong);border-radius:var(--radius-sm);color:var(--muted);font-weight:600;font-size:.86rem;cursor:pointer;background:var(--surface)}.photo-add:hover{border-color:var(--accent);color:var(--accent)}.pack-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-top:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;min-height:70px;width:100%;background:none;border-left:0;border-right:0;border-bottom:0;text-align:left}.pack-item:hover{background:#fbfaf8}.pack-item[aria-checked=true]{background:var(--delivered-soft)}.pack-box{width:28px;height:28px;border-radius:8px;border:2px solid var(--border-strong);display:grid;place-items:center;flex-shrink:0;background:var(--surface);color:#fff}.pack-item[aria-checked=true] .pack-box{background:var(--delivered);border-color:var(--delivered)}.pack-qty{font-weight:800;font-size:1.1rem;font-variant-numeric:tabular-nums;white-space:nowrap}.progress{height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.progress>div{height:100%;background:var(--delivered);transition:width .2s}.two-col{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:18px;align-items:start}@media(max-width:960px){.two-col{grid-template-columns:minmax(0,1fr)}}.action-bar{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:600px){.action-bar .btn{flex:1}}.date-field{flex:1 1 150px;max-width:240px}.date-field .input{flex:1;min-width:0}@media(max-width:600px){.date-field{max-width:none}}
