:root {
  color-scheme: dark;
  --background: #09090d;
  --text: #f4f2f8;
  --muted: #a5a2af;
  --border: #292631;
  --gradient: linear-gradient(110deg, #a47aff, #65d9ed 55%, #56f3b5);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--background);
  color: var(--text);
}
* { box-sizing: border-box; }
html { overflow-x: clip; }
body { margin: 0; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #66edce; outline-offset: 5px; }
.container { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 94px; border-bottom: 1px solid var(--border); gap: 20px; }
.wordmark { display: flex; align-items: center; font-size: 15px; font-weight: 900; letter-spacing: -.5px; min-height: 44px; }
.brand-dot { width: 14px; height: 14px; background: var(--gradient); border-radius: 50%; margin-right: 10px; }
.wordmark-period { color: #67e8c2; }
.header-link { font-size: 11px; letter-spacing: 1.2px; display: flex; gap: 16px; align-items: center; min-height: 44px; }
.header-link span { font-size: 19px; color: #69e4ce; }
.hero { text-align: center; padding-top: 65px; }
.eyebrow { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 2.5px; line-height: 1.6; }
.hero .eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; }
.hero .eyebrow span { background: #62e6b7; width: 5px; height: 5px; border-radius: 50%; }
h1 { font-size: clamp(48px, 10.7vw, 116px); letter-spacing: -.075em; line-height: .95; margin: 24px 0 14px; font-weight: 900; }
.ticker { display: inline-block; margin: 0; font-size: 21px; font-weight: 800; letter-spacing: 2px; background: var(--gradient); background-clip: text; color: transparent; }
.subtitle { color: var(--muted); font-size: 16px; margin: 12px 0 32px; }
.portrait { width: min(600px, 100%); margin: 0 auto 34px; position: relative; isolation: isolate; animation: float 7s ease-in-out infinite; }
.portrait::before { content: ""; position: absolute; inset: 9% -5%; background: linear-gradient(110deg, #792ade, #0a7a72); filter: blur(65px); opacity: .25; z-index: -1; }
.portrait img { display: block; width: 100%; height: auto; border-radius: 20px; border: 1px solid #46404d; box-shadow: 0 20px 60px #0006; }
.actions { display: flex; justify-content: center; gap: 12px; }
.button { min-height: 52px; min-width: 192px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 10px; font-size: 12px; font-weight: 800; letter-spacing: .4px; transition: box-shadow .2s, border-color .2s; }
.button span { font-size: 20px; font-weight: 400; }
.button-primary { background: var(--gradient); color: #101218; border: 1px solid transparent; }
.button-primary:hover { box-shadow: 0 0 28px #64d9cf45; }
.button-secondary { background: #141219; border: 1px solid #39343f; }
.button-secondary:hover { border-color: #ae83ed; box-shadow: 0 0 22px #9560ee25; }
.contract-card { max-width: 490px; margin: 26px auto 0; padding: 18px 20px; display: flex; align-items: center; gap: 20px; text-align: left; border: 1px solid var(--border); background: #101015; border-radius: 12px; }
.contract-details { flex: 1; min-width: 0; }
.contract-card h2 { font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: normal; margin: 0 0 8px; }
.contract-card p { font-family: monospace; font-size: 13px; letter-spacing: 1px; margin: 0; overflow-wrap: anywhere; }
#copy-button { min-width: 104px; min-height: 44px; color: #d5cfdf; background: #201b28; border: 1px solid #37303f; border-radius: 7px; font-size: 11px; }
#copy-button:hover { border-color: #9e79ce; }
.status { min-height: 20px; color: #b9a4dc; font-size: 12px; margin: 12px 0 0; }
.about { text-align: center; padding-block: 85px 95px; }
h2 { font-size: clamp(27px, 4vw, 42px); font-weight: 900; letter-spacing: -1.5px; margin: 18px 0 24px; }
.about-copy { max-width: 590px; margin: auto; color: var(--muted); font-size: 18px; line-height: 1.8; }
.trench-line { margin: 25px 0 0; font-size: 14px; color: #d1bded; }
.rewards-card { max-width: 640px; margin: 48px auto 0; padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: #14101c; }
.rewards-card h2 { font-size: clamp(24px, 4vw, 32px); }
.rewards-card > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.rewards-card .rewards-note { font-size: 13px !important; }
.rewards-card a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #7ce5cc; font-size: 13px; }
.community { text-align: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-block: 68px 76px; background: radial-gradient(ellipse at center, #28163850, transparent 70%); }
.community h2 { font-size: clamp(30px, 5.2vw, 56px); line-height: 1.12; letter-spacing: -2px; margin-bottom: 30px; }
.community h2 span { background: var(--gradient); background-clip: text; color: transparent; }
footer { padding-block: 30px; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.6; }
.disclaimer { font-size: 11px; color: #918b9c; }
.skip-link { position: absolute; top: -70px; left: 20px; padding: 12px; background: #241b30; z-index: 5; }
.skip-link:focus { top: 12px; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@media (max-width: 480px) {
  .container { width: calc(100% - 32px); }
  .site-header { min-height: 76px; }
  .wordmark { font-size: 12px; }
  .header-link { font-size: 9px; letter-spacing: .5px; gap: 6px; }
  .hero { padding-top: 44px; }
  .actions { flex-direction: column; max-width: 340px; margin-inline: auto; }
  .button { justify-content: center; }
  .portrait img { border-radius: 13px; }
  .contract-card { padding: 15px; gap: 10px; }
  .about { padding-block: 60px; }
  .about-copy { font-size: 16px; }
  .community { padding-block: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before { animation: none !important; transition: none !important; }
}
