:root{font-family:Arial,Helvetica,sans-serif;color:var(--pos-ink);background:var(--pos-canvas);font-size:18px;--pos-navy:#123b5d;--pos-navy-deep:#082f4a;--pos-navy-light:#eaf2f7;--pos-blue:#0878c9;--pos-blue-hover:#0768ad;--pos-orange:#ef8b11;--pos-orange-hover:#d97808;--pos-green:#177a45;--pos-green-soft:#e3f3e9;--pos-warning:#8a5300;--pos-warning-soft:#fff3df;--pos-red:#a92c2c;--pos-red-soft:#ffe6e6;--pos-ink:#15202b;--pos-muted:#526675;--pos-canvas:#eef3f7;--pos-surface:#fff;--pos-surface-muted:#f6f9fb;--pos-border:#b8cbd9;--pos-border-strong:#7893a5;--pos-border-soft:#d8e3eb;--pos-input-border:#7893a5;--pos-focus:#0878c9;--pos-radius-sm:8px;--pos-radius:10px;--pos-radius-panel:14px;--pos-gap:.75rem;--pos-panel-padding:1rem;--pos-control-height:56px;--pos-control-height-compact:48px;--pos-shadow:0 4px 14px #123b5d14}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:var(--pos-canvas);color:var(--pos-ink)}
header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:var(--pos-navy);color:#fff}
h1{margin:.2rem 0}
h2,h3,legend{color:var(--pos-navy)}
header p{margin:.2rem 0;color:#d9ebf6}
nav{display:flex;gap:.75rem;align-items:center}
nav form{margin:0}
.employee-header-left{display:flex;align-items:center;gap:.8rem;min-width:0}
.employee-title-block{display:grid;gap:.1rem;min-width:0}
.employee-title-row{display:flex;align-items:center;gap:.7rem;min-width:0}
.employee-title-row h1{min-width:0}
.employee-subtitle{color:#c9dfed;font-size:1.05rem;font-weight:800}
.language-cycle{flex:none;min-width:76px;padding:.45rem .7rem;white-space:nowrap}
.employee-back{flex:none}
main{max-width:1200px;margin:0 auto;padding:1.5rem}
.touch,.tile,button,input{min-height:var(--pos-control-height);font-size:1rem;border-radius:var(--pos-radius)}
.touch{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.1rem;border:2px solid var(--pos-border-soft);background:var(--pos-surface);color:var(--pos-navy);text-decoration:none;font-weight:700;cursor:pointer}
.touch.small{min-height:var(--pos-control-height-compact)}
.primary{background:var(--pos-blue)!important;color:#fff!important;border-color:var(--pos-blue)!important}
.primary:hover:not(:disabled){background:var(--pos-blue-hover)!important;border-color:var(--pos-blue-hover)!important}
.success{background:var(--pos-green);color:#fff;border-color:var(--pos-green)}
.warning{border-color:var(--pos-orange);background:var(--pos-warning-soft);color:var(--pos-warning)}
.danger{border-color:var(--pos-red);color:#861f1f}
.touch:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid var(--pos-focus);outline-offset:3px}
.touch:active,button:active{transform:translateY(1px)}
button:disabled,.touch[aria-disabled=true],input:disabled{opacity:1;background:#e4eaee;color:#50616d;border-color:#bdcbd4;cursor:not-allowed}
.pos-panel,.display-card,fieldset{border:2px solid var(--pos-border);border-radius:var(--pos-radius-panel);background:var(--pos-surface);box-shadow:var(--pos-shadow)}
fieldset{min-width:0;padding:var(--pos-panel-padding)}
legend{padding:0 .35rem;font-weight:800}
.pos-value,.money,.weight,.count{font-variant-numeric:tabular-nums}
.money,.weight{text-align:right}
.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}
.tile{min-height:150px;padding:1.25rem;border:2px solid var(--pos-border);background:var(--pos-surface);color:var(--pos-ink);text-align:left;text-decoration:none;display:flex;flex-direction:column;justify-content:center;gap:.7rem}
.tile strong{font-size:1.3rem}
.tile small{color:var(--pos-muted)}
.tile:disabled{opacity:1}
.status-strip{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:var(--pos-surface);border:2px solid var(--pos-border);border-radius:var(--pos-radius);margin-bottom:1.25rem}
.status-strip span{padding:.5rem}
.good{color:#126b37}
.login-page{display:grid;place-items:center;padding:1rem}
.login-card{width:min(480px,100%);margin:8vh auto;padding:2rem;border:2px solid var(--pos-border);background:var(--pos-surface);border-radius:var(--pos-radius-panel);box-shadow:var(--pos-shadow)}
.login-card form{display:grid;gap:1rem}
.login-card label{display:grid;gap:.35rem;font-weight:700}
.login-card input{width:100%;padding:.7rem;border:2px solid var(--pos-input-border)}
.muted{color:var(--pos-muted)}
.notice{padding:.8rem;border:2px solid #a9d2b9;border-radius:var(--pos-radius-sm);background:var(--pos-green-soft);margin:1rem 0}
.notice.error{border-color:#e2a4a4;background:var(--pos-red-soft);color:var(--pos-red)}
.status-list{display:grid;gap:.8rem}
.status-list div{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:2px solid var(--pos-border);background:var(--pos-surface);border-radius:var(--pos-radius)}
.status-list dt{font-weight:700}
.status-list dd{margin:0}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
@media(max-width:700px){header{align-items:stretch;flex-direction:column;padding:1rem}
.employee-header-left{align-items:flex-start;flex-wrap:wrap}
.employee-title-row{flex-wrap:wrap}
nav{flex-wrap:wrap}
.tile-grid{grid-template-columns:1fr}
main{padding:1rem}
}


button,select,textarea,a.touch{min-width:48px;min-height:48px}
select,textarea,input{padding:.75rem;border:2px solid #7893a5;background:#fff}
textarea{min-height:120px;width:100%;font-size:1rem}
.secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}
.secondary a{display:flex;min-height:72px;align-items:center;justify-content:center;padding:1rem;border:2px solid #8ba4b5;border-radius:12px;background:#fff;color:#123b5d;text-decoration:none;font-weight:800}
.demo-banner{text-align:center;padding:.7rem;background:#ffe08a;color:#4b3900;font-weight:900}
.touch-input-overlay{position:fixed;inset:0;z-index:1000;background:#071a28c9;display:grid;align-items:end;justify-items:center;padding:1rem;max-width:100vw;box-sizing:border-box}
.touch-input-overlay[hidden]{display:none}
.touch-input-panel{width:min(900px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);max-height:95vh;overflow:auto;background:#f7fafc;padding:1rem;border-radius:18px 18px 0 0;box-shadow:0 -10px 35px #0005;box-sizing:border-box}
.touch-input-panel *{box-sizing:border-box}
.touch-input-panel header,.touch-input-panel footer{background:transparent;color:#15202b;padding:.5rem;display:flex;gap:1rem}
.touch-input-panel header strong{font-size:1.4rem;flex:1}
.touch-input-panel output{display:block;min-height:64px;padding:1rem;margin:.5rem;border:3px solid #0878c9;border-radius:10px;background:#fff;font-size:1.5rem;overflow-wrap:anywhere}
.touch-keys{display:grid;grid-template-columns:repeat(10,1fr);gap:.45rem;padding:.5rem}
.touch-keys.phone,.touch-keys.decimal,.touch-keys.money,.touch-keys.integer{grid-template-columns:repeat(3,1fr);max-width:520px;margin:auto}
.touch-keys button,.touch-presets button{min-height:64px;font-size:1.25rem;font-weight:800}
.touch-keys .space{grid-column:span 5}
.touch-keys .wide{grid-column:span 2}
.touch-keys.inventory-text{display:flex;flex-direction:column;gap:.45rem;min-width:0}
.inventory-text-key-group{display:grid;gap:.45rem;min-width:0}
.inventory-text-digits{grid-template-columns:repeat(10,minmax(0,1fr))}
.inventory-text-letters{grid-template-columns:repeat(10,minmax(0,1fr))}
.inventory-text-controls{grid-template-columns:repeat(9,minmax(0,1fr))}
.touch-keys.inventory-text button{min-width:0}
.touch-presets>div{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin:.6rem}
.touch-presets strong{grid-column:1/-1}
.touch-input-panel footer button{flex:1;min-height:64px;font-weight:800}
.mode-tabs,.quick-presets,.toggle-grid{display:flex;flex-wrap:wrap;gap:.65rem;margin:.75rem 0}
.mode-tabs button,.quick-presets button,.toggle-grid label{min-height:56px;padding:.8rem 1rem;border:2px solid #8ba4b5;border-radius:10px;background:#fff;font-weight:800}
.customer-display{background:#071f33;color:#fff;display:grid;place-items:center;text-align:center;min-height:100vh}
.customer-display main{width:min(1000px,100%);font-size:1.5rem}
.customer-display h1{font-size:3rem}
.customer-display .display-card{padding:2rem;border-radius:20px;background:#fff;color:#15202b}
.customer-display button{min-height:80px;padding:1rem 2rem;font-size:1.4rem}
.offline{background:#ffe08a;color:#4b3900;padding:1rem;border-radius:10px}
@media(max-width:700px){.secondary{grid-template-columns:1fr}
.touch-keys{grid-template-columns:repeat(6,1fr)}
.touch-presets>div{grid-template-columns:repeat(2,1fr)}
}

.area-code-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;max-width:720px;margin:.75rem auto}
.area-code-shortcuts strong{grid-column:1/-1;text-align:left}
.area-code-shortcuts button{min-height:68px;font-size:1.35rem;font-weight:900}
.touch-keys.alphabetical,.touch-keys.identifier{grid-template-columns:repeat(9,1fr)}
.touch-keys.alphabetical .space,.touch-keys.identifier .space{grid-column:span 5}
@media(max-width:700px){.area-code-shortcuts{grid-template-columns:repeat(2,1fr)}
.touch-keys.alphabetical,.touch-keys.identifier{grid-template-columns:repeat(6,1fr)}
}

.phone-area-code-settings{margin-top:1rem}
.area-code-admin-form{grid-template-columns:repeat(4,minmax(140px,1fr));align-items:end}
.area-code-admin-form label{display:grid;grid-template-columns:1fr!important;align-items:stretch!important;gap:.35rem;font-weight:900}
.area-code-label{white-space:nowrap}
.area-code-admin-form input{width:100%;min-height:58px;font-size:1.3rem;text-align:center}
.area-code-admin-form button{grid-column:1/-1;justify-self:start;min-width:220px}
.custom-extra-charge-list{margin-top:1.25rem}
.custom-extra-charge-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.5fr) minmax(150px,.6fr) auto auto;gap:.75rem;align-items:end;padding:.75rem 0;border-top:1px solid #d8e3eb}
.custom-extra-charge-form label{display:grid!important;grid-template-columns:1fr!important;gap:.3rem!important;padding:0!important;border:0!important}
.custom-extra-charge-form .active-control{grid-template-columns:auto auto!important;align-items:center!important;justify-content:start}
.custom-extra-charge-form .active-control input{width:28px;height:28px}
.custom-extra-charge-add{margin-top:1rem}
.custom-extra-charge-add summary{display:inline-flex;list-style:none;cursor:pointer}
.custom-extra-charge-add[open] summary{margin-bottom:.75rem}
@media(max-width:900px){.custom-extra-charge-form{grid-template-columns:1fr 1fr}
.custom-extra-charge-form button{justify-self:start}
}
@media(max-width:760px){.area-code-admin-form{grid-template-columns:repeat(2,minmax(140px,1fr))}
}
@media(max-width:560px){.area-code-admin-form,.custom-extra-charge-form{grid-template-columns:1fr}
}

.touch-keys.password{display:flex;flex-direction:column;gap:.4rem}
.password-key-group{display:grid;gap:.4rem}
.password-letters{grid-template-columns:repeat(9,1fr)}
.password-digits{grid-template-columns:repeat(10,1fr)}
.password-symbols{grid-template-columns:repeat(11,1fr)}
.password-controls{grid-template-columns:repeat(3,1fr)}
.touch-keys.password button{min-height:56px}
.password-visibility-toggle{min-width:96px;font-weight:900;letter-spacing:.04em}
.login-card .password-visibility-toggle{width:100%;margin-top:.35rem}
@media(max-width:900px),(max-height:800px){.touch-input-panel{padding:.6rem}
.touch-input-panel output{min-height:52px;padding:.6rem;margin:.3rem}
.touch-keys.inventory-text,.inventory-text-key-group{gap:.3rem}
.touch-keys.inventory-text{padding:.3rem}
.touch-keys.inventory-text button{min-height:48px;font-size:1rem}
.touch-keys.password,.password-key-group{gap:.3rem}
.touch-keys.password{padding:.3rem}
.touch-keys.password button{min-height:48px;font-size:1rem}
.touch-input-panel header,.touch-input-panel footer{padding:.3rem}
.touch-input-panel footer button{min-height:52px}
}

.touch-keys.login-id,.touch-keys.hostname{display:flex;flex-direction:column;gap:.4rem}
.login-id-key-group{display:grid;gap:.4rem}
.login-id-letters{grid-template-columns:repeat(9,1fr)}
.login-id-digits{grid-template-columns:repeat(10,1fr)}
.login-id-punctuation{grid-template-columns:repeat(3,1fr)}
.login-id-controls{grid-template-columns:1fr}
.touch-keys.login-id button,.touch-keys.hostname button{min-height:56px}
@media(max-width:900px),(max-height:800px){.touch-keys.login-id,.touch-keys.hostname,.login-id-key-group{gap:.3rem}
.touch-keys.login-id,.touch-keys.hostname{padding:.3rem}
.touch-keys.login-id button,.touch-keys.hostname button{min-height:48px;font-size:1rem}
}

.pin-login{text-align:center;margin:1vh auto}
.pin-login h2{text-transform:uppercase}
.pin-display{text-align:center;font-size:2rem;letter-spacing:.7rem}
.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;max-width:380px;margin:auto}
.pin-pad button{min-height:72px;font-size:1.5rem;font-weight:900}
.pin-enter{width:100%;min-height:68px}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.touch-keys.pin{grid-template-columns:repeat(3,1fr);max-width:520px;margin:auto}
.touch-keys.pin button{min-height:72px;font-size:1.5rem;font-weight:900}
.touch-input-overlay.lookup-persistent{pointer-events:none;background:transparent}
.touch-input-overlay.lookup-persistent .touch-input-panel{pointer-events:auto;max-height:70vh}

.customer-lookup{--lookup-action-width:230px}
.lookup-mode-row,.customer-lookup .lookup{display:grid;grid-template-columns:minmax(0,1fr) var(--lookup-action-width);gap:.75rem;align-items:end}
.lookup-mode-row .mode-tabs{margin:0}
.lookup-mode-row .quick-add{width:100%;white-space:nowrap}
.customer-lookup .lookup input{width:100%;font-size:1.2rem}
.customer-lookup .lookup>button{width:100%;min-height:64px}
.customer-lookup-workspace{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}
.customer-lookup-results,.customer-lookup .embedded-touch-input{width:min(1100px,100%)}
.customer-lookup-results{display:grid;gap:.75rem;max-height:28vh;overflow:auto}
.quick-add{display:flex;align-items:center;justify-content:center;min-height:64px;padding:.75rem;border:2px solid #8ba4b5;border-radius:10px;background:#fff;color:#123b5d;text-decoration:none;font-weight:900;text-align:center}
.embedded-touch-input{padding:.75rem;border:2px solid #8ba4b5;border-radius:14px;background:#eef5f9}
.embedded-touch-presets{margin:0 auto .5rem}
.embedded-touch-keys{display:grid;gap:.4rem}
.embedded-touch-keys button{min-width:48px;min-height:52px;font-size:1.05rem;font-weight:900}
.embedded-touch-keys.phone{grid-template-columns:repeat(3,1fr);max-width:420px;margin:auto}
.embedded-touch-keys.alphabetical,.embedded-touch-keys.identifier{grid-template-columns:repeat(9,1fr)}
.embedded-touch-keys .wide{grid-column:span 3}
.embedded-search{width:100%;min-height:58px;margin-top:.55rem;font-size:1.15rem;font-weight:900}
@media(max-width:1000px){.customer-lookup-results{max-height:24vh}
.embedded-touch-keys button{min-height:48px}
.customer-lookup .area-code-shortcuts button{min-height:48px}
}
@media(max-width:760px){.customer-lookup{--lookup-action-width:190px}
.lookup-mode-row .mode-tabs{gap:.35rem}
.lookup-mode-row .quick-add{white-space:normal}
}
@media(min-width:1500px){.embedded-touch-keys button{min-height:64px;font-size:1.2rem}
}

.dropoff-lookup-header{display:grid;grid-template-columns:minmax(260px,1fr) minmax(260px,auto) minmax(120px,1fr);align-items:center;padding:.7rem 2rem}
.dropoff-lookup-title{display:flex;align-items:baseline;gap:1rem;min-width:0}
.dropoff-lookup-title h1{font-size:2rem}
.dropoff-lookup-title span{color:#c9dfed;font-size:1.15rem;font-weight:800}
.dropoff-header-add{justify-self:center;min-width:260px;min-height:58px}
.dropoff-lookup-header nav{justify-self:end}
.dropoff-customer-lookup .lookup-mode-row{grid-template-columns:minmax(0,1fr)}
@media(max-width:850px){.dropoff-lookup-header{grid-template-columns:minmax(0,1fr) auto;padding:.7rem 1rem}
.dropoff-header-add{grid-column:1/-1;grid-row:2;min-width:min(320px,100%)}
.dropoff-lookup-header nav{grid-column:2;grid-row:1}
}
@media(max-width:520px){.dropoff-lookup-header{grid-template-columns:minmax(0,1fr)}
.dropoff-lookup-title{align-items:flex-start;flex-direction:column;gap:0}
.dropoff-lookup-header nav{grid-column:1;grid-row:2;justify-self:stretch}
.dropoff-lookup-header nav .touch{width:100%}
.dropoff-header-add{grid-column:1;grid-row:3;width:100%}
}

.dropoff-customer-lookup{max-width:1500px}
.dropoff-selection-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(380px,1fr);gap:1rem;min-height:calc(100vh - 115px);align-items:stretch}
.dropoff-search-panel,.dropoff-customer-list-panel{min-width:0;padding:.75rem;border:2px solid #8ba4b5;border-radius:14px;background:#fff}
.dropoff-search-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:.65rem}
.dropoff-search-panel .mode-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}
.dropoff-search-panel .mode-tabs>*{width:100%;min-height:58px}
.live-lookup-input input{width:100%;min-height:64px;font-size:1.25rem}
.dropoff-search-panel .embedded-touch-input{align-self:stretch}
.dropoff-customer-list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:.6rem;max-height:calc(100vh - 115px)}
.dropoff-customer-list-panel h2{margin:.1rem 0;font-size:1.45rem}
.customer-list-content{display:grid;align-content:start;gap:.6rem;min-height:0;overflow-y:auto;padding:.15rem}
.customer-list-results{display:grid;align-content:start;gap:.55rem}
.customer-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.2rem .75rem;width:100%;min-height:78px;padding:.65rem .8rem;border:3px solid #8ba4b5;border-radius:11px;background:#f8fbfd;color:#123b5d;text-align:left;cursor:pointer}
.customer-list-row strong{align-self:end;font-size:1.1rem;text-transform:uppercase}
.customer-list-row span{grid-column:1;align-self:start;color:#526675}
.customer-list-row small{grid-column:2;grid-row:1/3;align-self:center;font-weight:900}
.customer-list-row[data-selected="true"]{border-color:#0878c9;background:#d9efff;box-shadow:inset 0 0 0 2px #fff}
.customer-list-row[data-selected="true"] small{color:#07588f}
.customer-list-row:focus-visible{outline:3px solid #f5a623;outline-offset:2px}
.customer-list-message{min-height:1.2rem;margin:0;color:#526675;font-size:.85rem;font-weight:700}
.customer-list-add{width:100%;min-height:62px;border-style:dashed;background:#eef7fc;text-transform:uppercase}
.customer-next{min-height:58px;font-size:1.2rem;font-weight:900}
.customer-next:disabled{border-color:#aab8c2!important;background:#dfe5e9!important;color:#667985!important;cursor:not-allowed;opacity:.8}
@media(max-width:900px){.dropoff-selection-grid{grid-template-columns:minmax(0,1fr);min-height:auto}
.dropoff-customer-list-panel{min-height:430px;max-height:70vh}
}
@media(max-width:600px){.dropoff-search-panel .mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
.customer-list-row{min-height:72px}
}

.admin-section{margin-top:1.5rem;padding:1rem;border:2px solid #b8cbd9;border-radius:12px;background:#fff}
.admin-section>h2{margin-top:0}
.admin-form{display:grid;gap:.65rem}
.admin-section .admin-form label{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);align-items:center;gap:1rem;padding:.55rem;border-bottom:1px solid #d8e3eb}
.admin-section .admin-form label span:first-child{display:grid;gap:.2rem}
.admin-section .admin-form label small{color:#526675}
.money-input{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.35rem;font-size:1.2rem;font-weight:900}
.money-input input{width:100%;text-align:right;font-weight:900}
@media(max-width:700px){.admin-section .admin-form label{grid-template-columns:1fr}
}

.quick-customer{display:grid;grid-template-rows:auto minmax(300px,1fr);gap:.75rem;min-height:calc(100vh - 110px)}
.quick-customer-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem .8rem;align-items:end}
.quick-field{display:grid;gap:.2rem}
.quick-field label,.language-touch legend{font-weight:900}
.quick-field label span{font-size:.8rem;color:#8b1e1e}
.quick-field input{width:100%;min-height:48px;font-size:1.05rem}
.quick-email{grid-column:span 2}
.field-error{min-height:1rem;color:#a20d0d;font-weight:800}
.language-touch{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;border:0;padding:0;margin:0}
.language-touch legend{grid-column:1/-1}
.language-touch label{position:relative}
.language-touch input{position:absolute;opacity:0}
.language-touch span{display:grid;place-items:center;min-height:48px;border:2px solid #7893a5;border-radius:8px;background:#fff;font-weight:900}
.language-touch input:checked+span{border-color:#0878c9;background:#d9efff;color:#07588f}
.create-customer{min-height:58px;font-size:1.15rem;font-weight:900}
.create-customer:disabled{opacity:.45}
.quick-customer-keyboard{align-self:stretch}
.embedded-touch-actions{display:grid;grid-template-columns:1fr 2fr;gap:.6rem;margin-top:.55rem}
.embedded-touch-actions button{min-height:58px;font-weight:900}
.embedded-touch-keys.email{grid-template-columns:repeat(10,1fr)}
.duplicate-warning{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
.duplicate-warning h2,.duplicate-warning p{grid-column:1/-1}
.duplicate-warning a{display:grid;gap:.2rem;padding:.75rem;text-decoration:none}
@media(max-width:1000px),(max-height:800px){.quick-customer{min-height:auto}
.quick-customer-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem .55rem}
.quick-field input,.language-touch span{min-height:44px;padding:.45rem}
.quick-customer-keyboard{padding:.5rem}
.quick-customer-keyboard .embedded-touch-keys button{min-height:48px}
.quick-customer-keyboard .area-code-shortcuts{margin:.25rem auto}
.quick-customer-keyboard .area-code-shortcuts button{min-height:48px}
.embedded-touch-actions{margin-top:.35rem}
.embedded-touch-actions button{min-height:48px}
}
@media(max-width:760px){.quick-customer-form{grid-template-columns:repeat(2,minmax(0,1fr))}
.embedded-touch-keys.email{grid-template-columns:repeat(6,1fr)}
}

.language-cycle{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:2px solid #d8e3eb;border-radius:10px;background:#fff;color:#123b5d;text-decoration:none;font-weight:700}

.live-lookup-input input{color:#123b5d}
.live-lookup-input input::placeholder{color:#ef8c16;opacity:1}

.employee-header-layout{display:contents}
:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout){display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}
.employee-header-left{grid-column:1;justify-self:start;max-width:100%;min-width:0}
.employee-title-block{min-width:0}
.employee-title-row{display:flex;align-items:baseline;gap:1rem;min-width:0;white-space:nowrap}
.employee-title-row h1{flex:none;min-width:0}
.employee-subtitle{white-space:nowrap}
.employee-header-center{grid-column:2;justify-self:center;display:flex;align-items:center;gap:.75rem;min-width:0}
.employee-header-right,:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout)>nav{grid-column:3;justify-self:end;min-width:0;max-width:100%}
.employee-back{white-space:nowrap}
.employee-header-action{min-width:150px;min-height:58px;padding:.7rem 1.1rem;border-radius:10px;font-size:1.1rem;font-weight:900}
@media(max-width:900px){:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout){grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto}
.employee-header-left{grid-column:1;grid-row:1;flex-wrap:wrap}
.employee-header-center{grid-column:1/-1;grid-row:2;justify-self:center}
.employee-header-right,:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout)>nav{grid-column:2;grid-row:1;justify-self:end}
.employee-title-row{white-space:normal;flex-wrap:wrap}
}
@media(max-width:560px){:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout){grid-template-columns:minmax(0,1fr)}
.employee-header-left{grid-column:1;grid-row:1;width:100%}
.employee-header-center{grid-column:1;grid-row:2}
.employee-header-right,:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout)>nav{grid-column:1;grid-row:3;justify-self:end;max-width:100%}
}

.dropoff-lookup-header{display:block;padding:.7rem 0}
.dropoff-lookup-header-grid{width:min(1500px,100%);margin:0 auto;padding:0 1.5rem}
.dropoff-lookup-header-grid>.dropoff-header-next{min-width:150px;max-width:100%}
@media(max-width:700px){.dropoff-lookup-header-grid{padding:0 1rem}
}
@media(max-width:560px){.dropoff-lookup-header-grid>.dropoff-header-next{width:100%}
}

.language-cycle{width:auto;min-width:168px;max-width:100%;gap:.3rem;padding:.45rem .8rem}

/* Compact 7-by-3 laundry pricing matrix. */
.laundry-pricing .pricing-day-matrix{min-width:0;padding:.65rem .75rem .75rem}
.laundry-pricing .pricing-treatment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-items:stretch}
.laundry-pricing .admin-form .pricing-treatment-cell{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(2.5em,auto) auto;align-content:start;gap:.35rem;min-width:0;padding:.35rem;border:0}
.laundry-pricing .pricing-treatment-label{min-width:0;font-size:.9rem;font-weight:800;line-height:1.2;overflow-wrap:normal;word-break:normal}
.laundry-pricing .pricing-treatment-cell .money-input{display:grid;grid-template-columns:auto minmax(4.5rem,6rem) auto;align-items:center;justify-content:start;gap:.3rem;min-width:0;white-space:nowrap}
.laundry-pricing .pricing-treatment-cell input{width:100%;min-width:0;text-align:right}
@media(max-width:760px){.laundry-pricing .pricing-treatment-grid{grid-template-columns:1fr}
.laundry-pricing .admin-form .pricing-treatment-cell{grid-template-rows:auto;gap:.25rem}
.laundry-pricing .pricing-treatment-cell .money-input{grid-template-columns:auto minmax(5rem,8rem) auto}
}

.zelle-mailbox-form{display:grid;grid-template-columns:minmax(8rem,.55fr) minmax(15rem,1.25fr) minmax(7rem,.55fr) minmax(16rem,1.4fr);grid-template-areas:"zelleid zelleid zelleid zelleid" "enabled host port username" "saved saved replacement replacement" ". . . save";gap:14px;align-items:end}
.admin-section .zelle-mailbox-form .zelle-field{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:6px;min-width:0;padding:0;border:0}
.zelle-field>span{min-width:0;font-weight:800;line-height:1.25;overflow-wrap:break-word}
.zelle-id{grid-area:zelleid}
.zelle-enabled{grid-area:enabled}
.zelle-host{grid-area:host}
.zelle-port{grid-area:port}
.zelle-username{grid-area:username}
.zelle-saved-password{grid-area:saved}
.zelle-replacement-password{grid-area:replacement}
.zelle-save{grid-area:save;justify-self:end;min-width:200px}
.zelle-mailbox-form input:not([type=checkbox]){width:100%;min-width:0;min-height:52px;font-size:1rem}
.zelle-mailbox-form input[type=checkbox]{width:32px;height:32px;min-height:32px;justify-self:start}
.masked-secret{min-width:0;min-height:52px;display:flex;align-items:center;padding:0 14px;border:1px solid #9eb6c8;border-radius:8px;background:#f4f8fb;letter-spacing:.12em;overflow-wrap:anywhere}
.admin-inline-actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:14px}
.admin-inline-actions form{margin:0}
.zelle-connection-status{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:8px 16px;margin-top:16px}
.zelle-connection-status dt{font-weight:800;white-space:nowrap}
.zelle-connection-status dd{margin:0;min-width:0;overflow-wrap:anywhere}
@media(max-width:1050px){.zelle-mailbox-form{grid-template-columns:minmax(8rem,.6fr) minmax(14rem,1fr);grid-template-areas:"zelleid zelleid" "enabled port" "host username" "saved replacement" ". save"}
}
@media(max-width:650px){.zelle-mailbox-form{grid-template-columns:minmax(0,1fr);grid-template-areas:"zelleid" "enabled" "host" "port" "username" "saved" "replacement" "save"}
.zelle-save{justify-self:stretch;width:100%}
.admin-inline-actions{display:grid;grid-template-columns:1fr}
.admin-inline-actions button{width:100%}
.zelle-connection-status{grid-template-columns:minmax(7rem,auto) minmax(0,1fr)}
}

.zelle-qr-admin{margin-top:1rem;padding-top:1rem;border-top:1px solid #d8e3eb}
.zelle-qr-preview{display:grid;place-items:center;min-height:180px;padding:.75rem;border:2px dashed #9eb6c8;border-radius:10px;background:#f4f8fb}
.zelle-qr-preview img{display:block;width:min(260px,100%);max-height:260px;object-fit:contain}
.zelle-qr-admin form{display:flex;flex-wrap:wrap;align-items:end;gap:.75rem;margin-top:.75rem}
.zelle-qr-admin form label{display:grid;gap:.35rem;min-width:min(320px,100%)}
.zelle-qr-admin input[type=file]{min-height:52px}

.order-number-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:end}
.order-number-grid>*{min-width:0}
.confirm-reset{display:flex!important;align-items:center;gap:.6rem}
@media(max-width:900px){.order-number-grid{grid-template-columns:1fr}
}

.touch-input-panel:has(.touch-date-presets){width:min(680px,calc(100vw - 2rem));border-radius:18px;margin:auto}
.touch-date-presets>div{grid-template-columns:repeat(3,minmax(0,1fr));margin:.4rem}
.touch-date-helper{grid-column:1/-1;width:100%;margin:.5rem 0;padding:.65rem;text-align:center;line-height:1.35;white-space:normal}
.touch-keys.date{display:block;padding:.25rem .5rem}
.touch-keys.address{display:flex;flex-direction:column}
.address-key-group{display:grid;gap:.4rem}
.address-letters{grid-template-columns:repeat(9,minmax(0,1fr))}
.address-digits{grid-template-columns:repeat(10,minmax(0,1fr))}
.address-punctuation{grid-template-columns:repeat(7,minmax(0,1fr))}
@media(max-width:650px){.touch-date-presets>div{grid-template-columns:1fr}
.address-letters{grid-template-columns:repeat(6,minmax(0,1fr))}
.address-digits{grid-template-columns:repeat(5,minmax(0,1fr))}
.address-punctuation{grid-template-columns:repeat(3,minmax(0,1fr))}
}

.scan-feedback-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem;background:#082f5488}
.scan-feedback-modal[hidden]{display:none}
.scan-feedback-modal>section{width:min(520px,100%);padding:1.5rem;border:2px solid #8eb1c9;border-radius:16px;background:#fff;text-align:center;box-shadow:0 16px 45px #001b2e55}
.scan-feedback-modal h2{margin-top:0}
.scan-feedback-modal button{min-width:160px}

.employee-admin{max-width:1500px}
.employee-page-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.employee-filters{display:flex;flex-wrap:wrap}
.employee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}
.employee-card{min-width:0;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.employee-card-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;min-height:126px;padding:1rem;color:#123b5d;text-decoration:none}
.employee-avatar{display:grid;place-items:center;width:74px;height:74px;overflow:hidden;border:3px solid #8eb1c9;border-radius:50%;background:#dceefa;color:#123b5d;font-size:1.7rem;font-weight:900}
.employee-avatar.large{width:132px;height:132px;font-size:3rem}
.employee-avatar img{width:100%;height:100%;object-fit:cover}
.employee-card-copy{display:grid;gap:.2rem;min-width:0}
.employee-card-copy strong{font-size:1.2rem}
.employee-card-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.employee-status{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .55rem;border-radius:999px;font-size:.85rem;font-weight:900}
.employee-status.active{background:#d9f3e3;color:#126b37}
.employee-status.inactive{background:#f5dddd;color:#8d1a1a}
.employee-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.employee-form>section{min-width:0;padding:1rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.employee-form h2{margin-top:0;color:#123b5d}
.employee-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.employee-form label{display:grid;gap:.3rem;min-width:0;font-weight:800}
.employee-form input,.employee-form select{width:100%;min-width:0}
.employee-form>footer{grid-column:1/-1;display:flex;justify-content:flex-end;gap:.75rem}
.employee-role-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.8rem;border:0;padding:0}
.employee-role-options legend{font-weight:900}
.employee-role-options label{position:relative}
.employee-role-options input{position:absolute;opacity:0}
.employee-role-options span{display:grid;place-items:center;min-height:56px;border:2px solid #7893a5;border-radius:10px;background:#fff}
.employee-role-options input:checked+span{border-color:#0878c9;background:#d9efff}
.employee-profile{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:1rem}
.employee-profile-hero,.employee-profile-details,.employee-profile-actions{padding:1rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.employee-profile-hero{display:flex;align-items:center;gap:1rem}
.employee-profile-details{display:grid;gap:.45rem}
.employee-profile-details div{display:grid;grid-template-columns:minmax(130px,.45fr) minmax(0,1fr);gap:.75rem;padding:.45rem;border-bottom:1px solid #d8e3eb}
.employee-profile-details dt{font-weight:900}
.employee-profile-details dd{margin:0;overflow-wrap:anywhere}
.employee-profile-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:end;gap:.75rem}
.employee-profile-actions form{display:flex;align-items:end;gap:.5rem}
.employee-profile-actions label{display:grid;gap:.3rem;font-weight:800}
.danger{border-color:#b73535!important;color:#8d1a1a!important}
@media(max-width:900px){.employee-form,.employee-profile{grid-template-columns:1fr}
.employee-form-grid{grid-template-columns:1fr}
.employee-profile-actions{grid-column:1}
.employee-page-actions{align-items:stretch;flex-direction:column}
.employee-page-actions>.touch{width:100%}
}
@media(max-width:560px){.employee-grid{grid-template-columns:1fr}
.employee-card-link{grid-template-columns:auto minmax(0,1fr)}
.employee-status{grid-column:2;justify-self:start}
.employee-role-options{grid-template-columns:1fr}
.employee-profile-hero{align-items:flex-start;flex-direction:column}
.employee-profile-actions,.employee-profile-actions form{display:grid;width:100%}
.employee-profile-actions button{width:100%}
}

.unified-extra-charge-list{display:grid;gap:10px;margin:14px 0}
.unified-extra-charge-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(220px,1.6fr) minmax(125px,.65fr) minmax(130px,.7fr) auto auto;gap:10px;align-items:end;padding:12px;border:1px solid #c6d9e8;border-radius:12px;background:#f8fbfd}
.unified-extra-charge-row label{min-width:0}
.unified-extra-charge-row input,.unified-extra-charge-row select{width:100%;min-height:48px}
.unified-extra-charge-row .active-control{align-self:center;white-space:nowrap}
.unified-extra-charge-row .active-control input{width:auto}
.extra-charge-add-form{margin-top:12px}
@media(max-width:1100px){.unified-extra-charge-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){.unified-extra-charge-row{grid-template-columns:1fr}
}

.store-settings-main{width:min(1120px,calc(100% - 2rem));margin:1.25rem auto 2rem}
.store-settings-intro{margin-bottom:1rem}
.store-settings-intro h2{margin:0;color:#123b5d}
.store-settings-intro p{margin:.35rem 0 0;color:#526675}
.store-settings-form{display:grid;gap:1rem}
.store-settings-card{min-width:0;padding:1rem 1.15rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.store-settings-card h3{margin:0 0 .85rem;color:#123b5d}
.store-settings-card>p{margin:-.45rem 0 .85rem;color:#526675}
.store-settings-grid{display:grid;gap:.8rem 1rem}
.store-settings-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
.store-settings-grid label{display:grid;align-content:start;gap:.3rem;min-width:0;font-weight:800}
.store-settings-grid small{color:#526675;font-weight:400;line-height:1.3}
.store-settings-grid input:not([type=checkbox]),.store-settings-grid textarea{width:100%;min-width:0;min-height:52px;font-size:1rem}
.store-settings-grid textarea{min-height:92px;resize:vertical}
.address-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.8fr) minmax(110px,.45fr)}
.address-grid .full{grid-column:1/-1}
.operations-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.operations-grid>label:nth-child(1),.operations-grid>label:nth-child(2){grid-column:span 3}
.operations-grid>label:nth-child(n+3){grid-column:span 2}
.store-active{display:flex!important;align-items:center;align-self:end;min-height:52px;padding:.55rem;border:2px solid #b8cbd9;border-radius:9px}
.store-active input{width:30px;height:30px;margin:0 .65rem 0 0}
.store-system-settings{background:#f6f9fb}
.store-settings-actions{display:flex;justify-content:flex-end}
.store-settings-actions button{min-width:220px;min-height:58px}
@media(max-width:800px){.store-settings-grid.two-columns,.address-grid,.operations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.address-grid .full{grid-column:1/-1}
.operations-grid>label:nth-child(n){grid-column:span 1}
}
@media(max-width:560px){.store-settings-main{width:min(100% - 1rem,1120px);margin:.75rem auto}
.store-settings-grid.two-columns,.address-grid,.operations-grid{grid-template-columns:minmax(0,1fr)}
.address-grid .full,.operations-grid>label:nth-child(n){grid-column:1}
.store-settings-actions button{width:100%}
}

.current-employee{display:flex;align-items:center;gap:.5rem;min-width:0}
.current-employee-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;border:2px solid #fff}
.current-employee-initials{display:grid;place-items:center;background:#dceefa;color:#123b5d;font-size:.85rem;font-weight:900}
.current-employee-copy{display:grid;line-height:1.05;min-width:0}
.current-employee-copy strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.current-employee-copy small{font-size:.72rem;color:#d9ebf6}
.employee-switch{min-height:42px;padding:.35rem .65rem;white-space:nowrap}
.employee-switch-page{display:grid;place-items:center;min-height:100vh;background:#123b5d}
.employee-switch-card{margin:2vh auto}
.employee-switch-card .current-employee-copy small{color:#526675}
.switch-current{padding:.7rem;background:#eef6fb;border-radius:10px}
.switch-actions{display:grid;grid-template-columns:1fr 2fr;gap:.75rem}
@media(max-width:1100px){.current-employee-copy{display:none}
.employee-switch{font-size:.8rem;padding:.3rem .5rem}
}
@media(max-width:700px){.current-employee{width:100%}
.current-employee-copy{display:grid}
.employee-switch{margin-left:auto}
}


/* Shared employee identity is a header-grid peer, never a floating title child. */
.employee-header-identity{grid-column:3;justify-self:end;max-width:100%;position:static;z-index:auto}

.employee-admin{width:min(1200px,100%);max-width:1200px}

.employee-form>section{display:flex;flex-direction:column;min-height:100%}

.employee-form>section>.employee-form-grid{align-content:start}

.employee-form>footer{padding:.25rem 0;align-items:center}

.employee-profile{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch}

.employee-feedback{grid-column:1/-1;min-width:0}

.employee-feedback:empty{display:none}

.employee-feedback .notice{margin:0;padding:.65rem .85rem}

.employee-profile-hero,.employee-profile-details-card,.employee-management-card{min-width:0;padding:1rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}

.employee-profile-hero{display:flex;align-items:center;gap:1rem}

.employee-summary-copy{display:grid;justify-items:start;gap:.45rem;min-width:0}

.employee-summary-copy h2,.employee-summary-copy p{margin:0}

.employee-profile-details-card h2,.employee-management-card h2{margin:0 0 .75rem;color:#123b5d}

.employee-profile-details{display:grid;gap:.15rem;margin:0}

.employee-profile-details div{display:grid;grid-template-columns:minmax(145px,.55fr) minmax(0,1fr);gap:.75rem;padding:.5rem .25rem;border-bottom:1px solid #d8e3eb}

.employee-profile-details div:last-child{border-bottom:0}

.employee-profile-details dt{font-weight:900}
.employee-profile-details dd{margin:0;overflow-wrap:anywhere}

.employee-profile-management{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}

.employee-management-card{display:grid;align-content:start;gap:.75rem}

.employee-photo-card{grid-template-columns:auto minmax(0,1fr)}

.employee-photo-card h2{grid-column:1/-1}

.employee-photo-card form,.employee-login-card form{display:grid;align-items:end;gap:.55rem;min-width:0}

.employee-photo-card form:last-child{grid-column:2}

.employee-photo-card label,.employee-login-card label{display:grid;gap:.3rem;min-width:0;font-weight:800}

.employee-photo-card input,.employee-login-card input{width:100%;min-width:0}

.employee-pin-form{grid-template-columns:minmax(0,1fr) auto}

@media(max-width:900px){.employee-profile{grid-template-columns:1fr}
.employee-profile-management{grid-column:1;grid-template-columns:1fr}
.employee-header-identity{grid-column:1/-1;grid-row:3;justify-self:end}
.employee-header-center{grid-column:1/-1;grid-row:2}
}

@media(max-width:560px){.employee-header-center .employee-header-identity{width:auto;min-width:0}
.employee-header-right,:is(header,.dropoff-lookup-header-grid):has(>.employee-header-layout)>nav{grid-row:4}
.employee-photo-card{grid-template-columns:1fr}
.employee-photo-card h2,.employee-photo-card form:last-child{grid-column:1}
.employee-pin-form{grid-template-columns:1fr}
.employee-profile-details div{grid-template-columns:1fr;gap:.2rem}
}

.home-main{width:min(1200px,100%)}
.home-section{margin-bottom:1.25rem}
.home-section h2{margin:.15rem 0 .75rem;color:#123b5d}
.home-administration{padding-top:.25rem;border-top:2px solid #c8d8e3}
.home-administration-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-top:0}
.home-session-actions{margin:0}
.home-session-actions form{margin:0}
header:has(.home-session-actions) .employee-header-identity{justify-self:start}
@media(max-width:900px){header:has(.home-session-actions) .employee-header-identity{justify-self:end}
}
@media(max-width:560px){.home-session-actions{width:100%;justify-self:stretch}
.home-session-actions form,.home-session-actions button{width:100%}
}

.home-page{display:flex;flex-direction:column}
.home-page header{padding:.65rem 1.25rem}
.home-page header .employee-header-identity{display:none}
.home-main{flex:1;display:flex;flex-direction:column;width:100%;max-width:none;margin:0;padding:1rem 1.25rem}
.home-workspace{display:grid;flex:1;grid-template-columns:minmax(270px,28fr) minmax(0,72fr);align-items:stretch;gap:1rem;min-height:0}
.home-counter{display:flex;flex-direction:column;min-width:0;margin:0}
.home-counter>h2{margin:0 0 .75rem;padding:.9rem 0 .7rem}
.home-counter .operational{grid-template-columns:repeat(3,minmax(180px,1fr))}
.home-counter .operational>.home-dropoff-tile,.home-counter .operational>.home-product-sales-tile,.home-counter .operational>.finished-bag-home-tile,.home-counter .operational>.home-pickup-tile{max-width:66.667%;min-height:80px;height:66.667%;place-self:center;width:100%}
.cash-usage-panel{display:grid;gap:.65rem;padding:.75rem 1rem;margin:0 0 .75rem;border:1px solid #bdd0dc;border-radius:12px;background:#f7fbfd}.cash-usage-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cash-usage-actions strong{margin-right:auto;font-size:1.15rem}.cash-usage-denominations{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:.65rem}.cash-usage-denominations>input{display:none}.cash-usage-denominations button{min-height:52px}.cash-usage-panel>p{margin:0;color:#8a4100;font-weight:700}
.home-dropoff-tile{grid-column:1;grid-row:1}
.home-product-sales-tile{grid-column:1;grid-row:2}
.finished-bag-home-tile{grid-column:2;grid-row:1;width:88%;height:75%;min-height:0;place-self:center}.finished-bag-home-tile strong{white-space:nowrap}
.home-pickup-tile{grid-column:3;grid-row:1}
.home-recent-activity{display:flex;flex-direction:column;min-width:0;min-height:100%;padding:1rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff;box-shadow:0 4px 14px #123b5d14}
.home-activity-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;padding-bottom:.7rem;border-bottom:1px solid #d8e3eb}
.home-activity-heading h2{margin:0;color:#123b5d;font-size:1.25rem}
.home-activity-heading small{color:#526675}
.home-activity-summary{display:grid;gap:.15rem;margin:.65rem 0}
.home-activity-summary div{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem 0}
.home-activity-summary dt{font-size:.88rem}
.home-activity-summary dd{margin:0;font-weight:900;color:#123b5d}
.home-activity-events{display:grid;align-content:start;gap:.2rem;margin:0 0 .8rem;padding:0;list-style:none}
.home-activity-events li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem;padding:.45rem 0;border-top:1px solid #e4ebf0;font-size:.8rem}
.home-activity-events span{min-width:0}
.home-activity-events time{white-space:nowrap;color:#526675}
.home-activity-empty{margin:.8rem 0;color:#526675;font-size:.9rem}
.home-employee-footer{display:grid;justify-items:center;gap:.45rem;margin-top:auto;padding-top:1rem;border-top:2px solid #d8e3eb;text-align:center}
.home-employee-footer .current-employee-avatar{width:84px;height:84px;flex-basis:84px;border-color:#b8cbd9;font-size:1.35rem}
.home-employee-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#123b5d;font-size:1.05rem}
.home-employee-role{color:#526675;font-size:.82rem}
@media(min-width:901px){.dropoff-header:has(>.employee-header-layout),.dropoff-lookup-header-grid:has(>.employee-header-layout){grid-template-columns:minmax(0,1fr) auto auto auto}
.dropoff-header .employee-header-left,.dropoff-lookup-header-grid .employee-header-left{grid-column:1}
.dropoff-header .employee-header-center,.dropoff-lookup-header-grid .employee-header-center{grid-column:2}
.dropoff-header .employee-header-identity,.dropoff-lookup-header-grid .employee-header-identity{grid-column:3;justify-self:end}
.dropoff-header>.employee-header-right,.dropoff-lookup-header-grid>.employee-header-right{grid-column:4}
.dropoff-header[data-dropoff-step="payment"]{grid-template-columns:minmax(0,1fr) auto auto}
.dropoff-header[data-dropoff-step="payment"] .employee-header-identity{grid-column:3}
.dropoff-header .current-employee-avatar,.dropoff-header .current-employee-copy,.dropoff-lookup-header .current-employee-avatar,.dropoff-lookup-header .current-employee-copy{display:none}
}
@media(max-width:900px){.home-main{display:block}
.home-workspace{grid-template-columns:1fr}
.home-recent-activity{min-height:0}
.home-counter .operational{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.home-dropoff-tile,.home-product-sales-tile,.finished-bag-home-tile,.home-pickup-tile{grid-column:auto;grid-row:auto}
.cash-usage-denominations{grid-template-columns:repeat(3,minmax(90px,1fr))}
.dropoff-header .current-employee-avatar,.dropoff-header .current-employee-copy,.dropoff-lookup-header .current-employee-avatar,.dropoff-lookup-header .current-employee-copy{display:none}
}
@media(max-width:560px){.home-page header{padding:.65rem 1rem}
.home-counter .operational{grid-template-columns:1fr}
.home-activity-heading{align-items:flex-start;flex-direction:column}
.cash-usage-denominations{grid-template-columns:repeat(2,minmax(90px,1fr))}.home-counter .operational>.home-dropoff-tile,.home-counter .operational>.home-product-sales-tile,.home-counter .operational>.finished-bag-home-tile,.home-counter .operational>.home-pickup-tile{max-width:100%;height:auto}
}

@media(min-width:901px){.dropoff-header:has(>.employee-header-layout),.dropoff-lookup-header-grid:has(>.employee-header-layout){grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
.dropoff-header>.employee-header-right,.dropoff-lookup-header-grid>.employee-header-right{grid-column:3;justify-self:end}
.dropoff-header[data-dropoff-step="payment"]{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
}
.dropoff-header .employee-header-identity,.dropoff-lookup-header .employee-header-identity{display:none}

.home-employee-footer .current-employee-avatar{width:110px;height:128px;flex-basis:auto;border-radius:8px;object-fit:cover}
.home-employee-footer .current-employee-initials{display:grid;place-items:center;border-radius:8px}

.employee-menu-trigger{display:grid;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer}
.employee-menu-trigger:hover,.employee-menu-trigger:focus-visible{outline:4px solid #1683c8;outline-offset:3px}
.employee-session-menu{width:min(360px,calc(100vw - 2rem));padding:1.25rem;border:2px solid #9bb8cb;border-radius:14px}
.employee-session-menu::backdrop{background:#071c2dcc}
.employee-session-menu[open]{display:grid;gap:.75rem}
.employee-session-menu h2{margin:0 0 .25rem;text-align:center;color:#123b5d}
.employee-session-menu a,.employee-session-menu form,.employee-session-menu button{width:100%;margin:0}
.home-shift-entry{display:flex;justify-content:flex-end;margin:.25rem 0 1rem}
.home-shift-entry .touch{min-width:180px}
.home-header{display:flex;align-items:center;min-height:76px}.home-header-profile .current-employee-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover}.home-counter .operational{grid-template-columns:repeat(4,minmax(145px,1fr));gap:.65rem}.home-counter .operational>.tile{width:100%;max-width:none;min-height:64px;height:auto;place-self:stretch}.unfinished-menu-trigger{padding:0;border:0;background:transparent;cursor:pointer}.employee-session-menu label{display:grid;gap:.4rem;font-weight:800}.employee-session-menu input{min-height:54px;font-size:1.2rem}
.lock-screen-page{display:grid;min-height:100vh;padding:1rem;place-items:center;background:#123b5d}
.lock-screen-card{display:grid;width:min(460px,100%);max-height:calc(100vh - 2rem);overflow:auto;gap:.85rem;padding:clamp(1rem,3vh,2rem);border-radius:18px;background:#fff;box-shadow:0 18px 48px #061a2a80;text-align:center}
.lock-screen-card h1{margin:0;color:#123b5d}
.lock-screen-language{justify-self:center}
.lock-screen-card form{display:grid;gap:.75rem}
.lock-screen-card label{font-weight:800}
.lock-screen-card input{width:100%;font-size:2rem;text-align:center;letter-spacing:.5rem}
.lock-screen-pin-pad{width:100%;max-width:380px}
.lock-screen-pin-pad button{min-height:clamp(58px,8vh,72px)}
.lock-screen-unlock{width:100%;min-height:64px}
@media(max-height:680px){.lock-screen-card{gap:.5rem;padding:.75rem}
.lock-screen-pin-pad{gap:.4rem}
.lock-screen-pin-pad button{min-height:52px}
.lock-screen-card input{min-height:52px}
.lock-screen-unlock{min-height:54px}
}
.shift-page main{width:min(680px,calc(100% - 2rem));margin:2rem auto}
.shift-card{display:grid;gap:1rem;padding:1.5rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.shift-card .touch{width:100%}

.refund-policy-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}
.refund-policy-form label{display:grid;gap:.3rem;min-width:0;font-weight:800}
.refund-policy-enabled{grid-column:1/-1;display:flex!important;align-items:center}
.refund-policy-enabled input{width:30px;height:30px;margin-right:.6rem}
.refund-policy-body-editor{grid-column:1/-1}
.refund-policy-body-editor textarea{min-height:240px;white-space:pre-wrap}
.refund-policy-preview{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid #b8cbd9;border-radius:12px;background:#f6f9fb}
.refund-policy-preview div{display:grid;gap:.5rem;min-width:0}
.refund-policy-preview a{overflow-wrap:anywhere}
.refund-policy-preview figure{margin:0;text-align:center}
.refund-policy-preview img{display:block;width:180px;height:180px;object-fit:contain}
.public-policy-page{display:grid;min-height:100vh;place-items:start center;padding:clamp(1rem,4vw,3rem);background:#eef3f7}
.public-policy-card{width:min(760px,100%);padding:clamp(1.25rem,4vw,3rem);border:2px solid #b8cbd9;border-radius:18px;background:#fff;box-shadow:0 8px 28px #123b5d1f}
.public-policy-card h1{color:#123b5d}
.public-policy-store{color:#526675;font-weight:900}
.public-policy-body{white-space:pre-wrap;line-height:1.6}
.public-policy-updated{margin-top:2rem;padding-top:1rem;border-top:1px solid #d8e3eb;color:#526675}
@media(max-width:650px){.refund-policy-form{grid-template-columns:1fr}
.refund-policy-preview{grid-template-columns:1fr}
.refund-policy-preview figure{justify-self:center}
}

.digital-receipt-policy-link{display:flex;justify-content:center;margin:.75rem 0;text-align:center}
.digital-receipt-policy-link a{display:inline-block}

.additional-charge-details{text-align:center}
.additional-charge-details img{display:block;width:min(600px,100%);height:auto;margin:.75rem auto;border:1px solid #b8cbd9}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.receipt-options-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:.7rem 1.25rem}
.receipt-options-title{min-width:0}
.receipt-options-header h1{margin:0}
.receipt-options-header p{margin:.1rem 0 0}
.receipt-options-language{grid-column:2;justify-self:center}
.receipt-options-header-end{grid-column:3}
.digital-receipt-policy-summary{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #d8e3eb}
.digital-receipt-policy-summary h3{margin:.1rem 0 .4rem}
.digital-receipt-policy-summary p{margin:.2rem 0;line-height:1.45;overflow-wrap:anywhere}
@media(max-width:800px){.receipt-options-header{grid-template-columns:1fr;justify-items:center;text-align:center}
.receipt-options-title,.receipt-options-language,.receipt-options-header-end{grid-column:1}
.receipt-options-header-end{display:none}
}

.receipt-options-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.receipt-options-header p{margin:.2rem 0 0}
.receipt-options-main{width:min(1180px,calc(100% - 2rem));margin:1.5rem auto}
.receipt-options-card{padding:1.5rem;border:2px solid #b8cbd9;border-radius:16px;background:#fff}
.receipt-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.receipt-action-section{display:flex;min-width:0;min-height:300px;flex-direction:column;padding:1.25rem;border:2px solid #bfd0dc;border-radius:14px;background:#f8fbfd}
.receipt-action-section h2{margin:0 0 .5rem}
.receipt-action-section p{margin:.15rem 0 1rem;color:#526675}
.receipt-action-section form{display:flex;flex:1;flex-direction:column;gap:.65rem}
.receipt-action-section label{display:grid;gap:.4rem;font-weight:800}
.receipt-action-section input{width:100%;min-width:0}
.receipt-action-section button{width:100%;margin-top:auto}
.receipt-provider-status{margin:.15rem 0 .75rem}
.receipt-provider-unavailable button:disabled{cursor:not-allowed;opacity:.55}
.receipt-provider-unavailable form{opacity:.82}
.digital-receipt-page{padding:1rem;background:#eef3f7}
.digital-receipt-card{width:min(760px,100%);margin:auto;padding:clamp(1rem,4vw,2.5rem);border:2px solid #b8cbd9;border-radius:16px;background:#fff}
.digital-receipt-card>header{display:block;padding:0 0 1rem;background:#fff;color:#15202b;text-align:center}
.digital-receipt-summary{display:grid;gap:.25rem}
.digital-receipt-summary div,.digital-receipt-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:.55rem 0;border-bottom:1px solid #d8e3eb}
.digital-receipt-summary dd{margin:0;text-align:right;font-weight:800}
@media(max-width:800px){.receipt-action-grid{grid-template-columns:1fr}
.receipt-action-section{min-height:0}
.receipt-options-header{align-items:flex-start;flex-wrap:wrap}
}

.receipt-options-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:.7rem 1.25rem}
.receipt-options-title{min-width:0}
.receipt-options-header h1{margin:0}
.receipt-options-header p{margin:.1rem 0 0}
.receipt-options-language{grid-column:2;justify-self:center}
.receipt-options-home{grid-column:3}
.receipt-options-home form{margin:0}
@media(max-width:800px){.receipt-options-header{grid-template-columns:1fr;justify-items:center;text-align:center}
.receipt-options-title,.receipt-options-language,.receipt-options-home{grid-column:1}
}

.receipt-print-actions{display:grid;gap:10px;margin-top:auto}
.receipt-print-actions form{display:block;flex:none}
.receipt-print-actions .touch{display:flex;width:100%;min-height:54px;align-items:center;justify-content:center}
.digital-receipt-policy-instruction{margin-top:.75rem!important}
.digital-receipt-policy-link{display:flex;justify-content:center;text-align:center}
.receipt-quote{margin:1rem 0 0;padding-top:1rem;border-top:1px solid #d8e3eb;text-align:center;font-style:italic;white-space:pre-wrap;overflow-wrap:anywhere}

.cash-count-page{background:#eef3f7}
.cash-count-main{width:min(1500px,calc(100% - 1.5rem));margin:.75rem auto 7rem}
.cash-count-overview{position:sticky;z-index:4;top:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.25rem 1rem;padding:.65rem 1rem;border:2px solid #8fb0c5;border-radius:14px;background:#fff;box-shadow:0 4px 14px #123b5d20}
.cash-count-overview>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.25rem;font-weight:900}
.cash-count-overview [data-cash-grand-total]{color:#0878c9;font-size:2rem;font-variant-numeric:tabular-nums}
.cash-count-overview small{grid-column:1/-1}
.cash-category{margin-top:.55rem;padding:.5rem;border:2px solid #b8cbd9;border-radius:14px;background:#fff}
.cash-denomination-grid{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:.5rem}
.cash-denomination-card{display:grid;justify-items:center;gap:.24rem;min-width:0;padding:.45rem;border:2px solid #bfd0dc;border-radius:12px;background:#f8fbfd}
.cash-denomination-header{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;min-width:0}
.cash-denomination-header img{flex:0 1 105px;width:105px;max-width:58%;height:52px;object-fit:contain}
.cash-denomination-label{flex:1 1 auto;min-width:0}
.cash-denomination-label h3{margin:0;font-size:1.18rem;line-height:1.12;overflow-wrap:anywhere}
.cash-denomination-label small{display:block;min-width:0;margin-top:.1rem;line-height:1.15;overflow-wrap:anywhere}
.cash-quantity{display:grid;grid-template-columns:52px minmax(58px,1fr) 52px;gap:.35rem;width:100%}
.cash-quantity button,.cash-quantity input{min-width:0;min-height:52px;padding:.2rem;border:2px solid #7896aa;border-radius:9px;font-size:1.35rem;font-weight:900;text-align:center}
.cash-quantity button{background:#e1f1fb;color:#123b5d}
.cash-quantity input{width:100%;background:#fff}
.cash-subtotal{font-size:1.05rem;font-variant-numeric:tabular-nums}
.cash-count-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.55rem 0}
.cash-count-summary>div{display:flex;justify-content:space-between;gap:.5rem;min-width:0;padding:.7rem;border:2px solid #b8cbd9;border-radius:10px;background:#fff}
.cash-count-summary>div span{min-width:0;overflow-wrap:anywhere}
.cash-count-summary-grand{border-color:#0878c9!important;font-weight:900}
.cash-count-actions{position:fixed;z-index:10;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.75rem 1rem;border-top:2px solid #8fb0c5;background:#fff;box-shadow:0 -4px 16px #123b5d24}
.cash-count-actions button{min-height:58px;min-width:0;white-space:normal;overflow-wrap:anywhere}
.cash-count-actions .success{border-color:#187548;background:#187548;color:#fff}
@media(max-width:1100px){.cash-denomination-grid{grid-template-columns:repeat(3,minmax(145px,1fr))}
}
@media(max-width:700px){.cash-count-main{margin-bottom:12rem}
.cash-denomination-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}
.cash-count-summary,.cash-count-actions{grid-template-columns:1fr}
.cash-count-overview{grid-template-columns:1fr}
.cash-count-overview [data-cash-grand-total]{font-size:1.55rem}
}

.home-cash-count-start{display:flex;min-width:0}
.home-cash-count-start .tile{width:100%;height:100%;cursor:pointer;font:inherit;text-align:left}
.cash-count-completed-notice{margin:.5rem 0 1rem}

.cash-category[data-cash-category="BILL"] .cash-denomination-grid{grid-template-columns:repeat(7,minmax(170px,1fr))}
.cash-category[data-cash-category="ROLL"] .cash-denomination-grid{grid-template-columns:repeat(4,minmax(170px,1fr))}
.cash-category[data-cash-category="COIN"] .cash-denomination-grid{grid-template-columns:repeat(6,minmax(150px,1fr))}
@media(max-width:1450px){.cash-category[data-cash-category="BILL"] .cash-denomination-grid{grid-template-columns:repeat(4,minmax(170px,1fr))}
}
@media(max-width:1100px){.cash-category[data-cash-category] .cash-denomination-grid{grid-template-columns:repeat(3,minmax(145px,1fr))}
}
@media(max-width:700px){.cash-category[data-cash-category] .cash-denomination-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}
}

.cash-count-main{width:min(1800px,calc(100% - .5rem));max-width:none}
.cash-count-feedback:empty{display:none}
.cash-count-feedback{margin:.25rem .5rem}
.cash-category[data-cash-category="BILL"] .cash-denomination-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
.cash-category[data-cash-category="BILL"] .cash-denomination-card{padding:.4rem}
.cash-category[data-cash-category="BILL"] .cash-denomination-header img{flex-basis:100px;width:100px;max-width:65%;height:50px}
.cash-category[data-cash-category="BILL"] .cash-quantity{grid-template-columns:48px minmax(48px,1fr) 48px}
@media(max-width:1180px){.cash-category[data-cash-category="BILL"] .cash-denomination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){.cash-category[data-cash-category="BILL"] .cash-denomination-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}
}

.status-sms-preference-main{display:grid;place-items:start center;padding:1.25rem}
.status-sms-preference-card{width:min(760px,100%);display:grid;gap:1.25rem;padding:1.5rem;border:2px solid #9abbd2;border-radius:16px;background:#fff}
.status-sms-preference-card h1{margin:0;font-size:1.55rem;line-height:1.3}
.status-sms-choice{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;border:0;padding:0;margin:0}
.status-sms-choice legend{grid-column:1/-1;font-weight:900;margin-bottom:.4rem}
.status-sms-choice label{min-width:0}
.status-sms-choice input{position:absolute;opacity:0;pointer-events:none}
.status-sms-choice span{display:grid;place-items:center;min-height:58px;padding:.65rem;border:2px solid #7299b6;border-radius:10px;font-weight:900}
.status-sms-choice input:checked+span{border-width:4px;border-color:#087cca;background:#dceefa}
.status-sms-choice input:disabled+span{opacity:.45}
.status-sms-choice input:focus-visible+span{outline:3px solid #111;outline-offset:2px}
.status-sms-save{min-height:58px;font-weight:900}
@media(max-width:600px){.status-sms-choice{grid-template-columns:1fr}
.status-sms-preference-main{padding:.75rem}
}

.cash-category[data-cash-category="ROLL"] .cash-denomination-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1100px){.cash-category[data-cash-category="ROLL"] .cash-denomination-grid{grid-template-columns:repeat(3,minmax(145px,1fr))}
}
@media(max-width:700px){.cash-category[data-cash-category="ROLL"] .cash-denomination-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}
}

.display-preference-card{width:min(920px,100%);padding:1.5rem;border-radius:20px;background:#fff;color:#15202b;text-align:left}
.display-preference-card[hidden]{display:none}
.display-preference-card fieldset{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;padding:1rem;border:2px solid #8ba4b5;border-radius:14px}
.display-preference-card legend{font-weight:900}
.display-preference-card label{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:72px;border:2px solid #8ba4b5;border-radius:12px;font-weight:900}
.display-preference-card input{width:28px;height:28px}
.display-preference-card>button{width:100%}
.customer-zelle-qr{display:block;width:min(340px,60vw);height:auto;margin:1rem auto;background:#fff;padding:12px}

.display-customer-lookup{width:min(1120px,100%);overflow:hidden;border-radius:18px;background:#f4f8fb;color:#102f49;text-align:left}
.display-customer-lookup[hidden]{display:none}
.display-lookup-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1.1rem;padding:1rem 1.4rem;background:#123f60;color:#fff}
.display-lookup-header div{display:flex;align-items:baseline;gap:1rem;min-width:0}
.display-lookup-header strong{font-size:2.4rem}
.display-lookup-header span{font-weight:900}
.display-lookup-nav,.display-lookup-language{padding:.7rem 1rem;border:2px solid #b8cad6;border-radius:12px;background:#fff;color:#123f60;white-space:nowrap}
.display-lookup-next{background:#b8c7d1;color:#4c6879}
.display-lookup-panel{margin:1.25rem;padding:1rem;border:2px solid #94acbc;border-radius:16px;background:#fff}
.display-lookup-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.display-lookup-tabs button{min-height:64px}
.display-lookup-value{display:flex;align-items:center;min-height:76px;margin:1rem 0;padding:0 1rem;border:2px solid #7893a5;border-radius:12px;background:#fff;font-size:1.45rem}
.display-lookup-value.is-placeholder{color:#e87500}
.display-lookup-keypad{padding:1rem;border:2px solid #9db4c3;border-radius:14px;background:#edf6fb}
.display-lookup-area-codes{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}
.display-lookup-area-codes strong{grid-column:1/-1}
.display-lookup-area-codes button,.display-lookup-keys button{min-height:68px;padding:.7rem;font-size:1.35rem;font-weight:900}
.display-lookup-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;width:min(620px,100%);margin:.75rem auto 0}
@media(max-width:850px){.display-lookup-header{grid-template-columns:auto 1fr auto}
.display-lookup-next{display:none}
}
@media(max-width:700px){.display-lookup-header{grid-template-columns:1fr}
.display-lookup-header div{align-items:flex-start;flex-direction:column}
.display-lookup-nav,.display-lookup-language{width:max-content}
.display-lookup-area-codes{grid-template-columns:repeat(2,1fr)}
.display-lookup-panel{margin:.5rem}
.display-lookup-header strong{font-size:2rem}
}

body.customer-display[data-state="CUSTOMER_LOOKUP"]{display:block;min-height:100vh;background:#edf3f7;color:#102f49;text-align:left}
body.customer-display[data-state="CUSTOMER_LOOKUP"] main{width:100%;max-width:none;font-size:1rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] [data-content]{width:100%}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-customer-lookup{width:100%;max-width:none;min-height:100vh;border-radius:0;background:#edf3f7}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-header{grid-template-columns:minmax(0,1fr) auto;padding:.8rem 2rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-header strong{font-size:2.2rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-language{font-size:1.1rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .dropoff-search-panel{width:min(1000px,calc(100% - 2rem));min-height:calc(100vh - 120px);margin:1rem auto;padding:1rem;grid-template-rows:auto auto minmax(0,1fr)}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .dropoff-search-panel .mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .dropoff-search-panel button{font-size:1.1rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .embedded-touch-keys button{min-height:58px}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-guidance{margin:.65rem 0 0;text-align:center;color:#526675;font-weight:700}
@media(max-width:700px){body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-header{grid-template-columns:1fr;padding:.7rem 1rem}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-header div{flex-direction:row;align-items:baseline}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .display-lookup-language{width:auto;justify-self:start}
body.customer-display[data-state="CUSTOMER_LOOKUP"] .dropoff-search-panel{width:calc(100% - 1rem);margin:.5rem auto}
}

body.customer-display[data-state="ORDER_DETAILS"]{display:block;min-height:100vh;background:#edf3f7;color:#123b5d;text-align:left}
body.customer-display[data-state="ORDER_DETAILS"] main{width:100%;max-width:none;font-size:1rem}
body.customer-display[data-state="ORDER_DETAILS"] [data-content]{width:100%;pointer-events:none}
.display-order-details{width:min(1500px,calc(100vw - 2rem));margin:auto}
.display-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.75rem;background:#eef5f8}
.display-order-grid>section,.display-order-instructions{min-width:0;margin:0;padding:.75rem;border:1px solid #9bb4c5;border-radius:14px;background:#fff}
.display-order-grid h2{margin:0 0 .5rem;font-size:1.25rem}
.display-order-grid p{overflow-wrap:anywhere}
.display-order-grid>.display-extra-panel{grid-column:1;align-self:start}
.display-order-instructions{grid-column:2/4}
.display-order-instructions textarea{min-height:180px;pointer-events:auto}
.display-order-instructions small{display:block;margin-top:.35rem;color:#526675}
body.customer-display[data-state="ORDER_DETAILS"] [data-display-manual-instructions]{pointer-events:auto}
@media(max-width:900px){.display-order-grid{grid-template-columns:1fr 1fr}
.display-order-grid>.display-extra-panel,.display-order-instructions{grid-column:1/-1}
.display-order-instructions textarea{min-height:160px}
}

body.customer-display[data-state="ORDER_DETAILS"] .display-instructions-keyboard{pointer-events:auto;margin-top:.5rem;padding:.45rem;border:1px solid #9bb4c5;border-radius:10px;background:#eef5f8}
body.customer-display[data-state="ORDER_DETAILS"] .display-instructions-keyboard .embedded-touch-keys{grid-template-columns:repeat(9,minmax(0,1fr));gap:.25rem}
body.customer-display[data-state="ORDER_DETAILS"] .display-instructions-keyboard button{min-height:44px;padding:.25rem;font-size:.9rem}
@media(max-width:900px){body.customer-display[data-state="ORDER_DETAILS"] .display-instructions-keyboard .embedded-touch-keys{grid-template-columns:repeat(7,minmax(0,1fr))}
}

.display-receipt-card{width:min(900px,94vw);margin:1rem auto;padding:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;background:#fff;border-radius:18px}
.display-receipt-card[hidden]{display:none}
.display-receipt-card label{display:grid;gap:.4rem;font-weight:700}
.display-receipt-card input{min-width:0;min-height:58px;font-size:1.2rem;padding:.65rem}
.display-receipt-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.display-receipt-actions button{min-height:68px;font-size:1.1rem;font-weight:800}
@media(max-width:700px){.display-receipt-card{grid-template-columns:1fr}
.display-receipt-actions{grid-template-columns:1fr}
}

body.customer-display[data-state="RECEIPT_OPTIONS"]{display:block;min-height:100vh;background:#eef3f7;color:#15202b;text-align:left}
body.customer-display[data-state="RECEIPT_OPTIONS"]>main{width:100%;max-width:none;font-size:1rem}
.display-receipt-page{width:100%}
.display-receipt-page[hidden]{display:none}
.display-receipt-page .receipt-options-header{background:#123f60;color:#fff}
.display-receipt-page .receipt-options-main{font-size:1rem}
.display-receipt-page .receipt-action-section button{min-height:64px;font-size:1rem}

body.customer-display[data-state="PAYMENT"]{display:block;padding:1rem;background:#071f33}
body.customer-display[data-state="PAYMENT"] main{width:100%;max-width:none;font-size:1rem}
body.customer-display[data-state="PAYMENT"] [data-content]{width:100%}
.customer-display .customer-payment-details{width:min(1280px,calc(100vw - 2rem));max-width:none;margin:0 auto;padding:1rem;text-align:left}
.customer-payment-details>h1{margin:0 0 .65rem;font-size:2.15rem}
.customer-payment-columns{display:grid;grid-template-columns:minmax(0,3fr) minmax(360px,2fr);gap:.8rem;align-items:start}
.customer-payment-columns>section{min-width:0;margin:0;padding:.75rem;border:2px solid #b8cad8;border-radius:12px;background:#fff}
.customer-payment-columns h2{margin:0 0 .45rem;font-size:1.55rem}
.customer-payment-details .payment-summary-line{display:flex;justify-content:space-between;gap:1rem;margin:.35rem 0;font-size:1.2rem}
.customer-full-charge-summary .payment-service-rate{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin:.25rem 0}
.customer-full-charge-summary .payment-service-rate>div{display:flex;justify-content:space-between;gap:.5rem;min-width:0;padding:.35rem}
.customer-full-charge-summary .payment-service-rate strong{min-width:0;text-align:right;overflow-wrap:anywhere}
.customer-full-charge-summary .payment-equation p{margin:.1rem 0}
.customer-full-charge-summary .payment-total-lines{gap:.1rem}
.customer-full-charge-summary .payment-total-lines>div{grid-template-columns:minmax(145px,1fr) minmax(0,1.65fr) auto;padding:.16rem 0}
.customer-full-charge-summary .payment-total-lines>div>span:nth-child(2){min-width:0;overflow-wrap:anywhere}
.customer-payment-pickup{margin:.4rem 0 0}
.customer-payment-method-section{display:grid;align-content:start;gap:.55rem}
.customer-payment-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}
.customer-payment-details .payment-method-card{min-width:0;min-height:60px;padding:.4rem;font-size:1rem;font-weight:800;overflow-wrap:anywhere}
.customer-payment-details .payment-method-card.selected{background:#dceefa;border-color:#1383cf;box-shadow:0 0 0 2px #1383cf inset}
.customer-payment-details .payment-method-card:focus-visible{outline:3px solid #111;outline-offset:2px}
.customer-zelle-panel{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:.5rem .8rem;align-items:center;margin-top:.25rem}
.customer-zelle-panel .customer-zelle-qr{grid-row:1/span 2;width:100%;max-width:220px;margin:0}
.customer-zelle-panel p{margin:.2rem 0;overflow-wrap:anywhere}
.customer-zelle-amount{font-size:1.2rem}
@media(max-width:900px){.customer-payment-columns{grid-template-columns:1fr}
.customer-display .customer-payment-details{width:min(760px,calc(100vw - 1rem))}
}
@media(max-width:700px){body.customer-display[data-state="PAYMENT"]{padding:.5rem}
.customer-payment-method-grid{grid-template-columns:1fr}
.customer-zelle-panel{grid-template-columns:1fr}
.customer-zelle-panel .customer-zelle-qr{grid-row:auto}
.customer-full-charge-summary .payment-service-rate{grid-template-columns:1fr}
.customer-full-charge-summary .payment-total-lines>div{grid-template-columns:minmax(0,1fr) auto}
.customer-full-charge-summary .payment-total-lines>div>span:nth-child(2){grid-column:1/-1}
}

.display-weight-panel{font-size:1.1rem}
.display-weight-value{display:block;font-size:1.6rem;border:2px solid #1383cf;border-radius:8px;padding:.5rem;background:#fff}
.display-bag-total{display:inline-grid;place-items:center;min-width:2.25rem;margin-right:.4rem;padding:.15rem .45rem;border:2px solid #123b5d;border-radius:999px;font-size:1rem;vertical-align:middle}
.display-bag-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}
.display-bag-grid .bag-color-tile{min-height:42px;border:2px solid #8ba4b5;border-radius:9px;padding:.25rem;display:flex;align-items:center;justify-content:space-between;font-weight:800;background:#f7fafc}
.display-bag-grid .selected{box-shadow:0 0 0 2px #1383cf inset}
.display-wash-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}
.display-wash-grid .wash-option-card{min-height:46px;border:2px solid #8ba4b5;border-radius:9px;padding:.45rem;display:grid;place-items:center;text-align:center;font-weight:800}
.display-wash-grid .selected{background:#ffdfad;border-color:#f7941d}
.display-extra-list{display:grid;gap:.35rem}
.display-extra-list .extra-charge-row{display:block;width:100%;min-width:0;min-height:42px;padding:.55rem .65rem;border:1px solid #8ba4b5;border-radius:8px}
.display-extra-list .extra-charge-row strong{display:block;width:100%;line-height:1.25;white-space:normal;word-break:normal;overflow-wrap:break-word}
.display-order-instructions textarea{font-family:inherit;font-size:1.05rem}
.customer-payment-confirmation{pointer-events:none}
.customer-display-readonly-note{text-align:center;font-weight:700;color:#526675}

.display-bag-grid .bag-black{--bag-color:#191919;--bag-text:#fff;--bag-shadow:#000}
.display-bag-grid .bag-white{--bag-color:#fff;--bag-text:#111;--bag-shadow:#fff}
.display-bag-grid .bag-gray{--bag-color:#888;--bag-text:#fff;--bag-shadow:#222}
.display-bag-grid .bag-red{--bag-color:#d32f2f;--bag-text:#fff;--bag-shadow:#650000}
.display-bag-grid .bag-blue{--bag-color:#1976d2;--bag-text:#fff;--bag-shadow:#00386d}
.display-bag-grid .bag-green{--bag-color:#2e7d32;--bag-text:#fff;--bag-shadow:#063b09}
.display-bag-grid .bag-orange{--bag-color:#ef8c16;--bag-text:#111}
.display-bag-grid .bag-yellow{--bag-color:#f6d32d;--bag-text:#111}
.display-bag-grid .bag-purple{--bag-color:#7b3fa1;--bag-text:#fff;--bag-shadow:#321342}
.display-bag-grid .bag-pink{--bag-color:#f29ac2;--bag-text:#111}
.display-bag-grid .bag-brown{--bag-color:#795548;--bag-text:#fff;--bag-shadow:#34221b}
.display-bag-grid .bag-plastic{--bag-text:#17364d;--bag-shadow:#fff;background-image:linear-gradient(180deg,#ffffff24 0 48%,#fffffff0 100%),url('/images/plastic-bag.png');background-position:center;background-repeat:no-repeat;background-size:cover}
.display-bag-grid .bag-color-tile{background-color:var(--bag-color,#ddd);color:var(--bag-text,#111);text-shadow:0 1px 2px var(--bag-shadow,#fff)}
.display-bag-grid .bag-color-tile strong{display:inline-grid;place-items:center;min-width:1.75rem;min-height:1.75rem;padding:.1rem .32rem;border:2px solid currentColor;border-radius:999px;background:#fff;color:#102f49;text-shadow:none;font-size:1rem;line-height:1;flex:0 0 auto}
body.customer-display[data-state="ORDER_DETAILS"] .display-lookup-language{width:auto;max-width:9rem;justify-self:end;padding:.4rem .6rem;font-size:.86rem}

/* Shared JH component variants for new and migrated employee-facing screens. */
.pos-panel--primary{border-color:var(--pos-navy)}
.pos-panel--summary{border-left:5px solid var(--pos-orange);background:var(--pos-surface-muted)}
.pos-panel--warning{border-color:var(--pos-orange);background:var(--pos-warning-soft)}
.pos-panel--success{border-color:var(--pos-green);background:var(--pos-green-soft)}
.pos-status{display:inline-flex;align-items:center;min-height:32px;padding:.25rem .55rem;border:2px solid var(--pos-border);border-radius:999px;background:var(--pos-navy-light);color:var(--pos-navy);font-size:.85rem;font-weight:800}
.pos-modal{border:2px solid var(--pos-border-strong);border-radius:var(--pos-radius-panel);background:var(--pos-surface);box-shadow:0 16px 45px #001b2e55}

/* Post-payment Change Advisor.
   Static CSS is required because the application CSP uses style-src 'self'. */
.jh-change-advisor{
  width:min(720px,calc(100% - 2rem));
  border:0;
  border-radius:16px;
  padding:0;
  box-shadow:0 18px 60px #0008;
}

.jh-change-advisor::backdrop{
  background:#061b2db8;
}

.jh-change-advisor-card{
  display:grid;
  gap:1.2rem;
  padding:1.3rem;
}

.jh-change-advisor-card h2{
  margin:0;
  color:#123b5d;
}

.jh-change-advisor-tenders{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(110px,1fr));
  gap:1.25rem;
  align-items:stretch;
}

.jh-change-advisor-tenders button{
  width:100%;
  min-width:92px;
  min-height:58px;
  font-size:1.15rem;
  font-weight:800;
}

.jh-change-advisor-tenders button.selected{
  background:#ef8b11!important;
  color:#15202b!important;
  border-color:#d97808!important;
  box-shadow:inset 0 0 0 2px #d97808!important;
}

.jh-change-advisor-summary{
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
  margin:0;
}

.jh-change-advisor-summary div{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:1rem;
  padding:.9rem 1rem;
  border:2px solid #b8cedc;
  border-radius:12px;
  background:#fff;
}

.jh-change-advisor-summary dt{
  font-weight:800;
}

.jh-change-advisor-summary dd{
  margin:0;
  text-align:right;
  font-size:1.35rem;
  font-weight:900;
}

.jh-change-advisor-close{
  justify-self:center;
  width:min(320px,100%);
  min-height:62px;
  font-size:1.1rem;
  font-weight:850;
}
