.pos-page{padding:0!important;background:#eef2ef;height:calc(100vh - 90px);overflow:hidden}.pos-shell{display:grid;grid-template-columns:minmax(0,1fr) 390px;height:100%}.pos-catalog{padding:25px 28px;overflow:auto}.pos-head,.pos-tools{display:flex;justify-content:space-between;align-items:center;gap:16px}.pos-head h1{margin:4px 0 18px;font-size:30px}.service-switch{background:#dfe7e2;padding:4px;border-radius:12px;display:flex}.service-switch button{border:0;background:transparent;padding:9px 14px;border-radius:9px;font-size:11px;font-weight:800;color:var(--muted);cursor:pointer}.service-switch button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.07)}.search-box{background:#fff;border:1px solid var(--line);border-radius:11px;padding:10px 13px;flex:1;max-width:360px}.search-box input{border:0;outline:0;background:none;width:90%}.pos-groups{display:flex;gap:9px;overflow:auto;padding:18px 2px 15px}.pos-group{min-width:92px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px;text-align:center;cursor:pointer;color:var(--muted);font-size:10px;font-weight:800}.pos-group i{display:grid;place-items:center;margin:0 auto 7px;width:31px;height:31px;border-radius:9px;background:#e8f8f1;color:#18895f;font-style:normal;font-size:15px}.pos-group.active{background:var(--deep);color:#fff;border-color:var(--deep)}.pos-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:13px}.pos-item{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;cursor:pointer;transition:.15s;text-align:left;padding:0}.pos-item:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#b7d8ca}.pos-item img{width:100%;height:125px;object-fit:cover}.pos-item div{padding:13px}.pos-item b{display:block;font-size:13px}.pos-item small{display:block;height:31px;overflow:hidden;color:var(--muted);font-size:9px;line-height:1.5;margin:5px 0}.pos-item strong{color:#16875e;font-size:14px}.sold-out{filter:grayscale(1);opacity:.55;pointer-events:none}.pos-check{background:#fff;border-left:1px solid var(--line);padding:22px;display:flex;flex-direction:column;min-height:0}.check-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}.check-head>div{display:flex;align-items:center;gap:10px}.check-head small{display:block;color:var(--muted);font-size:9px}.live-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #e7f9f2}.pos-cart{flex:1;overflow:auto}.cart-line{padding:13px 0;border-bottom:1px solid #edf1ee;display:grid;grid-template-columns:1fr auto;gap:8px}.cart-line small{display:block;color:var(--muted);font-size:9px}.cart-line-controls{display:flex;align-items:center;gap:8px}.cart-line-controls button{width:25px;height:25px;border:0;border-radius:7px;background:#edf3ef;cursor:pointer}.order-note{font-size:10px;font-weight:700;color:var(--muted)}.order-note textarea{display:block;width:100%;resize:none;border:1px solid var(--line);border-radius:9px;padding:9px;margin-top:6px;height:45px}.check-totals{padding:14px 0}.check-totals>div{display:flex;justify-content:space-between;font-size:11px;padding:4px 0}.check-totals .grand{font-size:18px;border-top:1px dashed var(--line);padding-top:12px;margin-top:7px}.menu-accordion{display:flex;flex-direction:column;gap:12px}.menu-group-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.menu-group-head{width:100%;border:0;background:#fff;padding:18px 21px;display:flex;align-items:center;gap:13px;cursor:pointer;text-align:left}.menu-group-head i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;font-style:normal;font-size:19px}.menu-group-head div{flex:1}.menu-group-head span{display:block;color:var(--muted);font-size:10px}.menu-group-items{display:none;border-top:1px solid var(--line);padding:8px 20px}.menu-group-card.open .menu-group-items{display:block}.menu-dish{display:grid;grid-template-columns:110px 1fr 130px 180px 45px;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1ee}.menu-dish img{width:110px;height:82px;object-fit:cover;border-radius:12px}.menu-dish-info b,.menu-dish-info strong,.menu-dish-info span{display:block}.menu-dish-info strong{color:#16875e;margin:4px 0}.menu-dish-info span{font-size:10px;color:var(--muted);line-height:1.5}.route-badge{font-size:9px;padding:7px 9px;background:#eef5f1;border-radius:8px}.availability{font-size:10px;color:#16875e}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.reservation-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:17px}.date-input{border:1px solid var(--line);padding:9px;border-radius:9px}.reservation-card{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:14px;border-bottom:1px solid #edf1ee}.reservation-time{font-size:18px;font-weight:800}.reservation-card small{display:block;color:var(--muted)}.reservation-actions{display:flex;gap:5px}.reservation-actions button{border:0;padding:6px 8px;border-radius:7px;font-size:9px;cursor:pointer}.table-map{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.table-node{aspect-ratio:1.15;border:2px solid #dce7e1;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px}.table-node b{font-size:13px}.table-node.occupied{background:#fff0ee;border-color:#ff9b8d}.delivery-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.delivery-board{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:start}.delivery-column{background:#e8eeea;border-radius:14px;padding:11px;min-height:430px}.delivery-column h3{font-size:11px;text-transform:uppercase;letter-spacing:.08em;padding:0 5px}.delivery-ticket{background:#fff;border-radius:12px;padding:13px;margin:9px 0;box-shadow:0 4px 12px rgba(0,0,0,.04);font-size:10px}.delivery-ticket b{display:block;font-size:12px}.delivery-ticket p{color:var(--muted)}.delivery-ticket select{width:100%;font-size:9px;border:1px solid var(--line);padding:7px;border-radius:7px}.kds-page{background:#101714;color:#fff;min-height:calc(100vh - 90px)}.kds-header{display:flex;align-items:center;gap:25px}.kds-header h1{margin:5px 0}.station-tabs{display:flex;gap:6px;flex:1}.station-tabs button{background:#1c2823;color:#8fa49b;border:0;border-radius:9px;padding:9px 13px;font-size:10px;cursor:pointer}.station-tabs button.active{background:var(--green);color:#062016}.kds-clock{font-size:24px;font-weight:800}.kds-board{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:25px 0}.kds-ticket{background:#fff;color:var(--ink);border-radius:13px;overflow:hidden}.kds-ticket-head{padding:12px 14px;background:#edf5f1;display:flex;justify-content:space-between}.kds-ticket-head.urgent{background:#ffdfda;color:#a6382c}.kds-ticket-body{padding:13px}.kds-line{padding:9px 0;border-bottom:1px solid #edf1ee}.kds-line b{display:block}.kds-line small{color:var(--muted)}.kds-line button{border:0;background:#e8f8f1;color:#16875e;border-radius:7px;padding:5px 8px;font-size:9px;margin-top:6px;cursor:pointer}.routing-panel{background:#18221e;border-color:#29352f;color:#fff}.routing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.route-row{display:grid;grid-template-columns:1fr 130px 130px;gap:8px;align-items:center;background:#202c27;padding:9px;border-radius:9px;font-size:10px}.route-row select{background:#111a16;color:#fff;border:1px solid #34443c;padding:7px;border-radius:7px;font-size:9px}.qr-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.qr-preview{background:linear-gradient(145deg,#dfece6,#f5f8f6);display:grid;place-items:center}.phone-mock{width:280px;height:560px;background:#fff;border:8px solid #17221e;border-radius:37px;overflow:auto;box-shadow:0 25px 55px rgba(0,0,0,.18)}.phone-notch{width:90px;height:18px;background:#17221e;border-radius:0 0 12px 12px;margin:auto}.qr-mobile-head{padding:20px;display:flex;flex-direction:column}.qr-mobile-head b{font-size:20px}.qr-mobile-head span{font-size:9px;color:var(--muted)}.qr-mobile-item{margin:0 12px 10px;display:grid;grid-template-columns:65px 1fr;gap:10px;border-bottom:1px solid var(--line);padding-bottom:9px}.qr-mobile-item img{width:65px;height:58px;object-fit:cover;border-radius:9px}.qr-mobile-item b,.qr-mobile-item strong{display:block;font-size:10px}.qr-mobile-item strong{color:#16875e}.qr-tables{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.qr-table{border:1px solid var(--line);border-radius:12px;padding:12px;text-align:center}.qr-table img{width:100px;height:100px}.qr-table b{display:block}.qr-table a{font-size:9px;color:#16875e}@media(max-width:1200px){.pos-shell{grid-template-columns:1fr 340px}.delivery-board,.kds-board{grid-template-columns:repeat(2,1fr)}.menu-dish{grid-template-columns:90px 1fr 100px 130px 40px}.routing-grid{grid-template-columns:1fr}}@media(max-width:1050px){.reservation-layout,.qr-layout{grid-template-columns:1fr}.delivery-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.pos-page{height:auto;overflow:auto}.pos-shell{display:block}.pos-check{border:0}.pos-head,.pos-tools,.kds-header{align-items:flex-start;flex-direction:column}.pos-menu-grid{grid-template-columns:repeat(2,1fr)}.menu-dish{grid-template-columns:75px 1fr}.menu-dish>*:nth-child(n+3){grid-column:2}.delivery-board,.kds-board{grid-template-columns:1fr}.qr-tables{grid-template-columns:repeat(2,1fr)}.table-map{grid-template-columns:repeat(2,1fr)}}
