.cabin-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 14px; }
@media (max-width: 1100px) { .cabin-split { grid-template-columns: 1fr; } }
.cabin-side { position: sticky; top: 12px; align-self: start; }
.cabin-empty { padding: 22px 16px; color: var(--ink3, #7a7466); font-size: 13px; }
.cabin-kv { display: grid; grid-template-columns: 72px 1fr; gap: 6px 10px; font-size: 12px; padding: 4px 0 10px; }
.cabin-kv b { color: var(--ink3, #7a7466); font-weight: 500; }
.cabin-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.cabin-thumbs img { width: 76px; height: 76px; object-fit: cover; border-radius: 8px; border: 1px solid var(--stroke, rgba(28,26,23,.1)); }
.cabin-thread { max-height: 280px; overflow: auto; display: flex; flex-direction: column; gap: 8px; margin: 8px 0 12px; }
.cabin-bubble { padding: 8px 10px; border-radius: 10px; background: rgba(28,26,23,.04); font-size: 12px; line-height: 1.5; }
.cabin-bubble.admin { background: rgba(138,109,31,.1); }
.st-pill { display: inline-block; padding: 1px 7px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.st-pill.open { background: rgba(180,90,40,.14); color: #a3541a; }
.st-pill.processing { background: rgba(40,110,180,.14); color: #215d9a; }
.st-pill.resolved { background: rgba(40,140,90,.14); color: #1d7a4a; }
.st-pill.closed { background: rgba(28,26,23,.08); color: #6b6456; }
.st-pill.active { background: rgba(40,140,90,.14); color: #1d7a4a; }
.st-pill.dead { background: rgba(28,26,23,.08); color: #6b6456; }
#page-teams table tr.on, #page-tickets table tr.on { background: rgba(138,109,31,.08); }
