.admin-form select { width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: #091711; outline: none; }
.admin-form select:focus { border-color: var(--green); }
.compliance-callout { margin-top: 16px; padding: 15px; border: 1px solid #503a26; border-radius: 11px; background: #241b14; }
.compliance-callout b { color: var(--orange); }
.compliance-callout p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; }
.inline-pack-form { grid-template-columns: 1.4fr 1fr 1fr .7fr auto; align-items: end; margin-bottom: 17px; }
.threads-pack-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.threads-pack { padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: #0b1713; }
.threads-pack > header { display: flex; justify-content: space-between; gap: 10px; margin: 0 0 12px; }
.threads-pack > header div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.threads-pack > header b { overflow: hidden; text-overflow: ellipsis; }
.threads-pack > header div span { color: var(--muted); font-size: 9px; }
.threads-pack-facts { display: flex; flex-wrap: wrap; gap: 5px; }
.threads-pack-facts span { padding: 5px 7px; border-radius: 6px; color: var(--muted); background: #14251f; font-size: 8px; }
.threads-pack details { margin: 12px 0; }
.threads-pack summary { color: var(--green); cursor: pointer; font-size: 10px; }
.threads-query-list { max-height: 260px; margin-top: 9px; overflow: auto; }
.threads-query-list > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 9px; }
.threads-query-list > div > span:first-child { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.threads-query-list small { color: var(--muted); }
@media (max-width: 1050px) { .inline-pack-form { grid-template-columns: 1fr 1fr; } .threads-pack-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .inline-pack-form { grid-template-columns: 1fr; } .threads-query-list > div { flex-direction: column; } }
