@font-face {
  font-family: "Norwester";
  src: url("../assets/fonts/norwester.woff") format("woff");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #040706;
  --panel: #08100e;
  --teal: #19c9c1;
  --teal-pale: #a8f5ed;
  --amber: #e9a42b;
  --amber-pale: #ffe1a2;
  --cream: #fff9ed;
  --muted: #aebbb7;
  --line: rgba(25, 201, 193, .28);
  --shell: min(1080px, calc(100% - 40px));
  --display: "Norwester", Impact, sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 78% 5%, rgba(233,164,43,.2), transparent 29%), radial-gradient(circle at 13% 19%, rgba(25,201,193,.21), transparent 31%), radial-gradient(circle at 74% 61%, rgba(25,201,193,.15), transparent 32%), radial-gradient(circle at 14% 78%, rgba(233,164,43,.15), transparent 31%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 700; }
a { color: inherit; }
button { font: inherit; }
img, video { max-width: 100%; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: var(--shell); margin-inline: auto; }
.site-header, main, .site-footer { position: relative; z-index: 2; }
main { isolation: isolate; }
main::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(3,8,7,0) 0%, rgba(3,8,7,.06) 22%, rgba(3,8,7,.32) 42%, rgba(3,8,7,.7) 62%, rgba(3,8,7,.9) 82%, rgba(3,8,7,.96) 100%); pointer-events: none; }

.ambient { position: fixed; z-index: 0; inset: -18%; background: conic-gradient(from 28deg at 48% 42%, transparent 0 8%, rgba(25,201,193,.2) 17%, transparent 29%, rgba(233,164,43,.2) 41%, transparent 54%, rgba(25,201,193,.13) 67%, transparent 78%, rgba(233,164,43,.15) 91%, transparent); filter: blur(42px); opacity: .88; pointer-events: none; animation: ambient-turn 34s linear infinite; }
.ambient::before { content: ""; position: absolute; inset: 10%; border-radius: 44% 56% 61% 39% / 52% 40% 60% 48%; background: radial-gradient(circle at 30% 38%, rgba(233,164,43,.2), transparent 27%), radial-gradient(circle at 68% 61%, rgba(25,201,193,.22), transparent 29%); animation: ambient-breathe 8s ease-in-out infinite alternate; }
.sparkles { position: fixed; z-index: 1; inset: 0; pointer-events: none; }
.sparkles span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px 3px rgba(25,201,193,.72); opacity: .7; animation: twinkle 2.8s ease-in-out infinite alternate; }
.sparkles span:nth-child(1) { left: 5%; top: 14%; }.sparkles span:nth-child(2) { left: 13%; top: 45%; animation-delay: -.8s; }.sparkles span:nth-child(3) { left: 23%; top: 9%; animation-delay: -1.7s; }.sparkles span:nth-child(4) { left: 34%; top: 76%; animation-delay: -.3s; }.sparkles span:nth-child(5) { left: 43%; top: 23%; animation-delay: -2.1s; }.sparkles span:nth-child(6) { left: 53%; top: 57%; animation-delay: -1.1s; }.sparkles span:nth-child(7) { left: 64%; top: 12%; animation-delay: -.5s; }.sparkles span:nth-child(8) { left: 72%; top: 71%; animation-delay: -2.5s; }.sparkles span:nth-child(9) { left: 80%; top: 38%; animation-delay: -1.4s; }.sparkles span:nth-child(10) { left: 88%; top: 17%; animation-delay: -.2s; background: var(--amber); box-shadow: 0 0 10px 3px rgba(233,164,43,.7); }.sparkles span:nth-child(11) { left: 93%; top: 84%; animation-delay: -1.9s; background: var(--amber); box-shadow: 0 0 10px 3px rgba(233,164,43,.7); }.sparkles span:nth-child(12) { left: 8%; top: 89%; animation-delay: -2.3s; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); font: 25px/1 var(--display); letter-spacing: .06em; text-decoration: none; }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark, .verified-mark { position: relative; display: block; overflow: hidden; border-radius: 50%; background: #000; }
.brand-mark { width: 40px; height: 40px; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.brand-mark img, .verified-mark img { position: absolute; width: 337.5%; max-width: none; left: -111.25%; top: -39.7%; }
.brand:hover .brand-mark { transform: rotate(-6deg); box-shadow: 0 0 22px rgba(25,201,193,.25); }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.site-header nav a, .share-link { padding: 0; border: 0; background: none; color: var(--muted); font: .84rem/1 var(--display); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.site-header nav a:hover, .share-link:hover { color: var(--teal-pale); }
.share-link { padding: 9px 13px; border: 1px solid rgba(233,164,43,.46); border-radius: 999px; color: var(--cream); box-shadow: 0 0 16px rgba(233,164,43,.1); }

.hero { display: grid; gap: 0; padding-block: 2px 7px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -14px 5%; border-radius: 50%; background: linear-gradient(90deg, rgba(25,201,193,.18), rgba(233,164,43,.16)); filter: blur(34px); }
.video-stage { position: relative; display: flex; justify-content: center; width: 100%; background: transparent; }
.video-frame { position: relative; width: 56.25%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(233,164,43,.68); border-radius: 8px; background: #000; box-shadow: 0 22px 62px rgba(0,0,0,.6), 0 0 28px rgba(25,201,193,.14), 0 0 58px rgba(233,164,43,.18); }
.video-frame::before { content: ""; position: absolute; z-index: 5; inset: -1px 25% auto; height: 2px; background: linear-gradient(90deg, var(--teal), var(--amber)); box-shadow: 0 0 16px 3px rgba(25,201,193,.4); }
.video-frame video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; background: #000; }
.sound-toggle { position: absolute; z-index: 7; top: 12px; right: 12px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(4,7,6,.82); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.sound-icon { position: relative; display: block; width: 14px; height: 14px; }
.sound-icon::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 6px; border-radius: 1px; background: currentColor; }
.sound-icon::after { content: ""; position: absolute; left: 4px; top: 2px; width: 9px; height: 11px; background: currentColor; clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 68%); }
.sound-toggle:not([aria-pressed="true"]) .sound-icon { opacity: .68; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 17px; height: 2px; border-radius: 2px; background: var(--amber); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(233,164,43,.6); }
.hero-copy { padding: 8px 3px 2px; }
.kicker { margin: 0 0 7px; color: var(--teal); font-size: .69rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker > span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 14px var(--teal); animation: pulse 2s ease-in-out infinite; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: .01em; text-transform: uppercase; }
h1 { font-size: clamp(3.6rem, 7.65vw, 7.02rem); line-height: .83; }
h1 em, h2 em { color: var(--amber); font-style: normal; text-shadow: 0 0 25px rgba(233,164,43,.22); }
.hero-amp { color: var(--cream); }
.hero-story { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; max-width: 930px; margin-top: 7px; }
.hero-story p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.43; }
.hero-story .lead { color: var(--cream); font-size: 1.06rem; }

.support { padding-block: 14px; background: transparent; }
.connect { padding-block: 14px; }
.section-heading { margin-bottom: 7px; }
.section-heading h2, .verified h2 { font-size: clamp(2.7rem, 5.04vw, 4.91rem); line-height: .9; }
.action-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; min-height: 80px; padding: 10px 12px; border: 1px solid rgba(233,164,43,.34); border-radius: 8px; background: rgba(5,10,9,.82); color: var(--cream); text-align: left; text-decoration: none; box-shadow: 0 0 17px rgba(233,164,43,.05); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.action-card::before, .wallet-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(340px circle at var(--x, 50%) var(--y, 50%), rgba(233,164,43,.17), transparent 54%); opacity: 0; transition: opacity .22s ease; }
.action-card > *, .wallet-card > * { position: relative; z-index: 1; }
.action-card:hover { transform: translateY(-3px); border-color: var(--amber); box-shadow: 0 12px 34px rgba(0,0,0,.4), 0 0 23px rgba(233,164,43,.13); }
.action-card:hover::before, .wallet-card:hover::before { opacity: 1; }
.action-card-featured { background: linear-gradient(110deg, rgba(25,201,193,.25), rgba(5,10,9,.88) 53%, rgba(233,164,43,.18)); border-color: rgba(233,164,43,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 0 23px rgba(233,164,43,.12); }
.action-card p { margin: 0 0 5px; color: var(--teal-pale); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.action-card h3 { font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: .9; }
.action-card small { display: block; margin-top: 0; color: var(--muted); font-size: .71rem; }
.card-arrow { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(233,164,43,.56); border-radius: 50%; color: var(--amber-pale); }
.wallet-grid { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
.wallet-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 13px; align-items: center; min-height: 142px; padding: 9px; border: 1px solid rgba(233,164,43,.3); border-radius: 8px; background: linear-gradient(135deg, rgba(25,201,193,.07), rgba(5,10,9,.9)); }
.wallet-card:hover { border-color: rgba(233,164,43,.5); }
.wallet-image { position: relative; display: grid; place-items: center; justify-self: center; width: 124px; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 7px; background: #fff; }
/* Frame the supplied deposit image around its QR code, preserving a white quiet zone. */
.wallet-image img { position: absolute; display: block; width: 170%; max-width: none; height: auto; left: -35%; top: -38%; }
.wallet-copy > p { margin: 0 0 5px; color: var(--teal-pale); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wallet-copy h3 { font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: .9; }
.wallet-copy code { display: block; margin-top: 8px; color: var(--cream); font: .68rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.wallet-copy button { min-height: 34px; margin-top: 7px; padding: 7px 10px; border: 1px solid var(--amber); border-radius: 6px; background: var(--amber); color: #075b56; font: .7rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.wallet-copy button:hover { border-color: var(--teal); background: var(--teal); color: #4a3000; box-shadow: 0 0 15px rgba(25,201,193,.26); }
.network-note { margin: 7px 2px 0; color: #7f8b87; font-size: .7rem; line-height: 1.4; }
.social-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.social-list a { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center; padding: 9px 10px; border: 1px solid rgba(233,164,43,.24); border-radius: 7px; background: rgba(25,201,193,.035); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.social-list a:hover { border-color: rgba(233,164,43,.5); background: rgba(233,164,43,.06); }
.social-list span { font: 1rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.social-list small { grid-column: 1; color: var(--muted); font-size: .67rem; overflow-wrap: anywhere; }
.social-list i { grid-column: 2; grid-row: 1 / span 2; color: var(--amber); font-style: normal; }
.verified { display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center; margin-bottom: 6px; padding: 8px; border: 1px solid rgba(233,164,43,.22); border-radius: 8px; background: linear-gradient(100deg, rgba(25,201,193,.07), rgba(233,164,43,.04)); }
.verified-mark { width: 46px; height: 46px; }
.verified .kicker { margin-bottom: 4px; }
.verified h2 { font-size: clamp(1.8rem, 3.3vw, 3.15rem); }
.verified h2 a { color: var(--amber-pale); text-decoration-color: var(--amber); text-underline-offset: 5px; }
.back-link { display: inline-flex; align-items: center; gap: 15px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 6px; font: .75rem/1 var(--display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.back-link:hover { background: var(--teal); color: #04100e; }
.pulse-strip { position: relative; z-index: 2; overflow: hidden; background: linear-gradient(90deg, #12948f, var(--teal) 27%, #d19528 72%, var(--amber)); color: #02100e; font: .88rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; box-shadow: 0 0 24px rgba(25,201,193,.15); }
.pulse-strip div { width: max-content; padding-block: 8px; animation: ticker 23s linear infinite; }
.site-footer { padding-block: 16px; background: #020403; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 36px; align-items: center; }
.footer-brand { font-size: 22px; }
.footer-grid p { margin: 6px 0 0; color: #747f7b; font-size: .74rem; }
.footer-grid > a { color: var(--muted); font: .76rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.footer-grid > a:hover { color: var(--cream); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; max-width: calc(100% - 24px); padding: 10px 14px; border: 1px solid var(--teal); border-radius: 999px; background: #07100e; color: var(--cream); font-size: .78rem; opacity: 0; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .22s ease; pointer-events: none; box-shadow: 0 0 18px rgba(25,201,193,.22); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--amber-pale); outline-offset: 3px; }

@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes twinkle { to { opacity: .15; transform: scale(.45); } }
@keyframes ambient-turn { to { transform: rotate(360deg); } }
@keyframes ambient-breathe { to { transform: scale(1.12) rotate(-12deg); opacity: .65; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  :root { --shell: min(100% - 22px, 620px); }
  .site-header { min-height: 56px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 36px; height: 36px; }
  .site-header nav { gap: 9px; }
  .site-header nav a { display: none; }
  .share-link { padding: 8px 11px; }
  .hero { padding-top: 2px; }
  .video-frame { width: min(78%, 520px); border-radius: 7px; }
  .sound-toggle { top: 9px; right: 9px; width: 33px; height: 33px; }
  .hero-copy { padding-top: 7px; text-align: center; }
  h1 { font-size: clamp(2.7rem, 13.23vw, 4.23rem); }
  .hero-story { grid-template-columns: 1fr; gap: 5px; margin-top: 7px; text-align: left; }
  .hero-story p { font-size: .91rem; }
  .hero-story .lead { font-size: 1rem; }
  .support, .connect { padding-block: 12px; }
  .section-heading h2 { font-size: clamp(2.43rem, 12.15vw, 3.65rem); }
  .wallet-grid, .social-list { grid-template-columns: 1fr; }
  .action-card { min-height: 72px; padding: 8px 9px; }
  .wallet-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 128px; gap: 11px; padding: 8px; }
  .wallet-image { width: 112px; }
  .verified { grid-template-columns: 44px 1fr; }
  .verified-mark { width: 44px; height: 44px; }
  .back-link { grid-column: 1 / -1; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
