/* FoodOS V9 — customers, online menu, invoices and mobile-first commerce */
:root{--v8-green:#0f9f6e;--v8-green-soft:#e8f8f2;--v8-danger:#e5484d;--v8-blue:#2563eb;--v8-amber:#d97706}
.v8-page-head{align-items:center}.v8-pos-heading{align-items:center}.v8-product-image{position:relative;height:112px;display:block;overflow:hidden;border-radius:16px;background:var(--panel-2)}.v8-product-image img{width:100%;height:100%;display:block;object-fit:cover}.v8-product-image i{position:absolute;left:9px;bottom:9px;width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--primary);color:#d8cec5;font-style:normal;font-size:22px;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.v8-menu-admin-grid{display:grid;grid-template-columns:minmax(280px,370px) minmax(0,1fr);gap:18px;align-items:start}.v8-sticky-form{position:sticky;top:92px}.v8-products-list{min-width:0}.v8-category-panel{grid-column:1/-1}.v8-upload-box{padding:12px;border:1.5px dashed var(--line-strong);border-radius:16px;background:var(--panel-2)}.v8-upload-box input{padding:8px;background:var(--panel)}.v8-upload-box small{display:block;margin-top:5px}.v8-upload-box img{width:100%;max-height:220px;margin-top:10px;object-fit:cover;border-radius:14px}.v8-admin-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v8-admin-product{position:relative;padding:10px;display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;border:1px solid var(--line);border-radius:18px;background:var(--panel-2)}.v8-admin-product-image{height:105px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:var(--primary-soft);color:var(--primary);font-size:28px;font-weight:900}.v8-admin-product-image img{width:100%;height:100%;object-fit:cover}.v8-admin-product-copy{min-width:0}.v8-admin-product-copy>div:first-child{display:flex;flex-direction:column}.v8-admin-product-copy strong{font-size:14px}.v8-admin-product-copy small,.v8-admin-product-copy p{color:var(--muted);font-size:10px}.v8-admin-product-copy>b{display:block;margin:6px 0;color:var(--primary);font-size:13px}.v8-admin-product-copy p{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v8-admin-product>.table-action{position:absolute;left:10px;bottom:10px}.v8-admin-tags{margin-top:8px;display:flex;gap:5px;flex-wrap:wrap}.v8-admin-tags span,.v8-admin-tags a{padding:4px 8px;border-radius:999px;background:var(--panel);color:var(--text-2);font-size:9px}.v8-admin-tags .ok{background:var(--v8-green-soft);color:var(--v8-green)}.v8-admin-tags .off{background:#feecee;color:var(--v8-danger)}.v8-category-list{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.v8-category-list button{min-height:44px;padding:7px 12px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:13px;background:var(--panel-2);color:var(--text);font:inherit}.v8-category-list button small{color:var(--muted);font-size:9px}
.v8-inline-search{display:flex;gap:7px}.v8-inline-search input{min-width:230px}.v8-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.v8-customer-card{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--panel-2)}.v8-customer-main{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.v8-customer-main .avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:var(--primary-soft);color:var(--primary);font-weight:900}.v8-customer-main div{min-width:0;display:flex;flex-direction:column}.v8-customer-main strong{font-size:13px}.v8-customer-main small{color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v8-balance{margin-top:12px;padding:10px 12px;display:flex;align-items:baseline;gap:4px;border-radius:14px}.v8-balance small{margin-left:auto}.v8-balance strong{font-size:18px}.v8-balance span{font-size:9px}.v8-balance.ok{background:var(--v8-green-soft);color:var(--v8-green)}.v8-balance.danger{background:#fff0f1;color:var(--v8-danger)}.v8-customer-actions{margin-top:10px;display:flex;justify-content:space-between}.v8-customer-actions a,.v8-customer-actions button{border:0;background:transparent;color:var(--primary);font:inherit;font-size:10px;font-weight:800;cursor:pointer}
.v8-customer-hero{margin-bottom:16px;display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.v8-balance-hero{padding:24px;display:flex;flex-direction:column;border-radius:24px;background:linear-gradient(145deg,#111827,#243143);color:#d8cec5}.v8-balance-hero small{color:#c4cad4}.v8-balance-hero strong{margin-top:5px;font-size:36px}.v8-balance-hero span{font-size:11px}.v8-balance-hero em{margin-top:auto;padding-top:20px;color:#aeb8c7;font-style:normal;font-size:10px}.v8-share-box{padding:20px;border:1px solid var(--line);border-radius:24px;background:var(--panel)}.v8-share-box h2{margin:0 0 4px}.v8-share-box p{margin:0 0 12px;color:var(--muted);font-size:11px}.v8-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:7px}.v8-copy-row input{direction:ltr;text-align:left}.v8-copy-row button{padding:0 14px;border:0;border-radius:12px;background:var(--primary);color:#d8cec5;font:inherit;font-size:10px;font-weight:800}.v8-share-actions{margin-top:10px;display:flex;gap:7px;flex-wrap:wrap}.v8-share-actions a,.v8-share-actions button{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--panel-2);color:var(--text);font:inherit;font-size:10px;text-decoration:none}.v8-share-actions form{display:inline}.v8-detail-grid{display:grid;grid-template-columns:330px minmax(0,1fr) minmax(0,1fr);gap:14px}.span-3{grid-column:1/-1}.v8-ledger-list{display:grid;gap:7px}.v8-ledger-list article{padding:10px 12px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px}.v8-ledger-list article>span{min-width:105px;font-size:13px;font-weight:900;direction:ltr;text-align:left}.v8-ledger-list .debit{color:var(--v8-danger)}.v8-ledger-list .credit{color:var(--v8-green)}.v8-ledger-list article div{display:flex;flex-direction:column}.v8-ledger-list small{color:var(--muted);font-size:9px}.v8-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v8-security-note{padding:12px;border-radius:14px;background:var(--v8-green-soft);color:#0a6d4d;font-size:10px;line-height:1.9}
/* Layer fix from V7 */
@media(max-width:980px){.v4-sidebar,.v4-sidebar.open{z-index:120!important;filter:none!important;opacity:1!important}.sidebar-scrim{z-index:110!important}.mobile-bottom-nav{z-index:100!important}body.menu-open .v4-sidebar{pointer-events:auto!important}}
/* Public commerce */
.public-body{margin:0;min-height:100vh;background:#f4f5f7;color:#131722;font-family:Vazirmatn,Tahoma,sans-serif}.public-body *{box-sizing:border-box}.public-body button,.public-body input,.public-body select,.public-body textarea{font:inherit}.public-body a{text-decoration:none}.public-flashes{position:fixed;z-index:500;top:12px;right:12px;left:12px;display:grid;gap:7px}.public-flash{max-width:650px;margin:auto;padding:12px 16px;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.14);font-size:12px}.public-flash.error{border-right:4px solid var(--v8-danger)}.public-flash.success{border-right:4px solid var(--v8-green)}.public-store-head{position:sticky;z-index:50;top:0;min-height:74px;padding:10px max(16px,env(safe-area-inset-left));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e8ec;background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.public-store-brand{display:flex;align-items:center;gap:10px}.public-store-brand>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#111827;color:#d8cec5;font-size:21px;font-weight:900}.public-store-brand div{display:flex;flex-direction:column}.public-store-brand strong{font-size:14px}.public-store-brand small{color:var(--v8-green);font-size:9px}.public-store-head>a{min-height:42px;padding:0 14px;display:grid;place-items:center;border-radius:13px;background:#eef1f5;color:#202735;font-size:10px;font-weight:800}.public-menu-shell{width:min(1040px,100%);margin:auto;padding:18px 16px 120px}.public-welcome{margin-bottom:16px}.public-welcome p{margin:0;color:var(--v8-green);font-size:11px;font-weight:800}.public-welcome h1{margin:3px 0;font-size:27px}.public-welcome>span{color:#727987;font-size:11px}.public-credit-alert{margin-top:10px;padding:10px 12px;border-radius:13px;background:#fff3dd;color:#9a5700;font-size:10px}.public-menu-toolbar{position:sticky;z-index:35;top:74px;margin:0 -16px 15px;padding:10px 16px;background:rgba(244,245,247,.95);backdrop-filter:blur(15px)}.public-search input{width:100%;height:50px;padding:0 15px;border:1px solid #e0e3e8;border-radius:16px;background:#fff;font-size:16px;outline:none}.public-categories{margin:8px -16px 0;padding:0 16px;display:flex;gap:7px;overflow:auto;scrollbar-width:none}.public-categories::-webkit-scrollbar{display:none}.public-categories button{flex:0 0 auto;min-height:40px;padding:0 15px;border:1px solid #e0e3e8;border-radius:999px;background:#fff;color:#555e6e;font-size:10px;font-weight:800}.public-categories button.active{border-color:#111827;background:#111827;color:#d8cec5}.public-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.public-product{padding:0;overflow:hidden;border:1px solid #e4e6ea;border-radius:20px;background:#fff;color:inherit;text-align:right;box-shadow:0 6px 18px rgba(20,25,35,.04);cursor:pointer}.public-product:active{transform:scale(.98)}.public-product-image{position:relative;height:160px;display:grid;place-items:center;background:#edf0f4;color:#7a8391;font-size:34px;font-weight:900}.public-product-image img{width:100%;height:100%;object-fit:cover}.public-product-image i{position:absolute;top:9px;right:9px;padding:5px 8px;border-radius:999px;background:#fff1d6;color:#a65d00;font-style:normal;font-size:8px;font-weight:900}.public-product-copy{padding:12px}.public-product-copy strong{font-size:13px}.public-product-copy p{height:36px;margin:4px 0;color:#7a8190;font-size:9px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.public-product-copy>div{display:flex;align-items:center;justify-content:space-between}.public-product-copy b{font-size:12px}.public-product-copy em{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#111827;color:#d8cec5;font-style:normal;font-size:20px}.hp{position:absolute!important;left:-9999px!important}.public-checkout{position:fixed;z-index:202;right:0;left:0;bottom:0;max-height:90dvh;padding:9px 16px calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column;border-radius:28px 28px 0 0;background:#fff;box-shadow:0 -24px 60px rgba(0,0,0,.24);transform:translateY(110%);transition:transform .28s ease}.public-cart-open .public-checkout{transform:translateY(0)}.public-sheet-handle{width:48px;height:5px;margin:0 auto 8px;border-radius:10px;background:#d8dbe1}.public-checkout>header{display:flex;align-items:center;justify-content:space-between}.public-checkout>header div{display:flex;flex-direction:column}.public-checkout>header strong{font-size:16px}.public-checkout>header small{color:#7d8491;font-size:9px}.public-checkout>header button{width:42px;height:42px;border:0;border-radius:13px;background:#f0f2f5;font-size:23px}.public-cart-items{flex:1;min-height:70px;max-height:28dvh;margin:10px 0;display:grid;gap:7px;overflow:auto}.public-cart-item{padding:9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;border:1px solid #e6e8ec;border-radius:14px}.public-cart-item>div:first-child{display:flex;flex-direction:column}.public-cart-item small{color:#7d8491;font-size:9px}.public-qty{display:flex;align-items:center;gap:7px}.public-qty button{width:36px;height:36px;border:0;border-radius:11px;background:#f0f2f5;font-size:18px}.public-fields{display:grid;gap:8px;max-height:34dvh;overflow:auto}.public-fields label{display:flex;flex-direction:column;gap:4px;color:#505866;font-size:9px;font-weight:800}.public-fields input,.public-fields select,.public-fields textarea{width:100%;min-height:48px;padding:9px 12px;border:1px solid #dde1e6;border-radius:13px;background:#fff;font-size:16px;outline:none}.public-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.public-total{margin-top:10px;padding:11px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e8eaee}.public-total span{color:#656d7b;font-size:10px}.public-total strong{font-size:18px}.public-submit{min-height:56px;border:0;border-radius:17px;background:#111827;color:#d8cec5;font-weight:900}.public-submit:disabled{opacity:.45}.public-cart-dock{position:fixed;z-index:90;right:12px;left:12px;bottom:calc(12px + env(safe-area-inset-bottom));height:64px;padding:0 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:0;border-radius:20px;background:#111827;color:#d8cec5;box-shadow:0 14px 35px rgba(0,0,0,.23)}.public-cart-dock>span{font-size:10px}.public-cart-dock>strong{text-align:right}.public-cart-dock>em{font-style:normal;font-size:10px}.public-backdrop{position:fixed;z-index:201;inset:0;background:rgba(8,13,22,.55);opacity:0;pointer-events:none;transition:.2s}.public-cart-open .public-backdrop{opacity:1;pointer-events:auto}.public-cart-open .public-cart-dock{opacity:0}.portal-shell,.status-shell,.payment-result{width:min(720px,100%);margin:auto;padding:20px 16px 60px}.portal-profile{padding:18px;display:flex;align-items:center;gap:12px;border-radius:22px;background:#fff}.portal-profile>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#111827;color:#d8cec5;font-size:22px;font-weight:900}.portal-profile p,.portal-profile h1{margin:0}.portal-profile p{color:#818895;font-size:9px}.portal-profile h1{font-size:18px}.portal-profile small{color:#707887}.portal-balance{margin-top:12px;padding:22px;display:flex;flex-direction:column;border-radius:24px;background:linear-gradient(145deg,#111827,#273548);color:#d8cec5}.portal-balance>small{color:#bdc5d1}.portal-balance>strong{font-size:38px}.portal-balance>span{font-size:10px}.portal-balance form{margin-top:15px;display:grid;grid-template-columns:1fr auto;gap:7px}.portal-balance input{min-width:0;height:48px;padding:0 12px;border:0;border-radius:13px;font-size:16px}.portal-balance button{padding:0 16px;border:0;border-radius:13px;background:var(--v8-green);color:#d8cec5;font-weight:900}.portal-section{margin-top:14px;padding:15px;border-radius:20px;background:#fff}.portal-section h2{margin:0 0 10px;font-size:15px}.portal-orders{display:grid;gap:9px}.portal-orders article{padding:12px;border:1px solid #e5e7eb;border-radius:15px}.portal-orders article>div:first-child{display:flex;flex-direction:column}.portal-orders article>div:first-child small{color:#7b8290;font-size:9px}.portal-orders article>b{display:block;margin-top:6px;color:#111827}.portal-orders form button{width:100%;min-height:42px;margin-top:8px;border:0;border-radius:12px;background:#eef2ff;color:#3348a5;font-weight:800}.portal-order-progress{margin-top:11px;display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.portal-order-progress span{padding:6px 2px;border-radius:8px;background:#eff1f4;color:#89909c;text-align:center;font-size:7px}.portal-order-progress span.done{background:var(--v8-green-soft);color:var(--v8-green)}.portal-payment{padding:10px 0;display:flex;justify-content:space-between;border-bottom:1px solid #eceef1}.portal-payment div{display:flex;flex-direction:column}.portal-payment small,.portal-payment>span{color:#7a8290;font-size:9px}.status-shell,.payment-result{text-align:center}.status-success,.payment-result>div{width:74px;height:74px;margin:32px auto 12px;display:grid;place-items:center;border-radius:24px;background:var(--v8-green-soft);color:var(--v8-green);font-size:38px;font-weight:900}.payment-result>div.failed{background:#fff0f1;color:var(--v8-danger)}.status-shell>p,.status-shell>h1{margin:3px}.status-live,.payment-result section{margin:18px 0;padding:18px;display:flex;flex-direction:column;border-radius:20px;background:#fff}.status-live small{color:#7d8592}.status-live strong{font-size:22px}.status-live span{color:var(--v8-green)}.status-items{padding:14px;border-radius:20px;background:#fff}.status-items div{padding:8px 0;display:flex;justify-content:space-between;border-bottom:1px solid #eceef1}.status-total{padding:16px;display:flex;justify-content:space-between}.status-note{color:#7a8290;font-size:10px;line-height:2}.payment-result>a,.public-primary-link{min-height:50px;padding:0 18px;display:inline-flex;align-items:center;border-radius:15px;background:#111827;color:#d8cec5;font-weight:800}.invoice-body{margin:0;background:#edf0f3;color:#151923;font-family:Vazirmatn,Tahoma,sans-serif}.invoice-sheet{width:min(780px,calc(100% - 24px));margin:20px auto;padding:30px;border-radius:10px;background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.08)}.invoice-sheet header{display:flex;justify-content:space-between;border-bottom:2px solid #151923;padding-bottom:16px}.invoice-sheet h1{margin:0}.invoice-sheet header>div{display:flex;flex-direction:column}.invoice-customer{margin:15px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.invoice-customer div{padding:10px;border-radius:10px;background:#f4f5f7}.invoice-customer small{display:block;color:#7b8290}.invoice-sheet table{width:100%;border-collapse:collapse}.invoice-sheet th,.invoice-sheet td{padding:11px;border-bottom:1px solid #e5e7eb;text-align:right}.invoice-sheet td small{display:block}.invoice-totals{width:min(330px,100%);margin:18px 0 0 auto}.invoice-totals div{padding:6px;display:flex;justify-content:space-between}.invoice-totals .total{padding:12px;border-radius:10px;background:#111827;color:#d8cec5}.invoice-sheet footer{margin-top:25px;text-align:center}.invoice-sheet footer button{min-height:46px;padding:0 20px;border:0;border-radius:12px;background:#111827;color:#d8cec5;font-family:inherit}
@media(max-width:980px){.v8-menu-admin-grid{grid-template-columns:1fr}.v8-sticky-form{position:static}.v8-admin-product-grid{grid-template-columns:1fr}.v8-customer-hero,.v8-detail-grid,.v8-settings-grid{grid-template-columns:1fr}.v8-share-box,.v8-balance-hero{min-height:0}.span-2,.span-3{grid-column:auto}.public-products{grid-template-columns:repeat(2,minmax(0,1fr))}.public-product-image{height:130px}.invoice-customer{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.v8-pos-heading>a{display:none}.v8-inline-search{width:100%;margin-top:8px}.v8-inline-search input{min-width:0}.v8-customer-grid{grid-template-columns:1fr}.v8-admin-product{grid-template-columns:88px minmax(0,1fr)}.v8-admin-product-image{height:88px}.v8-customer-hero{gap:9px}.v8-balance-hero{padding:20px}.v8-balance-hero strong{font-size:31px}.v8-share-box{padding:14px}.v8-copy-row{grid-template-columns:1fr}.v8-copy-row button{min-height:44px}.public-menu-shell{padding-inline:10px}.public-menu-toolbar{margin-inline:-10px;padding-inline:10px}.public-products{gap:8px}.public-product{border-radius:17px}.public-product-image{height:106px}.public-product-copy{padding:9px}.public-product-copy strong{font-size:11px}.public-product-copy p{height:32px;font-size:8px}.public-product-copy b{font-size:10px}.public-two{grid-template-columns:1fr}.invoice-sheet{padding:16px}.invoice-sheet header{display:block}.invoice-customer{grid-template-columns:1fr 1fr}.invoice-sheet th,.invoice-sheet td{padding:8px;font-size:10px}}
@media print{.invoice-body{background:#fff}.invoice-sheet{width:100%;margin:0;padding:0;box-shadow:none}.invoice-sheet footer button{display:none}}

/* V8 final usability additions */
.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.portal-order-actions{margin-top:9px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.portal-order-actions a{min-height:40px;display:grid;place-items:center;border-radius:11px;background:#f1f4f8;color:#243047;font-size:10px;font-weight:900}.status-actions{display:flex;justify-content:center;margin:8px 0 18px}.invoice-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.invoice-actions a{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;border-radius:12px;background:#edf0f4;color:#111827;font-weight:800}
@media(max-width:640px){.three-col{grid-template-columns:1fr}.portal-order-actions a{font-size:11px}}
@media print{.invoice-actions{display:none}}
.v8-business-strip{margin:0 0 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.v8-business-strip>a{min-height:84px;padding:14px;display:flex;align-items:center;gap:11px;border:1px solid #e3e6eb;border-radius:18px;background:#fff;color:#172033;box-shadow:0 8px 24px rgba(19,27,39,.04)}.v8-business-strip>a>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#edf2ff;color:#3848a6}.v8-business-strip svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.v8-business-strip div{display:flex;flex-direction:column}.v8-business-strip small{color:#7b8491;font-size:9px}.v8-business-strip strong{font-size:14px}
@media(max-width:720px){.v8-business-strip{grid-template-columns:1fr}.v8-business-strip>a{min-height:70px}}

/* Stable chart sizing */
.v4-chart-wrap canvas,.v4-donut canvas{display:block;width:100%!important;height:100%!important;max-width:100%}.v4-chart-wrap,.v4-donut{position:relative;overflow:hidden}
/* Mobile more-menu must stay above the dimmed scrim */
@media(max-width:980px){.v4-sidebar,.v4-sidebar.open{z-index:80!important;filter:none!important;opacity:1!important}.sidebar-scrim{z-index:65!important}.mobile-bottom-nav{z-index:70!important}body.menu-open .v4-sidebar{pointer-events:auto!important}}

/* FoodOS V9.1 — rebuilt mobile checkout and usable credit sale */
.v81-checkout{min-width:0}
.v81-stepper{display:none}
.v81-checkout-scroll{min-height:0}
.v81-step-panel{display:block}
.v81-section-title{margin:4px 0 10px;display:flex;align-items:center;justify-content:space-between}
.v81-section-title>div{display:flex;flex-direction:column;gap:2px}
.v81-section-title strong{font-size:13px;color:var(--text)}
.v81-section-title small{font-size:9px;color:var(--muted)}
.v81-field-card,.v81-adjustment-card,.v81-credit-panel{padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--panel-2)}
.v81-field-card{display:grid;gap:10px}
.v81-payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.v81-payment-grid label{cursor:pointer}
.v81-payment-grid input{position:absolute;opacity:0;pointer-events:none}
.v81-payment-grid span{min-height:58px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:14px;background:var(--panel-2);text-align:center;transition:.18s}
.v81-payment-grid b{font-size:12px}.v81-payment-grid small{font-size:8px;color:var(--muted)}
.v81-payment-grid input:checked+span{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 10%,transparent)}
.v81-credit-panel{margin-top:10px;display:grid;gap:10px;border-color:color-mix(in srgb,var(--v8-amber) 35%,var(--line));background:color-mix(in srgb,#fff8e8 65%,var(--panel))}
.v81-credit-panel.hidden{display:none}
.v81-credit-status{padding:11px 12px;border-radius:13px;background:var(--panel);color:var(--text)}
.v81-credit-status strong{font-size:12px}.v81-credit-status p{margin:3px 0 0;color:var(--muted);font-size:9px;line-height:1.8}
.v81-credit-status.active{background:var(--v8-green-soft);color:var(--v8-green)}
.v81-credit-status.warning{background:#fff1dd;color:#a55a00}
.v81-credit-enable{min-height:54px;padding:8px 10px!important;display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;border:1px dashed #e5ad59;border-radius:13px;background:rgba(255,255,255,.58);cursor:pointer}
.v81-credit-enable input{width:22px;min-height:22px;flex:0 0 auto;accent-color:var(--primary)}
.v81-credit-enable span{display:flex;flex-direction:column}.v81-credit-enable b{font-size:11px}.v81-credit-enable small{font-size:8px;color:var(--muted)}
.v81-credit-summary{min-height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-radius:13px;background:#222b3a;color:#d8cec5}
.v81-credit-summary span{font-size:10px}.v81-credit-summary strong{font-size:13px}.v81-credit-summary b{font-size:18px}
.v81-adjustment-card{margin-top:10px}
.v81-totals{margin-bottom:0}
.v81-checkout-footer{margin-top:8px;padding-top:10px;display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;border-top:1px solid var(--line)}
.v81-checkout-footer .v81-back,.v81-checkout-footer .v81-next{display:none}
.v81-footer-total{display:none}
.v81-submit{grid-column:1/-1;min-height:54px}
.v81-inline-error{position:fixed;z-index:130;right:14px;left:14px;bottom:100px;padding:12px 14px;border-radius:14px;background:#b4232c;color:#d8cec5;text-align:center;font-size:11px;font-weight:800;box-shadow:0 12px 32px rgba(0,0,0,.24);opacity:0;transform:translateY(15px);pointer-events:none;transition:.2s}
.v81-inline-error.show{opacity:1;transform:none}

@media(max-width:980px){
  body.cart-open{overflow:hidden;overscroll-behavior:none}
  .v81-pos-page .v4-cart-panel{top:0!important;right:0!important;left:0!important;bottom:0!important;width:100%!important;height:100dvh!important;max-height:none!important;padding:0!important;border:0!important;border-radius:0!important;display:flex!important;overflow:hidden!important;background:var(--panel)}
  .v81-pos-page .mobile-sheet-handle{display:none}
  .v81-checkout-head{min-height:72px;padding:calc(8px + env(safe-area-inset-top)) 14px 9px!important;flex:0 0 auto;background:var(--panel);border-bottom:1px solid var(--line)}
  .v81-checkout-head h2{font-size:17px}.v81-checkout-head p{font-size:10px}
  .v81-stepper{height:60px;padding:7px 16px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;flex:0 0 auto;background:var(--panel);border-bottom:1px solid var(--line)}
  .v81-stepper button{min-width:58px;padding:0;border:0;background:transparent;color:var(--muted);font:inherit;display:flex;align-items:center;gap:6px}
  .v81-stepper button b{width:30px;height:30px;display:grid;place-items:center;border-radius:11px;background:var(--panel-2);font-size:11px}
  .v81-stepper button span{font-size:9px;font-weight:800}
  .v81-stepper button.active{color:var(--primary)}.v81-stepper button.active b{background:var(--primary);color:#d8cec5}
  .v81-stepper button.done b{background:var(--v8-green-soft);color:var(--v8-green)}
  .v81-stepper i{height:2px;border-radius:2px;background:var(--line)}
  .v81-checkout-scroll{flex:1 1 auto;min-height:0;padding:12px 12px 24px;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}
  .v81-step-panel{display:none}.v81-step-panel.active{display:block}
  .v81-step-panel>.v81-section-title:first-child{margin-top:0}
  .v81-pos-page .v4-cart-items{max-height:none!important;min-height:0!important;overflow:visible!important}
  .v81-pos-page .cart-empty{min-height:145px}
  .v81-order-type-block{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:17px;background:var(--panel-2)}
  .v81-order-type{background:var(--panel)}
  .v81-field-card{padding:12px;gap:12px;border-radius:18px;background:var(--panel)}
  .v81-field-card label,.v81-credit-panel label,.v81-adjustment-card label{font-size:11px!important}
  .v81-field-card input,.v81-field-card select,.v81-field-card textarea,.v81-credit-panel input,.v81-credit-panel select,.v81-adjustment-card input{min-height:52px!important;border-radius:15px!important;background:var(--panel-2)!important;font-size:16px!important}
  .v81-field-card textarea{min-height:92px!important}
  .v81-name-phone,.v81-credit-panel .two-col{grid-template-columns:1fr!important}
  .v81-payment-grid{grid-template-columns:1fr 1fr;gap:9px}
  .v81-payment-grid span{min-height:68px;border-radius:17px}.v81-payment-grid b{font-size:14px}.v81-payment-grid small{font-size:9px}
  .v81-credit-panel{padding:12px;border-radius:18px}
  .v81-adjustment-card{padding:12px;border-radius:18px;background:var(--panel)}
  .v81-adjustment-card .two-col{grid-template-columns:1fr 1fr!important}
  .v81-totals{padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}
  .v81-checkout-footer{min-height:82px;margin:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:auto 1fr auto;gap:8px;flex:0 0 auto;border-top:1px solid var(--line);background:var(--panel);box-shadow:0 -12px 30px rgba(15,23,42,.09)}
  .v81-checkout-footer .v81-back{min-width:76px;height:50px;padding:0 10px;display:block;border:1px solid var(--line);border-radius:15px;background:var(--panel-2);color:var(--text);font:inherit;font-size:10px;font-weight:800}
  .v81-footer-total{min-width:0;display:flex;flex-direction:column}.v81-footer-total small{color:var(--muted);font-size:8px}.v81-footer-total strong{white-space:nowrap;font-size:10px}.v81-footer-total b{font-size:17px;color:var(--text)}
  .v81-checkout-footer .v81-next,.v81-checkout-footer .v81-submit{min-width:112px;height:50px;padding:0 13px;display:block;grid-column:auto;border-radius:15px;font-size:11px;font-weight:900}
  .v81-checkout-footer [hidden]{display:none!important}
  .v81-inline-error{bottom:calc(92px + env(safe-area-inset-bottom))}
  .v81-pos-page .mobile-cart-backdrop{z-index:100}.v81-pos-page .v4-cart-panel{z-index:110}
}

@media(max-width:390px){
  .v81-stepper{padding-inline:10px;gap:4px}.v81-stepper button{min-width:50px}.v81-stepper button span{display:none}
  .v81-adjustment-card .two-col{grid-template-columns:1fr!important}
  .v81-checkout-footer{grid-template-columns:auto minmax(0,1fr) auto;padding-inline:8px}.v81-checkout-footer .v81-back{min-width:64px}.v81-checkout-footer .v81-next,.v81-checkout-footer .v81-submit{min-width:98px;padding-inline:8px}
}
