:root {
  color-scheme: dark;
  --bg: #000000;
  --s1: #0a0a0a;
  --s2: #111111;
  --s3: #181818;
  --line: rgba(255, 255, 255, .07);
  --line2: rgba(255, 255, 255, .13);
  --text: #ececef;
  --muted: #8b8b95;
  --dim: #55555f;
  --acc: #ffffff;
  --acc2: #8a8a8a;
  --acc-soft: rgba(255, 255, 255, .12);
  --r: 14px;
  --sans: "Poppins", "Segoe UI", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: clip;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(800px 420px at 70% -120px, rgba(255, 255, 255, .06), transparent 70%),
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 64px,
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 64px 100%;
  mask-image: linear-gradient(#000 0, #000 60vh, transparent 110vh);
  -webkit-mask-image: linear-gradient(#000 0, #000 60vh, transparent 110vh);
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -.03em; }
p { margin: 0; }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.muted { color: var(--muted); }
.mono, .label { font-family: var(--mono); }
.label { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.label.acc { color: var(--acc); }
.label .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acc); margin-right: 8px; box-shadow: 0 0 12px var(--acc); vertical-align: 1px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 14px; white-space: nowrap; background: none;
  transition: background .2s, border-color .2s, color .2s, box-shadow .25s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn-sm { height: 34px; padding: 0 12px; font-size: 13px; border-radius: 999px; }
.btn-lg { height: 50px; padding: 0 22px; font-size: 15px; }
.btn-primary { background: var(--acc); color: #000; box-shadow: 0 8px 28px -12px rgba(255, 255, 255, .28); }
.btn-primary:hover { background: #e6e6e6; box-shadow: 0 10px 36px -10px rgba(255, 255, 255, .4); }
.btn-ghost { border-color: var(--line2); color: var(--text); background: rgba(255, 255, 255, .02); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .05); }
.btn .arr { font-family: var(--mono); font-size: 12px; opacity: .8; }

.nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.nav.scrolled { background: rgba(5, 5, 6, .82); border-color: var(--line); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-inner { width: min(1200px, 100% - 40px); margin-inline: auto; height: 68px; display: flex; align-items: center; gap: 32px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -.02em; }
.logo-mark { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 6px 20px -6px rgba(255, 255, 255, .25); }
.logo-mark svg, .logo-mark img { display: block; width: 100%; height: 100%; border-radius: 50%; }
.logo span b { color: var(--muted); font-weight: 700; }
.nav-links { display: flex; gap: 2px; }
.nav-links a { padding: 7px 12px; border-radius: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); transition: color .2s, background .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255, 255, 255, .04); }
.nav-cta { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.burger { display: none; width: 38px; height: 38px; border-radius: 9px; border: 1px solid var(--line2); background: none; position: relative; }
.burger span { position: absolute; left: 11px; right: 11px; height: 1.5px; background: #fff; transition: transform .25s, top .25s; }
.burger span:first-child { top: 15px; }
.burger span:last-child { top: 22px; }
.nav.open .burger span:first-child { top: 18px; transform: rotate(45deg); }
.nav.open .burger span:last-child { top: 18px; transform: rotate(-45deg); }

.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; padding: 90px 0 80px; }
.hero h1 { font-size: clamp(48px, 6.6vw, 88px); line-height: 1.02; letter-spacing: -.045em; margin: 22px 0 22px; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px #fff; text-shadow: 0 0 40px rgba(255, 255, 255, .12); }
.hero .lead { font-size: 17px; color: var(--muted); max-width: 520px; line-height: 1.65; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 32px 0 40px; }
.stats { display: flex; gap: 36px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line); }
.stats strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.stats span { font-family: var(--mono); font-size: 11px; color: var(--dim); text-transform: uppercase; letter-spacing: .06em; }

.hero { position: relative; }
.hero::before {
  content: ""; position: absolute; inset: -120px -300px; z-index: -1; pointer-events: none;
  background: radial-gradient(460px circle at var(--hx, 75%) var(--hy, 45%), rgba(255, 255, 255, .06), transparent 70%);
}
.rise { animation: rise .9s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(var(--i) * 90ms + .1s); }
h1 .rise { display: inline-block; }
@keyframes rise { from { opacity: 0; transform: translateY(26px); filter: blur(6px); } }
.hero h1 em { position: relative; display: inline-block; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: .12em; bottom: .02em; height: .07em; border-radius: 4px;
  background: var(--acc); box-shadow: 0 0 18px var(--acc); transform: scaleX(0); transform-origin: left;
  animation: sweep .8s 1s cubic-bezier(.2, .8, .2, 1) forwards;
}
@keyframes sweep { to { transform: scaleX(1); } }

.hero-stack { position: relative; height: 470px; animation: floaty 7s ease-in-out 1.6s infinite; }
@keyframes floaty { 50% { translate: 0 -10px; } }
.stack-card {
  position: absolute; left: 50%; top: 50%; width: min(340px, 78%); border-radius: 16px; overflow: hidden;
  background: var(--s1); border: 1px solid var(--line2); box-shadow: 0 40px 80px -30px #000;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1), border-color .3s, box-shadow .4s;
  animation: stackIn 1s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(.4s + var(--i) * .14s);
}
@keyframes stackIn { from { opacity: 0; translate: 0 70px; } }
.stack-card.s0 { z-index: 3; transform: translate(-50%, -50%) translate(0, -16px); box-shadow: 0 50px 90px -30px #000, 0 30px 100px -50px rgba(255, 255, 255, .18); }
.stack-card.s1 { z-index: 2; transform: translate(-50%, -50%) translate(-125px, 28px) rotate(-9deg); }
.stack-card.s2 { z-index: 1; transform: translate(-50%, -50%) translate(120px, 40px) rotate(8deg); }
.hero-stack:hover .s0 { transform: translate(-50%, -50%) translate(0, -30px) scale(1.02); }
.hero-stack:hover .s1 { transform: translate(-50%, -50%) translate(-200px, 16px) rotate(-14deg); }
.hero-stack:hover .s2 { transform: translate(-50%, -50%) translate(195px, 30px) rotate(13deg); }
.stack-card:hover { border-color: rgba(255, 255, 255, .5); }
.stack-media { aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); }
.stack-info { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; }
.stack-info strong { display: block; font-size: 16px; letter-spacing: -.02em; }
.stack-price { flex: none; font-family: var(--mono); font-size: 13px; padding: 5px 9px; border-radius: 7px; background: var(--acc-soft); color: var(--acc); }

.section { padding: 110px 0 0; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.sec-head h2, .h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.02; letter-spacing: -.045em; margin-top: 12px; }
.sec-head p { color: var(--muted); margin-top: 10px; max-width: 520px; }

.row-ctrl { display: flex; gap: 8px; }
.icon-btn { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line2); background: var(--s1); font-family: var(--mono); transition: border-color .2s, background .2s; }
.icon-btn:hover { border-color: var(--acc); background: var(--acc-soft); }
.picks { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.picks::-webkit-scrollbar { display: none; }
.picks > * { scroll-snap-align: start; }

.toolbar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 22px; padding: 8px; border-radius: 12px; background: var(--s1); border: 1px solid var(--line); }
.tabs { display: flex; gap: 4px; flex-wrap: wrap; }
.tab { height: 36px; padding: 0 14px; border-radius: 8px; border: 1px solid transparent; background: none; color: var(--muted); font-size: 14px; font-weight: 500; transition: all .2s; }
.tab:hover { color: var(--text); }
.tab.on { background: var(--s3); border-color: var(--line2); color: #fff; }
.tab sup { font-family: var(--mono); font-size: 10px; color: var(--dim); margin-left: 4px; }
.tab.on sup { color: var(--acc); }
.search { margin-left: auto; position: relative; }
.search input, .sort { height: 36px; border-radius: 8px; border: 1px solid var(--line); background: var(--bg); padding: 0 12px; font-size: 13.5px; outline: none; transition: border-color .2s; }
.search input { width: 220px; padding-left: 32px; }
.search::before { content: "⌕"; position: absolute; left: 11px; top: 7px; color: var(--dim); }
.search input:focus, .sort:focus { border-color: var(--acc); }
.sort { color: var(--muted); }
.empty { grid-column: 1 / -1; padding: 60px; text-align: center; color: var(--muted); border: 1px dashed var(--line2); border-radius: var(--r); }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; }
.card {
  position: relative; display: flex; flex-direction: column; border-radius: var(--r); overflow: hidden;
  background: var(--s1); border: 1px solid var(--line); transition: border-color .3s, transform .3s, box-shadow .3s;
  animation: cardIn .45s both;
}
@keyframes cardIn { from { opacity: 0; translate: 0 22px; scale: .97; } }
.card { transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: border-color .3s, transform .25s ease-out, translate .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s; }
.card:hover { border-color: rgba(255, 255, 255, .45); translate: 0 -5px; box-shadow: 0 30px 60px -30px rgba(255, 255, 255, .55); }
.grid:not(.live) > .card, .picks:not(.live) > .card { animation-play-state: paused; }
.card::after, .stack-card::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit;
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%), rgba(255, 255, 255, .14), transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.card:hover::after, .stack-card:hover::after { opacity: 1; }
.card-media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--line); }
.card-media > * { transition: transform .6s cubic-bezier(.2, .8, .2, 1), filter .4s; }
.card:hover .card-media > .art, .card:hover .card-media > img { transform: scale(1.05); }
.tags { position: absolute; top: 10px; left: 10px; right: 10px; display: flex; gap: 6px; flex-wrap: wrap; z-index: 2; }
.tag { padding: 4px 8px; border-radius: 6px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .02em; background: rgba(5, 5, 6, .8); border: 1px solid var(--line2); backdrop-filter: blur(6px); }
.tag.hot { color: #000; background: var(--acc); border-color: transparent; }
.card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; gap: 6px; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-top .price { font-family: var(--mono); font-size: 14px; font-weight: 500; color: #fff; }
.card h3 { font-size: 18px; letter-spacing: -.025em; }
.card h3 a:hover { color: var(--acc); }
.card-tag { color: var(--muted); font-size: 13.5px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding-top: 12px; }

.art { position: relative; width: 100%; height: 100%; overflow: hidden; background: #0c0c10; }
.art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 90% at 50% 110%, color-mix(in srgb, var(--c1) 55%, transparent), transparent 70%), radial-gradient(60% 60% at 15% 0%, color-mix(in srgb, var(--c2) 35%, transparent), transparent 70%); }
.art-grid { position: absolute; inset: -10%; display: grid; grid-template-columns: repeat(6, 1fr); place-items: center; font-size: clamp(18px, 2.6vw, 28px); transform: rotate(-10deg); opacity: .5; filter: saturate(.7); }
.art.big .art-grid { grid-template-columns: repeat(8, 1fr); font-size: clamp(22px, 3vw, 38px); }
.art-grid span { transform: rotate(var(--r)); animation: bob 5s ease-in-out var(--d) infinite; }
.art-shade { position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 50%, transparent 20%, rgba(5, 5, 6, .75)); }
.art-label { position: absolute; inset: 0; display: grid; place-items: center; font: 700 clamp(38px, 5.4vw, 64px)/1 var(--sans); letter-spacing: -.05em; color: #fff; text-shadow: 0 10px 40px rgba(0, 0, 0, .8), 0 0 60px color-mix(in srgb, var(--c1) 60%, transparent); }
.art.big .art-label { font-size: clamp(64px, 9vw, 120px); }
.card:hover .art-grid { opacity: .7; filter: saturate(1); }
@keyframes bob { 50% { translate: 0 -4px; } }
.media-img { width: 100%; height: 100%; object-fit: cover; }

.ult {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; border-radius: 20px; overflow: hidden;
  background: var(--s1); border: 1px solid var(--line2);
}
.ult::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(600px 300px at 100% 0%, rgba(255, 255, 255, .14), transparent 70%); }
.ult-media { position: relative; min-height: 440px; border-right: 1px solid var(--line); }
.ult-body { position: relative; z-index: 1; padding: 44px; display: flex; flex-direction: column; gap: 14px; }
.ult-body h3 { font-size: 44px; letter-spacing: -.05em; line-height: 1; }
.ult-inc { list-style: none; margin: 8px 0 0; padding: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.ult-inc li + li { border-top: 1px solid var(--line); }
.ult-inc a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; font-size: 14px; transition: background .2s; }
.ult-inc a:hover { background: rgba(255, 255, 255, .03); }
.ult-inc em, .inc em { margin-left: auto; font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--dim); }
.mini { flex: none; width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; font-size: 13px; background: color-mix(in srgb, var(--c1) 25%, #111); border: 1px solid var(--line2); }
.ult-price { display: flex; align-items: baseline; gap: 14px; margin-top: 8px; }
.ult-price s { font-family: var(--mono); color: var(--dim); }
.ult-price strong { font-size: 42px; letter-spacing: -.04em; }
.ult-price .save { font-family: var(--mono); font-size: 12px; color: var(--acc); padding: 3px 8px; border-radius: 6px; background: var(--acc-soft); }
.ult-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--s1); }
.step { padding: 32px; position: relative; }
.step + .step { border-left: 1px solid var(--line); }
.step .n { font-family: var(--mono); font-size: 12px; color: var(--acc); }
.step h3 { font-size: 22px; margin: 18px 0 8px; }
.step p { color: var(--muted); font-size: 14px; }
.step .ico { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; margin-top: 18px; background: var(--s3); border: 1px solid var(--line2); font-size: 18px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 17px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--mono); color: var(--muted); transition: transform .25s, color .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); color: var(--acc); }
.faq-list details p { color: var(--muted); padding: 0 0 22px; max-width: 620px; }

.footer { margin-top: 130px; border-top: 1px solid var(--line); background: var(--s1); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 56px 0 40px; }
.foot-top p { color: var(--muted); font-size: 14px; margin-top: 14px; max-width: 320px; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); margin-bottom: 14px; }
.foot-col a { display: block; padding: 4px 0; color: var(--muted); font-size: 14px; }
.foot-col a:hover { color: var(--text); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 0 28px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 11.5px; color: var(--dim); }

.p-wrap { padding-top: 40px; }
.crumbs { font-family: var(--mono); font-size: 12px; color: var(--dim); display: flex; gap: 8px; }
.crumbs a:hover { color: var(--text); }
.p-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin: 22px 0 28px; }
.p-head h1 { font-size: clamp(40px, 5.4vw, 72px); line-height: .95; letter-spacing: -.055em; margin-top: 10px; }
.p-head .tagline { color: var(--muted); font-size: 16px; max-width: 520px; }
.p-grid { display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: start; }
.p-media { position: relative; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; border: 1px solid var(--line2); background: #000; }
.p-media video, .p-media iframe { display: block; width: 100%; height: 100%; object-fit: contain; border: 0; background: #000; }
.p-media .tag { position: absolute; top: 14px; left: 14px; }
.x-video { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted); font-family: var(--mono); font-size: 13px; animation: pulse 1.6s ease-in-out infinite; }
.p-media-x { aspect-ratio: auto; min-height: 320px; display: flex; justify-content: center; align-items: center; padding: 12px; background: var(--s1); overflow: visible; }
.p-media-x .twitter-tweet { margin: 0 auto !important; }
.p-media-x blockquote { margin: 0; }
.p-media-x blockquote a { color: var(--muted); font-family: var(--mono); font-size: 13px; }
.buybox { position: sticky; top: 92px; padding: 24px; border-radius: 16px; background: var(--s1); border: 1px solid var(--line2); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 30px 80px -40px rgba(255, 255, 255, .4); }
.buybox .price { font-size: 44px; font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.avail { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11.5px; color: var(--muted); }
.avail i { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade80; }
.buybox .btn { width: 100%; }
.kv { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.kv li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.kv li span { color: var(--dim); font-family: var(--mono); font-size: 12px; }
.secure { font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.secure b { color: var(--text); font-weight: 600; }
.p-tabs { margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--s1); overflow: hidden; }
.p-tabs .tabs { padding: 8px; border-bottom: 1px solid var(--line); }
.pane { padding: 26px; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 8px; }
.checks li { display: flex; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 10px; background: var(--bg); border: 1px solid var(--line); font-size: 14px; }
.checks li::before { content: "✓"; flex: none; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; background: var(--acc-soft); color: var(--acc); font-size: 11px; font-weight: 700; }
.inc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 8px; }
.inc { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); font-size: 14px; }
.inc:hover { border-color: var(--line2); }
.steps-mini { display: grid; gap: 14px; counter-reset: s; }
.steps-mini div { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); font-size: 14px; }
.steps-mini div::before { counter-increment: s; content: "0" counter(s); font-family: var(--mono); font-size: 12px; color: var(--acc); padding-top: 2px; }
.steps-mini b { color: var(--text); display: block; font-weight: 600; }
.notfound { padding: 140px 0 60px; text-align: center; display: grid; justify-items: center; gap: 14px; }
.notfound h1 { font-size: 56px; }

.outline { color: transparent; -webkit-text-stroke: 1.5px #fff; }
.media-img.fit-contain { object-fit: contain; padding: 8%; background: radial-gradient(60% 70% at 50% 50%, rgba(56, 214, 245, .22), transparent 70%), #07131a; }

.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; opacity: 0; transition: opacity .25s; }
.modal.show { opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .75); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.modal-card { position: relative; width: min(680px, 100%); max-height: calc(100vh - 40px); display: flex; flex-direction: column; gap: 14px; padding: 26px; border-radius: 20px; background: var(--s1); border: 1px solid var(--line2); box-shadow: 0 40px 120px -20px #000; transform: translateY(18px) scale(.98); transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.modal.show .modal-card { transform: none; }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.modal-head h2 { font-size: 28px; margin-top: 6px; }
.modal .terms-box { max-height: 50vh; }
body.modal-open { overflow: hidden; }

.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 100; max-width: min(520px, 92vw);
  padding: 13px 16px 13px 14px; border-radius: 12px; background: var(--s2); border: 1px solid var(--line2);
  border-left: 3px solid var(--acc); box-shadow: 0 20px 50px -10px #000; font-size: 14px;
  transform: translate(-50%, 140%); opacity: 0; transition: transform .4s cubic-bezier(.2, .8, .2, 1), opacity .3s;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s, transform .7s cubic-bezier(.2, .8, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 2px; }

body { animation: pageIn .5s ease both; }
@keyframes pageIn { from { opacity: 0; } }
.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60; pointer-events: none;
  background: linear-gradient(90deg, var(--acc), var(--acc2)); box-shadow: 0 0 12px var(--acc);
  transform: scaleX(0); transform-origin: 0 50%;
}
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn-primary::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, transparent 30%, rgba(0, 0, 0, .18) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}
.btn-primary:hover::before { transform: translateX(120%); }
.btn .arr { display: inline-block; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.btn:hover .arr { transform: translateX(4px); }
.ripple { position: absolute; border-radius: 50%; background: rgba(128, 128, 128, .35); pointer-events: none; transform: scale(0); animation: ripple .6s ease-out forwards; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 1.5px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.nav-links a:hover::after { transform: scaleX(1); }
.logo-mark { transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.logo:hover .logo-mark { transform: rotate(-10deg) scale(1.08); }
#filters { position: relative; }
.tab-ink { position: absolute; left: 0; top: 0; height: 36px; width: 0; border-radius: 8px; background: var(--s3); border: 1px solid var(--line2); transition: transform .4s cubic-bezier(.2, .8, .2, 1), width .4s cubic-bezier(.2, .8, .2, 1); }
#filters .tab { position: relative; z-index: 1; }
#filters .tab.on { background: none; border-color: transparent; }
.step { transition: background .3s; }
.step:hover { background: var(--s2); }
.step .ico { transition: transform .4s cubic-bezier(.2, .8, .2, 1), border-color .3s, box-shadow .3s; }
.step:hover .ico { transform: rotate(-8deg) scale(1.1); border-color: var(--acc); box-shadow: 0 0 24px rgba(255, 255, 255, .35); }
details[open] p { animation: faqIn .4s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } }
.ult-inc li { transition: translate .3s; }
.ult-inc li:hover { translate: 4px 0; }
.icon-btn { transition: border-color .2s, background .2s, transform .2s; }
.icon-btn:active { transform: scale(.92); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .tree li { opacity: 1; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 60px; }
  .hero-stack { height: 400px; }
  .ult, .p-grid, .faq { grid-template-columns: 1fr; }
  .faq { gap: 20px; }
  .ult-media { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .buybox { position: static; }
  .p-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 780px) {
  .nav-links {
    position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; padding: 10px 20px 16px;
    background: rgba(5, 5, 6, .97); border-bottom: 1px solid var(--line);
    opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .25s, transform .25s;
  }
  .nav.open .nav-links { opacity: 1; pointer-events: auto; transform: none; }
  .nav-links a { padding: 12px; }
  .burger { display: block; }
  .steps, .foot-top { grid-template-columns: 1fr; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .search { margin-left: 0; flex: 1; }
  .search input { width: 100%; }
  .sec-head { flex-direction: column; align-items: flex-start; }
  .ult-body { padding: 28px; }
}

@media (max-width: 520px) {
  .wrap, .nav-inner { width: min(1200px, 100% - 28px); }
  .nav-cta .btn { display: none; }
  .picks { grid-auto-columns: 85%; }
  .hero-stack { height: 340px; }
  .stack-card.s1 { transform: translate(-50%, -50%) translate(-70px, 24px) rotate(-8deg); }
  .stack-card.s2 { transform: translate(-50%, -50%) translate(70px, 34px) rotate(7deg); }
}
