:root {
  --ink: #0b0c10;
  --panel: #121319;
  --panel-2: #181a21;
  --paper: #f4f1e8;
  --muted: #9a9aa3;
  --line: rgba(255, 255, 255, .13);
  --acid: #d7ff52;
  --amber: #ffb75e;
  --violet: #b7a5ff;
  --cyan: #5ee7d4;
  --pink: #ff5fa2;
  --blue: #65a7ff;
  --orange: #ff8a5b;
  --danger: #ff7f78;
  --sans: Inter, Aptos, "Segoe UI", system-ui, sans-serif;
  --mono: "Cascadia Mono", "Segoe UI Mono", ui-monospace, monospace;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html [hidden] { display: none !important; }
html { min-height: 100%; background: var(--ink); }
body { margin: 0; min-height: 100vh; color: var(--paper); font-family: var(--sans); background: var(--ink); }
button, input, select { font: inherit; }
a { color: inherit; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header, .viewer-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--line); position: relative; z-index: 3; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: -.03em; font-size: 19px; }
.brand-lockup {
  --brand-mascot-size: 68px;
  --brand-type-size: clamp(25px, 2.05vw, 34px);
  height: var(--brand-mascot-size);
  display: inline-flex;
  align-items: center;
  gap: clamp(1px, .25vw, 5px);
  white-space: nowrap;
}
.brand-mascot {
  width: var(--brand-mascot-size);
  height: var(--brand-mascot-size);
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 13px rgba(255, 68, 133, .24));
  transition: filter .25s ease, transform .25s ease;
}
.brand-wordmark {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-family: Georgia, "Times New Roman", serif;
  font-size: var(--brand-type-size);
  font-style: italic;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.07em;
  filter: drop-shadow(0 2px 1px rgba(84, 35, 0, .8)) drop-shadow(0 0 10px rgba(255, 187, 65, .22));
  transition: filter .25s ease, transform .25s ease;
}
.brand-name {
  color: transparent;
  background: linear-gradient(180deg, #fff7bf 0%, #ffc95d 27%, #d98210 58%, #fff1a5 78%, #a95a09 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: .35px rgba(255, 244, 183, .74);
}
.brand-age {
  margin-left: .04em;
  color: #ff5f9f;
  -webkit-text-fill-color: #ff5f9f;
  -webkit-text-stroke: .45px #ffd876;
  font-size: 1.08em;
  text-shadow: 0 0 10px rgba(255, 66, 145, .45);
}
.brand-tld {
  margin-left: .06em;
  color: #ffdca0;
  -webkit-text-fill-color: #ffdca0;
  font-family: var(--sans);
  font-size: .48em;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -.035em;
}
.header-meta { display: flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.header-meta b { color: var(--ink); background: var(--paper); padding: 4px 6px; border-radius: 2px; }
.live-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(215,255,82,.12); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(215,255,82,0); } }

.landing { overflow-x: hidden; background: radial-gradient(circle at 16% 20%, rgba(183,165,255,.11), transparent 32%), radial-gradient(circle at 88% 75%, rgba(94,231,212,.08), transparent 30%), var(--ink); }
.landing-main { min-height: calc(100vh - 144px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); }
.hero-copy { padding: clamp(70px, 9vw, 150px) clamp(30px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); position: relative; }
.hero-copy::after { content: ''; width: 180px; height: 180px; position: absolute; right: -91px; top: 18%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: inset 0 0 0 28px var(--ink), inset 0 0 0 29px rgba(255,255,255,.07); }
.eyebrow, .toolbar-kicker { font: 500 11px/1 var(--mono); letter-spacing: .18em; color: var(--acid); }
.hero-copy h1, .collection-sidebar h1 { margin: 26px 0 30px; font-size: clamp(58px, 7.2vw, 116px); line-height: .89; letter-spacing: -.07em; font-weight: 600; }
.hero-copy h1 em, .collection-sidebar h1 em { font-family: var(--serif); font-weight: 600; color: var(--violet); letter-spacing: -.045em; }
.intro { max-width: 600px; color: #b8b7bc; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.72; }
.feature-row { margin-top: clamp(45px, 7vw, 90px); display: flex; gap: clamp(20px, 4vw, 65px); }
.feature-row div { display: flex; flex-direction: column; gap: 8px; }
.feature-row b { font: 400 11px/1 var(--mono); color: var(--amber); }
.feature-row span { font-size: 12px; color: var(--muted); }

.launch-panel { align-self: center; margin: 60px clamp(28px, 7vw, 110px); padding: clamp(27px, 4vw, 50px); background: rgba(18,19,25,.78); border: 1px solid var(--line); position: relative; box-shadow: 0 35px 100px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.launch-panel::before, .launch-panel::after { content: ''; position: absolute; width: 13px; height: 13px; border-color: var(--acid); }
.launch-panel::before { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.launch-panel::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.panel-orbit { position: absolute; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; top: -25px; right: 28px; background: var(--ink); }
.panel-orbit::before { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--amber); left: -2px; top: 15px; }
.panel-topline { display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; font: 400 10px/1 var(--mono); letter-spacing: .13em; }
.launch-panel h2 { font-size: clamp(25px, 2.6vw, 38px); letter-spacing: -.04em; max-width: 480px; margin: 35px 0; }
.launch-panel label { font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; color: #b6b5ba; }
.source-block + .source-block { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.url-field { margin-top: 11px; height: 58px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.18); transition: border .2s, box-shadow .2s; }
.url-field:focus-within { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(215,255,82,.1); }
.protocol { color: #65656c; padding-left: 18px; font: 400 14px var(--mono); }
.url-field input { width: 100%; min-width: 0; height: 100%; padding: 0 15px 0 2px; color: var(--paper); background: transparent; border: 0; outline: 0; font: 400 14px var(--mono); }
.field-help { margin: 9px 0 15px; color: #77777f; font-size: 11px; line-height: 1.5; }
.quick-links { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-links button { color: #a9a8ae; background: transparent; border: 1px solid var(--line); padding: 6px 9px; cursor: pointer; font: 400 10px var(--mono); text-transform: uppercase; transition: .2s; }
.quick-links button:hover { border-color: var(--violet); color: var(--paper); transform: translateY(-1px); }
.range-row { margin: 28px 0 25px; }
.range-row label { display: flex; justify-content: space-between; }
.range-row output { color: var(--acid); }
input[type="range"] { width: 100%; accent-color: var(--acid); margin-top: 13px; }
.page-format { margin: 28px 0 25px; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.page-format span { display: flex; align-items: baseline; gap: 12px; }
.page-format small { color: #77777f; font: 500 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.page-format strong { color: var(--acid); font: 500 20px var(--mono); }
.page-format > b { color: #b9b8bd; font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.age-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; text-transform: none !important; letter-spacing: 0 !important; font: 400 12px/1.5 var(--sans) !important; }
.age-check input { accent-color: var(--acid); width: 16px; height: 16px; margin: 1px 0 0; }
.form-error { min-height: 22px; color: var(--danger); font-size: 12px; padding-top: 7px; }
.launch-button { width: 100%; min-height: 56px; display: flex; justify-content: center; align-items: center; gap: 16px; border: 0; color: var(--ink); background: var(--acid); font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.launch-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(215,255,82,.16); }
.launch-button svg, .icon-button svg, .arrow-link svg, .search-box svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.legal-note { color: #5f5f66; font: 400 9px/1.6 var(--mono); margin: 18px 0 0; text-align: center; }
.landing-footer { min-height: 60px; padding: 0 clamp(24px,4vw,64px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #67676f; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; }

/* Viewer */
.viewer { background: radial-gradient(circle at 78% 5%, rgba(101,167,255,.10), transparent 27%), radial-gradient(circle at 34% 22%, rgba(255,95,162,.075), transparent 25%), #0d0e12; }
.viewer-header { height: 76px; position: sticky; top: 0; padding-left: clamp(22px, 2.6vw, 44px); padding-right: clamp(22px, 2.6vw, 44px); background: linear-gradient(90deg, rgba(11,12,16,.94), rgba(20,17,28,.92), rgba(11,18,24,.94)); backdrop-filter: blur(20px); z-index: 12; }
.viewer-actions { display: flex; align-items: center; gap: 12px; }
.icon-button, .new-collection { height: 38px; border: 1px solid var(--line); color: var(--paper); background: transparent; display: inline-flex; align-items: center; justify-content: center; }
.icon-button { width: 38px; cursor: pointer; }
.icon-button:hover svg { transform: rotate(90deg); }
.icon-button svg { width: 17px; transition: transform .3s; }
.new-collection { padding: 0 15px; text-decoration: none; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.new-collection:hover { border-color: var(--acid); }
.viewer-main { display: grid; grid-template-columns: 224px minmax(0, 1fr); min-height: calc(100vh - 76px); }
.collection-sidebar { padding: 45px 28px 34px; border-right: 1px solid var(--line); position: sticky; top: 76px; height: calc(100vh - 76px); display: flex; flex-direction: column; background: radial-gradient(circle at 0 8%, rgba(255,95,162,.14), transparent 32%), radial-gradient(circle at 100% 54%, rgba(94,231,212,.08), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.025), transparent 58%); }
.collection-sidebar h1 { font-size: 47px; margin: 20px 0 24px; }
.source-label { color: var(--muted); font-size: 10px; line-height: 1.65; word-break: break-word; }
.tag-intro { margin: -8px 0 16px; color: #b9bac6; font-size: 10px; line-height: 1.65; }
.collection-stats { margin: 27px 0; padding: 0; }
.collection-stats div { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); min-height: 48px; }
.collection-stats div:last-child { border-bottom: 1px solid var(--line); }
.collection-stats dt { color: #7e7e86; font: 400 10px var(--mono); text-transform: uppercase; }
.collection-stats dd { margin: 0; font: 500 16px var(--mono); color: var(--paper); }
.sidebar-note { margin-top: auto; display: flex; gap: 14px; align-items: flex-start; font: 400 10px/1.6 var(--mono); text-transform: uppercase; color: #96969d; }
.sidebar-note small { color: #5d5d65; }
.sidebar-note .locale-diagnostics { display: inline-block; margin-top: 4px; max-width: 165px; color: #74747d; font-size: 7px; line-height: 1.5; overflow-wrap: anywhere; text-transform: none; }
.collection-content { min-width: 0; padding: 28px clamp(18px, 1.8vw, 32px) 68px; position: relative; }
.collection-insight { margin: 0 0 18px; padding: 17px 19px; display: grid; grid-template-columns: minmax(175px, .72fr) minmax(0, 2fr); gap: 22px; border: 1px solid rgba(183,165,255,.24); border-left: 2px solid var(--violet); border-radius: 7px; background: linear-gradient(120deg, rgba(183,165,255,.065), rgba(18,19,25,.76) 56%); }
.collection-insight[hidden] { display: none; }
.collection-insight-heading h3 { margin: 7px 0 0; color: var(--paper); font-size: 15px; line-height: 1.25; letter-spacing: -.015em; }
.collection-insight-copy { display: grid; gap: 7px; align-content: center; }
.collection-insight-copy p { margin: 0; }
#collection-insight-summary { color: #c7c6cc; font-size: 10px; line-height: 1.65; }
#collection-insight-method { color: #767680; font: 400 7px/1.6 var(--mono); letter-spacing: .015em; }
.language-links { margin: 0 0 20px; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.language-links a { flex: 0 0 auto; padding: 6px 9px; color: #777780; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font: 500 7px var(--mono); letter-spacing: .04em; transition: color .2s, border-color .2s, background .2s; }
.language-links a:hover { color: var(--paper); border-color: rgba(255,255,255,.28); }
.language-links a[aria-current="page"] { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 27px; }
.toolbar h2 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.04em; }
.toolbar-controls { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.search-box, .sort-box, .language-box { height: 39px; border: 1px solid var(--line); background: rgba(18,19,25,.88); display: flex; align-items: center; }
.search-box { min-width: 220px; padding: 0 12px; gap: 8px; }
.search-box svg { width: 16px; color: #777; }
.search-box input, .sort-box select, .language-box select { color: var(--paper); background: transparent; border: 0; outline: 0; font-size: 11px; }
.search-box input { width: 100%; }
.sort-box select, .language-box select { height: 100%; padding: 0 30px 0 12px; }
.sort-box option, .language-box option { background: var(--panel); }
.language-box { border-color: rgba(215,255,82,.24); }
.language-box select { color: var(--acid); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.status-panel, .empty-state { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(183,165,255,.04), transparent 55%); text-align: center; }
.status-panel h3, .empty-state h3 { margin: 22px 0 7px; font-size: 20px; }
.status-panel p, .empty-state p { margin: 0; color: var(--muted); font-size: 12px; }
.status-panel.error h3 { color: var(--danger); }
.status-panel.error .loader-mark { animation: none; filter: grayscale(1); }
.loader-mark { width: 54px; height: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; animation: spin 2.3s linear infinite; }
.loader-mark i { background: var(--acid); }
.loader-mark i:nth-child(2) { background: var(--violet); border-radius: 50%; }
.loader-mark i:nth-child(3) { background: var(--amber); border-radius: 50%; }
.loader-mark i:nth-child(4) { background: var(--cyan); }
@keyframes spin { to { transform: rotate(368deg); } }
.empty-state span { font: 300 52px var(--mono); color: var(--violet); }
.room-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 14px; isolation: isolate; }
.room-card { min-width: 0; position: relative; overflow: visible; z-index: 1; background: linear-gradient(180deg, #15161c, #111218); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; box-shadow: 0 10px 28px rgba(0,0,0,.16); transition: transform .22s, border-color .22s, box-shadow .22s; content-visibility: auto; contain-intrinsic-size: 360px; }
.room-card:hover { transform: translateY(-3px); border-color: rgba(215,255,82,.38); box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.room-card.profile-window-open { z-index: 30; overflow: visible; content-visibility: visible; contain: none; border-color: rgba(215,255,82,.45); }
.room-visual { aspect-ratio: 16/10; display: block; position: relative; overflow: hidden; border-radius: 9px 9px 0 0; background: #202128; }
.room-visual-link { position: absolute; inset: 0; display: block; }
.room-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s, filter .4s; }
.room-card:hover .room-visual img { transform: scale(1.025); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.15), transparent 45%, rgba(0,0,0,.48)); pointer-events: none; }
.live-preview-host { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; overflow: hidden; background: #07080b; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.room-visual.is-previewing .live-preview-host { opacity: 1; }
.live-preview-frame, .live-preview-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: hidden; scrollbar-width: none; border: 0; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.live-preview-video { object-fit: cover; background: #07080b; }
.live-preview-frame::-webkit-scrollbar { display: none; width: 0; height: 0; }
.room-visual.is-previewing .live-preview-frame, .room-visual.is-previewing .live-preview-video { opacity: 1; }
.preview-loader { display: inline-flex; align-items: center; gap: 9px; color: #a5a5ab; font: 500 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; transition: opacity .2s; }
.preview-loader i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(215,255,82,.35); animation: preview-pulse 1s infinite; }
.room-visual.is-preview-ready .preview-loader { opacity: 0; }
@keyframes preview-pulse { 70% { box-shadow: 0 0 0 8px rgba(215,255,82,0); } }
.live-badge, .viewer-badge { position: absolute; z-index: 4; font: 500 8px var(--mono); backdrop-filter: blur(10px); pointer-events: none; }
.live-badge { top: 9px; right: 9px; padding: 5px 6px; background: rgba(8,9,12,.72); }
.live-badge i { display: inline-block; width: 5px; height: 5px; background: var(--acid); border-radius: 50%; margin-right: 4px; }
.viewer-badge { bottom: 9px; right: 9px; padding: 5px 6px; background: rgba(8,9,12,.7); }
.preview-hint { position: absolute; left: 9px; bottom: 9px; z-index: 4; display: inline-flex; align-items: center; gap: 5px; padding: 5px 6px; color: rgba(255,255,255,.78); background: rgba(8,9,12,.7); backdrop-filter: blur(10px); font: 500 7px var(--mono); letter-spacing: .04em; pointer-events: none; transition: color .2s, background .2s; }
.preview-hint i { width: 5px; height: 5px; border-radius: 50%; border: 1px solid currentColor; }
.room-visual.is-previewing .preview-hint { color: var(--acid); background: rgba(8,9,12,.82); }
.room-body { padding: 14px 14px 12px; }
.room-title-row { display: flex; justify-content: space-between; gap: 12px; }
.room-title-row h3 { font-size: 14px; letter-spacing: -.015em; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.room-meta { margin: 0; color: #777780; font: 400 8px var(--mono); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.arrow-link { width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 6px; display: grid; place-items: center; flex: 0 0 auto; }
.arrow-link:hover { border-color: var(--acid); color: var(--acid); }
.arrow-link svg { width: 15px; }
.profile-disclosure { margin: 12px 0 11px; position: relative; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.018); transition: border-color .2s, background .2s; }
.profile-disclosure[open] { border-color: rgba(215,255,82,.36); background: rgba(215,255,82,.025); }
.profile-disclosure summary { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 9px 8px 11px; list-style: none; cursor: pointer; user-select: none; }
.profile-disclosure summary::-webkit-details-marker { display: none; }
.profile-disclosure summary:hover { background: rgba(255,255,255,.025); }
.profile-disclosure summary:focus-visible { outline: 2px solid var(--acid); outline-offset: 2px; }
.profile-summary-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.profile-summary-kicker { color: #777780; font: 500 6px/1 var(--mono); letter-spacing: .13em; }
.profile-summary-title { color: #d7d6da; font-size: 10px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.profile-summary-meta { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; }
.profile-summary-meta b { color: var(--acid); font: 500 8px/1 var(--mono); letter-spacing: .08em; }
.profile-toggle-icon { width: 23px; height: 23px; position: relative; display: inline-block; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s, border-color .2s; }
.profile-toggle-icon::before, .profile-toggle-icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: currentColor; transform: translate(-50%,-50%); }
.profile-toggle-icon::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s; }
.profile-disclosure[open] .profile-toggle-icon { color: var(--acid); border-color: rgba(215,255,82,.5); transform: rotate(180deg); }
.profile-disclosure[open] .profile-toggle-icon::after { transform: translate(-50%,-50%) rotate(0); }
.profile-panel { position: absolute; left: -1px; right: -1px; top: calc(100% + 9px); z-index: 40; max-height: min(310px, 48vh); overflow: auto; padding: 38px 17px 18px; border: 1px solid rgba(215,255,82,.38); background: #17191f; box-shadow: 0 24px 55px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.025) inset; animation: profile-reveal .22s ease-out; }
.profile-panel::before { content: ''; position: absolute; width: 10px; height: 10px; right: 20px; top: -6px; background: #17191f; border-left: 1px solid rgba(215,255,82,.38); border-top: 1px solid rgba(215,255,82,.38); transform: rotate(45deg); }
@keyframes profile-reveal { from { opacity: 0; transform: translateY(-7px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.profile-close { position: absolute; top: 9px; right: 9px; width: 24px; height: 24px; display: grid; place-items: center; padding: 0; color: #96969e; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.profile-close:hover, .profile-close:focus-visible { color: var(--acid); border-color: rgba(215,255,82,.5); outline: 0; }
.profile-close i { width: 9px; height: 1px; position: relative; display: block; background: currentColor; transform: rotate(45deg); }
.profile-close i::after { content: ''; position: absolute; inset: 0; background: currentColor; transform: rotate(90deg); }
.room-description { margin: 0; color: #c3c2c7; font-size: 11px; line-height: 1.72; white-space: pre-line; }
.profile-source-row { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); display: grid; gap: 7px; }
.profile-source-link { width: fit-content; color: var(--acid); font: 600 7px/1.4 var(--mono); letter-spacing: .055em; text-transform: uppercase; text-decoration: none; }
.profile-source-link:hover, .profile-source-link:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.tag-list { min-height: 20px; display: flex; gap: 5px; flex-wrap: nowrap; overflow: hidden; }
.tag-list span, .tag-list a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 4px; color: #8f8f98; padding: 4px 5px; font: 400 7px var(--mono); text-decoration: none; }
.tag-list a:hover { color: var(--acid); border-color: rgba(215,255,82,.42); }
.profile-line { margin-top: 9px; padding-top: 8px; border-top: 1px solid var(--line); color: #66666e; font: 400 7px var(--mono); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pagination { margin-top: 28px; min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: rgba(18,19,25,.78); overflow: hidden; }
.pagination p { margin: 0; padding: 0 35px; display: flex; align-items: baseline; justify-content: center; gap: 7px; color: #777780; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.pagination p strong { color: var(--paper); font-size: 14px; }
.pagination p small { margin-left: 14px; color: #5f6068; font-size: 7px; }
.page-number-links { margin-left: 12px; display: inline-flex; align-items: center; gap: 4px; }
.page-number-links a { min-width: 25px; height: 25px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; color: #9a9aa3; text-decoration: none; }
.page-number-links a:hover { color: var(--acid); border-color: rgba(215,255,82,.42); }
.page-number-links a[aria-current="page"] { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.page-button { height: 100%; min-width: 138px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--paper); background: transparent; border: 0; cursor: pointer; font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; transition: color .2s, background .2s; }
.page-button:first-child { border-right: 1px solid var(--line); justify-self: start; }
.page-button:last-child { border-left: 1px solid var(--line); justify-self: end; }
.page-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.page-button:hover:not(.is-disabled) { color: var(--acid); background: rgba(215,255,82,.035); }
.page-button.is-disabled, .page-button[aria-disabled="true"] { color: #45454c; cursor: default; }
.redirect-page { min-height: 100vh; padding: 32px; display: grid; place-content: center; justify-items: center; gap: 18px; text-align: center; background: radial-gradient(circle at 35% 30%, rgba(255,95,162,.15), transparent 32%), radial-gradient(circle at 70% 70%, rgba(101,167,255,.14), transparent 30%); }
.redirect-lockup {
  --brand-mascot-size: clamp(92px, 22vw, 220px);
  --brand-type-size: clamp(35px, 7vw, 76px);
  max-width: 90vw;
  filter: drop-shadow(0 10px 30px rgba(255, 92, 160, .15));
}
.redirect-page h1, .redirect-page p { margin: 0; }
.redirect-page p { color: #9899a4; }
.age-card { width: min(430px, 100%); padding: 45px; border: 1px solid var(--line); background: var(--panel); text-align: center; }
.age-number { display: inline-grid; place-items: center; width: 72px; height: 72px; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font: 500 22px var(--mono); }
.age-card h2 { margin: 25px 0 10px; }
.age-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.age-card .launch-button { margin: 25px 0 18px; }
.age-card > a { font-size: 11px; color: #777; }

/* Discovery, navigation and trust */
.breadcrumbs { margin: 0 0 14px; display: flex; align-items: center; gap: 8px; color: #747580; font: 500 8px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .07em; overflow-x: auto; white-space: nowrap; }
.breadcrumbs a { color: #999aa5; text-decoration: none; }
.breadcrumbs a:hover { color: var(--cyan); }
.breadcrumbs strong { color: var(--paper); font-weight: 500; }
.toolbar { padding: 14px 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(115deg, rgba(255,95,162,.055), rgba(101,167,255,.045) 48%, rgba(94,231,212,.035)); box-shadow: 0 18px 48px rgba(0,0,0,.14); }
.toolbar h2 { white-space: nowrap; }
.search-box, .sort-box, .language-box, .platform-box { height: 41px; border: 1px solid var(--line); border-radius: 9px; background: rgba(10,11,16,.68); display: flex; align-items: center; }
.platform-box select { height: 100%; padding: 0 30px 0 12px; color: var(--paper); background: transparent; border: 0; outline: 0; font-size: 10px; }
.platform-box option { background: var(--panel); }
.favorites-filter { min-height: 41px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; color: #c9c9d1; border: 1px solid var(--line); border-radius: 9px; background: rgba(10,11,16,.68); cursor: pointer; }
.favorites-filter > span { color: var(--pink); font-size: 17px; line-height: 1; }
.favorites-filter b { font: 500 8px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.favorites-filter i { min-width: 18px; height: 18px; display: grid; place-items: center; color: var(--ink); background: var(--pink); border-radius: 50%; font: 600 8px var(--mono); font-style: normal; }
.favorites-filter:hover, .favorites-filter.is-active { border-color: rgba(255,95,162,.62); color: #fff; background: rgba(255,95,162,.09); }
.collection-insight { padding: 14px 17px; border: 1px solid rgba(183,165,255,.28); border-left: 3px solid var(--violet); border-radius: 12px; background: linear-gradient(120deg, rgba(183,165,255,.10), rgba(101,167,255,.035) 55%, rgba(18,19,25,.82)); box-shadow: 0 16px 45px rgba(0,0,0,.13); }
#collection-insight-summary { color: #d3d2dc; font-size: 11px; }
#collection-insight-method { font-size: 8px; }
.discovery-dashboard { margin: 0 0 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.discovery-card { min-height: 108px; padding: 14px 16px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(19,20,27,.82); box-shadow: 0 12px 35px rgba(0,0,0,.13); }
.discovery-card::after { content: ''; width: 80px; height: 80px; position: absolute; right: -34px; top: -38px; border-radius: 50%; background: currentColor; opacity: .10; filter: blur(2px); }
.discovery-card > span { display: block; margin-bottom: 10px; color: #858692; font: 500 7px/1 var(--mono); letter-spacing: .13em; }
.discovery-card strong { display: block; color: var(--paper); font-size: clamp(18px, 1.7vw, 27px); line-height: 1.1; letter-spacing: -.045em; overflow: hidden; text-overflow: ellipsis; }
.discovery-card p { margin: 8px 0 0; color: #858691; font-size: 8px; line-height: 1.5; }
.discovery-audience { color: var(--cyan); background: linear-gradient(145deg, rgba(94,231,212,.12), rgba(18,19,25,.84) 58%); }
.discovery-trend { color: var(--pink); background: linear-gradient(145deg, rgba(255,95,162,.12), rgba(18,19,25,.84) 58%); }
.discovery-compare { color: var(--blue); background: linear-gradient(145deg, rgba(101,167,255,.12), rgba(18,19,25,.84) 58%); }
.discovery-fresh { color: var(--amber); background: linear-gradient(145deg, rgba(255,183,94,.12), rgba(18,19,25,.84) 58%); }
.platform-meter { width: 100%; height: 4px; display: flex; margin: 0 0 11px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.platform-meter i { display: block; min-width: 0; transition: width .45s ease; }
#chaturbate-meter { background: var(--orange); }
#stripchat-meter { background: var(--blue); }
.related-tags { margin: 0 0 18px; padding: 13px 17px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(16,17,23,.66); }
.related-tags h3 { margin: 6px 0 0; font-size: 14px; }
.related-tags nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.related-tags a { padding: 8px 11px; color: #babac4; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; text-decoration: none; font: 500 8px var(--mono); transition: .2s; }
.related-tags a span { color: var(--pink); }
.related-tags a:hover { color: #fff; border-color: rgba(255,95,162,.55); background: rgba(255,95,162,.08); transform: translateY(-1px); }
.popular-tag-directory { margin: 0 0 20px; padding: 18px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; background: radial-gradient(circle at 8% 0, rgba(255,132,72,.13), transparent 26%), radial-gradient(circle at 92% 100%, rgba(101,167,255,.14), transparent 28%), rgba(16,17,23,.78); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.popular-tag-heading { margin-bottom: 14px; display: grid; grid-template-columns: minmax(190px, .7fr) minmax(280px, 1.3fr); align-items: end; gap: 18px; }
.popular-tag-heading .toolbar-kicker { grid-column: 1 / -1; }
.popular-tag-heading h2 { margin: 0; font-size: clamp(18px, 2vw, 27px); letter-spacing: -.035em; }
.popular-tag-heading p { margin: 0; color: #858691; font-size: 9px; line-height: 1.55; }
.popular-tag-platform { min-width: 0; padding: 10px 12px; display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.07); }
.popular-tag-platform > div { display: flex; align-items: center; gap: 9px; color: #d7d7df; font: 600 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.popular-tag-platform > div i { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 15px currentColor; }
.popular-tag-platform nav { min-width: 0; padding: 2px 1px 7px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.16) transparent; }
.popular-tag-platform a { flex: 0 0 auto; padding: 7px 10px; color: #aaaab4; border: 1px solid rgba(255,255,255,.10); border-radius: 999px; background: rgba(6,7,10,.28); text-decoration: none; font: 500 8px var(--mono); transition: .18s ease; }
.popular-tag-platform a:hover { color: #fff; transform: translateY(-1px); }
.chaturbate-tags > div { color: var(--orange); }
.chaturbate-tags > div strong, .stripchat-tags > div strong { color: #d7d7df; }
.chaturbate-tags > div i { background: var(--orange); }
.chaturbate-tags a span { color: var(--orange); }
.chaturbate-tags a:hover { border-color: rgba(255,132,72,.5); background: rgba(255,132,72,.09); }
.stripchat-tags > div { color: var(--blue); }
.stripchat-tags > div i { background: var(--blue); }
.stripchat-tags a span { color: var(--blue); }
.stripchat-tags a:hover { border-color: rgba(101,167,255,.5); background: rgba(101,167,255,.09); }
.mixed-tags > div { color: var(--violet); }
.mixed-tags > div i { background: linear-gradient(135deg, var(--orange) 0 48%, var(--blue) 52% 100%); }
.mixed-tags a span { color: var(--violet); }
.mixed-tags a:hover { border-color: rgba(183,165,255,.55); background: linear-gradient(90deg, rgba(255,132,72,.08), rgba(101,167,255,.08)); }
.room-card { background: linear-gradient(180deg, rgba(24,25,34,.98), rgba(15,16,23,.98)); border-radius: 13px; }
.room-card.platform-chaturbate { --platform-color: var(--orange); }
.room-card.platform-stripchat { --platform-color: var(--blue); }
.room-card::after { content: ''; height: 2px; position: absolute; left: 16px; right: 16px; bottom: 0; border-radius: 2px 2px 0 0; background: var(--platform-color, var(--acid)); opacity: .55; }
.room-card:hover { border-color: color-mix(in srgb, var(--platform-color, var(--acid)) 48%, transparent); box-shadow: 0 20px 44px rgba(0,0,0,.32), 0 0 34px color-mix(in srgb, var(--platform-color, var(--acid)) 8%, transparent); }
.room-visual { border-radius: 12px 12px 0 0; }
.favorite-button { width: 30px; height: 30px; position: absolute; left: 9px; top: 9px; z-index: 6; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(8,9,12,.66); backdrop-filter: blur(10px); cursor: pointer; font-size: 16px; }
.favorite-button:hover, .favorite-button.is-active { color: var(--pink); border-color: rgba(255,95,162,.65); background: rgba(23,10,18,.82); transform: scale(1.06); }
.live-badge { border-bottom: 1px solid var(--platform-color, var(--acid)); }
.tag-list a, .tag-list span { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 4px; color: #9596a1; padding: 4px 5px; font: 400 7px var(--mono); text-decoration: none; }
.tag-list a:hover { color: var(--cyan); border-color: rgba(94,231,212,.42); }
.viewer-footer { margin-top: 42px; padding: 26px 0 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: #73747e; font: 400 8px/1.65 var(--mono); }
.viewer-footer p { max-width: 620px; margin: 0; }
.viewer-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.viewer-footer a { color: #a5a6b0; text-decoration: none; }
.viewer-footer a:hover { color: var(--cyan); }
.landing-footer a { color: inherit; text-decoration: none; }
.landing-footer a:hover { color: var(--cyan); }

@media (min-width: 1440px) {
  .room-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* About and methodology */
.about-page { background: radial-gradient(circle at 12% 10%, rgba(255,95,162,.12), transparent 31%), radial-gradient(circle at 88% 30%, rgba(94,231,212,.09), transparent 29%), var(--ink); }
.about-main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 70px; }
.about-hero { padding: clamp(45px, 7vw, 90px) 0; max-width: 870px; }
.about-hero h1 { margin: 20px 0; font-size: clamp(52px, 8vw, 104px); line-height: .92; letter-spacing: -.065em; }
.about-hero h1 em { color: var(--pink); font-family: var(--serif); }
.about-hero p { max-width: 720px; color: #bbbcc7; font-size: clamp(15px, 1.6vw, 19px); line-height: 1.75; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.about-card { padding: clamp(25px, 3.5vw, 45px); border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(17,18,25,.82)); }
.about-card > span { color: var(--pink); font: 500 10px var(--mono); }
.about-card h2 { margin: 16px 0 22px; font-size: 26px; }
.about-card p { color: #a5a6b0; font-size: 13px; line-height: 1.78; }
.publication-check { margin-top: 14px; padding: 24px 28px; display: grid; grid-template-columns: 190px 1fr; gap: 28px; border: 1px solid rgba(255,183,94,.28); border-radius: 14px; background: rgba(255,183,94,.055); }
.publication-check div { display: flex; align-items: center; gap: 12px; }
.publication-check p { margin: 0; color: #aaa9af; font-size: 12px; line-height: 1.7; }
.about-footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 38px; }

/* Localized formal pages */
html.formal-document { max-width: 100%; overflow-x: hidden; }
.formal-page { min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 8% 6%, rgba(255,95,162,.15), transparent 27%), radial-gradient(circle at 92% 34%, rgba(94,231,212,.11), transparent 25%), radial-gradient(circle at 52% 100%, rgba(183,165,255,.08), transparent 34%), var(--ink); }
.formal-page::before { content: ''; width: 1px; position: fixed; top: 0; bottom: 0; left: 50%; z-index: -1; background: linear-gradient(transparent, rgba(255,255,255,.06), transparent); }
.formal-header { justify-content: space-between; }
.formal-adult { display: inline-flex; align-items: center; gap: 9px; color: #93949f; font: 500 8px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.formal-adult i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px rgba(215,255,82,.62); }
.formal-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 30px 0 82px; }
.formal-breadcrumbs { margin-bottom: 18px; }
.formal-language-links { margin-bottom: 14px; padding: 12px 14px; display: flex; flex-wrap: wrap; gap: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(11,12,17,.54); }
.formal-language-links a { padding: 6px 9px; color: #898a95; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font: 500 7px/1 var(--mono); text-transform: uppercase; letter-spacing: .065em; }
.formal-language-links a:hover { color: var(--paper); border-color: rgba(94,231,212,.35); }
.formal-language-links a[aria-current="page"] { color: #0c0d10; background: var(--cyan); }
.formal-primary-nav { position: sticky; top: 12px; z-index: 20; padding: 8px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; border: 1px solid rgba(255,255,255,.10); border-radius: 13px; background: rgba(15,16,22,.86); box-shadow: 0 18px 45px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.formal-primary-nav a { min-height: 42px; padding: 0 14px; display: grid; place-items: center; color: #adaeb8; border: 1px solid transparent; border-radius: 8px; text-align: center; text-decoration: none; font: 600 8px/1.25 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.formal-primary-nav a:hover { color: #fff; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.formal-primary-nav a[aria-current="page"] { color: #090a0d; background: linear-gradient(105deg, var(--acid), var(--cyan)); box-shadow: 0 8px 24px rgba(94,231,212,.12); }
.formal-hero { max-width: 920px; padding: clamp(58px, 8vw, 105px) 0 clamp(42px, 6vw, 70px); }
.formal-hero h1 { max-width: 920px; margin: 18px 0 23px; font-size: clamp(48px, 7.2vw, 94px); line-height: .96; letter-spacing: -.062em; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.formal-hero > p { max-width: 780px; margin: 0; color: #b8b9c4; font-size: clamp(14px, 1.5vw, 18px); line-height: 1.78; }
.formal-hero time { margin-top: 25px; display: block; color: #6f707b; font: 500 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.formal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.formal-card { min-height: 265px; padding: clamp(27px, 3.5vw, 45px); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(16,17,24,.88)); box-shadow: 0 20px 55px rgba(0,0,0,.13); }
.formal-card::after { content: ''; width: 145px; height: 145px; position: absolute; right: -76px; bottom: -84px; border-radius: 50%; background: var(--pink); opacity: .07; filter: blur(2px); }
.formal-card:nth-child(3n+2)::after { background: var(--cyan); }
.formal-card:nth-child(3n+3)::after { background: var(--violet); }
.formal-card > span { color: var(--pink); font: 600 9px/1 var(--mono); letter-spacing: .11em; }
.formal-card:nth-child(3n+2) > span { color: var(--cyan); }
.formal-card:nth-child(3n+3) > span { color: var(--violet); }
.formal-card h2 { max-width: 520px; margin: 18px 0 20px; font-size: clamp(21px, 2.2vw, 30px); line-height: 1.1; letter-spacing: -.035em; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.formal-card p { max-width: 650px; margin: 0; position: relative; z-index: 1; color: #aaaab5; font-size: 12px; line-height: 1.82; }
.formal-reference { background: linear-gradient(145deg, rgba(94,231,212,.08), rgba(16,17,24,.9)); }
.formal-reference p + p { margin-top: 12px; }
.formal-reference a { color: #c8fff7; text-underline-offset: 4px; }
.formal-reference a:hover { color: #fff; }
.formal-contact-panel { margin-top: 14px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(255,183,94,.27); border-radius: 15px; background: linear-gradient(110deg, rgba(255,183,94,.085), rgba(255,95,162,.04)); }
.formal-contact-panel div { display: grid; gap: 9px; }
.formal-contact-panel div > span { color: var(--amber); font: 600 7px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.formal-contact-panel strong { max-width: 770px; color: #c9c9d1; font-size: 11px; font-weight: 500; line-height: 1.65; }
.formal-contact-panel div > a { width: fit-content; color: var(--cyan); font: 600 10px/1.4 var(--mono); text-decoration: none; }
.formal-contact-panel > a { flex: 0 0 auto; padding: 12px 16px; color: #090a0d; border-radius: 8px; background: var(--amber); text-decoration: none; font: 600 8px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.formal-contact-panel > a:hover { background: #ffd099; transform: translateY(-1px); }
.formal-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 27px 0 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); }
.formal-footer-brand .brand-lockup { --brand-mascot-size: 49px; --brand-type-size: 23px; }
.formal-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.formal-footer nav a { color: #9697a1; text-decoration: none; font: 500 8px/1.4 var(--mono); }
.formal-footer nav a[aria-current="page"], .formal-footer nav a:hover { color: var(--cyan); }
.formal-footer p { margin: 0; color: #62636d; font: 500 7px/1.5 var(--mono); text-transform: uppercase; }

@media (max-width: 1180px) {
  .landing-main { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 45px; padding-right: 45px; }
  .launch-panel { margin-left: 35px; margin-right: 35px; }
  .viewer-main { grid-template-columns: 200px minmax(0, 1fr); }
  .collection-sidebar { padding-left: 22px; padding-right: 22px; }
  .collection-sidebar h1 { font-size: 42px; }
  .room-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .landing-main { display: block; }
  .hero-copy { border-right: 0; border-bottom: 1px solid var(--line); min-height: 610px; }
  .hero-copy::after { display: none; }
  .launch-panel { margin-top: 55px; margin-bottom: 80px; }
  .viewer-main { display: block; }
  .collection-sidebar { position: relative; top: 0; width: auto; height: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 38px 28px; }
  .collection-sidebar h1 { font-size: 46px; }
  .collection-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 26px; }
  .collection-stats div { display: block; padding: 12px 5px; text-align: center; border-bottom: 1px solid var(--line); }
  .collection-stats dd { margin-top: 8px; }
  .sidebar-note { margin-top: 0; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 590px) {
  .site-header, .viewer-header { height: 70px; padding: 0 18px; }
  .brand-lockup { --brand-mascot-size: 53px; --brand-type-size: clamp(21px, 5.6vw, 27px); }
  .header-meta { font-size: 0; }
  .header-meta b { font-size: 10px; }
  .hero-copy { padding: 70px 24px; min-height: 540px; }
  .hero-copy h1 { font-size: 58px; }
  .feature-row { gap: 22px; }
  .launch-panel { margin: 38px 16px 65px; padding: 28px 20px; }
  .landing-footer { padding: 18px; gap: 15px; flex-direction: column; align-items: flex-start; }
  .collection-sidebar { padding: 22px 16px; }
  .collection-sidebar h1 { margin: 15px 0 13px; font-size: 34px; }
  .tag-intro { margin-bottom: 15px; font-size: 10px; }
  .source-label { display: none; }
  .collection-stats { margin-bottom: 14px; }
  .collection-content { padding: 24px 10px 60px; }
  .collection-insight { grid-template-columns: 1fr; gap: 11px; padding: 16px; }
  .toolbar { align-items: flex-start; flex-direction: column; }
  .toolbar-controls { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .search-box { min-width: 0; grid-column: 1 / -1; }
  .sort-box select, .language-box select { width: 100%; height: 100%; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .room-body { padding: 10px 9px 9px; }
  .room-title-row h3 { font-size: 11px; }
  .room-meta { font-size: 6px; }
  .arrow-link { width: 25px; height: 25px; }
  .profile-disclosure { margin: 9px 0 8px; }
  .profile-disclosure summary { min-height: 43px; padding: 7px; }
  .profile-summary-title { max-width: 85px; font-size: 8px; }
  .profile-summary-kicker, .profile-line, .tag-list span, .tag-list a { font-size: 6px; }
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination p { grid-column: 1 / -1; grid-row: 1; min-height: 55px; padding: 0 12px; border-bottom: 1px solid var(--line); }
  .pagination p small { display: none; }
  .page-number-links { margin-left: 5px; }
  .page-number-links a { min-width: 22px; height: 22px; }
  .page-button { min-width: 0; min-height: 52px; grid-row: 2; }
  .room-description { min-height: 0; }
  .new-collection { display: none; }
}
@media (hover: none), (pointer: coarse) {
  .preview-hint { display: none; }
}

@media (max-width: 1180px) {
  .discovery-dashboard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toolbar { align-items: flex-start; flex-direction: column; }
  .toolbar-controls { width: 100%; justify-content: flex-start; }
}
@media (max-width: 820px) {
  .tag-intro { max-width: 680px; }
  .related-tags { align-items: flex-start; flex-direction: column; }
  .related-tags nav { justify-content: flex-start; }
  .about-grid { grid-template-columns: 1fr; }
  .publication-check { grid-template-columns: 1fr; gap: 12px; }
  .viewer-footer { flex-direction: column; }
  .viewer-footer nav { justify-content: flex-start; }
  .formal-grid { grid-template-columns: 1fr; }
  .formal-footer { grid-template-columns: 1fr; align-items: start; }
  .formal-footer nav { justify-content: flex-start; }
  .popular-tag-heading { grid-template-columns: 1fr; gap: 8px; }
  .popular-tag-platform { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 590px) {
  .toolbar { padding: 16px; }
  .platform-box select { width: 100%; }
  .discovery-dashboard { grid-template-columns: 1fr 1fr; }
  .discovery-card { min-height: 118px; }
  .related-tags { padding: 16px; }
  .about-main { width: min(100% - 30px, 1160px); padding-top: 28px; }
  .about-hero h1 { font-size: 54px; }
  .about-card { padding: 25px 22px; }
  .formal-adult { font-size: 0; }
  .formal-adult::after { content: '18+'; font-size: 8px; }
  .formal-main, .formal-footer { width: min(100% - 30px, 1180px); }
  .formal-main { padding-top: 20px; }
  .formal-language-links { flex-wrap: nowrap; overflow-x: auto; }
  .formal-language-links a { flex: 0 0 auto; }
  .formal-primary-nav { top: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .formal-primary-nav a { min-height: 37px; padding: 0 8px; font-size: 7px; }
  .formal-hero { padding: 52px 0 42px; }
  .formal-hero h1 { font-size: clamp(42px, 13.5vw, 60px); }
  .formal-card { min-height: 0; padding: 27px 23px; }
  .formal-contact-panel { padding: 22px; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 390px) {
  .discovery-dashboard { grid-template-columns: 1fr; }
}

/* Responsive refinement: desktop, tablet and phone */
@media (max-width: 960px) {
  .viewer-main { display: block; min-height: calc(100vh - 70px); }
  .collection-sidebar {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 26px clamp(20px, 4vw, 38px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    grid-template-areas:
      "eyebrow stats"
      "heading stats"
      "intro note";
    align-items: center;
    column-gap: clamp(28px, 6vw, 70px);
    row-gap: 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .collection-sidebar .eyebrow { grid-area: eyebrow; }
  .collection-sidebar h1 { grid-area: heading; margin: 6px 0; font-size: clamp(36px, 6vw, 52px); }
  .tag-intro { grid-area: intro; max-width: 620px; margin: 0; }
  .source-label { display: none; }
  .collection-stats { grid-area: stats; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-stats div { min-height: 64px; padding: 9px 5px; display: grid; place-content: center; gap: 7px; text-align: center; border-bottom: 1px solid var(--line); }
  .collection-stats dd { margin: 0; }
  .sidebar-note { grid-area: note; margin: 0; justify-self: start; }
  .collection-content { padding: 22px clamp(16px, 3vw, 28px) 64px; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-tags { align-items: flex-start; flex-direction: column; }
  .related-tags nav { justify-content: flex-start; }
  .popular-tag-heading, .popular-tag-platform { grid-template-columns: 1fr; }
  .about-grid, .formal-grid { grid-template-columns: 1fr; }
  .publication-check { grid-template-columns: 1fr; gap: 12px; }
  .viewer-footer, .formal-footer { grid-template-columns: 1fr; align-items: start; flex-direction: column; }
  .viewer-footer nav, .formal-footer nav { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .site-header, .viewer-header { height: 64px; padding: 0 14px; }
  .viewer-header .brand-lockup { --brand-mascot-size: 52px; --brand-type-size: clamp(20px, 5.2vw, 26px); }
  .viewer-actions { gap: 8px; }
  .icon-button { width: 42px; height: 42px; }
  .collection-sidebar {
    padding: 19px 14px 17px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .collection-sidebar h1 { margin: 10px 0 11px; font-size: clamp(31px, 10vw, 39px); }
  .tag-intro {
    margin: 0 0 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .collection-stats { margin: 0 0 12px; }
  .collection-stats div { min-height: 52px; padding: 7px 3px; }
  .collection-stats dt { font-size: 8px; }
  .collection-stats dd { font-size: 14px; }
  .sidebar-note { gap: 10px; font-size: 8px; line-height: 1.45; }
  .sidebar-note .locale-diagnostics { display: none; }
  .collection-content { padding: 17px 9px 52px; }
  .breadcrumbs { margin-bottom: 10px; font-size: 7px; scrollbar-width: none; }
  .breadcrumbs::-webkit-scrollbar, .language-links::-webkit-scrollbar { display: none; }
  .language-links { margin-bottom: 12px; padding-bottom: 2px; gap: 5px; scrollbar-width: none; scroll-snap-type: x proximity; }
  .language-links a { padding: 7px 9px; scroll-snap-align: start; }
  .toolbar { margin-bottom: 14px; padding: 12px; gap: 12px; border-radius: 12px; }
  .toolbar > div:first-child { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
  .toolbar h2 { margin-top: 5px; font-size: 25px; }
  .toolbar-controls {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "search search"
      "language platform"
      "sort favorites";
    gap: 8px;
  }
  .search-box { grid-area: search; min-width: 0; }
  .language-box { grid-area: language; }
  .platform-box { grid-area: platform; }
  .sort-box { grid-area: sort; }
  .favorites-filter { grid-area: favorites; justify-content: center; }
  .search-box, .sort-box, .language-box, .platform-box, .favorites-filter { width: 100%; min-width: 0; min-height: 44px; }
  .sort-box select, .language-box select, .platform-box select { width: 100%; padding-left: 10px; padding-right: 24px; font-size: 8px; }
  .favorites-filter { padding: 0 8px; }
  .favorites-filter b { font-size: 7px; }
  .room-grid { gap: 8px; }
  .room-card { border-radius: 11px; }
  .room-body { padding: 10px 9px 9px; }
  .room-title-row { gap: 7px; }
  .room-title-row h3 { font-size: 12px; }
  .room-meta { font-size: 6px; }
  .arrow-link { width: 32px; height: 32px; }
  .favorite-button { width: 34px; height: 34px; }
  .profile-disclosure summary { min-height: 48px; }
  .profile-panel { max-height: min(500px, 65vh); }
  .room-card:nth-child(odd) .profile-panel { left: -1px; right: auto; width: calc(200% + 10px); }
  .room-card:nth-child(even) .profile-panel { left: auto; right: -1px; width: calc(200% + 10px); }
  .room-card:nth-child(odd) .profile-panel::before { left: calc(50% - 28px); right: auto; }
  .profile-close { width: 32px; height: 32px; }
  .profile-summary-title { max-width: min(22vw, 90px); }
  .pagination { margin-top: 18px; }
  .pagination p { flex-wrap: wrap; gap: 5px; }
  .page-button { min-height: 48px; padding: 0 12px; }
  .discovery-card { min-height: 104px; padding: 12px; }
  .related-tags, .popular-tag-directory { padding: 14px; }
  .viewer-footer { margin-top: 30px; gap: 18px; }
}

@media (max-width: 360px) {
  .room-grid { grid-template-columns: 1fr; }
  .room-card:nth-child(odd) .profile-panel,
  .room-card:nth-child(even) .profile-panel { left: -1px; right: -1px; width: auto; }
  .room-card:nth-child(odd) .profile-panel::before { left: auto; right: 20px; }
  .profile-summary-title { max-width: 52vw; }
  .discovery-dashboard { grid-template-columns: 1fr; }
  .page-number-links a:nth-last-child(n+4) { display: none; }
}

/* Midnight aurora visual refresh */
:root {
  --ink: #070711;
  --panel: #11111d;
  --panel-2: #181827;
  --paper: #fff8ec;
  --muted: #a6a3b3;
  --line: rgba(255, 255, 255, .115);
  --acid: #ffda72;
  --amber: #ffb64e;
  --violet: #9f8cff;
  --cyan: #62f5df;
  --pink: #ff5cad;
  --blue: #66a7ff;
  --orange: #ff865c;
  --danger: #ff7d8e;
  --glass: rgba(14, 14, 27, .76);
  --glass-strong: rgba(17, 17, 31, .93);
  --shadow-soft: 0 22px 70px rgba(0, 0, 0, .25);
  --shadow-card: 0 18px 48px rgba(0, 0, 0, .24);
}

html { background: #070711; scroll-behavior: smooth; }
body { background: #070711; }
:where(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}
.grain { opacity: .038; mix-blend-mode: soft-light; }

.viewer {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(7, 7, 17, .5), #070711 44%),
    radial-gradient(circle at 14% 7%, rgba(255, 92, 173, .16), transparent 27rem),
    radial-gradient(circle at 88% 18%, rgba(98, 245, 223, .12), transparent 31rem),
    radial-gradient(circle at 58% 68%, rgba(159, 140, 255, .08), transparent 34rem),
    #070711;
}
.viewer::before,
.viewer::after {
  content: '';
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(22px);
}
.viewer::before {
  width: min(44vw, 680px);
  aspect-ratio: 1;
  left: -18vw;
  top: 20vh;
  background: rgba(255, 92, 173, .055);
}
.viewer::after {
  width: min(38vw, 560px);
  aspect-ratio: 1;
  right: -16vw;
  top: 48vh;
  background: rgba(98, 245, 223, .045);
}

.viewer-header {
  height: 82px;
  padding-inline: clamp(18px, 2.7vw, 48px);
  border-bottom: 1px solid rgba(255, 218, 114, .14);
  background: linear-gradient(100deg, rgba(7, 7, 17, .93), rgba(24, 15, 31, .88) 48%, rgba(8, 21, 25, .91));
  box-shadow: 0 12px 40px rgba(0, 0, 0, .24);
  backdrop-filter: blur(24px) saturate(145%);
}
.viewer-header::after {
  content: '';
  height: 1px;
  position: absolute;
  left: clamp(18px, 2.7vw, 48px);
  right: clamp(18px, 2.7vw, 48px);
  bottom: -1px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--pink), var(--cyan), transparent);
  opacity: .55;
}
.viewer-header .brand-lockup {
  --brand-mascot-size: 70px;
  --brand-type-size: clamp(26px, 2.1vw, 35px);
}
.viewer-header .brand:hover .brand-mascot {
  filter: drop-shadow(0 7px 19px rgba(255, 70, 142, .44));
  transform: translateY(-1px) rotate(-1deg);
}
.viewer-header .brand:hover .brand-wordmark {
  filter: drop-shadow(0 2px 1px rgba(84, 35, 0, .8)) drop-shadow(0 0 14px rgba(255, 187, 65, .4));
  transform: translateY(-1px);
}
.viewer-actions { gap: 10px; }
.icon-button,
.new-collection {
  height: 42px;
  border-color: rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
  backdrop-filter: blur(14px);
}
.icon-button { width: 42px; }
.icon-button:hover,
.new-collection:hover {
  color: #11101a;
  border-color: var(--acid);
  background: linear-gradient(115deg, var(--acid), #fff0af);
  box-shadow: 0 10px 28px rgba(255, 218, 114, .16);
}
.new-collection { padding-inline: 18px; font-weight: 700; }

.viewer-main {
  grid-template-columns: 262px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 18px 0;
  min-height: calc(100vh - 82px);
}
.collection-sidebar {
  top: 100px;
  height: calc(100vh - 118px);
  margin: 0;
  padding: 34px 24px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: 24px;
  background:
    radial-gradient(circle at 2% 2%, rgba(255, 92, 173, .18), transparent 34%),
    radial-gradient(circle at 100% 74%, rgba(98, 245, 223, .10), transparent 32%),
    linear-gradient(155deg, rgba(27, 22, 38, .91), rgba(10, 12, 22, .91));
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(24px) saturate(130%);
}
.collection-sidebar::before {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  right: -62px;
  top: -68px;
  border: 1px solid rgba(255, 218, 114, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 218, 114, .025), 0 0 60px rgba(255, 92, 173, .08);
}
.eyebrow,
.toolbar-kicker { color: var(--acid); font-weight: 700; }
.collection-sidebar h1 {
  margin: 17px 0 20px;
  font-size: clamp(39px, 3.1vw, 51px);
  line-height: .94;
  letter-spacing: -.058em;
  text-wrap: balance;
  background: linear-gradient(120deg, #fff9ef 12%, #ffd56c 48%, #ffa6cf 94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.collection-sidebar h1 em { color: #ffa6cf; }
.tag-intro { color: #c7c4d2; font-size: 11px; }
.source-label { color: #716f80; }
.collection-stats {
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.collection-stats div,
.collection-stats div:last-child {
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 13px;
  background: rgba(255, 255, 255, .027);
}
.collection-stats dt { color: #8b8899; font-size: 8px; letter-spacing: .08em; }
.collection-stats dd { color: #fff5de; font-size: 18px; }
.sidebar-note { padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, .08); }
.live-pulse { background: var(--cyan); box-shadow: 0 0 0 4px rgba(98, 245, 223, .12); }

.collection-content {
  padding: 10px clamp(4px, 1.1vw, 20px) 72px 0;
}
.breadcrumbs { margin: 4px 0 12px; }
.language-links { margin-bottom: 14px; gap: 7px; }
.language-links a {
  padding: 7px 11px;
  border-color: rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .025);
}
.language-links a:hover {
  color: #fff;
  border-color: rgba(255, 218, 114, .38);
  background: rgba(255, 218, 114, .06);
}
.language-links a[aria-current='page'] {
  color: #16121b;
  border-color: transparent;
  background: linear-gradient(105deg, var(--acid), #ffb56f);
  box-shadow: 0 8px 20px rgba(255, 182, 78, .15);
}

.toolbar {
  position: sticky;
  top: 96px;
  z-index: 11;
  margin-bottom: 18px;
  padding: 15px 16px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(255, 92, 173, .065), rgba(159, 140, 255, .055) 48%, rgba(98, 245, 223, .045)),
    rgba(10, 10, 20, .82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(22px) saturate(145%);
}
.toolbar h2 { color: #fff8ed; font-size: clamp(25px, 2vw, 32px); }
.toolbar-controls { gap: 8px; }
.search-box,
.sort-box,
.language-box,
.platform-box,
.favorites-filter {
  min-height: 43px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 12px;
  background: rgba(5, 6, 14, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.search-box:focus-within,
.sort-box:focus-within,
.language-box:focus-within,
.platform-box:focus-within {
  border-color: rgba(255, 218, 114, .56);
  background: rgba(17, 15, 25, .88);
  box-shadow: 0 0 0 3px rgba(255, 218, 114, .08);
}
.search-box { min-width: clamp(190px, 16vw, 270px); }
.search-box svg { color: var(--pink); }
.language-box { border-color: rgba(255, 218, 114, .3); }
.language-box select { color: #ffe29a; }
.favorites-filter > span { color: var(--pink); }
.favorites-filter i { color: #fff; background: linear-gradient(145deg, var(--pink), #ff8bc4); }
.favorites-filter:hover,
.favorites-filter.is-active {
  border-color: rgba(255, 92, 173, .58);
  background: rgba(255, 92, 173, .105);
  transform: translateY(-1px);
}

.status-panel,
.empty-state {
  border-color: rgba(255, 255, 255, .10);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(159, 140, 255, .08), rgba(98, 245, 223, .025) 60%, rgba(16, 16, 29, .84));
  box-shadow: var(--shadow-soft);
}
.loader-mark { filter: drop-shadow(0 0 18px rgba(159, 140, 255, .22)); }

.room-grid { gap: clamp(10px, 1vw, 16px); }
.room-card {
  overflow: visible;
  border-color: rgba(255, 255, 255, .105);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 34%),
    linear-gradient(180deg, rgba(26, 25, 41, .98), rgba(12, 13, 23, .99));
  box-shadow: var(--shadow-card), inset 0 1px rgba(255, 255, 255, .045);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease;
}
.room-card::before {
  content: '';
  height: 1px;
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  top: 0;
  background: linear-gradient(90deg, transparent, var(--platform-color, var(--acid)), transparent);
  opacity: .7;
  pointer-events: none;
}
.room-card::after {
  height: 3px;
  left: 24px;
  right: 24px;
  border-radius: 999px 999px 0 0;
  opacity: .75;
  box-shadow: 0 0 18px color-mix(in srgb, var(--platform-color, var(--acid)) 28%, transparent);
}
.room-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, .36),
    0 0 42px color-mix(in srgb, var(--platform-color, var(--acid)) 11%, transparent),
    inset 0 1px rgba(255, 255, 255, .06);
}
.room-card.profile-window-open {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--platform-color, var(--acid)) 56%, transparent);
}
.room-visual {
  border-radius: 17px 17px 0 0;
  background: linear-gradient(145deg, #272436, #10121d);
}
.room-visual img { transition-duration: .65s; }
.room-card:hover .room-visual img { transform: scale(1.045); filter: saturate(1.06) contrast(1.025); }
.image-shade {
  background:
    linear-gradient(180deg, rgba(5, 5, 12, .08), transparent 42%, rgba(6, 6, 14, .68)),
    linear-gradient(120deg, rgba(159, 140, 255, .05), transparent 45%);
}
.live-badge,
.viewer-badge,
.preview-hint {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(7, 7, 15, .68);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px) saturate(135%);
}
.live-badge { padding: 6px 8px; border-color: color-mix(in srgb, var(--platform-color, var(--acid)) 40%, transparent); }
.live-badge i { background: var(--cyan); box-shadow: 0 0 12px rgba(98, 245, 223, .7); }
.viewer-badge { padding: 6px 8px; color: #fff7e9; }
.preview-hint { padding: 6px 8px; }
.room-visual.is-previewing .preview-hint { color: #141019; border-color: var(--acid); background: rgba(255, 218, 114, .92); }
.favorite-button {
  width: 32px;
  height: 32px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(7, 7, 15, .7);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

.room-body { padding: 15px 14px 14px; }
.room-title-row { align-items: center; }
.room-title-row h3 {
  margin-bottom: 5px;
  color: #fff9ef;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 750;
  letter-spacing: -.025em;
}
.room-meta { color: #8f8c9d; letter-spacing: .025em; }
.arrow-link {
  width: 34px;
  height: 34px;
  color: #d9d5e4;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .025);
  transition: .2s ease;
}
.arrow-link:hover {
  color: #16121a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--acid), #ffb76c);
  box-shadow: 0 10px 24px rgba(255, 182, 78, .14);
  transform: translate(1px, -1px);
}
.profile-disclosure {
  margin: 13px 0 12px;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 13px;
  background: rgba(255, 255, 255, .023);
}
.profile-disclosure[open] {
  border-color: rgba(255, 218, 114, .42);
  background: rgba(255, 218, 114, .04);
  box-shadow: 0 0 0 3px rgba(255, 218, 114, .035);
}
.profile-disclosure summary { min-height: 54px; padding: 9px 10px 9px 12px; border-radius: 12px; }
.profile-summary-kicker { color: #7f7c8b; }
.profile-summary-title { color: #eee8f3; font-size: 10px; }
.profile-summary-meta b { color: #ffe083; }
.profile-toggle-icon { width: 27px; height: 27px; border-color: rgba(255, 255, 255, .13); }
.profile-panel {
  top: calc(100% + 11px);
  max-height: min(430px, 62vh);
  padding: 44px 19px 20px;
  border-color: rgba(255, 218, 114, .42);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 92, 173, .055), transparent 32%),
    rgba(18, 18, 31, .98);
  box-shadow: 0 30px 78px rgba(0, 0, 0, .64), 0 0 36px rgba(255, 218, 114, .055), inset 0 1px rgba(255, 255, 255, .06);
  scrollbar-color: rgba(255, 218, 114, .35) transparent;
  backdrop-filter: blur(24px);
}
.profile-panel::before { background: #181724; border-color: rgba(255, 218, 114, .42); }
.profile-close { width: 29px; height: 29px; border-radius: 9px; background: rgba(255, 255, 255, .035); }
.room-description { color: #d7d3df; font-size: 11px; line-height: 1.78; }
.profile-source-link { color: #ffe08b; }
.tag-list { gap: 6px; }
.tag-list a,
.tag-list span {
  padding: 5px 7px;
  color: #aaa6b6;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .018);
}
.tag-list a:hover { color: #0d1115; border-color: var(--cyan); background: var(--cyan); }
.profile-line { color: #797687; border-top-color: rgba(255, 255, 255, .075); }

.pagination {
  margin-top: 24px;
  border-color: rgba(255, 255, 255, .10);
  border-radius: 17px;
  background: linear-gradient(110deg, rgba(255, 92, 173, .04), rgba(159, 140, 255, .035), rgba(98, 245, 223, .03)), rgba(13, 13, 24, .78);
  box-shadow: var(--shadow-soft);
}
.page-number-links a { border-radius: 8px; background: rgba(255, 255, 255, .025); }
.page-number-links a[aria-current='page'] { color: #15101a; background: linear-gradient(135deg, var(--acid), #ffb86d); }
.page-button:hover:not(.is-disabled) { color: #15101a; background: linear-gradient(110deg, var(--acid), #ffbe78); }

.collection-insight,
.related-tags,
.popular-tag-directory,
.discovery-card {
  border-color: rgba(255, 255, 255, .10);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .035);
}
.collection-insight {
  border-radius: 17px;
  border-left: 1px solid rgba(255, 255, 255, .10);
  background:
    radial-gradient(circle at 0 0, rgba(255, 218, 114, .13), transparent 29%),
    radial-gradient(circle at 100% 100%, rgba(98, 245, 223, .09), transparent 31%),
    linear-gradient(115deg, rgba(159, 140, 255, .14), rgba(255, 92, 173, .045) 46%, rgba(10, 12, 23, .92));
}
.collection-insight-heading h3 {
  max-width: 280px;
  color: #fff3d8;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.collection-insight-copy { gap: 14px; }
#collection-insight-summary {
  max-width: 94ch;
  color: #e0dce8;
  font-size: 11px;
  line-height: 1.72;
}
.collection-insight-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}
.collection-metric {
  min-width: 0;
  min-height: 104px;
  padding: 12px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .055), rgba(6, 7, 16, .36));
}
.collection-metric::after {
  content: '';
  width: 34px;
  height: 2px;
  position: absolute;
  left: 11px;
  top: 0;
  border-radius: 9px;
  background: var(--acid);
  box-shadow: 0 0 16px rgba(255, 218, 114, .28);
}
.collection-metric:nth-child(2)::after,
.collection-metric:nth-child(5)::after { background: var(--pink); box-shadow: 0 0 16px rgba(255, 92, 173, .26); }
.collection-metric:nth-child(3)::after,
.collection-metric:nth-child(6)::after { background: var(--cyan); box-shadow: 0 0 16px rgba(98, 245, 223, .24); }
.collection-metric > span {
  color: #8e8999;
  font: 700 6px/1.35 var(--mono);
  letter-spacing: .11em;
}
.collection-metric strong {
  overflow: hidden;
  color: #fff7e8;
  font: 700 clamp(16px, 1.55vw, 23px)/1 var(--mono);
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-metric small {
  min-height: 2.7em;
  color: #747080;
  font: 500 7px/1.38 var(--mono);
}
.collection-insight-analysis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.collection-analysis-item {
  min-width: 0;
  padding: 13px 14px 14px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(6, 6, 14, .28));
}
.collection-analysis-item > span {
  display: block;
  margin-bottom: 6px;
  color: var(--acid);
  font: 700 7px/1.35 var(--mono);
  letter-spacing: .13em;
}
.collection-analysis-item h4 {
  margin: 0 0 7px;
  color: #f6f1fb;
  font-size: 11px;
  line-height: 1.35;
}
.collection-analysis-item p {
  color: #aaa6b5;
  font-size: 9px;
  line-height: 1.65;
}
#collection-insight-method {
  max-width: 118ch;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, .075);
  color: #85818e;
  font-size: 8px;
  line-height: 1.7;
}
.discovery-dashboard { gap: 12px; }
.discovery-card {
  min-height: 112px;
  border-radius: 17px;
  transition: transform .22s ease, border-color .22s ease;
}
.discovery-card:hover { transform: translateY(-3px); border-color: currentColor; }
.related-tags { border-radius: 17px; background: rgba(13, 13, 24, .7); }
.related-tags a,
.popular-tag-platform a { border-radius: 999px; background: rgba(255, 255, 255, .025); }
.popular-tag-directory {
  border-radius: 20px;
  background:
    radial-gradient(circle at 5% 0, rgba(255, 134, 92, .16), transparent 30%),
    radial-gradient(circle at 96% 100%, rgba(102, 167, 255, .16), transparent 31%),
    linear-gradient(145deg, rgba(159, 140, 255, .05), rgba(13, 13, 24, .88));
}
.top-tag-directory {
  margin: 6px 0 14px;
  padding: 13px 15px;
  border-radius: 16px;
}
.top-tag-directory .popular-tag-heading {
  margin-bottom: 8px;
  grid-template-columns: minmax(190px, .55fr) minmax(280px, 1.45fr);
  gap: 10px 18px;
}
.top-tag-directory .popular-tag-heading h2 { font-size: clamp(15px, 1.5vw, 20px); }
.top-tag-directory .popular-tag-platform { padding-block: 8px 2px; }
.top-tag-directory .popular-tag-platform nav { padding-bottom: 5px; }
.top-tag-directory .popular-tag-platform a[aria-current='page'] {
  color: #17111b;
  border-color: transparent;
  background: linear-gradient(135deg, var(--acid), #ffbd75);
  box-shadow: 0 5px 20px rgba(255, 218, 114, .16);
}
.collection-sidebar .tag-intro {
  margin: -5px 0 2px;
  padding: 12px 13px 13px;
  position: relative;
  border: 1px solid rgba(255, 218, 114, .13);
  border-left: 2px solid var(--acid);
  border-radius: 0 13px 13px 0;
  color: #d5d0dd;
  background:
    linear-gradient(115deg, rgba(255, 218, 114, .075), rgba(255, 92, 173, .045) 55%, rgba(98, 245, 223, .035));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
.viewer-footer {
  margin-top: 48px;
  padding: 27px 28px;
  position: relative;
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 92, 173, .14), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(98, 245, 223, .10), transparent 31%),
    linear-gradient(135deg, rgba(24, 19, 35, .91), rgba(8, 11, 21, .94));
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .04);
}
.viewer-footer::after {
  content: '';
  width: 90px;
  height: 90px;
  position: absolute;
  right: -42px;
  top: -52px;
  border: 1px solid rgba(255, 218, 114, .20);
  border-radius: 50%;
  box-shadow: 0 0 0 13px rgba(255, 218, 114, .018);
  pointer-events: none;
}
.footer-pitch { max-width: 760px; display: grid; gap: 7px; }
.footer-kicker {
  color: var(--acid);
  font: 700 7px/1.4 var(--mono);
  letter-spacing: .14em;
}
.footer-title {
  color: #fff4dc;
  font-size: clamp(16px, 1.6vw, 23px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.viewer-footer .footer-pitch p {
  max-width: 88ch;
  color: #a7a3b1;
  font: 400 10px/1.7 var(--sans);
}
.viewer-footer nav { position: relative; z-index: 1; }
.viewer-footer a {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}
.viewer-footer a:hover { color: #17111b; border-color: transparent; background: var(--acid); }

.formal-page,
.about-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 92, 173, .16), transparent 31%),
    radial-gradient(circle at 90% 28%, rgba(98, 245, 223, .11), transparent 29%),
    radial-gradient(circle at 55% 100%, rgba(159, 140, 255, .09), transparent 36%),
    #070711;
}
.formal-card,
.about-card {
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .05), rgba(15, 15, 27, .9));
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, .04);
}

@media (min-width: 1500px) {
  .room-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 2200px) {
  .room-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 961px) and (max-width: 1240px) {
  .viewer-main { grid-template-columns: 224px minmax(0, 1fr); gap: 13px; padding-inline: 13px; }
  .collection-sidebar { padding-inline: 19px; }
  .room-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-insight-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .viewer-main { display: block; padding: 12px 12px 0; }
  .collection-sidebar {
    position: relative;
    top: 0;
    height: auto;
    margin: 0 0 14px;
    padding: 25px clamp(19px, 4vw, 34px);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 21px;
  }
  .collection-sidebar::before { width: 110px; height: 110px; }
  .collection-sidebar h1 { color: transparent; }
  .collection-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .collection-stats div,
  .collection-stats div:last-child { min-height: 61px; border: 1px solid rgba(255, 255, 255, .075); }
  .collection-content { padding: 8px 0 58px; }
  .toolbar { top: 94px; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-insight-analysis { grid-template-columns: 1fr; }
  .collection-insight-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-sidebar .tag-intro { margin: 0; }
}
@media (max-width: 600px) {
  .viewer-header { height: 66px; padding-inline: 13px; }
  .viewer-header::after { left: 13px; right: 13px; }
  .viewer-header .brand-lockup { --brand-mascot-size: 52px; --brand-type-size: clamp(20px, 5.2vw, 26px); }
  .new-collection { display: none; }
  .viewer-main { padding: 8px 8px 0; }
  .collection-sidebar { padding: 20px 15px 17px; border-radius: 17px; }
  .collection-sidebar h1 { font-size: clamp(31px, 9.5vw, 40px); }
  .collection-sidebar .tag-intro {
    margin-bottom: 11px;
    padding: 10px 11px;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .collection-stats { gap: 5px; }
  .collection-stats div,
  .collection-stats div:last-child { min-height: 56px; padding-inline: 5px; border-radius: 11px; }
  .toolbar { top: 76px; padding: 12px; border-radius: 16px; }
  .toolbar-controls { gap: 7px; }
  .search-box,
  .sort-box,
  .language-box,
  .platform-box,
  .favorites-filter { min-height: 45px; border-radius: 11px; }
  .room-grid { gap: 8px; }
  .room-card { border-radius: 14px; }
  .room-visual { border-radius: 13px 13px 0 0; }
  .room-body { padding: 11px 9px 10px; }
  .room-title-row h3 { font-size: 12px; }
  .profile-disclosure { border-radius: 11px; }
  .profile-disclosure summary { min-height: 49px; border-radius: 10px; }
  .profile-panel { max-height: min(520px, 68vh); border-radius: 14px; }
  .pagination { border-radius: 15px; }
  .related-tags,
  .popular-tag-directory,
  .collection-insight { border-radius: 16px; }
  .viewer-footer { margin-top: 32px; padding: 21px 18px; border-radius: 17px; }
  .collection-insight-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-metric { min-height: 94px; }
}
@media (max-width: 380px) {
  .room-grid { grid-template-columns: 1fr; gap: 12px; }
  .room-card:nth-child(odd) .profile-panel,
  .room-card:nth-child(even) .profile-panel { left: -1px; right: -1px; width: auto; }
  .room-card:nth-child(odd) .profile-panel::before { left: auto; right: 20px; }
  .profile-summary-title { max-width: 58vw; }
  .collection-stats dt { font-size: 7px; }
}
@media (orientation: landscape) and (max-width: 960px) and (max-height: 600px) {
  /* Een hoge sticky filterkaart bedekt op liggende telefoons vrijwel de hele
     korte viewport. Laat de toolbar daar met de collectie meescrollen. */
  .toolbar {
    position: static;
    top: auto;
    z-index: auto;
  }
}
@media (hover: none), (pointer: coarse) {
  .room-card:hover,
  .discovery-card:hover { transform: none; }
  .icon-button,
  .new-collection,
  .arrow-link,
  .favorite-button { min-width: 44px; min-height: 44px; }
}

/* Readability pass: keep the dense catalogue, but never render useful copy as
   decorative micro-text. These rules intentionally sit after the visual and
   responsive layers so browser zoom and mobile text scaling remain reliable. */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.source-label {
  color: #9d99aa;
  font-size: 11px;
  line-height: 1.72;
}
.tag-intro {
  color: #e0dbe7;
  font-size: 12px;
  line-height: 1.72;
}
.collection-stats dt {
  color: #aaa6b6;
  font-size: 9px;
  line-height: 1.4;
}
.sidebar-note {
  color: #b8b4c2;
  font-size: 11px;
  line-height: 1.62;
}
.sidebar-note small { color: #9692a2; }
.sidebar-note .locale-diagnostics {
  color: #9692a2;
  font-size: 9px;
  line-height: 1.55;
}
.breadcrumbs {
  color: #9693a2;
  font-size: 10px;
  line-height: 1.55;
}
.breadcrumbs a { color: #bbb7c5; }
.language-links a {
  color: #aaa6b5;
  padding: 8px 12px;
  font-size: 10px;
  line-height: 1.35;
}
.new-collection {
  font-size: 12px;
  line-height: 1.3;
}
.search-box input,
.sort-box select,
.language-box select,
.platform-box select {
  font-size: 12px;
  line-height: 1.35;
}
.search-box input::placeholder {
  color: #aaa6b4;
  opacity: 1;
}
.language-box select { font-size: 10px; }
.favorites-filter b { font-size: 9px; line-height: 1.35; }
.popular-tag-heading p {
  color: #aaa6b4;
  font-size: 13px;
  line-height: 1.62;
}
.top-tag-directory .toolbar-kicker {
  font-size: 12px;
  line-height: 1.3;
}
.top-tag-directory .popular-tag-heading h2 {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.16;
}
.popular-tag-platform > div,
.popular-tag-platform a,
.related-tags a {
  font-size: 10px;
  line-height: 1.35;
}
.top-tag-directory .popular-tag-platform a { padding: 8px 11px; }
.live-badge,
.viewer-badge { font-size: 9px; line-height: 1.25; }
.preview-hint { font-size: 8px; line-height: 1.25; }
.room-meta {
  color: #aaa6b6;
  font-size: 9px;
  line-height: 1.45;
}
.profile-summary-kicker {
  color: #aaa6b5;
  font-size: 8px;
  line-height: 1.3;
  letter-spacing: .09em;
}
.profile-summary-title {
  font-size: 11px;
  line-height: 1.35;
}
.profile-summary-meta b { font-size: 9px; line-height: 1.3; }
.profile-source-link {
  font-size: 9px;
  line-height: 1.45;
}
.tag-list a,
.tag-list span {
  color: #c0bcc9;
  font-size: 9px;
  line-height: 1.25;
}
.profile-line {
  color: #9c98a8;
  font-size: 9px;
  line-height: 1.5;
}
.room-description {
  color: #e1dce6;
  font-size: 13px;
  line-height: 1.76;
}
#collection-insight-summary {
  font-size: 12px;
  line-height: 1.72;
}
.collection-metric > span,
.collection-analysis-item > span {
  color: #aaa5b4;
  font-size: 9px;
  line-height: 1.4;
}
.collection-metric small {
  color: #9c98a7;
  font-size: 10px;
  line-height: 1.5;
}
.collection-analysis-item h4 { font-size: 13px; line-height: 1.4; }
.collection-analysis-item p {
  color: #c0bbc8;
  font-size: 11px;
  line-height: 1.68;
}
#collection-insight-method {
  color: #a09cab;
  font-size: 10px;
  line-height: 1.7;
}
.discovery-card > span { color: #aaa6b5; font-size: 9px; line-height: 1.35; }
.discovery-card p { color: #aaa6b5; font-size: 11px; line-height: 1.6; }
.footer-kicker { font-size: 9px; line-height: 1.4; }
.viewer-footer {
  min-width: 0;
  color: #a7a3b1;
  font-size: 10px;
  line-height: 1.65;
}
.viewer-footer .footer-pitch p {
  color: #c0bbc8;
  font-size: 12px;
  line-height: 1.72;
}
.viewer-footer nav { min-width: 0; max-width: 100%; }
.viewer-footer a { color: #cbc7d2; font-size: 10px; line-height: 1.4; }
.formal-language-links a,
.formal-primary-nav a,
.formal-footer nav a { font-size: 9px; }
.formal-footer p { color: #8f8b9b; font-size: 9px; }

@media (max-width: 600px) {
  .top-tag-directory .popular-tag-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .collection-stats dt { font-size: 9px; }
  .sidebar-note { font-size: 10px; line-height: 1.55; }
  .breadcrumbs,
  .language-links a { font-size: 10px; }
  .search-box input,
  .sort-box select,
  .language-box select,
  .platform-box select { font-size: 11px; }
  .favorites-filter b { font-size: 9px; }
  .room-body { padding: 12px 10px 11px; }
  .room-title-row { align-items: flex-start; }
  .room-title-row h3 {
    font-size: 13px;
    line-height: 1.25;
  }
  .room-meta {
    min-height: 2.7em;
    display: -webkit-box;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.35;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .profile-disclosure summary {
    min-height: 55px;
    padding: 8px;
  }
  .profile-summary-copy { gap: 5px; }
  .profile-summary-kicker { font-size: 8px; line-height: 1.3; }
  .profile-summary-title {
    max-width: min(24vw, 96px);
    font-size: 10px;
    line-height: 1.35;
  }
  .profile-summary-meta { gap: 6px; }
  .profile-summary-meta b { font-size: 9px; }
  .profile-line,
  .tag-list a,
  .tag-list span { font-size: 8px; line-height: 1.4; }
  .tag-list a,
  .tag-list span { padding: 5px 6px; }
  .profile-source-link { font-size: 9px; }
  .room-description { font-size: 13px; line-height: 1.78; }
  .collection-metric > span,
  .collection-analysis-item > span { font-size: 8px; }
  .collection-metric small { font-size: 9px; }
  .popular-tag-heading p,
  .discovery-card p { font-size: 12px; }
  .viewer-footer { max-width: 100%; overflow: hidden; }
  .viewer-footer .footer-pitch,
  .viewer-footer nav { max-width: 100%; }
  .viewer-footer nav { gap: 8px; justify-content: flex-start; }
  .viewer-footer .footer-pitch p { font-size: 12px; }
  .viewer-footer a {
    padding: 7px 9px;
    overflow-wrap: anywhere;
  }
  .formal-primary-nav a { font-size: 9px; line-height: 1.35; }
}

@media (max-width: 380px) {
  .room-title-row h3 { font-size: 16px; }
  .room-meta { min-height: 0; font-size: 10px; }
  .profile-summary-title { max-width: 58vw; font-size: 11px; }
  .profile-summary-kicker,
  .profile-line,
  .tag-list a,
  .tag-list span { font-size: 9px; }
}

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