:root{--ink:#1f251f;--muted:#6f756c;--line:#e4e0d5;--paper:#fff9ef;--surface:#ffffff;--brand:#ed6b1f;--brand-dark:#bc4915;--leaf:#2e7d32;--leaf-dark:#1e5d25;--gold:#f7b735;--soft:#fff1df;--danger:#c62026}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin-bottom:18px}.shell{width:min(1220px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--leaf-dark);color:white;font-size:13px}.admin-top,.category-nav-inner,.footer-grid,.header-actions,.main-header,.mini-links,.topbar .shell,.utility-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar .shell{min-height:38px;flex-wrap:wrap}.mini-links{justify-content:flex-end;gap:14px;flex-wrap:wrap}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:0 12px 34px rgba(83,55,30,.08)}.main-header{min-height:86px}.brand{display:flex;align-items:center;gap:10px;min-width:190px;font-weight:900;font-size:31px;color:var(--brand);letter-spacing:0}.brand small{display:block;color:var(--leaf);font-size:11px;line-height:1;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:var(--brand);color:white}.search-wrap{display:flex;flex:1 1;max-width:580px;border:2px solid var(--brand);border-radius:8px;overflow:hidden;background:white}.search-wrap label{flex:1 1}.search{width:100%;min-height:46px;border:0;background:transparent;padding:0 14px;outline:0}.search-btn{display:grid;place-items:center;width:52px;border:0;background:var(--brand);color:white;cursor:pointer}.header-actions a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;color:var(--leaf-dark);background:#fffdf8}.header-actions button{font:inherit}.cart-pill{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fffdf8;color:var(--leaf-dark);cursor:pointer}.cart-pill span{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;font-size:12px;font-weight:800}.cart-pill span,.category-nav{background:var(--brand);color:white}.category-nav-inner{min-height:44px;justify-content:flex-start}.nav-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer-meta{margin-top:10px}.nav-links a{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:14px}.nav-item{position:relative;display:flex;align-items:center}.nav-item,.nav-item>a{min-height:44px}.nav-submenu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 16px 40px rgba(26,29,22,.14);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;z-index:20}.nav-submenu a{min-height:40px;padding:0 12px;border-radius:8px;color:var(--ink);white-space:nowrap;background:#fff8ef}.nav-submenu a:hover{background:#f5efe5}.nav-item:focus-within .nav-submenu,.nav-item:hover .nav-submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-item.has-children:focus-within>a svg,.nav-item.has-children:hover>a svg{transform:rotate(180deg)}.nav-item.has-children>a svg{transition:transform .18s ease}.market-hero{padding:24px 0;background:#fff4e4}.hero-market-grid{--rail-width:260px;--banner-width:674px;--promo-width:250px;--market-gap:18px;--category-header-height:48px;display:grid;grid-template-columns:var(--rail-width) minmax(0,1fr) var(--promo-width);grid-gap:var(--market-gap);gap:var(--market-gap);position:relative}.admin-card,.category-rail,.form-panel,.hero-banner,.info-card,.order-row,.product-card,.promo-stack{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.category-rail{overflow:visible}.category-rail h2{margin:0;min-height:var(--category-header-height);display:flex;align-items:center;padding:15px 18px;background:var(--leaf);color:white;font-size:16px;text-transform:uppercase}.category-rail-item{position:static}.category-rail a{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 18px;border-bottom:1px solid #f0eadf;color:#3c423b;font-weight:700;font-size:14px;position:relative;transition:background .18s ease,color .18s ease}.category-rail-item>a:after{content:"";width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;transform:rotate(-45deg);flex:0 0 auto;margin-left:12px;transition:transform .18s ease}.category-rail-item:focus-within>a,.category-rail-item:hover>a{background:var(--brand);color:white;border-bottom-color:var(--brand)}.category-rail-item:focus-within>a:before,.category-rail-item:hover>a:before{content:"";position:absolute;top:0;right:-18px;width:0;height:0;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:18px solid var(--brand)}.category-rail-item:focus-within>a:after,.category-rail-item:hover>a:after{transform:rotate(-45deg) translateX(1px)}.category-flyout{position:absolute;top:0;bottom:0;left:calc(var(--rail-width) + var(--market-gap));right:calc(var(--promo-width) + var(--market-gap));width:auto;min-width:0;min-height:0;display:grid;align-content:start;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 18px 40px rgba(26,29,22,.14);opacity:0;pointer-events:none;transform:translateX(10px);transition:opacity .18s ease,transform .18s ease;z-index:12}.category-flyout.mega{width:auto;min-width:0;min-height:0;padding:22px 22px 26px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:22px}.category-flyout a{min-height:52px;padding:0 20px;background:white}.category-flyout-column{display:grid;align-content:start;grid-gap:12px;gap:12px;min-width:0}.category-flyout-title{min-height:0!important;padding:0!important;border:0!important;color:var(--danger)!important;font-size:18px!important;font-weight:800!important;line-height:1.25}.category-flyout-links{display:grid;grid-gap:2px;gap:2px}.category-flyout-links a{min-height:0;padding:6px 0;border:0;color:#2f332c;font-size:15px;font-weight:600}.category-flyout-links a:hover{color:var(--brand)}.category-flyout a:last-child{border-bottom:0}.category-rail-item.has-children:focus-within>.category-flyout,.category-rail-item.has-children:hover>.category-flyout{opacity:1;pointer-events:auto;transform:translateX(0)}.hero-banner{min-height:430px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(38,43,34,.86),rgba(38,43,34,.2)),url(https://images.unsplash.com/photo-1529692236671-f1f6cf9683ba?auto=format&fit=crop&w=1600&q=84) 50%/cover;color:white}.hero-copy{width:min(620px,100%);padding:46px}.hero-copy p{color:#fff4e2;font-size:17px;line-height:1.7}.promo-stack{display:grid;grid-gap:14px;gap:14px;padding:14px;background:#fffdf8}.promo-tile{min-height:158px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:18px;border-radius:8px;color:white;overflow:hidden}.promo-tile span{font-size:13px;font-weight:800;text-transform:uppercase}.promo-tile strong{font-size:24px;line-height:1.08}.promo-green{background:linear-gradient(180deg,rgba(36,103,49,.16),rgba(25,81,36,.9)),url(https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&w=800&q=80) 50%/cover}.promo-red{background:linear-gradient(180deg,rgba(185,57,23,.12),rgba(151,41,18,.9)),url(https://images.unsplash.com/photo-1603048297172-c92544798d5a?auto=format&fit=crop&w=800&q=80) 50%/cover}.eyebrow{color:var(--brand);font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.brand-band .eyebrow,.hero-copy .eyebrow{color:var(--gold)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.actions,.btn{align-items:center}.btn{display:inline-flex;justify-content:center;gap:8px;min-height:42px;border-radius:8px;border:1px solid transparent;padding:0 18px;font-weight:900;cursor:pointer}.btn-primary{background:var(--brand);color:white}.btn-secondary{border-color:rgba(255,255,255,.62);color:white;background:rgba(255,255,255,.1)}.btn-light{background:white;color:var(--brand);border-color:var(--line)}.field-label{display:inline-flex;margin-bottom:8px;color:var(--ink);font-size:13px;font-weight:800}.blog-editor-shell{border:1px solid var(--line);border-radius:8px;background:white;overflow:hidden}.blog-editor-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px;border-bottom:1px solid var(--line);background:#fff8ee}.editor-tool{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink);cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.editor-tool.active,.editor-tool:hover{border-color:var(--brand);color:var(--brand)}.editor-tool.active{background:rgba(237,107,31,.1)}.editor-tool:disabled{opacity:.45;cursor:not-allowed}.blog-editor-content{min-height:320px;padding:18px 16px;color:var(--ink);line-height:1.75;outline:none}.blog-editor-content p{margin:0 0 14px}.blog-editor-content h2,.blog-editor-content h3{margin:20px 0 10px;line-height:1.3}.blog-editor-content h2{font-size:26px}.blog-editor-content h3{font-size:21px}.blog-editor-content ol,.blog-editor-content ul{margin:0 0 14px;padding-left:22px}.blog-editor-content blockquote{margin:16px 0;padding:10px 14px;border-left:3px solid var(--brand);background:#fff8ee;color:#4d514a}.blog-editor-content a{color:var(--brand-dark);text-decoration:underline}.blog-editor-content .is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9ba196;float:left;height:0;pointer-events:none}.service-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.service-grid div{display:flex;align-items:center;gap:10px;min-height:78px;padding:14px 18px;border-right:1px solid var(--line);color:var(--leaf-dark);font-weight:900}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px}.section-head h2{font-size:clamp(28px,4vw,44px);margin-bottom:8px}.muted{color:var(--muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card{position:relative;overflow:hidden;box-shadow:0 14px 35px rgba(62,48,33,.07)}.product-media{position:relative;background:#fff7eb}.product-media img{width:100%;aspect-ratio:1.08;object-fit:cover}.sale-badge,.wish-btn{position:absolute;z-index:2}.sale-badge{top:12px;left:12px;border-radius:999px;padding:6px 10px;background:var(--danger);color:white;font-size:12px;font-weight:900}.wish-btn{top:10px;right:10px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:white;color:var(--danger);cursor:pointer}.product-body{display:grid;grid-gap:9px;gap:9px;padding:16px}.product-body h3{margin:0;min-height:46px;font-size:17px}.product-body .muted{min-height:76px;font-size:14px}.price{color:var(--danger);font-weight:900;font-size:19px}.inventory,.stock{color:var(--leaf);font-weight:900;font-size:13px}.inventory{color:var(--muted)}.product-buy{display:grid;grid-gap:10px;gap:10px}.add-btn{width:100%}.add-btn:disabled{opacity:.55;cursor:not-allowed}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.info-card{padding:22px}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-thumb{width:100%;aspect-ratio:1.8;object-fit:cover;border-radius:8px;margin-bottom:14px}.category-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.category-pill{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);font-size:14px;font-weight:700;white-space:nowrap}.split{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px;align-items:center}.brand-band{background:var(--leaf-dark);color:white}.brand-band .muted{color:#e3f1e5}.feature-list{display:grid;grid-gap:12px;gap:12px;margin:24px 0 0;padding:0;list-style:none}.feature-list li{display:flex;gap:10px;align-items:flex-start;line-height:1.55}.contact-panel{padding:28px;border-radius:8px;background:#fff1df;color:var(--ink)}.admin-form input,.admin-form select,.admin-form textarea,.contact-panel input,.contact-panel textarea{width:100%;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 13px;background:white;color:#0f172a;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;outline:none}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus,.contact-panel input:focus,.contact-panel textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(237,107,31,.12)}.admin-form,.contact-panel form{display:grid;grid-gap:14px;gap:14px}.category-create-form{grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(180px,220px) auto;align-items:end}.menu-create-form{grid-template-columns:minmax(170px,1fr) minmax(220px,1.2fr) minmax(180px,220px) auto auto;align-items:end}.upload-field{display:grid;grid-gap:10px;gap:10px}.upload-drop{display:flex;align-items:center;justify-content:center;gap:10px;min-height:84px;border:1px dashed var(--brand);border-radius:8px;background:#fff8ee;color:var(--brand-dark);font-weight:800;cursor:pointer}.upload-drop input{display:none}.upload-preview{width:100%;max-height:180px;border-radius:8px;object-fit:cover}.status-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-form .btn{min-height:36px;padding:0 12px}.cart-overlay{position:fixed;inset:0;z-index:45;display:flex;justify-content:flex-end;background:rgba(23,27,22,.46);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{width:min(460px,100%);height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);padding:24px;background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(255,245,232,.96)),url(https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1200&q=80) 100% 0/260px auto no-repeat;box-shadow:-18px 0 48px rgba(22,24,18,.18);overflow:hidden}.cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-head h2{margin:4px 0 0;font-size:clamp(26px,4vw,38px)}.cart-close,.cart-qty button,.cart-remove{display:grid;place-items:center;border:1px solid var(--line);background:white;color:var(--ink);cursor:pointer}.cart-close{width:40px;height:40px;border-radius:8px}.cart-list{display:grid;grid-gap:12px;gap:12px;padding:18px 0;overflow:auto}.cart-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.9)}.cart-item img{width:88px;height:88px;border-radius:8px;object-fit:cover}.cart-item-copy{display:grid;grid-gap:4px;gap:4px}.cart-item-copy strong{font-size:15px}.cart-line-total{color:var(--leaf-dark);font-size:13px;font-weight:800}.cart-qty{display:inline-flex;align-items:center;gap:8px;margin-top:6px}.cart-qty button{width:30px;height:30px;border-radius:8px}.cart-qty span{min-width:22px;text-align:center;font-weight:900}.cart-remove{width:34px;height:34px;border-radius:8px}.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.cart-summary strong{display:block;margin-top:4px;font-size:22px}.cart-summary-copy small{display:block;margin-top:6px;color:var(--muted)}.cart-checkout{display:grid;grid-gap:12px;gap:12px;padding-top:6px}.cart-checkout input,.cart-checkout textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:white}.cart-error,.cart-success{margin:0;font-weight:800}.cart-error{color:var(--danger)}.cart-success{color:var(--leaf-dark)}.cart-empty{display:grid;grid-gap:12px;gap:12px;align-content:center;justify-items:start;padding:32px 0}.cart-done{text-align:left}.footer{background:linear-gradient(180deg,#171b16,#141914);color:white;padding:36px 0 22px}.footer-shell{display:grid;grid-gap:24px;gap:24px}.footer-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:0 0 18px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-promise{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.footer-grid{align-items:stretch}.footer-panel{flex:1 1;display:grid;align-content:start;grid-gap:14px;gap:14px;min-height:100%;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.04)}.footer-panel-contact{flex:1.15 1}.footer-title{color:white;font-size:16px;font-weight:900}.footer-contact-row{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;color:white}.footer-contact-row small,.footer-contact-row strong{display:block}.footer-contact-row strong{font-size:15px;line-height:1.4}.footer-contact-row small{margin-top:2px;color:#aebaae;font-size:12px}.footer-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;background:rgba(237,107,31,.14);color:#ffb180}.footer-links{display:grid;grid-gap:10px;gap:10px}.footer-links a{display:inline-flex;align-items:center;gap:8px;color:#f4f7f1;font-weight:700}.footer-links a:hover{color:#ffb180}.footer-service-note{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:#d6dfd2;font-size:13px;font-weight:700}.footer-bottom{justify-content:space-between;padding-top:4px}.footer-bottom,.footer-bottom-links{display:flex;align-items:center;gap:16px}.footer-bottom-links{flex-wrap:wrap}.footer-bottom-links a{color:#d6dfd2;font-size:14px;font-weight:700}.footer .muted{color:#aebaae}.floating-contact{position:fixed;right:20px;bottom:20px;z-index:40;display:grid;grid-gap:10px;gap:10px;justify-items:end}.floating-contact-chat,.floating-contact-main{display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 16px 0 12px;border-radius:999px;box-shadow:0 18px 40px rgba(26,29,22,.18);color:white}.floating-contact-main{background:linear-gradient(135deg,#ef7d2f,#db5f12)}.floating-contact-chat{background:linear-gradient(135deg,#2e7d32,#216c43)}.floating-contact-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.18);flex:0 0 auto}.floating-contact-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.floating-contact-copy small,.floating-contact-copy strong{display:block;white-space:nowrap}.floating-contact-copy strong{font-size:14px;font-weight:900}.floating-contact-copy small{color:rgba(255,255,255,.9);font-size:12px;font-weight:700}.admin-shell{min-height:100vh;display:grid;grid-template-columns:256px minmax(0,1fr);background:#f1f3f5}.admin-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:0;background:#0f172a;color:white;overflow-y:auto;border-right:1px solid rgba(255,255,255,.06)}.admin-sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 18px 16px;border-bottom:1px solid rgba(255,255,255,.08);color:white}.admin-brand-mark{width:36px!important;height:36px!important;border-radius:10px!important;background:var(--brand)!important;flex:0 0 auto}.admin-brand-text{display:flex;flex-direction:column;gap:1px}.admin-brand-text span{font-size:18px;font-weight:900;line-height:1.1;letter-spacing:-.01em}.admin-brand-text small,.admin-sidebar-brand small{display:block;color:#64748b;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;line-height:1}.admin-sidebar-nav{flex:1 1;display:flex;flex-direction:column;gap:0;padding:12px 10px;overflow-y:auto}.admin-nav-group{display:flex;flex-direction:column;gap:2px;margin-bottom:16px}.admin-nav-group-label{padding:0 8px 4px;color:#475569;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.admin-nav-item{display:flex;align-items:center;gap:9px;min-height:38px;padding:0 10px;border-radius:8px;color:#94a3b8;font-size:13.5px;font-weight:600;transition:background .12s ease,color .12s ease}.admin-nav-item:hover{background:rgba(255,255,255,.07);color:#e2e8f0}.admin-nav-item.active{background:rgba(237,107,31,.15);color:#fb923c}.admin-side-link{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#64748b;font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease;width:100%}.admin-side-link:hover{background:rgba(255,255,255,.06);color:#94a3b8}.admin-sidebar-footer{display:flex;flex-direction:column;gap:4px;padding:10px 10px 6px;border-top:1px solid rgba(255,255,255,.06)}.admin-sidebar-user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;background:rgba(255,255,255,.04);margin-top:4px}.admin-avatar{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:linear-gradient(135deg,var(--brand),#bc4915);color:white;font-size:13px;font-weight:900;letter-spacing:.02em}.admin-user-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.admin-user-info strong{color:#e2e8f0;font-size:13px;font-weight:700}.admin-user-info span,.admin-user-info strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-info span{color:#475569;font-size:11px}.admin-logout-btn{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border:0;border-radius:7px;background:transparent;color:#475569;cursor:pointer;transition:background .12s ease,color .12s ease}.admin-logout-btn:hover{background:rgba(220,38,38,.15);color:#f87171}.admin-main{min-width:0;padding:24px 28px}.admin-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px;padding:20px 24px;border:1px solid #e2e8f0;border-radius:12px;background:white;box-shadow:0 1px 3px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04)}.admin-page-header-copy{display:flex;flex-direction:column;gap:2px}.admin-page-eyebrow{color:var(--brand);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.admin-page-title{margin:4px 0 0;color:#0f172a;font-size:clamp(22px,3vw,30px);font-weight:900;line-height:1.1;letter-spacing:-.02em}.admin-page-desc{margin:5px 0 0;color:#64748b;font-size:13.5px;line-height:1.5}.admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;flex:0 0 auto}.btn-outline{background:white;color:#334155;border:1px solid #e2e8f0;font-weight:700;font-size:13.5px}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.admin-portal-nav{position:-webkit-sticky;position:sticky;top:132px;z-index:8;display:flex;align-items:center;gap:10px;margin:0 0 18px;padding:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.94);overflow-x:auto;box-shadow:0 12px 30px rgba(61,44,24,.08)}.admin-portal-nav a{flex:0 0 auto;padding:9px 13px;border-radius:8px;background:#fff5e8;color:var(--brand-dark);font-weight:900;font-size:13px}.admin-shortcuts{display:flex;flex-wrap:wrap;gap:10px}.admin-hero-preview{min-height:430px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding:30px;border-radius:8px;color:white;background-position:50%;background-size:cover;box-shadow:0 10px 30px rgba(45,34,20,.08);overflow:hidden}.admin-hero-preview span{color:#ffe3bd;font-size:12px;font-weight:900;text-transform:uppercase}.admin-hero-preview h2{max-width:560px;margin:0;color:white;font-size:clamp(30px,4vw,48px)}.admin-hero-preview p{max-width:620px;margin:0;color:rgba(255,255,255,.84);font-weight:700}.portal-grid{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);scroll-margin-top:24px}.admin-stack,.portal-grid{display:grid;grid-gap:18px;gap:18px;margin-bottom:18px}.admin-layout{display:grid;grid-template-columns:340px 1fr;grid-gap:18px;gap:18px}.admin-card,.form-panel{padding:20px 24px;border:1px solid #e2e8f0;border-radius:12px;background:white;box-shadow:0 1px 3px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.03);overflow-x:auto}.admin-card h2{margin:0 0 16px;font-size:16px;font-weight:800;color:#0f172a}.stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.stat{min-height:88px;transition:box-shadow .15s ease,transform .15s ease}a.stat:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-1px)}.stat-inner{display:flex;align-items:center;gap:12px;height:100%}.stat-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border-radius:10px}.stat .muted{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat strong{display:block;margin-top:4px;font-size:24px;font-weight:900;color:#0f172a;letter-spacing:-.03em;line-height:1}.table{width:100%;border-collapse:collapse}.table th{text-align:left;padding:10px 12px;background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.table td{text-align:left;padding:12px;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155;font-size:13.5px}.table tbody tr:hover td{background:#f8fafc}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:6px;padding:3px 9px;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;font-size:11.5px;font-weight:700}.menu-board{display:grid;grid-gap:16px;gap:16px}.menu-board-foot,.menu-board-head,.menu-children-head,.menu-inline-control,.menu-item-main,.menu-item-meta,.menu-root-head{display:flex;align-items:center}.menu-board-foot,.menu-board-head{justify-content:space-between;gap:16px}.menu-board-status{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.menu-children-head,.menu-root-head{gap:8px;color:var(--muted);font-size:13px;font-weight:800}.menu-group{margin-top:14px}.menu-group,.menu-item-stack{display:grid;grid-gap:10px;gap:10px}.menu-item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fffdf8}.menu-item-card.dragging{opacity:.6}.menu-item-card.child{background:#f8fbf7}.menu-item-main{gap:12px;min-width:0}.menu-item-main p{margin:4px 0 0;color:var(--muted);font-size:13px;word-break:break-word}.menu-item-meta{gap:12px;justify-content:flex-end;flex-wrap:wrap}.menu-inline-control{gap:8px;color:var(--muted);font-size:13px;font-weight:700}.menu-inline-control select{min-width:150px}.menu-handle{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:8px;color:var(--muted);cursor:-webkit-grab;cursor:grab;flex:0 0 auto}.menu-handle.disabled{opacity:.45;cursor:default}.menu-drop-zone{min-height:42px;display:flex;align-items:center;justify-content:center;border:1px dashed #ccb690;border-radius:8px;background:#fff8ef;color:#8d6d42;font-size:13px;font-weight:800}.menu-drop-zone.compact{min-height:32px}.menu-drop-zone.active{border-color:var(--brand);color:var(--brand-dark)}.menu-children{margin-left:48px;padding-left:14px;border-left:2px solid #ece2d3}.menu-help{display:grid;grid-gap:8px;gap:8px;margin-top:16px;color:var(--muted);font-size:13px}.menu-help p{margin:0}.category-card-grid,.category-edit-grid{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(180px,1.1fr) minmax(180px,1fr) 110px 130px 90px auto;grid-gap:10px;gap:10px;align-items:center}.category-card-grid input,.category-card-grid select,.category-edit-grid input,.category-edit-grid select{width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:white}.category-card-grid{grid-template-columns:minmax(180px,1.2fr) minmax(180px,1.1fr) minmax(180px,1fr)}.menu-error{font-size:13px;font-weight:800}.btn.danger,.menu-error{color:var(--danger)}.category-mega-actions,.category-mega-column-add,.category-mega-column-card,.category-mega-column-form,.category-mega-columns,.category-mega-editor,.category-mega-head,.category-mega-head p,.category-mega-item-add,.category-mega-item-form,.category-mega-item-list{display:none}.mega-editor{display:grid;grid-gap:14px;gap:14px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.mega-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mega-editor-label{display:block;font-size:13px;font-weight:800;color:#0f172a;margin-bottom:3px}.mega-editor-desc{margin:0;color:#64748b;font-size:12.5px;line-height:1.5}.mega-columns-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.mega-col-card{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:10px;background:white;overflow:hidden}.mega-col-header{display:grid;grid-template-columns:28px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.mega-col-num{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;background:#0f172a;color:white;font-size:11px;font-weight:800;flex:0 0 auto}.mega-col-fields{display:flex;flex-direction:column;gap:5px;min-width:0}.mega-col-btns{display:flex;gap:4px;align-items:center}.mega-item-list{display:flex;flex-direction:column;flex:1 1}.mega-item-row{display:grid;grid-template-columns:1fr 1fr auto auto;align-items:center;grid-gap:6px;gap:6px;padding:7px 10px;border-bottom:1px solid #f1f5f9;transition:background .1s ease}.mega-item-row:hover{background:#f8fafc}.mega-item-add{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;grid-gap:6px;gap:6px;padding:8px 10px;background:#f8fafc;border-top:1px dashed #cbd5e1}.mega-add-col-form{display:grid;grid-template-columns:1fr 1.3fr auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;border:1px dashed #cbd5e1;border-radius:10px;background:white}.mega-input{width:100%;min-width:0;border:1.5px solid #e2e8f0;border-radius:6px;padding:6px 10px;background:white;font-size:13px;color:#0f172a;transition:border-color .15s ease;outline:none}.mega-input:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(237,107,31,.1)}.mega-input-title{font-weight:700}.mega-input-href{color:#64748b;font-size:12px}.mega-icon-btn{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;border:1.5px solid transparent;border-radius:6px;background:transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.mega-icon-btn--save{color:#64748b;border-color:#e2e8f0}.mega-icon-btn--save:hover{background:#f0fdf4;border-color:#86efac;color:#16a34a}.mega-icon-btn--del{color:#94a3b8;border-color:transparent}.mega-icon-btn--del:hover{background:#fff1f2;border-color:#fecaca;color:#dc2626}.mega-add-btn{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:0 12px;min-height:32px;border:0;border-radius:6px;background:var(--brand);color:white;font-size:12.5px;font-weight:800;cursor:pointer;transition:background .15s ease}.mega-add-btn:hover{background:var(--brand-dark)}.mega-add-btn--col{min-height:36px;font-size:13px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#0f172a}.login-page-visual{display:grid;align-items:center;padding:60px;background:linear-gradient(135deg,rgba(15,23,42,.7),rgba(15,23,42,.3)),url(https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&w=1200&q=80) 50%/cover}.login-panel{display:grid;place-items:center;padding:40px;background:#f8fafc}.login-card{width:min(400px,100%);padding:36px;border:1px solid #e2e8f0;border-radius:16px;background:white;box-shadow:0 4px 24px rgba(0,0,0,.08)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.login-brand strong{display:block;color:#0f172a;font-size:22px;font-weight:900;letter-spacing:-.02em}.login-brand span{color:#64748b;font-size:13px}.login-card label{display:grid;grid-gap:6px;gap:6px;font-size:13.5px;font-weight:700;color:#334155}.form-error{margin:0;color:var(--danger);font-weight:800}.login-hint{margin:16px 0 0;font-size:14px}.storefront-popup-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:20px;background:rgba(20,26,18,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.storefront-popup{position:relative;width:min(560px,100%);padding:28px;border:1px solid rgba(255,255,255,.55);border-radius:8px;background:linear-gradient(145deg,rgba(255,249,239,.98),rgba(255,241,223,.96)),url(https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1200&q=80) 100% 100%/220px auto no-repeat;box-shadow:0 28px 80px rgba(21,28,19,.26)}.storefront-popup h2{margin-bottom:12px}.storefront-popup p{max-width:360px;margin-bottom:20px;color:var(--muted);font-weight:700}.popup-actions{display:flex;gap:10px;flex-wrap:wrap}.popup-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--leaf-dark);cursor:pointer}.admin-popup-preview{display:grid;grid-gap:14px;gap:14px;align-content:start;padding:24px;border-radius:8px;background:linear-gradient(140deg,rgba(30,93,37,.92),rgba(237,107,31,.86)),url(https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1200&q=80) 50%/cover;color:white;box-shadow:0 12px 30px rgba(45,34,20,.12)}.admin-popup-preview .badge{width:-moz-fit-content;width:fit-content;background:rgba(255,255,255,.18);color:white}.admin-popup-preview h2,.admin-popup-preview p{margin:0}.admin-popup-preview p{max-width:420px;color:rgba(255,255,255,.88)}@media (max-width:1040px){.admin-layout,.category-nav-inner,.footer-grid,.main-header,.portal-grid,.section-head,.split{display:grid}.login-page{grid-template-columns:1fr}.login-page-visual{display:none}.hero-market-grid{grid-template-columns:1fr}.main-header{gap:12px;padding:14px 0}.hero-banner{order:1}.category-rail{order:2}.promo-stack{order:3}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-sidebar-nav{padding:8px}.admin-nav-group,.admin-sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:4px}.admin-nav-group{margin-bottom:4px}.admin-nav-group-label{display:none}.admin-page-header{display:grid}.admin-layout,.portal-grid{grid-template-columns:1fr}.promo-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom,.footer-intro{display:grid;justify-content:flex-start}.floating-contact{right:16px;bottom:16px}.category-rail{overflow:visible}.grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-wrap{max-width:none;width:100%}.header-actions{justify-content:flex-end}.menu-item-card{grid-template-columns:1fr}.menu-board-foot,.menu-board-head,.menu-item-meta{justify-content:flex-start}.menu-children{margin-left:18px}.category-card-grid,.category-create-form,.category-edit-grid,.menu-create-form{grid-template-columns:1fr}}@media (max-width:620px){.shell{width:min(100% - 22px,1220px)}.topbar .shell{gap:8px;padding:8px 0}.mini-links{width:100%;justify-content:space-between;gap:8px 12px;font-size:12px}.main-header{gap:10px;min-height:0;padding:12px 0}.brand{min-width:0;font-size:24px}.brand-mark{width:40px;height:40px}.search{min-height:42px;padding:0 12px}.cart-pill,.header-actions a,.search-btn{width:40px;height:40px}.header-actions{width:100%;justify-content:space-between}.hero-copy{width:100%;padding:26px 22px}.hero-copy h1{font-size:clamp(34px,13vw,52px);line-height:1.06}.hero-copy p{font-size:15px}.admin-main{padding:14px}.admin-page-header{padding:16px}.admin-page-title{font-size:22px}.footer-grid,.grid,.info-grid,.promo-stack,.service-grid{grid-template-columns:1fr}.nav-links{width:100%;display:grid;grid-gap:8px;gap:8px}.nav-item{width:100%;min-height:0}.nav-item>a{width:100%;justify-content:space-between;min-height:42px;padding:0 12px}.nav-submenu{position:static;min-width:100%;margin-top:0;padding:4px 0 0;border:0;border-top:1px solid rgba(255,255,255,.14);border-radius:0;background:transparent;opacity:1;pointer-events:auto;transform:none;box-shadow:none}.nav-submenu a{width:100%;padding:0 12px;color:white;background:rgba(255,255,255,.08)}.table{font-size:14px}.category-flyout{position:static;width:100%;min-width:0;border:0;border-top:1px solid #f0eadf;border-radius:0;min-height:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.category-flyout.mega,.category-mega-column-add,.category-mega-column-form,.category-mega-item-add,.category-mega-item-form{grid-template-columns:1fr}.cart-drawer{width:100%;padding:18px;background:linear-gradient(180deg,rgba(255,253,248,.98),rgba(255,245,232,.96))}.cart-item{grid-template-columns:72px minmax(0,1fr) auto}.cart-item img{width:72px;height:72px}.storefront-popup{padding:22px;background:linear-gradient(145deg,rgba(255,249,239,.98),rgba(255,241,223,.96))}.storefront-popup p{max-width:none}.category-strip{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.floating-contact-chat,.floating-contact-main{width:52px;min-height:52px;padding:0;justify-content:center}.floating-contact-copy{display:none}}