@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#1c202b;font-synthesis:none;text-rendering:optimizelegibility;--ink:#171b26;--muted:#777b87;--line:#e7e7e2;--surface:#fff;--lime:#dafe56;--lime-soft:#f1ffc0;--violet:#8069e8;--orange:#ff9f5a;--blue:#62aaf7;--danger:#d95555;--sidebar:250px;--header:88px;background:#f4f4f1;font-family:Manrope,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f4f4f1;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #8069e838}h1,h2,h3,p{margin:0}.app-shell{min-height:100vh}.sidebar{z-index:30;width:var(--sidebar);color:#f8f8f5;background:var(--ink);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.sidebar-head{justify-content:space-between;align-items:center;min-height:72px;padding:0 20px;display:flex}.brand,.login-brand,.mobile-brand{letter-spacing:-.5px;align-items:center;gap:11px;font-size:19px;font-weight:800;display:flex}.logo-mark{background:var(--lime);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:31px;height:31px;display:inline-flex}.logo-mark span{background:var(--ink);border-radius:2px;width:3px}.logo-mark span:first-child{height:9px}.logo-mark span:nth-child(2){height:15px}.logo-mark span:nth-child(3){height:12px}.tenant{color:#fff;text-align:left;background:#232836;border:1px solid #343947;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:4px 12px 18px;padding:10px;display:grid}.tenant-logo{width:34px;height:34px;color:var(--ink);background:#f4bc74;border-radius:9px;place-items:center;font-weight:800;display:grid}.tenant strong,.tenant small,.profile strong,.profile small{display:block}.tenant strong,.profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.tenant small,.profile small{color:#8e93a0;margin-top:3px;font-size:10px}.nav{padding:0 10px 24px}.nav-group+.nav-group{margin-top:22px}.nav-label{color:#707583;letter-spacing:.09em;text-transform:uppercase;padding:0 11px 8px;font-size:9px;font-weight:700;display:block}.nav-item{color:#aeb2bd;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;height:40px;padding:0 11px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.nav-item:hover{color:#fff;background:#242936}.nav-item.active{color:var(--ink);background:var(--lime)}.nav-item small{color:inherit;opacity:.72;margin-left:auto;font-size:9px}.sidebar-foot{border-top:1px solid #2c303c;margin-top:auto;padding:12px 10px 16px}.profile{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:8px;padding:9px;display:grid}.profile .avatar{border:1px solid #464b58}.sidebar-close{color:#fff;display:none}.main{min-height:100vh;margin-left:var(--sidebar)}.header{z-index:15;height:var(--header);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f4f1eb;align-items:center;gap:16px;padding:0 30px;display:flex;position:sticky;top:0}.header-copy h1{letter-spacing:-.7px;font-size:21px;font-weight:800}.header-copy p{color:var(--muted);margin-top:4px;font-size:11px}.header-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.api-status{color:#737782;background:#ecece8;border-radius:20px;align-items:center;gap:7px;padding:7px 10px;font-size:10px;font-weight:700;display:flex}.api-status span{background:#b4b5b5;border-radius:50%;width:6px;height:6px}.api-status.live span{background:#61b66e;box-shadow:0 0 0 3px #61b66e26}.api-status.offline span{background:var(--danger);box-shadow:0 0 0 3px #d9555526}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page{width:100%;max-width:1560px;margin:0 auto;padding:24px 30px 42px}.stack{flex-direction:column;gap:18px;display:flex}.button{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 15px;font-size:11px;font-weight:700;transition:all .14s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{color:var(--ink);background:var(--lime);border-color:#cce94e}.button.primary:hover{background:#d0f34b}.button.dark{color:#fff;background:var(--ink)}.button.secondary{color:#3c414d;background:#fff;border-color:#dfdfda}.button:disabled{cursor:not-allowed;color:#96999f;background:#e8e8e3;border-color:#e8e8e3;transform:none}.icon-button{background:#fff;border:1px solid #dfdfda;border-radius:9px;flex-shrink:0;place-items:center;width:38px;height:38px;padding:0;display:inline-grid}.icon-button:hover{background:#f5f5f1}.icon-button.small{background:0 0;border-color:#0000;width:30px;height:30px}.notification{position:relative}.notification>span{background:#e25757;border:1.5px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.menu-button{display:none}.card{border:1px solid var(--line);background:var(--surface);border-radius:14px;min-width:0;padding:20px;box-shadow:0 1px 2px #16192305}.card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.card-header h2{letter-spacing:-.25px;font-size:14px;font-weight:800}.card-header p{color:var(--muted);margin-top:5px;font-size:10px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:#fff;border-radius:13px;flex-direction:column;min-width:0;min-height:140px;padding:17px;display:flex;position:relative;overflow:hidden}.metric-icon,.summary-icon{border-radius:9px;place-items:center;width:34px;height:34px;margin-bottom:15px;display:grid}.metric-icon{position:absolute;top:16px;right:16px}.lime{background:var(--lime-soft)}.violet{color:#5c47be;background:#ece8ff}.orange{color:#b8662d;background:#fff0e3}.blue{color:#397ebf;background:#e7f2ff}.muted{color:var(--muted)}.metric-card>.muted{max-width:calc(100% - 50px);font-size:10px;font-weight:600}.metric-value{letter-spacing:-1px;margin-top:auto;font-size:24px}.metric-change{color:#9699a2;align-items:center;gap:7px;margin-top:5px;font-size:9px;display:flex}.metric-change span{color:#429457;align-items:center;font-weight:800;display:inline-flex}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px;display:grid}.dashboard-grid.bottom{grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr)}.select-button,.text-action{background:#fff;border:1px solid #e3e3df;border-radius:8px;align-items:center;gap:6px;min-height:31px;padding:0 10px;font-size:10px;font-weight:700;display:inline-flex}.text-action{color:#5e50b1;background:0 0;border:0;padding:0}.chart-legend{color:var(--muted);justify-content:flex-end;gap:18px;margin:-7px 0 8px;font-size:9px;display:flex}.chart-legend span{align-items:center;gap:6px;display:flex}.chart-legend i{border-radius:2px;width:7px;height:7px}.legend-dark{background:var(--ink)}.legend-lime{background:var(--lime)}.bar-chart{background:repeating-linear-gradient(#0000 0 43px,#eeeeea 44px);justify-content:space-around;align-items:stretch;gap:14px;height:180px;padding-top:6px;display:flex}.bar-column{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:22px;display:flex}.bar-area{flex:1;justify-content:center;align-items:flex-end;width:100%;max-width:34px;display:flex;position:relative}.bar{border-radius:5px 5px 2px 2px;width:100%;transition:all .25s;position:absolute;bottom:0}.bar.total{background:var(--ink)}.bar.loyal{background:var(--lime);width:52%}.bar-column span{color:var(--muted);font-size:9px}.goal-chart{max-width:210px;margin:8px auto 0;position:relative}.goal-chart svg{width:100%;overflow:visible}.goal-chart path{fill:none;stroke:#ebebe7;stroke-width:15px;stroke-linecap:round}.goal-chart path.progress{stroke:var(--lime);stroke-dasharray:72 100}.goal-chart>div{flex-direction:column;align-items:center;display:flex;position:absolute;inset:45px 0 auto}.goal-chart strong{font-size:25px}.goal-chart span{color:var(--muted);font-size:9px}.goal-values{justify-content:center;gap:34px;margin:4px 0 14px;display:flex}.goal-values span,.goal-values small,.goal-values strong{display:block}.goal-values small{color:var(--muted);margin-bottom:3px;font-size:9px}.goal-values strong{font-size:12px}.goal-note{color:#575c67;background:#f5f5f1;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px;font-size:9px;display:flex}.transaction-list{flex-direction:column;display:flex}.transaction-row{border-bottom:1px solid #eeeeea;grid-template-columns:auto minmax(120px,1fr) auto auto;align-items:center;gap:11px;padding:11px 0;display:grid}.transaction-row:last-child{border-bottom:0}.transaction-icon{border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.positive-bg{color:#469558;background:#eaf8e9}.negative-bg{color:#d05e52;background:#fff0ed}.transaction-row strong,.transaction-row small{display:block}.transaction-row>div strong{font-size:10px}.transaction-row small{color:var(--muted);margin-top:3px;font-size:8px}.transaction-row>strong{font-size:10px}.transaction-date{color:var(--muted);font-size:9px}.positive{color:#419557}.negative{color:#d15b51}.branch-list{flex-direction:column;gap:18px;padding-top:2px;display:flex}.branch-top{grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;margin-bottom:8px;display:grid}.branch-icon{background:#f1f1ed;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.branch-top strong,.branch-top small{display:block}.branch-top div strong{font-size:10px}.branch-top small{color:var(--muted);margin-top:3px;font-size:8px}.branch-amount{font-size:11px}.progress-bar{background:#edede9;border-radius:4px;height:5px;overflow:hidden}.progress-bar span{border-radius:inherit;background:var(--lime);height:100%;display:block}.summary-strip{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:repeat(3,1fr);display:grid}.summary-strip.four{grid-template-columns:repeat(4,1fr)}.summary{border-right:1px solid var(--line);align-items:center;gap:12px;min-width:0;padding:16px 20px;display:flex}.summary:last-child{border-right:0}.summary-icon{flex:0 0 39px;width:39px;height:39px;margin:0}.summary div{min-width:0}.summary small,.summary strong,.summary div>span{display:block}.summary small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.summary strong{letter-spacing:-.5px;margin:3px 0;font-size:18px}.summary div>span{color:#4c985c;font-size:8px}.toolbar{align-items:center;gap:9px;margin-bottom:17px;display:flex}.search-box{color:#858994;background:#fff;border:1px solid #dfdfda;border-radius:9px;align-items:center;gap:9px;width:min(340px,100%);height:38px;padding:0 11px;display:flex}.search-box:focus-within{border-color:#aaa0dd;box-shadow:0 0 0 3px #8069e814}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:10px}.search-box button{color:#8e9199;background:0 0;border:0;padding:2px;display:grid}.select{color:#555965;background:#fff;border:1px solid #dfdfda;border-radius:9px;min-height:38px;padding:0 30px 0 11px;font-size:10px}.toolbar .search-box+.select,.toolbar .search-box+.select+.select{min-width:130px}.toolbar .button.primary:last-child,.push-right{margin-left:auto}.table-wrap{width:100%;overflow-x:auto}table{border-collapse:collapse;white-space:nowrap;width:100%}th{color:#8e9199;text-align:left;letter-spacing:.03em;text-transform:uppercase;background:#fafaf8;border-top:1px solid #eeeeea;border-bottom:1px solid #eeeeea;padding:10px 12px;font-size:8px;font-weight:700}td{border-bottom:1px solid #eeeeea;padding:12px;font-size:10px}tbody tr{transition:all .12s}tbody tr:hover{background:#fafaf7}.person-cell{align-items:center;gap:9px;display:flex}.person-cell strong,.person-cell small{display:block}.person-cell strong{font-size:10px}.person-cell small{color:var(--muted);margin-top:3px;font-size:8px}.avatar{color:#343844;background:#e9e9e5;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:9px;font-weight:800;display:inline-grid}.avatar.mint{background:#dff4e6}.avatar.violet{color:#5d4eae;background:#ebe7ff}.avatar.orange{color:#99582b;background:#ffead8}.avatar.blue{color:#3e71a2;background:#e1effe}.avatar.pink{color:#9f5b76;background:#fbe5ed}.avatar.yellow{color:#8b712e;background:#f9efc5}.avatar.dark{color:#fff;background:#303541}.avatar.large{flex-basis:54px;width:54px;height:54px;font-size:14px}.tier,.role-badge{background:#f0f0ec;border-radius:20px;padding:5px 8px;font-size:8px;font-weight:700;display:inline-flex}.tier.золото{color:#8d6726;background:#fff3cc}.tier.платина{color:#6652b8;background:#eeeaff}.tier.серебро{color:#5f6570;background:#eff0f2}.tier.новичок{color:#437a52;background:#e5f4e8}.pagination{color:var(--muted);justify-content:space-between;align-items:center;padding-top:15px;font-size:9px;display:flex}.pagination div{gap:4px;display:flex}.pagination button{background:#fff;border:1px solid #e0e0dc;border-radius:7px;min-width:29px;height:29px;padding:0 8px;font-size:9px}.pagination button.active{background:var(--ink);color:#fff}.pagination button:disabled{cursor:default;opacity:.4}.empty-state{min-height:230px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state>span{background:#f1f1ed;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:10px;display:grid}.empty-state strong{color:var(--ink);font-size:12px}.empty-state p{margin-top:5px;font-size:9px}.status{border-radius:20px;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex}.status.success{color:#397e4b;background:#e6f6e9}.status.warning{color:#9b692b;background:#fff1d7}.status.danger{color:#a64949;background:#ffebeb}.status.neutral{color:#686b74;background:#eeeeea}.operation{border-radius:7px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;font-weight:700;display:inline-flex}.operation.accrual{color:#397f4b;background:#e8f7ea}.operation.redeem{color:#b04d45;background:#fff0ed}.operation.adjust{color:#6656ad;background:#efecff}.page-actions{justify-content:space-between;align-items:center;display:flex}.segmented{background:#e9e9e5;border-radius:9px;padding:3px;display:inline-flex}.segmented button{color:#777b85;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:31px;padding:0 13px;font-size:9px;font-weight:700;display:inline-flex}.segmented button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #191c2614}.segmented.full{margin:4px 0 20px;display:flex}.segmented.full button{flex:1}.gift-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.gift-card{min-height:230px}.gift-top{align-items:center;gap:8px;display:flex}.gift-top .status{margin-left:auto}.gift-icon{border-radius:12px;place-items:center;width:45px;height:45px;display:grid}.gift-card h3{margin-top:18px;font-size:13px}.gift-card>p{min-height:31px;color:var(--muted);margin-top:6px;font-size:9px;line-height:1.6}.gift-usage{color:var(--muted);justify-content:space-between;align-items:center;margin:17px 0 7px;font-size:8px;display:flex}.gift-usage strong{color:var(--ink);font-size:9px}.gift-foot{justify-content:space-between;align-items:center;margin-top:17px;display:flex}.gift-foot span,.gift-foot button{color:var(--muted);align-items:center;gap:5px;font-size:8px;display:inline-flex}.gift-foot button{color:#6655b2;background:0 0;border:0;font-weight:700}.new-gift{min-height:230px;color:var(--muted);background:0 0;border:1.5px dashed #d5d5cf;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;display:flex}.new-gift:hover{background:#f8f8f5;border-color:#a7a2c2}.new-gift>span{width:44px;height:44px;color:var(--ink);background:var(--lime);border-radius:50%;place-items:center;margin-bottom:11px;display:grid}.new-gift strong{color:var(--ink);font-size:12px}.new-gift small{margin-top:5px;font-size:8px}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.content-card{padding:0;overflow:hidden}.content-card-image{height:130px;color:var(--muted);background:#f0f0ec;place-items:center;display:grid}.content-card-image img{object-fit:cover;width:100%;height:100%}.content-card-body{padding:16px}.content-meta,.content-card-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.content-meta>span:first-child{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:800}.content-card h3{margin-top:13px;font-size:13px}.content-card p{min-height:42px;color:var(--muted);margin-top:7px;font-size:9px;line-height:1.55}.content-card small{color:var(--muted);margin-top:13px;font-size:8px;display:block}.content-card-actions{border-top:1px solid var(--line);margin-top:15px;padding-top:12px}.text-action.danger{color:#b84d4d}.content-editor{background:#fff;border-radius:16px;width:min(760px,100vw - 32px);max-height:calc(100vh - 32px);position:relative;overflow-y:auto;box-shadow:0 24px 80px #0c0e1442}.content-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:4px 20px 20px;display:grid}.content-form-grid .field-label{margin-top:12px}.content-form-grid textarea.input{resize:vertical;height:auto;min-height:82px;padding-top:12px}.content-wide{grid-column:1/-1}.content-checkbox{align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.content-editor>.form-error{margin:0 20px}.content-editor-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding:16px 20px;display:flex}.integration-banner{color:#fff;background:var(--ink);border-radius:14px;align-items:center;gap:13px;padding:18px 20px;display:flex}.iiko-logo{color:#fff;background:#6c59d5;border-radius:12px;place-items:center;width:50px;height:50px;font-size:16px;font-weight:800;display:grid}.integration-banner h2{font-size:14px}.integration-banner p{color:#999eaa;margin-top:4px;font-size:9px}.integration-banner .status{margin-left:5px}.integration-banner .button{margin-left:auto}.integration-banner .icon-button{color:#fff;background:#292e3a;border-color:#3a3f4b}.pulse-dot{background:#62b873;border-radius:50%;width:5px;height:5px}.iiko-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.sync-list,.stop-list{flex-direction:column;display:flex}.sync-item{border-bottom:1px solid #eeeeea;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:11px 0;display:grid}.sync-item:last-child,.stop-list>div:last-child{border-bottom:0}.sync-check{color:#438c53;background:#e5f5e8;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.sync-item strong,.sync-item small{display:block}.sync-item strong{font-size:9px}.sync-item small,.sync-item>.muted{color:var(--muted);margin-top:3px;font-size:8px}.stop-list>div{border-bottom:1px solid #eeeeea;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:8px 0;display:grid}.stop-list strong{align-self:end;font-size:9px}.stop-list small{color:var(--muted);grid-column:2;align-self:start;font-size:8px}.stop-list .status{grid-area:1/3/span 2}.product-placeholder{color:#777b83;background:#f0f0ec;border-radius:8px;grid-row:1/span 2;place-items:center;width:31px;height:31px;display:grid}.event-line{border-bottom:1px solid #eeeeea;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:10px 0;display:grid}.event-line:last-child{border-bottom:0}.event-icon{border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.event-icon.success{color:#438c53;background:#e5f5e8}.event-icon.warning{color:#a7712d;background:#fff0d6}.event-line strong,.event-line small{display:block}.event-line strong{font-size:9px}.event-line small,.event-line>span:last-child{color:var(--muted);margin-top:3px;font-size:8px}.audit-list{flex-direction:column;padding:4px 5px;display:flex}.audit-item{grid-template-columns:auto 1fr auto;gap:13px;min-height:73px;display:grid}.audit-avatar{position:relative}.audit-avatar>span{background:#e2e2de;width:1px;position:absolute;top:36px;bottom:0;left:15px}.audit-item:last-child .audit-avatar>span{display:none}.audit-item>div:nth-child(2) strong,.audit-item>div:nth-child(2) span,.audit-item>div:nth-child(2) small{display:block}.audit-item>div:nth-child(2) strong{margin-top:2px;font-size:10px}.audit-item>div:nth-child(2) span{margin-top:3px;font-size:9px}.audit-item>div:nth-child(2) small{color:var(--muted);margin-top:5px;font-size:8px}.audit-item time{color:var(--muted);font-size:8px}.role-cards{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.role-cards>div{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:0 12px;padding:15px;display:grid}.role-icon{border-radius:10px;grid-row:1/span 2;place-items:center;width:38px;height:38px;display:grid}.role-icon.owner{background:var(--lime-soft)}.role-icon.manager{color:#614cbe;background:#eeeaff}.role-icon.admin{color:#b3672f;background:#ffeddf}.role-icon.cashier{color:#3f7caf;background:#e7f3ff}.role-cards strong{font-size:17px}.role-cards small{color:var(--muted);font-size:8px}.role-badge{color:#5f6170;background:#efefec}.online{color:var(--muted);align-items:center;gap:6px;font-size:9px;display:inline-flex}.online i{background:#b8b9ba;border-radius:50%;width:6px;height:6px}.online.yes{color:#418552}.online.yes i{background:#5eb470}.cashier-page{max-width:none;padding:0}.cashier-layout{min-height:calc(100vh - var(--header));grid-template-columns:minmax(0,1fr) 350px;display:grid}.cashier-workspace{padding:28px 32px}.cashier-search{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.cashier-search h2{font-size:17px}.cashier-search p{color:var(--muted);margin-top:5px;font-size:10px}.qr-button{text-align:left;background:#fff;border:1px solid #dfe0dc;border-radius:10px;align-items:center;gap:10px;padding:10px 13px;display:flex}.qr-button>svg{color:#6655b2}.qr-button strong,.qr-button small{display:block}.qr-button strong{font-size:9px}.qr-button small{color:var(--muted);margin-top:3px;font-size:8px}.large-search{background:#fff;border:1.5px solid #d6d6d1;border-radius:13px;align-items:center;gap:12px;height:58px;padding:0 17px;display:flex;box-shadow:0 4px 20px #1619230a}.large-search:focus-within{border-color:#9184d2;box-shadow:0 0 0 4px #8069e814}.large-search input{border:0;outline:0;width:100%;font-size:15px}.large-search button{background:0 0;border:0;padding:5px;display:grid}.cashier-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:380px;display:flex}.cashier-empty>span{color:#737783;background:#e9e9e5;border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:15px;display:grid}.cashier-empty h3{font-size:13px}.cashier-empty p{color:var(--muted);margin:6px 0 15px;font-size:9px}.cashier-results{border:1px solid var(--line);background:#fff;border-radius:12px;margin-top:12px;padding:10px}.result-label{color:var(--muted);text-transform:uppercase;padding:5px 8px 9px;font-size:8px;font-weight:700;display:block}.cashier-results>button{text-align:left;background:0 0;border:0;border-top:1px solid #eeeeea;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;width:100%;padding:11px 9px;display:grid}.cashier-results>button:hover{background:#fafaf7}.cashier-results strong,.cashier-results small{display:block}.cashier-results strong{font-size:10px}.cashier-results small{color:var(--muted);margin-top:3px;font-size:8px}.result-balance{text-align:right}.selected-customer{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:16px;overflow:hidden}.selected-head{align-items:center;gap:14px;padding:20px;display:flex}.selected-head>div{min-width:0}.selected-head h2{margin-top:6px;font-size:17px}.selected-head p{color:var(--muted);margin-top:3px;font-size:9px}.selected-head .button{margin-left:auto}.selected-stats{border-top:1px solid var(--line);background:#fafaf7;grid-template-columns:repeat(4,1fr);display:grid}.selected-stats>span{border-right:1px solid var(--line);padding:16px 20px}.selected-stats>span:last-child{border:0}.selected-stats small,.selected-stats strong{display:block}.selected-stats small{color:var(--muted);font-size:8px}.selected-stats strong{margin-top:5px;font-size:15px}.selected-stats i{color:var(--muted);font-size:8px;font-style:normal}.checkout{border-left:1px solid var(--line);background:#fff;padding:25px}.checkout-head{align-items:center;gap:10px;margin-bottom:19px;display:flex}.checkout-icon{background:var(--lime-soft);border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.checkout-head h3{font-size:12px}.checkout-head p{color:var(--muted);margin-top:4px;font-size:8px}.checkout-field{margin-bottom:16px;display:block}.checkout-field>span{justify-content:space-between;margin-bottom:7px;font-size:9px;font-weight:700;display:flex}.checkout-field>span small{color:var(--muted);font-weight:500}.checkout-field>div{border:1px solid #dcdcd7;border-radius:10px;align-items:center;height:52px;padding:0 15px;display:flex}.checkout-field input{border:0;outline:0;width:100%;min-width:0;font-size:22px;font-weight:800}.checkout-field>div strong{color:var(--muted);font-size:15px}.calculation{background:#f5f5f1;border-radius:11px;flex-direction:column;gap:11px;margin-top:24px;padding:16px;display:flex}.calculation>div{color:var(--muted);justify-content:space-between;align-items:center;font-size:9px;display:flex}.calculation strong{color:var(--ink);font-size:10px}.calculation strong.positive{color:#419557}.calculation strong.negative{color:#d15b51}.calculation .calculation-total{color:var(--ink);border-top:1px solid #deded9;margin-top:3px;padding-top:13px;font-size:11px;font-weight:700}.calculation-total strong{font-size:18px}.complete-button{width:100%;min-height:49px;margin-top:18px;font-size:11px}.hotkey{color:#9699a0;text-align:center;margin-top:11px;font-size:8px}kbd{background:#f5f5f2;border:1px solid #d9d9d5;border-radius:4px;padding:2px 5px;box-shadow:0 1px #d9d9d5}.drawer-layer,.modal-layer{z-index:60;position:fixed;inset:0}.drawer-backdrop,.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#12151d6b;border:0;width:100%;position:absolute;inset:0}.drawer{background:#fff;width:min(410px,92vw);animation:.18s ease-out slide-in;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #14171f2e}@keyframes slide-in{0%{transform:translate(100%)}}.drawer-head,.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 20px;font-size:11px;font-weight:800;display:flex}.customer-hero{flex-direction:column;align-items:center;padding:27px 20px 20px;display:flex}.customer-hero h2{margin-top:11px;font-size:17px}.customer-hero p{color:var(--muted);margin:4px 0 10px;font-size:9px}.customer-balance{color:#fff;background:var(--ink);border-radius:13px;margin:0 20px;padding:18px}.customer-balance>span{color:#999eaa;font-size:9px}.customer-balance>strong{margin:5px 0 15px;font-size:28px;display:block}.customer-balance div{gap:8px;display:flex}.customer-balance button{min-height:34px;color:var(--ink);background:var(--lime);border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:9px;font-weight:700;display:flex}.customer-stats{border:1px solid var(--line);border-radius:11px;grid-template-columns:repeat(3,1fr);margin:16px 20px;display:grid}.customer-stats>span{text-align:center;border-right:1px solid var(--line);padding:13px}.customer-stats>span:last-child{border:0}.customer-stats small,.customer-stats strong{display:block}.customer-stats small{color:var(--muted);font-size:7px}.customer-stats strong{margin-top:4px;font-size:10px}.drawer-section{padding:4px 20px 24px}.drawer-section h3{margin-bottom:8px;font-size:11px}.transaction-row.compact{grid-template-columns:auto 1fr auto}.modal-layer{place-items:center;display:grid}.qr-modal{background:#fff;border-radius:16px;width:min(420px,100vw - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #0c0e1442}.modal-head h3{font-size:13px}.modal-head p{color:var(--muted);margin-top:4px;font-size:8px;font-weight:500}.qr-camera{color:#ffffffbf;background:#262b36;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:calc(100% - 40px);height:280px;margin:20px;display:flex;position:relative;overflow:hidden}.qr-camera small{color:#aeb2bc;font-size:8px}.scan-line{background:var(--lime);height:2px;box-shadow:0 0 12px var(--lime);animation:2s ease-in-out infinite alternate scan;position:absolute;top:30%;left:15%;right:15%}@keyframes scan{to{top:68%}}.toast{z-index:100;color:#fff;background:var(--ink);border:1px solid #383d49;border-radius:11px;align-items:center;gap:10px;min-height:48px;padding:0 17px 0 10px;font-size:10px;font-weight:700;animation:.18s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #12151d40}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.toast-icon{width:28px;height:28px;color:var(--ink);background:var(--lime);border-radius:8px;place-items:center;display:grid}.mobile-nav{display:none}.login{background:#fff;grid-template-columns:minmax(420px,1.1fr) minmax(390px,.9fr);min-height:100vh;display:grid}.login-art{color:#fff;background:var(--ink);flex-direction:column;min-height:100vh;padding:36px 8%;display:flex;position:relative;overflow:hidden}.login-brand{z-index:2;position:relative}.login-copy{z-index:2;max-width:590px;margin:auto 0;position:relative}.eyebrow{color:#858a97;letter-spacing:.13em;margin-bottom:22px;font-size:10px;font-weight:800}.eyebrow.light{color:var(--lime)}.login-copy h1{letter-spacing:-3.2px;font-size:clamp(40px,5vw,68px);line-height:1.02}.login-copy h1 span{color:var(--lime)}.login-copy p{color:#a6aab5;max-width:510px;margin-top:27px;font-size:14px;line-height:1.8}.login-stats{z-index:2;border-top:1px solid #333844;gap:clamp(24px,5vw,70px);padding-top:30px;display:flex;position:relative}.login-stats strong,.login-stats span{display:block}.login-stats strong{font-size:20px}.login-stats span{color:#858a96;margin-top:6px;font-size:9px}.art-orb{filter:blur(1px);border-radius:50%;position:absolute}.orb-one{border:90px solid #dafe5612;width:430px;height:430px;top:18%;right:-20%}.orb-two{filter:blur(50px);background:#8069e814;width:380px;height:380px;bottom:-25%;left:-12%}.login-panel{place-items:center;padding:40px;display:grid}.login-form{width:min(380px,100%)}.mobile-brand{margin-bottom:50px;display:none}.login-icon{background:var(--lime-soft);border-radius:13px;place-items:center;width:50px;height:50px;margin-bottom:22px;display:grid}.login-form h2{letter-spacing:-1px;font-size:25px}.login-form>p{color:var(--muted);margin-top:9px;font-size:11px;line-height:1.6}.login-form>p strong{color:var(--ink)}.field-label{margin-top:28px;font-size:10px;font-weight:700;display:block}.input{border:1px solid #d9d9d4;border-radius:10px;width:100%;height:50px;margin-top:8px;padding:0 14px;font-size:14px}.input:focus{border-color:#9386d5}.input.error{border-color:#d96767}.otp-wrap{position:relative}.otp-input{letter-spacing:.5em;padding-right:50px;font-size:21px;font-weight:700}.eye-button{color:var(--muted);background:0 0;border:0;padding:5px;display:grid;position:absolute;top:18px;right:12px}.form-error,.demo-hint{color:#bd4f4f;align-items:center;gap:6px;margin-top:10px;font-size:9px;display:flex}.demo-hint{color:#6655b2}.login-button{width:100%;min-height:50px;margin-top:19px;font-size:11px}.link-button{color:#6655b2;background:0 0;border:0;margin:13px auto 0;font-size:9px;font-weight:700;display:block}.terms{color:#a0a2a8;text-align:center;margin-top:24px;font-size:8px;line-height:1.6;display:block}.sidebar-backdrop{display:none}@media (max-width:1180px){:root{--sidebar:220px}.page,.header{padding-left:20px;padding-right:20px}.metrics-grid,.gift-grid,.content-grid,.summary-strip.four{grid-template-columns:repeat(2,1fr)}.summary-strip.four .summary:nth-child(2){border-right:0}.summary-strip.four .summary:nth-child(-n+2){border-bottom:1px solid var(--line)}.api-status{display:none}}@media (max-width:920px){:root{--header:78px}.sidebar{width:min(280px,86vw);transition:transform .18s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close,.sidebar-backdrop{display:grid}.sidebar-backdrop{z-index:25;background:#14171f66;border:0;width:100%;position:fixed;inset:0}.main{margin-left:0}.menu-button{display:grid}.dashboard-grid,.dashboard-grid.bottom,.iiko-grid{grid-template-columns:1fr}.cashier-layout{grid-template-columns:1fr 320px}.cashier-workspace{padding:24px 20px}.login{grid-template-columns:1fr}.login-art{display:none}.mobile-brand{display:flex}}@media (max-width:700px){:root{--header:68px}.header{padding:0 14px}.header-copy h1{font-size:16px}.header-copy p,.header-actions .avatar,.cashier-shortcut{display:none}.page{padding:15px 14px 86px}.card{padding:15px}.metrics-grid,.summary-strip,.summary-strip.four,.role-cards{grid-template-columns:1fr 1fr}.metric-card{min-height:130px;padding:14px}.metric-icon{top:13px;right:13px}.metric-value{font-size:19px}.metric-change{display:block}.metric-change span{margin-right:4px}.summary-strip{overflow:hidden}.summary{padding:13px}.summary:nth-child(2){border-right:0}.summary:nth-child(-n+2){border-bottom:1px solid var(--line)}.summary:last-child:nth-child(odd){grid-column:1/-1}.summary strong{font-size:15px}.toolbar{flex-wrap:wrap}.search-box{width:100%}.toolbar .select{flex:1}.toolbar .button.primary:last-child{margin-left:0}.gift-grid,.content-grid,.content-form-grid{grid-template-columns:1fr}.content-wide{grid-column:auto}.integration-banner{flex-wrap:wrap}.integration-banner .status{margin-left:auto}.integration-banner .button{width:calc(100% - 47px);margin-left:0}.event-line{grid-template-columns:auto 1fr}.event-line>span:last-child{grid-column:2}.role-cards>div{padding:12px}.cashier-page{padding:0 0 72px}.cashier-layout{flex-direction:column;display:flex}.cashier-workspace{padding:18px 14px}.cashier-search{align-items:flex-start}.cashier-search p,.qr-button span{display:none}.qr-button{padding:9px}.large-search{height:53px}.cashier-empty{min-height:260px}.selected-head{flex-wrap:wrap}.selected-head .button{width:100%;margin:0}.selected-stats{grid-template-columns:1fr 1fr}.selected-stats>span:nth-child(2){border-right:0}.selected-stats>span:nth-child(-n+2){border-bottom:1px solid var(--line)}.checkout{border-top:1px solid var(--line);border-left:0;padding:20px 14px}.mobile-nav{z-index:20;height:65px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff5;border-top:1px solid #deded9;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:#8b8e96;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:7px;display:flex}.mobile-nav button.active{color:var(--ink)}.mobile-nav button:nth-child(3) svg{width:28px;height:28px;color:var(--ink);background:var(--lime);border-radius:8px;padding:6px}.pagination>span{display:none}.pagination{justify-content:flex-end}.toast{bottom:78px;left:14px;right:14px}.login-panel{padding:24px}}@media (max-width:430px){.metrics-grid{gap:9px}.metric-card{min-height:122px}.metric-icon{width:30px;height:30px}.metric-card>.muted{max-width:calc(100% - 35px);font-size:8px}.metric-change{font-size:7px}.metric-value{font-size:17px}.summary{gap:8px}.summary-icon{flex-basis:34px;width:34px;height:34px}.summary small{font-size:7px}.summary strong{font-size:13px}.login-form h2{font-size:22px}.mobile-brand{margin-bottom:36px}}
