:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --surface: #f5f5f7;
  --blue: #0071e3;
  --hairline: rgba(0, 0, 0, .12);
  --rainbow: linear-gradient(90deg, #007aff 0%, #5856d6 26%, #af52de 47%, #ff2d76 70%, #ff5e00 100%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; overflow-x: hidden; }
a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: max(22px, calc((100vw - 1120px) / 2));
  background: rgba(250, 250, 252, .86);
  border-bottom: 1px solid var(--hairline);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  font-size: 12px;
}

.wordmark { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 650; letter-spacing: -.01em; text-decoration: none; }
.wordmark img { border-radius: 7px; box-shadow: 0 1px 4px rgba(0, 0, 0, .14); }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { color: rgba(29, 29, 31, .78); text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover { color: var(--ink); }
.site-header .nav-download { padding: 7px 14px; color: #fff; background: var(--blue); border-radius: 999px; }
.site-header .nav-download:hover { color: #fff; background: #0077ed; }

.gradient-text {
  color: transparent;
  background: var(--rainbow);
  background-size: 170% 100%;
  background-position: 0 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-drift 9s ease-in-out infinite alternate;
}

.hero {
  position: relative;
  min-height: 1080px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 136px 22px 100px;
  text-align: center;
  background: #fff;
}

.hero-copy { position: relative; z-index: 2; width: 100%; max-width: 1040px; }
.eyebrow { margin: 0 0 17px; font-size: 21px; line-height: 1.2; font-weight: 650; letter-spacing: -.025em; }
.hero h1, .statement h2, .feature-copy h2, .privacy h2, .final-cta h2 { margin: 0; font-weight: 600; letter-spacing: -.015em; }
.hero h1 { font-size: 64px; line-height: 1.09375; letter-spacing: 0; }
.hero-deck { max-width: 830px; margin: 34px auto 0; color: var(--muted); font-size: 21px; line-height: 1.381; letter-spacing: .011em; font-weight: 400; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 35px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; background: var(--blue); color: #fff; text-decoration: none; font-size: 17px; font-weight: 500; transition: transform .25s ease, background .2s ease, box-shadow .25s ease; }
.button:hover { background: #0077ed; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 113, 227, .18); }
.text-link { color: var(--blue); text-decoration: none; font-size: 17px; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.requirements { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.install-note { max-width: 760px; margin: 9px auto 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.install-note strong { color: #515154; font-weight: 600; }
.install-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.install-note a:hover { text-decoration-thickness: 2px; }
.hero-network-note { max-width: 680px; margin: 17px auto 0; color: #6e6e73; font-size: 13px; line-height: 1.45; letter-spacing: -.01em; }

.hero-visual { position: relative; z-index: 1; isolation: isolate; display: grid; place-items: center; width: min(900px, 92vw); min-height: 430px; margin-top: 54px; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.hero-visual::before { width: min(680px, 84vw); aspect-ratio: 1.25; border-radius: 50%; background: conic-gradient(from 210deg, rgba(0,122,255,.58), rgba(94,92,230,.42), rgba(175,82,222,.40), rgba(255,45,118,.29), rgba(0,122,255,.58)); filter: blur(54px); opacity: .67; animation: hero-aurora-one 12s ease-in-out infinite alternate; }
.hero-visual::after { width: min(420px, 64vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(100,210,255,.72), rgba(0,122,255,.22) 48%, rgba(175,82,222,.18) 72%, transparent); filter: blur(38px); opacity: .62; animation: hero-aurora-two 15s ease-in-out infinite alternate; }

.web-time-menu { position: relative; width: min(360px, 82vw); padding: 16px 16px 5px; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(244,246,250,.67); color: #1d1d1f; text-align: left; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; box-shadow: 0 42px 90px rgba(30,38,56,.24), 0 2px 9px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.78); -webkit-backdrop-filter: blur(30px) saturate(180%); backdrop-filter: blur(30px) saturate(180%); transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .55s ease; user-select: none; }
.web-time-menu::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.30), transparent 42%, rgba(255,255,255,.08)); }
.web-time-menu:hover { transform: translateY(-10px) scale(1.012); box-shadow: 0 54px 104px rgba(30,38,56,.25), 0 3px 10px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.82); }
.preview-site { position: relative; z-index: 1; display: grid; grid-template-columns: 31px minmax(0,1fr) 18px; column-gap: 11px; align-items: start; padding: 1px 1px 14px; }
.preview-site + .preview-site { padding-top: 2px; }
.preview-favicon { grid-row: 1; display: grid; place-items: center; width: 28px; height: 28px; margin-top: 8px; overflow: hidden; border: 1px solid rgba(60,60,67,.12); border-radius: 7px; background: rgba(255,255,255,.88); box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.preview-favicon svg { display: block; width: 25px; height: 25px; }
.preview-favicon .preview-favicon-twitch { width: 20px; height: 20px; }
.preview-site-copy { grid-column: 2; min-width: 0; }
.preview-site-copy strong, .preview-site-copy small { display: block; white-space: nowrap; }
.preview-site-copy strong { font-size: 16px; line-height: 20px; font-weight: 660; letter-spacing: -.02em; }
.preview-site-copy small { margin-top: 1px; color: rgba(60,60,67,.68); font-size: 12.5px; line-height: 16px; font-weight: 540; letter-spacing: -.01em; }
.preview-play { grid-column: 3; width: 13px; height: 15px; margin: 7px 1px 0 auto; overflow: visible; fill: #087cf0; filter: drop-shadow(0 1px 1px rgba(0,0,0,.12)); }
.preview-allowance { grid-column: 2 / 4; height: 3px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: rgba(60,60,67,.16); }
.preview-allowance i { display: block; height: 100%; border-radius: inherit; background: #087cf0; }
.preview-allowance-warning i { background: #ef8d00; }
.preview-separator { position: relative; z-index: 1; height: 1px; margin: 1px 1px 8px; background: rgba(60,60,67,.17); }
.preview-action { position: relative; z-index: 1; display: flex; min-height: 34px; align-items: center; justify-content: space-between; padding: 0 4px; font-size: 16px; line-height: 1; letter-spacing: -.015em; }
.preview-action kbd { color: rgba(60,60,67,.60); font: inherit; letter-spacing: -.02em; }
.preview-statistics { min-height: 39px; padding-inline: 4px; }
.preview-statistics + .preview-separator { margin-top: 1px; }
.preview-status { min-height: 28px; justify-content: flex-start; color: rgba(60,60,67,.38); font-size: 14px; font-weight: 540; }
.preview-status svg { width: 12px; height: 12px; margin-right: 8px; overflow: visible; fill: currentColor; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: translateY(-.5px); }
.preview-unlock { min-height: 31px; }
.preview-disabled { min-height: 29px; color: rgba(60,60,67,.34); font-weight: 520; }
.preview-disabled kbd { color: inherit; }
.statement { min-height: 830px; padding: 150px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--surface); }
.statement h2 { max-width: 1180px; font-size: 80px; line-height: 1.05; }
.statement-copy { max-width: 940px; margin: 43px auto 0; color: var(--muted); font-size: 21px; line-height: 1.381; letter-spacing: .011em; font-weight: 600; }

.feature-stage { min-height: 1220px; padding: 145px 24px 130px; overflow: hidden; background: #000; color: #f5f5f7; text-align: center; }
.feature-copy { max-width: 1000px; margin: 0 auto 84px; }
.feature-copy h2 { font-size: 80px; line-height: 1.05; }
.gradient-text-dark { background-image: linear-gradient(90deg, #64d2ff 0%, #5e5ce6 34%, #bf5af2 61%, #ff375f 100%); }
.feature-copy > p:last-child { max-width: 780px; margin: 38px auto 0; color: #a1a1a6; font-size: 21px; line-height: 1.381; letter-spacing: .011em; font-weight: 600; }
.real-statistics-window { max-width: 780px; margin: 0 auto; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.real-statistics-window:hover { transform: translateY(-9px); }
.real-statistics-window img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; box-shadow: 0 65px 150px rgba(0,122,255,.15); }
.real-statistics-window figcaption { margin-top: 16px; color: #a1a1a6; font-size: 12px; text-align: center; }

.privacy { min-height: 940px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 140px 24px; background: #fff; text-align: center; }
.privacy-mark { width: 58px; height: 66px; margin-bottom: 32px; color: var(--ink); }
.privacy-mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.privacy-lock-shackle { fill: none; stroke: currentColor; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.privacy-lock-body { fill: currentColor; }
.privacy-lock-keyhole { fill: #fff; }
.privacy-lock-key-stem { fill: none; stroke: #fff; stroke-width: 4; stroke-linecap: round; }
.privacy-copy { width: min(100%, 980px); }
.privacy h2 { font-size: 80px; line-height: 1.05; }
.privacy-copy > p:not(.eyebrow) { max-width: 940px; margin: 43px auto 30px; color: var(--muted); font-size: 21px; line-height: 1.381; letter-spacing: .011em; font-weight: 600; }

.final-cta { min-height: 900px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 130px 22px; background: var(--surface); text-align: center; }
.final-cta h2 { font-size: 80px; line-height: 1.05; }
.final-cta .button { margin-top: 42px; }

footer { max-width: 1120px; margin: auto; padding: 28px 0 38px; border-top: 1px solid var(--hairline); color: #6e6e73; font-size: 12px; }
footer > div { display: flex; gap: 22px; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal:nth-child(2) { transition-delay: .14s; }

@keyframes gradient-drift {
  from { background-position: 0 50%; }
  to { background-position: 100% 50%; }
}

@keyframes hero-aurora-one {
  from { transform: translate3d(-7%, 3%, 0) scale(.94) rotate(-7deg); }
  to { transform: translate3d(8%, -4%, 0) scale(1.08) rotate(11deg); }
}

@keyframes hero-aurora-two {
  from { transform: translate3d(12%, -8%, 0) scale(.92); }
  to { transform: translate3d(-14%, 10%, 0) scale(1.12); }
}

@media (max-width: 1068px) {
  .hero h1 { font-size: 56px; line-height: 1.0714285714; }
  .statement h2, .feature-copy h2, .privacy h2, .final-cta h2 { font-size: 64px; line-height: 1.0625; letter-spacing: -.009em; }
}

@media (max-width: 900px) {
  .hero { min-height: 1000px; padding-top: 126px; }
  .hero-visual { min-height: 390px; }
  .privacy { min-height: 850px; }
}

@media (max-width: 734px) {
  .hero h1 { font-size: 32px; line-height: 1.125; letter-spacing: .004em; }
  .hero-deck { font-size: 19px; line-height: 1.4211; letter-spacing: .012em; }
  .statement h2, .feature-copy h2, .privacy h2, .final-cta h2 { font-size: 48px; line-height: 1.0835; letter-spacing: -.003em; }
  .statement-copy, .feature-copy > p:last-child, .privacy-copy > p:not(.eyebrow) { font-size: 19px; line-height: 1.4211; letter-spacing: .012em; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 16px; }
  .site-header nav a:not(.nav-download) { display: none; }
  .hero { min-height: 900px; padding: 112px 18px 80px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-visual { min-height: 350px; margin-top: 38px; }
  .web-time-menu { width: min(360px, 90vw); border-radius: 16px; }
  .statement { min-height: 690px; padding: 110px 20px; }
  .feature-stage { min-height: 1000px; padding: 105px 16px 100px; }
  .real-statistics-window img { border-radius: 14px; }
  .privacy { min-height: 790px; padding: 110px 20px; }
  .final-cta { min-height: 760px; }
  footer { margin-inline: 18px; }
  footer > div { flex-wrap: wrap; }
}

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