@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--nav:#10233f;--nav2:#071728;--blue:#3867e8;--blue2:#6187ff;--green:#0d8f6d;--red:#c1121f;--yellow:#b46a00;--bg:#f4f7fb;--bg2:#eef3ff;--card:#fff;--line:#dfe6f0;--ink:#172033;--muted:#667085;--shadow:0 20px 60px rgba(16,35,63,.1);--shadow-strong:0 30px 90px rgba(16,35,63,.18) }*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg)}body{background:radial-gradient(circle at top right,#dde7ff 0,#f6f8fd 36%,#f4f7fb)}button,input,select,textarea{font:inherit}button{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}button:hover{transform:translateY(-1px)}svg{width:20px;height:20px}a{text-decoration:none}.app{min-height:100vh;display:flex;overflow:hidden;background:radial-gradient(circle at 110% 0,#e1ebff 0,transparent 34%),radial-gradient(circle at 0 100%,#edf7f2 0,transparent 20%),var(--bg)}.side{width:260px;min-height:100vh;background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;padding:24px 16px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:40;box-shadow:16px 0 50px #07172824}.brand{display:flex;gap:12px;align-items:center;margin-bottom:26px;padding:0 8px;animation:fadeUp .55s ease}.brand span{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 14px 30px #3867e847}.brand b{display:block;font-size:20px}.brand small{color:#b7c1d1;font-weight:700}nav{display:flex;flex-direction:column;gap:6px}.side button{border:0}.side nav button,.reload{border-radius:14px;background:transparent;color:#aab6c8;padding:12px 13px;display:flex;align-items:center;gap:12px;font-weight:800;text-align:left}.side nav button:hover,.side nav button.on{background:#3867e840;color:#fff;box-shadow:inset 0 0 0 1px #ffffff12}.reload{margin-top:auto;background:#fff;color:var(--nav);justify-content:center;box-shadow:0 14px 30px #00000029}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}main{margin-left:260px;flex:1;min-width:0;display:flex;flex-direction:column}header{height:84px;background:#ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,230,240,.75);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:20;box-shadow:0 8px 30px #10233f0a}h1{font-size:28px;margin:0;letter-spacing:-.04em}header p{margin:4px 0 0;color:var(--muted);font-size:13px}.top-actions{display:flex;gap:10px;align-items:center}.top-actions>button,.notifs>button{width:46px;height:46px;border:0;border-radius:16px;background:linear-gradient(180deg,#fff,#eef3f9);color:#526074;display:grid;place-items:center;position:relative;box-shadow:0 12px 24px #10233f14}.dbicon.ok svg:last-child,.dbicon.bad svg:last-child{position:absolute;width:16px;height:16px;right:7px;bottom:7px;background:#fff;border-radius:50%}.dbicon.ok svg:last-child{color:var(--green)}.dbicon.bad svg:last-child{color:var(--red)}.notifs{position:relative}.glassy{background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.notif-menu{position:absolute;top:56px;right:0;width:330px;border:1px solid rgba(223,230,240,.8);border-radius:20px;box-shadow:var(--shadow-strong);padding:16px;animation:drop .22s cubic-bezier(.2,.8,.2,1);z-index:60;transform-origin:top right}@keyframes drop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:none}}.presenti{font-size:20px;color:var(--green);font-weight:800}.notif-sub{margin-top:4px;color:var(--muted);font-size:12px}.notif-menu h4{margin:12px 0 8px}.notif-menu hr{border:0;height:1px;background:var(--line);margin:14px 0}.urgent-row{display:flex;align-items:center;gap:8px;padding:8px 0;color:var(--yellow)}.urgent-row svg{width:17px}.urgent-row span{font-weight:600}.content{overflow:auto;padding:32px 34px 56px;animation:fadeUp .38s ease}.stack{display:flex;flex-direction:column;gap:22px}.page-enter{animation:fadeUp .42s ease}.cards{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px}.card,.panel,.formcard,.hero-panel{background:#ffffffd6;border:1px solid rgba(223,230,240,.8);border-radius:24px;box-shadow:var(--shadow)}.floating{transition:transform .25s ease,box-shadow .25s ease}.floating:hover{transform:translateY(-4px);box-shadow:0 28px 70px #10233f24}.card{padding:22px;min-height:140px;position:relative;overflow:hidden}.card:after{content:"";position:absolute;inset:auto -40px -40px auto;width:110px;height:110px;background:radial-gradient(circle,var(--bg2),transparent 66%);pointer-events:none}.card span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#e9efff;color:var(--blue)}.card span.green{background:#ddf8ec;color:var(--green)}.card p{color:var(--muted);font-weight:700}.card b{font-size:34px}.hero-panel{padding:26px 28px;display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(135deg,#fff,#f8fbff)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#ebf1ff;color:var(--blue);font-weight:800;padding:8px 12px;font-size:12px}.hero-panel h2{margin:12px 0 8px;font-size:28px;letter-spacing:-.03em}.hero-panel p{margin:0;color:var(--muted);max-width:680px}.hero-badges{display:grid;gap:10px}.hero-badges span{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:12px 16px;border-radius:16px;font-weight:700;box-shadow:0 10px 24px #10233f0f}.panel{overflow:hidden}.panel-head{min-height:78px;padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:#fbfcff}.panel-head h2{font-size:21px;margin:0}.head-actions{display:flex;align-items:center;gap:12px}.primary,.save,.upload-btn{border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:800;padding:11px 16px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 26px #3867e838}.save{background:linear-gradient(135deg,var(--green),#2dad86)}.toolbar{padding:16px 18px}.toolbar label{width:330px;height:44px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--muted);box-shadow:0 10px 24px #10233f0a}.toolbar input{border:0;outline:0;width:100%}.table{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);background:#fafbff}tbody tr{transition:background .18s ease}tbody tr:hover{background:#fbfdff}.actions{display:flex;gap:8px;justify-content:flex-end}.actions button,td button{border:0;border-radius:12px;background:#eef3f9;color:#526074;width:36px;height:36px;display:inline-grid;place-items:center}.badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.badge.ok{background:#ddf8ec;color:var(--green)}.badge.warn{background:#fff1d6;color:var(--yellow)}.badge.bad{background:#ffe1e1;color:var(--red)}.badge.neutral{background:#edf1f7;color:#526074}.empty{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#98a2b3;gap:12px}.row{display:flex;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--line)}.formcard{margin:18px;padding:18px;background:linear-gradient(180deg,#fff,#fbfcff)}.grid2,.grid3,.grid4{display:grid;gap:15px;margin-bottom:16px}.grid2{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:repeat(3,1fr)}.grid4{grid-template-columns:repeat(4,1fr)}label{display:flex;flex-direction:column;gap:7px}label span{font-size:13px;font-weight:800;color:#344054}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:0 12px;outline:0;background:#fff;color:var(--ink);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}input:focus,select:focus,textarea:focus{border-color:#b9c9ff;box-shadow:0 0 0 4px #3867e81a}input,select{height:46px}textarea{min-height:130px;padding:12px;resize:vertical}.wide{grid-column:1/-1}.inline{display:flex;gap:10px;align-items:center;padding:18px}.chips{display:flex;flex-wrap:wrap;gap:10px;padding:0 18px 18px}.chips span{border:2px solid var(--blue);border-radius:999px;padding:8px 11px;font-weight:800;background:#fff}.chips button{margin-left:8px;border:0;background:transparent}.seg{display:flex;gap:6px;background:#edf1f7;border-radius:14px;padding:5px}.seg button{flex:1;border:0;border-radius:11px;background:transparent;color:#526074;font-weight:800;padding:10px}.seg button.on{background:#fff;color:var(--blue);box-shadow:0 8px 18px #10233f14}.pdf,.report,.preview-link{color:var(--blue);font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:18px}.report{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}.report b{display:block;color:var(--ink);margin-bottom:4px}.report span{font-size:13px;color:var(--muted)}.settings-layout{display:flex;flex-direction:column;gap:22px}.settings-previews{display:grid;grid-template-columns:360px 1fr;gap:22px}.settings-form{padding:18px}.mini-note{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.logo-preview-wrap,.pdf-preview-wrap{padding:18px}.logo-preview-wrap{min-height:250px;display:grid;place-items:center;background:linear-gradient(180deg,#fbfcff,#f5f8ff)}.logo-preview{max-width:100%;max-height:190px;object-fit:contain;border-radius:18px;box-shadow:0 20px 50px #10233f1f;background:#fff;padding:16px}.logo-placeholder{width:100%;min-height:190px;border:2px dashed #cfdae9;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#94a3b8;background:#fafcff}.logo-placeholder svg{width:34px;height:34px}.pdf-frame{width:100%;height:540px;border:0;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #dfe6f0cc,0 14px 36px #10233f0f}.upload-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.upload-btn{cursor:pointer}.muted{color:var(--muted);font-size:13px}.right{display:flex;justify-content:flex-end;gap:10px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#08142394;z-index:100;display:grid;place-items:center;padding:22px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{width:min(780px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 40px 120px #00000059}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--line);background:#fbfcff}.modal-head button{border:0;background:#eef3f9;border-radius:14px;width:42px;height:42px;display:grid;place-items:center}.modal-body{padding:22px}.member{width:min(1480px,100%);height:min(900px,calc(100vh - 44px));background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 40px 120px #0000005c}.member-head{min-height:86px;background:linear-gradient(135deg,var(--nav),var(--blue));color:#fff;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.member-head button{border:0;width:52px;height:52px;border-radius:16px;background:#ffffff24;color:#fff}.member-tabs{padding:18px 24px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;background:#fbfcff}.member-tabs>div{display:flex;gap:8px;flex-wrap:wrap}.member-tabs button{border:1px solid var(--line);border-bottom:0;border-radius:14px 14px 0 0;background:#fff;color:var(--blue);height:42px;padding:0 15px;font-weight:800;display:flex;align-items:center;gap:8px}.member-tabs button.on{background:var(--blue);color:#fff}.member-tabs>.primary{border:0;border-radius:14px;margin-bottom:8px;color:#fff}.member-body{flex:1;overflow:auto;padding:24px}.member-foot{border-top:1px solid var(--line);margin:24px -24px -24px;padding:16px 24px;background:#fbfcff}.member-foot button{border:0;border-radius:12px;background:#e8ebf3;color:#667085;padding:10px 15px;font-weight:800}.docs-exp{border-top:1px solid var(--line);padding-top:18px}.notes{min-height:260px}.toast{position:fixed;right:24px;bottom:24px;background:linear-gradient(135deg,var(--nav),#193760);color:#fff;border-radius:16px;padding:14px 17px;box-shadow:0 18px 50px #00000047;font-weight:800;z-index:200;animation:fadeUp .25s ease}.scale-in{animation:scaleIn .2s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (max-width:1260px){.settings-previews{grid-template-columns:1fr}.cards,.grid4,.grid3,.report-grid{grid-template-columns:repeat(2,1fr)}.hero-panel{flex-direction:column;align-items:flex-start}}@media (max-width:760px){.app{height:auto;display:block;overflow:auto}.side{position:relative;width:100%;min-height:auto}.side nav{flex-direction:row;overflow:auto;padding-bottom:8px}main{margin-left:0;height:auto}header{height:auto;padding:18px}.content{padding:20px}.cards,.grid2,.grid3,.grid4,.report-grid,.settings-previews{grid-template-columns:1fr}.member{height:100vh;border-radius:0}.overlay{padding:0}.member-tabs{flex-direction:column}.toolbar label{width:100%}.top-actions{align-self:flex-start}.hero-panel h2{font-size:24px}.pdf-frame{height:420px}}.pos-layout{display:grid;grid-template-columns:1fr 320px;gap:22px;padding:18px}.pos-screen{border-radius:28px;background:linear-gradient(145deg,#0e2444,#173a6a);color:#fff;padding:24px;box-shadow:0 28px 90px #10233f38;position:relative;overflow:hidden}.pos-screen:before{content:"";position:absolute;inset:-90px -90px auto auto;width:240px;height:240px;border-radius:50%;background:#6187ff47;filter:blur(6px)}.pos-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;position:relative;z-index:1}.pos-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#a9c1ff;font-weight:800}.pos-top h2{margin:7px 0 0;font-size:30px;letter-spacing:-.05em}.pos-total{font-size:34px;font-weight:900;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:14px 18px;box-shadow:inset 0 0 0 1px #ffffff0a}.pos-product-grid{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;margin:24px 0;position:relative;z-index:1}.pos-product{min-height:105px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#ffffff17;color:#fff;text-align:left;padding:15px;display:flex;flex-direction:column;gap:8px;box-shadow:0 12px 30px #0000001f}.pos-product:hover,.pos-product.on{background:#fff;color:var(--nav);transform:translateY(-4px)}.pos-product b{font-size:16px}.pos-product span{font-weight:900;color:inherit}.pos-product small{opacity:.72}.pos-controls{display:grid;grid-template-columns:1fr 150px;gap:14px;position:relative;z-index:1}.pos-controls label span{color:#dce7ff}.pos-controls input,.pos-controls select{background:#fffffff2}.pos-controls .seg{background:#ffffff29}.pos-controls .seg button{color:#dbe6ff}.pos-controls .seg button.on{color:var(--blue)}.pos-pay-btn{margin-top:18px;width:100%;height:58px;border:0;border-radius:20px;background:linear-gradient(135deg,#0d8f6d,#36c299);color:#fff;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 18px 40px #0d8f6d47;position:relative;z-index:1}.pos-receipt-preview{border-radius:28px;background:#f7f2e9;padding:18px;display:grid;place-items:center}.receipt-paper{width:100%;min-height:380px;background:#fffdf7;border-radius:8px;padding:20px 18px;box-shadow:0 18px 40px #3a2d1424;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#202020;position:relative}.receipt-paper:before,.receipt-paper:after{content:"";position:absolute;left:0;right:0;height:10px;background:repeating-linear-gradient(90deg,transparent 0 8px,#f7f2e9 8px 16px)}.receipt-paper:before{top:-1px}.receipt-paper:after{bottom:-1px}.receipt-paper h3{text-align:center;margin:0 0 4px;font-size:18px}.receipt-paper p{text-align:center;margin:0 0 14px}.receipt-paper hr{border:0;border-top:1px dashed #999;margin:14px 0}.receipt-paper div{display:flex;justify-content:space-between;gap:12px;margin:9px 0}.receipt-total{font-size:18px;font-weight:900}.receipt-paper small{display:block;text-align:center;margin-top:18px;color:#777}@media (max-width:1100px){.pos-layout{grid-template-columns:1fr}.pos-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.pos-product-grid,.pos-controls{grid-template-columns:1fr}.pos-total{font-size:26px}.pos-top{flex-direction:column}}.brand img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px}.doc-hint{border:1px dashed var(--line);background:#fbfcff;border-radius:18px;padding:14px 16px;color:var(--muted);font-weight:700}.pos-cart{margin:18px 0 0;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:14px;position:relative;z-index:1}.pos-cart h3{margin:0 0 10px;color:#fff}.cart-row{display:grid;grid-template-columns:1fr 72px 95px 34px;gap:10px;align-items:center;padding:10px 0;border-top:1px solid rgba(255,255,255,.12)}.cart-row:first-of-type{border-top:0}.cart-row b,.cart-row strong{color:#fff}.cart-row span{display:block;color:#c9d7ff;font-size:12px;margin-top:3px}.cart-row input{height:38px;border-radius:12px}.cart-row button{border:0;border-radius:12px;background:#ffffff29;color:#fff;height:34px}.empty-cart{color:#c9d7ff;margin:0}.pos-controls-single{grid-template-columns:1fr}.multipos .pos-product.on{background:#fff;color:var(--nav)}@media (max-width:760px){.cart-row{grid-template-columns:1fr 64px}.cart-row strong,.cart-row button{justify-self:end}.cart-row strong{grid-column:1/2}.cart-row button{grid-column:2/3}}.attendance-page{width:min(1050px,100%);margin:0 auto;display:flex;flex-direction:column;gap:14px;animation:fadeUp .35s ease}.attendance-back{color:#7b8495;font-size:14px;font-weight:700;margin-bottom:2px}.attendance-title h2{margin:0 0 6px;font-size:24px;letter-spacing:-.03em}.attendance-title p{margin:0;color:var(--muted)}.day-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.day-card>label span{text-transform:uppercase;font-size:12px;letter-spacing:.06em;color:#667085}.day-picker{display:grid;grid-template-columns:52px 1fr 52px;gap:10px;align-items:center;margin-top:8px}.day-picker>button{height:52px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#667085;font-size:24px}.day-picker>div{height:52px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;color:#1d2939}.day-picker svg{color:#16a37b}.day-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.attendance-category-inline{display:flex;align-items:center;gap:10px;margin-top:12px}.attendance-category-inline>span{font-weight:800;color:#667085}.attendance-category-inline select{max-width:260px;height:40px}.attendance-counts{background:#fff;border:1px solid var(--line);display:flex;gap:16px;flex-wrap:wrap;padding:11px 14px}.attendance-counts span{border-radius:999px;padding:7px 11px;font-weight:900}.attendance-counts .present{background:#dff8ec;color:#007a55}.attendance-counts .absent{background:#ffe5e5;color:#bf1d1d}.attendance-counts .missing{background:#edf1f7;color:#667085}.attendance-list{display:flex;flex-direction:column;gap:12px}.presence-row{min-height:74px;background:#fff;border:1px solid transparent;border-radius:17px;box-shadow:0 12px 28px #10233f0d;display:grid;grid-template-columns:54px 1fr auto 72px;gap:14px;align-items:center;padding:13px 16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.presence-row:hover{transform:translateY(-2px);box-shadow:0 20px 46px #10233f17}.presence-row.is-present{border-color:#0d8f6d38}.presence-row.is-absent{border-color:#c1121f29}.presence-avatar{width:44px;height:44px;border-radius:999px;background:#e4f8ef;color:#0d8f6d;font-weight:900;display:grid;place-items:center}.presence-info{display:flex;flex-direction:column;gap:4px}.presence-info b{letter-spacing:-.02em}.presence-info span{color:#667085;font-size:13px}.presence-state{display:flex;justify-content:flex-end}.switch{display:flex!important;align-items:center!important;justify-content:flex-end!important}.switch input{display:none}.switch span{width:60px;height:34px;border-radius:999px;background:#ccd3de;position:relative;transition:.2s ease;box-shadow:inset 0 0 0 1px #0000000a}.switch span:after{content:"";position:absolute;width:28px;height:28px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 3px 10px #0003;transition:.2s ease}.switch input:checked+span{background:#0d8f6d}.switch input:checked+span:after{transform:translate(26px)}.switch input:disabled+span{opacity:.65}.attendance-alert{border:1px solid #ffe0a6;background:linear-gradient(135deg,#fff8e8,#fff);border-radius:22px;padding:18px 20px;color:#8a5a00;box-shadow:var(--shadow)}.attendance-alert div{display:flex;align-items:center;gap:10px;font-size:17px}.attendance-alert p{margin:8px 0 0;color:#9b6b14}@media (max-width:760px){.day-picker{grid-template-columns:44px 1fr 44px}.presence-row{grid-template-columns:44px 1fr 64px;gap:10px}.presence-state{grid-column:2/3}.switch{grid-column:3/4;grid-row:1/3}.attendance-counts{gap:8px}.attendance-counts span{font-size:13px}}.switch.saving{opacity:.55;pointer-events:none}.presence-row{transition:background .18s ease,transform .18s ease}.presence-row:hover{transform:translateY(-1px)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 80% 10%,#dce7ff 0,transparent 34%),radial-gradient(circle at 10% 90%,#dcf8ef 0,transparent 28%),linear-gradient(135deg,#071728,#10233f)}.login-card{width:min(440px,100%);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.55);border-radius:28px;padding:30px;box-shadow:0 40px 120px #0000004d;display:flex;flex-direction:column;gap:16px}.login-logo{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;box-shadow:0 18px 36px #3867e847}.login-card h1{margin:2px 0 0;font-size:30px}.login-card p{margin:0;color:var(--muted)}.login-btn{border:0;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:900;padding:14px 18px;box-shadow:0 16px 34px #3867e847}.login-card small{color:var(--muted);text-align:center}.user-pill{height:42px;padding:0 12px;border-radius:999px;background:#eef3f9;color:#526074;display:flex;align-items:center;gap:7px;font-weight:800}.user-pill svg{width:17px;height:17px;color:var(--green)}.logout-btn{width:auto!important;padding:0 14px;font-weight:800}.self-badge{margin-left:8px;color:var(--green);background:#ddf8ec;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:800}.admin-form{align-items:end}.brand-logo{background:#fff!important;overflow:hidden;padding:6px}.brand-logo img{max-width:100%;max-height:100%;object-fit:contain;background:#fff;border-radius:12px;padding:3px;filter:drop-shadow(0 2px 7px rgba(16,35,63,.22)) brightness(1.28) contrast(.82) saturate(1.08)}.logo-preview-wrap{background:linear-gradient(135deg,#fff,#eef3ff)!important}.logo-preview{background:#fff;filter:drop-shadow(0 18px 40px rgba(16,35,63,.16)) brightness(1.1) contrast(.94)}.income-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;padding:18px;align-items:end}.income-total{color:var(--green);background:#ddf8ec;padding:9px 13px;border-radius:999px}@media (max-width:1100px){.income-filters{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.income-filters{grid-template-columns:1fr}}.pos-product.soldout{opacity:.48;filter:grayscale(1);cursor:not-allowed}.pos-product.lowstock{box-shadow:0 0 0 2px #b46a0073,0 12px 30px #0000001f}.stock-alerts{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 18px}.stock-alert{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.stock-alert svg{width:16px;height:16px}.stock-alert.bad{background:#ffe1e1;color:var(--red)}.stock-alert.warn{background:#fff1d6;color:var(--yellow)}.pos-controls-single{grid-template-columns:1fr!important}.secondary-inline{border:0;border-radius:14px;background:#eef3f9;color:#526074;font-weight:800;padding:11px 16px;display:inline-flex;align-items:center;gap:8px}.bar-admin-total{margin:18px;border-radius:22px;padding:20px;background:linear-gradient(135deg,#ddf8ec,#fff);border:1px solid #bcebd9;display:flex;justify-content:space-between;align-items:center;gap:16px}.bar-admin-total span{color:var(--muted);font-weight:800}.bar-admin-total b{color:var(--green);font-size:30px;letter-spacing:-.04em}.bar-log-list{padding:0 18px 18px;display:flex;flex-direction:column;gap:10px}.bar-log-row{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:0 10px 22px #10233f0a}.bar-log-row b{display:block;font-size:16px}.bar-log-row span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.bar-log-row small{color:var(--muted);white-space:nowrap}.bar-log-row.log-plus{border-left:5px solid var(--green)}.bar-log-row.log-plus b{color:var(--green)}.bar-log-row.log-minus{border-left:5px solid var(--red)}.bar-log-row.log-minus b{color:var(--red)}.bar-log-row.log-neutral{border-left:5px solid #94a3b8}.brand-logo{width:56px!important;height:56px!important;min-width:56px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 30px #00000029!important;padding:7px!important;display:grid!important;place-items:center!important}.brand-logo img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important;filter:brightness(1.22) contrast(.88) saturate(1.08) drop-shadow(0 2px 4px rgba(16,35,63,.2))!important}.brand div b{font-size:22px!important;line-height:1.05!important}.brand div small{font-size:13px!important}.report-viewer-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto auto auto;gap:12px;padding:18px;align-items:end}.report-export{height:44px;border-radius:14px;background:#eef3f9;color:#526074;font-weight:900;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.report-viewer-meta{margin:0 18px 14px;border-radius:16px;background:#f8fbff;border:1px solid var(--line);padding:14px 16px;display:flex;justify-content:space-between;gap:12px;color:var(--muted)}.report-viewer-meta b{color:var(--ink)}.report-browser-table{margin:0 18px 18px;border:1px solid var(--line);border-radius:18px;overflow:auto;max-height:62vh;background:#fff}.report-browser-table table{min-width:900px}.report-browser-table th{position:sticky;top:0;z-index:1}.report-note{margin:0 18px 18px;color:var(--muted);font-size:13px}@media (max-width:980px){.report-viewer-toolbar{grid-template-columns:1fr 1fr}}@media (max-width:620px){.report-viewer-toolbar{grid-template-columns:1fr}.report-export,.report-viewer-toolbar .primary{width:100%}}.cookie-box{position:fixed;right:24px;bottom:24px;width:min(360px,calc(100vw - 32px));background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(223,230,240,.9);border-radius:22px;box-shadow:0 26px 80px #10233f33;padding:18px;z-index:240;animation:fadeUp .25s ease}.cookie-box h3{margin:0 0 6px;font-size:18px}.cookie-box p{margin:0 0 14px;color:var(--muted);line-height:1.35}.cookie-box div{display:flex;gap:10px}.cookie-box button{flex:1;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:900;padding:11px 14px}.cookie-box .secondary-cookie{background:#eef3f9;color:#526074}.login-cookie-placeholder{right:24px;bottom:24px}.report-browser-table th,.report-browser-table td{min-width:140px;max-width:360px;white-space:nowrap;padding:12px 14px!important}.report-browser-table td{overflow:hidden;text-overflow:ellipsis}.report-browser-table{max-width:100%}.brand{align-items:center!important;gap:14px!important}.brand-logo{width:64px!important;height:64px!important;min-width:64px!important;border-radius:20px!important;background:#fff!important;padding:3px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.brand-logo img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important;filter:brightness(1.15) contrast(.9) saturate(1.06) drop-shadow(0 2px 4px rgba(16,35,63,.16))!important}.brand div b{font-size:24px!important;line-height:1.05!important;display:block!important}.brand div small{font-size:14px!important;line-height:1.1!important}.modal,.modal input,.modal textarea,.modal select,.modal label span{color:var(--ink)!important}.modal input::placeholder,.modal textarea::placeholder{color:#98a2b3!important}.member-tabs>.primary,.member-tabs button.primary,.member-tabs .primary{background:#fff!important;color:#10233f!important;border:1px solid #dfe6f0!important;box-shadow:0 10px 22px #10233f14!important}.member-tabs>.primary svg,.member-tabs button.primary svg,.member-tabs .primary svg{color:#3867e8!important}html,body,#root{max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%}main,.content,.panel,.table,.report-browser-table{min-width:0}.table table,.report-browser-table table{min-width:760px}.member,.modal{max-width:100vw}@media (max-width:760px){.side{position:relative!important;width:100%!important;min-height:auto!important;padding:14px 12px!important}.brand{margin-bottom:12px!important}.side nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important}.side nav button{width:100%!important;padding:10px!important;font-size:13px!important;min-width:0!important}main{margin-left:0!important;width:100%!important}header{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}header h1{font-size:24px!important}.top-actions{width:100%!important;flex-wrap:wrap!important}.content{padding:16px 12px 36px!important;width:100%!important}.panel-head{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.head-actions,.right{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}.primary,.save,.secondary-inline,.report-export{min-height:44px!important}.grid2,.grid3,.grid4,.cards,.settings-previews,.pos-layout,.report-grid{grid-template-columns:1fr!important}.formcard{margin:12px!important;padding:14px!important}.table,.report-browser-table{margin-left:12px!important;margin-right:12px!important;max-width:calc(100vw - 24px)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}th,td{padding:11px 12px!important;font-size:13px!important}.member{width:100vw!important;height:100vh!important;border-radius:0!important}.member-tabs{overflow-x:auto!important;align-items:flex-start!important}.member-tabs>div{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;width:100%!important}.member-tabs button{flex:0 0 auto!important}.pos-product-grid{grid-template-columns:1fr 1fr!important}.pos-screen,.pos-receipt-preview{padding:16px!important;border-radius:22px!important}.pos-total{font-size:24px!important}.cookie-box{right:12px!important;bottom:12px!important;width:calc(100vw - 24px)!important}.notif-menu{position:fixed!important;right:12px!important;left:12px!important;top:96px!important;width:auto!important}}@media (max-width:430px){.side nav{grid-template-columns:1fr!important}.pos-product-grid{grid-template-columns:1fr!important}.brand div b{font-size:18px!important}}.pos-product{flex-direction:row!important;align-items:center!important;gap:12px!important}.bar-product-img{width:54px;height:54px;min-width:54px;border-radius:16px;background:#ffffffe0;display:grid;place-items:center;overflow:hidden;color:var(--blue);box-shadow:0 10px 22px #0000001f}.bar-product-img img,.cart-product-img img,.table-product-img img,.bar-image-preview img{width:100%;height:100%;object-fit:cover}.bar-product-info{display:flex;flex-direction:column;gap:6px;min-width:0}.bar-product-info b{line-height:1.05}.cart-product-label{display:flex;align-items:center;gap:10px;min-width:0}.cart-product-img{width:42px;height:42px;min-width:42px;border-radius:12px;background:#eef3f9;display:grid;place-items:center;overflow:hidden;color:var(--blue)}.cart-product-label>span:last-child{display:flex;flex-direction:column}.table-product-img{width:44px;height:44px;border-radius:12px;background:#eef3f9;display:grid;place-items:center;overflow:hidden;color:var(--blue)}.bar-image-preview{margin-top:14px;display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.bar-image-preview>span{width:72px;height:72px;min-width:72px;border-radius:18px;background:#fff;display:grid;place-items:center;overflow:hidden;color:var(--blue);box-shadow:0 12px 24px #10233f14}.bar-image-preview div{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.bar-image-preview small{color:var(--muted)}@media (max-width:760px){.pos-product{min-height:88px!important}.bar-product-img{width:48px;height:48px;min-width:48px}.bar-image-preview{flex-direction:column;align-items:flex-start}}.bar-image-preview img{display:block}.cash-box{margin-top:16px;border:1px solid var(--line);background:linear-gradient(135deg,#fff,#f5f8ff);border-radius:22px;padding:16px;box-shadow:0 18px 40px #10233f0f}.cash-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cash-summary>div{background:#fff;border:1px solid #dfe6f0;border-radius:16px;padding:12px}.cash-summary span{display:block;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cash-summary b{display:block;margin-top:6px;font-size:22px}.cash-summary input{margin-top:6px;width:100%;border:0;outline:0;font-size:22px;font-weight:900;color:var(--ink);background:transparent}.cash-ok{color:var(--green)!important}.cash-bad{color:var(--red)!important}.cash-denoms{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}.cash-denoms button{border:0;border-radius:14px;background:#eef3ff;color:#294ea8;min-height:48px;font-weight:900;box-shadow:0 10px 22px #3867e814}.service-picker{padding:12px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.service-picker>b{display:block;margin-bottom:10px}.service-picker>div{display:flex;flex-wrap:wrap;gap:8px}.service-picker button{border:1px solid #dfe6f0;border-radius:999px;background:#fff;color:#526074;padding:9px 12px;font-weight:900}.service-picker button.on{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:transparent}.service-list{display:block;max-width:360px;color:var(--muted);font-size:13px;line-height:1.35}@media (max-width:760px){.cash-summary{grid-template-columns:1fr}.cash-denoms{grid-template-columns:repeat(3,minmax(0,1fr))}}.pos-total{color:var(--nav)!important;background:linear-gradient(180deg,#fff,#eef3ff)!important;border:1px solid rgba(255,255,255,.55)!important;box-shadow:0 14px 36px #0814232e!important}.pos-product-grid{grid-template-columns:repeat(3,minmax(160px,1fr))!important;gap:14px!important}.pos-product{min-height:210px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;text-align:center!important;padding:16px!important;gap:12px!important}.bar-product-img{width:100%!important;height:108px!important;min-width:0!important;border-radius:18px!important;background:#fffffff0!important}.bar-product-info{align-items:center!important;text-align:center!important;gap:5px!important}.bar-product-price{display:block!important;font-size:22px!important;line-height:1!important;font-weight:900!important;color:#fff!important}.pos-product:hover .bar-product-price,.pos-product.on .bar-product-price{color:var(--blue)!important}.bar-product-info b{font-size:13px!important;line-height:1.15!important;font-weight:700!important;opacity:.92!important}.bar-product-info small{font-size:12px!important;opacity:.82!important}.cash-summary b,.cash-summary input,.cash-summary input::placeholder{color:var(--ink)!important}.cash-denoms{grid-template-columns:repeat(4,minmax(0,1fr))!important}.denom-btn{min-height:84px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:10px 8px!important;text-align:center!important;border-radius:18px!important}.denom-btn .denom-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;font-size:20px;background:#ffffffd1;box-shadow:0 8px 18px #10233f14}.denom-btn .denom-value{font-size:16px;line-height:1.05;font-weight:900;color:#142033}.denom-btn small{font-size:11px;font-weight:800;color:#55657c}.denom-btn.coin{background:linear-gradient(180deg,#fff8da,#ffe79c)!important}.denom-btn.bill{background:linear-gradient(180deg,#e7fff0,#bef0d1)!important}.denom-btn.action{background:linear-gradient(180deg,#eef3ff,#dbe7ff)!important}.denom-btn.reset{background:linear-gradient(180deg,#fff0f0,#ffd7d7)!important}@media (max-width:760px){.pos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pos-product{min-height:190px!important}.bar-product-img{height:96px!important}.cash-denoms{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.denom-btn .denom-icon{width:76px!important;height:54px!important;border-radius:14px!important;background:#ffffffeb!important;overflow:hidden!important}.denom-btn.coin .denom-icon{width:58px!important;height:58px!important;border-radius:999px!important}.denom-btn .denom-icon img{width:100%;height:100%;object-fit:contain;display:block}.denom-btn.bill .denom-icon img,.denom-btn.action .denom-icon img{padding:2px}@media (max-width:760px){.denom-btn .denom-icon{width:70px!important;height:50px!important}.denom-btn.coin .denom-icon{width:54px!important;height:54px!important}}.refresh-cash-img{grid-column:span 2}.refresh-cash-img .denom-icon{font-size:24px;color:var(--blue);background:#fff!important}@media (max-width:760px){.refresh-cash-img{grid-column:span 2}}.booking-players{border:1px solid var(--line);border-radius:18px;background:#f8fbff;padding:14px;margin-top:10px}.booking-players-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.booking-players-head button{border:0;border-radius:12px;background:#eef3ff;color:var(--blue);font-weight:900;padding:10px 13px;display:flex;align-items:center;gap:8px}.booking-player-row{display:grid;grid-template-columns:1fr 1fr 140px 42px;gap:10px;margin-top:10px}.booking-player-row button{border:0;border-radius:12px;background:#ffe1e1;color:var(--red)}.field-bookings{display:grid;gap:16px;padding:18px}.field-booking-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 32px #10233f0f;padding:18px}.field-booking-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.field-booking-top b{display:block;font-size:18px}.field-booking-top span{display:block;color:var(--muted);margin-top:4px}.booking-money{display:flex;justify-content:space-between;gap:12px;margin:14px 0;padding:12px;border-radius:14px;background:#f5f8ff;color:var(--blue);font-weight:900}.booking-player-list{display:grid;gap:10px}.booking-pay-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:10px}.booking-pay-row small{display:block;color:var(--muted);margin-top:3px}.booking-pay-row .primary{padding:9px 12px}.missing-quotes{display:grid;gap:10px;padding:18px}.missing-quote{display:flex;gap:10px;align-items:center;border-radius:16px;background:#fff1d6;color:var(--yellow);padding:14px}.missing-quote b{display:block}.missing-quote span{display:block;color:#7a4b00;font-size:13px;margin-top:3px}@media (max-width:760px){.booking-player-row,.booking-pay-row{grid-template-columns:1fr}.booking-money,.field-booking-top{flex-direction:column}.booking-player-row button{height:42px}}.membership-required input,.membership-required select{border-color:#f59e0b!important;background:#fff8e6!important;box-shadow:0 0 0 3px #f59e0b1f!important}.field-hint{display:block;color:#b45309;font-size:11px;font-weight:900;margin-top:3px}.membership-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.switch-row{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;font-weight:900}.switch-row input{width:20px;height:20px}.membership-alert{display:flex;gap:10px;align-items:center;color:#9a3412;background:#ffedd5;border:1px solid #fed7aa;border-radius:16px;padding:12px 14px;margin-bottom:14px;font-weight:800}.membership-required-list{border-radius:16px;background:#f8fbff;border:1px solid var(--line);padding:14px;color:var(--muted)}.membership-report-toolbar{display:grid;grid-template-columns:1fr 220px auto;gap:14px;padding:18px;align-items:end}.membership-export-summary{border:1px solid var(--line);border-radius:16px;padding:12px 14px;background:#f8fbff}.membership-export-summary b{display:block;font-size:28px;color:var(--blue)}.membership-export-summary span{display:block;color:var(--muted);font-size:12px;font-weight:800}.membership-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 18px 18px}.membership-status-grid div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 10px 22px #10233f0d}.membership-status-grid b{display:block;font-size:24px}.membership-status-grid span{color:var(--muted);font-size:12px;font-weight:800}.membership-history{padding:18px}@media (max-width:900px){.membership-report-toolbar,.membership-status-grid{grid-template-columns:1fr}}.bar-page-redesign{--bar-bg:#eef3f6;--bar-surface:#f7f9fb;--bar-surface-low:#f1f5f8;--bar-surface-high:#e0e3e5;--bar-primary:#005F73;--bar-primary-dark:#1B263B;--bar-secondary:#64748b;--bar-tertiary:#00493a;--bar-error:#ba1a1a;width:100%;display:flex;flex-direction:column;gap:18px}.bar-pos-shell{min-height:calc(100vh - 190px);max-height:calc(100vh - 120px);background:var(--bar-surface);color:#111827;border-radius:26px;overflow:hidden;display:flex;border:1px solid #dfe6f0;box-shadow:0 24px 70px #10233f1a}.bar-products-area{flex:1;min-width:0;display:flex;flex-direction:column;padding:24px;overflow:hidden;background:var(--bar-surface)}.bar-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.bar-topline h1{margin:0;font-size:24px;line-height:1.1;font-weight:1000;color:var(--bar-primary);text-transform:uppercase;letter-spacing:-.025em}.bar-searchbox{width:min(384px,100%);position:relative;flex:0 0 auto}.bar-searchbox svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#94a3b8}.bar-searchbox input{width:100%;height:48px;border:0;border-radius:12px;background:var(--bar-surface-low);padding:0 14px 0 42px;font-size:14px;font-weight:600;box-shadow:0 8px 18px #10233f12;outline:none}.bar-searchbox input:focus{box-shadow:0 0 0 2px var(--bar-primary),0 8px 18px #10233f12}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.bar-category-tabs{display:flex;align-items:center;gap:12px;margin-bottom:18px;overflow-x:auto;padding-bottom:8px}.bar-tab{border:1px solid #dfe4ea;background:#fff;color:var(--bar-secondary);border-radius:12px;font-weight:900;padding:16px 28px;white-space:nowrap;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;box-shadow:none;transition:.18s ease}.bar-tab svg{width:20px;height:20px}.bar-tab:hover{background:#f8fafc}.bar-tab.active{background:#0a6c83;color:#fff;border-color:#0a6c83;box-shadow:0 12px 24px #005f732e}.bar-tab.restock{background:var(--bar-tertiary);border-color:var(--bar-tertiary);color:#fff;box-shadow:0 12px 24px #00493a33}.bar-stock-strip{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.bar-stock-pill{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.bar-stock-pill svg{width:16px;height:16px}.bar-stock-pill.bad{background:#ffe1e1;color:var(--bar-error)}.bar-stock-pill.warn{background:#fff1d6;color:#b46a00}.bar-product-grid-redesign{flex:1;overflow-y:auto;padding:0 8px 28px 0;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:16px;align-content:start}.bar-product-card-redesign{height:288px;border:1px solid #f1f5f9;background:#fff;border-radius:16px;padding:16px;text-align:left;display:flex;flex-direction:column;box-shadow:0 4px 15px #10233f0d;cursor:pointer;transition:.18s ease;color:#0f172a}.bar-product-card-redesign:hover{transform:translateY(-2px);box-shadow:0 13px 28px #10233f1a}.bar-product-card-redesign:active{transform:scale(.98)}.bar-product-card-redesign.soldout{opacity:.48;filter:grayscale(1);cursor:not-allowed}.bar-product-card-redesign.lowstock{box-shadow:0 0 0 2px #b46a0059,0 4px 15px #10233f0d}.bar-card-image{flex:1;min-height:0;border-radius:12px;overflow:hidden;background:#f8fafc;display:grid;place-items:center;margin-bottom:12px;color:#cbd5e1}.bar-card-image img{width:100%;height:100%;object-fit:cover}.bar-card-image svg{width:58px;height:58px;color:#cbd5e1}.bar-card-copy{display:flex;flex-direction:column;gap:6px}.bar-card-copy h3{margin:0;font-size:20px;line-height:1.25;font-weight:750;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-card-copy>span{display:flex;justify-content:space-between;align-items:center;gap:10px}.bar-card-copy small{font-size:12px;line-height:1.2;letter-spacing:.04em;font-weight:800;color:#64748b;text-transform:uppercase}.bar-card-copy b{font-size:20px;font-weight:1000;color:#0a6c83;white-space:nowrap}.bar-empty-products{grid-column:1/-1;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;padding:30px;text-align:center;color:#64748b;font-weight:800}.bar-order-sidebar{width:420px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:-20px 0 48px #10233f14;position:relative;z-index:1}.bar-order-header{padding:24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:12px}.bar-order-header h2{margin:0;color:var(--bar-primary-dark);font-size:20px;font-weight:1000}.bar-order-header button{border:0;background:transparent;color:var(--bar-error);font-weight:900;display:flex;align-items:center;gap:5px;padding:8px;border-radius:9px}.bar-order-header button:hover{background:#ffdad6}.bar-order-header svg{width:20px;height:20px}.bar-order-list{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.bar-order-row{display:flex;align-items:center;gap:16px}.bar-order-qty{width:48px;height:48px;border:0;border-radius:10px;background:var(--bar-surface-low);color:var(--bar-primary);font-weight:1000}.bar-order-copy{flex:1;min-width:0}.bar-order-copy p{margin:0 0 4px;font-weight:800;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-order-copy span{font-size:12px;font-weight:750;color:#94a3b8}.bar-order-price{text-align:right}.bar-order-price p{margin:0 0 4px;font-weight:900;color:#1f2937}.bar-order-price button{border:0;background:transparent;color:var(--bar-error);font-size:12px;font-weight:800;opacity:0;transition:.16s}.bar-order-row:hover .bar-order-price button{opacity:1}.bar-order-empty{color:#64748b;border:1px dashed #cbd5e1;border-radius:16px;padding:18px;text-align:center;font-weight:750;background:#f8fafc}.bar-payment-panel{padding:24px;background:var(--bar-surface-low);border-top:1px solid #e2e8f0}.bar-grand-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bar-grand-total span{font-size:18px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.bar-grand-total b{font-size:48px;line-height:1;font-weight:1000;color:var(--bar-primary-dark);letter-spacing:-.05em}.bar-cash-mini{border-top:1px solid #e2e8f0;padding-top:16px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.bar-cash-mini label,.bar-cash-mini div{display:flex;justify-content:space-between;align-items:center;gap:14px}.bar-cash-mini span{font-size:14px;font-weight:900;color:#64748b;text-transform:uppercase}.bar-cash-mini input{width:130px;border:0;background:#fff;border-radius:10px;height:40px;text-align:right;padding:0 10px;font-size:20px;font-weight:900;color:#1f2937}.bar-cash-mini b{font-size:24px}.bar-cash-mini b.ok{color:#0d8f6d}.bar-cash-mini b.bad{color:var(--bar-error)}.bar-quick-cash{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.bar-quick-cash button{min-height:43px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:13px;font-weight:900;color:#334155;display:flex;align-items:center;justify-content:center;gap:6px}.bar-quick-cash button:hover{background:#f8fafc}.bar-quick-cash .span-three{grid-column:span 3;background:var(--bar-surface-high)}.bar-quick-cash .span-four{grid-column:span 4}.bar-quick-cash .exact{background:#fff;color:var(--bar-primary);border-color:#005f7359}.bar-quick-cash svg{width:16px;height:16px}.bar-payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.bar-payment-methods button{height:96px;border:2px solid var(--bar-primary);background:#fff;color:var(--bar-primary);border-radius:16px;font-weight:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:.16s;box-shadow:0 4px 14px #10233f0d}.bar-payment-methods button.selected,.bar-payment-methods button:active{background:var(--bar-primary);color:#fff}.bar-payment-methods svg{width:36px;height:36px}.bar-payment-methods span{font-size:36px;line-height:1;font-weight:1000}.bar-final-pay{width:100%;border:0;border-radius:16px;background:var(--bar-primary);color:#fff;padding:22px 18px;font-size:24px;font-weight:1000;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 18px 34px #005f733d;transition:.16s}.bar-final-pay:hover{background:#0a6c83}.bar-final-pay:active{transform:scale(.98)}.bar-final-pay svg{width:34px;height:34px}.bar-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.bar-restock-modal{width:min(680px,100%);background:#fff;border-radius:28px;padding:32px;box-shadow:0 30px 90px #00000047}.bar-restock-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.bar-restock-head h2{margin:0;color:var(--bar-primary);font-size:24px;font-weight:1000;display:flex;align-items:center;gap:12px}.bar-restock-head button{border:0;background:#f8fafc;color:#94a3b8;border-radius:999px;width:40px;height:40px;display:grid;place-items:center}.bar-restock-fields{display:grid;grid-template-columns:1fr 180px;gap:24px}.bar-restock-fields label span{color:#334155!important;font-weight:900}.bar-restock-fields input,.bar-restock-fields select{padding:0 16px!important;height:58px!important;border:2px solid #dfe4ea!important;background:var(--bar-surface-low)!important;border-radius:16px!important;font-size:16px!important}.bar-restock-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}.bar-restock-actions button{border:2px solid #e2e8f0;border-radius:16px;background:#fff;color:#64748b;font-weight:900;padding:18px}.bar-restock-actions button:last-child{border-color:var(--bar-primary);background:var(--bar-primary);color:#fff;box-shadow:0 12px 26px #005f732e}@media (min-width:1181px){.bar-order-sidebar{overflow:hidden}.bar-order-list{min-height:0;padding-top:18px;padding-bottom:18px}.bar-payment-panel{padding:18px 20px;flex:0 0 auto}.bar-grand-total{margin-bottom:14px}.bar-grand-total b{font-size:38px}.bar-cash-mini{padding-top:12px;margin-bottom:12px;gap:8px}.bar-cash-mini input{height:36px;font-size:18px}.bar-cash-mini b{font-size:20px}.bar-quick-cash{grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:14px}.bar-quick-cash button{min-height:34px;font-size:12px;border-radius:9px}.bar-quick-cash .span-three{grid-column:span 2}.bar-quick-cash .span-four{grid-column:span 3}.bar-payment-methods{gap:12px;margin-bottom:14px}.bar-payment-methods button{height:72px;border-radius:14px}.bar-payment-methods svg{width:28px;height:28px}.bar-payment-methods span{font-size:28px}.bar-final-pay{padding:16px;font-size:20px;border-radius:14px}.bar-final-pay svg{width:28px;height:28px}}@media (max-width:1500px){.bar-product-grid-redesign{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:1180px){.bar-pos-shell{max-height:none;min-height:0;flex-direction:column}.bar-order-sidebar{width:100%;border-left:0;border-top:1px solid #e2e8f0}.bar-order-list{max-height:260px}.bar-product-grid-redesign{max-height:620px}}@media (max-width:760px){.bar-products-area{padding:16px}.bar-topline{align-items:flex-start;flex-direction:column;margin-bottom:18px}.bar-searchbox{width:100%}.bar-tab{padding:13px 18px}.bar-product-grid-redesign{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bar-product-card-redesign{height:230px;padding:12px}.bar-card-copy h3,.bar-card-copy b{font-size:16px}.bar-order-header,.bar-order-list,.bar-payment-panel{padding:16px}.bar-grand-total b{font-size:34px}.bar-payment-methods button{height:80px}.bar-restock-fields{grid-template-columns:1fr}.bar-restock-modal{padding:22px}.bar-pos-shell{border-radius:20px}}@media (max-width:480px){.bar-product-grid-redesign{grid-template-columns:1fr}.bar-quick-cash{grid-template-columns:repeat(3,1fr)}.bar-quick-cash .span-three,.bar-quick-cash .span-four{grid-column:1/-1}.bar-payment-methods{grid-template-columns:1fr}}.admin-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:18px}.admin-fields-grid h3{margin:0 0 14px;font-size:18px}.price-item-row{display:grid;grid-template-columns:1fr 1fr 42px;gap:10px;margin-top:10px}.price-item-row button{border:0;border-radius:12px;background:#ffe1e1;color:var(--red)}.booking-player-row.compact{grid-template-columns:1fr 1fr 160px}.booking-player-row.compact input[readonly],.grid4 input[readonly],.grid2 input[readonly]{background:#f1f5fb;color:#172033;font-weight:800}.calendar-tools{display:grid;grid-template-columns:180px 1fr 190px;gap:12px;padding:18px 18px 0}.field-day-calendar{display:grid;gap:10px;padding:18px}.calendar-slot{border-radius:16px;border:1px solid var(--line);padding:14px;background:#fff;display:flex;flex-direction:column;gap:4px}.calendar-slot.busy{border-color:#ffd39a;background:#fff8ea}.calendar-slot.free{border-color:#bfe6cc;background:#f1fff6;color:#166534;font-weight:800}.calendar-slot b{font-size:15px}.calendar-slot span{color:var(--muted)}.field-month-calendar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px}.month-day{border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px;min-height:110px;display:flex;flex-direction:column;gap:8px}.month-day b{color:#172033}.month-day span{font-size:13px;background:#f3f6fb;border-radius:12px;padding:8px}.booking-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.booking-actions button{border:0;border-radius:12px;background:#eef3ff;color:var(--blue);font-weight:900;padding:10px 12px;display:flex;align-items:center;gap:7px}.booking-actions button:last-child{background:#ffe1e1;color:var(--red)}@media (max-width:980px){.admin-fields-grid,.calendar-tools,.field-month-calendar,.booking-player-row.compact,.price-item-row{grid-template-columns:1fr}.price-item-row button{height:42px}}.field-label{display:flex;align-items:center;gap:7px;min-height:18px}.info-dot{width:18px!important;height:18px!important;min-width:18px;border:0!important;border-radius:999px!important;background:#2563eb!important;color:#fff!important;font-size:12px!important;font-weight:900!important;line-height:18px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:help!important;box-shadow:0 4px 10px #2563eb2e!important}.membership-invalid input{border-color:#ef4444!important;background:#fff1f2!important;box-shadow:0 0 0 3px #ef44441f!important}.switch-row.compact{justify-content:flex-start;margin-top:8px}.switch-row.compact span{font-weight:800;color:var(--text)}.membership-required-list{background:#f3f4f6!important;border-color:#d1d5db!important;color:#4b5563!important}.row-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.row-actions button{flex:0 0 auto}.login-alt{border:0;background:transparent;color:var(--blue);font-weight:900;text-align:center;padding:0;margin-top:-6px;align-self:center}.login-alt:hover{transform:none;text-decoration:underline}.pin-input{text-align:center;font-size:26px;letter-spacing:.28em;font-weight:900}.pin-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:8px 0 4px}.pin-keypad button{height:52px;border:1px solid var(--line);border-radius:16px;background:#f8fbff;color:var(--ink);font-size:20px;font-weight:900;box-shadow:0 10px 20px #1423460f}.pin-keypad button:active{transform:scale(.98);background:#eef3ff}.macro-category-picker{padding:12px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;margin-top:10px}.macro-category-picker>b{display:block;margin-bottom:10px}.macro-category-picker>div{display:flex;flex-wrap:wrap;gap:8px}.macro-category-picker button{border:1px solid #dfe6f0;border-radius:999px;background:#fff;color:#526074;padding:9px 12px;font-weight:900}.macro-category-picker button.on{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;border-color:transparent}.login-title-row{display:flex;align-items:center;gap:14px}.login-title-row h1{margin:0}.login-logo img{width:100%;height:100%;object-fit:contain;border-radius:18px;background:#fff;padding:6px}
