:root{color:#17202a;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.app-shell{display:flex;min-height:100vh;flex-direction:column;gap:16px;padding:24px}.topbar,.toolbar,.workspace,.notice{width:min(1440px,100%);margin:0 auto}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}h1,h2,h3,p{margin:0}h1{font-size:28px;font-weight:700}h2{font-size:18px}h3{margin-top:18px;margin-bottom:8px;font-size:14px;text-transform:uppercase;color:#607080}.topbar p,.detail-head p,.event-row span,.field span,dt,time{color:#607080}.toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(160px,240px) auto;gap:12px;align-items:end}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:12px;font-weight:700;text-transform:uppercase}input{height:40px;width:100%;border:1px solid #cbd4dc;border-radius:6px;padding:0 12px;background:#fff;color:#17202a}.icon-button{display:inline-flex;height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid #cbd4dc;border-radius:6px;padding:0 14px;background:#fff;color:#17202a;cursor:pointer;white-space:nowrap}.icon-button svg{width:16px;height:16px}.icon-button.primary{border-color:#155eef;background:#155eef;color:#fff}.icon-button:disabled{cursor:not-allowed;opacity:.55}.notice{display:flex;align-items:center;gap:8px;border-radius:6px;padding:10px 12px;font-weight:600}.notice svg{width:18px;height:18px}.notice.ok{border:1px solid #9ad3b2;background:#eaf8ef;color:#126c39}.notice.error{border:1px solid #efb2aa;background:#fff0ef;color:#9b271d}.workspace{display:grid;min-height:620px;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:16px}.events-panel,.detail-panel{min-width:0;border:1px solid #d9e0e7;border-radius:8px;background:#fff}.panel-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5ebf0;padding:14px 16px}.events-list{display:flex;max-height:720px;flex-direction:column;overflow:auto}.event-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;border:0;border-bottom:1px solid #eef2f5;padding:12px 16px;background:#fff;text-align:left;cursor:pointer}.event-row.active{background:#eef5ff}.event-row-main{display:flex;min-width:0;align-items:center;gap:10px}.event-row-main div{display:flex;min-width:0;flex-direction:column;gap:2px}.event-row strong,.event-row span,time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}time{flex:0 0 auto;font-size:12px}.status-icon{width:18px;height:18px;flex:0 0 auto}.status-icon.ok{color:#198754}.status-icon.warn{color:#b54708}.detail-panel{padding:18px;overflow:auto}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.status-pill{border-radius:999px;padding:4px 10px;background:#fff3cd;color:#8a5a00;font-size:12px;font-weight:700}.status-pill.received{background:#dff3e7;color:#126c39}.meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 0}.meta-grid div{min-width:0;border:1px solid #e5ebf0;border-radius:6px;padding:10px}dt{font-size:12px;font-weight:700;text-transform:uppercase}dd{margin:4px 0 0;overflow-wrap:anywhere}pre{max-height:460px;overflow:auto;border:1px solid #d9e0e7;border-radius:8px;padding:14px;background:#111827;color:#e5e7eb;font-size:13px;line-height:1.5}.empty{padding:18px;color:#607080}.detail-empty{display:grid;min-height:400px;place-items:center}@media(max-width:900px){.app-shell{padding:16px}.topbar,.toolbar,.workspace{grid-template-columns:1fr}.topbar{flex-direction:column}.meta-grid{grid-template-columns:1fr}}
