/* v0.12: one game = one isolated administrative workspace. Portrait never splits columns. */
.hn-game-search{margin:13px 0 2px;max-width:600px}
.hn-roster-preview{display:flex;flex-wrap:wrap;gap:5px;margin-top:13px}
.hn-roster-label{font-size:10px;letter-spacing:.09em;font-weight:850;color:#9fdde7;text-transform:uppercase;width:100%;margin-top:5px}
.hn-roster-chip{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:4px 8px;border:1px solid #365774;border-radius:999px;background:#122b47;font-size:11px;color:#eaf7ff;max-width:100%;overflow-wrap:anywhere}
.hn-roster-chip.npc{border-color:#8064a3;background:#322642;color:#efddff}
.hn-overview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,155px),1fr));gap:10px;margin-bottom:19px}
.hn-overview-stat{background:linear-gradient(145deg,#143654,#0b1d36);border:1px solid #365878;padding:14px 16px;border-radius:17px}
.hn-overview-stat strong{font-size:26px;display:block;letter-spacing:-.06em;line-height:1.15}
.hn-overview-stat span{font-size:11px;color:#b8d3e7}
.hn-roster-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.hn-roster-panel{border:1px solid #35516f;background:linear-gradient(150deg,#10243e,#101b32);border-radius:19px;padding:15px;min-width:0}
.hn-roster-panel h3{display:flex;align-items:center;gap:9px;margin:0 0 13px}
.hn-roster-entry{display:flex;align-items:center;gap:11px;padding:12px;border-radius:15px;background:#112a46;border:1px solid #34536e;margin-bottom:9px;flex-wrap:wrap}
.hn-roster-entry .hn-roster-details{min-width:0;flex:1 1 145px}
.hn-roster-entry .hn-roster-details strong{display:block;font-size:14px;overflow-wrap:anywhere}
.hn-roster-entry .hn-roster-details small{display:block;font-size:11px;color:#aac6dc;overflow-wrap:anywhere;margin-top:3px}
.hn-roster-entry .hn-roster-actions{display:flex;flex-wrap:wrap;gap:6px;width:100%}
.hn-roster-entry .btn{min-height:35px;padding:7px 10px;font-size:11px}
.hn-roster-avatar{width:43px;height:43px;border-radius:14px;object-fit:cover;border:1px solid #5c86a2;background:linear-gradient(140deg,#396c97,#182f50);display:grid;place-items:center;font-weight:900;font-size:18px;flex:none}
.hn-roster-avatar.npc{background:linear-gradient(140deg,#655085,#372957)}
.hn-overview-shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,168px),1fr));gap:8px;margin-bottom:17px}
.hn-overview-shortcuts button{min-height:52px;text-align:left;justify-content:flex-start}
.hn-overview-caption{color:#9fcde7;font-size:12px;margin-bottom:13px}
#gameCards [data-game]{display:block;width:100%}
#gameCards [data-game].hn-filtered{display:none}
@media(max-width:920px),(orientation:portrait){.hn-roster-panels{grid-template-columns:minmax(0,1fr)}}
@media(max-width:450px){.hn-roster-panel{padding:11px}.hn-roster-entry{padding:10px}.hn-overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
