:root{--green: #0b6b4f;--green-d: #0b3d2e;--ink: #14201b;--muted: #5b6b64;--line: #d5ded9;--bg: #f2f5f3;--surface: #ffffff;--red: #c62828;--orange: #e8730c;--yellow: #b58900;--gone: #7a1414;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--radius: 14px;--tap: 60px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:19px}body{margin:0;font-family:Noto Sans KR,system-ui,sans-serif;font-weight:500;color:var(--ink);background:var(--bg)}button,input{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;border:none;background:none}input{background:#fff}.app{max-width:640px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.body{flex:1;padding:14px 14px 40px}.center-msg{padding:60px 24px;text-align:center;color:var(--muted);font-size:1.1rem;line-height:1.7}.notice{background:#fff;border:2px solid var(--line);border-radius:var(--radius);padding:20px;line-height:1.7}code{background:#e7ede9;padding:2px 6px;border-radius:6px;font-size:.9em}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:10px;background:var(--green-d);color:#fff;padding:10px 12px;min-height:56px}.tb-title{font-weight:900;font-size:1.25rem}.tb-back{color:#fff;font-weight:800;font-size:1.1rem;padding:8px 6px}.tb-live{margin-left:auto;font-size:.8rem;font-weight:700;opacity:.9}.tb-live.off{opacity:.6}.tb-user{color:#fff;font-weight:800;font-size:1rem;background:#ffffff26;border-radius:999px;padding:8px 16px}.livetoast{position:fixed;left:12px;right:12px;bottom:14px;z-index:40;max-width:616px;margin:0 auto;background:var(--ink);color:#fff;font-weight:700;font-size:1rem;padding:16px;border-radius:var(--radius);box-shadow:0 6px 24px #00000059;text-align:center}.home{display:flex;flex-direction:column;gap:14px}.home-stat{text-align:center;color:var(--muted);font-size:1.05rem;padding:6px 0 4px}.home-stat b{color:var(--ink);font-size:1.3rem}.tile{display:flex;flex-direction:column;gap:6px;background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 22px;text-align:left;min-height:104px;justify-content:center}.tile:active{transform:translateY(1px)}.tile-t{font-size:1.5rem;font-weight:900}.tile-s{font-size:1rem;color:var(--muted);font-weight:600}.tile.expiry{border-color:#f0c9a8}.tile.expiry .tile-t{color:var(--orange)}.login{padding:24px 8px}.login-h{text-align:center;font-size:1.6rem;font-weight:900;line-height:1.4;margin:18px 0 26px}.login-back,.login-back:visited{color:var(--green);font-weight:800;font-size:1.05rem;padding:8px}.name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.name-btn{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 10px;font-size:1.4rem;font-weight:800;min-height:88px}.name-btn:active{background:#eef4f1}.pin-dots{display:flex;justify-content:center;gap:18px;margin:10px 0 22px}.dot{width:20px;height:20px;border-radius:999px;border:3px solid var(--green)}.dot.fill{background:var(--green)}.login-err{text-align:center;color:var(--red);font-weight:800;margin-bottom:12px;font-size:1.05rem}.login-busy{text-align:center;color:var(--muted);margin-bottom:12px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:340px;margin:0 auto}.key{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);font-size:2rem;font-weight:800;padding:18px 0;min-height:74px}.key:active{background:#eef4f1}.page{display:flex;flex-direction:column;gap:14px}.page-h{font-size:1.35rem;font-weight:900;margin:4px 0 2px}.aisle-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.aisle-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 8px;min-height:92px;justify-content:center}.ab-num{font-size:1.7rem;font-weight:900}.ab-sub{font-size:.95rem;color:var(--muted);font-weight:700}.bay-list{display:flex;flex-direction:column;gap:16px}.bay-card{background:var(--surface);border:2px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.bay-card-h{background:#eef4f1;font-weight:900;font-size:1.15rem;padding:10px 14px}.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--line);grid-auto-rows:1fr}.slot{background:#fff;text-align:left;padding:12px;min-height:96px;display:flex;flex-direction:column;gap:3px;position:relative}.slot.off{background:#f6f8f7}.slot-loc{font-size:.98rem;font-weight:900;color:var(--ink);line-height:1.2;padding-right:16px}.slot.off .slot-loc{color:var(--muted)}.slot-name{font-size:1rem;font-weight:700;line-height:1.25;color:var(--green-d);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.slot-sub{font-size:.85rem;font-weight:700;color:var(--muted);margin-top:auto}.slot-empty{font-size:.9rem;color:#a9b6af;font-weight:700}.slot.exp-red:after,.slot.exp-orange:after,.slot.exp-gone:after,.slot.exp-yellow:after{content:"";position:absolute;top:10px;right:10px;width:12px;height:12px;border-radius:999px}.slot.exp-red:after{background:var(--red)}.slot.exp-orange:after{background:var(--orange)}.slot.exp-yellow:after{background:var(--yellow)}.slot.exp-gone:after{background:var(--gone)}.edit{display:flex;flex-direction:column;gap:16px}.edit-loc{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0 4px}.edit-code{font-size:2rem;font-weight:900;letter-spacing:.04em}.edit-label{font-size:1.1rem;color:var(--muted);font-weight:700}.edit-warn{background:#fff4e5;border:2px solid var(--orange);border-radius:var(--radius);padding:14px;font-weight:700;line-height:1.6}.edit-warn button{display:block;margin-top:8px;color:var(--orange);font-weight:900;text-decoration:underline}.fld{display:flex;flex-direction:column;gap:8px}.fld-l{font-size:1.05rem;font-weight:800}.fld-in{border:2px solid var(--line);border-radius:var(--radius);padding:16px;font-size:1.2rem;font-weight:700;width:100%}.fld-in:focus{outline:none;border-color:var(--green)}.fld-pick{border:2px solid var(--green);border-radius:var(--radius);padding:18px 16px;font-size:1.25rem;font-weight:800;text-align:left;background:#f2faf6}.qtyrow{display:flex;align-items:stretch;gap:10px}.qbtn{width:74px;border:2px solid var(--line);border-radius:var(--radius);font-size:2rem;font-weight:900;background:var(--surface)}.qbtn:active{background:#eef4f1}.qin{flex:1;text-align:center;border:2px solid var(--line);border-radius:var(--radius);font-size:1.8rem;font-weight:900;padding:12px}.pallet-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pallet-btn{border:2px solid var(--line);border-radius:var(--radius);padding:18px 4px;font-size:1.1rem;font-weight:800;background:var(--surface)}.pallet-btn.on{background:var(--green);color:#fff;border-color:var(--green)}.edit-meta{font-size:.95rem;color:var(--muted);font-weight:600;text-align:center}.edit-err{color:var(--red);font-weight:800;text-align:center}.edit-actions{display:flex;gap:12px;margin-top:6px}.btn{flex:1;background:var(--green);color:#fff;border-radius:var(--radius);font-size:1.3rem;font-weight:900;padding:20px;min-height:var(--tap)}.btn:disabled{opacity:.5}.btn.ghost{background:#fff;color:var(--ink);border:2px solid var(--line)}.btn.ghost.danger{color:var(--red);border-color:#e6b8b8}.sheet-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0006;display:flex;align-items:flex-end}.sheet{background:var(--bg);width:100%;max-width:640px;margin:0 auto;border-radius:18px 18px 0 0;max-height:88dvh;display:flex;flex-direction:column;padding:14px}.sheet-h{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;padding:4px 4px 12px}.sheet-h button{color:var(--green);font-weight:800;padding:8px}.sheet-search{border:2px solid var(--line);border-radius:var(--radius);padding:14px;font-size:1.15rem;font-weight:700}.sheet-list{flex:1;overflow-y:auto;margin:10px 0;display:flex;flex-direction:column;gap:6px}.sheet-row{background:#fff;border:2px solid var(--line);border-radius:12px;padding:16px;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:8px}.sr-name{font-size:1.1rem;font-weight:800}.sr-brand{font-size:.9rem;color:var(--muted);font-weight:700;white-space:nowrap}.sheet-add{background:#fff;border:2px dashed var(--green);color:var(--green);border-radius:var(--radius);padding:16px;font-weight:800;font-size:1.05rem}.sheet-newp{display:flex;flex-direction:column;gap:8px}.big-search{border:2px solid var(--green);border-radius:var(--radius);padding:18px;font-size:1.25rem;font-weight:700;width:100%}.search-sum,.win-row{font-weight:800}.search-sum{color:var(--muted);font-size:1rem}.win-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.win-btn{border:2px solid var(--line);border-radius:12px;padding:14px 4px;font-weight:800;background:var(--surface);font-size:1rem}.win-btn.on{background:var(--green);color:#fff;border-color:var(--green)}.res-list,.exp-list{display:flex;flex-direction:column;gap:8px}.res-row,.exp-row{display:flex;align-items:center;gap:12px;background:var(--surface);border:2px solid var(--line);border-radius:12px;padding:14px;text-align:left}.rr-code{font-size:1.15rem;font-weight:900;letter-spacing:.03em;white-space:nowrap}.rr-mid,.er-mid{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.rr-name,.er-name{font-size:1.1rem;font-weight:800;line-height:1.3}.rr-sub,.er-sub{font-size:.9rem;color:var(--muted);font-weight:600}.rr-go{font-size:1.6rem;color:var(--muted)}.er-days{font-size:1.2rem;font-weight:900;width:62px;text-align:center;white-space:nowrap}.exp-row.exp-red,.res-row.exp-red{border-color:var(--red)}.exp-row.exp-red .er-days{color:var(--red)}.exp-row.exp-orange,.res-row.exp-orange{border-color:var(--orange)}.exp-row.exp-orange .er-days{color:var(--orange)}.exp-row.exp-gone,.res-row.exp-gone{border-color:var(--gone);background:#fbeaea}.exp-row.exp-gone .er-days{color:var(--gone)}.exp-row.exp-yellow .er-days{color:var(--yellow)}.admin-note{background:#fff;border:2px solid var(--line);border-radius:var(--radius);padding:16px;line-height:1.8;font-size:.95rem}.staff-list,.log-list{display:flex;flex-direction:column;gap:8px}.staff-row{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid var(--line);border-radius:12px;padding:14px}.st-name{font-weight:900;font-size:1.1rem}.st-slug{color:var(--muted);font-size:.9rem}.st-role{margin-left:auto;font-size:.85rem;font-weight:800;padding:4px 10px;border-radius:999px;background:#eef4f1}.st-role.admin{background:var(--green);color:#fff}.st-toggle{font-weight:800;border:2px solid var(--line);border-radius:999px;padding:6px 12px;font-size:.85rem}.log-row{display:flex;flex-direction:column;gap:2px;background:#fff;border:2px solid var(--line);border-radius:12px;padding:12px 14px}.lg-code{font-weight:900}.lg-chg{font-size:.95rem}.lg-who{font-size:.85rem;color:var(--muted);font-weight:600}.rr-loc{font-size:1rem;font-weight:900;color:var(--ink)}.mode-row{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:8px}.mode-row button{border:2px solid var(--line);border-radius:12px;padding:14px 4px;font-weight:800;font-size:1rem;background:var(--surface)}.mode-row button.on{background:var(--green);color:#fff;border-color:var(--green)}.pillgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pillgrid.col{grid-template-columns:1fr}.pill{background:var(--surface);border:2px solid var(--line);border-radius:12px;padding:18px 12px;font-size:1.15rem;font-weight:800;min-height:64px}.pill.wide{display:flex;justify-content:space-between;align-items:center;gap:8px;text-align:left}.pill-cnt{font-size:.9rem;color:var(--muted);font-weight:700;white-space:nowrap}.lp{display:flex;flex-direction:column;gap:12px}.lp-h{font-size:1.2rem;font-weight:900}.lp-crumb{align-self:flex-start;color:var(--green);font-weight:900;font-size:1.05rem;padding:8px 4px}.lp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.lp-grid.two{grid-template-columns:1fr 1fr}.lp-btn{background:var(--surface);border:2px solid var(--line);border-radius:12px;padding:20px 4px;font-size:1.3rem;font-weight:900;min-height:68px}.lp-btn.wide{display:flex;flex-direction:column;gap:4px;padding:20px 8px}.lp-btn.filled{border-color:var(--green)}.lp-ab{font-size:1.6rem}.lp-cur{font-size:.9rem;font-weight:700;color:var(--muted)}.all-filter{display:flex;gap:10px;align-items:center}.all-filter .fld-in{flex:1;padding:12px;font-size:1.05rem}.chk{display:flex;align-items:center;gap:6px;font-weight:700;white-space:nowrap}.chk input{width:24px;height:24px}.big-pick,.big-pick:visited{background:var(--green);color:#fff;border-radius:var(--radius);padding:24px;font-size:1.3rem;font-weight:900;text-align:center}.cur-prod{background:#f2faf6;border:2px solid var(--green);border-radius:var(--radius);padding:16px;position:relative}.cur-prod-t{font-size:1.25rem;font-weight:900;line-height:1.3}.cur-prod-s{font-size:.95rem;color:var(--muted);font-weight:700;margin-top:2px}.cur-prod-x{margin-top:10px;color:var(--green);font-weight:900;text-decoration:underline;font-size:1rem}.cont-common{display:flex;flex-direction:column;gap:14px}.cont-loc{display:flex;flex-direction:column;gap:8px}.cl-label{font-size:.9rem;font-weight:800;color:var(--muted);margin-top:4px}.cl-row{display:flex;flex-wrap:wrap;gap:8px}.cl-b{min-width:52px;border:2px solid var(--line);border-radius:10px;padding:12px 8px;font-weight:800;font-size:1.1rem;background:var(--surface)}.cl-b.on{background:var(--green);color:#fff;border-color:var(--green)}.cl-slots{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cl-slot{border:2px solid var(--line);border-radius:12px;padding:12px;background:var(--surface);display:flex;flex-direction:column;gap:2px;text-align:left}.cl-slot b{font-size:1.3rem}.cl-slot span{font-size:.82rem;font-weight:700;color:var(--muted)}.cl-slot.filled{border-color:#c9b48a;background:#fdf8ee}.cl-slot.on{background:var(--green);border-color:var(--green)}.cl-slot.on b,.cl-slot.on span{color:#fff}.cont-reg{border:2px solid var(--green);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px;background:#fff}.cont-reg-loc{font-size:1.3rem;font-weight:900;text-align:center}.edit-warn.small{font-size:.95rem;padding:10px}.cont-done{border-top:2px solid var(--line);padding-top:12px;display:flex;flex-direction:column;gap:8px}.cd-h{font-weight:900;font-size:1.05rem}.cd-row{display:flex;justify-content:space-between;align-items:center;background:#f6f8f7;border-radius:10px;padding:12px 14px;font-weight:700}.cd-row button{color:var(--red);font-weight:800}.pick-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:6px}.pick-tabs button{border:2px solid var(--line);border-radius:10px;padding:12px;font-weight:800;background:#fff}.pick-tabs button.on{background:var(--green);color:#fff;border-color:var(--green)}.sheet-crumb{align-self:flex-start;color:var(--green);font-weight:900;padding:8px 4px;font-size:1.05rem}@media (min-width: 480px){.slot-grid{grid-template-columns:repeat(4,1fr)}}
