html,body,#app{min-height:100%}:root{--app-color-text: #101828;--app-color-heading: #061b4e;--app-color-muted: #667085;--app-color-primary: #075bd8;--app-color-primary-strong: #054bb5;--app-color-success: #16a34a;--app-color-danger: #b42318;--app-color-danger-soft: #fff4f2;--app-color-border: #d9e6f7;--app-color-border-strong: #b8d4fb;--app-color-surface: #ffffff;--app-color-surface-muted: #f8fbff;--app-color-checkout-soft: #eef2ff;--app-color-checkout-border: #e8ecf4;--app-color-checkout-accent: #5a67d8;--app-color-checkout-warning: #fff1d9;--app-radius-sm: 10px;--app-radius-md: 14px;--app-radius-lg: 18px;--app-radius-xl: 24px;--app-spacing-xs: 8px;--app-spacing-sm: 12px;--app-spacing-md: 16px;--app-spacing-lg: 22px;--app-shadow-soft: 0 24px 80px -52px rgba(6, 27, 78, .45);--app-shadow-card: 0 20px 45px rgba(15, 23, 42, .08)}body{margin:0;background:#f3f6f9}html.modal-scroll-lock,html.modal-scroll-lock body,html.modal-scroll-lock #app,html.modal-scroll-lock #layout-wrapper,html.modal-scroll-lock .main-content{overflow:hidden!important}.main-content>.page-content{padding-bottom:5rem!important}.main-content>.page-content:has(>.container-fluid>.page-hero:first-child),.main-content>.page-content:has(>.container-fluid>.hero.page-title-box:first-child),.main-content>.page-content:has(>.container-fluid>.customer-hero:first-child){padding-top:100px!important}.main-content>.page-content:has(>.container-fluid>.page-hero:first-child)>.container-fluid,.main-content>.page-content:has(>.container-fluid>.hero.page-title-box:first-child)>.container-fluid,.main-content>.page-content:has(>.container-fluid>.customer-hero:first-child)>.container-fluid{padding-top:0!important}.main-content>.footer,footer.footer{margin-top:2rem!important}.page-content .container-fluid>*:last-child{margin-bottom:0!important}.table-qr-page{padding-bottom:.75rem!important}.table-qr-page .panel{margin-bottom:.75rem!important}button,select,input,textarea{font:inherit}.app-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.75rem 1.05rem;border:1px solid transparent;border-radius:10px;font-size:.95rem;font-weight:800;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,transform .2s ease}.app-btn:hover{transform:translateY(-1px)}.app-btn:disabled,.app-btn[aria-disabled=true]{opacity:.7;cursor:not-allowed;transform:none}.app-btn--block{width:100%}.app-btn--primary{color:#fff;background:var(--app-color-primary);border-color:var(--app-color-primary)}.app-btn--primary:hover{background:var(--app-color-primary-strong);border-color:var(--app-color-primary-strong)}.app-btn--secondary{color:#fff;background:#102a56;border-color:#102a56}.app-btn--secondary:hover{background:#0b1f40;border-color:#0b1f40}.app-btn--outline{color:var(--app-color-primary);background:#fff;border-color:var(--app-color-border-strong)}.app-btn--outline:hover{background:#f0f6ff}.app-btn--danger-soft{color:var(--app-color-danger);background:#fff5f4;border-color:#fecaca}.app-btn--danger-soft:hover{background:#ffe8e6}.app-card{border:1px solid var(--app-color-border);border-radius:var(--app-radius-md);background:var(--app-color-surface);box-shadow:0 12px 30px -24px #061b4e59}.app-card--default{background:var(--app-color-surface)}.app-card--muted{background:var(--app-color-surface-muted)}.app-card--padding-sm{padding:16px}.app-card--padding-md{padding:20px}.app-card--padding-lg{padding:24px}.app-alert{padding:14px 16px;border:1px solid transparent;border-radius:var(--app-radius-sm);font-weight:700}.app-alert--info{color:var(--app-color-primary);background:#eef6ff;border-color:#cfe1fb}.app-alert--danger{color:var(--app-color-danger);background:var(--app-color-danger-soft);border-color:#f4c7c3}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:20px;background:#0f172a8c}.app-modal{width:min(480px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 30px 90px #0f172a40}.app-modal--lg{width:min(640px,100%)}.app-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 0}.app-modal__heading{display:grid;gap:6px}.app-modal__eyebrow{margin:0;color:#5a67d8;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.app-modal__title{margin:0;color:#101828;font-size:1.4rem;line-height:1.2}.app-modal__close{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#667085;font-size:1.4rem;line-height:1;cursor:pointer}.app-modal__body{padding:16px 22px 0;overflow:auto}.app-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 22px 22px;flex-shrink:0}.app-loading,.app-empty-state{display:grid;justify-items:center;gap:12px;padding:28px 20px;text-align:center}.app-loading--inline{justify-items:start;grid-template-columns:auto 1fr;text-align:left}.app-loading__spinner{width:34px;height:34px;border:3px solid #dbe7fb;border-top-color:var(--app-color-primary);border-radius:50%;animation:app-loading-spin .9s linear infinite}.app-loading__copy,.app-empty-state__copy{display:grid;gap:4px}.app-loading__copy strong,.app-empty-state__copy strong{color:#101828;font-size:1rem}.app-loading__copy p,.app-empty-state__copy p{margin:0;color:#667085;line-height:1.6}.app-empty-state{border:1px dashed #d8e5ff;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f6f9ff)}.app-empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#e8f1ff;color:var(--app-color-primary);font-size:1.25rem;font-weight:800}.checkout-panel,.cart-panel{position:sticky;top:16px;display:grid;gap:var(--app-spacing-md);align-content:start;padding:var(--app-spacing-lg);background:var(--app-color-surface);border-radius:var(--app-radius-xl);box-shadow:var(--app-shadow-card)}:is(.checkout-panel,.cart-panel) .panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}:is(.checkout-panel,.cart-panel) .panel-header h2{margin:0;color:var(--app-color-text);font-size:1.3rem}:is(.checkout-panel,.cart-panel) .panel-eyebrow{color:var(--app-color-checkout-accent);text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem;margin-bottom:8px}:is(.checkout-panel,.cart-panel) .panel-count,:is(.checkout-panel,.cart-panel) .head-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:var(--app-color-checkout-soft);color:var(--app-color-checkout-accent);font-weight:800;white-space:nowrap}:is(.checkout-panel,.cart-panel) .cart-list{display:grid;gap:var(--app-spacing-sm);max-height:280px;overflow:auto;padding-right:4px}:is(.checkout-panel,.cart-panel) .cart-item{display:flex;align-items:center;justify-content:space-between;gap:var(--app-spacing-sm);padding:14px;border:1px solid var(--app-color-checkout-border);border-radius:var(--app-radius-lg)}:is(.checkout-panel,.cart-panel) .cart-item-info{display:grid;gap:4px;min-width:0}:is(.checkout-panel,.cart-panel) .cart-item-info strong{color:var(--app-color-text)}:is(.checkout-panel,.cart-panel) .cart-item-info :is(span,small),:is(.checkout-panel,.cart-panel) .helper-text,:is(.checkout-panel,.cart-panel) .member-status p,:is(.checkout-panel,.cart-panel) .payment-summary-card small{color:var(--app-color-muted)}:is(.checkout-panel,.cart-panel) .cart-item-actions{display:flex;align-items:center;gap:8px}:is(.checkout-panel,.cart-panel) .qty-btn,:is(.checkout-panel,.cart-panel) .remove-btn{width:34px;height:34px;border:0;border-radius:var(--app-radius-sm);background:#f1f5ff;color:#344054;font-weight:800;cursor:pointer}:is(.checkout-panel,.cart-panel) .remove-btn{color:#d92d20;background:#fff1f1}:is(.checkout-panel,.cart-panel) .qty-value{min-width:24px;text-align:center;font-weight:800}:is(.checkout-panel,.cart-panel) .empty-cart{color:var(--app-color-muted);text-align:center;padding:28px 12px}:is(.checkout-panel,.cart-panel) .summary-box{margin-top:16px;padding:16px;border-radius:var(--app-radius-lg);background:#fafbff;border:1px solid var(--app-color-checkout-border);display:grid;gap:10px}:is(.checkout-panel,.cart-panel) .summary-row,:is(.checkout-panel,.cart-panel) .summary-tax-control{display:flex;align-items:center;justify-content:space-between;gap:12px}:is(.checkout-panel,.cart-panel) .summary-row.total{padding-top:10px;border-top:1px dashed #e2e8f0}:is(.checkout-panel,.cart-panel) .summary-tax-control{padding:12px;border:1px solid var(--app-color-checkout-border);border-radius:16px;background:#fff}:is(.checkout-panel,.cart-panel) .summary-tax-control--stacked{display:grid;align-items:stretch}:is(.checkout-panel,.cart-panel) .summary-tax-control--stacked input{max-width:160px;justify-self:end}:is(.checkout-panel,.cart-panel) .summary-tax-control span,:is(.checkout-panel,.cart-panel) .checkout-form span{font-weight:700;color:#344054}:is(.checkout-panel,.cart-panel) .checkout-form{margin-top:16px;display:grid;gap:12px}:is(.checkout-panel,.cart-panel) .checkout-form label{display:grid;gap:8px}:is(.checkout-panel,.cart-panel) .checkout-form :is(input,select,textarea),:is(.checkout-panel,.cart-panel) .inline-action :is(input,select){width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;font-size:.98rem;background:#fff}:is(.checkout-panel,.cart-panel) .member-box{display:grid;gap:12px;padding:14px;border-radius:var(--app-radius-lg);background:linear-gradient(135deg,#f8faff,#eef2ff);border:1px solid #dfe7ff}:is(.checkout-panel,.cart-panel) .member-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}:is(.checkout-panel,.cart-panel) .member-head span{display:block;font-weight:800;color:#1f2937}:is(.checkout-panel,.cart-panel) .member-status{padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #e5e7eb}:is(.checkout-panel,.cart-panel) .member-status strong,:is(.checkout-panel,.cart-panel) .quick-info strong,:is(.checkout-panel,.cart-panel) .payment-summary-card strong{color:var(--app-color-text)}:is(.checkout-panel,.cart-panel) .guest-login-form{display:grid;gap:10px}:is(.checkout-panel,.cart-panel) .inline-action{display:flex;gap:10px;align-items:center}:is(.checkout-panel,.cart-panel) .btn-secondary,:is(.checkout-panel,.cart-panel) .btn-primary{min-height:42px;padding:10px 14px;border-radius:12px;font-weight:700;border:0;cursor:pointer}:is(.checkout-panel,.cart-panel) .btn-secondary.compact{min-height:38px;padding:8px 12px}:is(.checkout-panel,.cart-panel) .payment-summary-card{display:grid;gap:4px;padding:14px 16px;border-radius:16px;border:1px solid #d9e2ff;background:linear-gradient(180deg,#fff,#f8faff);box-shadow:0 12px 22px #5a67d814}:is(.checkout-panel,.cart-panel) .success-line{color:#027a48;font-size:.9rem}:is(.checkout-panel,.cart-panel) .text-link{border:0;background:transparent;color:var(--app-color-checkout-accent);font-weight:700;cursor:pointer}:is(.checkout-panel,.cart-panel) .reward-box{display:grid;gap:10px;padding:12px;border-radius:16px;background:linear-gradient(135deg,#fffaf2 0%,var(--app-color-checkout-warning) 100%);border:1px solid #ffe0aa;margin-top:16px;overflow:hidden}:is(.checkout-panel,.cart-panel) .reward-head{display:flex;justify-content:space-between;gap:12px;align-items:center}:is(.checkout-panel,.cart-panel) .reward-head span{font-weight:800}:is(.checkout-panel,.cart-panel) .reward-head small{color:#8a5b00}:is(.checkout-panel,.cart-panel) .reward-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;max-height:280px;overflow-y:auto;padding-right:4px}:is(.checkout-panel,.cart-panel) .reward-item{display:grid;gap:8px;padding:10px;border-radius:14px;background:#ffffffc7;border:1px solid rgba(255,224,170,.7);box-shadow:0 8px 16px #f9a82514}:is(.checkout-panel,.cart-panel) .reward-copy{display:grid;gap:6px}:is(.checkout-panel,.cart-panel) .reward-headline{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}:is(.checkout-panel,.cart-panel) .reward-item strong{display:block;color:var(--app-color-text);font-size:.9rem;line-height:1.3}:is(.checkout-panel,.cart-panel) .reward-item p{margin:2px 0 0;color:#6b7280;font-size:.76rem;line-height:1.35}:is(.checkout-panel,.cart-panel) :is(.reward-min,.reward-code,.reward-chip){display:inline-flex;width:-moz-fit-content;width:fit-content;border-radius:999px;font-weight:700}:is(.checkout-panel,.cart-panel) .reward-min{padding:3px 7px;background:#f973161a;color:#c2410c}:is(.checkout-panel,.cart-panel) .reward-code{padding:3px 7px;background:#5a67d81a;color:var(--app-color-checkout-accent);font-weight:800;letter-spacing:.02em}:is(.checkout-panel,.cart-panel) .reward-chip{align-items:center;min-height:24px;padding:0 9px;background:#edf7e9;color:#2f855a;font-size:.68rem;font-weight:800;white-space:nowrap}:is(.checkout-panel,.cart-panel) .reward-chip.redeemed{background:#eef2ff;color:var(--app-color-checkout-accent)}:is(.checkout-panel,.cart-panel) .quick-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}:is(.checkout-panel,.cart-panel) .quick-info>div{padding:14px;border-radius:16px;background:#f8faff}:is(.checkout-panel,.cart-panel) .quick-info span{display:block;color:var(--app-color-muted);font-size:.84rem;margin-bottom:4px}@keyframes app-loading-spin{to{transform:rotate(360deg)}}[class$=-page],[class*="-page "]{color:#212529}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero){position:relative!important;isolation:isolate!important;overflow:hidden!important;display:flex!important;align-self:stretch!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;width:calc(100% + 3rem)!important;max-width:calc(100% + 3rem)!important;min-height:210px!important;padding:34px 36px 88px!important;margin:-1px -1.5rem 0!important;border:0!important;border-radius:0!important;background-color:#075bd8!important;background-image:url(/build/assets/hybrix-header-bg-D3-Admd3.png)!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-position:center center!important;box-shadow:none!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero):before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-1!important;background:transparent!important;pointer-events:none!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero):after{content:""!important;position:absolute!important;top:18px!important;right:34px!important;bottom:58px!important;width:min(520px,38vw)!important;z-index:0!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:contain!important;opacity:.18!important;filter:drop-shadow(0 16px 28px rgba(0,0,0,.16))!important;pointer-events:none!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero)>*{position:relative!important;z-index:1!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) h1,.page-title{margin:0 0 8px!important;color:#fff!important;font-size:34px!important;font-weight:700!important;letter-spacing:0!important}.eyebrow,.panel-eyebrow{margin-bottom:6px!important;color:#878a99!important;font-size:13px!important;font-weight:600!important;letter-spacing:0!important;text-transform:uppercase!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) .eyebrow{color:#ffffffc7!important}.hero-copy,.hero-text,.hero-subtitle,.drawer-subtitle,.muted{color:#878a99!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) :is(.hero-copy,.hero-text,.hero-subtitle){max-width:760px!important;color:#ffffffe6!important;font-size:1rem!important;line-height:1.7!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) :is(.hero-actions,.hero-tools){display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:.65rem!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) .btn-secondary,.hero-badge{background:#ffffff2e!important;border-color:#ffffff42!important;color:#fff!important;box-shadow:none!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) .btn-secondary:hover{background:#ffffff42!important;border-color:#ffffff5c!important;color:#fff!important}.page-hero+.overview-grid,.hero.page-title-box+.dashboard-grid,.table-qr-page>.hero+.summary-grid,.customer-hero+*{position:relative!important;z-index:2!important;margin-top:-54px!important}.btn-primary,.btn-secondary,.btn-recommend,.checkout-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:.5rem .9rem!important;border-radius:.3rem!important;border:1px solid transparent!important;font-size:.875rem!important;font-weight:500!important;line-height:1.5!important;box-shadow:none!important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important}.btn-primary,.btn-recommend,.checkout-btn{background:#2dcb73!important;border-color:#2dcb73!important;color:#fff!important}.btn-primary:hover,.btn-recommend:hover,.checkout-btn:hover{background:#26ad62!important;border-color:#24a35c!important;transform:none!important}.btn-secondary{background:#eff2f7!important;border-color:#eff2f7!important;color:#343a40!important}.btn-secondary:hover{background:#dfe5ee!important;border-color:#d7dee9!important;transform:none!important}.overview-grid,.stats-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:1rem!important;margin-bottom:1rem!important}.dashboard-grid{display:grid!important;gap:1rem!important;margin-bottom:1rem!important}.dashboard-grid.top-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:767.98px){.main-content>.page-content:has(>.container-fluid>.page-hero:first-child),.main-content>.page-content:has(>.container-fluid>.hero.page-title-box:first-child),.main-content>.page-content:has(>.container-fluid>.customer-hero:first-child){padding-top:100px!important}.main-content>.page-content:has(>.container-fluid>.page-hero:first-child)>.container-fluid,.main-content>.page-content:has(>.container-fluid>.hero.page-title-box:first-child)>.container-fluid,.main-content>.page-content:has(>.container-fluid>.customer-hero:first-child)>.container-fluid{padding-top:0!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero){flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;width:calc(100% + 2rem)!important;max-width:calc(100% + 2rem)!important;min-height:230px!important;padding:28px 24px 76px!important;margin-right:-1rem!important;margin-left:-1rem!important;background-size:100% 100%!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero):after{top:20px!important;right:-24px!important;bottom:56px!important;width:min(360px,72vw)!important;opacity:.12!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) h1,.page-title{font-size:28px!important;line-height:1.15!important}:is(.page-hero,.hero.page-title-box,.table-qr-page>.hero,.customer-hero) :is(.hero-actions,.hero-tools){justify-content:flex-start!important;width:100%!important}.page-hero+.overview-grid,.hero.page-title-box+.dashboard-grid,.table-qr-page>.hero+.summary-grid,.customer-hero+*{margin-top:-44px!important}.dashboard-grid.top-grid{grid-template-columns:minmax(0,1fr)!important}}.overview-card,.stat-card,.summary-card,.result-card,.scan-card,.payment-summary-card,.checkout-history-card,.placeholder-card,.recommendation-form{position:relative!important;padding:1.25rem!important;border:0!important;border-radius:.3rem!important;background:#fff!important;box-shadow:0 5px 20px -6px #878a9947!important}.overview-card span,.overview-label{display:block!important;margin-bottom:.75rem!important;color:#878a99!important;font-size:13px!important;font-weight:500!important;text-transform:uppercase!important}.overview-card strong,.summary-card strong,.stat-value{color:#141821!important;font-size:22px!important;font-weight:600!important;letter-spacing:0!important}.toolbar{padding:0!important;margin:0 0 1rem!important;border:0!important;background:transparent!important;box-shadow:none!important}.toolbar input,.toolbar select,.search-box input,.search-box select,.filters input,.filters select,.form-input,.modal-form input,.modal-form select,.modal-form textarea,.checkout-form input,.checkout-form select,.checkout-form textarea{min-height:38px!important;padding:.5rem .9rem!important;border:1px solid #ced4da!important;border-radius:.3rem!important;background-color:#fff!important;color:#212529!important;box-shadow:none!important}.toolbar input:focus,.toolbar select:focus,.form-input:focus,.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{border-color:#a1c7ff!important;box-shadow:0 0 0 .15rem #438eff33!important;outline:0!important}.table-card,.chart-card,.queue-card{overflow:hidden!important;padding:0!important;border:0!important;border-radius:.3rem!important;background:#fff!important;box-shadow:0 5px 20px -6px #878a9947!important}.table-card>h3,.table-card .card-title,.chart-header,.queue-card>.chart-header{padding:1rem 1.25rem!important;border-bottom:1px solid #e9ebec!important;background:#fff!important}.table-wrap,.queue-table-wrap{width:100%!important;overflow-x:auto!important;border:0!important;border-radius:0!important;box-shadow:none!important}.table-wrap table,.queue-table,.data-table{width:100%!important;margin-bottom:0!important;border-collapse:collapse!important;background:transparent!important}.table-wrap th,.table-wrap td,.queue-table th,.queue-table td,.data-table th,.data-table td{padding:.75rem 1rem!important;border-bottom:1px solid #e9ebec!important;vertical-align:middle!important;color:#212529!important;min-width:0!important}.table-wrap th,.queue-table thead th,.data-table th{background:#f3f6f9!important;color:#495057!important;font-size:12px!important;font-weight:600!important;letter-spacing:.04em!important;text-transform:uppercase!important}.table-wrap tr:hover td,.queue-table tbody tr:hover td,.data-table tr:hover{background:#f8f9fa!important}.table-wrap td:not(.actions-col),.queue-table td:not(.actions-col),.data-table td:not(.actions-col){white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}.table-wrap td>:is(span,strong,small,p,a,div),.queue-table td>:is(span,strong,small,p,a,div),.data-table td>:is(span,strong,small,p,a,div){max-width:100%!important;min-width:0!important}.table-cell-text{display:block!important;max-width:100%!important;min-width:0!important}.table-cell-text--truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.table-cell-text--wrap{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.5!important}@media(min-width:768px){:is(.branches-page,.users-page,.marketings-page,.subscription-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar+section.table-card .table-wrap>table{table-layout:fixed!important}.table-wrap th.actions-col,.data-table th.actions-col{text-align:center!important;white-space:nowrap!important;width:116px!important}.table-wrap td.actions-col,.data-table td.actions-col{text-align:right!important;white-space:nowrap!important;width:116px!important}.table-wrap td.actions-col .action-buttons,.data-table td.actions-col .action-buttons{justify-content:flex-end!important;width:100%!important}.products-page section.toolbar+section.table-card .table-wrap th:first-child,.products-page section.toolbar+section.table-card .table-wrap td.thumb-cell{width:96px!important}}.status-pill,.type-pill,.product-badge,.history-pill,.queue-payment-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:.25em .6em!important;border-radius:.25rem!important;border:0!important;box-shadow:none!important;font-size:12px!important;font-weight:600!important;line-height:1!important}.status-pill.active,.status-pill.completed,.type-pill.simple,.queue-payment-badge.paid{background:#2dcb731f!important;color:#2dcb73!important}.status-pill.inactive,.type-pill.recipe,.queue-payment-badge.pending{background:#f6b74924!important;color:#c99124!important}.status-pill.refunded,.queue-payment-badge.refunded{background:#8561f924!important;color:#8561f9!important}.action-icon-btn,.queue-detail-toggle,.qty-btn,.remove-btn,.drawer-close,.modal-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border:1px solid #e9ebec!important;border-radius:.3rem!important;background:#fff!important;color:#438eff!important;box-shadow:none!important}.action-icon-btn.danger,.remove-btn{color:#ff6c6c!important}.modal-backdrop,.assistant-drawer-backdrop,.queue-modal-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1055!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important;background:#14182173!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-card,.assistant-drawer,.queue-edit-modal{width:min(720px,100%)!important;max-height:calc(100vh - 2rem)!important;overflow:auto!important;padding:0!important;border:0!important;border-radius:.3rem!important;background:#fff!important;box-shadow:0 5px 20px -6px #14182159!important}.modal-header,.assistant-drawer-head,.queue-modal-head{padding:1rem 1.25rem!important;border-bottom:1px solid #e9ebec!important;background:#fff!important}.modal-form,.queue-modal-body,.assistant-drawer-body{padding:1.25rem!important}.modal-actions,.preview-actions,.queue-modal-actions{display:flex!important;justify-content:flex-end!important;gap:.5rem!important;padding-top:1rem!important;border-top:1px solid #e9ebec!important}.pagination,.queue-pagination{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:.75rem!important;padding:1rem 0 0!important;margin:0!important;border-top:0!important;color:#6b7280!important;font-size:.875rem!important}.table-card>.pagination,.queue-card>.queue-pagination{margin-top:1rem!important;padding:1rem 0 0!important;border-top:1px solid #eef1f5!important}.pagination-pages{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:.35rem!important}.pagination-info,.pagination>span,.queue-pagination>span{color:#878a99!important;font-size:.85rem!important;font-weight:500!important;line-height:1.35!important;white-space:nowrap!important}.pagination .btn-secondary,.pagination-nav,.queue-page-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;min-height:38px!important;padding:.5rem .9rem!important;border:1px solid #e5e7eb!important;border-radius:.45rem!important;background:#fff!important;color:#405189!important;font-size:.875rem!important;font-weight:600!important;line-height:1.2!important;box-shadow:0 6px 16px -12px #14182159!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease!important}.pagination .btn-secondary:hover:not(:disabled),.pagination-nav:hover:not(:disabled),.queue-page-btn:hover:not(:disabled),.page-btn:hover:not(:disabled){border-color:#cfe0ff!important;background:#f4f8ff!important;color:#2f6fd6!important}.pagination .btn-secondary:disabled,.pagination-nav:disabled,.queue-page-btn:disabled,.page-btn:disabled{cursor:not-allowed!important;opacity:.55!important;box-shadow:none!important}.page-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:38px!important;padding:0 .65rem!important;border:1px solid #e5e7eb!important;border-radius:.45rem!important;background:#fff!important;color:#405189!important;font-size:.875rem!important;font-weight:600!important;line-height:1!important;box-shadow:0 6px 16px -12px #14182159!important}.page-btn.active{background:#405189!important;border-color:#405189!important;color:#fff!important;box-shadow:0 10px 18px -12px #405189a6!important}.state-box,.loading,.queue-empty,.no-data{padding:2rem!important;color:#878a99!important;text-align:center!important}.product-browser-panel{padding:28px!important;border:0!important;border-radius:24px!important;background:#fff!important;box-shadow:0 20px 45px #0f172a14!important}.product-browser-panel>.panel-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin-bottom:18px!important}.product-browser-panel>.panel-header h2{margin:0!important;color:#050b1f!important;font-size:1.45rem!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0!important}.product-browser-panel .panel-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:.65rem 1.1rem!important;border-radius:999px!important;background:#eef2ff!important;color:#4f46e5!important;font-size:.92rem!important;font-weight:800!important;white-space:nowrap!important}.product-browser-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) 190px 96px!important;gap:10px!important;margin:0 0 18px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.product-browser-toolbar input,.product-browser-toolbar select{width:100%!important;min-width:0!important;min-height:52px!important;border:1px solid #d0d5dd!important;border-radius:8px!important;background-color:#fff!important;color:#111827!important;font-size:.98rem!important;line-height:1.35!important}.product-browser-toolbar input{padding:.75rem 1rem!important}.product-browser-toolbar select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;padding:.75rem 2.8rem .75rem 1rem!important;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%)!important;background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}.product-browser-toolbar .btn-secondary{min-height:52px!important;border-radius:8px!important;background:#eef1f6!important;border-color:#eef1f6!important;color:#111827!important;font-weight:700!important}.pos-page .pos-product-toolbar{position:static!important;inset:auto!important;top:auto!important;z-index:auto!important;transform:none!important}@media(max-width:767.98px){.product-browser-panel{padding:28px!important;border-radius:24px 24px 0 0!important}.product-browser-panel>.panel-header{margin-bottom:22px!important}.product-browser-panel>.panel-header h2{font-size:1.35rem!important}.product-browser-toolbar{grid-template-columns:1fr!important;gap:12px!important}.product-browser-toolbar input,.product-browser-toolbar select,.product-browser-toolbar .btn-secondary{width:100%!important}}.overview-grid,.summary-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:1rem!important;margin-bottom:1.5rem!important}.reports-page .overview-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important}.reports-page .overview-grid>:nth-child(-n+3){grid-column:span 4!important}.reports-page .overview-grid>.overview-stack-column,.reports-page .overview-grid>.hybrix-counter-card{grid-column:span 4!important}.reports-page .overview-stack-column{display:grid!important;gap:1rem!important;min-width:0!important}.reports-page .hybrix-counter-card{border-radius:.45rem!important;box-shadow:0 5px 10px #1e20251f!important}@media(max-width:767.98px){.reports-page .overview-grid{grid-template-columns:1fr!important}.reports-page .overview-grid>*{grid-column:auto!important}}.overview-card.hybrix-overview-card,.summary-card.hybrix-overview-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;min-height:118px!important;padding:1.25rem 6rem 1.25rem 1.25rem!important;overflow:hidden!important;border:0!important;border-radius:.3rem!important;background:#fff!important;box-shadow:0 5px 20px -6px #878a9947!important;text-align:left!important}.overview-card.hybrix-overview-card>.hybrix-overview-label,.summary-card.hybrix-overview-card>.hybrix-overview-label,.overview-card.hybrix-overview-card>span:first-child,.summary-card.hybrix-overview-card>span:first-child{position:relative!important;z-index:1!important;display:block!important;width:100%!important;margin:0 0 .7rem!important;color:#878a99!important;font-size:.8125rem!important;font-weight:600!important;letter-spacing:0!important;line-height:1.35!important;text-align:left!important;text-transform:uppercase!important}.overview-card.hybrix-overview-card>.hybrix-overview-value,.summary-card.hybrix-overview-card>.hybrix-overview-value,.overview-card.hybrix-overview-card>strong,.summary-card.hybrix-overview-card>strong{position:relative!important;z-index:1!important;display:block!important;width:100%!important;margin:0 0 .9rem!important;color:#141821!important;font-size:1.45rem!important;font-weight:600!important;letter-spacing:0!important;line-height:1.2!important;text-align:left!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon,.summary-card.hybrix-overview-card>.hybrix-overview-icon{position:absolute!important;top:1.25rem!important;right:1.55rem!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;border-radius:50%!important;background:#438eff29!important;color:#438eff!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon i,.summary-card.hybrix-overview-card>.hybrix-overview-icon i{color:currentColor!important;font-size:1.35rem!important;opacity:1!important}.overview-card.hybrix-overview-card>.text-success,.summary-card.hybrix-overview-card>.text-success{color:#2dcb73!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon.text-success,.summary-card.hybrix-overview-card>.hybrix-overview-icon.text-success{background:#2dcb7329!important}.overview-card.hybrix-overview-card>.text-warning,.summary-card.hybrix-overview-card>.text-warning{color:#f6b749!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon.text-warning,.summary-card.hybrix-overview-card>.hybrix-overview-icon.text-warning{background:#f6b7492e!important}.overview-card.hybrix-overview-card>.text-info,.summary-card.hybrix-overview-card>.text-info{color:#4ab0c1!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon.text-info,.summary-card.hybrix-overview-card>.hybrix-overview-icon.text-info{background:#4ab0c129!important}.overview-card.hybrix-overview-card>.text-danger,.summary-card.hybrix-overview-card>.text-danger{color:#ff6c6c!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon.text-danger,.summary-card.hybrix-overview-card>.hybrix-overview-icon.text-danger{background:#ff6c6c2e!important}.overview-card.hybrix-overview-card>.text-primary,.summary-card.hybrix-overview-card>.text-primary{color:#438eff!important}.overview-card.hybrix-overview-card>.hybrix-overview-icon.text-primary,.summary-card.hybrix-overview-card>.hybrix-overview-icon.text-primary{background:#438eff29!important}.overview-card.hybrix-overview-card>[data-hybrix-effect=true],.summary-card.hybrix-overview-card>[data-hybrix-effect=true]{position:absolute!important;z-index:0!important;pointer-events:none!important}.overview-card.hybrix-overview-card>.animation-effect-6,.summary-card.hybrix-overview-card>.animation-effect-6{right:1.9rem!important;bottom:1.7rem!important}.overview-card.hybrix-overview-card>.animation-effect-4,.summary-card.hybrix-overview-card>.animation-effect-4{right:5rem!important;bottom:.65rem!important}.overview-card.hybrix-overview-card>.animation-effect-3,.summary-card.hybrix-overview-card>.animation-effect-3{right:7.9rem!important;bottom:2.35rem!important}.overview-card.hybrix-overview-card>*:not(.hybrix-overview-icon):not([data-hybrix-effect=true]),.summary-card.hybrix-overview-card>*:not(.hybrix-overview-icon):not([data-hybrix-effect=true]){text-align:left!important}.hybrix-table-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1060;display:none;align-items:center;justify-content:center;padding:1rem;background:#1418217a}.hybrix-table-modal-backdrop.show{display:flex}.hybrix-table-modal-open{overflow:hidden}.hybrix-table-modal{width:min(680px,100%);max-height:min(82vh,720px);overflow:hidden;border-radius:.45rem;background:#fff;box-shadow:0 24px 72px #14182147}.hybrix-table-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e9ebec}.hybrix-table-modal-head h3{margin:0;color:#141821;font-size:1rem;font-weight:600}.hybrix-table-modal-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e9ebec;border-radius:.3rem;background:#fff;color:#878a99}.hybrix-table-modal-body{display:grid;gap:.65rem;max-height:calc(min(82vh,720px) - 78px);overflow-y:auto;padding:1rem 1.25rem 1.25rem}.hybrix-table-detail-item{display:grid;gap:.25rem;padding:.75rem .85rem;border:1px solid #e9ebec;border-radius:.35rem;background:#fff}.hybrix-table-detail-item.is-primary{background:#f8f9fa}.hybrix-table-detail-item span{color:#878a99;font-size:.75rem;font-weight:600;text-transform:uppercase}.hybrix-table-detail-item strong{color:#141821;font-size:.92rem;font-weight:600;white-space:pre-wrap}.hybrix-table-detail-value{display:grid;gap:.6rem}.hybrix-table-detail-rich{color:#141821}.hybrix-table-detail-rich>*:last-child{margin-bottom:0}.hybrix-table-detail-rich .status-pill,.hybrix-table-detail-rich .queue-payment-badge,.hybrix-table-detail-rich .queue-number-badge,.hybrix-table-detail-rich .type-pill,.hybrix-table-detail-rich .history-pill{margin-right:.35rem}.queue-number-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:.25rem;margin-top:.2rem;padding:.28rem .55rem;border:1px solid #dbe4ff;border-radius:999px;background:#eef3ff;color:#405189;font-size:.75rem;font-weight:700;line-height:1;white-space:nowrap}.order-invoice-cell{align-items:flex-start}.hybrix-table-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem}.hybrix-table-action-proxy{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border:1px solid #e9ebec;border-radius:.3rem;background:#fff;color:#405189;font-size:.95rem;font-weight:600;line-height:1.2;box-shadow:none}.hybrix-table-action-proxy i{font-size:1rem;line-height:1}.hybrix-table-action-proxy.success{color:#027a48;border-color:#bbf7d0;background:#ecfdf3}.hybrix-table-action-proxy.danger{color:#be123c;border-color:#fecdd3;background:#fff1f2}.hybrix-table-action-proxy.refund{color:#7c3aed;border-color:#ddd6fe;background:#f3e8ff}.hybrix-table-action-proxy:disabled{opacity:.65}.hybrix-table-action-proxy.is-pressed,.hybrix-table-action-proxy[aria-pressed=true]{opacity:1;cursor:wait;background:#e8efff;border-color:#5a67d8;color:#405189;box-shadow:inset 0 0 0 2px #5a67d81f}.hybrix-table-action-proxy.is-pressed.success,.hybrix-table-action-proxy[aria-pressed=true].success{background:#dcfce7;border-color:#22c55e;color:#15803d}.hybrix-table-action-proxy.is-pressed.danger,.hybrix-table-action-proxy[aria-pressed=true].danger{background:#ffe4e6;border-color:#fb7185;color:#be123c}.hybrix-table-expanded-detail .hybrix-table-detail-rich{padding-top:.25rem}.hybrix-table-expanded-detail .nested-wrap,.hybrix-table-expanded-detail .queue-nested-wrap{overflow-x:auto}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page){padding-bottom:.75rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem!important;margin:-64px 0 1.5rem!important;position:relative!important;z-index:2!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:last-child:nth-child(odd)){grid-template-columns:repeat(3,minmax(0,1fr))!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:last-child:nth-child(2n)){grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(min-width:1200px){:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:nth-child(5):last-child){grid-template-columns:repeat(6,minmax(0,1fr))!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:nth-child(5):last-child)>.overview-card{grid-column:span 2!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:nth-child(5):last-child)>.overview-card:nth-child(n+4){grid-column:span 3!important}}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar{margin:0!important;padding:1.25rem 1.5rem 1rem!important;border:1px solid #e9ebec!important;border-bottom:0!important;border-radius:.55rem .55rem 0 0!important;background:#fff!important;box-shadow:none!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box){display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.75rem!important;width:100%!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box) :is(input,select){min-width:180px!important;min-height:44px!important;padding:.62rem 1rem!important;font-size:.92rem!important;line-height:1.35!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box) select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;padding-right:2.8rem!important;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%)!important;background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box) input{flex:1 1 280px!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box) .btn-secondary{min-height:44px!important;padding-inline:1.15rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar+section.table-card{margin:-1px 0 3.5rem!important;padding:1.25rem 1.5rem 1.5rem!important;border:1px solid #e9ebec!important;border-top:0!important;border-radius:0 0 .55rem .55rem!important;background:#fff!important;box-shadow:0 12px 28px -14px #878a9952!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar+section.table-card .table-wrap{overflow:auto!important;border:1px solid #eef1f5!important;border-radius:.4rem!important;background:#fff!important}@media(max-width:1199.98px){:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin-top:-56px!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:last-child:nth-child(odd)){grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:767.98px){:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important;margin-top:-44px!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:last-child:nth-child(odd)){grid-template-columns:1fr!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .overview-grid:has(>.overview-card:last-child:nth-child(2n)){grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar{padding:1rem 1rem .85rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) section.toolbar+section.table-card{padding:1rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) :is(.filters,.search-box) :is(input,select,.btn-secondary){width:100%!important;min-width:0!important}.pagination,.queue-pagination{justify-content:center!important;gap:.65rem!important;padding-top:1rem!important;text-align:center!important}.pagination-pages{order:1!important;width:100%!important;gap:.4rem!important}.pagination-info,.pagination>span,.queue-pagination>span{order:2!important;width:100%!important;white-space:normal!important}.pagination .btn-secondary,.pagination-nav,.queue-page-btn{order:3!important;flex:1 1 calc(50% - .4rem)!important;min-height:42px!important;max-width:220px!important}.page-btn{min-width:40px!important;height:40px!important}.table-wrap,.queue-table-wrap,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-wrap{overflow:visible!important}.hybrix-responsive-table,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table){min-width:0!important;border-collapse:separate!important;border-spacing:0 .65rem!important}.hybrix-responsive-table thead,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) thead{display:none!important}.hybrix-responsive-table tbody,.hybrix-responsive-table tr,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr{display:block!important;width:100%!important}.hybrix-responsive-table tr.hybrix-mobile-row,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row){position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) 28px!important;align-items:center!important;gap:.75rem!important;min-height:74px!important;padding:.85rem!important;border:1px solid #e9ebec!important;border-radius:.45rem!important;background:#fff!important;box-shadow:0 5px 20px -6px #878a993d!important;cursor:pointer!important}.hybrix-responsive-table tr.hybrix-mobile-row:after,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row):after{content:"";font-family:bootstrap-icons;color:#878a99;font-size:.95rem;justify-self:end}.hybrix-responsive-table td,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row)>td{display:block!important;width:auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;white-space:normal!important}.hybrix-responsive-table td.hybrix-mobile-primary-cell,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row)>td:nth-child(-n+2){overflow:hidden!important;color:#141821!important;font-size:.92rem!important;font-weight:600!important;line-height:1.35!important;text-overflow:ellipsis!important}.hybrix-responsive-table td.hybrix-mobile-primary-cell:before,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row)>td:nth-child(-n+2):before{content:attr(data-label);display:block;margin-bottom:.25rem;color:#878a99;font-size:.7rem;font-weight:600;line-height:1.2;text-transform:uppercase}.hybrix-responsive-table td.hybrix-mobile-hidden-cell,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.discounts-page,.vouchers-page,.customers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row)>td:nth-child(n+3){display:none!important}.hybrix-responsive-table tr:not(.hybrix-mobile-row){display:none!important}.hybrix-table-modal-backdrop{padding:.75rem}.hybrix-table-modal{width:min(600px,calc(100vw - 1.5rem));max-height:calc(100dvh - 1.5rem);border-radius:.5rem .5rem .35rem .35rem}.hybrix-table-modal-body{max-height:calc(100dvh - 6.5rem)}}.main-content>.page-content{padding-top:100px!important;--hybrix-admin-hero-bleed-left: 1.5rem;--hybrix-admin-hero-bleed-right: 2.6rem}.main-content>.page-content>.container-fluid{padding-top:0!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero){position:relative!important;isolation:isolate!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;width:calc(100% + var(--hybrix-admin-hero-bleed-left) + var(--hybrix-admin-hero-bleed-right))!important;max-width:none!important;min-height:312px!important;margin-top:0!important;margin-right:calc(-1 * var(--hybrix-admin-hero-bleed-right))!important;margin-left:calc(-1 * var(--hybrix-admin-hero-bleed-left))!important;padding:46px 44px 104px!important;border:0!important;border-radius:0!important;background-color:#075bd8!important;background-image:url(/build/assets/hybrix-header-bg-D3-Admd3.png)!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%!important;box-shadow:none!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero)>*{position:relative!important;z-index:1!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(h1,.page-title){margin:0 0 10px!important;color:#fff!important;font-size:2.125rem!important;font-weight:700!important;line-height:1.12!important;letter-spacing:0!important;text-transform:none!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(.eyebrow,.panel-eyebrow){margin-bottom:8px!important;color:#ffffffd1!important;font-size:.82rem!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(.hero-copy,.hero-text,.hero-subtitle){max-width:760px!important;margin:0!important;color:#ffffffeb!important;font-size:1rem!important;line-height:1.7!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(.hero-actions,.hero-tools){display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:.75rem!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(.btn-secondary,.hero-badge){color:#fff!important;background:#ffffff2e!important;border-color:#ffffff3d!important;box-shadow:none!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}:is(.dashboard-page>.dashboard-grid.top-grid,.table-qr-page>.summary-grid,.products-page>.overview-grid,.orders-page>.overview-grid,.branches-page>.overview-grid,.users-page>.overview-grid,.raw-materials-page>.overview-grid,.balancings-page>.overview-grid,.recipes-page>.overview-grid,.customers-page>.overview-grid,.reports-page>.overview-grid){position:relative!important;z-index:2!important;margin-top:-64px!important}.pos-page>.pos-workspace{position:relative!important;z-index:2!important;margin-top:-64px!important;padding-right:1.5rem!important;padding-left:1.5rem!important}.pos-page .product-browser-panel{border-radius:24px!important;padding:28px!important;background:#fff!important}@media(max-width:767.98px){.main-content>.page-content{--hybrix-admin-hero-bleed-left: 1.5rem;--hybrix-admin-hero-bleed-right: 1.5rem}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero){width:100vw!important;max-width:100vw!important;min-height:324px!important;margin-right:calc(50% - 50vw)!important;margin-left:calc(50% - 50vw)!important;padding:38px 24px 105px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;background-size:cover!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(h1,.page-title){font-size:2rem!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero) :is(.hero-actions,.hero-tools){width:100%!important;justify-content:flex-start!important}:is(.dashboard-page>.dashboard-grid.top-grid,.table-qr-page>.summary-grid,.products-page>.overview-grid,.orders-page>.overview-grid,.branches-page>.overview-grid,.users-page>.overview-grid,.raw-materials-page>.overview-grid,.balancings-page>.overview-grid,.recipes-page>.overview-grid,.customers-page>.overview-grid,.reports-page>.overview-grid){margin-top:-72px!important;grid-template-columns:1fr!important}.pos-page>.pos-workspace{margin-top:-72px!important;padding-right:1rem!important;padding-left:1rem!important}.pos-page .product-browser-panel{padding:28px!important;border-radius:24px!important}:is(.overview-grid,.summary-grid,.dashboard-grid.top-grid,.stats-grid){grid-template-columns:1fr!important}:is(.recipes-page,.balancings-page) .overview-grid,:is(.recipes-page,.balancings-page) .overview-grid:has(>.overview-card:last-child:nth-child(odd)),:is(.recipes-page,.balancings-page) .overview-grid:has(>.overview-card:last-child:nth-child(2n)){grid-template-columns:1fr!important}}@media(max-width:359.98px){html,body{font-size:14px}.main-content>.page-content{padding-bottom:4rem!important}.main-content>.page-content>.container-fluid{padding-right:.5rem!important;padding-left:.5rem!important}.navbar-header{padding-right:.5rem!important;padding-left:.5rem!important;gap:.5rem!important}.navbar-header .d-flex.align-items-center.gap-3,.navbar-header .d-flex.align-items-center.gap-2{gap:.4rem!important}.topbar-user{max-width:112px!important;padding-inline:.35rem!important}.topbar-user .d-none.d-xl-inline-block,.topbar-user .user-name-text,.topbar-user .user-name-sub-text{font-size:.78rem!important;line-height:1.2!important}.header-profile-user{height:30px!important;width:30px!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customer-hero){min-height:308px!important;padding:32px 18px 94px!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customer-hero) :is(h1,.page-title){font-size:2rem!important;line-height:1.12!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customer-hero) :is(.hero-copy,.hero-text,.hero-subtitle){font-size:.95rem!important;line-height:1.55!important}.btn-primary,.btn-secondary,.btn-recommend,.checkout-btn{min-height:42px!important;padding:.65rem .85rem!important;font-size:.9rem!important}.toolbar,.product-browser-panel,.cart-panel,.panel,.table-card,.chart-card,.queue-card,.report-panel{border-radius:18px!important}.product-browser-panel,.cart-panel,.panel,.table-card,.chart-card,.queue-card,.report-panel,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) section.toolbar,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) section.toolbar+section.table-card{padding-right:.85rem!important;padding-left:.85rem!important}.product-browser-panel{padding-top:1rem!important;padding-bottom:1rem!important}.product-browser-panel>.panel-header,.panel-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.product-browser-panel .panel-count,.panel-count{min-height:42px!important;padding:.5rem .9rem!important;font-size:.95rem!important;align-self:flex-start!important}.product-browser-toolbar,.toolbar,.filters,.search-box,.date-range-controls,.panel-controls{grid-template-columns:1fr!important;display:grid!important;gap:.65rem!important}.toolbar input,.toolbar select,.toolbar button,.product-browser-toolbar input,.product-browser-toolbar select,.product-browser-toolbar .btn-secondary,.filters input,.filters select,.filters button,.panel-controls input,.panel-controls select,.panel-controls button{width:100%!important;min-width:0!important}.product-browser-toolbar input,.product-browser-toolbar select,.product-browser-toolbar .btn-secondary,.toolbar input,.toolbar select,.toolbar button,.filters input,.filters select,.filters button{min-height:46px!important}.products-grid{grid-template-columns:1fr!important;gap:.85rem!important}.product-card{display:grid!important;grid-template-columns:minmax(96px,34vw) minmax(0,1fr)!important;align-items:stretch!important;border-radius:18px!important;overflow:hidden!important;min-height:0!important}.product-thumb-wrap{aspect-ratio:1 / 1!important;min-height:100%!important}.product-thumb,.product-thumb.placeholder{height:100%!important;min-height:100%!important;border-radius:0!important}.product-badges{top:.45rem!important;left:.45rem!important;right:auto!important;max-width:calc(100% - .9rem)!important;gap:.35rem!important}.product-badge{min-height:26px!important;padding:.2rem .5rem!important;font-size:.68rem!important;line-height:1.1!important;border-radius:999px!important}.product-badge svg{width:11px!important;height:11px!important}.product-content{display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:.45rem!important;min-width:0!important;padding:.8rem .8rem .75rem!important}.product-content h3{margin:0!important;font-size:1rem!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:break-word!important}.product-content .muted{margin:0!important;font-size:.78rem!important;line-height:1.25!important}.product-meta{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:.55rem!important;min-width:0!important}.price-stack{display:flex!important;flex-direction:column!important;gap:.1rem!important;min-width:0!important}.price-current{font-size:1rem!important;line-height:1.15!important;overflow-wrap:anywhere!important}.price-original{font-size:.72rem!important;line-height:1.2!important;overflow-wrap:anywhere!important}.meta-badges{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important}.stock-pill{min-height:36px!important;padding:.35rem .55rem!important;font-size:.8rem!important;line-height:1.15!important;text-align:center!important;white-space:normal!important;border-radius:999px!important}.discount-note{display:grid!important;gap:.15rem!important;margin-top:.1rem!important;padding:.45rem .55rem!important;border-radius:12px!important;min-width:0!important}.discount-name,.discount-min{font-size:.72rem!important;line-height:1.25!important;overflow-wrap:anywhere!important}.customer-page .products-grid,.pos-page .products-grid{grid-template-columns:1fr!important}.customer-page .product-card,.pos-page .product-card{border-radius:18px!important}.pos-page>.pos-workspace{padding-right:.5rem!important;padding-left:.5rem!important}.pos-page .pos-grid{grid-template-columns:1fr!important;gap:.85rem!important}.cart-panel{padding:1rem .85rem calc(1rem + env(safe-area-inset-bottom,0px))!important}.summary-box,.checkout-form,.member-box,.voucher-box,.payment-box,.receipt-box{padding:.9rem!important;border-radius:16px!important}.summary-row,.summary-tax-control,.member-head,.inline-action{gap:.6rem!important}.inline-action{grid-template-columns:1fr!important;display:grid!important}.overview-grid,.summary-grid,.dashboard-grid.top-grid,.stats-grid{grid-template-columns:1fr!important;gap:.85rem!important}.overview-card,.summary-card,.stat-card,.hybrix-overview-card{min-height:132px!important;padding:1rem!important;border-radius:18px!important}.overview-card strong,.summary-card strong,.stat-card strong,.hybrix-overview-card strong{font-size:1.9rem!important;line-height:1.05!important}.table-wrap,.queue-table-wrap,.report-table-wrap{margin-inline:-.15rem!important;padding-bottom:.25rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row){grid-template-columns:minmax(0,1fr) 24px!important;gap:.55rem .65rem!important;padding:.8rem .85rem!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row)>td:nth-child(-n+2){font-size:.88rem!important;line-height:1.4!important}:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) .table-card table:not(.hybrix-responsive-table) tbody tr:not(.order-detail-row):not(.queue-detail-row):after{font-size:1rem!important;top:.95rem!important;right:.8rem!important}.table-card>h3,.table-card .card-title,.chart-header,.queue-card>.chart-header{padding-right:.9rem!important;padding-left:.9rem!important}.pagination,.queue-pagination{flex-direction:column!important;align-items:stretch!important;gap:.6rem!important}.pagination .btn-secondary,.pagination .btn-primary,.queue-pagination .btn-secondary,.queue-pagination .btn-primary{width:100%!important}.customer-page,.customer-table-page{overflow-x:hidden!important}}@media(max-width:767.98px){:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero){width:calc(100vw + 24px)!important;max-width:none!important;margin-left:calc(50% - 50vw - 12px)!important;margin-right:calc(50% - 50vw - 12px)!important;background-position:center center!important;background-size:cover!important}}.modal-backdrop,.assistant-drawer-backdrop,.queue-modal-backdrop,.receipt-modal-backdrop,.report-transaction-modal-backdrop,.hybrix-table-modal-backdrop,.mobile-checkout-backdrop,.customer-mobile-checkout-backdrop{z-index:7000!important}.modal-card,.assistant-drawer,.queue-edit-modal,.receipt-modal-card,.report-transaction-modal,.hybrix-table-modal,.cart-panel.is-mobile-open,.checkout-panel.is-mobile-open{position:relative!important;z-index:7010!important}.cart-panel.is-mobile-open .cart-mobile-close,.checkout-panel.is-mobile-open .checkout-mobile-close,.hybrix-table-modal-close,.modal-close{z-index:7015!important}@media(max-width:319.98px){html,body{font-size:13px}.main-content>.page-content>.container-fluid,.pos-page>.pos-workspace{padding-right:.4rem!important;padding-left:.4rem!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customer-hero){padding:28px 16px 90px!important}:is(.dashboard-page>.hero.page-title-box,.table-qr-page>.hero,.pos-page>.page-hero,.products-page>.page-hero,.orders-page>.page-hero,.branches-page>.page-hero,.users-page>.page-hero,.raw-materials-page>.page-hero,.balancings-page>.page-hero,.recipes-page>.page-hero,.customers-page>.page-hero,.reports-page>.page-hero,.discounts-page>.page-hero,.vouchers-page>.page-hero,.customer-hero) :is(h1,.page-title){font-size:1.8rem!important}.product-browser-panel,.cart-panel,.panel,.table-card,.chart-card,.queue-card,.report-panel,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) section.toolbar,:is(.branches-page,.users-page,.products-page,.orders-page,.raw-materials-page,.balancings-page,.recipes-page,.customers-page,.discounts-page,.vouchers-page) section.toolbar+section.table-card{padding-right:.75rem!important;padding-left:.75rem!important}.customer-page .product-card,.pos-page .product-card{grid-template-columns:minmax(88px,32vw) minmax(0,1fr)!important}.customer-page .product-content,.pos-page .product-content{padding:.7rem .7rem .65rem!important;gap:.4rem!important}.customer-page .product-content h3,.pos-page .product-content h3,.customer-page .price-current,.pos-page .price-current{font-size:.95rem!important}.customer-page .stock-pill,.pos-page .stock-pill{min-height:34px!important;padding:.3rem .5rem!important;font-size:.76rem!important}.customer-page .product-badge,.pos-page .product-badge{font-size:.64rem!important;padding:.18rem .45rem!important}.topbar-user{max-width:96px!important}}@media(min-width:350px)and (max-width:500px){.pos-page>.pos-workspace{padding-right:.35rem!important;padding-left:.35rem!important}.pos-page .product-browser-panel{padding-right:.45rem!important;padding-left:.45rem!important}.customer-page .products-grid,.pos-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.customer-page .product-card,.pos-page .product-card{display:flex!important;flex-direction:column!important;min-height:0!important;border-radius:18px!important;overflow:hidden!important}.customer-page .product-thumb-wrap,.pos-page .product-thumb-wrap{aspect-ratio:.94 / 1!important}.customer-page .product-thumb,.customer-page .product-thumb.placeholder,.pos-page .product-thumb,.pos-page .product-thumb.placeholder{height:100%!important;border-radius:0!important}.customer-page .product-badges,.pos-page .product-badges{top:.45rem!important;left:.45rem!important;right:.45rem!important;gap:.35rem!important}.customer-page .product-badge,.pos-page .product-badge{min-height:24px!important;padding:.18rem .45rem!important;font-size:.64rem!important;line-height:1.05!important;border-radius:999px!important}.customer-page .product-badge svg,.pos-page .product-badge svg{width:10px!important;height:10px!important}.customer-page .product-content,.pos-page .product-content{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;justify-content:space-between!important;gap:.45rem!important;min-width:0!important;padding:.75rem .7rem .7rem!important}.customer-page .product-content h3,.pos-page .product-content h3{margin:0!important;font-size:.86rem!important;line-height:1.18!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:break-word!important}.customer-page .product-content .muted,.pos-page .product-content .muted{margin:0!important;font-size:.72rem!important;line-height:1.2!important}.customer-page .product-meta,.pos-page .product-meta{display:grid!important;grid-template-columns:1fr!important;gap:.45rem!important;align-items:start!important}.customer-page .price-stack,.pos-page .price-stack{display:flex!important;flex-direction:column!important;gap:.08rem!important;min-width:0!important}.customer-page .price-current,.pos-page .price-current{font-size:.84rem!important;line-height:1.15!important;overflow-wrap:anywhere!important}.customer-page .price-original,.pos-page .price-original{font-size:.68rem!important;line-height:1.15!important;overflow-wrap:anywhere!important}.customer-page .meta-badges,.pos-page .meta-badges{justify-content:flex-start!important;min-width:0!important}.customer-page .stock-pill,.pos-page .stock-pill{min-height:31px!important;padding:.25rem .48rem!important;font-size:.7rem!important;line-height:1.08!important;border-radius:999px!important;white-space:normal!important;text-align:center!important}.customer-page .discount-note,.pos-page .discount-note{display:grid!important;gap:.12rem!important;margin-top:.05rem!important;padding:.38rem .48rem!important;border-radius:10px!important;min-width:0!important}.customer-page .discount-name,.customer-page .discount-min,.pos-page .discount-name,.pos-page .discount-min{font-size:.66rem!important;line-height:1.2!important;overflow-wrap:anywhere!important}}.hybrix-swal-container{z-index:8000!important}.hybrix-swal-popup{z-index:8001!important}@media(max-width:767.98px){.mobile-checkout-backdrop,.customer-mobile-checkout-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:7000!important;background:#0f172a9e!important}.cart-panel.is-mobile-open,.checkout-panel.is-mobile-open{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;z-index:7010!important;display:block!important;transform:translate(-50%,-50%)!important}.cart-panel.is-mobile-open .cart-mobile-close,.checkout-panel.is-mobile-open .checkout-mobile-close{z-index:7015!important}.mobile-checkout-fab,.customer-checkout-fab,.ai-fab{z-index:3100!important;transition:opacity .2s ease,visibility .2s ease!important}.mobile-checkout-fab.is-hidden,.customer-checkout-fab.is-hidden,.ai-fab.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.hybrix-swal-container{z-index:8000!important}.hybrix-swal-popup{z-index:8001!important}}.sale-dashboard-page>.page-hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;width:calc(100% + var(--hybrix-admin-hero-bleed-left) + var(--hybrix-admin-hero-bleed-right))!important;max-width:none!important;min-height:312px!important;margin-top:0!important;margin-right:calc(-1 * var(--hybrix-admin-hero-bleed-right))!important;margin-left:calc(-1 * var(--hybrix-admin-hero-bleed-left))!important;padding:46px 44px 104px!important;border:0!important;border-radius:0!important;background-color:#075bd8!important;background-image:url(/build/assets/hybrix-header-bg-D3-Admd3.png)!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:100% 100%!important;box-shadow:none!important}.sale-dashboard-page>.page-hero>*{position:relative!important;z-index:1!important}.sale-dashboard-page>.page-hero :is(h1,.page-title){margin:0 0 10px!important;color:#fff!important;font-size:2.125rem!important;font-weight:700!important;line-height:1.12!important;letter-spacing:0!important;text-transform:none!important}.sale-dashboard-page>.page-hero :is(.eyebrow,.panel-eyebrow){margin-bottom:8px!important;color:#ffffffd1!important;font-size:.82rem!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important}.sale-dashboard-page>.page-hero :is(.hero-copy,.hero-text,.hero-subtitle){max-width:760px!important;margin:0!important;color:#ffffffeb!important;font-size:1rem!important;line-height:1.7!important}.sale-dashboard-page>.page-hero :is(.hero-actions,.hero-tools){display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:.75rem!important}.sale-dashboard-page>.page-hero :is(.btn-secondary,.hero-badge){color:#fff!important;background:#ffffff2e!important;border-color:#ffffff3d!important;box-shadow:none!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.sale-dashboard-page>.overview-grid{position:relative!important;z-index:2!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:-64px!important}@media(max-width:991.98px){.sale-dashboard-page>.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:767.98px){.sale-dashboard-page>.page-hero{width:100vw!important;max-width:100vw!important;min-height:324px!important;margin-right:calc(50% - 50vw)!important;margin-left:calc(50% - 50vw)!important;padding:38px 24px 105px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;background-size:cover!important}.sale-dashboard-page>.page-hero :is(h1,.page-title){font-size:2rem!important}.sale-dashboard-page>.page-hero :is(.hero-actions,.hero-tools){width:100%!important;justify-content:flex-start!important}.sale-dashboard-page>.overview-grid{grid-template-columns:1fr!important;margin-top:-72px!important}}
