:root {
  --bg: #060403;
  --panel: rgba(18, 10, 5, 0.9);
  --gold-1: #fff7dc;
  --gold-2: #f4d075;
  --gold-3: #d4932b;
  --gold-4: #7f4b14;
  --line: rgba(255, 214, 129, 0.52);
  --text: #fff2d3;
  --muted: rgba(255, 231, 181, 0.76);
  --green: #76f39d;
  --cyan-1: #d4f9ff;
  --cyan-2: #83ecff;
  --cyan-3: #29b8e3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #060403;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Prompt", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 220, 138, 0.22), transparent 24%),
    radial-gradient(circle at 100% 40%, rgba(211, 133, 44, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(6, 4, 3, 0.2), rgba(6, 4, 3, 0.9)),
    url("https://www.atena46.net/g_assets/img/site/2025/12/07-01_55_51-TheGoldenVaultTheSourceWithin.png"),
    linear-gradient(180deg, #35200d, #090503 78%);
  background-position: center;
  background-size: auto, auto, auto, cover, auto;
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

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

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.app-shell {
  width: min(100%, 392px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 10px 8px 24px;
}

.brand-head {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-bottom: 10px;
}

.brand-logo {
  width: 222px;
  filter:
    drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 16px rgba(255, 215, 136, 0.18));
}

.brand-subtitle {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.34em;
  color: rgba(255, 222, 151, 0.42);
}

.frame {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 235, 182, 0.04), rgba(255, 235, 182, 0.01)),
    var(--panel);
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 182, 0.12),
    0 16px 28px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 239, 199, 0.05);
}

.hero-card {
  min-height: 198px;
}

.hero-slider {
  display: flex;
  width: 300%;
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-slide {
  position: relative;
  min-width: 100%;
  height: 198px;
}

.hero-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__image--right {
  object-position: right center;
}

.hero-slide__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 5, 3, 0.92) 0%, rgba(7, 5, 3, 0.58) 45%, rgba(7, 5, 3, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 5, 3, 0.08), rgba(7, 5, 3, 0.76));
}

.hero-slide__shade--warm {
  background:
    linear-gradient(90deg, rgba(23, 12, 5, 0.92) 0%, rgba(23, 12, 5, 0.64) 48%, rgba(23, 12, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(255, 183, 73, 0.08), rgba(0, 0, 0, 0.68));
}

.hero-slide__shade--rich {
  background:
    linear-gradient(90deg, rgba(8, 7, 16, 0.94) 0%, rgba(12, 10, 23, 0.68) 46%, rgba(11, 11, 20, 0.14) 100%),
    linear-gradient(180deg, rgba(26, 160, 215, 0.14), rgba(0, 0, 0, 0.7));
}

.hero-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px 12px 30px;
  z-index: 1;
}

.bonus-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 247, 227, 0.78);
  background: linear-gradient(180deg, #fff4d3, #f0c96c);
  color: #2d1807;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.bonus-badge--dark {
  background: linear-gradient(180deg, #231103, #6f4112);
  border-color: rgba(255, 214, 129, 0.4);
  color: #ffe4ac;
}

.bonus-badge--neon {
  background: linear-gradient(180deg, rgba(10, 24, 36, 0.92), rgba(8, 14, 25, 0.96));
  border-color: rgba(131, 236, 255, 0.54);
  color: var(--cyan-1);
  box-shadow: 0 0 16px rgba(41, 184, 227, 0.2);
}

.hero-title {
  margin: 10px 0 4px;
  max-width: 205px;
  color: #fff5dd;
  font-size: 19px;
  font-weight: 800;
  line-height: 0.96;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.55);
}

.hero-title--tight {
  max-width: 190px;
}

.hero-title span,
.hero-title strong {
  display: block;
}

.hero-title strong {
  color: #ffe094;
  font-size: 44px;
  line-height: 0.92;
}

.hero-copy {
  max-width: 230px;
  margin: 0;
  color: #f8e8c1;
  font-size: 11px;
  line-height: 1.45;
}

.hero-slider__dots {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 228, 170, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 228, 170, 0.18);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 20px;
  background: linear-gradient(90deg, #fff1c1, #f0be58);
  box-shadow: 0 0 14px rgba(240, 190, 88, 0.36);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.provider-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  border-radius: 12px;
  border: 1px solid rgba(131, 236, 255, 0.6);
  background:
    radial-gradient(circle at 50% 0%, rgba(131, 236, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(12, 22, 34, 0.98), rgba(5, 10, 18, 0.98));
  color: var(--cyan-1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(131, 236, 255, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(212, 249, 255, 0.06),
    0 0 18px rgba(41, 184, 227, 0.12);
  overflow: hidden;
}

.provider-pill::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(131, 236, 255, 0.14), transparent 38%),
    linear-gradient(315deg, rgba(41, 184, 227, 0.14), transparent 34%);
  pointer-events: none;
}

.provider-pill::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(131, 236, 255, 0.96), transparent);
  box-shadow: 0 0 10px rgba(131, 236, 255, 0.52);
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.cta-button {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 228, 170, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 225, 0.28),
    0 12px 18px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(212, 147, 43, 0.12);
  overflow: hidden;
}

.cta-button > * {
  position: relative;
  z-index: 1;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -30% -18%;
  background:
    radial-gradient(circle at 16% 30%, rgba(255, 255, 255, 0.66), transparent 12%),
    radial-gradient(circle at 76% 28%, rgba(255, 241, 193, 0.52), transparent 14%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 220, 135, 0.24) 36%, rgba(255, 255, 255, 0) 56%, rgba(255, 232, 172, 0.4) 72%, rgba(255, 255, 255, 0) 88%);
  transform: translateX(-24%);
  animation: luxurySweep 4.8s linear infinite;
  pointer-events: none;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 36%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.cta-button--gold {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.92), transparent 18%),
    linear-gradient(180deg, #fff8df 0%, #f5d67d 34%, #df9f37 68%, #8f5617 100%);
  color: #231003;
}

.cta-button--dark {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 247, 214, 0.5), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(255, 214, 129, 0.4), transparent 20%),
    linear-gradient(135deg, #6c4314 0%, #2b1405 38%, #160a03 58%, #7c4b16 100%);
  color: #ffeab8;
}

.cta-button__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 233, 181, 0.48);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(160, 98, 16, 0.16));
}

.cta-button--dark .cta-button__icon {
  background: linear-gradient(180deg, rgba(255, 231, 173, 0.18), rgba(255, 178, 59, 0.06));
}

.cta-button__icon--image {
  overflow: hidden;
}

.cta-button__icon--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-button__label {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

.cta-button__share {
  width: 18px;
  height: 18px;
  opacity: 0.92;
}

.status-card {
  margin-top: 8px;
  padding: 10px 12px;
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, rgba(9, 7, 5, 0.96), rgba(17, 10, 5, 0.92));
}

.status-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-row__icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #fff0c7;
}

.status-row p {
  margin: 0;
  color: #fff0cf;
  font-size: 12px;
  line-height: 1.3;
}

.status-row strong {
  color: var(--green);
  font-weight: 800;
}

.notice-strip {
  margin-top: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 228, 170, 0.78);
  background: linear-gradient(180deg, #f7dfa2, #dfb867 56%, #ba7d31);
  color: #3a2008;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 225, 0.8),
    0 8px 14px rgba(0, 0, 0, 0.18);
}

.notice-strip__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  padding: 7px 0;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  animation: ticker 18s linear infinite;
}

.notice-strip__track span {
  padding-right: 24px;
}

.feed-card {
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(11, 8, 5, 0.98), rgba(22, 13, 6, 0.96));
}

.feed-card__header {
  padding: 14px 14px 8px;
}

.feed-card__header h2 {
  margin: 0;
  color: #ffcf6b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.feed-list {
  padding: 0 12px 10px;
}

.feed-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px dashed rgba(255, 214, 129, 0.24);
}

.feed-item:first-child {
  border-top: 0;
}

.feed-item__time {
  color: #ffcc61;
  font-size: 12px;
  font-weight: 800;
}

.feed-item p {
  margin: 0;
  color: #fff3d2;
  font-size: 11px;
  line-height: 1.45;
}

.feed-item strong {
  font-weight: 700;
}

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 560ms ease forwards;
}

.fade-in--delay-1 {
  animation-delay: 80ms;
}

.fade-in--delay-2 {
  animation-delay: 140ms;
}

.fade-in--delay-3 {
  animation-delay: 200ms;
}

.fade-in--delay-4 {
  animation-delay: 260ms;
}

.fade-in--delay-5 {
  animation-delay: 320ms;
}

.fade-in--delay-6 {
  animation-delay: 380ms;
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes luxurySweep {
  0% {
    transform: translateX(-28%);
  }
  100% {
    transform: translateX(28%);
  }
}

@keyframes goldPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 247, 225, 0.28),
      0 12px 18px rgba(0, 0, 0, 0.24),
      0 0 18px rgba(212, 147, 43, 0.12);
  }
  50% {
    transform: scale(1.04);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.9),
      0 12px 24px rgba(0, 0, 0, 0.4),
      0 0 35px rgba(255, 204, 84, 0.9),
      0 0 15px rgba(255, 255, 255, 0.6);
  }
}

.pulse-blink {
  animation: goldPulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
