/* PIXELH home and shared footer / privacy controls. */
:root { --ph-accent: #dfaa87; --ph-ink: #f2efec; --ph-muted: #a5a3a2; --ph-line: #2c2b2a; --ph-surface: #171717; }
.pixelh-home { background-color: #0e0e0f; height: auto; min-height: 100%; overflow-x: clip; }
.pixelh-home .container-fluid { padding-bottom: 0; height: auto; }
.pixelh-home .navbar { margin-bottom: 14px; }
.ph-intro, .ph-home-sections, .ph-footer, .ph-cookie, .ph-section-heading { color: var(--ph-ink); }
.ph-intro *, .ph-home-sections *, .ph-footer *, .ph-cookie * { box-sizing: border-box; }
.ph-intro h1, .ph-home-sections h2, .ph-home-sections h3, .ph-section-heading h2 { font-family: "Unbounded", sans-serif; font-weight: 700; }
.ph-intro p, .ph-home-sections p, .ph-footer p, .ph-cookie p { margin: 0; }
.ph-intro a, .ph-home-sections a, .ph-footer a, .ph-cookie a { text-decoration: none; }
.ph-intro a:focus-visible, .ph-home-sections a:focus-visible, .ph-footer :is(a,button):focus-visible, .ph-cookie :is(a,button,input,summary):focus-visible { outline: 2px solid var(--ph-accent); outline-offset: 5px; }
.ph-intro { display: flex; justify-content: space-between; align-items: center; gap: 28px; position: relative; isolation: isolate; overflow: hidden; padding: 28px 0 34px; }
.ph-intro::after { content: ""; position: absolute; z-index: -1; inset: 0 0 0 42%; background: linear-gradient(90deg,#0e0e0f,transparent 50%,#0e0e0f), url('/app/modules/module_block_main_servers/assets/img/mods/PUBLIC_1.webp') center 45% / cover; opacity: .15; mask-image: linear-gradient(transparent, #000 30%, #000 60%, transparent); pointer-events: none; }
.ph-eyebrow, .ph-section-index, .ph-feature-tag, .ph-footer-game, .ph-cookie-label { font-size: 10px; letter-spacing: .16em; font-weight: 700; line-height: 1.6; }
.ph-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--ph-accent); margin-bottom: 17px !important; }
.ph-eyebrow > span { width: 6px; height: 6px; background: var(--ph-accent); }
.ph-intro h1 { margin: 0; font-size: clamp(29px, 3.2vw, 48px); letter-spacing: -.055em; line-height: 1.22; }
.ph-intro em, .ph-social-strip em { color: var(--ph-accent); font-style: normal; }
.ph-intro-description { margin-top: 15px !important; color: var(--ph-muted); font-size: 14px; line-height: 1.7; }
.ph-intro-side { display: flex; flex-direction: column; align-items: flex-end; gap: 24px; padding-right: 4px; }
.ph-crosshair { display: block; position: relative; width: 70px; height: 70px; border: 1px solid #49403a; border-radius: 50%; opacity: .65; margin-right: 24px; }
.ph-crosshair::before, .ph-crosshair::after { content: ""; position: absolute; background: var(--ph-accent); }
.ph-crosshair::before { width: 96px; height: 1px; left: -14px; top: 34px; }
.ph-crosshair::after { width: 1px; height: 96px; top: -14px; left: 34px; }
.ph-text-link { display: inline-flex; align-items: center; gap: 28px; color: #c9c6c3; font-size: 12px; white-space: nowrap; }
.ph-text-link > span { color: var(--ph-accent); font-size: 21px; }
.ph-text-link:hover { color: var(--ph-ink); }
.ph-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.ph-section-index { display: block; color: var(--ph-accent); margin-bottom: 10px; }
.ph-section-heading h2 { font-size: clamp(20px, 2vw, 28px); letter-spacing: -.045em; line-height: 1.4; margin: 0; }
.ph-heading-note { font-size: 12px; color: #a3a09d; line-height: 1.6; text-align: right; }
.ph-modes-heading { margin: 8px 0 10px; scroll-margin-top: 30px; }
.ph-modes-heading h2 { font-size: 18px; }
.ph-modes-heading .ph-section-index { margin-bottom: 4px; font-size: 9px; }
.pixelh-home .mon-mode-grid { gap: 14px; margin-top: 2px; margin-bottom: 18px; }
.pixelh-home .mon-compact .mon-mode-card { border-radius: 10px; border-color: #32302e; height: 150px; background: #1b1a19; }
.pixelh-home .mon-mode-character { opacity: .92; filter: saturate(.85); }
.pixelh-home .mon-mode-title { font-size: 22px; }
.pixelh-home .mon-mode-open { color: #d0c8c2; font-size: 12px; }
.pixelh-home .mon-compact .mon-mode-card:hover, .pixelh-home .mon-compact .mon-mode-card:focus-visible { border-color: var(--ph-accent); box-shadow: 0 8px 32px #a8663214; }
.pixelh-home .image-slider { border: 1px solid #34302d; border-radius: 12px; }
.pixelh-home .image-slider__image:focus-visible { outline: 2px solid var(--ph-accent); outline-offset: -4px; }
.pixelh-home .lk-top__card { border: 1px solid var(--ph-line); border-radius: 12px; background: linear-gradient(145deg,#211d19,#161616 55%); }
.pixelh-home .lk-top__wrapper { padding: 16px; }
.pixelh-home .lk-top__buttons { gap: 6px; }
.pixelh-home .info-block__wrapper-global { margin-top: 8px; }
.pixelh-home .info-block__card { border: 1px solid #302b26; border-radius: 12px; }
.pixelh-home .info-block__card .info-block__title { font-size: 27px; }
.pixelh-home .info-block__card .info-block__description { font-size: 13px; }
.pixelh-home .info-block__card.small { max-width: 52px; }
.ph-season-fallback { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: 30px 5%; background: #131517 url('/app/modules/module_page_seasons/uploads/5496a2be08908abb6392a9fe11351bb9add46c54.png') center / cover; }
.ph-season-fallback::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#090a0cf0 15%,#090a0c80 65%,transparent); }
.ph-season-fallback .ph-section-index { color: #c1b8ad; font-size: 10px; }
.ph-season-fallback .ph-season-title { display: block; font-family: "Unbounded",sans-serif; font-weight: 900; letter-spacing: -.055em; line-height: 1.2; font-size: clamp(24px, 2.5vw, 38px); position: relative; z-index: 1; }
.ph-season-fallback .ph-season-description { font-size: 13px; color: #c4c1bf; margin-top: 12px; position: relative; z-index: 1; }
.ph-season-fallback .ph-season-cta { color: #f9ddcc; background: #963d26; border: 1px solid #bf6741; padding: 10px 17px; border-radius: 5px; margin-top: 20px; width: fit-content; font-size: 12px; position: relative; z-index: 1; }
.image-slider__image .ph-season-fallback > img { position: absolute; width: 44%; height: 150%; right: -4%; top: 0; object-fit: contain; object-position: top; pointer-events: none; }
.ph-home-sections { padding: 46px 0 0; }
.ph-section { margin-bottom: 50px; }
.ph-discover-grid { display: grid; grid-template-columns: 1.08fr 1.08fr 1fr; gap: 14px; }
.ph-feature { display: flex; flex-direction: column; justify-content: space-between; min-height: 335px; overflow: hidden; position: relative; isolation: isolate; border: 1px solid #35302e; border-radius: 12px; padding: 24px; color: var(--ph-ink); transition: border-color .2s, transform .2s; }
.ph-feature--agents { background: radial-gradient(ellipse at 90% 20%,#6a403338,transparent 70%),#191716; }
.ph-feature--weapons { background: radial-gradient(ellipse at 85% 15%,#4742653b,transparent 70%),#171719; }
.ph-feature::after { content: ""; z-index: -1; position: absolute; inset: 0; background: linear-gradient(0deg,#151414 3%,#151414e8 25%,transparent 80%); pointer-events: none; }
.ph-feature img { position: absolute; right: -18px; top: -6px; height: 245px; width: 80%; object-fit: contain; object-position: right top; z-index: -2; transition: transform .35s; }
.ph-feature--weapons img { width: 75%; top: 14px; right: -7px; height: 228px; }
.ph-feature:hover { color: var(--ph-ink); border-color: #8f6a54; transform: translateY(-3px); }
.ph-feature:hover img { transform: scale(1.045); }
.ph-feature-tag { color: #d0c6bf; padding: 5px 9px; background: #1111117a; border: 1px solid #ffffff1c; border-radius: 4px; width: fit-content; font-size: 9px; }
.ph-feature-copy { margin-top: 130px; }
.ph-feature h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.35; letter-spacing: -.045em; }
.ph-feature p { color: #b5afaa; font-size: 12px; max-width: 245px; line-height: 1.7; }
.ph-card-link { display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 12px; font-weight: 600; color: #e1b594; margin-top: 22px; }
.ph-card-link > span { font-size: 23px; font-weight: 400; line-height: 1; }
.ph-community-cards { display: grid; grid-template-rows: repeat(3, 1fr); gap: 12px; }
.ph-small-feature { position: relative; display: flex; align-items: center; gap: 17px; padding: 21px; padding-right: 40px; border: 1px solid var(--ph-line); border-radius: 12px; background: #171717; color: var(--ph-ink); transition: background .2s,border-color .2s; }
.ph-small-feature:hover, .ph-help-grid > a:hover { color: var(--ph-ink); background: #1d1b19; border-color: #765744; }
.ph-small-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; color: #c19e8c; background: #28211d; border: 1px solid #3a2e25; border-radius: 10px; }
.ph-small-icon svg { width: 21px; height: 21px; fill: currentColor; }
.ph-small-icon--gold { color: #d1bb82; background: #28251b; border-color: #3b3523; }
.ph-small-feature h3 { font-size: 13px; line-height: 1.6; letter-spacing: -.02em; margin: 0 0 4px; }
.ph-small-feature p { font-size: 12px; color: var(--ph-muted); line-height: 1.6; }
.ph-corner-arrow { position: absolute; right: 16px; top: 16px; color: #807b76; font-size: 20px; }
.ph-start { display: grid; grid-template-columns: 1fr 1.45fr; gap: 8%; border-top: 1px solid #37312b; border-bottom: 1px solid var(--ph-line); padding: 38px 0; scroll-margin-top: 28px; }
.ph-start-intro h2 { font-size: 31px; letter-spacing: -.045em; line-height: 1.35; margin: 0 0 17px; }
.ph-start-intro p { color: var(--ph-muted); font-size: 13px; line-height: 1.8; }
.ph-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--ph-accent); color: #21150e; font-size: 12px; font-weight: 700; padding: 14px 20px; border-radius: 6px; margin-top: 22px; min-height: 46px; transition: background .2s; }
.ph-button:hover { color: #21150e; background: #edbc9c; }
.ph-button > span { font-size: 21px; line-height: 1; }
.ph-steps { display: grid; gap: 0; list-style: none; padding: 0; margin: 0; }
.ph-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid #ffffff0f; }
.ph-steps li:first-child { padding-top: 4px; }
.ph-steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.ph-step-number { font-size: 12px; font-weight: 700; color: var(--ph-accent); background: #292019; border: 1px solid #403025; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 7px; }
.ph-steps h3 { font-size: 14px; letter-spacing: -.025em; margin: 4px 0 8px; line-height: 1.5; }
.ph-steps p { color: var(--ph-muted); font-size: 13px; line-height: 1.75; max-width: 460px; }
.ph-help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.ph-help-grid > a { padding: 23px; background: linear-gradient(130deg,#1c1a18,#151515); border: 1px solid var(--ph-line); border-radius: 10px; color: var(--ph-ink); transition: border-color .2s,background .2s; }
.ph-help-number { display: block; font-size: 10px; letter-spacing: .12em; color: #a29387; margin-bottom: 20px; }
.ph-help-grid h3 { font-size: 15px; letter-spacing: -.025em; line-height: 1.5; margin: 0 0 10px; }
.ph-help-grid p { font-size: 12px; line-height: 1.7; color: var(--ph-muted); }
.ph-help-grid .ph-card-link { margin-top: 21px; }
.ph-social-strip { display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid #483729; border-radius: 12px; padding: 33px 36px; background: radial-gradient(ellipse at 5% 10%,#54382347,transparent 60%),#191715; margin-bottom: 50px; }
.ph-social-strip h2 { margin: 0; font-size: 24px; line-height: 1.45; letter-spacing: -.04em; }
.ph-social-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ph-social-link { display: flex; align-items: center; gap: 15px; border: 1px solid #433c36; padding: 15px 18px; border-radius: 9px; color: #ded8d3; background: #201d19; min-width: 188px; transition: border-color .2s, background .2s; }
.ph-social-link:hover { color: var(--ph-ink); border-color: #9b7457; background: #2b241e; }
.ph-social-link > svg { width: 23px; height: 23px; fill: var(--ph-accent); }
.ph-social-link > span:first-of-type { font-size: 13px; font-weight: 600; flex: 1; }
.ph-social-link small { display: block; font-size: 10px; color: #b0a296; margin-top: 4px; font-weight: 400; }
.ph-social-link > span:last-child { font-size: 20px; color: var(--ph-accent); }
.ph-footer { max-width: 1366px; width: 100%; margin: 0 auto 14px; border-top: 1px solid #564030; background: linear-gradient(180deg,#161412,#111111 170px); padding: 38px 28px 14px; border-radius: 2px 2px 12px 12px; position: relative; }
.ph-footer-main { display: grid; grid-template-columns: 1.45fr 1fr 1.15fr 1.1fr; gap: 32px; padding-bottom: 35px; }
.ph-wordmark { color: #ece7e2; font-family: "Unbounded", sans-serif; font-size: 25px; font-weight: 900; letter-spacing: -.06em; display: inline-block; line-height: 1.5; }
.ph-wordmark span { color: var(--ph-accent); }
.ph-wordmark:hover { color: #fff; }
.ph-footer-brand p { color: #b2aaa4; font-size: 12px; line-height: 1.7; margin: 12px 0 10px; }
.ph-footer-game { color: #8d8177; font-size: 8px; letter-spacing: .14em; }
.ph-footer-play { color: var(--ph-accent); font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; width: 160px; padding: 11px 0; border-bottom: 1px solid #4d3b2d; margin-top: 18px; }
.ph-footer-play:hover { color: #f3c5a6; }
.ph-footer-play span { font-size: 20px; line-height: 1; }
.ph-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; }
.ph-footer-column h2 { font: 600 13px/1.6 var(--font-family-2, sans-serif); color: #ede5df; margin: 1px 0 7px; }
.ph-footer-column > a, .ph-footer .ph-footer-contact { color: #b5ada6; font-size: 12px; line-height: 1.6; }
.ph-footer-column > a:hover, .ph-footer .ph-footer-contact:hover { color: var(--ph-accent); }
.ph-footer .ph-footer-contact, .ph-footer-legal-links > button { border: 0; padding: 0; border-radius: 0; height: auto; min-height: 0; background: none; box-shadow: none; font-weight: 400; cursor: pointer; width: auto; text-align: left; }
.ph-footer-socials { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 2px; }
.ph-footer-socials a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #38312a; border-radius: 7px; color: #c7b6a8; background: #201b17; }
.ph-footer-socials a:hover { color: var(--ph-accent); border-color: #8f6950; }
.ph-footer-socials svg { width: 16px; height: 16px; fill: currentColor; }
.ph-footer-legal { padding: 20px 0; border-top: 1px solid #302b26; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.ph-footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px 22px; max-width: 660px; }
.ph-footer-legal-links > a, .ph-footer-legal-links > button { font-size: 11px; color: #aaa19a; line-height: 1.8; }
.ph-footer-legal-links > a:hover, .ph-footer-legal-links > button:hover { color: #e5c3a9; background: none; }
.ph-footer-requisites { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 16px; max-width: 390px; color: #a3978c; font-size: 10px; line-height: 1.8; }
.ph-footer-requisites > span { white-space: nowrap; }
.ph-footer-requisites > span:first-child { width: 100%; text-align: right; }
.ph-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #95897f; font-size: 10px; letter-spacing: .07em; padding-top: 9px; border-top: 1px solid #ffffff08; }
.ph-footer-bottom a { display: inline-flex; align-items: center; gap: 15px; color: #bfb0a4; padding: 8px 0 8px 12px; }
.ph-footer-bottom a:hover { color: var(--ph-accent); }
.ph-cookie[hidden], .ph-cookie [hidden] { display: none !important; }
.ph-cookie { position: fixed; left: 24px; right: auto; bottom: 24px; z-index: 9998; width: 360px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 48px); overflow: auto; padding: 16px; background: #1b1917; border: 1px solid #6b4f3a; border-radius: 12px; box-shadow: 0 14px 70px #0009; animation: ph-cookie-in .22s ease-out; font-size: 13px; }
.ph-cookie-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.ph-cookie-icon { width: 36px; height: 40px; color: var(--ph-accent); flex: 0 0 36px; }
.ph-cookie-icon svg { width: 34px; height: 38px; fill: none; }
.ph-cookie-label { font-size: 8px; color: #c19a7d; letter-spacing: .11em; }
.ph-cookie h2 { font: 600 14px/1.5 var(--font-family-2, sans-serif); margin: 0; color: #f3e9e1; }
.ph-cookie h2:focus { outline: none; }
.ph-cookie p { font-size: 12px; line-height: 1.65; color: #bdb5af; }
.ph-cookie .ph-cookie-close { align-self: center; margin: -4px -4px -4px auto; border: 0; color: #cbb9aa; background: transparent; width: 32px; min-width: 32px; height: 32px; padding: 0; font-size: 23px; font-weight: 400; border-radius: 4px; cursor: pointer; }
.ph-cookie .ph-cookie-close:hover { background: #32271f; }
.ph-cookie-actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin: 12px 0 0; }
.ph-cookie-actions button, .ph-cookie .ph-cookie-save { display: flex; align-items: center; justify-content: center; width: 100%; height: auto; min-height: 42px; border: 1px solid #6f543f; border-radius: 6px; padding: 10px 8px; background: #32271f; color: #efc7aa; font-size: 11px; line-height: 1.5; font-weight: 600; white-space: normal; cursor: pointer; box-shadow: none; }
.ph-cookie-actions button:hover, .ph-cookie .ph-cookie-save:hover { background: #473326; border-color: #a77956; color: #ffe2cb; }
.ph-cookie-actions .ph-cookie-settings { width: auto; min-height: 36px; padding: 6px 2px; border: 0; background: transparent; color: #d6c6b9; font-size: 12px; font-weight: 400; text-decoration: underline; text-underline-offset: 3px; }
.ph-cookie-actions .ph-cookie-settings:hover { background: transparent; color: #ffe2cb; }
.ph-cookie-more { position: relative; border-top: 1px solid #3c3128; padding-top: 11px; }
.ph-cookie-more details > summary { display: flex; align-items: center; gap: 13px; list-style: none; width: fit-content; padding: 4px 8px 4px 0; color: #bfb3a9; font-size: 11px; cursor: pointer; }
.ph-cookie-more summary::-webkit-details-marker { display: none; }
.ph-cookie-more summary > span { font-size: 17px; line-height: 1; transition: transform .15s; }
.ph-cookie-more details[open] summary > span { transform: rotate(45deg); }
.ph-cookie-policy { position: absolute; top: 15px; right: 0; color: #bfb3a9; font-size: 11px; }
.ph-cookie-policy:hover { color: #eac2a4; }
.ph-cookie-options { padding-top: 10px; }
.ph-cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; border-top: 1px solid #ffffff0b; cursor: default; margin: 0; }
.ph-cookie-option strong { display: block; color: #e1d4c9; font-size: 12px; font-weight: 600; }
.ph-cookie-option small { display: block; color: #b2a499; font-size: 10px; line-height: 1.7; max-width: 270px; margin-top: 5px; }
.ph-cookie-required { color: #bcb096; font-size: 10px; }
.ph-cookie-option input[type="checkbox"] { appearance: auto; display: block; position: static; width: 20px; height: 20px; opacity: 1; flex: 0 0 20px; accent-color: var(--ph-accent); margin: 0 2px 0 0; cursor: pointer; }
.ph-cookie .ph-cookie-save { margin-top: 8px; }
@keyframes ph-cookie-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1180px) {
    .ph-discover-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ph-community-cards { grid-column: 1/-1; grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: auto; }
    .ph-small-feature { padding: 18px 12px; gap: 10px; min-height: 110px; }
    .ph-small-icon { width: 34px; height: 38px; flex-basis: 34px; }
    .ph-small-feature h3 { font-size: 11px; }
    .ph-small-feature p { font-size: 11px; }
    .ph-corner-arrow { right: 9px; top: 7px; font-size: 17px; }
    .ph-social-actions { flex-direction: column; }
    .ph-social-link { min-width: 205px; }
    .ph-footer-main { grid-template-columns: 1.2fr 1fr 1.1fr 1.05fr; gap: 20px; }
    .ph-footer { padding-inline: 23px; }
    .ph-wordmark { font-size: 22px; }
}
@media (max-width: 768px) {
    .ph-intro { padding: 17px 0 25px; }
    .ph-intro h1 { font-size: 35px; }
    .ph-intro-side { align-self: flex-end; }
    .ph-crosshair { display: none; }
    .ph-text-link { font-size: 10px; gap: 10px; }
    .ph-intro-description { font-size: 12px; max-width: 310px; }
    .ph-heading-note { display: none; }
    .ph-home-sections { padding-top: 35px; }
    .ph-section { margin-bottom: 35px; }
    .ph-feature { padding: 20px; }
    .ph-feature h3 { font-size: 20px; }
    .ph-start { grid-template-columns: 1fr 1.25fr; gap: 25px; padding: 30px 0; }
    .ph-start-intro h2 { font-size: 24px; }
    .ph-steps { gap: 5px; }
    .ph-steps li { gap: 12px; }
    .ph-steps h3 { font-size: 12px; }
    .ph-steps p { font-size: 12px; }
    .ph-help-grid { gap: 10px; }
    .ph-help-grid > a { padding: 18px; }
    .ph-help-grid h3 { font-size: 12px; }
    .ph-social-strip { padding: 27px; margin-bottom: 35px; }
    .ph-social-strip h2 { font-size: 20px; }
    .ph-footer-main { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 15px; }
    .ph-footer-brand { grid-column: 1/-1; }
    .ph-footer-brand .ph-footer-play { margin-top: 12px; }
    .ph-footer-legal { flex-direction: column; gap: 18px; }
    .ph-footer-requisites { justify-content: flex-start; }
    .ph-footer-requisites > span:first-child { text-align: left; }
    .ph-footer { margin-bottom: 0; padding-bottom: calc(85px + env(safe-area-inset-bottom)); }
    .ph-cookie { left: 14px; right: auto; bottom: calc(78px + env(safe-area-inset-bottom)); max-height: calc(100dvh - 105px); }
}
@media (max-width: 540px) {
    .ph-intro { display: block; }
    .ph-intro h1 { font-size: clamp(27px, 7.8vw, 37px); }
    .ph-intro-side { margin-top: 17px; align-items: flex-start; }
    .ph-text-link { font-size: 11px; }
    .ph-intro-description { max-width: 330px; }
    .ph-eyebrow { font-size: 8px; }
    .ph-section-heading h2 { font-size: 19px; }
    .ph-modes-heading h2 { font-size: 16px; }
    .pixelh-home .mon-mode-grid { gap: 9px; }
    .pixelh-home .mon-compact .mon-mode-card { height: 127px; padding: 15px 12px; }
    .pixelh-home .mon-mode-title { font-size: 17px; }
    .pixelh-home .mon-mode-open { font-size: 10px; }
    .pixelh-home .mon-mode-character { opacity: .75; }
    .pixelh-home .image-slider { height: 245px; }
    .image-slider__image .ph-season-fallback > img { width: 53%; right: -15%; top: 4%; height: 130%; }
    .ph-season-fallback { padding: 23px; }
    .ph-season-fallback .ph-season-title { font-size: 22px; }
    .ph-season-fallback .ph-season-description { max-width: 205px; font-size: 11px; }
    .ph-season-fallback .ph-season-cta { margin-top: 15px; }
    .ph-discover-grid { gap: 12px; }
    .ph-feature { min-height: 300px; padding: 17px; }
    .ph-feature h3 { font-size: 17px; }
    .ph-feature p { font-size: 11px; }
    .ph-feature img { width: 125%; height: 205px; right: -45px; top: 10px; }
    .ph-feature--weapons img { width: 110%; right: -18px; top: 17px; height: 190px; }
    .ph-feature-copy { margin-top: 130px; }
    .ph-feature .ph-card-link { font-size: 10px; gap: 7px; margin-top: 18px; }
    .ph-community-cards { grid-template-columns: 1fr; gap: 9px; }
    .ph-small-feature { padding: 16px; min-height: 80px; }
    .ph-small-feature h3 { font-size: 12px; }
    .ph-small-icon { flex-basis: 40px; width: 40px; height: 40px; }
    .ph-corner-arrow { top: 23px; right: 17px; font-size: 21px; }
    .ph-start { grid-template-columns: 1fr; gap: 26px; }
    .ph-start-intro h2 { font-size: 29px; }
    .ph-start-intro p br { display: none; }
    .ph-steps h3 { font-size: 13px; }
    .ph-help-grid { grid-template-columns: 1fr; }
    .ph-help-grid > a { padding: 22px; }
    .ph-help-grid h3 { font-size: 15px; }
    .ph-help-number { margin-bottom: 12px; }
    .ph-help-grid .ph-card-link { margin-top: 16px; }
    .ph-social-strip { display: block; padding: 25px 22px; }
    .ph-social-strip h2 { font-size: 21px; }
    .ph-social-actions { margin-top: 24px; }
    .ph-social-link { width: 100%; min-width: 0; padding: 14px 17px; }
    .ph-footer { padding: 29px 19px calc(80px + env(safe-area-inset-bottom)); }
    .ph-footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 12px; padding-bottom: 26px; }
    .ph-footer-column:last-child { grid-column: 1/-1; }
    .ph-footer-column { gap: 13px; }
    .ph-footer-column > a, .ph-footer .ph-footer-contact { font-size: 12px; }
    .ph-footer-legal-links { flex-direction: column; gap: 9px; }
    .ph-footer-requisites { font-size: 10px; }
    .ph-cookie { left: 12px; right: auto; width: min(360px, calc(100vw - 24px)); max-width: none; padding: 15px; }
    .ph-cookie h2 { font-size: 14px; }
    .ph-cookie p { font-size: 11px; }
    .ph-cookie-actions { gap: 7px; }
    .ph-cookie-actions button { font-size: 10px; padding-inline: 5px; }
}
@media (prefers-reduced-motion: reduce) {
    .ph-intro *, .ph-home-sections *, .ph-footer *, .ph-cookie, .ph-cookie * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Privacy update 20260914-3. */
.ph-cookie { z-index: 2147483000; }
.ph-cookie .ph-cookie-consent-text { margin-top: 10px; }
.ph-cookie p a { text-decoration: underline; color: #edbd98; }
.ph-cookie [role="status"] { color: #ffd2aa; margin: 10px 0; }
.ph-cookie button:disabled { opacity: .55; cursor: wait; }
.ph-legal { line-height: 1.8; }
.ph-legal h1 { font-size: clamp(24px, 4vw, 34px); line-height: 1.3; margin: 8px 0 22px; }
.ph-legal h2 { font-size: 20px; line-height: 1.4; margin: 32px 0 14px; }
.ph-legal p, .ph-legal li { margin-bottom: 14px; font-size: 15px; overflow-wrap: anywhere; }
.ph-legal ul { padding-left: 24px; list-style: disc; }
.ph-legal a { color: #edbd98; text-decoration: underline; }

/* Explicit server selection and connection labels. */
.ph-intro .ph-connect-cta { margin-top: 0; white-space: nowrap; }
.mon-compact .servers__card-buttons .mon-connect,
.mon-compact .table-mon__server-buttons .mon-connect {
    flex: 0 0 auto; width: auto; min-width: 44px; min-height: 44px;
    height: auto; padding: 10px 12px; gap: 7px; border-radius: 8px;
}
.mon-compact .mon-connect .mon-connect-label { color: inherit; font-size: 12px; font-weight: 700; line-height: 1.4; white-space: nowrap; }
@media (max-width: 600px) {
    .mon-compact .servers__card-block { flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
    .mon-compact .servers__card-info { flex-basis: 100%; min-height: 48px; }
    .mon-compact .servers__card-buttons { width: 100%; }
    .mon-compact .servers__card-buttons .mon-connect { margin-left: auto; }
}

/* Compact presentation — 2026-09-15. Existing cookie/legal/connect rules above are preserved. */
.pixelh-home { background: #111214; }
.pixelh-home { isolation: isolate; }
.pixelh-home::before {
    content: ''; position: fixed; inset: -40px; z-index: -1; pointer-events: none;
    background:
        radial-gradient(ellipse at 76% 18%, rgba(172, 122, 57, .12), transparent 48%),
        radial-gradient(ellipse at 25% 76%, rgba(58, 95, 129, .10), transparent 53%);
    animation: ph-ambient-drift 32s ease-in-out infinite alternate;
}
@keyframes ph-ambient-drift {
    from { transform: translate3d(-14px, 8px, 0); opacity: .65; }
    to { transform: translate3d(18px, -12px, 0); opacity: 1; }
}
.pixelh-home .navbar { margin-bottom: 0; }
.pixelh-home .ph-intro { padding: 42px 0 28px; gap: 16px; overflow: visible; }
.pixelh-home .ph-intro::after { display: none; }
.pixelh-home .ph-intro h1 { font-size: clamp(24px, 2.35vw, 34px); line-height: 1.35; letter-spacing: -.04em; font-weight: 600; }
.pixelh-home .ph-intro em { color: inherit; }
.pixelh-home .ph-eyebrow,
.pixelh-home .ph-intro-description,
.pixelh-home .ph-intro-side { display: none; }
.pixelh-home .ph-modes-heading { height: 0; margin: 0; padding: 0; overflow: hidden; scroll-margin-top: 24px; }
.pixelh-home .mon-mode-grid { gap: 16px; margin: 0 0 28px; }
.pixelh-home .mon-compact .mon-mode-card { height: 192px; padding: 24px 20px; border-radius: 14px; border: 1px solid #303236; background: #1c1e21; }
.pixelh-home .mon-mode-map { display: none; }
.pixelh-home .mon-mode-card::after { background: linear-gradient(90deg, #1c1e21 5%, #1c1e21dd 38%, #1c1e2120 100%); }
.pixelh-home .mon-mode-character { height: 210px; max-width: 69%; right: -16px; bottom: -22px; opacity: .8; filter: saturate(.6); }
.pixelh-home .mon-mode-title { font-size: 24px; font-weight: 600; line-height: 1.3; }
.pixelh-home .mon-mode-online { font-family: var(--font-family-2, sans-serif); color: #b3b9b5; font-size: 13px; font-weight: 400; }
.pixelh-home .mon-mode-dot { color: #7caa8b; }
.pixelh-home .mon-mode-open { font-family: var(--font-family-2, sans-serif); font-size: 12px; font-weight: 400; color: #d0cdc9; gap: 8px; }
.pixelh-home .mon-mode-open > span { color: #cda68d; }
.pixelh-home .mon-compact .mon-mode-card:hover,
.pixelh-home .mon-compact .mon-mode-card:focus-visible { border-color: #b69178; background: #202226; box-shadow: none; }
.pixelh-home .mon-mode-card:focus-visible { outline: 2px solid #dfaa87; outline-offset: 3px; }

/* Remove duplicate promotional blocks, including their grid space. CMS modules remain available. */
.pixelh-home .row:has(.info-block__wrapper-global) { display: none; }
.pixelh-home .row > .col-md-9:has(> .image-slider) { flex: 0 0 100%; max-width: 100%; width: 100%; }
.pixelh-home .image-slider { height: auto; aspect-ratio: 2170 / 725; border: 1px solid #303236; border-radius: 14px; background: #17191c; }
.pixelh-home .image-slider__image img { object-fit: contain; }

/* Live donor module, presented as three compact cards under the seasonal banner. */
.pixelh-home .row > .col-md-3:has(> .lk-top__card) { flex: 0 0 100%; max-width: 100%; width: 100%; margin-top: 14px; }
.pixelh-home .lk-top__card { margin: 0; border: 1px solid #39372f; border-radius: 14px; background: linear-gradient(115deg, rgba(71, 53, 25, .20), transparent 60%), #17181b; }
.pixelh-home .lk-top__wrapper { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 18px 20px; }
.pixelh-home .lk-top__title { justify-self: start; max-width: 100%; margin: 0; padding: 0; gap: 10px; background: none; color: #e5ded2; font-family: var(--font-family-2, sans-serif); font-size: 16px; font-weight: 600; }
.pixelh-home .lk-top__title svg { width: 14px; height: 14px; color: #a6a096; }
.pixelh-home .lk-top__buttons { width: 294px; max-width: 100%; gap: 6px; }
.pixelh-home .lk-top__chips-btn { min-height: 36px; height: auto; padding: 8px 12px; border: 1px solid transparent; border-radius: 7px; background: #202124; color: #bcb8b0; font-family: var(--font-family-2, sans-serif); font-size: 12px; font-weight: 500; white-space: nowrap; }
.pixelh-home .lk-top__chips-btn.active { background: #393021; color: #ecd398; border-color: #675433; }
.pixelh-home .lk-top__chips-btn:hover { border-color: #796746; color: #f2e4c6; }
.pixelh-home .lk-top__chips-btn:focus-visible { outline: 2px solid #dfbb74; outline-offset: -3px; }
.pixelh-home .lk-top__content-wrapper { grid-column: 1 / -1; min-width: 0; }
.pixelh-home #lk-top-content, .pixelh-home #lk-top-loaders { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pixelh-home .lk-top__user-data { height: 68px; min-width: 0; gap: 12px; padding: 10px 12px; border: 1px solid #303238; border-radius: 10px; background: #1e1f23; cursor: pointer; }
.pixelh-home .lk-top__user-data.first { border-color: #665332; background: linear-gradient(105deg, rgba(151, 113, 44, .11), transparent), #202022; }
.pixelh-home .lk-top__user-avatar { flex: 0 0 auto; }
.pixelh-home .lk-top__user-details { min-width: 0; flex: 1; gap: 4px; }
.pixelh-home .lk-top__user-name { max-width: 100%; font-size: 14px; font-weight: 600; line-height: 1.5; }
.pixelh-home .lk-top__place { opacity: 1; color: #a6a29b; font-size: 11px; line-height: 1.5; }
.pixelh-home .lk-top__place-hashtag, .pixelh-home .lk-top__place-number { display: none; }
.pixelh-home .lk-top__user-data:hover { border-color: #8b774e; background-color: #26252a; }
.pixelh-home #lk-top-loaders .loader { height: 68px; }
.pixelh-home .ph-home-sections { padding: 20px 0 24px; }
.pixelh-home .ph-home-sections > :not(.ph-start):not(.ph-quick-start) { display: none; }
.pixelh-home .ph-start { display: block; margin: 0; padding: 18px 0; }
.pixelh-home .ph-start-intro { display: none; }
.pixelh-home .ph-quick-start { border: 0; color: #b9b7b5; scroll-margin-top: 24px; }
.pixelh-home .ph-quick-start > summary { display: flex; align-items: center; gap: 10px; width: fit-content; min-height: 44px; padding: 8px 0; cursor: pointer; list-style: none; font-size: 13px; line-height: 1.6; }
.pixelh-home .ph-quick-start > summary::-webkit-details-marker { display: none; }
.pixelh-home .ph-quick-start > summary::after { content: '+'; font-size: 19px; line-height: 1; color: #cda68d; }
.pixelh-home .ph-quick-start[open] > summary::after { content: '−'; }
.pixelh-home .ph-quick-start > summary:hover { color: #f0eeec; }
.pixelh-home .ph-quick-start > summary:focus-visible { outline: 2px solid #dfaa87; outline-offset: 4px; border-radius: 3px; }
.pixelh-home .ph-quick-start .ph-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 18px 0 8px; }
.pixelh-home .ph-quick-start .ph-steps li { display: block; padding: 0; border: 0; }
.pixelh-home .ph-quick-start .ph-step-number { display: none; }
.pixelh-home .ph-quick-start .ph-steps h3 { font-family: var(--font-family-2, sans-serif); font-size: 14px; font-weight: 600; }
.pixelh-home .ph-quick-start .ph-steps p { color: #b6b6b6; font-size: 13px; line-height: 1.7; }
.pixelh-home .mon-compact .servers__card-block:hover,
.pixelh-home .mon-compact .servers__card-block:focus-within { border-color: #8c7565; box-shadow: none; }

/* A single, quiet navigation treatment. */
.pixelh-home .sidebar { background: #111214; border-right-color: #27292c; }
.pixelh-home .sidebar::before { display: none; }
.pixelh-home .sidebar__header-text { font-weight: 500; font-size: 14px; }
.pixelh-home .sidebal__item:not(.sidebar__premium) { font-weight: 400; }
/* PREMIUM inherits its original gold treatment from the site theme. */

/* Compact footer, with the original document links, permissions and requisites. */
.ph-footer--quiet { padding: 24px 0 12px; background: none; border-top: 1px solid #303236; border-radius: 0; }
.ph-footer--quiet .ph-footer-main { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 28px; padding-bottom: 18px; }
.ph-footer--quiet .ph-wordmark { font-size: 17px; font-weight: 700; }
.ph-footer--quiet .ph-footer-shortcuts { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 22px; margin-left: auto; }
.ph-footer--quiet .ph-footer-shortcuts > a,
.ph-footer--quiet .ph-footer-shortcuts > button { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 0; color: #bebbb8; font-size: 12px; line-height: 1.6; }
.ph-footer--quiet .ph-footer-shortcuts > a:hover,
.ph-footer--quiet .ph-footer-shortcuts > button:hover { color: #edd0bb; }
.ph-footer--quiet .ph-footer-socials { margin: 0; gap: 8px; }
.ph-footer--quiet .ph-footer-socials a { width: 36px; height: 36px; background: transparent; border-color: #34363a; color: #bbb9b7; }
.ph-footer--quiet .ph-footer-legal { padding: 14px 0; border-color: #2a2c30; gap: 14px 24px; }
.ph-footer--quiet .ph-footer-legal-links { gap: 4px 18px; }
.ph-footer--quiet .ph-footer-legal-links > a,
.ph-footer--quiet .ph-footer-legal-links > button { color: #a9a6a3; font-size: 11px; min-height: 28px; display: inline-flex; align-items: center; }
.ph-footer--quiet .ph-footer-requisites { color: #a3a09d; font-size: 10px; }
.ph-footer--quiet .ph-footer-bottom { color: #a3a09d; letter-spacing: 0; padding-top: 4px; }

@media (max-width: 1100px) {
    .pixelh-home .mon-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pixelh-home .mon-compact .mon-mode-card { height: 165px; }
    .pixelh-home .mon-mode-character { height: 194px; right: 0; }
}
@media (max-width: 768px) {
    .pixelh-home .ph-intro { padding: 28px 0 22px; }
    .pixelh-home .ph-intro h1 { font-size: 25px; }
    .pixelh-home .mon-mode-grid { gap: 12px; margin-bottom: 22px; }
    .ph-footer--quiet { padding: 22px 0 calc(84px + env(safe-area-inset-bottom)); }
    .ph-footer--quiet .ph-footer-main { gap: 12px; }
    .ph-footer--quiet .ph-footer-shortcuts { order: 3; width: 100%; margin-left: 0; gap: 4px 20px; }
    .ph-footer--quiet .ph-footer-socials { margin-left: auto; }
    .ph-footer--quiet .ph-footer-legal { flex-direction: column; }
    .ph-footer--quiet .ph-footer-requisites { justify-content: flex-start; }
    .ph-footer--quiet .ph-footer-requisites > span:first-child { text-align: left; }
}
@media (max-width: 540px) {
    .pixelh-home .ph-intro { padding-top: 24px; }
    .pixelh-home .ph-intro h1 { font-size: 23px; }
    .pixelh-home .mon-compact .mon-mode-card { height: 146px; padding: 17px 14px; border-radius: 12px; }
    .pixelh-home .mon-mode-grid { gap: 10px; }
    .pixelh-home .mon-mode-title { font-size: 19px; }
    .pixelh-home .mon-mode-online { font-size: 12px; }
    .pixelh-home .mon-mode-open { font-size: 11px; gap: 6px; }
    .pixelh-home .mon-mode-character { height: 162px; right: -15px; max-width: 75%; opacity: .62; }
    .pixelh-home .image-slider { border-radius: 10px; }
    .pixelh-home .ph-home-sections { padding: 12px 0 18px; }
    .pixelh-home .ph-quick-start .ph-steps { grid-template-columns: 1fr; gap: 16px; padding-top: 10px; }
    .ph-footer--quiet .ph-footer-legal-links { flex-direction: row; gap: 3px 16px; }
    .ph-footer--quiet .ph-footer-shortcuts > a,
    .ph-footer--quiet .ph-footer-shortcuts > button { min-height: 40px; }
}
@media (max-width: 640px) {
    .pixelh-home .lk-top__wrapper { grid-template-columns: minmax(0, 1fr); padding: 16px; gap: 12px; }
    .pixelh-home .lk-top__buttons { width: 100%; }
    .pixelh-home #lk-top-content, .pixelh-home #lk-top-loaders { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .pixelh-home .lk-top__chips-btn { min-height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
    .pixelh-home::before { animation: none; transform: none; opacity: .8; }
}
