:root{--bg: #f7f8fa;--panel: #ffffff;--border: #e7e9ed;--border-strong: #d7dbe0;--text: #1a1d21;--muted: #6b7280;--brand: #2563eb;--brand-soft: #eef2ff;--green: #16a34a;--green-soft: #e7f6ec;--red: #dc2626;--red-soft: #fdeaea;--amber: #d97706;--amber-soft: #fdf2e3;--radius: 12px;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 3px rgba(16, 24, 40, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}.layout{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:var(--panel);border-right:1px solid var(--border);padding:20px 14px;display:flex;flex-direction:column;gap:28px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;padding:4px 8px}.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;font-size:14px;display:grid;place-items:center;letter-spacing:.02em}.brand-text{display:flex;flex-direction:column;line-height:1.25}.brand-text strong{font-size:14px}.brand-text span{font-size:12px;color:var(--muted)}.nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;background:none;border-radius:10px;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;text-align:left;width:100%;transition:background .12s,color .12s}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--brand-soft);color:var(--brand)}.icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:var(--panel);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar h1{font-size:18px;font-weight:650;margin:0}.topbar-right{display:flex;align-items:center;gap:16px}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 #16a34a80;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #16a34a66}70%{box-shadow:0 0 0 6px #16a34a00}to{box-shadow:0 0 #16a34a00}}.kiosk-filter{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.kiosk-filter select{padding:7px 10px;border:1px solid var(--border-strong);border-radius:8px;background:var(--panel);color:var(--text);font-size:13px;font-weight:500;cursor:pointer}.kiosk-filter select:focus{outline:2px solid var(--brand-soft);border-color:var(--brand)}.content{padding:24px 28px;flex:1}.view{display:flex;flex-direction:column;gap:20px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--border-strong)}.card.accent-blue:before{background:var(--brand)}.card.accent-green:before{background:var(--green)}.card-label{font-size:13px;color:var(--muted);font-weight:500}.card-value{font-size:26px;font-weight:700;letter-spacing:-.01em}.card-hint{font-size:12px;color:var(--muted)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}.panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.panel h3{margin:0 0 14px;font-size:14px;font-weight:650}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600;padding:0 12px 10px;border-bottom:1px solid var(--border)}.table td{padding:12px;border-bottom:1px solid var(--border);font-size:14px}.table tbody tr:last-child td{border-bottom:none}.table.compact td{padding:8px 10px}.panel>.table{margin:-4px 0}.clickable{cursor:pointer}.clickable:hover{background:var(--bg)}.right{text-align:right}.muted{color:var(--muted)}.small{font-size:12px}.strong{font-weight:650}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px}.empty{text-align:center;color:var(--muted);padding:28px 12px!important}.hint-line{margin:0;font-size:13px;color:var(--muted)}.status{display:inline-flex;align-items:center;gap:7px;font-weight:500}.status .dot{width:8px;height:8px;border-radius:50%}.status.on .dot{background:var(--green)}.status.off .dot{background:var(--red)}.status.off{color:var(--muted)}.tag{display:inline-block;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:var(--bg);color:var(--muted)}.tag.ok{background:var(--green-soft);color:var(--green)}.tag.bad{background:var(--red-soft);color:var(--red)}.tag.warn{background:var(--amber-soft);color:var(--amber)}.pkg-badge{display:inline-block;padding:3px 10px;border-radius:6px;background:var(--brand-soft);color:var(--brand);font-weight:600;font-size:13px}.bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.bar-row{display:flex;justify-content:space-between;margin-bottom:6px;font-size:13px}.bar-label{font-weight:600}.bar-value{color:var(--muted)}.bar-track{height:8px;background:var(--bg);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:var(--brand);border-radius:999px;transition:width .4s ease}.toolbar{display:flex;justify-content:flex-start}.segmented{display:inline-flex;background:var(--panel);border:1px solid var(--border);border-radius:9px;padding:3px;box-shadow:var(--shadow)}.segmented button{border:none;background:none;padding:7px 14px;border-radius:6px;font-size:13px;font-weight:500;color:var(--muted);cursor:pointer}.segmented button.active{background:var(--brand-soft);color:var(--brand)}.banner{padding:10px 14px;border-radius:9px;font-size:13px}.banner.error{background:var(--red-soft);color:var(--red);border:1px solid #f3c2c2}.drawer-backdrop{position:fixed;inset:0;background:#10182859;display:flex;justify-content:flex-end;z-index:50}.drawer{width:460px;max-width:92vw;height:100%;background:var(--panel);border-left:1px solid var(--border);padding:22px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:22px}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start}.drawer-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.drawer-head h2{margin:2px 0 0;font-size:17px}.icon-btn{width:32px;height:32px;border:1px solid var(--border);background:var(--panel);border-radius:8px;cursor:pointer;color:var(--muted)}.icon-btn:hover{background:var(--bg);color:var(--text)}.drawer-section h3{margin:0 0 12px;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.kv{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:var(--bg);border-radius:10px;padding:16px}.field{display:flex;flex-direction:column;gap:3px}.field-label{font-size:11px;color:var(--muted)}.field-value{font-size:14px;font-weight:500}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:5px 11px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--border)}.chip.ok{background:var(--green-soft);color:var(--green);border-color:transparent}.chip.bad{background:var(--red-soft);color:var(--red);border-color:transparent}
