:root {
  --page: #03070d;
  --panel: rgba(7, 16, 24, 0.84);
  --panel-strong: rgba(10, 23, 34, 0.96);
  --line: rgba(255, 202, 107, 0.38);
  --line-soft: rgba(255, 255, 255, 0.1);
  --text: #fff8e6;
  --muted: #aeb7c4;
  --gold: #f7c15d;
  --gold-bright: #ffe29a;
  --blue: #1e8dff;
  --shadow-gold: 0 0 28px rgba(247, 193, 93, 0.34);
  --home-bg-bottom: auto;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  background: var(--page);
  color: var(--text);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 20rem, rgba(247, 193, 93, 0.1), transparent 13rem),
    linear-gradient(180deg, #02070d 0%, #03070d 28rem, #02050a 100%),
    #03070d;
}

body.dialog-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

.app-shell {
  position: relative;
  width: min(100%, 480px);
  min-height: 100dvh;
  margin: 0 auto;
  padding: 0 16px 128px;
  overflow: hidden;
  isolation: isolate;
}

.app-shell::after {
  content: none;
}

.hero {
  position: relative;
  width: calc(100% + 32px);
  margin: 0 -16px;
  aspect-ratio: 2752 / 1536;
}

.hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.login-chip {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 5;
  min-width: 54px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 226, 154, 0.48);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.36);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.login-chip.is-logged-in {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.quick-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(7, 16, 24, 0.88);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.03);
  text-decoration: none;
}

.quick-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  box-shadow: var(--shadow-gold);
}

.quick-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.news-icon {
  border: 1px solid rgba(30, 141, 255, 0.76);
  background: radial-gradient(circle, rgba(30, 141, 255, 0.42), rgba(7, 26, 52, 0.86));
  color: #88bdff;
}

.chat-icon {
  border: 1px solid rgba(247, 193, 93, 0.76);
  background: radial-gradient(circle, rgba(247, 193, 93, 0.42), rgba(55, 34, 7, 0.86));
  color: #ffd686;
}

.quick-card strong {
  display: block;
  color: #fff8e6;
  font-size: 16px;
  line-height: 1.2;
}

.quick-card small {
  display: block;
  margin-top: 5px;
  color: #8996a4;
  font-size: 11px;
  line-height: 1.25;
}

.quick-card em,
.date-toggle::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #d8b16b;
  border-right: 2px solid #d8b16b;
  content: "";
  transform: rotate(45deg);
}

.schedule-panel {
  margin-top: 20px;
}

.schedule-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.schedule-head h2 {
  position: relative;
  margin: 0;
  color: #fff4d6;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 14px rgba(247, 193, 93, 0.38);
}

.schedule-head h2::after {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
  box-shadow: 0 0 12px rgba(247, 193, 93, 0.8);
  content: "";
}

.date-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  border: 0;
  background: transparent;
  color: #b9bec7;
  padding: 0;
  touch-action: manipulation;
}

.date-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #d7b16d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.date-toggle span {
  font-size: 14px;
  font-weight: 700;
}

.date-toggle small {
  color: #c9c1b5;
  font-size: 13px;
  font-weight: 800;
}

.purchase-marquee {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin: 0 0 10px;
  border: 1px solid rgba(247, 193, 93, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 193, 93, 0.13), transparent 42%),
    rgba(7, 16, 24, 0.82);
  overflow: hidden;
}

.purchase-marquee[hidden] {
  display: none;
}

.purchase-marquee strong {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 0 10px;
  border-right: 1px solid rgba(247, 193, 93, 0.22);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.purchase-marquee__viewport {
  min-width: 0;
  overflow: hidden;
}

.purchase-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-width: max-content;
  color: #d9e2ee;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  animation: purchase-marquee-scroll 24s linear infinite;
  will-change: transform;
}

.purchase-marquee__track span {
  display: inline-flex;
  align-items: center;
}

.purchase-marquee__track span::before {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f7c15d;
  box-shadow: 0 0 10px rgba(247, 193, 93, 0.72);
  content: "";
}

@keyframes purchase-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.date-toggle::after {
  transform: rotate(135deg);
}

.date-tabs {
  display: flex;
  gap: 8px;
  margin: 8px -16px 10px;
  padding: 0 16px 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.date-tabs::-webkit-scrollbar {
  display: none;
}

.date-tab {
  display: grid;
  flex: 0 0 70px;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #9aa5b1;
  touch-action: manipulation;
}

.date-tab strong {
  color: inherit;
  font-size: 16px;
  line-height: 1;
}

.date-tab span {
  font-size: 10px;
  line-height: 1;
}

.date-tab .week-text {
  display: none;
}

.date-tab.is-active {
  border-color: rgba(247, 193, 93, 0.78);
  background: linear-gradient(180deg, rgba(247, 193, 93, 0.2), rgba(255, 255, 255, 0.05));
  color: #fff2c5;
  box-shadow: var(--shadow-gold);
}

.match-list {
  display: grid;
  gap: 12px;
}

.match-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 176, 207, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(54, 197, 232, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(9, 37, 49, 0.92), rgba(5, 26, 35, 0.94));
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.025),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

.match-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(22, 93, 117, 0.16), transparent 48%),
    radial-gradient(circle at 100% 50%, rgba(247, 193, 93, 0.08), transparent 30%);
  content: "";
  pointer-events: none;
}

.stage-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 122px;
  padding: 7px 12px 8px;
  border: 0;
  border-radius: 8px 0 12px 0;
  background: linear-gradient(90deg, rgba(24, 64, 130, 0.96), rgba(20, 57, 111, 0.36));
  color: #9ecbff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.match-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-rows: 52px 38px;
  align-items: center;
  column-gap: 10px;
  min-height: 118px;
  padding: 30px 13px 13px 17px;
}

.match-time {
  grid-row: 1 / 3;
  text-align: left;
}

.match-time strong {
  display: block;
  color: #fff;
  font-size: 29px;
  font-weight: 650;
  line-height: 1;
}

.match-time span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  color: #bdc5ce;
  font-size: 12px;
}

.match-time span::before {
  width: 13px;
  height: 13px;
  border: 1.5px solid rgba(189, 197, 206, 0.92);
  border-radius: 50%;
  content: "";
}

.teams-row {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.team {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.away-team {
  justify-content: flex-start;
}

.team-mark {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 22px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(12, 105, 64, 0.9) 0 33%, #fff 33% 66%, rgba(205, 30, 48, 0.9) 66%),
    rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.team-badge {
  background: rgba(255, 255, 255, 0.94);
}

.team-badge img {
  display: block;
  width: 29px;
  height: 20px;
  object-fit: contain;
}

.team-name {
  min-width: 0;
  overflow: hidden;
  color: #fff8e6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.versus {
  color: var(--gold-bright);
  font-size: 18px;
  font-style: italic;
  font-weight: 950;
  text-align: center;
  text-shadow: 0 0 12px rgba(247, 193, 93, 0.48);
}

.predict-cta {
  justify-self: end;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 142px;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe7a4, #f5b344 56%, #c57517);
  color: #2f1900;
  font-size: 13px;
  font-weight: 950;
  box-shadow:
    0 0 18px rgba(247, 193, 93, 0.58),
    inset 0 2px 0 rgba(255, 255, 255, 0.55);
  touch-action: manipulation;
}

.predict-cta::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.predict-cta:disabled {
  opacity: 0.72;
}

.match-finished {
  justify-self: end;
  align-self: end;
  display: grid;
  min-width: 96px;
  min-height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #8f98a5;
  font-size: 13px;
  font-weight: 800;
}

.access-message {
  position: relative;
  z-index: 1;
  margin: -4px 13px 12px 108px;
  padding: 8px 10px;
  border: 1px solid rgba(247, 193, 93, 0.28);
  border-radius: 8px;
  background: rgba(255, 226, 154, 0.08);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.prediction-panel {
  position: relative;
  z-index: 1;
  margin: 0 13px 13px;
  padding: 12px 13px;
  border: 1px solid rgba(247, 193, 93, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 226, 154, 0.12), rgba(30, 141, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
}

.prediction-panel strong {
  display: block;
  color: var(--gold-bright);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.prediction-panel p {
  margin: 6px 0 0;
  color: #d9e2ee;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.prediction-dialog[hidden],
.ticket-dialog[hidden] {
  display: none;
}

.prediction-dialog,
.ticket-dialog {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: end center;
  padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
}

.prediction-dialog__backdrop,
.ticket-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.prediction-dialog__panel,
.ticket-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 452px);
  max-height: min(78dvh, 680px);
  overflow: hidden;
  border: 1px solid rgba(247, 193, 93, 0.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 141, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(10, 23, 34, 0.98), rgba(3, 7, 13, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.56);
}

.prediction-dialog__close,
.ticket-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffe29a;
  font-size: 22px;
  line-height: 1;
}

.prediction-dialog h2,
.ticket-dialog h2 {
  margin: 0;
  padding: 18px 48px 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 950;
}

.ticket-dialog__panel > p {
  margin: 0;
  padding: 12px 16px 0;
  color: #cbd5df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.ticket-options {
  display: grid;
  gap: 12px;
  padding: 14px 14px 16px;
}

.ticket-option {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 141, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.05);
  color: inherit;
  text-align: left;
  touch-action: manipulation;
}

.ticket-option--pass {
  border-color: rgba(247, 193, 93, 0.5);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 193, 93, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 226, 154, 0.12), rgba(30, 141, 255, 0.06)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-gold);
}

.ticket-option--senior {
  border-color: rgba(255, 226, 154, 0.68);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 193, 93, 0.24), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(30, 141, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 226, 154, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 34px rgba(247, 193, 93, 0.38);
}

.ticket-option span {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(30, 141, 255, 0.42);
  border-radius: 999px;
  background: rgba(30, 141, 255, 0.12);
  color: #9ecbff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.ticket-option--pass span {
  border-color: rgba(247, 193, 93, 0.58);
  background: rgba(247, 193, 93, 0.16);
  color: #ffe29a;
}

.ticket-option--senior span {
  border-color: rgba(255, 226, 154, 0.72);
  background: rgba(247, 193, 93, 0.2);
  color: #fff4d6;
}

.ticket-option strong {
  color: #fff8e6;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
}

.ticket-option small {
  color: #aeb7c4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.prediction-dialog__body {
  max-height: calc(min(78dvh, 680px) - 58px);
  overflow-y: auto;
  padding: 14px 14px 16px;
}

.prediction-empty,
.prediction-summary,
.prediction-result-section {
  border: 1px solid rgba(255, 226, 154, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
}

.prediction-summary,
.prediction-result-section {
  margin-bottom: 10px;
}

.prediction-empty strong,
.prediction-summary strong,
.prediction-result-section h3 {
  display: block;
  margin: 0;
  color: #fff4d6;
  font-size: 14px;
  font-weight: 900;
}

.prediction-empty p,
.prediction-summary p {
  margin: 8px 0 0;
  color: #cbd5df;
  font-size: 13px;
  line-height: 1.55;
}

.prediction-loading {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px;
  text-align: center;
}

.prediction-loading__ring {
  width: 46px;
  height: 46px;
  border: 3px solid rgba(255, 226, 154, 0.18);
  border-top-color: #ffe29a;
  border-radius: 50%;
  animation: prediction-spin 0.9s linear infinite;
}

.prediction-loading__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  margin-top: 2px;
}

.prediction-loading__steps span {
  overflow: hidden;
  border: 1px solid rgba(255, 226, 154, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #8f9ba8;
  font-size: 11px;
  font-weight: 800;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prediction-loading__steps span:nth-child(1) {
  animation: prediction-step 3.6s ease-in-out infinite;
}

.prediction-loading__steps span:nth-child(2) {
  animation: prediction-step 3.6s ease-in-out 1.2s infinite;
}

.prediction-loading__steps span:nth-child(3) {
  animation: prediction-step 3.6s ease-in-out 2.4s infinite;
}

.prediction-dialog pre {
  margin: 8px 0 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: #d9e2ee;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.prediction-ai-note {
  margin: 2px 2px 0;
  color: rgba(203, 213, 223, 0.72);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

@keyframes prediction-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes prediction-step {
  0%,
  100% {
    border-color: rgba(255, 226, 154, 0.14);
    color: #8f9ba8;
  }

  35% {
    border-color: rgba(255, 226, 154, 0.45);
    background: rgba(255, 226, 154, 0.12);
    color: #ffe29a;
  }
}

@media (prefers-reduced-motion: reduce) {
  .prediction-loading__ring,
  .prediction-loading__steps span {
    animation: none;
  }
}

.news-shell {
  min-height: 100dvh;
  padding-top: 18px;
  overflow: visible;
}

.news-shell::before {
  opacity: 0.28;
  filter: saturate(0.82);
}

.news-page-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 0 18px;
}

.news-page-head--detail {
  padding-bottom: 10px;
}

.back-link {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 226, 154, 0.28);
  border-radius: 50%;
  background: rgba(7, 16, 24, 0.72);
  color: #ffe29a;
}

.back-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.news-page-head h1 {
  margin: 0;
  color: #fff4d6;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
  text-shadow: 0 0 14px rgba(247, 193, 93, 0.38);
}

.news-page-head p,
.news-page-head span {
  display: block;
  margin: 5px 0 0;
  color: #aeb7c4;
  font-size: 13px;
  font-weight: 700;
}

.news-list-section {
  padding-bottom: 24px;
}

.news-list {
  display: grid;
  gap: 12px;
}

.news-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 15px 16px 14px;
  overflow: hidden;
  border: 1px solid rgba(247, 193, 93, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 141, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(10, 23, 34, 0.94), rgba(5, 16, 25, 0.96));
  color: inherit;
  text-decoration: none;
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.025),
    0 8px 18px rgba(0, 0, 0, 0.22);
  touch-action: manipulation;
}

.news-card::after {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 226, 154, 0.76);
  border-right: 2px solid rgba(255, 226, 154, 0.76);
  content: "";
  transform: rotate(45deg);
}

.news-card__tag,
.news-detail__head span {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(30, 141, 255, 0.42);
  border-radius: 999px;
  background: rgba(30, 141, 255, 0.12);
  color: #9ecbff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.news-card strong {
  padding-right: 18px;
  color: #fff8e6;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.32;
}

.news-card p {
  margin: 0;
  padding-right: 8px;
  color: #c3ccd7;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.news-card time,
.news-detail__head time {
  color: #8996a4;
  font-size: 12px;
  font-weight: 800;
}

.news-detail {
  padding-bottom: 28px;
}

.news-detail__head {
  padding: 16px 0 14px;
}

.news-detail__head h1 {
  margin: 14px 0 10px;
  color: #fff4d6;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.32;
}

.news-detail__content {
  padding: 16px;
  border: 1px solid rgba(247, 193, 93, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 23, 34, 0.94), rgba(3, 7, 13, 0.96)),
    rgba(255, 255, 255, 0.04);
}

.news-detail__content p {
  margin: 0;
  color: #d9e2ee;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.82;
}

.news-detail__content p + p {
  margin-top: 14px;
}

.mine-shell {
  padding-top: 18px;
}

.mine-menu {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding-bottom: 24px;
}

.mine-menu-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 141, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(7, 16, 24, 0.88);
  color: inherit;
  text-decoration: none;
  text-align: left;
  touch-action: manipulation;
}

.mine-menu-row__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(247, 193, 93, 0.56);
  border-radius: 50%;
  background: rgba(247, 193, 93, 0.14);
  color: #ffe29a;
  box-shadow: var(--shadow-gold);
}

.mine-menu-row__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mine-menu-row__text {
  min-width: 0;
}

.mine-menu-row__text strong {
  display: block;
  color: #fff8e6;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.mine-menu-row__text small {
  display: block;
  margin-top: 5px;
  color: #aeb7c4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mine-menu-row em {
  width: 10px;
  height: 10px;
  border-top: 2px solid #d8b16b;
  border-right: 2px solid #d8b16b;
  content: "";
  transform: rotate(45deg);
}

.mine-disclaimer-link {
  margin: 18px 0 88px;
  text-align: center;
}

.mine-disclaimer-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: rgba(203, 213, 223, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.disclaimer-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 226, 154, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(7, 16, 24, 0.88);
  padding: 14px;
}

.disclaimer-panel p {
  margin: 0;
  color: #cbd5df;
  font-size: 14px;
  line-height: 1.75;
}

.record-section {
  margin-top: 4px;
}

.record-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.record-head h2 {
  margin: 0;
  color: #fff8e6;
  font-size: 18px;
  line-height: 1.2;
}

.record-head span {
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffe29a;
  font-size: 12px;
  font-weight: 800;
}

.record-list {
  display: grid;
  gap: 10px;
}

.record-card,
.record-empty {
  border: 1px solid rgba(255, 226, 154, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(7, 16, 24, 0.88);
  padding: 12px;
}

.record-card {
  display: grid;
  gap: 8px;
}

.record-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #aeb7c4;
  font-size: 12px;
  font-weight: 800;
}

.record-card__top span {
  color: #88bdff;
}

.record-card strong {
  color: #fff4d6;
  font-size: 16px;
  line-height: 1.25;
}

.record-card p,
.record-empty p {
  margin: 0;
  color: #aeb7c4;
  font-size: 12px;
  line-height: 1.5;
}

.record-card button {
  justify-self: start;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 226, 154, 0.5);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe29a, #f7c15d);
  color: #1d1305;
  font-size: 12px;
  font-weight: 900;
}

.record-card button:disabled {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #7d8792;
}

.record-empty {
  color: #cbd5df;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.record-empty strong {
  display: block;
  margin-bottom: 6px;
  color: #fff4d6;
  font-size: 15px;
}

.distribution-board {
  display: grid;
  gap: 12px;
}

.distribution-poster {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #05070a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.distribution-poster__open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.distribution-poster__bg {
  display: block;
  width: 100%;
  height: auto;
}

.distribution-poster__loading {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 28px 18px;
  background:
    radial-gradient(circle at 50% 36%, rgba(247, 193, 93, 0.2), transparent 32%),
    rgba(7, 16, 24, 0.92);
  text-align: center;
}

.distribution-poster__loading strong {
  color: #ffe29a;
  font-size: 20px;
  font-weight: 950;
}

.distribution-poster__loading p {
  max-width: 240px;
  margin: 8px 0 0;
  color: #cbd5df;
  font-size: 13px;
  line-height: 1.55;
}

.distribution-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 8px;
  background: rgba(7, 16, 24, 0.88);
}

.distribution-link-card__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
}

.distribution-link-card div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.distribution-link-card span {
  color: #ffe29a;
  font-size: 12px;
  font-weight: 900;
}

.distribution-link-card strong {
  overflow: hidden;
  color: #fff4d6;
  font-size: 18px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.distribution-link-card button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe29a, #f7c15d);
  color: #1d1305;
  font-size: 12px;
  font-weight: 950;
}

.distribution-link-card button:disabled {
  opacity: 0.68;
}

.distribution-hero,
.distribution-qr,
.distribution-stats,
.distribution-rules {
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 193, 93, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(7, 16, 24, 0.88);
  padding: 14px;
}

.distribution-hero {
  display: grid;
  gap: 8px;
}

.distribution-hero span {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(247, 193, 93, 0.52);
  border-radius: 999px;
  background: rgba(247, 193, 93, 0.14);
  color: #ffe29a;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.distribution-hero strong {
  color: #fff4d6;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
}

.distribution-hero p {
  margin: 0;
  overflow-wrap: anywhere;
  color: #aeb7c4;
  font-size: 12px;
  line-height: 1.5;
}

.distribution-hero button {
  justify-self: start;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe29a, #f7c15d);
  color: #1d1305;
  font-size: 13px;
  font-weight: 950;
}

.distribution-qr {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.distribution-qr div {
  display: grid;
  gap: 5px;
}

.distribution-qr strong {
  color: #fff4d6;
  font-size: 17px;
  font-weight: 950;
}

.distribution-qr p {
  margin: 0;
  color: #aeb7c4;
  font-size: 12px;
  line-height: 1.45;
}

.distribution-qr img {
  display: block;
  width: min(220px, 72vw);
  height: auto;
  border: 8px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.distribution-qr button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 226, 154, 0.5);
  border-radius: 999px;
  background: rgba(247, 193, 93, 0.14);
  color: #ffe29a;
  font-size: 13px;
  font-weight: 950;
}

.qr-preview[hidden] {
  display: none;
}

.qr-preview {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 18px;
}

.qr-preview__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.qr-preview__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 360px);
  padding: 18px 16px 16px;
  border: 1px solid rgba(247, 193, 93, 0.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 193, 93, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(10, 23, 34, 0.98), rgba(3, 7, 13, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.56);
  text-align: center;
}

.qr-preview__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffe29a;
  font-size: 22px;
  line-height: 1;
}

.qr-preview h2 {
  margin: 0;
  padding-right: 34px;
  color: #fff4d6;
  font-size: 18px;
  font-weight: 950;
}

.qr-preview p {
  margin: 0;
  color: #cbd5df;
  font-size: 13px;
  line-height: 1.5;
}

.qr-preview img {
  display: block;
  width: min(270px, 78vw);
  height: auto;
  margin-top: 4px;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
  user-select: auto;
  -webkit-user-select: auto;
  -webkit-touch-callout: default;
}

.distribution-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.distribution-stats div {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.distribution-stats span {
  display: block;
  color: #8f9ba8;
  font-size: 11px;
  font-weight: 800;
}

.distribution-stats strong {
  display: block;
  margin-top: 6px;
  color: #fff4d6;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.distribution-rules h2 {
  margin: 0 0 10px;
  color: #fff4d6;
  font-size: 16px;
  font-weight: 950;
}

.distribution-rule-grid {
  display: grid;
  gap: 8px;
}

.distribution-rule-grid div {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.distribution-rule-grid b {
  color: #ffe29a;
  font-size: 13px;
}

.distribution-rule-grid span {
  color: #aeb7c4;
  font-size: 12px;
  line-height: 1.45;
}

.distribution-rule-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 226, 154, 0.28);
  border-radius: 8px;
  background: rgba(247, 193, 93, 0.1);
  color: #ffe29a;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.distribution-rule-link::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.forum-shell {
  height: 100dvh;
  padding-top: 18px;
  padding-bottom: 100px;
  overflow: hidden;
}

.forum-head {
  padding-bottom: 12px;
}

.forum-board {
  position: relative;
  height: calc(100dvh - 166px);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(247, 193, 93, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 141, 255, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(10, 23, 34, 0.9), rgba(3, 7, 13, 0.94));
}

.forum-board::before,
.forum-board::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 34px;
  content: "";
  pointer-events: none;
}

.forum-board::before {
  top: 0;
  background: linear-gradient(180deg, rgba(3, 7, 13, 0.94), transparent);
}

.forum-board::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(3, 7, 13, 0.94), transparent);
}

.forum-message-list {
  height: 100%;
  overflow-y: auto;
  padding: 16px 12px 18px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.forum-message-list::-webkit-scrollbar {
  display: none;
}

.forum-message {
  width: min(86%, 340px);
  margin-bottom: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 8px 2px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.02);
}

.forum-message.is-self {
  margin-left: auto;
  border-color: rgba(247, 193, 93, 0.36);
  border-radius: 8px 8px 2px 8px;
  background:
    linear-gradient(135deg, rgba(255, 226, 154, 0.18), rgba(30, 141, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
}

.forum-message__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

.forum-message__meta strong {
  min-width: 0;
  overflow: hidden;
  color: #ffe29a;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forum-message__meta time {
  flex: 0 0 auto;
  color: #8996a4;
  font-size: 11px;
  font-weight: 800;
}

.forum-message p {
  margin: 0;
  color: #e6edf6;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.forum-composer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 10px;
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(247, 193, 93, 0.22);
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(247, 193, 93, 0.16), transparent 34%),
    rgba(5, 13, 20, 0.96);
  box-shadow: 0 -18px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.forum-composer input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 226, 154, 0.22);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff8e6;
  font-size: 15px;
  font-weight: 700;
  padding: 0 16px;
}

.forum-composer input::placeholder {
  color: #8f98a5;
}

.forum-composer input:focus {
  border-color: rgba(247, 193, 93, 0.72);
  box-shadow: 0 0 0 3px rgba(247, 193, 93, 0.14);
}

.forum-composer button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe7a4, #f5b344 56%, #c57517);
  color: #2f1900;
  font-size: 14px;
  font-weight: 950;
  box-shadow:
    0 0 18px rgba(247, 193, 93, 0.48),
    inset 0 2px 0 rgba(255, 255, 255, 0.55);
}

.empty-state,
.empty-panel,
.retry-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 24, 0.82);
  color: #d9e2ee;
}

.empty-state {
  display: grid;
  min-height: 48px;
  min-width: 160px;
  place-items: center;
  font-size: 14px;
}

.empty-panel {
  padding: 24px 16px;
  text-align: center;
}

.empty-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #fff4d6;
}

.retry-button {
  min-width: 120px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 800;
}

.skeleton-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.skeleton-card div {
  height: 18px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(247, 193, 93, 0.22), rgba(255, 255, 255, 0.08));
  background-size: 220% 100%;
  animation: skeleton 1.2s ease-in-out infinite;
}

.bottom-tabbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: min(100%, 480px);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px 34px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(247, 193, 93, 0.22);
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(247, 193, 93, 0.18), transparent 34%),
    rgba(5, 13, 20, 0.94);
  box-shadow: 0 -18px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.tab-side {
  display: grid;
  justify-items: center;
}

.tab-side:first-child {
  padding-right: 42px;
}

.tab-side:nth-child(2) {
  padding-left: 42px;
}

.tab-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
  min-width: 64px;
  min-height: 48px;
  color: #8f98a5;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.tab-item svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.tab-item.is-current {
  color: var(--gold-bright);
  text-shadow: 0 0 14px rgba(247, 193, 93, 0.6);
}

.center-ball-tab {
  position: absolute;
  left: 50%;
  top: -30px;
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transform: translateX(-50%);
}

.center-ball-tab span {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: url("./assets/football-tab.png") center / contain no-repeat;
  filter: drop-shadow(0 0 16px rgba(247, 193, 93, 0.68));
}

.customer-service-dialog[hidden] {
  display: none;
}

.customer-service-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.customer-service-dialog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.customer-service-dialog__panel {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(100%, 360px);
  padding: 18px 16px 16px;
  border: 1px solid rgba(247, 193, 93, 0.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 193, 93, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(10, 23, 34, 0.98), rgba(3, 7, 13, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.56);
  text-align: center;
}

.customer-service-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffe29a;
  font-size: 22px;
  line-height: 1;
}

.customer-service-dialog h2 {
  margin: 0;
  padding-right: 34px;
  color: #fff4d6;
  font-size: 18px;
  font-weight: 950;
}

.customer-service-dialog img {
  display: block;
  width: min(280px, 78vw);
  height: auto;
  max-height: 68dvh;
  border: 8px solid #fff;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  user-select: auto;
  -webkit-user-select: auto;
  -webkit-touch-callout: default;
}

@keyframes skeleton {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: -220% 0;
  }
}

@media (max-width: 390px) {
  .app-shell {
    padding-inline: 12px;
  }

  .hero {
    width: calc(100% + 24px);
    margin-inline: -12px;
  }

  .quick-actions {
    gap: 9px;
  }

  .quick-card {
    grid-template-columns: 42px minmax(0, 1fr) 10px;
    padding-inline: 10px;
  }

  .quick-icon {
    width: 42px;
    height: 42px;
  }

  .match-main {
    grid-template-columns: 72px minmax(0, 1fr);
    padding-left: 14px;
    padding-right: 11px;
  }

  .predict-cta {
    min-width: 132px;
    font-size: 12px;
  }

  .teams-row {
    gap: 6px;
  }

  .team {
    gap: 5px;
  }

  .team-name {
    font-size: 12px;
  }

  .access-message {
    margin-left: 94px;
  }
}

@media (min-width: 481px) {
  body {
    background-color: #03070d;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-card div {
    animation: none;
  }
}
