@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/static/fonts/manrope/manrope-cyrillic-ext.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/static/fonts/manrope/manrope-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/static/fonts/manrope/manrope-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/static/fonts/manrope/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg: #0b0b0d;
    --bg-soft: #111114;
    --panel: #151518;
    --panel-2: #1a1a1e;
    --text: #f5f5f4;
    --muted: #99999f;
    --line: rgba(255,255,255,.09);
    --accent: #f04444;
    --accent-hot: #ff5b55;
    --accent-fill: #c8342f;
    --accent-fill-hover: #a8241f;
    --danger-text: #ff7d78;
    --modal-radius: 18px;
    --display: "Manrope", sans-serif;
    --body: "Manrope", sans-serif;
}
[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--body); overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: white; }
.visually-hidden { 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: 1000; padding: 12px 18px; background: var(--text); color: var(--bg); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .035; background-image: radial-gradient(#fff 0.65px, transparent .65px); background-size: 5px 5px; mix-blend-mode: screen; }

.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 198px; }
.brand-mark { position: relative; width: 21px; height: 32px; display: inline-block; transform: skew(-13deg); border: 3px solid var(--accent); border-right-width: 7px; }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; left: -6px; bottom: -6px; background: var(--accent); box-shadow: 12px 0 0 var(--accent); }
.brand-name { font-family: var(--display); font-size: 20px; font-weight: 800; letter-spacing: -.08em; }
.brand-label { align-self: flex-start; margin-top: 4px; color: var(--accent-hot); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.desktop-nav a { position: relative; color: #d8d9d5; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -12px; background: var(--accent); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; min-width: 260px; justify-content: flex-end; }
.steam-login { min-height: 42px; min-width: max-content; padding: 0 14px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(4,6,7,.35); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; transition: border-color .2s, background .2s; }
.steam-login:hover, .steam-login.is-authenticated { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.06); }
.cart-button { min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,71,77,.45); border-radius: 10px; color: #fff; background: rgba(255,71,77,.08); font: inherit; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.cart-button b, .mobile-cart-button b { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: #3a3d42; font-size: 10px; }
.cart-button.has-items b, .mobile-cart-button.has-items b { background: var(--accent); }
.mobile-cart-button { min-height: 54px; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; color: #fff; background: transparent; font: inherit; font-size: 13px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.steam-icon { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #111; font: 800 10px/1 var(--display); }
.steam-login:not(.is-authenticated) .steam-icon { background: var(--accent-fill); color: #fff; }
.server-copy { display: flex; align-items: center; gap: 10px; border: 0; background: none; text-align: left; cursor: pointer; padding: 5px; }
.server-copy > span:last-child { display: flex; flex-direction: column; font-family: var(--display); font-size: 9px; letter-spacing: .03em; }
.server-copy small { color: var(--muted); font: 600 7px/1.6 var(--body); letter-spacing: .16em; }
.live-dot { width: 7px; height: 7px; background: #9fc66d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(159,198,109,.1), 0 0 14px rgba(159,198,109,.45); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(0,0,0,.25); place-items: center; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: white; position: absolute; transition: transform .25s, opacity .2s; }
.menu-toggle span:first-child { transform: translateY(-6px); }
.menu-toggle span:last-child { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-nav { display: none; }

.hero { height: min(900px, 100svh); min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; z-index: -4; inset: 0; background: url("/static/assets/dayz-hero.jpg") center/cover no-repeat; transform: scale(1.015); animation: heroIn 1.3s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(7,9,10,.98) 0%, rgba(7,9,10,.9) 28%, rgba(7,9,10,.24) 69%, rgba(7,9,10,.15) 100%), linear-gradient(0deg, rgba(9,11,12,.9) 0%, transparent 34%, rgba(0,0,0,.15) 100%); }
.hero-grid { position: absolute; z-index: -2; inset: 86px 0 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 8vw 8vw; mask-image: linear-gradient(90deg, #000, transparent 60%); }
.hero-content { width: min(780px, 62vw); margin-left: clamp(24px, 8vw, 150px); padding-top: 70px; }
.eyebrow, .section-code, .modal-code { color: #b9bdb9; font: 700 10px/1 var(--display); text-transform: uppercase; letter-spacing: .17em; }
.eyebrow { display: flex; align-items: center; gap: 13px; animation: riseIn .75s .1s both; }
.eyebrow span { color: var(--accent-hot); }
.eyebrow i { width: 34px; height: 1px; background: rgba(255,255,255,.35); }
.hero h1 { margin: 27px 0 24px; font: 700 clamp(50px, 6.4vw, 112px)/.94 var(--display); letter-spacing: -.07em; text-transform: uppercase; animation: riseIn .85s .18s both; }
.hero h1 em, .section-heading h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); font-style: normal; }
.hero-content > p { max-width: 570px; margin: 0 0 40px; color: #aeb3b0; font-size: clamp(14px, 1.15vw, 17px); line-height: 1.75; animation: riseIn .85s .27s both; }
.hero-actions { display: flex; gap: 12px; animation: riseIn .85s .35s both; }
.button { min-height: 55px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-fill); border-color: var(--accent-fill); color: #fff; box-shadow: 0 14px 50px rgba(240,68,68,.18); }
.button-primary:hover { background: var(--accent-fill-hover); border-color: var(--accent-fill-hover); }
.button-primary b { font-size: 15px; }
.button-ghost { border-color: rgba(255,255,255,.22); background: rgba(6,8,9,.35); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
.hero-status { position: absolute; right: clamp(24px, 5vw, 82px); bottom: 65px; width: 300px; padding: 22px; background: rgba(12,14,15,.74); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(18px); animation: riseIn .8s .5s both; }
.status-top { display: flex; justify-content: space-between; color: var(--muted); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.status-top b { color: var(--accent); }
.hero-status > strong { display: block; margin: 21px 0 15px; font: 700 21px/1 var(--display); letter-spacing: -.04em; }
.status-tags { display: flex; gap: 6px; }
.status-tags span { padding: 6px 8px; border: 1px solid var(--line); color: #bdc1bd; font: 700 10px/1 var(--display); }
.status-line { display: flex; gap: 9px; align-items: center; margin-top: 23px; color: #a9afaa; font-size: 9px; }
.status-line i { width: 5px; height: 5px; background: #9fc66d; border-radius: 50%; }
.hero-index { position: absolute; bottom: 66px; left: clamp(24px, 3vw, 55px); display: flex; flex-direction: column; align-items: center; gap: 9px; font: 600 8px/1 var(--display); color: #8e9391; }
.hero-index i { width: 1px; height: 52px; background: linear-gradient(var(--accent) 35%, rgba(255,255,255,.25) 35%); }

.trust-strip { min-height: 125px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 8vw, 150px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0f10; }
.trust-strip > div { display: grid; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; align-content: center; padding: 24px clamp(20px, 4vw, 65px); border-right: 1px solid var(--line); }
.trust-strip > div:first-child { border-left: 1px solid var(--line); }
.trust-strip span { grid-row: 1 / 3; color: var(--accent); font: 700 9px/1 var(--display); padding-top: 5px; }
.trust-strip strong { font: 700 12px/1.5 var(--display); text-transform: uppercase; }
.trust-strip small { color: var(--muted); font-size: 10px; margin-top: 3px; }

.section { padding: clamp(85px, 10vw, 150px) clamp(24px, 8vw, 150px); }
.catalog { background: radial-gradient(circle at 75% 8%, rgba(96,106,80,.09), transparent 25%), var(--bg); }
.store-page { padding-top: 86px; min-height: 100vh; }
.store-intro { min-height: 230px; padding: 55px clamp(24px, 8vw, 150px); display: flex; align-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(233,76,36,.06), transparent 32%), #0c0f10; }
.store-intro > div { width: 100%; display: grid; grid-template-columns: 1fr minmax(280px, 520px); align-items: end; gap: 45px; }
.store-intro span { grid-column: 1 / -1; color: var(--accent-hot); font: 700 9px/1 var(--display); text-transform: uppercase; letter-spacing: .16em; }
.store-intro h1 { margin: 15px 0 0; font: 700 clamp(42px, 5vw, 72px)/1 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.store-intro p { margin: 0 0 4px; color: #b3b8b4; font-size: 12px; line-height: 1.75; }
.hero-content > p, .store-intro p, .page-hero p, .world-content p { text-shadow: 0 1px 3px rgba(0, 0, 0, .8); }
.store-page .catalog { padding-top: 38px; padding-bottom: clamp(70px, 8vw, 110px); }
.store-page .catalog-toolbar { margin: 0 0 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-code { display: inline-block; margin-bottom: 20px; color: var(--accent-hot); }
.section-heading h2, .delivery h2, .server h2 { margin: 0; font: 650 clamp(35px, 4.4vw, 70px)/1.03 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p { width: min(430px, 35vw); margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.catalog-toolbar { margin: 55px 0 25px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-filters { min-width: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.filter-group { display: flex; gap: 8px; }
.filter { border: 0; padding: 10px 14px; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.filter.is-active { color: white; background: var(--panel-2); }
.catalog-count { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-count span { color: white; font: 700 13px/1 var(--display); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 280px)); justify-content: start; gap: 14px; min-height: 360px; }
.product-card { position: relative; min-height: 370px; overflow: hidden; border: 1px solid var(--line); background: #121516; display: flex; flex-direction: column; transition: transform .3s, border-color .3s; will-change: transform; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.26); }
.product-visual { position: relative; flex: none; height: 210px; overflow: hidden; background: #171a1b; }
.product-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(rgba(8,8,10,.28), rgba(8,8,10,.28)), linear-gradient(0deg, rgba(18,21,22,.78) 0%, transparent 72%); pointer-events: none; }
.product-card[data-type="item"] .product-visual { background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.05), transparent 45%), linear-gradient(135deg, #1b1e1f, #101314 60%, #171a1a); }
.product-card[data-type="item"] .product-visual::before { content: "ITEM"; position: absolute; z-index: 1; right: 9%; top: 25%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.32); font: 800 58px/1 var(--display); letter-spacing: -.1em; transform: skewY(-7deg); }
.product-card[data-type="vip"] .product-visual { background: radial-gradient(circle at 67% 47%, rgba(233,76,36,.45), transparent 9%), radial-gradient(circle at 67% 47%, rgba(233,76,36,.18), transparent 28%), linear-gradient(135deg, #252926, #0f1112 57%, #2a1712); }
.product-card[data-type="vip"] .product-visual::before { content: "VIP"; position: absolute; z-index: 1; right: 9%; top: 25%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.42); font: 800 72px/1 var(--display); letter-spacing: -.12em; transform: skewY(-7deg); }
.visual-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 55px 55px; }
.product-badge { position: absolute; z-index: 3; left: 13px; top: 13px; padding: 7px 8px; background: rgba(8,10,11,.75); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); font: 700 9px/1 var(--display); letter-spacing: .1em; }
.product-meta { position: relative; z-index: 4; min-height: 160px; padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 11px; align-items: end; }
.product-meta small { display: block; color: var(--accent-hot); font: 700 10px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.product-meta h3 { margin: 0; font: 650 14px/1.2 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.product-price { font: 700 18px/1 var(--display); white-space: nowrap; }
.product-buy { grid-column: 1 / -1; width: 100%; min-height: 40px; border: 1px solid var(--line); background: transparent; color: #dfe0dc; cursor: pointer; text-align: left; padding: 0 13px; display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; transition: background .2s, border .2s; }
.product-buy:hover, .product-buy:focus-visible { background: var(--accent-fill); border-color: var(--accent-fill); color: white; }
.product-skeleton { min-height: 370px; border: 1px solid var(--line); background: linear-gradient(100deg, #111415 30%, #181b1c 50%, #111415 70%); background-size: 200% 100%; animation: skeleton 1.4s infinite; }
.catalog-error { grid-column: 1 / -1; min-height: 300px; display: grid; place-items: center; text-align: center; color: var(--muted); border: 1px solid var(--line); }
.catalog-error strong { display: block; color: white; font: 600 18px/1.3 var(--display); margin-bottom: 12px; }

.delivery { padding-top: 0; }
.delivery-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); padding: clamp(40px, 6vw, 85px); border: 1px solid var(--line); background: linear-gradient(135deg, #15191a, #0d0f10); position: relative; overflow: hidden; }
.delivery-panel::after { content: "03"; position: absolute; right: -30px; bottom: -60px; color: rgba(255,255,255,.025); font: 800 260px/1 var(--display); }
.delivery-copy p { max-width: 400px; color: var(--muted); line-height: 1.75; font-size: 13px; }
.steps { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps > li > span { color: var(--accent); font: 700 10px/1 var(--display); padding-top: 4px; }
.steps strong { font: 650 15px/1.3 var(--display); text-transform: uppercase; }
.steps p { color: var(--muted); font-size: 11px; margin: 8px 0 0; }

.server { padding-top: 0; }
.server-card { min-height: 520px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 280px; align-items: end; gap: 50px; padding: clamp(40px, 6vw, 85px); background: #151919; border: 1px solid var(--line); isolation: isolate; }
.server-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(12,14,15,.95), rgba(12,14,15,.58)), url("/static/assets/dayz-hero.jpg") 65% 45%/cover; filter: saturate(.55); }
.server-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 85% 50%, rgba(233,76,36,.18), transparent 24%); }
.server-content { max-width: 680px; }
.server-content p { max-width: 600px; color: #adb2ae; line-height: 1.8; font-size: 13px; }
.server-buttons { display: flex; gap: 10px; margin-top: 33px; }
.server-buttons .button-primary { flex-direction: column; align-items: flex-start; gap: 3px; min-width: 245px; }
.server-buttons .button-primary b { font: 600 8px/1 var(--display); opacity: .75; }
.server-facts { border-left: 1px solid var(--line); padding-left: 35px; }
.server-facts div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.server-facts small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.server-facts strong { display: block; margin-top: 7px; font: 650 14px/1 var(--display); }
.server-rings { position: absolute; right: 17%; top: 12%; width: 260px; height: 260px; opacity: .15; }
.server-rings i { position: absolute; inset: 0; border: 1px solid white; border-radius: 50%; }
.server-rings i:nth-child(2) { inset: 36px; border-style: dashed; }
.server-rings i:nth-child(3) { inset: 85px; background: var(--accent); border: 0; opacity: .5; }

.site-footer { min-height: 240px; display: grid; grid-template-columns: 1.2fr 1fr .55fr; gap: clamp(40px, 7vw, 110px); align-items: start; padding: 55px clamp(24px, 8vw, 150px); border-top: 1px solid var(--line); color: var(--muted); background: #080a0b; }
.footer-brand { color: white; }
.site-footer p { max-width: 390px; margin: 25px 0 0; font-size: 10px; line-height: 1.7; text-transform: uppercase; letter-spacing: .08em; }
.site-footer .footer-requisites { margin-top: 12px; color: #8b918e; text-transform: none; letter-spacing: .02em; }
.footer-main { display: block; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links span { margin-bottom: 7px; color: #676e6b; font: 700 10px/1 var(--display); text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { position: relative; color: #c5c8c4; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-links a:hover { color: var(--accent-hot); }

.purchase-modal { position: fixed; inset: 15px auto auto 50%; width: min(600px, calc(100% - 30px)); max-height: calc(100dvh - 30px); margin: 0; padding: 0; overflow: hidden; resize: none; transform: translateX(-50%); color: var(--text); background: #111415; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 100px rgba(0,0,0,.65); }
.purchase-modal[open] { display: flex; flex-direction: column; }
.purchase-modal::backdrop { background: rgba(4,5,6,.82); backdrop-filter: blur(8px); }
.modal-window-bar { position: relative; z-index: 12; min-height: 44px; display: flex; flex: 0 0 44px; align-items: stretch; justify-content: flex-end; border-bottom: 1px solid rgba(255,255,255,.07); background: #141417; }
.modal-close { width: 48px; display: grid; place-items: center; border: 0; border-radius: 0 calc(var(--modal-radius) - 1px) 0 0; background: transparent; color: #d7d7d9; font: 300 24px/1 Arial, sans-serif; cursor: pointer; transition: background .15s, color .15s; }
.modal-close:hover, .modal-close:focus-visible { color: #fff; background: var(--accent-fill); outline: 0; }
.purchase-modal-scroll { min-height: 0; padding: 16px 40px 0; overflow-x: hidden; overflow-y: auto; scrollbar-gutter: stable; }
.purchase-modal-footer { position: sticky; bottom: 0; z-index: 4; margin: 14px -40px 0; padding: 14px 40px 18px; background: #141417; border-top: 1px solid rgba(255,255,255,.08); }
.purchase-modal-scroll { scrollbar-width: thin; scrollbar-color: #555b60 #101214; }
.purchase-modal-scroll::-webkit-scrollbar { width: 10px; }
.purchase-modal-scroll::-webkit-scrollbar-track { margin: 6px 0 18px; border-radius: 999px; background: #101214; }
.purchase-modal-scroll::-webkit-scrollbar-thumb { border: 2px solid #101214; border-radius: 999px; background: #555b60; }
.purchase-modal-scroll::-webkit-scrollbar-thumb:hover { background: #737a80; }
.purchase-modal-scroll::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.purchase-modal-scroll::-webkit-scrollbar-corner, .purchase-modal-scroll::-webkit-resizer { background: transparent; }
.modal-code { color: var(--accent); }
.modal-gallery, .modal-product, .purchase-modal form, .modal-secure { width: min(100%, 520px); margin-left: auto; margin-right: auto; }
.modal-gallery { position: relative; height: auto; aspect-ratio: 3 / 2; margin-bottom: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #0b0b0d; touch-action: pan-y; }
.modal-gallery-stage, .modal-gallery-image { width: 100%; height: 100%; }
.modal-gallery, .modal-gallery * { cursor: zoom-in !important; }
.modal-gallery .modal-gallery-control, .modal-gallery .modal-gallery-dots button { cursor: pointer !important; }
.modal-gallery-image { position: absolute; inset: 0; display: block; object-fit: contain; opacity: 0; transition: opacity .25s, filter .2s; }
.modal-gallery-image:hover { filter: brightness(1.08); }
.modal-gallery-image.is-active { opacity: 1; }
.modal-gallery-control { position: absolute; z-index: 5; top: 50%; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(10,10,12,.72); color: white; font-size: 24px; line-height: 1; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(8px); }
.modal-gallery-control:hover { background: var(--accent); }
.modal-gallery-control.is-prev { left: 12px; }
.modal-gallery-control.is-next { right: 12px; }
.modal-gallery-dots { position: absolute; z-index: 6; left: 50%; bottom: 12px; display: flex; gap: 6px; transform: translateX(-50%); }
.modal-gallery-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .2s, background .2s; }
.modal-gallery-dots button.is-active { width: 20px; background: white; }
.modal-product { margin-top: 0; margin-bottom: 24px; padding-bottom: 20px; text-align: center; border-bottom: 1px solid var(--line); }
.modal-product span { display: block; color: var(--muted); font: 700 10px/1 var(--display); letter-spacing: .14em; }
.modal-product h2 { margin: 9px 0 13px; font: 650 25px/1.15 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.modal-product strong { font: 700 24px/1 var(--display); }
.modal-product > p { max-width: 460px; margin-left: auto; margin-right: auto; }
.image-lightbox { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 54px 76px; border: 0; place-items: center; overflow: hidden; background: rgba(0,0,0,.96); backdrop-filter: blur(12px); }
.image-lightbox[open] { display: grid; }
.image-lightbox::backdrop { background: rgba(0,0,0,.9); }
.image-lightbox img { display: block; max-width: min(1600px, 100%); max-height: calc(100dvh - 108px); object-fit: contain; user-select: none; }
.image-lightbox-close { position: absolute; top: 0; right: 0; width: 52px; height: 38px; border: 0; background: transparent; color: #fff; font: 300 26px/1 Arial, sans-serif; cursor: pointer; }
.image-lightbox-close:hover, .image-lightbox-close:focus-visible { background: var(--accent-fill); outline: 0; }
.image-lightbox-control { position: absolute; top: 50%; width: 48px; height: 64px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(20,20,22,.75); color: #fff; font-size: 35px; cursor: pointer; transform: translateY(-50%); }
.image-lightbox-control:hover { background: var(--accent); }
.image-lightbox-control.is-prev { left: 16px; }
.image-lightbox-control.is-next { right: 16px; }
.image-lightbox-counter { position: absolute; bottom: 16px; left: 50%; padding: 7px 12px; border-radius: 999px; background: rgba(20,20,22,.8); color: #fff; font-size: 11px; transform: translateX(-50%); }
body.lightbox-open { overflow: hidden; }
.purchase-modal label:not(.consent) { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.input-wrap { height: 58px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.2); background: #0b0d0e; transition: border .2s; }
.input-wrap:focus-within { border-color: var(--accent); }
.input-wrap span { padding-left: 17px; color: #565c59; font: 600 11px/1 var(--display); }
.input-wrap input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; background: transparent; color: white; font: 600 14px/1 var(--display); letter-spacing: .04em; }
#steam-help { display: block; color: var(--muted); margin-top: 9px; font-size: 9px; }
.form-error { min-height: 18px; margin: 6px 0; color: var(--danger-text); font-size: 10px; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: #aeb3af; font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent input { accent-color: var(--accent); margin-top: 2px; }
.consent a { color: #64a9ff; text-decoration: underline; text-underline-offset: 2px; }
.consent a:hover { color: #91c2ff; }
.steam-checkout { display: flex; align-items: center; gap: 13px; min-height: 62px; padding: 13px 16px; margin-bottom: 12px; border: 1px solid var(--line); background: #0b0d0e; }
.steam-checkout div { display: flex; flex-direction: column; gap: 6px; }
.steam-checkout small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.steam-checkout strong { font: 650 11px/1 var(--display); }
.vip-price-note { margin: 12px 0 0; padding: 11px 13px; border: 1px solid rgba(151,202,85,.25); border-radius: 9px; background: rgba(151,202,85,.06); color: #c4dda3; font-size: 10px; line-height: 1.55; white-space: normal; }
.vip-price-note.is-error { border-color: rgba(240,68,68,.3); background: rgba(240,68,68,.06); color: var(--danger-text); }
.approval-panel { min-height: 218px; margin-bottom: 14px; padding: 16px; border: 1px solid rgba(255,170,64,.3); border-radius: 10px; background: rgba(255,142,36,.07); }
.approval-panel > strong { display: block; color: #ffd4a2; font: 650 13px/1.4 var(--display); }
.approval-panel > p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.approval-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.approval-links a { padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: white; font-size: 9px; font-weight: 700; }
.approval-panel .approval-status { color: #ffd4a2; font-weight: 700; }
.approval-request-button { width: 100%; min-height: 42px; margin-top: 12px; justify-content: center; border-color: rgba(255,170,64,.35); background: #21170e; color: #ffd4a2; cursor: pointer; }
.approval-account-link { display: block; margin-top: 12px; color: #ffd4a2; font-size: 10px; font-weight: 700; }
.server-choice { margin: 0 0 14px; padding: 0; border: 0; }
#water-base-note { margin: 10px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
#water-renew-field, #base-addon-field, #grant-addon-field { display: block; margin: 0 0 16px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; line-height: 1.6; }
#addon-renew-options, #base-addon-options, #grant-addon-options { display: grid; gap: 10px; }
#addon-renew-options label, #base-addon-options label, #grant-addon-options label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
#addon-renew-options input, #base-addon-options input, #grant-addon-options input { accent-color: var(--accent); flex-shrink: 0; }
.server-choice legend { width: 100%; margin-bottom: 9px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.server-select-wrap { position: relative; }
.server-select-wrap::after { content: "⌄"; position: absolute; right: 16px; top: 50%; color: var(--accent); font-size: 18px; line-height: 1; transform: translateY(-58%); pointer-events: none; }
.server-choice select { width: 100%; min-height: 54px; padding: 0 48px 0 16px; appearance: none; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #0b0d0e; color: white; font: 700 11px/1 var(--display); letter-spacing: .04em; cursor: pointer; transition: border-color .2s, background .2s; }
.server-choice select:hover, .server-choice select:focus { border-color: var(--accent); background: #121416; }
.checkout-button { width: 100%; justify-content: space-between; margin-top: 14px; }
.checkout-button:disabled { opacity: .55; cursor: wait; transform: none; }
.button:disabled, .product-buy:disabled, .filter:disabled, .cart-button:disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.purchase-quantity { margin: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.purchase-quantity > span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.purchase-quantity > div { display: grid; grid-template-columns: 38px 54px 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; overflow: hidden; }
.purchase-quantity button, .purchase-quantity input { min-height: 38px; border: 0; color: #fff; background: #0c0f10; text-align: center; font: inherit; font-weight: 800; }
.purchase-quantity button { color: var(--accent); cursor: pointer; }
.purchase-quantity input { width: 54px; border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); appearance: textfield; }
.purchase-quantity input::-webkit-inner-spin-button { appearance: none; }

.cart-modal { position: fixed; inset: 50% auto auto 50%; width: min(760px, calc(100% - 30px)); max-height: calc(100dvh - 30px); margin: 0; padding: 0; overflow: hidden; transform: translate(-50%, -50%); color: var(--text); border: 1px solid rgba(255,255,255,.18); border-radius: var(--modal-radius); background: #141417; box-shadow: 0 35px 100px rgba(0,0,0,.7); }
.cart-modal[open] { display: flex; flex-direction: column; }
.cart-modal::backdrop { background: rgba(4,5,6,.82); backdrop-filter: blur(8px); }
.cart-modal-header { padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.cart-modal-header small { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.cart-modal-header h2 { margin: 5px 0 0; font-size: 28px; }
.cart-close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; background: #17191c; font-size: 23px; cursor: pointer; }
.cart-modal-body { min-height: 0; padding: 20px 24px 24px; overflow-y: auto; }
.cart-items { display: grid; gap: 10px; }
.cart-item { min-height: 88px; padding: 10px; display: grid; grid-template-columns: 76px minmax(0,1fr) auto auto 32px; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: #101214; }
.cart-item-image { width: 76px; height: 66px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; color: #767b82; background: #191b1e; font-size: 9px; font-weight: 800; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-copy { min-width: 0; display: grid; gap: 4px; }
.cart-item-copy small { color: var(--accent); font-size: 10px; font-weight: 800; }
.cart-item-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-copy span { overflow: hidden; color: #8f959d; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-price { min-width: 78px; text-align: right; }
.cart-quantity { display: grid; grid-template-columns: 30px 30px 30px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; overflow: hidden; }
.cart-quantity button, .cart-quantity b { height: 30px; display: grid; place-items: center; border: 0; color: #fff; background: #17191c; font-size: 11px; }
.cart-quantity button { color: var(--accent); cursor: pointer; }
.cart-remove { width: 30px; height: 30px; border: 0; color: #8c9299; background: transparent; font-size: 21px; cursor: pointer; }
.cart-empty { min-height: 180px; display: grid; place-content: center; gap: 7px; color: #8e949c; text-align: center; }
.cart-empty strong { color: #fff; font-size: 20px; }
.cart-summary { margin-top: 18px; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }
.cart-summary span { color: #a2a8af; font-size: 12px; text-transform: uppercase; }
.cart-summary strong { font-size: 26px; }
.cart-consent { margin-top: 20px; }
.cart-checkout { width: 100%; justify-content: space-between; margin-top: 15px; }
.modal-secure { margin-top: 14px; color: var(--muted); display: flex; justify-content: center; gap: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.modal-secure i { width: 6px; height: 6px; margin-top: 3px; border-radius: 50%; background: #9fc66d; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 13px 18px; background: #f1f0ea; color: #111; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.payment-result { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 40%, rgba(233,76,36,.14), transparent 22%), var(--bg); }
.payment-result[hidden] { display: none; }
.purchase-color { margin: 0 0 14px; }
.purchase-modal label.purchase-color[hidden] { display: none; }
.purchase-color > span { display: block; margin-bottom: 9px; font: inherit; text-transform: uppercase; }
.purchase-color select { width: 100%; min-height: 48px; padding: 12px; background: var(--bg); color: #fff; border: 1px solid #353535; border-radius: 10px; }
.steam-bind-error { min-height: 100vh; display: grid; place-items: center; padding: 24px; text-align: center; }
.steam-bind-error section { width: 100%; max-width: 680px; }
.steam-bind-error h1 { font-size: clamp(28px, 5vw, 48px); line-height: 1.2; }
.steam-bind-error p { margin: 24px 0 32px; color: var(--muted); line-height: 1.7; }
.steam-bind-error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.steam-bind-error-actions .button { max-width: 100%; border-color: var(--accent); }
.payment-result > div { max-width: 700px; }
.payment-result > div > span { color: var(--accent); font: 700 9px/1 var(--display); letter-spacing: .14em; }
.payment-result h1 { margin: 25px 0 15px; font: 700 clamp(42px, 7vw, 85px)/1 var(--display); text-transform: uppercase; letter-spacing: -.06em; }
.payment-result p { color: var(--muted); line-height: 1.7; margin-bottom: 35px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s, transform .7s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.inner-page { min-height: 100vh; }
.solid-header { position: fixed; background: rgba(9,11,12,.92); backdrop-filter: blur(18px); }
.page-hero { min-height: 530px; padding: 170px clamp(24px, 8vw, 150px) 80px; display: flex; align-items: flex-end; position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("/static/assets/dayz-hero.jpg") center 54%/cover; filter: saturate(.65) contrast(1.05); }
.page-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,9,10,.98), rgba(7,9,10,.56) 62%, rgba(7,9,10,.25)), linear-gradient(0deg, #090b0c 0%, transparent 55%); }
.page-hero > div { max-width: 1000px; }
.page-hero span, .world-content > span, .vk-panel > span, .about-statement > span, .help-cta span, .support-grid > a > span { color: var(--accent-hot); font: 700 9px/1 var(--display); text-transform: uppercase; letter-spacing: .16em; }
.page-hero h1 { margin: 22px 0 20px; font: 700 clamp(48px, 7vw, 105px)/.96 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.page-hero p { max-width: 700px; margin: 0; color: #b0b5b1; font-size: 15px; line-height: 1.75; }
.page-body { padding: clamp(70px, 9vw, 125px) clamp(24px, 8vw, 150px); background: radial-gradient(circle at 85% 12%, rgba(127,139,106,.08), transparent 27%), var(--bg); }
.server-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.world-card { min-height: 540px; padding: clamp(30px, 4vw, 55px); display: flex; align-items: flex-end; position: relative; overflow: hidden; border: 1px solid var(--line); isolation: isolate; }
.world-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("/static/assets/dayz-hero.jpg") center/cover; filter: saturate(.72); transition: transform .5s; }
.world-card:hover::before { transform: scale(1.035); }
.world-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(7,9,10,.98) 5%, rgba(7,9,10,.34) 82%); }
.world-livonia::before { background-position: 22% center; filter: hue-rotate(18deg) saturate(.9) brightness(.68); }
.world-content h2 { margin: 14px 0; font: 700 clamp(30px, 4vw, 53px)/1 var(--display); letter-spacing: -.06em; }
.world-content p { max-width: 520px; min-height: 52px; color: #b4b9b4; font-size: 12px; line-height: 1.7; }
.world-tags { display: flex; gap: 7px; margin: 22px 0; }
.world-tags b { padding: 7px 9px; border: 1px solid var(--line); font: 700 10px/1 var(--display); }
.world-content .button { max-width: 320px; width: 100%; justify-content: space-between; }
.content-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.content-grid article { min-height: 245px; padding: 34px; border-right: 1px solid var(--line); background: #101314; }
.content-grid article:last-child { border-right: 0; }
.content-grid span, .content-grid small { color: var(--accent); font: 700 9px/1 var(--display); }
.content-grid h3 { margin: 38px 0 13px; font: 650 18px/1.25 var(--display); text-transform: uppercase; }
.content-grid p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.content-grid a { color: var(--accent-hot); font-size: 10px; font-weight: 800; }
.news-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 18px; align-items: start; }
.news-feed { display: grid; gap: 14px; }
.vk-news-widget { min-height: 650px; overflow: hidden; border: 1px solid var(--line); background: #111415; }
.vk-news-widget iframe { width: 100% !important; }
.widget-loader { min-height: 650px; display: grid; place-items: center; color: var(--muted); font: 700 10px/1 var(--display); text-transform: uppercase; letter-spacing: .12em; }
.news-card { min-height: 235px; padding: 34px; display: block; border: 1px solid var(--line); background: #111415; transition: border-color .2s, transform .2s; }
a.news-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.28); }
.news-card > span { color: var(--accent); font: 700 10px/1 var(--display); letter-spacing: .12em; }
.news-card h2 { margin: 30px 0 15px; font: 650 clamp(20px, 2.5vw, 31px)/1.2 var(--display); text-transform: uppercase; }
.news-card p { max-width: 780px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.news-card b, .news-card a { color: var(--accent-hot); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.vk-panel { position: sticky; top: 110px; padding: 36px; border: 1px solid var(--line); background: linear-gradient(150deg, #182024, #0e1112); }
.vk-panel h2 { margin: 30px 0 16px; font: 650 25px/1.15 var(--display); }
.vk-panel p { margin-bottom: 28px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.about-statement { min-height: 410px; padding: clamp(40px, 6vw, 80px); border: 1px solid var(--line); background: linear-gradient(120deg, #171b1b, #0e1011); }
.about-statement h2 { max-width: 950px; margin: 35px 0 28px; font: 650 clamp(35px, 5vw, 70px)/1.04 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.about-statement p { max-width: 750px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.about-intro { min-height: 330px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .6fr); gap: 45px; align-items: end; padding: clamp(36px, 5vw, 68px); border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 100% 0, rgba(240,68,68,.13), transparent 38%), linear-gradient(135deg, #171b1d, #0e1011); }
.about-intro > div:first-child > span { color: var(--accent-hot); font: 800 9px/1 var(--display); letter-spacing: .16em; }
.about-intro h2 { max-width: 780px; margin: 26px 0 22px; font: 650 clamp(30px, 3.8vw, 56px)/1.04 var(--display); letter-spacing: -.05em; }
.about-intro p { max-width: 710px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.about-maps { display: grid; gap: 9px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8,10,11,.68); }
.about-maps small { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.about-maps strong { min-height: 47px; display: flex; align-items: center; gap: 13px; padding: 0 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; font-size: 12px; text-transform: uppercase; }
.about-maps i { color: var(--accent); font: 800 9px/1 var(--display); font-style: normal; }
.about-feature-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-feature-card { padding: clamp(26px, 3.5vw, 43px); border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(20,23,24,.96), rgba(11,13,14,.96)); }
.about-feature-card.is-wide { grid-column: 1 / -1; }
.about-feature-card header { display: flex; align-items: center; gap: 18px; margin-bottom: 27px; }
.about-feature-card header > b { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(240,68,68,.25); border-radius: 12px; background: rgba(240,68,68,.08); font-size: 22px; }
.about-feature-card header small { color: var(--accent-hot); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.about-feature-card h3 { margin: 7px 0 0; font: 650 clamp(20px, 2.2vw, 29px)/1.15 var(--display); letter-spacing: -.035em; }
.about-feature-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; list-style: none; }
.about-feature-card:not(.is-wide) .about-feature-list { grid-template-columns: 1fr; }
.about-feature-list li { position: relative; min-height: 45px; padding: 13px 0 13px 22px; border-bottom: 1px solid rgba(255,255,255,.07); color: #b9bfbd; font-size: 13px; line-height: 1.55; }
.about-feature-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px rgba(240,68,68,.5); }
.about-feature-list.is-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-event-groups { display: grid; gap: 22px; }
.about-event-group h4 { margin: 0 0 4px; color: var(--accent-hot); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.about-event-group .about-feature-list { grid-template-columns: 1fr; }
.rules-page { display: grid; gap: 20px; }
.rules-notice { padding: 22px 26px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; border: 1px solid rgba(240,68,68,.32); border-radius: 14px; background: linear-gradient(135deg, rgba(240,68,68,.12), rgba(15,17,18,.96)); }
.rules-notice strong { color: var(--accent-hot); font: 800 10px/1 var(--display); text-transform: uppercase; letter-spacing: .14em; }
.rules-notice p { margin: 0; color: #c2c6c4; font-size: 12px; line-height: 1.7; }
.rules-antiraid { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(20,23,24,.97), rgba(10,12,13,.98)); }
.rules-antiraid > header { padding: clamp(28px, 4vw, 52px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 10%, rgba(240,68,68,.13), transparent 36%); }
.rules-antiraid > header span, .rules-final > span { color: var(--accent-hot); font: 800 9px/1 var(--display); text-transform: uppercase; letter-spacing: .15em; }
.rules-antiraid > header h2 { max-width: 800px; margin: 14px 0 16px; font: 650 clamp(25px, 3.4vw, 43px)/1.08 var(--display); letter-spacing: -.045em; }
.rules-antiraid > header p { max-width: 800px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.rules-antiraid-grid { padding: clamp(22px, 3.2vw, 38px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.rules-antiraid-grid > section, .rules-antiraid-grid > aside { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(4,6,7,.32); }
.rules-antiraid-grid h3 { margin: 0 0 16px; font: 700 15px/1.35 var(--display); text-transform: uppercase; }
.rules-antiraid-grid ol { margin: 0; padding-left: 20px; }
.rules-antiraid-grid li { padding: 7px 0 7px 4px; color: #b7bcba; font-size: 13px; line-height: 1.65; }
.rules-antiraid-grid li::marker { color: var(--accent); font-weight: 800; }
.rules-antiraid-grid > aside { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; border-color: rgba(255,181,92,.26); background: rgba(93,52,15,.13); }
.rules-antiraid-grid > aside strong { color: #ffc77d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.rules-antiraid-grid > aside p { margin: 0; color: #c7c1b8; font-size: 12px; line-height: 1.75; }
.rules-sections { display: grid; gap: 10px; }
.rules-section { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(18,21,22,.97), rgba(10,12,13,.98)); }
.rules-section[open] { border-color: rgba(255,255,255,.18); }
.rules-section > summary { min-height: 82px; padding: 20px 26px; display: grid; grid-template-columns: 48px 1fr 26px; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.rules-section > summary::-webkit-details-marker { display: none; }
.rules-section > summary span { color: var(--accent-hot); font: 800 10px/1 var(--display); letter-spacing: .14em; }
.rules-section > summary strong { font: 650 clamp(17px, 2vw, 23px)/1.2 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.rules-section > summary i { width: 24px; height: 24px; position: relative; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.rules-section > summary i::before, .rules-section > summary i::after { content: ""; position: absolute; left: 7px; top: 11px; width: 8px; height: 1px; background: var(--accent); transition: transform .2s; }
.rules-section > summary i::after { transform: rotate(90deg); }
.rules-section[open] > summary i::after { transform: rotate(0); }
.rules-section-body { padding: 0 26px 28px 92px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.rule-item { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.075); }
.rule-item h3 { margin: 0 0 11px; color: #eef0ee; font: 650 13px/1.45 var(--display); }
.rule-item h3 span { margin-right: 7px; color: var(--accent-hot); font-size: 10px; letter-spacing: .06em; }
.rule-item p { margin: 0 0 10px; color: #aeb4b1; font-size: 13px; line-height: 1.75; }
.rule-item p:last-child { margin-bottom: 0; }
.rule-item b { color: #e1e4e2; font-weight: 700; }
.rule-item ul, .rule-item ol { margin: 10px 0 12px; padding-left: 20px; }
.rule-item li { padding: 4px 0 4px 3px; color: #aeb4b1; font-size: 13px; line-height: 1.65; }
.rule-item li::marker { color: var(--accent); font-weight: 800; }
.rules-final { padding: clamp(26px, 3.5vw, 40px); display: grid; grid-template-columns: 140px 1fr; gap: 28px; border: 1px solid rgba(240,68,68,.25); border-radius: 16px; background: linear-gradient(135deg, rgba(240,68,68,.09), rgba(13,15,16,.96)); }
.rules-final p { max-width: 850px; margin: 0 0 13px; color: #b9bfbd; font-size: 12px; line-height: 1.8; }
.rules-final strong { color: white; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 28px 10px; cursor: pointer; list-style: none; font: 650 clamp(14px, 2vw, 19px)/1.3 var(--display); text-transform: uppercase; }
.faq-list summary::after { content: "+"; float: right; color: var(--accent); font-size: 22px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 800px; margin: 0; padding: 0 10px 28px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.help-cta { margin-top: 70px; padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); background: #121516; }
.help-cta h2 { margin: 13px 0 0; font: 650 28px/1.1 var(--display); text-transform: uppercase; }
.legal-page { max-width: 970px; }
.legal-tabs { width: fit-content; margin-bottom: 55px; padding: 7px; display: flex; gap: 7px; border: 1px solid var(--line); border-radius: 8px; background: #0b0d0e; }
.legal-tabs a { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 7px; color: #aeb3af; font-size: 10px; font-weight: 800; white-space: nowrap; transition: color .2s, border-color .2s, background .2s; }
.legal-tabs a:hover { color: white; border-color: rgba(255,255,255,.3); }
.legal-tabs a.is-active { color: white; border-color: rgba(233,76,36,.7); background: rgba(233,76,36,.1); }
.legal-page article { padding: 35px 0; border-bottom: 1px solid var(--line); }
.legal-page article:first-child { padding-top: 0; }
.legal-page h2 { margin: 0 0 15px; font: 650 18px/1.35 var(--display); text-transform: uppercase; }
.legal-page p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.legal-page p + p { margin-top: 12px; }
.legal-page strong, .legal-page b { color: var(--text); }
.legal-page a { color: var(--accent-hot); }
.legal-page ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.legal-page li + li { margin-top: 6px; }
.legal-intro { padding: 22px 24px !important; border: 1px solid rgba(233,76,36,.35) !important; border-radius: 14px; background: rgba(233,76,36,.06); }
.legal-requisites { margin: 0; display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.legal-requisites > div { padding: 13px 16px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 20px; background: #111416; }
.legal-requisites dt { color: #7f878c; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.legal-requisites dd { margin: 0; color: var(--text); font-size: 13px; }
.legal-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.legal-purpose-grid section { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #101315; }
.legal-purpose-grid h3 { margin: 0 0 12px; color: var(--text); font: 650 15px/1.4 var(--display); }
.legal-purpose-grid + p { margin-top: 18px; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.support-grid > a { min-height: 360px; padding: 45px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); background: linear-gradient(145deg, #161a1b, #0f1112); transition: transform .2s, border-color .2s; }
.support-grid > a:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.28); }
.support-grid h2 { margin: 40px 0 18px; font: 650 clamp(27px, 3vw, 42px)/1.1 var(--display); text-transform: uppercase; }
.support-grid p { max-width: 500px; color: var(--muted); line-height: 1.8; font-size: 12px; }
.support-grid b { margin-top: auto; color: var(--accent-hot); font-size: 10px; text-transform: uppercase; }
.video-guides { margin-top: 0; }
.video-guides-heading { margin-bottom: 28px; }
.video-guides-heading > span { color: var(--accent-hot); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.video-guides-heading h2 { margin: 12px 0 8px; font-size: clamp(28px, 4vw, 45px); line-height: 1.1; letter-spacing: -.045em; }
.video-guides-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.video-guide-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr); gap: 18px; align-items: stretch; }
.video-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.video-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #151518; }
.video-frame { aspect-ratio: 16 / 9; background: #050506; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-consent { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 13px; padding: 24px; border: 0; color: white; background: linear-gradient(rgba(5,5,6,.64), rgba(5,5,6,.82)), url('/static/assets/dayz-hero.jpg') center/cover; cursor: pointer; }
.video-consent .video-play { width: 68px; height: 68px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 12px 38px rgba(240,68,68,.3); font-size: 25px; }
.video-consent strong { font-size: 14px; text-transform: uppercase; }
.video-consent small { color: #c2c5c7; font-size: 10px; }
.video-consent:hover .video-play { transform: scale(1.06); }
.video-grid article > div:last-child { padding: 20px; }
.video-grid article span { color: var(--accent-hot); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.video-grid article h3 { margin: 9px 0 18px; font-size: 17px; line-height: 1.35; }
.video-grid article a { color: #d9d9dd; font-size: 11px; font-weight: 800; }
.join-server-card { padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(240,68,68,.38); border-radius: 18px; background: radial-gradient(circle at 100% 0, rgba(240,68,68,.14), transparent 43%), #121519; }
.join-server-card > span { color: var(--accent-hot); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.join-server-card h2 { margin: 18px 0 30px; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.15; text-transform: uppercase; }
.join-server-card ul { margin: 0; padding: 0; list-style: none; }
.join-server-card li { min-height: 64px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border-top: 1px solid var(--line); }
.join-server-card small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.join-server-card strong, .join-server-card a { color: white; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.join-server-card a:hover { color: var(--accent-hot); }
.join-link-row { display: flex; flex-wrap: wrap; gap: 10px 18px; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes skeleton { to { background-position: -200% 0; } }

@media (max-width: 1000px) {
    .video-guide-layout { grid-template-columns: 1fr; }
    .desktop-nav, .server-copy { display: none; }
    .header-actions { min-width: auto; }
    .menu-toggle { display: grid; }
    .mobile-nav { position: absolute; top: 72px; left: 0; right: 0; display: flex; flex-direction: column; gap: 1px; padding: 0 24px; background: rgba(9,11,12,.97); max-height: 0; overflow: hidden; transition: max-height .3s, padding .3s; }
    .mobile-nav.is-open { max-height: calc(100vh - 72px); padding-top: 15px; padding-bottom: 20px; overflow-y: auto; border-bottom: 1px solid var(--line); }
    .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 600 12px/1 var(--display); text-transform: uppercase; }
    .mobile-nav .mobile-steam-login { min-height: 54px; padding: 8px 0; display: flex; align-items: center; gap: 10px; border-width: 0 0 1px; border-radius: 0; background: transparent; color: white; }
    .mobile-nav .mobile-steam-login .steam-icon { width: 30px; height: 30px; }
    .mobile-nav .mobile-steam-login > span:last-child { max-width: calc(100% - 42px); }
    .mobile-nav .admin-nav-link { min-height: 0; display: block; border-width: 0 0 1px; border-radius: 0; background: transparent; color: var(--danger-text); }
    .header-actions > .admin-nav-link { display: none; }
    .hero-content { width: min(720px, 78vw); margin-left: clamp(24px, 8vw, 90px); }
    .hero-status { width: 275px; }
    .trust-strip { padding: 0 30px; }
    .trust-strip > div { padding: 22px; }
    .section { padding-left: 45px; padding-right: 45px; }
    .delivery-panel { grid-template-columns: 1fr; }
    .server-card { grid-template-columns: 1fr; }
    .server-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 0; padding: 0; }
    .server-facts div { border-right: 1px solid var(--line); padding: 16px; }
    .steam-login { display: none; }
    .solid-header .steam-login { display: none; }
    .solid-header .mobile-nav .mobile-steam-login { display: flex; }
    .news-layout { grid-template-columns: 1fr; }
    .vk-panel { position: static; }
}

@media (max-width: 700px) {
    .site-header { height: 72px; padding: 0 18px; }
    .brand { min-width: 0; }
    .brand-name { font-size: 17px; }
    .brand-mark { width: 17px; height: 27px; }
    .mobile-nav { top: 72px; }
    .store-page { padding-top: 72px; }
    .store-intro { min-height: 185px; padding: 35px 20px; }
    .store-intro > div { display: block; }
    .store-intro h1 { margin: 14px 0; font-size: 40px; }
    .store-intro p { font-size: 11px; }
    .store-page .catalog { padding-top: 24px; }
    .hero { min-height: 760px; height: 100svh; align-items: flex-end; padding-bottom: 155px; }
    .hero-image { background-position: 66% center; }
    .hero-shade { background: linear-gradient(0deg, rgba(7,9,10,.98) 5%, rgba(7,9,10,.72) 48%, rgba(7,9,10,.22) 100%), linear-gradient(90deg, rgba(7,9,10,.65), transparent); }
    .hero-content { width: auto; margin: 0; padding: 0 20px; }
    .hero h1 { font-size: clamp(39px, 11vw, 61px); margin-top: 20px; }
    .hero-content > p { font-size: 12px; line-height: 1.65; margin-bottom: 25px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .button { min-height: 50px; }
    .hero-status { left: 20px; right: 20px; bottom: 25px; width: auto; padding: 15px 17px; }
    .hero-status > strong { margin: 12px 0 10px; font-size: 15px; }
    .status-line { display: none; }
    .hero-index { display: none; }
    .trust-strip { grid-template-columns: 1fr; padding: 0 20px; }
    .trust-strip > div, .trust-strip > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 78px 20px; }
    .section-heading { display: block; }
    .section-heading h2, .delivery h2, .server h2 { font-size: clamp(32px, 9vw, 45px); }
    .section-heading > p { width: auto; margin-top: 24px; }
    .catalog-toolbar { margin-top: 38px; flex-wrap: wrap; overflow: visible; gap: 12px; }
    .catalog-filters { width: 100%; display: grid; gap: 8px; overflow-x: auto; padding-bottom: 3px; }
    .catalog-filters .filter-group { width: max-content; }
    .catalog-count { margin-left: auto; }
    .filter { padding: 10px; }
    .catalog-count { white-space: nowrap; }
    .product-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
    .product-card, .product-skeleton { min-height: 320px; }
    .product-visual { height: 175px; min-height: 0; }
    .product-meta { min-height: 145px; padding: 13px; }
    .product-meta h3 { font-size: 11px; }
    .product-price { font-size: 14px; }
    .delivery { padding-top: 0; }
    .delivery-panel { padding: 33px 24px; gap: 45px; }
    .steps li { grid-template-columns: 40px 1fr; }
    .server { padding-top: 0; }
    .server-card { min-height: 620px; padding: 35px 24px; gap: 30px; }
    .server-card::before { background-position: 72% center; }
    .server-buttons { flex-direction: column; }
    .server-buttons .button-primary { min-width: 0; }
    .server-facts { grid-template-columns: 1fr 1fr 1fr; }
    .server-facts strong { font-size: 10px; }
    .site-footer { grid-template-columns: 1fr; text-align: left; padding: 45px 20px; }
    .footer-brand { margin: auto; }
    .footer-brand { margin: 0; }
    .purchase-modal { padding: 0; }
    .purchase-modal-scroll { padding: 20px 20px 0; }
    .purchase-modal-footer { margin: 14px -20px 0; padding: 14px 20px 22px; }
    .cart-modal { width: calc(100% - 20px); }
    .cart-modal-header, .cart-modal-body { padding-left: 16px; padding-right: 16px; }
    .cart-item { grid-template-columns: 58px minmax(0,1fr) 30px; align-items: start; }
    .cart-item-image { width: 58px; height: 58px; }
    .cart-quantity { grid-column: 2; }
    .cart-item-price { grid-column: 2; min-width: 0; text-align: left; }
    .cart-remove { grid-column: 3; grid-row: 1; }
    .page-hero { min-height: 440px; padding: 135px 20px 55px; }
    .page-hero h1 { font-size: clamp(38px, 11vw, 58px); }
    .page-hero p { font-size: 12px; }
    .page-body { padding: 65px 20px; }
    .server-picker, .support-grid { grid-template-columns: 1fr; }
    .world-card { min-height: 480px; padding: 28px 22px; }
    .content-grid { grid-template-columns: 1fr; }
    .content-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
    .content-grid article:last-child { border-bottom: 0; }
    .help-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .help-cta .button { width: 100%; }
    .support-grid > a { min-height: 300px; padding: 30px 24px; }
    .video-grid { grid-template-columns: 1fr; }
    .legal-tabs { width: 100%; overflow-x: auto; }
    .legal-purpose-grid { grid-template-columns: 1fr; }
    .legal-requisites > div { grid-template-columns: 1fr; gap: 5px; }
}

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

body { background-color: var(--bg); background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 32px 32px; }
.noise { display: none; }
.site-header { height: 72px; padding: 0 clamp(20px, 4vw, 64px); background: rgba(11,11,13,.88); border-bottom-color: var(--line); backdrop-filter: blur(20px); }
.brand { min-width: 160px; gap: 9px; }
.brand-mark {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: 0;
    border-radius: 0;
    background: var(--accent);
    transform: none;
    -webkit-mask: url("/static/assets/rocket.svg") center / contain no-repeat;
    mask: url("/static/assets/rocket.svg") center / contain no-repeat;
}
.brand-mark::after { display: none; }
.brand-name { font-size: 18px; letter-spacing: -.04em; }
.brand-label { margin-top: 1px; font-family: var(--body); }
.desktop-nav { gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.desktop-nav a { padding: 9px 13px; border-radius: 8px; color: #a7a7ac; font-size: 10px; letter-spacing: .03em; }
.desktop-nav a::after { display: none; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: white; background: rgba(255,255,255,.08); }
.header-actions { min-width: 220px; }
.steam-login { min-height: 40px; border-radius: 10px; background: #17171a; }
.steam-icon { background: #2a475e; color: white; }
.steam-icon { overflow: hidden; flex: 0 0 auto; }
.steam-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
.steam-login.is-authenticated > span:last-child { max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.steam-login.is-auth-pending { pointer-events: none; }
.steam-login.is-auth-pending .steam-icon img { opacity: 0; }
.steam-login.is-auth-pending .steam-icon,
.steam-login.is-auth-pending .steam-auth-label {
    color: transparent;
    background: linear-gradient(100deg, #242429 30%, #34343a 50%, #242429 70%);
    background-size: 220% 100%;
    animation: skeleton 1.1s linear infinite;
}
.steam-login.is-auth-pending .steam-auth-label { width: 92px; height: 10px; border-radius: 999px; }
.admin-nav-link { min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid rgba(240,68,68,.35); border-radius: 10px; color: var(--danger-text); font-size: 9px; font-weight: 800; }
.admin-nav-link:hover { color: white; background: var(--accent-fill); border-color: var(--accent-fill); }
.button { min-height: 48px; border-radius: 10px; text-transform: none; letter-spacing: .01em; font-size: 11px; }
.button-primary { box-shadow: 0 12px 30px rgba(240,68,68,.16); }
.button-ghost { background: #161619; backdrop-filter: none; }
.admin-page .button:not(.button-primary):not(.button-ghost) { background: #202024; border-color: var(--line); color: white; }
.admin-page .button:not(.button-primary):not(.button-ghost):hover { background: #28282d; border-color: rgba(255,255,255,.25); }

.store-page { padding-top: 72px; }
.store-intro {
    min-height: 270px;
    padding-top: 54px;
    padding-bottom: 54px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #080a0b;
}
.store-intro::before,
.store-intro::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.store-intro::before {
    z-index: -2;
    background: url("/static/assets/hero-store.jpg") center 55% / cover no-repeat;
}
.store-intro::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(7,9,10,.92) 0%, rgba(7,9,10,.75) 42%, rgba(7,9,10,.20) 75%, rgba(7,9,10,.43) 100%),
        linear-gradient(0deg, rgba(7,9,10,.94) 0, rgba(7,9,10,.70) 18%, transparent 68%);
    box-shadow: inset 0 -2px #080a0b;
}
.store-intro > div { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.store-intro span { font-family: var(--body); font-size: 10px; letter-spacing: .1em; }
.store-intro h1 { margin: 0; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.045em; text-transform: none; }
.store-intro p { max-width: 560px; font-size: 13px; }
.store-page .catalog { padding-top: 30px; background: transparent; }
.catalog-toolbar { border: 0; padding: 0; }
.filter-group { padding: 4px; border: 1px solid var(--line); border-radius: 11px; background: #111114; }
.filter { padding: 9px 13px; border-radius: 8px; text-transform: none; letter-spacing: 0; }
.filter.is-active { background: #242429; }
.product-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 260px)); gap: 14px; }
.product-card { min-height: 335px; border-radius: 18px; background: #121215; }
.product-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.18); }
.product-visual { height: 175px; margin: 11px 11px 0; border: 1px solid var(--line); border-radius: 13px; }
.product-gallery-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; opacity: 0; transition: opacity .25s; }
.product-gallery-image.is-active { opacity: 1; }
.product-visual.has-gallery { background: #17171a !important; filter: none !important; touch-action: pan-y; }
.product-visual.has-gallery::after { background: linear-gradient(rgba(8,8,10,.08), rgba(8,8,10,.08)), linear-gradient(0deg, rgba(18,21,22,.3) 0%, transparent 55%); }
.product-card[data-type="vip"] .product-visual.has-gallery::before, .product-card[data-type="item"] .product-visual.has-gallery::before { display: none; }
.product-gallery-control { position: absolute; z-index: 5; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(10,10,12,.72); color: white; cursor: pointer; font-size: 20px; line-height: 1; opacity: 0; transform: translateY(-50%); transition: opacity .2s, background .2s; }
.product-visual:hover .product-gallery-control, .product-gallery-control:focus-visible { opacity: 1; }
.product-gallery-control:hover { background: var(--accent); }
.product-gallery-control.is-prev { left: 9px; }
.product-gallery-control.is-next { right: 9px; }
.product-gallery-dots { position: absolute; z-index: 5; left: 50%; bottom: 8px; display: flex; gap: 4px; transform: translateX(-50%); }
.product-gallery-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.35); }
.product-gallery-dots i.is-active { width: 13px; border-radius: 5px; background: white; }
.product-badge { left: 10px; top: 10px; border: 0; border-radius: 7px; background: rgba(12,12,14,.8); font-family: var(--body); }
.product-card .product-badge { left: auto; top: auto; right: 10px; bottom: 10px; }
.product-index { right: 12px; top: 12px; }
.product-meta { min-height: 149px; padding: 15px; gap: 10px; }
.product-meta small { margin-bottom: 7px; font-family: var(--body); letter-spacing: .05em; }
.product-meta h3 { font-size: 14px; letter-spacing: -.025em; text-transform: none; }
.product-description { margin: 6px 0 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.45; white-space: pre-line; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-price { color: var(--accent-hot); font-size: 16px; }
.product-buy { min-height: 38px; border-radius: 9px; background: #19191c; text-transform: none; letter-spacing: 0; }
.product-buy:hover, .product-buy:focus-visible { background: var(--accent-fill); }
.product-skeleton { min-height: 335px; border-radius: 18px; }

.page-hero {
    min-height: 342px;
    padding: 72px clamp(24px, 8vw, 150px) 0;
    align-items: center;
}
.page-hero::before {
    inset: 72px 0 0;
    background: var(--page-hero-image, url("/static/assets/dayz-hero.jpg")) center 55% / cover no-repeat;
    filter: none;
}
.page-hero[data-hero="start"] { --page-hero-image: url("/static/assets/hero-start.jpg"); }
.page-hero[data-hero="news"] { --page-hero-image: url("/static/assets/hero-news.jpg"); }
.page-hero[data-hero="rules"] { --page-hero-image: url("/static/assets/hero-rules.jpg"); }
.page-hero[data-hero="help"] { --page-hero-image: url("/static/assets/hero-help.jpg"); }
.page-hero::after {
    inset: 72px 0 0;
    background:
        linear-gradient(90deg, rgba(7,9,10,.92) 0%, rgba(7,9,10,.75) 42%, rgba(7,9,10,.20) 75%, rgba(7,9,10,.43) 100%),
        linear-gradient(0deg, rgba(7,9,10,.94) 0, rgba(7,9,10,.70) 18%, transparent 68%);
    box-shadow: inset 0 -2px #080a0b;
}
.page-hero > div { width: 100%; max-width: none; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.page-hero span { font-family: var(--body); }
.page-hero h1 { margin: 0; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.045em; text-transform: none; }
.page-hero p { max-width: 560px; font-size: 13px; }
.page-body { padding-top: 70px; padding-bottom: 90px; background: transparent; }
.world-card, .about-statement, .content-grid, .vk-panel, .help-cta, .support-grid > a { border-radius: 18px; }
.world-card { min-height: 460px; }
.world-content h2, .about-statement h2, .help-cta h2, .support-grid h2 { letter-spacing: -.04em; text-transform: none; }
.content-grid { overflow: hidden; }
.content-grid h3 { text-transform: none; }
.faq-list summary, .legal-page h2 { text-transform: none; }
.legal-tabs { border-radius: 12px; }
.legal-tabs a { border-radius: 8px; text-transform: none; }
.site-footer { min-height: 210px; background: #0a0a0c; }
.footer-links a { text-transform: none; }

.news-feed { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 360px)); gap: 18px; align-items: start; }
.news-card { min-height: 0; padding: 0; overflow: hidden; border-radius: 22px; background: #151518; }
a.news-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); }
.news-card-media { position: relative; height: 220px; overflow: hidden; background: #0f0f11; }
.news-card-media img { width: 100%; height: 100%; display: block; object-fit: fill; transition: transform .4s; }
.news-card:hover .news-card-media img { transform: scale(1.035); }
.news-card-meta { position: absolute; inset: 13px 13px auto; display: flex; justify-content: space-between; gap: 10px; }
.news-card-meta span { padding: 7px 10px; border-radius: 999px; background: rgba(15,15,17,.8); color: #dddde0; font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.news-card-meta span:first-child::before { content: ""; width: 6px; height: 6px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--accent); }
.news-card-meta .news-card-views { display: flex; align-items: center; gap: 7px; }
.news-card-views::before { content: ""; width: 13px; height: 8px; border: 1px solid currentColor; border-radius: 50%; background: radial-gradient(circle, currentColor 0 2px, transparent 2.5px); }
.news-card-body { padding: 21px; }
.news-card h2 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; letter-spacing: -.035em; text-transform: none; }
.news-card p { min-height: 62px; margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.65; white-space: pre-line; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card-link { margin-top: 20px; padding-top: 15px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); }
.news-card-link i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #202024; font-style: normal; }
.news-card-link b { color: #e7e7e9; font-size: 11px; text-transform: none; letter-spacing: 0; }
.vk-news-widget, .vk-panel { display: none; }
.purchase-modal { border-radius: var(--modal-radius); background: #141417; }
.modal-product > p { margin: 9px auto 0; color: rgba(255, 255, 255, 0.62); font-size: 14px; line-height: 1.55; white-space: pre-line; }
.steam-checkout, .input-wrap { border-radius: 10px; }

@media (max-width: 700px) {
    .site-header { height: 64px; }
    .mobile-nav { top: 64px; border-radius: 0 0 14px 14px; }
    .mobile-nav.is-open { max-height: calc(100vh - 64px); }
    .store-page { padding-top: 64px; }
    .store-intro {
        min-height: 210px;
    }
    .store-intro::before { background-position: 62% 70%; }
    .store-intro h1 { font-size: 36px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-card { min-height: 300px; border-radius: 14px; }
    .product-visual { height: 145px; margin: 8px 8px 0; }
    .product-meta { min-height: 147px; padding: 11px; grid-template-columns: 1fr; }
    .product-price { grid-row: 2; }
    .product-buy { grid-row: 3; }
    .page-hero {
        min-height: 274px;
        padding: 64px 20px 0;
    }
    .page-hero::before { background-position: 62% 70%; }
    .page-hero::before, .page-hero::after { inset: 64px 0 0; }
    .page-hero h1 { font-size: 36px; }
    .page-hero p { font-size: 11px; }
    .news-feed { grid-template-columns: 1fr; }
    .news-card-media { height: 210px; }
    .product-gallery-control { width: 28px; height: 28px; opacity: 1; }
    .purchase-modal { padding: 0; }
    .purchase-modal-scroll { padding: 16px 16px 12px; }
    .modal-gallery { height: auto; margin-bottom: 16px; }
    .modal-product { margin-bottom: 22px; padding-bottom: 18px; }
    .checkout-button { margin-top: 14px; }
    .modal-secure { margin-top: 14px; }
    .image-lightbox { padding: 48px 12px; }
    .image-lightbox-control { top: auto; bottom: 14px; width: 44px; height: 44px; }
    .image-lightbox-control.is-prev { left: 14px; }
    .image-lightbox-control.is-next { right: 14px; }
    .about-intro { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; }
    .about-intro h2 { margin-top: 20px; font-size: 34px; }
    .about-feature-grid { grid-template-columns: 1fr; }
    .about-feature-card.is-wide { grid-column: auto; }
    .about-feature-card { padding: 25px 20px; }
    .about-feature-list, .about-feature-list.is-compact { grid-template-columns: 1fr; }
}

/* Admin */
.admin-page { min-height: 100vh; background: #0b0b0d; }
.admin-header { height: 72px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(11,11,13,.95); }
.admin-header-actions { display: flex; align-items: center; gap: 8px; }
.admin-header-actions a,
.admin-header-actions button { padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; color: #b4b4b9; background: transparent; font: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.admin-header-actions a:hover,
.admin-header-actions button:hover { color: white; background: #1b1b1f; }
.admin-shell { width: min(1380px, calc(100% - 40px)); margin: auto; padding: 48px 0 80px; }
.admin-title { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-title span, .admin-section-head small { color: var(--accent-hot); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.admin-title h1 { margin: 9px 0 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.admin-title p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.admin-jump-nav { margin: -14px 0 22px; display: flex; gap: 7px; }
.admin-jump-nav a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; background: #141417; color: #c0c0c5; font-size: 10px; font-weight: 700; }
.admin-jump-nav a:hover { color: white; border-color: rgba(240,68,68,.55); }
.admin-nav-group { display: contents; }
.admin-nav-group-title { padding: 14px 13px 2px; color: #6d6d74; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-nav-group:first-child .admin-nav-group-title { padding-top: 0; }
.admin-layout { display: grid; grid-template-columns: minmax(330px, 410px) 1fr; gap: 18px; align-items: start; }
.admin-editor, .admin-products { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #121215; }
.admin-editor { position: sticky; top: 18px; }
.admin-section-head { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-section-head h2 { margin: 5px 0 0; font-size: 21px; letter-spacing: -.035em; }
.admin-section-head > strong { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #202024; color: white; font-size: 12px; }
.admin-text-button { border: 0; background: transparent; color: #aaaab0; cursor: pointer; font: 700 10px/1 var(--body); text-decoration: none; }
.admin-text-button:hover { color: white; }
.admin-file-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.admin-file-row span { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.admin-upload { display: block; margin-bottom: 17px; cursor: pointer; }
.admin-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-image-preview { height: 175px; display: grid; place-items: center; align-content: center; gap: 9px; overflow: hidden; border: 1px dashed rgba(255,255,255,.18); border-radius: 13px; background: #18181b center/cover no-repeat; text-align: center; transition: border-color .2s, opacity .2s; }
.admin-image-preview:hover { border-color: var(--accent); }
.admin-image-preview b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #252529; color: white; font-size: 20px; font-weight: 400; }
.admin-image-preview small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.admin-image-preview.has-image { align-content: end; padding: 12px; border-style: solid; }
.admin-image-preview.has-image span { padding: 8px 11px; border-radius: 8px; background: rgba(11,11,13,.84); color: white; font-size: 9px; font-weight: 700; }
.admin-image-preview.is-loading { opacity: .45; pointer-events: none; }
#image-preview { background-size: contain; background-position: center; }
.admin-gallery-strip { margin: -7px 0 16px; display: flex; gap: 7px; overflow-x: auto; }
.admin-gallery-strip:empty { display: none; }
.admin-gallery-strip button { position: relative; width: 54px; height: 54px; flex: 0 0 54px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: #19191c; cursor: pointer; }
.admin-gallery-strip img { width: 100%; height: 100%; display: block; object-fit: cover; }
.admin-gallery-strip span { position: absolute; right: 3px; top: 3px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: rgba(8,8,10,.82); color: white; font-size: 12px; }
.admin-field { display: grid; gap: 7px; margin-bottom: 14px; }
.admin-field > span { color: #a8a8ae; font-size: 9px; font-weight: 700; }
.admin-field input, .admin-field select, .admin-field textarea { width: 100%; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #1a1a1e; color: white; font: 600 12px/1.5 var(--body); }
.admin-field input, .admin-field select { height: 44px; }
.admin-field textarea { min-height: 88px; padding-top: 11px; resize: vertical; }
.admin-field input:focus, .admin-field select:focus, .admin-field textarea:focus { border-color: var(--accent); }
.admin-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.admin-server-field { margin: 3px 0 17px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
.admin-server-field legend { width: 100%; margin-bottom: 7px; color: #a8a8ae; font-size: 9px; font-weight: 700; }
.admin-server-field label { position: relative; cursor: pointer; }
.admin-server-field input { position: absolute; opacity: 0; pointer-events: none; }
.admin-server-field span { min-height: 36px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; color: #9d9da3; background: #1a1a1e; font-size: 10px; font-weight: 800; }
.admin-server-field input:checked + span { border-color: var(--accent); color: #fff; background: rgba(240,68,68,.12); }
.admin-server-field input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.admin-switch { margin: 4px 0 17px; display: flex; align-items: center; gap: 9px; cursor: pointer; }
.admin-switch input { position: absolute; opacity: 0; }
.admin-switch span { width: 34px; height: 20px; padding: 3px; border-radius: 999px; background: #29292e; transition: background .2s; }
.admin-switch span::before { content: ""; width: 14px; height: 14px; display: block; border-radius: 50%; background: #8e8e94; transition: transform .2s, background .2s; }
.admin-switch input:checked + span { background: rgba(240,68,68,.28); }
.admin-switch input:checked + span::before { transform: translateX(14px); background: var(--accent); }
.admin-switch b { color: #c9c9cd; font-size: 10px; }
.admin-form-error { min-height: 17px; margin: 0 0 8px; color: var(--danger-text); font-size: 10px; }
.admin-submit { width: 100%; height: 46px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 10px; background: var(--accent-fill); color: white; cursor: pointer; font: 800 10px/1 var(--body); }
.admin-submit:disabled { opacity: .5; cursor: wait; }
.admin-product-list { display: grid; gap: 9px; }
#admin-product-list { max-height: min(700px, 65dvh); overflow-y: auto; overscroll-behavior-y: contain; scrollbar-gutter: stable; align-content: start; padding-right: 6px; }
@media (min-width: 1101px) {
    #products-admin > .admin-products { position: sticky; top: 90px; }
}
.admin-product { min-height: 100px; padding: 9px; display: grid; grid-template-columns: 90px minmax(140px, 1fr) auto auto; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 13px; background: #18181b; }
.admin-product.is-hidden { opacity: .55; }
.admin-product-image { width: 90px; height: 80px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg, #28282d, #121215); color: #73737a; font-size: 10px; font-weight: 800; }
.admin-product-image img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.admin-product-copy > div { display: flex; align-items: center; gap: 7px; }
.admin-product-copy small { color: var(--accent-hot); font-size: 10px; font-weight: 800; }
.admin-product-copy i { padding: 4px 6px; border-radius: 4px; background: #303035; color: #a7a7ac; font-size: 10px; font-style: normal; font-weight: 800; }
.admin-product-copy h3 { margin: 7px 0 5px; font-size: 13px; letter-spacing: -.02em; }
.admin-product-copy p { margin: 0; color: var(--muted); font-size: 9px; }
.admin-product-copy .admin-product-description { max-width: 390px; margin-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.admin-product > strong { color: white; font-size: 13px; white-space: nowrap; }
.admin-product-actions { display: flex; gap: 5px; }
.admin-pager { margin-top: 16px; align-items: center; }
.admin-product-actions button { padding: 8px 9px; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: #b7b7bc; cursor: pointer; font: 700 10px/1 var(--body); }
.admin-product-actions button:hover { color: white; background: #28282d; }
.admin-loading, .admin-empty { min-height: 220px; display: grid; place-items: center; color: var(--muted); font-size: 11px; }
.admin-news-section { margin-top: 80px; padding-top: 55px; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.admin-wipe-panel { max-width: 760px; }
.admin-wipe-actions { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr); align-items: end; gap: 14px; }
.admin-wipe-actions .admin-field { margin: 0; }
.admin-wipe-result { min-height: 18px; margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.admin-grant-layout { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(420px, 1.25fr); gap: 18px; align-items: start; }
.admin-grant-panel { position: sticky; top: 18px; }
.admin-grant-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
.admin-page input[type="file"] { height: auto; padding: 10px 13px; }
.admin-page input[type="file"]::file-selector-button { margin-right: 10px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: #28282d; color: white; font: 600 12px/1.5 var(--body); cursor: pointer; }
.admin-page input[type="file"]::file-selector-button:hover { background: #323238; }
.admin-section-note { max-width: 450px; margin: 0 0 26px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.admin-news-item { min-height: 126px; padding: 10px; display: grid; grid-template-columns: 140px minmax(160px, 1fr) auto; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 13px; background: #18181b; }
.admin-news-item.is-hidden { opacity: .55; }
.admin-news-image { width: 140px; height: 105px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg, #28282d, #121215); color: #73737a; font-size: 10px; font-weight: 800; }
.admin-news-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.admin-news-copy > div { display: flex; align-items: center; gap: 7px; }
.admin-news-copy small { color: var(--accent-hot); font-size: 10px; font-weight: 800; }
.admin-news-copy i { padding: 4px 6px; border-radius: 4px; background: #303035; color: #a7a7ac; font-size: 10px; font-style: normal; font-weight: 800; }
.admin-news-copy h3 { margin: 7px 0 5px; font-size: 14px; letter-spacing: -.02em; }
.admin-news-copy p { margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.5; white-space: pre-line; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.admin-approval-list { display: grid; gap: 9px; }
.admin-approval-item { min-height: 92px; padding: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 12px; background: #18181b; }
.admin-approval-item small { color: var(--accent-hot); font-size: 10px; font-weight: 800; }
.admin-approval-item h3 { margin: 7px 0 5px; font-size: 14px; }
.admin-approval-item p { margin: 0; color: var(--muted); font-size: 9px; }
.admin-approval-item > strong { color: #b7b7bc; font-size: 10px; }
.admin-approval-decision { min-width: 210px; display: grid; gap: 8px; }
.admin-approval-decision > label { display: grid; gap: 5px; }
.admin-approval-decision > label span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.admin-approval-decision input { width: 100%; height: 36px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; outline: 0; background: #111315; color: white; font: 700 11px/1 var(--body); }
.admin-approval-decision input:focus { border-color: var(--accent); }
.admin-approval-decision > strong { color: #9bd16b; font-size: 10px; }
.admin-base-file-form { min-width: 280px; display: flex; align-items: center; gap: 8px; }
.admin-base-file-form label { min-width: 0; flex: 1; }
.admin-base-file-form input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-base-file-form span, .admin-base-file-form button { min-height: 36px; padding: 0 12px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; background: #111315; color: white; font-size: 9px; font-weight: 700; cursor: pointer; }
.admin-base-file-form span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-base-file-form button { border-color: rgba(240,68,68,.35); background: rgba(240,68,68,.1); }
.admin-base-file-status { max-width: 300px; display: grid; gap: 6px; text-align: right; }
.admin-base-file-status strong { color: #9bd16b; font-size: 9px; text-transform: uppercase; }
.admin-base-file-pending { display: grid; gap: 8px; justify-items: end; }
.admin-base-file-pending > strong { color: #ffd4a2; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.admin-pending-addons { display: inline-block; margin-top: 6px; color: #ffd4a2; font-size: 10px; font-weight: 700; text-decoration: none; }
.admin-pending-addons:hover { text-decoration: underline; }
.admin-user-search { margin-bottom: 18px; display: grid; grid-template-columns: minmax(0, 1fr) 120px; align-items: end; gap: 10px; }
.admin-user-search .admin-field { margin: 0; }
.admin-user-search .admin-submit { min-height: 46px; }
.admin-danger-button { min-height: 38px; padding: 0 13px; border: 1px solid rgba(240,68,68,.55); border-radius: 8px; background: rgba(240,68,68,.08); color: var(--accent-hot); font: inherit; font-size: 9px; font-weight: 800; cursor: pointer; }
.admin-danger-button:hover { background: rgba(240,68,68,.16); }
.admin-danger-button:disabled { opacity: .45; cursor: wait; }
.admin-base-file-status span { overflow-wrap: anywhere; color: var(--muted); font-size: 10px; }

.account-profile { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.account-profile-user { display: flex; align-items: center; gap: 14px; min-width: 0; }
.account-profile-copy { display: grid; gap: 7px; min-width: 0; }
.account-profile-avatar { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: linear-gradient(145deg, #29445b, #182a38); color: white; font: 700 18px/1 var(--display); }
.account-profile-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.account-profile span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.account-profile .account-profile-avatar { color: white; font-size: 18px; letter-spacing: 0; }
.account-profile strong { overflow-wrap: anywhere; font: 600 15px/1.4 var(--display); }
.account-profile > .account-logout { padding: 0; border: 0; background: none; color: var(--muted); font: 700 11px/1 var(--body); cursor: pointer; }
.account-steam-bind { margin-bottom: 28px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(240,68,68,.38); border-radius: 14px; background: radial-gradient(circle at 100% 0, rgba(240,68,68,.1), transparent 45%), var(--panel); }
.account-steam-bind span, .steam-bind-modal-body > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.account-steam-bind h2, .steam-bind-modal-body h2 { margin: 8px 0; font: 600 24px/1.2 var(--display); }
.account-steam-bind p, .steam-bind-modal-body p { max-width: 650px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.account-steam-bind .button { min-width: 190px; min-height: 48px; justify-content: center; }
.steam-bind-modal { width: min(480px, calc(100% - 30px)); }
.steam-bind-modal-body { padding: 38px 40px 44px; text-align: center; }
.steam-bind-modal-body .button { min-height: 50px; margin-top: 26px; justify-content: center; }
.email-auth-card { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.email-auth-card form, .email-auth-card aside { padding: clamp(26px, 5vw, 52px); }
.email-auth-card aside { border-left: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(240,68,68,.12), transparent 50%), #111315; }
.email-auth-card aside > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.email-auth-card aside h2 { margin: 14px 0; font: 600 26px/1.2 var(--display); }
.email-auth-card aside p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.email-auth-step { display: grid; gap: 10px; }
.email-auth-step + .email-auth-step { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.email-auth-step label { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.email-auth-step input { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; color: white; background: #0c0f11; font: 600 14px/1 var(--body); outline: 0; }
.email-auth-step input:focus { border-color: var(--accent); }
.email-auth-step .button { min-height: 50px; justify-content: center; }
.email-auth-resend { border: 0; color: var(--muted); background: none; font: 700 9px/1.4 var(--body); cursor: pointer; }
.email-auth-resend:disabled { opacity: .55; cursor: default; }
.email-auth-debug { padding: 10px 12px; border: 1px solid rgba(126,198,78,.35); border-radius: 8px; color: #b7ed91; background: rgba(89,139,55,.1); font-size: 11px; }
.account-payments { margin-bottom: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,15,16,.75); }
.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.account-section-heading span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.account-section-heading h2 { margin: 7px 0 0; font: 600 20px/1.2 var(--display); }
.account-section-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.account-payment-list { display: grid; gap: 9px; }
.account-payment-item { display: grid; grid-template-columns: minmax(0, 1fr) auto 190px; align-items: center; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: #111315; }
.account-payment-item span { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.account-payment-item h3 { margin: 6px 0 4px; font: 600 14px/1.25 var(--display); }
.account-payment-item p { margin: 0; color: var(--muted); font-size: 9px; }
.account-payment-item > strong { color: white; font-size: 15px; white-space: nowrap; }
.account-payment-item .button { min-height: 42px; justify-content: center; }
.account-payment-empty { padding: 18px; border: 1px dashed var(--line); border-radius: 10px; color: var(--muted); font-size: 13px; text-align: center; }
.account-services { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,15,16,.75); }
.account-server-tabs { display: flex; gap: 8px; margin: 20px 0 14px; padding-bottom: 3px; overflow-x: auto; scrollbar-width: thin; }
.account-server-tabs button { position: relative; flex: 0 0 auto; min-height: 42px; padding: 0 17px 0 31px; border: 1px solid var(--line); border-radius: 9px; background: #111315; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: border-color .18s, background .18s, color .18s; }
.account-server-tabs button::before { content: ""; position: absolute; left: 15px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #555; transform: translateY(-50%); }
.account-server-tabs button.has-active::before { background: #8dca55; box-shadow: 0 0 0 4px rgba(141,202,85,.1); }
.account-server-tabs button.is-active { border-color: var(--accent); background: rgba(240,68,68,.13); color: var(--text); }
.account-service-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-vip-card { min-height: 250px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #111416, #0b0d0e); }
.account-service-panel .account-vip-card { min-height: 220px; }
.account-vip-card.is-active { border-color: rgba(240,68,68,.45); background: radial-gradient(circle at 100% 0, rgba(240,68,68,.12), transparent 48%), #111315; }
.account-priority-card.is-active { border-color: rgba(90,160,255,.45); background: radial-gradient(circle at 100% 0, rgba(72,143,255,.14), transparent 48%), #111315; }
.account-vip-card > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.account-vip-card h2 { margin: 20px 0 10px; font: 600 clamp(20px, 3vw, 28px)/1.15 var(--display); }
.account-vip-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.account-vip-card p strong { display: block; margin-top: 5px; color: var(--text); }
.account-vip-card > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 24px; }
.account-vip-card .button { flex: 1; min-height: 46px; justify-content: center; }
.account-vip-card .account-upgrade { border-color: rgba(126,198,78,.58); color: #b7ed91; background: rgba(89,139,55,.13); box-shadow: 0 10px 30px rgba(89,139,55,.08); }
.account-vip-card .account-upgrade:hover, .account-vip-card .account-upgrade:focus-visible { border-color: #7ec64e; color: #081006; background: #7ec64e; box-shadow: 0 12px 34px rgba(126,198,78,.24); outline: 0; }
.account-base-section { margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,15,16,.75); }
.account-base-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); gap: 12px; }
.account-base-card { min-height: 170px; padding: 19px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: #111315; }
.account-base-card.is-active { border-color: rgba(255,170,64,.45); background: radial-gradient(circle at 100% 0, rgba(255,151,48,.1), transparent 48%), #111315; }
.account-base-card.is-expired { opacity: .6; }
.account-base-card > div { display: flex; justify-content: space-between; gap: 12px; }
.account-base-card span { color: #ffb565; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.account-base-card > div > strong { color: #a8d47b; font-size: 9px; }
.account-base-card.is-expired > div > strong { color: var(--muted); }
.account-base-card h3 { margin: 20px 0 9px; font: 600 18px/1.2 var(--display); }
.account-base-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-base-card p strong { display: block; color: var(--text); font-size: 13px; }
.account-base-card .account-wipe-kit-status { margin-top: 16px; padding: 10px 12px; border: 1px solid rgba(126,190,80,.25); border-radius: 8px; color: #9fbd89; }
.account-base-card .account-base-addons-title { margin-top: 10px; color: var(--text); font-size: 12px; font-weight: 700; }
.account-base-card .account-base-addons { margin: 4px 0 0; padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-base-footer { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.account-base-footer small { color: #666b69; font-size: 10px; text-transform: uppercase; }
.account-base-footer > div { display: flex; gap: 7px; }
.account-base-footer .button { min-height: 34px; padding: 0 12px; font-size: 10px; }
.account-history { margin-top: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,15,16,.75); }
.account-history summary { min-height: 68px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }
.account-history summary::-webkit-details-marker { display: none; }
.account-history summary span { font: 600 17px/1.2 var(--display); }
.account-history summary b { color: var(--accent); font-size: 9px; text-transform: uppercase; }
.account-history[open] summary { border-bottom: 1px solid var(--line); }
.account-history[open] summary b { font-size: 0; }
.account-history[open] summary b::after { content: "Скрыть"; font-size: 9px; }
.account-history-list { padding: 14px; display: grid; gap: 8px; }
.account-history-item { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 10px; background: #111315; }
.account-history-item span { color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.account-history-item h3 { margin: 6px 0 4px; font: 600 13px/1.25 var(--display); }
.account-history-item p { margin: 0; color: var(--muted); font-size: 11px; }
.account-history-item > strong { white-space: nowrap; font-size: 14px; }
.account-cancel { color: var(--danger-text); border-color: rgba(240,68,68,.3); background: transparent; cursor: pointer; }
.cookie-notice { position: fixed; z-index: 1200; right: 24px; bottom: 24px; width: min(440px, calc(100% - 32px)); display: flex; align-items: center; gap: 22px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(16,18,20,.96); box-shadow: 0 24px 70px rgba(0,0,0,.55); backdrop-filter: blur(18px); animation: cookie-in .25s ease-out both; }
.cookie-notice strong { display: block; margin-bottom: 6px; font: 600 14px/1.2 var(--display); }
.cookie-notice p { margin: 0 0 7px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.cookie-notice a { color: #72b8f4; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-notice button { flex: 0 0 auto; min-height: 42px; padding: 0 20px; border: 0; border-radius: 9px; background: var(--accent-fill); color: white; font: 800 10px/1 var(--body); text-transform: uppercase; cursor: pointer; }
.cookie-notice.is-closing { pointer-events: none; animation: cookie-out .2s ease-in both; }
@keyframes cookie-in { from { opacity: 0; transform: translateY(14px); } }
@keyframes cookie-out { to { opacity: 0; transform: translateY(14px); } }

@media (max-width: 900px) {
    .admin-layout { grid-template-columns: 1fr; }
    .admin-editor { position: static; }
    .rules-antiraid-grid { grid-template-columns: 1fr; }
    .rules-antiraid-grid > aside { grid-column: auto; }
    .rules-section-body { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .email-auth-card { grid-template-columns: 1fr; }
    .email-auth-card aside { border-left: 0; border-top: 1px solid var(--line); }
    .account-steam-bind { align-items: stretch; flex-direction: column; }
    .rules-notice { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
    .rules-antiraid-grid { padding: 14px; }
    .rules-antiraid-grid > section, .rules-antiraid-grid > aside { padding: 20px; }
    .rules-antiraid-grid > aside { grid-template-columns: 1fr; gap: 10px; }
    .rules-section > summary { min-height: 70px; padding: 16px 18px; grid-template-columns: 30px 1fr 24px; gap: 10px; }
    .rules-section-body { padding: 0 18px 20px; }
    .rules-final { grid-template-columns: 1fr; gap: 14px; }
    .cookie-notice { right: 16px; bottom: 16px; display: grid; gap: 14px; }
    .cookie-notice button { width: 100%; }
    .admin-wipe-actions, .admin-grant-layout, .admin-grant-grid { grid-template-columns: 1fr; }
    .admin-grant-panel { position: static; }
    .account-services { padding: 16px; }
    .account-service-panel { grid-template-columns: 1fr; }
    .account-profile { align-items: flex-start; }
    .account-profile-avatar { flex-basis: 46px; width: 46px; height: 46px; }
    .account-section-heading { display: block; }
    .account-section-heading p { margin-top: 9px; }
    .account-payment-item { grid-template-columns: 1fr auto; }
    .account-payment-item .button { grid-column: 1 / -1; }
    .admin-header { height: 64px; }
    .admin-header-actions a:first-child { display: none; }
    .admin-shell { width: calc(100% - 24px); max-width: 100%; padding-top: 30px; overflow: hidden; }
    .admin-title { display: block; }
    .admin-title p { margin-top: 17px; }
    .admin-layout, .admin-editor, .admin-products, .admin-product-list, .admin-news-item, .admin-approval-item { min-width: 0; width: 100%; }
    .admin-jump-nav { overflow-x: auto; padding-bottom: 4px; }
    .admin-jump-nav a { flex: 0 0 auto; }
    .admin-section-head { align-items: flex-start; }
    .admin-field-row { grid-template-columns: 1fr; }
    .admin-editor, .admin-products { padding: 16px; border-radius: 14px; }
    .admin-product { min-width: 0; grid-template-columns: 64px minmax(0, 1fr); gap: 10px; }
    .admin-product-image { width: 64px; height: 64px; }
    .admin-product > strong { grid-column: 2; }
    .admin-product-actions { grid-column: 1 / -1; grid-row: auto; flex-flow: row wrap; }
    .admin-news-section { margin-top: 55px; padding-top: 38px; }
    .admin-news-item { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
    .admin-news-image { width: 72px; height: 72px; }
    .admin-news-item .admin-product-actions { grid-column: 1 / -1; grid-row: auto; flex-direction: row; }
    .admin-approval-item { grid-template-columns: minmax(0, 1fr); }
    .admin-user-search { grid-template-columns: 1fr; }
    .admin-base-file-form { min-width: 0; width: 100%; flex-wrap: wrap; }
    .admin-base-file-form label { flex: 1 1 100%; }
    .admin-base-file-form button { flex: 1 1 100%; }
    .admin-base-file-status { max-width: none; text-align: left; }
}

@media (min-width: 1001px) {
    .brand { flex: 0 0 160px; }
    .header-actions {
        flex: 0 0 284px;
        width: 284px;
        min-width: 284px;
        display: grid;
        grid-template-columns: 58px 96px 110px;
        justify-content: end;
        gap: 10px;
    }
    .header-actions > .admin-nav-link { grid-column: 1; }
    .header-actions > .cart-button { grid-column: 2; }
    .header-actions > .steam-login { grid-column: 3; width: 110px; }
}
.custom-item-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 18px; }
#base-kit-list { display: grid; gap: 12px; min-width: 0; }
#base-kit-list details { border: 1px solid #34363b; border-radius: 12px; padding: 14px; min-width: 0; }
#base-kit-list summary { cursor: pointer; overflow-wrap: anywhere; }
#base-kit-list textarea { width: 100%; box-sizing: border-box; background: #191a1e; color: #f5f5f4; }
.custom-item-card { display: flex; flex-direction: column; gap: 14px; min-width: 0; padding: 20px; border: 1px solid #34373c; border-radius: 16px; background: #111418; overflow-wrap: anywhere; }
.custom-item-card img { width: 100%; height: 200px; object-fit: contain; border-radius: 10px; background: #090b0d; }
.custom-item-card img[hidden] { display: none; }
.custom-item-card input { max-width: 100%; min-width: 0; }
.custom-item-card .button { white-space: normal; min-height: 44px; }
.custom-item-card .custom-item-remove-image { color: #000000; }
.custom-item-card .button:disabled { opacity: .55; cursor: default; }
.custom-item-card p { margin: 0; }
.custom-search { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin-bottom: 16px; }
.custom-search .admin-field { flex: 1 1 220px; min-width: 0; margin: 0; }
.custom-search > .button { color: #000000; height: 44px; min-height: 44px; }
.admin-page:not([data-admin-screen]) .admin-shell { visibility: hidden; }
.admin-shell > [hidden] { display: none !important; }
.admin-page[data-admin-screen] .admin-shell { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: start; }
.admin-page[data-admin-screen] .admin-shell > .admin-title { grid-column: 2; margin: 0; }
.admin-page[data-admin-screen] .admin-jump-nav { grid-column: 1; grid-row: 1 / span 3; display: flex; flex-direction: column; position: sticky; top: 90px; gap: 6px; margin: 0; }
.admin-page[data-admin-screen] .admin-jump-nav a { display: block; padding: 12px 14px; border-radius: 9px; text-decoration: none; }
.admin-page[data-admin-screen] .admin-jump-nav a[aria-current="page"] { background: var(--accent-fill); color: white; }
.admin-page[data-admin-screen] .admin-shell > .admin-layout,
.admin-page[data-admin-screen] .admin-shell > .admin-news-section { grid-column: 2; margin-top: 0; padding-top: 0; border-top: 0; min-width: 0; }
@media (max-width: 1100px) {
    .admin-page[data-admin-screen] .admin-layout,
    .admin-page[data-admin-screen] .admin-grant-layout { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 700px) {
    .admin-page[data-admin-screen] .admin-shell { display: flex; flex-direction: column; gap: 20px; }
    .admin-page[data-admin-screen] .admin-shell > * { width: 100%; min-width: 0; }
    .admin-page[data-admin-screen] .admin-jump-nav { position: static; order: -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-page[data-admin-screen] .admin-nav-group-title { grid-column: 1 / -1; padding-top: 10px; }
    .admin-page[data-admin-screen] .admin-nav-group:first-child .admin-nav-group-title { padding-top: 0; }
}
.admin-product-position { display: flex; align-items: center; gap: 6px; font-size: 10px; }
.admin-product-position input { width: 60px; min-height: 32px; padding: 4px; color: #fff; background: #19191c; border: 1px solid #39393e; border-radius: 6px; }
.admin-product-actions { flex-wrap: wrap; }
.admin-purchases-dialog { width: min(760px, calc(100vw - 32px)); max-height: 85dvh; padding: 24px; overflow-y: auto; color: #f5f5f4; background: #121215; border: 1px solid #39393e; border-radius: 16px; }
.admin-purchases-dialog::backdrop { background: rgba(0,0,0,.75); }
.admin-purchases-dialog h2 { margin: 20px 0 12px; overflow-wrap: anywhere; }
.admin-purchases-dialog > p { margin: 12px 0; }
.admin-purchase-rows { display: grid; gap: 12px; }
.auth-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
