:root{--green:#4F8F3A;--green2:#2f6f2f;--light:#8BC34A;--orange:#F7931E;--yellow:#F6D66B;--cream:#FAF8F2;--ink:#20251f;--muted:#6d736b;--line:#e9e6dd;--white:#fff;--shadow:0 8px 28px rgba(48,68,38,.08);--r:14px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:#fff;color:var(--ink);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1440px,calc(100% - 48px));margin:auto}.hide{display:none!important}.muted{color:var(--muted)}.small{font-size:12px}.topbar{height:28px;background:linear-gradient(90deg,#3c7c2f,#4f8f3a);color:white;font-size:11px;display:flex;align-items:center}.topbar .container{display:flex;justify-content:space-between;align-items:center}.toplinks{display:flex;gap:24px}.site-header{background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-row{height:90px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px}.logo img{display:block;width:156px;height:auto}.main-nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:13px}.main-nav a.active{color:var(--green);position:relative}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:3px;border-radius:3px;background:var(--green)}.header-actions{display:flex;align-items:center;gap:18px}.account-btn,.cart-summary,.whatsapp-btn{display:flex;align-items:center;gap:8px}.account-btn,.cart-summary{border:0;background:transparent}.whatsapp-btn{border:1px solid var(--green);color:var(--green2);background:white;border-radius:10px;padding:13px 18px;font-weight:800}.search-row{padding:0 0 16px}.search-wrap{margin-left:205px;margin-right:300px;position:relative}.search-wrap input{width:100%;height:48px;border:1px solid #ddd9cf;border-radius:10px;padding:0 52px 0 18px;background:#fff}.search-wrap button{position:absolute;right:6px;top:6px;width:36px;height:36px;border:0;background:transparent;border-radius:8px;font-size:18px}.hero{padding:16px 0 8px}.hero-card{height:248px;border-radius:14px;overflow:hidden;background:#f7f4ea;position:relative;display:grid;grid-template-columns:47% 53%;box-shadow:var(--shadow)}.hero-copy{padding:30px 42px;z-index:2}.hero-copy h1{font-size:48px;line-height:.98;margin:0 0 20px;color:var(--green2);letter-spacing:-1.8px}.hero-copy h1 span{color:var(--orange)}.benefit-pills{display:flex;gap:10px;flex-wrap:wrap}.benefit-pills span{background:white;border:1px solid #d7dfcf;border-radius:20px;padding:7px 13px;font-size:12px;color:#496041}.hero-image{background:url('../assets/hero-basket.jpg') center/cover no-repeat;position:relative}.hero-seal{position:absolute;right:32px;top:28px;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.94);border:1px solid #d8decf;display:grid;place-items:center;text-align:center;font-weight:900;color:#4b5c40;transform:rotate(-8deg);font-size:12px}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;padding:18px 0 22px}.category-card{border:0;background:white;display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:800;color:#2c382a}.category-card img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 15px rgba(45,73,39,.12)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.section-box{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.section-head h2{font-size:18px;margin:0;color:#33452d}.filter-tabs{display:flex;gap:10px}.filter-tabs button{border:1px solid #d8d6cd;background:#fff;border-radius:8px;padding:8px 20px;font-size:12px;font-weight:700}.filter-tabs button.active{background:var(--green);color:#fff;border-color:var(--green)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{border:1px solid #e6e3d9;border-radius:11px;overflow:hidden;background:#fff;transition:.18s;min-width:0}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-photo{height:130px;background:#f7f5ef;position:relative;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover}.product-photo .tag{position:absolute;left:8px;top:8px;background:#fff;border-radius:12px;padding:4px 8px;font-size:9px;font-weight:800;color:var(--green2)}.product-info{padding:11px}.product-info h3{font-size:13px;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-meta{display:flex;justify-content:space-between;align-items:end;margin:8px 0}.price{font-weight:900;color:#26372a}.add-btn{width:100%;border:1px solid var(--green);background:#fff;color:var(--green2);height:34px;border-radius:7px;font-weight:800}.add-btn:hover{background:#f3faef}.cart-panel{position:sticky;top:112px}.cart-card{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff;box-shadow:var(--shadow)}.cart-card h3{margin:0 0 12px}.cart-item{display:grid;grid-template-columns:54px 1fr auto;gap:10px;padding:10px 0;border-bottom:1px solid #eee}.cart-item img{width:54px;height:54px;border-radius:8px;object-fit:cover;background:#f4f2eb}.cart-title{font-size:12px;font-weight:800}.qty{display:flex;align-items:center;gap:7px}.qty button{width:24px;height:24px;border:1px solid #ddd;border-radius:6px;background:#fff}.totals{padding:12px 0}.total-row{display:flex;justify-content:space-between;padding:4px 0}.total-row.grand{font-size:18px;font-weight:900;border-top:1px solid #ddd;margin-top:6px;padding-top:10px}.checkout-btn{width:100%;height:44px;border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:900}.delivery-mini{margin-top:14px;border:1px solid #e7e3d8;border-radius:10px;padding:12px;display:flex;gap:10px}.trust-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;font-size:10px}.trust-mini div{display:flex;gap:6px;align-items:center}.feature-row{display:grid;grid-template-columns:1.25fr 1.1fr 1.1fr;gap:16px;margin-top:16px}.feature-card{height:120px;border-radius:12px;overflow:hidden;position:relative;padding:20px;background:#f5f3e7}.feature-card:nth-child(2){background:#fff0df}.feature-card:nth-child(3){background:#f0f4e7}.feature-card h3{margin:0 0 7px;color:#36522e}.feature-card p{font-size:11px;max-width:210px;line-height:1.5}.feature-card img{position:absolute;right:0;bottom:0;width:48%;height:100%;object-fit:cover}.reviews{margin-top:16px}.empty-state{padding:18px;text-align:center;color:var(--muted);border:1px dashed #d9d5ca;border-radius:10px}.site-footer{margin-top:28px;border-top:1px solid var(--line);padding:28px 0 36px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(5,1fr);gap:28px}.footer-logo img{width:150px}.footer-col h4{margin:0 0 10px;font-size:12px}.footer-col a,.footer-col div{display:block;font-size:11px;color:#555f55;margin:7px 0}.cart-mobile{display:none}.modal-backdrop{position:fixed;inset:0;background:rgba(24,34,20,.44);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-backdrop.open{display:flex}.modal{background:#fff;border-radius:18px;width:min(820px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.2)}.modal-head{padding:18px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:22px}.steps{display:flex;gap:8px;margin-bottom:18px}.step{flex:1;height:5px;border-radius:6px;background:#e7e5dd}.step.active{background:var(--green)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}.field input,.field select,.field textarea{border:1px solid #dcd8cf;border-radius:9px;padding:11px;background:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.btn{border:0;border-radius:8px;padding:11px 18px;font-weight:800}.btn.primary{background:var(--green);color:#fff}.btn.light{background:#f3f3ef;color:#333}.toast{position:fixed;right:24px;bottom:24px;background:#1f4f2a;color:#fff;border-radius:10px;padding:12px 16px;z-index:200;opacity:0;transform:translateY(12px);transition:.2s}.toast.show{opacity:1;transform:none}
/* admin */
.admin-shell{min-height:100vh;background:#f7f8f5;display:grid;grid-template-columns:218px minmax(0,1fr)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:20px 14px;position:sticky;top:0;height:100vh}.sidebar .admin-logo{padding:0 16px 22px}.sidebar .admin-logo img{width:130px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.side-btn{border:0;background:transparent;border-radius:8px;padding:11px 13px;text-align:left;font-weight:700;color:#555;display:flex;gap:11px;align-items:center}.side-btn.active{background:linear-gradient(90deg,#4f8f3a,#34752c);color:#fff}.side-promo{margin-top:24px;background:#fbf8ef;border:1px solid #eee8d8;border-radius:10px;padding:14px;text-align:center;color:var(--green2);font-weight:800;min-height:145px;display:flex;align-items:center;justify-content:center}.admin-main{min-width:0}.admin-top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.admin-search{width:380px;height:40px;border:1px solid #e1ded5;border-radius:8px;padding:0 14px;background:#fbfbfa}.admin-user{display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;background:#e8eee2;display:grid;place-items:center;font-weight:900;color:var(--green2)}.admin-content{padding:18px 24px 28px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.kpi{background:#fff;border:1px solid #e8e5db;border-radius:11px;padding:18px;min-height:108px;display:flex;justify-content:space-between;box-shadow:0 2px 8px rgba(0,0,0,.02)}.kpi strong{display:block;font-size:24px;margin-top:7px}.kpi-icon{width:50px;height:50px;border-radius:50%;background:#edf4e8;display:grid;place-items:center;color:var(--green);font-size:24px}.kpi:nth-child(2) .kpi-icon,.kpi:nth-child(4) .kpi-icon{background:#fff1df;color:var(--orange)}.admin-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:16px;margin-top:16px}.panel{background:#fff;border:1px solid #e8e5dc;border-radius:11px;padding:14px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-title h3{margin:0;font-size:14px}.mini-btn{border:1px solid #e1ddd4;background:#fff;border-radius:7px;padding:7px 10px;font-size:11px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table th{text-align:left;color:#666;padding:9px 8px;border-bottom:1px solid #ece9e0}.data-table td{padding:10px 8px;border-bottom:1px solid #f0eee8}.status{display:inline-flex;align-items:center;gap:5px;border-radius:12px;padding:4px 8px;font-size:10px;background:#edf7e9;color:#3a7d32}.status.orange{background:#fff0df;color:#b8680c}.order-lanes{display:flex;flex-direction:column;gap:8px}.lane{border:1px solid #ece8df;border-left:4px solid var(--green);border-radius:8px;padding:12px;display:flex;justify-content:space-between;align-items:center}.lane.orange{border-left-color:var(--orange)}.lane.yellow{border-left-color:#f5b51b}.product-create{display:grid;grid-template-columns:1.2fr .9fr;gap:16px;margin-top:16px}.create-form{display:grid;grid-template-columns:1.6fr 1fr .7fr .6fr;gap:10px}.create-form .field.description{grid-column:1/3}.upload-box{border:1px dashed #cbc8bf;border-radius:8px;min-height:90px;display:grid;place-items:center;text-align:center;color:#777;padding:10px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery-grid img{width:100%;height:102px;object-fit:cover;border-radius:8px}.category-admin{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cat-admin-card{border:1px solid #ebe7de;border-radius:8px;overflow:hidden;text-align:center}.cat-admin-card img{height:72px;width:100%;object-fit:cover}.cat-admin-card b{display:block;padding:8px}.bottom-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;background:#fff;border:1px solid #e8e5dc;border-radius:11px;padding:14px;font-size:11px}.admin-view-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-view-head h1{font-size:22px;margin:0}.login-screen{min-height:100vh;background:#f7f8f4;display:grid;place-items:center}.login-card{width:min(920px,calc(100% - 32px));background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.login-brand{background:linear-gradient(150deg,#2f6f2f,#4f8f3a);padding:48px;color:#fff}.login-brand img{width:170px;background:#fff;border-radius:10px;padding:10px}.login-brand h1{font-size:42px;line-height:1;margin:50px 0 12px}.login-form{padding:50px}.login-form h2{font-size:28px;margin:0 0 8px}.login-form .field{margin:16px 0}.login-form .field input{height:46px}.login-form button{width:100%;height:46px}.error{color:#b22;font-size:12px}.success{color:#2f7a36;font-size:12px}
@media(max-width:1100px){.header-row{grid-template-columns:150px 1fr}.header-actions{grid-column:2;justify-self:end}.main-nav{display:none}.search-wrap{margin:0}.content-layout{grid-template-columns:1fr}.cart-panel{display:none}.cart-mobile{display:flex;position:fixed;left:16px;right:16px;bottom:16px;z-index:50;background:var(--orange);color:#fff;border:0;border-radius:12px;padding:14px 18px;justify-content:space-between;font-weight:900}.products-grid{grid-template-columns:repeat(3,1fr)}.admin-shell{grid-template-columns:78px 1fr}.sidebar .admin-logo img{width:52px}.side-btn span.label{display:none}.side-promo{display:none}.admin-grid,.product-create{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.container{width:min(100% - 24px,1440px)}.toplinks{display:none}.site-header{position:relative}.header-row{height:72px;grid-template-columns:120px 1fr;gap:10px}.logo img{width:118px}.header-actions{gap:8px}.account-btn{display:none}.whatsapp-btn{padding:9px 10px;font-size:0}.whatsapp-btn:after{content:'WhatsApp';font-size:11px}.search-row{padding-bottom:10px}.hero-card{height:auto;grid-template-columns:1fr}.hero-copy{padding:28px 24px}.hero-copy h1{font-size:38px}.hero-image{height:180px}.category-strip{overflow:auto;grid-template-columns:repeat(5,110px)}.products-grid{grid-template-columns:1fr 1fr}.feature-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative;display:flex;overflow:auto;padding:8px}.sidebar .admin-logo,.side-promo{display:none}.sidebar nav{flex-direction:row}.side-btn{white-space:nowrap}.side-btn span.label{display:inline}.admin-top{padding:0 12px}.admin-search{width:180px}.admin-content{padding:12px}.kpi-grid{grid-template-columns:1fr}.create-form{grid-template-columns:1fr}.create-form .field.description{grid-column:auto}.bottom-strip{grid-template-columns:1fr 1fr}.login-card{grid-template-columns:1fr}.login-brand{display:none}.login-form{padding:32px 24px}}
/* MASTER VISUAL OVERRIDES — Brotou */
:root{--green:#4F8F3A;--green-deep:#2F6D2C;--green-soft:#8BC34A;--orange:#F7931E;--yellow:#F6D66B;--cream:#FAF8F2;--ink:#20251f;--line:#e8e4da}
body{background:#fff;color:#1e241d;letter-spacing:-.01em}.container{width:min(1440px,calc(100% - 72px))}
.topbar{height:24px;background:#4b8638;font-size:10px}.site-header{position:relative;box-shadow:0 1px 0 #ece9e1}.header-row{height:78px;grid-template-columns:180px 1fr auto;gap:24px}.logo img{width:150px;object-fit:contain}.main-nav{gap:34px;justify-content:center;font-size:12px}.header-actions{gap:20px}.whatsapp-btn{border-radius:8px;padding:11px 16px}.search-row{padding-bottom:14px}.search-wrap{margin-left:205px;margin-right:420px}.search-wrap input{height:44px;border-radius:8px}
.hero{padding-top:12px}.hero-card{height:180px;border-radius:10px;background:#f6f2e8;box-shadow:none;border:1px solid #eee9dd;grid-template-columns:46% 54%}.hero-copy{padding:20px 44px}.hero-copy h1{font-size:42px;line-height:.95;margin:0 0 18px;color:var(--green)}.hero-copy h1 span{color:var(--orange)}.benefit-pills{gap:8px}.benefit-pills span{background:#fff;border:1px solid #e8e1d5;border-radius:18px;padding:6px 12px;font-size:10px;color:#47603b}.hero-image{background-image:url('../assets/hero-basket.jpg');background-position:center 52%;background-size:cover}.hero-seal{width:88px;height:88px;right:26px;top:45px;font-size:10px;border:2px solid #4f8f3a;color:#3d6e32;background:#f5f2e6dd}
.category-strip{grid-template-columns:repeat(5,130px);justify-content:start;gap:28px;padding:12px 20px 16px}.category-card{border:0;background:transparent}.category-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0001}.category-card span{font-size:12px;font-weight:800;max-width:110px}
.content-layout{grid-template-columns:minmax(0,1fr) 290px;gap:22px}.section-box{border-radius:10px;border-color:#e8e4da;box-shadow:none}.section-head h2{font-size:17px}.filter-tabs button{min-width:120px;border-radius:18px}.products-grid{grid-template-columns:repeat(6,1fr);gap:10px}.product-card{border-radius:8px;box-shadow:none;border:1px solid #e8e4da}.product-photo{height:125px}.product-info{padding:9px}.product-info h3{font-size:12px;min-height:30px}.price{font-size:13px}.add-btn{height:32px;border:1px solid var(--green);background:#fff;color:var(--green);border-radius:6px;font-size:11px}.add-btn:hover{background:#eff7eb}.feature-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.feature-card{min-height:118px;border-radius:9px;padding:14px 142px 14px 14px;position:relative;overflow:hidden}.feature-card img{position:absolute;right:0;top:0;width:135px;height:100%;object-fit:cover}.feature-card h3{font-size:14px;margin:0 0 8px}.feature-card p{font-size:10px;line-height:1.4}.feature-card .btn{padding:7px 12px;font-size:9px}
.cart-card{border-radius:10px;padding:12px}.cart-item{grid-template-columns:50px 1fr auto;gap:8px}.cart-item img{width:50px;height:50px}.checkout-btn{background:var(--orange);height:40px}.delivery-mini{border-radius:8px}.trust-mini{grid-template-columns:1fr 1fr;font-size:9px}.reviews{padding:12px}.site-footer{margin-top:10px;padding:20px 0}.footer-grid{grid-template-columns:1.3fr repeat(5,1fr);gap:24px;font-size:10px}.footer-logo img{width:140px}.footer-col h4{font-size:11px}
/* ADMIN master */
.admin-shell{grid-template-columns:216px minmax(0,1fr);background:#f9faf7}.sidebar{padding:20px 14px}.sidebar .admin-logo img{width:125px}.side-btn{font-size:12px;padding:10px 12px}.side-promo{background:linear-gradient(#fffdf6,#fbf7e8);min-height:190px;border-color:#ece5d5}.admin-top{height:68px;padding:0 24px}.admin-search{width:375px}.admin-content{padding:16px 22px 24px}.kpi-grid{gap:14px}.kpi{min-height:100px;padding:16px;border-radius:9px}.kpi strong{font-size:23px}.kpi-icon.orange{background:#fff0df;color:var(--orange)}.trend{color:#4f9a3f;display:block;margin-top:7px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.78fr);gap:14px;margin-top:14px}.dashboard-left,.dashboard-right{display:flex;flex-direction:column;gap:14px}.recent-panel{min-height:225px}.panel{border-radius:9px;padding:13px;box-shadow:none}.data-table{font-size:10px}.data-table th{padding:8px 7px}.data-table td{padding:9px 7px}.empty-cell{text-align:center;color:#777;padding:30px!important}.order-lanes{gap:9px}.lane{width:100%;background:#fff;text-align:left;border-top:1px solid #ece8df;border-right:1px solid #ece8df;border-bottom:1px solid #ece8df;grid-template-columns:1fr auto 12px;display:grid;align-items:center}.lane small{display:block;color:#777;font-weight:400;margin-top:3px}.lane strong{font-size:17px}.product-register-panel{min-height:315px}.product-register-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(220px,.85fr);gap:16px}.product-gallery-master{border-left:1px solid #eee9df;padding-left:16px}.gallery-add{width:100%;height:34px;border:1px solid #bfd3b5;background:#fff;color:#477b38;border-radius:7px;margin-top:8px}.category-master-panel{flex:1}.category-admin{grid-template-columns:repeat(3,1fr);gap:8px}.cat-admin-card img{height:70px}.bottom-strip{margin-top:14px;padding:12px 18px;border-radius:9px}.bottom-strip>div{padding-left:8px}.create-form{grid-template-columns:1.45fr 1fr .65fr .55fr}.upload-box{background:#fcfcfa}.login-brand{background:linear-gradient(145deg,#315f2a,#4F8F3A)}
@media(max-width:1260px){.products-grid{grid-template-columns:repeat(4,1fr)}.main-nav{gap:18px}.search-wrap{margin-right:260px}.dashboard-columns{grid-template-columns:1fr}.dashboard-right{display:grid;grid-template-columns:1fr 1fr}.product-register-layout{grid-template-columns:1fr}.product-gallery-master{border-left:0;border-top:1px solid #eee9df;padding:14px 0 0}}
@media(max-width:900px){.container{width:min(100% - 28px,1440px)}.header-row{grid-template-columns:140px 1fr}.main-nav{display:none}.search-wrap{margin:0}.content-layout{grid-template-columns:1fr}.cart-panel{display:none}.products-grid{grid-template-columns:repeat(3,1fr)}.feature-row{grid-template-columns:1fr}.admin-shell{grid-template-columns:78px 1fr}.dashboard-right{grid-template-columns:1fr}.sidebar .admin-logo img{width:50px}.side-btn .label{display:none}}
@media(max-width:620px){.topbar .toplinks{display:none}.container{width:calc(100% - 20px)}.header-row{height:68px}.logo img{width:120px}.header-actions .cart-summary{display:none}.hero-card{grid-template-columns:1fr;height:auto}.hero-copy{padding:26px 22px}.hero-copy h1{font-size:38px}.hero-image{height:165px}.category-strip{overflow-x:auto;grid-template-columns:repeat(5,96px);gap:10px;padding-left:0}.category-card img{width:62px;height:62px}.products-grid{grid-template-columns:1fr 1fr}.product-photo{height:120px}.footer-grid{grid-template-columns:1fr 1fr}.admin-shell{display:block}.sidebar{height:auto;position:relative;overflow-x:auto;padding:8px}.sidebar nav{flex-direction:row}.sidebar .admin-logo,.side-promo{display:none}.side-btn{white-space:nowrap}.side-btn .label{display:inline}.admin-top{padding:0 10px}.admin-search{width:180px}.admin-user>span,.admin-user>div:not(.avatar){display:none}.admin-content{padding:10px}.kpi-grid{grid-template-columns:1fr 1fr}.dashboard-columns{display:block}.dashboard-right{display:block}.dashboard-right .panel{margin-top:12px}.product-register-layout{grid-template-columns:1fr}.create-form{grid-template-columns:1fr 1fr}.create-form .description{grid-column:1/-1}.bottom-strip{grid-template-columns:1fr 1fr}}
.advanced-box{margin-top:14px;border:1px solid #e8e4da;border-radius:9px;padding:10px 12px;background:#fbfbf8}.advanced-box summary{font-weight:800;color:#3e6634;cursor:pointer}.toggle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}.check{display:flex;gap:6px;align-items:center;font-size:11px}.gallery-manager{margin-top:14px;border-top:1px solid #eee9df;padding-top:12px}.gallery-manager-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.gallery-item{border:1px solid #e6e2d8;border-radius:8px;padding:7px;background:#fff}.gallery-item img{width:100%;height:105px;object-fit:cover;border-radius:6px}.gallery-item span{display:block;font-size:10px;font-weight:800;margin:6px 0}.gallery-item>div{display:flex;gap:5px}.mini-btn.danger{color:#a33;border-color:#e8c8c8}.gallery-upload{margin-top:10px;min-height:50px}.toast{position:fixed;right:20px;bottom:20px;background:#173f27;color:white;padding:12px 16px;border-radius:9px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:9999}.toast.show{opacity:1;transform:none}.modal-backdrop{position:fixed;inset:0;background:rgba(15,30,18,.48);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:20px;z-index:200}.modal-backdrop.open{display:flex}.modal{width:min(900px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 30px 70px #0003}.modal-head{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee9df;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;z-index:2}.modal-body{padding:16px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.btn{border:0;border-radius:8px;padding:10px 16px;font-weight:800}.btn.primary{background:#4F8F3A;color:#fff}.btn.light{background:#f3f5ef;color:#395b33}.field label{display:block;font-size:10px;font-weight:800;margin-bottom:5px;color:#4a5148}.field input,.field select,.field textarea{width:100%;border:1px solid #dedbd2;border-radius:7px;background:#fff;padding:9px 10px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8BC34A;box-shadow:0 0 0 3px #8bc34a22}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field.full{grid-column:1/-1}.empty-state{padding:18px;text-align:center;color:#73786f;font-size:12px}
@media(max-width:700px){.toggle-grid,.gallery-manager-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}
.account-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #eee9df}.account-head small{display:block;color:#777;margin-top:3px}.account-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.account-tabs button,.account-tabs a{border:1px solid #e2ded4;background:#fff;border-radius:18px;padding:7px 11px;font-size:10px;font-weight:800}.account-tabs button.active{background:#4F8F3A;color:#fff;border-color:#4F8F3A}.account-tab{display:none}.account-tab.active{display:block}.account-order,.account-line{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #f0ede5;padding:10px 0}.account-order small{display:block;color:#777;margin-top:3px}.account-order>div:last-child{text-align:right}.account-order .mini-btn{display:block;margin-top:6px}.text-btn{border:0;background:transparent;color:#4F8F3A;font-weight:800;padding:8px 0}.account-login-actions{margin-top:12px}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-grid .panel:last-child{grid-column:1/-1}.report-filters{display:flex;gap:7px;align-items:center}.report-filters select,.report-filters input{height:34px;border:1px solid #ddd9cf;border-radius:7px;padding:0 8px;background:#fff}.total-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #f0ede6}.total-row.grand{font-size:15px;border-bottom:0;padding-top:12px}.status{white-space:nowrap}.admin-view-head{gap:12px}.admin-view-head>div:first-child{min-width:0}
@media(max-width:850px){.settings-grid{grid-template-columns:1fr}.settings-grid .panel:last-child{grid-column:auto}.report-filters{flex-wrap:wrap}}
.order-detail-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee9df;padding-bottom:12px}.order-detail-head small{display:block;color:#777;margin-top:4px}.order-detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-top:12px}@media(max-width:700px){.order-detail-grid{grid-template-columns:1fr}}
.slot-list{display:flex;flex-direction:column;gap:6px}.slot-row{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid #ece8df;border-radius:7px;padding:8px 10px;font-size:10px}.slot-row small{color:#777}
.info-page{max-width:920px;padding:30px 0 60px}.info-page>.logo img{width:160px;margin-bottom:20px}.info-page .section-box{margin-bottom:12px;padding:24px}.info-page h1,.info-page h2{color:#365f2e}.info-page p{line-height:1.65;color:#555}
.cart-modal{width:min(560px,100%)}.cart-modal .cart-item{grid-template-columns:58px 1fr auto}.cart-modal-totals{margin-top:12px;border-top:1px solid #eee9df}.cart-modal-actions{position:sticky;bottom:0;background:#fff;padding-top:14px}.cart-mobile span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.cart-mobile small{font-size:11px;font-weight:700;opacity:.95;margin-top:3px}.cart-mobile strong{font-size:13px;text-align:right}.cart-mobile:focus-visible,.add-btn:focus-visible,.checkout-btn:focus-visible,.btn:focus-visible,.mini-btn:focus-visible{outline:3px solid #f6d66b;outline-offset:2px}.product-card .qty{min-height:32px}.product-card .qty b{min-width:18px;text-align:center}.modal-body h3{margin-top:0}.cart-panel .section-head h3{margin:0}
@media(max-width:900px){body{padding-bottom:82px}.modal-backdrop{align-items:flex-end;padding:12px}.modal{border-radius:16px 16px 0 0;max-height:88vh}.cart-mobile{min-height:58px;box-shadow:0 10px 28px rgba(119,70,8,.28);align-items:center}.cart-modal-actions{display:grid;grid-template-columns:1fr 1.2fr}.cart-modal-actions .btn{width:100%}.section-box{padding:14px}.filter-tabs{overflow-x:auto;padding-bottom:2px}.filter-tabs button{white-space:nowrap}.cart-item{align-items:center}.cart-item .qty button{width:30px;height:30px}.cart-item .qty span{min-width:18px;text-align:center}}
@media(max-width:620px){.cart-mobile{left:10px;right:10px;bottom:10px;border-radius:12px;padding:12px 14px}.cart-mobile strong{max-width:160px}.modal-backdrop{padding:8px}.modal-body{padding:16px 14px}.modal-head{padding:13px 14px}.steps{gap:5px}.step{height:4px}.content-layout>*,#productsSection,.products-grid,.product-card{min-width:0;max-width:100%}.section-box{overflow:hidden}.section-head{flex-direction:column;align-items:stretch;min-width:0}.filter-tabs{width:100%;max-width:100%;min-width:0;overflow-x:auto}.filter-tabs button{min-width:112px;padding:8px 12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info h3{white-space:normal;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-meta{align-items:flex-start;gap:4px;flex-direction:column}.add-btn{height:36px}.cart-modal .cart-item,.cart-item{grid-template-columns:48px 1fr auto}.cart-item img{width:48px;height:48px}.cart-title{font-size:11px}.modal-actions{gap:8px}.modal-actions .btn{padding:10px 12px}.checkout-btn{height:44px}.toast{left:12px;right:12px;bottom:82px;text-align:center}}
