/* FINAL/FROZEN Gap 4 visual implementation. Scoped from legacy IUP and frozen mobile IUP views. */
.iup-admin-overview-panel {
  --ao-navy: #071735;
  --ao-blue: #1453d1;
  --ao-blue-soft: #edf3ff;
  --ao-yellow: #ffc928;
  --ao-yellow-soft: #fff8df;
  --ao-green: #17804d;
  --ao-green-soft: #eaf7ef;
  --ao-orange: #a65a00;
  --ao-orange-soft: #fff2dd;
  --ao-red: #b5271c;
  --ao-red-soft: #fff0ee;
  --ao-ink: #0d1b36;
  --ao-muted: #58657b;
  --ao-line: #d8e0eb;
  color: var(--ao-ink);
}

body[data-mode="admin"][data-admin-module="iup-overview"] #view-admin {
  width: min(1440px, 100%);
  max-width: none;
  padding: 0 32px 56px;
}

body[data-mode="admin"][data-admin-module="iup-overview"] #view-admin > .section-title,
body[data-mode="admin"][data-admin-module="iup-overview"] #adminActionInbox,
body[data-mode="admin"][data-admin-module="iup-overview"] #adminContextBar,
body[data-mode="admin"][data-admin-module="iup-overview"] #view-admin > .admin-start-panel,
body[data-mode="admin"][data-admin-module="iup-overview"] #view-admin > .admin-grid {
  display: none !important;
}

.iup-ao-page { padding-top: 26px; }
.iup-ao-page button, .iup-ao-page select { font: inherit; }
.iup-ao-page svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.iup-ao-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.iup-ao-page-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; margin-bottom: 20px; }
.iup-ao-eyebrow { margin: 0 0 8px; color: var(--ao-blue); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.iup-ao-eyebrow b { margin: 0 7px; color: #98a5b9; }
.iup-ao-page-head h1 { margin: 0; font-size: clamp(34px, 3vw, 46px); line-height: .98; letter-spacing: -.045em; }
.iup-ao-lead { max-width: 740px; margin: 8px 0 0; color: var(--ao-muted); font-size: 17px; line-height: 1.45; }
.iup-ao-head-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.iup-ao-season-select, .iup-ao-secondary, .iup-ao-primary, .iup-ao-text {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 9px;
  font-weight: 820;
}
.iup-ao-season-select { position: relative; min-width: 196px; padding: 0; color: var(--ao-ink); border: 1px solid #a9bfe8; background: #fff; }
.iup-ao-season-select select { width: 100%; min-height: 44px; padding: 0 42px 0 14px; color: inherit; border: 0; border-radius: inherit; appearance: none; background: transparent; font-weight: 800; }
.iup-ao-season-select svg { position: absolute; right: 12px; width: 18px; pointer-events: none; color: var(--ao-blue); }
.iup-ao-secondary { color: var(--ao-blue); border: 1px solid #a9bfe8; background: #fff; }
.iup-ao-primary { color: var(--ao-navy); border: 1px solid #e2ae00; background: var(--ao-yellow); }
.iup-ao-text { min-height: 44px; padding: 0 4px; color: var(--ao-blue); border: 0; background: transparent; }
.iup-ao-context, .iup-ao-history-banner { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 12px 14px; border: 1px solid #c9d7ee; border-radius: 10px; color: #263b63; background: #f4f8ff; }
.iup-ao-context > svg { flex: 0 0 auto; color: var(--ao-blue); }
.iup-ao-context strong { color: var(--ao-ink); }
.iup-ao-context .iup-ao-text { margin-left: auto; white-space: nowrap; }
.iup-ao-context.closed, .iup-ao-history-banner { border-color: #d9c37b; color: #5b4700; background: #fff9e6; }
.iup-ao-context.closed > svg, .iup-ao-history-banner > svg { color: #aa7900; }
.iup-ao-panel { border: 1px solid var(--ao-line); border-radius: 13px; background: #fff; box-shadow: 0 7px 22px rgba(7,23,53,.045); }
.iup-ao-overview-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr); gap: 18px; margin-bottom: 18px; }
.iup-ao-pulse { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; min-height: 244px; padding: 24px 26px; overflow: hidden; align-items: center; }
.iup-ao-ring { position: relative; display: grid; width: 154px; height: 154px; place-items: center; border-radius: 50%; background: conic-gradient(var(--ao-yellow) calc(var(--value) * 1%), #e4e8ef 0); }
.iup-ao-ring::before { position: absolute; width: 118px; height: 118px; border-radius: 50%; content: ""; background: #fff; }
.iup-ao-ring div { position: relative; z-index: 1; text-align: center; }
.iup-ao-ring strong { display: block; font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.iup-ao-ring span { color: var(--ao-muted); font-size: 12px; font-weight: 800; }
.iup-ao-kicker { margin: 0 0 6px; color: var(--ao-blue); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.iup-ao-pulse h2, .iup-ao-support h2, .iup-ao-team-section h2, .iup-ao-distribution h2, .iup-ao-state-card h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.iup-ao-pulse-copy > p:not(.iup-ao-kicker), .iup-ao-support > p:not(.iup-ao-kicker) { margin: 7px 0 20px; color: var(--ao-muted); }
.iup-ao-ratio { display: flex; align-items: baseline; gap: 8px; }
.iup-ao-ratio strong { font-size: 25px; letter-spacing: -.03em; }
.iup-ao-ratio span { color: var(--ao-muted); }
.iup-ao-thin { height: 7px; margin: 9px 0 17px; overflow: hidden; border-radius: 10px; background: #e2e6ed; }
.iup-ao-thin b { display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--ao-yellow); }
.iup-ao-capacity { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; padding-top: 15px; border-top: 1px solid var(--ao-line); }
.iup-ao-capacity strong, .iup-ao-capacity span { display: block; }
.iup-ao-capacity span { color: var(--ao-muted); font-size: 13px; }
.iup-ao-capacity > b { font-size: 22px; }
.iup-ao-support { padding: 23px 24px; }
.iup-ao-support-list { display: grid; }
.iup-ao-support-item { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 51px; border-top: 1px solid #e8ecf2; }
.iup-ao-support-item:first-child { border-top: 0; }
.iup-ao-support-item strong, .iup-ao-support-item span { display: block; }
.iup-ao-support-item strong { font-size: 14px; }
.iup-ao-support-item span { margin-top: 2px; color: var(--ao-muted); font-size: 12px; }
.iup-ao-support-item > b { font-size: 20px; }
.iup-ao-status-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--ao-blue); background: var(--ao-blue-soft); }
.iup-ao-status-icon svg { width: 17px; height: 17px; }
.iup-ao-status-icon.danger { color: var(--ao-red); background: var(--ao-red-soft); }
.iup-ao-status-icon.warn { color: var(--ao-orange); background: var(--ao-orange-soft); }
.iup-ao-status-icon.good { color: var(--ao-green); background: var(--ao-green-soft); }
.iup-ao-status-icon.protected { color: #654db7; background: #f1edff; }
.iup-ao-team-section { overflow: hidden; }
.iup-ao-team-section > header { display: flex; align-items: center; gap: 12px; padding: 20px 22px 15px; }
.iup-ao-team-section > header > div { flex: 1; }
.iup-ao-team-section > header p { margin: 4px 0 0; color: var(--ao-muted); font-size: 13px; }
.iup-ao-team-section > header > span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: #31517f; background: #edf3fb; font-size: 12px; font-weight: 750; }
.iup-ao-team-section > header > span svg { width: 15px; height: 15px; }
.iup-ao-table-wrap { overflow-x: auto; }
.iup-ao-team-section table { width: 100%; border-collapse: collapse; }
.iup-ao-team-section th { padding: 10px 14px; color: var(--ao-muted); background: #f2f5f9; font-size: 11px; text-align: left; text-transform: uppercase; }
.iup-ao-team-section th:first-child, .iup-ao-team-section td:first-child { padding-left: 22px; }
.iup-ao-team-section th:last-child, .iup-ao-team-section td:last-child { padding-right: 22px; text-align: right; }
.iup-ao-team-section td { height: 72px; padding: 10px 14px; border-top: 1px solid #e8ecf2; vertical-align: middle; }
.iup-ao-team-name { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; align-items: center; }
.iup-ao-team-badge { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 9px; color: #fff; background: #0b234e; font-size: 10px; font-weight: 900; }
.iup-ao-team-name strong, .iup-ao-team-name span, .iup-ao-measure strong, .iup-ao-measure span { display: block; }
.iup-ao-team-name span, .iup-ao-measure span { margin-top: 2px; color: var(--ao-muted); font-size: 12px; }
.iup-ao-state-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 850; white-space: nowrap; }
.iup-ao-state-pill::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: currentColor; }
.iup-ao-state-pill.danger { color: var(--ao-red); background: var(--ao-red-soft); }
.iup-ao-state-pill.warn { color: var(--ao-orange); background: var(--ao-orange-soft); }
.iup-ao-state-pill.info { color: var(--ao-blue); background: var(--ao-blue-soft); }
.iup-ao-state-pill.good { color: var(--ao-green); background: var(--ao-green-soft); }
.iup-ao-state-pill.protected { color: #654db7; background: #f1edff; }
.iup-ao-row-action { min-height: 44px; padding: 0 13px; color: var(--ao-blue); border: 1px solid #a9bfe8; border-radius: 8px; background: #fff; font-size: 13px; font-weight: 820; }
.iup-ao-row-action.primary { color: var(--ao-navy); border-color: #e2ae00; background: var(--ao-yellow); }
.iup-ao-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.iup-ao-groups article { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 19px 21px; }
.iup-ao-groups h3, .iup-ao-groups p { margin: 0; }
.iup-ao-groups h3 { font-size: 17px; }
.iup-ao-groups p { margin-top: 4px; color: var(--ao-muted); font-size: 13px; }
.iup-ao-groups article > strong { color: var(--ao-blue); font-size: 24px; }
.iup-ao-back { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; margin: -5px 0 12px; padding: 0 6px; color: var(--ao-blue); border: 0; background: transparent; font-size: 13px; font-weight: 850; }
.iup-ao-back svg { width: 17px; height: 17px; }
.iup-ao-team-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-bottom: 18px; padding: 20px 22px; }
.iup-ao-team-hero > div { display: flex; align-items: center; gap: 14px; }
.iup-ao-team-hero .iup-ao-team-badge { width: 48px; height: 48px; border-radius: 12px; font-size: 12px; }
.iup-ao-team-hero h2, .iup-ao-team-hero p { margin: 0; }
.iup-ao-team-hero h2 { font-size: 25px; }
.iup-ao-team-hero p, .iup-ao-team-hero aside span { margin-top: 4px; color: var(--ao-muted); }
.iup-ao-team-hero aside { text-align: right; }
.iup-ao-team-hero aside strong, .iup-ao-team-hero aside span { display: block; }
.iup-ao-metrics { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.iup-ao-metrics article { min-height: 138px; padding: 18px; }
.iup-ao-metrics article.primary { border-left: 5px solid var(--ao-yellow); }
.iup-ao-metrics span { color: var(--ao-muted); font-size: 12px; font-weight: 750; }
.iup-ao-metrics strong { display: block; margin: 8px 0 3px; font-size: 29px; letter-spacing: -.04em; }
.iup-ao-metrics p { margin: 0; color: var(--ao-muted); font-size: 12px; line-height: 1.35; }
.iup-ao-metrics .iup-ao-thin { margin: 12px 0 0; }
.iup-ao-detail-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(290px, .7fr); gap: 18px; }
.iup-ao-distributions { display: grid; gap: 18px; }
.iup-ao-distribution { padding: 20px 22px; }
.iup-ao-distribution > p { margin: 5px 0 16px; color: var(--ao-muted); font-size: 13px; }
.iup-ao-bar-row { display: grid; grid-template-columns: minmax(125px, .9fr) minmax(100px, 2fr) 54px; gap: 10px; align-items: center; margin-top: 10px; font-size: 13px; }
.iup-ao-bar-row i { height: 8px; overflow: hidden; border-radius: 8px; background: #e5e9ef; }
.iup-ao-bar-row i b { display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--ao-blue); }
.iup-ao-bar-row.legacy i b { background: #8b97aa; }
.iup-ao-bar-row > strong { text-align: right; }
.iup-ao-support-action { align-self: start; overflow: hidden; }
.iup-ao-support-action > header { padding: 20px 22px; color: var(--ao-navy); background: var(--ao-yellow-soft); border-bottom: 1px solid #eed98c; }
.iup-ao-support-action h2 { margin: 11px 0 0; font-size: 22px; }
.iup-ao-support-action header p { margin: 6px 0 0; color: #65551e; line-height: 1.4; }
.iup-ao-support-action > div { padding: 8px 22px; }
.iup-ao-support-action > div > p { display: flex; gap: 10px; margin: 0; padding: 14px 0; border-bottom: 1px solid #e8ecf2; }
.iup-ao-support-action > div > p:last-child { border-bottom: 0; }
.iup-ao-support-action > div > p > svg { flex: 0 0 auto; color: var(--ao-blue); }
.iup-ao-support-action > div span, .iup-ao-support-action > div strong { display: block; }
.iup-ao-support-action > div span { color: var(--ao-muted); font-size: 12px; line-height: 1.35; }
.iup-ao-support-action > div strong { margin-bottom: 2px; color: var(--ao-ink); font-size: 13px; }
.iup-ao-support-action footer { display: grid; gap: 8px; padding: 16px 22px 20px; }
.iup-ao-state-wrap { min-height: 650px; }
.iup-ao-state-card { display: grid; max-width: 970px; min-height: 360px; margin: 44px auto 0; place-items: center; padding: 44px; text-align: center; }
.iup-ao-state-card > div > p:not(.iup-ao-kicker) { max-width: 610px; margin: 10px auto 22px; color: var(--ao-muted); font-size: 16px; line-height: 1.5; }
.iup-ao-state-visual { display: grid; width: 78px; height: 78px; place-items: center; margin: 0 auto 20px; border-radius: 22px; color: var(--ao-blue); background: var(--ao-blue-soft); }
.iup-ao-state-visual svg { width: 38px; height: 38px; }
.iup-ao-state-card.danger .iup-ao-state-visual { color: var(--ao-red); background: var(--ao-red-soft); }
.iup-ao-state-card.warn .iup-ao-state-visual { color: var(--ao-orange); background: var(--ao-orange-soft); }
.iup-ao-state-card.protected .iup-ao-state-visual { color: #654db7; background: #f1edff; }
.iup-ao-state-card h2 { font-size: 28px; }
.iup-ao-state-actions { display: flex; justify-content: center; gap: 10px; }
.iup-ao-state-card small { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 22px; color: var(--ao-muted); }
.iup-ao-state-card small svg { width: 15px; height: 15px; }
.iup-ao-skeleton > div { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; }
.iup-ao-skeleton article { display: grid; gap: 14px; min-height: 245px; padding: 24px; }
.iup-ao-skeleton article i, .iup-ao-skeleton article b { display: block; overflow: hidden; width: 55%; height: 16px; border-radius: 8px; background: #e7ebf1; }
.iup-ao-skeleton article i:nth-child(2) { width: 80%; height: 25px; }
.iup-ao-skeleton article b { width: 76px; height: 76px; border-radius: 50%; }
.iup-ao-skeleton .table { min-height: 300px; margin-top: 18px; }
.iup-ao-footnote { display: flex; align-items: center; gap: 7px; margin: 18px 2px 0; color: var(--ao-muted); font-size: 12px; }
.iup-ao-footnote svg { width: 15px; height: 15px; }
.iup-ao-page button:focus-visible, .iup-ao-page select:focus-visible { outline: 3px solid rgba(20,83,209,.32); outline-offset: 3px; }

@media (max-width: 1120px) {
  .iup-ao-overview-grid { grid-template-columns: 1fr; }
  .iup-ao-support-list { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .iup-ao-support-item:nth-child(2) { border-top: 0; }
  .iup-ao-metrics { grid-template-columns: 1fr 1fr; }
  .iup-ao-detail-grid { grid-template-columns: 1fr; }
  .iup-ao-support-action { display: grid; grid-template-columns: 1.2fr 1fr; }
  .iup-ao-support-action footer { align-content: center; }
}

@media (min-width: 761px) and (max-width: 899px) {
  body[data-mode="admin"][data-admin-module="iup-overview"] {
    background: #f7f9fc;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar {
    min-height: 76px;
    margin: -14px -22px 16px;
    padding: 10px 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(90deg, #031535 0%, #061d48 55%, #020f2a 100%);
    box-shadow: 0 8px 24px rgba(2,15,42,.16);
    backdrop-filter: none;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup {
    flex: 1 1 auto;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup h1,
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup .eyebrow {
    color: #fff;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup .eyebrow {
    opacity: .76;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .club-crest {
    width: 42px;
    height: 48px;
    box-shadow: 0 7px 18px rgba(0,0,0,.3);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .coach-desktop-nav,
  body[data-mode="admin"][data-admin-module="iup-overview"] .web3-admin-nav,
  body[data-mode="admin"][data-admin-module="iup-overview"] #openPlayerShare,
  body[data-mode="admin"][data-admin-module="iup-overview"] .mobile-notification-button {
    display: none !important;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .icon-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    color: #fff;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .admin-access-button {
    min-height: 42px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.05);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu > summary {
    color: #fff;
    border-color: rgba(255,255,255,.18);
    background: transparent;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu small {
    color: rgba(255,255,255,.7);
  }
}

@media (max-width: 760px) {
  body[data-mode="admin"][data-admin-module="iup-overview"] {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar {
    min-height: calc(70px + env(safe-area-inset-top));
    margin: -10px -10px 0;
    padding: max(9px, env(safe-area-inset-top)) 14px 8px;
    color: #fff;
    border-bottom: 1px solid rgba(142,170,210,.28);
    background: #071735;
    box-shadow: 0 5px 18px rgba(2,15,42,.16);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar .coach-desktop-nav,
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar .web3-admin-nav,
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar #openPlayerShare,
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar #openUniversalSearch,
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar #toggleAdminMode,
  body[data-mode="admin"][data-admin-module="iup-overview"] .topbar .mobile-notification-button {
    display: none !important;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup {
    flex: 1 1 auto;
    gap: 8px;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup .club-crest {
    width: 42px;
    height: 48px;
    flex: 0 0 auto;
    border-width: 2px;
    box-shadow: 0 7px 18px rgba(0,0,0,.3);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup > div:last-child {
    display: block;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup .eyebrow {
    display: block;
    margin: 0 0 1px;
    color: #fff;
    font-size: 0;
    line-height: 1;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup .eyebrow::after {
    content: "ADMINISTRATION";
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup h1 {
    margin: 0;
    color: #fff;
    font-size: 0;
    line-height: 1;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup h1 > span {
    display: none !important;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .brand-lockup h1::after {
    content: "IUP-översikt";
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.02em;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu {
    margin-left: auto;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu > summary {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 2px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu .account-avatar {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #8a98ad;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .account-menu .account-summary {
    display: none;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    width: 100%;
    min-height: 78px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 7px 4px max(7px, env(safe-area-inset-bottom));
    transform: none;
    border-top: 1px solid rgba(142,170,210,.32);
    border-radius: 0;
    background: rgba(3,20,46,.98);
    box-shadow: 0 -10px 28px rgba(0,8,24,.28);
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .bottom-nav button,
  body[data-mode="admin"][data-admin-module="iup-overview"] .bottom-nav button.active {
    display: flex;
    min-width: 0;
    min-height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 4px 2px 2px;
    color: rgba(255,255,255,.78);
    border-radius: 0;
    background: transparent;
    font-size: .73rem;
    font-weight: 650;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .bottom-nav svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] .bottom-nav [data-view="analysis"] {
    color: #ffc928;
  }
  body[data-mode="admin"][data-admin-module="iup-overview"] #view-admin { padding: 0 15px 108px; }
  .iup-ao-page { padding-top: 18px; }
  .iup-ao-page-head { grid-template-columns: 1fr; gap: 14px; align-items: start; }
  .iup-ao-page-head h1 { font-size: 31px; }
  .iup-ao-lead { font-size: 14px; }
  .iup-ao-head-tools { display: grid; grid-template-columns: 1fr auto; justify-content: stretch; }
  .iup-ao-season-select { min-width: 0; }
  .iup-ao-head-tools .iup-ao-secondary { width: 46px; padding: 0; font-size: 0; }
  .iup-ao-head-tools .iup-ao-secondary svg { width: 20px; }
  .iup-ao-context { align-items: flex-start; font-size: 13px; line-height: 1.4; }
  .iup-ao-context .iup-ao-text { display: none; }
  .iup-ao-pulse { grid-template-columns: 96px minmax(0,1fr); gap: 14px; min-height: 0; padding: 18px; }
  .iup-ao-ring { width: 92px; height: 92px; }
  .iup-ao-ring::before { width: 70px; height: 70px; }
  .iup-ao-ring strong { font-size: 25px; }
  .iup-ao-ring span { font-size: 9px; }
  .iup-ao-pulse h2, .iup-ao-support h2 { font-size: 19px; }
  .iup-ao-pulse-copy > p:not(.iup-ao-kicker) { font-size: 13px; }
  .iup-ao-ratio { display: block; }
  .iup-ao-ratio strong { font-size: 20px; }
  .iup-ao-ratio span { display: block; margin-top: 3px; font-size: 12px; }
  .iup-ao-capacity > b { font-size: 17px; }
  .iup-ao-support { padding: 19px; }
  .iup-ao-support-list { grid-template-columns: 1fr; }
  .iup-ao-support-item:nth-child(2) { border-top: 1px solid #e8ecf2; }
  .iup-ao-team-section > header { align-items: flex-start; }
  .iup-ao-team-section > header > span { font-size: 0; }
  .iup-ao-team-section > header > span svg { width: 18px; height: 18px; }
  .iup-ao-team-section thead { display: none; }
  .iup-ao-team-section table, .iup-ao-team-section tbody, .iup-ao-team-section tr, .iup-ao-team-section td { display: block; width: 100%; }
  .iup-ao-team-section tr { position: relative; padding: 15px 16px; border-top: 1px solid #e8ecf2; }
  .iup-ao-team-section td { height: auto; padding: 0 !important; border: 0; text-align: left !important; }
  .iup-ao-team-section td:nth-child(2) { margin: 11px 0 7px; }
  .iup-ao-team-section td:nth-child(3) { margin-bottom: 12px; }
  .iup-ao-row-action { width: 100%; }
  .iup-ao-groups { grid-template-columns: 1fr; }
  .iup-ao-team-hero { grid-template-columns: 1fr; align-items: start; }
  .iup-ao-team-hero aside { text-align: left; padding-left: 62px; }
  .iup-ao-metrics { grid-template-columns: 1fr 1fr; gap: 10px; }
  .iup-ao-metrics article { min-height: 126px; padding: 15px; }
  .iup-ao-metrics strong { font-size: 24px; }
  .iup-ao-bar-row { grid-template-columns: minmax(100px, 1fr) minmax(76px, 1.3fr) 48px; }
  .iup-ao-support-action { display: block; }
  .iup-ao-state-wrap { min-height: 510px; }
  .iup-ao-state-card { min-height: 380px; margin-top: 16px; padding: 28px 20px; }
  .iup-ao-state-card h2 { font-size: 24px; }
  .iup-ao-state-actions { width: 100%; flex-direction: column; }
  .iup-ao-state-actions button { width: 100%; }
  .iup-ao-skeleton > div { grid-template-columns: 1fr; }
  .iup-ao-skeleton article { min-height: 190px; }
  .iup-ao-skeleton .table { display: none; }
}

@media (max-width: 390px) {
  .iup-ao-pulse { grid-template-columns: 88px minmax(0,1fr); padding-inline: 14px; }
  .iup-ao-ring { width: 82px; height: 82px; }
  .iup-ao-ring::before { width: 62px; height: 62px; }
  .iup-ao-capacity { grid-template-columns: 1fr; }
  .iup-ao-capacity > b { margin-top: 3px; }
  .iup-ao-metrics { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .iup-admin-overview-panel *, .iup-admin-overview-panel *::before, .iup-admin-overview-panel *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
