/* Biriah cinema: original botanical identity, bright space, quiet reading surfaces. */
:root {
  --bg: #070a0c;
  --panel: #101c18;
  --panel2: #19251f;
  --border: #52634b;
  --ink: #f2f4df;
  --muted: #c0cabc;
  --soft: #aab8ad;
  --purple: #d6b5ff;
  --purple2: #b78adf;
  --green: #b9e5a5;
  --radius: 16px;
  --shadow: 0 18px 48px #0005;
  --cinema-gold: #f0da94;
  --cinema-galaxy: url('/static/brand/biriah-galaxy-neon-v4.webp');
  --cinema-edge: linear-gradient(125deg, #ddcc82a8, #70c89172 28%, #8b81c477 62%, #cb94e9a8);
}

/* Shared shell and reading surfaces. Keep existing layouts and action semantics. */
body {
  color: var(--ink);
  background: radial-gradient(ellipse at 95% 9%, #762ac124, transparent 40%),
    radial-gradient(ellipse at 0 55%, #078b7330, transparent 36%),
    linear-gradient(#070a0cc9, #070a0ceb 70%), var(--cinema-galaxy) center top / cover;
  background-attachment: scroll;
}
.workspace { background: transparent; }
.main-content { max-width: 1600px; background: transparent; padding: 28px 36px 52px; }
.topbar { background: linear-gradient(#050809d9, #05080966, transparent); border: 0; padding-inline: 36px; }
.topbar-brand { display: flex; }
.topbar .crumb { color: var(--muted); }
.topbar .crumb b { color: var(--ink); }
.topbar-brand, .brand { border: 0; box-shadow: none; }
.sidebar {
  background: radial-gradient(ellipse at 15% 0, #263c32cc, transparent 48%), linear-gradient(170deg, #101b17, #0d1312 62%, #211a2d);
  border-right: 1px solid #d2bf8166;
  box-shadow: 12px 0 42px #0004;
  height: 100dvh;
}
.sidebar nav { max-height: none; scrollbar-width: thin; scrollbar-color: #8a799a #101b17; }
.sidebar .nav-group { border-color: #c2bd8130; }
.sidebar .nav-group > summary { min-height: 44px; color: #d4c1e6; }
.sidebar .nav-link { min-height: 44px; color: #d0d9c9; }
.sidebar .nav-link.active { color: #fcf6d2; background: linear-gradient(90deg, #785d334f, #6c408044); box-shadow: inset 3px 0 0 #e0c782; }
.sidebar .nav-link:hover { background: #c5b5e619; color: #fff8de; }
.sidebar .account { border-color: #cdb77e4d; }
.profile-link { background: #17241ee8; border-color: #c9b58277; color: var(--ink); }
.profile-link:hover { background: #29352b; }
.cinema-nav { grid-column: 1 / -1; display: flex; justify-content: center; gap: 6px 26px; flex-wrap: wrap; min-width: 0; }
.cinema-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 13px; font-weight: 700; border-bottom: 2px solid transparent; }
.cinema-nav a:hover, .cinema-nav a[aria-current='page'] { color: var(--cinema-gold); border-color: #bf96e3; }

.panel, .post-card, .reply, .strain-card, .side-card, .u-card, .auth-card, .stat {
  border: 1px solid transparent;
  background: linear-gradient(135deg, #14241ffb, #101b18fc 62%, #251d2cfa) padding-box, var(--cinema-edge) border-box;
  border-radius: var(--radius);
  box-shadow: 0 8px 26px #0004, 0 0 18px #a568bf12, inset 0 1px 0 #e1d5a30a;
}
.panel:focus-within, .post-card:hover, .strain-card:hover, .side-card:hover, .u-card:hover { box-shadow: 0 8px 28px #0005, 0 0 22px #af80df29; }
.section-head h1, .u-heading h1 { color: #f5f3d5; }
.section-head p, .post-excerpt, .details-body, .reply p, .u-heading p, .u-hero p { color: var(--muted); }
.section-head { margin-bottom: 26px; }
.eyebrow { color: #d7b8ed; }
.notice, .empty, .search-empty { background: #14231fed; border-color: #b8aa7b66; color: var(--muted); }
.view-foot { background: #070c0ae0; color: var(--soft); border-color: #a4976944; }
.method-card { background: #17221f; color: var(--muted); border-color: #b09d7177; border-radius: 12px; }
.method-card p, .method-card strong, .method-card .icon { color: var(--muted); }
.method-card strong { color: var(--ink); }
.scope-wrap select, input, select, textarea, .unified .u-field input, .unified .u-field select, .unified .u-field textarea {
  background: #0c1814; color: var(--ink); border-color: #7c8763; border-radius: 10px;
}
input::placeholder, textarea::placeholder { color: #a4b2a4; opacity: 1; }
input:focus, select:focus, textarea:focus { border-color: #dbc0ff; box-shadow: 0 0 0 3px #c39ce721; }
.btn { min-height: 44px; background: #25342b; border-color: #97a37180; color: var(--ink); }
.btn:hover { background: #334238; border-color: #d2b4e1; }
.btn.primary { background: linear-gradient(115deg, #c5e299, #eaddaa 54%, #c6afe5); color: #182418; border-color: #dedaa5; box-shadow: 0 4px 20px #93c2741c; }
.btn.primary:hover { background: linear-gradient(115deg, #d4edac, #f0e5b9 54%, #d5beee); filter: none; }
.btn.ghost { background: transparent; color: var(--muted); border-color: transparent; }
.btn.danger { color: #ffc1c8; border-color: #b4657888; background: #391f29; }
.btn.sm, .table .btn, .tab, .icon-btn { min-height: 44px; }
.icon-btn { min-width: 44px; }
.tab { color: #c4c8be; }
.tab.active, .u-tabs .active { color: #f3f1d3; background: #75538555; }
.tabs { scrollbar-width: thin; scrollbar-color: #ad87c366 #142019; }
dialog { background: linear-gradient(140deg, #16261f, #181a21); border-color: #c6b57f; box-shadow: 0 24px 100px #000b; }
dialog::backdrop { background: #03060bdd; backdrop-filter: blur(4px); }
.auth { background: #080e0ccb; border-color: #c1aa7855; gap: clamp(28px, 5vw, 72px); }
.auth-card { padding: 30px; }
.auth-art { border-radius: 16px; box-shadow: inset 0 0 30px #090e0c; background-image: var(--cinema-galaxy); }
.u-hero, .hero { background: radial-gradient(ellipse at 92% 12%, #5a327166, transparent 65%), linear-gradient(115deg, #193125f2, #0e1715ee); border-color: #c6b18177; }
.directory-card, .brand-directory-card { border-radius: 16px; }
.directory-photo { border-color: #cfbf8555; }
.directory-photo figcaption { background: #0d1713; color: var(--muted); }
.directory-filters { padding: 20px; border-radius: 16px; border: 1px solid #9caf7755; background: #0d1915e8; }
.directory-card .directory-photo img, .strain-card img { filter: none; }
.profile-portrait { border: 2px solid #dec87a; box-shadow: 0 0 24px #ab80e044, 0 0 38px #58dfba1f; }
.brand::after, .topbar-brand::after, .founder-signature::after { animation: none; opacity: .92; }
.member-emblem img { animation: none; filter: drop-shadow(0 0 3px #75fa9980) drop-shadow(0 0 5px #be83f080); }
.starfield { background-color: #091010; }
.star .nucleus { box-shadow: 0 0 17px #b68bff9c, 0 0 38px #d768c454, 0 0 65px #73c4ef25; }
.star:nth-of-type(2n) .nucleus { box-shadow: 0 0 17px #9defcba6, 0 0 38px #70cbe74a, 0 0 64px #b97be62b; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #e0c6ff; outline-offset: 4px; }

/* Featured story. The glow belongs to the artwork; text has its own dark scrim. */
.cinema-home { min-width: 0; margin-top: -10px; }
.cinema-hero { position: relative; isolation: isolate; min-height: 530px; overflow: hidden; border-radius: 20px; background: #08100f; margin-bottom: 42px; box-shadow: 0 18px 48px #0005, 0 0 0 1px #c2a87766, 0 0 36px #a758d11f; }
.cinema-hero-art { position: absolute; inset: 0; z-index: -3; background: radial-gradient(ellipse at 83% 38%, #6039a170, transparent 43%), radial-gradient(ellipse at 69% 62%, #1d997655, transparent 40%), var(--cinema-galaxy) center / cover; }
.cinema-hero-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 54% 16%, #fff3b5 0 1px, #dca4ffbb 2px, transparent 7px), radial-gradient(circle at 93% 34%, #fff 0 1px, #75d6ffbb 2px, transparent 8px), radial-gradient(circle at 65% 80%, #f4ffe1 0 1px, #7df9b0aa 2px, transparent 6px), radial-gradient(circle at 85% 88%, #fff2be 0 1px, #e6aaedbb 2px, transparent 7px), radial-gradient(circle at 75% 8%, #fff5d2 0 1px, #f1cf69bb 2px, transparent 5px); }
.cinema-hero-emblem { position: absolute; width: clamp(260px, 37vw, 450px); height: auto; right: 2%; top: 6%; object-fit: contain; filter: drop-shadow(0 0 24px #ae5dea77) drop-shadow(0 0 45px #61d7b833); }
.cinema-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #08100ffc 0%, #08100ff0 28%, #08100fbf 49%, #08100f14 78%), linear-gradient(0deg, #08100feb, transparent 52%); }
.cinema-hero-content { position: relative; width: 67%; padding: 40px 42px; }
.cinema-kicker { color: #dbbfeb; font-size: 11px; font-weight: 800; letter-spacing: 2px; line-height: 1.6; text-transform: uppercase; margin: 0 0 18px; }
.cinema-wordmark { display: block; width: 250px; max-width: 80%; height: auto; margin-bottom: 16px; mix-blend-mode: screen; }
.cinema-hero-title { color: #f6f4d3; font-size: clamp(35px, 3.7vw, 55px); line-height: 1.12; letter-spacing: -1.2px; margin: 0 0 20px; font-weight: 600; text-wrap: balance; }
.cinema-hero-copy { max-width: 450px; font-size: 16px; line-height: 1.75; color: #d4dfcc; margin-bottom: 24px; }
.cinema-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cinema-button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; padding: 12px 18px; border: 1px solid #ab9a7777; border-radius: 9px; background: #213029ed; color: #f2f1d9; font-size: 13px; line-height: 1.5; font-weight: 800; transition: background .16s ease, box-shadow .16s ease; }
.cinema-button:hover { background: #3a483b; box-shadow: 0 3px 16px #ca9ce92e; }
.cinema-button-primary { background: #d1e8a6; color: #142519; border-color: #e6ecc1; }
.cinema-button-primary:hover { background: #e3f2bf; }
.cinema-hero-meta { margin: 18px 0 0; max-width: 470px; color: #becbb8; font-size: 11px; line-height: 1.9; }
.cinema-hero-meta span { margin-inline: 5px; color: #dfc578; }

/* Native scrolling shelves remain operable with touch, keyboard and visible controls. */
.cinema-shelf { margin: 0 0 35px; min-width: 0; }
.cinema-shelf-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.cinema-shelf-intro { min-width: 0; }
.cinema-shelf-title { color: #f3f1d7; font-size: clamp(23px, 2.25vw, 30px); font-weight: 600; letter-spacing: -.45px; margin: 0 0 7px; }
.cinema-shelf-note { color: var(--muted); font-size: 12px; line-height: 1.75; max-width: 650px; margin: 0; }
.cinema-shelf-controls { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.cinema-view-all { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; font-size: 12px; font-weight: 750; color: #e1d69d; white-space: nowrap; padding: 4px; }
.cinema-view-all:hover { color: #f9eac1; text-decoration: underline; text-underline-offset: 4px; }
.cinema-view-all .icon { width: 15px; height: 15px; }
.cinema-scroll { display: grid; place-items: center; padding: 0; width: 44px; height: 44px; background: #19251f; color: #ded6b1; border: 1px solid #a0936966; border-radius: 50%; }
.cinema-scroll:hover:not(:disabled) { background: #3c3348; border-color: #c9a1e2; color: #fff1cd; }
.cinema-scroll:disabled { cursor: default; opacity: .35; }
.cinema-rail { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(242px, 24vw, 284px); align-items: stretch; gap: 16px; list-style: none; padding: 10px 6px 20px; margin: 0 -6px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scroll-padding-inline: 6px; scrollbar-width: thin; scrollbar-color: #9974bb88 #132019; }
.cinema-rail::-webkit-scrollbar { height: 6px; }
.cinema-rail::-webkit-scrollbar-thumb { background: #9974bb88; border-radius: 5px; }
.cinema-rail::-webkit-scrollbar-track { background: #132019; }
.cinema-rail-item { display: flex; min-width: 0; scroll-snap-align: start; }
.cinema-card { position: relative; display: flex; flex-direction: column; width: 100%; min-width: 0; border: 1px solid transparent; border-radius: 14px; color: var(--ink); background: linear-gradient(145deg, #16271f, #111b18 60%, #272030) padding-box, var(--cinema-edge) border-box; box-shadow: 0 7px 18px #0004; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.cinema-card:hover, .cinema-card:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 24px #0006, 0 0 22px #aa79dc35; }
.cinema-card:focus-visible { outline: 3px solid #ecd6ff; outline-offset: 3px; }
.cinema-card-media { position: relative; display: block; width: 100%; height: 165px; flex: none; margin: 0; overflow: hidden; border-radius: 13px 13px 0 0; background: #1b2e23; }
.cinema-card-image { display: block; height: 100%; width: 100%; object-fit: cover; }
.cinema-photo-label { position: absolute; bottom: 0; left: 0; right: 0; color: #e1e8d9; background: #06100fed; padding: 7px 10px; font-size: 10px; line-height: 1.4; }
.cinema-card-body { position: relative; flex: 1; min-width: 0; padding: 18px 18px 50px; }
.cinema-card-eyebrow { display: inline-flex; align-items: center; gap: 6px; color: #d7b9e8; font-size: 10px; line-height: 1.5; letter-spacing: 1.2px; font-weight: 800; text-transform: uppercase; }
.cinema-card-eyebrow .icon { width: 14px; height: 14px; }
.cinema-card-title { color: #f1f0d0; font-size: 23px; line-height: 1.25; font-weight: 600; letter-spacing: -.3px; margin: 8px 0 9px; overflow-wrap: anywhere; }
.cinema-card-meta { color: #bbc9b6; font-size: 11px; line-height: 1.65; margin: 0 0 10px; overflow-wrap: anywhere; }
.cinema-card-copy { display: block; color: #d4dec9; font-size: 12px; line-height: 1.75; margin: 0; overflow-wrap: anywhere; }
.cinema-card-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; padding: 13px 0; border-block: 1px solid #91a47033; }
.cinema-card-facts dt { color: #afbea8; font-size: 10px; line-height: 1.5; margin-bottom: 5px; }
.cinema-card-facts dd { color: #ececc8; font-size: 15px; font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.cinema-card-arrow { position: absolute; right: 17px; bottom: 15px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #c0af7a55; border-radius: 50%; color: #e8d995; background: #d3c1780a; }
.cinema-card-arrow .icon { width: 15px; height: 15px; }
.cinema-source-note { color: #b0bfaa; max-width: 1100px; font-size: 10px; line-height: 1.8; margin: 10px 0 0; }
.cinema-source-note a { color: #ddd29a; text-decoration: underline; text-underline-offset: 3px; }
.cinema-photo-credits { color: #adbaa8; }
.cinema-empty { padding: 28px; margin: 16px 0; border: 1px solid #bbac7555; border-radius: 14px; background: #14231ecc; color: var(--muted); font-size: 14px; }

/* Abstract brand art is Biriah navigation artwork, never a borrowed brand logo. */
.cinema-card[data-cinema-brand] { --brand-light: #e5da9d; --brand-nebula: #4b7752; }
.cinema-card[data-cinema-brand='ayo'] { --brand-light: #f4dfa2; --brand-nebula: #74673f; }
.cinema-card[data-cinema-brand='codes'] { --brand-light: #bdf2e3; --brand-nebula: #306c66; }
.cinema-card[data-cinema-brand='cookies'] { --brand-light: #bfdfff; --brand-nebula: #3b6190; }
.cinema-card[data-cinema-brand='good-day-farm'] { --brand-light: #d6ecac; --brand-nebula: #567c39; }
.cinema-card[data-cinema-brand='highway-hotel'] { --brand-light: #f1c8ff; --brand-nebula: #7a417d; }
.cinema-card[data-cinema-brand='sapphire'] { --brand-light: #b9cbff; --brand-nebula: #484b9f; }
.cinema-brand-art, .cinema-card-art { display: grid; place-items: center; isolation: isolate; background: radial-gradient(ellipse at 72% 22%, var(--brand-nebula, #4b7752), transparent 68%), linear-gradient(145deg, #193026, #151126); }
.cinema-brand-art::after, .cinema-card-art::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 16% 28%, #e6d5a7 0 1px, transparent 2px), radial-gradient(circle at 75% 78%, #99e6c8 0 1px, transparent 3px), radial-gradient(circle at 88% 35%, #d7adf1 0 1px, transparent 2px); }
.cinema-brand-monogram { position: relative; z-index: 1; font: 500 49px/1.2 Fraunces, Georgia, serif; color: var(--brand-light, #e5da9d); text-shadow: 0 2px 16px #080b0c88, 0 0 26px #d1a4ec33; letter-spacing: -2px; }
.cinema-art-orbit { position: absolute; width: 160px; height: 100px; border: 1px solid #d5bd9166; border-radius: 50%; transform: rotate(-24deg); box-shadow: 0 0 18px #c294e41f; }
.cinema-art-orbit::after { content: ''; position: absolute; inset: -14px 22px; border: 1px solid #bf9add44; border-radius: 50%; transform: rotate(75deg); }
.cinema-card-art > .icon { position: absolute; right: 15%; top: 20%; width: 86px; height: 86px; color: #96d5a2; opacity: .18; }
.cinema-art-monogram { color: var(--brand-light, #e5da9d); font: 500 42px/1 Fraunces, Georgia, serif; letter-spacing: -2px; z-index: 1; padding-bottom: 12px; }
.cinema-brand-card .cinema-card-media { height: 150px; }
.cinema-brand-card .cinema-card-title { font-size: 25px; }
.cinema-brand-card .cinema-card-copy { margin-bottom: 7px; }
.cinema-conversation-card .cinema-card-body { min-height: 300px; display: flex; flex-direction: column; }
.cinema-conversation-card .cinema-card-title { font-size: 24px; }
.cinema-conversation-author { display: flex; align-items: center; gap: 9px; padding: 20px 0 10px; margin-top: auto; min-width: 0; }
.cinema-avatar { width: 32px; height: 32px; }
.cinema-author-name { display: flex; align-items: center; flex-wrap: wrap; gap: 3px; font-size: 11px; min-width: 0; overflow-wrap: anywhere; }
.cinema-author-name .member-emblem img { width: 27px; height: 27px; }
.cinema-author-name .emblem-title { font-size: 10px; }
.cinema-tool-card { background: radial-gradient(ellipse at 100% 0, #694d783b, transparent 68%), linear-gradient(145deg, #182a21, #121d18); border-color: #baa77a77; }
.cinema-tool-card .cinema-card-body { min-height: 270px; }
.cinema-tool-icon { display: grid; place-items: center; width: 48px; height: 48px; color: #cdecad; border: 1px solid #beaa7888; border-radius: 13px; background: #91b37d12; box-shadow: 0 0 20px #9762c726; margin-bottom: 20px; }
.cinema-tool-icon .icon { width: 24px; height: 24px; }

@media (max-width: 1200px) {
  .main-content { padding-inline: 26px; }
  .topbar { padding-inline: 26px; }
  .cinema-hero-content { width: 76%; padding: 34px; }
  .cinema-hero-emblem { right: -3%; top: 13%; }
  .cinema-hero-shade { background: linear-gradient(90deg, #08100ffc, #08100fdb 44%, #08100f38 85%), linear-gradient(0deg, #08100feb, transparent 55%); }
}
@media (max-width: 760px) {
  .main-content { padding: 20px 20px 40px; }
  .topbar { padding-inline: 20px; }
  .cinema-hero { min-height: 600px; margin-bottom: 32px; }
  .cinema-hero-content { width: 100%; padding: 172px 28px 30px; }
  .cinema-hero-emblem { width: 245px; right: -5px; top: -31px; }
  .cinema-hero-art { background-position: 58% center; }
  .cinema-hero-shade { background: linear-gradient(0deg, #08100ffc 0%, #08100ff2 47%, #08100f77 73%, #08100f10 100%); }
  .cinema-kicker { font-size: 10px; letter-spacing: 1.6px; margin-bottom: 12px; }
  .cinema-wordmark { width: 210px; margin-bottom: 18px; }
  .cinema-hero-title { font-size: 42px; }
  .cinema-hero-copy { font-size: 14px; max-width: 380px; }
  .cinema-shelf-head { align-items: flex-start; flex-wrap: wrap; gap: 8px; }
  .cinema-shelf-intro { flex-basis: 100%; }
  .cinema-shelf-controls { width: 100%; justify-content: flex-end; }
  .cinema-view-all { margin-right: auto; }
  .cinema-shelf-note { font-size: 12px; }
  .cinema-rail { grid-auto-columns: 258px; gap: 14px; }
  .cinema-nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; max-width: 100%; gap: 22px; scrollbar-width: thin; }
  .cinema-nav a { flex-shrink: 0; }
  .directory-filters { padding: 16px; }
}
@media (max-width: 460px) {
  .main-content { padding: 18px 14px 36px; }
  .topbar { padding-inline: 14px; }
  .topbar > .row { gap: 5px; }
  .topbar .profile-link { padding-right: 7px; gap: 5px; font-size: 11px; }
  .cinema-hero { border-radius: 15px; min-height: 0; }
  .cinema-hero-content { padding: 164px 20px 28px; }
  .cinema-hero-emblem { width: 218px; right: 0; top: -23px; }
  .cinema-wordmark { width: 185px; }
  .cinema-hero-title { font-size: clamp(31px, 9.3vw, 39px); letter-spacing: -.8px; }
  .cinema-hero-actions { gap: 10px; }
  .cinema-button { width: 100%; padding-inline: 10px; font-size: 12px; }
  .cinema-hero-meta { font-size: 10px; }
  .cinema-rail { grid-auto-columns: min(258px, 84vw); gap: 12px; }
  .cinema-shelf-title { font-size: 25px; }
  .cinema-source-note { font-size: 10px; }
  .auth-card { padding: 23px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .cinema-card, .cinema-button { transition: none; }
  .cinema-card:hover, .cinema-card:focus-visible { transform: none; }
  .cinema-rail { scroll-behavior: auto; }
}
@media print {
  .cinema-hero-art, .cinema-hero-shade, .cinema-wordmark, .cinema-shelf-controls, .cinema-hero-actions { display: none; }
  .cinema-hero, .cinema-card, .cinema-empty { background: white; box-shadow: none; border: 1px solid #bbb; color: #111; }
  .cinema-hero { min-height: 0; }
  .cinema-hero-content { width: 100%; padding: 20px; }
  .cinema-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; grid-auto-columns: auto; overflow: visible; }
  .cinema-card { break-inside: avoid; transform: none; }
  .cinema-home h1, .cinema-home h2, .cinema-home h3, .cinema-home p, .cinema-card dt, .cinema-card dd, .cinema-card-copy, .cinema-card-eyebrow { color: #222; }
}

/* Readable labels at every viewport, including inherited forum styles. */
.search-box input{font-size:16px}
.cinema-card-meta,.cinema-card-copy{font-size:13px}
.cinema-photo-label,.cinema-source-note,.cinema-shelf-note{font-size:12px}
.cinema-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}

/* A single composed galaxy layer behind the shell; no scattered decorative buds. */
body{background:#070a0c;isolation:isolate}
body::before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(#070a0cc4,#070a0ce5),var(--cinema-galaxy) center / cover}
.main-content h1:focus{outline:none}
.cinema-top-nav{padding:0 24px 8px;border-bottom:1px solid #b6a17833;background:#070b0dc9}
.topbar .crumb{font-size:13px}
.cinema-hero{min-height:470px}
.cinema-hero-content{padding-top:64px;padding-bottom:64px}
.cinema-hero-meta{font-size:12px}
@media(max-width:760px){.cinema-hero-content{padding:210px 28px 32px}.cinema-top-nav{justify-content:flex-start;flex-wrap:nowrap;gap:22px;overflow-x:auto;padding-inline:20px}.cinema-top-nav a{white-space:nowrap}.cinema-hero-copy{font-size:16px}}
@media(max-width:460px){.cinema-hero-content{padding:180px 20px 28px}.cinema-hero-meta{font-size:12px}.topbar .crumb{font-size:12px}.cinema-top-nav{padding-inline:14px;gap:18px}}

/* Small social icons stay visible while the phone's navigation row scrolls. */
.cinema-navigation{display:flex;align-items:center;gap:18px;padding:0 36px 8px;background:#070b0de8;border-bottom:1px solid #b6a17833;min-width:0}
.cinema-navigation .cinema-top-nav{flex:1;min-width:0;padding:0;background:none;border:0}
.social-links{display:flex;align-items:center;gap:6px;flex-shrink:0}
.social-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #b59a7488;border-radius:50%;background:#17251f;color:#f1ddb0;box-shadow:0 0 12px #b97ce71a;text-decoration:none}
.social-links svg{display:block;width:21px;height:21px}
.social-links a:hover{color:#f4e8ff;background:#362644;border-color:#d9b4f3;box-shadow:0 0 14px #b97ce73d}
.social-links a:focus-visible{outline:3px solid #f1ddb0;outline-offset:3px}
.auth-brand>.social-links{margin:18px 0 24px}
@media(max-width:1200px){.cinema-navigation{padding-inline:26px}}
@media(max-width:760px){.cinema-navigation{padding-inline:20px;gap:12px}}
@media(max-width:460px){.cinema-navigation{padding-inline:14px}}
@media print{.cinema-navigation,.social-links{display:none}}

.social-links img{display:block;object-fit:contain;filter:none}
.instagram-logo{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:radial-gradient(circle at 30% 105%,#ffd76d 0,#f5a244 20%,#f02c70 47%,#be27bd 66%,#6939d7 90%)}
