:root {
  --bg: #090b0d;
  --panel: #11171a;
  --ink: #e4e9e8;
  --muted: #98a2a3;
  --gold: #6db5c2;
  --gold-soft: #cce7e9;
  --cyan: #72c1d0;
  --line: rgba(112, 174, 186, .2);
  --line-strong: rgba(119, 194, 207, .44);
  --shadow: 0 24px 70px rgba(0, 0, 0, .45);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 300px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 Georgia, "Times New Roman", serif;
  letter-spacing: .005em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 6%, rgba(96, 119, 124, .11), transparent 34%),
    radial-gradient(circle at 82% 35%, rgba(44, 107, 123, .1), transparent 32%),
    linear-gradient(180deg, #080a0c, #0c0e0f 50%, #08090a);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .13;
  mix-blend-mode: soft-light;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, .045) 0, rgba(255, 255, 255, .045) 1px, transparent 1px, transparent 3px);
}
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: #d7ecee; color: #101718; border-radius: 2px; }
.skip-link:focus { top: 12px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 18;
  border-bottom: 1px solid rgba(111, 181, 194, .18);
  background: linear-gradient(180deg, rgba(7, 9, 10, .94), rgba(7, 9, 10, .78));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; white-space: nowrap; }
.brand img { width: 38px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(85, 187, 207, .24)); }
.brand span { font-size: 15px; letter-spacing: .13em; text-transform: uppercase; color: #d7e1e2; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { position: relative; color: #9ca6a7; text-decoration: none; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: color .22s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #e8f5f5; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.nav-download { border: 1px solid var(--line-strong); padding: 8px 14px; color: #c8e8eb !important; background: rgba(44, 112, 124, .18); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(18, 17, 15, .88); color: var(--ink); cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 19px; height: 1px; background: currentColor; margin: 5px auto; transition: .25s; }

.hero { position: relative; min-height: 760px; height: min(92vh, 920px); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #080b0d; }
.hero-art { position: absolute; inset: -2%; z-index: -3; width: 104%; height: 104%; object-fit: cover; object-position: center; transform: translate3d(var(--mx, 0), var(--my, 0), 0) scale(1.025); filter: saturate(.94) contrast(1.05) brightness(.97); transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5, 7, 8, .88) 0%, rgba(7, 9, 10, .7) 26%, rgba(7, 9, 10, .28) 54%, rgba(6, 8, 9, 0) 76%), linear-gradient(180deg, rgba(6, 8, 10, .18), transparent 34%, rgba(7, 9, 10, .82) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto -15% -18%; height: 46%; background: radial-gradient(ellipse at center, rgba(105, 128, 132, .17), transparent 62%); filter: blur(25px); animation: mist 12s ease-in-out infinite alternate; }
@keyframes mist { to { transform: translate3d(4%, -3%, 0) scale(1.07); opacity: .62; } }
.hero-content { padding-top: 90px; max-width: 730px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #8bc7d0; font-size: 12px; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #9dbe86; box-shadow: 0 0 16px rgba(157, 190, 134, .8); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .45; box-shadow: 0 0 5px rgba(157, 190, 134, .45); } }
h1 { margin: 0; max-width: 700px; font-size: clamp(57px, 8.2vw, 108px); line-height: .86; font-weight: normal; letter-spacing: -.055em; color: #edf2f1; text-shadow: 0 4px 35px rgba(0, 0, 0, .8); }
h1 em { display: block; margin-left: clamp(28px, 7vw, 96px); font-style: normal; color: #80c4cf; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: #bdc6c5; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; text-shadow: 0 2px 20px #000; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font: 600 12px/1 Georgia, "Times New Roman", serif; letter-spacing: .12em; cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0d1719; background: linear-gradient(135deg, #d1ecee, #5fabb8); border-color: #d9f1f2; box-shadow: 0 11px 35px rgba(48, 137, 153, .25); }
.button-primary:hover { background: linear-gradient(135deg, #e6f7f7, #76c1cd); }
.button-quiet { color: #d4dede; border-color: var(--line-strong); background: rgba(11, 15, 16, .52); }
.button-quiet:hover { border-color: #73bdc9; background: rgba(35, 92, 104, .24); }
.button .icon { width: 18px; height: 18px; }
.hero-meta { display: flex; gap: 22px; margin-top: 23px; color: #808b8c; font-size: 12px; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 4px; height: 4px; transform: rotate(45deg); background: #579daa; }

.section { position: relative; padding: 110px 0; }
.section-compact { padding: 76px 0; }
.section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; color: #73b7c2; text-transform: uppercase; font-size: 11px; letter-spacing: .2em; }
.section-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-title { margin: 0; color: #e4ebea; font-size: clamp(36px, 5vw, 64px); font-weight: normal; line-height: 1.04; letter-spacing: -.035em; }
.section-lead { max-width: 710px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }

.stats-band { position: relative; z-index: 3; margin-top: -48px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(14, 15, 15, .92); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.stat { position: relative; padding: 28px 26px; min-height: 130px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat b { display: block; color: var(--gold-soft); font-size: 31px; font-weight: normal; line-height: 1; }
.stat span { display: block; margin-top: 10px; color: #899495; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.stat::after { content: ""; position: absolute; left: 25px; bottom: 17px; width: 38px; height: 1px; background: linear-gradient(90deg, #579ba7, transparent); }

.overview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.manifest { position: sticky; top: 110px; }
.manifest blockquote { margin: 30px 0 0; padding-left: 23px; border-left: 1px solid var(--gold); color: #ced8d7; font-size: 23px; line-height: 1.45; }
.manifest cite { display: block; margin-top: 13px; color: #777166; font-size: 12px; font-style: normal; text-transform: uppercase; letter-spacing: .12em; }
.loop { display: grid; counter-reset: loop; }
.loop-step { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid var(--line); counter-increment: loop; }
.loop-step:last-child { border-bottom: 1px solid var(--line); }
.loop-step::before { content: "0" counter(loop); color: #67aeba; font-size: 17px; letter-spacing: .08em; }
.loop-step h3 { margin: 0 0 7px; color: #d8e1e0; font-size: 22px; font-weight: normal; }
.loop-step p { margin: 0; color: #8d9797; }

.rating-section { background: linear-gradient(180deg, rgba(15, 25, 28, .58), rgba(9, 11, 13, 0)); border-top: 1px solid rgba(105, 177, 190, .12); }
.rating-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.live-label { display: flex; align-items: center; gap: 9px; color: #9eae91; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.live-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #93ae7a; box-shadow: 0 0 14px rgba(147, 174, 122, .45); }
.difficulty-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.difficulty-tab { position: relative; padding: 15px 17px; border: 1px solid var(--line); background: rgba(15, 16, 16, .8); text-decoration: none; transition: .23s; }
.difficulty-tab span { display: block; color: #abb6b6; font-size: 15px; }
.difficulty-tab small { color: #6e6a62; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.difficulty-tab:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.difficulty-tab.active { background: linear-gradient(135deg, rgba(45, 111, 123, .34), rgba(17, 27, 30, .86)); border-color: #579baa; }
.difficulty-tab.active::before { content: ""; position: absolute; inset: -1px auto -1px -1px; width: 3px; background: #73c2d0; }
.difficulty-tab.active span { color: #d6ecee; }
.table-shell { overflow: hidden; border: 1px solid var(--line); background: rgba(12, 14, 14, .88); box-shadow: 0 22px 65px rgba(0, 0, 0, .25); }
.table-shell.is-loading { opacity: .58; pointer-events: none; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th { height: 50px; padding: 0 15px; text-align: left; color: #7f7a70; font-size: 10px; font-weight: normal; letter-spacing: .14em; text-transform: uppercase; background: #0c0e0f; border-bottom: 1px solid var(--line); }
th.num, th.ver { text-align: center; }
td { height: 57px; padding: 10px 15px; border-bottom: 1px solid rgba(106, 171, 182, .1); transition: background .18s; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: rgba(79, 154, 168, .07); }
.rank { width: 66px; text-align: center; }
.rank-mark { display: inline-grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(151, 177, 181, .24); color: #7f898a; transform: rotate(45deg); font-size: 12px; }
.rank-mark i { transform: rotate(-45deg); font-style: normal; }
.nick strong { font-weight: normal; font-size: 17px; color: #d9e1e0; }
.race { color: #959fa0; font-size: 13px; }
.race-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #b8ae97; box-shadow: 0 0 9px currentColor; }
.race-0 { background: #d9ca86; } .race-1 { background: #8aa49c; } .race-2 { background: #b86f4a; } .race-3 { background: #c59d55; } .race-4 { background: #80a77b; }
.num { text-align: center; color: #c1cccc; }
.hero-level span { font-size: 12px; color: #938c7f; }
.wave b { font-size: 18px; color: #dce7e6; }
.of { margin-left: 2px; color: #6e6a61; font-size: 12px; }
.endless { color: #9dbbc0; }
td.ver { text-align: center; color: #716d65; font-size: 12px; }
.place-1 { background: linear-gradient(90deg, rgba(198, 147, 57, .09), transparent 58%); }
.place-2 { background: linear-gradient(90deg, rgba(173, 184, 188, .06), transparent 58%); }
.place-3 { background: linear-gradient(90deg, rgba(165, 98, 52, .07), transparent 58%); }
.place-1 .rank-mark { color: #f2d27e; border-color: #c99d46; box-shadow: 0 0 20px rgba(201, 157, 70, .12); }
.place-2 .rank-mark { color: #d0d4d5; border-color: #8d989b; }
.place-3 .rank-mark { color: #d39163; border-color: #96603e; }
.place-1 .nick strong { color: #efd68f; } .place-2 .nick strong { color: #d9dddd; } .place-3 .nick strong { color: #d7a179; }
.empty { text-align: center !important; height: 110px; color: #79746b; }
.table-note { display: flex; justify-content: space-between; gap: 20px; padding: 14px 17px; border-top: 1px solid var(--line); color: #716c63; font-size: 11px; letter-spacing: .05em; }

.spotlight { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 560px; border: 1px solid var(--line); background: #111313; box-shadow: var(--shadow); overflow: hidden; }
.spotlight-media { position: relative; min-height: 520px; overflow: hidden; }
.spotlight-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #111313), linear-gradient(0deg, rgba(5, 7, 8, .6), transparent 50%); }
.spotlight-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.05) brightness(1.02); transition: transform 1.2s cubic-bezier(.2, .8, .2, 1); }
.spotlight:hover img { transform: scale(1.035); }
.spotlight-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 52px; }
.spotlight-copy .icon { width: 34px; height: 34px; color: #6cb8c5; margin-bottom: 23px; }
.spotlight-copy h3 { margin: 0; color: #e0e8e7; font-size: 38px; font-weight: normal; line-height: 1.08; }
.spotlight-copy p { margin: 20px 0 0; color: #99a3a3; }
.spotlight-list { display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; color: #b9c5c5; font-size: 14px; }
.spotlight-list li { display: flex; gap: 10px; }
.spotlight-list li::before { content: ""; flex: 0 0 5px; width: 5px; height: 5px; margin-top: 9px; transform: rotate(45deg); background: #5da8b5; }

.mechanics-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.mechanics-head .section-lead { margin-bottom: 5px; }
.mechanic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mechanic-card { position: relative; min-height: 300px; padding: 31px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20, 29, 31, .94), rgba(12, 16, 18, .96)); overflow: hidden; isolation: isolate; transition: transform .25s, border-color .25s; }
.mechanic-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9, 13, 15, .08), rgba(10, 14, 16, .3) 60%, rgba(10, 14, 16, .68) 92%), linear-gradient(90deg, rgba(9, 13, 15, .28), transparent 52%); pointer-events: none; }
.mechanic-card::after { content: ""; position: absolute; z-index: 1; width: 170px; height: 170px; right: -95px; bottom: -95px; border: 1px solid rgba(104, 181, 194, .12); transform: rotate(45deg); pointer-events: none; }
.mechanic-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; filter: saturate(.92) contrast(1.05) brightness(1); transform: scale(1.01); transition: transform .7s cubic-bezier(.2, .75, .2, 1), opacity .3s, filter .3s; }
.mechanic-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.mechanic-card:hover .mechanic-art { opacity: 1; filter: saturate(1) contrast(1.06) brightness(1.06); transform: scale(1.045); }
.mechanic-card .icon { position: relative; z-index: 2; color: #76c4d0; width: 31px; height: 31px; filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .7)); }
.mechanic-card h3 { position: relative; z-index: 2; margin: 38px 0 13px; color: #e2e9e8; font-size: 22px; font-weight: normal; text-shadow: 0 2px 12px rgba(0, 0, 0, .9); }
.mechanic-card p { position: relative; z-index: 2; margin: 0; color: #a2acad; font-size: 14px; text-shadow: 0 2px 10px rgba(0, 0, 0, .95); }
.mechanic-card .card-index { position: absolute; z-index: 2; right: 23px; top: 18px; color: #797267; font-size: 11px; letter-spacing: .1em; text-shadow: 0 1px 6px #000; }

.building-section { background: linear-gradient(180deg, transparent, rgba(13, 27, 31, .56), transparent); }
.building-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.building-intro { position: sticky; top: 110px; height: max-content; }
.building-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.building { display: grid; grid-template-columns: 112px 1fr; min-height: 118px; border: 1px solid var(--line); background: rgba(16, 17, 17, .72); overflow: hidden; transition: transform .24s, border-color .24s, background .24s; }
.building:hover { transform: translateY(-3px); border-color: var(--line-strong); background: rgba(22, 22, 20, .9); }
.building-media { position: relative; min-height: 118px; overflow: hidden; border-right: 1px solid rgba(106, 177, 189, .16); background: #090b0c; }
.building-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 22px rgba(0, 0, 0, .72); pointer-events: none; }
.building-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.06) brightness(1); transition: transform .65s cubic-bezier(.2, .75, .2, 1), filter .3s; }
.building:hover .building-media img { transform: scale(1.055); filter: saturate(1) contrast(1.08) brightness(1.08); }
.building-media-icon { display: grid; place-items: center; background: radial-gradient(circle, #1d2b2f, #090b0c 72%); }
.building-media-icon img { width: 77px; height: 74px; object-fit: contain; }
.building-media-thief img { object-fit: contain; object-position: center; } /* #45: вор целиком, пустые края лучше срезанных голов */
.building-copy { align-self: center; padding: 19px 20px; }
.building b { display: block; color: #d4dfde; font-weight: normal; font-size: 17px; }
.building span { display: block; margin-top: 7px; color: #818c8d; font-size: 13px; }
.building.featured { border-color: rgba(131, 188, 196, .34); background: linear-gradient(135deg, rgba(42, 75, 78, .18), rgba(15, 16, 16, .8)); }

.release-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.release-mark { display: inline-flex; flex-direction: column; align-items: flex-start; padding: 24px 28px; border: 1px solid var(--line-strong); background: rgba(35, 91, 103, .15); }
.release-mark small { color: #78aeb7; text-transform: uppercase; letter-spacing: .16em; }
.release-mark b { font-size: 64px; line-height: 1; color: #a9d8de; font-weight: normal; }
.changes { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; margin: 0; padding: 0; list-style: none; counter-reset: change; }
.changes li { position: relative; padding: 18px 0 18px 37px; border-top: 1px solid var(--line); color: #a8a194; counter-increment: change; }
.changes li::before { content: counter(change, decimal-leading-zero); position: absolute; left: 0; color: #5da6b2; font-size: 11px; letter-spacing: .05em; }
.changes li strong { color: #d0dbda; font-weight: normal; }

.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 300px 300px; gap: 12px; margin-top: 40px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #111; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04) brightness(.98); transition: transform 1s ease, filter .5s; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.05) brightness(1.04); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 36px 22px 18px; background: linear-gradient(transparent, rgba(6, 8, 9, .92)); color: #d3dddd; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.install-card { padding: 31px; border: 1px solid var(--line); background: rgba(17, 18, 18, .82); }
.install-card small { color: #5fa4b0; text-transform: uppercase; letter-spacing: .13em; }
.install-card h3 { margin: 9px 0 12px; color: #d7e1e0; font-size: 25px; font-weight: normal; }
.install-card p { margin: 0; color: #8c9697; }
.notice { display: flex; gap: 15px; margin-top: 12px; padding: 18px 20px; border: 1px solid rgba(184, 104, 53, .28); background: rgba(112, 53, 25, .1); color: #bca58e; font-size: 14px; }
.notice .icon { flex: 0 0 auto; color: #bd7848; }

.report-section { border-top: 1px solid rgba(105, 177, 190, .11); background: radial-gradient(circle at 80% 15%, rgba(46, 106, 116, .14), transparent 34%), #0c0e0f; }
.report-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.report-copy { position: sticky; top: 110px; }
.report-copy ul { margin: 27px 0 0; padding: 0; list-style: none; }
.report-copy li { position: relative; margin: 11px 0; padding-left: 20px; color: #899394; font-size: 14px; }
.report-copy li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; transform: rotate(45deg); background: #5da6b2; }
.report-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 34px; border: 1px solid var(--line); background: rgba(17, 19, 19, .92); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: #aab6b6; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.field label span { color: #6e6a62; text-transform: none; letter-spacing: 0; }
input, select, textarea { width: 100%; border: 1px solid rgba(105, 177, 190, .22); border-radius: 0; background: #0c0e0f; color: #dce5e4; font: 15px/1.45 Georgia, "Times New Roman", serif; outline: none; transition: border-color .2s, box-shadow .2s; }
input, select { height: 46px; padding: 0 13px; }
textarea { min-height: 120px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #67b2bf; box-shadow: 0 0 0 3px rgba(92, 170, 183, .11); }
input::placeholder, textarea::placeholder { color: #595750; }
.check { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 11px; color: #8d887e; font-size: 13px; }
.check input { width: 17px; height: 17px; margin-top: 2px; accent-color: #62afbc; }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 17px; flex-wrap: wrap; margin-top: 4px; }
.form-status { min-height: 20px; color: #8d887e; font-size: 13px; }
.form-status.ok { color: #9fbd8e; }
.form-status.error { color: #d39573; }
.button[disabled] { opacity: .55; cursor: wait; transform: none; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.footer { padding: 50px 0 65px; border-top: 1px solid var(--line); color: #716d65; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 30px; height: 34px; }
.footer-brand b { display: block; color: #a8b5b5; font-weight: normal; }
.footer-brand small { display: block; color: #65625c; }
.footer-meta { text-align: right; font-size: 12px; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .2, 1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 11px; }
  .hero { min-height: 700px; }
  .overview-grid, .building-layout, .release-grid, .report-grid { grid-template-columns: 1fr; gap: 42px; }
  .manifest, .building-intro, .report-copy { position: static; }
  .mechanic-grid { grid-template-columns: repeat(2, 1fr); }
  .spotlight-copy { padding: 40px 35px; }
  .stats-band { margin-top: -30px; }
  .stat { padding: 23px 18px; }
  .report-form { padding: 28px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 8px 13px 16px; border-bottom: 1px solid var(--line); background: rgba(8, 10, 11, .97); transform: translateY(-140%); opacity: 0; visibility: hidden; transition: .28s; }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: 13px 8px; font-size: 12px; }
  .nav-download { margin-top: 5px; text-align: center; }
  .hero { height: auto; min-height: 760px; }
  .hero-art { object-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5, 7, 8, .96), rgba(5, 7, 8, .65) 75%, rgba(5, 7, 8, .28)), linear-gradient(0deg, #080a0b, transparent 68%); }
  .hero-content { padding-top: 120px; padding-bottom: 75px; }
  .hero-meta { flex-direction: column; gap: 7px; }
  .stats-band { margin-top: -25px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .rating-head { align-items: start; flex-direction: column; }
  .difficulty-tabs { grid-template-columns: 1fr 1fr; }
  .spotlight { grid-template-columns: 1fr; }
  .spotlight-media { min-height: 380px; }
  .spotlight-media::after { background: linear-gradient(0deg, #111313, transparent 40%); }
  .mechanics-head { grid-template-columns: 1fr; gap: 20px; }
  .building-list { grid-template-columns: 1fr; }
  .changes { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 380px 260px 260px; }
  .gallery-item:first-child { grid-row: auto; }
  .install-grid { grid-template-columns: 1fr; }
  .report-form { grid-template-columns: 1fr; }
  .field, .field-wide { grid-column: 1; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  .section { padding: 82px 0; }
  .section-compact { padding: 58px 0; }
  h1 { font-size: 58px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-meta { font-size: 11px; }
  .stat { min-height: 112px; padding: 22px 16px; }
  .stat b { font-size: 26px; }
  .stat span { font-size: 10px; }
  .difficulty-tabs { grid-template-columns: 1fr; }
  .table-shell { border: 0; background: transparent; }
  .table-scroll { overflow: visible; }
  table, tbody { display: block; min-width: 0; }
  thead { display: none; }
  tbody { display: grid; gap: 9px; }
  tbody tr { display: grid; grid-template-columns: 52px 1fr auto; padding: 11px 12px; border: 1px solid var(--line); background: rgba(14, 16, 16, .88); }
  td { display: block; height: auto !important; padding: 5px 7px !important; border: 0 !important; }
  .rank { grid-row: 1 / 3; grid-column: 1; align-self: center; }
  .nick { grid-column: 2; }
  .race { grid-column: 2; font-size: 11px; }
  .wave { grid-column: 3; grid-row: 1; text-align: right; }
  .hero-level { grid-column: 3; grid-row: 2; text-align: right; }
  .endless, .ver { display: none; }
  .table-note { align-items: flex-start; flex-direction: column; }
  .mechanic-grid { grid-template-columns: 1fr; }
  .mechanic-card { min-height: 250px; }
  .spotlight-media { min-height: 310px; }
  .spotlight-copy { padding: 32px 25px; }
  .spotlight-copy h3 { font-size: 32px; }
  .building { grid-template-columns: 96px 1fr; }
  .building-copy { padding: 17px 16px; }
  .gallery-grid { grid-template-rows: 300px 230px 230px; }
  .report-form { padding: 22px 17px; }
  .brand span { font-size: 12px; }
}

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

/* ★рейтинг: портреты, ячейка расы, попап отряда (перенесено из inline <style> —
   CSP style-src 'self' блокировал встроенный блок, стили молча не применялись) */
.port{width:60px;text-align:center}
.hport{width:48px;height:60px;border:1px solid #6b5630;border-radius:3px;cursor:pointer;display:block;margin:0 auto;image-rendering:pixelated}
.hport:hover{border-color:#c8a95d;box-shadow:0 0 6px #c8a95d66}
.race-cell{display:inline-flex;align-items:center;gap:10px}
.ricon{height:54px;width:auto;border-radius:3px;flex:none}
.lang-switch{border:1px solid #6b5630;border-radius:4px;padding:2px 9px;margin-left:8px;color:#c8a95d;font-size:13px;letter-spacing:.08em}
.lang-switch:hover{border-color:#c8a95d;background:#c8a95d1a}
#sqov{position:fixed;inset:0;background:#000a;display:none;align-items:center;justify-content:center;z-index:90}
#sqov.on{display:flex}
#sqbox{background:#221b12;border:1px solid #6b5630;border-radius:6px;padding:18px 22px;max-width:560px;width:92%}
#sqbox h3{margin:0 0 12px;color:#e8d9ae;font-size:18px}
#sqgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.squ{display:flex;gap:8px;align-items:center;background:#191410;border:1px solid #4a3b28;border-radius:4px;padding:6px}
.squ img{height:44px;width:auto;border:1px solid #6b5630;border-radius:2px;image-rendering:pixelated}
.squ b{color:#f0e2ba;font-size:13px;line-height:1.25;display:block}
.squ i{color:#b49b62;font-style:normal;font-size:12px}
#sqclose{float:right;cursor:pointer;color:#b49b62;font-size:20px;line-height:1}
#sqempty{color:#9b8a66}
