/* POS system: floor-plan first, comfortable on a restaurant touch display. */
:root{--pos-ink:#102a3a;--pos-navy:#072536;--pos-blue:#16718b;--pos-sand:#f5f0e5;--pos-paper:#fffdf8;--pos-line:#d9ded7;--pos-mint:#dcefe7;--pos-green:#238164;--pos-amber:#b57422;--pos-red:#a74737}
.pos-app{position:fixed;inset:0;z-index:1000;background:#edf1ed;color:var(--pos-ink);font-family:"DM Sans",Arial,sans-serif;overflow:hidden}.pos-app.hidden{display:none}.pos-topbar{height:76px;background:var(--pos-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:3px solid #e5c38d}.pos-brand,.pos-user-control,.pos-shift{display:flex;align-items:center;gap:12px}.pos-brand-mark,.pos-login-logo{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d9b878;border-radius:50%;font-family:Georgia,serif;font-weight:700;color:#f7dba3}.pos-brand strong{display:block;font-family:Georgia,serif;font-size:16px;letter-spacing:.02em}.pos-brand small{color:#a8c4c8;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.pos-shift{font-size:12px;color:#d3e1df}.pos-shift strong{color:#fff;font-variant-numeric:tabular-nums;margin-left:5px}.pos-status-dot,.pos-printer-dot{width:8px;height:8px;border-radius:50%;background:#81c8aa;box-shadow:0 0 0 4px rgba(129,200,170,.12)}.pos-user-button,.pos-exit{border:0;background:transparent;color:#fff;cursor:pointer}.pos-user-button{display:flex;align-items:center;gap:9px;font:600 13px/1 "DM Sans",Arial}.pos-user-button span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#d8e8de;color:var(--pos-navy);font-size:11px}.pos-user-button b{font-size:17px;font-weight:400;transform:rotate(90deg)}.pos-exit{border-left:1px solid rgba(255,255,255,.22);margin-left:7px;padding-left:18px;font-size:20px}.pos-workspace{height:calc(100vh - 76px);display:grid;grid-template-columns:minmax(0,1fr) 398px}.pos-floor-zone{display:flex;min-width:0;flex-direction:column;padding:25px 26px 18px}.pos-floor-head{display:flex;align-items:end;justify-content:space-between;margin:0 1px 18px}.pos-floor-head .eyebrow,.pos-modal-shell .eyebrow{margin:0 0 5px;color:#5e7f81;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pos-floor-head h1{margin:0;font-family:Georgia,serif;font-size:30px;font-weight:500;letter-spacing:-.03em}.pos-legend{display:flex;gap:13px;color:#5a6b6c;font-size:11px}.pos-legend span{display:flex;align-items:center;gap:5px}.pos-legend i{display:block;width:8px;height:8px;border-radius:50%;background:#e3e7e3}.pos-legend .occupied{background:#1e8190}.pos-legend .selected{background:#df9e41}.pos-floor{position:relative;flex:1;min-height:420px;overflow:hidden;background:#f7f4ed;border:1px solid #dadbd3;border-radius:20px;box-shadow:inset 0 0 0 10px rgba(255,255,255,.35),0 12px 30px rgba(15,37,48,.06);background-image:linear-gradient(90deg,rgba(7,37,54,.025) 1px,transparent 1px),linear-gradient(rgba(7,37,54,.025) 1px,transparent 1px);background-size:28px 28px}.pos-floor:before{content:"OCEAN SIDE";position:absolute;right:25px;bottom:20px;color:#b5bbb3;font-size:10px;letter-spacing:.24em;font-weight:700;transform:rotate(-90deg);transform-origin:right bottom}.pos-bar-counter{position:absolute;z-index:0;display:grid;place-items:center;color:#a77935;background:#e4d1ad;border:1px solid #c8aa79;border-radius:7px;font-family:Georgia,serif;font-size:10px;letter-spacing:.16em;writing-mode:vertical-rl}.pos-bar-counter--central{left:41.9%;top:10%;height:82%;width:6.2%}.pos-bar-counter--right{left:90.5%;top:17%;height:77%;width:6.2%}.pos-table{position:absolute;z-index:2;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid #c8d4d0;color:#2d5555;background:#fbfcf8;box-shadow:0 4px 0 rgba(37,80,76,.12),0 8px 12px rgba(8,36,49,.08);font:800 10px/1 "DM Sans",Arial;letter-spacing:.04em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.pos-table:hover{transform:translate(-50%,-50%) scale(1.08);z-index:4}.pos-table:focus-visible{outline:3px solid #de9e40;outline-offset:3px}.pos-dining-table{width:59px;height:59px;border-radius:7px}.pos-bar-seat{width:34px;height:34px;border-radius:4px;background:#fff9ee;font-size:8px}.pos-table.occupied{border-color:#328291;background:#e0eff0;color:#165d6b;box-shadow:0 4px 0 rgba(21,93,107,.15),0 8px 14px rgba(8,36,49,.1)}.pos-table.selected{border:3px solid #df9e41;background:#fff4db;color:#855514;box-shadow:0 0 0 4px rgba(223,158,65,.22),0 6px 0 rgba(143,90,22,.15);transform:translate(-50%,-50%) scale(1.06)}.pos-table i{position:absolute;right:-4px;top:-4px;width:8px;height:8px;border-radius:50%;border:2px solid #f7f4ed;background:#dc8d2d}.pos-floor-footer{display:flex;justify-content:space-between;padding:14px 4px 0;color:#637171;font-size:11px}.pos-floor-footer span:first-child{font-weight:700;color:#385b5c}.pos-order-rail{background:var(--pos-paper);border-left:1px solid #d9ded7;box-shadow:-9px 0 22px rgba(23,50,54,.05);display:flex;flex-direction:column;min-height:0}.pos-rail-head{display:flex;align-items:start;justify-content:space-between;padding:25px 24px 13px}.pos-table-type{color:#778985;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.pos-rail-head h2{margin:2px 0 2px;font-family:Georgia,serif;font-size:31px;font-weight:500;letter-spacing:-.045em}.pos-guest-button{padding:0;border:0;background:none;color:#547271;font:600 11px/1 "DM Sans",Arial;cursor:pointer}.pos-rail-more,.pos-icon-action{border:1px solid #d9e0db;background:#fff;color:#4f6f6f;border-radius:7px;cursor:pointer}.pos-rail-more{margin-top:5px;padding:8px 10px;font:700 10px "DM Sans",Arial;text-transform:uppercase;letter-spacing:.08em}.pos-rail-actions{display:flex;gap:8px;padding:0 24px 16px;border-bottom:1px solid #e5e8e3}.pos-action-outline{flex:1;border:1px solid #7eaba7;border-radius:8px;background:#f4faf7;color:#20616a;font:800 12px "DM Sans",Arial;cursor:pointer}.pos-icon-action{width:37px;font-size:17px}.pos-order-scroll{flex:1;min-height:0;overflow:auto;padding:14px 24px}.pos-order-status{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;background:#eff6f2;border-radius:7px;color:#326662;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.pos-order-status small{color:#758c88;font-size:9px;letter-spacing:0;text-transform:none}.pos-item-list{padding-top:8px}.pos-order-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto 22px;gap:8px;align-items:start;padding:13px 0;border-bottom:1px solid #e9ece7}.pos-order-item strong{display:block;font-size:13px;line-height:1.25}.pos-order-item small{display:block;overflow:hidden;margin-top:3px;color:#7b8885;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.pos-order-item>b{font-size:12px;white-space:nowrap}.pos-order-item button{width:20px;height:20px;padding:0;border:0;border-radius:4px;background:#f5e9e4;color:#a55342;font-size:16px;line-height:16px;cursor:pointer}.pos-order-item.draft{margin:6px -7px;padding:10px 7px;border-radius:7px;background:#fff5df;border-bottom:0}.pos-order-item.draft strong:after{content:" NEW";margin-left:6px;color:#ae7325;font-size:8px;letter-spacing:.1em}.pos-empty-order{text-align:center;padding:50px 23px;color:#74827f}.pos-empty-order span{display:grid;place-items:center;width:35px;height:35px;margin:auto auto 12px;border:1px dashed #aac2ba;border-radius:50%;font-size:22px;color:#57837b}.pos-empty-order strong{display:block;color:#3d5c5b;font-size:12px}.pos-empty-order p{margin:5px 0;font-size:11px;line-height:1.45}.pos-totals{padding:12px 24px;border-top:1px solid #e5e8e3;color:#637371;font-size:12px}.pos-totals>div{display:flex;justify-content:space-between;margin:5px 0}.pos-totals b{color:#294e4c;font-variant-numeric:tabular-nums}.pos-totals .pos-total{margin-top:9px;padding-top:9px;border-top:1px dashed #cad3cd;color:#132e36;font-size:16px;font-weight:800}.pos-total b{color:#132e36}.pos-totals .pos-paid b{color:#388167}.pos-rail-bottom{padding:12px 24px 20px}.pos-send-button,.pos-settle-button,.pos-primary-button{border:0;border-radius:8px;background:#0d5362;color:#fff;font:800 12px "DM Sans",Arial;letter-spacing:.02em;cursor:pointer}.pos-send-button{width:100%;padding:12px;margin-bottom:8px;background:#c98126}.pos-minor-actions{display:flex;gap:10px;margin:5px 0 10px}.pos-minor-actions button{flex:1;padding:6px;border:0;background:none;color:#73817e;font:600 10px "DM Sans",Arial;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.pos-minor-actions button:disabled{opacity:.35;text-decoration:none;cursor:not-allowed}.pos-settle-button{width:100%;padding:13px;background:#123c4a;font-size:13px}.pos-dialog{z-index:1100;padding:0;border:0;border-radius:16px;box-shadow:0 24px 80px rgba(5,30,38,.3);color:var(--pos-ink);font-family:"DM Sans",Arial,sans-serif}.pos-dialog::backdrop{background:rgba(5,29,37,.57);backdrop-filter:blur(2px)}.pos-login-dialog{width:min(95vw,610px);background:var(--pos-paper)}.pos-login-card{position:relative;padding:42px 48px 33px;text-align:center}.pos-login-logo{width:52px;height:52px;margin:auto auto 18px;font-size:16px;background:#0c3544}.pos-login-card h2{margin:5px 0 5px;font-family:Georgia,serif;font-size:31px;font-weight:500;letter-spacing:-.04em}.pos-login-copy{margin:0;color:#70807e;font-size:13px}.pos-dialog-close{position:absolute;right:17px;top:14px;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#f0f2ed;color:#536764;font-size:22px;cursor:pointer}.pos-staff-picker{display:flex;justify-content:center;gap:8px;margin:25px 0}.pos-staff-picker button{width:78px;padding:8px 3px;border:1px solid #e1e7e1;border-radius:9px;background:#fff;color:#536864;cursor:pointer}.pos-staff-picker button.selected{border-color:#2f7c7f;background:#edf7f3;color:#154f56;box-shadow:0 0 0 2px rgba(48,124,127,.14)}.pos-staff-picker span{display:grid;place-items:center;width:29px;height:29px;margin:auto auto 5px;border-radius:50%;background:#e4ebe3;font-size:10px}.pos-staff-picker b,.pos-staff-picker small{display:block;font-size:10px}.pos-staff-picker small{margin-top:2px;color:#83918e;font-size:8px;text-transform:capitalize}.pos-field{display:block;text-align:left}.pos-field>span{display:block;margin-bottom:6px;color:#5f716e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-field input,.pos-field select,.pos-field textarea{box-sizing:border-box;width:100%;border:1px solid #d9e0da;border-radius:7px;background:#fff;color:#18383d;font:13px "DM Sans",Arial;padding:10px 11px;outline:none}.pos-field input:focus,.pos-field select:focus,.pos-field textarea:focus{border-color:#499294;box-shadow:0 0 0 3px rgba(73,146,148,.12)}.pos-login-card .pos-field{max-width:242px;margin:0 auto 13px}.pos-login-card .pos-field input{text-align:center;font-size:19px;letter-spacing:.26em}.pos-primary-button{width:100%;padding:12px}.pos-demo-help{display:block;margin-top:14px;color:#84918d;font-size:10px}.pos-modal-shell{position:relative;min-width:min(95vw,620px);background:var(--pos-paper)}.pos-modal-shell>header{position:relative;display:flex;justify-content:space-between;align-items:start;padding:25px 29px 17px;border-bottom:1px solid #e3e7e0}.pos-modal-shell h2{margin:0;font-family:Georgia,serif;font-size:27px;font-weight:500;letter-spacing:-.035em}.pos-modal-shell .pos-dialog-close{position:static}.pos-menu-shell{width:min(96vw,980px)}.pos-menu-tabs{display:flex;gap:7px;overflow:auto;padding:14px 29px;border-bottom:1px solid #e3e7e0}.pos-menu-tabs button{padding:7px 12px;border:1px solid #dce3dc;border-radius:18px;background:#fff;color:#5e716d;font:700 10px "DM Sans",Arial;cursor:pointer;white-space:nowrap}.pos-menu-tabs button.active{border-color:#257077;background:#e7f2ef;color:#15565d}.pos-menu-content{display:grid;grid-template-columns:minmax(0,1fr) 245px;min-height:385px}.pos-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;align-content:start;overflow:auto;max-height:430px;padding:20px 25px}.pos-menu-item{display:flex;min-height:126px;flex-direction:column;justify-content:space-between;padding:14px;border:1px solid #e2e7e0;border-radius:9px;background:#fff}.pos-menu-item.unavailable{opacity:.55;background:#faf9f4}.pos-menu-item>div>span{color:#91826d;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pos-menu-item h3{margin:6px 0 3px;font-family:Georgia,serif;font-size:17px;font-weight:500}.pos-menu-item p{margin:0;color:#76837f;font-size:10px;line-height:1.35}.pos-menu-item footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.pos-menu-item footer>b{font-size:12px}.pos-menu-item footer button{width:27px;height:27px;padding:0;border:0;border-radius:6px;background:#e6f2ed;color:#17615f;font-size:20px;cursor:pointer}.pos-menu-item footer button:disabled{background:#ede8df;color:#9c8778;font-size:9px}.pos-modifier-panel{padding:20px;border-left:1px solid #e2e7e0;background:#faf9f4}.pos-modifier-panel h3{margin:2px 0 16px;font-family:Georgia,serif;font-size:20px;font-weight:500}.pos-modifier-empty{display:block;padding-top:85px;color:#89928e;font-size:11px;line-height:1.5;text-align:center}.pos-addon-set{display:grid;gap:7px;margin-bottom:17px;color:#536966;font-size:11px}.pos-addon-set>span{color:#5f716e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-addon-set label{display:flex;align-items:center;gap:7px}.pos-menu-shell>footer{display:flex;align-items:center;justify-content:space-between;padding:15px 29px;border-top:1px solid #e3e7e0;font-size:12px;color:#647673}.pos-menu-shell>footer .pos-primary-button{width:auto;min-width:134px}.pos-payment-shell{width:min(95vw,550px)}.pos-payment-summary{display:grid;grid-template-columns:1fr 1fr 1fr;margin:23px 29px 16px;border:1px solid #e2e7e0;border-radius:8px;overflow:hidden}.pos-payment-summary div{padding:12px;border-right:1px solid #e2e7e0}.pos-payment-summary div:last-child{border:0}.pos-payment-summary span,.pos-payment-summary b,.pos-payment-summary strong{display:block}.pos-payment-summary span{color:#778580;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-payment-summary b{margin-top:5px;color:#61827c;font-size:13px}.pos-payment-summary strong{margin-top:5px;color:#173842;font-size:16px}.pos-payment-summary .balance{background:#eff7f3}.pos-payment-methods{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0 29px}.pos-payment-methods button{min-height:46px;border:1px solid #dce3dd;border-radius:7px;background:#fff;color:#5e716e;font:700 10px "DM Sans",Arial;cursor:pointer}.pos-payment-methods button.active{border-color:#2c7c7c;background:#e6f2ef;color:#135359}.pos-payment-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:17px 29px}.pos-payment-note,.pos-tax-note{margin:0 29px;color:#72827e;font-size:11px;line-height:1.4}.pos-tax-note{margin-top:16px;padding:10px;background:#f8f0df;color:#866735;border-radius:6px;font-size:10px}.pos-payment-actions{display:flex;gap:10px;margin:21px 29px 26px}.pos-payment-actions .pos-primary-button{width:auto;min-width:150px}.pos-admin-secondary{border:1px solid #ccd8d0;border-radius:7px;background:#fff;color:#3d6765;font:700 11px "DM Sans",Arial;cursor:pointer;padding:10px 12px}.pos-payment-actions .pos-admin-secondary{flex:1}.pos-simple-shell{width:min(94vw,430px)}.pos-simple-copy{margin:22px 26px 14px;color:#687975;font-size:12px;line-height:1.48}.pos-simple-shell>.pos-field,.pos-simple-shell>#pos-move-body .pos-field{margin:0 26px 20px}.pos-simple-shell>#pos-move-body>.pos-primary-button{width:calc(100% - 52px);margin:2px 26px 26px}.pos-auth-content{padding:21px 26px 26px}.pos-auth-content .pos-field{margin-bottom:14px}.pos-auth-content textarea{resize:vertical}.pos-staff-form{padding:22px 26px 26px}.pos-form-two{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:14px}.pos-check{display:flex;align-items:end;gap:8px;padding-bottom:10px;color:#526764;font-size:12px;font-weight:600}.pos-permissions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:8px 0 19px;border:1px solid #e0e6df;border-radius:7px;color:#526764;font-size:11px}.pos-permissions legend{padding:0 5px;color:#60716e;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.pos-permissions label{display:flex;gap:6px}.pos-toast{position:fixed;z-index:1300;right:28px;bottom:25px;max-width:340px;padding:12px 16px;border-radius:8px;background:#123b48;color:#fff;font:600 12px "DM Sans",Arial;box-shadow:0 14px 30px rgba(6,32,39,.22);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s ease}.pos-toast.show{opacity:1;transform:translateY(0)}.pos-toast.warn{background:#8c5225}
/* Owner dashboard controls */
.pos-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:22px}.pos-admin-card{padding:19px;border:1px solid #dce3df;border-radius:10px;background:#fff}.pos-card-title{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-bottom:13px;color:#244648;font-size:14px;font-weight:800}.pos-card-title small{max-width:190px;color:#7b8986;font-size:10px;font-weight:500;line-height:1.35;text-align:right}.pos-text-button{padding:0;border:0;background:none;color:#167077;font:700 11px "DM Sans",Arial;cursor:pointer}.pos-live-pill{padding:4px 7px;border-radius:12px;background:#e3f2e9;color:#26755a;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.pos-staff-row{display:grid;grid-template-columns:31px minmax(0,1fr) 51px auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #edf0ec}.pos-staff-row:last-child{border-bottom:0}.pos-staff-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e4eee9;color:#28645f;font-size:9px;font-weight:800}.pos-staff-row strong,.pos-staff-row small{display:block}.pos-staff-row strong{font-size:11px}.pos-staff-row small{margin-top:2px;color:#7a8986;font-size:9px;text-transform:capitalize}.pos-perm-dots{display:flex;gap:5px;justify-content:center}.pos-perm-dots i{width:6px;height:6px;border-radius:50%;background:#d9dfda}.pos-perm-dots i.on{background:#3e9980}.pos-icon-button{padding:4px 6px;border:1px solid #d8e0d9;border-radius:5px;background:#fff;color:#52716e;font:700 9px "DM Sans",Arial;cursor:pointer}.pos-inline-field{display:flex;gap:7px}.pos-inline-field input{min-width:0}.pos-small-button{border:0;border-radius:6px;background:#245f67;color:#fff;font:700 10px "DM Sans",Arial;padding:0 10px;cursor:pointer}.pos-control-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid #edf0eb}.pos-control-row strong,.pos-control-row small{display:block}.pos-control-row strong{font-size:11px}.pos-control-row small{margin-top:3px;color:#798986;font-size:9px}.pos-control-row+.pos-admin-secondary{margin-top:15px}.pos-availability-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 0;border:0;border-bottom:1px solid #edf0eb;background:none;color:#294a4a;text-align:left;cursor:pointer}.pos-availability-row span b,.pos-availability-row span small{display:block}.pos-availability-row span b{font-size:10px}.pos-availability-row span small{margin-top:2px;color:#7d8c88;font-size:9px}.pos-availability-row i{padding:3px 6px;border-radius:9px;background:#e2f1e7;color:#378064;font-size:8px;font-style:normal;font-weight:800}.pos-availability-row.off i{background:#f3e7e0;color:#a85c46}.pos-audit-row{display:grid;grid-template-columns:36px 1fr;gap:8px;padding:8px 0;border-bottom:1px solid #edf0eb}.pos-audit-row:last-child{border-bottom:0}.pos-audit-row time{color:#70827d;font-size:9px;font-weight:700}.pos-audit-row strong,.pos-audit-row small{display:block}.pos-audit-row strong{font-size:10px}.pos-audit-row small{margin-top:2px;color:#7a8986;font-size:9px;line-height:1.3}
@media (max-width:900px){.pos-topbar{padding:0 17px}.pos-workspace{grid-template-columns:minmax(0,1fr) 340px}.pos-floor-zone{padding:18px}.pos-legend{display:none}.pos-menu-content{grid-template-columns:1fr}.pos-modifier-panel{border-top:1px solid #e2e7e0;border-left:0}.pos-modifier-empty{padding-top:10px}.pos-admin-grid{grid-template-columns:1fr}.pos-availability-card,.pos-audit-card{grid-column:auto}}
@media (max-width:700px){.pos-app{overflow:auto}.pos-topbar{height:63px}.pos-brand small,.pos-shift,.pos-user-button span:nth-child(2),.pos-user-button b{display:none}.pos-workspace{height:auto;min-height:calc(100vh - 63px);grid-template-columns:1fr}.pos-floor-zone{height:calc(100vh - 330px);min-height:430px;padding:15px}.pos-floor-head h1{font-size:24px}.pos-floor{min-height:330px}.pos-order-rail{border-top:1px solid #d9ded7;border-left:0;min-height:310px}.pos-order-scroll{max-height:235px}.pos-floor-footer span:last-child{display:none}.pos-dining-table{width:48px;height:48px}.pos-bar-seat{width:29px;height:29px}.pos-table{font-size:8px}.pos-modal-shell{min-width:0;width:min(96vw,600px)}.pos-login-card{padding:36px 18px 25px}.pos-staff-picker{gap:4px;overflow:auto;justify-content:flex-start}.pos-staff-picker button{min-width:67px}.pos-menu-grid{grid-template-columns:1fr;max-height:360px;padding:14px}.pos-payment-summary{margin:18px}.pos-payment-methods{grid-template-columns:1fr 1fr;margin:0 18px}.pos-payment-fields{margin:15px 18px}.pos-payment-note,.pos-tax-note{margin-left:18px;margin-right:18px}.pos-payment-actions{margin:19px 18px 22px}.pos-form-two{grid-template-columns:1fr}.pos-permissions{grid-template-columns:1fr}.pos-floor:before{font-size:8px}.pos-topbar{position:sticky;top:0;z-index:10}}

/* Keep transient feedback clear of the payment control on desktop. */
.pos-toast{right:430px}
@media (max-width:700px){.pos-toast{right:18px;bottom:18px;max-width:calc(100vw - 36px)}}

/* Desktop command rail: the floor stays dominant, actions stay one tap away. */
.pos-workspace{grid-template-columns:70px minmax(0,1fr) 398px}
.pos-command-rail{display:flex;flex-direction:column;align-items:center;gap:11px;padding:19px 0;background:#e6ece7;border-right:1px solid #d2dad4}.pos-command-rail button{position:relative;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#6a7d78;cursor:pointer}.pos-command-rail button:hover{background:#f7f7f1;color:#235c64}.pos-command-rail button.is-active{border-color:#c4d7d0;background:#fefdf8;color:#0f5965;box-shadow:0 2px 5px rgba(10,46,53,.08)}.pos-command-rail button.is-active:after{position:absolute;right:-15px;width:3px;height:18px;border-radius:2px;background:#c47c27;content:""}.pos-command-rail svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.pos-command-rail i{position:absolute;top:7px;right:7px;width:6px;height:6px;border:1px solid #e6ece7;border-radius:50%;background:#cb7f28}.pos-command-rail>span{flex:1}.pos-command-rail button:last-child{margin-bottom:4px;border-color:#cfdad3;color:#365e60}
@media (max-width:900px){.pos-workspace{grid-template-columns:58px minmax(0,1fr) 340px}.pos-command-rail{padding-top:16px}.pos-command-rail button{width:34px;height:34px}.pos-command-rail button.is-active:after{right:-11px}}
@media (max-width:700px){.pos-workspace{grid-template-columns:1fr}.pos-command-rail{display:none}}

/* Shared touchscreen terminal refinements. */
.pos-brand-mark{overflow:hidden;background:#0b3040}.pos-brand-mark img{display:block;width:84%;height:84%;object-fit:contain}.pos-workspace{grid-template-columns:138px minmax(0,1fr) 420px}.pos-command-rail{gap:12px;padding:24px 14px;background:#e8ede7}.pos-command-rail button{display:flex;flex-direction:column;justify-content:center;gap:7px;width:108px;height:78px;border-radius:10px}.pos-command-rail button svg{width:21px;height:21px}.pos-command-rail button::after{content:attr(aria-label);font:800 10px/1 "DM Sans",Arial;letter-spacing:.035em;text-align:center}.pos-command-rail button.is-active:after{right:-15px;width:4px;height:34px}.pos-command-rail>span{min-height:16px}.pos-command-rail button:last-child{height:64px}.pos-floor-zone{padding-left:25px}.pos-table{min-width:66px;min-height:66px;font-size:11px}.pos-bar-seat{min-width:42px;min-height:42px;font-size:8px}.pos-rail-actions{gap:10px}.pos-action-outline{min-height:54px}.pos-icon-action{width:52px;min-height:54px;font-size:21px}.pos-rail-more{min-height:39px;padding:8px 13px}.pos-send-button,.pos-settle-button{min-height:54px;font-size:14px}.pos-order-item button{width:30px;height:30px;font-size:21px;line-height:21px}.pos-open-orders-view{display:flex;flex:1;min-height:0;flex-direction:column;border:1px solid #d8dfd9;border-radius:17px;background:#f9f9f3;box-shadow:inset 0 0 0 9px rgba(255,255,255,.38);overflow:hidden}.pos-open-orders-view.hidden{display:none}.pos-orders-view-head{display:flex;align-items:center;justify-content:space-between;padding:20px 23px 14px;border-bottom:1px solid #e0e5df}.pos-orders-view-head p{margin:0;color:#4b6c69;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.pos-orders-view-head span{color:#6a7e79;font-size:12px;font-weight:700}.pos-open-orders-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:start;overflow:auto;padding:17px}.pos-open-order{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;min-height:88px;padding:14px;border:1px solid #d8e1da;border-radius:10px;background:#fffefa;color:#1d4142;text-align:left;cursor:pointer}.pos-open-order:hover,.pos-open-order.is-current{border-color:#367b7b;background:#eff7f3;box-shadow:0 5px 14px rgba(19,68,65,.08)}.pos-open-order-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:7px;background:#e0eee8;color:#347167;font-size:8px;font-weight:900;letter-spacing:.05em}.pos-open-order strong,.pos-open-order small{display:block}.pos-open-order strong{font-family:Georgia,serif;font-size:19px;font-weight:500}.pos-open-order small{overflow:hidden;margin-top:4px;color:#70817c;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.pos-open-order>b{font-size:12px;white-space:nowrap}.pos-open-order i{grid-column:2 / -1;color:#2f8168;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-orders-empty{padding:70px 25px;text-align:center;color:#75827f}.pos-orders-empty span{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 13px;border:1px solid #a9cfc0;border-radius:50%;color:#2f806a;font-size:21px}.pos-orders-empty strong{display:block;color:#3b5b59}.pos-orders-empty p{font-size:12px}.pos-staff-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:25px 0}.pos-staff-picker button{width:auto;min-height:82px;padding:10px}.pos-staff-picker span{width:33px;height:33px}.pos-login-card .pos-field input{min-height:55px}.pos-pin-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:300px;margin:0 auto 15px}.pos-pin-keypad button{min-height:54px;border:1px solid #d5dfd7;border-radius:8px;background:#fffefa;color:#1c4549;font:800 20px/1 "DM Sans",Arial;cursor:pointer}.pos-pin-keypad button:hover{border-color:#4e928b;background:#eef7f2}.pos-pin-keypad .pos-key-clear{font-size:10px;letter-spacing:.05em}.pos-pin-keypad .pos-key-back{font-size:20px}.pos-login-card .pos-primary-button{min-height:54px;max-width:300px}.pos-login-card .pos-field{margin-bottom:12px}@media (max-width:1050px){.pos-workspace{grid-template-columns:104px minmax(0,1fr) 360px}.pos-command-rail{padding:19px 9px}.pos-command-rail button{width:82px;height:70px}.pos-floor-zone{padding-left:18px}.pos-open-orders-list{grid-template-columns:1fr}}@media (max-width:700px){.pos-table{min-width:48px;min-height:48px}.pos-bar-seat{min-width:29px;min-height:29px}.pos-open-orders-list{grid-template-columns:1fr}.pos-staff-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-pin-keypad{max-width:none}.pos-login-card .pos-primary-button{max-width:none}}

.pos-menu-item footer,.pos-menu-item footer button{position:relative;z-index:2}

.pos-menu-tabs .pos-popular-tab{border-color:#d6b776;background:#fbf4e5;color:#82591e}.pos-menu-tabs .pos-popular-tab.active{border-color:#b97925;background:#c98229;color:#fffdf6}.pos-menu-item{min-height:148px;padding:18px}.pos-menu-item h3{font-size:20px}.pos-menu-item p{font-size:11px;line-height:1.45}.pos-menu-item footer{margin-top:14px}.pos-menu-item footer>b{font-size:14px}.pos-menu-item footer button{width:54px;height:54px;border-radius:9px;font-size:31px;line-height:1}.pos-menu-item footer button:disabled{font-size:9px}.pos-menu-shell>footer .pos-primary-button{min-height:56px;min-width:164px;font-size:14px}

/* Locked terminal entry, purposefully compact enough for a fixed touchscreen. */
.pos-brand-mark{width:54px;height:54px;border:1.5px solid #d9b878;border-radius:50%;background:#0b3040}.pos-brand-mark img{width:128%;height:128%;transform:scale(1.15)}.pos-login-logo{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 10px;overflow:hidden;border:1.5px solid #d9b878;border-radius:50%;background:#0b3040}.pos-login-logo img{width:128%;height:128%;object-fit:contain;transform:scale(1.15)}.pos-login-dialog{width:min(94vw,510px);max-height:calc(100dvh - 22px);overflow:hidden}.pos-login-card{box-sizing:border-box;max-height:calc(100dvh - 22px);padding:20px 38px 16px;overflow:hidden}.pos-login-card h2{margin:3px 0;font-size:28px}.pos-login-copy{font-size:12px}.pos-user-dropdown{display:block;margin:16px auto 12px;text-align:left}.pos-user-dropdown>span{display:block;margin-bottom:6px;color:#5f716e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pos-user-dropdown select{box-sizing:border-box;width:100%;min-height:50px;border:1px solid #cbd7cf;border-radius:8px;background:#fffefa;color:#173c43;padding:0 12px;font:700 14px "DM Sans",Arial}.pos-staff-picker{display:block;margin:0}.pos-login-card .pos-field{max-width:none;margin-bottom:9px}.pos-login-card .pos-field input{min-height:49px;font-size:17px}.pos-pin-keypad{gap:6px;max-width:none;margin:0 0 10px}.pos-pin-keypad button{min-height:46px;font-size:18px}.pos-login-card .pos-primary-button{min-height:48px;max-width:none}.pos-demo-help{margin-top:8px;font-size:9px}.pos-command-rail button:nth-of-type(3){display:none}
@media (max-height:720px){.pos-login-card{padding:13px 32px 11px}.pos-login-logo{width:42px;height:42px;margin-bottom:5px}.pos-login-card h2{font-size:24px}.pos-user-dropdown{margin:10px auto 8px}.pos-login-card .pos-field input{min-height:44px}.pos-pin-keypad button{min-height:40px}.pos-login-card .pos-primary-button{min-height:43px}.pos-demo-help{display:none}}
@media (max-width:700px){.pos-login-card{padding:18px 22px 14px}.pos-brand-mark{width:44px;height:44px}}

.pos-command-rail button:nth-of-type(3){display:flex}

.pos-staff-picker .pos-user-dropdown>span{display:block;width:auto;height:auto;margin:0 0 6px;border-radius:0;background:transparent;color:#5f716e;font-size:10px}

/* Present the restaurant mark naturally, without a circular badge. */
.pos-brand-mark{display:block;width:104px;height:58px;overflow:visible;border:0;border-radius:0;background:transparent}.pos-brand-mark img{width:100%;height:100%;object-fit:contain;transform:none}.pos-login-logo{display:block;width:96px;height:48px;margin:0 auto 7px;overflow:visible;border:0;border-radius:0;background:transparent}.pos-login-logo img{width:100%;height:100%;object-fit:contain;transform:none}
@media (max-width:700px){.pos-brand-mark{width:84px;height:46px}}

/* Table selection uses the full service canvas. The live ticket stays pinned on the right. */
.pos-command-rail{display:none!important}
.pos-workspace{grid-template-columns:minmax(0,1fr) 420px}
.pos-floor-head.hidden,.pos-floor.hidden,.pos-floor-footer.hidden{display:none}
.pos-open-orders-button,.pos-menu-view-button{min-height:44px;border:1px solid #cbdad4;border-radius:8px;background:#fffdf8;color:#245e63;padding:0 13px;font:800 11px/1 "DM Sans",Arial;cursor:pointer}.pos-open-orders-button{margin-left:7px}.pos-menu-view-button{margin-left:8px}.pos-menu-view-button--primary{border-color:#0e5965;background:#0e5965;color:#fffdf8}.pos-open-orders-button:hover,.pos-menu-view-button:hover{border-color:#2a7b7d;background:#edf7f3}.pos-menu-view-button--primary:hover{background:#0a4653;color:#fffdf8}
.pos-floor-zone{min-height:0}.pos-inline-menu{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden;border:1px solid #d8dfd9;border-radius:17px;background:#f9f9f3;box-shadow:inset 0 0 0 9px rgba(255,255,255,.38)}.pos-inline-menu.hidden{display:none}.pos-inline-menu-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 23px 15px;border-bottom:1px solid #e0e5df}.pos-inline-menu-head .eyebrow{margin:0 0 5px;color:#5e7f81;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pos-inline-menu-head h2{margin:0;color:#153d43;font-family:Georgia,serif;font-size:28px;font-weight:500;letter-spacing:-.035em}.pos-inline-menu-head h2 span{color:#aa7025}.pos-inline-menu-tabs{display:flex;gap:8px;overflow-x:auto;padding:13px 20px;border-bottom:1px solid #e0e5df;scrollbar-width:thin}.pos-inline-menu-tab{min-height:44px;padding:0 14px;border:1px solid #d5dfd8;border-radius:22px;background:#fffefa;color:#536d6d;font:800 11px/1 "DM Sans",Arial;cursor:pointer;white-space:nowrap}.pos-inline-menu-tab:hover{border-color:#4e908b;background:#eef7f2}.pos-inline-menu-tab.active{border-color:#176c72;background:#176c72;color:#fffdf8}.pos-inline-menu-tab.pos-popular-tab{border-color:#d5b56e;background:#fbf4e5;color:#81581d}.pos-inline-menu-tab.pos-popular-tab.active{border-color:#bd7824;background:#c98229;color:#fffdf8}.pos-inline-menu-grid{display:grid;flex:1;min-height:0;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:13px;align-content:start;overflow:auto;padding:18px}.pos-inline-dish{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr) 44px;gap:13px;align-items:center;min-height:154px;padding:10px;border:1px solid #d6e1da;border-radius:12px;background:#fffefa;color:#183e42;text-align:left;cursor:pointer;transition:transform .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out}.pos-inline-dish:hover{border-color:#40847f;box-shadow:0 8px 18px rgba(19,68,65,.09);transform:translateY(-2px)}.pos-inline-dish:active{transform:translateY(0);background:#f1f8f4}.pos-inline-dish:focus-visible,.pos-open-orders-button:focus-visible,.pos-menu-view-button:focus-visible,.pos-inline-menu-tab:focus-visible{outline:3px solid #d89734;outline-offset:3px}.pos-inline-dish img{width:88px;height:132px;border-radius:8px;object-fit:cover;background:#e8efe9}.pos-inline-dish-copy{display:grid;align-content:center;gap:5px;min-width:0}.pos-inline-dish-copy small{color:#8e774d;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pos-inline-dish-copy strong{display:block;font-family:Georgia,serif;font-size:20px;font-weight:500;line-height:1.08}.pos-inline-dish-copy em{display:-webkit-box;overflow:hidden;color:#6d7e7b;font-size:11px;font-style:normal;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pos-inline-dish-copy b{color:#214e4d;font-size:13px;font-variant-numeric:tabular-nums}.pos-inline-dish>i{display:grid;place-items:center;width:44px;height:44px;border-radius:9px;background:#e5f2eb;color:#17675f;font-size:27px;font-style:normal;font-weight:500}.pos-inline-dish.unavailable{opacity:.56;cursor:not-allowed}.pos-inline-dish.unavailable>i{background:#eee9df;color:#8f8879}.pos-inline-dish:disabled{transform:none;box-shadow:none}.pos-no-menu{padding:52px 20px;color:#6f807c;text-align:center}
@media (max-width:1050px){.pos-workspace{grid-template-columns:minmax(0,1fr) 360px}.pos-inline-menu-head{padding:17px}.pos-inline-menu-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));padding:14px}.pos-inline-dish{grid-template-columns:74px minmax(0,1fr) 42px;gap:10px;min-height:138px}.pos-inline-dish img{width:74px;height:116px}.pos-inline-dish-copy strong{font-size:18px}}
@media (max-width:700px){.pos-workspace{grid-template-columns:1fr}.pos-inline-menu-head{align-items:flex-start;flex-direction:column;padding:15px}.pos-inline-menu-head>div:last-child{display:flex;width:100%;gap:8px}.pos-menu-view-button{flex:1;margin:0}.pos-inline-menu-tabs{padding:10px 13px}.pos-inline-menu-grid{grid-template-columns:1fr;padding:13px}.pos-inline-dish{min-height:126px}.pos-open-orders-button{display:none}.pos-inline-menu-head h2{font-size:24px}}
@media (pointer:coarse){.pos-inline-dish{min-height:164px}.pos-inline-menu-tab{min-height:48px}.pos-open-orders-button,.pos-menu-view-button{min-height:48px}}
