:root{font-family:Inter,system-ui,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.page{max-width:1200px;margin:0 auto;padding:24px;display:grid;gap:16px}.card{background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:16px;display:grid;gap:12px}.grid{display:grid;gap:16px;grid-template-columns:320px 1fr}label{font-size:.85rem;color:#334155;display:block}input,select,button{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;font:inherit}button{cursor:pointer;background:#f8fafc}.actions{display:flex;gap:8px}.actions button:last-child{background:#1d4ed8;color:#fff}.muted{color:#64748b;font-size:.9rem}.pill-grid{display:flex;gap:8px;flex-wrap:wrap}.pill{width:auto}.pill.active{background:#dbeafe;border-color:#60a5fa}.signal-row{display:grid;grid-template-columns:1fr 120px 40px;align-items:center;gap:8px}.summary-box{border:1px dashed #cbd5e1;border-radius:8px;padding:8px}.queue-item{display:flex;justify-content:space-between;align-items:center}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{border-bottom:1px solid #e2e8f0;padding:8px;text-align:left}tr:hover{background:#f8fafc;cursor:pointer}
