:root{--night: #0c1b2a;--night-soft: #102332;--turquoise: #13888a;--turquoise-soft: #ddf3f0;--surface: #ffffff;--ink: #102332;--muted: #6e7b85;--success: #2faf62;--warning: #f4b544;--danger: #e8645a;font-family:Inter,Manrope,Nunito Sans,system-ui,sans-serif;color:var(--surface);background:var(--night)}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}body{margin:0;min-width:320px}button{font:inherit}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.auth-screen{display:grid;min-height:100svh;place-items:center;padding:1.25rem;background:radial-gradient(circle at 50% 0,rgba(19,136,138,.27),transparent 42%),var(--night)}.auth-card{width:min(100%,28rem);padding:clamp(1.7rem,5vw,2.5rem);border:1px solid rgba(255,255,255,.12);border-radius:22px;color:var(--ink);background:#fff;box-shadow:0 24px 70px #00000047}.auth-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:2.2rem;color:var(--night);font-size:.9rem;font-weight:700}.auth-card .eyebrow{color:var(--turquoise)}.auth-card h1{color:var(--night);font-size:clamp(2rem,8vw,2.7rem)}.auth-intro{margin:.75rem 0 1.7rem;color:var(--muted);font-size:.9rem;line-height:1.55}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.42rem;color:var(--ink);font-size:.78rem;font-weight:600}.auth-form input,.auth-form select{width:100%;padding:.78rem .85rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit;font-size:.88rem}.auth-form input:focus,.auth-form select:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.auth-submit{justify-content:center;width:100%;margin-top:.25rem}.auth-submit:disabled{cursor:wait;opacity:.65}.auth-switch{width:100%;margin-top:1.2rem;border:0;color:var(--turquoise);background:transparent;cursor:pointer;font-size:.8rem;font-weight:600}.auth-error{min-height:1rem;margin:0;color:var(--danger);font-size:.75rem;line-height:1.4}.auth-error.is-success{color:var(--success)}.launcher{min-height:100svh;overflow:hidden;padding:clamp(2rem,5.5vw,4.75rem) clamp(1.25rem,6vw,6rem) 4rem;background:radial-gradient(ellipse 60% 48% at 50% -12%,rgba(19,136,138,.24),transparent 70%),linear-gradient(135deg,#0c1b2a,#102b3a)}.launcher__header{width:min(100%,59rem);margin:0 auto clamp(2.25rem,5.5vw,4.5rem);text-align:center}.brand{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:clamp(2rem,5vw,4rem);color:#ffffffe0;font-size:.88rem;font-weight:600;letter-spacing:.01em}.brand-wordmark{display:inline-flex;align-items:baseline;color:#fff;font-size:1rem;font-weight:800;letter-spacing:.055em;line-height:1}.brand-wordmark__initial{color:#2684ff}.brand-wordmark__name{color:inherit}.auth-brand .brand-wordmark,.app-bar__brand .brand-wordmark{color:#111}.brand__mark{display:inline-flex;align-items:baseline;font-size:0;font-weight:800;letter-spacing:.055em;line-height:1}.brand__mark>span{display:none}.brand__mark:before{content:"B";color:#2684ff;font-size:1rem}.brand__mark:after{content:"ZENTRA";color:#fff;font-size:1rem}.auth-brand .brand__mark:after,.app-bar__brand .brand__mark:after{color:#111}.eyebrow{margin:0 0 .75rem;color:#8ed8d4;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;font-size:clamp(2.15rem,5vw,3.5rem);font-weight:700;letter-spacing:-.055em;line-height:1.05}.intro{max-width:32rem;margin:1rem auto 0;color:#ffffffab;font-size:clamp(.94rem,1.4vw,1.05rem);line-height:1.6}.launcher__applications{display:flex;justify-content:flex-end;width:min(100%,59rem);margin:0 auto 1rem}.applications-button{display:inline-flex;align-items:center;gap:.7rem;min-height:3.25rem;padding:.55rem .75rem .55rem .65rem;border:1px solid rgba(255,255,255,.22);border-radius:13px;color:#fff;background:#ffffff1a;box-shadow:0 8px 24px #020d182e;cursor:pointer;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.applications-button:hover{transform:translateY(-2px);border-color:#8ed8d4cc;background:#ffffff29}.applications-button:focus-visible{outline:3px solid #8ed8d4;outline-offset:3px}.applications-button__icon{display:grid;width:2.25rem;height:2.25rem;place-items:center;border-radius:9px;color:#b53f73;background:#f9e3ed}.applications-button__icon svg{width:1.25rem;height:1.25rem}.applications-button__arrow{margin-left:.15rem;color:#8ed8d4;font-size:1.15rem}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.25vw,1.5rem);width:min(100%,59rem);margin:0 auto}.module-card,.module-slot{aspect-ratio:1 / .82;border-radius:18px}.module-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:clamp(.8rem,2vw,1.15rem);padding:1rem;border:1px solid rgba(255,255,255,.13);color:var(--ink);background:var(--surface);box-shadow:0 10px 24px #020d182e,0 1px 1px #ffffff26 inset;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.module-card:hover{transform:translateY(-5px);border-color:#7ee2dbb3;box-shadow:0 18px 34px #020d1847}.module-card:focus-visible{outline:3px solid #8ed8d4;outline-offset:4px}.module-card:active{transform:translateY(-1px);box-shadow:0 9px 18px #020d1833}.module-card.is-subscription-locked{border-color:#13888a47}.module-card.is-subscription-locked>:not(.module-card__subscription){opacity:.42;filter:grayscale(.35)}.module-card__subscription{position:absolute;z-index:2;inset:0;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding:1rem;color:var(--ink);background:linear-gradient(to bottom,#ffffff61,#ffffffd1 62%);pointer-events:none}.module-card__subscription>span{margin-bottom:.65rem;font-size:.72rem;font-weight:700}.module-card__subscription>strong{width:100%;padding:.65rem .8rem;border-radius:10px;color:#fff;background:var(--turquoise);font-size:.76rem;text-align:center;box-shadow:0 5px 13px #13888a38}.module-card__icon{display:grid;width:clamp(3.75rem,7vw,4.6rem);height:clamp(3.75rem,7vw,4.6rem);place-items:center;border-radius:16px}.module-card__icon svg{width:54%;height:54%}.module-card__label{font-size:clamp(.88rem,1.5vw,1rem);font-weight:600;letter-spacing:-.018em;text-align:center}.module-card--cleaning .module-card__icon{color:var(--turquoise);background:var(--turquoise-soft)}.module-card--inventory .module-card__icon{color:#3179a8;background:#e4f0f8}.module-card--analytics .module-card__icon{color:#a56c15;background:#fff3d9}.module-card--quality .module-card__icon{color:#278755;background:#e0f5e8}.module-card--users .module-card__icon{color:#5867a8;background:#e9ebfa}.module-card--inspections .module-card__icon{color:#9b5f37;background:#f9e9df}.module-card--products .module-card__icon{color:#c86e18;background:#fff0dc}.module-card--pda .module-card__icon{color:#326d72;background:#e0f1f0}.module-card--kds .module-card__icon{color:#b45f1a;background:#fff0dc}.module-card--kds-bar .module-card__icon{color:#176465;background:#d8edeb}.module-card--kds-runners .module-card__icon{color:#4467a8;background:#e7edfb}.module-card--kds-cashier .module-card__icon{color:#7a4b12;background:#f7ead2}.module-card--developer .module-card__icon{color:#7044a5;background:#f0e7fb}.applications-grid{margin:1.5rem 0 0}.applications-grid .module-card{border-color:#dce5e7}.applications-grid .module-card>:not(.module-card__subscription){opacity:1;filter:none}.applications-empty{display:grid;grid-column:1 / -1;justify-items:center;gap:.55rem;padding:3rem 2rem;border:1px solid #dce5e7;border-radius:20px;background:#fff;text-align:center;box-shadow:0 5px 16px #1023320b}.applications-empty span{display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:14px;color:var(--turquoise);background:var(--turquoise-soft);font-size:1.45rem}.applications-empty h2{margin:.25rem 0 0;color:var(--night);font-size:1.15rem}.applications-empty p{max-width:31rem;margin:0;color:var(--muted);font-size:.85rem;line-height:1.55}.developer-invitation-layout{display:grid;grid-template-columns:minmax(18rem,1.15fr) minmax(18rem,.85fr);gap:1rem;margin-bottom:1rem}.developer-generator{display:grid;grid-template-columns:minmax(0,1fr) minmax(8rem,.45fr) auto;align-items:end;gap:1rem;padding:1.35rem;border:1px solid #e2e7ec;border-radius:18px;background:#fff;box-shadow:0 5px 16px #1023320b}.developer-generator h2{margin:.25rem 0 .35rem;color:var(--night);font-size:1.05rem}.developer-generator p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.45}.developer-generator .eyebrow{color:#7044a5;font-size:.66rem}.developer-generator label{display:grid;gap:.4rem;color:var(--ink);font-size:.76rem;font-weight:700}.developer-generator select{min-height:2.8rem;padding:.65rem .75rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit}.developer-generator select:focus{border-color:#8b65b5;box-shadow:0 0 0 3px #7044a51f}.developer-generator .form-error{grid-column:1 / -1;min-height:0}.developer-invitation-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.developer-invitation-summary article{display:grid;align-content:center;gap:.35rem;min-height:7rem;padding:1rem;border:1px solid #e4dfeb;border-radius:16px;background:#faf7fe;text-align:center}.developer-invitation-summary span{color:var(--muted);font-size:.68rem;font-weight:700}.developer-invitation-summary strong{color:#633893;font-size:1.55rem}.developer-menu{display:flex;gap:.35rem;width:fit-content;margin:-.25rem 0 1.25rem;padding:.3rem;border:1px solid #cfe3e2;border-radius:12px;background:#f4faf9}.developer-menu button{padding:.65rem 1rem;border:0;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer;font:inherit;font-size:.78rem;font-weight:700}.developer-menu button:hover{color:var(--turquoise);background:var(--turquoise-soft)}.developer-menu button.is-active{color:#fff;background:var(--turquoise);box-shadow:0 4px 10px #13888a33}.developer-user-summary{margin-bottom:1rem}.developer-user-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem}.developer-business-users-toggle{display:inline-flex;min-height:2.55rem;align-items:center;gap:.5rem;padding:.55rem .7rem;border:1px solid #d9e1e3;border-radius:9px;color:var(--ink);background:#fff;cursor:pointer;font-size:.7rem;font-weight:700}.developer-business-users-toggle:hover{border-color:#9bcfcd;background:#f4faf9}.developer-business-users-toggle:has(input:focus-visible){border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.developer-business-users-toggle input{width:1rem;height:1rem;margin:0;accent-color:var(--turquoise);cursor:pointer}.developer-sort select{min-height:2.55rem;padding:.55rem 2rem .55rem .75rem;border:1px solid #d9e1e3;border-radius:9px;outline:0;color:var(--ink);background:#fff;font:inherit;font-size:.75rem;font-weight:600}.developer-sort select:focus{border-color:#8b65b5;box-shadow:0 0 0 3px #7044a51f}.developer-user-identity strong,.developer-user-identity small{display:block}.developer-user-identity small{margin-top:.25rem;color:var(--muted);font-size:.68rem}.developer-module-button{padding:.5rem .7rem;border:1px solid #9bcfcd;border-radius:8px;color:#176b6d;background:#eef8f7;cursor:pointer;font-size:.68rem;font-weight:700;white-space:nowrap}.developer-module-button:hover{color:#fff;border-color:var(--turquoise);background:var(--turquoise)}.developer-module-button:disabled{cursor:wait;opacity:.55}.module-key{display:block;margin-top:.2rem;color:var(--muted);font-size:.65rem;font-weight:500}.module-price-field{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.72rem;font-weight:700}.module-price-field input{width:7.5rem;min-height:2.5rem;padding:.55rem .65rem;border:1px solid #d9e1e3;border-radius:9px;outline:0;color:var(--ink);background:#fff;font:inherit;font-weight:750}.module-price-field input:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.subscription-price{color:#176b6d;white-space:nowrap}.subscription-price small{margin-left:.2rem;color:var(--muted);font-size:.62rem;font-weight:600}.developer-modules-modal{width:min(100%,38rem)}.developer-module-checklist{min-width:0;margin:0;padding:0;border:0}.developer-module-checklist legend{margin-bottom:.7rem;color:var(--ink);font-size:.78rem;font-weight:800}.developer-module-checklist>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.user-form .developer-module-checklist label{display:flex;align-items:center;gap:.7rem;padding:.75rem;border:1px solid #e0e7e8;border-radius:11px;background:#fbfcfc;cursor:pointer}.user-form .developer-module-checklist label:has(input:checked){border-color:#9bcfcd;background:#eef8f7}.user-form .developer-module-checklist input{width:1.05rem;height:1.05rem;flex:0 0 auto;padding:0;accent-color:var(--turquoise)}.developer-module-checklist strong,.developer-module-checklist small{display:block}.developer-module-checklist strong{font-size:.76rem}.developer-module-checklist small{margin-top:.2rem;color:var(--muted);font-size:.65rem;font-weight:500}.subscription-modal__content{display:flex;justify-content:flex-end;padding:.5rem 1.5rem 1.5rem}.developer-invitation-panel .invitation-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.025em;white-space:nowrap}.invitation-actions{display:flex;gap:.4rem}.invitation-actions button{padding:.4rem .55rem;border:1px solid #d7e0e2;border-radius:7px;color:#176b6d;background:#fff;cursor:pointer;font-size:.68rem;font-weight:700}.invitation-actions button:hover{border-color:#7ab6b3;background:#eef8f7}.invitation-actions button.is-danger{color:var(--danger)}.invitation-actions button:disabled{cursor:wait;opacity:.55}@media(max-width:900px){.developer-invitation-layout{grid-template-columns:1fr}}@media(max-width:760px){.developer-generator{grid-template-columns:1fr}.developer-generator .primary-action,.developer-generator .form-error{grid-column:1}.developer-menu{width:100%}.developer-menu button{flex:1}.developer-user-filters{align-items:stretch;flex-direction:column;width:100%}.developer-business-users-toggle{justify-content:flex-start}.developer-sort select{width:100%}.developer-module-checklist>div{grid-template-columns:1fr}.subscription-modal__content .primary-action{width:100%}}.pda-table.cashier-table{cursor:default}.pda-table.cashier-table small{display:block;font-weight:800}.cashier-layout{min-height:0;flex:1}.cashier-toolbar-right{display:flex;align-items:center;gap:.8rem}.cashier-history-button{display:inline-flex;min-height:2rem;align-items:center;gap:.35rem;padding:.4rem .65rem;border:1px solid #cfd9db;border-radius:8px;color:#52656c;background:#fff;cursor:pointer;font-size:.68rem;font-weight:800}.cashier-history-button:hover,.cashier-history-button.is-active{border-color:#5eaaa6;color:#176b6d;background:#e8f5f4}.cashier-layout.has-ticket{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.8rem;padding:.8rem;background:#efeceb}.cashier-layout.has-ticket .pda-floor-canvas{min-width:0;border-radius:12px}.cashier-ticket{display:flex;min-height:0;overflow:hidden;order:-1;flex-direction:column;border:1px solid #d8e0e1;border-radius:14px;color:var(--ink);background:#fff;box-shadow:0 8px 24px #08192721}.cashier-ticket>header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid #e6ebec}.cashier-ticket>header small,.cashier-ticket>header span{display:block;color:var(--muted);font-size:.78rem;font-weight:700}.cashier-ticket>header h2{margin:.2rem 0;font-size:1.55rem;line-height:1.1}.cashier-ticket>header button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:1.75rem}.cashier-ticket-tools{display:flex;gap:.55rem;padding:.8rem 1.25rem 0}.cashier-ticket-tools button{min-height:2.65rem;padding:.55rem .8rem;border:1px solid #d8e0e1;border-radius:8px;color:#426066;background:#f6f9f9;cursor:pointer;font-size:.78rem;font-weight:700}.cashier-ticket-lines{min-height:8rem;overflow-y:auto;flex:1;padding:.55rem 1.25rem}.cashier-ticket-line{display:grid;min-height:5rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.85rem .3rem;border-bottom:1px solid #edf0f1;cursor:pointer}.cashier-ticket-line input{width:1.45rem;height:1.45rem;accent-color:var(--turquoise)}.cashier-ticket-line span{display:grid;gap:.25rem;min-width:0}.cashier-ticket-line strong{overflow:hidden;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.cashier-ticket-line small{color:var(--muted);font-size:.78rem}.cashier-ticket-line b{font-size:.92rem}.cashier-line-charge{display:grid;justify-items:end;gap:.28rem}.cashier-line-charge>span{display:grid;grid-template-columns:2.75rem 1.75rem 2.75rem;align-items:center;gap:.2rem}.cashier-line-charge button{width:2.75rem;height:2.75rem;border:1px solid #d7e0e1;border-radius:8px;color:var(--ink);background:#f4f7f7;cursor:pointer;font-size:1.2rem}.cashier-line-charge button:disabled{cursor:default;opacity:.35}.cashier-line-charge b{text-align:center}.cashier-line-charge>strong{font-size:.9rem}.cashier-ticket-line.is-paid{cursor:default;opacity:.5}.cashier-summary{display:grid;gap:.5rem;padding:.9rem 1.25rem;border-top:1px solid #e1e7e8;background:#f7fafa}.cashier-summary div{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem}.cashier-summary strong{color:var(--ink)}.cashier-summary .is-outstanding{padding-top:.5rem;border-top:1px solid #dde5e6;font-size:1.05rem;font-weight:800}.cashier-payment{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:.9rem 1.25rem 1.15rem}.cashier-payment label{display:grid;gap:.35rem;color:var(--muted);font-size:.75rem;font-weight:700}.cashier-payment select{min-height:3rem;padding:0 .75rem;border:1px solid #d5dfe0;border-radius:9px;color:var(--ink);background:#fff;font:inherit;font-size:.9rem}.cashier-selected-total{display:grid;justify-items:end;align-content:center}.cashier-selected-total span{color:var(--muted);font-size:.72rem}.cashier-selected-total strong{font-size:1.2rem}.cashier-payment button{min-height:3.25rem;padding:.6rem .75rem;border:1px solid #17898c;border-radius:9px;color:#176b6d;background:#e4f4f3;cursor:pointer;font-size:.84rem;font-weight:800}.cashier-payment .cashier-payment-action{grid-column:1 / -1}.cashier-payment button.is-primary{color:#fff;background:var(--turquoise)}.cashier-payment button:disabled{cursor:default;opacity:.4}.cashier-empty{margin:auto;padding:2rem;text-align:center}.cashier-empty p{color:var(--muted);font-size:.72rem}.cashier-history-list{min-height:0;overflow-y:auto;flex:1;padding:.75rem;background:#f5f8f8}.cashier-history-search{display:flex;align-items:center;gap:.5rem;margin:.7rem .75rem 0;padding:0 .7rem;border:1px solid #cfdadc;border-radius:9px;color:#718188;background:#fff}.cashier-history-search:focus-within{border-color:#55a6a2;box-shadow:0 0 0 3px #13888a1a}.cashier-history-search input{min-width:0;min-height:2.45rem;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font:inherit;font-size:.7rem}.cashier-history-search button{border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:1rem}.cashier-history-entry{margin-bottom:.65rem;overflow:hidden;border:1px solid #dce4e5;border-radius:11px;background:#fff}.cashier-history-entry>header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.75rem .85rem .55rem}.cashier-history-entry>header>div{display:grid;gap:.16rem}.cashier-history-entry>header>div:last-child{justify-items:end}.cashier-history-entry>header strong{font-size:.78rem}.cashier-history-entry>header small{color:var(--muted);font-size:.6rem}.cashier-history-amount{display:grid;justify-items:end;gap:.15rem}.cashier-history-amount button{display:inline-flex;align-items:center;gap:.3rem;margin-top:.25rem;padding:.3rem .45rem;border:1px solid #b9d7d5;border-radius:7px;color:#176b6d;background:#eaf6f5;cursor:pointer;font-size:.58rem;font-weight:800}.cashier-history-amount button:hover{border-color:#68aaa6;background:#dff1ef}.cashier-history-amount button:disabled{cursor:wait;opacity:.5}.cashier-history-amount button svg{width:.82rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cashier-history-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem;padding:0 .85rem .55rem;color:var(--muted);font-size:.6rem}.cashier-history-lines{display:grid;padding:.5rem .85rem .65rem;border-top:1px solid #edf1f1;background:#fafcfc}.cashier-history-lines>span{display:grid;grid-template-columns:1.2rem minmax(0,1fr) auto;align-items:center;gap:.4rem;padding:.22rem 0;font-size:.65rem}.cashier-history-lines b{color:#287c78}.cashier-history-lines strong{font-size:.64rem}@media(max-width:900px){.cashier-layout.has-ticket{grid-template-columns:1fr}.cashier-ticket{min-height:32rem}.cashier-layout.has-ticket .pda-floor-canvas{max-height:45vh}}@media(max-width:620px){.cashier-toolbar-right{width:100%;justify-content:space-between}.cashier-history-button{margin-left:auto}}.module-slot{border:1px dashed rgba(255,255,255,.08);opacity:.32}@media(max-width:680px){.launcher{padding:1.5rem 1.25rem 2.5rem;overflow:auto}.launcher__header{margin-bottom:2rem}.brand{margin-bottom:2.25rem}.launcher__applications{max-width:29rem}.applications-button{width:100%;justify-content:flex-start}.applications-button__arrow{margin-left:auto}.module-grid{grid-template-columns:1fr;gap:.85rem;max-width:29rem}.module-card,.module-slot{aspect-ratio:1 / .48;border-radius:16px}.module-card{flex-direction:row;justify-content:flex-start;gap:1rem;padding:.9rem 1.1rem}.module-card__icon{width:3.3rem;height:3.3rem;border-radius:14px;flex:0 0 auto}.module-card__label{text-align:left}.module-slot{display:none}}@media(prefers-reduced-motion:reduce){.module-card{transition:none}}.cleaning-screen,.module-screen{min-height:100svh;color:var(--ink);background:var(--surface)}.app-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:4.5rem;padding:0 clamp(1.25rem,5vw,5rem);border-bottom:1px solid #e5eaeb;background:#fff}.app-bar__brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--night);font-size:.9rem;font-weight:700}.app-bar__context{display:flex;align-items:center;justify-content:center;gap:.7rem;min-width:0}.establishment-picker{position:relative;display:inline-flex;align-items:center;min-width:0}.establishment-picker:after{position:absolute;right:.7rem;color:#76848d;content:"⌄";pointer-events:none}.establishment-selector{max-width:13rem;padding:.5rem 1.9rem .5rem .7rem;border:1px solid #dce4e5;border-radius:9px;outline:0;color:var(--ink);background:#f7f9f9;cursor:pointer;font:inherit;font-size:.75rem;font-weight:600;appearance:none;text-overflow:ellipsis}.establishment-selector:hover{border-color:#acd9d7;background:#f0f8f7}.establishment-selector:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.establishment-selector:disabled{cursor:default;opacity:.65}.settings-establishment-filter{display:grid;gap:.35rem;min-width:min(100%,14rem);color:var(--muted);font-size:.7rem;font-weight:700}.settings-establishment-filter select{width:100%;padding:.62rem 2rem .62rem .75rem;border:1px solid #d9e1e3;border-radius:9px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit;font-size:.78rem;cursor:pointer}.settings-establishment-filter select:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.settings-establishment-filter select:disabled{cursor:default;opacity:.65}.app-bar__brand .brand__mark{height:16px}.app-bar__brand .brand__mark span{width:3px}.app-bar__brand .brand__mark span:nth-child(1){height:7px}.app-bar__brand .brand__mark span:nth-child(2){height:12px}.app-bar__brand .brand__mark span:nth-child(3){height:16px}.back-button{display:inline-flex;align-items:center;justify-self:start;gap:.4rem;padding:.5rem .65rem;border:0;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer;font-size:.9rem;font-weight:600}.back-button:hover{color:var(--night);background:#f0f5f5}.back-button:focus-visible,.primary-action:focus-visible,.task-check:focus-visible{outline:3px solid #7fd6d1;outline-offset:3px}.back-button svg,.primary-action svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.today{justify-self:end;color:var(--muted);font-size:.82rem;font-weight:500;text-transform:capitalize}.app-bar__actions{display:flex;align-items:center;justify-self:end;gap:.7rem}.profile-menu-wrap{position:relative}.profile-menu-toggle{display:grid;width:2.25rem;height:2.25rem;place-items:center;padding:0;border:1px solid #dfe6e7;border-radius:50%;color:var(--muted);background:#fff;cursor:pointer}.profile-menu-toggle svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-menu-toggle:hover,.profile-menu-toggle[aria-expanded=true]{color:var(--night);background:#f2f6f6}.profile-menu{position:absolute;top:calc(100% + .45rem);right:0;z-index:100;min-width:8.5rem;padding:.35rem;border:1px solid #dce4e5;border-radius:9px;background:#fff;box-shadow:0 8px 22px #0c1b2a26}.profile-menu[hidden]{display:none}.logout-button{display:flex;width:100%;align-items:center;gap:.55rem;padding:.55rem .65rem;border:0;border-radius:7px;color:#9e352f;background:transparent;cursor:pointer;font-size:.72rem;font-weight:700;text-align:left}.logout-button:hover{color:#812a25;background:#fff0ef}.workspace{max-width:70rem;margin:0 auto;padding:clamp(2rem,5vw,4.5rem) clamp(1.25rem,5vw,3rem) 4rem}.workspace__heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2.25rem}.workspace__heading .eyebrow{color:var(--turquoise);margin-bottom:.65rem}.workspace h1{color:var(--night);font-size:clamp(2rem,4vw,3rem)}.workspace__intro{margin:.7rem 0 0;color:var(--muted);line-height:1.55}.settings-menu{display:flex;gap:.35rem;margin:-1rem 0 1.5rem;padding:.3rem;border:1px solid #e2e8e9;border-radius:12px;background:#f3f6f6;width:fit-content}.settings-menu button{min-width:7rem;padding:.65rem 1rem;border:0;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer;font:inherit;font-size:.82rem;font-weight:700}.settings-menu button:hover{color:var(--night)}.settings-menu button.is-active{color:#fff;background:var(--turquoise);box-shadow:0 3px 9px #13888a33}.primary-action{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;padding:.78rem 1rem;border:1px solid var(--turquoise);border-radius:11px;color:#fff;background:var(--turquoise);box-shadow:0 5px 12px #13888a2e;cursor:pointer;font-weight:600}.primary-action:hover{background:#0e7779}.primary-action svg{width:1.05rem;height:1.05rem}.cleaning-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem}.cleaning-role-filter{display:inline-flex;min-height:2.75rem;align-items:center;gap:.55rem;padding:.65rem .8rem;border:1px solid #d9e1e3;border-radius:11px;color:var(--ink);background:#fff;cursor:pointer;font-size:.75rem;font-weight:700}.cleaning-role-filter:hover{border-color:#9bcfcd;background:#f4faf9}.cleaning-role-filter:has(input:focus-visible){border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.cleaning-role-filter input{width:1rem;height:1rem;margin:0;accent-color:var(--turquoise);cursor:pointer}.heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem}.products-action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:0 0 auto;padding:.78rem 1rem;border:1px solid #e88124;border-radius:11px;color:#fff;background:#ef8b2c;box-shadow:0 5px 12px #ef8b2c38;cursor:pointer;font-weight:700}.products-action:hover{border-color:#d87318;background:#dd791c}.product-back{display:block;margin:0 0 1rem;padding:0;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:.8rem;font-weight:700}.product-back:hover{color:#d87318}.product-table table{min-width:40rem}.product-table th:last-child,.product-table td:last-child{width:6rem}.product-active-field{display:flex!important;align-items:center;flex-direction:row;gap:.6rem!important;padding:.75rem .85rem;border:1px solid #d9e1e3;border-radius:10px;background:#f9fbfb;cursor:pointer}.user-form .product-active-field input{width:1.05rem;height:1.05rem;padding:0;accent-color:#ef8b2c}.product-heading-actions{display:flex;align-items:center;gap:.65rem}.taxonomy-modal{width:min(100%,42rem)}.taxonomy-content{display:grid;gap:1rem;padding:.25rem 1.5rem 1.5rem}.taxonomy-toolbar{display:flex;justify-content:flex-end}.taxonomy-category-actions{display:flex;align-items:center;gap:.45rem}.taxonomy-add-subcategory{padding:.35rem .55rem;border:1px solid #efb77f;border-radius:7px;color:#b65f0e;background:#fff7ed;cursor:pointer;font-size:.68rem;font-weight:700}.taxonomy-add-subcategory:hover{color:#fff;border-color:#e88124;background:#ef8b2c}.taxonomy-child-backdrop{z-index:30;background:#05121d59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.taxonomy-create-modal{width:min(100%,27rem)}#product-taxonomy-modal .taxonomy-modal{transition:filter .18s ease,transform .18s ease}#product-taxonomy-modal.is-obscured{pointer-events:none}#product-taxonomy-modal.is-obscured .taxonomy-modal{filter:blur(2px);transform:scale(.99)}.taxonomy-create-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.65rem}.taxonomy-create-form--subcategory{grid-template-columns:minmax(0,.9fr) minmax(0,1fr) auto}.taxonomy-create-form label{display:grid;gap:.4rem;color:var(--ink);font-size:.75rem;font-weight:700}.taxonomy-create-form input,.taxonomy-create-form select{width:100%;min-height:2.65rem;padding:.65rem .75rem;border:1px solid #d9e1e3;border-radius:9px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit}.taxonomy-create-form input:focus,.taxonomy-create-form select:focus{border-color:#ef8b2c;box-shadow:0 0 0 3px #ef8b2c1f}.taxonomy-create-form .products-action{min-height:2.65rem;padding-block:.65rem}.taxonomy-list{overflow:hidden;border:1px solid #e5eaeb;border-radius:12px}.taxonomy-group{border-bottom:1px solid #e9eeee}.taxonomy-group:last-child{border-bottom:0}.taxonomy-category{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9rem;background:#f7f9f9}.taxonomy-category strong{color:var(--ink);font-size:.82rem}.taxonomy-category-title{display:flex;min-width:0;align-items:center;gap:.6rem}.taxonomy-category-title>span{display:grid;width:1.55rem;height:1.55rem;flex:0 0 auto;place-items:center;border-radius:6px;color:#9a570f;background:#fff0d8;font-size:.7rem;font-weight:800}.taxonomy-order-actions{display:inline-flex;gap:.2rem}.taxonomy-order-actions button{display:grid;width:1.8rem;height:1.8rem;place-items:center;padding:0;border:1px solid #d9e1e3;border-radius:6px;color:#53656c;background:#fff;cursor:pointer;font-weight:800}.taxonomy-order-actions button:hover:not(:disabled){color:#fff;border-color:#13888a;background:#13888a}.taxonomy-order-actions button:disabled{opacity:.3;cursor:default}.taxonomy-delete{border:0;color:var(--muted);background:transparent;cursor:pointer}.taxonomy-delete:hover{color:var(--danger)}.taxonomy-subcategories{display:flex;flex-wrap:wrap;gap:.45rem;padding:.75rem .9rem}.taxonomy-subcategories>span{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .5rem;border-radius:7px;color:#7b5116;background:#fff3d9;font-size:.7rem;font-weight:700}.taxonomy-subcategories button{padding:0;border:0;color:inherit;background:transparent;cursor:pointer;font-size:.9rem}.taxonomy-subcategories small{color:var(--muted);font-size:.7rem}.date-picker{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:stretch;gap:.65rem;margin-bottom:1.5rem;padding:.55rem;border:1px solid #e5eaeb;border-radius:16px;background:#fff;box-shadow:0 5px 16px #1023320b}.date-picker__days{display:grid;grid-template-columns:repeat(5,minmax(3.2rem,1fr));gap:.35rem}.date-day{display:flex;min-height:4.1rem;align-items:center;justify-content:center;flex-direction:column;padding:.35rem .5rem;border:1px solid transparent;border-radius:11px;color:var(--muted);background:transparent;cursor:pointer}.date-day:hover{color:var(--ink);background:#f3f7f7}.date-day.is-selected{border-color:var(--turquoise);color:#fff;background:var(--turquoise);box-shadow:0 5px 12px #13888a2e}.date-day span{font-size:.66rem;font-weight:600;text-transform:capitalize}.date-day strong{margin-top:.18rem;font-size:1rem}.date-day small{margin-top:.12rem;font-size:.58rem;font-weight:600}.date-day:focus-visible,.date-picker__nav:focus-visible,.date-picker__calendar:focus-within{outline:3px solid #7fd6d1;outline-offset:2px}.date-picker__nav,.date-picker__calendar{display:grid;width:2.75rem;place-items:center;border:0;border-radius:11px;color:var(--muted);background:#f4f7f7;cursor:pointer}.date-picker__nav{font-size:1.5rem}.date-picker__nav:hover,.date-picker__calendar:hover{color:var(--turquoise);background:var(--turquoise-soft)}.date-picker__calendar{position:relative;overflow:hidden;font-size:1rem}.date-picker__calendar input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.summary-card{display:flex;align-items:center;gap:.85rem;min-height:6.8rem;padding:1.1rem;border:1px solid #e5eaeb;border-radius:16px;background:#fff;box-shadow:0 5px 16px #1023320b}.summary-card__icon{display:grid;width:2.45rem;height:2.45rem;place-items:center;border-radius:11px;font-weight:700}.summary-card__icon--all{color:var(--turquoise);background:var(--turquoise-soft)}.summary-card__icon--done{color:var(--success);background:#e0f5e8}.summary-card__icon--pending{color:#aa7416;background:#fff3d9}.summary-card__icon--urgent{color:#c94f46;background:#fde8e6}.summary-card__label{display:block;color:var(--muted);font-size:.76rem;font-weight:500}.summary-card strong{display:block;margin-top:.2rem;color:var(--night);font-size:1.45rem;letter-spacing:-.04em}.task-panel,.category-panel{border:1px solid #e5eaeb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 5px 16px #1023320b}.task-panel__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;border-bottom:1px solid #e9eeee}.task-panel__header--tasks{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.task-panel h2,.category-panel h2{margin:0;color:var(--night);font-size:1.1rem;letter-spacing:-.025em}.task-panel__header p{margin:.3rem 0 0;color:var(--muted);font-size:.85rem}.status-legend{display:inline-flex;align-items:center;gap:.42rem;padding:.38rem .58rem;border-radius:99px;color:var(--muted);background:#f4f7f7;font-size:.72rem;font-weight:600}.status-legend i{width:.42rem;height:.42rem;border-radius:50%;background:var(--turquoise)}.category-list{padding:.75rem;background:#f7f8f7}.category-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;min-height:5rem;margin-bottom:.65rem;padding:.8rem 1rem;border:1px solid #e4e9ea;border-radius:14px;color:var(--ink);background:#fff;box-shadow:0 3px 10px #10233209;cursor:pointer;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.category-row:last-child{margin-bottom:0}.category-row:hover{transform:translateY(-2px);border-color:#a9dcd9;box-shadow:0 7px 16px #10233212}.category-row:focus-visible{outline:3px solid #7fd6d1;outline-offset:2px}.category-row>svg,.category-back svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.category-row>svg{color:#9ba8ae}.category-progress{--progress: 0deg;display:grid;width:3.15rem;height:3.15rem;place-items:center;border-radius:50%;background:conic-gradient(var(--turquoise) var(--progress),#e6ecec 0);position:relative}.category-progress:before{position:absolute;width:2.45rem;height:2.45rem;border-radius:50%;background:#fff;content:""}.category-progress span{position:relative;color:var(--muted);font-size:.64rem;font-weight:700}.category-copy strong,.category-copy small{display:block}.category-copy strong{color:var(--ink);font-size:.93rem}.category-copy small{margin-top:.3rem;color:var(--muted);font-size:.76rem}.category-count{min-width:2.75rem;padding:.3rem .5rem;border-radius:8px;color:#28777a;background:var(--turquoise-soft);font-size:.72rem;font-weight:700;text-align:center}.category-back{display:grid;width:2.2rem;height:2.2rem;place-items:center;padding:0;border:1px solid #dfe6e7;border-radius:9px;color:var(--muted);background:#fff;cursor:pointer}.category-back:hover{color:var(--turquoise);border-color:#aedbd9;background:#f1f9f8}.category-back:focus-visible{outline:3px solid #7fd6d1;outline-offset:2px}.task-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1.15rem 1.5rem;border-bottom:1px solid #edf0f0}.task-row:last-child{border-bottom:0}.task-check{width:1.35rem;height:1.35rem;padding:0;border:1.5px solid #b8c4c8;border-radius:50%;color:#fff;background:#fff;cursor:pointer;font-size:.8rem;font-weight:700}.task-check:hover{border-color:var(--turquoise)}.task-check.is-done{border-color:var(--success);background:var(--success)}.task-row__topline{display:flex;align-items:center;gap:.6rem}.area-tag{padding:.23rem .48rem;border-radius:6px;color:#3a6971;background:#edf7f6;font-size:.7rem;font-weight:700}.task-time{color:var(--muted);font-size:.74rem}.task-row h3{margin:.38rem 0 .18rem;color:var(--ink);font-size:.94rem;letter-spacing:-.015em}.task-row p{margin:0;color:var(--muted);font-size:.8rem}.task-row__meta{display:flex;align-items:center;gap:1.25rem}.assignee{display:inline-flex;align-items:center;gap:.42rem;color:var(--muted);font-size:.78rem}.assignee span{display:grid;width:1.55rem;height:1.55rem;place-items:center;border-radius:50%;color:#25676a;background:var(--turquoise-soft);font-size:.65rem;font-weight:700}.task-status{min-width:5.75rem;padding:.35rem .55rem;border-radius:7px;text-align:center;font-size:.72rem;font-weight:700}.task-status--done{color:#21804d;background:#e0f5e8}.task-status--pending{color:#9a6917;background:#fff3d9}.task-status--urgent{color:#bd4e45;background:#fde8e6}.toast{position:fixed;z-index:3;bottom:1.5rem;left:50%;max-width:calc(100% - 2rem);padding:.85rem 1.1rem;border-radius:10px;color:#fff;background:var(--night);box-shadow:0 10px 24px #020d183d;font-size:.86rem;transform:translate(-50%,140%);opacity:0;transition:transform .2s ease,opacity .2s ease}.toast.is-visible{transform:translate(-50%);opacity:1}.summary-grid--three{grid-template-columns:repeat(3,1fr)}.metric-dot{width:.72rem;height:2.65rem;border-radius:99px;flex:0 0 auto}.metric-dot--teal{background:var(--turquoise)}.metric-dot--red{background:var(--danger)}.metric-dot--blue{background:#3179a8}.metric-dot--amber{background:var(--warning)}.metric-dot--green{background:var(--success)}.summary-card small.trend{display:block;margin-top:.24rem;color:var(--muted);font-size:.66rem}.summary-card small.trend--up{color:#278755}.data-panel{border:1px solid #e5eaeb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 5px 16px #1023320b}.data-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.7rem;padding:1.1rem 1.35rem;border-bottom:1px solid #e9eeee}.data-panel h2{margin:0;color:var(--night);font-size:1.05rem;letter-spacing:-.025em}.data-panel__header p{margin:.3rem 0 0;color:var(--muted);font-size:.8rem}.search-field{display:flex;align-items:center;gap:.45rem;width:min(100%,18rem);padding:.58rem .75rem;border:1px solid #dfe6e7;border-radius:10px;color:var(--muted);background:#f9fafa}.search-field:focus-within{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.search-field input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font:inherit;font-size:.78rem}.search-field input::placeholder{color:#93a0a6}.responsive-table{overflow-x:auto}.responsive-table table{width:100%;min-width:49rem;border-collapse:collapse}.responsive-table th{padding:.72rem 1.3rem;color:var(--muted);background:#f7f9f9;font-size:.68rem;font-weight:700;letter-spacing:.045em;text-align:left;text-transform:uppercase}.responsive-table td{padding:1rem 1.3rem;border-top:1px solid #edf0f0;color:var(--muted);font-size:.8rem}.responsive-table tbody tr:hover{background:#fbfcfc}.responsive-table td strong,.responsive-table td small{display:block}.responsive-table td strong{color:var(--ink);font-size:.84rem}.responsive-table td small{margin-top:.23rem;color:var(--muted);font-size:.68rem}.data-status{display:inline-flex;align-items:center;justify-content:center;min-width:5.2rem;padding:.34rem .58rem;border-radius:7px;font-size:.7rem;font-weight:700}.data-status--success{color:#21804d;background:#e0f5e8}.data-status--danger{color:#bd4e45;background:#fde8e6}.data-status--warning{color:#946313;background:#fff3d9}.empty-state{margin:0;padding:2.5rem;color:var(--muted);text-align:center;font-size:.85rem}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(17rem,.8fr);gap:1rem}.chart-card,.performance-card{min-height:22rem}.bar-chart{display:flex;align-items:end;justify-content:space-around;gap:.75rem;height:17rem;padding:2.2rem 1.5rem 1.2rem;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(25% - 1px),#eef1f1 25%)}.bar-column{display:flex;flex:1;align-items:center;flex-direction:column;justify-content:end;height:100%}.bar{width:min(100%,2.35rem);min-height:.4rem;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#20a3a5,var(--turquoise))}.bar-value{margin-bottom:.35rem;color:var(--muted);font-size:.65rem;font-weight:600}.bar-column small{margin-top:.55rem;color:var(--muted);font-size:.7rem}.performance-list{padding:1.4rem}.performance-row{margin-bottom:1.5rem}.performance-row:last-child{margin-bottom:0}.performance-row>div{display:flex;justify-content:space-between;margin-bottom:.55rem;font-size:.78rem}.performance-row strong{color:var(--ink)}.performance-row div span{color:var(--muted);font-weight:600}.progress-track{display:block;height:.55rem;overflow:hidden;border-radius:99px;background:#e8eeee}.progress-track i{display:block;height:100%;border-radius:inherit;background:var(--turquoise)}.user-list{overflow:hidden}.user-row{display:grid;grid-template-columns:auto minmax(8rem,1.1fr) minmax(6.5rem,.65fr) minmax(9rem,1fr) minmax(7.5rem,.8fr) auto auto;align-items:center;gap:1rem;padding:1rem 1.3rem;border-bottom:1px solid #edf0f0}.user-row:last-child{border-bottom:0}.user-row:hover{background:#fbfcfc}.user-avatar{display:grid;width:2.65rem;height:2.65rem;place-items:center;border-radius:12px;color:#25676a;background:var(--turquoise-soft);font-size:.75rem;font-weight:700}.user-identity strong,.user-identity small,.user-access strong,.user-access small{display:block}.user-identity strong{color:var(--ink);font-size:.84rem}.user-identity small,.user-access small{margin-top:.25rem;color:var(--muted);font-size:.68rem}.role-badge{justify-self:start;padding:.35rem .55rem;border-radius:7px;color:#486175;background:#edf2f5;font-size:.7rem;font-weight:600}.user-access strong{color:var(--ink);font-size:.74rem;font-weight:600}.user-establishments{display:flex;flex-wrap:wrap;gap:.3rem;min-width:0}.user-establishments>span{max-width:100%;overflow:hidden;padding:.28rem .45rem;border-radius:6px;color:#28777a;background:var(--turquoise-soft);font-size:.66rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.user-establishments>small{color:var(--muted);font-size:.68rem}.user-table-header{display:grid;grid-template-columns:auto minmax(8rem,1.1fr) minmax(6.5rem,.65fr) minmax(9rem,1fr) minmax(7.5rem,.8fr) auto auto;gap:1rem;padding:.65rem 1.3rem;color:var(--muted);background:#f7f9f9;font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.zone-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;min-height:4.5rem;padding:.8rem 1.3rem;border-bottom:1px solid #edf0f0}.zone-row:last-child{border-bottom:0}.zone-row:hover{background:#fbfcfc}.zone-row strong{color:var(--ink);font-size:.88rem}.zone-icon{display:grid;width:2.65rem;height:2.65rem;place-items:center;border-radius:12px;color:#25676a;background:var(--turquoise-soft);font-weight:700}.establishment-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:4.8rem;padding:.65rem 1.3rem;border-bottom:1px solid #edf0f0}.establishment-row:last-child{border-bottom:0}.establishment-row.is-selected{background:#f3fbfa;box-shadow:inset 3px 0 var(--turquoise)}.establishment-main{display:flex;align-items:center;gap:.9rem;min-width:0;padding:.2rem 0;border:0;color:inherit;background:transparent;text-align:left}.establishment-main .zone-identity{min-width:0}.establishment-actions{display:flex;align-items:center;gap:.45rem}.establishment-tree{display:grid;gap:1rem;padding:1rem}.establishment-tree[hidden],.operating-business-list[hidden],.business-zone-list[hidden]{display:none}.company-tree-root{justify-content:flex-start}.company-tree-root>div{min-width:0}.tree-toggle{display:grid;width:1.6rem;height:1.6rem;flex:0 0 auto;place-items:center;padding:0;border:1px solid #9fcac8;border-radius:5px;color:#167a7c;background:#fff;cursor:pointer;font-size:1rem;font-weight:800;line-height:1}.tree-toggle:hover{border-color:var(--turquoise);background:var(--turquoise-soft)}.tree-toggle:focus-visible{outline:3px solid rgba(19,136,138,.2);outline-offset:2px}.company-tree-panel>.establishment-tree{position:relative;margin-left:1.95rem;padding-left:2.25rem;border-left:2px solid #cfe3e2}.physical-establishment{overflow:hidden;border:1px solid #dfe8e8;border-radius:13px;background:#fff}.company-tree-panel .physical-establishment{position:relative;overflow:visible}.company-tree-panel .physical-establishment:before{position:absolute;top:2.25rem;left:-2.25rem;width:2.25rem;height:2px;background:#cfe3e2;content:""}.physical-establishment__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.15rem;background:#f3fbfa;border-bottom:1px solid #e2eeee}.operating-business-list{position:relative;display:grid;margin-left:2.45rem;border-left:2px solid #cfe3e2}.operating-business-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:4.15rem;padding:.8rem 1.15rem .8rem 2.65rem;border-bottom:1px solid #edf0f0}.operating-business-row:before{position:absolute;top:50%;left:0;width:1.55rem;height:2px;background:#cfe3e2;content:""}.operating-business-row:after{position:absolute;top:50%;left:1.45rem;width:.62rem;height:.62rem;border:2px solid #fff;border-radius:50%;background:var(--turquoise);box-shadow:0 0 0 2px #cfe3e2;content:"";transform:translate(-50%,-50%)}.operating-business-row:last-child{border-bottom:0}.operating-business-row .zone-identity{display:grid;gap:.15rem}.operating-business-node{min-width:0;border-bottom:1px solid #edf0f0}.operating-business-node:last-child{border-bottom:0}.operating-business-node .operating-business-row{border-bottom:0}.business-tree-identity{display:flex;align-items:center;gap:.75rem;min-width:0}.business-tree-identity .zone-identity{min-width:0}.business-zone-list{position:relative;display:grid;margin-left:4.2rem;border-left:2px solid #cfe3e2}.business-zone-row{position:relative;display:flex;align-items:center;gap:.8rem;min-height:3.65rem;padding:.7rem 1rem .7rem 2.25rem;border-top:1px solid #edf0f0;background:#fbfdfd}.business-zone-row:before{position:absolute;top:50%;left:0;width:1.4rem;height:2px;background:#cfe3e2;content:""}.tree-leaf-dot{position:absolute;top:50%;left:1.4rem;width:.55rem;height:.55rem;border:2px solid #fff;border-radius:50%;background:#73969a;box-shadow:0 0 0 2px #cfe3e2;transform:translate(-50%,-50%)}.business-zone-row .zone-identity{display:grid;gap:.12rem}.business-zone-row strong{color:var(--ink);font-size:.8rem}.business-zone-row small{color:var(--muted);font-size:.67rem}.business-zone-empty{margin:0;padding:.9rem 1rem .9rem 2.25rem;border-top:1px solid #edf0f0;background:#fbfdfd;text-align:left}.hierarchy-choice{margin:0;padding:0;border:0}.hierarchy-choice legend{margin-bottom:.55rem;color:var(--ink);font-size:.78rem;font-weight:800}.hierarchy-choice>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.hierarchy-choice label{display:block;cursor:pointer}.hierarchy-choice input{position:absolute;opacity:0;pointer-events:none}.hierarchy-choice span{display:grid;min-height:4.1rem;align-content:center;gap:.22rem;padding:.7rem .8rem;border:1px solid #d6e0e1;border-radius:11px;background:#fafcfc}.hierarchy-choice input:checked+span{border-color:var(--turquoise);background:var(--turquoise-soft);box-shadow:0 0 0 2px #13888a1a}.hierarchy-choice input:focus-visible+span{outline:3px solid rgba(19,136,138,.2);outline-offset:2px}.hierarchy-choice strong{color:var(--ink);font-size:.78rem}.hierarchy-choice small,.field-help{color:var(--muted);font-size:.68rem}.direct-operating-business{position:relative;overflow:hidden;border:1px solid #dfe8e8;border-radius:13px;background:#fff}.direct-operating-business:before{position:absolute;top:2.05rem;left:-2.25rem;width:2.25rem;height:2px;background:#cfe3e2;content:""}.direct-operating-business>.operating-business-node{border-bottom:0}@media(max-width:560px){.hierarchy-choice>div{grid-template-columns:1fr}}.zone-management-modal{width:min(100%,38rem)}.zone-management-actions{display:flex;justify-content:flex-end;padding:0 1.5rem 1rem}.zone-management-actions .primary-action{width:auto;padding:.65rem .85rem}.zone-management-list{max-height:min(27rem,55vh);overflow-y:auto;border-top:1px solid #e9eeee}.zone-management-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.85rem 1.5rem;border-bottom:1px solid #edf0f0}.zone-management-row:last-child{border-bottom:0}.zone-management-row .zone-identity{display:grid;gap:.18rem;min-width:0}.zone-management-row strong{color:var(--ink);font-size:.84rem}.zone-management-row small{color:var(--muted);font-size:.68rem}.compact-action{min-height:2rem;padding:.45rem .7rem;font-size:.72rem}.compact-empty{margin-left:2.45rem;padding:1rem 1.15rem 1rem 2rem;border-left:2px solid #cfe3e2;text-align:left}.hierarchy-onboarding{display:grid;justify-items:start;gap:.55rem;padding:2rem}.hierarchy-onboarding p{margin:0 0 .5rem;color:var(--muted)}.company-profile-form{padding:1.25rem}.business-access-group{display:grid;gap:.35rem;padding:.55rem;border:1px solid #e2e8e9;border-radius:10px}.business-access-group>strong{padding:0 .35rem;color:var(--night);font-size:.75rem}.establishment-products-action{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:.4rem .65rem;border:1px solid #efb77f;border-radius:8px;color:#b65f0e;background:#fff7ed;cursor:pointer;font-size:.72rem;font-weight:700}.establishment-products-action:hover{color:#fff;border-color:#e88124;background:#ef8b2c}.establishment-tables-action{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:.4rem .7rem;border:1px solid #0c1b2a;border-radius:8px;color:#fff;background:#0c1b2a;box-shadow:0 3px 8px #0c1b2a29;cursor:pointer;font-size:.72rem;font-weight:700}.establishment-tables-action:hover{border-color:#21435c;background:#17344a}.establishment-zones-action{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:.4rem .7rem;border:1px solid #8bc8c5;border-radius:8px;color:#176f71;background:#eef9f8;cursor:pointer;font-size:.72rem;font-weight:700}.establishment-zones-action:hover{border-color:var(--turquoise);color:#fff;background:var(--turquoise)}.live-dot{width:.7rem;height:.7rem;border:2px solid #fff;border-radius:50%;background:#2f80ed;box-shadow:0 0 0 3px #dbeafe,0 0 10px #2f80ed8c;animation:live-pulse 2s infinite}.user-actions{display:flex;gap:.3rem}.user-actions button,.modal-close{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid #dfe6e7;border-radius:8px;color:var(--muted);background:#fff;cursor:pointer}.user-actions button:hover{color:var(--turquoise);border-color:#a9dcd9}.user-actions button.is-danger:hover{color:var(--danger);border-color:#f3bab6;background:#fff7f6}.modal-backdrop{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:1rem;background:#05121d85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.user-modal{width:min(100%,29rem);max-height:calc(100vh - 2rem);overflow-x:hidden;overflow-y:auto;border-radius:18px;color:var(--ink);background:#fff;box-shadow:0 24px 70px #00000047}.task-modal{width:min(100%,34rem)}.user-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.4rem 1.5rem 1rem}.user-modal__header .eyebrow{margin:0 0 .35rem;color:var(--turquoise)}.user-modal h2{margin:0;font-size:1.35rem}.modal-intro{margin:.45rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.modal-close{border:0;font-size:1.35rem}.user-form{display:grid;gap:1rem;padding:.5rem 1.5rem 1.5rem}.user-form label{display:grid;gap:.42rem;font-size:.78rem;font-weight:700}.user-form label small{display:inline;color:var(--muted);font-weight:400}.user-form input,.user-form select{width:100%;padding:.78rem .85rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit}.user-form input:focus,.user-form select:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.number-field{position:relative}.number-field input{padding-right:3.5rem}.number-field span{position:absolute;top:50%;right:.85rem;color:var(--muted);font-size:.75rem;font-weight:500;transform:translateY(-50%);pointer-events:none}.schedule-preview{margin:-.15rem 0 0;padding:.75rem .85rem;border-radius:10px;color:#286d70;background:var(--turquoise-soft);font-size:.76rem;line-height:1.45}.form-error{min-height:1rem;margin:0;color:var(--danger);font-size:.75rem}.modal-actions{display:flex;justify-content:flex-end;gap:.65rem}.secondary-action{padding:.78rem 1rem;border:1px solid #d9e1e3;border-radius:11px;color:var(--muted);background:#fff;cursor:pointer}.primary-action:disabled{opacity:.6;cursor:wait}.task-manager-modal{width:min(100%,46rem);max-height:min(46rem,calc(100vh - 2rem));display:flex;flex-direction:column}.task-manager-actions{display:flex;justify-content:flex-end;padding:0 1.5rem 1rem}.task-manager-actions .primary-action{padding-block:.65rem}.task-manager-list{overflow-y:auto;border-top:1px solid #e9eeee}.task-manager-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #edf0f0}.task-manager-row:last-child{border-bottom:0}.task-manager-row:hover{background:#fbfcfc}.task-manager-row>div:first-child{min-width:0}.task-manager-row strong,.task-manager-row small{display:block}.task-manager-row strong{margin-top:.45rem;overflow:hidden;color:var(--ink);font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.task-manager-row small{margin-top:.25rem;color:var(--muted);font-size:.72rem}#task-manager-modal{z-index:20}#task-manager-modal .task-manager-modal{transition:filter .18s ease,transform .18s ease}#task-manager-modal.is-obscured{pointer-events:none}#task-manager-modal.is-obscured .task-manager-modal{filter:blur(3px);transform:scale(.99)}#task-modal{z-index:30;background:#05121d61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes live-pulse{50%{box-shadow:0 0 0 5px #dbeafe,0 0 13px #2f80edb3}}.sync-status{justify-self:end;padding:.34rem .52rem;border-radius:7px;font-size:.66rem;font-weight:700;white-space:nowrap}.sync-status.is-synced{color:#28777a;background:var(--turquoise-soft)}.sync-status.is-missing{color:#bd4e45;background:#fde8e6}.establishment-checklist{min-width:0;margin:0;padding:0;border:0}.establishment-checklist legend{margin-bottom:.55rem;font-size:.78rem;font-weight:700}.establishment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;max-height:10rem;overflow-y:auto;padding:.65rem;border:1px solid #d9e1e3;border-radius:10px;background:#f9fbfb}.user-form .establishment-options label{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.45rem;border-radius:7px;cursor:pointer;font-weight:600}.user-form .establishment-options label:hover{background:var(--turquoise-soft)}.user-form .establishment-options input{width:1rem;height:1rem;flex:0 0 auto;padding:0;accent-color:var(--turquoise)}.user-form .establishment-options span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.establishment-form{gap:.85rem}.establishment-form input[aria-busy=true]{padding-right:2.5rem;cursor:wait;background-image:radial-gradient(circle at center,var(--turquoise) 0 2px,transparent 3px);background-repeat:no-repeat;background-position:right 1rem center}.coordinate-panel{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.7rem;border:1px solid #dce8e8;border-radius:11px;background:#f4fbfa}.coordinate-panel>div{display:grid;gap:.15rem;padding:.55rem .65rem;border-radius:8px;background:#fff}.coordinate-panel small{color:var(--muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.coordinate-panel strong{color:#176a6c;font-size:.82rem}.coordinate-panel p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:.68rem;line-height:1.4}.role-checklist .establishment-options{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.user-form .role-checklist .establishment-options span{overflow:visible;text-overflow:clip;white-space:normal}.administrator-access{margin:0 0 .55rem;padding:.65rem .75rem;border-radius:9px;color:#286d70;background:var(--turquoise-soft);font-size:.72rem;line-height:1.4}@media(min-width:761px)and (max-width:900px){.user-row{grid-template-columns:auto minmax(8rem,1fr) minmax(9rem,1fr) auto auto}.user-table-header{display:none}}@media(max-width:900px){.analytics-grid{grid-template-columns:1fr}.user-row{grid-template-columns:auto minmax(0,1fr) auto auto}.user-access,.role-badge{display:none}}@media(max-width:760px){.app-bar{grid-template-columns:1fr auto;min-height:4rem}.app-bar__brand{display:none}.today{font-size:.72rem}.workspace__heading{align-items:flex-start;flex-direction:column;margin-bottom:1.5rem}.cleaning-heading-actions{width:100%;align-items:stretch;flex-direction:column}.cleaning-role-filter{justify-content:flex-start}.settings-menu{width:100%;margin-top:0}.settings-menu button{flex:1;min-width:0}.primary-action{width:100%;justify-content:center}.date-picker{grid-template-columns:auto minmax(0,1fr) auto;gap:.35rem;padding:.4rem}.date-picker__days{grid-template-columns:repeat(5,minmax(2.7rem,1fr));gap:.15rem;overflow:hidden}.date-picker__nav{width:2.2rem}.date-picker__calendar{grid-column:1 / -1;width:100%;min-height:2.2rem}.summary-grid,.summary-grid--three{grid-template-columns:repeat(2,1fr);gap:.75rem}.summary-card{min-height:5.8rem;padding:.85rem}.task-panel__header{align-items:flex-start;flex-direction:column;padding:1.1rem}.task-panel__header--tasks{display:grid;grid-template-columns:auto minmax(0,1fr)}.task-panel__header--tasks .status-legend{grid-column:2}.category-list{padding:.55rem}.category-row{grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;padding:.75rem}.category-count{display:none}.category-row>svg{width:1rem}.category-copy small{line-height:1.35}.task-row{grid-template-columns:auto minmax(0,1fr);gap:.8rem;padding:1rem 1.1rem}.task-row__meta{grid-column:2;justify-content:space-between;gap:.6rem}.task-status{min-width:auto}.workspace{padding-top:2rem}.data-panel__header{align-items:stretch;flex-direction:column}.search-field{width:100%}.bar-chart{gap:.35rem;padding-inline:.75rem}.user-row{grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;padding:.9rem}.user-row .data-status{min-width:auto}.row-menu{display:none}}@media(max-width:430px){.summary-grid,.summary-grid--three{grid-template-columns:1fr}.summary-card{min-height:5rem}.user-row{grid-template-columns:auto minmax(0,1fr)}.user-row .data-status{grid-column:2;justify-self:start}.bar-chart{height:14rem}}@media(max-width:520px){.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%;justify-content:center}}@media(max-width:760px){.heading-actions{width:100%;align-items:stretch;flex-direction:column}.heading-actions .products-action{width:100%}.workspace__heading>.products-action{width:100%}}@media(max-width:560px){.establishment-row{align-items:flex-start;grid-template-columns:1fr}.establishment-actions{justify-content:space-between;padding-left:3.55rem}}@media(max-width:560px){.physical-establishment__header,.operating-business-row{grid-template-columns:1fr;align-items:flex-start}.physical-establishment__header .establishment-actions,.operating-business-row .establishment-actions{padding-left:0}.company-tree-panel>.establishment-tree{margin-left:1.2rem;padding-left:1.25rem}.company-tree-panel .physical-establishment:before{left:-1.25rem;width:1.25rem}.operating-business-list{margin-left:1.55rem}.operating-business-row{padding-left:2.15rem}.operating-business-row:before{width:1.15rem}.operating-business-row:after{left:1.1rem}.business-zone-list{margin-left:2.15rem}.compact-empty{margin-left:1.55rem;padding-left:1.5rem}}@media(max-width:620px){.product-heading-actions{width:100%;align-items:stretch;flex-direction:column}.taxonomy-create-form,.taxonomy-create-form--subcategory{grid-template-columns:1fr}}@media(max-width:480px){.taxonomy-toolbar .products-action{width:100%}.taxonomy-category{align-items:flex-start;gap:.6rem;flex-direction:column}.taxonomy-category-actions{width:100%;justify-content:space-between}}.module-card[hidden]{display:none}.user-row,.user-table-header{grid-template-columns:1rem 2.65rem minmax(0,1.1fr) minmax(0,.65fr) minmax(0,.9fr) minmax(0,1fr) 7.5rem .7rem 4.3rem}.user-modules{display:flex;flex-wrap:wrap;gap:.3rem;min-width:0}.user-modules>span{padding:.28rem .45rem;border-radius:6px;color:#5867a8;background:#e9ebfa;font-size:.66rem;font-weight:700}.user-modules>small{color:var(--muted);font-size:.68rem}@media(max-width:900px){.user-modules{display:none}}.users-panel-header{align-items:flex-start}.user-filter-bar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.user-filter-bar .search-field{width:17rem}.user-filter-select select{min-height:2.45rem;max-width:12rem;padding:.55rem 2rem .55rem .7rem;border:1px solid #dfe6e7;border-radius:10px;outline:0;color:var(--ink);background:#f9fafa;font:inherit;font-size:.75rem}.user-filter-select select:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.batch-action-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1.3rem;border-bottom:1px solid #cce6e4;color:#25676a;background:#eef8f7;font-size:.75rem}.batch-action-bar[hidden]{display:none}.batch-action-bar .primary-action{min-height:2.15rem;padding:.5rem .8rem;font-size:.72rem}.user-select{display:grid;place-items:center;cursor:pointer}.user-select input,.user-table-header input{width:1rem;height:1rem;margin:0;accent-color:var(--turquoise);cursor:pointer}.business-owner-badge{display:inline-flex;margin-left:.45rem;padding:.2rem .4rem;border-radius:999px;color:#805a13;background:#fff1cf;font-size:.58rem;font-weight:800;vertical-align:middle}.user-identity{min-width:0}.user-row.is-business-owner .user-identity strong{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:.3rem}.user-row.is-business-owner .business-owner-badge{margin-left:0}.user-row.is-business-owner{background:#fffdfa}.batch-user-modal{width:min(100%,34rem)}.batch-user-summary{display:flex;flex-wrap:wrap;gap:.35rem;padding:.75rem;border-radius:10px;background:#f3f7f7}.batch-user-summary span{padding:.3rem .5rem;border-radius:999px;color:#486175;background:#fff;font-size:.68rem;font-weight:700}@media(max-width:1100px){.user-filter-bar{width:100%;justify-content:flex-start}.users-panel-header{flex-wrap:wrap}}@media(max-width:900px){.user-row{grid-template-columns:auto auto minmax(0,1fr) auto}.user-establishments{grid-column:3}.user-row .live-dot{grid-column:4;grid-row:1}.user-row .user-actions{grid-column:4;grid-row:2}}@media(max-width:760px){.user-filter-bar{display:grid;grid-template-columns:1fr 1fr}.user-filter-bar .search-field{grid-column:1 / -1;width:100%}.user-filter-select select{width:100%;max-width:none}.user-row{grid-template-columns:auto auto minmax(0,1fr) auto}.user-establishments{grid-column:3}.user-row .live-dot{grid-column:4;grid-row:1}.user-row .user-actions{grid-column:4;grid-row:2}}.danger-action{padding:.78rem 1rem;border:1px solid #d94d43;border-radius:11px;color:#fff;background:var(--danger);font-weight:700;cursor:pointer;box-shadow:0 5px 13px #e8645a33}.danger-action:hover{background:#d95349}.danger-action:disabled{opacity:.6;cursor:wait}.deletion-warning{padding:.9rem 1rem;border:1px solid #f3bab6;border-radius:11px;color:#713832;background:#fff7f6;font-size:.78rem;line-height:1.5}.deletion-warning>strong{display:block;margin-bottom:.35rem;color:#a63e36}#module-workspace:has(.dining-heading){max-width:92rem;padding-inline:clamp(1.25rem,3vw,2.25rem)}.dining-heading-actions{display:flex;align-items:center;gap:.65rem}.dining-room-bar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:0 0 1rem;padding:.35rem;border:1px solid #dfe6e7;border-radius:12px;background:#f3f6f6}.dining-room-tabs{display:flex;min-width:0;gap:.25rem;overflow-x:auto}.dining-room-tabs button{min-height:2.45rem;padding:.55rem .85rem;border:0;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer;font-size:.75rem;font-weight:700;white-space:nowrap}.dining-room-tabs button:hover{color:var(--night);background:#e9eeee}.dining-room-tabs button.is-active{color:#fff;background:var(--night);box-shadow:0 3px 8px #0c1b2a2e}.dining-room-actions{display:flex;flex:0 0 auto;gap:.3rem}.dining-room-actions button{display:grid;width:2.2rem;height:2.2rem;place-items:center;border:1px solid #d7e0e1;border-radius:8px;color:#52636e;background:#fff;cursor:pointer}.dining-room-actions button:hover{color:var(--night);border-color:#aebdc0}.dining-room-actions button.is-danger:hover{color:#fff;border-color:var(--danger);background:var(--danger)}.mobile-floor-notice{display:none;margin-bottom:.8rem;padding:.8rem;border:1px solid #d7e3e5;border-radius:10px;color:#52636e;background:#f5f8f8;font-size:.75rem;line-height:1.45}.floor-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:.8rem}.floor-layout.is-editing{grid-template-columns:9rem minmax(0,1fr) 12rem;gap:.65rem}.floor-tools,.floor-properties{min-width:0;padding:.9rem;border:1px solid #dfe6e7;border-radius:13px;color:var(--ink);background:#fff;box-shadow:0 5px 16px #0c1b2a0f}.floor-tools h2,.floor-properties h2{margin:0 0 .75rem;font-size:.82rem}.floor-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.floor-tool-grid button{display:grid;min-height:4rem;place-items:center;gap:.2rem;padding:.45rem;border:1px solid #dce4e5;border-radius:9px;color:var(--night);background:#f8fafa;cursor:pointer;font-size:1.15rem}.floor-tool-grid button:hover{border-color:#91bbb9;background:var(--turquoise-soft)}.floor-tool-grid span{color:var(--muted);font-size:.64rem;font-weight:700}.floor-stage-wrap{min-width:0;padding:.65rem;border:1px solid #302724;border-radius:14px;background:#302724;box-shadow:0 10px 28px #23191633}.floor-stage{position:relative;aspect-ratio:16 / 10;min-height:32rem;overflow:hidden;border:1px solid #584946;border-radius:9px;background-color:#3c312e;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:5% 8%;box-shadow:inset 0 0 34px #0f090729;touch-action:none}.floor-layout.is-viewing .floor-stage{background-image:none}.floor-empty{position:absolute;inset:0;display:grid;place-items:center;margin:0;color:#cfc5c1;font-size:.8rem}.floor-item{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0;padding:.25rem;border:2px solid transparent;color:var(--ink);cursor:default;transform-origin:center;touch-action:none;-webkit-user-select:none;user-select:none}.is-editing .floor-item{cursor:move}.floor-item.is-selected{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a26}.floor-table{min-width:0;border-color:#99918d;border-radius:10px;color:#f9f7f5;background:#756f6c;box-shadow:0 4px 10px #0f09074d}.floor-table--round{border-radius:50%}.floor-table strong{max-width:100%;overflow:hidden;font-size:clamp(.55rem,1.2vw,.9rem);text-overflow:ellipsis;white-space:nowrap}.floor-table small{margin-top:.15rem;color:#e1dad6;font-size:clamp(.42rem,.8vw,.64rem)}.floor-element{border-radius:3px;color:#f9f7f5;background:#8a8481;box-shadow:0 3px 8px #0f090733}.floor-element--wall{border:0;color:#fff;background:#1f2427;box-shadow:0 3px 8px #080a0b52}.floor-element--door{border:2px solid #d58a2f;border-bottom-style:dashed;color:#38231a;background:#eab66f}.floor-element--bar{color:#fff;background:#245a78;box-shadow:0 4px 10px #10314552}.floor-element--obstacle{color:#fff;background:#353a3d;box-shadow:0 4px 9px #0a0c0d47}.floor-element--label{border:1px solid #e8c246;color:#302817;background:#e8c246;box-shadow:0 3px 8px #3f30083d}.floor-element span{max-width:100%;overflow:hidden;font-size:clamp(.45rem,.9vw,.7rem);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.floor-resize-handle{position:absolute;right:-5px;bottom:-5px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:var(--turquoise);cursor:nwse-resize}.floor-properties-empty{color:var(--muted);font-size:.72rem;line-height:1.45}.floor-properties-empty strong{color:var(--ink)}.floor-properties-empty p{margin:.4rem 0 0}.floor-properties-form{display:grid;gap:.75rem}.floor-properties-form label{display:grid;gap:.35rem;color:var(--muted);font-size:.68rem;font-weight:700}.floor-properties-form input,.floor-properties-form select{width:100%;min-width:0;padding:.55rem .6rem;border:1px solid #d8e0e1;border-radius:8px;color:var(--ink);background:#f8fafa;font:inherit;font-size:.74rem}.floor-properties-form input[type=range]{padding:0;accent-color:var(--turquoise)}.floor-properties-form .floor-checkbox{display:flex;align-items:center;gap:.5rem;padding:.6rem;border:1px solid #d8e0e1;border-radius:8px;color:var(--ink);background:#f8fafa;cursor:pointer}.floor-properties-form .floor-checkbox input{width:1rem;height:1rem;flex:0 0 auto;margin:0;padding:0;accent-color:var(--turquoise)}.floor-rotation-controls{display:grid;grid-template-columns:minmax(0,1fr) 4.25rem;align-items:center;gap:.45rem}.floor-rotation-controls>span{position:relative;display:block}.floor-properties-form .floor-rotation-controls input[type=number]{padding-right:1.25rem}.floor-rotation-controls i{position:absolute;top:50%;right:.55rem;color:var(--muted);font-style:normal;transform:translateY(-50%);pointer-events:none}.floor-properties-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:.45rem}.floor-property-actions{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;padding-top:.3rem}.floor-property-actions button{justify-content:center;min-width:0;padding:.5rem;font-size:.68rem}.floor-property-actions .is-danger{color:#b5443b}.floor-save-bar{position:sticky;bottom:.75rem;z-index:10;display:flex;align-items:center;justify-content:flex-end;gap:.55rem;margin-top:.85rem;padding:.65rem;border:1px solid #d9e2e3;border-radius:12px;color:var(--muted);background:#fffffff5;box-shadow:0 7px 24px #0c1b2a26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.72rem}.floor-save-bar span{margin-right:auto;padding-left:.35rem;font-weight:600}.floor-save-bar .primary-action:disabled{cursor:default;opacity:.5}@media(max-width:1080px){.floor-layout.is-editing{grid-template-columns:9rem minmax(0,1fr)}.floor-properties{grid-column:1 / -1}.floor-properties-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.floor-property-actions{padding:0}.floor-stage{min-height:26rem}}@media(max-width:760px){.establishment-actions{flex-wrap:wrap}.dining-heading-actions{width:100%;flex-direction:column}.dining-heading-actions button{width:100%;justify-content:center}.dining-room-bar{align-items:stretch;flex-direction:column}.dining-room-actions{justify-content:flex-end}.floor-layout.is-editing .floor-tools,.floor-layout.is-editing .floor-properties,.floor-save-bar{display:none}.floor-layout.is-editing{grid-template-columns:1fr}.mobile-floor-notice{display:block}.floor-stage-wrap{padding:.35rem}.floor-stage{min-height:0}.floor-table small{display:none}}.deletion-warning ul{margin:0;padding-left:1.2rem}.deletion-warning p{margin:.65rem 0 0;padding-top:.65rem;border-top:1px solid #f5d4d1;font-weight:700}.task-row--photo-required{background:linear-gradient(90deg,rgba(19,136,138,.035),transparent 28%)}.photo-required-badge{display:inline-flex;align-items:center;padding:.23rem .48rem;border-radius:6px;color:#946117;background:#fff1d2;font-size:.68rem;font-weight:700}.photo-button{display:grid;width:2.2rem;height:2.2rem;flex:0 0 auto;place-items:center;padding:0;border:1px solid #b9e1df;border-radius:9px;color:var(--turquoise);background:var(--turquoise-soft);cursor:pointer}.photo-button:hover{color:#fff;background:var(--turquoise)}.photo-button--required{color:#9a6917;border-color:#f0d49b;background:#fff3d9;animation:camera-pulse 2s ease-in-out infinite}.photo-button--required:hover{color:#fff;border-color:#b87b18;background:#b87b18}.photo-button svg,.photo-picker__icon svg,.photo-percentage svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.photo-modal{width:min(100%,34rem)}.photo-task-summary{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.35rem .65rem;padding:.8rem;border:1px solid #e3eaea;border-radius:11px;background:#f8fafa}.photo-task-summary .area-tag{grid-row:1 / 3}.photo-task-summary strong{color:var(--ink);font-size:.85rem}.photo-task-summary small{color:var(--muted);font-size:.7rem}.photo-picker{position:relative;display:flex!important;min-height:8.5rem;align-items:center;justify-content:center;flex-direction:column;gap:.35rem!important;padding:1rem;border:1.5px dashed #9bcfcd;border-radius:13px;color:#286d70;background:#f4fbfa;text-align:center;cursor:pointer}.photo-picker:hover{border-color:var(--turquoise);background:#eaf8f7}.photo-picker input{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;opacity:0;cursor:pointer}.photo-picker__icon{display:grid;width:2.7rem;height:2.7rem;place-items:center;margin-bottom:.2rem;border-radius:50%;color:#fff;background:var(--turquoise)}.photo-picker small{color:var(--muted)}.photo-preview{width:100%;max-height:16rem;object-fit:contain;border-radius:12px;background:#edf1f1}.photo-viewer-modal{width:min(100%,48rem);max-height:calc(100vh - 2rem);overflow-y:auto}.photo-viewer-content{padding:0 1.5rem 1.5rem}.photo-viewer-content>img{display:block;width:100%;max-height:60vh;object-fit:contain;border-radius:13px;background:#edf1f1}.photo-viewer-content dl{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1rem 0 0}.photo-viewer-content dl div{min-width:0;padding:.7rem;border-radius:9px;background:#f5f8f8}.photo-viewer-content dt{color:var(--muted);font-size:.66rem;font-weight:600}.photo-viewer-content dd{margin:.25rem 0 0;overflow:hidden;color:var(--ink);font-size:.76rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.setting-help{margin:-.2rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.45}.zone-row{grid-template-columns:auto minmax(0,1fr) auto auto}.zone-identity{min-width:0}.zone-identity strong,.zone-identity small{display:block}.zone-identity small{margin-top:.28rem;color:var(--muted);font-size:.72rem}.photo-percentage{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .58rem;border-radius:8px;color:#286d70;background:var(--turquoise-soft);font-size:.72rem;font-weight:700;white-space:nowrap}@keyframes camera-pulse{50%{box-shadow:0 0 0 4px #b87b181f}}.zone-row{grid-template-columns:auto minmax(0,1fr) auto}@media(max-width:760px){.zone-row{grid-template-columns:auto minmax(0,1fr) auto}.zone-row .user-actions{grid-column:2 / -1;justify-self:end}.photo-viewer-content dl{grid-template-columns:repeat(2,1fr)}.app-bar{grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;padding-inline:.75rem}.app-bar__context{min-width:0}.establishment-selector{width:100%;max-width:11rem}.app-bar__actions{gap:.35rem}.app-bar__actions .today,.user-table-header{display:none}.user-row{grid-template-columns:auto auto minmax(0,1fr) auto}.user-establishments{grid-column:3}.user-row .live-dot{grid-column:4;grid-row:1}.user-row .user-actions{grid-column:4;grid-row:2}.establishment-options{grid-template-columns:1fr}}#module-workspace:has(.pda-heading){max-width:96rem;padding-inline:clamp(1rem,2.5vw,2rem)}.pda-heading{margin-bottom:1.25rem}.pda-legend{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--muted);font-size:.72rem;font-weight:700}.pda-legend span{display:inline-flex;align-items:center;gap:.35rem}.pda-legend i{width:.7rem;height:.7rem;border-radius:3px}.pda-legend .is-closed{background:#77716e}.pda-legend .is-reserved{background:#d49a32}.pda-legend .is-open{background:#277f79}.pda-legend .is-kitchen,.pda-legend .is-bar{display:grid;width:1.25rem;height:1.25rem;place-items:center;border-radius:50%;font-size:.7rem;font-style:normal}.pda-legend .is-kitchen{background:#f2c94c}.pda-legend .is-bar{background:#79d4d0}.pda-floor-live{margin-left:.2rem;padding-left:.65rem;border-left:1px solid #d8e0e1;color:#18715e}.pda-legend .pda-floor-live>i{width:.5rem;height:.5rem;border-radius:50%;background:#20a66f;box-shadow:0 0 0 3px #20a66f21}.pda-floor-live.is-reconnecting{color:#a56300}.pda-legend .pda-floor-live.is-reconnecting>i{background:#e5a13b;box-shadow:0 0 0 3px #e5a13b26}.pda-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(22rem,.75fr);align-items:start;gap:1rem}.pda-floor-stage{min-height:36rem;background-image:none;touch-action:auto}.pda-table{min-width:0;border:2px solid rgba(255,255,255,.42);border-radius:11px;color:#fff;cursor:pointer;box-shadow:0 4px 11px #0f090752;transition:filter .15s ease,box-shadow .15s ease}.pda-table:hover{filter:brightness(1.08)}.pda-table--round{border-radius:50%}.pda-table--closed{background:#77716e}.pda-table--reserved{color:#302817;background:#d9a640}.pda-table--open{background:#277f79}.pda-table.is-selected{border-color:#fff;box-shadow:0 0 0 4px #8ed8d4a6,0 6px 14px #0f090759}.pda-table strong{max-width:90%;overflow:hidden;font-size:clamp(.6rem,1.25vw,1rem);text-overflow:ellipsis;white-space:nowrap}.pda-table small{max-width:92%;margin-top:.2rem;overflow:hidden;color:inherit;font-size:clamp(.42rem,.72vw,.62rem);font-weight:700;text-overflow:ellipsis;white-space:nowrap;opacity:.88}.pda-table-pending{position:absolute;top:-.65rem;right:-.65rem;z-index:3;display:grid;min-width:1.55rem;height:1.55rem;place-items:center;padding:0 .3rem;border:2px solid #fff;border-radius:999px;color:#fff;background:#dc302b;box-shadow:0 3px 8px #46080566;font-size:.58rem;font-weight:900;line-height:1}.pda-table-preparing{position:absolute;top:-.75rem;left:-.75rem;z-index:3;display:grid;width:2rem;height:2rem;place-items:center;border:2px solid #fff;border-radius:999px;background:#f2c94c;box-shadow:0 3px 9px #462d056b;font-size:1.05rem;line-height:1}.pda-table-preparing--bar{left:1.5rem;background:#79d4d0}.pda-order-panel{display:flex;min-height:36rem;max-height:48rem;overflow:hidden;flex-direction:column;border:1px solid #dce4e5;border-radius:15px;color:var(--ink);background:#fff;box-shadow:0 9px 25px #0c1b2a1a}.pda-order-panel--empty{align-items:center;justify-content:center;padding:2rem;text-align:center}.pda-order-panel--empty p{max-width:19rem;margin:.5rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.5}.pda-order-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem .7rem;border-bottom:1px solid #e6ebec}.pda-order-heading small{color:var(--muted);font-size:.65rem;font-weight:700;text-transform:uppercase}.pda-order-heading h2{display:inline;margin:.15rem .5rem 0 0;font-size:1.25rem}.pda-order-heading>button{border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:1.3rem}.pda-status{display:inline-flex;padding:.22rem .45rem;border-radius:999px;font-size:.62rem;font-weight:800}.pda-status--closed{color:#525b60;background:#e9edee}.pda-status--reserved{color:#704b08;background:#fff0c8}.pda-status--open{color:#17615c;background:#dff2ef}.pda-table-actions{display:flex;gap:.5rem;padding:.65rem 1rem 0}.pda-table-actions button{padding:.5rem .7rem;border:1px solid #d59b31;border-radius:8px;color:#704b08;background:#fff7e2;cursor:pointer;font-size:.7rem;font-weight:800}.pda-order-lines{display:grid;max-height:13rem;overflow-y:auto;padding:.65rem 1rem}.pda-order-line{display:grid;gap:.4rem;padding:.65rem 0;border-bottom:1px solid #edf0f1}.pda-order-line>div:first-child{display:grid;gap:.15rem}.pda-order-line strong{font-size:.76rem}.pda-order-line small{color:var(--muted);font-size:.62rem}.pda-line-controls{display:grid;grid-template-columns:1.7rem 1.25rem 1.7rem 1fr 1.7rem;align-items:center;gap:.25rem}.pda-line-controls button{width:1.7rem;height:1.7rem;border:1px solid #dce3e4;border-radius:7px;color:var(--ink);background:#f6f8f8;cursor:pointer}.pda-line-controls b{text-align:center;font-size:.72rem}.pda-line-controls span{justify-self:end;font-size:.72rem;font-weight:800}.pda-line-controls .is-danger{color:#b5443b}.pda-empty-order{margin:.6rem 0;color:var(--muted);font-size:.72rem;text-align:center}.pda-catalog{min-height:0;overflow-y:auto;flex:1;padding:.2rem 1rem 1rem;border-top:1px solid #edf0f1}.pda-catalog h3{margin:.8rem 0 .65rem;font-size:.76rem}.pda-choice-grid,.pda-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.pda-choice-grid button,.pda-product-grid button{display:flex;min-height:5rem;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:.35rem;padding:.7rem;border:1px solid #b9d8d5;border-radius:11px;color:#173e40;background:#e6f3f1;cursor:pointer;text-align:left}.pda-choice-grid button:nth-child(3n+2),.pda-product-grid button:nth-child(3n+2){background:#deeeec}.pda-choice-grid button:nth-child(3n),.pda-product-grid button:nth-child(3n){background:#edf7f5}.pda-choice-grid button:hover,.pda-product-grid button:hover{border-color:#6caaa6;filter:brightness(.98)}.pda-choice-grid span,.pda-product-destination{color:#4d7978;font-size:.56rem;font-weight:800;text-transform:uppercase}.pda-choice-grid strong,.pda-product-grid strong{font-size:.75rem;line-height:1.25}.pda-product-grid b{align-self:flex-end;color:#276a67;font-size:.72rem}.pda-catalog-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem}.pda-catalog-title button{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid #dce4e5;border-radius:8px;color:var(--ink);background:#fff;cursor:pointer}.pda-catalog-title div{display:grid}.pda-catalog-title small{color:var(--muted);font-size:.58rem}.pda-catalog-title strong{font-size:.75rem}.pda-order-footer{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding:.8rem 1rem;border-top:1px solid #dce5e5;background:#f7fafa}.pda-order-footer div{display:grid}.pda-order-footer span{color:var(--muted);font-size:.6rem}.pda-order-footer strong{font-size:1rem}.pda-order-footer button{min-height:2.8rem;border:0;border-radius:9px;color:#fff;background:var(--turquoise);cursor:pointer;font-size:.75rem;font-weight:800}.pda-order-footer button:disabled{cursor:default;opacity:.4}.pda-modal-quantity{display:grid;grid-template-columns:2.7rem 1fr 2.7rem;gap:.4rem}.user-form .pda-modal-quantity button{border:1px solid #d9e1e3;border-radius:9px;color:var(--ink);background:#f1f5f5;cursor:pointer;font-size:1.1rem}.user-form .pda-modal-quantity input{text-align:center;font-weight:800}@media(max-width:1050px){.pda-layout{grid-template-columns:1fr}.pda-order-panel{min-height:32rem;max-height:none}.pda-floor-stage{min-height:28rem}}@media(max-width:760px){.pda-legend{width:100%}.pda-floor-stage{min-height:0}.pda-table small{display:none}.pda-order-panel{min-height:30rem}.pda-choice-grid,.pda-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.inspection-next-time{font-size:1.2rem!important}.inspection-layout{display:grid;grid-template-columns:1fr;align-items:start;gap:1rem}.inspection-filters{display:flex;gap:.3rem;padding:.25rem;border-radius:10px;background:#f2f5f5}.inspection-filters button{padding:.46rem .65rem;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer;font-size:.7rem;font-weight:700;white-space:nowrap}.inspection-filters button:hover{color:var(--night)}.inspection-filters button.is-active{color:#fff;background:var(--turquoise);box-shadow:0 2px 7px #13888a38}.inspection-list{background:#fbfcfc}.inspection-row{display:grid;grid-template-columns:4rem minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;min-height:6rem;padding:.85rem 1.2rem;border:0;border-bottom:1px solid #e9eeee;color:var(--ink);background:#fff;cursor:pointer;text-align:left}.inspection-row:last-child{border-bottom:0}.inspection-row:hover{background:#f7fbfa}.inspection-row.is-selected{background:#f0f9f8;box-shadow:inset 3px 0 var(--turquoise)}.inspection-row__date{display:grid;gap:.22rem;padding-right:.8rem;border-right:1px solid #e7ecec}.inspection-row__date strong{font-size:.84rem}.inspection-row__date small,.inspection-row__main small,.inspection-row__result small{color:var(--muted);font-size:.67rem}.inspection-row__main{display:grid;grid-template-columns:minmax(7rem,1fr) minmax(8rem,.8fr);align-items:center;gap:.75rem;min-width:0}.inspection-row__main>span:first-child strong,.inspection-row__main>span:first-child small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-row__main>span:first-child strong{margin-bottom:.28rem;font-size:.85rem}.inspection-supervisor{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.7rem}.inspection-supervisor i{display:grid;width:1.7rem;height:1.7rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#286d70;background:var(--turquoise-soft);font-size:.58rem;font-style:normal;font-weight:700}.inspection-row__result{display:grid;justify-items:end;gap:.35rem}.inspection-badge{display:inline-flex;padding:.33rem .52rem;border-radius:7px;font-size:.65rem;font-weight:700;white-space:nowrap}.inspection-badge--success{color:#21804d;background:#e0f5e8}.inspection-badge--warning{color:#946313;background:#fff3d9}.inspection-badge--scheduled{color:#31719b;background:#e4f0f8}.inspection-chevron{color:#91a0a7;font-size:1.35rem}.inspection-detail{padding:1.35rem}.inspection-detail__top{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding-bottom:1.15rem;border-bottom:1px solid #e9eeee}.inspection-area-icon{display:grid;width:3rem;height:3rem;place-items:center;border-radius:12px;color:#fff;background:var(--turquoise);font-weight:700}.inspection-reference{color:var(--turquoise);font-size:.62rem;font-weight:800;letter-spacing:.08em}.inspection-detail__top h2{margin:.18rem 0 .12rem;font-size:1.12rem}.inspection-detail__top p{margin:0;color:var(--muted);font-size:.72rem}.inspection-score{padding:1.15rem 0;border-bottom:1px solid #e9eeee}.inspection-score>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem;color:var(--muted);font-size:.72rem}.inspection-score>div strong{color:var(--ink);font-size:.82rem}.inspection-score small{display:block;margin-top:.45rem;color:var(--muted);font-size:.64rem}.inspection-meta{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:0;padding:1.1rem 0}.inspection-meta div{min-width:0}.inspection-meta dt{color:var(--muted);font-size:.62rem}.inspection-meta dd{margin:.3rem 0 0;overflow:hidden;color:var(--ink);font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.inspection-note,.inspection-findings{padding:.85rem;border-radius:10px;background:#f5f8f8}.inspection-note strong,.inspection-findings strong{color:var(--ink);font-size:.72rem}.inspection-note p,.inspection-findings p,.inspection-findings li{color:var(--muted);font-size:.68rem;line-height:1.5}.inspection-note p{margin:.4rem 0 0}.inspection-findings{margin-top:.65rem}.inspection-findings>div{display:flex;align-items:center;justify-content:space-between}.inspection-findings>div span{display:grid;width:1.35rem;height:1.35rem;place-items:center;border-radius:50%;color:#a8463e;background:#fde8e6;font-size:.62rem;font-weight:800}.inspection-findings ul{margin:.55rem 0 0;padding-left:1.15rem}.inspection-findings p{margin:.5rem 0 0}.inspection-detail-action{width:100%;margin-top:.85rem;color:var(--turquoise);border-color:#b8dedd;font-weight:700}.inspection-detail-action:hover{background:#eef9f8}@media(max-width:1000px){.inspection-layout{grid-template-columns:1fr}}@media(max-width:760px){.inspection-heading .primary-action{width:100%}.inspection-summary{grid-template-columns:repeat(2,1fr)}.inspection-list-panel .data-panel__header{align-items:flex-start}.inspection-filters{width:100%;overflow-x:auto}.inspection-filters button{flex:1 0 auto}.inspection-row{grid-template-columns:3.3rem minmax(0,1fr) auto;gap:.7rem;padding:.8rem}.inspection-row__main{grid-template-columns:1fr;gap:.5rem}.inspection-supervisor,.inspection-chevron{display:none}}@media(max-width:430px){.inspection-summary{grid-template-columns:1fr}.inspection-row__result small{display:none}.inspection-badge{max-width:5.7rem;overflow:hidden;text-overflow:ellipsis}}.inspection-heading-actions{display:flex;align-items:stretch;gap:.55rem}.inspection-settings{display:grid;width:2.9rem;padding:0;place-items:center;color:var(--turquoise);border-color:#b8dedd;font-size:1.15rem}.inspection-settings:hover{background:var(--turquoise-soft)}.inspection-answers{margin-top:.75rem;border-top:1px solid #e9eeee}.inspection-answers summary{padding:.85rem 0 .35rem;color:var(--turquoise);cursor:pointer;font-size:.72rem;font-weight:700}.inspection-answers>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.2rem .7rem;padding:.65rem 0;border-bottom:1px solid #edf1f1;font-size:.68rem}.inspection-answers>div strong{font-weight:600}.inspection-answers>div span{color:var(--turquoise);font-weight:700}.inspection-answers>div small{grid-column:1 / -1;color:var(--muted);line-height:1.4}.inspection-report-panel{overflow:hidden}.inspection-detail--full{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1.25rem;padding:1.4rem}.inspection-detail--full .inspection-detail__top,.inspection-detail--full .inspection-score,.inspection-detail--full .inspection-answers{grid-column:1 / -1}.inspection-detail--full .inspection-note,.inspection-detail--full .inspection-findings{align-self:start;margin-top:0}.checklist-editor-modal{width:min(100%,54rem)}.checklist-builder-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.checklist-builder-heading .secondary-action{padding:.55rem .75rem;color:var(--turquoise);font-size:.72rem}.checklist-builder{display:grid;gap:.75rem}.checklist-builder-row{display:grid;gap:.75rem;padding:1rem;border:1px solid #e2e9ea;border-radius:12px;background:#f9fbfb}.checklist-builder-main{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(10rem,.8fr);gap:.7rem}.checklist-field-flags{display:flex;align-items:center;gap:1rem}.user-form .checklist-field-flags label{display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.72rem;font-weight:600}.user-form .checklist-field-flags input{width:1rem;height:1rem;padding:0;accent-color:var(--turquoise)}.checklist-field-flags button{margin-left:auto;padding:.38rem .55rem;border:0;border-radius:7px;color:var(--danger);background:#fff0ee;cursor:pointer;font-size:.68rem;font-weight:700}#inspection-settings-modal.is-obscured{pointer-events:none}#inspection-settings-modal.is-obscured .user-modal{filter:blur(3px);transform:scale(.99)}#checklist-editor-modal,#inspection-question-modal{z-index:30;background:#05121d66}.question-checklist-summary{display:flex;align-items:center;gap:.7rem;padding:.8rem;border:1px solid #e3eaea;border-radius:11px;background:#f8fafa}.question-checklist-summary strong,.question-checklist-summary small{display:block}.question-checklist-summary strong{color:var(--ink);font-size:.82rem}.question-checklist-summary small{margin-top:.2rem;color:var(--muted);font-size:.68rem}.question-flags{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.8rem;border-radius:10px;background:#f7f9f9}.fixed-answer-type{display:grid;gap:.3rem;padding:.85rem;border:1px solid #d9e7e6;border-radius:10px;background:var(--turquoise-soft)}.fixed-answer-type span{color:var(--muted);font-size:.68rem;font-weight:700}.fixed-answer-type strong{color:#286d70;font-size:.8rem}.fixed-answer-type small{color:var(--muted);font-size:.68rem}.user-form .question-flags label{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.72rem;font-weight:600;cursor:pointer}.user-form .question-flags input{width:1rem;height:1rem;padding:0;accent-color:var(--turquoise)}.inspection-form-modal{width:min(100%,46rem)}.inspection-state-text{font-size:1rem!important}.inspection-supervisor-name{max-width:9rem;overflow:hidden;font-size:.92rem!important;text-overflow:ellipsis;white-space:nowrap}.date-day strong:has(.date-completed-dot){display:inline-flex;align-items:center;gap:.35rem}.date-day strong b{font:inherit}.date-completed-dot{width:.48rem;height:.48rem;flex:0 0 auto;border:1.5px solid #fff;border-radius:50%;background:#27b76b;box-shadow:0 0 0 1px #1980492e}.date-day.is-selected .date-completed-dot{background:#78e6a6;box-shadow:0 0 0 1px #ffffff59}.daily-checklist-panel{overflow:hidden}.daily-inspection-form,.daily-question-list{display:grid}.daily-question-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1.15rem 1.35rem;border-bottom:1px solid #e9eeee;background:#fff}.daily-question-row:hover{background:#fbfdfd}.daily-question-number,.question-order{display:grid;width:1.8rem;height:1.8rem;flex:0 0 auto;place-items:center;border-radius:50%;color:#286d70;background:var(--turquoise-soft);font-size:.68rem;font-weight:800}.daily-question-content{display:grid;gap:.75rem;min-width:0}.daily-question-content h3{margin:.28rem 0 0;color:var(--ink);font-size:.86rem}.daily-question-content h3 span{color:var(--danger)}.daily-question-content h3 .rating-guide{margin-left:.45rem;color:var(--muted);font-size:.68rem;font-weight:600;white-space:nowrap}.daily-question-content>input,.daily-question-content>textarea,.daily-general-comment textarea{width:100%;padding:.78rem .85rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit}.daily-question-content>input:focus,.daily-question-content>textarea:focus,.daily-general-comment textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.rating-input{position:relative;display:block;max-width:12rem}.rating-input input{width:100%;padding:.78rem 3.4rem .78rem .85rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit;font-weight:700}.rating-input input:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}.rating-input span{position:absolute;top:50%;right:.85rem;color:var(--muted);font-size:.72rem;font-weight:600;transform:translateY(-50%);pointer-events:none}.daily-question-content .inspection-comment{display:grid;gap:.4rem;color:var(--muted);font-size:.68rem;font-weight:600}.daily-general-comment{display:grid;gap:.45rem;padding:1.15rem 1.35rem 0;color:var(--ink);font-size:.76rem;font-weight:700}.daily-inspection-form .form-error{margin:.75rem 1.35rem 0}.daily-checklist-actions{display:flex;justify-content:flex-end;padding:1rem 1.35rem 1.35rem}.task-manager-row>div:first-child:has(.question-order){display:grid;grid-template-columns:auto minmax(0,1fr);gap:.15rem .7rem;align-items:center}.task-manager-row>div:first-child:has(.question-order) .question-order{grid-row:1 / 3}.task-manager-row>div:first-child:has(.question-order) strong{margin-top:0}.user-form textarea{width:100%;resize:vertical;padding:.78rem .85rem;border:1px solid #d9e1e3;border-radius:10px;outline:0;color:var(--ink);background:#f9fbfb;font:inherit}.user-form textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #13888a1f}#inspection-dynamic-fields{display:grid;gap:.8rem}.inspection-form-field{display:grid;gap:.75rem;margin:0;padding:1rem;border:1px solid #e1e8e9;border-radius:12px}.inspection-form-field legend{padding:0 .3rem;color:var(--ink);font-size:.78rem;font-weight:700}.inspection-form-field legend span{display:inline-grid;width:1.45rem;height:1.45rem;margin-right:.45rem;place-items:center;border-radius:50%;color:#286d70;background:var(--turquoise-soft);font-size:.64rem}.inspection-options{display:flex;flex-wrap:wrap;gap:.5rem}.user-form .inspection-options label{display:block;cursor:pointer}.inspection-options input{position:absolute;width:1px!important;height:1px;opacity:0}.inspection-options span{display:block;padding:.62rem .85rem;border:1px solid #d9e1e3;border-radius:9px;color:var(--muted);background:#fff;font-size:.73rem;font-weight:700}.inspection-options input:checked+span{color:#fff;border-color:var(--turquoise);background:var(--turquoise);box-shadow:0 2px 7px #13888a33}.user-form .inspection-comment{color:var(--muted);font-size:.68rem}@media(max-width:760px){.inspection-heading-actions{width:100%}.inspection-heading-actions .primary-action{flex:1;width:auto}.inspection-heading-actions .inspection-settings{width:2.9rem}.checklist-builder-main{grid-template-columns:1fr}.checklist-field-flags{align-items:flex-start;flex-direction:column;gap:.55rem}.checklist-field-flags button{margin-left:0}.inspection-detail--full{grid-template-columns:1fr}.inspection-detail--full>*{grid-column:1!important}.question-flags{grid-template-columns:1fr}.daily-question-row{padding:1rem}.daily-general-comment,.daily-checklist-actions{padding-inline:1rem}.daily-checklist-actions .primary-action{width:100%}}#module-workspace:has(.pda-floor-screen),#module-workspace:has(.pda-order-screen){width:100%;max-width:none;height:calc(100svh - 4.5rem);padding:0;overflow:hidden}.pda-floor-screen{display:flex;height:100%;flex-direction:column;color:var(--ink);background:#241d1b}.pda-floor-toolbar{display:flex;min-height:3.8rem;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem clamp(.8rem,2.5vw,2rem);border-bottom:1px solid #dfe6e7;background:#fff}.pda-floor-toolbar .dining-room-tabs button{font-size:.82rem}.pda-floor-canvas{display:grid;min-height:0;flex:1;place-items:center;padding:clamp(.35rem,1.2vw,1rem);overflow:auto;background:#302724}.pda-floor-canvas .pda-floor-stage{width:min(100%,calc((100svh - 10rem)*1.6));min-height:0;aspect-ratio:16 / 10;border-color:#5b4b47;border-radius:4px;background-color:#3c312e;box-shadow:0 12px 38px #00000042}.pda-order-screen{display:flex;height:100%;flex-direction:column;color:var(--ink);background:#eef2f2}.pda-service-bar{display:grid;min-height:4rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.55rem clamp(.8rem,2vw,1.5rem);border-bottom:1px solid #dbe3e4;background:#fff}.pda-service-bar>button{justify-self:start;padding:.55rem .7rem;border:0;border-radius:9px;color:var(--muted);background:#f1f5f5;cursor:pointer;font-weight:700}.pda-service-bar>div:nth-child(2){display:flex;align-items:center;justify-content:center;gap:.45rem}.pda-service-bar>div:nth-child(2) small{color:var(--muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.pda-service-bar .pda-guests-badge{display:inline-block;margin-left:.25rem;color:#087a7c;font-size:.78rem;font-weight:900;vertical-align:baseline}.pda-service-bar>div:nth-child(2) strong{font-size:1rem}.pda-service-bar .pda-table-actions{justify-self:end;padding:0}.pda-service-layout{display:grid;min-height:0;flex:1;grid-template-columns:minmax(19rem,34%) minmax(0,1fr);gap:.75rem;padding:.75rem}.pda-ticket-panel,.pda-catalog-panel{display:flex;min-height:0;overflow:hidden;flex-direction:column;border:1px solid #d9e2e3;border-radius:14px;background:#fff;box-shadow:0 6px 20px #0c1b2a12}.pda-ticket-heading,.pda-catalog-heading{display:flex;min-height:4.4rem;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid #e4eaeb}.pda-ticket-heading div,.pda-catalog-heading{flex-direction:column;align-items:flex-start}.pda-ticket-heading small,.pda-catalog-heading small{color:var(--turquoise);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pda-ticket-heading h2,.pda-catalog-heading h2{margin:.2rem 0 0;color:var(--night);font-size:1.05rem}.pda-ticket-heading>strong{padding:.35rem .55rem;border-radius:999px;color:#286d70;background:var(--turquoise-soft);font-size:.68rem}.pda-ticket-panel .pda-order-lines{min-height:0;max-height:none;flex:1;overflow-y:auto;padding:.5rem 1rem}.pda-empty-ticket{display:grid;min-height:100%;place-content:center;color:var(--muted);text-align:center}.pda-empty-ticket strong{color:var(--ink);font-size:.9rem}.pda-empty-ticket p{margin:.35rem 0 0;font-size:.72rem}.pda-catalog-panel .pda-catalog{min-height:0;flex:1;overflow-y:auto;padding:1rem;border:0}.pda-product-search{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem;padding:0 .8rem;border:1px solid #aebfc0;border-radius:9px;background:#fff;box-shadow:0 2px 7px #0c1b2a17}.pda-product-search:focus-within{border-color:#087a7c;box-shadow:0 0 0 3px #087a7c24}.pda-product-search>span{color:#47666a;font-size:1.25rem;line-height:1}.pda-product-search input{width:100%;min-width:0;height:2.8rem;padding:0;border:0;outline:0;color:#0c1b2a;background:transparent;font:inherit;font-size:.82rem;font-weight:650}.pda-product-search input::placeholder{color:#718287;font-weight:500}.pda-product-search input::-webkit-search-cancel-button{display:none}.pda-product-search button{width:2rem;height:2rem;flex:0 0 auto;border:0;border-radius:7px;color:#40565b;background:#edf2f2;cursor:pointer;font-size:1.1rem}.pda-search-summary{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;color:#0c1b2a}.pda-search-summary strong{font-size:.78rem}.pda-search-summary small{color:#536970;font-size:.62rem}.pda-catalog-panel .pda-choice-grid,.pda-catalog-panel .pda-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.pda-catalog-panel .pda-choice-grid button,.pda-catalog-panel .pda-product-grid button{min-height:clamp(7rem,18vh,10rem);padding:1rem;border-radius:14px}.pda-catalog-panel .pda-choice-grid strong,.pda-catalog-panel .pda-product-grid strong{font-size:clamp(.78rem,1.2vw,1rem)}.pda-catalog-panel .pda-catalog-title{margin-bottom:.85rem}.pda-ticket-panel .pda-order-footer{min-height:4.5rem}@media(max-width:900px){.pda-service-layout{grid-template-columns:1fr;grid-template-rows:minmax(13rem,36%) minmax(0,1fr)}.pda-catalog-panel .pda-choice-grid,.pda-catalog-panel .pda-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pda-catalog-panel .pda-choice-grid button,.pda-catalog-panel .pda-product-grid button{min-height:6.5rem}}@media(max-width:760px){#module-workspace:has(.pda-floor-screen),#module-workspace:has(.pda-order-screen){height:calc(100svh - 4rem)}.pda-floor-toolbar{min-height:3.4rem;align-items:stretch;flex-direction:column;gap:.35rem}.pda-floor-toolbar .pda-legend{width:auto;padding:0 .4rem .2rem}.pda-floor-canvas{align-items:start}.pda-floor-canvas .pda-floor-stage{width:100%;margin-top:.25rem;aspect-ratio:10 / 16}.pda-service-bar{min-height:3.8rem;grid-template-columns:auto 1fr}.pda-service-bar>button span{display:none}.pda-service-bar>div:nth-child(2){justify-self:start}.pda-service-bar .pda-table-actions{grid-column:1 / -1;justify-self:stretch}.pda-service-bar .pda-table-actions button{width:100%}.pda-service-layout{grid-template-rows:minmax(12rem,35%) minmax(0,1fr);gap:.45rem;padding:.45rem}.pda-ticket-heading,.pda-catalog-heading{min-height:3.5rem;padding:.65rem .8rem}.pda-ticket-panel .pda-order-lines{padding-inline:.75rem}.pda-catalog-panel .pda-catalog{padding:.7rem}.pda-catalog-panel .pda-choice-grid,.pda-catalog-panel .pda-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.pda-catalog-panel .pda-choice-grid button,.pda-catalog-panel .pda-product-grid button{min-height:5.5rem;padding:.7rem}}.module-screen:has(.pda-shell)>.app-bar{display:none}#module-workspace:has(.pda-shell){height:100svh}.pda-shell{display:grid;width:100%;height:100%;min-height:0;grid-template-rows:4.25rem minmax(0,1fr);overflow:hidden;background:#302724}.pda-banner{position:relative;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.55rem clamp(.75rem,2vw,1.5rem);border-bottom:1px solid #253744;color:#fff;background:var(--night);box-shadow:0 3px 14px #00000038}.pda-menu-wrap{position:relative;justify-self:start}.pda-menu-toggle{display:grid;width:2.8rem;height:2.8rem;place-content:center;gap:5px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#ffffff12;cursor:pointer}.pda-menu-toggle span{display:block;width:1.25rem;height:2px;border-radius:4px;background:#fff}.pda-menu-toggle:hover,.pda-menu-toggle[aria-expanded=true]{background:#ffffff24}.pda-menu{position:absolute;top:calc(100% + .55rem);left:0;width:min(18rem,calc(100vw - 1.5rem));padding:.45rem;border:1px solid #dce4e5;border-radius:12px;color:var(--ink);background:#fff;box-shadow:0 16px 38px #00000047}.pda-menu>button{display:grid;width:100%;grid-template-columns:2.2rem minmax(0,1fr);align-items:center;gap:.55rem;padding:.7rem;border:0;border-radius:9px;color:var(--ink);background:transparent;cursor:pointer;text-align:left}.pda-menu>button:hover{background:#edf5f4}.pda-menu>button>span{font-size:1.2rem}.pda-menu>button div{display:grid;gap:.12rem}.pda-menu>button strong{font-size:.78rem}.pda-menu>button small{color:var(--muted);font-size:.63rem}.pda-banner-brand{display:flex;align-items:center;gap:.55rem;justify-self:center}.pda-banner-brand>div,.pda-profile>div{display:grid;gap:.05rem}.pda-banner-brand strong{font-size:.82rem}.pda-banner-brand small{color:#aebcc4;font-size:.62rem;text-align:center}.pda-profile{display:flex;align-items:center;justify-self:end;gap:.55rem;padding:.25rem .45rem .25rem .25rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#fff;background:#ffffff0f}.pda-profile>span{display:grid;width:2.15rem;height:2.15rem;place-items:center;border-radius:50%;color:#174f52;background:#bde5e1;font-size:.68rem;font-weight:900}.pda-profile strong{max-width:10rem;overflow:hidden;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.pda-profile small{color:#aebcc4;font-size:.58rem}@media(max-width:760px){.pda-shell{grid-template-rows:3.75rem minmax(0,1fr)}.pda-banner{gap:.45rem;padding:.4rem .55rem}.pda-menu-toggle{width:2.6rem;height:2.6rem}.pda-banner-brand strong{font-size:.72rem}.pda-banner-brand small{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pda-profile{padding-right:.25rem}.pda-profile>div{display:none}.pda-profile>span{width:2.1rem;height:2.1rem}}.pda-order-screen{position:relative}.pda-service-layout{display:block;padding:.75rem}.pda-service-layout .pda-catalog-panel{width:100%;height:100%}.pda-service-actions{display:flex;align-items:center;justify-self:end;gap:.5rem}.pda-service-actions .pda-table-actions{padding:0}.pda-show-order{display:inline-flex;min-height:2.65rem;align-items:center;gap:.5rem;padding:.45rem .55rem .45rem .75rem;border:0;border-radius:9px;color:#fff;background:var(--turquoise);cursor:pointer;font-size:.7rem;font-weight:800}.pda-show-order strong{display:grid;min-width:1.55rem;height:1.55rem;place-items:center;padding:0 .3rem;border-radius:999px;color:#185759;background:#d9f1ef;font-size:.65rem}.pda-catalog-panel .pda-choice-grid,.pda-catalog-panel .pda-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pda-catalog-panel .pda-choice-grid button{min-height:clamp(11rem,28vh,15rem);align-items:center;justify-content:center;gap:.65rem;padding:1.25rem;text-align:center}.pda-catalog-panel .pda-choice-grid span{width:100%;text-align:center}.pda-catalog-panel .pda-choice-grid strong{width:100%;font-size:clamp(1rem,2vw,1.35rem);line-height:1.25;text-align:center}.pda-catalog-panel .pda-product-grid button{min-height:clamp(13rem,31vh,19rem);padding:1rem;border-color:#dfe5e6;color:var(--ink);background:#fff;box-shadow:0 4px 15px #0c1b2a12}.pda-catalog-panel .pda-product-grid button:nth-child(n){background:#fff}.pda-product-visual{display:grid;width:100%;min-height:0;flex:1;place-items:center;border-radius:12px;color:#7d858a;background:linear-gradient(145deg,#f8f9f9,#e9eded);font-size:clamp(2.2rem,7vw,4.8rem);font-weight:800;letter-spacing:-.06em}.pda-product-info{display:grid;width:100%;grid-template-columns:1fr auto;align-items:end;gap:.3rem .6rem;padding-top:.8rem}.pda-product-info .pda-product-destination{grid-column:1 / -1}.pda-product-info strong{align-self:center;font-size:clamp(.82rem,1.5vw,1.1rem)!important}.pda-product-info b{align-self:center;justify-self:end;color:#23686b;font-size:clamp(.8rem,1.3vw,1rem)}.pda-order-backdrop{position:absolute;inset:0;z-index:30;display:block;border:0;background:#0811187a;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.pda-order-backdrop.is-visible{opacity:1;visibility:visible}.pda-ticket-drawer{position:absolute;top:0;right:0;bottom:0;z-index:40;width:min(28rem,88vw);min-height:0;max-height:none;border-radius:14px 0 0 14px;transform:translate(105%);transition:transform .2s ease}.pda-ticket-drawer.is-open{transform:translate(0)}.pda-ticket-drawer .pda-ticket-heading>div:last-child{display:flex;align-items:center;gap:.5rem}.pda-ticket-drawer .pda-ticket-heading>div:last-child>button{display:grid;width:2rem;height:2rem;place-items:center;border:1px solid #dce4e5;border-radius:8px;color:var(--muted);background:#f7f9f9;cursor:pointer;font-size:1.1rem}.pda-guests-screen{position:relative;display:grid;min-height:0;place-items:center;padding:1rem;background:#e8eeee}.pda-guests-back{position:absolute;top:1rem;left:1rem;min-height:2.7rem;padding:.55rem .8rem;border:1px solid #c7d3d4;border-radius:9px;color:#334c51;background:#fff;cursor:pointer;font-weight:750}.pda-guests-card{display:grid;width:min(30rem,100%);gap:1rem;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #c7d3d4;border-radius:18px;background:#fff;box-shadow:0 12px 35px #0c1b2a24;text-align:center}.pda-guests-icon{display:grid;width:4rem;height:4rem;place-items:center;justify-self:center;border-radius:50%;color:#087a7c;background:#d9efec;font-size:2rem}.pda-guests-card h1{margin:.25rem 0 .4rem;color:#0c1b2a;font-size:clamp(1.45rem,3vw,2rem)}.pda-guests-card>div>p:last-child{margin:0;color:var(--muted);font-size:.82rem}.pda-guests-card>label{color:#334c51;font-size:.72rem;font-weight:800}.pda-guests-input{display:grid;grid-template-columns:3.4rem minmax(0,1fr) 3.4rem;gap:.6rem}.pda-guests-input button{border:1px solid #9eb5b6;border-radius:10px;color:#0b696b;background:#edf7f5;cursor:pointer;font-size:1.5rem;font-weight:800}.pda-guests-input input{width:100%;min-width:0;height:3.6rem;padding:.4rem;border:2px solid #87aaa9;border-radius:10px;outline:0;color:#0c1b2a;background:#fff;font:inherit;font-size:1.45rem;font-weight:900;text-align:center}.pda-guests-input input:focus{border-color:#087a7c;box-shadow:0 0 0 3px #087a7c24}.pda-guests-card>.primary-action{min-height:3.3rem;font-size:.86rem}.pda-guests-card .form-error:empty{display:none}@media(max-width:760px){.pda-service-bar{grid-template-columns:auto minmax(0,1fr) auto}.pda-service-bar .pda-service-actions{grid-column:auto;justify-self:end}.pda-service-actions .pda-table-actions button{padding:.42rem .5rem;font-size:.6rem}.pda-show-order span{display:none}.pda-show-order{min-height:2.45rem;padding:.35rem;background:transparent}.pda-show-order:before{color:var(--turquoise);content:"Comanda";font-size:.62rem}.pda-service-layout{padding:.4rem}.pda-catalog-panel .pda-catalog{padding:.55rem}.pda-product-search{margin-bottom:.55rem}.pda-product-search input{height:2.55rem;font-size:.76rem}.pda-catalog-panel .pda-product-grid{gap:.55rem}.pda-catalog-panel .pda-product-grid button{min-height:12.5rem;padding:.65rem;border-radius:11px}.pda-catalog-panel .pda-choice-grid button{min-height:10.5rem;padding:.85rem}.pda-catalog-panel .pda-choice-grid strong{font-size:1rem}.pda-product-visual{border-radius:9px;font-size:clamp(2rem,12vw,3.5rem)}.pda-product-info{gap:.2rem .4rem;padding-top:.55rem}.pda-product-info strong{font-size:.76rem!important}.pda-product-info b{font-size:.72rem}.pda-ticket-drawer{width:min(25rem,94vw)}.pda-guests-screen{align-items:start;padding:5rem .75rem 1rem}.pda-guests-back{top:.75rem;left:.75rem}.pda-guests-card{gap:.8rem;padding:1.35rem 1rem}}.pda-order-screen,.pda-service-layout{background:#e8eeee}.pda-service-layout .pda-catalog-panel{border-color:#c7d3d4;background:#f7f9f8;box-shadow:0 5px 16px #0c1b2a1c}.pda-catalog-panel .pda-catalog-heading{border-bottom-color:#d1dcdd;background:#fff}.pda-catalog-panel .pda-catalog-heading small{color:#087a7c}.pda-catalog-panel .pda-catalog-heading h2{color:#0c1b2a}.pda-catalog-panel .pda-catalog{background:#f7f9f8}.pda-catalog-panel .pda-choice-grid button,.pda-catalog-panel .pda-choice-grid button:nth-child(3n+2),.pda-catalog-panel .pda-choice-grid button:nth-child(3n){border-color:#a8cac7;border-radius:5px;color:#0c1b2a;background:#d6ebe8;box-shadow:0 2px 6px #0c1b2a1f}.pda-catalog-panel .pda-choice-grid button:hover{border-color:#5faaa5;background:#c8e3df;box-shadow:0 4px 11px #0c1b2a26;transform:translateY(-1px)}.pda-catalog-panel .pda-choice-grid span{color:#1c6e6d;letter-spacing:.1em;font-weight:900}.pda-catalog-panel .pda-choice-grid strong{color:#0c1b2a;font-weight:800}.pda-catalog-panel .pda-product-grid button,.pda-catalog-panel .pda-product-grid button:nth-child(n){border-color:#bdcbcc;color:#0c1b2a;background:#fff;box-shadow:0 3px 10px #0c1b2a1f}.pda-product-visual{color:#225f61;background:#dcecea}.pda-product-info strong{color:#0c1b2a;font-weight:800}.pda-product-info b{color:#076f72;font-weight:900}.pda-product-info .pda-product-destination{color:#376f70;font-weight:900}.pda-catalog-panel .pda-catalog-title button{border-color:#b8c8c9;color:#0c1b2a;background:#fff}.pda-catalog-panel .pda-catalog-title small{color:#536970}.pda-catalog-panel .pda-catalog-title strong{color:#0c1b2a}@media(max-width:760px){.pda-order-screen .pda-service-layout{transition:padding-right .2s ease}.pda-order-screen.is-order-visible .pda-service-layout{padding-right:calc(58vw + .2rem)}.pda-order-screen.is-order-visible .pda-catalog-panel{border-radius:10px 0 0 10px}.pda-order-screen .pda-order-backdrop{display:none}.pda-order-screen .pda-ticket-drawer{top:3.8rem;bottom:auto;width:58vw;height:calc(100% - 3.8rem);min-height:0;overflow:hidden;border-left:2px solid #aebfc0;border-radius:0;box-shadow:-5px 0 16px #0c1b2a29}.pda-ticket-drawer .pda-ticket-heading{min-height:4.7rem;flex:0 0 auto;padding:.75rem .8rem}.pda-ticket-drawer .pda-ticket-heading small{font-size:.72rem}.pda-ticket-drawer .pda-ticket-heading h2{font-size:1.08rem}.pda-ticket-drawer .pda-ticket-heading>div:last-child{gap:.4rem}.pda-ticket-drawer .pda-ticket-heading>div:last-child>strong{font-size:.78rem}.pda-ticket-drawer .pda-ticket-heading>div:last-child>button{width:2.6rem;height:2.6rem;font-size:1.35rem}.pda-ticket-drawer .pda-order-lines{height:0;min-height:0;align-content:start;flex:1 1 0;gap:.55rem;padding:.65rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#f3f7f7}.pda-ticket-drawer .pda-order-line{min-height:5.5rem;gap:.55rem;padding:.8rem;border:1px solid #d7e1e2;border-radius:9px;background:#fff;box-shadow:0 2px 5px #0c1b2a0f}.pda-ticket-drawer .pda-order-line strong{font-size:.88rem;line-height:1.25}.pda-ticket-drawer .pda-order-line small{font-size:.68rem;line-height:1.3}.pda-ticket-drawer .pda-line-controls{grid-template-columns:1.75rem 1.2rem 1.75rem minmax(3.2rem,1fr) 1.75rem;gap:.18rem}.pda-ticket-drawer .pda-line-controls button{width:1.75rem;height:1.75rem;padding:0;font-size:.9rem}.pda-ticket-drawer .pda-line-controls b{font-size:.86rem}.pda-ticket-drawer .pda-line-controls span{font-size:.8rem}.pda-ticket-drawer .pda-order-footer{grid-template-columns:1fr;flex:0 0 auto;gap:.5rem;padding:.7rem}.pda-ticket-drawer .pda-order-footer div{display:flex;align-items:center;justify-content:space-between}.pda-ticket-drawer .pda-order-footer span{font-size:.72rem}.pda-ticket-drawer .pda-order-footer strong{font-size:1.25rem}.pda-ticket-drawer .pda-order-footer button{min-height:3.1rem;font-size:.84rem}.pda-order-screen.is-order-visible .pda-catalog-panel .pda-choice-grid,.pda-order-screen.is-order-visible .pda-catalog-panel .pda-product-grid{grid-template-columns:1fr}.pda-order-screen.is-order-visible .pda-catalog-panel .pda-choice-grid button{min-height:7.5rem}.pda-order-screen.is-order-visible .pda-catalog-panel .pda-product-grid button{min-height:10rem}}.pda-product-backdrop{z-index:60}@media(max-width:760px){.pda-product-backdrop.is-split{top:7.55rem;right:auto;bottom:0;left:0;width:50vw;padding:.35rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pda-product-backdrop.is-split .pda-product-modal{width:100%;max-height:calc(100svh - 8.25rem);border-radius:10px}.pda-product-backdrop.is-split .user-modal__header{padding:.8rem .75rem .55rem}.pda-product-backdrop.is-split .user-modal__header .eyebrow{font-size:.6rem}.pda-product-backdrop.is-split .user-modal h2{font-size:1rem;line-height:1.2}.pda-product-backdrop.is-split .modal-intro{margin-top:.25rem;font-size:.65rem}.pda-product-backdrop.is-split .modal-close{padding:.15rem;font-size:1rem}.pda-product-backdrop.is-split .user-form{gap:.65rem;padding:.35rem .75rem .75rem}.pda-product-backdrop.is-split .user-form label{font-size:.68rem}.pda-product-backdrop.is-split .pda-modal-quantity{grid-template-columns:2rem minmax(0,1fr) 2rem;gap:.25rem}.pda-product-backdrop.is-split .pda-modal-quantity button{min-width:0;padding:0}.pda-product-backdrop.is-split .pda-modal-quantity input{min-width:0;padding:.58rem .2rem}.pda-product-backdrop.is-split textarea{min-height:4.2rem;padding:.6rem;font-size:.7rem}.pda-product-backdrop.is-split .modal-actions{gap:.4rem}.pda-product-backdrop.is-split .modal-actions button{min-width:0;padding:.62rem .4rem;overflow:hidden;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}}.pda-order-line.is-sent{border-color:#e3b84f;border-left:4px solid #c58b08;background:#fff3c4}.pda-line-controls--locked{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;color:#5b6c72}.pda-line-controls--locked b{padding:.25rem .45rem;border-radius:6px;color:#33464e;background:#e8eeee;font-size:.68rem}.pda-line-controls--locked span{justify-self:end;color:var(--ink);font-size:.72rem;font-weight:800}.pda-line-controls--locked i{font-size:.66rem;font-style:normal;filter:grayscale(1);opacity:.65}@media(max-width:760px){.pda-ticket-drawer .pda-line-controls--locked{grid-template-columns:auto 1fr auto;gap:.65rem}.pda-ticket-drawer .pda-line-controls--locked b{padding:.45rem .6rem;font-size:.82rem}.pda-ticket-drawer .pda-line-controls--locked span{font-size:.82rem}.pda-ticket-drawer .pda-line-controls--locked i{font-size:.8rem}}.pda-establishment-heading{align-items:flex-start}.pda-establishment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pda-establishment-grid>button{display:flex;min-height:13rem;align-items:center;justify-content:center;flex-direction:column;gap:.65rem;padding:1.2rem;border:1px solid #d6e1e2;border-radius:14px;color:var(--night);background:#fff;box-shadow:0 7px 20px #0c1b2a14;cursor:pointer;text-align:center;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.pda-establishment-grid>button:hover{border-color:#73b9b5;box-shadow:0 11px 26px #0c1b2a21;transform:translateY(-3px)}.pda-establishment-grid>button.is-establishment{border-color:#79bbb7;background:#dff2f0;box-shadow:0 8px 22px #13888a29}.pda-establishment-grid>button.is-establishment:hover{border-color:#13888a;background:#d2ecea;box-shadow:0 12px 28px #13888a3b}.pda-establishment-grid>button.is-establishment .pda-establishment-icon{color:#fff;background:var(--turquoise)}.module-business-back{margin:0 0 1.2rem;padding:.55rem 0;border:0;color:#177779;background:transparent;cursor:pointer;font:inherit;font-size:.78rem;font-weight:750}.module-business-back:hover{color:var(--night)}.pda-establishment-icon{display:grid;width:4.5rem;height:4.5rem;place-items:center;border-radius:14px;color:#176a6c;background:var(--turquoise-soft);font-size:1.8rem}.pda-establishment-grid strong{max-width:100%;font-size:1rem;line-height:1.3}.pda-establishment-grid small{color:var(--muted);font-size:.7rem;font-weight:700}@media(max-width:760px){.pda-establishment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.pda-establishment-grid>button{min-height:10rem;padding:.8rem}.pda-establishment-icon{width:3.5rem;height:3.5rem}}.module-screen:has(.kds-shell)>.app-bar{display:none}#module-workspace:has(.kds-shell){width:100%;max-width:none;height:100svh;padding:0;overflow:hidden}.kds-shell{display:grid;height:100%;min-height:0;grid-template-rows:4.25rem minmax(0,1fr);color:var(--ink);background:#e9eeee}.kds-banner-actions{display:flex;align-items:center;justify-self:end;gap:.45rem}.kds-banner .pda-profile{display:none}.kds-printer-button{position:relative;display:grid;width:2.65rem;height:2.65rem;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;background:#ffffff12;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.kds-printer-button:hover{border-color:#8aded78c;background:#ffffff21;transform:translateY(-1px)}.kds-printer-button:focus-visible{outline:3px solid rgba(138,222,215,.45);outline-offset:2px}.kds-printer-button svg{width:1.3rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.kds-printer-state{position:absolute;top:.3rem;right:.3rem;width:.46rem;height:.46rem;border:1px solid var(--night);border-radius:50%;background:#e5a13b}.kds-printer-button.is-connected .kds-printer-state{background:#37c889}.kds-runner-settings .kds-printer-state{background:#7f8b90}.kds-runner-settings.is-enabled .kds-printer-state{background:#37c889}.kds-printer-modal{width:min(100%,31rem)}#kds-printer-modal{z-index:10000;isolation:isolate}#kds-printer-modal .kds-printer-modal{position:relative;z-index:1}.kds-printer-content{display:grid;gap:1rem;padding:.35rem 1.5rem 1.5rem}.kds-printer-status{display:flex;align-items:center;gap:.85rem;padding:1rem;border:1px solid #dfe7e8;border-radius:13px;background:#f7f9f9}.kds-printer-status__icon{display:grid;width:2.75rem;height:2.75rem;flex:0 0 auto;place-items:center;border-radius:10px;color:#6b7a80;background:#e7eded}.kds-printer-status__icon svg{width:1.35rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.kds-printer-status>div{display:grid;gap:.22rem}.kds-printer-status small{color:var(--muted);font-size:.65rem}.kds-printer-status strong{display:flex;align-items:center;gap:.4rem;color:#43535a;font-size:.82rem}.kds-printer-status strong i{width:.55rem;height:.55rem;border-radius:50%;background:#e5a13b;box-shadow:0 0 0 3px #e5a13b26}.kds-printer-status strong.is-connected i{background:#20a66f;box-shadow:0 0 0 3px #20a66f21}.kds-printer-fields{display:grid;gap:.7rem}.kds-printer-fields>div{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.kds-printer-fields label{display:grid;gap:.35rem;color:#43535a;font-size:.7rem;font-weight:800}.kds-printer-fields select{width:100%;padding:.72rem .75rem;border:1px solid #d9e1e3;border-radius:9px;color:var(--ink);background:#f9fbfb;font:inherit}.kds-printer-fields select:focus{border-color:var(--turquoise);outline:3px solid rgba(19,136,138,.12)}.kds-printer-actions{display:flex;flex-wrap:wrap;gap:.65rem}.kds-printer-actions button{min-height:2.65rem}.kds-printer-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #dfe7e8;border-radius:13px;background:#fff;cursor:pointer}.kds-printer-toggle:has(input:disabled){opacity:.65;cursor:not-allowed}.kds-printer-toggle>span{display:grid;gap:.25rem}.kds-printer-toggle strong{color:#536168;font-size:.82rem}.kds-printer-toggle small{color:#879398;font-size:.68rem;line-height:1.35}.kds-printer-toggle input{position:absolute;opacity:0;pointer-events:none}.kds-printer-toggle>i{position:relative;width:2.55rem;height:1.4rem;flex:0 0 auto;border-radius:999px;background:#d8dfe1}.kds-printer-toggle>i:after{position:absolute;top:.2rem;left:.2rem;width:1rem;height:1rem;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;content:""}.kds-printer-toggle:has(input:checked)>i{background:#13888a}.kds-printer-toggle:has(input:checked)>i:after{transform:translate(1.15rem)}.kds-printer-notice{padding:.9rem 1rem;border-left:3px solid #e5a13b;border-radius:3px 10px 10px 3px;color:#62491f;background:#fff6df}.kds-printer-notice strong{font-size:.75rem}.kds-printer-notice p{margin:.35rem 0 0;font-size:.69rem;line-height:1.5}.kds-workspace{display:flex;min-height:0;flex-direction:column;overflow:hidden}.kds-heading{display:flex;min-height:4.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1rem;border-bottom:1px solid #cfd9da;background:#fff}.kds-heading p{margin:0 0 .15rem;color:#087a7c;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.kds-heading h1{margin:0;color:var(--night);font-size:clamp(1.05rem,2vw,1.45rem);letter-spacing:-.025em}.kds-heading>strong{padding:.45rem .7rem;border-radius:7px;color:#176465;background:#d8edeb;font-size:.7rem}.kds-heading-status{display:flex;align-items:center;gap:.55rem}.kds-heading-status>strong{padding:.45rem .7rem;border-radius:7px;color:#176465;background:#d8edeb;font-size:.7rem}.kds-live-status{display:inline-flex;align-items:center;gap:.3rem;color:#18715e;font-size:.62rem;font-weight:800}.kds-live-status i{width:.55rem;height:.55rem;border-radius:50%;background:#20a66f;box-shadow:0 0 0 3px #20a66f21}.kds-live-status.is-reconnecting{color:#a56300}.kds-live-status.is-reconnecting i{background:#e5a13b;box-shadow:0 0 0 3px #e5a13b26}.kds-grid{display:grid;min-height:0;flex:1;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));grid-auto-rows:minmax(20rem,1fr);gap:4px;padding:4px;overflow:auto;background:#253039}.kds-ticket{display:flex;min-width:0;min-height:20rem;overflow:hidden;flex-direction:column;border:1px solid #aeb9ba;border-radius:2px;background:#fff;box-shadow:0 2px 6px #0000002e}.kds-ticket>header{display:grid;min-height:4rem;grid-template-columns:minmax(0,1fr) 4rem;color:#2b261d;background:#f5df70}.kds-ticket>header>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 .45rem;padding:.45rem .6rem}.kds-ticket>header small{align-self:end;font-size:.55rem;font-weight:800;text-transform:uppercase}.kds-ticket>header strong{grid-row:1 / 3;font-size:1.55rem;line-height:1}.kds-ticket>header div span{grid-column:2;align-self:start;font-size:.58rem;font-weight:700}.kds-ticket>header button{display:grid;place-content:center;gap:.1rem;border:0;border-left:1px solid rgba(255,255,255,.35);color:#fff;background:#eb6a3a;cursor:pointer}.kds-ticket>header button:hover{background:#d9582b}.kds-ticket>header button:disabled{opacity:.55}.kds-ticket>header button span{font-size:1.25rem}.kds-ticket>header button small{color:inherit;font-size:.55rem}.kds-ticket-meta{display:flex;align-items:center;justify-content:space-between;padding:.35rem .6rem;border-bottom:1px solid #dbe2e3;color:#596970;background:#f5f7f7;font-size:.62rem}.kds-ticket-meta strong{color:#24706e;font-size:.75rem;font-variant-numeric:tabular-nums}.kds-ticket--warning .kds-ticket-meta strong{color:#a36100}.kds-ticket--critical .kds-ticket-meta strong{color:#c5362b}.kds-ticket--warning>header{background:#f5c85b}.kds-ticket--critical>header{background:#f2a25a}.kds-ticket-items{min-height:0;overflow-y:auto;flex:1;padding:.25rem 0}.kds-ticket-items h3{margin:.15rem 0 0;padding:.28rem .55rem;border-bottom:1px solid #e8d79a;color:#d06e2c;background:#fff8dc;font-size:.6rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.kds-ticket-items>div{display:grid;grid-template-columns:2rem minmax(0,1fr) 2.25rem;align-items:center;gap:.35rem;padding:.43rem .55rem;border-bottom:1px solid #edf0f0;transition:background .15s ease,opacity .15s ease}.kds-ticket-items>div>b{color:#10787a;font-size:.88rem;text-align:center}.kds-ticket-items>div>span{display:grid;gap:.15rem}.kds-ticket-items strong{color:#172733;font-size:.76rem;line-height:1.25}.kds-ticket-items small{padding:.25rem .35rem;border-left:3px solid #e5a13b;color:#62491f;background:#fff6df;font-size:.62rem;line-height:1.3}.kds-ticket-item>input[type=checkbox]{width:1.35rem;height:1.35rem;justify-self:end;margin:0 .25rem 0 0;accent-color:#16836f;cursor:pointer}.kds-ticket-item>input[type=checkbox]:disabled{opacity:.5;cursor:wait}.kds-ticket-item.is-completed{opacity:.58;background:#edf5f3}.kds-ticket-item.is-completed>b,.kds-ticket-item.is-completed strong{color:#52706e}.kds-ticket-item.is-completed strong{text-decoration:line-through}.runner-ticket>header{background:#bcd8f5}.runner-ticket>header button{background:#446fa9}.runner-ticket>header button:hover{background:#365d91}.runner-shell .kds-ticket-item>input[type=checkbox]{accent-color:#446fa9}.kds-empty{grid-column:1 / -1;display:grid;min-height:18rem;place-content:center;color:#aebbc0;text-align:center}.kds-empty span{font-size:2.5rem}.kds-empty strong{margin-top:.5rem;color:#fff;font-size:1.1rem}.kds-empty p{margin:.35rem 0 0;font-size:.72rem}.kds-history{flex:0 0 13rem;min-height:0;border-top:4px solid #253039;background:#f4f7f7}.kds-history.has-expanded-ticket{flex-basis:min(28rem,55vh)}.kds-history>header{display:flex;min-height:3rem;align-items:center;justify-content:space-between;padding:.4rem .8rem;border-bottom:1px solid #d4dede;background:#fff}.kds-history>header div{display:grid}.kds-history>header small{color:#087a7c;font-size:.53rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.kds-history>header h2{margin:.1rem 0 0;color:var(--night);font-size:.82rem}.kds-history>header>button{display:flex;align-items:center;gap:.45rem;padding:.25rem .55rem .25rem .25rem;border:0;border-radius:999px;color:#176465;background:#d8edeb;cursor:pointer}.kds-history>header>button:hover{background:#c5e5e2}.kds-history>header>button span{display:grid;min-width:1.7rem;height:1.7rem;place-items:center;border-radius:999px;color:#fff;background:#247b76;font-size:.65rem;font-weight:800}.kds-history>header>button small{color:inherit;font-size:.58rem;font-weight:800}.kds-history-track{display:flex;height:calc(100% - 3rem);gap:.45rem;padding:.45rem;overflow-x:auto;overflow-y:hidden}.kds-history-card{display:flex;width:16rem;min-width:16rem;overflow:hidden;flex-direction:column;border:1px solid #c9d3d4;border-radius:4px;background:#fff;box-shadow:0 2px 6px #0c1b2a14;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.kds-history-card:hover{transform:translateY(-2px);box-shadow:0 5px 14px #0c1b2a2e}.kds-history-card:focus-visible{outline:3px solid #5bd0c7;outline-offset:2px}.kds-history-card>header{display:flex;align-items:center;justify-content:space-between;padding:.35rem .5rem;color:#fff;background:#247b76}.kds-history-card>header div{display:flex;align-items:baseline;gap:.35rem}.kds-history-card>header small{font-size:.5rem;text-transform:uppercase}.kds-history-card>header strong{font-size:1rem}.kds-history-card>header div>b{padding-left:.15rem;font-size:.62rem}.kds-history-card>header>span{font-size:.58rem;font-weight:800}.kds-history-card>header>button{display:none;width:3rem;align-self:stretch;border:0;border-left:1px solid rgba(255,255,255,.25);color:#fff;background:#0000001f;font-size:1.35rem;cursor:pointer}.kds-history-items{display:flex;min-height:0;overflow-y:auto;flex:1;flex-direction:column;padding:.25rem .45rem}.kds-history-items>span{display:grid;grid-template-columns:1.25rem minmax(0,1fr);gap:.2rem;padding:.18rem 0;color:#273842;font-size:.6rem}.kds-history-items>span>span{display:grid;gap:.25rem}.kds-history-items strong{font-weight:500}.kds-history-items small{display:none}.kds-history-items b{color:#087a7c;text-align:center}.kds-history-card footer{display:flex;align-items:center;justify-content:space-between;padding:.3rem .45rem;border-top:1px solid #e1e7e7;color:#617178;background:#f7f9f9;font-size:.53rem}.kds-history-card footer strong{color:#315f60;font-size:.58rem}.kds-history-empty{align-self:center;margin:auto;color:var(--muted);font-size:.68rem}.kds-history-card.is-expanded{width:min(38rem,calc(100vw - 1rem));min-width:min(38rem,calc(100vw - 1rem));cursor:default;box-shadow:0 7px 22px #0c1b2a38}.kds-history-card.is-expanded:hover{transform:none}.kds-history-card.is-expanded>header{min-height:4.5rem;padding:0 0 0 1rem}.kds-history-card.is-expanded>header div{flex:1;gap:.65rem}.kds-history-card.is-expanded>header small{font-size:.65rem}.kds-history-card.is-expanded>header strong{font-size:1.8rem}.kds-history-card.is-expanded>header div>b{font-size:.78rem}.kds-history-card.is-expanded>header>span{font-size:.72rem}.kds-history-card.is-expanded>header>button{display:block}.kds-history-card.is-expanded .kds-history-items{padding:.45rem .8rem}.kds-history-card.is-expanded .kds-history-items>span{grid-template-columns:2.5rem minmax(0,1fr);padding:.55rem 0;border-bottom:1px solid #e5ebeb;font-size:1rem}.kds-history-card.is-expanded .kds-history-items>span.is-selectable{grid-template-columns:1.75rem 2.5rem minmax(0,1fr);align-items:center}.kds-history-items input[type=checkbox]{width:1.25rem;height:1.25rem;margin:0;accent-color:#13888a;cursor:pointer}.kds-history-card.is-expanded .kds-history-items>span>b{font-size:1.05rem}.kds-history-card.is-expanded .kds-history-items strong{color:#172733;font-size:1rem;font-weight:700}.kds-history-card.is-expanded .kds-history-items small{display:block;padding:.3rem .45rem;border-left:3px solid #e5a13b;color:#62491f;background:#fff6df;font-size:.75rem}.kds-history-reopen{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .8rem;border-top:1px solid #dce5e5;background:#eef7f6}.kds-history-reopen>span{color:#52666b;font-size:.65rem;line-height:1.3}.kds-history-reopen>button{display:inline-flex;min-height:2.25rem;align-items:center;gap:.5rem;padding:.4rem .55rem .4rem .75rem;border:0;border-radius:7px;color:#fff;background:#13888a;font:inherit;font-size:.68rem;font-weight:800;white-space:nowrap;cursor:pointer}.kds-history-reopen>button:hover{background:#0d7274}.kds-history-reopen>button:disabled{opacity:.5;cursor:not-allowed}.kds-history-reopen>button b{display:grid;min-width:1.35rem;height:1.35rem;place-items:center;border-radius:999px;background:#fff3;font-size:.62rem}.kds-history-card.is-expanded footer{padding:.6rem .8rem;font-size:.7rem}.kds-history-card.is-expanded footer strong{font-size:.78rem}.kds-daily-history-dialog{width:min(88rem,calc(100vw - 2rem))}.kds-daily-history-list{display:grid;max-height:min(72vh,50rem);grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:16rem;gap:.7rem;overflow-y:auto;padding:.25rem}.kds-daily-ticket{display:flex;min-height:0;overflow:hidden;flex-direction:column;border:1px solid #b9c7c8;border-radius:5px;background:#fff;box-shadow:0 3px 10px #0c1b2a1f}.kds-daily-ticket>header{display:flex;min-height:4.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;color:#fff;background:#247b76}.kds-daily-ticket>header>div{display:flex;align-items:baseline;gap:.65rem}.kds-daily-ticket>header small{font-size:.65rem;font-weight:800;text-transform:uppercase}.kds-daily-ticket>header strong{font-size:1.8rem;line-height:1}.kds-daily-ticket>header span{font-size:.78rem;font-weight:800}.kds-daily-ticket>header>b{font-size:.72rem;white-space:nowrap}.kds-daily-ticket-items{min-height:8rem;overflow-y:auto;flex:1;padding:.45rem .8rem}.kds-daily-ticket-items>div{display:grid;grid-template-columns:2.5rem minmax(0,1fr);gap:.35rem;padding:.6rem 0;border-bottom:1px solid #e3e9e9}.kds-daily-ticket-items>div>b{color:#087a7c;font-size:1.05rem;text-align:center}.kds-daily-ticket-items>div>span{display:grid;gap:.3rem}.kds-daily-ticket-items strong{color:#172733;font-size:1rem}.kds-daily-ticket-items small{padding:.3rem .45rem;border-left:3px solid #e5a13b;color:#62491f;background:#fff6df;font-size:.75rem}.kds-daily-ticket-items>p{color:var(--muted);text-align:center}.kds-daily-ticket>footer{display:flex;align-items:center;justify-content:space-between;padding:.65rem .8rem;border-top:1px solid #dbe2e3;color:#607178;background:#f4f7f7;font-size:.7rem}.kds-daily-ticket>footer strong{color:#315f60;font-size:.78rem}@media(max-width:1050px){.kds-daily-history-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.kds-daily-history-list{grid-template-columns:1fr}.kds-daily-ticket{min-height:15rem}.kds-daily-ticket>header>div{flex-wrap:wrap}}.role-list{display:grid}.role-row{display:grid;grid-template-columns:minmax(12rem,1fr) minmax(18rem,2fr) auto;align-items:center;gap:1rem;padding:1rem 1.2rem;border-top:1px solid #e4eaeb}.role-row:first-child{border-top:0}.role-row>div:first-child{display:grid;gap:.3rem}.role-row>div:first-child strong{color:var(--night)}.role-row>div:first-child small{color:var(--muted)}.protected-role-badge{display:inline-flex;margin-left:.4rem;padding:.15rem .4rem;border-radius:999px;color:#176465;background:#d8edeb;font-size:.58rem;vertical-align:middle}.role-editor-modal{width:min(46rem,calc(100vw - 2rem))}.role-permission-list{display:grid;max-height:52vh;gap:.75rem;overflow:auto;padding-right:.2rem}.role-permission-module{margin:0;padding:.85rem 1rem;border:1px solid #d9e2e3;border-radius:12px;background:#fafcfc}.role-permission-module legend{padding:0 .3rem;color:var(--night);font-weight:800}.role-permission-module label{display:flex;align-items:center;gap:.55rem;cursor:pointer}.role-permission-module>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;padding-top:.55rem;color:#536168;font-size:.78rem}.role-permission-module input{accent-color:var(--turquoise)}@media(max-width:760px){.kds-shell{grid-template-rows:3.75rem minmax(0,1fr)}.kds-heading{min-height:4rem}.kds-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(18rem,1fr)}.kds-ticket{min-height:18rem}.kds-ticket>header{grid-template-columns:minmax(0,1fr) 3.2rem}.kds-ticket>header strong{font-size:1.2rem}.kds-printer-button{width:2.45rem;height:2.45rem}.kds-printer-content{padding:.25rem 1rem 1rem}}@media(max-width:480px){.kds-grid{grid-template-columns:1fr;grid-auto-rows:minmax(18rem,auto)}.kds-ticket{min-height:18rem}.role-row{grid-template-columns:1fr auto}.role-row .user-modules{grid-column:1 / -1}.role-permission-module>div{grid-template-columns:1fr}}
