:root{color:#172033;background:#f5f7fa;font:14px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0}.kh-shell{min-height:100vh;padding:26px 32px}.kh-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.kh-header h1{display:inline-block;margin:0 0 4px 12px;font-size:23px}.kh-header p{margin:0;color:#667085}.kh-back{color:#2f6fed;text-decoration:none;font-weight:650}.kh-actions{display:flex;gap:8px}.kh-actions button{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:5px;padding:8px 12px;cursor:pointer;font-weight:600}.kh-actions button:last-child{background:#2f6fed;border-color:#2f6fed;color:#fff}.kh-filters{display:flex;align-items:end;gap:14px;border:1px solid #e4e7ec;background:#fff;padding:13px 15px;margin-bottom:12px}.kh-filters label{display:grid;gap:5px;color:#475467;font-size:12px}.kh-filters input,.kh-filters select{min-width:150px;border:1px solid #d0d5dd;border-radius:4px;background:#fff;padding:8px;color:#172033}.kh-filters .kh-search input{min-width:250px}.kh-table-wrap{overflow:auto;background:#fff;border:1px solid #e4e7ec}.kh-table-wrap table{border-collapse:collapse;width:100%;min-width:850px}.kh-table-wrap th,.kh-table-wrap td{text-align:left;padding:11px 13px;border-bottom:1px solid #eef0f3;white-space:nowrap}.kh-table-wrap th{background:#fafbfc;color:#667085;font-size:12px}.kh-status{border-radius:10px;padding:3px 8px;font-size:12px}.kh-status.waiting{background:#fffaeb;color:#a15c07}.kh-status.ok{background:#ecfdf3;color:#167343}.kh-status.bad{background:#fff3f2;color:#b42318}.kh-status.neutral{background:#f2f4f7;color:#475467}.kh-detail{position:fixed;z-index:3;right:0;top:0;width:min(520px,100vw);height:100vh;overflow:auto;background:#fff;border-left:1px solid #dfe3eb;box-shadow:-8px 0 28px rgba(16,24,40,.15);padding:20px}.kh-detail header{display:flex;justify-content:space-between;align-items:center}.kh-detail h2{margin:0}.kh-detail header button{border:0;background:transparent;font-size:25px;cursor:pointer}.kh-detail h3{margin:20px 0 8px;font-size:14px;color:#344054}.kh-detail dl{display:grid;grid-template-columns:150px 1fr;gap:9px;margin:0}.kh-detail dt{color:#667085}.kh-detail dd{margin:0;word-break:break-word}.kh-log{border-top:1px solid #eef0f3;padding:8px 0;color:#667085;font-size:12px}.kh-empty{padding:35px;text-align:center;color:#98a2b3}@media(max-width:700px){.kh-shell{padding:18px 14px}.kh-header,.kh-filters{align-items:stretch;flex-direction:column}.kh-actions{align-self:flex-start}.kh-filters .kh-search input{min-width:0;width:100%}}
