:root {
  --bg: #09090b;
  --panel: #121216;
  --panel-2: #19191e;
  --ink: #f6f5ef;
  --muted: #aaa9a3;
  --line: rgba(255,255,255,.15);
  --acid: #d9ff3f;
  --blue: #696cff;
  --danger: #ff5d50;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.topbar { height: 68px; padding: 0 clamp(18px, 4vw, 48px); max-width: 1440px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.brand-mark { display: grid; place-items: center; width: 30px; aspect-ratio: 1; color: #09090b; background: var(--acid); font-size: 1rem; letter-spacing: 0; }
.language-switcher { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); }
.lang { min-width: 38px; min-height: 34px; border: 0; color: var(--muted); background: transparent; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.lang.active { color: var(--bg); background: var(--acid); }
.hero { min-height: calc(100svh - 68px); max-width: 1440px; margin: auto; display: grid; grid-template-columns: minmax(400px, .9fr) minmax(500px, 1.1fr); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.hero-copy { padding: clamp(36px, 6vw, 90px) clamp(24px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.eyebrow, .stage-label, .section-kicker { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 15px var(--acid); }
h1 { max-width: 100%; font-size: clamp(4.5rem, 9vw, 9.3rem); line-height: .78; margin: 38px 0 28px; letter-spacing: -.08em; font-weight: 950; text-wrap: balance; }
h1 em { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .19em; letter-spacing: 0; font-style: normal; vertical-align: top; margin-left: .2em; }
html[lang="es"] h1 { font-size: clamp(3.6rem, 7.2vw, 8rem); }
html[lang="ru"] h1 { font-size: clamp(3.25rem, 6.1vw, 7.2rem); }
.location-badge { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; margin: -5px 0 18px; padding: 9px 12px; color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.3); font: 800 .76rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; line-height: 1.25; }
.location-icon { display: inline-grid; place-items: center; width: 1.2rem; font-size: 1rem; line-height: 1; }
.hero-line { max-width: 520px; margin: 0 0 28px; color: #cfcec9; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.quick-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-bottom: 24px; }
.quick-stats span { display: flex; flex-direction: column; padding: 13px 12px; font-size: 1.22rem; font-weight: 850; border-right: 1px solid var(--line); }
.quick-stats span:last-child { border-right: 0; }
.quick-stats small { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--muted); font-size: .55rem; letter-spacing: .06em; }
.primary-cta { min-height: 62px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: #09090b; background: var(--acid); font-weight: 900; letter-spacing: .04em; transition: transform .2s ease, filter .2s ease; }
.primary-cta:hover { transform: translateY(-2px); filter: brightness(1.08); }
.primary-cta span:last-child { font-size: 1.7rem; }
.fineprint { color: #777771; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; margin: 13px 0 0; }
.character-stage { min-width: 0; position: relative; overflow: hidden; background: linear-gradient(145deg, #bfc2c7 0%, #e6e8e8 55%, #aeb2b7 100%); touch-action: pan-y; user-select: none; cursor: ew-resize; }
.character-stage::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,.28); pointer-events: none; }
.frame-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(0,0,0,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.14) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.stage-label { position: absolute; top: 24px; left: 24px; right: 24px; z-index: 2; color: rgba(0,0,0,.65); display: flex; justify-content: space-between; }
#turntable { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.drag-hint { position: absolute; z-index: 2; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; white-space: nowrap; padding: 9px 13px; color: #fff; background: rgba(8,8,10,.78); backdrop-filter: blur(8px); font: 700 .7rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.drag-hint span:first-child { color: var(--acid); font-size: 1.2rem; }
.level-tag { position: absolute; z-index: 2; right: 20px; bottom: 22px; padding: 10px 12px; color: #09090b; background: var(--acid); display: flex; flex-direction: column; transform: rotate(-2deg); }
.level-tag small { font-size: .56rem; font-weight: 700; }
.level-tag strong { font-size: .8rem; }
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--acid); color: #09090b; }
.marquee div { width: max-content; min-width: 100%; padding: 12px 0; display: flex; justify-content: space-around; align-items: center; gap: 34px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; }
.section-shell { max-width: var(--max); margin: auto; padding: 105px 32px; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: end; margin-bottom: 44px; }
.section-heading > span { color: var(--acid); font: 700 .75rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
h2 { max-width: 100%; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .86; letter-spacing: -.07em; font-weight: 950; text-wrap: balance; }
html[lang="es"] .section-heading h2 { font-size: clamp(2.9rem, 5.6vw, 5.7rem); }
html[lang="ru"] .section-heading h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
.stats-layout { display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); }
.stat-panel, .bio-panel { padding: clamp(24px, 4vw, 52px); }
.stat-panel { display: flex; flex-direction: column; gap: 24px; border-right: 1px solid var(--line); }
.stat-row { display: grid; grid-template-columns: 125px 1fr 32px; gap: 14px; align-items: center; font-weight: 700; }
.stat-row b { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; }
.meter { height: 9px; background: #27272d; overflow: hidden; }
.meter i { display: block; width: var(--score); height: 100%; background: var(--acid); transform-origin: left; animation: stat-in 1s ease both; }
@keyframes stat-in { from { transform: scaleX(0); } }
.bio-panel { background: var(--panel); }
.bio-lead { margin: 0 0 34px; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.3; letter-spacing: -.03em; }
.bio-panel dl { margin: 0; }
.bio-panel dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.bio-panel dt { color: var(--muted); font: .72rem ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.bio-panel dd { margin: 0; font-weight: 650; }
.cards-section { padding-top: 35px; }
.card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.info-card { min-height: 360px; padding: 30px; border: 1px solid var(--line); background: var(--panel); position: relative; overflow: hidden; }
.info-card:nth-child(1) { grid-column: span 5; }
.info-card:nth-child(2) { grid-column: span 3; background: var(--acid); color: #09090b; }
.info-card:nth-child(3) { grid-column: span 4; background: var(--danger); color: #09090b; transform: rotate(1deg); }
.card-index { position: absolute; right: 20px; top: 12px; color: rgba(255,255,255,.08); font-size: 7rem; font-weight: 950; line-height: 1; }
.pros-card .card-index, .bug-card .card-index { color: rgba(0,0,0,.1); }
.info-card h3 { position: relative; max-width: 100%; margin: 0 0 55px; font-size: 1.7rem; letter-spacing: -.04em; overflow-wrap: anywhere; text-wrap: balance; }
.info-card ul { position: relative; list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.info-card li { display: flex; gap: 11px; align-items: flex-start; font-weight: 650; }
.bug-card code { min-width: 43px; font-size: .68rem; font-weight: 900; background: rgba(0,0,0,.15); padding: 3px 5px; }
.sidequests { padding-top: 30px; }
.photo-strip { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 12px; height: 510px; }
.photo-strip figure { margin: 0; position: relative; min-width: 0; overflow: hidden; background: var(--panel); }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; filter: saturate(.82) contrast(1.05); }
.photo-strip figure:hover img { transform: scale(1.03); }
.photo-strip figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 12px; display: flex; justify-content: space-between; background: rgba(8,8,10,.82); backdrop-filter: blur(10px); font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.photo-strip figcaption span { color: var(--acid); }
.patch-section { padding-top: 30px; }
.patch-note { display: grid; grid-template-columns: .65fr 1.35fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.patch-version { padding: 35px 0; display: flex; flex-direction: column; justify-content: space-between; }
.patch-version span { color: var(--muted); font: .75rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.patch-version strong { font-size: clamp(2.5rem, 6vw, 5rem); color: var(--acid); }
.patch-note ul { list-style: none; padding: 22px 0; margin: 0; border-left: 1px solid var(--line); }
.patch-note li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 15px 32px; }
.patch-note time { color: var(--acid); font: .7rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.unlock-section { padding: 100px max(24px, calc((100vw - var(--max)) / 2 + 32px)) 120px; background: var(--blue); color: white; }
.unlock-copy { display: grid; grid-template-columns: 3fr 1fr; column-gap: 40px; }
.unlock-copy .section-kicker { grid-column: 1 / -1; color: rgba(255,255,255,.68); margin-bottom: 34px; }
.unlock-copy p { align-self: end; margin: 0 0 8px; font-size: 1.15rem; }
.steps { margin: 55px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.3); }
.steps div { padding: 25px 18px; border-right: 1px solid rgba(255,255,255,.3); display: flex; gap: 18px; }
.steps div:last-child { border-right: 0; }
.steps b { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.mega-cta { padding: clamp(22px, 4vw, 42px); display: flex; align-items: center; justify-content: space-between; color: #09090b; background: var(--acid); transition: transform .2s ease; }
.mega-cta:hover { transform: scale(1.01); }
.mega-cta > span { display: flex; flex-direction: column; font-size: clamp(1.55rem, 4vw, 4rem); font-weight: 950; letter-spacing: -.05em; line-height: 1; }
.mega-cta small { font-size: .7rem; letter-spacing: .08em; margin-bottom: 10px; }
.mega-cta i { font-style: normal; font-size: clamp(2.5rem, 6vw, 6rem); }
.no-loot { text-align: center; font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; margin: 22px 0 0; color: rgba(255,255,255,.7); }
.mobile-cta { display: none; }
@media (max-width: 850px) {
  body { padding-bottom: 76px; }
  .topbar { height: 60px; }
  .brand { font-size: .66rem; }
  .hero { min-height: auto; display: flex; flex-direction: column; border: 0; }
  .hero-copy { padding: 31px 18px 22px; }
  h1 { font-size: clamp(4rem, 22vw, 6.2rem); margin: 25px 0 19px; }
  html[lang="es"] h1 { font-size: clamp(3.7rem, 17vw, 4.8rem); }
  html[lang="ru"] h1 { font-size: clamp(3.25rem, 15vw, 4.5rem); }
  .location-badge { margin: -2px 0 14px; padding: 8px 10px; font-size: .72rem; }
  .hero-line { margin-bottom: 20px; font-size: 1rem; }
  .quick-stats { margin-bottom: 0; }
  .quick-stats span { padding: 10px 8px; font-size: 1.02rem; }
  .desktop-cta, .fineprint { display: none; }
  .character-stage { height: min(78svh, 690px); min-height: 480px; }
  #turntable { object-fit: contain; }
  .stage-label { top: 16px; left: 16px; right: 16px; }
  .drag-hint { left: 15px; bottom: 15px; transform: none; }
  .level-tag { right: 15px; bottom: 15px; }
  .marquee div { justify-content: flex-start; padding-inline: 20px; }
  .section-shell { padding: 76px 18px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > span { display: block; margin-bottom: 14px; }
  h2 { font-size: clamp(3.05rem, 15vw, 5rem); }
  html[lang="es"] .section-heading h2 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  html[lang="ru"] .section-heading h2 { font-size: clamp(2.15rem, 9.5vw, 3rem); }
  html[lang="es"] .unlock-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  html[lang="ru"] .unlock-copy h2 { font-size: clamp(2.55rem, 11.5vw, 3.8rem); }
  html[lang="es"] .quick-stats, html[lang="ru"] .quick-stats { grid-template-columns: repeat(2, 1fr); }
  html[lang="es"] .quick-stats span, html[lang="ru"] .quick-stats span { min-width: 0; }
  html[lang="es"] .quick-stats small, html[lang="ru"] .quick-stats small { font-size: .62rem; line-height: 1.3; }
  html[lang="es"] .quick-stats span:nth-child(-n+2), html[lang="ru"] .quick-stats span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  html[lang="es"] .quick-stats span:nth-child(2), html[lang="ru"] .quick-stats span:nth-child(2) { border-right: 0; }
  .stats-layout { grid-template-columns: 1fr; }
  .stat-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-row { grid-template-columns: 105px 1fr 25px; gap: 9px; font-size: .86rem; }
  .bio-panel dl div { grid-template-columns: 98px 1fr; }
  .card-grid { display: grid; grid-template-columns: 1fr; overflow: visible; margin: 0; padding: 0; }
  .info-card, .info-card:nth-child(n) { width: 100%; min-width: 0; min-height: 355px; transform: none; }
  .photo-strip { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 350px 245px; }
  .photo-large { grid-column: 1 / -1; }
  .photo-strip figcaption { left: 8px; right: 8px; bottom: 8px; padding: 9px; font-size: .56rem; }
  .patch-note { grid-template-columns: 1fr; }
  .patch-version { min-height: 140px; }
  .patch-note ul { border-left: 0; border-top: 1px solid var(--line); }
  .patch-note li { padding-inline: 8px; }
  .unlock-section { padding: 72px 18px 70px; }
  .unlock-copy { grid-template-columns: 1fr; }
  .unlock-copy p { margin-top: 22px; max-width: 30rem; }
  .steps { grid-template-columns: 1fr; }
  .steps div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  .steps div:last-child { border-bottom: 0; }
  .mega-cta { padding: 22px 18px; }
  .mega-cta > span { font-size: clamp(1.18rem, 6vw, 1.8rem); }
  .mobile-cta { position: fixed; display: flex; align-items: center; justify-content: space-between; z-index: 15; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; padding: 0 18px; color: #09090b; background: var(--acid); border: 2px solid #09090b; box-shadow: 0 8px 30px rgba(0,0,0,.55); font-size: .88rem; font-weight: 950; letter-spacing: .05em; }
  .mobile-cta b { font-size: 1.45rem; }
}
@media (max-width: 390px) {
  .brand span:last-child { display: none; }
  .character-stage { min-height: 445px; }
  .quick-stats small { font-size: .48rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
