:root{color-scheme:light;font-family:Segoe UI,Tahoma,Arial,sans-serif;--bg: #f5f7f8;--surface: #ffffff;--surface-2: #eef3f4;--text: #1e272b;--muted: #637276;--border: #dce5e7;--teal: #087d78;--teal-soft: #dff3f1;--amber: #b98010;--amber-soft: #fff1d2;--green: #267447;--green-soft: #e4f5ea;--red: #b94343;--red-soft: #fde7e7;--shadow: 0 16px 40px rgba(29, 45, 50, .08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}input,select,textarea{min-width:0;max-width:100%}label,.setup-field{min-width:0}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh;overflow-x:clip}.workspace>*,.content>*,.panel{min-width:0}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;flex-wrap:wrap;column-gap:22px;row-gap:8px;padding:14px 22px;background:#fffffff5;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;min-width:260px;margin-inline-end:auto}.brand img{width:86px;height:38px;object-fit:contain}.brand strong,.brand span{display:block}.brand strong{font-size:15px;color:var(--text)}.brand span{margin-top:2px;font-size:12px;color:var(--muted)}.menubar{display:flex;align-items:center;gap:4px;flex:1 1 100%;flex-wrap:wrap;row-gap:6px;order:3;overflow:visible}.menubar button,.subnav button,.primary-action,.pos-strip button{border:1px solid transparent;border-radius:8px;cursor:pointer}.menubar button{min-height:34px;padding:7px 11px;background:transparent;color:#334246;white-space:nowrap;font-size:13px}.menubar button:hover,.menubar button.active{background:var(--teal-soft);color:var(--teal)}.role-picker{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;white-space:nowrap}.role-picker select{min-height:34px;border:1px solid var(--border);border-radius:8px;padding:6px 10px;background:#fbfcfc;color:var(--text)}.workspace{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;padding:18px}.side-panel,.panel,.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.side-panel{position:sticky;top:78px;height:calc(100vh - 96px);padding:16px;overflow:auto}.section-title,.panel-head span{font-size:12px;color:var(--muted)}.module-heading{display:flex;align-items:center;gap:8px;margin:10px 0 16px;color:var(--teal)}.module-heading h1{margin:0;color:var(--text);font-size:22px;line-height:1.25}.role-note{margin:-6px 0 14px;padding:10px;color:#345157;background:var(--teal-soft);border-radius:8px;font-size:13px;line-height:1.6}.subnav{display:grid;gap:7px}.subnav button{display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 10px;background:#f9fbfb;border-color:var(--border);color:#2f3f43;text-align:right}.subnav button:hover{background:var(--surface-2)}.content{min-width:0}.content-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.content-header h2{margin:0 0 6px;font-size:26px;line-height:1.25}.content-header p,.muted{margin:0;color:var(--muted)}.primary-action{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;background:var(--teal);color:#fff}.primary-action:disabled{cursor:not-allowed;opacity:.55}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.stat-card{display:grid;gap:9px;min-height:126px;padding:16px}.stat-card svg{padding:9px;width:40px;height:40px;border-radius:8px}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{font-size:23px}.stat-card.teal svg{color:var(--teal);background:var(--teal-soft)}.stat-card.amber svg{color:var(--amber);background:var(--amber-soft)}.stat-card.green svg{color:var(--green);background:var(--green-soft)}.stat-card.red svg{color:var(--red);background:var(--red-soft)}.main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.identity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.entry-workspace{display:grid;gap:14px}.entry-brand-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.entry-brand-system,.entry-brand-client{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.entry-brand-system img{width:118px;height:42px;object-fit:contain}.entry-brand-client div{display:grid;place-items:center;min-width:118px;min-height:42px;padding:6px 12px;color:var(--teal);background:var(--teal-soft);border:1px dashed #92c9c5;border-radius:8px}.entry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.entry-header h3{margin:0 0 6px;font-size:20px}.entry-header p{margin:0;color:var(--muted)}.entry-header button,.pos-entry-actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:0;border-radius:8px;padding:8px 12px;background:var(--teal);color:#fff;cursor:pointer;white-space:nowrap}.entry-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.entry-form-grid label{display:grid;gap:6px;color:#344448;font-size:13px}.entry-form-grid input{min-height:38px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fbfcfc;color:var(--text)}.pos-entry-actions{display:flex;flex-wrap:wrap;gap:8px}.pos-entry-actions button{background:var(--surface-2);color:#304044}.system-brand-card,.client-brand-card{display:grid;align-content:center;min-height:132px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fbfcfc}.system-brand-card img{width:148px;max-width:100%;margin-bottom:10px}.system-brand-card p,.client-brand-card p{margin:0;color:var(--muted)}.client-brand-card div{display:grid;place-items:center;width:148px;max-width:100%;min-height:72px;margin-bottom:10px;color:var(--teal);background:var(--teal-soft);border:1px dashed #92c9c5;border-radius:8px}.lookup-row{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:10px}.lookup-row input{min-height:40px;border:1px solid var(--border);border-radius:8px;padding:8px 12px;background:#fbfcfc}.lookup-row button{min-height:40px;border:0;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer}.lookup-result{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;padding:10px;color:#345157;background:var(--green-soft);border-radius:8px}.panel{padding:16px}.panel.wide{grid-column:1 / -1}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-head h3{margin:0;font-size:17px}.panel-note{margin:0;color:var(--muted);line-height:1.6}.flow-list{display:grid;gap:8px}.flow-list div{padding:10px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px;color:#314145}.license-meter{height:10px;overflow:hidden;margin-bottom:12px;background:var(--surface-2);border-radius:999px}.license-meter div{height:100%;background:var(--amber);transition:width .18s ease}.danger{color:var(--red)}.ok{color:var(--green)}.lock-note{margin-top:12px;padding:10px;color:var(--red);background:var(--red-soft);border-radius:8px}.switch-row{display:flex;align-items:center;gap:8px;color:#344448}.switch-row input{width:18px;height:18px;accent-color:var(--teal)}.pos-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.pos-strip button{min-height:34px;padding:7px 11px;background:var(--surface-2);color:#304044}.role-table{display:grid;border:1px solid var(--border);border-radius:8px;overflow:hidden}.role-row{display:grid;grid-template-columns:130px minmax(0,1fr);gap:10px;padding:10px;border-bottom:1px solid var(--border)}.role-row:last-child{border-bottom:0}.role-row span{color:var(--muted)}.document-config{display:grid;grid-template-columns:380px minmax(0,1fr);gap:18px}.form-stack{display:grid;gap:10px}.form-stack label{display:grid;gap:6px;color:#344448;font-size:13px}.form-stack input,.form-stack textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:9px 10px;background:#fbfcfc;color:var(--text)}.form-stack textarea{min-height:74px;resize:vertical}.print-preview{display:grid;min-height:260px;padding:18px;background:#fbfcfc;border:1px solid var(--border);border-radius:8px}.preview-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--border)}.logo-box{display:grid;place-items:center;min-width:112px;min-height:64px;padding:8px;color:var(--teal);background:var(--teal-soft);border:1px dashed #92c9c5;border-radius:8px}.preview-header p,.print-preview footer{margin:0;color:#3b4b50}.invoice-lines{display:grid;gap:8px;align-content:start;padding:18px 0}.invoice-lines span{padding:9px 10px;background:#fff;border:1px solid var(--border);border-radius:8px}.print-preview footer{align-self:end;padding-top:14px;border-top:1px solid var(--border);font-size:13px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{padding:7px 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:#304044}.operations-panel{display:grid;gap:12px}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:14px}.pos-search{display:grid;gap:10px}.pos-search label{display:grid;gap:6px;color:#344448;font-size:13px}.pos-search input{min-height:42px;border:1px solid var(--border);border-radius:8px;padding:8px 12px;background:#fbfcfc}.item-suggestions{display:grid;gap:8px}.item-suggestions button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#f9fbfb;color:var(--text);cursor:pointer}.item-suggestions span{color:var(--muted)}.pos-control-strip{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(220px,1.4fr);gap:10px;align-items:end;padding:10px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.pos-control-strip label{display:grid;gap:6px;color:#344448;font-size:13px}.pos-control-strip select{min-height:38px;border:1px solid var(--border);border-radius:8px;padding:7px 10px;background:#fff;color:var(--text)}.pos-control-strip>span{align-self:center;padding:9px 10px;color:#345157;background:var(--teal-soft);border-radius:8px;line-height:1.5}.cart-table,.data-table{display:grid;border:1px solid var(--border);border-radius:8px;overflow-x:auto;min-width:0}.cart-row,.cart-total,.data-row{display:grid;gap:10px;padding:10px;border-bottom:1px solid var(--border)}.cart-row{grid-template-columns:minmax(0,1fr) 54px 110px;align-items:center}.cart-row input{width:54px;min-height:32px;border:1px solid var(--border);border-radius:8px;padding:5px 7px;text-align:center;background:#fbfcfc}.cart-total{grid-template-columns:minmax(0,1fr) 130px;background:#fbfcfc}.cart-total.grand{background:var(--teal-soft);color:var(--teal)}.cart-empty{padding:16px;color:var(--muted);background:#fbfcfc;border-bottom:1px solid var(--border);text-align:center}.pos-sale-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;background:#fbfcfc}.pos-sale-actions button{min-height:38px;border:0;border-radius:8px;padding:8px 10px;background:var(--teal);color:#fff;cursor:pointer}.pos-sale-actions button+button{background:var(--surface-2);color:#304044}.shift-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.shift-summary-strip>div{display:grid;gap:5px;min-height:72px;padding:12px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.shift-summary-strip span{color:var(--muted);font-size:12px}.shift-summary-strip strong{color:var(--text)}.suspended-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.suspended-list button{display:grid;gap:4px;min-height:54px;border:1px solid var(--border);border-radius:8px;padding:9px 10px;background:#f9fbfb;color:var(--text);text-align:right;cursor:pointer}.suspended-list span{color:var(--muted);font-size:12px}.report-filter-row{display:grid;grid-template-columns:repeat(2,minmax(160px,220px)) 120px;gap:10px;align-items:end;padding:10px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.report-filter-row label{display:grid;gap:6px;color:#344448;font-size:13px}.report-filter-row input{min-height:38px;border:1px solid var(--border);border-radius:8px;padding:7px 10px;background:#fff;color:var(--text)}.report-filter-row button{min-height:38px;border:0;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer}.inventory-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.inventory-form-card{display:grid;gap:10px;padding:12px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.inventory-form-card label{display:grid;gap:6px;color:#344448;font-size:13px}.inventory-form-card input,.inventory-form-card select{min-height:38px;border:1px solid var(--border);border-radius:8px;padding:7px 10px;background:#fff;color:var(--text)}.inventory-form-card button{min-height:38px;border:0;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer}.inventory-inline-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.inventory-stock-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stock-card{display:grid;gap:5px;min-height:118px;padding:12px;background:#fbfcfc;border:1px solid var(--border);border-radius:8px}.stock-card span,.stock-card small{color:var(--muted)}.stock-card b{align-self:end;color:var(--teal);font-size:22px}.sales-work-grid,.sales-invoice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sales-action-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sales-action-row button{min-height:38px;border:0;border-radius:8px;padding:8px 10px;background:var(--teal);color:#fff;cursor:pointer}.sales-action-row button:nth-child(2){background:var(--surface-2);color:#304044}.posting-preview{display:grid;align-content:start;gap:8px;min-height:210px;padding:12px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.posting-line{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:8px;padding:9px 10px;background:#fff;border:1px solid var(--border);border-radius:8px}.posting-line span{color:var(--muted)}.accounting-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.accounting-ledger-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cart-row:last-child,.cart-total:last-child,.data-row:last-child{border-bottom:0}.data-row{grid-template-columns:100px minmax(0,1fr) 90px 150px minmax(0,1.2fr);align-items:center}.data-row.core-head,.data-row.core-row{grid-template-columns:180px minmax(0,1fr) 90px}.core-row code{direction:ltr;text-align:left;color:#304044;background:var(--surface-2);border-radius:8px;padding:6px 8px}.core-row b{color:var(--green)}.data-row.head{background:#f9fbfb;color:var(--muted);font-size:13px}.process-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.process-steps div{min-height:82px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f9fbfb;color:#314145;line-height:1.55}.shift-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shift-card{display:grid;gap:10px;min-height:150px;padding:14px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.shift-card span{color:var(--muted);line-height:1.6}.shift-card button{align-self:end;min-height:36px;border:0;border-radius:8px;padding:8px 10px;background:var(--teal);color:#fff;cursor:pointer}.cashier-shift-list{display:grid;gap:8px}.cashier-insight-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px}.cashier-rank-card,.cashier-audit-card{display:grid;gap:8px;padding:12px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.cashier-audit-card.solo{background:#fbfcfc}.mini-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid var(--border)}.mini-head span{direction:ltr;color:var(--muted);font-size:12px;text-align:left}.rank-row,.audit-row{display:grid;align-items:center;gap:8px;min-height:40px;padding:8px;background:#fff;border:1px solid var(--border);border-radius:8px}.rank-row{grid-template-columns:34px minmax(0,1fr) 86px 115px}.rank-row b{display:grid;place-items:center;width:28px;height:28px;color:var(--teal);background:var(--teal-soft);border-radius:8px}.rank-row small,.audit-row small{color:var(--muted)}.audit-row{grid-template-columns:130px minmax(0,1fr) minmax(145px,.8fr) 58px}.audit-row>div{display:grid;gap:2px}.audit-row span{color:#35464a}.audit-row div span{color:var(--muted);font-size:12px}.audit-row code{direction:ltr;padding:6px 8px;color:#304044;background:var(--surface-2);border-radius:8px;text-align:left}.cashier-shift-row{display:grid;grid-template-columns:150px 110px 130px 130px 70px minmax(220px,1fr);align-items:center;gap:10px;padding:10px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.cashier-shift-row>div{display:grid;gap:3px}.cashier-shift-row small,.cashier-shift-row span,.muted-status{color:var(--muted)}.cashier-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.cashier-actions button{min-height:34px;border:0;border-radius:8px;padding:7px 10px;background:var(--teal);color:#fff;cursor:pointer}.cashier-actions button+button{background:var(--surface-2);color:#304044}.users-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px}.user-create-box{display:grid;gap:10px;padding:12px;background:#f9fbfb;border:1px solid var(--border);border-radius:8px}.user-create-box label{display:grid;gap:6px;color:#344448;font-size:13px}.user-create-box input,.user-create-box select{min-height:38px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fff;color:var(--text)}.user-create-box button{min-height:38px;border:0;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer}.users-table{display:grid;border:1px solid var(--border);border-radius:8px;overflow:hidden}.user-row{display:grid;grid-template-columns:150px 120px minmax(0,1fr) 70px;gap:10px;align-items:center;min-height:48px;padding:9px 10px;border-bottom:1px solid var(--border)}.user-row:last-child{border-bottom:0}.user-row span{color:var(--muted)}.user-row code{direction:ltr;text-align:left;padding:6px 8px;background:var(--surface-2);border-radius:8px}.user-row b{color:var(--green)}@media(max-width:980px){.topbar,.content-header,.preview-header,.entry-header,.entry-brand-strip{align-items:stretch;flex-direction:column}.workspace{grid-template-columns:1fr}.side-panel{position:static;height:auto}.stat-grid,.main-grid,.document-config,.identity-grid,.lookup-row,.entry-form-grid,.pos-layout,.pos-control-strip,.process-steps,.shift-grid,.cashier-insight-grid,.shift-summary-strip,.suspended-list,.report-filter-row,.inventory-work-grid,.inventory-inline-fields,.inventory-stock-grid,.sales-work-grid,.sales-invoice-grid,.sales-action-row,.accounting-summary-grid,.accounting-ledger-grid,.users-layout,.role-row,.data-row,.cashier-shift-row,.rank-row,.audit-row,.user-row{grid-template-columns:1fr}.cashier-actions{justify-content:stretch}}@media(max-width:620px){.workspace,.topbar{padding:12px}.content-header h2{font-size:22px}}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);background:var(--panel, #fff);border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:28px;box-shadow:0 18px 45px #0f172a1f;display:grid;gap:18px}.login-brand{display:flex;align-items:center;gap:12px}.login-brand img{width:46px;height:46px}.login-brand strong{display:block;font-size:20px}.login-brand span{font-size:13px;opacity:.7}.login-form{display:grid;gap:14px}.login-form label{display:grid;gap:6px;font-size:14px}.login-form input{padding:11px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.16);font:inherit}.login-hint{display:flex;align-items:center;gap:8px;font-size:13px;background:#eab3081f;border-radius:10px;padding:10px 12px;margin:0}.login-status{margin:0;font-size:14px;padding:10px 12px;border-radius:10px;background:#ef44441a}.login-status.error{font-weight:600}.login-footer{margin:0;font-size:12px;opacity:.65;line-height:1.7}.session-box{display:flex;align-items:center;gap:12px}.session-user{text-align:left;line-height:1.35}.session-user strong{display:block;font-size:14px}.session-user span{font-size:12px;opacity:.7}.logout-button{padding:7px 14px;border-radius:9px;border:1px solid rgba(15,23,42,.16);background:transparent;font:inherit;cursor:pointer}.lock-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ef44441f;font-size:13px;font-weight:600}.qayd-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;border-bottom:1px solid rgba(15,23,42,.1);padding-bottom:10px}.qayd-tabs button{font:inherit;padding:8px 18px;border-radius:9px;border:1px solid rgba(15,23,42,.14);background:transparent;cursor:pointer;white-space:nowrap}.qayd-tabs button.active{background:#0f766e;border-color:#0f766e;color:#fff;font-weight:600}.qayd-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:12px}.qayd-fields label{display:grid;gap:5px;font-size:12.5px;color:#475569}.qayd-fields input,.qayd-fields select,.qayd-fields textarea{font:inherit;padding:9px 11px;border-radius:9px;border:1px solid rgba(15,23,42,.16);background:#fff;width:100%}.qayd-table{border:1px solid rgba(15,23,42,.1);border-radius:11px;overflow:hidden;font-size:13px}.qayd-table .qayd-tr{display:grid;gap:10px;padding:9px 12px;align-items:center;border-bottom:1px solid rgba(15,23,42,.07)}.qayd-table .qayd-tr:last-child{border-bottom:0}.qayd-table .qayd-tr:nth-child(2n of.qayd-tr){background:#0f172a05}.qayd-table .qayd-head{background:#0f766e;color:#fff;font-weight:600;font-size:12.5px}.qayd-table .qayd-empty{padding:18px;text-align:center;color:#64748b}.qayd-actions{display:flex;gap:6px;flex-wrap:wrap}.qayd-actions button{font:inherit;font-size:12px;padding:5px 12px;border-radius:7px;border:1px solid rgba(15,23,42,.16);background:#fff;cursor:pointer}.qayd-actions button:hover{background:#f1f5f9}.qayd-actions .primary-action{background:var(--teal);border-color:var(--teal);color:#fff}.qayd-actions .primary-action:hover{background:#0a6b67}.qayd-checks{display:grid;gap:9px;margin-bottom:12px}.qayd-checks label{display:flex;align-items:center;gap:9px;font-size:13.5px;cursor:pointer}.qayd-note{background:#0f766e12;border-radius:9px;padding:10px 13px;font-size:12.5px;color:#334155;line-height:1.85;margin:10px 0}.qayd-alert{background:#ef444417;border-radius:9px;padding:10px 13px;font-size:12.5px;line-height:1.8;margin-top:10px}.qayd-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin-bottom:16px}.qayd-mono{font-family:ui-monospace,Consolas,monospace;font-size:11px;word-break:break-all;color:#475569}.setup-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.setup-card{width:min(760px,100%);background:var(--panel, #fff);border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 18px 45px #0f172a1f;overflow:hidden}.setup-head{display:flex;align-items:center;gap:12px;padding:22px 26px;border-bottom:1px solid rgba(15,23,42,.08)}.setup-head img{width:44px;height:44px}.setup-head strong{display:block;font-size:19px}.setup-head span{font-size:13px;opacity:.7}.setup-steps{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:14px 26px;background:#0f766e0a;border-bottom:1px solid rgba(15,23,42,.06)}.setup-steps li{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;padding:5px 9px;border-radius:999px}.setup-steps li b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#0f172a14;font-size:11px}.setup-steps li.current{background:var(--accent, #0f766e);color:#fff;font-weight:700}.setup-steps li.current b{background:#ffffff40;color:#fff}.setup-steps li.done{color:#0f766e}.setup-steps li.done b{background:#0f766e29;color:#0f766e}.setup-body{padding:24px 26px;min-height:250px}.setup-body h2{margin:0 0 14px;font-size:21px}.setup-note{font-size:13.5px;line-height:1.9;color:#475569;margin:0 0 14px}.setup-field{display:grid;gap:7px;font-size:14px;max-width:420px}.setup-field input,.setup-field select{padding:11px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.16);font-family:inherit;font-size:14px}.setup-field small{font-size:12px;color:#64748b;line-height:1.7}.setup-field em{font-size:12px;color:#b91c1c;font-style:normal}.setup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.setup-grid .setup-field{max-width:none}.setup-check{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:600;margin-bottom:12px}.setup-alert{background:#f59e0b1f;border:1px solid rgba(217,119,6,.3);border-radius:10px;padding:12px 14px;font-size:13px;line-height:1.9;margin-top:14px}.setup-error{background:#ef44441a;border-radius:10px;padding:10px 13px;font-size:13px;color:#b91c1c;margin-top:14px}.setup-done{font-size:20px;font-weight:800;color:#0f766e;margin:0 0 12px}.setup-file{font-weight:700;unicode-bidi:isolate}.setup-actions{display:flex;justify-content:space-between;gap:10px;padding:18px 26px;border-top:1px solid rgba(15,23,42,.08)}.setup-actions button{padding:11px 22px;border-radius:10px;border:1px solid rgba(15,23,42,.16);background:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer}.setup-actions button:disabled{opacity:.45;cursor:not-allowed}.setup-actions .primary-action{margin-inline-start:auto;background:var(--accent, #0f766e);border-color:var(--accent, #0f766e);color:#fff}.login-support-link{display:block;margin:4px auto 0;padding:6px 10px;border:0;background:transparent;color:var(--muted);font-size:12px;cursor:pointer;text-decoration:underline}.login-support-link:hover{color:var(--teal)}.msg-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:12px;min-height:420px}.msg-side{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fbfcfc}.msg-broadcast{padding:10px;border-bottom:1px solid var(--border);background:var(--teal-soft)}.msg-broadcast label{display:grid;gap:6px;font-size:12.5px;font-weight:700}.msg-broadcast select{padding:7px 9px;border-radius:7px;border:1px solid var(--border);background:#fff;font:inherit;font-size:13px}.msg-list{max-height:460px;overflow:auto}.msg-list button{display:grid;gap:3px;width:100%;padding:10px 12px;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:start;cursor:pointer;font:inherit}.msg-list button:hover{background:var(--surface-2)}.msg-list button.active{background:var(--teal-soft)}.msg-list button b{font-size:13.5px;display:flex;align-items:center;gap:6px}.msg-list button span{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-list button small{font-size:11px;color:var(--muted)}.msg-badge{font-style:normal;background:var(--red);color:#fff;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;display:inline-grid;place-items:center}.msg-contacts-title{padding:8px 12px;font-size:11.5px;font-weight:800;color:var(--muted);background:var(--surface-2)}.msg-main{display:grid;grid-template-rows:minmax(0,1fr) auto;border:1px solid var(--border);border-radius:8px;overflow:hidden}.msg-stream{padding:12px;overflow:auto;max-height:430px;display:grid;gap:8px;align-content:start}.msg-bubble{justify-self:start;max-width:78%;background:var(--surface-2);border-radius:12px 12px 12px 3px;padding:9px 12px}.msg-bubble.mine{justify-self:end;background:var(--teal-soft);border-radius:12px 12px 3px}.msg-bubble b{display:block;font-size:12px;color:var(--teal);margin-bottom:3px}.msg-bubble p{margin:0;font-size:13.5px;line-height:1.8;white-space:pre-wrap;word-break:break-word}.msg-bubble small{display:block;margin-top:4px;font-size:11px;color:var(--muted)}.msg-compose{display:flex;gap:8px;padding:10px;border-top:1px solid var(--border);background:#fbfcfc}.msg-compose textarea{flex:1;resize:none;padding:9px 11px;border-radius:8px;border:1px solid var(--border);font:inherit;font-size:13.5px}@media(max-width:900px){.msg-layout{grid-template-columns:1fr}}.sales-scan-row{display:grid;grid-template-columns:minmax(0,1fr) 90px 120px;gap:10px;align-items:center}.sales-scan-row input{min-height:42px;border:1px solid var(--border);border-radius:8px;padding:8px 12px;background:#fbfcfc;font-size:14px}.sales-scan-row button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;border:0;border-radius:8px;background:var(--teal);color:#fff;cursor:pointer}.sales-quick-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.sales-quick-item-row label{margin:0}.invoice-line-head,.invoice-line-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 90px 80px 100px 32px;gap:8px;align-items:center;padding:9px 10px;border-bottom:1px solid var(--border)}.invoice-line-head{background:#f4f7f7;font-size:12px;color:var(--muted)}.invoice-line-row span small{display:block;color:var(--muted);font-size:11.5px}.invoice-line-row input{width:100%;min-height:32px;border:1px solid var(--border);border-radius:8px;padding:5px 7px;text-align:center;background:#fbfcfc}.invoice-line-row input:disabled{background:#eef1f1;color:var(--muted);cursor:not-allowed}.invoice-line-row button{min-height:30px;border:0;border-radius:8px;background:#f3dcdc;color:#8c2f2f;cursor:pointer}.invoice-history-head,.invoice-history-row{display:grid;grid-template-columns:120px minmax(0,1fr) 80px 70px 110px 110px 190px;gap:8px;align-items:center;padding:9px 10px;border-bottom:1px solid var(--border);font-size:13px}.invoice-history-head{background:#f4f7f7;font-size:12px;color:var(--muted)}.invoice-history-actions{display:flex;gap:6px}.invoice-history-actions button{min-height:30px;border:1px solid var(--border);border-radius:8px;padding:4px 9px;background:var(--surface-2);color:#304044;cursor:pointer;font-size:12px}@media(max-width:1100px){.invoice-line-head,.invoice-history-head{display:none}.invoice-line-row,.invoice-history-row{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-scan-row,.sales-quick-item-row{grid-template-columns:minmax(0,1fr)}}.report-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.report-tabs button{border:1px solid var(--border);background:var(--surface-2);color:#304044;border-radius:8px;padding:7px 14px;cursor:pointer;font:inherit;font-size:13px}.report-tabs button.active{background:var(--teal);color:#fff;border-color:var(--teal)}.report-quick{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.report-quick button{border:1px solid var(--border);background:#fff;color:var(--muted);border-radius:999px;padding:5px 13px;cursor:pointer;font:inherit;font-size:12px}.report-quick button:hover{color:var(--teal);border-color:var(--teal)}.report-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin:12px 0}.report-stat{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:#fbfcfc;display:grid;gap:4px}.report-stat span{font-size:12px;color:var(--muted)}.report-stat strong{font-size:19px}.report-stat.good strong{color:#157347}.report-stat.bad strong{color:#a4373a}.report-actions{display:flex;gap:8px;margin-bottom:8px}.report-actions button{border:1px solid var(--border);background:var(--surface-2);color:#304044;border-radius:8px;padding:6px 14px;cursor:pointer;font:inherit;font-size:12.5px}.report-head,.report-row{display:grid;gap:8px;align-items:center;padding:9px 10px;border-bottom:1px solid var(--border);font-size:13px}.report-head{background:#f4f7f7;font-size:12px;color:var(--muted)}.report-row span small{display:block;color:var(--muted);font-size:11px}.report-row .good,.report-stat .good{color:#157347}.report-row .bad,.panel-note.bad{color:#a4373a}.report-cols-4{grid-template-columns:90px minmax(0,1fr) 130px 130px}.report-cols-5{grid-template-columns:minmax(0,1fr) 90px 120px 120px 120px}.report-cols-6{grid-template-columns:minmax(0,1fr) 120px 110px 110px 110px 110px}@media(max-width:1000px){.report-head{display:none}.report-cols-4,.report-cols-5,.report-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}}.item-filter{width:100%;min-height:38px;border:1px solid var(--border);border-radius:8px;padding:8px 12px;background:#fbfcfc;margin-bottom:8px;font:inherit;font-size:13px}.item-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 80px 80px 80px 70px 140px;gap:8px;align-items:center;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.item-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.item-row.off{opacity:.55}.item-row span small{display:block;color:var(--muted);font-size:11px}.item-row-actions{display:flex;gap:6px}.item-row-actions button{border:1px solid var(--border);background:var(--surface-2);color:#304044;border-radius:7px;padding:4px 10px;cursor:pointer;font:inherit;font-size:12px}.item-row-actions button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1000px){.item-row.head{display:none}.item-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.health-box{border:1px solid var(--border);border-radius:10px;padding:14px;background:#fbfcfc;margin-bottom:14px}.health-overall{font-size:12px;font-weight:700;padding:3px 12px;border-radius:999px}.health-overall.ok{background:#e3f5ea;color:#157347}.health-overall.warn{background:#fdf3e0;color:#8a5a00}.health-overall.fail{background:#fbe6e6;color:#a4373a}.health-list{display:grid;gap:8px;margin-top:10px}.health-item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;align-items:start;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 12px}.health-item .health-dot{width:10px;height:10px;border-radius:50%;margin-top:5px}.health-item.ok .health-dot{background:#2f9e5f}.health-item.warn .health-dot{background:#e0a02a}.health-item.fail .health-dot{background:#c9484c}.health-item.off .health-dot{background:#b9c3c6}.health-item strong{font-size:13.5px}.health-item p{margin:2px 0 0;font-size:12.5px;color:var(--muted);line-height:1.7}.health-fix{color:#8a5a00!important}.repair-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-top:10px}.repair-grid button{display:grid;gap:3px;text-align:right;border:1px solid var(--border);background:#fff;border-radius:8px;padding:10px 12px;cursor:pointer;font:inherit}.repair-grid button:hover:not(:disabled){border-color:var(--teal)}.repair-grid button:disabled{opacity:.55;cursor:not-allowed}.repair-grid strong{font-size:13px;color:#21343a}.repair-grid small{font-size:11.5px;color:var(--muted);line-height:1.6}.repair-log{display:grid;gap:6px;margin-top:12px}.repair-log>div{border-radius:8px;padding:8px 12px;font-size:12.5px;line-height:1.7}.repair-log>div.ok{background:#e3f5ea;color:#14603c}.repair-log>div.bad{background:#fbe6e6;color:#8f2f33}.repair-log small{display:block;opacity:.85;margin-top:2px}.user-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 110px 110px 110px 170px;gap:8px;align-items:center;padding:9px 10px;border-bottom:1px solid var(--border);font-size:13px}.user-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.user-row.off{opacity:.55}.user-row span small{display:block;color:#a4373a;font-size:11px}.user-row-actions{display:flex;gap:6px}.user-row-actions button{border:1px solid var(--border);background:var(--surface-2);color:#304044;border-radius:7px;padding:4px 10px;cursor:pointer;font:inherit;font-size:12px}.user-row-actions button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1000px){.user-row.head{display:none}.user-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.posting-line .voucher-print{border:1px solid var(--border);background:var(--surface-2);color:#304044;border-radius:7px;padding:3px 10px;cursor:pointer;font:inherit;font-size:11.5px;margin-inline-start:8px}.posting-line .voucher-print:hover{border-color:var(--teal);color:var(--teal)}.promo-row{display:grid;grid-template-columns:110px minmax(0,1fr) 130px 110px 110px 100px 120px;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.promo-row:last-child{border-bottom:0}.promo-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.promo-row.off{opacity:.55}.promo-row span small{display:block;color:var(--muted);font-size:11px}.promo-row .good{color:#157347;font-weight:600}.promo-scope{margin-top:10px}.promo-scope .item-filter{width:100%;margin:8px 0;padding:8px 10px;border:1px solid var(--border);border-radius:8px}.promo-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;max-height:230px;overflow-y:auto;padding:4px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.promo-items button{text-align:start;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:#17313a;font-size:13px}.promo-items button.picked{border-color:var(--green);background:#eaf6ef}.promo-items button small{display:block;color:var(--muted);font-size:11px}.promo-days{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.promo-days button{padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:12px}.promo-days button.picked{border-color:var(--green);background:#eaf6ef;color:#157347}@media(max-width:980px){.promo-row{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-row.head{display:none}}.role-editor{margin-top:12px}.role-editor .mini-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.access-block{margin-bottom:12px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.access-block>strong{display:block;margin-bottom:8px;font-size:13px}.access-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:6px 12px}.access-grid .checkline{display:flex;align-items:center;gap:6px;margin:0;font-size:13px;color:var(--muted)}.access-grid .checkline input{margin:0}.invoice-history-row.voided{opacity:.6}.invoice-history-row.voided span:first-child{text-decoration:line-through}.void-tag{display:inline-block;margin-inline-start:6px;padding:1px 6px;border-radius:999px;background:#fdecec;color:#a4373a;font-size:10px;text-decoration:none}.nav-badge{display:inline-block;min-width:18px;margin-inline-start:6px;padding:1px 5px;border-radius:999px;background:#a4373a;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.split-pay-box{margin:10px 0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.split-pay-row{display:flex;gap:8px;align-items:center;margin-bottom:6px}.split-pay-row select{flex:0 0 130px}.split-pay-row input{flex:1;text-align:center}.split-pay-row button{flex:0 0 34px}.split-pay-actions{display:flex;gap:8px;margin-top:6px}.split-pay-note{margin:8px 0 0;font-size:12px;color:var(--muted)}.split-pay-note.good{color:#157347}.split-pay-note.bad{color:#a4373a}.override-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0f171a8c}.override-box{width:min(420px,92vw);padding:18px 20px;border-radius:14px;background:var(--surface);box-shadow:0 18px 50px #0000004d}.override-box label{display:block;margin-bottom:10px}.override-box input{width:100%}.override-note{margin:6px 0 12px;font-size:12px;color:var(--muted);line-height:1.7}.override-note.dim{margin-top:12px;margin-bottom:0;font-size:11px}.override-error{margin:0 0 10px;padding:8px 10px;border-radius:8px;background:#fdecec;color:#a4373a;font-size:12px}.override-trigger{padding:6px 12px;border:1px solid var(--green);border-radius:8px;background:transparent;color:var(--green);font-size:12px}.barcode-preview{display:flex;justify-content:center;padding:14px;background:#fff;border:1px solid var(--border);border-radius:10px}.form-error{margin:0 0 10px;padding:8px 10px;border-radius:8px;background:#fdecec;color:#a4373a;font-size:12px;line-height:1.6}.section-flash{animation:qayd-flash 1.6s ease-out}@keyframes qayd-flash{0%{box-shadow:0 0 0 3px #1573478c}to{box-shadow:0 0 0 3px #15734700}}.subnav-notice{margin:0 0 8px;padding:7px 9px;border-radius:8px;background:#fff6e5;color:#8a6100;font-size:12px;line-height:1.6}.cash-prompt{margin:12px 0 16px;padding:14px 16px;border:1px solid var(--line, #d8dee6);border-radius:12px;background:#0f766e0f;display:grid;gap:10px}.cash-prompt input{font-size:1.15rem;font-weight:700}.entry-line{display:block}.entry-open{width:100%;display:flex;justify-content:space-between;gap:10px;align-items:center;background:none;border:0;padding:6px 0;font:inherit;color:inherit;cursor:pointer;text-align:start}.entry-open:hover{color:var(--brand, #0f766e)}.entry-lines{margin:4px 0 10px;padding:8px 10px;border-radius:10px;background:#0f172a0a;display:grid;gap:4px}.entry-line-row{display:grid;grid-template-columns:1fr 110px 110px;gap:8px;font-size:.86rem}.table-empty{padding:14px 4px;color:var(--muted, #64748b);font-size:.9rem}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions button{padding:4px 10px;font-size:.8rem}.file-pick{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px dashed var(--line, #d8dee6);border-radius:10px;cursor:pointer;font-size:.9rem}.file-pick input{display:none}.logo-field{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 0}.logo-preview{max-height:56px;max-width:160px;border-radius:8px;border:1px solid var(--line, #d8dee6);background:#fff;padding:4px}.logo-empty{display:inline-flex;align-items:center;justify-content:center;width:96px;height:56px;border:1px dashed var(--line, #d8dee6);border-radius:8px;color:var(--muted, #64748b);font-size:.8rem}.shift-reminder{position:fixed;inset-inline-end:18px;bottom:18px;z-index:60;max-width:340px;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(190,24,60,.35);background:#fff1f2f7;box-shadow:0 8px 24px #0f172a1f;animation:shift-reminder-in .26s ease-out}.shift-reminder.soon{border-color:#b4530959;background:#fffbebf7}.shift-reminder>div:first-child{display:grid;gap:3px}.shift-reminder strong{font-size:.92rem;color:#9f1239}.shift-reminder.soon strong{color:#b45309}.shift-reminder span{font-size:.78rem;line-height:1.5;color:#57534e}.shift-reminder-actions{display:grid;gap:6px;flex-shrink:0}.shift-reminder-actions button{padding:5px 10px;font-size:.76rem;white-space:nowrap}.shift-reminder-actions .ghost{background:none;border:1px solid rgba(15,23,42,.15);color:#57534e}@keyframes shift-reminder-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.shift-reminder{animation:none}}.bulk-shift-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0 12px;padding:10px 14px;border:1px solid var(--line, #d8dee6);border-radius:12px;background:#0f766e0d}.bulk-pick-all{display:inline-flex;align-items:center;gap:7px;font-size:.86rem;margin:0}.bulk-count{font-size:.82rem;color:var(--muted, #64748b);margin-inline-end:auto}.cashier-shift-row .row-pick{display:flex;align-items:center;margin:0}.planned-end{display:block;font-size:.72rem;color:var(--muted, #64748b);margin-top:2px}.pos-control-strip .strip-status{grid-column:1 / -1;white-space:normal;overflow-wrap:anywhere;line-height:1.6;font-size:13px;color:#344448}.db-down{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f7f8}.db-down-card{width:min(560px,100%);background:#fff;border:1px solid var(--border, #d8dee6);border-top:4px solid #be123c;border-radius:14px;padding:28px 30px;box-shadow:0 10px 34px #0f172a14;text-align:center}.db-down-icon{font-size:34px;line-height:1;margin-bottom:10px}.db-down-card h1{margin:0 0 14px;font-size:1.35rem;color:#9f1239}.db-down-lead{margin:0 0 14px;line-height:1.9;color:#344448;font-size:.95rem}.db-down-safe{margin:0 0 20px;padding:12px 14px;border-radius:10px;background:#0f766e12;border:1px solid rgba(15,118,110,.2);line-height:1.8;font-size:.9rem;color:#134e4a}.db-down-action{display:block;width:100%;padding:12px;margin-bottom:10px;font-size:1rem;font-weight:700;border:0;border-radius:10px;background:#0f766e;color:#fff;cursor:pointer}.db-down-action:disabled{background:#94a3b8;cursor:default}.db-down-retry{display:block;width:100%;padding:10px;border:1px solid var(--border, #d8dee6);border-radius:10px;background:#fff;color:#344448;cursor:pointer;font-size:.9rem}.db-down-note,.db-down-message{margin:12px 0 0;line-height:1.8;font-size:.88rem;color:#57534e}.db-down-help{margin-top:20px;padding-top:16px;border-top:1px solid var(--border, #e2e8f0);display:grid;gap:5px;text-align:start;font-size:.82rem;line-height:1.8;color:#64748b}.db-down-help strong{color:#344448}.invoice-table .table-head,.invoice-table .invoice-row{display:grid;grid-template-columns:minmax(140px,1.3fr) minmax(0,1.4fr) 80px 120px 90px;gap:10px;align-items:center;padding:9px 10px;font-size:.86rem}.invoice-table .table-head{color:var(--muted, #64748b);font-size:.78rem;border-bottom:1px solid var(--border, #e2e8f0)}.invoice-table .invoice-row{border-bottom:1px solid #f1f5f9}.invoice-table .invoice-row:last-child{border-bottom:0}.invoice-table .invoice-row strong{font-variant-numeric:tabular-nums}.panel>.data-table>.lookup-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:8px 10px;border-bottom:1px solid #f1f5f9;font-size:.88rem}.panel>.data-table>.lookup-row:last-child{border-bottom:0}.panel>.data-table>.lookup-row strong{font-variant-numeric:tabular-nums;white-space:nowrap}@media(max-width:900px){.invoice-table .table-head{display:none}.invoice-table .invoice-row{grid-template-columns:minmax(0,1fr) auto;row-gap:4px}}.barcode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:10px;margin-top:10px}.barcode-card{display:grid;gap:5px;padding:11px 12px;border:1px solid var(--border, #d8dee6);border-radius:10px;background:#fff}.barcode-card .bc-name{color:#17313a;font-size:.9rem;line-height:1.5}.barcode-card .bc-meta{display:flex;justify-content:space-between;gap:8px;font-size:.8rem;color:#637276}.barcode-card .bc-meta b{color:var(--teal, #0f766e)}.barcode-card .bc-code{font-size:.78rem;color:#637276;letter-spacing:.5px;direction:ltr;text-align:start}.barcode-card .bc-stock{font-size:.78rem;color:#637276}.barcode-card .bc-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:2px}.barcode-card .bc-actions button{padding:5px 9px;font-size:.76rem;border:1px solid var(--teal, #0f766e);border-radius:7px;background:var(--teal, #0f766e);color:#fff;cursor:pointer}.barcode-card .bc-actions button.ghost{background:none;color:#637276;border-color:var(--border, #d8dee6)}.barcode-card .bc-actions button:disabled{background:#e2e8f0;border-color:#e2e8f0;color:#94a3b8;cursor:default}.sheet-row{display:grid;grid-template-columns:minmax(0,1.6fr) 110px 140px 110px 70px;gap:10px;align-items:center;padding:8px 10px;border-bottom:1px solid #f1f5f9;font-size:.86rem}.sheet-row.head{color:#637276;font-size:.78rem;border-bottom:1px solid var(--border, #e2e8f0)}.sheet-row code{direction:ltr;text-align:start;font-size:.8rem}.sheet-row input{width:80px}.label-tuner{display:grid;grid-template-columns:minmax(240px,340px) minmax(0,1fr);gap:18px;align-items:start;margin-top:10px}.tuner-preview{position:sticky;top:12px;display:grid;gap:8px;justify-items:center;padding:14px;border:1px solid var(--border, #d8dee6);border-radius:10px;background:#f9fbfb}.tuner-caption{font-size:.78rem;color:#637276}.label-mock{background:#fff;border:1px dashed #94a3b8;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.mock-name{font-weight:600;color:#17313a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mock-bars{display:flex;align-items:flex-end;gap:1px;height:42%;margin:2px 0}.mock-bars i{display:block;height:100%;background:#17313a}.mock-foot{display:flex;justify-content:space-between;width:100%;color:#344448}.tuner-controls{display:grid;gap:12px}.tuner-sizes{display:grid;gap:6px}.tuner-sizes>span{font-size:.82rem;color:#344448}.size-chips{display:flex;gap:6px;flex-wrap:wrap}.size-chips button{color:#344448;padding:6px 11px;border:1px solid var(--border, #d8dee6);border-radius:20px;background:#fff;font-size:.8rem;cursor:pointer}.size-chips button.active{border-color:var(--teal, #0f766e);background:var(--teal-soft, #e6f4f2);color:var(--teal, #0f766e);font-weight:600}.nudge-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:9px 11px;border:1px solid var(--border, #d8dee6);border-radius:9px;background:#f9fbfb}.nudge-label{display:grid;gap:1px}.nudge-label strong{font-size:.85rem;color:#17313a}.nudge-label small{font-size:.74rem;color:#637276}.nudge-buttons{display:flex;align-items:center;gap:6px}.nudge-buttons button{color:#344448;min-width:34px;padding:5px 9px;border:1px solid var(--border, #d8dee6);border-radius:7px;background:#fff;cursor:pointer;font-size:.85rem}.nudge-buttons button:hover{border-color:var(--teal, #0f766e)}.nudge-buttons button.ghost{font-size:.76rem;color:#637276}.nudge-buttons b{min-width:62px;text-align:center;font-size:.82rem;font-variant-numeric:tabular-nums}.tuner-margins{display:grid;gap:7px}.tuner-margins>span{font-size:.82rem;color:#344448}.tuner-margins small{font-size:.76rem;color:#637276}.margin-pad{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.margin-pad button{color:#344448;padding:6px 4px;border:1px solid var(--border, #d8dee6);border-radius:7px;background:#fff;font-size:.76rem;cursor:pointer}.margin-pad button:hover{border-color:var(--teal, #0f766e)}.tpl-row{display:grid;grid-template-columns:minmax(0,1.4fr) 120px minmax(0,1fr) 100px 70px;gap:10px;align-items:center;padding:8px 10px;border-bottom:1px solid #f1f5f9;font-size:.84rem}.tpl-row.head{color:#637276;font-size:.78rem}.barcode-preview{display:flex;justify-content:center;padding:14px}@media(max-width:980px){.label-tuner{grid-template-columns:1fr}.tuner-preview{position:static}.sheet-row{grid-template-columns:minmax(0,1fr) 90px}.sheet-row.head{display:none}}.movement-total{margin:8px 0 10px;padding:8px 11px;border-radius:8px;background:var(--teal-soft, #e6f4f2);color:#134e4a;font-size:.83rem;line-height:1.7}.db-down-contact{display:inline-block;padding:1px 6px;border-radius:5px;background:#0f766e17;color:#0f766e;font-weight:600;direction:ltr;-webkit-user-select:all;user-select:all}.sheet-row button,.tpl-row button{min-height:30px;padding:4px 11px;border:1px solid var(--border, #d8dee6);border-radius:7px;background:#fff;color:#344448;font-size:.78rem;cursor:pointer}.sheet-row button:hover,.tpl-row button:hover{border-color:var(--teal, #0f766e)}.daybook-day{border:1px solid var(--border, #d8dee6);border-radius:9px;margin-bottom:8px;overflow:hidden}.notification-center{position:relative;flex:0 0 auto}.notification-bell,.icon-button{display:inline-grid;place-items:center;border:1px solid var(--border);color:var(--text);background:var(--surface, #fff);cursor:pointer}.notification-bell{position:relative;width:40px;height:40px;border-radius:12px}.notification-bell:hover,.notification-bell.active{border-color:#7cc9c5;color:var(--teal);background:var(--teal-soft)}.notification-count{position:absolute;inset-inline-start:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--surface, #fff);border-radius:999px;color:#fff;background:#b42338;font-size:10px;font-weight:800;line-height:16px;text-align:center}.notification-popover{position:absolute;inset-inline-end:0;top:calc(100% + 10px);z-index:90;width:min(390px,calc(100vw - 24px));padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface, #fff);box-shadow:0 18px 50px #0f172a2e}.notification-popover:before{content:"";position:absolute;inset-inline-end:14px;top:-6px;width:10px;height:10px;border-block-start:1px solid var(--border);border-inline-start:1px solid var(--border);background:var(--surface, #fff);transform:rotate(45deg)}.notification-popover-head,.receivables-bubble-head,.notification-popover-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-popover-head>div,.receivables-bubble-head>div{display:grid;gap:3px}.notification-popover-head strong,.receivables-bubble-head strong{color:var(--text)}.notification-popover-head span,.receivables-bubble-head span,.notification-popover-foot>span{color:var(--muted);font-size:12px}.icon-button{width:30px;height:30px;flex:0 0 auto;border-radius:9px}.notification-alert-list,.receivables-bubble-cards{display:grid;gap:8px;margin:12px 0}.receivable-alert-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--surface-2, #f8fafc);text-align:start;cursor:pointer}.receivable-alert-card:hover:not(:disabled){transform:translateY(-1px)}.receivable-alert-card.due{border-color:#f3b6bd;background:#fff5f6}.receivable-alert-card.upcoming{border-color:#f0d79e;background:#fffbeb}.receivable-alert-card:disabled{opacity:.65;cursor:default}.receivable-alert-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px}.receivable-alert-card.due .receivable-alert-icon{color:#b42338;background:#fee4e7}.receivable-alert-card.upcoming .receivable-alert-icon{color:#9a6700;background:#fff0c2}.receivable-alert-copy{display:grid;gap:2px;min-width:0}.receivable-alert-copy strong{font-size:13px}.receivable-alert-copy small{color:var(--muted);font-size:11px}.receivable-alert-card b{direction:ltr;white-space:nowrap;font-size:13px}.receivable-alert-card.compact{padding:9px 10px}.receivable-alert-card.compact .receivable-alert-icon{width:32px;height:32px}.notification-popover-foot{padding-top:11px;border-top:1px solid var(--border)}.clear-notifications,.bubble-clear{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;color:#0f6c68;background:var(--teal-soft);cursor:pointer}.clear-notifications{padding:7px 9px;font-size:11px}.receivables-bubble{position:fixed;inset-inline-end:20px;bottom:20px;z-index:80;width:min(430px,calc(100vw - 30px));padding:15px;border:1px solid #9ed8d5;border-radius:17px;background:#fffffffa;box-shadow:0 20px 55px #0f172a33;animation:shift-reminder-in .26s ease-out}.bubble-clear{width:100%;padding:9px 12px;font-size:12px}.invoice-history-head.sales-invoice-history,.invoice-history-row.sales-invoice-history{grid-template-columns:52px 135px minmax(150px,1fr) 105px 105px 135px minmax(250px,auto);min-width:1030px}.invoice-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(135px,1fr)) auto;gap:10px;align-items:end;margin-bottom:12px}.invoice-filter-grid label{display:grid;gap:5px;color:var(--muted);font-size:12px}.invoice-filter-grid input,.invoice-filter-grid select{width:100%;min-height:38px;border:1px solid var(--border);border-radius:8px;padding:6px 9px;background:var(--surface-2);color:var(--text);font:inherit}.invoice-filter-actions,.invoice-bulk-bar,.settlement-summary{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.invoice-bulk-bar{justify-content:space-between;padding:10px 12px;margin-bottom:10px;border:1px solid #b9dedd;border-radius:10px;background:#eef9f8}.settlement-tag{display:block;width:fit-content;margin-top:3px;padding:2px 7px;border-radius:999px;font-size:10px}.settlement-tag.unpaid{background:#fdecec;color:#9e3538}.settlement-tag.partial{background:#fff3cd;color:#755500}.settlement-tag.settled{background:#e5f6ec;color:#17663b}.settlement-card{border-color:#89c9c5;box-shadow:0 4px 18px #1f878114}.invoice-filter-grid .wide-field{grid-column:span 2}.historical-confirmation{display:flex;gap:9px;align-items:flex-start;padding:12px;margin:10px 0;border:1px solid #e6bd60;border-radius:9px;background:#fff8e6;color:#6b500d}.settlement-summary{justify-content:space-between;margin-top:12px}.invoice-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:12px}.invoice-detail-summary span{display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:9px;color:var(--muted);font-size:12px}.invoice-detail-summary strong{color:var(--text);font-size:15px}.compact-table .lookup-row{grid-template-columns:minmax(180px,1fr) 120px 120px 120px}.allocation-list{display:grid;gap:6px;margin-top:12px}.invoice-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:22px;background:#0a1c2094;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.invoice-detail-modal{width:min(1050px,96vw);max-height:90vh;overflow:auto;margin:0;box-shadow:0 24px 70px #00000047}.invoice-detail-notes{display:grid;gap:5px;margin:12px 0;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--soft)}.invoice-detail-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.invoice-detail-actions button{display:inline-flex;align-items:center;gap:6px}@media(max-width:1100px){.invoice-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-filter-grid .wide-field{grid-column:span 2}.invoice-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.invoice-item-cell{display:grid;gap:3px}.invoice-item-cell>strong{color:var(--text)}.invoice-line-row .invoice-line-description{width:100%;min-width:0;padding:5px 7px;font:inherit;font-weight:600;color:var(--text);background:#fff}.inventory-check-option{display:flex!important;align-items:center;align-self:end;min-height:38px;grid-template-columns:auto 1fr}.inventory-check-option input{width:18px;min-height:18px;margin:0}.daybook-head{width:100%;display:grid;grid-template-columns:130px 90px 1fr 1fr;gap:10px;align-items:center;padding:10px 12px;border:0;background:#f9fbfb;color:#17313a;font:inherit;font-size:.86rem;cursor:pointer;text-align:start}.daybook-head:hover{background:var(--teal-soft, #e6f4f2)}.daybook-head span{color:#637276;font-size:.8rem}.daybook-head b{font-weight:600;font-variant-numeric:tabular-nums}.daybook-entries{padding:4px 12px 10px;background:#fff}.daybook-entry{padding:8px 0;border-bottom:1px solid #f1f5f9}.daybook-entry:last-child{border-bottom:0}.daybook-entry-head{display:grid;grid-template-columns:150px 1fr 60px;gap:10px;align-items:center;margin-bottom:4px;font-size:.84rem}.daybook-entry-head span{color:#344448}.daybook-entry-head small{color:#637276;font-size:.75rem}.daybook-line{display:grid;grid-template-columns:1fr 110px 110px;gap:8px;padding:3px 12px 3px 0;font-size:.8rem;color:#344448}.daybook-line b{font-weight:600;font-variant-numeric:tabular-nums}@media(max-width:800px){.daybook-head{grid-template-columns:1fr 1fr}.daybook-entry-head{grid-template-columns:1fr}}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin-top:10px}.menu-tile{display:grid;align-content:space-between;gap:6px;min-height:78px;padding:10px;border:1px solid var(--border);border-radius:8px;background:#f9fbfb;color:var(--text);text-align:start;cursor:pointer;font:inherit}.menu-tile strong{font-size:13px;line-height:1.4}.menu-tile span{color:var(--teal);font-weight:600}.menu-tile:hover:not(:disabled){background:var(--teal-soft);border-color:var(--teal)}.menu-tile:disabled{opacity:.5;cursor:not-allowed}.menu-tile.out span{color:#a4373a}.order-row,.open-order-row,.recipe-row,.menu-item-row,.option-row,.group-row,.simple-row,.engineering-row{display:grid;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.order-row:last-child,.open-order-row:last-child,.recipe-row:last-child,.menu-item-row:last-child,.option-row:last-child,.group-row:last-child,.simple-row:last-child,.engineering-row:last-child{border-bottom:0}.order-row.head,.open-order-row.head,.recipe-row.head,.menu-item-row.head,.option-row.head,.group-row.head,.simple-row.head,.engineering-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.menu-item-row.off{opacity:.55}.order-row span small,.menu-item-row span small{display:block;color:var(--muted);font-size:11px}.order-row .good,.menu-item-row .good,.engineering-row .good{color:#157347;font-weight:600}.order-row{grid-template-columns:minmax(0,1fr) 50px 90px 70px}.open-order-row{grid-template-columns:130px 80px 90px 60px 100px 70px}.recipe-row{grid-template-columns:minmax(0,1fr) 100px 80px 120px 90px 70px}.menu-item-row{grid-template-columns:minmax(0,1fr) 110px 110px 90px 90px 80px 130px}.option-row{grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr) 100px 70px}.group-row{grid-template-columns:150px 80px 100px minmax(0,1fr) 80px}.simple-row{grid-template-columns:minmax(0,1fr) 100px 140px}.engineering-row{grid-template-columns:minmax(0,1fr) 120px 70px 100px 100px 100px 100px}.recipe-row input,.recipe-row select,.option-row input,.option-row select{width:100%;min-width:0;min-height:32px;border:1px solid var(--border);border-radius:8px;padding:5px 8px;background:#fbfcfc;font:inherit}.modifier-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:16px;background:#0f172a73}.modifier-card{display:grid;gap:10px;width:min(560px,100%);max-height:86vh;overflow-y:auto;padding:16px;background:#fff;border-radius:12px}.modifier-group{border-top:1px solid var(--border);padding-top:8px}.modifier-card .qayd-tabs{margin-bottom:0;border-bottom:0;padding-bottom:0}.menu-item-row,.engineering-row,.recipe-row,.option-row{min-width:720px}.held-shelf{border-color:#e0b44c;background:#fffaf0}.held-tile{border-color:#e0b44c;background:#fffdf6;position:relative}.held-tile small{display:block;color:var(--muted);font-size:11px}.held-tile span{color:#9a6b00}.held-tile.urgent{border-color:#d0543c}.held-tile.urgent span{color:#a4373a}.menu-tile{position:relative}.held-badge{position:absolute;inset-inline-end:6px;top:6px;padding:1px 6px;border-radius:999px;background:#e0b44c;color:#fff;font-size:11px;font-style:normal}.open-order-row.off{opacity:.55}.order-row span small+small{color:#9a6b00}.adjust-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 90px 210px;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.adjust-row:last-child{border-bottom:0}.adjust-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.adjust-row span small{display:block;color:var(--muted);font-size:11px}.adjust-row input{width:100%;min-height:32px;border:1px solid var(--border);border-radius:8px;padding:5px 8px;background:#fbfcfc;font:inherit}.adjust-row .qayd-tabs{margin-bottom:0;border-bottom:0;padding-bottom:0;gap:6px}.adjust-row .qayd-tabs button{padding:6px 10px}.open-order-row span small{display:block;color:var(--muted);font-size:11px}.disposal-row,.disposal-list-row{display:grid;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.disposal-row{grid-template-columns:minmax(0,1fr) 120px 80px}.disposal-list-row{grid-template-columns:170px 90px minmax(0,1fr) 100px 100px 80px}.disposal-row:last-child,.disposal-list-row:last-child{border-bottom:0}.disposal-list-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.disposal-list-row .good{color:#157347;font-weight:600}.disposal-row input,.disposal-row select{width:100%;min-height:32px;border:1px solid var(--border);border-radius:8px;padding:5px 8px;background:#fbfcfc;font:inherit}.held-tile.chosen{outline:3px solid var(--teal);background:var(--teal-soft)}.consumable-row,.issue-row{display:grid;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px}.consumable-row{grid-template-columns:minmax(0,1fr) 170px 110px 100px 150px}.issue-row{grid-template-columns:160px minmax(0,1fr) 90px 110px 100px 100px}.consumable-row:last-child,.issue-row:last-child{border-bottom:0}.consumable-row.head,.issue-row.head{background:#f4f7f7;font-size:12px;color:var(--muted)}.consumable-row.off{opacity:.55}.issue-row span small{display:block;color:var(--muted);font-size:11px}
