.data-grid{display:grid;grid-gap:16px 24px;gap:16px 24px}.data-field.full{grid-column:1/-1}.data-field-lbl{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-fg-muted);margin-bottom:4px}.data-field-val{font-size:14px;font-weight:600;color:var(--shell-fg)}.data-field-val.muted{color:var(--shell-fg-muted);font-weight:500}.filter-pills{flex-wrap:wrap}.filter-pill,.filter-pills{display:inline-flex;align-items:center;gap:6px}.filter-pill{padding:6px 14px;border-radius:999px;border:1px solid var(--shell-border-strong);background:var(--shell-surface);color:var(--shell-fg);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.filter-pill:hover{border-color:var(--vet-purple);color:var(--vet-purple)}.filter-pill.active{background:var(--vet-purple);border-color:var(--vet-purple);color:#fff}.filter-pill.active:hover{background:#5a0f8e;color:#fff}.filter-pill-count{font-family:var(--font-mono);font-weight:500;opacity:.85}.form-footer{display:flex;gap:8px;padding-top:16px;margin-top:16px;border-top:1px solid var(--shell-border)}.drawer-scrim{position:fixed;inset:0;background:rgba(34,17,63,.18);z-index:60;opacity:0;animation:scrim-in .22s var(--ease-out) forwards}[data-theme=dark] .drawer-scrim{background:rgba(0,0,0,.55)}.drawer{position:fixed;top:0;bottom:0;width:var(--tray-w);background:var(--tray-bg);box-shadow:var(--tray-shadow);z-index:65;display:flex;flex-direction:column;animation:tray-in .28s var(--ease-out)}.drawer,.drawer-right{border-left:1px solid var(--shell-border)}.drawer-right{right:0}.drawer-left{left:0;border-right:1px solid var(--shell-border);border-left:0}.drawer.wide{width:var(--tray-w-wide)}.drawer-head{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:16px 18px;border-bottom:1px solid var(--shell-border)}.drawer-title{font-family:var(--font-display);font-weight:700;font-size:14px;margin:0;color:var(--shell-fg);display:flex;align-items:center;gap:10px}.drawer-icon{width:30px;height:30px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.drawer-sub{display:block;font-size:11px;color:var(--shell-fg-muted);font-weight:500;margin-top:1px}.drawer-actions{display:flex;gap:4px}.drawer-body{flex:1 1;overflow-y:auto;padding:18px}.drawer-footer{border-top:1px solid var(--shell-border);padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:8px;background:var(--shell-surface)}.info-block{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:10px;padding:12px 14px;font-size:13px}.info-block-head{display:flex;align-items:center;gap:8px;color:var(--shell-fg)}.info-block-head strong{font-family:var(--font-display);font-weight:700;font-size:13px}.info-block-body{margin-top:6px;color:var(--shell-fg-muted);font-size:12px;line-height:1.5}.info-block-purple{background:var(--soft-lavender);border-color:rgba(66,4,109,.18)}.info-block-purple .info-block-head{color:var(--vet-purple)}[data-theme=dark] .info-block-purple{background:rgba(91,46,255,.1)}.table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--shell-border);background:var(--shell-surface)}.table-toolbar-text h3{margin:0;font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--shell-fg)}.table-toolbar-text .sub{font-size:12px;color:var(--shell-fg-muted);margin-top:2px}.table-toolbar-actions{display:flex;align-items:center;gap:8px}.thread-empty{padding:20px;text-align:center;font-size:12px;color:var(--shell-fg-muted)}.thread-preview{font-size:11px;color:var(--shell-fg-subtle);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-field{display:inline-flex;align-items:center;gap:8px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:8px;padding:0 12px;height:32px;transition:all var(--dur-fast) var(--ease-out)}.search-field:focus-within{border-color:var(--vet-purple);box-shadow:var(--focus-ring);background:var(--shell-surface)}.search-field input{border:0;background:transparent;outline:none;font:inherit;font-size:12px;color:var(--shell-fg);flex:1 1;min-width:0}.search-field input::placeholder{color:var(--shell-fg-subtle)}