/* VRealm · evolution design · canonical production stylesheet */
:root {
  --bg: #07101d;
  --surface: #0e1b2f;
  --surface-2: #13233c;
  --surface-deep: #0a1728;
  --line: #243b5a;
  --line-strong: #345e8a;
  --text: #f5f9ff;
  --muted: #a9bbd0;
  --subtle: #819ab3;
  --accent: #28a8ff;
  --accent-soft: #8bd1ff;
  --accent-2: #705cff;
  --danger: #ff7184;
  --success: #79d6b5;
  --radius: 16px;
  --radius-small: 10px;
  --shell: min(1320px, calc(100% - 40px));
  --font-ui: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-reading: Georgia, "Times New Roman", serif;
  --shadow: 0 20px 55px rgb(0 0 0 / 25%);
  --focus: 0 0 0 3px rgb(40 168 255 / 30%);
  color-scheme: dark;
  font-family: var(--font-ui);
  font-synthesis: none;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 100px; }
body { margin: 0; min-width: 280px; background: radial-gradient(circle at 75% 8%, rgb(37 117 201 / 13%), transparent 28%), var(--bg); color: var(--text); font: 16px/1.55 var(--font-ui); overflow-x: clip; }
body.dialog-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, input[type="submit"], input[type="button"], input[type="reset"] { cursor: pointer; }
button:disabled, input:disabled { cursor: not-allowed; opacity: .55; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 2px; box-shadow: var(--focus); }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 18px; border-radius: var(--radius-small); background: var(--accent); color: var(--bg); }
.skip-link:focus { top: 12px; }
.site-header svg, .button svg, .section-head svg, .card-meta svg, .byline svg, .search-overlay svg, .discovery-channel svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Shared chrome. The menu remains the native uCoz menu. */
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgb(7 16 29 / 97%); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 23px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 1.35rem; font-weight: 800; letter-spacing: -.045em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 11px; background: linear-gradient(145deg, rgb(40 168 255 / 24%), rgb(112 92 255 / 18%)); color: var(--accent-soft); font-size: .76rem; letter-spacing: -.06em; box-shadow: 0 0 24px rgb(40 168 255 / 18%); }
.brand img { display: block; max-width: 158px; max-height: 44px; object-fit: contain; }
.desktop-nav { min-width: 0; }
.desktop-nav ul { display: flex; align-items: center; gap: 3px; list-style: none; padding: 0; margin: 0; }
.desktop-nav li { position: relative; margin: 0; padding: 0; }
.desktop-nav a { display: flex; align-items: center; min-height: 44px; padding: 10px 11px; border-radius: 9px; color: var(--muted); font-size: .9rem; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.active, .desktop-nav .uMenuItemA, .desktop-nav a[aria-current="page"] { background: var(--surface-2); color: var(--text); }
.desktop-nav ul ul { display: none; position: absolute; left: 0; top: 100%; min-width: 210px; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface-deep); box-shadow: var(--shadow); }
.desktop-nav li:hover > ul, .desktop-nav li:focus-within > ul { display: grid; }
.desktop-nav ul ul:empty { display: none !important; }
.submenu-toggle { display: none; }
@media (min-width: 1041px) {
  .desktop-nav ul ul { max-height: calc(100dvh - 100px); overflow-y: auto; }
}
.search-button { display: flex; align-items: center; flex-shrink: 0; gap: 9px; width: 252px; min-width: 0; min-height: 44px; margin-left: auto; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-deep); color: var(--subtle); }
.search-button span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; text-align: left; white-space: nowrap; font-size: .85rem; }
.search-button kbd { flex-shrink: 0; padding: 3px 6px; border: 1px solid var(--line-strong); border-radius: 5px; background: var(--surface); color: var(--muted); font: 600 .68rem/1.4 var(--font-ui); white-space: nowrap; }
.account-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: .88rem; }
.account-actions > a { display: inline-flex; align-items: center; min-height: 44px; }
.mobile-toggle { display: none; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); color: var(--text); }
.mobile-toggle svg { width: 24px; height: 24px; }
.mobile-panel { display: none; }
.button, .load-more { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 10px 18px; border: 1px solid var(--accent); border-radius: 12px; background: linear-gradient(135deg, #188eed, #3979f8); color: white; font-weight: 700; line-height: 1.35; box-shadow: 0 8px 28px rgb(24 142 237 / 22%); transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.button.small { min-height: 44px; padding: 9px 15px; border-radius: var(--radius-small); font-size: .84rem; }
.button.secondary, .button.ghost, .load-more { border-color: var(--line-strong); background: var(--surface); color: var(--accent-soft); box-shadow: none; }
.load-more { display: flex; width: max-content; min-width: 190px; max-width: 100%; margin: 28px auto 0; }
.site-footer { margin-top: 64px; border-top: 1px solid var(--line); background: var(--surface-deep); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; padding-block: 44px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { max-width: 420px; margin: 10px 0 0; color: var(--muted); font-size: .9rem; }
.footer-grid strong { margin-bottom: 7px; }
.footer-grid a:not(.brand) { display: inline-flex; align-items: center; min-height: 32px; color: var(--muted); font-size: .87rem; }
.footer-grid a:hover { color: var(--text); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; padding-block: 19px; border-top: 1px solid var(--line); color: var(--subtle); font-size: .78rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

/* Home page and reusable publication cards. */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(310px, .92fr); gap: 14px; padding-top: 26px; }
.hero-main { position: relative; min-height: 495px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.hero-main > img, .hero-main > a.hero-image, .hero-main > .hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-main .hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-main::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgb(4 10 20 / 94%), rgb(4 10 20 / 65%) 48%, rgb(4 10 20 / 10%) 90%), linear-gradient(0deg, rgb(4 10 20 / 74%), transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: inherit; height: 100%; max-width: 750px; padding: 40px; }
.hero-content h1, .hero-content h2 { margin: 12px 0 16px; font-size: clamp(2.1rem, 3.8vw, 3.7rem); font-weight: 800; line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin: 0 0 24px; color: #d1dfec; font-size: 1.02rem; }
.eyebrow { margin: 0; color: var(--accent-soft); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.tag { display: inline-flex; align-items: center; width: max-content; max-width: 100%; padding: 5px 9px; border: 1px solid var(--line-strong); border-radius: 999px; background: #102b49; color: var(--accent-soft); font-size: .68rem; font-weight: 800; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }
a.tag { min-height: 32px; }
.tag.solid { border-color: var(--accent); background: #158ff0; color: white; }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; min-width: 0; }
.story-card { position: relative; display: flex; flex-direction: column; min-width: 0; height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #101f35, #0b1728); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.story-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: radial-gradient(circle at 70% 25%, #183751, var(--surface-deep)); }
.story-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-copy { display: flex; flex-direction: column; flex: 1; padding: 17px; }
.story-copy h2, .story-copy h3 { margin: 10px 0 8px; font-size: 1.07rem; line-height: 1.35; letter-spacing: -.025em; overflow-wrap: anywhere; }
.story-copy :is(h2, h3) a:hover { color: var(--accent-soft); }
.story-copy > p, .story-copy > .card-excerpt { display: -webkit-box; margin: 0 0 8px; color: var(--muted); font-size: .88rem; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 14px; margin-top: auto; padding-top: 14px; color: var(--subtle); font-size: .73rem; line-height: 1.4; }
.story-copy .card-meta { margin-top: 14px; border-top: 1px solid var(--line); }
.card-meta > span, .card-meta > a { display: inline-flex; align-items: center; gap: 5px; }
.compact { position: relative; min-height: 0; }
.compact .story-image { position: absolute; inset: 0; aspect-ratio: auto; }
.compact .story-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgb(5 13 24 / 98%), rgb(5 13 24 / 65%) 45%, rgb(5 13 24 / 6%) 100%); }
.compact .story-copy { position: relative; z-index: 1; justify-content: flex-end; height: 100%; padding: 24px; pointer-events: none; }
.compact .story-copy a { pointer-events: auto; }
.compact .story-copy :is(h2, h3) { font-size: 1.3rem; }
.compact .story-copy > p, .compact .card-meta { display: none; }
.pulse { display: flex; align-items: center; gap: 22px; min-height: 56px; margin-top: 14px; padding: 8px 16px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface-deep); color: var(--muted); }
.pulse strong { white-space: nowrap; color: var(--text); }
.pulse strong span { color: var(--danger); }
.pulse-track { display: flex; align-items: center; flex: 1; gap: 18px; min-width: 0; overflow: hidden; white-space: nowrap; font-size: .82rem; }
.pulse-track a { overflow: hidden; text-overflow: ellipsis; }
.pulse-track i { width: 4px; height: 4px; flex-shrink: 0; border-radius: 50%; background: var(--line-strong); }
.pulse > a { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; }
.content-section { padding-top: 46px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.section-head h2 { margin: 0; font-size: clamp(1.5rem, 2.3vw, 2rem); line-height: 1.2; letter-spacing: -.04em; }
.section-head p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.section-head > a { display: inline-flex; align-items: center; flex-shrink: 0; gap: 8px; min-height: 44px; color: var(--accent-soft); font-size: .84rem; }
.card-grid, .listing-grid, .game-grid, .device-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card-grid.three, .listing-grid, .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid > *, .listing-grid > *, .game-grid > *, .device-grid > * { min-width: 0; }
.release-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.release-card { display: grid; grid-template-columns: 135px 1fr; grid-template-rows: auto auto; gap: 4px 16px; min-width: 0; min-height: 125px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.release-card img { grid-row: 1 / 3; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-small); }
.release-card strong { align-self: end; }
.release-card span { color: var(--muted); font-size: .8rem; }
.compare-panel, .lab-panel { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 32px; margin-top: 48px; padding: 36px; border: 1px solid var(--line-strong); border-radius: 20px; background: radial-gradient(circle at 80% 0%, rgb(96 82 255 / 30%), transparent 42%), linear-gradient(135deg, #0c1d36, #122650); overflow: hidden; }
.compare-panel h2, .lab-panel h2 { margin: 5px 0 10px; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1; letter-spacing: -.05em; }
.compare-panel p, .lab-panel p { max-width: 600px; margin: 0 0 24px; color: var(--muted); }
.headset-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.headset-stack span { display: grid; place-items: center; min-height: 140px; padding: 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgb(255 255 255 / 5%); text-align: center; font-weight: 700; }

/* Lists: reset only uCoz listing tables, never JS-wired editor tables. */
.page-hero { position: relative; padding: 62px 0 40px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 72% 20%, rgb(40 168 255 / 17%), transparent 30%), linear-gradient(180deg, #0a1728, #081321); }
.page-hero::after { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgb(83 124 166 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(83 124 166 / 5%) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(black, transparent); pointer-events: none; }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1050px; margin: 9px 0 14px; font-size: clamp(2.8rem, 6.2vw, 5.4rem); font-weight: 800; line-height: 1.03; letter-spacing: -.065em; overflow-wrap: anywhere; }
.page-hero p { max-width: 750px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.page-hero .button, .page-hero .filter-row { margin-top: 24px; }
.game-hero { background: radial-gradient(circle at 76% 0, rgb(112 92 255 / 25%), transparent 33%), var(--surface-deep); }
.device-hero { background: radial-gradient(circle at 76% 0, rgb(23 181 224 / 23%), transparent 33%), var(--surface-deep); }
.community-hero { background: radial-gradient(circle at 76% 0, rgb(255 81 157 / 16%), transparent 33%), var(--surface-deep); }
.listing-section { padding-top: 28px; }
.filter-row, .category-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-row ul, .category-nav ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.filter-row :is(button, a), .category-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-deep); color: var(--muted); font-size: .85rem; }
.filter-row :is(button, a):hover, .filter-row .active, .category-nav a:hover, .category-nav .uMenuItemA { border-color: var(--accent); background: #123458; color: var(--text); }
.listing-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; margin-bottom: 24px; }
.entries-grid #allEntries { margin-top: 0; }
.entries-grid #allEntries:not(:has(> table.catAllEntries, > #uEntriesList)), .entries-grid td.archiveEntries, .entries-grid #uEntriesList { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: 100%; padding: 0; }
.entries-grid #allEntries:has(> table.catAllEntries, > #uEntriesList) { display: block; }
.entries-grid #uEntriesList { margin: 0; list-style: none; }
.entries-grid #uEntriesList > .uEntryWrap { min-width: 0; margin: 0; padding: 0; text-align: left; }
.entries-grid #uEntriesList .entryBlock { display: block; width: 100%; height: 100%; }
.entries-grid table.catAllEntries, .entries-grid table.catAllEntries > tbody, .entries-grid table.catAllEntries > tbody > tr { display: block; width: 100%; border: 0; padding: 0; }
.entries-grid [id^="entryID"] { min-width: 0; margin: 0; }
.entries-grid [id^="entryID"] > .story-card { height: 100%; }
.entries-grid .story-copy :is(h2, h3) { font-size: 1.13rem; }
.catPages1, .catPages2, .pagesBlockuz { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; width: 100%; margin: 28px 0 0; color: var(--muted); }
.catPages1 :is(a, b, span), .catPages2 :is(a, b, span), .pagesBlockuz :is(a, b, span) { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.catPages1 a:hover, .catPages1 b, .catPages1 .swchItemA, .pagesBlockuz .swchItemA { border-color: var(--accent); background: #123458; color: var(--text); }
.entry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; font-size: .84rem; color: var(--muted); }
.entry-actions a { display: inline-flex; align-items: center; min-height: 44px; }

/* Reading pages and in-content media. */
.article-page { padding-top: 46px; }
.article-header { max-width: 1080px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; color: var(--subtle); font-size: .79rem; }
.breadcrumbs a:hover { color: var(--accent-soft); }
.breadcrumbs em { font-style: normal; }
.article-header h1 { max-width: 1030px; margin: 15px 0 18px; font-size: clamp(2.4rem, 4.6vw, 4.75rem); font-weight: 800; line-height: 1.06; letter-spacing: -.055em; overflow-wrap: anywhere; text-wrap: balance; }
.standfirst { max-width: 890px; margin: 0; color: #b9ccde; font-size: 1.15rem; line-height: 1.6; }
.byline { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 26px; color: var(--muted); font-size: .88rem; }
.byline > div { display: flex; flex-direction: column; }
.byline strong { color: var(--text); font-size: .9rem; }
.byline small { color: var(--subtle); }
.avatar { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: #112b47; color: var(--accent-soft); overflow: hidden; font-size: .75rem; font-weight: 800; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.article-views { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: var(--subtle); }
.article-cover { margin-top: 34px; }
.article-cover > img { display: block; width: 100%; max-height: 680px; aspect-ratio: 16 / 8; border-radius: 18px; object-fit: cover; }
.article-cover figcaption { padding: 8px 3px; color: var(--subtle); font-size: .74rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(260px, 310px); justify-content: center; align-items: start; gap: 54px; padding-top: 42px; }
.article-layout > * { min-width: 0; }
.article-body { color: #c8d5e2; font: 1.1rem/1.82 var(--font-reading); overflow-wrap: anywhere; }
.article-body > :first-child { margin-top: 0; }
.article-body p { margin: 0 0 1.25em; }
.article-body .lead { color: #edf6ff; font-size: 1.3rem; line-height: 1.65; }
.article-body :is(h2, h3, h4) { color: var(--text); font-family: var(--font-ui); line-height: 1.25; letter-spacing: -.035em; }
.article-body h2 { margin: 1.8em 0 .55em; font-size: 1.85rem; }
.article-body h3 { margin: 1.6em 0 .55em; font-size: 1.4rem; }
.article-body :is(ul, ol) { padding-left: 1.5em; margin: 0 0 1.25em; }
.article-body li + li { margin-top: .4em; }
.article-body a, .vr-system-content p a { color: var(--accent-soft); text-decoration: underline; text-decoration-color: rgb(139 209 255 / 40%); text-underline-offset: 4px; }
.article-body a:hover { text-decoration-color: currentColor; }
.article-body img { height: auto !important; max-width: 100% !important; border-radius: var(--radius-small); }
.article-body :is(iframe, video, embed) { display: block; max-width: 100%; margin-inline: auto; border: 0; }
.article-body iframe[src*="youtube"], .article-body iframe[src*="youtu.be"], .article-body iframe[src*="vk.com/video"] { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.article-body blockquote { margin: 32px 0; padding: 20px 24px; border-left: 3px solid var(--accent); background: var(--surface); color: #dcedfa; font-size: 1.28rem; line-height: 1.6; }
.article-body blockquote > :last-child { margin-bottom: 0; }
.article-body :is(pre, code) { font-family: Consolas, monospace; font-size: .9em; }
.article-body pre { padding: 18px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.article-body table { width: 100%; max-width: 100%; border-collapse: collapse; font: .93rem/1.55 var(--font-ui); }
.article-body table :is(td, th) { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-body table th { background: var(--surface-2); color: var(--text); }
.article-aside { position: sticky; top: 100px; display: flex; flex-direction: column; align-self: start; gap: 16px; min-width: 0; font-size: .85rem; }
.article-aside > a { color: var(--muted); }
.aside-note { padding: 20px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); }
.aside-note > span { color: var(--accent-soft); font-weight: 800; }
.aside-note p { color: var(--muted); }
.aside-note button { min-height: 44px; padding: 9px 14px; border: 1px solid var(--accent); border-radius: 8px; background: #188eed; color: white; }
.source-link { display: block; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: .88rem/1.6 var(--font-ui); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; font: .8rem/1.5 var(--font-ui); }
.article-tags a { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; }
.video-player, #player { max-width: 100%; border-radius: var(--radius); overflow: hidden; }

/* Cross-section discovery keeps onward reading visible in every section. */
.discovery-section { margin-top: 56px; padding: 30px; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgb(15 35 58 / 96%), rgb(8 21 36 / 96%)); }
.discovery-section .section-head { margin-bottom: 22px; }
.discovery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.discovery-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-deep); transition: transform .2s ease, border-color .2s ease; }
.discovery-card:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.discovery-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.discovery-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.discovery-card:hover .discovery-image img { transform: scale(1.035); }
.discovery-card > div { padding: 15px; }
.discovery-channel { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--accent-soft); font-size: .73rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.discovery-card h3 { margin: 10px 0 12px; font-size: 1rem; line-height: 1.38; }
.discovery-card h3 a:hover { color: var(--accent-soft); }
.discovery-card > div > span { color: var(--subtle); font-size: .74rem; }
.discovery-column { min-width: 0; }
.discovery-column > h3, .discovery-column > .discovery-channel { margin: 0 0 14px; color: var(--accent-soft); font-size: .82rem; text-transform: uppercase; letter-spacing: .045em; }
.discovery-column .story-card + .story-card { margin-top: 14px; }
.discovery-column .story-copy h3 { font-size: .96rem; }
.discovery-column .story-copy > p { display: none; }

/* Game cards: #infogames is copied from the game page into publications. */
#infogames, .game-summary { min-width: 0; width: 100%; padding: 20px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(155deg, #142945, var(--surface-deep)); color: var(--muted); font: .88rem/1.6 var(--font-ui); overflow-wrap: anywhere; }
#infogames h2, #infogames h3, #infogames .game-in-base-title { display: block; margin: 0 0 15px; color: var(--text); font-size: 1.1rem; font-weight: 750; line-height: 1.35; }
#infogames a:hover { color: var(--accent-soft); }
#infogames .game-in-base, #infogames .game-in-base-container, #infogames #game-in-base { width: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
#infogames.linked-game { padding: 0; overflow: hidden; }
#infogames.linked-game .game-in-base { background-position: center top; background-size: 100% auto; background-repeat: no-repeat; }
#infogames.linked-game .game-in-base-title { margin: 0; padding: 135px 20px 20px; background: linear-gradient(0deg, var(--surface-deep) 0%, rgb(10 23 40 / 94%) 25%, rgb(10 23 40 / 5%) 100%); }
#infogames.linked-game .game-in-base-title h2 { margin: 6px 0 10px; font-size: 1.35rem; }
#infogames .game-in-base-eyebrow { margin: 0; color: var(--accent-soft); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
#infogames .game-in-base-genre { color: var(--muted); font-size: .8rem; font-weight: 400; }
#infogames.linked-game .game-in-base-container { padding: 0 20px 20px; background: var(--surface-deep); }
#infogames .game-in-base-container li { display: flex; flex-direction: column; gap: 2px; padding-block: 10px; }
#infogames .game-info-label { color: var(--subtle); font-size: .76rem; }
#infogames .game-info-value { color: var(--text); font-size: .86rem; }
#infogames img { display: block; width: 100%; height: auto; max-height: 280px; margin: 0 0 17px; object-fit: cover; border-radius: var(--radius-small); }
#infogames p { margin: 9px 0; }
#infogames :is(b, strong) { color: var(--text); font-weight: 600; }
#infogames ul { list-style: none; padding: 0; margin: 12px 0 0; }
#infogames li { padding: 8px 0; border-bottom: 1px solid var(--line); }
#infogames li:last-child { border-bottom: 0; }
#infogames :is(table, tbody, tr, td) { max-width: 100%; }
#infogames table { width: 100%; border-collapse: collapse; }
#infogames td { padding: 7px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
#infogames td + td { padding-left: 12px; }
#infogames :is(.game-info-row, .game-summary-row) { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 14px; padding: 9px 0; border-bottom: 1px solid var(--line); }
#infogames2:empty { display: none; }
.game-grid .story-image, .module-stuff .story-image { aspect-ratio: 16 / 10; }
.device-grid .story-image, .module-dir .story-image { background: radial-gradient(circle, #203b5d, #091523); }
.device-grid .story-image img, .module-dir .story-image img { object-fit: contain; }

/* System pages share the same chrome and retain their native data and actions. */
.system-main { min-height: 55vh; padding-top: 22px; }
.system-main > .vr-system-content > h1 { margin: 0 0 28px; }
.system-main hr { margin: 24px 0; border: 0; border-top: 1px solid var(--line); }
.system-main :is(.items-stat-wrapper, .breadcrumbs-wrapper) { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.system-main .breadcrumbs-wrapper .breadcrumbs { margin: 0; }
.system-main :is(.paging-wrapper-top, .paging-wrapper-bottom) a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.system-main :is(.info_box, .notice-block) { margin-bottom: 24px; padding: 20px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); color: var(--muted); }
.system-main :is(.access-denied-wrapper, .subs-no-entries) { padding: 38px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.system-auth-card { max-width: 520px; margin: 10px auto; padding: 32px; border: 1px solid var(--line-strong); border-radius: 20px; background: var(--surface); }
.system-auth-card h1 { margin: 0 0 25px; }
.system-auth-card .log-field { display: flex; align-items: center; gap: 10px; margin: 14px 0; }
.system-auth-card .log-field > span { display: none; }
.system-auth-card .loginField { width: 100%; }
.system-auth-card .loginbutton { display: block; width: 100%; margin-top: 20px; }
.system-auth-card .loginbutton i { display: none; }
.system-auth-card .log-submit { margin-top: 20px; }
.system-auth-card .rem-reg { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 20px; font-size: .87rem; }
.system-auth-card .rem-reg a { display: inline-flex; align-items: center; min-height: 44px; }
.system-main :is(.uTable, .userTable, .userpm-messages-table) { width: 100%; border-collapse: collapse; color: var(--muted); }
.system-main :is(.uTable, .userTable, .userpm-messages-table) :is(th, td) { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; }
.system-main :is(.uTable, .userTable, .userpm-messages-table) th { background: var(--surface-2); color: var(--text); }
.system-main :is(.uTable, .userTable, .userpm-messages-table) tr:hover { background: var(--surface); }
.system-main .pmb { min-width: 0; overflow-x: auto; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.system-main .pmb table { width: 100%; max-width: 100%; }
.system-main .pmb td { padding: 8px; }
.system-main .pmb a { color: var(--accent-soft); }
.system-main .search-form-wrapper { margin: 0 0 22px; }
.system-main .search-results-info { margin: 18px 0 24px; font-size: .9rem; }
.system-main .queryField { min-width: 200px; width: min(100%, 620px); }
.system-main .searchSbmFl { min-height: 44px; padding: 10px 18px; border: 1px solid var(--accent); border-radius: var(--radius-small); background: #188eed; color: white; }
.uprofile-wrap { width: 100%; }
.uprofile-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.uprofile-hero { display: flex; align-items: center; gap: 26px; margin-bottom: 24px; padding: 30px; border-color: var(--line-strong); background: radial-gradient(circle at 90% 0, rgb(112 92 255 / 20%), transparent 40%), var(--surface); }
.uprofile-avatar { flex-shrink: 0; width: 108px; height: 108px; border: 2px solid var(--line-strong); border-radius: 24px; background-position: center; background-size: cover; }
.uprofile-main { min-width: 0; }
.uprofile-name { margin: 0 0 5px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.uprofile-username { font-size: .9rem; }
.uprofile-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.uprofile-chip { padding: 4px 9px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--muted); font-size: .76rem; }
.uprofile-chip.online { color: var(--success); }
.uprofile-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 320px; margin-left: auto; }
.uprofile-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--surface-2); font-size: .86rem; }
.uprofile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.uprofile-card--full { grid-column: 1 / -1; }
.uprofile-card-head { padding: 19px 22px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 1.08rem; font-weight: 700; }
.uprofile-card-body { padding: 20px 22px; }
.uprofile-row { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.uprofile-row:last-child { border-bottom: 0; }
.uprofile-row-name { color: var(--subtle); font-size: .84rem; }
.uprofile-row-val { min-width: 0; color: var(--muted); font-size: .88rem; overflow-wrap: anywhere; }
.uprofile-social { display: flex; flex-wrap: wrap; gap: 10px; }
.uprofile-achievements { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.uprofile-ach { padding: 7px 10px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface-2); color: var(--accent-soft); font-size: .78rem; }
.uprofile-ach::after { content: attr(data-title); }
.uprofile-ach.lock { opacity: .6; color: var(--muted); }
.uprofile-counters { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.uprofile-counter { display: flex; flex-direction: column; align-items: center; gap: 4px; min-height: 90px; justify-content: center; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface-deep); font-size: .8rem; }
.uprofile-counter b { color: var(--text); font-size: 1.65rem; }
.uprofile-search { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.uprofile-search .uSearchFl { flex: 1; min-width: 180px; }
.system-main .subs-page-header { margin: 28px 0; }
.system-main .subs-page-header h1 { margin: 0; }
.system-main .subs-page-header p { margin: 10px 0 0; color: var(--muted); }
.system-main :is(.subs-entry-card, .subs-success-card) { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.system-main .subs-entry-flagged { border-color: var(--accent); }
.system-main .subs-entries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px 18px; }
.system-main :is(.subs-entry-title, .price, .checkout-entry-name, .checkout-entry-price, .checkout-summary-value, .my-subs-base h4) { color: var(--text); }
.system-main .subs-entry-title { word-break: normal; overflow-wrap: anywhere; }
.system-main :is(.subs-entry-subtitle, .subs-entry-period, .my-subs-card, .checkout-entry-detail, .pay-method-desc, .subs-checkout-note) { color: var(--muted); }
.system-main .subs-entry-price-box .price { font-size: 2rem; font-weight: 750; letter-spacing: -.04em; }
.system-main .subs-entry-price-box .old-price { color: var(--danger); }
.system-main .subs-entry-advantages { border-top-color: var(--line); }
.system-main .flagged-label { border-color: var(--accent); background: var(--surface-2); color: var(--accent-soft); white-space: nowrap; }
.system-main .button-link, .system-main .add-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--surface-2); color: var(--accent-soft); font-weight: 650; }
.system-main .subs-entry-buy-link { border-color: var(--accent); background: #188eed; color: white; }
.system-main :is(.checkout-entries, .subs-my-item, .payment-item) { border-color: var(--line); }
.system-main .subs-checkout-summary { border: 1px solid var(--line); background: var(--surface); }
.system-main .checkout-entry-name { font-size: 1.3rem; font-weight: 700; }
.system-main .subs-checkout-note { font-size: .9rem; line-height: 1.65; }
.system-main .subs-checkout-note a { text-decoration: underline; text-underline-offset: 3px; }

/* Native forms: retain table structure and all platform-owned identifiers. */
.vr-system-content { min-width: 0; padding-block: 32px; color: var(--muted); }
.vr-system-content > :first-child { margin-top: 0; }
.vr-system-content h1, .vr-system-content h2, .vr-system-content h3 { color: var(--text); line-height: 1.25; letter-spacing: -.025em; }
.vr-system-content h1 { font-size: clamp(1.8rem, 4vw, 3rem); }
.vr-system-content a { color: var(--accent-soft); }
.vr-system-content :is(table, iframe) { max-width: 100%; }
.vr-system-content .manTable { width: 100%; border-collapse: separate; border-spacing: 0 14px; color: var(--muted); font-size: .93rem; }
.manTable .manTd1 { width: 220px; padding: 11px 22px 11px 0; vertical-align: top; color: var(--text); font-weight: 600; }
.manTable .manTd2 { min-width: 0; padding: 0; vertical-align: top; }
.manTable .manTdBut { padding-top: 18px; }
.manTable :is(.manFlText, .manFlPassw, .manFlSel, .manFlArea), .vr-system-content .commFl, #uf-register .uf-text, .vr-system-content input:not([type]), .vr-system-content input:is([type="text"], [type="email"], [type="url"], [type="password"], [type="search"], [type="number"]), .vr-system-content textarea, .vr-system-content select, .search-field input { max-width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--surface-deep); color: var(--text); box-shadow: none; }
.manTable :is(.manFlText, .manFlPassw, .manFlArea), .manTd2 > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]), .manTd2 > textarea { width: 100%; }
.manTable .manFlSel, .manTd2 > select { width: min(100%, 520px); }
.manTable textarea, .vr-system-content textarea, .vr-system-content .commFl { min-height: 150px; resize: vertical; }
.manTd2 :is(input, select)[size] { width: auto; }
.manTable input[type="file"], .vr-system-content input[type="file"] { max-width: 100%; color: var(--muted); }
.manTable input[type="file"]::file-selector-button, .vr-system-content input[type="file"]::file-selector-button { min-height: 44px; margin-right: 12px; padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface-2); color: var(--text); cursor: pointer; }
.vr-system-content input:is([type="checkbox"], [type="radio"]) { appearance: none; width: 18px; height: 18px; vertical-align: middle; margin: 0 7px 2px 0; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--surface-deep); }
.vr-system-content input[type="radio"] { border-radius: 50%; }
.vr-system-content input[type="checkbox"]:checked { border-color: var(--accent); background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='white' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") center / 11px 9px no-repeat; }
.vr-system-content input[type="radio"]:checked { border: 5px solid var(--accent); background: var(--surface-deep); }
.manFlSbm, .manFlRst, #uf-submit, .vr-system-content input:is([type="submit"], [type="reset"]), .vr-system-content button, .vr-system-content .u-button, .commSbmFl { min-height: 44px; padding: 10px 18px; border: 1px solid var(--accent); border-radius: var(--radius-small); background: #188eed; color: white; font-weight: 650; }
.manFlRst, .vr-system-content input[type="reset"] { border-color: var(--line-strong); background: var(--surface); color: var(--muted); }
.vr-system-content fieldset { min-width: 0; margin: 22px 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); }
.vr-system-content legend { padding-inline: 8px; color: var(--text); font-weight: 700; }
.vr-system-content label { color: var(--muted); }
.vr-system-content .manTd1 label, #uf-register .uf-field label { color: var(--text); }
#uf-register { max-width: 840px; margin-inline: auto; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--text); }
#uf-register .uf-text { width: 100%; }
#uf-register .uf-field { margin-bottom: 18px; }
#uf-register .uf-field label { display: block; margin-bottom: 8px; }
#uf-register .register-social-list .login-with { min-height: 44px; border-radius: var(--radius-small); }
.vr-system-content :is(.eMessage, .eText, .eDetails, .profile-info, .user-details) { color: var(--muted); }
.vr-system-content :is(.quoteMessage, .codeMessage) { padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); }
.vr-system-content .codeMessage { overflow-x: auto; font-family: Consolas, monospace; }
.vr-system-content :is(.captcha-block, .g-recaptcha) { max-width: 100%; overflow-x: auto; }
.vr-system-content .uError, .vr-system-content .error { color: var(--danger); }
.vr-system-content .uSuccess, .vr-system-content .success { color: var(--success); }

/* The preserved game selector does not depend on an icon font. */
#search-result-block { position: relative; width: 100%; max-width: 100%; margin: 12px 0; padding: 0; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface-deep); box-shadow: var(--shadow); color: var(--text); overflow: hidden; }
#search-result-block .search-result-title { position: relative; min-height: 48px; padding: 12px 54px 12px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); color: var(--text); font-size: .88rem; font-weight: 650; }
#search-result-block .search-result-title i, #search-result-block .fa-plus { position: absolute; top: 2px; right: 3px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--muted); font-family: var(--font-ui); font-size: 26px; font-style: normal; transform: none !important; cursor: pointer; }
#search-result-block .search-result-title i::before, #search-result-block .fa-plus::before { content: "×"; }
#search-result.search-result { max-height: 350px; margin: 0; padding: 7px; overflow-y: auto; list-style: none; }
#search-result.search-result :is(a, .game_res) { display: block; min-height: 44px; margin: 0; padding: 10px 12px; border-radius: 8px; color: var(--accent-soft); text-decoration: none; cursor: pointer; }
#search-result.search-result :is(a, .game_res):hover { background: var(--surface-2); color: var(--text); }
#search-result.search-result li { list-style: none; margin: 0; }
#search-result-block img[src*="loader"] { display: block; width: auto; height: auto; max-width: 40px; margin: 18px auto; }
.search-result-block:not(#search-result-block) { position: relative; max-width: 100%; margin: 12px 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface-deep); box-shadow: var(--shadow); color: var(--text); }
.search-result-block .search-result-title { position: relative; min-height: 48px; padding: 12px 54px 12px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); color: var(--text); font-size: .88rem; font-weight: 650; }
.search-result-block .search-result-title i, .search-result-block .fa-plus { position: absolute; top: 2px; right: 3px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--muted); font: normal 26px/1 var(--font-ui); transform: none !important; cursor: pointer; }
.search-result-block .search-result-title i::before, .search-result-block .fa-plus::before { content: "×"; }

/* Comments and native search results. */
.comments-section { margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
.comments-section > h2 { margin: 0 0 24px; font-size: 1.7rem; letter-spacing: -.035em; }
.cBlock { margin: 16px 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--muted); font: .95rem/1.65 var(--font-ui); }
.cBlock :is(.cMessage, .cMsg, .cBody) { color: var(--muted); overflow-wrap: anywhere; }
.cBlock :is(.cTop, .cDetails, .cBottom) { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; color: var(--subtle); font-size: .79rem; }
.cBlock :is(.cTop, .cDetails) { margin-bottom: 12px; }
.cBlock :is(.cUser, .cAuthor) { color: var(--text); font-weight: 650; }
.cBlock .cBottom { margin-top: 14px; }
.cBlock img { max-width: 100%; height: auto; }
.commTable { width: 100%; border-spacing: 0 12px; }
.commTable td { vertical-align: top; }
.commTable .commTd1 { padding: 10px 16px 10px 0; color: var(--text); }
.commTable .commTd2 { min-width: 0; }
.commTable :is(.commFl, input[type="text"], textarea) { width: 100%; }
.search-result-card { margin-bottom: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.search-result-card h2, .search-result-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.search-result-card p { color: var(--muted); }
.search-result-card a { color: var(--accent-soft); }
.search-result-card:has(.search-result-thumb) { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 23px; align-items: start; }
.search-result-thumb img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-small); }
.search-result-copy p { margin: 0; }
.search-form { display: flex; gap: 10px; max-width: 760px; margin-bottom: 28px; }
.search-form input[type="text"], .search-form input[type="search"] { flex: 1; min-width: 0; min-height: 48px; padding: 12px 15px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--surface); color: var(--text); }

/* Search dialog is separate from the editor's #search-result dropdown. */
.search-overlay { position: fixed; inset: 0; z-index: 500; overflow-y: auto; padding: 100px 20px 40px; background: rgb(2 7 14 / 86%); backdrop-filter: blur(12px); }
.search-dialog { width: 100%; max-width: 720px; margin: auto; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--surface-deep); box-shadow: var(--shadow); overflow: hidden; }
.search-field { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.search-field input { flex: 1; min-width: 0; width: 100%; border: 0; background: transparent; font-size: 1.05rem; }
.search-field button { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; background: var(--surface-2); color: var(--text); }
.search-results { max-height: 65vh; padding: 10px; overflow-y: auto; }
.search-results > p { padding: 20px; color: var(--muted); text-align: center; }
.search-results a { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 12px; border-radius: 12px; }
.search-results a:hover { background: var(--surface-2); }
.search-results img { flex-shrink: 0; width: 74px; height: 52px; border-radius: 8px; object-fit: cover; }
.search-results span { display: flex; flex-direction: column; }
.search-results small { color: var(--accent-soft); text-transform: uppercase; }
.search-results strong { font-size: .95rem; }
#vr-search-dialog { position: fixed; inset: 0; width: min(720px, calc(100% - 28px)); max-height: calc(100dvh - 60px); margin: 90px auto auto; padding: 0; overflow: auto; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--surface-deep); color: var(--text); box-shadow: var(--shadow); }
#vr-search-dialog::backdrop { background: rgb(2 7 14 / 86%); backdrop-filter: blur(8px); }
#vr-search-dialog form { padding: 24px; }
#vr-search-dialog h2 { margin: 0 44px 20px 0; font-size: 1.7rem; letter-spacing: -.04em; }
#vr-search-dialog input[type="search"], #vr-search-dialog input[type="text"] { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-small); background: var(--surface); color: var(--text); }
#vr-search-dialog [data-search-close] { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: var(--radius-small); background: var(--surface-2); color: var(--text); font-size: 24px; }
#vr-search-dialog [type="submit"] { margin-top: 14px; }

/* uCoz windows: preserve platform positioning and Control Panel chrome. */
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) .xw-plain { border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface-deep); color: var(--text); box-shadow: var(--shadow); }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) :is(.xw-tl, .xw-tr, .xw-tc, .xw-ml, .xw-mr, .xw-mc, .xw-bl, .xw-br, .xw-bc) { border: 0 !important; background: none !important; background-image: none !important; }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) .xw-sps { display: none !important; }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) .xw-hdr { min-height: 42px; padding: 12px 44px 10px 16px; border-bottom: 1px solid var(--line); background: transparent !important; color: var(--text); }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) :is(.xw-hdr-text, .xw-body, .myWinCont, .myWinCont b) { color: var(--text); font-family: var(--font-ui); }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) :is(.myWinCont, .myWinFooter) { padding: 16px; background: transparent; color: var(--muted); }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) :is(.xt-close, .xt-close2) { width: 36px; height: 36px; background: none !important; color: var(--muted); }
div[id^="_uwndTop"]:not(.cp-modal):not(.cp-alert) :is(.xt-close, .xt-close2)::before { display: grid; place-items: center; width: 100%; height: 100%; content: "×"; font: 26px/1 var(--font-ui); }

@media (max-width: 1180px) {
  .header-inner { gap: 14px; }
  .desktop-nav a { padding-inline: 9px; font-size: .84rem; }
  .search-button { width: 200px; }
  .account-actions .button { padding-inline: 12px; }
  .hero-content { padding: 30px; }
  .article-layout { gap: 32px; }
}
@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .account-actions { display: none; }
  .mobile-toggle { display: inline-flex; }
  .search-button { margin-left: auto; }
  .desktop-nav.open, .desktop-nav.is-open { position: absolute; inset: 100% 0 auto; display: block; max-height: calc(100dvh - 76px); padding: 16px 20px 24px; overflow-y: auto; border-bottom: 1px solid var(--line-strong); background: var(--surface-deep); box-shadow: var(--shadow); }
  .desktop-nav.open ul, .desktop-nav.is-open ul { display: grid; gap: 6px; }
  .desktop-nav.open ul ul, .desktop-nav.is-open ul ul { position: static; display: grid; padding: 0 0 0 14px; border: 0; box-shadow: none; }
  .desktop-nav.open a, .desktop-nav.is-open a { min-height: 48px; padding: 12px 16px; background: var(--surface); font-size: 1rem; }
  .desktop-nav.is-enhanced .uMenuRoot > li { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 6px; }
  .desktop-nav.is-enhanced .uMenuRoot > li > a { grid-column: 1 / -1; min-width: 0; white-space: normal; }
  .desktop-nav.is-enhanced .uMenuRoot > li:has(> .submenu-toggle) > a { grid-column: 1; }
  .desktop-nav.is-enhanced .submenu-toggle { display: flex; grid-column: 2; align-items: center; justify-content: center; min-width: 48px; min-height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--muted); }
  .submenu-toggle::before { content: ""; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
  .submenu-toggle[aria-expanded="true"]::before { transform: rotate(225deg); }
  .desktop-nav.is-enhanced ul ul { display: none; grid-column: 1 / -1; min-width: 0; }
  .desktop-nav.is-enhanced li.is-submenu-open > ul { display: grid; }
  .desktop-nav.is-enhanced ul ul a { white-space: normal; overflow-wrap: anywhere; }
  .mobile-panel.open, .mobile-panel.is-open { display: grid; gap: 18px; max-height: calc(100dvh - 76px); padding: 18px 20px 24px; overflow-y: auto; border-top: 1px solid var(--line); background: var(--surface-deep); }
  .mobile-panel nav, .mobile-panel ul { display: grid; gap: 6px; list-style: none; margin: 0; padding: 0; }
  .mobile-panel nav a { display: flex; align-items: center; min-height: 48px; padding: 12px 16px; border-radius: 8px; background: var(--surface); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .compact { min-height: 270px; }
  .card-grid, .device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .listing-grid, .game-grid, .entries-grid #allEntries:not(:has(> table.catAllEntries, > #uEntriesList)), .entries-grid td.archiveEntries, .entries-grid #uEntriesList { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discovery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .release-rail { grid-template-columns: 1fr; }
  .release-card { grid-template-columns: 150px 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 26px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 780px) {
  .uprofile-hero { align-items: flex-start; flex-wrap: wrap; gap: 20px; padding: 24px; }
  .uprofile-actions { flex-basis: 100%; justify-content: flex-start; max-width: none; margin-left: 0; }
  .uprofile-grid { grid-template-columns: minmax(0, 1fr); }
  .uprofile-counters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shell { width: calc(100% - 28px); }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 35px; height: 35px; }
  .search-button { width: 44px; padding: 0; justify-content: center; }
  .search-button span, .search-button kbd { display: none; }
  .hero-grid { padding-top: 16px; }
  .hero-main { min-height: 490px; }
  .hero-content { padding: 26px; }
  .hero-content h1, .hero-content h2 { font-size: clamp(2rem, 5.7vw, 2.9rem); }
  .hero-content > p:not(.eyebrow) { font-size: .98rem; }
  .hero-side { grid-template-columns: 1fr 1fr; }
  .compact { min-height: 260px; }
  .compact .story-copy { padding: 18px; }
  .compact .story-copy :is(h2, h3) { font-size: 1.12rem; }
  .content-section { padding-top: 36px; }
  .section-head { align-items: center; gap: 14px; }
  .section-head p { font-size: .8rem; }
  .section-head > a { max-width: 140px; font-size: .78rem; text-align: right; }
  .pulse { gap: 12px; }
  .pulse-track { font-size: .75rem; }
  .pulse strong { font-size: .85rem; }
  .page-hero { padding: 42px 0 30px; }
  .page-hero h1 { font-size: clamp(2.6rem, 8.5vw, 4rem); }
  .page-hero p { font-size: .98rem; }
  .compare-panel, .lab-panel { grid-template-columns: 1fr; gap: 24px; padding: 26px; }
  .headset-stack span { min-height: 100px; padding: 10px; font-size: .84rem; }
  .article-page { padding-top: 30px; }
  .article-header h1 { font-size: clamp(2rem, 6vw, 3rem); line-height: 1.12; }
  .standfirst { font-size: 1.03rem; }
  .article-layout { grid-template-columns: minmax(0, 1fr); padding-top: 30px; }
  .article-aside { position: static; width: 100%; }
  .article-cover { margin-top: 26px; }
  .article-cover > img { aspect-ratio: 16 / 9; border-radius: 12px; }
  .article-body { font-size: 1.08rem; }
  .article-body h2 { font-size: 1.65rem; }
  .article-body .lead { font-size: 1.2rem; }
  .article-body blockquote { padding: 17px 19px; font-size: 1.17rem; }
  .discovery-section { padding: 23px; margin-top: 40px; }
  .manTable .manTd1 { width: 175px; padding-right: 16px; font-size: .86rem; }
  .vr-system-content { padding-top: 24px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .footer-grid a:not(.brand) { min-height: 44px; }
  .search-overlay { padding: 80px 14px 24px; }
}
@media (max-width: 580px) {
  .search-result-card:has(.search-result-thumb) { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .system-main { padding-top: 10px; }
  .system-auth-card { padding: 23px; }
  .uprofile-avatar { width: 76px; height: 76px; border-radius: 18px; }
  .uprofile-hero { padding: 20px; }
  .uprofile-card-body, .uprofile-card-head { padding: 18px; }
  .uprofile-row { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .uprofile-counters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-main .pmb { padding: 12px; }
  .shell { width: calc(100% - 24px); }
  .hero-main { min-height: 470px; }
  .hero-content { padding: 24px; }
  .hero-content h1, .hero-content h2 { font-size: 2.1rem; }
  .hero-side, .card-grid, .card-grid.three, .listing-grid, .game-grid, .device-grid, .entries-grid #allEntries:not(:has(> table.catAllEntries, > #uEntriesList)), .entries-grid td.archiveEntries, .entries-grid #uEntriesList { grid-template-columns: minmax(0, 1fr); }
  .compact { min-height: 245px; }
  .compact .story-copy :is(h2, h3) { font-size: 1.32rem; }
  .story-copy { padding: 19px; }
  .story-copy h2, .story-copy h3, .entries-grid .story-copy :is(h2, h3) { font-size: 1.18rem; }
  .story-copy > p, .story-copy > .card-excerpt { font-size: .94rem; }
  .card-meta { font-size: .77rem; }
  .pulse-track { display: none; }
  .pulse { justify-content: space-between; }
  .pulse strong { font-size: .92rem; }
  .section-head p { display: none; }
  .section-head > a { max-width: 130px; }
  .page-hero h1 { font-size: 2.85rem; }
  .filter-row, .category-nav { gap: 6px; }
  .filter-row :is(button, a), .category-nav a { padding-inline: 12px; font-size: .8rem; }
  .compare-panel, .lab-panel { padding: 24px; }
  .headset-stack { grid-template-columns: 1fr; }
  .headset-stack span { min-height: 64px; }
  .article-header h1 { font-size: 2.08rem; letter-spacing: -.04em; }
  .article-header .breadcrumbs { margin-bottom: 19px; font-size: .74rem; }
  .byline { gap: 9px; font-size: .8rem; }
  .article-views { margin-left: 0; }
  .article-cover { width: 100%; }
  .article-cover > img { border-radius: 0; }
  .article-cover figcaption { padding-inline: 12px; }
  .article-body table { display: block; overflow-x: auto; }
  .discovery-section { padding: 23px 15px; }
  .discovery-grid { gap: 12px; }
  .discovery-card > div { padding: 12px; }
  .discovery-card h3 { font-size: .93rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .manTable .manTd1 { width: 115px; padding-right: 10px; font-size: .8rem; overflow-wrap: anywhere; }
  .manTable :is(.manFlText, .manFlPassw, .manFlSel, .manFlArea), .vr-system-content input:is([type="text"], [type="email"], [type="url"], [type="password"], [type="search"], [type="number"]), .vr-system-content textarea, .vr-system-content select { padding-inline: 10px; font-size: 16px; }
  .manTable .manTd2 table { width: 100%; }
  .vr-system-content fieldset, #uf-register { padding: 17px; }
  .commTable .commTd1 { padding-right: 9px; font-size: .82rem; }
  .cBlock { padding: 16px; }
  .search-field { gap: 8px; padding: 12px; }
  .search-field > svg { display: none; }
  .search-results img { width: 60px; height: 48px; }
  .search-form { flex-wrap: wrap; }
  .search-form .button { width: 100%; }
}
@media (max-width: 390px) {
  .hero-content { padding: 20px; }
  .hero-content h1, .hero-content h2 { font-size: 1.85rem; }
  .discovery-grid { grid-template-columns: minmax(0, 1fr); }
  .discovery-card h3 { font-size: 1.05rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .manTable .manTd1 { width: 94px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .story-card:hover, .discovery-card:hover, .button:hover { transform: none; }
}
@media print {
  body { background: white; color: black; }
  .site-header, .site-footer, .discovery-section, .article-aside, .comments-section, .search-overlay { display: none !important; }
  .shell { width: 100%; }
  .article-layout { display: block; }
  .article-body, .article-body :is(h2, h3, h4), .article-header h1, .standfirst { color: black; }
  .article-header h1 { font-size: 30pt; }
  .article-body { font-size: 12pt; }
  .article-cover > img { max-height: 300px; object-fit: contain; }
}
/* Append to the canonical stylesheet when integrating the five detail templates. */
.article-gallery { margin-top: 28px; }
.article-gallery .story-image { border-radius: var(--radius-small); }
.entry-moderation { margin-top: 12px; }
.device-video { display: block; width: 100%; max-height: 680px; border-radius: var(--radius); background: var(--surface-deep); }
.article-aside .aside-note h2 { margin: 0 0 15px; font-size: 1.08rem; line-height: 1.35; }
.media-gallery { width: 100%; margin: 0 0 30px; }
.media-main { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-deep); }
.media-main img, .media-main .player-holder { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; width: 100%; margin-top: 12px; }
.media-thumb { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); cursor: pointer; }
.media-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-thumb.active { outline: 2px solid var(--accent); outline-offset: -2px; }
.media-thumb .video-mark { position: absolute; left: 6px; bottom: 6px; padding: 2px 6px; border-radius: 4px; background: rgb(0 0 0 / 70%); color: white; font: .7rem/1.5 var(--font-ui); }
.media-main-image-btn { display: block; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.media-fullscreen-open { overflow: hidden; }
.media-fullscreen-overlay { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgb(2 7 14 / 94%); cursor: zoom-out; }
.media-fullscreen-overlay img { display: block; max-width: 96vw; max-height: 92vh; width: auto; height: auto; object-fit: contain; border-radius: var(--radius-small); box-shadow: var(--shadow); cursor: default; }
.media-fullscreen-close { position: fixed; top: 16px; right: 16px; z-index: 100000; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); color: var(--text); font: 30px/1 var(--font-ui); cursor: pointer; }
.media-fullscreen-close:hover { background: var(--surface-2); }

/* Server-rendered informer cards. */
.home-intro { padding:36px 0 20px; }
.home-intro h1 { margin:7px 0; font-size:clamp(1.65rem,3vw,2.5rem); line-height:1.2; letter-spacing:-.05em; }
.home-intro > p:last-child { margin:0; color:var(--muted); font-size:.9rem; }
.hub-card { position:relative; display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(180deg,#101f35,#0b1728); transition:transform .2s,border-color .2s; }
.hub-card:hover { transform:translateY(-3px); border-color:var(--accent); }
.hub-card > img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; background:var(--surface-2); }
.hub-card__body { display:flex; flex:1; flex-direction:column; padding:18px; }
.hub-badge { color:var(--accent-soft); font-size:.69rem; font-weight:800; letter-spacing:.045em; text-transform:uppercase; }
.hub-card h4 { margin:10px 0; font-size:1.05rem; line-height:1.4; letter-spacing:-.02em; }
.hub-card__desc { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin:0 0 14px; color:var(--muted); font-size:.84rem; }
.hub-meta { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto; padding-top:14px; border-top:1px solid var(--line); color:var(--subtle); font-size:.68rem; }
.hub-meta__stats { display:flex; gap:8px; }
.home-hero-feed { display:grid; grid-template-columns:1.7fr 1fr; grid-template-rows:repeat(2,235px); gap:16px; }
.home-hero-feed .hub-card { min-height:0; }
.home-hero-feed .hub-card:first-child { grid-row:span 2; }
.home-hero-feed .hub-card:nth-child(n+4) { display:none; }
.home-hero-feed .hub-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.home-hero-feed .hub-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,10,20,.98),rgba(4,10,20,.56) 60%,rgba(4,10,20,.06)); }
.home-hero-feed .hub-card__body { position:relative; z-index:1; justify-content:flex-end; padding:26px; }
.home-hero-feed .hub-card h4 { font-size:1.3rem; line-height:1.25; }
.home-hero-feed .hub-card:first-child h4 { font-size:clamp(1.9rem,3.2vw,3rem); line-height:1.13; letter-spacing:-.045em; }
.home-hero-feed .hub-card:first-child .hub-card__body { padding:36px; }
.home-hero-feed .hub-card__desc { margin:0; color:#c9d7e6; }
.home-hero-feed .hub-card:not(:first-child) .hub-card__desc { display:none; }
.home-hero-feed .hub-meta { margin-top:16px; padding:0; border:0; }
.discovery-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.discovery-channel { min-width:0; }
.discovery-channel > header { margin:0 0 12px; color:var(--accent-soft); font-weight:700; }
.discovery-channel > header > a { display:flex; justify-content:space-between; min-height:36px; align-items:center; }
.discovery-feed > .hub-card:nth-of-type(n+2) { display:none; }
.discovery-feed .hub-card__desc { display:none; }
.discovery-feed .hub-card h4 { font-size:.98rem; }
.discovery-feed .hub-card { height:100%; }
.card-moder { position:absolute; z-index:2; top:10px; right:10px; padding:4px; border-radius:8px; background:var(--surface); }
.card-excerpt * { display:inline; margin:0; font:inherit; color:inherit; }
.card-excerpt :is(img,video,iframe,script,style) { display:none; }
.category-select { position:relative; z-index:3; }
.category-select summary { padding:12px 18px; border:1px solid var(--line); border-radius:12px; cursor:pointer; }
.category-select[open] .category-nav { position:absolute; width:min(580px,85vw); top:100%; left:0; padding:18px; border:1px solid var(--line-strong); border-radius:12px; background:var(--surface-deep); box-shadow:var(--shadow); }
.category-nav :is(table,tbody,tr,td) { display:contents; }
.category-nav .catNumData { display:none; }
.filters-wrapper, .sorting-wrapper { display:flex; flex-wrap:wrap; gap:8px; }
.account-menu { position:relative; }
.account-menu summary { list-style:none; display:flex; align-items:center; gap:9px; cursor:pointer; }
.account-menu summary::-webkit-details-marker { display:none; }
.account-menu .avatar { width:34px; height:34px; }
.account-name { max-width:110px; overflow:hidden; text-overflow:ellipsis; }
.account-menu nav { position:absolute; top:calc(100% + 18px); right:0; display:grid; width:230px; padding:12px; border:1px solid var(--line-strong); border-radius:12px; background:var(--surface-deep); box-shadow:var(--shadow); }
.account-menu nav a { padding:10px; border-radius:8px; }
.account-menu nav a:hover { background:var(--surface-2); }
.footer-social { display:flex; gap:18px; flex-wrap:wrap; }
.informer-grid:has(> .hub-card:nth-child(3):last-child) { grid-template-columns:repeat(3,minmax(0,1fr)); }
@media(max-width:650px) { .informer-grid:has(> .hub-card:nth-child(3):last-child) { grid-template-columns:1fr; } }
.platform-credit { padding-block:14px; color:var(--subtle); font-size:.75rem; }
.vr-system-content .jodit-container { color:#24384a; }
.vr-system-content .jodit-toolbar-button__button { min-height:0; padding:4px; border:0; border-radius:3px; background:transparent; color:#34445b; box-shadow:none; }
.vr-system-content .jodit-toolbar-button__button:hover { background:#dce8f5; }
.search-dialog-head { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.search-dialog-head { padding:24px 24px 0; }
#vr-search-dialog .search-dialog-head h2 { margin-bottom:0; }
#vr-search-dialog > p { padding:0 24px 20px; }
#vr-search-dialog .search-input-row [type="submit"] { margin-top:0; }
.search-dialog-head h2 { margin:0; }
.search-dialog-head button { background:none; border:0; color:var(--text); font-size:2rem; min-width:44px; min-height:44px; }
.search-overlay label { display:block; margin:18px 0 12px; color:var(--muted); }
.search-input-row { display:flex; gap:10px; }
.search-input-row input { min-width:0; flex:1; }
.search-overlay > p { color:var(--subtle); font-size:.82rem; }
.control-button { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0; }
.but-select { display:inline-flex; align-items:center; min-height:44px; padding:9px 15px; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:var(--muted); }
.fa,.fas,.far { font-family:inherit; font-style:normal; }
.fa-eye::before { content:"◉"; } .fa-comments-o::before,.fa-comments::before { content:"◇"; } .fa-star::before { content:"☆"; } .fa-plus::before { content:"+"; } .fa-calendar-o::before { content:"◷"; }
@media(max-width:1100px) { .account-name { display:none; } .header-inner { gap:14px; } .search-button { width:180px; } .discovery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:760px) { .home-hero-feed { grid-template-columns:1fr 1fr; grid-template-rows:390px auto; } .home-hero-feed .hub-card:first-child { grid-column:1/-1; grid-row:auto; } .home-hero-feed .hub-card:not(:first-child) { min-height:235px; } .home-hero-feed .hub-card__body { padding:18px; } .home-hero-feed .hub-card:first-child .hub-card__body { padding:24px; } .home-hero-feed .hub-card:not(:first-child) h4 { font-size:1rem; } .home-hero-feed .hub-meta__stats { display:none; } }
@media(max-width:480px) { .home-hero-feed { display:flex; flex-direction:column; } .home-hero-feed .hub-card:first-child { min-height:380px; } .home-hero-feed .hub-card:not(:first-child) { min-height:200px; } .discovery-grid { grid-template-columns:1fr; } .search-input-row { flex-direction:column; } .account-actions > .button { display:none; } }

/* Native editor, comments and account controls retained from the live site. */
.discovery-grid > .discovery-channel { display: block; color: var(--text); font-size: 1rem; letter-spacing: normal; text-transform: none; }
.vr-system-content .form-fields { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 14px 24px; margin: 0; padding: 0; list-style: none; }
.vr-system-content .form-fields > li { min-width: 0; margin: 0; padding: 0; list-style: none; }
.vr-system-content .form-fields > li:has(> label) { padding-top: 10px; }
.vr-system-content .form-fields > .notcolumn { grid-column: 1 / -1; }
.vr-system-content .form-fields > li > label { color: var(--text); font-size: .9rem; }
.vr-system-content .form-fields > li > :is(input[type="text"], input[type="url"], input[type="email"], input:not([type]), textarea) { width: 100%; }
.vr-system-content .form-fields > li > select { max-width: 100%; }
.vr-system-content .form-fields > li hr { margin: 8px 0; }
.vr-system-content .form-buttons { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 16px; }
.register-social-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.comment_over { margin: 18px 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.comment_over .comment { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: start; gap: 16px; }
.comment_avatar img { display: block; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.comment_message { min-width: 0; }
.comment_top { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 12px; margin-bottom: 10px; color: var(--text); font: 650 .9rem/1.5 var(--font-ui); }
.comment_top > a { color: var(--text); }
.comm_time { color: var(--subtle); font-size: .76rem; font-weight: 400; }
.comment_message_in { color: var(--muted); font: .98rem/1.65 var(--font-ui); overflow-wrap: anywhere; }
.comment_message_in img { max-width: 100%; height: auto; }
.comment_answer_button { margin-top: 8px; }
.comment_answer_button a { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent-soft); font-size: .84rem; }
.c_rate_t { display: flex; align-items: center; gap: 3px; }
.c_rate_t a { display: grid; place-items: center; min-width: 36px; min-height: 44px; border-radius: 8px; color: var(--muted); }
.c_rate_t a:hover { background: var(--surface-2); color: var(--text); }
.c_rate_count { min-width: 22px; text-align: center; font-size: .85rem; }
.c_rate_count .c_minus { color: var(--danger); }
.c_rate_count .c_plus { color: var(--success); }
.c_rate_count .c_ziro { color: var(--subtle); }
.uComForm { margin-top: 24px; color: var(--muted); }
.uComForm-inner { display: flex; align-items: flex-start; gap: 16px; }
.uComForm .ucf-avatar { flex-shrink: 0; width: 44px; }
.uComForm .ucf-avatar > img { display: block; width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.uComForm .ucf-content { flex: 1; min-width: 0; }
.uComForm .uf-form { margin: 0; padding: 0; list-style: none; }
.uComForm .uf-form > li { margin: 0 0 14px; list-style: none; }
.uComForm .ucf-table { width: 100%; border-collapse: collapse; }
.uComForm .ucf-message-wrap { width: 100%; padding: 0; vertical-align: top; }
.uComForm .ucf-smiles { padding-left: 12px; vertical-align: top; }
.uComForm .ucf-options { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.uComForm textarea.commFl { display: block; width: 100%; min-height: 135px; }
.uComForm input.commFl { min-height: 44px; }
.u-neighbor-link, .related-button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; max-width: 100%; margin: 5px 8px 5px 0; padding: 11px 15px; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--surface); color: var(--accent-soft); font: .88rem/1.5 var(--font-ui); }
.u-neighbor-link:hover, .related-button:hover { border-color: var(--line-strong); color: var(--text); }
.fa-link::before { content: "↗"; }
/* Server-backed related publications; shares the existing story-card design. */
.vr-related { container: related / inline-size; min-width: 0; margin: 40px 0; padding-top: 28px; border-top: 1px solid var(--line); font-family: var(--font-ui); }
.vr-related .section-head { align-items: center; flex-wrap: wrap; }
.vr-related .section-head h2 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.vr-related-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.vr-related-filters .button { min-height: 44px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: .78rem; }
.vr-related-filters .button[aria-pressed="true"] { border-color: var(--accent); background: var(--surface-2); color: var(--text); }
.vr-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vr-related .story-copy { padding: 16px; }
.vr-related .story-copy h3 { margin: 12px 0 0; font-size: 1rem; line-height: 1.5; overflow-wrap: anywhere; }
.vr-related .story-image { aspect-ratio: 16 / 9; }
.vr-related-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: radial-gradient(ellipse at top right, #1d4270, var(--surface-deep)); color: var(--accent-soft); font-size: .9rem; }
.vr-related-status { color: var(--muted); font-size: .84rem; line-height: 1.6; }
@container related (max-width: 740px) { .vr-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@container related (max-width: 480px) { .vr-related-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 580px) { .vr-related-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 1040px) {
  .account-actions { display: flex; margin-left: 0; }
  .account-menu summary { min-width: 44px; min-height: 44px; justify-content: center; }
  .account-menu nav { z-index: 105; }
  .account-menu nav a { min-height: 44px; }
}
@media (max-width: 780px) {
  .search-button { width: 44px; }
  .vr-system-content .form-fields { grid-template-columns: 170px minmax(0, 1fr); gap: 12px 18px; }
  .comment_over .comment { grid-template-columns: 44px minmax(0, 1fr); }
  .comment_rate { grid-column: 2; justify-self: end; }
  .comment_avatar img { width: 44px; height: 44px; }
}
@media (max-width: 580px) {
  .header-inner { gap: 7px; }
  .brand { gap: 7px; }
  .account-actions { gap: 6px; font-size: .82rem; }
  .account-actions > .button { display: none; }
  .vr-system-content .form-fields { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .vr-system-content .form-fields > li:has(> label) { padding-top: 6px; }
  .vr-system-content .form-fields > li > label { font-size: .9rem; font-weight: 600; }
  .comment_over { padding: 16px; }
  .comment_over .comment { gap: 12px; }
  .uComForm-inner { gap: 10px; }
  .uComForm .ucf-avatar { width: 32px; }
  .uComForm .ucf-avatar > img { width: 32px; height: 32px; }
  .uComForm .ucf-smiles { display: none; }
}
