:root {
  --red-950: #560305;
  --red-900: #870708;
  --red-800: #b30c0d;
  --red-700: #d41617;
  --red-500: #f23b26;
  --gold-600: #d99b24;
  --gold-500: #f4c85a;
  --gold-300: #ffe6a0;
  --cream: #fff8e9;
  --paper: #fffdf7;
  --line: #f2d8b3;
  --ink: #2b1510;
  --muted: #7d5c4f;
  --shadow: 0 22px 60px rgba(121, 18, 7, 0.18);
  --radius: 8px;
  font-family: "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(244, 200, 90, 0.22), transparent 26rem),
    linear-gradient(180deg, #fff3dc 0%, #fffaf0 35%, #fff6e5 100%);
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px);
  color: #fff;
  background: rgba(118, 4, 5, 0.93);
  border-bottom: 1px solid rgba(255, 225, 154, 0.34);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  flex: 1;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-300);
}

.top-action,
.control-button,
.record-card button,
.view-all {
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, #ed3a24, #b40708);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(154, 12, 10, 0.22);
}

.top-action {
  padding: 10px 18px;
  font-weight: 800;
}

.hero-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
  gap: clamp(22px, 3.5vw, 52px);
  overflow: hidden;
  min-height: 390px;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 84px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(72, 0, 0, 0.4), rgba(132, 0, 0, 0.14)),
    url("../images/banner/banner_12_56_00.jpg") center bottom / cover no-repeat;
  border-bottom: 8px solid #f7c85c;
}

.hero-art {
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.sunburst {
  position: absolute;
  right: 8%;
  top: -80px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, rgba(255, 214, 94, 0.42) 0 6px, transparent 7px 15px);
  opacity: 0.8;
}

.city-line {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 0;
  height: 82px;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(255, 207, 97, 0.72) 3% 4%, transparent 4% 7%, rgba(255, 207, 97, 0.72) 7% 8%, transparent 8% 12%, rgba(255, 207, 97, 0.72) 12% 14%, transparent 14% 18%, rgba(255, 207, 97, 0.72) 18% 19%, transparent 19%),
    linear-gradient(0deg, rgba(255, 214, 98, 0.88), rgba(255, 214, 98, 0.18));
  clip-path: polygon(0 100%, 0 62%, 4% 62%, 4% 35%, 6% 35%, 6% 100%, 11% 100%, 11% 50%, 13% 50%, 13% 22%, 15% 50%, 17% 50%, 17% 100%, 25% 100%, 25% 58%, 29% 58%, 29% 40%, 31% 40%, 31% 100%, 42% 100%, 42% 46%, 45% 46%, 45% 20%, 48% 46%, 51% 46%, 51% 100%, 62% 100%, 62% 55%, 65% 55%, 65% 34%, 68% 34%, 68% 100%, 78% 100%, 78% 45%, 81% 45%, 81% 30%, 84% 45%, 87% 45%, 87% 100%, 100% 100%);
  opacity: 0.82;
}

.flag {
  position: absolute;
  bottom: -68px;
  width: 46%;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(110deg, rgba(255, 77, 45, 0.1), rgba(255, 23, 18, 0.88), rgba(98, 3, 4, 0.48));
}

.flag-left {
  left: -8%;
  transform: rotate(-8deg);
}

.flag-right {
  right: -6%;
  transform: rotate(9deg);
}

.watchtower {
  position: absolute;
  right: 4%;
  bottom: 35px;
  width: 30px;
  height: 180px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #b86c11, #ffe08a 45%, #c7831b);
  box-shadow: 0 0 24px rgba(255, 206, 86, 0.3);
  transform: rotate(6deg);
}

.watchtower::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  width: 66px;
  height: 18px;
  background: linear-gradient(90deg, #c47a17, #ffe49a, #c47a17);
  clip-path: polygon(0 45%, 100% 0, 86% 100%, 15% 72%);
}

.birds {
  position: absolute;
  right: 2%;
  top: 34px;
  color: rgba(255, 247, 212, 0.9);
  font-size: 34px;
  letter-spacing: 7px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 30px);
  align-self: center;
}

.hero-emblem {
  width: clamp(90px, 11vw, 128px);
  height: clamp(90px, 11vw, 128px);
  object-fit: contain;
  filter: drop-shadow(0 15px 22px rgba(60, 0, 0, 0.28));
}

.hero-copy h1 {
  margin: 0;
  max-width: 780px;
  color: #fff7d7;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  text-shadow: 0 5px 18px rgba(58, 0, 0, 0.35);
}

.hero-copy p {
  margin: 18px 0 10px;
  color: rgba(255, 247, 215, 0.92);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 800;
}

.hero-copy strong {
  display: inline-block;
  color: var(--gold-300);
  font-size: clamp(16px, 1.6vw, 22px);
}

.hero-stars {
  margin-top: 12px;
  color: #ffe290;
  font-size: 22px;
  letter-spacing: 14px;
}

.hero-aside {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 16px;
}

.profile-card,
.execution-card {
  color: var(--ink);
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(255, 224, 151, 0.82);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.profile-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  padding: 20px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  color: #fff8ef;
  background: radial-gradient(circle at 36% 24%, #ff6544, #c80608 70%);
  border: 4px solid #ffe6b0;
  border-radius: 50%;
}

.avatar svg {
  width: 58px;
  fill: currentColor;
}

.profile-info p,
.profile-name {
  margin: 0 0 10px;
}

.profile-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
}

.profile-name mark {
  padding: 3px 7px;
  color: #fff;
  background: var(--red-700);
  border-radius: 999px;
  font-size: 12px;
}

.profile-info p {
  color: var(--muted);
  font-size: 17px;
}

.profile-info strong {
  color: var(--ink);
}

.invite-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.invite-row button {
  padding: 5px 10px;
  color: var(--red-800);
  background: #fff2df;
  border: 1px solid #f2c99c;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.execution-card {
  padding: 18px 18px 16px;
}

.execution-card h2 {
  margin: 0 0 12px;
  color: var(--red-900);
  font-size: 22px;
}

.card-and-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 14px;
  align-items: center;
}

.red-card {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 16px 18px 14px 78px;
  color: #ffeab0;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 229, 143, 0.3), transparent 4rem),
    linear-gradient(135deg, #7a0506, #d00c0e 72%, #8d0506);
  border: 1px solid rgba(255, 228, 157, 0.62);
  border-radius: 8px;
}

.red-card img {
  position: absolute;
  left: 16px;
  top: 22px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.red-card strong,
.red-card span,
.red-card small {
  display: block;
}

.red-card strong {
  color: #fff4c7;
  font-size: 18px;
}

.red-card span {
  margin-top: 7px;
  font-size: 12px;
}

.red-card small {
  margin-top: 12px;
  color: rgba(255, 235, 176, 0.86);
  font-size: 11px;
}

.status-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 800;
}

.status-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--red-700);
  border-radius: 50%;
  transform: translateY(-50%);
}

.command-center,
.feature-strip,
.records-section,
.partners {
  width: min(1420px, calc(100% - 36px));
  margin: 26px auto 0;
}

.command-center {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(480px, 1fr) minmax(230px, 280px);
  gap: 18px;
  align-items: stretch;
}

.side-actions {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
}

.quick-action {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 132px;
  padding: 18px;
  color: var(--ink);
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(142, 48, 18, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quick-action:hover,
.quick-action:focus-visible,
.quick-action.is-active {
  border-color: rgba(212, 22, 23, 0.42);
  box-shadow: 0 18px 34px rgba(158, 22, 12, 0.16);
  transform: translateY(-2px);
}

.quick-action .icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #ff4a2f, #c50708);
  border-radius: 8px;
}

.quick-action svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.quick-action strong,
.quick-action small,
.quick-action em {
  display: block;
}

.quick-action strong {
  font-size: 19px;
  font-weight: 900;
}

.quick-action small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.quick-action em {
  width: fit-content;
  margin-top: 10px;
  padding: 5px 13px;
  color: #fff;
  background: linear-gradient(180deg, #ee3425, #b40608);
  border-radius: 999px;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.live-stage {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}

.live-frame {
  position: relative;
  overflow: hidden;
  min-height: 488px;
  border: 1px solid rgba(255, 228, 165, 0.9);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 226, 134, 0.34), transparent 14rem),
    linear-gradient(145deg, #5b0405, #b00809 48%, #650405);
  box-shadow: var(--shadow);
}

.live-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 222, 139, 0.36);
  border-radius: 8px;
}

.live-topline,
.live-controls,
.live-content,
.broadcast-mark {
  position: relative;
  z-index: 1;
}

.live-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 24px;
  color: #ffeec4;
  font-weight: 800;
}

.live-topline time {
  margin-left: auto;
  color: rgba(255, 238, 196, 0.86);
}

.live-dot {
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

.broadcast-mark {
  display: grid;
  place-items: center;
  margin: 6px auto 0;
  width: min(290px, 43%);
  aspect-ratio: 1;
  opacity: 0.92;
  filter: drop-shadow(0 26px 34px rgba(49, 0, 0, 0.35));
}

.live-content {
  padding: 0 32px 26px;
  text-align: center;
  color: #fff8db;
}

.live-content h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.1;
}

.live-content p {
  margin: 0;
  color: rgba(255, 246, 216, 0.85);
  font-size: 18px;
}

.live-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 24px 24px;
}

.control-button {
  min-width: 86px;
  padding: 10px 18px;
  font-weight: 800;
}

.control-button.is-active {
  background: linear-gradient(180deg, #ffe29a, #d99b24);
  color: var(--red-950);
}

.live-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.live-meta span {
  padding: 14px;
  text-align: center;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.live-meta strong {
  color: var(--red-800);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.section-heading h2 {
  margin: 0;
  color: var(--red-900);
  font-size: clamp(24px, 3vw, 34px);
}

.section-heading a,
.card-title-row a {
  color: var(--red-800);
  text-decoration: none;
  font-weight: 800;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr 0.92fr;
  gap: 16px;
  align-items: stretch;
}

.feature-card,
.honor-card,
.record-card,
.partner-row span {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(142, 48, 18, 0.08);
}

.feature-card,
.honor-card {
  min-height: 330px;
  padding: 22px;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.card-title-row h3,
.honor-card h3,
.record-card h3 {
  margin: 0;
  color: var(--red-900);
  font-size: 21px;
}

.card-title-row a {
  font-size: 13px;
  white-space: nowrap;
}

.progress-list {
  display: grid;
  gap: 14px;
}

.progress-list div {
  display: grid;
  gap: 6px;
}

.progress-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.progress-list p {
  margin: 0 0 0 48px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.project-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  font-style: normal;
}

.coin {
  background: linear-gradient(180deg, #ffc65e, #d91810);
}

.globe {
  background: linear-gradient(180deg, #6fc6ff, #236ad9);
}

.link {
  background: linear-gradient(180deg, #73d3ff, #2f80d6);
}

.bolt {
  background: linear-gradient(180deg, #ffcc45, #ff7c18);
}

meter {
  width: calc(100% - 48px);
  height: 12px;
  margin-left: 48px;
}

meter::-webkit-meter-bar {
  background: #f6e4ce;
  border: 0;
  border-radius: 999px;
}

meter::-webkit-meter-optimum-value {
  background: linear-gradient(90deg, #ffb43d, #d5090a);
  border-radius: 999px;
}

.notice-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3dec1;
}

.notice-list span {
  font-weight: 700;
}

.notice-list time {
  color: var(--muted);
  white-space: nowrap;
}

.reward-list li::before {
  content: "◖";
  color: var(--red-700);
  font-weight: 900;
}

.bullet-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  background: var(--red-700);
  border-radius: 50%;
  flex: 0 0 auto;
}

.reward-list li,
.bullet-list li {
  align-items: flex-start;
}

.view-all {
  display: block;
  margin: 18px auto 0;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 800;
}

.honor-card {
  display: grid;
}

.honor-poster {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 234px;
  padding: 20px 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 216, 116, 0.38), transparent 7rem),
    linear-gradient(180deg, #fffaf0, #fff0d2);
  border: 1px solid #f0d0a5;
  border-radius: 8px;
}

.ribbon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(135deg, #e71213, #890305);
  clip-path: polygon(0 0, 72% 0, 46% 45%, 73% 100%, 0 100%);
}

.medal {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 14px;
  color: #fff3c0;
  background: linear-gradient(180deg, #f3c457, #b50506);
  border: 6px solid #ffe2a0;
  border-radius: 50%;
  font-size: 34px;
}

.honor-poster strong,
.honor-poster .rating,
.honor-poster p {
  position: relative;
  z-index: 1;
}

.honor-poster strong {
  color: var(--red-900);
  font-size: 18px;
}

.rating {
  margin: 8px 0 10px;
  color: var(--red-700);
  letter-spacing: 3px;
}

.honor-poster p {
  margin: 3px 0;
  color: var(--muted);
  font-weight: 800;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.carousel-dots span {
  width: 9px;
  height: 9px;
  background: #e4d3bc;
  border-radius: 50%;
}

.carousel-dots .is-active {
  background: var(--red-700);
}

.records-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
  gap: 18px;
}

.record-grid {
  display: grid;
  gap: 16px;
}

.record-grid-main {
  grid-template-columns: repeat(2, 1fr);
}

.record-card {
  padding: 20px;
}

.record-card time {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red-800);
  font-weight: 800;
}

.record-card h3 {
  margin-bottom: 12px;
}

.record-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.record-card button {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 800;
}

.record-card-side {
  min-height: calc(100% - 48px);
}

.partners {
  padding-bottom: 28px;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.partner-row span {
  display: grid;
  place-items: center;
  min-height: 104px;
  padding: 12px;
  color: var(--ink);
  text-align: center;
  font-weight: 800;
}

.partner-row img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 8px;
}

.bottom-dock {
  position: static;
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 72px;
  background: linear-gradient(180deg, #db080a, #9a0305);
  box-shadow: 0 -12px 28px rgba(114, 4, 5, 0.24);
}

.bottom-dock a {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  color: #fff3ce;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  border-left: 1px solid rgba(255, 229, 155, 0.22);
}

.bottom-dock a:first-child {
  border-left: 0;
}

.bottom-dock span {
  color: #fff1b2;
  font-size: 24px;
  line-height: 1;
}

.bottom-dock .is-active {
  color: #fff;
  background: rgba(255, 215, 111, 0.13);
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

@media (max-width: 1280px) {
  .command-center {
    grid-template-columns: minmax(190px, 230px) minmax(430px, 1fr) minmax(190px, 230px);
  }

  .quick-action {
    grid-template-columns: 52px 1fr;
    padding: 15px;
  }

  .quick-action .icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1120px) {
  .hero-band {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  }

  .command-center {
    grid-template-columns: 1fr;
  }

  .side-actions {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }

  .side-actions-right {
    order: 3;
  }

  .live-stage {
    order: 2;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .topbar {
    position: static;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-copy {
    align-items: flex-start;
  }

  .hero-aside,
  .side-actions,
  .live-meta,
  .feature-grid,
  .record-grid-main,
  .records-layout,
  .partner-row {
    grid-template-columns: 1fr;
  }

  .profile-card {
    max-width: 520px;
  }

  .quick-action {
    min-height: 96px;
  }

  .live-frame {
    min-height: 410px;
  }
}

@media (max-width: 560px) {
  .top-action {
    width: 100%;
  }

  .hero-band {
    min-height: 0;
    padding-top: 28px;
  }

  .hero-copy {
    display: block;
  }

  .hero-emblem {
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .profile-card {
    grid-template-columns: 70px 1fr;
    padding: 16px;
  }

  .avatar {
    width: 70px;
    height: 70px;
  }

  .card-and-status {
    grid-template-columns: 1fr;
  }

  .status-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .status-list li {
    padding-left: 24px;
    font-size: 13px;
  }

  .command-center,
  .feature-strip,
  .records-section,
  .partners {
    width: min(100% - 24px, 1420px);
  }

  .quick-action {
    min-height: 86px;
  }

  .live-controls {
    flex-wrap: wrap;
  }

  .section-heading {
    align-items: center;
    gap: 10px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .section-heading a {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .bottom-dock {
    min-height: 64px;
  }

  .bottom-dock a {
    font-size: 12px;
  }

  .bottom-dock span {
    font-size: 20px;
  }
}

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