:root {
  --bg: #0b0c0f;
  --surface: #13151a;
  --surface-2: #171a20;
  --surface-soft: rgba(255,255,255,.035);
  --text: #f7f7f8;
  --muted: #a8adb7;
  --line: rgba(255,255,255,.085);
  --orange: #ff762f;
  --orange-2: #ff9a5a;
  --green: #25d366;
  --green-dark: #168d43;
  --max: 720px;
  --radius-xl: 26px;
  --radius-lg: 19px;
  --radius-md: 15px;
  --shadow: 0 18px 44px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,118,47,.10), transparent 25rem),
    radial-gradient(circle at 100% 28%, rgba(255,118,47,.05), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.ambient {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .16;
  z-index: 0;
}

.ambient-one {
  width: 260px;
  height: 260px;
  top: -145px;
  left: -105px;
  background: #ff762f;
}

.ambient-two {
  width: 220px;
  height: 220px;
  right: -130px;
  top: 38%;
  background: #bb5e2d;
}

.page-shell {
  width: min(calc(100% - 24px), var(--max));
  margin: 0 auto;
  padding: 14px 0 max(40px, env(safe-area-inset-bottom));
  position: relative;
  z-index: 1;
}

.topbar {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 5px 4px;
}

.mini-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.mini-brand-image {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 0 0 3px rgba(255,118,47,.07);
}

.mini-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.12;
}

.mini-brand-copy strong {
  font-size: 14px;
  letter-spacing: -.015em;
}

.mini-brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.share-button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: #dadde3;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}

.share-button:hover {
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.15);
}

.share-button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 28px 22px 22px;
  text-align: center;
  background: linear-gradient(180deg, rgba(24,26,32,.96), rgba(16,18,22,.98));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  left: 50%;
  top: -155px;
  transform: translateX(-50%);
  background: rgba(255,118,47,.24);
  filter: blur(76px);
  pointer-events: none;
}

.avatar-wrap {
  width: max-content;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
}

.avatar-ring {
  width: 108px;
  height: 108px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,154,90,.95), rgba(255,118,47,.34) 52%, rgba(255,255,255,.08));
  box-shadow: 0 11px 30px rgba(0,0,0,.30), 0 0 0 5px rgba(255,118,47,.055);
}

.avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #111318;
}

.hunt-badge {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  color: #ebedf0;
  background: #1a1d23;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(0,0,0,.28);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .01em;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--orange-2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}

h1 {
  max-width: 600px;
  margin: 8px auto 12px;
  font-size: clamp(34px, 8.7vw, 46px);
  line-height: .99;
  letter-spacing: -.045em;
}

h1 span { color: var(--orange); }

.hero-copy {
  max-width: 555px;
  margin: 0 auto;
  color: #b9bec7;
  font-size: 14px;
  line-height: 1.55;
}

.hero-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px auto 0;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  color: #c7cbd2;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 650;
}

.hero-actions {
  max-width: 580px;
  display: grid;
  gap: 9px;
  margin: 20px auto 0;
}

.primary-cta {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  text-align: left;
  text-decoration: none;
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(37,211,102,.16);
  transition: transform .18s ease, filter .18s ease;
}

.primary-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.035);
}

.cta-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.12);
  border-radius: 14px;
}

.cta-icon svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.cta-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.cta-copy strong {
  font-size: 14px;
  line-height: 1.25;
}

.cta-copy small {
  color: rgba(255,255,255,.81);
  font-size: 11px;
  line-height: 1.3;
}

.cta-arrow {
  flex: 0 0 auto;
  font-size: 22px;
}

.secondary-cta {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  text-decoration: none;
  color: #e3e5e9;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 750;
}

.secondary-cta:hover { background: rgba(255,255,255,.055); }

.hero-note {
  margin: 11px 0 0;
  color: #777e8a;
  font-size: 9.5px;
  line-height: 1.4;
}

.announcement {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 11px 13px;
  background: #111318;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: var(--radius-lg);
}

.announcement-image {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,118,47,.28);
}

.announcement div { min-width: 0; }

.announcement strong {
  display: block;
  font-size: 12px;
}

.announcement p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.4;
}

.section-block {
  margin-top: 30px;
  scroll-margin-top: 18px;
}

.section-heading {
  margin: 0 4px 13px;
}

.section-heading h2 {
  margin: 5px 0 0;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.section-description {
  max-width: 570px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

.link-list {
  display: grid;
  gap: 9px;
}

.link-card {
  --card-accent: var(--orange);
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 9px 25px rgba(0,0,0,.16);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.link-card:hover {
  transform: translateY(-1px);
  background: var(--surface-2);
  border-color: color-mix(in srgb, var(--card-accent) 34%, rgba(255,255,255,.09));
}

.grid-card {
  min-height: 118px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.icon-box {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: color-mix(in srgb, var(--card-accent) 16%, #17191e);
  border: 1px solid color-mix(in srgb, var(--card-accent) 27%, transparent);
  border-radius: 13px;
  font-size: 19px;
  font-weight: 800;
}

.card-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.card-copy strong {
  color: #f0f1f3;
  font-size: 13px;
  line-height: 1.3;
}

.card-copy small {
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.4;
}

.card-end {
  align-self: center;
  color: #818894;
  font-size: 18px;
}

.grid-card .card-copy {
  min-width: calc(100% - 54px);
}

.grid-card .card-end {
  width: 100%;
  text-align: right;
  align-self: auto;
}

footer {
  margin-top: 34px;
  padding: 22px 12px 4px;
  text-align: center;
  color: #7e8490;
  border-top: 1px solid rgba(255,255,255,.065);
  font-size: 10px;
  line-height: 1.55;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: #d5d8dd;
  font-size: 12px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
}

footer p {
  max-width: 570px;
  margin: 7px auto;
}

.copyright { opacity: .72; }

.toast {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 20;
  transform: translate(-50%, 16px);
  padding: 9px 13px;
  color: #f3f4f6;
  background: #202329;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.32);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 520px) {
  .page-shell { width: min(calc(100% - 18px), var(--max)); }
  .hero-card { padding: 24px 14px 18px; }
  .topbar { padding-inline: 2px; }
  .share-button { padding-inline: 11px; }
  .share-button span:last-child { display: none; }
  .share-button { width: 39px; padding: 0; }
  .avatar-ring { width: 100px; height: 100px; }
  h1 { font-size: clamp(32px, 9.5vw, 41px); }
  .hero-copy { font-size: 13px; }
  .hero-tags { gap: 6px; margin-top: 14px; }
  .hero-tags span { font-size: 10px; }
  .hero-actions { margin-top: 17px; }
  .link-grid { grid-template-columns: 1fr; }
  .grid-card { min-height: 83px; flex-wrap: nowrap; align-items: center; }
  .grid-card .card-copy { min-width: 0; }
  .grid-card .card-end { width: auto; text-align: initial; align-self: center; }
}

@media (max-width: 360px) {
  .mini-brand-copy small { display: none; }
  .hero-tags span { padding-inline: 8px; }
  .primary-cta { gap: 10px; padding-inline: 11px; }
  .cta-icon { width: 42px; height: 42px; }
}

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