:root {
  --green: #49bf3c;
  --green-bright: #55d647;
  --black: #0d0d0d;
  --coal: #171717;
  --panel: #202020;
  --panel-light: #292929;
  --line: #3a3a3a;
  --white: #fff;
  --muted: #b8b8b8;
  --canvas: #171717;
  --surface: #202020;
  --surface-raised: #292929;
  --border-color: #3a3a3a;
  --text-color: #fff;
  --muted-color: #b8b8b8;
  --accent-readable: var(--green);
  --font-display: "Evren Fraunces", Georgia, serif;
  --font-interface: "Evren Source Sans", "Segoe UI", Arial, sans-serif;
  --heading: var(--font-interface);
  --body: var(--font-interface);
  --card-bg: var(--surface);
  --card-bg-raised: var(--surface-raised);
  --card-border: var(--border-color);
  --card-radius: 12px;
  --card-media-radius: 8px;
  --card-shadow: 0 18px 44px rgba(0,0,0,.2);
  --shell: min(1280px, calc(100vw - 32px));
}

html { color-scheme: dark; }
html[data-theme="light"] {
  color-scheme: light;
  --coal: #f2efe8;
  --panel: #faf8f3;
  --panel-light: #fff;
  --line: #cbc6bb;
  --white: #20251f;
  --muted: #62685f;
  --canvas: #f2efe8;
  --surface: #faf8f3;
  --surface-raised: #fff;
  --border-color: #cbc6bb;
  --text-color: #20251f;
  --muted-color: #62685f;
  --accent-readable: color-mix(in srgb,var(--green) 52%,#153b12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--coal); color: var(--white); font-family: var(--body); line-height: 1.45; }
body.menu-is-open, body.search-is-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
::selection { background: var(--green); color: #071006; }
.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: min(1400px, calc(100vw - 32px)); margin-inline: auto; }
.shell-narrow { width: min(760px, calc(100vw - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; 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; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow, .card-tag { color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* Header */
.portal-header { position: relative; z-index: 100; background: var(--black); }
.portal-header__main { border-bottom: 1px solid #333; }
.portal-header__row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 78px; }
.hamburger { display: grid; width: 34px; height: 34px; align-content: center; gap: 5px; padding: 5px; border: 0; background: transparent; }
.hamburger i { display: block; width: 22px; height: 3px; background: #fff; transition: .2s ease; }
.hamburger[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(8px) rotate(45deg); }
.hamburger[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.hamburger[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-8px) rotate(-45deg); }
.portal-logo { display: inline-flex; justify-self: start; align-items: center; font-family: var(--heading); font-size: 1.08rem; font-stretch: condensed; line-height: 1; letter-spacing: -.02em; }
.portal-logo span { display: grid; width: 20px; height: 29px; margin-right: 3px; place-items: center; background: var(--green); color: #071006; font-family: Impact, sans-serif; font-size: 1.35rem; font-style: italic; transform: skew(-5deg); }
.portal-logo b, .portal-logo strong { font-weight: 800; }
.portal-logo strong { margin-left: 4px; color: #d8d8d8; }
.portal-logo__image { display: block; width: 230px; max-width: 100%; height: auto; object-fit: contain; }
.portal-logo__image--brand { width: 230px; }
.portal-header__actions { display: flex; align-items: center; gap: 20px; }
.theme-toggle { display: none; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid #3d3d3d; border-radius: 50%; background: transparent; color: #fff; }
.has-theme-toggle .theme-toggle { display: grid; }
.theme-toggle:hover,.theme-toggle:focus-visible { border-color: var(--green); color: var(--green); }
.theme-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.theme-toggle__moon { display: none; }
html[data-theme="light"] .theme-toggle__sun { display: none; }
html[data-theme="light"] .theme-toggle__moon { display: block; }
.portal-search-toggle { display: grid; width: 36px; height: 36px; place-items: center; border: 0; background: none; color: #fff; }
.portal-search-toggle svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.account-link { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px 6px 14px; border-radius: 20px; background: #fff; color: #111; font-family: var(--heading); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.account-link i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #171717; color: var(--green); font-size: .55rem; }
.register-link { color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.register-link:hover,.register-link:focus-visible { color: #b8ffad; }
.logout-link { display: inline-flex; align-items: center; gap: 7px; color: #b8c0ba; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.logout-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.logout-link:hover,.logout-link:focus-visible { color: #ff8c8c; }
.notification-link { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #3d3d3d; border-radius: 50%; }
.notification-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.notification-link b { position: absolute; top: -5px; right: -5px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; border-radius: 10px; background: var(--green); color: #071006; font-size: .58rem; }
.topic-nav { min-height: 48px; border-bottom: 1px solid #242424; background: #111; }
.topic-nav__inner { min-height: 48px; overflow-x: auto; }
.topic-menu { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: clamp(13px, 1.6vw, 26px); padding: 0; margin: 0; list-style: none; }
.topic-menu > li { position: relative; flex: 0 0 auto; }
.topic-menu > li + li::before { position: absolute; top: 50%; left: calc(clamp(13px, 1.6vw, 26px) / -2 - 3px); width: 6px; height: 6px; border-radius: 50%; background: #747474; content: ""; transform: translateY(-50%); }
.topic-nav a { flex: 0 0 auto; font-family: var(--heading); font-size: .78rem; font-weight: 800; }
.topic-nav a:hover, .topic-nav .current-menu-item > a { color: var(--green); }
.topic-nav i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #747474; }
.drawer-nav { position: fixed; z-index: 120; top: 0; bottom: 0; left: 0; width: min(360px, 88vw); padding: 0 28px 28px; background: #0c0c0c; box-shadow: 20px 0 50px rgba(0,0,0,.45); transform: translateX(-105%); transition: transform .28s ease; }
.drawer-nav.is-open { transform: translateX(0); }
.drawer-nav__head { display: flex; height: 72px; align-items: center; justify-content: space-between; border-bottom: 1px solid #333; color: var(--green); font-family: var(--heading); font-size: 1.1rem; font-weight: 800; text-transform: uppercase; }
.drawer-nav__head button { border: 0; background: none; color: #fff; font-size: 2rem; }
.drawer-nav .menu { padding: 20px 0; margin: 0; list-style: none; }
.drawer-nav .menu a { display: block; padding: 13px 0; border-bottom: 1px solid #2b2b2b; font-family: var(--heading); font-size: 1.55rem; font-weight: 800; }
.drawer-nav .sub-menu { padding-left: 15px; list-style: none; }
.drawer-nav .sub-menu a { font-size: 1rem; }
.drawer-nav__footer { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid #333; color: var(--green); font-family: var(--heading); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.drawer-nav__footer .drawer-logout-link { margin-top: 6px; color: #ff8c8c; }
.drawer-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(0,0,0,.72); }
.portal-search { position: absolute; z-index: 115; inset: 58px 0 auto; padding: 28px 0; background: #151515; box-shadow: 0 20px 35px rgba(0,0,0,.35); }
.portal-search__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.portal-search__inner > span { color: var(--green); font-family: var(--heading); font-weight: 800; text-transform: uppercase; }
.portal-search .search-form { display: flex; border-bottom: 2px solid #777; }
.portal-search .search-form label { flex: 1; }
.portal-search .search-field { width: 100%; padding: 10px 0; border: 0; background: none; color: #fff; font-size: 1.35rem; }
.portal-search .search-submit { border: 0; background: none; color: var(--green); font-family: var(--heading); font-weight: 800; text-transform: uppercase; }
.portal-search__inner > button { border: 0; background: none; color: #fff; font-size: 2rem; }

/* Original fallback artwork */
.portal-art { position: absolute; display: grid; inset: 0; place-items: center; overflow: hidden; background: #263331; }
.portal-art::before, .portal-art::after { position: absolute; content: ""; }
.portal-art::before { width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.portal-art::after { inset: 0; opacity: .22; background-image: linear-gradient(115deg,transparent 48%,rgba(255,255,255,.35) 49%,transparent 50%); background-size: 32px 32px; }
.portal-art i { position: absolute; width: 1px; height: 130%; background: rgba(255,255,255,.2); transform: rotate(34deg); }
.portal-art b { color: rgba(255,255,255,.8); font-family: Impact, sans-serif; font-size: clamp(6rem,12vw,12rem); font-style: italic; line-height: 1; text-shadow: 15px 15px 0 rgba(0,0,0,.2); }
.portal-art small { position: absolute; top: 16px; right: 16px; color: rgba(255,255,255,.48); font-family: var(--heading); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.art-tone-1 { background: linear-gradient(135deg,#56201c,#181717 52%,#28403e); }
.art-tone-2 { background: linear-gradient(145deg,#1b3561,#131722 58%,#4b241c); }
.art-tone-3 { background: linear-gradient(135deg,#3b1837,#11131a 52%,#1d4b47); }
.art-tone-4 { background: linear-gradient(150deg,#5b431a,#17150f 56%,#253c3c); }
.art-tone-5 { background: linear-gradient(125deg,#203e59,#11141c 55%,#53252f); }
.art-tone-6 { background: linear-gradient(140deg,#24442d,#101711 58%,#4c2018); }
.cover-link > img, .production-card__art > img, .story-card__art > img, .review-thumb > img, .feed-card__image > img, .timeline-thumb > img, .watch-widget img, .short-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Advertising */
.evren-ad-zone { position: relative; z-index: 3; }
.evren-ad-zone--wide { padding: 20px 16px; border-block: 1px solid #2d322e; background: #121512; }
.evren-ad-zone--inline { margin: 28px 0; }
.evren-ad-zone--sidebar { margin: 0 0 28px; }
#wpforo #wpforo-wrap .evren-ad-zone.evren-ad-zone--forum-inline { display: block !important; width: 100% !important; max-width: none !important; float: none !important; clear: both; padding: 16px 0 !important; margin: 12px auto !important; border: 0 !important; border-radius: 0; background: transparent !important; }
#wpforo #wpforo-wrap .evren-ad-zone--forum-inline .evren-ad-slot { display: grid; width: min(728px,calc(100% - 32px)) !important; max-width: 728px !important; float: none !important; margin: 0 auto !important; }
.evren-ad-slot { --ad-width: 970px; --ad-height: 90px; position: relative; display: grid; width: min(var(--ad-width),100%); min-height: var(--ad-height); place-items: center; margin-inline: auto; overflow: hidden; border: 1px solid #3d473e; border-radius: 5px; background: #171c18; }
.evren-ad-slot--billboard { --ad-height: 250px; }
.evren-ad-slot--rectangle { --ad-width: 300px; --ad-height: 250px; }
.evren-ad-slot--square { --ad-width: 300px; --ad-height: 300px; }
.evren-ad-slot--skyscraper { --ad-width: 300px; --ad-height: 600px; }
.evren-ad-slot--inline { --ad-width: 728px; --ad-height: 90px; }
.evren-ad-slot--inline-billboard { --ad-width: 728px; --ad-height: 250px; }
.evren-ad-disclosure { position: absolute; z-index: 2; top: 6px; right: 8px; color: #7e897f; font-size: .52rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.evren-test-ad { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 22px; background: radial-gradient(circle at 18% 50%,rgba(73,191,60,.16),transparent 30%),repeating-linear-gradient(135deg,transparent 0,transparent 16px,rgba(255,255,255,.018) 16px,rgba(255,255,255,.018) 17px); text-align: center; }
.evren-test-ad::before { position: absolute; width: min(150px,32%); aspect-ratio: 1; border: 1px solid rgba(73,191,60,.14); border-radius: 50%; box-shadow: 0 0 0 18px rgba(73,191,60,.025),0 0 0 36px rgba(73,191,60,.018); content: ""; }
.evren-test-ad > * { position: relative; z-index: 1; }
.evren-test-ad > span { color: var(--green); font-size: .58rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.evren-test-ad strong { max-width: 90%; font-family: var(--heading); font-size: clamp(1rem,2vw,1.55rem); font-weight: 900; text-transform: uppercase; }
.evren-test-ad small { color: #8f9890; font-size: .58rem; }
.evren-ad-custom { display: grid; width: 100%; min-height: inherit; place-items: center; }
.evren-ad-custom iframe, .evren-ad-custom img, .evren-ad-custom video { max-width: 100%; }
.evren-house-ad { display: block; width: 100%; height: 100%; }
.evren-house-ad img { display: block; width: 100%; height: 100%; object-fit: cover; }
.evren-house-ad--tatlisozler { color: #402c35; text-decoration: none; }
.tatlisozler-ad { position: relative; isolation: isolate; display: grid; width: 100%; height: 90px; grid-template-columns: 270px minmax(260px,1fr) auto; align-items: center; gap: 24px; overflow: hidden; padding: 10px 64px 10px 22px; background: radial-gradient(circle at 82% 20%,rgba(232,121,107,.18),transparent 23%),linear-gradient(105deg,#fffaf4,#f7eddf); color: #402c35; text-align: left; }
.tatlisozler-ad::before, .tatlisozler-ad::after { position: absolute; z-index: -1; border-radius: 50% 0 50% 50%; background: #f7d9de; content: ""; transform: rotate(32deg); }
.tatlisozler-ad::before { right: 38px; bottom: -42px; width: 110px; height: 110px; opacity: .75; }
.tatlisozler-ad::after { top: -28px; right: 132px; width: 64px; height: 64px; background: #dce5d6; opacity: .8; transform: rotate(68deg); }
.tatlisozler-ad__brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.tatlisozler-ad__mark { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 16px 16px 16px 6px; background: #f7d9de; color: #7d354c; transform: rotate(-3deg); }
.tatlisozler-ad__mark svg { width: 25px; fill: currentColor; stroke: currentColor; }
.tatlisozler-ad__brand strong { display: block; font-family: Georgia,serif; font-size: 1.35rem; line-height: 1; }
.tatlisozler-ad__brand small { display: block; margin-top: 5px; color: #77646c; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tatlisozler-ad__quote { padding-left: 22px; border-left: 1px solid #eadbd5; color: #77646c; font-family: Georgia,serif; font-size: .88rem; line-height: 1.25; }
.tatlisozler-ad__quote b { display: block; color: #7d354c; font-size: 1.02rem; }
.tatlisozler-ad__cta { position: relative; z-index: 1; display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: #7d354c; box-shadow: 0 8px 18px rgba(125,53,76,.18); color: #fffaf4; font-size: .68rem; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
@media (max-width: 700px) {
  .tatlisozler-ad { height: 100px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 12px 34px 12px 14px; }
  .tatlisozler-ad__quote { display: none; }
  .tatlisozler-ad__mark { width: 42px; height: 42px; flex-basis: 42px; border-radius: 14px 14px 14px 5px; }
  .tatlisozler-ad__mark svg { width: 22px; }
  .tatlisozler-ad__brand { gap: 9px; }
  .tatlisozler-ad__brand strong { font-size: 1rem; }
  .tatlisozler-ad__brand small { margin-top: 3px; font-size: .48rem; letter-spacing: .04em; }
  .tatlisozler-ad__cta { min-height: 36px; padding-inline: 12px; font-size: .56rem; }
}
.portal-sidebar .evren-ad-zone--sidebar, .article-sidebar .evren-ad-zone--sidebar { width: 100%; }
.portal-sidebar .evren-ad-slot, .article-sidebar .evren-ad-slot { width: 100%; }
.mag-article__main > .evren-ad-zone--inline .evren-ad-slot { width: 100%; }

/* Hero */
.portal-main { position: relative; overflow: hidden; background: var(--panel); }
.portal-motifs { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.portal-motif { position: absolute; width: 92px; height: auto; color: rgba(73,191,60,.16); fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.portal-motif--ring { top: 2%; left: max(4px,calc(50% - 720px)); width: 112px; transform: rotate(-12deg); }
.portal-motif--wand { top: 15%; right: max(4px,calc(50% - 718px)); width: 82px; color: rgba(213,181,105,.16); transform: rotate(10deg); }
.portal-motif--lion { top: 29%; left: max(3px,calc(50% - 724px)); width: 104px; color: rgba(213,181,105,.13); transform: rotate(-5deg); }
.portal-motif--sword { top: 43%; right: max(3px,calc(50% - 716px)); width: 96px; transform: rotate(8deg); }
.portal-motif--eye { top: 60%; left: max(5px,calc(50% - 720px)); width: 88px; color: rgba(22,92,34,.13); transform: rotate(-8deg); }
.portal-motif--crown { top: 76%; right: max(4px,calc(50% - 720px)); width: 86px; color: rgba(22,92,34,.12); transform: rotate(9deg); }
.portal-motif--stars { top: 91%; left: max(4px,calc(50% - 714px)); width: 92px; color: rgba(22,92,34,.12); transform: rotate(-6deg); }
.portal-hero { padding: 16px 0 32px; }
.portal-hero__grid { display: grid; grid-template-columns: minmax(0,2.1fr) minmax(340px,1fr); gap: 38px; }
.featured-zone { min-width: 0; }
.cover-link { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 8px; background: #111; }
.cover-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.94),transparent 60%); }
.cover-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 22px; }
.lead-card { height: 550px; }
.lead-card h1 { max-width: 880px; margin: 7px 0 0; font-family: var(--heading); font-size: clamp(2.1rem,3.2vw,3rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.05; }
.featured-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 16px; }
.featured-card { height: 255px; }
.featured-card h2 { margin: 5px 0 0; font-family: var(--heading); font-size: 1.35rem; font-weight: 900; line-height: 1.08; }
.breaking-column { min-width: 0; }
.module-title { margin: 13px 0 19px; font-family: var(--heading); font-size: 1.65rem; font-weight: 900; text-transform: uppercase; }
.timeline-list { position: relative; padding-left: 25px; }
.timeline-list::before { position: absolute; top: 6px; bottom: 6px; left: 5px; width: 1px; background: #b1b1b1; content: ""; }
.timeline-item { position: relative; display: grid; grid-template-columns: 1fr 145px; align-items: center; gap: 16px; min-height: 118px; padding: 12px 0; border-bottom: 1px solid #3b3b3b; }
.timeline-item::before { position: absolute; top: 50%; left: -25px; width: 11px; height: 11px; border-radius: 50%; background: #c9c9c9; content: ""; transform: translateY(-50%); }
.timeline-item time { color: #c5c5c5; font-size: .72rem; }
.timeline-item h3 { margin: 7px 0 0; font-family: var(--heading); font-size: 1.08rem; font-weight: 900; line-height: 1.08; }
.timeline-item h3 a:hover { color: var(--green); }
.timeline-thumb { position: relative; display: block; height: 82px; overflow: hidden; border-radius: 7px; }
.module-more { display: block; margin-top: 10px; color: #ddd; font-family: var(--heading); font-size: .7rem; font-weight: 800; text-align: right; text-transform: uppercase; }
.module-more span { color: var(--green); }
.module-empty { padding: 22px 0; color: #999; font-size: .78rem; }
.portal-empty { display: grid; height: 550px; place-items: center; border-radius: 8px; background: #151515; }

/* Modules */
.dark-module { padding: 38px 0; border-top: 1px solid #2c2c2c; background: #111; }
.module-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.module-heading h2 { margin: 0; font-family: var(--heading); font-size: 1.75rem; font-weight: 900; text-transform: uppercase; }
.module-heading h2::after { display: block; width: 48px; height: 3px; margin-top: 6px; background: var(--green); content: ""; }
.module-heading a { font-family: var(--heading); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.module-heading a span { margin-left: 6px; color: var(--green); font-size: 1rem; }
.daily-question-module { padding: 34px 0; border-block: 1px solid #303030; background: #151515; }
.daily-question { position: relative; display: grid; grid-template-columns: minmax(260px,.68fr) minmax(0,1.5fr); overflow: hidden; border: 1px solid #454545; border-radius: 10px; background: #0e0e0e; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.daily-question__intro { position: relative; min-height: 370px; padding: 36px; overflow: hidden; background: var(--green); color: #071006; }
.daily-question__intro::after { position: absolute; right: -80px; bottom: -100px; width: 260px; height: 260px; border: 1px solid rgba(7,16,6,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(7,16,6,.06),0 0 0 90px rgba(7,16,6,.04); content: ""; }
.daily-question__badge { position: relative; z-index: 2; display: inline-block; padding: 6px 9px; border: 1px solid rgba(7,16,6,.42); font-family: var(--heading); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.daily-question__intro > b { position: relative; z-index: 2; display: block; margin: 18px 0 -8px; font-family: Impact,sans-serif; font-size: 7rem; font-style: italic; line-height: 1; }
.daily-question__intro h2 { position: relative; z-index: 2; max-width: 260px; margin: 0; font-family: var(--heading); font-size: 2rem; font-weight: 900; line-height: .95; text-transform: uppercase; }
.daily-question__intro p { position: relative; z-index: 2; max-width: 245px; margin: 16px 0 0; font-size: .78rem; font-weight: 700; }
.daily-question__body { min-width: 0; padding: 34px 38px; }
.daily-question fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.daily-question legend { max-width: 780px; padding: 0; margin-bottom: 24px; font-family: var(--heading); font-size: clamp(1.65rem,3vw,2.5rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
.daily-question__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.daily-question__choice { position: relative; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; min-height: 62px; padding: 10px 13px; border: 1px solid #3d3d3d; border-radius: 6px; background: #1a1a1a; cursor: pointer; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.daily-question__choice:hover { border-color: #777; transform: translateY(-1px); }
.daily-question__choice input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.daily-question__letter { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #555; border-radius: 50%; color: #bbb; font-family: var(--heading); font-size: .75rem; font-weight: 900; }
.daily-question__choice input:focus-visible + .daily-question__letter { outline: 3px solid var(--green); outline-offset: 3px; }
.daily-question__choice.is-chosen, .daily-question__choice.is-selected { border-color: var(--green); background: #202a1f; }
.daily-question__choice.is-chosen .daily-question__letter, .daily-question__choice.is-selected .daily-question__letter { border-color: var(--green); background: var(--green); color: #071006; }
.daily-question__text { min-width: 0; font-family: var(--heading); font-size: .9rem; font-weight: 800; line-height: 1.15; }
.daily-question__percentage { color: var(--green); font-family: var(--heading); font-size: .82rem; font-weight: 900; }
.daily-question__submit { min-width: 170px; padding: 13px 18px; margin-top: 20px; border: 0; border-radius: 4px; background: var(--green); color: #071006; font-family: var(--heading); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.daily-question__submit:disabled { opacity: .42; cursor: not-allowed; }
.daily-question.is-answered .daily-question__choice { cursor: default; transform: none; }
.daily-question.is-answered .daily-question__choice:not(.is-selected):not(.is-correct) { opacity: .58; }
.daily-question__choice.is-correct { border-color: var(--green); background: rgba(73,191,60,.14); }
.daily-question__choice.is-correct .daily-question__letter { border-color: var(--green); background: var(--green); color: #071006; }
.daily-question__choice.is-wrong { border-color: #df5959; background: rgba(223,89,89,.12); }
.daily-question__choice.is-wrong .daily-question__letter { border-color: #df5959; color: #ff8c8c; }
.daily-question__result { padding: 18px 0 0; margin-top: 22px; border-top: 1px solid #363636; }
.daily-question__result > strong { display: block; color: var(--green); font-family: var(--heading); font-size: 1.25rem; font-weight: 900; text-transform: uppercase; }
.daily-question__result div { margin-top: 7px; color: #bbb; font-size: .82rem; line-height: 1.55; }
.daily-question__result div > * { margin: 0 0 8px; }
.daily-question__result small { display: block; margin-top: 9px; color: #777; font-size: .65rem; text-transform: uppercase; }
.shorts-track { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
.short-card { min-width: 0; aspect-ratio: 9/14; scroll-snap-align: start; }
.short-card > a { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 8px; background: #222; }
.short-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.92),transparent 60%); }
.play-button { position: absolute; top: 46%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: #111; font-size: 1.2rem; font-style: normal; transform: translate(-50%,-50%); }
.short-card div { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 16px; }
.short-card h3 { margin: 0; font-family: var(--heading); font-size: 1.15rem; font-weight: 900; line-height: 1.06; }
.short-card small { display: block; margin-top: 8px; color: #ccc; font-size: .65rem; }
.editorial-module { padding-block: 44px; }
.editorial-module__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.editorial-module .module-heading h2::after { display: none; }
.review-list { display: grid; gap: 8px; padding: 12px; border-radius: 8px; background: #282828; }
.review-list article { display: grid; min-height: 116px; grid-template-columns: 185px 1fr; gap: 14px; padding: 7px; border: 1px solid #414141; border-radius: 5px; background: #202020; }
.review-list article > div { min-width: 0; }
.review-thumb { position: relative; display: block; min-height: 100px; overflow: hidden; border-radius: 3px; }
.review-list h3 { margin: 5px 0 14px; overflow-wrap: anywhere; font-family: var(--heading); font-size: 1.12rem; font-weight: 900; line-height: 1.08; }
.review-list h3 a:hover { color: var(--green); }
.review-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; margin: 0; color: #999; font-size: .61rem; }
.review-meta span:first-child { color: #ddd; font-weight: 700; }
.review-comments { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; }
.review-comments svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.profile-slider { position: relative; }
.profile-slider__viewport { overflow: hidden; border-radius: 8px; }
.profile-slider__track { display: flex; transition: transform .38s cubic-bezier(.22,.61,.36,1); }
.profile-slide { min-width: 100%; aspect-ratio: 16/9; }
.profile-slide > a { position: relative; display: block; height: 100%; overflow: hidden; background: #222; }
.profile-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-slide__shade { position: absolute; inset: 38% 0 0; background: linear-gradient(0deg,rgba(0,0,0,.94),transparent); }
.profile-slide > a > div { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; padding-right: 88px; }
.profile-slide h3 { margin: 5px 0 0; font-family: var(--heading); font-size: 1.85rem; font-weight: 900; line-height: 1.02; }
.profile-slider__controls { position: absolute; z-index: 4; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 5px; }
.profile-slider__controls button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #454545; border-radius: 4px; background: rgba(12,12,12,.9); color: #fff; font-size: 1.15rem; }
.profile-slider__controls button:hover { border-color: var(--green); color: var(--green); }
.profile-slider__controls span { min-width: 38px; color: #bbb; font-size: .6rem; text-align: center; }
.weekly-profile-card { position: relative; min-height: 372px; overflow: hidden; border: 1px solid #373737; border-radius: 8px; background: #1a1a1a; color: #fff; }
.weekly-profile-card > a { position: absolute; inset: 0; display: block; color: inherit; }
.weekly-profile-card__art, .weekly-profile-card__art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.weekly-profile-card__art img { object-fit: cover; transition: transform .5s cubic-bezier(.2,.65,.3,1); }
.weekly-profile-card:hover .weekly-profile-card__art img { transform: scale(1.035); }
.weekly-profile-card__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,7,5,.96) 0%,rgba(5,7,5,.82) 42%,rgba(5,7,5,.2) 78%),linear-gradient(0deg,rgba(0,0,0,.82),transparent 65%); }
.weekly-profile-card__week { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; background: rgba(7,10,7,.72); color: #d7d7d7; font-size: .57rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.weekly-profile-card__copy { position: absolute; right: 28px; bottom: 26px; left: 28px; max-width: 470px; }
.weekly-profile-card__copy h3 { max-width: 450px; margin: 10px 0 9px; color: #fff; font-family: var(--heading); font-size: clamp(1.65rem,2.5vw,2.25rem); font-weight: 900; line-height: .98; text-shadow: 0 2px 12px #000; }
.weekly-profile-card__copy p { max-width: 430px; margin: 0 0 17px; color: #d0d0d0; font-size: .76rem; line-height: 1.45; text-shadow: 0 1px 8px #000; }
.weekly-profile-card__copy strong { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-family: var(--heading); font-size: .68rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.weekly-profile-card__copy strong span { transition: transform .2s ease; }
.weekly-profile-card:hover .weekly-profile-card__copy strong span { transform: translateX(4px); }

/* Feed */
.feed-section { padding: 45px 0 75px; border-top: 1px solid #303030; background: #181818; color: #f2f2f2; }
.feed-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(280px,.85fr); gap: 42px; }
.feed-header { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding-bottom: 10px; border-bottom: 4px solid #e7e7e7; }
.feed-header h2 { margin: 0; font-family: var(--heading); font-size: 2.1rem; font-weight: 900; text-transform: uppercase; }
.feed-header nav { display: flex; gap: 18px; }
.feed-header nav button { position: relative; flex: 0 0 auto; padding: 8px 0; border: 0; background: transparent; color: #969696; font-family: var(--heading); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.feed-header nav button.is-active, .feed-header nav button:hover { color: #fff; }
.feed-header nav button.is-active::after { position: absolute; right: 0; bottom: -14px; left: 0; height: 4px; background: var(--green); content: ""; }
.feed-card { display: grid; grid-template-columns: 290px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid #3c3c3c; }
.feed-card__image { position: relative; display: block; min-height: 190px; overflow: hidden; border-radius: 7px; }
.feed-card h3 { margin: 6px 0 8px; font-family: var(--heading); font-size: 1.65rem; font-weight: 900; line-height: 1.03; }
.feed-card h3 a:hover { color: var(--green); }
.feed-card p { margin: 0; color: #b8b8b8; font-size: .88rem; line-height: 1.45; }
.feed-card__meta { display: flex; gap: 10px; margin-top: 15px; color: #898989; font-size: .68rem; }
.feed-card__meta span { font-weight: 700; }
.feed-list { overflow-anchor: none; transition: opacity .18s ease; }
.feed-list.is-loading { opacity: .32; pointer-events: none; }
.feed-list > .module-empty { padding: 35px 0; color: #999; }
.load-more { display: block; margin-top: 24px; padding: 13px; border: 2px solid #e7e7e7; color: #fff; font-family: var(--heading); font-size: .8rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.load-more:hover { border-color: var(--green); background: var(--green); color: #071006; }
.portal-sidebar { padding-top: 58px; }
.portal-sidebar h2 { margin: 0 0 13px; padding-bottom: 8px; border-bottom: 4px solid #e7e7e7; font-family: var(--heading); font-size: 1.45rem; font-weight: 900; text-transform: uppercase; }
.watch-widget { margin-bottom: 35px; }
.watch-widget > a { position: relative; display: block; height: 320px; overflow: hidden; border-radius: 8px; background: #222; }
.watch-widget > a::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 60%); content: ""; }
.watch-widget > a > span:last-child { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; color: #fff; font-family: var(--heading); font-size: 1.65rem; font-weight: 900; line-height: 1.05; }
.trending-widget > a { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #3c3c3c; }
.trending-widget > a b { color: var(--green); font-family: Impact, sans-serif; font-size: 2.1rem; font-style: italic; }
.trending-widget > a span { font-family: var(--heading); font-size: 1rem; font-weight: 900; line-height: 1.08; }

/* Shared cards and archives */
.archive-hero { padding: 65px 0 55px; background: #111; }
.archive-hero__inner { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 40px; }
.archive-hero h1 { margin: 0; font-family: var(--heading); font-size: clamp(3rem,7vw,6.5rem); font-weight: 900; letter-spacing: -.04em; line-height: .9; text-transform: uppercase; }
.archive-hero__inner > p, .archive-description { margin: 0; color: #bcbcbc; }
.archive-hero--collage { overflow: hidden; padding: 42px 0 38px; }
.archive-hero--collage .archive-hero__inner { grid-template-columns: minmax(400px,.9fr) minmax(400px,1.05fr) minmax(230px,.62fr); align-items: center; gap: 26px; }
.archive-hero--reviews h1 { font-size: clamp(3rem,6vw,5.5rem); }
.archive-hero__collage { display: grid; width: 100%; height: 158px; grid-template-columns: .85fr 1fr 1fr 1fr .9fr 1.05fr; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 6px; transform: rotate(-.6deg); }
.archive-hero__collage span { position: relative; min-width: 0; overflow: hidden; border: 3px solid #292929; border-radius: 4px; background: #202020; box-shadow: 0 7px 18px rgba(0,0,0,.28); }
.archive-hero__collage span:nth-child(1) { grid-area: 1/1/3/2; transform: rotate(-1.7deg); }
.archive-hero__collage span:nth-child(2) { grid-area: 1/2/2/3; }
.archive-hero__collage span:nth-child(3) { grid-area: 1/3/2/5; transform: rotate(.7deg); }
.archive-hero__collage span:nth-child(4) { grid-area: 2/2/3/3; transform: rotate(.9deg); }
.archive-hero__collage span:nth-child(5) { grid-area: 2/3/3/5; transform: rotate(-.5deg); }
.archive-hero__collage span:nth-child(6) { z-index: 2; grid-area: 1/5/3/6; transform: rotate(1.5deg); }
.archive-hero__collage span:nth-child(7) { grid-area: 1/6/2/7; transform: rotate(-.8deg); }
.archive-hero__collage span:nth-child(8) { grid-area: 2/6/3/7; transform: rotate(.8deg); }
.archive-hero__collage img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.filter-bar { border-block: 1px solid #333; background: #181818; }
.filter-bar .shell { display: flex; min-height: 60px; align-items: center; gap: 24px; overflow-x: auto; }
.filter-bar a { flex: 0 0 auto; color: #aaa; font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.filter-bar a.is-active, .filter-bar a:hover { color: var(--green); }
.section { padding: 55px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-family: var(--heading); font-size: 2.4rem; font-weight: 900; text-transform: uppercase; }
.text-link { color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.production-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px 18px; }
.production-grid--archive { grid-template-columns: repeat(4,minmax(0,1fr)); }
.production-card__art, .story-card__art { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 7px; background: #222; }
.score-badge { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 7px 9px; border-radius: 4px; background: var(--green); color: #071006; font-family: var(--heading); font-size: .85rem; font-weight: 900; }
.production-card__body, .story-card__body { padding: 12px 2px 0; }
.production-card__meta, .story-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #999; font-size: .63rem; text-transform: uppercase; }
.production-card__meta a { color: var(--green); font-weight: 800; }
.production-card h3, .story-card h3 { margin: 7px 0; font-family: var(--heading); font-size: 1.35rem; font-weight: 900; line-height: 1.04; }
.production-card h3 a:hover, .story-card h3 a:hover { color: var(--green); }
.production-card__body > p, .story-card__body > p { margin: 7px 0; color: #aaa; font-size: .78rem; }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.story-card .text-link { display: inline-block; margin-top: 8px; }

/* Atlas dossier card system */
.production-card,
.story-card,
.search-card,
.discover-grid > article,
.atlas-grid > article,
.recommendation-grid > article,
.universe-character-grid > article,
.article-related__grid > article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  background: var(--card-bg);
  box-shadow: inset 0 3px var(--green);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.production-card::after,
.story-card::after {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px color-mix(in srgb,var(--green) 15%,transparent);
  content: "";
  pointer-events: none;
}
.production-card__art { aspect-ratio: 4/5; border-radius: 0; }
.story-card__art { aspect-ratio: 16/10; border-radius: 0; }
.production-card__body,.story-card__body { padding: 17px 18px 20px; }
.production-card__meta,.story-card__meta { min-height: 20px; color: var(--muted-color); font-size: .75rem; letter-spacing: .035em; }
.production-card h3,.story-card h3,.search-card h2,.universe-character-grid h3,.article-related__grid h3 { font-family: var(--font-display); font-weight: 720; letter-spacing: -.025em; line-height: 1.08; }
.production-card h3,.story-card h3 { margin: 10px 0 8px; font-size: 1.55rem; }
.production-card__body > p,.story-card__body > p { color: var(--muted-color); font-size: .9rem; line-height: 1.5; }
.production-card:is(:hover,:focus-within),
.story-card:is(:hover,:focus-within),
.search-card:is(:hover,:focus-within),
.discover-grid > article:is(:hover,:focus-within),
.atlas-grid > article:is(:hover,:focus-within),
.recommendation-grid > article:is(:hover,:focus-within),
.universe-character-grid > article:is(:hover,:focus-within),
.article-related__grid > article:is(:hover,:focus-within) {
  border-color: var(--green);
  box-shadow: var(--card-shadow), inset 0 3px var(--green);
  transform: translateY(-3px);
}
.production-card__art img,.story-card__art img { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.production-card:is(:hover,:focus-within) .production-card__art img,.story-card:is(:hover,:focus-within) .story-card__art img { transform: scale(1.035); }
.lead-card h1,.archive-hero h1,.production-hero h1,.article-header h1,.page-header h1,.corporate-hero h1,.authors-hero h1,.author-profile-hero h1,.universe-hero h1,.search-hero h1 { font-family: var(--font-display); font-weight: 720; text-transform: none; }
.module-heading h2,.section-heading h2,.universe-section__head h2 { font-family: var(--font-display); font-weight: 700; text-transform: none; }
.prose h2,.prose h3,.prose h4,.prose blockquote { font-family: var(--font-display); }
.release-card,.club-card,.community-list-card,.author-directory-card,.following-member-card { border-color: var(--card-border); border-radius: var(--card-radius); background: var(--card-bg-raised); }
.release-card:is(:hover,:focus-within),.club-card:is(:hover,:focus-within),.community-list-card:is(:hover,:focus-within) { border-color: var(--green); box-shadow: var(--card-shadow); }

/* Universe gates */
.universe-gates { min-height: 100vh; overflow: hidden; background: #080b09; color: #fff; }
.universe-gates__hero { position: relative; padding: clamp(80px,10vw,145px) 0 80px; overflow: hidden; border-bottom: 1px solid #253027; background: radial-gradient(circle at 83% 50%,rgba(73,191,60,.17),transparent 27%),linear-gradient(115deg,#101713,#060807 68%); }
.universe-gates__hero::before { position: absolute; width: min(720px,70vw); aspect-ratio: 1; top: 50%; right: -15%; border: 1px solid rgba(122,244,105,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(73,191,60,.025),0 0 0 160px rgba(73,191,60,.018); content: ""; transform: translateY(-50%); }
.universe-gates__hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: center; gap: 60px; }
.universe-gates__hero-inner--collage { grid-template-columns: minmax(0,1fr) minmax(420px,.72fr); gap: 48px; }
.archive-hero__collage--gates { height: 220px; }
.universe-gates__hero h1 { max-width: 940px; margin: 8px 0 20px; font-family: var(--font-display); font-size: clamp(4.5rem,11vw,10rem); font-weight: 680; letter-spacing: -.07em; line-height: .75; }
.universe-gates__hero p:last-child { max-width: 680px; margin: 0; color: #abb5ad; font-size: clamp(1rem,2vw,1.35rem); line-height: 1.5; }
.universe-gates__compass { position: relative; display: grid; width: 260px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(115,226,97,.4); border-radius: 50%; transform: rotate(-12deg); }
.universe-gates__compass::before,.universe-gates__compass::after,.universe-gates__compass i,.universe-gates__compass span { position: absolute; content: ""; }
.universe-gates__compass::before { inset: 25px; border: 1px dashed rgba(255,255,255,.19); border-radius: 50%; }
.universe-gates__compass::after { width: 1px; height: 118%; background: linear-gradient(transparent,#55d647,transparent); }
.universe-gates__compass i { width: 118%; height: 1px; background: linear-gradient(90deg,transparent,#55d647,transparent); }
.universe-gates__compass b { color: #55d647; font-family: var(--font-display); font-size: 4rem; font-weight: 500; }
.universe-gates__directory { padding-block: 28px 100px; }
.universe-gates__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.universe-gate { min-height: 460px; }
.universe-gate:last-child:nth-child(odd) { width: calc(50% - 11px); grid-column: 1/-1; justify-self: center; }
.universe-gate > a { position: relative; display: block; height: 100%; min-height: inherit; overflow: hidden; border: 1px solid #303a32; border-radius: 18px; background: #111713; isolation: isolate; transition: border-color .25s ease,transform .25s ease,box-shadow .25s ease; }
.universe-gate > a:is(:hover,:focus-visible) { border-color: var(--green); box-shadow: 0 30px 80px rgba(0,0,0,.45); transform: translateY(-5px); }
.universe-gate__art,.universe-gate__art > img,.universe-gate__art > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.universe-gate__art > picture img,.universe-gate__art > img { width: 100%; height: 100%; object-fit: cover; object-position: var(--universe-focus-x,50%) var(--universe-focus-y,50%); transition: transform .8s cubic-bezier(.2,.7,.2,1),filter .4s ease; }
.universe-gate > a:is(:hover,:focus-visible) .universe-gate__art img { transform: scale(1.045); filter: saturate(1.1); }
.universe-gate__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(2,6,3,.98),rgba(3,8,4,.18) 65%),linear-gradient(90deg,rgba(2,6,3,.48),transparent); }
.universe-gate__index { position: absolute; z-index: 2; top: 22px; left: 26px; color: rgba(255,255,255,.62); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.universe-gate__copy { position: absolute; z-index: 3; right: 28px; bottom: 27px; left: 28px; max-width: 620px; }
.universe-gate__copy h2 { margin: 4px 0 9px; font-family: var(--font-display); font-size: clamp(2.8rem,4.4vw,4.5rem); font-weight: 700; letter-spacing: -.05em; line-height: .88; }
.universe-gate__copy > p:not(.eyebrow) { max-width: 520px; margin: 0; color: #d2d8d3; font-size: .84rem; line-height: 1.45; }
.universe-gate__copy small { display: block; margin-top: 10px; color: #a7b0a9; font-size: .62rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.universe-gate__copy strong { display: inline-flex; align-items: center; gap: 9px; padding-top: 14px; color: var(--universe-accent,var(--green)); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.universe-gate__copy strong span { font-size: 1rem; }
.universe-gate__sigil { position: absolute; z-index: 2; top: 26px; right: 28px; display: grid; width: 88px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(5,10,6,.3); backdrop-filter: blur(7px); }
.universe-gate__sigil::before,.universe-gate__sigil::after { position: absolute; inset: 10px; border: 1px solid color-mix(in srgb,var(--universe-accent,var(--green)) 65%,transparent); border-radius: 50%; content: ""; }
.universe-gate__sigil::after { inset: 19px; border-style: dashed; }
.universe-gate__sigil span { color: #fff; font-family: var(--font-display); font-size: 2.4rem; font-weight: 650; }
.universe-gate--2 .universe-gate__shade { background: linear-gradient(0deg,rgba(7,4,4,.98),rgba(10,4,4,.15) 70%),linear-gradient(90deg,rgba(20,5,5,.45),transparent); }
.universe-gate--2 > a:is(:hover,:focus-visible) { border-color: #c9a758; }
.universe-gate--3 .universe-gate__shade { background: linear-gradient(90deg,rgba(2,5,8,.98),rgba(2,5,8,.18) 70%),linear-gradient(0deg,rgba(2,5,8,.9),transparent); }

@media (max-width: 900px) {
  .universe-gates__hero-inner { grid-template-columns: 1fr; }
  .universe-gates__compass { position: absolute; right: -50px; bottom: -80px; opacity: .45; }
  .universe-gates__grid { grid-template-columns: 1fr; }
  .universe-gate,.universe-gate:last-child:nth-child(odd) { width: 100%; min-height: 430px; grid-column: auto; }
}
@media (max-width: 600px) {
  .universe-gates__hero { padding-block: 75px 55px; }
  .universe-gates__hero h1 { font-size: clamp(4rem,22vw,6rem); line-height: .8; }
  .universe-gates__directory { width: min(100%,calc(100vw - 20px)); padding-top: 10px; }
  .universe-gates__grid { gap: 10px; }
  .universe-gate,.universe-gate:last-child:nth-child(odd) { min-height: 380px; }
  .universe-gate > a { border-radius: 12px; }
  .universe-gate__copy { right: 18px; bottom: 20px; left: 18px; }
  .universe-gate__copy h2 { font-size: clamp(2.4rem,12vw,3.4rem); }
  .universe-gate__copy > p:not(.eyebrow) { font-size: .78rem; }
  .universe-gate__copy small { margin-top: 8px; font-size: .57rem; }
  .universe-gate__copy strong { padding-top: 11px; font-size: .64rem; }
  .universe-gate__sigil { top: 18px; right: 18px; width: 64px; }
  .universe-gate__sigil::before { inset: 8px; }
  .universe-gate__sigil::after { inset: 15px; }
  .universe-gate__sigil span { font-size: 1.75rem; }
}
.empty-state { padding: 55px 20px; border: 1px solid #444; text-align: center; }
.empty-state h2, .empty-state h3 { font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.saved-page__content { padding-block: 50px 70px; }
.saved-page__list { max-width: 900px; }
.saved-page .empty-state { max-width: 760px; margin-inline: auto; }
.saved-page .empty-state p { max-width: 540px; margin: 0 auto 24px; color: #aaa; }
.nav-links { display: flex; justify-content: center; gap: 6px; margin-top: 45px; }
.page-numbers { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #555; }
.page-numbers.current, .page-numbers:hover { background: var(--green); color: #071006; }

/* Article and production pages */
.production-hero, .article-header { position: relative; min-height: 510px; overflow: hidden; background: #111; }
.production-hero__backdrop { position: absolute; inset: 0; }
.production-hero__backdrop img { height: 100%; object-fit: cover; }
.production-hero__backdrop::after { position: absolute; inset: 0; background: linear-gradient(0deg,#111 2%,rgba(0,0,0,.2) 90%),linear-gradient(90deg,rgba(0,0,0,.75),transparent); content: ""; }
.production-hero__inner { position: relative; z-index: 2; display: flex; min-height: 510px; align-items: end; justify-content: space-between; gap: 40px; padding-block: 70px; }
.production-hero h1, .article-header h1, .page-header h1 { margin: 0; font-family: var(--heading); font-size: clamp(3.2rem,7vw,6.7rem); font-weight: 900; letter-spacing: -.045em; line-height: .9; }
.term-list { margin-bottom: 10px; color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.production-hero__tagline { max-width: 650px; margin: 20px 0; color: #ddd; font-size: 1.1rem; }
.production-hero__meta { display: flex; gap: 16px; color: #aaa; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.score-orbit { display: grid; width: 110px; height: 110px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #071006; }
.score-orbit span { align-self: end; font-family: var(--heading); font-size: 2.2rem; font-weight: 900; }
.score-orbit small { align-self: start; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.single-layout { display: grid; grid-template-columns: 80px minmax(0,760px) 1fr; gap: 35px; padding-block: 65px; }
.single-rail { color: #777; font-family: var(--heading); font-size: .65rem; text-transform: uppercase; }
.single-rail span, .single-rail strong { display: block; }
.single-rail strong { color: var(--green); font-size: 1.4rem; }
.single-rail i { display: block; width: 1px; height: 100px; margin: 10px 0 0 10px; background: #555; }
.prose { color: #e3e3e3; font-size: 1.05rem; line-height: 1.8; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3, .prose h4 { margin: 1.8em 0 .6em; font-family: var(--heading); font-weight: 900; line-height: 1.05; }
.prose h2 { font-size: 2.2rem; }
.prose h3 { font-size: 1.65rem; }
.prose a { color: var(--green); text-decoration: underline; }
.prose blockquote { padding: 10px 0 10px 22px; margin: 2em 0; border-left: 4px solid var(--green); font-family: var(--heading); font-size: 1.55rem; font-weight: 800; line-height: 1.25; }
.single-footer { padding-bottom: 55px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 20px; border-top: 1px solid #444; }
.tag-list a { padding: 6px 10px; border: 1px solid #555; font-size: .7rem; }
.related { border-top: 1px solid #333; background: #111; }
.article-header { min-height: 0; padding: 70px 0; }
.article-header__inner { max-width: 1000px; }
.article-header__lead { max-width: 740px; color: #bbb; font-size: 1.1rem; }
.byline { display: flex; align-items: center; gap: 10px; margin-top: 25px; font-size: .75rem; }
.byline img { width: 42px; border-radius: 50%; }
.byline small { display: block; color: #888; }
.article-featured { margin-top: 0; }
.article-featured img { max-height: 690px; object-fit: cover; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 55px; background: #444; }
.post-navigation > div { padding: 20px; background: #171717; }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; color: var(--green); font-size: .65rem; text-transform: uppercase; }
.default-page { padding-bottom: 70px; }
.default-page--forum { padding-bottom: 0; }
.evren-forum-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: 32px; padding: 48px 0 70px; }
.evren-forum-page { min-width: 0; padding: 0; }
.evren-forum-page #wpforo { width: 100%; max-width: none; }
.evren-forum-sidebar { min-width: 0; }
.evren-forum-sidebar h2 { margin: 0 0 13px; padding-bottom: 8px; border-bottom: 4px solid #e7e7e7; font-family: var(--heading); font-size: 1.45rem; font-weight: 900; text-transform: uppercase; }
.evren-forum-sidebar .evren-ad-zone--sidebar, .evren-forum-sidebar .evren-ad-slot { width: 100%; }
.page-header { padding: 65px 0; background: #111; }
.corporate-page { min-height: 700px; background: #151715; }
.corporate-hero { padding: 78px 0 68px; border-bottom: 1px solid #303630; background: radial-gradient(circle at 80% 20%,rgba(73,191,60,.14),transparent 30%),linear-gradient(135deg,#0d100d,#121712); }
.corporate-hero h1 { max-width: 1050px; margin: 6px 0 17px; font-family: var(--heading); font-size: clamp(4rem,9vw,8rem); font-weight: 900; letter-spacing: -.06em; line-height: .82; text-transform: uppercase; }
.corporate-hero p:last-child { max-width: 720px; margin: 0; color: #aaa; font-size: 1.08rem; }
.corporate-layout { display: grid; grid-template-columns: 250px minmax(0,820px); justify-content: space-between; gap: 70px; padding-block: 55px 90px; }
.corporate-nav { position: sticky; top: 24px; height: max-content; border-top: 4px solid var(--green); }
.corporate-nav > span { display: block; padding: 13px 2px; color: #777; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.corporate-nav a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 2px; border-top: 1px solid #383b38; color: #aaa; font-family: var(--heading); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.corporate-nav a:hover,.corporate-nav a.is-active { color: var(--green); }
.corporate-nav i { font-style: normal; }
.corporate-content { min-width: 0; }
.corporate-prose { color: #c8c8c8; font-size: .98rem; line-height: 1.75; }
.corporate-prose .corporate-lead { padding-bottom: 28px; margin: 0 0 34px; border-bottom: 1px solid #3b3e3b; color: #fff; font-size: clamp(1.3rem,2.5vw,1.85rem); line-height: 1.35; }
.corporate-prose h2 { margin: 44px 0 12px; color: #fff; font-family: var(--heading); font-size: 1.65rem; text-transform: uppercase; }
.corporate-prose p { margin: 0 0 17px; }
.corporate-prose ul { padding-left: 21px; }
.corporate-prose li { padding: 4px 0 4px 8px; }
.corporate-prose li::marker { color: var(--green); }
.corporate-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin-top: 50px; background: #3a3d3a; }
.corporate-values article { min-height: 220px; padding: 25px; background: #1c1f1c; }
.corporate-values b { color: var(--green); font-family: var(--heading); font-size: 2rem; }
.corporate-values h3 { margin: 35px 0 7px; font-family: var(--heading); font-size: 1.1rem; text-transform: uppercase; }
.corporate-values p { margin: 0; color: #8f938f; font-size: .72rem; line-height: 1.55; }
.contact-panel { margin-top: 48px; padding: 30px; border: 1px solid #3b463b; border-radius: 7px; background: #191d19; }
.contact-panel__head h2 { margin: 4px 0 8px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.contact-panel__head > p:last-child { margin: 0 0 24px; color: #8f938f; }
.contact-notice { padding: 13px 15px; margin-bottom: 18px; border-left: 4px solid var(--green); background: #213020; color: #d8f0d5; }
.contact-notice--error { border-color: #db6a5f; background: #34201e; color: #ffd8d4; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.contact-form label > span { display: block; margin-bottom: 6px; color: #aaa; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]),.contact-form select,.contact-form textarea { width: 100%; padding: 12px; border: 1px solid #484d48; border-radius: 3px; background: #101210; color: #fff; outline: 0; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 2px rgba(73,191,60,.12); }
.contact-form__wide { grid-column: 1/-1; }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; color: #999; font-size: .72rem; }
.contact-consent input { margin-top: 3px; }
.contact-consent a { color: var(--green); text-decoration: underline; }
.contact-form .button { width: max-content; border: 0; }
.contact-honeypot { position: absolute; left: -10000px; }
.authors-page,.author-profile-page { min-height: 700px; background: #151715; }
.authors-hero { padding: 80px 0 68px; border-bottom: 1px solid #303630; background: radial-gradient(circle at 82% 20%,rgba(73,191,60,.15),transparent 29%),#0d100d; }
.authors-hero h1 { margin: 5px 0 16px; font-family: var(--heading); font-size: clamp(4rem,9vw,8rem); font-weight: 900; letter-spacing: -.06em; line-height: .82; text-transform: uppercase; }
.authors-hero p:last-child { max-width: 720px; color: #aaa; font-size: 1.05rem; }
.authors-directory { padding-block: 45px 90px; }
.authors-directory__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 1px solid #393d39; }
.authors-directory__head h2 { margin: 0; font-family: var(--heading); font-size: 1.6rem; text-transform: uppercase; }
.authors-directory__head span { color: var(--green); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.author-directory-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,430px),1fr)); gap: 24px; }
.author-directory-card { display: grid; grid-template-columns: minmax(200px,.8fr) minmax(0,1.25fr); min-height: 480px; overflow: hidden; border: 1px solid #393d39; border-radius: 7px; background: #1b1e1b; }
.author-directory-card__visual { position: relative; min-height: 100%; overflow: hidden; background: #242824; }
.author-directory-card__visual > img:not(.avatar),.author-directory-card__visual > .portal-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.author-directory-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72)); }
.author-directory-card__visual .avatar { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: 118px; height: 118px; border: 4px solid #1b1e1b; border-radius: 50%; object-fit: cover; }
.author-directory-card__body { display: flex; min-width: 0; padding: 28px; flex-direction: column; }
.author-directory-card h2 { margin: 5px 0 12px; overflow-wrap: anywhere; font-family: var(--heading); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.author-directory-card__body > p:not(.eyebrow) { margin: 0; color: #999; font-size: .78rem; line-height: 1.6; }
.author-directory-card__stats { display: flex; gap: 28px; padding-block: 22px; margin-top: 18px; border-block: 1px solid #363a36; }
.author-directory-card__stats span { display: flex; flex-direction: column; color: #777; font-size: .58rem; text-transform: uppercase; }
.author-directory-card__stats b { color: var(--green); font-family: var(--heading); font-size: 1.5rem; }
.author-latest { margin-top: 20px; }
.author-latest small { display: block; margin-bottom: 5px; color: #777; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.author-latest a { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #303330; font-size: .7rem; font-weight: 700; }
.author-latest a:hover { color: var(--green); }
.author-latest i { font-style: normal; }
.author-profile-link { margin-top: auto; padding-top: 22px; color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.author-profile-hero { padding: 75px 0 68px; border-bottom: 1px solid #303530; background: radial-gradient(circle at 80% 15%,rgba(73,191,60,.16),transparent 30%),#0c0f0c; }
.author-profile-hero.has-profile-banner { position: relative; isolation: isolate; overflow: hidden; background: #080b08; color: #fff; }
.author-profile-hero.has-profile-banner::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#080a08 0%,rgba(8,10,8,.95) 30%,rgba(8,12,8,.58) 68%,rgba(5,12,6,.86) 100%),linear-gradient(0deg,rgba(0,0,0,.65),transparent 66%); content: ""; }
.author-profile-hero__scene { position: absolute; z-index: -2; inset: 0 0 0 28%; overflow: hidden; background: #152015; }
.author-profile-hero__scene img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.08); }
.author-profile-hero.has-profile-banner .shell { position: relative; }
.author-profile-hero.has-profile-banner :where(h1,p,.author-profile-stats span,.author-profile-stats b) { color: #fff; text-shadow: 0 2px 8px #000; }
.public-profile-banner-label { display: inline-flex; margin-top: 3px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; background: rgba(8,10,8,.62); color: #b4efad; font-size: .58rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }
.author-profile-hero .shell { display: grid; grid-template-columns: 210px minmax(0,780px); align-items: center; gap: 48px; }
.author-profile-hero__avatar { position: relative; }
.author-profile-hero__avatar img { width: 190px; height: 190px; border: 5px solid #242a24; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px var(--green); }
.author-profile-hero__avatar span { position: absolute; right: 0; bottom: 12px; padding: 6px 10px; border-radius: 15px; background: var(--green); color: #071006; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.author-profile-hero h1 { margin: 5px 0 12px; font-family: var(--heading); font-size: clamp(3.5rem,7vw,6.5rem); letter-spacing: -.05em; line-height: .85; text-transform: uppercase; }
.author-profile-hero div > p:last-of-type { max-width: 720px; color: #aaa; }
.author-profile-stats { display: flex; gap: 36px; margin-top: 25px; }
.author-profile-stats span { display: flex; flex-direction: column; color: #777; font-size: .58rem; text-transform: uppercase; }
.author-profile-stats b { color: #fff; font-family: var(--heading); font-size: 1.6rem; }
.author-profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 50px; padding-block: 55px 90px; }
.author-published > header { margin-bottom: 22px; border-bottom: 1px solid #383b38; }
.author-published > header h2 { margin: 3px 0 12px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.author-post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 18px; }
.author-profile-aside { display: grid; align-content: start; gap: 20px; }
.author-profile-aside > section { padding: 22px; border: 1px solid #383b38; background: #1b1d1b; }
.author-profile-aside h2 { margin: 4px 0 10px; font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.author-profile-aside p { margin: 0; color: #929692; font-size: .75rem; line-height: 1.6; }
.other-authors > a:not(.text-link) { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-top: 1px solid #343734; }
.other-authors img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.other-authors span,.other-authors small { display: block; }
.other-authors b { font-family: var(--heading); font-size: .78rem; }
.other-authors small { color: #777; font-size: .58rem; }
.other-authors .text-link { display: block; margin-top: 16px; }
.universe-hub { min-height: 720px; background: #151715; }
.universe-hero { position: relative; overflow: hidden; padding: 85px 0 72px; border-bottom: 1px solid #303630; background: radial-gradient(circle at 78% 35%,rgba(73,191,60,.17),transparent 26%),linear-gradient(120deg,#0c110d,#111811 55%,#151015); }
.universe-hero::before { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(115deg,transparent 48%,#fff 49%,transparent 50%); background-size: 42px 42px; content: ""; }
.universe-hero__art { position: absolute; z-index: 0; inset: 0; }
.universe-hero__art picture { display: block; width: 100%; height: 100%; }
.universe-hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: var(--universe-focus-x,50%) var(--universe-focus-y,34%); filter: saturate(.88) contrast(1.08); }
.universe-hero__art span { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,8,5,.97) 0%,rgba(4,8,5,.84) 42%,rgba(4,8,5,.35) 72%,rgba(4,8,5,.58) 100%),linear-gradient(0deg,rgba(3,7,4,.88),transparent 70%); }
.universe-hero.has-universe-art::before { z-index: 1; opacity: .07; }
.universe-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: center; gap: 70px; }
.universe-hero.has-universe-art { display: grid; min-height: 500px; align-items: end; padding-block: 100px 72px; }
.universe-hero.has-universe-art .universe-hero__inner { width: var(--shell); margin-inline: auto; }
.universe-hero.has-universe-art p:not(.eyebrow) { color: #d5dbd6; text-shadow: 0 2px 16px rgba(0,0,0,.8); }
.universe-hero.has-universe-art h1 { text-shadow: 0 8px 32px rgba(0,0,0,.66); }
.universe-hero.has-universe-art .universe-hero__sigil { border-color: rgba(255,255,255,.34); background: rgba(4,8,5,.25); backdrop-filter: blur(7px); }
.universe-hero .eyebrow,.universe-hero .universe-stats b { color: var(--universe-accent,var(--green)); }
.universe-hero .universe-hero__sigil { box-shadow: 0 0 0 35px color-mix(in srgb,var(--universe-accent,var(--green)) 5%,transparent),0 0 0 70px color-mix(in srgb,var(--universe-accent,var(--green)) 3%,transparent); }

@media (max-width: 900px) {
  .universe-hero.has-universe-art { min-height: 440px; padding-block: 70px 52px; }
  .universe-hero.has-universe-art .universe-hero__inner { grid-template-columns: minmax(0,1fr) 108px; gap: 24px; }
  .universe-hero.has-universe-art h1 { font-size: clamp(3.8rem,13vw,6.5rem); overflow-wrap: anywhere; }
  .universe-hero.has-universe-art .universe-hero__sigil { width: 104px; height: 104px; }
  .universe-hero.has-universe-art .universe-hero__sigil span { font-size: 4rem; }
}
@media (max-width: 600px) {
  .universe-hero.has-universe-art { min-height: 500px; padding-block: 64px 42px; }
  .universe-hero.has-universe-art .universe-hero__inner { display: block; }
  .universe-hero.has-universe-art h1 { max-width: 100%; font-size: clamp(3.3rem,17vw,5.2rem); line-height: .82; }
  .universe-hero.has-universe-art .universe-hero__sigil { position: absolute; top: -24px; right: 0; width: 76px; height: 76px; opacity: .75; }
  .universe-hero.has-universe-art .universe-hero__sigil span { font-size: 2.7rem; }
  .universe-hero__art img { object-position: var(--universe-focus-x,58%) var(--universe-focus-y,50%); }
}
.universe-hero h1 { margin: 7px 0 18px; font-family: var(--heading); font-size: clamp(4.5rem,10vw,9rem); font-weight: 900; letter-spacing: -.065em; line-height: .78; text-transform: uppercase; }
.universe-hero p:not(.eyebrow) { max-width: 700px; color: #aaa; font-size: 1.05rem; }
.universe-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 30px; }
.universe-stats span { display: flex; min-width: 70px; flex-direction: column; color: #777; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.universe-stats b { color: var(--green); font-family: var(--heading); font-size: 1.9rem; line-height: 1; }
.universe-platform-strip { border-bottom: 1px solid #303730; background: #101310; }
.universe-platform-strip .shell { display: flex; min-height: 62px; align-items: center; gap: 9px; overflow-x: auto; }
.universe-platform-strip b { flex: 0 0 auto; margin-right: 8px; color: var(--green); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.universe-platform-strip span { flex: 0 0 auto; padding: 6px 10px; border: 1px solid #3a443b; border-radius: 999px; color: #d6ddd6; font-size: .7rem; }
.universe-hero__sigil { position: relative; display: grid; width: 240px; height: 240px; place-items: center; border: 1px solid #3e523e; border-radius: 50%; box-shadow: 0 0 0 35px rgba(73,191,60,.035),0 0 0 70px rgba(73,191,60,.02); }
.universe-hero__sigil span { position: relative; z-index: 2; color: #fff; font-family: Impact,sans-serif; font-size: 9rem; font-style: italic; line-height: 1; text-shadow: 14px 14px #0005; }
.universe-hero__sigil i { position: absolute; width: 1px; height: 150%; background: #ffffff28; transform: rotate(35deg); }
.universe-switcher { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #343934; background: rgba(18,21,18,.96); }
.universe-switcher .shell { display: flex; gap: 24px; overflow-x: auto; }
.universe-switcher a { flex: 0 0 auto; padding: 17px 0 13px; border-bottom: 4px solid transparent; color: #888; font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.universe-switcher a.is-active { border-color: var(--green); color: #fff; }
.universe-installment-filter { position: relative; overflow: hidden; border-bottom: 1px solid #303730; background: radial-gradient(circle at 86% 0,color-mix(in srgb,var(--green) 10%,transparent),transparent 32%),linear-gradient(125deg,#0a0d0a,#111712 55%,#0b0f0b); }
.universe-installment-filter::before { position: absolute; inset: 0; background: repeating-linear-gradient(135deg,transparent 0,transparent 30px,rgba(255,255,255,.018) 30px,rgba(255,255,255,.018) 31px); content: ""; pointer-events: none; }
.universe-installment-filter .shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(190px,230px) minmax(0,1fr); align-items: stretch; gap: clamp(22px,3vw,42px); padding-block: clamp(25px,3vw,38px); }
.universe-installment-intro { display: flex; min-width: 0; justify-content: center; flex-direction: column; padding-right: clamp(18px,2.5vw,32px); border-right: 1px solid #303a31; }
.universe-installment-intro > span { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.universe-installment-intro > span::before { width: 22px; height: 1px; background: var(--green); box-shadow: 0 0 10px color-mix(in srgb,var(--green) 55%,transparent); content: ""; }
.universe-installment-intro strong { margin: 9px 0 8px; color: #f4f7f3; font-family: var(--heading); font-size: clamp(1.35rem,2vw,1.9rem); font-weight: 900; letter-spacing: -.025em; line-height: .93; text-transform: uppercase; text-wrap: balance; }
.universe-installment-intro small { max-width: 205px; color: #7f8980; font-size: .68rem; line-height: 1.45; }
.universe-installment-options { display: grid; min-width: 0; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.universe-installment-filter a { position: relative; display: grid; min-width: 0; min-height: 76px; grid-template-columns: 34px minmax(0,1fr) 28px; align-items: center; gap: 11px; padding: 12px 13px; overflow: hidden; border: 1px solid #344036; border-radius: 10px; background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.008)); color: #dce2dc; box-shadow: inset 0 1px rgba(255,255,255,.025); transition: border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease; }
.universe-installment-filter a::before { position: absolute; top: 12px; bottom: 12px; left: 0; width: 3px; border-radius: 0 3px 3px 0; background: var(--green); content: ""; opacity: 0; transform: scaleY(.35); transition: opacity .2s ease,transform .2s ease; }
.universe-installment-index { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #3b483d; border-radius: 8px; background: #0a0e0b; color: #788079; font-family: var(--heading); font-size: .61rem; font-weight: 900; }
.universe-installment-copy { min-width: 0; }
.universe-installment-copy b { display: block; color: inherit; font-family: var(--heading); font-size: .72rem; font-weight: 900; line-height: 1.08; overflow-wrap: anywhere; text-transform: uppercase; text-wrap: balance; }
.universe-installment-copy small { display: block; margin-top: 5px; color: #707971; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.universe-installment-filter a > i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #364038; border-radius: 50%; color: #788079; font-size: .8rem; font-style: normal; transition: border-color .2s ease,color .2s ease,transform .2s ease; }
.universe-installment-filter a:hover { border-color: #5b6a5d; background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.015)); box-shadow: 0 10px 24px rgba(0,0,0,.18); transform: translateY(-2px); }
.universe-installment-filter a:hover > i { border-color: var(--green); color: var(--green); transform: translateX(2px); }
.universe-installment-filter a.is-active { border-color: color-mix(in srgb,var(--green) 70%,#fff); background: linear-gradient(135deg,color-mix(in srgb,var(--green) 16%,#111),#111a12); box-shadow: 0 12px 30px color-mix(in srgb,var(--green) 10%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--green) 10%,transparent); }
.universe-installment-filter a.is-active::before { opacity: 1; transform: scaleY(1); }
.universe-installment-filter a.is-active .universe-installment-index { border-color: var(--green); background: var(--green); color: #071006; box-shadow: 0 0 18px color-mix(in srgb,var(--green) 20%,transparent); }
.universe-installment-filter a.is-active .universe-installment-copy small,.universe-installment-filter a.is-active > i { color: var(--green); }
.universe-installment-filter a.is-active > i { border-color: color-mix(in srgb,var(--green) 45%,transparent); }
@media (max-width: 1050px) {
  .universe-installment-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .universe-installment-filter .shell { grid-template-columns: 1fr; gap: 18px; padding-block: 22px; }
  .universe-installment-intro { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #303a31; }
  .universe-installment-intro small { max-width: none; }
}
@media (max-width: 560px) {
  .universe-installment-options { grid-template-columns: 1fr; }
  .universe-installment-filter a { min-height: 70px; }
}
.universe-installment-badges { position: absolute; z-index: 3; top: 10px; left: 10px; display: flex; max-width: calc(100% - 20px); flex-wrap: wrap; gap: 5px; }
.universe-character__art > .universe-installment-badges { inset: 10px auto auto 10px; width: auto; height: auto; background: transparent; }
.universe-installment-badges > span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(8,12,8,.82); color: #fff; font-size: .55rem; font-weight: 900; line-height: 1; text-transform: uppercase; backdrop-filter: blur(7px); }
.universe-event-track .universe-installment-badges { position: static; margin-bottom: 8px; }
.evren-installment-links { display: flex; flex-wrap: wrap; gap: 6px; }
.evren-installment-links a { padding: 5px 8px; border: 1px solid var(--ek-line,#3b443c); border-radius: 999px; color: var(--green); font-size: .68rem; font-weight: 900; text-decoration: none; }
.universe-section { padding-block: 58px; border-bottom: 1px solid #303330; }
.universe-section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.universe-section__head h2 { margin: 4px 0 0; font-family: var(--heading); font-size: clamp(2rem,4vw,3.2rem); line-height: .95; text-transform: uppercase; }
.universe-section__head > a { color: var(--green); font-family: var(--heading); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.universe-character-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.universe-character-grid article { min-width: 0; }
.universe-character__art { position: relative; display: block; aspect-ratio: 4/5; margin-bottom: 13px; overflow: hidden; border-radius: 5px; background: #242824; }
.universe-character__art > img,.universe-character__art > .portal-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.universe-character__art > span { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent,#111); }
.universe-character-grid article:hover .universe-character__art > img { transform: scale(1.04); }
.universe-character-grid small { color: var(--green); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.universe-character-grid h3 { margin: 5px 0; font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.universe-character-grid p { margin: 0; color: #888; font-size: .72rem; }
.universe-history { background: #101310; }
.universe-event-track { position: relative; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 0; padding-top: 20px; }
.universe-event-track::before { position: absolute; top: 25px; right: 0; left: 0; height: 1px; background: #455045; content: ""; }
.universe-event-track article { position: relative; padding: 34px 26px 10px 0; }
.universe-event-track article > i { position: absolute; top: 0; left: 0; width: 11px; height: 11px; border: 3px solid #101310; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.universe-event-track time { color: var(--green); font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.universe-event-track h3 { margin: 8px 0; font-family: var(--heading); font-size: 1.35rem; line-height: 1.05; text-transform: uppercase; }
.universe-event-track p { color: #888; font-size: .72rem; }
.universe-stories { padding-bottom: 90px; }
.comments-area { padding: 50px 0 70px; }
.comments-area > h2, .comment-reply-title { margin: 0 0 24px; font-family: var(--heading); font-size: 1.75rem; font-weight: 900; text-transform: uppercase; }
.comment-list, .comment-list .children { padding: 0; margin: 0; list-style: none; }
.comment-list .children { padding-left: 52px; }
.comment-list .comment-body { position: relative; padding: 22px 0; border-top: 1px solid #3b3b3b; }
.comment-list .comment-meta { min-height: 40px; }
.comment-list .comment-author { display: flex; min-width: 0; align-items: center; gap: 11px; font-family: var(--heading); font-size: .82rem; font-weight: 900; }
.comment-list .comment-author .avatar { width: 40px !important; min-width: 40px; max-width: 40px !important; height: 40px !important; margin: 0; border: 1px solid #4b4b4b; border-radius: 50%; object-fit: cover; }
.comment-list .comment-author .says { color: #888; font-size: .68rem; font-weight: 400; }
.comment-list .comment-metadata { margin: -12px 0 0 51px; color: #888; font-size: .62rem; }
.comment-list .comment-metadata a:hover, .comment-list .comment-author a:hover { color: var(--green); }
.comment-list .comment-content, .comment-list .reply { margin-left: 51px; }
.comment-list .comment-content p { margin: 14px 0 8px; color: #ddd; font-size: .9rem; line-height: 1.6; }
.comment-list .reply a { color: var(--green); font-family: var(--heading); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.comment-respond { padding-top: 32px; border-top: 1px solid #3b3b3b; }
.comment-form label { display: block; margin-bottom: 5px; color: #aaa; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.comments-area input:not([type="submit"]), .comments-area textarea { width: 100%; padding: 12px; border: 1px solid #555; background: #222; color: #fff; }
.comments-area .submit { padding: 12px 18px; border: 0; background: var(--green); font-weight: 800; }
.search-page { min-height: 680px; background: #151515; }
.search-hero { padding: 68px 0 62px; border-bottom: 1px solid #303530; background: radial-gradient(circle at 78% 10%,rgba(73,191,60,.14),transparent 30%),#0e100e; }
.search-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.55fr); align-items: end; gap: 60px; }
.search-hero h1 { margin: 4px 0 8px; font-family: var(--heading); font-size: clamp(4rem,8vw,7rem); font-weight: 900; letter-spacing: -.055em; line-height: .82; text-transform: uppercase; }
.search-hero__query { max-width: 650px; margin: 0; color: #aaa; font-size: 1rem; }
.search-page .search-form { display: flex; min-width: 0; padding: 7px; border: 1px solid #485048; border-radius: 5px; background: #191d19; box-shadow: 0 12px 30px #0005; }
.search-page .search-form label { min-width: 0; flex: 1; }
.search-page .search-field { width: 100%; height: 46px; padding: 0 13px; border: 0; background: transparent; color: #fff; font-size: .95rem; outline: 0; }
.search-page .search-field:focus { box-shadow: inset 0 -2px var(--green); }
.search-page .search-submit { min-width: 92px; padding: 0 16px; border: 0; border-radius: 3px; background: var(--green); color: #071006; font-family: var(--heading); font-weight: 900; text-transform: uppercase; }
.search-content { padding-block: 42px 80px; }
.search-content__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 1px solid #3b3b3b; }
.search-content__head h2 { margin: 0; font-family: var(--heading); font-size: 1.45rem; text-transform: uppercase; }
.search-content__head span { color: #888; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.search-page .search-results { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); gap: 24px; }
.search-card { min-width: 0; overflow: hidden; border: 1px solid #393d39; border-radius: 5px; background: #1b1d1b; transition: border-color .2s ease,transform .2s ease; }
.search-card:hover { border-color: #596159; transform: translateY(-3px); }
.search-card__art { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #242824; }
.search-card__art .portal-art b { font-size: clamp(4rem,8vw,7rem); }
.search-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.search-card:hover .search-card__art img { transform: scale(1.035); }
.search-card__body { padding: 22px; }
.search-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.search-card__meta time { color: #777; font-size: .62rem; }
.search-card h2 { margin: 13px 0 10px; overflow-wrap: anywhere; font-family: var(--heading); font-size: 1.55rem; line-height: 1.04; }
.search-card p { margin: 0 0 18px; color: #aaa; font-size: .8rem; line-height: 1.55; }
.search-card .text-link { color: var(--green); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.not-found { display: grid; min-height: 650px; place-items: center; background: #111; text-align: center; }
.not-found__orbit { display: none; }
.not-found h1 { font-family: var(--heading); font-size: clamp(3rem,8vw,6rem); line-height: .9; }
.button { display: inline-flex; padding: 13px 20px; background: var(--green); color: #071006; font-family: var(--heading); font-weight: 900; text-transform: uppercase; }

/* Footer */
.portal-footer { padding: 45px 0 20px; border-top: 4px solid var(--green); background: #0b0b0b; }
.portal-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 35px; border-bottom: 1px solid #333; }
.portal-logo--footer { font-size: 1.45rem; }
.portal-logo--footer span { width: 26px; height: 37px; font-size: 1.7rem; }
.portal-logo--footer .portal-logo__image { width: 300px; height: auto; }
.newsletter { display: flex; max-width: 720px; flex: 1; align-items: center; justify-content: space-between; gap: 25px; padding: 20px; background: #1d1d1d; }
.newsletter b { font-family: var(--heading); font-size: 1.25rem; text-transform: uppercase; }
.newsletter p { margin: 4px 0 0; color: #999; font-size: .75rem; }
.newsletter a { flex: 0 0 auto; padding: 10px 14px; background: var(--green); color: #071006; font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.portal-footer__grid { display: grid; grid-template-columns: .7fr .7fr 1.4fr; gap: 40px; padding: 35px 0; }
.portal-footer__grid h3 { margin: 0 0 12px; font-family: var(--heading); font-size: .88rem; text-transform: uppercase; }
.portal-footer__grid a { display: block; padding: 4px 0; color: #aaa; font-size: .75rem; }
.portal-footer__grid a:hover { color: var(--green); }
.portal-footer__about p { max-width: 440px; margin: 0; color: #888; font-size: .8rem; }
.portal-footer__bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #333; color: #666; font-size: .62rem; text-transform: uppercase; }

@media (max-width: 1050px) {
  .portal-hero__grid { grid-template-columns: minmax(0,1.65fr) minmax(300px,1fr); gap: 24px; }
  .lead-card { height: 460px; }
  .featured-card { height: 210px; }
  .timeline-item { grid-template-columns: 1fr 105px; }
  .production-grid--archive { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .feed-card { grid-template-columns: 240px 1fr; }
  .short-card h3 { font-size: 1rem; }
  .evren-forum-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 22px; }
	.archive-hero--collage .archive-hero__inner { grid-template-columns: minmax(300px,.82fr) minmax(350px,1.15fr) minmax(190px,.58fr); gap: 18px; }
	.archive-hero__collage { height: 138px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px,1280px); }
  .portal-header__row { grid-template-columns: 34px 1fr auto; min-height: 64px; }
	.portal-header__actions { gap: 7px; }
  .portal-logo { justify-self: start; font-size: .98rem; }
  .portal-logo span { width: 18px; height: 26px; font-size: 1.15rem; }
  .portal-logo__image { width: 180px; height: auto; }
  .account-link,.register-link,.logout-link { display: none; }
  .topic-nav { display: none; }
  .portal-search { position: fixed; inset: 56px 0 auto; }
  .portal-search__inner { grid-template-columns: 1fr auto; gap: 12px; }
  .portal-search__inner > span { display: none; }
  .portal-hero { padding-top: 16px; }
  .portal-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .lead-card { height: 305px; }
  .lead-card h1 { font-size: 1.65rem; }
  .cover-copy { padding: 16px; }
  .featured-row { display: flex; margin-inline: -16px; padding-inline: 16px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .featured-card { width: 43vw; min-width: 145px; height: 210px; flex: 0 0 auto; scroll-snap-align: start; }
  .featured-card h2 { font-size: 1rem; }
  .featured-card .card-tag { display: none; }
  .module-title { display: none; }
  .timeline-item { grid-template-columns: 1fr 82px; min-height: 127px; }
  .timeline-item h3 { font-size: .95rem; }
  .timeline-thumb { height: 92px; }
  .module-heading h2 { font-size: 1.45rem; }
  .daily-question { grid-template-columns: 1fr; }
  .daily-question__intro { min-height: 230px; padding: 25px; }
  .daily-question__intro > b { position: absolute; right: 24px; bottom: 8px; margin: 0; font-size: 9rem; opacity: .2; }
  .daily-question__intro h2 { margin-top: 42px; font-size: 1.65rem; }
  .daily-question__body { padding: 26px 20px; }
  .daily-question legend { margin-bottom: 20px; font-size: 1.65rem; }
  .daily-question__choices { grid-template-columns: 1fr; }
  .daily-question__choice { min-height: 58px; }
  .shorts-track { display: flex; margin-inline: -16px; padding-inline: 16px; }
  .short-card { width: 62vw; min-width: 220px; flex: 0 0 auto; }
  .editorial-module__grid { grid-template-columns: 1fr; gap: 34px; }
  .review-list article { grid-template-columns: 120px 1fr; gap: 12px; }
  .review-thumb { min-height: 82px; }
  .review-list h3 { margin-bottom: 9px; font-size: .96rem; }
  .review-meta time { display: none; }
  .profile-slide h3 { font-size: 1.45rem; }
  .weekly-profile-card { min-height: 360px; }
  .weekly-profile-card__shade { background: linear-gradient(0deg,rgba(5,7,5,.98) 0%,rgba(5,7,5,.78) 48%,rgba(5,7,5,.12) 85%); }
  .weekly-profile-card__copy { right: 20px; bottom: 21px; left: 20px; }
  .weekly-profile-card__copy h3 { font-size: 1.55rem; }
  .weekly-profile-card__copy p { font-size: .72rem; }
  .feed-layout { grid-template-columns: 1fr; }
  .feed-header { align-items: flex-start; flex-direction: column; }
  .feed-header nav { width: 100%; overflow-x: auto; }
  .feed-header nav button.is-active::after { bottom: -11px; }
  .feed-card { grid-template-columns: 130px 1fr; gap: 13px; padding: 17px 0; }
  .feed-card__image { min-height: 115px; }
  .feed-card h3 { margin-top: 4px; font-size: 1.08rem; }
  .feed-card p { display: none; }
  .feed-card__meta { margin-top: 8px; font-size: .58rem; }
  .portal-sidebar { padding-top: 0; }
  .production-grid, .production-grid--archive { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 12px; }
  .production-card h3, .story-card h3 { font-size: 1.08rem; }
  .production-card__body > p { display: none; }
  .story-grid { grid-template-columns: 1fr; }
	.search-hero { padding: 48px 0 42px; }
	.search-hero__inner { grid-template-columns: 1fr; gap: 28px; }
	.search-hero h1 { font-size: 3.6rem; }
	.search-hero__query { overflow-wrap: anywhere; }
	.search-page .search-submit { min-width: 76px; padding-inline: 10px; }
	.search-content { padding-block: 32px 60px; }
	.search-content__head { align-items: flex-start; flex-direction: column; gap: 5px; }
	.search-page .search-results { grid-template-columns: 1fr; }
	.search-card__body { padding: 19px; }
  .archive-hero__inner { grid-template-columns: 1fr; }
  .archive-hero h1 { font-size: 3.4rem; }
	.archive-hero--collage { padding: 40px 0 30px; }
	.archive-hero--collage .archive-hero__inner { width: calc(100% - 32px); min-width: 0; grid-template-columns: minmax(0,1fr); gap: 17px; }
	.archive-hero--collage .archive-hero__title { order: 1; }
	.archive-hero--collage .archive-hero__inner > p { min-width: 0; max-width: 520px; order: 2; overflow-wrap: anywhere; }
	.archive-hero__collage { min-width: 0; max-width: 100%; height: 136px; order: 3; overflow: hidden; grid-template-columns: repeat(4,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 5px; transform: none; }
	.archive-hero__collage span:nth-child(n) { grid-area: auto; transform: none; }
  .saved-page .archive-hero h1 { font-size: 2.4rem; overflow-wrap: anywhere; }
  .saved-page .empty-state h2 { font-size: 1.5rem; }
  .production-hero__inner { min-height: 560px; align-items: end; flex-direction: column; justify-content: end; }
  .production-hero h1, .article-header h1, .page-header h1 { font-size: 3.4rem; }
	.corporate-hero { padding: 52px 0 46px; }
	.corporate-hero h1 { font-size: 3.5rem; }
	.corporate-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 32px 60px; }
	.corporate-nav { position: static; display: flex; gap: 8px; overflow-x: auto; border-top-width: 1px; }
	.corporate-nav > span { display: none; }
	.corporate-nav a { flex: 0 0 auto; padding: 11px; border: 1px solid #393d39; }
	.corporate-nav a i { display: none; }
	.corporate-values { grid-template-columns: 1fr; }
	.corporate-values article { min-height: 170px; }
	.contact-panel { padding: 22px 17px; }
	.contact-form { grid-template-columns: 1fr; }
	.contact-form__wide { grid-column: auto; }
	.authors-hero { padding: 52px 0 45px; }
	.authors-hero h1 { font-size: 3.4rem; }
	.authors-directory__head { align-items: flex-start; flex-direction: column; gap: 5px; }
	.author-directory-card { grid-template-columns: 1fr; }
	.author-directory-card__visual { min-height: 280px; }
	.author-profile-hero { padding: 52px 0 45px; }
	.author-profile-hero.has-profile-banner::after { background: linear-gradient(90deg,rgba(8,10,8,.94),rgba(8,10,8,.58)),linear-gradient(0deg,rgba(0,0,0,.78),transparent 62%); }
	.author-profile-hero__scene { inset: 0; opacity: .74; }
	.author-profile-hero .shell { grid-template-columns: 90px minmax(0,1fr); gap: 20px; }
	.author-profile-hero__avatar img { width: 82px; height: 82px; border-width: 3px; }
	.author-profile-hero__avatar span { display: none; }
	.author-profile-hero h1 { font-size: 2.5rem; }
	.author-profile-stats { grid-column: 1/-1; gap: 16px; }
	.author-profile-stats b { font-size: 1.2rem; }
	.author-profile-layout { grid-template-columns: 1fr; gap: 35px; padding-block: 35px 60px; }
	.author-post-grid { grid-template-columns: 1fr; }
	.universe-hero { padding: 55px 0 48px; }
	.universe-hero__inner { grid-template-columns: 1fr 82px; gap: 15px; }
	.universe-hero h1 { font-size: 3.4rem; }
	.universe-hero p:not(.eyebrow) { grid-column: 1/-1; font-size: .9rem; }
	.universe-hero__sigil { width: 76px; height: 76px; }
	.universe-hero__sigil span { font-size: 3rem; text-shadow: 5px 5px #0005; }
	.universe-stats { grid-column: 1/-1; gap: 16px; }
	.universe-stats b { font-size: 1.45rem; }
	.universe-section { padding-block: 42px; }
	.universe-section__head { align-items: flex-start; flex-direction: column; gap: 8px; }
	.universe-character-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
	.universe-event-track { grid-template-columns: 1fr; }
	.universe-event-track::before { top: 20px; bottom: 0; left: 5px; width: 1px; height: auto; }
	.universe-event-track article { padding: 8px 0 28px 28px; }
	.universe-event-track article > i { top: 11px; }
  .score-orbit { width: 82px; height: 82px; align-self: flex-start; }
  .single-layout { grid-template-columns: 1fr; }
  .single-rail { display: none; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .portal-footer__top { align-items: flex-start; flex-direction: column; }
  .newsletter { width: 100%; align-items: flex-start; flex-direction: column; }
  .portal-footer__grid { grid-template-columns: 1fr 1fr; }
  .portal-footer__about { grid-column: 1/-1; }
  .portal-footer__bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .evren-forum-layout { grid-template-columns: 1fr; padding-top: 24px; }
	.evren-forum-page #wpforo { overflow-x: auto; }
  .evren-forum-sidebar { padding-top: 18px; border-top: 1px solid #333; }
  .evren-ad-zone--wide { padding: 12px 16px; }
  .evren-ad-zone--inline { margin: 20px 0; }
	#wpforo #wpforo-wrap .evren-ad-zone.evren-ad-zone--forum-inline { padding: 10px 0 !important; margin-block: 9px !important; }
	#wpforo #wpforo-wrap .evren-ad-zone--forum-inline .evren-ad-slot { width: calc(100% - 16px) !important; }
  .evren-ad-slot { min-height: 100px; }
  .evren-ad-slot--billboard, .evren-ad-slot--inline-billboard { min-height: 180px; }
  .evren-ad-slot--rectangle { min-height: 220px; }
  .evren-ad-slot--skyscraper { min-height: 280px; }
  .evren-test-ad { padding: 18px 12px; }
  .evren-test-ad strong { font-size: 1rem; }
}

@media (max-width: 390px) {
  .production-grid, .production-grid--archive { grid-template-columns: 1fr; }
  .portal-logo strong { display: none; }
	.archive-hero__collage { height: 118px; gap: 4px; }
	.archive-hero__collage span { border-width: 2px; }
}

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

/* Reading tools, ratings and release calendar */
.reading-progress { position: fixed; z-index: 95; top: 0; right: 0; left: 0; height: 4px; background: rgba(0,0,0,.35); pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--article-accent,var(--green)); transition: width .12s linear; }
.reading-reward { position: fixed; z-index: 100; top: 84px; right: 24px; display: flex; max-width: 360px; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid var(--article-accent,var(--green)); border-radius: 6px; background: rgba(18,22,18,.96); box-shadow: 0 14px 42px rgba(0,0,0,.45); opacity: 0; transform: translateY(-10px); transition: opacity .22s ease,transform .22s ease; }
.reading-reward[hidden] { display: none; }
.reading-reward.is-visible { opacity: 1; transform: translateY(0); }
.reading-reward b { flex: 0 0 auto; color: var(--article-accent,var(--green)); font-family: var(--heading); font-size: .88rem; }
.reading-reward span { color: #ddd; font-size: .72rem; }
[data-reading-body] h2, [data-reading-body] h3 { scroll-margin-top: 28px; }
.article-toc { position: sticky; z-index: 8; top: 8px; margin: 22px 0 0; border: 1px solid #444; border-radius: 6px; background: rgba(25,25,25,.97); }
.article-toc summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; color: #fff; font-family: var(--heading); font-size: .74rem; font-weight: 900; list-style: none; text-transform: uppercase; cursor: pointer; }
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc summary::before { color: var(--green); content: "☰"; margin-right: 8px; }
.article-toc summary span { margin-left: auto; color: var(--green); }
.article-toc ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; max-height: 260px; padding: 12px 18px 16px 38px; margin: 0; overflow-y: auto; border-top: 1px solid #383838; }
.article-toc li { color: #777; font-size: .72rem; }
.article-toc li.is-subheading { margin-left: 14px; }
.article-toc a { display: block; padding: 5px 0; color: #bbb; }
.article-toc a:hover, .article-toc a.is-active { color: var(--green); }
.community-rating { padding-top: 20px; margin-top: 22px; border-top: 1px solid #484848; }
.community-rating > div:first-child { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.community-rating > div:first-child > span { width: 100%; color: #999; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.community-rating > div:first-child strong { color: var(--green); font-family: var(--heading); font-size: 2rem; line-height: 1; }
.community-rating > div:first-child small { color: #999; }
.community-rating__buttons { display: grid; grid-template-columns: repeat(10,1fr); gap: 4px; margin-top: 13px; }
.community-rating__buttons :is(button,a) { display: grid; min-width: 0; height: 32px; padding: 0; place-items: center; border: 1px solid #555; border-radius: 3px; background: #1a1a1a; color: #bbb; font-size: .68rem; font-weight: 800; }
.community-rating__buttons :is(button,a):hover, .community-rating__buttons button[aria-pressed="true"] { border-color: var(--green); background: var(--green); color: #071006; }
.community-rating > a { display: inline-block; margin-top: 12px; color: var(--green); font-family: var(--heading); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.community-rating > p { min-height: 18px; margin: 8px 0 0; color: #aaa; font-size: .66rem; }
.watch-status { padding-top: 20px; margin-top: 22px; border-top: 1px solid #484848; }
.watch-status > strong { color: #aaa; font-size: .64rem; text-transform: uppercase; }
.watch-status > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin-top: 10px; }
.watch-status button,.watch-status__guest-actions a { display: grid; min-height: 34px; padding: 6px; place-items: center; border: 1px solid #555; border-radius: 3px; background: #1a1a1a; color: #ccc; font-size: .64rem; font-weight: 800; text-align: center; }
.watch-status button:hover,.watch-status__guest-actions a:hover,.watch-status button[aria-pressed="true"] { border-color: var(--green); background: var(--green); color: #071006; }
.watch-status .watch-status__remove { grid-column: 1/-1; color: #999; }
.watch-status > a { display: inline-block; margin-top: 10px; color: var(--green); font-size: .7rem; font-weight: 900; }
.watch-status > p { min-height: 17px; margin: 7px 0 0; color: #999; font-size: .63rem; }
.watch-status > small { display: block; margin-top: 8px; color: #777; font-size: .6rem; line-height: 1.4; }
.watch-status .watch-progress { grid-template-columns: 1fr 1fr; padding-top: 12px; border-top: 1px solid #404040; }
.watch-progress label { color: #999; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.watch-progress input { width: 100%; height: 34px; margin-top: 5px; padding: 0 8px; border: 1px solid #555; border-radius: 3px; background: #111; color: #fff; }
.watch-progress [data-watch-progress-save] { grid-column: 1/-1; border-color: var(--green); color: var(--green); }
.content-reactions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 34px 0; padding: 24px; border: 1px solid #3c3c3c; border-radius: 6px; background: linear-gradient(135deg,#222,#171717); }
.content-reactions h2 { margin: 3px 0 0; font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.content-reactions__choices { display: flex; flex: 1 1 480px; gap: 7px; }
.content-reactions__choices button { display: flex; justify-content: space-between; gap: 10px; flex: 1; padding: 11px; border: 1px solid #4a4a4a; border-radius: 4px; background: #141414; color: #ccc; font-weight: 800; }
.content-reactions__choices button:hover,.content-reactions__choices button[aria-pressed="true"] { border-color: var(--green); color: var(--green); }
.content-reactions__choices button b { color: #888; }
.content-reactions > a,.content-reactions > p { width: 100%; margin: 0; color: var(--green); font-size: .72rem; }
.article-forum-cta { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 22px; margin: 36px 0; padding: 27px 28px; overflow: hidden; border: 1px solid #3c513a; border-radius: 9px; background: radial-gradient(circle at 8% 50%,rgba(73,191,60,.19),transparent 24%),linear-gradient(135deg,#202620,#141714); }
.article-forum-cta::after { position: absolute; right: -35px; bottom: -60px; width: 170px; height: 170px; border: 1px solid rgba(73,191,60,.13); border-radius: 50%; box-shadow: 0 0 0 25px rgba(73,191,60,.025),0 0 0 50px rgba(73,191,60,.018); content: ""; pointer-events: none; }
.article-forum-cta__mark { position: relative; z-index: 1; display: flex; width: 68px; height: 58px; align-items: center; justify-content: center; gap: 5px; border: 1px solid #4e704a; border-radius: 50%; background: #111611; color: var(--green); }
.article-forum-cta__mark::after { position: absolute; bottom: -6px; left: 13px; width: 14px; height: 14px; border-bottom: 1px solid #4e704a; border-left: 1px solid #4e704a; background: #111611; content: ""; transform: rotate(-32deg); }
.article-forum-cta__mark i { position: relative; z-index: 1; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.article-forum-cta>div { position: relative; z-index: 1; }
.article-forum-cta>div>span { color: var(--green); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-forum-cta h2 { margin: 5px 0 7px; font-family: var(--heading); font-size: 1.65rem; line-height: 1; text-transform: uppercase; }
.article-forum-cta p { max-width: 660px; margin: 0; color: #aaa; font-size: .76rem; }
.article-forum-cta>a { position: relative; z-index: 1; display: flex; min-width: 184px; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 15px; border: 1px solid var(--green); border-radius: 4px; color: var(--green); font-family: var(--heading); font-size: .69rem; font-weight: 900; text-transform: uppercase; transition: background .2s ease,color .2s ease; }
.article-forum-cta>a i { font-size: 1.25rem; font-style: normal; }
.article-forum-cta>a:hover,.article-forum-cta>a:focus-visible { background: var(--green); color: #071006; }
.member-center { min-height: 700px; background: #151515; }
.member-login { padding-block: 100px; text-align: center; }
.member-login h1 { font-family: var(--heading); font-size: 4rem; text-transform: uppercase; }
.member-hero { position: relative; isolation: isolate; min-height: 330px; overflow: hidden; padding: 42px 0 28px; border-bottom: 1px solid rgba(73,191,60,.28); background: #080b08; color: #fff; }
.member-hero::before { position: absolute; z-index: -1; top: -190px; right: 7%; width: 430px; aspect-ratio: 1; border: 1px solid rgba(73,191,60,.14); border-radius: 50%; box-shadow: 0 0 0 58px rgba(73,191,60,.035),0 0 0 116px rgba(73,191,60,.02); content: ""; }
.member-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(4,7,5,.98) 0%,rgba(5,9,6,.9) 29%,rgba(5,10,7,.42) 65%,rgba(4,8,5,.76) 100%),linear-gradient(0deg,rgba(0,0,0,.82),transparent 72%); content: ""; }
.member-hero__scene { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #152015; }
.member-hero__scene img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.1); transform: scale(1.015); }
.member-hero .shell { position: relative; }
.member-hero__main { display: flex; min-height: 205px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.member-identity { display: flex; width: min(540px,100%); max-width: 100%; align-items: center; gap: 20px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: linear-gradient(120deg,rgba(7,10,8,.86),rgba(13,20,14,.58)); box-shadow: 0 22px 55px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.member-identity__avatar { position: relative; display: block; flex: 0 0 auto; }
.member-identity__avatar::before { position: absolute; inset: -7px; border: 1px solid rgba(73,191,60,.45); border-radius: 50%; content: ""; }
.member-identity__avatar::after { position: absolute; right: 0; bottom: 6px; width: 14px; height: 14px; border: 3px solid #111712; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(73,191,60,.7); content: ""; }
.member-identity__copy { min-width: 0; flex: 1; }
.member-identity img { width: 104px; height: 104px; border: 3px solid #d8e2d8; border-radius: 50%; background: #151515; box-shadow: 0 10px 30px #000b; object-fit: cover; }
.member-identity h1 { margin: 4px 0; overflow-wrap: anywhere; font-family: var(--heading); font-size: 3rem; letter-spacing: -.035em; line-height: .95; }
.member-identity p:last-child { margin: 0; color: #bbb; font-size: .7rem; text-shadow: 0 1px 6px #000; }
.member-level-progress { display: grid; gap: 6px; margin-top: 14px; }
.member-level-progress>span:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.member-level-progress b { color: #dfe8df; font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }
.member-level-progress small { color: #93a095; font-size: .56rem; }
.member-level-progress__bar { display: block; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.12); }
.member-level-progress__bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#2f8f2a,var(--green)); box-shadow: 0 0 12px rgba(73,191,60,.55); }
.member-identity__logout { display: inline-flex; align-items: center; gap: 6px; margin-top: 11px; color: #f0a0a0; font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.member-identity__logout svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.member-identity__logout:hover,.member-identity__logout:focus-visible { color: #ffc1c1; }
.member-stats { display: grid; min-width: 475px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding: 16px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(7,11,8,.66); box-shadow: 0 18px 45px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.member-stats span { display: flex; align-items: center; flex-direction: column; padding: 1px 16px; border-left: 1px solid rgba(255,255,255,.11); color: #b9c1ba; font-size: .58rem; text-align: center; text-shadow: 0 1px 6px #000; text-transform: uppercase; }
.member-stats span:first-child { border-left: 0; }
.member-stats b { margin-bottom: 3px; color: var(--green); font-family: var(--heading); font-size: 2.15rem; line-height: .9; }
.member-banner-picker { position: relative; }
.member-banner-picker>summary { display: flex; width: fit-content; min-height: 40px; align-items: center; gap: 9px; margin: 14px 0 0 auto; padding: 8px 13px; border: 1px solid rgba(73,191,60,.42); border-radius: 22px; background: rgba(7,11,8,.76); box-shadow: 0 10px 28px rgba(0,0,0,.2); color: #fff; font-size: .6rem; font-weight: 900; list-style: none; cursor: pointer; backdrop-filter: blur(12px); text-transform: uppercase; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.member-banner-picker>summary::-webkit-details-marker { display: none; }
.member-banner-picker>summary span { color: var(--green); font-size: .9rem; }
.member-banner-picker>summary b { padding-left: 8px; border-left: 1px solid #ffffff35; color: #a9e3a2; }
.member-banner-picker>summary:hover,.member-banner-picker>summary:focus-visible,.member-banner-picker[open]>summary { border-color: var(--green); background: rgba(16,29,17,.9); transform: translateY(-1px); }
.member-banner-picker form { margin-top: 12px; padding: 17px; border: 1px solid #466044; border-radius: 10px; background: rgba(12,16,12,.94); box-shadow: 0 18px 45px #000b; backdrop-filter: blur(18px); }
.member-banner-picker__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.member-banner-picker__head h2 { margin: 2px 0 0; color: #fff; font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.member-banner-picker__head>span { color: #a8e7a1; font-size: .65rem; font-weight: 800; }
.member-banner-options { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.member-banner-option { position: relative; display: block; height: 92px; overflow: hidden; border: 1px solid #4a504a; border-radius: 7px; background: #1a1d1a; cursor: pointer; }
.member-banner-option::after { position: absolute; inset: 28% 0 0; background: linear-gradient(transparent,#080a08e8); content: ""; }
.member-banner-option:has(input:checked) { border-color: var(--green); box-shadow: 0 0 0 2px rgba(73,191,60,.25); }
.member-banner-option:focus-within { outline: 3px solid var(--green); outline-offset: 2px; }
.member-banner-option>input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.member-banner-option__art,.member-banner-option__art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.member-banner-option__art img { object-fit: cover; transition: transform .25s ease; }
.member-banner-option:hover .member-banner-option__art img { transform: scale(1.05); }
.member-banner-option>span:last-child { position: absolute; z-index: 1; right: 8px; bottom: 7px; left: 8px; display: flex; flex-direction: column; text-shadow: 0 1px 5px #000; }
.member-banner-option b { color: #fff; font-family: var(--heading); font-size: .72rem; line-height: 1; text-transform: uppercase; }
.member-banner-option small { margin-top: 2px; color: #c4c4c4; font-size: .5rem; text-transform: uppercase; }
.member-banner-picker form>.button { display: block; margin: 13px 0 0 auto; }
.member-profile-layout { display: grid; grid-template-columns: 150px minmax(0,1fr) 150px; align-items: start; gap: 22px; }
.member-tabs { position: sticky; z-index: 10; top: 18px; min-width: 0; padding-top: 45px; }
.member-tabs--left { grid-column: 1; grid-row: 1; }
.member-tabs--right { grid-column: 3; grid-row: 1; }
.member-tabs__rail { display: grid; gap: 8px; }
.member-tab-card { position: relative; display: grid; width: 100%; min-width: 0; height: 64px; grid-template-columns: 48px minmax(0,1fr); align-items: stretch; overflow: hidden; border: 1px solid #373b38; border-radius: 8px; background: linear-gradient(135deg,#202320,#121412); color: #aaa; transition: border-color .2s ease,transform .2s ease,background .2s ease; }
.member-tab-card::after { position: absolute; top: 0; right: 0; bottom: 0; width: 3px; background: var(--green); content: ""; opacity: 0; transform: scaleY(.35); transition: opacity .2s ease,transform .2s ease; }
.member-tabs--right .member-tab-card { grid-template-columns: minmax(0,1fr) 48px; }
.member-tabs--right .member-tab-card::after { right: auto; left: 0; }
.member-tabs--right .member-tab-card__art { grid-column: 2; }
.member-tabs--right .member-tab-card>b { grid-column: 1; grid-row: 1; justify-content: flex-end; text-align: right; }
.member-tabs--left .member-tab-card:hover,.member-tabs--left .member-tab-card:focus-visible { transform: translateX(3px); }
.member-tabs--right .member-tab-card:hover,.member-tabs--right .member-tab-card:focus-visible { transform: translateX(-3px); }
.member-tab-card:hover,.member-tab-card:focus-visible { border-color: #657064; color: #fff; }
.member-tab-card.is-active { border-color: var(--green); background: linear-gradient(135deg,#263323,#151a14); color: #fff; box-shadow: 0 0 0 1px rgba(73,191,60,.18),0 8px 24px #0007; }
.member-tab-card.is-active::after { opacity: 1; transform: scaleY(1); }
.member-tab-card__art { position: relative; display: block; overflow: hidden; background: #252825; }
.member-tab-card__art::after { position: absolute; inset: 0; background: linear-gradient(0deg,#090a09d9,transparent 62%); content: ""; }
.member-tab-card__art img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.82) contrast(1.05); transition: filter .2s ease,transform .3s ease; }
.member-tab-card__art.is-brand img { padding: 5px; object-fit: contain; object-position: center; }
.member-tab-card:hover .member-tab-card__art img,.member-tab-card.is-active .member-tab-card__art img { filter: saturate(1.08) contrast(1.04); transform: scale(1.06); }
.member-tab-card__art small { position: absolute; z-index: 1; right: 3px; bottom: 4px; left: 3px; overflow: hidden; color: #fff; font-size: .45rem; font-weight: 900; line-height: 1; text-align: center; text-overflow: ellipsis; text-shadow: 0 1px 4px #000; text-transform: uppercase; white-space: nowrap; }
.member-tab-card>b { display: flex; align-items: center; padding: 8px; color: inherit; font-family: var(--heading); font-size: .61rem; line-height: 1.12; text-transform: uppercase; }
.member-content { min-width: 0; grid-column: 2; grid-row: 1; padding-block: 45px 75px; }
.member-overview { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.member-overview a { display: flex; min-height: 150px; padding: 24px; border: 1px solid #3b3b3b; background: #1b1b1b; flex-direction: column; justify-content: end; }
.member-overview b { color: var(--green); font-family: var(--heading); font-size: 3.2rem; line-height: 1; }
.member-overview span { margin-top: 7px; color: #aaa; font-size: .72rem; text-transform: uppercase; }
.member-dashboard { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(280px,.7fr); gap: 34px; margin-top: 42px; }
.member-dashboard__main,.member-dashboard__aside,.member-dashboard-section { display: grid; align-content: start; gap: 34px; }
.member-dashboard-section { gap: 0; }
.member-dashboard-section--recommendations { margin-top: 45px; }
.continue-watching-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.continue-watching-card { position: relative; min-height: 190px; overflow: hidden; border-radius: 7px; background: #222; }
.continue-watching-card > span,.continue-watching-card > span img { position: absolute; inset: 0; width: 100%; height: 100%; }
.continue-watching-card > span img { object-fit: cover; }
.continue-watching-card::after { position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,#090909ed); content: ""; }
.continue-watching-card > div { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; }
.continue-watching-card small { color: var(--green); font-size: .62rem; font-weight: 900; }
.continue-watching-card h3 { margin: 3px 0; color: #fff; font-family: var(--heading); font-size: 1.35rem; text-transform: uppercase; }
.member-activity-list { display: grid; border-top: 1px solid #343434; }
.member-activity-list--full { max-width: 900px; }
.member-activity-item { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 14px 4px; border-bottom: 1px solid #343434; }
.member-activity-item i,.community-activity>a>i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #283127; color: var(--green); font-style: normal; font-weight: 900; }
.member-activity-item span { display: flex; min-width: 0; flex-direction: column; }
.member-activity-item b { font-family: var(--heading); font-size: .83rem; text-transform: uppercase; }
.member-activity-item small,.member-activity-item time { color: #858585; font-size: .62rem; }
.weekly-summary,.community-activity { padding: 20px; border: 1px solid #3a3a3a; border-radius: 7px; background: #1b1b1b; }
.visit-streak { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid #393939; }
.visit-streak>span { color: var(--green); font-family: var(--heading); font-size: 3.6rem; line-height: .8; }
.visit-streak>div { display: flex; flex-direction: column; }
.visit-streak small { color: var(--green); font-size: .6rem; font-weight: 900; }
.visit-streak b { font-family: var(--heading); font-size: .85rem; text-transform: uppercase; }
.weekly-summary h2,.community-activity h2 { margin: 0 0 14px; font-family: var(--heading); font-size: 1.3rem; text-transform: uppercase; }
.weekly-summary__quest { margin-bottom: 15px; }
.weekly-summary__quest>span { display: flex; justify-content: space-between; gap: 10px; font-size: .65rem; }
.weekly-summary__quest small { color: #888; }
.weekly-summary__quest .xp-progress { height: 5px; margin-top: 6px; }
.weekly-summary__quest .xp-progress i { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.community-activity .member-section-head { margin-bottom: 5px; }
.community-activity>a { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 10px; padding: 12px 0; border-top: 1px solid #343434; }
.community-activity>a>i { width: 30px; height: 30px; }
.community-activity>a>span { display: flex; min-width: 0; flex-direction: column; }
.community-activity>a b { font-size: .7rem; }
.community-activity>a small,.community-activity>p { color: #888; font-size: .6rem; }
.xp-dashboard { display: grid; gap: 34px; }
.xp-level-card { display: grid; grid-template-columns: 110px minmax(0,1fr); align-items: center; gap: 26px; padding: 30px; overflow: hidden; border: 1px solid #3d553b; border-radius: 8px; background: radial-gradient(circle at 88% 20%,rgba(73,191,60,.18),transparent 30%),#171c17; }
.xp-level-card__mark { display: grid; width: 100px; height: 100px; place-items: center; border: 2px solid var(--green); border-radius: 50%; background: #101510; color: var(--green); font-family: var(--heading); font-size: 3.6rem; font-weight: 900; box-shadow: 0 0 0 8px rgba(73,191,60,.08); }
.xp-level-card h2 { margin: 3px 0; font-family: var(--heading); font-size: 2.5rem; line-height: 1; text-transform: uppercase; }
.xp-level-card p { margin: 8px 0; color: #999; }
.xp-level-card p b { color: #fff; }
.xp-progress { width: 100%; height: 9px; margin-top: 17px; overflow: hidden; border-radius: 9px; background: #333a33; }
.xp-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green),#9be95f); }
.achievement-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid #3a3a3a; }
.achievement-heading h2 { margin: 3px 0 12px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.achievement-heading > span { padding-bottom: 14px; color: var(--green); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.badge-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.badge-card { display: flex; min-width: 0; gap: 15px; padding: 18px; border: 1px solid #353535; border-radius: 6px; background: #191919; opacity: .55; }
.badge-card.is-earned { border-color: #456542; background: linear-gradient(145deg,#1b261a,#181a18); opacity: 1; }
.badge-card i { display: grid; width: 48px; min-width: 48px; height: 48px; place-items: center; border: 1px solid #505050; border-radius: 50%; color: #777; font-family: var(--heading); font-size: 1.1rem; font-style: normal; font-weight: 900; }
.badge-card.is-earned i { border-color: var(--green); background: var(--green); color: #071006; box-shadow: 0 0 18px rgba(73,191,60,.18); }
.badge-card h3 { margin: 1px 0 5px; font-family: var(--heading); font-size: 1rem; text-transform: uppercase; }
.badge-card p { margin: 0 0 8px; color: #888; font-size: .68rem; }
.badge-card small { color: var(--green); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.quest-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.quest-card { position: relative; padding: 19px; border: 1px solid #3c3c3c; border-radius: 6px; background: #191919; }
.quest-card.is-completed { border-color: #456542; background: linear-gradient(145deg,#1b261a,#181a18); }
.quest-card small { color: var(--green); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.quest-card h3 { margin: 6px 0; font-family: var(--heading); font-size: 1rem; text-transform: uppercase; }
.quest-card p { min-height: 38px; margin: 0; color: #888; font-size: .68rem; }
.quest-card .xp-progress { margin-top: 14px; }
.quest-card > b { display: block; margin-top: 5px; color: #777; font-size: .6rem; text-align: right; }
.xp-history { padding: 24px; border: 1px solid #373737; background: #1a1a1a; }
.xp-history h2 { margin: 0 0 12px; font-family: var(--heading); font-size: 1.4rem; text-transform: uppercase; }
.xp-history > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid #333; }
.xp-history span,.xp-history small { display: block; }
.xp-history small { color: #777; font-size: .6rem; }
.xp-history b { color: var(--green); white-space: nowrap; }
.member-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px 18px; }
.member-grid .feed-card { grid-template-columns: 150px 1fr; }
.member-grid .feed-card__image { min-height: 130px; }
.member-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.member-section-head h2 { font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.notification-list { display: grid; gap: 8px; }
.notification-item { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid #383838; background: #1b1b1b; }
.notification-item.is-unread { border-left: 4px solid var(--green); background: #1d251c; }
.notification-item i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #303030; color: var(--green); font-style: normal; font-weight: 900; }
.notification-item span { display: flex; min-width: 0; flex-direction: column; }
.notification-item b { font-family: var(--heading); font-size: .9rem; }
.notification-item small, .notification-item time { color: #888; font-size: .63rem; }
.continue-reading-module { padding: 25px 0; border-block: 1px solid #303030; background: #101510; }
.continue-reading-module article { position: relative; display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 22px; max-width: 900px; padding: 16px; border: 1px solid #354435; border-radius: 8px; background: #181d18; }
.continue-reading__art { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 5px; }
.continue-reading__art img { height: 100%; object-fit: cover; }
.continue-reading-module h2 { margin: 5px 0 10px; font-family: var(--heading); font-size: 1.45rem; line-height: 1.05; }
.continue-reading__bar { width: min(360px,100%); height: 5px; overflow: hidden; border-radius: 4px; background: #3a3a3a; }
.continue-reading__bar span { display: block; width: 0; height: 100%; background: var(--green); }
.continue-reading-module p { margin: 6px 0 8px; color: #999; font-size: .65rem; }
.continue-reading-module article > button { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border: 0; background: transparent; color: #888; font-size: 1.3rem; }
.release-calendar-page { min-height: 700px; background: #151515; }
.release-calendar-hero { padding: 76px 0 64px; border-bottom: 1px solid #333; background: radial-gradient(circle at 80% 20%,rgba(73,191,60,.13),transparent 30%),#0e0e0e; }
.release-calendar-hero h1 { margin: 5px 0 16px; font-family: var(--heading); font-size: clamp(3.4rem,8vw,7rem); font-weight: 900; letter-spacing: -.05em; line-height: .85; text-transform: uppercase; }
.release-calendar-hero p:last-child { max-width: 650px; color: #aaa; }
.release-filters { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #343434; background: rgba(20,20,20,.96); }
.release-filters .shell { display: flex; gap: 24px; overflow-x: auto; }
.release-filters a { flex: 0 0 auto; padding: 17px 0 13px; border-bottom: 4px solid transparent; color: #999; font-family: var(--heading); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.release-filters a.is-active, .release-filters a:hover { border-color: var(--green); color: #fff; }
.release-calendar { padding-block: 45px 80px; }

.discover-page,.atlas-page,.timeline-page,.leaderboard-page { min-height: 700px; background: #151515; }
.discover-hero,.atlas-hero { padding: 72px 0 58px; border-bottom: 1px solid #333; background: radial-gradient(circle at 78% 20%,rgba(73,191,60,.15),transparent 28%),#0e0e0e; }
.discover-hero h1,.atlas-hero h1 { max-width: 1000px; margin: 5px 0 14px; font-family: var(--heading); font-size: clamp(3.5rem,8vw,7.2rem); font-weight: 900; letter-spacing: -.055em; line-height: .86; text-transform: uppercase; }
.discover-hero p:last-child,.atlas-hero p:last-child { max-width: 720px; color: #aaa; font-size: 1.05rem; }
.discover-filters { display: grid; grid-template-columns: 2fr repeat(3,1fr) auto; align-items: end; gap: 10px; margin-top: -20px; padding: 18px; border: 1px solid #3a3a3a; border-radius: 7px; background: #202020; box-shadow: 0 12px 30px #0008; }
.discover-filters label span { display: block; margin-bottom: 6px; color: #999; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.discover-filters input,.discover-filters select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #484848; border-radius: 3px; background: #111; color: #eee; }
.discover-results { padding-block: 44px 80px; }
.discover-results > header { margin-bottom: 22px; border-bottom: 1px solid #333; }
.discover-grid,.atlas-grid,.recommendation-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.discover-grid article,.atlas-grid article,.recommendation-grid article { min-width: 0; }
.discover-card__art,.atlas-card__art,.recommendation-card__art { position: relative; display: block; aspect-ratio: 4/5; margin-bottom: 13px; overflow: hidden; border-radius: 4px; background: #222; }
.discover-card__art img,.atlas-card__art img,.recommendation-card__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.discover-grid article:hover img,.atlas-grid article:hover img,.recommendation-grid article:hover img { transform: scale(1.04); }
.discover-grid h3,.atlas-grid h2,.recommendation-grid h3 { margin: 7px 0; font-family: var(--heading); font-size: 1.25rem; line-height: 1.05; text-transform: uppercase; }
.discover-grid p,.atlas-grid p { color: #999; font-size: .78rem; }
.atlas-universes { display: flex; gap: 8px; overflow-x: auto; padding-block: 22px; }
.atlas-universes a { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #444; border-radius: 20px; color: #bbb; font-size: .7rem; font-weight: 800; }
.timeline-filters { display: flex; gap: 8px; overflow-x: auto; padding-block: 22px; }
.timeline-filters a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid #444; border-radius: 20px; color: #bbb; font-size: .7rem; font-weight: 800; }
.timeline-filters a:hover,.timeline-filters a.is-active { border-color: var(--green); background: var(--green); color: #071006; }
.atlas-grid { padding-block: 20px 80px; }
.atlas-grid small,.recommendation-grid small { display: block; color: var(--green); font-size: .65rem; font-weight: 800; }
.timeline { position: relative; padding-block: 60px 90px; }
.timeline::before { position: absolute; top: 55px; bottom: 85px; left: 25%; width: 1px; background: #3d3d3d; content: ""; }
.timeline article { position: relative; display: grid; grid-template-columns: 25% 1fr; gap: 40px; padding: 0 0 52px; }
.timeline__marker { position: absolute; top: 8px; left: calc(25% - 6px); width: 13px; height: 13px; border: 3px solid #151515; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.timeline__date { padding-right: 22px; text-align: right; }
.timeline__date b,.timeline__date span { display: block; }
.timeline__date b { color: var(--green); font-family: var(--heading); text-transform: uppercase; }
.timeline__date span { color: #888; font-size: .72rem; }
.timeline__content h2 { margin: 0 0 10px; font-family: var(--heading); font-size: 1.8rem; text-transform: uppercase; }
.timeline__content p { max-width: 700px; color: #aaa; }
.timeline__content > small { display: block; margin-bottom: 5px; color: var(--green); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.relation-section { background: #111; }
.relation-explorer { display: grid; gap: 14px; }
.relation-toolbar { display: none; grid-template-columns: minmax(230px,.8fr) minmax(420px,1.5fr) auto; align-items: end; gap: 14px; padding: 16px; border: 1px solid #343f34; border-radius: 12px; background: #171b17; }
.relation-explorer.is-enhanced .relation-toolbar { display: grid; }
.relation-search { display: grid; gap: 6px; }
.relation-search>span { color: #899289; font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.relation-search input { width: 100%; height: 42px; padding: 0 13px; border: 1px solid #485148; border-radius: 7px; background: #0e110e; color: #fff; }
.relation-search input:focus { border-color: var(--green); outline: 2px solid rgba(73,191,60,.22); }
.relation-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.relation-filters button,.relation-reset { min-height: 36px; padding: 7px 10px; border: 1px solid #454d45; border-radius: 18px; background: #242924; color: #b9c0ba; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.relation-filters button::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #768076; content: ""; }
.relation-filters button.is-active { border-color: var(--green); background: #263725; color: #fff; }
.relation-filter--muttefik::before { background: #58ca68 !important; }.relation-filter--dusman::before { background: #df604f !important; }.relation-filter--aile::before { background: #5fa7df !important; }.relation-filter--romantik::before { background: #d77abd !important; }.relation-filter--mentor::before { background: #ddc95d !important; }
.relation-reset { border-color: #596159; background: transparent; white-space: nowrap; }
.relation-reset:hover,.relation-reset:focus-visible { border-color: var(--green); color: #fff; }
.relation-status { display: none; min-height: 20px; margin: 0; color: #aab2ab; font-size: .72rem; }
.relation-explorer.is-enhanced .relation-status { display: block; }
.relation-map { position: relative; display: none; height: 560px; overflow: hidden; border: 1px solid #343f34; border-radius: 14px; background: radial-gradient(circle at center,rgba(73,191,60,.14),transparent 24%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),#121512; background-size: auto,32px 32px,32px 32px,auto; }
.relation-explorer.is-enhanced .relation-map { display: block; }
.relation-map svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.relation-map__loading { position: absolute; top: 50%; left: 50%; color: #889188; font-size: .7rem; font-weight: 900; text-transform: uppercase; transform: translate(-50%,-50%); }
.relation-map.is-ready .relation-map__loading { display: none; }
.relation-line { stroke: #768076; stroke-width: 2; stroke-dasharray: 5 4; opacity: .82; }
.relation-line--muttefik { stroke: #58ca68; }.relation-line--dusman { stroke: #df604f; }.relation-line--aile { stroke: #5fa7df; }.relation-line--romantik { stroke: #d77abd; }.relation-line--mentor { stroke: #ddc95d; }
.relation-node { position: absolute; z-index: 2; display: flex; width: 136px; height: 132px; align-items: center; padding: 9px; border: 1px solid #4a554a; border-radius: 12px; background: rgba(24,30,25,.96); box-shadow: 0 12px 30px rgba(0,0,0,.32); color: #fff; flex-direction: column; text-align: center; transform: translate(-50%,-50%); transition: border-color .2s,box-shadow .2s,transform .2s; }
.relation-node[hidden] { display: none; }
.relation-node:hover { border-color: #697669; box-shadow: 0 16px 34px rgba(0,0,0,.42); }
.relation-node.is-focus { z-index: 3; width: 158px; height: 150px; border-color: var(--green); background: #1c2a1d; box-shadow: 0 0 0 4px rgba(73,191,60,.12),0 18px 44px rgba(0,0,0,.48); }
.relation-node__select { display: flex; width: 100%; align-items: center; padding: 0; border: 0; background: transparent; color: inherit; flex: 1; flex-direction: column; text-align: center; }
.relation-node__select:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.relation-node i,.relation-node__portrait { display: grid; width: 58px; height: 58px; flex: 0 0 58px; margin-bottom: 7px; place-items: center; overflow: hidden; border: 2px solid var(--green); border-radius: 50%; background: #141814; box-shadow: 0 0 0 3px rgba(73,191,60,.12); color: var(--green); font-family: var(--heading); font-size: 1.2rem; font-style: normal; }
.relation-node.is-focus i,.relation-node.is-focus .relation-node__portrait { width: 68px; height: 68px; flex-basis: 68px; }
.relation-node__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.relation-node__name { display: -webkit-box; overflow: hidden; font-family: var(--heading); font-size: .68rem; font-weight: 900; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.relation-node__profile { display: inline-flex; min-height: 24px; align-items: center; margin-top: 4px; color: #a4ada5; font-size: .52rem; font-weight: 900; text-transform: uppercase; }
.relation-node__profile:hover,.relation-node__profile:focus-visible { color: var(--green); }
.relation-list { display: grid; width: min(900px,100%); grid-template-columns: 1fr; gap: 8px; margin: 6px auto 0; }
.relation-list h3 { margin: 10px 0 2px; color: #929b93; font-family: var(--heading); font-size: .75rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.relation-list p { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; padding: 12px; margin: 0; border: 1px solid #333; background: #191919; font-size: .72rem; }
.relation-explorer.is-enhanced .relation-list [data-relation-row] { display: none; }
.relation-explorer.is-enhanced .relation-list [data-relation-row].is-visible { display: grid; }
.relation-list p > a:last-of-type { text-align: right; }.relation-list small { grid-column: 1/-1; color: #888; text-align: center; }
.relation-list .relation-list__empty { display: block; color: #8f978f; text-align: center; }
.relation-list .relation-list__empty[hidden] { display: none; }
.relation-kind { padding: 4px 7px; border-radius: 12px; background: #303630; color: var(--green); font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.relation-kind--muttefik { color: #58ca68; }.relation-kind--dusman { color: #ef7666; }.relation-kind--aile { color: #72b8ed; }.relation-kind--romantik { color: #e18bca; }.relation-kind--mentor { color: #e4d26e; }
.relation-mobile-note { display: none; margin: 0; color: #8b948c; font-size: .7rem; }
.leaderboard { padding-block: 48px 90px; }
.leaderboard__head,.leaderboard__row { display: grid; grid-template-columns: 50px minmax(180px,1fr) repeat(3,100px); align-items: center; gap: 12px; padding: 13px 18px; }
.leaderboard__head { color: #777; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.leaderboard__row { margin-bottom: 7px; border: 1px solid #373737; border-radius: 4px; background: #1d1d1d; }
.leaderboard__row > span:first-of-type { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.leaderboard__row img { border-radius: 50%; }
.leaderboard__row strong { color: var(--green); font-size: 1.2rem; }
.recommendation-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.release-day { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid #343434; }
.release-day > time { display: flex; align-items: baseline; flex-direction: column; color: var(--green); font-family: var(--heading); text-transform: uppercase; }
.release-day > time b { font-size: 3.2rem; line-height: .9; }
.release-day > time span { margin-top: 7px; color: #aaa; font-size: .72rem; font-weight: 900; }
.release-day__items { display: grid; gap: 12px; }
.release-card { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 20px; min-height: 120px; padding: 12px; border: 1px solid #383838; border-radius: 7px; background: #1c1c1c; }
.release-card__art { position: relative; display: block; height: 105px; overflow: hidden; border-radius: 4px; }
.release-card__art img { height: 100%; object-fit: cover; }
.release-card h2 { margin: 5px 0; font-family: var(--heading); font-size: 1.4rem; line-height: 1.05; }
.release-card p { margin: 5px 0; color: #aaa; font-size: .78rem; }
.release-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.release-card__meta span { padding: 4px 7px; border: 1px solid #444; color: #aaa; font-size: .58rem; text-transform: uppercase; }

@media (max-width: 1000px) {
	.relation-toolbar { grid-template-columns: 1fr; align-items: stretch; }
	.relation-reset { width: max-content; }
	.member-dashboard { grid-template-columns: 1fr; }
	.member-dashboard__aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.member-banner-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.member-hero__main { gap: 18px; }
	.member-identity { width: min(470px,100%); }
	.member-stats { min-width: 400px; }
	.member-stats span { padding-inline: 10px; }
}

@media (max-width: 760px) {
	.content-reactions__choices { display: grid; grid-template-columns: repeat(2,1fr); }
	.article-forum-cta { grid-template-columns: 52px minmax(0,1fr); gap: 15px; padding: 22px 18px; }
	.article-forum-cta__mark { width: 50px; height: 44px; }
	.article-forum-cta h2 { font-size: 1.35rem; }
	.article-forum-cta>a { width: 100%; min-width: 0; grid-column: 1/-1; }
	.discover-hero,.atlas-hero { padding: 52px 0 42px; }
	.discover-hero h1,.atlas-hero h1 { font-size: 3.1rem; }
	.discover-filters { grid-template-columns: 1fr; margin-top: 0; border-width: 0 0 1px; border-radius: 0; }
	.discover-grid,.atlas-grid,.recommendation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
	.timeline::before { left: 10px; }
	.timeline article { grid-template-columns: 1fr; gap: 10px; padding-left: 35px; }
	.timeline__marker { left: 4px; }
	.timeline__date { padding: 0; text-align: left; }
	.leaderboard { overflow-x: auto; }
	.leaderboard__head,.leaderboard__row { min-width: 650px; }
  .article-toc ol { grid-template-columns: 1fr; }
  .community-rating__buttons { grid-template-columns: repeat(5,1fr); }
  .continue-reading-module article { grid-template-columns: 110px 1fr; gap: 13px; padding: 12px; }
  .continue-reading-module h2 { padding-right: 20px; font-size: 1rem; }
  .continue-reading-module .text-link { font-size: .62rem; }
  .release-calendar-hero { padding: 52px 0 44px; }
  .release-calendar-hero h1 { font-size: 3.1rem; }
  .release-day { grid-template-columns: 1fr; gap: 14px; }
  .release-day > time { align-items: baseline; flex-direction: row; gap: 8px; }
  .release-day > time b { font-size: 2rem; }
  .release-card { grid-template-columns: 105px 1fr; gap: 12px; }
  .release-card__art { height: 92px; }
  .release-card h2 { font-size: 1.05rem; }
  .member-hero { min-height: 420px; padding: 28px 0 24px; }
  .member-hero::before { top: -110px; right: -120px; width: 300px; }
  .member-hero::after { background: linear-gradient(90deg,rgba(5,8,6,.92),rgba(5,9,6,.52)),linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.08) 70%); }
  .member-hero__scene { inset: 0; opacity: .8; }
  .member-hero__main { min-height: 0; align-items: stretch; flex-direction: column; gap: 14px; }
  .member-identity { width: 100%; gap: 15px; padding: 16px; border-radius: 14px; }
  .member-identity img { width: 78px; height: 78px; }
  .member-identity__avatar::before { inset: -5px; }
  .member-identity__avatar::after { width: 12px; height: 12px; border-width: 2px; }
  .member-identity h1 { font-size: 2.15rem; }
  .member-level-progress { margin-top: 11px; }
  .member-level-progress>span:first-child { align-items: flex-start; flex-direction: column; gap: 2px; }
  .member-stats { width: 100%; min-width: 0; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 10px; border-radius: 14px; }
  .member-stats span { min-height: 56px; justify-content: center; padding: 8px; }
  .member-stats span:nth-child(3) { border-left: 0; }
  .member-stats span:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.11); }
  .member-stats b { font-size: 1.6rem; }
  .member-banner-picker { margin-top: 12px; }
  .member-banner-picker>summary { width: 100%; justify-content: center; margin: 0; }
  .member-banner-picker form { padding: 13px; }
  .member-banner-picker__head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .member-banner-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .member-overview, .member-grid { grid-template-columns: 1fr; }
	.member-dashboard { gap: 24px; margin-top: 30px; }
	.member-dashboard__aside { grid-template-columns: 1fr; }
	.continue-watching-grid { grid-template-columns: 1fr; }
	.member-activity-item { grid-template-columns: 34px minmax(0,1fr); }
	.member-activity-item time { grid-column: 2; }
	.xp-level-card { grid-template-columns: 70px minmax(0,1fr); gap: 18px; padding: 22px 18px; }
	.xp-level-card__mark { width: 65px; height: 65px; font-size: 2.4rem; }
	.xp-level-card h2 { font-size: 1.8rem; }
	.badge-grid { grid-template-columns: 1fr; }
	.quest-grid { grid-template-columns: 1fr; }
	.relation-toolbar { grid-template-columns: 1fr; align-items: stretch; }
	.relation-reset { width: 100%; }
	.relation-explorer.is-enhanced .relation-map { display: none; }
	.relation-explorer.is-enhanced .relation-mobile-note { display: block; }
	.relation-list { grid-template-columns: 1fr; margin-top: 0; }
	.relation-list h3 { text-align: left; }
	.relation-list p { grid-template-columns: 1fr; gap: 6px; padding: 14px; }
	.relation-list p>a:last-of-type,.relation-list small { text-align: left; }
	.relation-kind { width: max-content; }
	.community-list-grid,.managed-list-grid { grid-template-columns: 1fr; }
	.community-list-card { grid-template-columns: 120px minmax(0,1fr); min-height: 190px; }
	.community-list-engagement { align-items: flex-start; }
	.community-list-action { min-height: 38px; }
	.community-list-form { grid-template-columns: 1fr; padding: 20px; }
	.achievement-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .notification-item { grid-template-columns: 36px minmax(0,1fr); }
  .notification-item time { grid-column: 2; }
}

/* The Lord of the Rings data story */
.lotr-page { --lotr-gold: #c8a75a; --lotr-forest: #1f4937; background: #0d100e; color: #eee9dc; }
.lotr-hero { position: relative; min-height: min(790px,82vh); overflow: hidden; background: #101511; }
.lotr-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.72) contrast(1.08); }
.lotr-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,8,6,.96) 0%,rgba(5,8,6,.68) 42%,rgba(5,8,6,.08) 76%),linear-gradient(0deg,#0d100e 0%,transparent 35%); }
.lotr-hero__content { position: relative; z-index: 1; display: flex; min-height: min(790px,82vh); align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 80px; }
.lotr-kicker, .lotr-section-heading > p, .lotr-chart-card header p { margin: 0 0 12px; color: var(--lotr-gold); font-family: var(--heading); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lotr-hero h1 { max-width: 850px; margin: 0; font-family: Georgia,serif; font-size: clamp(4.5rem,10vw,9.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .72; text-shadow: 0 5px 30px #000; }
.lotr-hero__content > p:not(.lotr-kicker) { max-width: 580px; margin: 34px 0 28px; color: #cbc7bb; font-family: Georgia,serif; font-size: 1.15rem; line-height: 1.6; }
.lotr-hero__content > a { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--lotr-gold); color: var(--lotr-gold); font-family: var(--heading); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lotr-summary, .lotr-data-section, .lotr-timeline { padding: 90px 0; }
.lotr-section-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 50px; margin-bottom: 52px; }
.lotr-section-heading h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.7rem,5vw,5.3rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.lotr-stat-grid { display: grid; border-block: 1px solid #3c403b; grid-template-columns: repeat(4,1fr); }
.lotr-stat-grid article { display: grid; min-height: 190px; align-content: center; padding: 28px; border-right: 1px solid #3c403b; }
.lotr-stat-grid article:last-child { border-right: 0; }
.lotr-stat-grid strong { color: var(--lotr-gold); font-family: Georgia,serif; font-size: clamp(2.6rem,5vw,4.8rem); font-weight: 400; line-height: .8; }
.lotr-stat-grid span { margin-top: 8px; color: #928a78; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.lotr-stat-grid small { margin-top: 25px; color: #e0ddD3; font-family: var(--heading); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.lotr-data-section { border-block: 1px solid #272d28; background: #141915; }
.lotr-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lotr-chart-card { padding: 34px; border: 1px solid #343b35; background: #101411; }
.lotr-chart-card header { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid #303630; }
.lotr-chart-card header > span { color: var(--lotr-gold); font-family: Georgia,serif; font-size: 2rem; }
.lotr-chart-card header h2 { margin: 0; font-family: Georgia,serif; font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.lotr-bars { display: grid; gap: 26px; padding: 35px 0; }
.lotr-bar-row { display: grid; grid-template-columns: 135px 1fr 60px; align-items: center; gap: 14px; }
.lotr-bar-row > div, .lotr-award-row > div { display: flex; min-width: 0; flex-direction: column; }
.lotr-bar-row b, .lotr-award-row b { overflow: hidden; font-family: var(--heading); font-size: .75rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.lotr-bar-row small, .lotr-award-row small { color: #777f78; font-size: .62rem; }
.lotr-bar-track, .lotr-award-track { position: relative; display: block; height: 10px; overflow: hidden; background: #293029; }
.lotr-bar-track i, .lotr-award-track i { position: absolute; top: 0; bottom: 0; left: 0; width: var(--bar-value); background: linear-gradient(90deg,var(--lotr-forest),var(--lotr-gold)); }
.lotr-bar-row > strong { color: var(--lotr-gold); font-family: Georgia,serif; font-size: .85rem; text-align: right; }
.lotr-chart-card footer { padding-top: 18px; border-top: 1px solid #303630; color: #848a84; font-size: .68rem; }
.lotr-award-row { display: grid; gap: 11px; }
.lotr-award-track { height: 18px; }
.lotr-award-track .lotr-award-nominations { background: #4b514b; }
.lotr-award-track .lotr-award-wins { top: 5px; bottom: 5px; z-index: 1; background: var(--lotr-gold); }
.lotr-legend { display: flex; gap: 22px; padding-top: 18px; border-top: 1px solid #303630; color: #929792; font-size: .65rem; text-transform: uppercase; }
.lotr-legend span { display: flex; align-items: center; gap: 7px; }
.lotr-legend i { width: 18px; height: 5px; background: #4b514b; }
.lotr-legend span:last-child i { background: var(--lotr-gold); }
.lotr-runtime { padding: 100px 0; background: radial-gradient(circle at 78% 50%,rgba(200,167,90,.1),transparent 28%),#0b0e0c; }
.lotr-runtime__grid { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 80px; }
.lotr-runtime h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(3rem,6vw,6rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.lotr-runtime__grid > div:first-child > p:last-child { max-width: 590px; margin-top: 30px; color: #9da29d; font-size: 1rem; line-height: 1.65; }
.lotr-runtime-ring { position: relative; display: grid; aspect-ratio: 1; place-items: center; }
.lotr-runtime-ring svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; transform: rotate(-90deg); }
.lotr-runtime-ring circle { fill: none; stroke: #283029; stroke-width: 9; }
.lotr-runtime-ring .lotr-runtime-ring__value { stroke: var(--lotr-gold); stroke-dasharray: 540; stroke-dashoffset: 99; stroke-linecap: round; }
.lotr-runtime-ring > div { display: flex; align-items: center; flex-direction: column; }
.lotr-runtime-ring strong { color: var(--lotr-gold); font-family: Georgia,serif; font-size: 5rem; font-weight: 400; line-height: .8; }
.lotr-runtime-ring span { margin-top: 9px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.lotr-runtime-ring small { margin-top: 25px; color: #777f78; font-size: .62rem; text-transform: uppercase; }
.lotr-timeline { border-top: 1px solid #272d28; }
.lotr-timeline__track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.lotr-timeline__track::before { position: absolute; top: 57px; right: 0; left: 0; height: 1px; background: #4a504a; content: ""; }
.lotr-timeline article { position: relative; }
.lotr-timeline time { color: var(--lotr-gold); font-family: Georgia,serif; font-size: 2rem; }
.lotr-timeline article > span { position: relative; z-index: 1; display: block; width: 11px; height: 11px; margin: 13px 0 26px; border: 2px solid #0d100e; border-radius: 50%; background: var(--lotr-gold); box-shadow: 0 0 0 1px var(--lotr-gold); }
.lotr-timeline h3 { margin: 0 0 9px; font-family: Georgia,serif; font-size: 1.25rem; font-weight: 400; }
.lotr-timeline article p { max-width: 245px; margin: 0; color: #858b85; font-size: .72rem; line-height: 1.55; }
.lotr-source { margin: 60px 0 0; color: #656b65; font-size: .65rem; }
.lotr-source a { color: #a99a73; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .lotr-stat-grid { grid-template-columns: repeat(2,1fr); }
  .lotr-stat-grid article:nth-child(2) { border-right: 0; }
  .lotr-data-grid { grid-template-columns: 1fr; }
  .lotr-runtime__grid { grid-template-columns: 1fr 280px; gap: 35px; }
}

@media (max-width: 600px) {
  .lotr-hero, .lotr-hero__content { min-height: 650px; }
  .lotr-hero > img { object-position: 62% center; }
  .lotr-hero__shade { background: linear-gradient(0deg,#0d100e 0%,rgba(5,8,6,.35) 62%,rgba(5,8,6,.12)); }
  .lotr-hero__content { justify-content: flex-end; padding-bottom: 65px; }
  .lotr-hero h1 { font-size: clamp(3.5rem,20vw,5rem); line-height: .78; }
  .lotr-hero__content > p:not(.lotr-kicker) { font-size: .95rem; }
  .lotr-summary, .lotr-data-section, .lotr-timeline, .lotr-runtime { padding: 62px 0; }
  .lotr-section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 35px; }
  .lotr-section-heading h2 { font-size: 2.65rem; }
  .lotr-stat-grid article { min-height: 145px; padding: 20px 14px; }
  .lotr-stat-grid strong { font-size: 2.7rem; }
  .lotr-stat-grid small { margin-top: 17px; font-size: .6rem; }
  .lotr-chart-card { padding: 22px 16px; }
  .lotr-chart-card header { grid-template-columns: 36px 1fr; }
  .lotr-chart-card header h2 { font-size: 1.45rem; }
  .lotr-bar-row { grid-template-columns: 92px 1fr 52px; gap: 9px; }
  .lotr-bar-row b, .lotr-award-row b { font-size: .64rem; }
  .lotr-runtime__grid { grid-template-columns: 1fr; }
  .lotr-runtime-ring { width: min(280px,85vw); margin: 15px auto 0; }
  .lotr-timeline__track { grid-template-columns: 1fr; gap: 0; padding-left: 24px; }
  .lotr-timeline__track::before { top: 0; bottom: 0; left: 5px; width: 1px; height: auto; }
  .lotr-timeline article { padding-bottom: 32px; }
  .lotr-timeline article > span { position: absolute; top: 8px; left: -24px; margin: 0; }
  .lotr-timeline article p { max-width: none; }
}

/* Magazine article detail */
.magazine-single { background: #181818; color: #f2f2f2; }
.mag-article { --article-accent: var(--green); }
.mag-article--type-inceleme { --article-accent: #e6b84a; }
.mag-article--type-teori { --article-accent: #ac7cff; }
.mag-article--type-karakter { --article-accent: #65bff3; }
.mag-article--type-liste { --article-accent: #ee6a5f; }
.mag-hero { position: relative; width: min(1225px,calc(100vw - 48px)); padding-top: 24px; }
.mag-hero__media { position: relative; height: 690px; margin: 0; overflow: hidden; border-radius: 7px; background: #222; }
.mag-hero__media::after { position: absolute; inset: 22% 0 0; background: linear-gradient(0deg,rgba(0,0,0,.98) 0,rgba(0,0,0,.72) 42%,transparent 100%); content: ""; pointer-events: none; }
.mag-hero__media > img { width: 100%; height: 100%; object-fit: cover; }
.mag-hero__media > .portal-art { position: absolute; }
.mag-hero__media figcaption { position: absolute; z-index: 3; top: 10px; right: 12px; color: #eee; font-family: var(--heading); font-size: .65rem; text-shadow: 0 1px 3px #000; }
.mag-hero__title { position: absolute; z-index: 4; right: 34px; bottom: 30px; left: 34px; pointer-events: none; }
.mag-hero h1 { max-width: 1120px; margin: 0; font-family: var(--heading); font-size: clamp(3rem,4.4vw,4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; text-wrap: balance; }
.mag-article--production .mag-hero h1 { max-width: 900px; font-size: clamp(2.25rem,3.2vw,3.1rem); letter-spacing: -.015em; line-height: 1.08; text-wrap: pretty; }
.mag-hero__kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: var(--article-accent); font-family: var(--heading); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mag-hero__kicker i { width: 24px; height: 1px; background: currentColor; }
.mag-hero__dek { max-width: 760px; margin: 14px 0 0; color: #d0d0d0; font-size: 1rem; line-height: 1.45; text-wrap: balance; }
.mag-hero__platforms { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 15px; }
.mag-hero__platforms b { margin-right: 3px; color: var(--article-accent); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.mag-hero__platforms span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: inherit; font-size: .68rem; line-height: 1; }
.mag-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 17px; color: #aaa; font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.mag-hero__meta span { position: relative; }
.mag-hero__meta span:not(:last-child)::after { position: absolute; top: 50%; right: -12px; width: 3px; height: 3px; border-radius: 50%; background: var(--article-accent); content: ""; }
.mag-hero--title-above { display: flex; flex-direction: column; }
.mag-hero--title-above .mag-hero__title { position: static; order: 1; padding: 34px 0 20px; pointer-events: auto; }
.mag-hero--title-above .mag-hero__media { order: 2; }
.mag-hero--title-above .mag-hero__media::after { display: none; }
.mag-hero--image-content, .mag-hero--image-hidden { padding-top: 0; }
.mag-hero--image-content .mag-hero__title, .mag-hero--image-hidden .mag-hero__title { position: static; padding: 58px 0 30px; pointer-events: auto; }
.mag-hero--height-compact .mag-hero__media { height: 500px; }
.mag-hero--height-standard .mag-hero__media { height: 690px; }
.mag-hero--height-tall .mag-hero__media { height: 820px; }
.mag-hero--focus-center .mag-hero__media > img { object-position: center center; }
.mag-hero--focus-top .mag-hero__media > img { object-position: center top; }
.mag-hero--focus-bottom .mag-hero__media > img { object-position: center bottom; }
.mag-hero--focus-left .mag-hero__media > img { object-position: left center; }
.mag-hero--focus-right .mag-hero__media > img { object-position: right center; }
.mag-layout { position: relative; display: grid; width: min(1225px,calc(100vw - 48px)); grid-template-columns: minmax(0,875px) 310px; gap: 40px; padding-block: 24px 70px; }
.mag-layout--width-narrow { width: min(1070px,calc(100vw - 48px)); grid-template-columns: minmax(0,720px) 310px; }
.mag-layout--width-wide { width: min(1380px,calc(100vw - 48px)); grid-template-columns: minmax(0,1030px) 310px; }
.mag-layout--sidebar-off { grid-template-columns: minmax(0,875px); justify-content: center; }
.mag-layout--sidebar-off.mag-layout--width-narrow { width: min(720px,calc(100vw - 48px)); grid-template-columns: minmax(0,720px); }
.mag-layout--sidebar-off.mag-layout--width-wide { width: min(1030px,calc(100vw - 48px)); grid-template-columns: minmax(0,1030px); }
.quick-rail { position: absolute; z-index: 8; top: 24px; bottom: 70px; left: -96px; width: 76px; }
.quick-rail__list { position: sticky; top: 104px; display: flex; align-items: center; flex-direction: column; gap: 17px; }
.quick-rail__list::after { position: absolute; z-index: -1; top: 20px; bottom: 20px; left: 50%; width: 1px; background: linear-gradient(#555,rgba(85,85,85,.2)); content: ""; transform: translateX(-50%); }
.quick-rail__item { display: flex; width: 76px; align-items: center; flex-direction: column; gap: 5px; color: #b9bdb9; text-decoration: none; }
.quick-rail__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #59605a; border-radius: 50%; background: #f1f3ef; color: #171b18; box-shadow: 0 3px 10px rgba(0,0,0,.4); transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.quick-rail__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-rail__label { padding: 2px 6px; border-radius: 8px; background: #181c19; color: #b9bdb9; font-size: .58rem; font-weight: 800; letter-spacing: .035em; line-height: 1.25; text-align: center; text-transform: uppercase; white-space: nowrap; }
.quick-rail__label b { color: var(--green); font-size: inherit; }
.quick-rail__item:hover .quick-rail__icon, .quick-rail__item:focus-visible .quick-rail__icon { border-color: var(--green); background: var(--green); color: #071008; transform: translateY(-2px); }
.quick-rail__item:hover .quick-rail__label, .quick-rail__item:focus-visible .quick-rail__label { color: #fff; }
.mag-article__byline { margin-bottom: 28px; }
.mag-author { position: relative; display: grid; grid-template-columns: 112px minmax(0,1fr) 150px; align-items: center; gap: 24px; padding: 26px 28px; overflow: hidden; border: 1px solid #393d39; border-left: 4px solid var(--article-accent); border-radius: 8px; background: linear-gradient(118deg,rgba(73,191,60,.09),transparent 42%),#202320; }
.mag-author::after { position: absolute; right: -56px; bottom: -82px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; pointer-events: none; }
.mag-author__portrait { position: relative; z-index: 1; display: block; width: 112px; height: 112px; padding: 5px; border: 1px solid color-mix(in srgb,var(--article-accent) 65%,#fff); border-radius: 50%; }
.mag-author__portrait::after { position: absolute; right: 1px; bottom: 10px; width: 16px; height: 16px; border: 3px solid #202320; border-radius: 50%; background: var(--article-accent); content: ""; }
.mag-author__portrait img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.mag-author__body { min-width: 0; }
.mag-author__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 17px; color: #969d97; font-size: .63rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.mag-author__meta span { color: var(--article-accent); }
.mag-author__meta time { position: relative; }
.mag-author__meta time::before { position: absolute; top: 50%; left: -10px; width: 3px; height: 3px; border-radius: 50%; background: #687069; content: ""; transform: translateY(-50%); }
.mag-author h2 { margin: 7px 0 8px; font-family: var(--font-display); font-size: clamp(1.65rem,2.5vw,2.2rem); font-weight: 750; letter-spacing: -.025em; line-height: 1; }
.mag-author h2 a { color: #fff; }
.mag-author h2 a:hover, .mag-author h2 a:focus-visible { color: var(--article-accent); }
.mag-author__body > p { max-width: 590px; margin: 0; color: #b9beba; font-size: .8rem; line-height: 1.55; }
.mag-author__aside { position: relative; z-index: 1; display: flex; min-height: 92px; padding-left: 22px; border-left: 1px solid #3e433e; flex-direction: column; justify-content: space-between; }
.mag-author__aside > span { display: flex; color: #858c86; font-size: .58rem; font-weight: 800; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; flex-direction: column; }
.mag-author__aside b { color: var(--article-accent); font-family: var(--font-display); font-size: 1.8rem; line-height: 1; }
.mag-author__aside a { display: inline-flex; align-items: center; gap: 6px; color: #f1f3f1; font-size: .62rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.mag-author__aside a:hover, .mag-author__aside a:focus-visible { color: var(--article-accent); }
.mag-author__aside i { color: var(--article-accent); font-size: .9rem; font-style: normal; }
.mag-inline-feature { position: relative; height: 560px; margin: 24px 0 0; overflow: hidden; border-radius: 7px; background: #222; }
.mag-inline-feature--title-overlay::after { position: absolute; z-index: 1; inset: 38% 0 0; background: linear-gradient(0deg,rgba(0,0,0,.94),transparent); content: ""; pointer-events: none; }
.mag-inline-feature__title { position: absolute; z-index: 3; right: 32px; bottom: 28px; left: 32px; }
.mag-inline-feature__title h1 { max-width: 800px; margin: 0; color: #fff; font-family: var(--heading); font-size: clamp(2.4rem,4vw,4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; text-shadow: 0 2px 14px rgba(0,0,0,.8); text-wrap: balance; }
.mag-inline-feature__title .mag-hero__dek { max-width: 680px; }
.mag-inline-feature--compact { height: 430px; }
.mag-inline-feature--standard { height: 560px; }
.mag-inline-feature--tall { height: 690px; }
.mag-inline-feature > img { width: 100%; height: 100%; object-fit: cover; }
.mag-inline-feature > .portal-art { position: absolute; }
.mag-inline-feature--focus-center > img { object-position: center center; }
.mag-inline-feature--focus-top > img { object-position: center top; }
.mag-inline-feature--focus-bottom > img { object-position: center bottom; }
.mag-inline-feature--focus-left > img { object-position: left center; }
.mag-inline-feature--focus-right > img { object-position: right center; }
.mag-inline-feature figcaption { position: absolute; z-index: 2; top: 10px; right: 12px; color: #fff; font-family: var(--heading); font-size: .65rem; text-shadow: 0 1px 3px #000; }
.mag-prose { padding-top: 28px; color: #eee; font-size: 1.12rem; line-height: 1.65; }
.mag-prose > p { margin: 0 0 28px; }
.mag-prose .mag-lead { font-size: 1.2rem; }
.mag-prose .mag-lead::first-letter { float: none; padding: 0; color: inherit; font-size: inherit; }
.mag-prose h2, .mag-prose h3, .mag-prose h4 { margin: 1.8em 0 .55em; font-family: var(--heading); font-weight: 900; line-height: 1.1; }
.mag-prose h2 { font-size: 2.25rem; }
.mag-prose h3 { font-size: 1.6rem; }
.mag-prose a:not(.article-related-inline__link) { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: #aaa; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.mag-prose blockquote { padding: 10px 0 10px 22px; margin: 32px 0; border-left: 4px solid var(--green); font-family: var(--heading); font-size: 1.55rem; font-weight: 900; line-height: 1.25; }
.mag-article--type-teori .mag-prose blockquote { border-left-color: var(--article-accent); }
.mag-article--type-liste [data-reading-body] { counter-reset: evren-list-section; }
.mag-article--type-liste [data-reading-body] > h2 { position: relative; padding-left: 58px; counter-increment: evren-list-section; }
.mag-article--type-liste [data-reading-body] > h2::before { position: absolute; top: -.15em; left: 0; color: var(--article-accent); font-size: 1.55em; content: counter(evren-list-section,decimal-leading-zero); }
.spoiler-free-summary { display: grid; grid-template-columns: minmax(190px,.7fr) minmax(0,1.3fr); gap: 25px; padding: 24px 26px; margin: 26px 0 0; border: 1px solid #3f5b3d; border-left: 4px solid var(--article-accent); border-radius: 7px; background: linear-gradient(120deg,rgba(73,191,60,.11),transparent 60%),#202320; }
.spoiler-free-summary span { color: var(--article-accent); font-family: var(--heading); font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.spoiler-free-summary h2 { margin: 5px 0 0; font-family: var(--heading); font-size: 1.45rem; line-height: 1.05; text-transform: uppercase; }
.spoiler-free-summary p { align-self: center; margin: 0; color: #d0d0d0; font-size: .83rem; line-height: 1.55; }
.wp-block-details.is-style-spoiler { margin: 34px 0; overflow: hidden; border: 1px solid #4a4a4a; border-left: 4px solid var(--green); border-radius: 7px; background: #202020; }
.wp-block-details.is-style-spoiler > summary { position: relative; padding: 17px 54px 17px 18px; color: #fff; font-family: var(--heading); font-size: .85rem; font-weight: 900; letter-spacing: .035em; list-style: none; text-transform: uppercase; cursor: pointer; user-select: none; }
.wp-block-details.is-style-spoiler > summary::-webkit-details-marker { display: none; }
.wp-block-details.is-style-spoiler > summary::before { display: inline-block; padding: 4px 6px; margin-right: 9px; border-radius: 3px; background: var(--green); color: #071006; font-size: .58rem; letter-spacing: .08em; content: "Spoiler"; vertical-align: 2px; }
.wp-block-details.is-style-spoiler > summary::after { position: absolute; top: 50%; right: 19px; color: var(--green); font-size: 1.4rem; content: "+"; transform: translateY(-50%); }
.wp-block-details.is-style-spoiler[open] > summary { border-bottom: 1px solid #3f3f3f; }
.wp-block-details.is-style-spoiler[open] > summary::after { content: "−"; }
.wp-block-details.is-style-spoiler > :not(summary) { margin-right: 18px; margin-left: 18px; }
.wp-block-details.is-style-spoiler > :last-child { margin-bottom: 20px; }
.wp-block-details.is-style-spoiler.is-ahead { border-color: #a96832; border-left-color: #e49046; }
.wp-block-details.is-style-spoiler.is-ahead > summary::before { background: #e49046; content: "İleri Spoiler"; }
.wp-block-details.is-style-spoiler.is-safe > summary::before { content: "Güvenli Seviye"; }
.wp-block-details.is-style-spoiler.is-unclassified > summary::before { background: #777; content: "Genel Spoiler"; }
.mag-prose img, .mag-prose .wp-block-image { border-radius: 7px; }
.article-related-inline { margin: 36px 0; padding: 14px 0; border-block: 1px solid #444; }
.article-related-inline__link { display: grid; grid-template-columns: 190px minmax(0,1fr) 32px; align-items: center; gap: 18px; color: #fff; text-decoration: none; }
.article-related-inline__art { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 5px; background: #242424; }
.article-related-inline__art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-related-inline__body { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.article-related-inline__label { color: var(--green); font-family: var(--heading); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-related-inline strong { font-family: var(--heading); font-size: 1.12rem; font-weight: 900; line-height: 1.15; }
.article-related-inline small { color: #999; font-size: .66rem; }
.article-related-inline__arrow { color: var(--green); font-size: 1.65rem; transition: transform .2s ease; }
.article-related-inline__link:hover .article-related-inline__art > img { transform: scale(1.04); }
.article-related-inline__link:hover .article-related-inline__arrow { transform: translateX(4px); }
.article-character-card { display: grid; grid-template-columns: 210px minmax(0,1fr); min-height: 280px; margin: 42px 0; overflow: hidden; border: 1px solid #3c4d3b; border-radius: 8px; background: radial-gradient(circle at 90% 10%,rgba(73,191,60,.14),transparent 38%),#202220; }
.article-character-card__art { position: relative; display: grid; min-height: 280px; place-items: center; overflow: hidden; background: #121512; text-decoration: none !important; }
.article-character-card__art::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); content: ""; pointer-events: none; }
.article-character-card__art img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.article-character-card__art > span { color: var(--article-accent); font-family: var(--heading); font-size: 6rem; font-weight: 900; opacity: .7; }
.article-character-card__body { align-self: center; padding: 27px; }
.article-character-card__label { color: var(--article-accent); font-family: var(--heading); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-character-card h2 { margin: 7px 0 2px; font-size: 2.1rem; }
.article-character-card h2 a { color: #fff; text-decoration: none; }
.article-character-card__body > strong { color: #aaa; font-family: var(--heading); font-size: .75rem; text-transform: uppercase; }
.article-character-card p { margin: 15px 0; color: #bbb; font-size: .8rem; line-height: 1.55; }
.article-character-card small,.article-character-card small a { color: var(--article-accent); font-size: .68rem; }
.article-world-timeline { padding: 30px 0 10px; margin-top: 34px; border-top: 1px solid #3c3c3c; }
.article-world-timeline > header span { color: var(--article-accent); font-family: var(--heading); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-world-timeline > header h2 { margin: 5px 0 24px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.article-world-timeline > div { position: relative; display: grid; gap: 0; padding-left: 27px; }
.article-world-timeline > div::before { position: absolute; top: 7px; bottom: 16px; left: 5px; width: 1px; background: linear-gradient(var(--article-accent),#3b3b3b); content: ""; }
.article-world-timeline article { position: relative; padding: 0 0 24px 18px; }
.article-world-timeline article::before { position: absolute; top: 5px; left: -27px; width: 11px; height: 11px; border: 2px solid #181818; border-radius: 50%; background: var(--article-accent); box-shadow: 0 0 0 1px var(--article-accent); content: ""; }
.article-world-timeline time { color: var(--article-accent); font-family: var(--heading); font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.article-world-timeline h3 { margin: 3px 0 5px; font-family: var(--heading); font-size: 1.15rem; }
.article-world-timeline h3 a { color: #fff; }
.article-world-timeline p { max-width: 700px; margin: 0; color: #999; font-size: .72rem; line-height: 1.5; }
.production-fact-card { display: grid; grid-template-columns: 260px 1fr; gap: 0; margin: 42px 0 10px; overflow: hidden; border-radius: 8px; background: #272727; }
.production-fact-card__poster { position: relative; min-height: 370px; overflow: hidden; }
.production-fact-card__poster > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.production-fact-card__content { padding: 26px; }
.production-fact-card h2 { margin: 7px 0 12px; font-size: 2.25rem; }
.production-fact-card p { color: #bbb; font-size: .88rem; }
.production-fact-card dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 22px 0 0; border-top: 1px solid #484848; border-left: 1px solid #484848; }
.production-fact-card dl div { padding: 11px; border-right: 1px solid #484848; border-bottom: 1px solid #484848; }
.production-fact-card dt { color: #888; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.production-fact-card dd { margin: 3px 0 0; font-family: var(--heading); font-size: .95rem; font-weight: 900; }
.article-options { margin-top: 40px; border-block: 1px solid #444; }
.article-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 16px 0; border-bottom: 1px solid #333; font-size: .72rem; }
.article-tags b { color: #aaa; font-family: var(--heading); text-transform: uppercase; }
.article-tags a { padding: 5px 9px; border: 1px solid #555; border-radius: 3px; }
.article-share { display: grid; grid-template-columns: repeat(3,1fr); }
.article-share > a, .article-share > button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 56px; padding: 14px; border: 0; border-right: 1px solid #333; background: transparent; color: #eee; font-family: var(--heading); font-size: .72rem; font-weight: 900; line-height: 1; text-align: center; text-transform: uppercase; cursor: pointer; }
.article-share > :last-child { border-right: 0; }
.article-share svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.article-share > a:hover, .article-share > a:focus-visible, .article-share > button:hover, .article-share > button:focus-visible, .article-share > button.is-copied, .article-share > button.is-saved { color: var(--green); }
.article-share > button:disabled { opacity: .65; cursor: wait; }
.community-lists-page,.community-list-single { min-height: 700px; background: #151515; }
.community-list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding-block: 45px 80px; }
.community-list-card { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 20px; min-height: 230px; padding: 16px; border: 1px solid #383838; border-radius: 8px; background: #1d1d1d; }
.community-list-card__previews { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; overflow: hidden; border-radius: 5px; background: #252525; }
.community-list-card__previews span:first-child { grid-row: span 2; }.community-list-card__previews span { position: relative; overflow: hidden; min-height: 90px; }.community-list-card__previews img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.community-list-card small { display: flex; align-items: center; gap: 7px; color: #888; font-size: .62rem; }.community-list-card small img { border-radius: 50%; }
.community-list-card h2 { margin: 10px 0 8px; font-family: var(--heading); font-size: 1.45rem; text-transform: uppercase; }.community-list-card p { color: #999; font-size: .75rem; }
.community-list-engagement { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.community-list-action { display: inline-flex; align-items: center; gap: 5px; min-height: 34px; padding: 7px 10px; border: 1px solid #474747; border-radius: 20px; background: #191919; color: #aaa; font: inherit; font-size: .62rem; cursor: pointer; }
.community-list-action b { color: #fff; }
.community-list-action[aria-pressed="true"] { border-color: var(--green); background: #1d2a1c; color: var(--green); }
.community-list-action:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.community-list-action:disabled { opacity: .6; cursor: wait; }
.community-list-engagement__message { width: 100%; min-height: 1em; color: var(--green); font-size: .58rem; }
.community-list-card__engagement { margin-top: 14px; }
.community-list-comments { padding-bottom: 80px; }
.community-list-hero { padding: 75px 0 55px; border-bottom: 1px solid #333; background: radial-gradient(circle at 80% 20%,rgba(73,191,60,.15),transparent 30%),#0e0e0e; }.community-list-hero h1 { max-width: 900px; margin: 5px 0 15px; font-family: var(--heading); font-size: clamp(3rem,7vw,6.5rem); line-height: .9; text-transform: uppercase; }.community-list-hero > .shell > p { max-width: 720px; color: #aaa; }.community-list-hero .shell > div { display: flex; align-items: center; gap: 10px; margin-top: 20px; }.community-list-hero img { border-radius: 50%; }.community-list-hero span { display: flex; flex-direction: column; }.community-list-hero small { color: #888; }
.community-list-items { display: grid; gap: 12px; padding-block: 45px 80px; }.community-list-item { display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 14px; }.community-list-item > b { color: var(--green); font-family: var(--heading); font-size: 2rem; text-align: center; }.community-list-item .feed-card { margin: 0; }
.community-manager { display: grid; gap: 42px; }.community-list-form { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(320px,1.3fr); gap: 32px; padding: 26px; border: 1px solid #3d553b; border-radius: 8px; background: #171c17; }.community-list-form h2 { margin: 5px 0; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }.community-list-form p { color: #999; }.community-list-form form,.community-list-form label { display: grid; gap: 6px; }.community-list-form form { gap: 12px; }.community-list-form form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.community-list-form label span { color: #999; font-size: .62rem; font-weight: 900; text-transform: uppercase; }.community-list-form input,.community-list-form textarea,.community-list-form select { width: 100%; padding: 10px; border: 1px solid #494949; border-radius: 3px; background: #111; color: #eee; }.managed-list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.managed-list-grid article { padding: 18px; border: 1px solid #373737; border-radius: 6px; background: #1b1b1b; }.managed-list-grid small { color: var(--green); font-size: .6rem; font-weight: 900; text-transform: uppercase; }.managed-list-grid h3 { margin: 8px 0; font-family: var(--heading); text-transform: uppercase; }.managed-list-grid p { min-height: 38px; color: #888; font-size: .7rem; }.managed-list-grid article > div { display: flex; align-items: center; justify-content: space-between; }.managed-list-grid form { margin: 0; }.managed-list-grid button { border: 0; background: transparent; color: #d2766a; cursor: pointer; }
.article-sidebar { padding-top: 0; }
.article-watch { margin-top: 28px; }
.article-watch h2, .article-trending h2 { margin: 0 0 12px; font-family: var(--heading); font-size: 1.25rem; font-weight: 900; text-transform: uppercase; }
.article-watch > a { position: relative; display: block; height: 320px; overflow: hidden; border-radius: 8px; }
.article-watch__art { position: absolute; inset: 0; }
.article-watch__art > img { width: 100%; height: 100%; object-fit: cover; }
.article-watch > a::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.92),transparent 65%); content: ""; }
.article-watch strong { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; font-family: var(--heading); font-size: 1.5rem; font-weight: 900; line-height: 1.05; }
.article-trending { position: sticky; top: 24px; margin-top: 40px; }
.article-trending > a { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #3b3b3b; }
.article-trending > a b { color: var(--green); font-family: Impact,sans-serif; font-size: 1.5rem; font-style: italic; }
.article-trending > a span { font-family: var(--heading); font-size: .9rem; font-weight: 900; line-height: 1.1; }
.article-related { padding: 42px 0 60px; border-top: 1px solid #333; background: #111; }
.article-related__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.article-related__art { position: relative; display: block; aspect-ratio: 16/9; margin-bottom: 12px; overflow: hidden; border-radius: 7px; }
.article-related__art > img { width: 100%; height: 100%; object-fit: cover; }
.article-related h3 { margin: 5px 0 0; font-family: var(--heading); font-size: 1.25rem; font-weight: 900; line-height: 1.06; }

@media (max-width: 1023px) {
  .portal-motif { width: 70px; opacity: .62; }
  .portal-motif--ring, .portal-motif--lion, .portal-motif--eye, .portal-motif--stars { left: -18px; }
  .portal-motif--wand, .portal-motif--sword, .portal-motif--crown { right: -18px; }
  .mag-hero, .mag-layout { width: min(900px,calc(100vw - 32px)); }
  .mag-layout, .mag-layout--width-narrow, .mag-layout--width-wide, .mag-layout--sidebar-off { grid-template-columns: 1fr; }
  .quick-rail, .article-sidebar { display: none; }
}

@media (max-width: 767px) {
  .portal-motif { width: 54px; opacity: .42; }
  .portal-motif--ring, .portal-motif--lion, .portal-motif--eye, .portal-motif--stars { left: -15px; }
  .portal-motif--wand, .portal-motif--sword, .portal-motif--crown { right: -15px; }
  .mag-hero { display: flex; width: 100%; padding-top: 0; flex-direction: column; }
  .mag-hero__title { position: static; order: 1; padding: 20px 16px 12px; pointer-events: auto; }
  .mag-hero h1 { font-size: 2.15rem; line-height: 1.1; }
  .mag-article--production .mag-hero h1 { font-size: 1.88rem; line-height: 1.12; }
  .mag-hero__kicker { margin-bottom: 9px; font-size: .6rem; }
  .mag-hero__dek { margin-top: 10px; font-size: .82rem; }
  .mag-hero__meta { margin-top: 12px; font-size: .58rem; }
  .mag-hero__media { height: auto !important; aspect-ratio: 4/3; order: 2; border-radius: 0; }
  .mag-hero--mobile-wide .mag-hero__media { aspect-ratio: 16/9; }
  .mag-hero--mobile-classic .mag-hero__media { aspect-ratio: 4/3; }
  .mag-hero--mobile-square .mag-hero__media { aspect-ratio: 1/1; }
  .mag-hero__media::after { display: none; }
  .mag-layout { width: calc(100% - 32px); padding-top: 24px; }
  .mag-author { grid-template-columns: 72px minmax(0,1fr); gap: 14px 16px; padding: 20px 18px; }
  .mag-author__portrait { width: 72px; height: 72px; }
  .mag-author__portrait::after { right: -1px; bottom: 5px; width: 13px; height: 13px; border-width: 2px; }
  .mag-author__meta { gap: 5px 13px; font-size: .55rem; }
  .mag-author__meta time::before { left: -8px; }
  .mag-author__meta time:last-child { display: none; }
  .mag-author h2 { margin-block: 5px 7px; font-size: 1.45rem; }
  .mag-author__body > p { display: -webkit-box; overflow: hidden; font-size: .72rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .mag-author__aside { min-height: 0; padding: 14px 0 0; border-top: 1px solid #3e433e; border-left: 0; grid-column: 1/-1; flex-direction: row; align-items: flex-end; }
	.mag-author__aside a { max-width: 58%; justify-content: flex-end; text-align: right; white-space: normal; }
  .mag-author__aside b { font-size: 1.45rem; }
  .mag-inline-feature { height: auto !important; aspect-ratio: 4/3; margin-inline: -16px; border-radius: 0; }
  .mag-inline-feature--mobile-wide { aspect-ratio: 16/9; }
  .mag-inline-feature--mobile-classic { aspect-ratio: 4/3; }
  .mag-inline-feature--mobile-square { aspect-ratio: 1/1; }
  .mag-prose { padding-top: 22px; font-size: 1.08rem; line-height: 1.65; }
  .mag-prose .mag-lead { font-size: 1.08rem; }
  .mag-prose h2 { font-size: 2rem; }
  .reading-reward { top: 72px; right: 12px; left: 12px; max-width: none; }
  .spoiler-free-summary { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
  .article-character-card { grid-template-columns: 120px minmax(0,1fr); min-height: 220px; margin: 30px 0; }
  .article-character-card__art { min-height: 220px; }
  .article-character-card__art > span { font-size: 4rem; }
  .article-character-card__body { padding: 18px; }
  .article-character-card h2 { font-size: 1.4rem; }
  .article-character-card p { display: -webkit-box; overflow: hidden; font-size: .72rem; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .article-world-timeline > header h2 { font-size: 1.65rem; }
  .article-related-inline { margin: 30px 0; padding: 11px 0; }
  .article-related-inline__link { grid-template-columns: 112px minmax(0,1fr); gap: 12px; }
  .article-related-inline strong { font-size: .92rem; }
  .article-related-inline small { display: none; }
  .article-related-inline__arrow { display: none; }
  .production-fact-card { grid-template-columns: 1fr; }
  .production-fact-card__poster { min-height: 430px; }
  .production-fact-card__content { padding: 20px; }
  .article-share > a, .article-share > button { min-height: 52px; gap: 6px; padding: 11px 5px; font-size: .62rem; }
  .article-share svg { width: 18px; height: 18px; }
  .article-related__grid { display: flex; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; }
  .article-related__grid article { width: 72vw; flex: 0 0 auto; }
  .comments-area { padding-top: 38px; }
  .comment-list .children { padding-left: 24px; }
  .comment-list .comment-author .avatar { width: 36px !important; min-width: 36px; max-width: 36px !important; height: 36px !important; }
  .comment-list .comment-metadata, .comment-list .comment-content, .comment-list .reply { margin-left: 47px; }
}

/* Social profiles, universe clubs and collectible cards. */
.member-follow-control { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.member-follow-control .button[aria-pressed="true"] { background: transparent; color: var(--green); }
.member-follow-control small { color: var(--green); font-size: .65rem; }
.social-profile-settings { display: grid; grid-template-columns: minmax(240px,.8fr) minmax(320px,1.2fr); gap: 32px; margin-bottom: 42px; padding: 28px; border: 1px solid #3d553b; border-radius: 8px; background: #171c17; }
.social-profile-settings h2 { margin: 5px 0; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.social-profile-settings p { color: #999; }
.social-profile-settings form,.social-profile-settings label { display: grid; gap: 7px; }
.social-profile-settings form { align-content: start; gap: 14px; }
.social-profile-settings label>span { color: #999; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.social-profile-settings textarea { width: 100%; padding: 11px; border: 1px solid #494949; border-radius: 4px; background: #111; color: #eee; }
.social-profile-settings .public-profile-toggle { display: flex; align-items: center; grid-template-columns: auto 1fr; }
.social-counts { display: flex; gap: 18px; margin: 16px 0; }
.social-counts span { color: #888; font-size: .65rem; text-transform: uppercase; }
.social-counts b { display: block; color: var(--green); font-family: var(--heading); font-size: 1.5rem; }
.following-member-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.following-member-card { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid #383838; border-radius: 7px; background: #1b1b1b; }
.following-member-card img { border-radius: 50%; }
.following-member-card span { display: flex; min-width: 0; flex-direction: column; }
.following-member-card b { overflow: hidden; font-family: var(--heading); font-size: .85rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.following-member-card small { color: #888; font-size: .6rem; }
.social-feed-heading { margin-top: 42px; }
.clubs-page,.club-single { min-height: 700px; background: #151515; }
.club-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding-block: 45px 80px; }
.club-card { overflow: hidden; border: 1px solid #393939; border-radius: 9px; background: #1b1b1b; }
.club-card__art { position: relative; display: block; height: 210px; overflow: hidden; background: #222; }
.club-card__art img,.club-card__art>.portal-art { width: 100%; height: 100%; object-fit: cover; }
.club-card__art::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,#101010e8); content: ""; }
.club-card__art>span { position: absolute; z-index: 1; right: 14px; bottom: 12px; left: 14px; color: var(--green); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.club-card>div { padding: 20px; }
.club-card small { color: var(--green); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.club-card h2,.club-card h3 { margin: 7px 0; font-family: var(--heading); font-size: 1.5rem; text-transform: uppercase; }
.club-card p { color: #999; font-size: .75rem; }
.club-card--compact { min-height: 190px; }
.club-membership { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 16px; }
.club-membership>button:not(.button) { border: 0; background: transparent; color: #d2766a; cursor: pointer; }
.club-membership>b { font-size: .68rem; }
.club-membership>[data-club-message] { width: 100%; min-height: 1em; color: var(--green); font-size: .6rem; }
.club-hero { position: relative; min-height: 560px; display: flex; align-items: end; overflow: hidden; }
.club-hero__art,.club-hero__art::after { position: absolute; inset: 0; }
.club-hero__art img,.club-hero__art>.portal-art { width: 100%; height: 100%; object-fit: cover; }
.club-hero__art::after { background: linear-gradient(90deg,#080808ed 0%,#080808b8 52%,#0808084d),linear-gradient(0deg,#111 0%,transparent 45%); content: ""; }
.club-hero__content { position: relative; z-index: 1; padding-block: 100px 70px; }
.club-hero h1 { max-width: 900px; margin: 6px 0 14px; font-family: var(--heading); font-size: clamp(3.3rem,8vw,7rem); line-height: .86; text-transform: uppercase; }
.club-hero__content>p:not(.eyebrow) { max-width: 700px; color: #ccc; }
.club-content { display: grid; grid-template-columns: minmax(0,.75fr) minmax(420px,1.25fr); gap: 55px; padding-block: 55px 90px; }
.club-discussion>header { margin-bottom: 20px; border-bottom: 1px solid #3a3a3a; }
.club-discussion h2 { margin: 4px 0 14px; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; }
.club-locked { padding: 32px; border: 1px dashed #4d604a; border-radius: 8px; background: #182017; text-align: center; }
.club-locked b { font-family: var(--heading); font-size: 1.3rem; text-transform: uppercase; }
.club-locked p { color: #999; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #3a3a3a; }
.collection-heading h2 { margin: 4px 0; font-family: var(--heading); font-size: 2.5rem; text-transform: uppercase; }
.collection-heading p { color: #999; }
.collection-heading>div:last-child { display: flex; flex-direction: column; text-align: right; }
.collection-heading>div:last-child b { color: var(--green); font-family: var(--heading); font-size: 2.5rem; }
.collection-heading>div:last-child span { color: #888; font-size: .65rem; text-transform: uppercase; }
.collection-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.collection-card { --card-glow: #a7b0a7; position: relative; min-width: 0; padding: 12px 12px 18px; overflow: hidden; border: 1px solid #454545; border-radius: 14px; background: linear-gradient(155deg,#282828,#141414); }
.collection-card__source { color: #9ea69e; font-size: .58rem; text-decoration: underline; text-underline-offset: 2px; }
.collection-card::before { position: absolute; inset: 0; border: 1px solid currentColor; border-radius: inherit; opacity: .25; content: ""; pointer-events: none; }
.collection-card__art { position: relative; display: grid; aspect-ratio: 4/5; margin-bottom: 14px; place-items: center; overflow: hidden; border-radius: 9px; background: radial-gradient(circle at 50% 35%,currentColor,transparent 58%),#111; }
.collection-card__art img { width: 100%; height: 100%; object-fit: cover; }
.collection-card__art>span:not(.collection-card__sigil) { color: #fff; font-family: var(--heading); font-size: 6rem; opacity: .8; }
.collection-card__sigil { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; background: radial-gradient(circle at 50% 40%,color-mix(in srgb,var(--card-glow) 48%,transparent),transparent 43%),linear-gradient(145deg,#202421,#090b09); color: #fff; isolation: isolate; }
.collection-card__sigil::before { position: absolute; z-index: -1; width: 58%; aspect-ratio: 1; border: 1px solid var(--card-glow); content: ""; opacity: .62; transform: rotate(45deg); }
.collection-card__sigil::after { position: absolute; z-index: -1; width: 72%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.collection-card__sigil b { color: #fff; font-family: var(--heading); font-size: clamp(2.6rem,5vw,4.4rem); letter-spacing: -.08em; line-height: .85; text-shadow: 0 3px 18px #000; }
.collection-card__sigil i { max-width: 82%; color: var(--card-glow); font-family: var(--heading); font-size: .58rem; font-style: normal; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.collection-card__quantity { position: absolute; top: 9px; right: 9px; padding: 5px 8px; border-radius: 15px; background: #090909e8; color: #fff; font-size: .75rem; }
.collection-card__rarity { color: currentColor; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.collection-card__series { float: right; max-width: 62%; overflow: hidden; color: #777; font-size: .56rem; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.collection-card h3 { margin: 5px 0; font-family: var(--heading); font-size: 1.2rem; text-transform: uppercase; }
.collection-card p { margin: 0; color: #999; font-size: .68rem; }
.collection-card--common { --card-glow: #a7b0a7; color: #a7b0a7; }.collection-card--rare { --card-glow: #4fa8ff; color: #4fa8ff; }.collection-card--epic { --card-glow: #a66cff; color: #a66cff; }.collection-card--legendary { --card-glow: #f2bd42; color: #f2bd42; box-shadow: 0 0 30px #f2bd421f; }
.collection-card.is-locked { color: #777; filter: saturate(.2); opacity: .58; }

@media (max-width: 900px) {
	.following-member-grid,.collection-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.club-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.club-content { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.social-profile-settings { grid-template-columns: 1fr; padding: 20px; }
	.following-member-grid,.club-grid { grid-template-columns: 1fr; }
	.collection-card-grid { gap: 10px; }
	.collection-card { padding: 8px 8px 14px; }
	.collection-card h3 { font-size: .95rem; }
	.collection-heading { align-items: flex-start; flex-direction: column; }
	.collection-heading>div:last-child { text-align: left; }
	.club-hero { min-height: 500px; }
	.club-hero h1 { font-size: 3.2rem; }
}

/* User-selectable light color scheme. Header, footer and image overlays remain dark. */
html[data-theme="light"] body { background: var(--canvas); color: var(--text-color); }
html[data-theme="light"] :where(.portal-header,.drawer-nav,.portal-search,.portal-footer) { color: #fff; }
html[data-theme="light"] :where(.portal-header,.drawer-nav,.portal-search,.portal-footer) .eyebrow { color: var(--green); }
html[data-theme="light"] :where(.portal-main,.feed-section,.archive-hero,.filter-bar,.related,.page-header,.corporate-page,.authors-page,.author-profile-page,.universe-hub,.search-page,.member-center,.release-calendar-page,.discover-page,.atlas-page,.timeline-page,.leaderboard-page,.community-lists-page,.community-list-single,.magazine-single,.default-page) { background-color: var(--canvas); color: var(--text-color); }
html[data-theme="light"] :where(.portal-main,.feed-section,.archive-hero,.filter-bar,.related,.page-header,.corporate-page,.authors-page,.author-profile-page,.universe-hub,.search-page,.member-center,.release-calendar-page,.discover-page,.atlas-page,.timeline-page,.leaderboard-page,.community-lists-page,.community-list-single,.magazine-single) :where(h1,h2,h3,h4,strong,b) { color: var(--text-color); }
html[data-theme="light"] :where(.eyebrow,.card-tag,.text-link,.term-list,.module-more span,.production-card__meta a,.single-rail strong,.corporate-nav a:hover,.corporate-nav a.is-active,.authors-directory__head span,.author-profile-link,.universe-section__head>a,.universe-event-track time,.timeline__date b,.timeline__content>small,.managed-list-grid small,.community-list-item>b) { color: var(--accent-readable); }
html[data-theme="light"] .archive-hero__collage span { border-color: #f8f5ed; background: #ddd8ce; box-shadow: 0 7px 18px rgba(35,31,24,.2); }

html[data-theme="light"] .evren-ad-zone--wide { border-color: var(--border-color); background: #e8e4db; }
html[data-theme="light"] .evren-ad-slot { border-color: #c8c2b6; background: #f7f4ee; color: var(--text-color); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
html[data-theme="light"] .evren-test-ad { background: radial-gradient(circle at 18% 50%,color-mix(in srgb,var(--green) 13%,transparent),transparent 30%),repeating-linear-gradient(135deg,transparent 0,transparent 16px,rgba(34,41,33,.035) 16px,rgba(34,41,33,.035) 17px); }
html[data-theme="light"] .evren-test-ad::before { border-color: color-mix(in srgb,var(--green) 27%,transparent); box-shadow: 0 0 0 18px color-mix(in srgb,var(--green) 5%,transparent),0 0 0 36px color-mix(in srgb,var(--green) 3%,transparent); }
html[data-theme="light"] .evren-test-ad>span { color: var(--accent-readable); }
html[data-theme="light"] .evren-test-ad strong { color: #293028; }
html[data-theme="light"] .evren-test-ad small,html[data-theme="light"] .evren-ad-disclosure { color: #6e756c; }

html[data-theme="light"] :where(.dark-module,.daily-question-module,.feed-section,.filter-bar,.related,.article-related,.universe-history,.relation-section,.continue-reading-module) { background: #ebe7de; border-color: var(--border-color); }
html[data-theme="light"] :where(.corporate-hero,.authors-hero,.author-profile-hero,.universe-hero,.search-hero,.member-hero,.release-calendar-hero,.discover-hero,.atlas-hero,.community-list-hero) { background: radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--green) 13%,transparent),transparent 32%),#e7e3da; border-color: var(--border-color); }
html[data-theme="light"] .author-profile-hero.has-profile-banner { background: #080b08; color: #fff; }
html[data-theme="light"] .author-profile-hero.has-profile-banner :where(h1,h2,h3,strong,b,p,span) { color: inherit; }
html[data-theme="light"] .author-profile-hero.has-profile-banner :where(.eyebrow,.public-profile-banner-label) { color: var(--green); }
html[data-theme="light"] .member-hero { background: #080b08; color: #fff; }
html[data-theme="light"] .member-hero :where(h1,h2,strong,b) { color: #fff; }
html[data-theme="light"] .member-hero :where(.member-identity p:last-child,.member-stats span) { color: #ccc; }
html[data-theme="light"] .member-hero .member-stats b,html[data-theme="light"] .member-hero .eyebrow { color: var(--green); }
html[data-theme="light"] :where(.universe-switcher,.release-filters) { border-color: var(--border-color); background: rgba(250,248,243,.96); }
html[data-theme="light"] .universe-installment-filter { border-color: var(--border-color); background: radial-gradient(circle at 86% 0,color-mix(in srgb,var(--green) 10%,transparent),transparent 34%),linear-gradient(125deg,#e7e3da,#f2efe8); }
html[data-theme="light"] .universe-installment-intro { border-color: #c9c3b8; }
html[data-theme="light"] .universe-installment-intro strong { color: var(--text-color); }
html[data-theme="light"] .universe-installment-intro small { color: var(--muted-color); }
html[data-theme="light"] .universe-installment-filter a { border-color: #c8c2b6; background: rgba(255,255,255,.5); color: var(--text-color); box-shadow: inset 0 1px rgba(255,255,255,.7); }
html[data-theme="light"] .universe-installment-index { border-color: #c8c2b6; background: #ece8df; color: #6f746c; }
html[data-theme="light"] .universe-installment-copy small { color: #777b73; }
html[data-theme="light"] .universe-installment-filter a > i { border-color: #bbb5aa; color: #70766d; }
html[data-theme="light"] .universe-installment-filter a:hover { border-color: #8f9b8d; background: rgba(255,255,255,.85); box-shadow: 0 10px 24px rgba(48,43,35,.1); }
html[data-theme="light"] .universe-installment-filter a.is-active { border-color: var(--accent-readable); background: linear-gradient(135deg,color-mix(in srgb,var(--green) 12%,#fff),#fff); }
html[data-theme="light"] :where(.universe-switcher a.is-active,.member-tabs a.is-active,.release-filters a.is-active) { color: var(--text-color); }
html[data-theme="light"] .member-tab-card { border-color: #d4d0c7; background: linear-gradient(135deg,#fff,#eeece6); box-shadow: 0 4px 14px rgba(36,33,28,.06); }
html[data-theme="light"] .member-tab-card.is-active { border-color: var(--accent-readable); background: linear-gradient(135deg,#f2f9ee,#fff); box-shadow: 0 0 0 1px rgba(43,123,35,.12),0 7px 18px rgba(36,33,28,.1); }
html[data-theme="light"] .member-tab-card::after { background: var(--accent-readable); }

html[data-theme="light"] :where(.daily-question,.review-list,.review-list article,.post-navigation>div,.corporate-values article,.contact-panel,.author-directory-card,.author-profile-aside>section,.search-card,.article-toc,.content-reactions,.member-overview a,.xp-level-card,.badge-card,.quest-card,.xp-history,.notification-item,.weekly-summary,.community-activity,.continue-reading-module article,.discover-filters,.release-card,.relation-map,.relation-list p,.leaderboard__row,.production-fact-card,.wp-block-details.is-style-spoiler,.community-list-card,.community-list-form,.managed-list-grid article,.follow-source) { background: var(--surface-raised); border-color: var(--border-color); color: var(--text-color); box-shadow: 0 8px 24px rgba(40,34,24,.05); }
html[data-theme="light"] .article-forum-cta { border-color: #b9cbb4; background: radial-gradient(circle at 8% 50%,color-mix(in srgb,var(--green) 16%,transparent),transparent 25%),linear-gradient(135deg,#fff,#eef1e9); color: var(--text-color); box-shadow: 0 8px 24px rgba(40,34,24,.06); }
html[data-theme="light"] .article-forum-cta p { color: var(--muted-color); }
html[data-theme="light"] .article-forum-cta__mark,html[data-theme="light"] .article-forum-cta__mark::after { background: #f7fbf4; }
html[data-theme="light"] :where(.review-list,.relation-map) { background: #e8e4db; }
html[data-theme="light"] :where(.daily-question__body,.production-fact-card__content) { background: var(--surface-raised); }
html[data-theme="light"] :where(.daily-question__choice,.community-rating__buttons button,.watch-status button,.watch-progress input,.content-reactions__choices button,.community-list-action,.contact-form input:not([type="checkbox"]),.contact-form select,.contact-form textarea,.comments-area input:not([type="submit"]),.comments-area textarea,.discover-filters input,.discover-filters select,.community-list-form input,.community-list-form textarea,.community-list-form select) { border-color: #bbb5a8; background: #f6f3ed; color: var(--text-color); }
html[data-theme="light"] :where(.daily-question__choice.is-chosen,.daily-question__choice.is-selected) { background: color-mix(in srgb,var(--green) 13%,#fff); }

html[data-theme="light"] :where(.timeline-item,.feed-card,.trending-widget>a,.tag-list,.post-navigation,.corporate-nav a,.corporate-prose .corporate-lead,.authors-directory__head,.author-directory-card__stats,.author-latest a,.author-published>header,.other-authors>a:not(.text-link),.universe-section,.comments-area .comment-body,.comment-respond,.search-content__head,.article-toc ol,.community-rating,.watch-status,.content-reactions,.member-tabs,.achievement-heading,.xp-history>div,.notification-item,.member-activity-list,.member-activity-item,.visit-streak,.community-activity>a,.release-day,.timeline article,.article-related-inline,.production-fact-card dl,.production-fact-card dl div,.article-options,.article-tags,.article-share>a,.article-share>button,.article-trending>a) { border-color: var(--border-color); }
html[data-theme="light"] :where(.timeline-list::before,.timeline::before,.universe-event-track::before) { background: #aaa397; }
html[data-theme="light"] .timeline__marker { border-color: var(--canvas); }
html[data-theme="light"] .universe-event-track article>i { border-color: #ebe7de; }

html[data-theme="light"] :where(.timeline-item time,.module-more,.module-empty,.archive-description,.archive-hero__inner>p,.filter-bar a,.production-card__meta,.story-card__meta,.production-card__body>p,.story-card__body>p,.saved-page .empty-state p,.corporate-hero p:last-child,.corporate-nav>span,.corporate-nav a,.corporate-prose,.corporate-values p,.contact-panel__head>p:last-child,.contact-form label>span,.contact-consent,.authors-hero p:last-child,.author-directory-card__body>p:not(.eyebrow),.author-directory-card__stats span,.author-latest small,.author-profile-hero div>p:last-of-type,.author-profile-stats span,.author-profile-aside p,.other-authors small,.universe-hero p:not(.eyebrow),.universe-stats span,.universe-switcher a,.universe-character-grid p,.universe-event-track p,.comment-list .says,.comment-list .comment-metadata,.comment-form label,.search-hero__query,.search-content__head span,.search-card p,.search-card__meta time,.community-rating>div:first-child>span,.community-rating>div:first-child small,.community-rating>p,.watch-status>strong,.watch-status>p,.watch-status>small,.watch-progress label,.content-reactions__choices button b,.member-identity p:last-child,.member-stats span,.member-tabs a,.member-overview span,.xp-level-card p,.badge-card p,.quest-card p,.quest-card>b,.xp-history small,.notification-item small,.notification-item time,.release-calendar-hero p:last-child,.release-filters a,.release-day>time span,.release-card p,.discover-hero p:last-child,.atlas-hero p:last-child,.discover-filters label span,.discover-grid p,.atlas-grid p,.timeline__date span,.timeline__content p,.relation-list small,.leaderboard__head,.community-list-card small,.community-list-card p,.community-list-hero>.shell>p,.community-list-hero small,.community-list-form p,.community-list-form label span,.managed-list-grid p,.follow-source p,.mag-author small,.article-toc li,.article-toc a,.mag-prose,.production-fact-card p,.production-fact-card dt,.article-tags b,.article-related-inline small) { color: var(--muted-color); }
html[data-theme="light"] :where(.prose,.mag-prose,.corporate-prose,.comment-list .comment-content p) { color: #2b312a; }
html[data-theme="light"] :where(.corporate-prose h2,.corporate-prose .corporate-lead,.author-profile-stats b,.xp-level-card p b,.article-related-inline__link,.article-share>a,.article-share>button) { color: var(--text-color); }
html[data-theme="light"] :where(.feed-header,.portal-sidebar h2,.evren-forum-sidebar h2) { border-color: #403d37; }
html[data-theme="light"] :where(.feed-header nav button.is-active,.feed-header nav button:hover) { color: var(--text-color); }
html[data-theme="light"] .load-more { border-color: #403d37; color: var(--text-color); }
html[data-theme="light"] .empty-state { border-color: var(--border-color); }

html[data-theme="light"] :where(.cover-copy,.cover-copy h1,.cover-copy h2,.profile-slide,.profile-slide h3,.production-hero,.production-hero h1,.production-hero__tagline,.production-hero__meta,.mag-hero__title,.mag-hero__title h1,.mag-inline-feature__title,.mag-inline-feature__title h1,.article-watch strong,.watch-widget>a>span:last-child,.short-card,.short-card small,.universe-hero__sigil span) { color: #fff; }
html[data-theme="light"] :where(.mag-hero--title-above,.mag-hero--image-hidden,.mag-hero--image-content) > .mag-hero__title { color: var(--text-color); }
html[data-theme="light"] :where(.mag-hero--title-above,.mag-hero--image-hidden,.mag-hero--image-content) > .mag-hero__title h1 { color: var(--text-color); }
html[data-theme="light"] :where(.mag-hero--title-above,.mag-hero--image-hidden,.mag-hero--image-content) > .mag-hero__title .mag-hero__dek { color: var(--muted-color); }
html[data-theme="light"] .mag-hero__platforms span { border-color: var(--border-color); }
html[data-theme="light"] .universe-platform-strip { border-color: var(--border-color); background: #ebe7de; }
html[data-theme="light"] .universe-platform-strip span { border-color: #c7c1b5; color: var(--text-color); }
html[data-theme="light"] :where(.portal-art,.lotr-page,.portal-footer,.portal-header,.drawer-nav,.portal-search) :where(h1,h2,h3,h4,strong,b,p,small,a,span) { color: inherit; }
html[data-theme="light"] .portal-header .account-link,
html[data-theme="light"] .portal-header .account-link span { color: #111; }
html[data-theme="light"] .relation-node { border-color: #aaa397; background: #f8f5ef; color: var(--text-color); }
html[data-theme="light"] .relation-node__profile { color: var(--muted-color); }
html[data-theme="light"] .relation-toolbar { border-color: var(--border-color); background: var(--surface-raised); }
html[data-theme="light"] .relation-search input { border-color: #bdb7ab; background: #f8f5ef; color: var(--text-color); }
html[data-theme="light"] .relation-filters button,html[data-theme="light"] .relation-reset { border-color: #bbb5a8; background: #eee9df; color: var(--muted-color); }
html[data-theme="light"] .relation-filters button.is-active { border-color: var(--green); background: #e1eddd; color: var(--text-color); }
html[data-theme="light"] :where(.relation-search>span,.relation-status,.relation-mobile-note,.relation-list h3) { color: var(--muted-color); }
html[data-theme="light"] .relation-kind { background: #e3ded4; color: var(--accent-readable); }
html[data-theme="light"] .wp-block-details.is-style-spoiler { background: #f8f5ef; }
html[data-theme="light"] .wp-block-details.is-style-spoiler[open]>summary { border-color: var(--border-color); }
html[data-theme="light"] :where(.spoiler-free-summary,.article-character-card,.reading-reward) { border-color: var(--border-color); background: var(--surface-raised); color: var(--text-color); box-shadow: 0 8px 24px rgba(40,34,24,.08); }
html[data-theme="light"] .mag-author { border-color: var(--border-color); border-left-color: var(--article-accent); background: linear-gradient(118deg,color-mix(in srgb,var(--article-accent) 8%,transparent),transparent 42%),var(--surface-raised); color: var(--text-color); box-shadow: 0 8px 24px rgba(40,34,24,.06); }
html[data-theme="light"] .mag-author__portrait::after { border-color: var(--surface-raised); }
html[data-theme="light"] .mag-author h2 a,html[data-theme="light"] .mag-author__aside a { color: var(--text-color); }
html[data-theme="light"] .mag-author__body>p,html[data-theme="light"] .mag-author__meta,html[data-theme="light"] .mag-author__aside>span { color: var(--muted-color); }
html[data-theme="light"] .mag-author__aside { border-color: var(--border-color); }
html[data-theme="light"] :where(.spoiler-free-summary p,.article-character-card p,.article-world-timeline p,.reading-reward span) { color: var(--muted-color); }
html[data-theme="light"] :where(.spoiler-free-summary h2,.article-character-card h2 a,.article-world-timeline h2,.article-world-timeline h3 a) { color: var(--text-color); }
html[data-theme="light"] .article-world-timeline { border-color: var(--border-color); }
html[data-theme="light"] .article-world-timeline article::before { border-color: var(--canvas); }
html[data-theme="light"] :where(.clubs-page,.club-single) { background: var(--canvas); color: var(--text-color); }
html[data-theme="light"] :where(.social-profile-settings,.following-member-card,.club-card,.club-locked,.collection-card) { border-color: var(--border-color); background: var(--surface-raised); color: var(--text-color); box-shadow: 0 8px 24px rgba(40,34,24,.05); }
html[data-theme="light"] .social-profile-settings textarea { border-color: #bbb5a8; background: #f6f3ed; color: var(--text-color); }
html[data-theme="light"] :where(.social-profile-settings p,.social-profile-settings label>span,.following-member-card small,.club-card p,.club-locked p,.collection-heading p,.collection-card p) { color: var(--muted-color); }
html[data-theme="light"] :where(.collection-heading,.club-discussion>header) { border-color: var(--border-color); }
html[data-theme="light"] :where(.club-card__art,.club-hero,.collection-card__art) :where(h1,h2,h3,p,span,b) { color: inherit; }
html[data-theme="light"] .club-hero { color: #fff; }

/* Light homepage editorial feed. */
html[data-theme="light"] .feed-section { padding: 48px 0 82px; background: #eeeae2; }
html[data-theme="light"] .feed-section .feed-layout { grid-template-columns: minmax(0,3fr) minmax(280px,1fr); }
html[data-theme="light"] .feed-section .portal-sidebar { display: block; padding-top: 58px; }
html[data-theme="light"] .feed-section .portal-sidebar h2 { color: #17201d; border-color: #403d37; }
html[data-theme="light"] .feed-section .trending-widget>a { color: #202820; border-color: #cec8bc; }
html[data-theme="light"] .feed-header { align-items: end; padding-bottom: 12px; border-bottom: 4px solid #403d37; }
html[data-theme="light"] .feed-header h2 { color: #17201d; font-size: clamp(2.25rem,4vw,3.15rem); letter-spacing: -.035em; line-height: .9; }
html[data-theme="light"] .feed-header nav { justify-content: flex-end; gap: clamp(16px,2.3vw,32px); }
html[data-theme="light"] .feed-header nav button { color: #898982; font-size: .7rem; }
html[data-theme="light"] .feed-header nav button.is-active,html[data-theme="light"] .feed-header nav button:hover { color: #202820; }
html[data-theme="light"] .feed-header nav button.is-active::after { bottom: -16px; }
html[data-theme="light"] .feed-card { grid-template-columns: minmax(280px,320px) minmax(0,1fr); align-items: center; gap: 24px; min-height: 250px; padding: 28px 0; border-bottom: 1px solid #cec8bc; }
html[data-theme="light"] .feed-card__image { height: 210px; min-height: 210px; border-radius: 7px; background: #d8d2c7; }
html[data-theme="light"] .feed-card__image>img,html[data-theme="light"] .feed-card__image>.portal-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
html[data-theme="light"] .feed-card .card-tag { color: var(--accent-readable); font-size: .68rem; }
html[data-theme="light"] .feed-card h3 { max-width: 860px; margin: 9px 0 7px; color: #17201d; font-size: clamp(1.65rem,2.7vw,2.25rem); letter-spacing: -.018em; line-height: .98; }
html[data-theme="light"] .feed-card p { display: -webkit-box; max-width: 850px; margin: 0; overflow: hidden; color: #999b97; font-size: .9rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
html[data-theme="light"] .feed-card__meta { margin-top: 17px; color: #73766f; font-size: .68rem; }
html[data-theme="light"] .feed-section .load-more { margin-top: 28px; border: 2px solid #403d37; color: #202820; }

@media (max-width: 760px) {
  html[data-theme="light"] .feed-section { padding: 34px 0 58px; }
  html[data-theme="light"] .feed-section .feed-layout { grid-template-columns: minmax(0,1fr); }
  html[data-theme="light"] .feed-section .portal-sidebar { display: block; padding-top: 24px; }
  html[data-theme="light"] .feed-header { align-items: flex-start; }
  html[data-theme="light"] .feed-header h2 { font-size: 2.35rem; }
  html[data-theme="light"] .feed-header nav { justify-content: flex-start; gap: 18px; }
  html[data-theme="light"] .feed-header nav button.is-active::after { bottom: -11px; }
  html[data-theme="light"] .feed-card { grid-template-columns: 130px minmax(0,1fr); gap: 13px; min-height: 0; padding: 18px 0; }
  html[data-theme="light"] .feed-card__image { height: 116px; min-height: 116px; }
  html[data-theme="light"] .feed-card h3 { margin-top: 5px; font-size: 1.08rem; line-height: 1.05; }
  html[data-theme="light"] .feed-card p { display: none; }
  html[data-theme="light"] .feed-card__meta { margin-top: 8px; font-size: .58rem; }
}

@media (max-width: 390px) {
  .has-theme-toggle .portal-logo__image { width: 145px; }
  .has-theme-toggle .portal-header__actions { gap: 4px; }
  .has-theme-toggle .theme-toggle,.has-theme-toggle .notification-link { width: 34px; height: 34px; }
}

@media (max-width: 1180px) {
  .member-profile-layout { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; padding-top: 28px; }
  .member-tabs,.member-tabs__rail { display: contents; }
  .member-tab-card { height: 70px; grid-template-columns: 52px minmax(0,1fr); }
  .member-tabs--right .member-tab-card { grid-template-columns: minmax(0,1fr) 52px; }
  .member-tabs--left .member-tab-card:hover,.member-tabs--left .member-tab-card:focus-visible,.member-tabs--right .member-tab-card:hover,.member-tabs--right .member-tab-card:focus-visible { transform: translateY(-2px); }
  .member-tab-card>b { font-size: .64rem; }
  .member-content { grid-column: 1/-1; grid-row: auto; padding-top: 37px; }
  .member-dashboard { grid-template-columns: 1fr; }
  .member-dashboard__aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .member-profile-layout { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; padding-top: 20px; }
  .member-tab-card,.member-tabs--right .member-tab-card { height: 68px; grid-template-columns: 44px minmax(0,1fr); }
  .member-tabs--right .member-tab-card__art { grid-column: 1; }
  .member-tabs--right .member-tab-card>b { grid-column: 2; justify-content: flex-start; text-align: left; }
  .member-tabs--right .member-tab-card::after { right: 0; left: auto; }
  .member-tab-card>b { padding: 6px; font-size: .54rem; }
  .member-tab-card__art small { font-size: .37rem; }
  .member-content { padding-top: 32px; }
}

@media (max-width: 350px) {
  .member-profile-layout { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Branded site registration. */
.registration-page { min-height: 760px; padding: 56px 0 82px; background: radial-gradient(circle at 15% 20%,rgba(73,191,60,.12),transparent 31%),#0c0f0d; color: #fff; }
.registration-shell { display: grid; max-width: 1180px; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); align-items: stretch; gap: 22px; }
.registration-story { position: relative; min-height: 720px; overflow: hidden; border: 1px solid #314035; border-radius: 22px; background: #070a08; box-shadow: 0 32px 80px #0008; }
.registration-story::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg,#050806 4%,rgba(5,8,6,.95) 27%,rgba(5,8,6,.2) 72%),linear-gradient(90deg,rgba(4,7,5,.35),transparent); content: ""; }
.registration-story__art { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 3px; opacity: .88; }
.registration-story__art span { min-width: 0; min-height: 0; overflow: hidden; }
.registration-story__art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.08); }
.registration-story__art span:nth-child(1) img { object-position: 48% center; }
.registration-story__art span:nth-child(2) img { object-position: 57% center; }
.registration-story__art span:nth-child(3) img { object-position: 55% center; }
.registration-story__copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 42px; }
.registration-story__copy h1 { max-width: 560px; margin: 7px 0 14px; font-family: var(--font-display); font-size: clamp(2.7rem,4.6vw,4.7rem); font-weight: 720; letter-spacing: -.045em; line-height: .92; }
.registration-story__copy>p:not(.eyebrow) { max-width: 600px; margin: 0; color: #bac2bb; font-size: .92rem; line-height: 1.65; }
.registration-story__copy ul { display: grid; padding: 0; margin: 25px 0 0; list-style: none; gap: 9px; color: #e5e9e5; font-size: .72rem; font-weight: 700; }
.registration-story__copy li::before { margin-right: 9px; color: var(--green); content: "✦"; }
.registration-card { align-self: center; padding: 42px; border: 1px solid #303a33; border-radius: 22px; background: linear-gradient(145deg,#171c18,#0d110e); box-shadow: 0 32px 80px #0008; }
.registration-card header h2 { margin: 5px 0 10px; font-family: var(--font-display); font-size: clamp(2.35rem,3.8vw,3.65rem); font-weight: 720; letter-spacing: -.04em; line-height: .95; }
.registration-card header>p:last-child { margin: 0; color: #929c94; font-size: .78rem; line-height: 1.6; }
.registration-notice { margin: 23px 0 0; padding: 14px 16px; border: 1px solid #506350; border-radius: 9px; background: #182019; color: #dce5dd; font-size: .75rem; line-height: 1.55; }
.registration-notice--success { border-color: #4b9d43; background: rgba(73,191,60,.12); color: #baffb1; }
.registration-notice--error { border-color: #784545; background: rgba(185,62,62,.1); color: #ffc1c1; }
.registration-form { display: grid; margin-top: 26px; gap: 18px; }
.registration-form>label:not(.registration-check):not(.registration-honeypot) { display: grid; gap: 5px; }
.registration-form label>span:first-child { color: #e7ece8; font-size: .73rem; font-weight: 800; }
.registration-form label>small { color: #768079; font-size: .62rem; line-height: 1.4; }
.registration-form input[type="text"],.registration-form input[type="email"] { width: 100%; min-height: 54px; padding: 11px 14px; border: 1px solid #3e4841; border-radius: 9px; background: #080b09; color: #fff; font-size: 1rem; box-shadow: inset 0 2px 8px #0008; }
.registration-form input[type="text"]:focus,.registration-form input[type="email"]:focus { border-color: var(--green); outline: 3px solid rgba(73,191,60,.14); }
.registration-check { display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 10px; color: #a7b0a9; font-size: .69rem; line-height: 1.55; }
.registration-check input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); }
.registration-check a { color: #8ce780; font-weight: 700; text-decoration: underline; }
.registration-submit { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; padding-inline: 21px; border: 0; border-radius: 9px; background: linear-gradient(135deg,#69df58,#3da634); color: #071008; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.registration-submit:hover,.registration-submit:focus-visible { background: linear-gradient(135deg,#7cea6b,#49b63c); color: #050b06; transform: translateY(-1px); }
.registration-submit span { font-size: 1.15rem; }
.registration-login { margin: 22px 0 0; color: #89928b; font-size: .72rem; text-align: center; }
.registration-login a { color: var(--green); font-weight: 800; }
.registration-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.registration-complete { padding: 36px 0 4px; text-align: center; }
.registration-complete>span { display: grid; width: 58px; height: 58px; margin: 0 auto 16px; place-items: center; border-radius: 50%; background: var(--green); color: #071008; font-size: 1.5rem; font-weight: 900; }
.registration-complete h3 { margin: 0 0 8px; font-family: var(--heading); font-size: 1.55rem; text-transform: uppercase; }
.registration-complete p { margin: 0 0 20px; color: #929c94; font-size: .78rem; }

@media (max-width: 900px) {
  .registration-page { padding-top: 30px; }
  .registration-shell { grid-template-columns: 1fr; max-width: 680px; }
  .registration-story { min-height: 510px; }
  .registration-story__copy h1 { font-size: 3.2rem; }
}

@media (max-width: 560px) {
  .registration-page { padding: 18px 0 55px; }
  .registration-shell { width: min(100% - 24px,680px); gap: 12px; }
  .registration-story { min-height: 390px; border-radius: 15px; }
  .registration-story__copy { padding: 25px 22px; }
  .registration-story__copy h1 { font-size: 2.35rem; }
  .registration-story__copy>p:not(.eyebrow) { font-size: .78rem; }
  .registration-story__copy ul { display: none; }
  .registration-card { padding: 28px 20px; border-radius: 15px; }
  .registration-card header h2 { font-size: 2.45rem; }
}

/* Member center, single-navigation layout. */
.member-center { min-height: 700px; background: radial-gradient(circle at 82% 5%,rgba(73,191,60,.07),transparent 28%),#131513; }
.member-hero { min-height: 0; padding: 34px 0 25px; border-bottom-color: rgba(73,191,60,.34); }
.member-hero__main { min-height: 164px; align-items: center; }
.member-identity { width: min(570px,100%); padding: 17px 19px; border-radius: 18px; }
.member-identity img { width: 88px; height: 88px; }
.member-identity h1 { font-size: clamp(2.25rem,4vw,3.25rem); }
.member-stats { min-width: 440px; padding: 14px 10px; border-radius: 18px; }
.member-stats b { font-size: 1.9rem; }
.member-profile-layout { display: grid; grid-template-columns: 224px minmax(0,1fr); align-items: start; gap: 32px; padding-block: 38px 90px; }
.member-navigation { position: sticky; z-index: 5; top: 18px; display: grid; max-height: calc(100vh - 36px); min-width: 0; overflow-x: hidden; overflow-y: auto; padding: 14px; border: 1px solid #303630; border-radius: 18px; background: linear-gradient(180deg,#191d19,#111311); box-shadow: 0 20px 55px rgba(0,0,0,.2); scrollbar-color: #465046 transparent; scrollbar-width: thin; }
.member-navigation__head { padding: 5px 7px 15px; margin-bottom: 8px; border-bottom: 1px solid #303630; }
.member-navigation__head span,.member-navigation__head b { display: block; }
.member-navigation__head span { color: var(--green); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.member-navigation__head b { margin-top: 4px; overflow: hidden; font-family: var(--heading); font-size: 1.05rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.member-tabs { position: static; z-index: auto; min-width: 0; padding: 0; }
.member-tabs + .member-tabs { padding-top: 15px; margin-top: 15px; border-top: 1px solid #303630; }
.member-tabs__label { display: block; padding: 0 7px 7px; color: #707970; font-size: .52rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.member-tabs__rail { display: grid; gap: 3px; }
.member-tab-card,.member-tabs--right .member-tab-card { display: grid; width: 100%; height: 43px; min-width: 0; grid-template-columns: 34px minmax(0,1fr); align-items: center; overflow: hidden; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #a8afa9; }
.member-tab-card::after,.member-tabs--right .member-tab-card::after { top: 8px; right: auto; bottom: 8px; left: 0; width: 3px; border-radius: 0 3px 3px 0; }
.member-tab-card__art,.member-tabs--right .member-tab-card__art { width: 30px; height: 30px; grid-column: 1; margin-left: 3px; border-radius: 7px; }
.member-tab-card__art small { display: none; }
.member-tab-card>b,.member-tabs--right .member-tab-card>b { grid-column: 2; grid-row: 1; justify-content: flex-start; padding: 5px 7px; font-size: .61rem; line-height: 1.1; text-align: left; }
.member-tab-card:hover,.member-tab-card:focus-visible { border-color: #394239; background: #202520; color: #fff; transform: none; }
.member-tab-card.is-active { border-color: rgba(73,191,60,.55); background: linear-gradient(90deg,rgba(73,191,60,.17),rgba(73,191,60,.04)); box-shadow: none; }
.member-tabs--left .member-tab-card:hover,.member-tabs--left .member-tab-card:focus-visible,.member-tabs--right .member-tab-card:hover,.member-tabs--right .member-tab-card:focus-visible { transform: none; }
.member-content { min-width: 0; grid-column: 2; grid-row: 1; padding: 0; }
.member-overview { gap: 12px; }
.member-overview a { position: relative; min-height: 122px; overflow: hidden; padding: 19px 20px; border-color: #343a34; border-radius: 14px; background: linear-gradient(145deg,#1d211d,#171917); transition: border-color .2s ease,transform .2s ease; }
.member-overview a::after { position: absolute; top: -24px; right: -24px; width: 86px; height: 86px; border: 1px solid rgba(73,191,60,.14); border-radius: 50%; content: ""; }
.member-overview a:hover { border-color: rgba(73,191,60,.55); transform: translateY(-2px); }
.member-overview b { font-size: 2.75rem; }
.member-overview span { font-size: .64rem; font-weight: 800; }
.member-dashboard { width: 100%; min-width: 0; grid-template-columns: minmax(0,1.45fr) minmax(280px,.75fr); gap: 24px; margin-top: 34px; }
.member-dashboard__main,.member-dashboard__aside { min-width: 0; gap: 28px; }
.member-dashboard__aside > * { min-width: 0; max-width: 100%; }
.member-dashboard-section { gap: 0; }
.member-section-head { min-width: 0; margin-bottom: 16px; }
.member-section-head h2 { margin: 4px 0 0; font-size: clamp(1.55rem,2.4vw,2rem); letter-spacing: -.02em; }
.member-section-head>a { color: #a8afa9; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.member-section-head>a:hover { color: var(--green); }
.continue-watching-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.continue-watching-grid .empty-state { min-height: 238px; grid-column: 1/-1; }
.empty-state { display: grid; min-width: 0; min-height: 220px; align-content: center; padding: 35px 22px; border-color: #363c36; border-radius: 14px; background: linear-gradient(145deg,#191c19,#151715); }
.empty-state h2,.empty-state h3 { margin: 0 0 20px; font-size: clamp(1.45rem,2.6vw,2rem); }
.weekly-summary,.community-activity { min-width: 0; padding: 19px; border-color: #353b35; border-radius: 14px; background: linear-gradient(145deg,#1d211d,#171917); }
.member-dashboard-section--recommendations { margin-top: 40px; }

html[data-theme="light"] .member-center { background: radial-gradient(circle at 82% 5%,rgba(73,191,60,.08),transparent 28%),#eeece6; }
html[data-theme="light"] .member-navigation { border-color: var(--border-color); background: linear-gradient(180deg,#fff,#f7f4ee); box-shadow: 0 18px 45px rgba(45,38,25,.08); }
html[data-theme="light"] .member-navigation__head,html[data-theme="light"] .member-tabs + .member-tabs { border-color: var(--border-color); }
html[data-theme="light"] .member-navigation__head b { color: var(--text-color); }
html[data-theme="light"] .member-tabs__label { color: #7c8179; }
html[data-theme="light"] .member-tab-card { color: #5d635b; }
html[data-theme="light"] .member-tab-card:hover,html[data-theme="light"] .member-tab-card:focus-visible { border-color: #b8c2b5; background: #edf3eb; color: #172016; }
html[data-theme="light"] .member-overview a,html[data-theme="light"] .empty-state,html[data-theme="light"] :where(.weekly-summary,.community-activity) { border-color: var(--border-color); background: var(--surface-raised); color: var(--text-color); }

@media (max-width: 1100px) {
  .member-profile-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
  .member-navigation { position: static; display: grid; max-height: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; overflow: visible; }
  .member-navigation__head { grid-column: 1/-1; margin-bottom: 0; }
  .member-tabs + .member-tabs { padding: 0 0 0 18px; margin: 0; border-top: 0; border-left: 1px solid #303630; }
  .member-content { grid-column: 1; grid-row: auto; padding: 0; }
}

@media (max-width: 820px) {
  .member-hero { min-height: 0; padding: 25px 0; }
  .member-hero__main { min-height: 0; align-items: stretch; flex-direction: column; }
  .member-identity { width: 100%; }
  .member-stats { width: 100%; min-width: 0; }
  .member-navigation { display: block; padding: 13px; overflow: hidden; }
  .member-navigation__head { padding-bottom: 12px; }
  .member-tabs { padding-top: 12px; }
  .member-tabs + .member-tabs { padding: 12px 0 0; margin-top: 12px; border-top: 1px solid #303630; border-left: 0; }
  .member-tabs__rail { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x proximity; }
  .member-tab-card,.member-tabs--right .member-tab-card { height: 48px; flex: 0 0 158px; grid-template-columns: 36px minmax(0,1fr); scroll-snap-align: start; }
  .member-tab-card__art,.member-tabs--right .member-tab-card__art { width: 32px; height: 32px; }
  .member-dashboard { grid-template-columns: 1fr; gap: 24px; }
  .member-dashboard__aside { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .member-profile-layout { width: min(100% - 24px,1280px); gap: 22px; padding-block: 20px 60px; }
  .member-identity { gap: 13px; padding: 14px; }
  .member-identity img { width: 68px; height: 68px; }
  .member-identity h1 { font-size: 2rem; }
  .member-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .member-overview { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .member-overview a { min-height: 96px; padding: 13px 11px; }
  .member-overview b { font-size: 2rem; }
  .member-overview span { font-size: .52rem; line-height: 1.25; }
  .member-dashboard { margin-top: 28px; }
  .member-dashboard__aside { grid-template-columns: 1fr; }
  .member-section-head { align-items: flex-start; gap: 12px; }
  .member-section-head h2 { font-size: 1.45rem; }
  .continue-watching-grid { grid-template-columns: 1fr; }
}
