:root{--ink:#152b36;--muted:#64727a;--lime:#c7f36b;--paper:#f3f6f7;--line:#e0e7ea;--danger:#ab2d3c;--radius:18px;font-family:Tahoma,Arial,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.7}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #558623;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.4;letter-spacing:-.03em}h2{font-size:1.35rem;line-height:1.5}h3{font-size:1.1rem;line-height:1.5}p{color:var(--muted)}.topbar{height:84px;background:white;border-bottom:1px solid var(--line);padding:0 max(5vw,20px);display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;gap:10px;align-items:center;font:bold 1.5rem Arial,sans-serif;letter-spacing:-1px}.brand-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;color:var(--lime);background:var(--ink);font-size:25px;letter-spacing:0}.brand-dot{color:#658e26}.topbar nav{display:flex;align-items:center;gap:26px;font-size:.9rem}.button,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:12px;font-weight:bold;min-height:48px}.button:hover,button.primary:hover{background:#244454}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.outline,button.secondary{background:white;color:var(--ink);border:1px solid var(--line);border-radius:12px;padding:11px 20px;min-height:46px}.button.small{font-size:.875rem;padding:8px 16px;min-height:40px}button.danger{background:#fff0f2;color:var(--danger);border:1px solid #efc5cc;border-radius:12px;padding:10px 18px;min-height:44px}.full{width:100%}.muted{color:var(--muted)}.tiny{font-size:.875rem}.eyebrow{font-weight:bold;color:#617a41;font-size:.875rem;display:block;margin-bottom:12px}.wrap{max-width:1260px;padding:32px 30px 56px;margin:auto}.store-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:5px 0 30px}.store-title{display:flex;gap:20px;align-items:center}.store-logo{width:80px;height:80px;background:var(--ink);color:var(--lime);border-radius:22px;display:grid;place-items:center;font-size:2.6rem;font-weight:bold;flex-shrink:0}.store-title h1{margin-bottom:2px}.store-title p{margin:0}.demo-bar{background:#eaf4d9;border:1px solid #d5e5bd;border-radius:12px;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;font-size:.9rem}.demo-bar a{font-weight:bold;text-decoration:underline}.store-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}.categories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.chip{border:1px solid var(--line);background:white;padding:8px 20px;border-radius:40px;color:var(--muted);min-height:44px}.chip.active{background:var(--ink);border-color:var(--ink);color:white}.section-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-line h2{margin:0}.count{color:var(--muted);font-size:.875rem}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;min-height:218px;position:relative;transition:border-color .2s,transform .2s}.product:hover{border-color:#9fafb6;transform:translateY(-2px)}.product .tag{color:#65853c;font-size:.875rem;margin-bottom:12px}.product h3{margin-bottom:8px}.product p{font-size:.9rem;line-height:1.8;margin-bottom:20px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price{font-weight:bold;font-size:1.1rem;white-space:nowrap}.currency{font-size:.875rem;color:var(--muted);font-weight:normal;margin-right:3px}.add{border:1px solid var(--line);background:var(--paper);border-radius:10px;padding:6px 14px;min-height:40px;font-weight:bold}.add:hover{background:var(--lime);border-color:var(--lime)}.product.unavailable{opacity:.6}.cart{border:1px solid var(--line);background:white;border-radius:var(--radius);padding:24px;position:sticky;top:22px}.cart-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.cart-header h2{margin:0}.number-pill{min-width:30px;padding:2px 8px;border-radius:8px;background:var(--lime);text-align:center;font-weight:bold}.empty{text-align:center;padding:36px 20px}.empty-mark{font-size:2rem;margin-bottom:10px;color:#8899a2}.empty h3{margin-bottom:5px}.empty p{font-size:.9rem;margin:0}.cart-item{padding:16px 0;border-bottom:1px solid var(--line)}.cart-item-top{display:flex;justify-content:space-between;gap:10px;font-size:.9rem}.quantity{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.stepper{display:flex;align-items:center;gap:12px}.stepper button{height:34px;width:34px;border:1px solid var(--line);background:white;border-radius:8px;font-size:1.25rem}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-weight:bold}.cart-caption{text-align:center;color:var(--muted);font-size:.875rem;margin:12px 0 0}.cart-anchor{display:none}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.narrow{max-width:640px;margin:42px auto 60px;padding:0 20px}.narrow .panel{padding:32px}.narrow h1{font-size:2rem;margin-bottom:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.field label{font-size:.9rem;font-weight:bold}.field small{font-size:.875rem;color:var(--muted)}input,textarea,select{width:100%;border:1px solid #cdd8de;border-radius:10px;padding:11px 13px;background:white;color:var(--ink);min-height:48px}textarea{resize:vertical;min-height:88px}input[dir=ltr]{text-align:left}input::placeholder,textarea::placeholder{color:#86959c}.error{background:#fff1f2;border:1px solid #efc8cc;color:var(--danger);padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:.9rem}.notice{background:#edf4f7;border:1px solid #d4e2e9;padding:13px 16px;border-radius:12px;font-size:.9rem;margin-bottom:20px}.notice p:last-child{margin-bottom:0}.success-banner{background:#e9f5db;border:1px solid #d0e5b3;padding:18px 22px;border-radius:14px;margin-bottom:20px}.success-banner h2{margin-bottom:5px}.success-banner p{margin:0}.divider{height:1px;background:var(--line);margin:24px 0}.auth-foot{text-align:center;margin:22px 0 0;font-size:.9rem}.auth-foot a{text-decoration:underline;font-weight:bold}.actions{display:flex;gap:12px;flex-wrap:wrap}.actions>*{flex:1}.checkout-list{margin:0 0 20px;padding:0;list-style:none}.checkout-list li{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.order-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.order-head h1{margin-bottom:4px}.status{display:inline-flex;padding:6px 12px;border-radius:8px;font-size:.875rem;font-weight:bold;white-space:nowrap;background:#fff3d9;color:#885b0c}.status.accepted,.status.ready,.status.completed{background:#e6f4d6;color:#356411}.status.rejected{background:#fce6e9;color:var(--danger)}.order-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:24px}.order-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;font-size:.9rem}.order-meta dt{color:var(--muted);margin-bottom:3px}.order-meta dd{margin:0;overflow-wrap:anywhere}.status-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:20px 0}.status-step{font-size:.875rem;color:var(--muted);border-top:4px solid var(--line);padding-top:10px}.status-step.done{border-color:#6ea934;color:#3d6a1d}.secure-note{font-size:.875rem;color:var(--muted);margin-top:18px}.track-card{text-align:center;padding:36px 28px}.track-card h1{font-size:2rem}.track-symbol{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 20px;background:var(--lime);border-radius:22px;font-size:2rem}.track-card .status{margin-bottom:20px}.data-lines{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.share-link{display:flex;gap:10px;align-items:center}.share-link input{font-size:.875rem}.qr-box{display:flex;gap:22px;align-items:center}.qr-box img{width:160px;height:160px;border:1px solid var(--line);border-radius:12px}.qr-box p{font-size:.9rem}.dash-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.dash-head h1{margin-bottom:4px}.dash-head p{margin:0}.dash-tabs{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.dash-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:start}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:right;font-size:.9rem}th{font-weight:normal;color:var(--muted);padding:12px 8px;border-bottom:1px solid var(--line)}td{padding:16px 8px;border-bottom:1px solid var(--line)}td a{font-weight:bold;text-decoration:underline}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.table-actions button{font-size:.875rem;min-height:36px;padding:4px 10px}.loading{text-align:center;padding:80px 20px;color:var(--muted)}footer{max-width:1200px;margin:0 auto;padding:24px 30px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.875rem;border-top:1px solid var(--line)}#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);padding:12px 24px;background:var(--ink);color:white;border-radius:12px;z-index:1000;box-shadow:0 6px 30px #152b3628;max-width:90vw;display:none}#toast.visible{display:block}dialog{border:none;padding:0;border-radius:var(--radius);max-width:580px;width:calc(100% - 32px);max-height:90dvh;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#10252c99}dialog .panel{border:0}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-head h2{margin:0}.close{border:1px solid var(--line);background:white;border-radius:8px;width:40px;height:40px;font-size:1.3rem}.wide-field{grid-column:1/-1}.blank-page{text-align:center;padding:70px 20px}.blank-page h1{font-size:2rem}.blank-page p{max-width:500px;margin:0 auto 24px}.onboarding{background:var(--ink);color:white;padding:28px;border-radius:var(--radius);margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:25px}.onboarding h2{margin-bottom:8px}.onboarding p{color:#c5d3da;margin:0}.availability{font-size:.875rem;color:#5c742e}.danger-text{color:var(--danger)}
@media(max-width:1050px){.store-layout{grid-template-columns:minmax(0,1fr) 310px;gap:20px}.products{gap:12px}.product{padding:20px}.wrap{padding:28px 22px}.order-grid,.dash-layout{grid-template-columns:1fr}.topbar nav{gap:16px}.qr-box{align-items:flex-start}}
@media(max-width:780px){.topbar{height:74px;padding:0 18px}.brand{font-size:1.25rem}.brand-icon{width:32px;height:32px;font-size:22px}.topbar nav{gap:12px}.topbar nav>a:first-child{display:none}.topbar nav>a{font-size:.875rem}.topbar nav .button{padding:6px 10px}.wrap{padding:24px 16px 36px}.store-layout{grid-template-columns:1fr}.store-head{align-items:flex-start;margin-bottom:24px}.store-logo{width:60px;height:60px;font-size:2rem;border-radius:16px}.store-title{gap:14px}.store-title h1{font-size:1.8rem}.store-title p{font-size:.875rem}.store-head .button{display:none}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product{padding:18px;min-height:230px}.product h3{font-size:1rem}.product p{font-size:.875rem}.product-foot{flex-wrap:wrap}.add{width:100%}.price{font-size:1rem}.categories{gap:8px}.chip{padding:7px 16px}.cart{position:static}.cart-anchor{display:inline-flex;position:fixed;bottom:18px;left:16px;right:16px;z-index:20;box-shadow:0 6px 25px #152b3625}.cart-anchor span{margin-right:auto}footer{margin-bottom:72px;font-size:.875rem;padding:20px 16px;flex-wrap:wrap}.demo-bar{align-items:flex-start;font-size:.875rem}.demo-bar a{white-space:nowrap}.narrow{margin-top:26px}.narrow .panel,.panel{padding:22px}.order-head{align-items:flex-start;flex-wrap:wrap}.order-head h1{font-size:1.8rem}.form-grid{grid-template-columns:1fr;gap:0}.dash-head{align-items:flex-start}.dash-head h1{font-size:1.8rem}.onboarding{align-items:flex-start;flex-direction:column;padding:22px}.qr-box{flex-wrap:wrap}.status-flow{gap:6px}.status-step{font-size:.875rem}.actions{flex-direction:column}.share-link{flex-wrap:wrap}.share-link input{min-width:0}.qr-box img{width:140px;height:140px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
[hidden]{display:none!important}
.track-card + .panel{margin-top:20px}
.store-title,.store-title>div{min-width:0}h1,h2,h3{overflow-wrap:anywhere}
@media(max-width:440px){.topbar{height:auto;min-height:74px;flex-wrap:wrap;padding:14px 16px;gap:12px}.topbar nav{flex-wrap:wrap}.products{grid-template-columns:1fr}.product{min-height:190px}.product-foot{flex-wrap:nowrap}.product-foot .add{width:auto}.store-title h1{font-size:1.6rem}.demo-bar{flex-direction:column;gap:4px}.qr-box img{width:160px;height:160px}}

/* XQR Next dashboard shell */
body:has(.dashboard-shell){background:#f5f7fa}.dashboard-shell{min-height:calc(100dvh - 84px);display:grid;grid-template-columns:270px minmax(0,1fr);direction:rtl}.dashboard-sidebar{background:#10212b;color:#fff;padding:28px 18px;position:sticky;top:0;height:100dvh;overflow:auto}.dashboard-brand{display:block;font:800 1.8rem Arial,sans-serif;direction:ltr;text-align:right;margin:0 10px 28px}.dashboard-brand span{color:#c7f36b}.dashboard-business{background:#ffffff10;border:1px solid #ffffff18;border-radius:16px;padding:15px;margin-bottom:22px;display:grid;gap:3px}.dashboard-business span,.dashboard-business small{color:#9fb1bb;font-size:.78rem}.dashboard-business strong{font-size:1rem}.dashboard-sidebar .dash-tabs{display:grid;gap:5px;margin:0}.dashboard-sidebar .nav-group{font-size:.72rem;color:#8197a3;padding:15px 13px 5px;font-weight:700}.dashboard-sidebar .dash-tabs .chip{width:100%;text-align:right;border:0;border-radius:10px;background:transparent;color:#c8d3d9;min-height:43px;padding:10px 13px}.dashboard-sidebar .dash-tabs .chip:hover{background:#ffffff0c;color:#fff}.dashboard-sidebar .dash-tabs .chip.active{background:#c7f36b;color:#10212b;font-weight:800}.dashboard-main{min-width:0;padding:34px clamp(20px,4vw,56px) 64px}.dashboard-main .dash-head{max-width:1380px;margin-inline:auto}.dashboard-main #dash-content{max-width:1380px;margin-inline:auto}.overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.overview-stats article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;gap:7px}.overview-stats span,.overview-stats small{color:var(--muted);font-size:.82rem}.overview-stats strong{font-size:1.65rem}.overview-stats .site-status{font-size:1.2rem;color:#47711f}.overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.75fr);gap:20px;align-items:start}.progress-value{font-size:1.35rem;color:#4e7427}.setup-progress{height:8px;background:#e4e9ec;border-radius:99px;overflow:hidden;margin:-2px 0 18px}.setup-progress i{display:block;height:100%;background:#76af36;border-radius:inherit}.checklist-items{display:grid}.checklist-item{display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:10px;background:transparent;border:0;border-bottom:1px solid var(--line);padding:14px 4px;text-align:right;color:var(--ink)}.checklist-item:last-child{border-bottom:0}.checklist-item:hover{background:#f7f9fa}.checklist-item>span:nth-child(2){display:grid;gap:3px}.checklist-item small{color:var(--muted);font-weight:400}.checklist-item .checkmark{width:28px;height:28px;border:1px solid #bdc9cf;border-radius:50%;display:grid;place-items:center;color:#71838c}.checklist-item.done .checkmark{background:#e9f6d8;border-color:#a8cf74;color:#47711f}.checklist-item.done strong{text-decoration:line-through;color:var(--muted)}.quick-actions{display:grid;gap:10px}.quick-actions h2{margin-bottom:5px}.quick-actions>button,.quick-actions>a{background:#f7f9fa;border:1px solid var(--line);border-radius:11px;padding:13px;text-align:right;color:var(--ink);font-weight:700}.quick-actions>button:hover,.quick-actions>a:hover{border-color:#91a1aa;background:#fff}.next-domain{margin-top:10px;background:#10212b;color:#fff;border-radius:13px;padding:16px;display:grid;gap:5px}.next-domain small,.next-domain span{color:#aebcc3;font-size:.75rem}.next-domain strong{font-size:.78rem;overflow-wrap:anywhere;text-align:left}.dashboard-shell~footer{display:none}
@media(max-width:980px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static;height:auto;padding:16px}.dashboard-brand{display:none}.dashboard-business{margin-bottom:12px}.dashboard-sidebar .dash-tabs{display:flex;overflow:auto;padding-bottom:4px}.dashboard-sidebar .nav-group{display:none}.dashboard-sidebar .dash-tabs .chip{width:auto;white-space:nowrap}.dashboard-main{padding:24px 16px 48px}.overview-grid{grid-template-columns:1fr}}
@media(max-width:620px){.overview-stats{grid-template-columns:1fr}.dashboard-main .dash-head{align-items:flex-start;flex-direction:column}.dashboard-main .dash-head .actions{width:100%;flex-direction:row}.setup-checklist,.quick-actions{padding:18px}}

/* Identity editor and live customer preview */
.identity-workspace{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;align-items:start}.identity-editor{min-width:0}.identity-editor .section-line{align-items:flex-start}.identity-editor .section-line p{margin:3px 0 0}.draft-badge{background:#eef7df;color:#47711f;border:1px solid #d3e8b2;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.identity-media-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:14px;margin:8px 0 18px}.upload-card{margin:0}.upload-drop{position:relative;border:1.5px dashed #aebdc5;border-radius:14px;background:#f8fafb;min-height:166px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;overflow:hidden}.upload-drop:hover{border-color:#719b3e;background:#f4f9ed}.upload-drop>span{width:66px;height:66px;border-radius:16px;background:#e8edef;color:#6f818a;display:grid;place-items:center;font-size:1.6rem;overflow:hidden}.cover-upload .upload-drop>span{width:100%;height:72px;border-radius:9px}.upload-drop img{width:100%;height:100%;object-fit:cover}.upload-drop strong{font-size:.88rem}.upload-drop small{font-size:.72rem;color:var(--muted)}.upload-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.remove-media{font-size:.78rem!important;color:var(--muted);display:flex;align-items:center;gap:6px;margin-top:8px}.remove-media input{width:17px;height:17px;min-height:0}.identity-preview-panel{position:sticky;top:24px}.preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.78rem}.preview-heading>div{display:grid}.preview-heading span{color:var(--muted)}.preview-heading a{font-weight:700;text-decoration:underline}.identity-phone{width:min(100%,330px);min-height:610px;margin:auto;border:9px solid #111d29;border-radius:34px;background:#fff;overflow:hidden;box-shadow:0 24px 60px #12232e25;text-align:center;position:relative}.identity-phone-bar{height:29px;display:flex;align-items:center;justify-content:center;gap:3px;background:#111d29}.identity-phone-bar i{width:4px;height:4px;background:#62737d;border-radius:50%}.identity-cover{height:148px;background:linear-gradient(135deg,#c7f36b,#274857);background-size:cover;background-position:center}.identity-logo{width:74px;height:74px;margin:-37px auto 10px;border:5px solid #fff;border-radius:20px;background:#10212b;color:#c7f36b;display:grid;place-items:center;font:bold 1.8rem Arial,sans-serif;overflow:hidden}.identity-logo img{width:100%;height:100%;object-fit:cover}.identity-phone h3{font-size:1.18rem;margin-bottom:2px}.identity-phone>p{font-size:.78rem;margin-bottom:16px}.identity-tabs{display:flex;gap:6px;overflow:hidden;padding:0 14px 13px;text-align:right}.identity-tabs>*{white-space:nowrap;font-size:.65rem;border:1px solid #e0e6e9;border-radius:999px;padding:6px 9px}.identity-tabs b{background:#10212b;color:#fff;border-color:#10212b}.identity-product{margin:0 14px 10px;border:1px solid #e5eaed;border-radius:13px;padding:9px;display:grid;grid-template-columns:68px 1fr;gap:10px;text-align:right}.identity-product>i{height:64px;border-radius:9px;background:linear-gradient(145deg,#e6ecef,#c8d5da)}.identity-product>span{display:flex;flex-direction:column;gap:5px}.identity-product b{font-size:.76rem}.identity-product small{font-size:.62rem;color:var(--muted)}.business-settings{margin-top:22px}
@media(max-width:1050px){.identity-workspace{grid-template-columns:1fr}.identity-preview-panel{position:static}.identity-phone{min-height:570px}.identity-media-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.identity-media-grid{grid-template-columns:1fr}.identity-preview-panel{display:none}.identity-editor .section-line{display:block}.draft-badge{display:inline-block;margin-top:8px}}

/* Product and option workspace */
.category-overview{background:#10212b;color:#fff;border-radius:18px;padding:24px;margin-bottom:20px;display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:center}.category-overview h2{margin-bottom:4px}.category-overview p{color:#aebdc5;margin:0;font-size:.84rem}.category-overview .eyebrow{color:#c7f36b}.category-cards{display:flex;gap:10px;overflow:auto;padding:2px}.category-cards>button,.category-empty{min-width:130px;min-height:88px;border:1px solid #ffffff20;background:#ffffff0b;color:#fff;border-radius:13px;padding:13px;text-align:right;display:grid;grid-template-columns:1fr auto;gap:3px}.category-cards>button:hover{border-color:#c7f36b}.category-cards button span{font-weight:700;grid-column:1/-1}.category-cards button strong{font-size:1.25rem;color:#c7f36b}.category-cards button small{color:#9fb0b9;align-self:end}.category-cards .new-category-card{min-width:105px;text-align:center;place-items:center;display:grid;grid-template-columns:1fr;color:#c7f36b}.category-cards .new-category-card span{font-size:.75rem}.category-empty{display:flex;align-items:center;color:#aebdc5;font-size:.78rem}.product-workspace{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(380px,.7fr);gap:20px;align-items:start}.product-list-panel .section-line{align-items:flex-start}.product-list-panel .section-line p{font-size:.8rem;margin:3px 0}.product-editor{position:sticky;top:22px}.product-cell{display:flex;align-items:center;gap:10px;min-width:180px}.product-cell img,.product-cell>i{width:46px;height:46px;border-radius:9px;object-fit:cover;background:#eef2f4;display:grid;place-items:center;font-style:normal;color:#7b8d96}.product-cell>span{display:grid;gap:2px}.product-cell small{color:var(--muted);font-size:.73rem}.availability-pill{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:700}.availability-pill.available{background:#eaf6dc;color:#47711f}.availability-pill.stopped{background:#f0f2f3;color:#6e7b82}.option-field{margin-top:8px}.option-builder{border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:14px}.option-builder-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.option-builder-head>div{display:grid;gap:2px}.option-builder-head small{color:var(--muted);font-size:.72rem}.option-row{display:grid;grid-template-columns:22px minmax(0,1fr) 125px 34px;align-items:end;gap:8px;border-top:1px solid #edf0f2;padding:10px 0}.option-row:first-child{border-top:0}.option-row label{display:grid;gap:4px}.option-row label span{font-size:.7rem;color:var(--muted)}.option-row input{min-height:40px;padding:8px 10px}.drag-handle{color:#a3b0b7;align-self:center}.option-row>[data-option-remove]{width:34px;height:40px;border:0;border-radius:8px;background:#fff0f2;color:#a52d3c;font-size:1.15rem}.product-editor .field>label:first-child{font-weight:700}.product-editor #product-submit{margin-top:8px}
@media(max-width:1150px){.product-workspace{grid-template-columns:1fr}.product-editor{position:static}.category-overview{grid-template-columns:1fr}}
@media(max-width:620px){.category-overview{padding:18px}.category-cards{margin-inline:-4px}.product-list-panel,.product-editor{padding:18px}.option-row{grid-template-columns:18px minmax(0,1fr) 92px 32px}.option-builder{padding:10px}.option-builder-head{align-items:flex-start}.option-builder-head small{display:none}}

/* Product tags */
.product-image-wrap{position:relative}.product-image-wrap .product-image{display:block}.product-badges{position:absolute;top:10px;right:10px;display:flex;gap:5px;flex-wrap:wrap}.product-badges span,.inline-product-tags span{background:#ff7048;color:#fff;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:800;box-shadow:0 3px 10px #0002}.inline-product-tags{display:flex;gap:5px;flex-wrap:wrap;margin:-2px 0 10px}.inline-product-tags span{background:#eef5df;color:#4c7028;box-shadow:none}.product-tag-editor{border:1px solid var(--line);border-radius:14px;padding:14px;margin:10px 0 14px}.product-tag-editor legend{font-weight:800;padding:0 5px}.product-tag-editor legend span{font-weight:400;color:var(--muted);font-size:.76rem}.product-tag-editor>p{font-size:.75rem;margin:0 0 11px}.product-tag-editor>div{display:flex;flex-wrap:wrap;gap:7px}.product-tag-editor>div label{position:relative}.product-tag-editor>div input{position:absolute;opacity:0;pointer-events:none}.product-tag-editor>div span{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:.75rem;cursor:pointer}.product-tag-editor>div input:checked+span{background:#10212b;color:#fff;border-color:#10212b}.custom-tags{display:grid;gap:5px;margin-top:13px;font-size:.78rem}.custom-tags input{min-height:42px}.custom-tags small{color:var(--muted);font-weight:400}
/* Merchant-uploaded product photos retain consistent mobile card proportions. */
.product-photo{display:block;width:100%;height:180px;object-fit:cover;border-radius:14px;margin-bottom:14px}
.merchant-details p{white-space:pre-wrap;overflow-wrap:anywhere}
.addon-list{border:0;padding:0;margin:12px 0;display:grid;gap:8px}.addon-list label{font-size:13px}.addon-list input{width:auto}
.business-settings{margin-top:24px}.hours-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;padding:8px 0}.hours-row input,.hours-row select{width:100%}
.store-cover{height:250px;border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-bottom:-55px;background:var(--raised)}.store-cover img{width:100%;height:100%;object-fit:cover}.store-cover+.store-head{position:relative;margin-inline:28px;padding:20px 24px;background:var(--surface);border:1px solid var(--line);border-radius:18px}.merchant-details{margin-bottom:22px}.contact-links{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0}.contact-links a{padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.85rem}.product-image{width:100%;height:150px;object-fit:cover;border-radius:12px;margin-bottom:15px;background:var(--raised)}.product-placeholder{display:grid;place-items:center;color:var(--accent);font-size:2rem}.product-copy{display:flex;flex-direction:column;flex:1}
.design-settings{margin:28px 0;padding:22px;border:1px solid var(--line);border-radius:16px}.design-settings .section-line{align-items:flex-start}.design-settings .section-line p{margin:3px 0}.design-workspace{display:grid;grid-template-columns:1fr 190px;gap:22px;align-items:center}.design-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.design-card{display:flex;flex-direction:column;gap:7px;padding:12px;border:2px solid var(--line);border-radius:13px;cursor:pointer;position:relative}.design-card:has(input:checked){border-color:var(--accent);background:var(--raised)}.design-card input{position:absolute;opacity:0;pointer-events:none}.design-card small{color:var(--muted);line-height:1.5}.design-card>a{font-size:.78rem;color:var(--accent);font-weight:bold;text-decoration:underline;margin-top:auto}.design-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.design-title em{font-style:normal;font-size:.66rem;padding:2px 7px;border-radius:999px;background:var(--accent);color:var(--accent-text)}.design-swatch{height:82px;padding:8px;border-radius:8px;display:grid;gap:5px;overflow:hidden}.design-swatch i{display:block;border-radius:4px}.swatch-dark{background:#102331;grid-template-columns:1fr 1fr}.swatch-dark i{background:#c7f36b}.swatch-light{background:#e9efe7;grid-template-columns:1fr 1fr}.swatch-light i{background:#284b3d}.swatch-light i:first-child{grid-column:1/-1}.swatch-pop{background:#ff4d24;grid-template-columns:1fr}.swatch-pop i{background:#ffeb3b;border:2px solid #17130e}.swatch-editorial{background:#661f20;grid-template-columns:2fr 1fr}.swatch-editorial i{background:#d9a35b;border-radius:0}.swatch-editorial i:first-child{grid-row:1/3}.swatch-app{background:#f5f6f8;grid-template-columns:repeat(3,1fr);padding:13px}.swatch-app i{background:#fff;border-radius:10px;box-shadow:0 3px 9px #0001}.phone-preview{width:150px;height:270px;margin:auto;border:7px solid #0c1723;border-radius:24px;padding:17px 10px;background:#f7f7f5;display:flex;flex-direction:column;gap:8px;position:sticky;top:20px;overflow:hidden}.preview-cover-mini{height:50px;background:linear-gradient(135deg,#c7f36b,#eaf0e8);margin:-17px -10px 0}.preview-logo-mini{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#101f30;color:#c7f36b;margin-top:-18px}.phone-preview>span{font-size:.6rem;color:#68727a}.phone-preview>i{display:block;height:42px;background:#fff;border:1px solid #e1e5e7;border-radius:8px}.phone-preview[data-preview=light]{background:#e9efe7}.phone-preview[data-preview=light] .preview-cover-mini{background:#284b3d}.phone-preview[data-preview=pop]{background:#fff2c7}.phone-preview[data-preview=pop] .preview-cover-mini{background:#ff4d24}.phone-preview[data-preview=pop]>i{border:2px solid #17130e}.phone-preview[data-preview=editorial]{background:#f3eee5}.phone-preview[data-preview=editorial] .preview-cover-mini{background:#661f20}.phone-preview[data-preview=editorial]>i{border-radius:0;background:#e9e1d6}.phone-preview[data-preview=app]{background:#f5f6f8}.phone-preview[data-preview=app] .preview-cover-mini{background:#ff6138}.phone-preview[data-preview=app]>i{border:0;border-radius:12px;box-shadow:0 3px 10px #0001}
html[data-menu-style=visual] .store-cover{height:330px}html[data-menu-style=visual] .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}html[data-menu-style=visual] .product{padding:0;overflow:hidden}html[data-menu-style=visual] .product-image{height:240px;border-radius:0;margin:0}html[data-menu-style=visual] .product-copy{padding:20px}html[data-menu-style=visual] .product-placeholder{background:linear-gradient(135deg,var(--accent),var(--raised));color:var(--accent-text)}
html[data-menu-style=catalog] .products{display:flex;flex-direction:column;gap:8px}html[data-menu-style=catalog] .product{display:grid;grid-template-columns:110px 1fr;min-height:0;padding:12px}html[data-menu-style=catalog] .product-image{width:110px;height:110px;margin:0;border-radius:10px}html[data-menu-style=catalog] .product-copy{padding-inline-start:15px}html[data-menu-style=catalog] .product .tag{margin-bottom:3px}html[data-menu-style=catalog] .product h3{margin-bottom:3px}html[data-menu-style=catalog] .product p{margin-bottom:8px;line-height:1.5}html[data-menu-style=catalog] .product-foot{margin-top:5px}html[data-menu-style=catalog] .add{width:auto}
@media(max-width:780px){.store-cover{height:190px;margin-bottom:-35px;border-radius:16px}.store-cover+.store-head{margin-inline:10px;padding:14px}.design-workspace{grid-template-columns:1fr}.design-picker{grid-template-columns:1fr}.phone-preview{display:none}html[data-menu-style=visual] .store-cover{height:230px}html[data-menu-style=visual] .products{grid-template-columns:1fr 1fr}html[data-menu-style=visual] .product-image{height:170px}html[data-menu-style=visual] .product-copy{padding:14px}html[data-menu-style=catalog] .products{display:flex}html[data-menu-style=catalog] .product{grid-template-columns:88px 1fr;padding:10px}html[data-menu-style=catalog] .product-image{width:88px;height:88px}html[data-menu-style=catalog] .product p{display:none}}
@media(max-width:480px){html[data-menu-style=visual] .products{grid-template-columns:1fr}.products{grid-template-columns:1fr}.product{min-height:0}}
/* Five selectable public menu themes. Product, cart and order behavior stays shared. */
html[data-menu-style=dark] body{background:#0d1e29;color:#f7fafb}html[data-menu-style=dark] .wrap{max-width:1320px}html[data-menu-style=dark] .demo-bar{background:#c7f36b;color:#10212b;border:0}html[data-menu-style=dark] .store-cover{height:360px;border:0;border-radius:28px;filter:saturate(.85)}html[data-menu-style=dark] .store-head{background:#142a38;border-color:#294654;color:#fff}html[data-menu-style=dark] .store-logo{background:#c7f36b;color:#10212b}html[data-menu-style=dark] .merchant-details,html[data-menu-style=dark] .field input[type=search],html[data-menu-style=dark] .cart,html[data-menu-style=dark] .product{background:#142a38;border-color:#294654;color:#fff}html[data-menu-style=dark] p,html[data-menu-style=dark] .count,html[data-menu-style=dark] .field label{color:#a9bac4}html[data-menu-style=dark] .chip{background:#142a38;border-color:#294654;color:#b9c7ce}html[data-menu-style=dark] .chip.active{background:#c7f36b;color:#10212b;border-color:#c7f36b}html[data-menu-style=dark] .product-image{height:205px}html[data-menu-style=dark] .add{background:#c7f36b;color:#10212b;border:0}html[data-menu-style=dark] .contact-links a{background:#142a38;border-color:#395664}html[data-menu-style=dark] footer{border-color:#294654;color:#a9bac4}
html[data-menu-style=light] body{background:#fcfbf7;color:#243028}html[data-menu-style=light] .wrap{max-width:1280px}html[data-menu-style=light] .store-cover{height:330px;border:0;border-radius:4px}html[data-menu-style=light] .store-cover+.store-head{background:#fff;border:0;border-radius:0;box-shadow:0 16px 50px #284b3d15}html[data-menu-style=light] .store-logo{border-radius:50%;background:#b5613b;color:#fff}html[data-menu-style=light] .merchant-details{border-bottom:1px solid #dde4dd;padding-bottom:18px}html[data-menu-style=light] .chip{background:transparent;border:0;border-radius:0;border-bottom:2px solid transparent}html[data-menu-style=light] .chip.active{background:transparent;color:#284b3d;border-bottom-color:#b5613b}html[data-menu-style=light] .products{grid-template-columns:repeat(2,1fr);gap:18px}html[data-menu-style=light] .product{display:grid;grid-template-columns:39% 61%;min-height:235px;padding:0;border-radius:2px}html[data-menu-style=light] .product-image{height:100%;min-height:235px;margin:0;border-radius:0}html[data-menu-style=light] .product-copy{padding:22px}html[data-menu-style=light] .add{border-radius:50%;background:#284b3d;color:#fff}html[data-menu-style=light] .cart{border-radius:3px}html[data-menu-style=light] .contact-links a{border-radius:3px}
html[data-menu-style=pop] body{background:#fff2c7;color:#17130e}html[data-menu-style=pop] .store-cover{height:330px;border:3px solid #17130e;border-radius:0}html[data-menu-style=pop] .store-cover+.store-head,html[data-menu-style=pop] .merchant-details,html[data-menu-style=pop] .cart,html[data-menu-style=pop] .product{border:3px solid #17130e;border-radius:0;box-shadow:7px 7px 0 #17130e;background:#fff}html[data-menu-style=pop] .store-logo{border-radius:0;background:#ffeb3b;color:#17130e;border:3px solid #17130e;transform:rotate(-3deg)}html[data-menu-style=pop] .chip{border:2px solid #17130e;border-radius:0;background:#fff;box-shadow:3px 3px 0 #17130e;color:#17130e}html[data-menu-style=pop] .chip.active{background:#ff4d24;color:#fff}html[data-menu-style=pop] .products{grid-template-columns:repeat(3,1fr);gap:18px}html[data-menu-style=pop] .product{padding:0;overflow:hidden}html[data-menu-style=pop] .product-image{height:220px;margin:0;border-radius:0;border-bottom:3px solid #17130e}html[data-menu-style=pop] .product-copy{padding:17px}html[data-menu-style=pop] .add{border:2px solid #17130e;border-radius:0;background:#ffeb3b;box-shadow:3px 3px 0 #17130e}html[data-menu-style=pop] .contact-links a{border:2px solid #17130e;border-radius:0;background:#ffeb3b}html[data-menu-style=pop] footer{border-top:3px solid #17130e}
html[data-menu-style=editorial] body{background:#f3eee5;color:#201713}html[data-menu-style=editorial] .wrap{max-width:1340px}html[data-menu-style=editorial] .store-cover{height:420px;border:0;border-radius:0}html[data-menu-style=editorial] .store-cover+.store-head{background:#661f20;color:#fff;border:0;border-radius:0;margin-inline:5%;padding:24px 30px}html[data-menu-style=editorial] .store-logo{border-radius:0;background:#d9a35b;color:#661f20;font-family:Georgia,serif}html[data-menu-style=editorial] .merchant-details{text-align:center;border-block:1px solid #cfc4b8;padding:18px}html[data-menu-style=editorial] .categories{justify-content:center}html[data-menu-style=editorial] .chip{background:transparent;border:0;border-radius:0;color:#766b64}html[data-menu-style=editorial] .chip.active{background:transparent;color:#661f20}html[data-menu-style=editorial] .chip.active:before{content:'◆';font-size:.45rem;margin-left:6px;color:#d09a55}html[data-menu-style=editorial] .products{grid-template-columns:repeat(12,1fr);gap:24px}html[data-menu-style=editorial] .product{grid-column:span 4;padding:0;border:0;border-radius:0;background:#e9e1d6}html[data-menu-style=editorial] .product:nth-child(5n+1),html[data-menu-style=editorial] .product:nth-child(5n+2){grid-column:span 6}html[data-menu-style=editorial] .product-image{height:300px;margin:0;border-radius:0}html[data-menu-style=editorial] .product:nth-child(5n+1) .product-image,html[data-menu-style=editorial] .product:nth-child(5n+2) .product-image{height:390px}html[data-menu-style=editorial] .product-copy{padding:20px}html[data-menu-style=editorial] .add{border:0;border-radius:0;background:#661f20;color:#fff}html[data-menu-style=editorial] .cart{border:0;border-radius:0;background:#201713;color:#fff}html[data-menu-style=editorial] .cart p{color:#b8aba4}
html[data-menu-style=app] body{background:#f5f6f8;color:#17191e}html[data-menu-style=app] .wrap{max-width:1220px}html[data-menu-style=app] .store-cover{height:350px;border:0;border-radius:28px;margin-bottom:-40px}html[data-menu-style=app] .store-cover+.store-head{border:0;border-radius:20px;box-shadow:0 15px 40px #242a3615;background:#fff;margin-inline:4%}html[data-menu-style=app] .store-logo{border-radius:15px;background:#ff6138;color:#fff;box-shadow:0 8px 20px #ff613844}html[data-menu-style=app] .merchant-details,html[data-menu-style=app] .cart,html[data-menu-style=app] .product{background:#fff;border:0;border-radius:20px;box-shadow:0 6px 24px #222b3910}html[data-menu-style=app] .merchant-details{padding:18px}html[data-menu-style=app] .chip{border:0;background:#fff;box-shadow:0 3px 13px #1a223009}html[data-menu-style=app] .chip.active{background:#17191e;color:#fff}html[data-menu-style=app] .products{grid-template-columns:repeat(3,1fr);gap:18px}html[data-menu-style=app] .product{padding:10px}html[data-menu-style=app] .product-image{height:210px;border-radius:15px;margin-bottom:0}html[data-menu-style=app] .product-copy{padding:13px 8px 8px}html[data-menu-style=app] .add{border:0;border-radius:12px;background:#fff1ec;color:#ff6138}html[data-menu-style=app] .contact-links a{border:0;background:#fff3ee;color:#d84420}
@media(max-width:780px){.design-picker{grid-template-columns:1fr 1fr}html[data-menu-style=dark] .store-cover,html[data-menu-style=light] .store-cover,html[data-menu-style=pop] .store-cover,html[data-menu-style=editorial] .store-cover,html[data-menu-style=app] .store-cover{height:230px}html[data-menu-style=light] .products,html[data-menu-style=pop] .products,html[data-menu-style=app] .products{grid-template-columns:1fr}html[data-menu-style=light] .product{grid-template-columns:38% 62%;min-height:170px}html[data-menu-style=light] .product-image{min-height:170px}html[data-menu-style=editorial] .product,html[data-menu-style=editorial] .product:nth-child(n){grid-column:span 6}html[data-menu-style=editorial] .product:nth-child(n) .product-image{height:250px}}
@media(max-width:520px){.design-picker{grid-template-columns:1fr}html[data-menu-style=dark] .products,html[data-menu-style=editorial] .products{grid-template-columns:1fr;display:grid}html[data-menu-style=editorial] .product,html[data-menu-style=editorial] .product:nth-child(n){grid-column:1}html[data-menu-style=pop] .product,html[data-menu-style=app] .product{display:grid;grid-template-columns:38% 62%;min-height:160px}html[data-menu-style=pop] .product-image,html[data-menu-style=app] .product-image{height:auto;min-height:150px;border-bottom:0}html[data-menu-style=pop] .product-image{border-left:3px solid #17130e}html[data-menu-style=light] .product-copy,html[data-menu-style=pop] .product-copy,html[data-menu-style=app] .product-copy{padding:12px}}
.totals{display:grid;gap:10px;margin:20px 0}.totals>div{display:flex;justify-content:space-between;gap:14px}.totals dd{margin:0}.totals>div:last-child{border-top:1px solid var(--line,#ddd);padding-top:12px}
.order-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:24px}.order-filters label{flex:1;min-width:160px}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.report-grid>div{display:grid;gap:10px;padding:16px;border:1px solid var(--line,#ddd);border-radius:12px}.report-grid strong{font-size:22px}#print-invoice{display:none}
@media(max-width:600px){.report-grid{grid-template-columns:repeat(2,1fr)}.hours-row{gap:6px;grid-template-columns:1.5fr 1fr 1fr}.hours-row label{font-size:12px}}
@media print{body>*{display:none!important}body>#print-invoice{display:block!important;color:#000;background:#fff}#print-invoice .panel{border:0;box-shadow:none;color:#000;background:#fff}#print-invoice a{display:none}.totals{break-inside:avoid}}
.kitchen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:16px}.kitchen-grid .panel{margin:0}.kitchen-grid li{margin-bottom:12px}.business-settings input[type=checkbox],form[data-form=profile] input[type=checkbox]{width:auto}
.table-qr{display:block;width:140px;height:140px;max-width:100%;margin:12px auto;background:#fff;border-radius:8px}
:is(.import-review,.import-category-step) [hidden],.import-review[hidden],.import-category-step[hidden]{display:none!important}
.import-category-step{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}
.import-category-step>h3,.import-category-step>p,.import-category-step>button{grid-column:1/-1}
.import-category-step label,.import-review label{margin-bottom:6px;font-size:.85rem}
.import-category-step input,.import-review input:not([type=checkbox]),.import-review textarea{padding:8px 10px;margin-top:4px;min-height:38px;border-radius:8px}
.import-category{margin:10px 0;border:1px solid var(--line);border-radius:10px;padding:0 12px}
.import-category>summary{padding:12px 0;font-weight:bold;cursor:pointer}
.import-item{border:0;border-top:1px solid var(--line);padding:10px 0;margin:0;min-width:0}
.import-item>legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.import-review .import-item-main{display:grid;grid-template-columns:130px minmax(0,1fr) 150px;gap:10px;align-items:center}
.import-review .import-selection{display:flex;align-items:center;gap:6px;margin:0}
.import-review .import-selection input[type=checkbox]{width:20px;height:20px;min-height:20px;padding:0;margin:0;flex:0 0 20px}
.import-item-extra{margin-top:4px}
.import-item-extra>summary{font-size:.8rem;color:var(--muted);cursor:pointer;padding:5px 0}
.import-item-extra[open]{padding-bottom:6px}
.import-item-extra textarea{min-height:60px;height:60px}
.import-item-extra .notice{padding:6px 10px;font-size:.8rem;margin:6px 0}
.import-item-extra .form-grid{gap:10px}
.import-review>h3{margin:12px 0 8px}
@media(max-width:780px){.import-category-step{grid-template-columns:1fr 1fr}.import-review .import-item-main{grid-template-columns:minmax(0,1fr) 110px;gap:8px}.import-review .import-selection{grid-column:1/-1}.import-category{padding:0 8px}.import-item-extra .form-grid{grid-template-columns:1fr 1fr}}
@media(max-width:400px){.import-category-step{grid-template-columns:1fr}.import-item-extra .form-grid{grid-template-columns:1fr}}
.import-image-controls{margin-top:10px;border-top:1px solid var(--line);padding-top:10px}.import-image-controls h4{margin:0 0 6px}.import-image-preview{display:block;width:160px;max-width:100%;height:160px;object-fit:cover;border-radius:10px;margin:10px 0}

/* Customer product details */
.product-detail-dialog{width:min(100% - 24px,660px);max-width:660px;max-height:94dvh;border-radius:24px;background:#fbfaf7;color:#141d2d;overflow:hidden}.product-detail-dialog::backdrop{background:#0a1720b8;backdrop-filter:blur(5px)}#product-detail-content{max-height:94dvh;overflow:auto;padding-bottom:98px}.detail-topbar{height:68px;padding:0 22px;display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid #e3e7e9;position:sticky;top:0;z-index:4}.detail-topbar button{width:40px;height:40px;border:0;background:transparent;border-radius:50%;font-size:1.4rem;color:#141d2d}.detail-topbar button:hover{background:#f0f3f4}.detail-image{height:310px;margin:24px 28px 0;border-radius:22px;overflow:hidden;position:relative;background:#e8edef}.detail-image>img{width:100%;height:100%;object-fit:cover}.detail-image .product-badges{top:14px;right:14px}.detail-body{padding:25px 30px}.detail-title{display:flex;align-items:end;justify-content:space-between;gap:18px}.detail-title span{color:#6e7e98;font-size:.78rem}.detail-title h2{font-size:2rem;margin:3px 0 0;line-height:1.25}.detail-title>strong{font-size:1.45rem;color:#ed8b2d;white-space:nowrap}.detail-description{line-height:1.8;margin:18px 0 24px}.detail-options{border:0;padding:0;margin:25px 0}.detail-options legend{width:100%;font-weight:800;margin-bottom:10px}.detail-options legend span{float:left;background:#fff;border-radius:999px;padding:3px 8px;color:#6e7e98;font-size:.65rem;font-weight:600}.detail-options label{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;background:#fff;border:1px solid #dce3e7;border-radius:14px;padding:14px 16px;margin-bottom:9px;cursor:pointer}.detail-options label:has(input:checked){border-color:#ed8b2d;background:#fff8ef}.detail-options input{position:absolute;opacity:0;pointer-events:none}.detail-options label>i{width:20px;height:20px;border:2px solid #aab7c0;border-radius:50%;position:relative}.detail-options label:has(input:checked)>i{border-color:#ed8b2d}.detail-options label:has(input:checked)>i:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#ed8b2d}.detail-options input[type=checkbox]+i{border-radius:6px}.detail-options label>b{font-size:.9rem}.detail-options label>strong{font-size:.82rem;color:#60708a}.detail-footer{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e6e8;padding:14px 20px;display:grid;grid-template-columns:150px 1fr;gap:12px;z-index:5}.detail-quantity{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;border:1px solid #dce3e7;border-radius:14px;text-align:center}.detail-quantity button{height:52px;border:0;background:transparent;font-size:1.2rem;color:#141d2d}.detail-add{border:0;border-radius:14px;background:#ed8b2d;color:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:1rem}.detail-add strong{font-size:.92rem}.product-image-wrap{width:100%}
@media(max-width:620px){.product-detail-dialog{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.product-detail-dialog #product-detail-content{max-height:100dvh}.detail-image{height:42dvh;max-height:360px;margin:16px 18px 0}.detail-body{padding:22px 20px}.detail-title h2{font-size:1.7rem}.detail-footer{grid-template-columns:130px 1fr;padding:12px}.detail-add{padding:0 14px}.detail-options label{padding:13px}}

/* Checkout modes and delivery location */
#checkout{max-width:720px;background:#fbfaf7}#checkout>.panel{padding:26px}.checkout-form{display:grid;gap:4px}.fulfillment-picker{border:0;padding:0;margin:0 0 24px}.fulfillment-picker legend{font-weight:800;font-size:1.05rem;margin-bottom:12px}.fulfillment-picker>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fulfillment-picker button{min-height:92px;border:1px solid #dbe3e7;background:#fff;border-radius:15px;color:#61718b;display:grid;place-items:center;gap:4px;padding:12px}.fulfillment-picker button b{font-size:1.35rem}.fulfillment-picker button span{font-size:.78rem;font-weight:800}.fulfillment-picker button.active{border-color:#ed8b2d;background:#fff7ed;color:#ed8b2d}.location-picker{border:1px solid #bee5cf;background:#f6fcf8;border-radius:13px;padding:12px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-top:8px}.location-picker button{border:0;border-radius:10px;background:#dff5e7;color:#167344;padding:10px 12px;font-weight:800}.location-picker span{font-size:.72rem;color:#60708a}.location-picker a{text-decoration:underline;font-weight:700;color:#167344}.pickup-summary{display:flex;align-items:center;gap:12px;border:1px solid #dce3e7;background:#fff;border-radius:14px;padding:14px;margin-bottom:18px}.pickup-summary>span{width:38px;height:38px;border-radius:50%;background:#eef4f6;display:grid;place-items:center}.pickup-summary>div{display:grid;gap:2px}.pickup-summary small{color:#718197}.checkout-summary{border:1px solid #dce3e7;background:#fff;border-radius:15px;padding:18px;margin:8px 0 16px}.checkout-summary>div{display:flex;justify-content:space-between;gap:15px}.checkout-summary small{display:block;color:#718197;margin-top:10px}.checkout-confirm{justify-content:space-between;font-size:1rem}.checkout-confirm strong{font-size:.92rem}
@media(max-width:620px){#checkout{width:100%;height:100dvh;max-height:100dvh;border-radius:0}#checkout>.panel{padding:20px 16px}.fulfillment-picker button{min-height:82px;padding:8px}.location-picker{grid-template-columns:1fr}.checkout-confirm{position:sticky;bottom:0;z-index:3;box-shadow:0 -10px 30px #fbfaf7}}

/* Consent-first analytics integrations */
.analytics-consent{position:fixed;z-index:1000;inset:auto 18px 18px;margin:auto;max-width:720px;background:#fff;color:#14212c;border:1px solid #dce3e7;border-radius:18px;box-shadow:0 18px 60px #08151f35;padding:18px 20px}.analytics-consent strong{font-size:1.05rem}.analytics-consent p{margin:7px 0 14px;line-height:1.7;color:#5d6c78}.analytics-consent>div{display:flex;gap:10px;flex-wrap:wrap}.integration-steps{list-style:none;padding:0;display:grid;gap:16px}.integration-steps li{display:flex;gap:12px;align-items:center}.integration-steps li>b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#c7f36b;color:#10212b}.integration-steps span{display:grid}.integration-steps small{color:var(--muted)}
.qr-designer{margin-top:20px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);gap:28px;align-items:start}.qr-designer input[type=color]{height:54px;padding:5px;cursor:pointer}.qr-designer input[type=range]{padding:0;accent-color:#152b36}.qr-presets{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.qr-presets button{border:1px solid var(--line);background:var(--raised);color:var(--text);border-radius:999px;padding:8px 12px;cursor:pointer}.qr-presets button:hover{border-color:var(--accent)}
@media(max-width:780px){.qr-designer{grid-template-columns:1fr}}
.category-manager{margin-bottom:20px}.managed-categories{display:grid;gap:10px;margin:18px 0}.managed-categories article{border:1px solid var(--line);border-radius:14px;padding:14px;display:grid;grid-template-columns:minmax(170px,1fr) auto;gap:12px;align-items:center}.managed-categories article>div{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.managed-categories article>div:first-child{display:grid;gap:3px}.managed-categories article small{color:var(--muted)}.managed-categories article.category-disabled{opacity:.62;background:var(--soft)}.managed-categories form{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.5fr auto;gap:8px}.managed-categories form input,.category-add input{margin:0}.category-add{display:grid;grid-template-columns:1fr 1.5fr auto;gap:10px;align-items:end}.category-add .error{grid-column:1/-1}
@media(max-width:720px){.managed-categories article{grid-template-columns:1fr}.managed-categories form,.category-add{grid-template-columns:1fr}.managed-categories form{grid-column:1}}
.visual-categories{display:flex;gap:12px;overflow-x:auto;padding:6px 2px 14px;scrollbar-width:thin}.visual-categories .chip{min-width:118px;max-width:150px;padding:8px;display:grid;gap:7px;text-align:center;justify-items:center;flex:0 0 auto}.visual-categories .chip strong{font-size:.82rem}.visual-categories .chip small{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem}.category-thumb{width:96px;height:68px;border-radius:10px;object-fit:cover;display:grid;place-items:center;background:var(--soft);font-style:normal;font-size:1.4rem}.category-all{background:linear-gradient(135deg,var(--accent),var(--raised))}.managed-category-title{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important}.managed-category-title img,.managed-category-title>i{width:54px;height:54px;border-radius:10px;object-fit:cover;background:var(--soft);display:grid;place-items:center;font-style:normal}.managed-category-title>span{display:grid}.category-image-field{font-size:.72rem;color:var(--muted)}.category-image-field input{padding:6px;font-size:.72rem}.category-remove{display:flex;align-items:center;gap:5px;font-size:.75rem}.category-remove input{width:auto;margin:0}.managed-categories form{grid-template-columns:1fr 1.3fr 1fr auto auto}.category-add{grid-template-columns:1fr 1.3fr 1fr auto}
@media(max-width:900px){.managed-categories form,.category-add{grid-template-columns:1fr 1fr}.managed-categories form button,.category-add button{width:100%}}@media(max-width:560px){.managed-categories form,.category-add{grid-template-columns:1fr}.visual-categories .chip{min-width:104px}.category-thumb{width:84px;height:60px}}
.customer-site-nav{position:sticky;top:8px;z-index:12;margin:16px 0 22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 25px #10212b10}.customer-site-nav summary{display:none;padding:13px 16px;font-weight:800;cursor:pointer}.customer-site-nav nav{display:flex;justify-content:center;gap:8px;padding:10px;flex-wrap:wrap}.customer-site-nav :is(a,button){padding:9px 16px;border:0;border-radius:999px;color:inherit;background:transparent;font:inherit;font-weight:700;font-size:.85rem;cursor:pointer}.customer-site-nav :is(a,button):hover{background:var(--soft);color:var(--accent)}.customer-site-nav button b{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--accent);color:#fff;font-size:.68rem}.customer-site-sections{display:grid;gap:20px;margin:30px 0}.customer-info-section{scroll-margin-top:90px;padding:34px;border:1px solid var(--line);background:var(--surface);border-radius:20px}.customer-info-section>h2{margin:8px 0 14px;font-size:clamp(1.5rem,3vw,2.2rem)}.customer-info-section>p{max-width:760px;line-height:1.9;white-space:pre-wrap}.business-address{font-weight:700}.public-branch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:18px}.public-branch-grid article{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--raised)}.public-branch-grid article p{min-height:2.8em}.public-branch-grid article a{font-weight:800;color:var(--accent)}
html[data-menu-style=dark] .customer-site-nav,html[data-menu-style=dark] .customer-info-section{background:#142a38;border-color:#294654;color:#fff}html[data-menu-style=dark] .public-branch-grid article{background:#10232f;border-color:#294654}html[data-menu-style=pop] .customer-site-nav,html[data-menu-style=pop] .customer-info-section{border:3px solid #17130e;border-radius:0;box-shadow:5px 5px 0 #17130e}html[data-menu-style=editorial] .customer-site-nav,html[data-menu-style=editorial] .customer-info-section{border-radius:0}html[data-menu-style=app] .customer-site-nav,html[data-menu-style=app] .customer-info-section{border:0;box-shadow:0 6px 24px #222b3910}
@media(max-width:700px){.customer-site-nav summary{display:block}.customer-site-nav nav{display:none;justify-content:stretch;padding-top:0}.customer-site-nav[open] nav{display:grid}.customer-site-nav :is(a,button){border-top:1px solid var(--line);border-radius:0;padding:12px;text-align:start}.customer-info-section{padding:24px 18px}}
.dashboard-help{text-decoration:none}.contextual-help{white-space:nowrap}
#customer-orders{width:min(94vw,680px);max-height:90dvh;padding:0;border:0;border-radius:22px;background:var(--surface);color:var(--text)}#customer-orders::backdrop{background:#08151fb5;backdrop-filter:blur(4px)}#customer-orders>.panel{margin:0;max-height:90dvh;overflow:auto}.customer-orders-list{display:grid;gap:10px;margin:18px 0}.customer-orders-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--raised)}.customer-orders-list article>div{display:grid;gap:7px}.customer-orders-list article>div:last-child{text-align:end;justify-items:end}.customer-orders-list h3{margin:0}.customer-orders-list strong{font-size:1.05rem}.customer-orders-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:16px}.customer-orders-actions .danger{border:0;background:transparent;color:#b73535;text-decoration:underline;cursor:pointer}@media(max-width:520px){#customer-orders{width:100%;height:100dvh;max-height:100dvh;border-radius:0}#customer-orders>.panel{max-height:100dvh}.customer-orders-list article{align-items:stretch}.customer-orders-list article>div:last-child{justify-items:start;text-align:start}}
