:root {
  --audit-bg: #060c16;
  --audit-surface: #0b1422;
  --audit-surface-raised: #101d30;
  --audit-surface-soft: #14243a;
  --audit-line: #253a57;
  --audit-line-strong: #365982;
  --audit-text: #f3f7fd;
  --audit-muted: #a4b4ca;
  --audit-blue: #2f87ff;
  --audit-blue-bright: #72b2ff;
  --audit-blue-soft: #173964;
  --audit-focus: #9acbff;
  --audit-warning: #f2b84b;
  --audit-danger: #ff7381;
  --audit-success: #55d6aa;
}

html { background: var(--audit-bg); }
body.audit-redesign {
  --bg: var(--audit-bg);
  --panel: var(--audit-surface);
  --panel2: var(--audit-surface-raised);
  --line: var(--audit-line);
  --text: var(--audit-text);
  --muted: var(--audit-muted);
  --blue: var(--audit-blue);
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% -18%, #17427a30 0, transparent 34rem),
    linear-gradient(145deg, #07101d 0%, #050a12 100%);
  color: var(--audit-text);
}

.app-global-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto 0;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 10px 24px;
  border-bottom: 1px solid var(--audit-line);
  background: #070f1bed;
  backdrop-filter: blur(18px);
}
.app-global-brand { display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.025em; }
.app-global-brand img { width:46px;height:46px;object-fit:contain; }
.app-global-brand span { display:grid;line-height:1.2; }
.app-global-brand small { margin-top:3px;color:var(--audit-blue-bright);font-size:.62rem;letter-spacing:.16em; }
.app-workspaces { display:flex;align-items:center;gap:8px;min-width:0; }
.app-workspaces a { padding:9px 12px;border-radius:9px;color:var(--audit-muted);text-decoration:none;font-size:.86rem;font-weight:650;white-space:nowrap; }
.app-workspaces a:hover { background:#13233a;color:#fff; }
.app-workspaces a.active { background:var(--audit-blue-soft);color:#dcebff; }
.app-global-actions { display:flex;align-items:center;gap:14px; }
.app-help { color:#c1d2e8;text-decoration:none;font-size:.84rem;font-weight:650; }
.app-account { position:relative; }
.app-account summary { display:flex;align-items:center;gap:9px;padding:5px 8px;border:1px solid transparent;border-radius:12px;cursor:pointer;list-style:none;color:#eef6ff; }
.app-account.has-banner summary { border-color:#294769;background:linear-gradient(#07111dcc,#07111dcc),var(--account-banner) center/cover; }
.app-account summary::-webkit-details-marker { display:none; }
.app-account summary:hover,.app-account[open] summary { border-color:var(--audit-line);background:#101d30; }
.app-account summary img,.app-account summary>span { display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#204a80;object-fit:cover;font-weight:800; }
.app-account summary strong { max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem; }
.app-account form { position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:7px;border:1px solid var(--audit-line);border-radius:11px;background:#101c2d;box-shadow:0 18px 40px #0008; }
.app-account button { width:100%;padding:10px;border:0;border-radius:8px;background:#172a44;color:#eff6ff;font:650 .82rem/1 inherit;cursor:pointer; }

body.audit-redesign .sidebar {
  inset: 72px auto 0 0;
  width: 264px;
  padding: 24px 14px 18px;
  border: 0;
  border-right: 1px solid var(--audit-line);
  border-radius: 0;
  background: #080f1b;
  box-shadow: none;
}
body.audit-redesign .sidebar nav { margin-top:0;gap:3px; }
body.audit-redesign .sidebar .nav-heading { margin:2px 10px 8px;padding:0;color:#8ca7c8;font-size:.72rem;letter-spacing:.04em; }
body.audit-redesign .sidebar .nav-context { margin:0 0 15px;padding:0;border:0;background:transparent; }
body.audit-redesign .sidebar .nav-context-choice { min-height:0;padding:10px!important;border:1px solid var(--audit-line)!important;background:#0d192a; }
body.audit-redesign .sidebar .nav-context-choice + .nav-context-choice { margin-top:7px!important; }
body.audit-redesign .sidebar .nav-context-choice small { color:#7fa6d5; }
body.audit-redesign .sidebar nav>a,
body.audit-redesign .sidebar .nav-disclosure summary { min-height:43px;margin:2px 0;padding:11px 13px;border-radius:9px;color:#b7c6d9;font-size:.86rem; }
body.audit-redesign .sidebar nav>a:hover,
body.audit-redesign .sidebar .nav-disclosure summary:hover { background:#111f33;color:#fff; }
body.audit-redesign .sidebar nav>a.active,
body.audit-redesign .sidebar .nav-disclosure summary.active { border-color:#3971b4;background:#183b66;color:#fff; }
body.audit-redesign .sidebar .nav-disclosure-items { margin:2px 0 5px 16px;border-color:#2c4668; }
body.audit-redesign .sidebar .nav-disclosure-items a.active { background:#17365d; }
body.audit-redesign .sidebar-footer { margin-top:22px;padding-top:14px;border-top:1px solid var(--audit-line); }
body.audit-redesign .sidebar .alpha-label { margin-top:16px;color:#748ba8; }

body.audit-redesign main { margin-left:264px;padding:104px clamp(24px,3vw,48px) 64px;max-width:1900px; }
body.audit-redesign .topbar { min-height:auto;margin:0 0 20px;padding:0; }
body.audit-redesign .topbar h1 { margin:4px 0 0;font-size:clamp(1.65rem,2.5vw,2.25rem);letter-spacing:-.04em; }
body.audit-redesign .eyebrow { color:#7fb5ff;font-size:.68rem;letter-spacing:.1em; }

.server-workspace-context { display:grid;grid-template-columns:minmax(240px,330px) auto minmax(420px,1fr);align-items:center;gap:14px;margin:0 0 22px;padding:10px;border:1px solid var(--audit-line);border-radius:14px;background:#0b1626; }
.server-workspace-selector { display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border:1px solid #304d72;border-radius:10px;background:#101e32;color:#fff;text-decoration:none; }
.server-workspace-selector span { display:grid;min-width:0; }
.server-workspace-selector small { color:#7fa4d0;font-size:.63rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase; }
.server-workspace-selector strong { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem; }
.server-workspace-selector b { color:#82baff;font-size:.7rem; }
.server-workspace-group { color:#8fa5c0;font-size:.78rem;white-space:nowrap; }
.server-workspace-tabs { display:grid;grid-template-columns:repeat(4,1fr);align-self:stretch; }
.server-workspace-tabs a { display:grid;place-items:center;min-height:44px;border-bottom:2px solid transparent;color:#9fb1c8;text-decoration:none;font-size:.84rem;font-weight:650; }
.server-workspace-tabs a:hover { background:#122239;color:#fff; }
.server-workspace-tabs a.active { border-color:var(--audit-blue);color:#a9d1ff;background:#10213a; }

body.audit-redesign .panel,
body.audit-redesign .setup-copy,
body.audit-redesign .setup-form,
body.audit-redesign .group-card,
body.audit-redesign .metrics article {
  border-color:var(--audit-line);
  border-radius:14px;
  background:linear-gradient(145deg,#101d30,#0c1727);
  box-shadow:none;
}
body.audit-redesign .panel { padding:clamp(18px,2vw,26px); }
body.audit-redesign .panel + .panel { margin-top:14px; }
body.audit-redesign .panel-head { margin-bottom:16px;padding-bottom:14px;border-color:var(--audit-line); }
body.audit-redesign .panel-head h2 { font-size:1.2rem; }
body.audit-redesign .hero,
body.audit-redesign .hero.compact { margin-bottom:18px;padding:22px 24px;border-color:#31527c;border-radius:16px;background:linear-gradient(120deg,#132b4c,#0e1b2f 68%,#0c1727); }
body.audit-redesign .hero h2 { margin:4px 0 6px;font-size:clamp(1.35rem,2.2vw,1.9rem); }
body.audit-redesign .hero p { max-width:850px;color:#abbcd1; }
body.audit-redesign .group-breadcrumb { margin:0 0 14px;padding:0;border:0;background:transparent;color:#8fa5c1; }
body.audit-redesign .breadcrumb-current { background:#162b49;color:#cce3ff; }
body.audit-redesign .table-wrap,
body.audit-redesign .global-table-scroll,
body.audit-redesign .server-log-table-scroll { border:1px solid var(--audit-line);border-radius:12px;background:#0b1626; }
body.audit-redesign table { background:#0b1626; }
body.audit-redesign th { padding:13px 15px;background:#111f33;color:#9eb8d7;border-color:var(--audit-line); }
body.audit-redesign td { padding:15px;border-color:#1e314b; }
body.audit-redesign tbody tr:hover { background:#11223a; }
body.audit-redesign .module-grid { grid-template-columns:1fr;gap:8px; }
body.audit-redesign .module-card { display:grid;grid-template-columns:minmax(170px,.7fr) minmax(240px,1.4fr) auto;align-items:center;gap:18px;padding:15px 18px;border-radius:11px;background:#0c1828; }
body.audit-redesign .module-card>div:first-of-type { grid-column:1;grid-row:1; }
body.audit-redesign .module-card:before { content:attr(data-description);grid-column:2;grid-row:1;color:#99abc1;font-size:.8rem; }
body.audit-redesign .module-card.enabled { border-color:#3267a7;background:#102746; }
body.audit-redesign .module-card.enabled button[role=switch] { background:var(--audit-blue); }
body.audit-redesign .module-card .module-actions { justify-self:end; }
body.audit-redesign .status.setup,
body.audit-redesign .leaderboard-status:not(.enabled),
body.audit-redesign .faction-state.is-disabled { border-color:#48576b;background:#273244;color:#c3cfdd; }
body.audit-redesign :is(.primary-button,.discord-button,.vertical-form>button,.group-settings button,.installation-actions a,.economy-save,.billing-primary) { background:linear-gradient(135deg,#348bff,#1766df);border-color:#5aa2ff; }
body.audit-redesign :is(a,button,input,select,textarea):focus-visible { outline-color:var(--audit-focus); }
body.audit-redesign input[type=checkbox] { accent-color:var(--audit-blue); }
body.audit-redesign input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
body.audit-redesign select,
body.audit-redesign textarea { border-color:#304866;background:#091423; }

.audit-section-tabs { position:sticky;z-index:8;top:82px;display:flex;gap:6px;margin:0 0 16px;padding:6px;border:1px solid var(--audit-line);border-radius:12px;background:#091321eb;backdrop-filter:blur(14px);overflow-x:auto; }
.audit-section-tabs a { flex:none;padding:9px 13px;border-radius:8px;color:#9fb2ca;text-decoration:none;font-size:.82rem;font-weight:650; }
.audit-section-tabs a:hover,.audit-section-tabs a.active { background:#173b67;color:#eaf4ff; }
.audit-sticky-save { position:sticky;z-index:7;bottom:14px;display:flex;justify-content:flex-end;margin-top:14px;padding:10px;border:1px solid #31527b;border-radius:12px;background:#0a1626e8;backdrop-filter:blur(14px); }
.control-prerequisite { display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:14px 16px;border:1px solid #765a28;border-radius:12px;background:#2c2417;color:#f5c768; }
.control-prerequisite div { display:grid;gap:3px; }
.control-prerequisite span { color:#cfb785;font-size:.82rem; }
.control-prerequisite a { color:#ffd575;font-size:.82rem;font-weight:750;white-space:nowrap; }
.control-live-state { display:flex;justify-content:flex-end;margin:-52px 0 24px;pointer-events:none; }
.permission-command-search { display:grid;gap:7px;max-width:600px;margin-bottom:16px;color:#a9b9cd;font-size:.8rem;font-weight:650; }
.permission-command-list { display:grid;gap:8px; }
.permission-command { border:1px solid var(--audit-line);border-radius:11px;background:#0b1626;overflow:hidden; }
.permission-command>summary { display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;cursor:pointer;list-style:none; }
.permission-command>summary::-webkit-details-marker { display:none; }
.permission-command>summary>span:first-child { display:grid;gap:2px; }
.permission-command>summary strong { color:#f3f7fd; }
.permission-command>summary small { color:#95a9c3; }
.permission-command>summary>span:last-child { color:#90bdf4;font-size:.76rem;font-weight:700; }
.permission-command[open]>summary { border-bottom:1px solid var(--audit-line);background:#11213a; }
.permission-command form { margin:0;padding:18px; }
.advanced-settings { margin-top:26px;padding-top:22px;border-top:1px solid #563444; }
.advanced-settings>header { margin-bottom:12px; }
.advanced-settings>header h2 { margin:4px 0;font-size:1.2rem; }
.advanced-settings>header p { margin:0;color:#bd9ba4; }
body.audit-redesign .server-log-controls { grid-template-columns:minmax(260px,1.5fr) minmax(170px,.7fr) minmax(170px,.7fr) auto;align-items:end; }
body.audit-redesign .server-log-controls small { grid-column:1/-1; }
.server-log-reset { min-height:46px;padding:10px 14px;border:1px solid #354f72;border-radius:10px;background:#12223a;color:#c7d9ee;font-weight:700;cursor:pointer; }
.server-log-pagination-top,.player-database-pagination-top { justify-content:flex-end;margin:0 0 12px; }
.global-pagination-top { justify-content:flex-end;margin:0 0 12px; }
.server-log-location { display:grid;grid-template-columns:auto auto;gap:0 7px;align-items:center; }
.server-log-location small { grid-column:1;color:#7f9aba;font-size:.66rem;font-weight:500; }
.player-name-button { padding:0!important;border:0!important;background:transparent!important;color:#9bc8ff!important;font:750 .9rem/1.4 inherit!important;text-align:left;box-shadow:none!important; }
.player-name-button:hover { color:#d9ebff!important;text-decoration:underline;transform:none!important; }
body.audit-redesign .selection-toolbar { align-items:center; }
body.audit-redesign .selection-toolbar h2 { margin:0 0 4px;font-size:1.35rem; }
body.audit-redesign .selection-toolbar p { margin:0; }
.community-card-purpose { color:#91a8c4;font-size:.82rem; }

/* Public workspaces use the same blue visual language without inheriting the admin shell. */
body:is(.portal-landing,.survivor-page,.public-global-page,.legal-page,.auth-page) {
  --bg:var(--audit-bg);--panel:var(--audit-surface);--panel2:var(--audit-surface-raised);--line:var(--audit-line);--text:var(--audit-text);--muted:var(--audit-muted);--blue:var(--audit-blue);
  background:radial-gradient(circle at 76% -12%,#17427a2e 0,transparent 34rem),linear-gradient(145deg,#07101d,#050a12);color:var(--audit-text);
}
body:is(.portal-landing,.survivor-page,.public-global-page,.legal-page) .portal-nav { width:min(1420px,calc(100% - 40px));min-height:68px;padding:9px 0;border-color:var(--audit-line); }
body:is(.portal-landing,.survivor-page,.public-global-page,.legal-page) .portal-brand img { width:44px;height:44px; }
body.portal-landing .landing-main { grid-template-columns:minmax(0,.75fr) minmax(440px,1fr);gap:clamp(34px,5vw,80px);min-height:calc(100vh - 142px);padding:48px 0; }
body.portal-landing .landing-main:before { border-color:#3476c528;box-shadow:0 0 0 70px #287fff0b,0 0 0 140px #287fff07; }
body.portal-landing .landing-copy h1 { margin:0 0 18px;font-size:clamp(3rem,5.4vw,5.4rem);line-height:.98; }
body.portal-landing .landing-copy>p { font-size:1.05rem;line-height:1.65; }
body.portal-landing .portal-choice { min-height:160px;border-color:var(--audit-line);border-radius:16px;background:linear-gradient(145deg,#111f34,#0b1626);box-shadow:none; }
body.portal-landing .portal-choice:hover { border-color:#4d83c5; }
body.portal-landing .survivor-choice:before { background:linear-gradient(115deg,#2f83ff1b,transparent 58%); }
body.portal-landing .survivor-choice .portal-choice-icon { border-color:#3d6eaa;background:#18355c;color:#83b9ff; }
body.portal-landing .survivor-choice .portal-choice-copy small { color:#7fabe3; }
body.portal-landing .landing-support { min-height:64px;border-color:#354e78;border-radius:13px;background:#101c31;box-shadow:none; }
body.survivor-page .selection-intro h1 { font-size:clamp(2rem,4vw,3.1rem); }
body.survivor-page .survivor-community-card { border-color:var(--audit-line);background:linear-gradient(145deg,#111f34,#0b1626); }
body.survivor-page .survivor-hero { border-color:#31527c;border-radius:16px;background:linear-gradient(115deg,#142c4d,#0d1a2d); }
body.survivor-page .wallet-card { border-color:#31527c!important;background:linear-gradient(140deg,#122b4b,#0d1b30)!important; }
body.survivor-page .wallet-card strong { color:#8dc0ff; }
body.survivor-page .portal-section { border-color:var(--audit-line);border-radius:14px;background:linear-gradient(145deg,#101d30,#0b1626); }
body.survivor-page .combat-activity-list { display:grid;gap:8px; }
body.survivor-page .combat-activity-row { display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border:1px solid var(--audit-line);border-radius:12px;color:#c4d2e3;font-size:.8rem; }
body.survivor-page .combat-activity-row.combat-activity-kill { border-color:#28664f;background:linear-gradient(90deg,rgba(38,151,102,.28) 0%,rgba(11,22,38,.96) 72%); }
body.survivor-page .combat-activity-row.combat-activity-death { border-color:#703641;background:linear-gradient(90deg,rgba(178,55,70,.29) 0%,rgba(11,22,38,.96) 72%); }
body.survivor-page .combat-activity-copy { display:grid;gap:7px;min-width:0; }
body.survivor-page .combat-activity-copy>strong { color:#f2f7fd;font-size:.94rem;overflow-wrap:anywhere; }
body.survivor-page .combat-activity-copy>strong b { margin:0 5px;color:#8ca5c2; }
body.survivor-page .combat-activity-meta { display:flex;flex-wrap:wrap;gap:5px 14px;color:#9cb0c8;font-size:.72rem; }
body.survivor-page .combat-activity-meta span+span:before { content:'·';margin-right:10px;color:#58708c; }
body.survivor-page .combat-elo { display:flex;flex:none;align-items:baseline;gap:5px;font-weight:800; }
body.survivor-page .combat-elo-kill { color:#67e1af; }
body.survivor-page .combat-elo-death { color:#ff8993; }
body.survivor-page .combat-elo small { color:inherit;font-size:inherit;font-weight:inherit;text-transform:uppercase;opacity:1; }
body.survivor-page .combat-activity-empty { margin:0;padding:28px;color:#91a6c0;text-align:center; }
body.public-global-page .public-global-main { padding-top:34px; }
body.public-global-page .public-global-hero { margin-bottom:18px; }
body.public-global-page .public-global-hero h1 { font-size:clamp(2rem,4vw,3rem); }
body.public-global-page .global-stats { border-color:var(--audit-line);background:linear-gradient(145deg,#101d30,#0b1626); }
body.auth-page .login-card { border-color:#35577f;border-radius:20px;background:linear-gradient(155deg,#12233b,#0b1626);box-shadow:0 28px 80px #0007; }

body.legal-page .legal-main { width:min(1120px,calc(100% - 40px));padding:34px 0 70px; }
.legal-dashboard-back { display:inline-flex;margin-bottom:16px;color:#8ebeff;text-decoration:none;font-size:.82rem;font-weight:700; }
.legal-page-tabs { position:sticky;z-index:5;top:8px;display:flex;gap:6px;margin-bottom:24px;padding:6px;border:1px solid var(--audit-line);border-radius:12px;background:#091321ed;backdrop-filter:blur(14px); }
.legal-page-tabs a { padding:9px 13px;border-radius:8px;color:#9fb2ca;text-decoration:none;font-size:.82rem;font-weight:650; }
.legal-page-tabs a.active { background:#173b67;color:#eaf4ff; }
body.legal-page .legal-hero { max-width:780px;margin:0;padding:0 0 24px;text-align:left; }
body.legal-page .legal-hero h1 { margin:0 0 8px;font-size:clamp(2rem,4vw,2.8rem); }
.legal-reading-layout { display:grid;grid-template-columns:210px minmax(0,760px);gap:42px;align-items:start; }
.legal-toc { position:sticky;top:80px;display:grid;gap:10px;padding:15px;border:1px solid var(--audit-line);border-radius:12px;background:#0c1727; }
.legal-toc>strong { color:#dfeafb;font-size:.78rem; }
.legal-toc nav { display:grid;gap:3px; }
.legal-toc a { padding:6px 7px;border-radius:6px;color:#90a6c1;text-decoration:none;font-size:.75rem;line-height:1.3; }
.legal-toc a:hover { background:#152943;color:#dcecff; }
body.legal-page .legal-copy { width:auto;max-width:none;margin:0;padding:0;border:0;background:transparent; }
body.legal-page .legal-copy section { scroll-margin-top:92px;margin:0 0 12px;padding:20px;border:1px solid var(--audit-line);border-radius:12px;background:#0c1727; }
body.legal-page .legal-copy h2 { margin-top:0;font-size:1.18rem; }

@media (max-width: 1080px) {
  .app-global-header { grid-template-columns:auto 1fr auto; }
  .app-workspaces a { padding:8px; }
  body.portal-landing .landing-main { grid-template-columns:minmax(0,1fr); }
  .server-workspace-context { grid-template-columns:1fr auto; }
  .server-workspace-tabs { grid-column:1/-1; }
  body.audit-redesign .server-log-controls { grid-template-columns:1fr 1fr; }
  body.audit-redesign .server-log-search { grid-column:1/-1; }
}
@media (max-width: 1000px) {
  .app-global-header { position:sticky;grid-template-columns:1fr auto;min-height:64px;padding:8px 14px; }
  .app-workspaces { display:none; }
  .app-global-brand img { width:40px;height:40px; }
  .app-global-brand span { display:none; }
  body.audit-redesign .sidebar { position:fixed;inset:0 auto 0 0;width:min(310px,88vw);margin:0;padding:72px 14px 20px;border-radius:0;transform:translateX(-105%); }
  body.audit-redesign.mobile-nav-open .sidebar { transform:translateX(0); }
  body.audit-redesign main { margin-left:0;padding:20px 18px 48px; }
  body.audit-redesign .mobile-nav-toggle { top:10px;left:68px;z-index:60; }
  .server-workspace-context { grid-template-columns:1fr; }
  .server-workspace-group { display:none; }
  .server-workspace-tabs { grid-column:auto; }
}
@media (max-width: 640px) {
  body.survivor-page .combat-activity-row { align-items:flex-start;gap:12px;padding:14px; }
  body.survivor-page .combat-activity-meta { gap:4px 10px; }
  body.survivor-page .combat-activity-meta span+span:before { margin-right:7px; }
  .app-global-actions { gap:7px; }
  .app-help { display:none; }
  .app-account summary strong { display:none; }
  body.audit-redesign main { padding:16px 12px 40px; }
  .server-workspace-context { padding:7px; }
  .server-workspace-tabs a { min-width:68px;font-size:.76rem; }
  body.audit-redesign .panel { padding:17px 14px; }
  body.audit-redesign .module-card { grid-template-columns:1fr auto;gap:9px; }
  body.audit-redesign .module-card:before { grid-column:1/-1;grid-row:2; }
  .control-prerequisite { align-items:flex-start;flex-direction:column; }
  .control-live-state { margin:0 0 12px;justify-content:flex-start; }
  .legal-reading-layout { grid-template-columns:1fr;gap:16px; }
  .legal-toc { position:static; }
  .legal-page-tabs { overflow-x:auto; }
  body.audit-redesign .server-log-controls { grid-template-columns:1fr; }
  body.audit-redesign .server-log-search { grid-column:auto; }
  body.audit-redesign .server-log-controls small { grid-column:auto; }
  body.survivor-page .combat-activity-list { grid-template-columns:minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .app-global-header *,body.audit-redesign * { scroll-behavior:auto!important;transition:none!important;animation:none!important; }
}
