.drop { border: 2px dashed var(--line); border-radius: 12px; padding: 22px 16px; text-align: center; background: var(--panel-2); }
.drop.over { border-color: var(--accent); }
.drop p { margin: 4px 0; }
.muted { color: var(--muted); font-size: 14px; }
.file.inline { display: inline-block; padding: 2px 8px; margin: 0 2px; }
.paste { margin: 12px 0 0; }
.paste summary { font-weight: 600; cursor: pointer; }
.paste textarea { min-height: 120px; margin: 8px 0; }
.table-wrap { overflow-x: auto; margin: 10px 0; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--panel-2); font-weight: 600; white-space: nowrap; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
td .hosts { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
select { font: inherit; font-size: 14px; padding: 4px 6px; border-radius: 6px; border: 1px solid var(--line); background: var(--panel); color: var(--text); }
.cats { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 4px; }
.cat { font-size: 13px; padding: 2px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); }
.bignum { font-size: 22px; font-weight: 700; margin: 4px 0; }
@media (max-width: 480px) { th:nth-child(2), td:nth-child(2) { display: none; } th, td { padding: 8px 6px; } }
.crumbs { font-size: 14px; color: var(--muted); margin: 18px 0 0; }
.crumbs a { color: var(--muted); }
.snippet { border-top: 1px solid var(--line); padding: 8px 0; }
.snippet pre, .tool pre { background: var(--panel-2); border: 1px solid var(--line); border-radius: 8px; padding: 10px; overflow-x: auto; font: 13px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; max-height: 320px; }
.sr-plain { display: none; }
.cols { columns: 2; column-gap: 24px; padding-left: 18px; }
.cols li { break-inside: avoid; margin: 4px 0; }
@media (max-width: 480px) { .cols { columns: 1; } }
.lists { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 10px; }
.lists .row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
