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

:root {
  color-scheme: dark;
  --black: #050607;
  --panel: #0a1213;
  --teal: #0ba6a3;
  --teal-hot: #22d0c9;
  --teal-pale: #9bf1ed;
  --plum: #7a0a73;
  --plum-hot: #c32bb7;
  --cream: #fff9ee;
  --muted: #b9c7c5;
  --line: rgba(34, 208, 201, .26);
  --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 83% 3%, rgba(11, 166, 163, .13), transparent 24%), radial-gradient(circle at 5% 54%, rgba(122, 10, 115, .12), transparent 28%), var(--black); color: var(--cream); font-family: var(--body); font-weight: 700; }
body.modal-open { overflow: hidden; }
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; }

.aurora { position: fixed; z-index: 0; width: min(78vw, 900px); aspect-ratio: 1; right: -31vw; top: -28vw; border-radius: 50%; background: conic-gradient(from 80deg, transparent, rgba(34,208,201,.12), transparent 30%, rgba(195,43,183,.1), transparent 63%); filter: blur(4px); animation: aurora-turn 30s linear infinite; pointer-events: none; }
.sparkles { position: fixed; z-index: 1; inset: 0; pointer-events: none; }
.sparkles i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--teal-hot); box-shadow: 0 0 10px 2px rgba(34,208,201,.75); opacity: .7; animation: twinkle 3s ease-in-out infinite alternate; }
.sparkles i:nth-child(1) { left: 4%; top: 13%; }.sparkles i:nth-child(2) { left: 11%; top: 41%; animation-delay: -1s; }.sparkles i:nth-child(3) { left: 19%; top: 72%; animation-delay: -2.2s; }.sparkles i:nth-child(4) { left: 27%; top: 8%; animation-delay: -.4s; }.sparkles i:nth-child(5) { left: 36%; top: 56%; animation-delay: -1.8s; }.sparkles i:nth-child(6) { left: 43%; top: 24%; animation-delay: -2.5s; }.sparkles i:nth-child(7) { left: 52%; top: 84%; animation-delay: -.7s; }.sparkles i:nth-child(8) { left: 61%; top: 14%; animation-delay: -1.5s; }.sparkles i:nth-child(9) { left: 69%; top: 63%; animation-delay: -2.7s; }.sparkles i:nth-child(10) { left: 76%; top: 35%; animation-delay: -.3s; }.sparkles i:nth-child(11) { left: 84%; top: 77%; animation-delay: -1.3s; }.sparkles i:nth-child(12) { left: 92%; top: 18%; animation-delay: -2.1s; }.sparkles i:nth-child(13) { left: 96%; top: 51%; animation-delay: -.9s; }.sparkles i:nth-child(14) { left: 7%; top: 91%; animation-delay: -2.4s; }

.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-hot); }
.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(34,208,201,.28); }
.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(195,43,183,.52); border-radius: 999px; color: var(--cream); box-shadow: 0 0 16px rgba(195,43,183,.12); }

.hero { display: grid; gap: 0; padding-block: 2px 7px; }
.hero-media { position: relative; width: 100%; }
.hero-media::before { content: ""; position: absolute; inset: -15px 7%; border-radius: 50%; background: linear-gradient(90deg, rgba(11,166,163,.18), rgba(122,10,115,.2)); filter: blur(34px); }
.video-frame { position: relative; padding: 6px; border: 1px solid rgba(34,208,201,.56); border-radius: 10px; background: #010303; box-shadow: 0 26px 70px rgba(0,0,0,.62), 0 0 36px rgba(34,208,201,.19), 0 0 88px rgba(122,10,115,.16); }
.video-frame::before { content: ""; position: absolute; z-index: 3; inset: -1px 18% auto; height: 2px; background: linear-gradient(90deg, var(--teal-hot), var(--plum-hot)); box-shadow: 0 0 17px 3px rgba(34,208,201,.55); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 6px; background: #020303; }
.sound-toggle { position: absolute; z-index: 4; top: 13px; right: 13px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(5,6,7,.8); 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: .67; }
.sound-toggle:not([aria-pressed="true"])::after { content: ""; position: absolute; width: 17px; height: 2px; border-radius: 2px; background: var(--plum-hot); transform: rotate(-45deg); box-shadow: 0 0 6px rgba(195,43,183,.6); }
.hero-copy { padding: 8px 3px 2px; }
.kicker { margin: 0 0 7px; color: var(--teal-hot); 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-hot); box-shadow: 0 0 14px var(--teal-hot); 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(4rem, 8.7vw, 8rem); line-height: .83; }
h1 em, h2 em { color: var(--plum-hot); font-style: normal; text-shadow: 0 0 25px rgba(195,43,183,.22); }
.hero-story { display: grid; grid-template-columns: 1.1fr .9fr; 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: linear-gradient(180deg, rgba(11,166,163,.035), rgba(10,18,19,.6)); }
.section-heading { margin-bottom: 7px; }
.section-heading h2, .verified h2 { font-size: clamp(3.1rem, 5.8vw, 5.7rem); line-height: .9; }
.section-heading > p:last-child { max-width: 720px; margin: 6px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.42; }
.fundraiser-card, .action-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 74px; padding: 9px 10px; border: 1px solid rgba(195,43,183,.43); border-radius: 8px; background: linear-gradient(120deg, rgba(122,10,115,.15), rgba(5,6,7,.78)); color: var(--cream); text-align: left; text-decoration: none; cursor: pointer; box-shadow: 0 0 18px rgba(195,43,183,.08), inset 0 0 18px rgba(122,10,115,.045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.fundraiser-card { min-height: 82px; margin-bottom: 7px; border-color: rgba(34,208,201,.58); background: linear-gradient(105deg, rgba(11,166,163,.29), rgba(122,10,115,.18) 72%, rgba(5,6,7,.8)); box-shadow: 0 0 23px rgba(34,208,201,.12), inset 0 0 22px rgba(11,166,163,.05); }
.wallet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.fundraiser-card::before, .action-card::before, .contact-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--x, 50%) var(--y, 50%), rgba(195,43,183,.2), transparent 55%); opacity: 0; transition: opacity .2s ease; }
.fundraiser-card > *, .action-card > *, .contact-card > * { position: relative; z-index: 1; }
.fundraiser-card:hover, .action-card:hover { transform: translateY(-3px); border-color: var(--plum-hot); box-shadow: 0 12px 30px rgba(0,0,0,.3), 0 0 27px rgba(195,43,183,.26), 0 0 11px rgba(34,208,201,.1); }
.fundraiser-card:hover::before, .action-card:hover::before, .contact-card:hover::before { opacity: 1; }
.fundraiser-card small, .action-card small, .contact-card small, .wallet-address small { display: block; margin-bottom: 5px; color: var(--teal-pale); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.fundraiser-card strong, .action-card strong { display: block; font: 1.65rem/.9 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.fundraiser-card strong { font-size: clamp(2rem, 3.6vw, 3rem); }
.css-arrow { position: relative; display: block; width: 31px; height: 31px; border: 1px solid rgba(34,208,201,.7); border-radius: 50%; color: var(--teal-hot); transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.css-arrow::before { content: ""; position: absolute; left: 8px; top: 14px; width: 13px; height: 2px; border-radius: 2px; background: currentColor; }
.css-arrow::after { content: ""; position: absolute; right: 8px; top: 10px; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.css-arrow-up::before { transform: rotate(-45deg); }
.css-arrow-up::after { right: 7px; top: 7px; transform: none; }
.fundraiser-card:hover .css-arrow, .action-card:hover .css-arrow { border-color: var(--plum-hot); background: rgba(122,10,115,.24); color: #f16ee6; box-shadow: 0 0 17px rgba(195,43,183,.3); }
.wallet-address { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-top: 7px; padding: 9px 10px; border: 1px solid rgba(195,43,183,.34); border-radius: 8px; background: linear-gradient(100deg, rgba(122,10,115,.2), rgba(11,166,163,.08)); box-shadow: 0 0 20px rgba(195,43,183,.09); }
.wallet-address code { display: block; color: var(--cream); font: .78rem/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.wallet-address button, .contact-actions a, .contact-actions button, .modal-copy { min-height: 38px; padding: 8px 11px; border: 1px solid var(--teal-hot); border-radius: 6px; background: rgba(11,166,163,.18); color: var(--teal-pale); font: .72rem/1 var(--display); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; box-shadow: 0 0 12px rgba(34,208,201,.1); }
.wallet-address button:hover, .contact-actions a:hover, .contact-actions button:hover, .modal-copy:hover { background: var(--plum); color: #fff; box-shadow: 0 0 20px rgba(195,43,183,.25); }

.connect { padding-block: 14px; }
.contact-grid { display: grid; gap: 7px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; min-height: 92px; padding: 10px; border: 1px solid rgba(195,43,183,.48); border-radius: 8px; background: linear-gradient(120deg, rgba(122,10,115,.2), rgba(5,6,7,.78)); box-shadow: 0 0 21px rgba(195,43,183,.1), inset 0 0 22px rgba(122,10,115,.055); }
.contact-card:hover { border-color: var(--plum-hot); box-shadow: 0 0 29px rgba(195,43,183,.22), inset 0 0 22px rgba(122,10,115,.08); }
.telegram-card { background: linear-gradient(120deg, rgba(122,10,115,.25), rgba(8,11,14,.82)); }
.contact-card h3 { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: .9; }
.contact-card p { margin: 6px 0 0; color: var(--teal-pale); font: .8rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.contact-actions { display: flex; gap: 5px; }
.contact-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--teal); color: #fff; }
.inline-arrow { position: relative; display: inline-block; width: 9px; height: 9px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.inline-arrow::after { content: ""; position: absolute; right: -1px; top: 2px; width: 10px; height: 2px; border-radius: 2px; background: currentColor; transform: rotate(-45deg); transform-origin: right center; }
.contact-actions-two { display: grid; grid-template-columns: repeat(2, 1fr); }

.verified { display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center; margin-bottom: 6px; padding: 8px; border: 1px solid rgba(195,43,183,.28); border-radius: 8px; background: linear-gradient(100deg, rgba(122,10,115,.18), rgba(11,166,163,.07)); box-shadow: 0 0 20px rgba(195,43,183,.08); }
.verified-mark { width: 46px; height: 46px; }
.verified .kicker { margin-bottom: 4px; }
.verified h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); }
.verified h2 a { color: var(--teal-pale); text-decoration-color: var(--teal); 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(--plum); color: #fff; }
.pulse-strip { position: relative; z-index: 2; overflow: hidden; background: var(--teal); color: #031313; font: .88rem/1 var(--display); letter-spacing: .15em; white-space: nowrap; }
.pulse-strip div { width: max-content; padding-block: 8px; animation: ticker 23s linear infinite; }

.site-footer { padding-block: 16px; background: #020303; }
.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: #728180; 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(--teal-pale); }
.mobile-support { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(122,10,115,.2), transparent 42%), rgba(2,3,3,.91); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(100%, 820px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 25px; border: 1px solid var(--plum-hot); border-radius: 10px; background: linear-gradient(145deg, #110711, #071011 64%); box-shadow: 0 30px 90px rgba(0,0,0,.72), 0 0 55px rgba(195,43,183,.28), inset 0 0 35px rgba(122,10,115,.1); }
.modal-panel .kicker { color: #ed6de3; }
.modal-panel h2 { color: var(--cream); font-size: clamp(2.5rem, 5.6vw, 4.8rem); line-height: .9; text-shadow: 0 0 24px rgba(195,43,183,.4); }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #071011; color: var(--teal-pale); font-size: 1.35rem; cursor: pointer; }
.modal-layout { display: grid; grid-template-columns: minmax(210px, 310px) 1fr; gap: 21px; align-items: center; margin-top: 16px; }
.modal-layout img { display: block; width: 100%; max-height: 430px; object-fit: contain; border: 2px solid rgba(195,43,183,.75); border-radius: 8px; background: #fff; box-shadow: 0 0 30px rgba(195,43,183,.24); }
#modal-description { margin: 0 0 11px; color: var(--muted); font-size: .88rem; line-height: 1.45; }
#modal-address { display: block; padding: 10px; border-radius: 5px; background: rgba(34,208,201,.07); color: var(--teal-pale); font: .76rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.modal-copy { width: 100%; margin-top: 8px; }
.network-warning { margin: 10px 0 0; color: #e2cdde; font-size: .76rem; line-height: 1.42; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; max-width: calc(100% - 24px); padding: 10px 14px; border: 1px solid var(--teal-hot); border-radius: 999px; background: #071011; color: var(--cream); font-size: .78rem; opacity: 0; transform: translate(-50%, 18px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.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 #fff; outline-offset: 3px; }

@keyframes pulse { 50% { transform: scale(1.3); opacity: .7; } }
@keyframes twinkle { to { opacity: .18; transform: scale(.45); } }
@keyframes aurora-turn { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  :root { --shell: min(100% - 22px, 620px); }
  body { padding-bottom: 64px; }
  .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; }
  .video-frame { padding: 4px; border-radius: 8px; }
  .sound-toggle { top: 9px; right: 9px; width: 33px; height: 33px; }
  .hero-copy { padding-top: 7px; text-align: center; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .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(3rem, 14.5vw, 4.4rem); }
  .wallet-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 67px; padding: 8px 9px; }
  .wallet-address { grid-template-columns: 1fr; }
  .wallet-address button { width: 100%; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .contact-actions-two { grid-template-columns: repeat(2, 1fr); }
  .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; }
  .mobile-support { position: fixed; z-index: 45; left: 9px; right: 9px; bottom: 8px; display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 11px 15px; border: 1px solid var(--teal-hot); border-radius: 7px; background: linear-gradient(100deg, var(--plum), #52104e); color: #fff; box-shadow: 0 10px 34px rgba(0,0,0,.58), 0 0 17px rgba(34,208,201,.15); font: .88rem/1 var(--display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .modal-panel { padding: 22px 14px 15px; }
  .modal-layout { grid-template-columns: 1fr; gap: 14px; }
  .modal-layout img { width: min(100%, 285px); margin-inline: auto; }
}

@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; }
}
