@charset "UTF-8";

:root {
    --oj-bg: #08080a;
    --oj-bg-soft: #0f0f12;
    --oj-card: #141418;
    --oj-card-hover: #19191e;
    --oj-line: rgba(255,255,255,.09);
    --oj-line-strong: rgba(255,255,255,.16);
    --oj-text: #f7f7f8;
    --oj-muted: #9b9ba4;
    --oj-accent: #c3263e;
    --oj-accent-hover: #e03d56;
    --oj-success: #35d07f;
    --oj-shell: 1680px;
    --oj-radius: 16px;
    --oj-shadow: 0 20px 60px rgba(0,0,0,.34);
    --oj-header-height: 116px;
}

/* Ojerk Premium — rich adult SEO and category directories */
.oj-home-seo-v7,
.oj-model-seo-v7,
.oj-hub-seo {
    margin-top: 68px;
    margin-bottom: 58px;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid var(--oj-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 0, rgba(var(--oj-accent-rgb),.14), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.025), transparent 55%),
        #0d0e11;
}
.oj-home-seo-v7 > header,
.oj-hub-seo > span {
    display: block;
    max-width: 980px;
}
.oj-home-seo-v7 > header > span,
.oj-model-seo-v7 > span,
.oj-hub-seo > span {
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.oj-home-seo-v7 h2,
.oj-model-seo-v7 h2,
.oj-hub-seo h2 {
    max-width: 1050px;
    margin: 8px 0 0;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.oj-home-seo-copy {
    max-width: 1120px;
    margin-top: 27px;
    columns: 2;
    column-gap: clamp(28px, 5vw, 70px);
}
.oj-home-seo-copy p,
.oj-model-seo-v7 .oj-seo-copy p,
.oj-taxonomy-rich-copy p,
.oj-hub-seo p {
    margin: 0 0 14px;
    color: #a8aab3;
    font-size: 13px;
    line-height: 1.8;
}
.oj-home-seo-copy strong,
.oj-model-seo-v7 strong,
.oj-taxonomy-rich-copy strong { color: #f2f3f6; }
.oj-home-seo-copy a,
.oj-model-seo-v7 p a,
.oj-taxonomy-rich-copy a { color: var(--oj-accent-hover); text-decoration: underline; }
.oj-home-seo-links {
    margin-top: 31px;
    padding-top: 27px;
    border-top: 1px solid var(--oj-line);
}
.oj-home-seo-v7 h3,
.oj-taxonomy-related h3 {
    margin: 0 0 13px;
    font-size: 15px;
    letter-spacing: -.01em;
}
.oj-home-seo-links nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.oj-home-seo-links a,
.oj-model-seo-v7 nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background: rgba(255,255,255,.025);
    color: #dedfe4;
    font-size: 11px;
    font-weight: 780;
}
.oj-home-seo-links a:hover,
.oj-model-seo-v7 nav a:hover { border-color: rgba(var(--oj-accent-rgb),.52); color: #fff; }
.oj-home-seo-links a small { color: #777a84; font-size: 9px; }
.oj-home-seo-links a.is-directory { border-color: rgba(var(--oj-accent-rgb),.38); background: rgba(var(--oj-accent-rgb),.11); }
.oj-home-seo-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}
.oj-home-seo-columns > div {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 14px;
    background: rgba(0,0,0,.16);
}
.oj-home-seo-columns p { margin: 0 0 13px; color: #868893; font-size: 11px; line-height: 1.65; }
.oj-home-seo-columns nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.oj-home-seo-columns a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 8px;
    color: #b7b9c1;
    font-size: 10px;
    font-weight: 750;
}
.oj-home-seo-columns a:hover { border-color: rgba(var(--oj-accent-rgb),.42); color: #fff; }
.oj-home-seo-columns a span { color: var(--oj-accent-hover); }

.oj-model-seo-v7 {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    gap: 18px 48px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-block: 30px;
}
.oj-model-seo-v7 > span,
.oj-model-seo-v7 > h2 { grid-column: 1; }
.oj-model-seo-v7 h2 { font-size: clamp(24px, 3vw, 36px); }
.oj-model-seo-v7 .oj-seo-copy { grid-column: 2; grid-row: 1 / span 2; }
.oj-model-seo-v7 nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 18px;
    border-top: 1px solid var(--oj-line);
}

.oj-category-hub .oj-page-head { padding-bottom: 28px; }
.oj-hub-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.oj-hub-facts span {
    min-width: 145px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 15px;
    border: 1px solid var(--oj-line);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    color: #7e8089;
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.oj-hub-facts strong { color: #fff; font-size: 20px; letter-spacing: -.03em; }
.oj-hub-section { padding-block: 32px; }
.oj-hub-section + .oj-hub-section { border-top: 1px solid var(--oj-line); }
.oj-hub-section .oj-section-title { align-items: flex-end; margin-bottom: 18px; }
.oj-hub-section .oj-section-title > p { max-width: 330px; margin: 0; color: #737680; font-size: 10px; }
.oj-taxonomy-directory {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}
.oj-taxonomy-directory > a {
    min-width: 0;
    min-height: 80px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 3px 9px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.03), rgba(255,255,255,.012));
}
.oj-taxonomy-directory > a > span { grid-row: 1 / 3; align-self: center; color: var(--oj-accent-hover); font-size: 18px; }
.oj-taxonomy-directory > a strong { overflow: hidden; color: #ecedf1; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.oj-taxonomy-directory > a small { color: #777a84; font-size: 9px; }
.oj-taxonomy-directory > a b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: #555861; }
.oj-taxonomy-directory > a:hover { border-color: rgba(var(--oj-accent-rgb),.48); transform: translateY(-2px); }
.oj-taxonomy-directory > a:hover b { color: var(--oj-accent-hover); }
.oj-taxonomy-directory.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.oj-country-directory { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
.oj-country-directory a {
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 9px;
    background: rgba(255,255,255,.018);
}
.oj-country-directory strong { overflow: hidden; color: #c9cbd2; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.oj-country-directory span { margin-top: 3px; color: #6d707a; font-size: 8px; text-transform: uppercase; }
.oj-country-directory a:hover { border-color: rgba(var(--oj-accent-rgb),.45); }
.oj-hub-seo { margin-top: 35px; }
.oj-hub-seo > div { max-width: 1040px; margin-top: 23px; columns: 2; column-gap: 50px; }
.oj-hub-seo > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 11px;
    padding: 0 16px;
    border-radius: 9px;
    background: var(--oj-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.oj-taxonomy-seo { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.oj-taxonomy-seo h2 { margin-bottom: 18px; }
.oj-taxonomy-rich-copy { max-width: 780px; }
.oj-taxonomy-related nav { display: grid; }

@media (max-width: 1100px) {
    .oj-taxonomy-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .oj-country-directory { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .oj-home-seo-copy,
    .oj-hub-seo > div { columns: 1; }
    .oj-home-seo-columns,
    .oj-model-seo-v7,
    .oj-taxonomy-seo { grid-template-columns: 1fr; }
    .oj-model-seo-v7 > span,
    .oj-model-seo-v7 > h2,
    .oj-model-seo-v7 .oj-seo-copy,
    .oj-model-seo-v7 nav { grid-column: 1; grid-row: auto; }
    .oj-taxonomy-directory,
    .oj-taxonomy-directory.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oj-country-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .oj-home-seo-v7,
    .oj-model-seo-v7,
    .oj-hub-seo { padding: 22px 18px; border-radius: 16px; }
    .oj-home-seo-columns { grid-template-columns: 1fr; }
    .oj-home-seo-columns nav { grid-template-columns: 1fr; }
    .oj-taxonomy-directory,
    .oj-taxonomy-directory.compact { grid-template-columns: 1fr; }
    .oj-country-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--oj-bg); }
body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 50% -20%, rgba(195,38,62,.08), transparent 32rem),
        var(--oj-bg);
    color: var(--oj-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.oj-overlay-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }

.oj-shell { width: min(calc(100% - 40px), var(--oj-shell)); margin-inline: auto; }
.oj-main { min-height: 60vh; padding-bottom: 72px; }
.oj-skip-link { position: fixed; top: 8px; left: 8px; z-index: 999999; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: #fff; color: #000; }
.oj-skip-link:focus { transform: translateY(0); }

/* Header */
.oj-site-header {
    position: sticky;
    top: 0;
    z-index: 500;
    background: rgba(8,8,10,.94);
    border-bottom: 1px solid var(--oj-line);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.admin-bar .oj-site-header { top: 32px; }
.oj-header-main { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.oj-brand-wrap { display: flex; align-items: center; gap: 18px; min-width: 0; }
.oj-wordmark { display: inline-flex; align-items: baseline; letter-spacing: -.055em; font-size: clamp(26px, 2.1vw, 34px); line-height: 1; font-weight: 950; white-space: nowrap; }
.oj-wordmark-o { color: var(--oj-accent); margin-right: .015em; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 220px; max-height: 46px; }
.oj-live-total { display: inline-flex; align-items: center; gap: 6px; color: var(--oj-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.oj-live-total strong { color: var(--oj-text); font-size: 13px; }
.oj-live-total i, .oj-eyebrow i, .oj-live-badge i, .oj-main-cta i { width: 7px; height: 7px; border-radius: 50%; background: var(--oj-success); box-shadow: 0 0 0 4px rgba(53,208,127,.12); }
.oj-utility-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.oj-utility-nav > a, .oj-language-button { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #d2d2d7; font-size: 13px; font-weight: 720; cursor: pointer; transition: .2s ease; }
.oj-utility-nav > a:hover, .oj-language-button:hover { background: rgba(255,255,255,.055); color: #fff; border-color: var(--oj-line); }
.oj-utility-nav svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.oj-favorites-link b { min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--oj-accent); color: #fff; font-size: 10px; }
.oj-category-bar { border-top: 1px solid rgba(255,255,255,.045); }
.oj-category-nav { display: flex; align-items: center; gap: 2px; height: 46px; overflow-x: auto; scrollbar-width: none; }
.oj-category-nav::-webkit-scrollbar { display: none; }
.oj-category-nav a { position: relative; height: 46px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--oj-muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.oj-category-nav a::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 2px; transform: scaleX(0); background: var(--oj-accent); transition: transform .2s ease; }
.oj-category-nav a:hover, .oj-category-nav a.is-active { color: #fff; }
.oj-category-nav a.is-active::after { transform: scaleX(1); }
.oj-mobile-menu-button { display: none; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border: 1px solid var(--oj-line); border-radius: 11px; background: var(--oj-card); cursor: pointer; }
.oj-mobile-menu-button span { width: 18px; height: 2px; border-radius: 9px; background: #fff; }
.oj-mobile-menu-button em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Language selector */
.oj-language-overlay { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 24px; }
.oj-language-overlay[hidden] { display: none; }
.oj-language-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.78); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); cursor: default; }
.oj-language-panel { position: relative; width: min(720px, 100%); max-height: min(760px, calc(100dvh - 48px)); overflow: auto; border: 1px solid var(--oj-line-strong); border-radius: 22px; background: #111115; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.oj-language-panel > header { position: sticky; top: 0; z-index: 2; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border-bottom: 1px solid var(--oj-line); background: rgba(17,17,21,.96); }
.oj-language-panel small { display: block; color: var(--oj-accent); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.oj-language-panel h2 { margin: 3px 0 0; font-size: 22px; letter-spacing: -.03em; }
.oj-language-close { width: 42px; height: 42px; border: 1px solid var(--oj-line); border-radius: 50%; background: #1c1c21; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.oj-language-content { min-height: 120px; padding: 22px; }
.oj-language-content select, .oj-language-content .gt_selector { width: 100% !important; min-height: 50px !important; padding: 0 14px !important; border: 1px solid var(--oj-line-strong) !important; border-radius: 12px !important; background: #1a1a1f !important; color: #fff !important; }
.oj-language-content .switcher, .oj-language-content .gt_switcher { width: 100% !important; font-family: inherit !important; }
.oj-language-content .switcher .selected, .oj-language-content .gt_switcher .gt_selected { background: #1a1a1f !important; border: 1px solid var(--oj-line-strong) !important; border-radius: 12px !important; }
.oj-language-content .switcher .selected a, .oj-language-content .gt_switcher .gt_selected a { color: #fff !important; border: 0 !important; width: 100% !important; min-height: 50px; display: flex !important; align-items: center; }
.oj-language-content .switcher .option, .oj-language-content .gt_switcher .gt_option { position: static !important; width: 100% !important; max-height: 430px !important; overflow-y: auto !important; border: 1px solid var(--oj-line) !important; background: #16161b !important; }
.oj-language-content .switcher .option a, .oj-language-content .gt_switcher .gt_option a { color: #e8e8eb !important; background: transparent !important; padding: 11px 12px !important; }
.oj-language-content .switcher .option a:hover, .oj-language-content .gt_switcher .gt_option a:hover { color: #fff !important; background: rgba(195,38,62,.14) !important; }
.oj-language-content img { display: inline-block; }

/* Intro and toolbar */
.oj-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; padding-top: 42px; padding-bottom: 28px; }
.oj-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 10px; color: #b8b8c0; font-size: 12px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.oj-intro h1, .oj-page-head h1 { max-width: 900px; margin: 0; font-size: clamp(34px, 4vw, 64px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.oj-intro p, .oj-page-head p { max-width: 760px; margin: 14px 0 0; color: var(--oj-muted); font-size: clamp(15px, 1.35vw, 19px); }
.oj-intro-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid var(--oj-line); border-radius: 12px; color: #eee; font-weight: 760; font-size: 13px; }
.oj-intro-link:hover { border-color: rgba(195,38,62,.5); background: rgba(195,38,62,.08); }
.oj-intro-link span { color: var(--oj-accent); font-size: 18px; }
.oj-catalogue { padding-top: 8px; }
.oj-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.oj-search { width: min(680px, 100%); min-height: 50px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 10px; padding-left: 16px; border: 1px solid var(--oj-line); border-radius: 14px; background: #111115; }
.oj-search:focus-within { border-color: rgba(195,38,62,.55); box-shadow: 0 0 0 3px rgba(195,38,62,.08); }
.oj-search svg { width: 19px; fill: none; stroke: #888892; stroke-width: 1.8; }
.oj-search input { min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; color: #fff; }
.oj-search input::placeholder { color: #73737d; }
.oj-search button { height: 40px; margin-right: 5px; padding: 0 17px; border: 0; border-radius: 10px; background: #24242a; color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.oj-search button:hover { background: var(--oj-accent); }
.oj-sort { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.oj-sort > span { margin-right: 7px; color: #777781; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.oj-sort a { padding: 9px 12px; border-radius: 9px; color: var(--oj-muted); font-size: 12px; font-weight: 760; }
.oj-sort a:hover, .oj-sort a.is-active { background: #1b1b20; color: #fff; }
.oj-sort a.is-active { box-shadow: inset 0 0 0 1px var(--oj-line); }
.oj-results-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 0 0 14px; }
.oj-results-head h2 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.oj-results-head > span { color: var(--oj-muted); font-size: 12px; }

/* Model grid */
.oj-model-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.oj-model-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--oj-line); border-radius: var(--oj-radius); background: var(--oj-card); transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.oj-model-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.18); background: var(--oj-card-hover); box-shadow: var(--oj-shadow); }
.oj-model-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #18181d; }
.oj-model-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.oj-model-card:hover .oj-model-media img { transform: scale(1.035); filter: saturate(1.06); }
.oj-card-gradient { position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(0,0,0,.66)); pointer-events: none; }
.oj-live-badge { position: absolute; top: 10px; left: 10px; z-index: 2; min-height: 24px; display: inline-flex; align-items: center; gap: 7px; padding: 0 9px; border-radius: 7px; background: rgba(9,9,11,.74); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .09em; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.oj-live-badge i { width: 6px; height: 6px; box-shadow: none; }
.oj-live-badge.static { position: static; width: fit-content; margin-bottom: 8px; background: rgba(53,208,127,.1); color: #7aefa9; }
.oj-viewers { position: absolute; right: 10px; bottom: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 8px; background: rgba(8,8,10,.76); color: #fff; font-size: 10px; font-weight: 800; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.oj-viewers svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.oj-favorite-button { position: absolute; top: 9px; right: 9px; z-index: 5; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(8,8,10,.7); color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); transition: .2s ease; }
.oj-favorite-button:hover { transform: scale(1.08); background: #fff; color: #111; }
.oj-favorite-button svg { width: 16px; fill: transparent; stroke: currentColor; stroke-width: 1.8; }
.oj-favorite-button.is-favorite, .oj-favorite-button[aria-pressed="true"] { border-color: var(--oj-accent); background: var(--oj-accent); color: #fff; }
.oj-favorite-button.is-favorite svg, .oj-favorite-button[aria-pressed="true"] svg { fill: currentColor; }
.oj-model-info { padding: 12px 13px 14px; }
.oj-model-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.oj-model-heading h2 { min-width: 0; margin: 0; font-size: 14px; line-height: 1.3; letter-spacing: -.015em; }
.oj-model-heading h2 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.oj-model-heading h2 a:hover { color: var(--oj-accent-hover); }
.oj-model-meta { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.oj-model-meta span { padding: 3px 6px; border-radius: 6px; background: rgba(255,255,255,.055); color: #a8a8b0; font-size: 9px; font-weight: 800; }
.oj-tags { display: flex; align-items: center; gap: 6px; margin-top: 8px; overflow: hidden; }
.oj-tags a { max-width: 36%; overflow: hidden; color: #787882; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.oj-tags a:hover { color: var(--oj-accent-hover); }
.oj-tags.large { flex-wrap: wrap; overflow: visible; gap: 8px; }
.oj-tags.large a { max-width: none; padding: 7px 10px; border: 1px solid var(--oj-line); border-radius: 8px; background: #16161a; color: #b7b7c0; font-size: 11px; }
.oj-load-more-wrap { display: flex; justify-content: center; padding-top: 34px; }
.oj-load-more { min-width: 220px; height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--oj-line-strong); border-radius: 12px; background: #141418; color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.oj-load-more:hover { border-color: var(--oj-accent); background: rgba(195,38,62,.08); }
.oj-load-more:disabled { opacity: .55; cursor: wait; }
.oj-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding-top: 34px;
}
.oj-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    border: 1px solid var(--oj-line);
    border-radius: 9px;
    background: var(--oj-card);
    color: var(--oj-muted);
    font-size: 11px;
    font-weight: 800;
}
.oj-pagination .page-numbers:hover,
.oj-pagination .page-numbers.current {
    border-color: rgba(var(--oj-accent-rgb),.55);
    background: rgba(var(--oj-accent-rgb),.13);
    color: #fff;
}
.oj-empty-state { grid-column: 1 / -1; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 30px; border: 1px dashed var(--oj-line-strong); border-radius: 16px; background: #101013; text-align: center; }
.oj-empty-state strong { font-size: 20px; }
.oj-empty-state p { margin: 0; color: var(--oj-muted); }
.oj-empty-state a { margin-top: 7px; color: var(--oj-accent-hover); font-weight: 750; }

/* Generic page headers */
.oj-page-head { padding-top: 48px; padding-bottom: 28px; }
.oj-page-head h1 { font-size: clamp(34px, 4vw, 58px); }
.oj-content-page { width: min(calc(100% - 40px), 960px); padding-top: 54px; }
.oj-content-page article { padding: clamp(24px, 5vw, 64px); border: 1px solid var(--oj-line); border-radius: 20px; background: #111115; }
.oj-content-page h1 { margin: 0 0 28px; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.05em; }
.oj-entry-content { color: #c5c5cb; }
.oj-entry-content a { color: var(--oj-accent-hover); text-decoration: underline; }
.oj-entry-content h2, .oj-entry-content h3 { color: #fff; }

/* Single model */
.oj-model-breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 22px; padding-bottom: 18px; color: #6f6f78; font-size: 12px; }
.oj-model-breadcrumb a:hover { color: #fff; }
.oj-model-breadcrumb strong { max-width: 260px; overflow: hidden; color: #b8b8c0; text-overflow: ellipsis; white-space: nowrap; }
.oj-single-layout { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(310px, .72fr); gap: 22px; align-items: start; }
.oj-player-column { min-width: 0; }
.oj-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--oj-line-strong); border-radius: 18px; background: #000 var(--oj-poster) center/cover no-repeat; box-shadow: 0 25px 80px rgba(0,0,0,.42); }
.oj-player::before { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(0,0,0,.42); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.oj-player > * { position: relative; z-index: 1; }
.oj-player .webcam-embed-container { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; background: #000; }
.oj-player iframe, .oj-player video { width: 100% !important; height: 100% !important; border: 0 !important; }
.oj-player-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: #0b0b0d; }
.oj-player-fallback img { width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.oj-player-fallback p { position: absolute; padding: 10px 13px; border-radius: 9px; background: rgba(0,0,0,.75); }
.oj-main-cta { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; padding: 0 19px 0 20px; border-radius: 14px; background: linear-gradient(100deg, var(--oj-accent), #6d151b); color: #fff; font-weight: 850; box-shadow: 0 14px 38px rgba(195,38,62,.18); transition: transform .2s ease, filter .2s ease; }
.oj-main-cta:hover { transform: translateY(-2px); filter: brightness(1.08); }
.oj-main-cta span { display: flex; align-items: center; gap: 10px; }
.oj-main-cta i { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.14); }
.oj-main-cta svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.oj-model-profile { min-width: 0; padding: 24px; border: 1px solid var(--oj-line); border-radius: 18px; background: #111115; }
.oj-profile-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.oj-profile-title h1 { margin: 0; overflow-wrap: anywhere; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.05em; }
.oj-favorite-button.profile { position: static; flex: 0 0 auto; width: 44px; height: 44px; background: #1c1c21; }
.oj-profile-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.oj-profile-stats div { min-width: 0; padding: 12px; border: 1px solid var(--oj-line); border-radius: 11px; background: #17171b; }
.oj-profile-stats small { display: block; overflow: hidden; color: #777780; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-overflow: ellipsis; }
.oj-profile-stats strong { display: block; margin-top: 4px; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.oj-profile-copy, .oj-profile-tags { margin-top: 25px; }
.oj-profile-copy h2, .oj-profile-tags h2 { margin: 0 0 9px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.oj-profile-copy p { margin: 0; color: #a8a8b1; font-size: 13px; }
.oj-independent-note { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--oj-line); color: #696972; font-size: 10px; }
.oj-related { padding-top: 58px; }
.oj-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 18px; }
.oj-section-title span { color: var(--oj-accent); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.oj-section-title h2 { margin: 4px 0 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.oj-section-title > a { color: #aaaab2; font-size: 12px; font-weight: 750; }
.oj-model-grid.related { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Age notice */
.oj-age-notice { position: fixed; inset: 0; z-index: 20000; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.88); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.oj-age-notice[hidden] { display: none; }
.oj-age-card { width: min(460px, 100%); padding: 34px; border: 1px solid var(--oj-line-strong); border-radius: 22px; background: #121216; text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.7); }
.oj-age-mark { display: inline-grid; place-items: center; width: 68px; height: 68px; border: 2px solid var(--oj-accent); border-radius: 50%; color: #fff; font-size: 22px; font-weight: 900; }
.oj-age-card h2 { margin: 20px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.oj-age-card p { margin: 0 0 22px; color: var(--oj-muted); }
.oj-age-card > a { display: inline-block; margin-top: 15px; color: #777781; font-size: 12px; }
.oj-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 0; border-radius: 11px; background: var(--oj-accent); color: #fff; font-weight: 820; cursor: pointer; }
.oj-button:hover { background: var(--oj-accent-hover); }

/* Footer */
.oj-site-footer { border-top: 1px solid var(--oj-line); background: #070709; }
.oj-footer-grid { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(300px, 1fr); gap: 50px; padding-top: 46px; padding-bottom: 34px; }
.oj-footer-brand p { max-width: 690px; margin: 15px 0 0; color: #6e6e76; font-size: 11px; }
.oj-footer-links { display: flex; align-content: flex-start; justify-content: flex-end; flex-wrap: wrap; gap: 8px 18px; }
.oj-footer-links a, .oj-footer-links .menu-item a { color: #8e8e97; font-size: 12px; }
.oj-footer-links a:hover { color: #fff; }
.oj-footer-links .menu-item { list-style: none; }
.oj-footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.055); color: #595961; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

/* 404 */
.oj-404 { min-height: 58vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.oj-404 > span { color: var(--oj-accent); font-size: 14px; font-weight: 900; letter-spacing: .16em; }
.oj-404 h1 { margin: 10px 0; font-size: clamp(40px, 7vw, 86px); line-height: .95; letter-spacing: -.06em; }
.oj-404 p { color: var(--oj-muted); }

@media (max-width: 1400px) {
    .oj-model-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .oj-model-grid.related { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
    :root { --oj-header-height: 70px; }
    .oj-shell { width: min(calc(100% - 28px), var(--oj-shell)); }
    .oj-utility-nav > a:not(.oj-favorites-link), .oj-language-button span, .oj-favorites-link span { display: none; }
    .oj-utility-nav > a, .oj-language-button { width: 42px; justify-content: center; padding: 0; border-color: var(--oj-line); background: #121216; }
    .oj-favorites-link { position: relative; }
    .oj-favorites-link b { position: absolute; top: -5px; right: -5px; }
    .oj-single-layout { grid-template-columns: 1fr; }
    .oj-model-profile { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
    .oj-profile-title, .oj-profile-stats { grid-column: 1 / -1; }
    .oj-independent-note { grid-column: 1 / -1; }
    .oj-model-grid, .oj-model-grid.related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
    .admin-bar .oj-site-header { top: 46px; }
    .oj-header-main { min-height: 64px; }
    .oj-live-total { display: none; }
    .oj-utility-nav { gap: 6px; }
    .oj-mobile-menu-button { display: flex; }
    .oj-category-bar { display: none; position: absolute; top: 64px; left: 0; right: 0; border-bottom: 1px solid var(--oj-line); background: #0c0c0f; box-shadow: 0 22px 45px rgba(0,0,0,.5); }
    .oj-category-bar.is-open { display: block; }
    .admin-bar .oj-category-bar { top: 64px; }
    .oj-category-nav { height: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; padding: 12px 0 16px; overflow: visible; }
    .oj-category-nav a { height: 44px; justify-content: center; padding: 0 12px; border: 1px solid var(--oj-line); border-radius: 10px; background: #141418; font-size: 12px; }
    .oj-category-nav a::after { display: none; }
    .oj-category-nav a.is-active { border-color: rgba(195,38,62,.55); background: rgba(195,38,62,.12); }
    .oj-intro { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 30px; }
    .oj-intro h1, .oj-page-head h1 { font-size: clamp(34px, 10vw, 50px); }
    .oj-intro-link { display: none; }
    .oj-toolbar { align-items: stretch; flex-direction: column; }
    .oj-sort { justify-content: flex-end; }
    .oj-model-grid, .oj-model-grid.related { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .oj-model-card { border-radius: 13px; }
    .oj-model-info { padding: 10px 10px 11px; }
    .oj-model-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
    .oj-model-heading h2 { width: 100%; font-size: 13px; }
    .oj-tags { gap: 4px; }
    .oj-tags a { max-width: 48%; font-size: 9px; }
    .oj-live-badge { top: 7px; left: 7px; min-height: 21px; padding: 0 7px; font-size: 8px; }
    .oj-favorite-button { top: 7px; right: 7px; width: 31px; height: 31px; }
    .oj-viewers { right: 7px; bottom: 7px; }
    .oj-player { border-radius: 12px; }
    .oj-model-profile { display: block; padding: 19px; }
    .oj-profile-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .oj-footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .oj-footer-links { justify-content: flex-start; }
    .oj-language-overlay { align-items: end; padding: 0; }
    .oj-language-panel { width: 100%; max-height: min(78dvh, 720px); border-right: 0; border-bottom: 0; border-left: 0; border-radius: 20px 20px 0 0; padding-bottom: env(safe-area-inset-bottom); }
    .oj-language-panel > header { min-height: 76px; padding: 16px 16px; }
    .oj-language-content { padding: 16px; }
    .oj-language-content .switcher .option, .oj-language-content .gt_switcher .gt_option { max-height: 46dvh !important; }
}

@media (max-width: 520px) {
    .oj-shell { width: min(calc(100% - 20px), var(--oj-shell)); }
    .oj-brand-wrap { gap: 10px; }
    .oj-wordmark { font-size: 27px; }
    .custom-logo { max-width: 155px; max-height: 40px; }
    .oj-utility-nav { margin-left: auto; }
    .oj-utility-nav > a, .oj-language-button { width: 39px; height: 39px; min-height: 39px; }
    .oj-mobile-menu-button { width: 39px; height: 39px; }
    .oj-intro { padding-top: 25px; padding-bottom: 21px; }
    .oj-intro p { margin-top: 11px; font-size: 14px; }
    .oj-search { grid-template-columns: 18px 1fr; padding-right: 11px; }
    .oj-search button { display: none; }
    .oj-sort { justify-content: space-between; }
    .oj-sort > span { margin-right: auto; }
    .oj-results-head { margin-bottom: 11px; }
    .oj-results-head h2 { font-size: 17px; }
    .oj-model-media { aspect-ratio: 3 / 4; }
    .oj-model-meta span { font-size: 8px; }
    .oj-model-heading h2 { font-size: 12px; }
    .oj-model-card:hover { transform: none; box-shadow: none; }
    .oj-tags a:nth-child(n+3) { display: none; }
    .oj-main { padding-bottom: 48px; }
    .oj-player { aspect-ratio: 4 / 3; margin-inline: -10px; border-right: 0; border-left: 0; border-radius: 0; }
    .oj-main-cta { min-height: 54px; margin-top: 9px; }
    .oj-model-breadcrumb { padding-top: 13px; padding-bottom: 13px; }
    .oj-profile-title h1 { font-size: 31px; }
    .oj-profile-stats div { padding: 9px; }
    .oj-profile-stats strong { font-size: 13px; }
    .oj-related { padding-top: 40px; }
    .oj-section-title { align-items: flex-start; }
    .oj-section-title > a { display: none; }
    .oj-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}

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

/* Catalogue component layer */
:root {
    --oj-bg: #08090b;
    --oj-bg-soft: #0d0e11;
    --oj-card: #111216;
    --oj-card-hover: #16171c;
    --oj-line: rgba(255,255,255,.075);
    --oj-line-strong: rgba(255,255,255,.14);
    --oj-muted: #92939e;
    --oj-accent: #c3263e;
    --oj-accent-hover: #e03d56;
    --oj-accent-rgb: 195,38,62;
    --oj-success: #40d98b;
    --oj-radius: 14px;
    --oj-shadow: 0 22px 70px rgba(0,0,0,.48);
}

body {
    background:
        radial-gradient(circle at 16% -10%, rgba(var(--oj-accent-rgb),.17), transparent 30rem),
        radial-gradient(circle at 88% 12%, rgba(var(--oj-accent-rgb),.08), transparent 26rem),
        var(--oj-bg);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.oj-site-header {
    background: rgba(8,9,11,.88);
    transition: background .2s ease, box-shadow .2s ease;
}
.oj-site-header.is-scrolled {
    background: rgba(8,9,11,.97);
    box-shadow: 0 18px 45px rgba(0,0,0,.3);
}
.oj-header-main { min-height: 66px; }
.oj-wordmark { font-weight: 950; letter-spacing: -.065em; }
.oj-wordmark-o { color: var(--oj-accent); }
.oj-live-total {
    padding: 6px 9px;
    border: 1px solid var(--oj-line);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
}
.oj-category-nav { height: 43px; }
.oj-category-nav a { height: 43px; }
.oj-category-nav a::after {
    height: 3px;
    border-radius: 3px 3px 0 0;
}
.oj-utility-nav > a:hover,
.oj-language-button:hover {
    border-color: rgba(var(--oj-accent-rgb),.28);
    background: rgba(var(--oj-accent-rgb),.08);
}

.oj-intro {
    position: relative;
    min-height: 210px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 34px;
}
.oj-intro::before {
    content: "";
    position: absolute;
    inset: 24px 0 18px;
    z-index: -1;
    border: 1px solid var(--oj-line);
    border-radius: 24px;
    background:
        linear-gradient(115deg, rgba(var(--oj-accent-rgb),.13), transparent 38%),
        rgba(255,255,255,.018);
}
.oj-intro-copy { padding-left: clamp(20px, 3vw, 48px); }
.oj-intro h1 {
    max-width: 880px;
    font-size: clamp(38px, 4.4vw, 68px);
    line-height: .95;
}
.oj-intro p { max-width: 720px; }
.oj-eyebrow { color: #d7d7dc; }
.oj-intro-signals {
    flex: 0 0 auto;
    display: grid;
    gap: 9px;
    padding-right: clamp(20px, 3vw, 48px);
}
.oj-intro-signals span {
    min-width: 210px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid var(--oj-line);
    border-radius: 11px;
    background: rgba(7,8,10,.56);
    color: #bebec6;
    font-size: 11px;
    font-weight: 750;
}
.oj-intro-signals svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--oj-success);
    stroke-width: 1.8;
}

.oj-catalogue { padding-top: 4px; }
.oj-discovery-bar {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(150px, 210px) minmax(120px, 155px) auto auto;
    align-items: end;
    gap: 9px;
    margin-bottom: 13px;
    padding: 10px;
    border: 1px solid var(--oj-line);
    border-radius: 17px;
    background: rgba(15,16,20,.92);
    box-shadow: 0 15px 40px rgba(0,0,0,.16);
}
.oj-discovery-bar .oj-search {
    width: 100%;
    min-height: 48px;
    grid-template-columns: 19px 1fr;
    margin: 0;
    padding-right: 13px;
    border-radius: 11px;
    background: #0b0c0f;
}
.oj-search:focus-within {
    border-color: rgba(var(--oj-accent-rgb),.7);
    box-shadow: 0 0 0 3px rgba(var(--oj-accent-rgb),.12);
}
.oj-filter-select {
    position: relative;
    min-width: 0;
    min-height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    padding: 5px 35px 5px 12px;
    border: 1px solid var(--oj-line);
    border-radius: 11px;
    background: #0b0c0f;
}
.oj-filter-select::after {
    content: "⌄";
    position: absolute;
    right: 12px;
    top: 50%;
    color: #6f707a;
    transform: translateY(-50%);
    pointer-events: none;
}
.oj-filter-select > span {
    color: #686974;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.oj-filter-select select {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    color: #e5e5e9;
    font-size: 11px;
    font-weight: 750;
}
.oj-filter-select select option { color: #111; background: #fff; }
.oj-filter-submit {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--oj-accent), #6f151b);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}
.oj-filter-submit:hover { transform: translateY(-1px); filter: brightness(1.14); }
.oj-clear-filters {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--oj-line);
    border-radius: 11px;
    background: #0b0c0f;
    color: #a2a3ac;
    font-size: 23px;
}
.oj-clear-filters:hover { border-color: rgba(var(--oj-accent-rgb),.5); color: #fff; }

.oj-category-chips {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 28px;
    overflow-x: auto;
    padding: 2px 1px 7px;
    scrollbar-width: thin;
}
.oj-category-chips a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid var(--oj-line);
    border-radius: 999px;
    background: rgba(255,255,255,.018);
    color: #888994;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}
.oj-category-chips a:hover,
.oj-category-chips a.is-active {
    border-color: rgba(var(--oj-accent-rgb),.58);
    background: rgba(var(--oj-accent-rgb),.13);
    color: #fff;
}

.oj-results-head {
    align-items: flex-end;
    margin-bottom: 15px;
}
.oj-results-head > div:first-child > span {
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.oj-results-head h2 { margin-top: 3px; font-size: clamp(21px, 2.2vw, 30px); }
.oj-results-actions { display: flex; align-items: center; gap: 14px; }
.oj-results-actions > strong { color: #72737d; font-size: 10px; font-weight: 750; }
.oj-sort {
    padding: 3px;
    border: 1px solid var(--oj-line);
    border-radius: 10px;
    background: #0d0e11;
}
.oj-sort a { padding: 7px 10px; }
.oj-sort a.is-active {
    background: #1b1c21;
    box-shadow: none;
}

.oj-model-grid { gap: 12px; }
.oj-model-card {
    border-color: rgba(255,255,255,.065);
    background: linear-gradient(180deg, #131419, #0f1013);
}
.oj-model-card:hover {
    border-color: rgba(var(--oj-accent-rgb),.46);
    box-shadow: 0 18px 50px rgba(0,0,0,.48), 0 0 0 1px rgba(var(--oj-accent-rgb),.1);
}
.oj-model-media { aspect-ratio: 4 / 3; }
.oj-card-preview {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .22s ease;
}
.oj-card-preview.is-active { opacity: 1; }
.oj-card-live-preview {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    overflow: hidden;
    background: #08090c;
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
}
.oj-card-live-preview.is-active { opacity: 1; }
.oj-card-live-preview > :not(script),
.oj-card-live-preview iframe,
.oj-card-live-preview video,
.oj-card-live-preview object,
.oj-card-live-preview embed {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    object-fit: cover;
}
.oj-card-gradient { z-index: 2; height: 48%; }
.oj-open-room {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: rgba(8,9,11,.72);
    color: #fff;
    font-size: 9px;
    font-weight: 850;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .2s ease, transform .2s ease;
    backdrop-filter: blur(10px);
}
.oj-open-room b { color: var(--oj-accent-hover); }
.oj-model-card:hover .oj-open-room,
.oj-model-card:focus-within .oj-open-room { opacity: 1; transform: translateY(0); }
.oj-viewers { z-index: 4; }
.oj-model-info { padding: 11px 12px 13px; }
.oj-model-heading h3 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.015em;
}
.oj-model-heading h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oj-model-heading h3 a:hover { color: var(--oj-accent-hover); }
.oj-model-meta span {
    background: rgba(var(--oj-accent-rgb),.1);
    color: #c7a7aa;
}
.oj-tags a { color: #777985; }
.oj-load-more:hover {
    border-color: var(--oj-accent);
    background: rgba(var(--oj-accent-rgb),.1);
}

.oj-seo-strip {
    display: grid;
    grid-template-columns: minmax(250px, .75fr) minmax(300px, 1.25fr);
    align-items: center;
    gap: clamp(28px, 6vw, 100px);
    margin-top: 74px;
    padding: clamp(25px, 4vw, 48px);
    border: 1px solid var(--oj-line);
    border-radius: 22px;
    background:
        linear-gradient(120deg, rgba(var(--oj-accent-rgb),.12), transparent 45%),
        #0d0e11;
}
.oj-seo-strip span {
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.oj-seo-strip h2 {
    margin: 6px 0 0;
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.oj-seo-strip > p {
    margin: 0;
    color: #9b9ca6;
    font-size: 14px;
    line-height: 1.75;
}

.oj-player {
    border-color: rgba(255,255,255,.12);
    background-color: #050506;
}
.oj-main-cta {
    background: linear-gradient(100deg, var(--oj-accent), #6d151b);
    box-shadow: 0 14px 38px rgba(var(--oj-accent-rgb),.23);
}
.oj-model-profile {
    background:
        linear-gradient(145deg, rgba(var(--oj-accent-rgb),.08), transparent 40%),
        #101115;
}
.oj-profile-title > div > p {
    max-width: 360px;
    margin: 9px 0 0;
    color: #73747e;
    font-size: 11px;
}
.oj-live-badge.static.is-offline {
    background: rgba(255,255,255,.06);
    color: #9a9ba5;
}
.oj-live-badge.static.is-offline i {
    background: #73747d;
    box-shadow: none;
}
.oj-player-fallback {
    display: block;
    overflow: hidden;
}
.oj-player-fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,5,6,.92), rgba(5,5,6,.48) 55%, rgba(5,5,6,.72));
}
.oj-player-fallback > div {
    position: absolute;
    left: clamp(20px, 5vw, 60px);
    top: 50%;
    z-index: 2;
    width: min(520px, calc(100% - 40px));
    transform: translateY(-50%);
}
.oj-player-fallback > div > span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.oj-player-fallback > div > strong {
    display: block;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.oj-player-fallback > div > p {
    position: static;
    max-width: 480px;
    margin: 12px 0 0;
    padding: 0;
    background: none;
    color: #a5a6af;
}
.oj-room-safety {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid var(--oj-line);
}
.oj-room-safety svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--oj-success);
    stroke-width: 1.6;
}
.oj-room-safety p {
    margin: 0;
    color: #6f7079;
    font-size: 10px;
}
.oj-mobile-sticky-cta { display: none; }

@media (max-width: 1120px) {
    .oj-intro-signals { display: none; }
    .oj-intro-copy { padding-right: clamp(20px, 3vw, 48px); }
    .oj-discovery-bar { grid-template-columns: minmax(260px, 1fr) 190px 145px auto auto; }
}

@media (max-width: 900px) {
    .oj-discovery-bar { grid-template-columns: minmax(240px, 1fr) 170px 130px auto; }
    .oj-clear-filters { grid-column: 1 / -1; width: 100%; height: 36px; }
    .oj-results-actions > strong { display: none; }
    .oj-seo-strip { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 782px) {
    .oj-category-nav a.is-active {
        border-color: rgba(var(--oj-accent-rgb),.55);
        background: rgba(var(--oj-accent-rgb),.12);
    }
    .oj-intro {
        min-height: 0;
        padding-top: 30px;
        padding-bottom: 26px;
    }
    .oj-intro::before { inset: 14px 0 8px; }
    .oj-intro-copy { padding-inline: 20px; }
    .oj-discovery-bar { grid-template-columns: 1fr 1fr; }
    .oj-discovery-bar .oj-search { grid-column: 1 / -1; }
    .oj-filter-submit { min-height: 48px; }
    .oj-clear-filters { grid-column: auto; width: 48px; height: 48px; }
    .oj-results-head { align-items: flex-start; }
    .oj-results-actions { align-items: flex-end; flex-direction: column; gap: 5px; }
    .oj-open-room { display: none; }
    .oj-seo-strip { margin-top: 48px; }
    .oj-model-profile { display: block; }
}

@media (max-width: 520px) {
    .oj-intro h1 { font-size: clamp(35px, 11vw, 48px); }
    .oj-intro p { max-width: 95%; }
    .oj-discovery-bar {
        gap: 7px;
        padding: 8px;
        border-radius: 14px;
    }
    .oj-filter-select { min-height: 46px; }
    .oj-filter-submit { min-height: 46px; padding-inline: 13px; }
    .oj-clear-filters { width: 46px; height: 46px; }
    .oj-category-chips { margin-bottom: 20px; }
    .oj-results-head { align-items: stretch; flex-direction: column; gap: 9px; }
    .oj-results-actions { align-items: stretch; }
    .oj-sort { width: fit-content; }
    .oj-model-heading h3 { width: 100%; font-size: 12px; }
    .oj-seo-strip {
        margin-top: 42px;
        padding: 23px 20px;
        border-radius: 16px;
    }
    .oj-player-fallback > div { left: 20px; }
    .oj-player-fallback > div > strong { font-size: 22px; }
    .oj-player-fallback > div > p { font-size: 11px; }
    .oj-model-page { padding-bottom: 88px; }
    .oj-mobile-sticky-cta {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        z-index: 450;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 18px;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 14px;
        background: linear-gradient(100deg, var(--oj-accent), #6d151b);
        color: #fff;
        font-size: 13px;
        font-weight: 900;
        box-shadow: 0 16px 42px rgba(0,0,0,.55);
    }
    .oj-mobile-sticky-cta i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 5px rgba(255,255,255,.13);
    }
    .oj-mobile-sticky-cta b { margin-left: auto; }
}

/* Ojerk glass grid foundation */
:root {
    --oj-bg: #07080b;
    --oj-bg-soft: #0d0f15;
    --oj-card: #10131a;
    --oj-card-hover: #141821;
    --oj-line: rgba(255,255,255,.085);
    --oj-line-strong: rgba(255,255,255,.15);
    --oj-text: #f6f7f9;
    --oj-muted: #a9adb6;
    --oj-accent: #c3263e;
    --oj-accent-hover: #e03d56;
    --oj-accent-rgb: 195,38,62;
    --oj-radius: 18px;
    --oj-shadow: 0 28px 80px rgba(0,0,0,.48);
    --oj-header-height: 118px;
}

html { background: #07080b; }
body {
    background-color: var(--oj-bg);
    background-image:
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
        radial-gradient(circle at 17% 2%, rgba(var(--oj-accent-rgb),.16), transparent 31rem),
        radial-gradient(circle at 86% 18%, rgba(94,51,126,.09), transparent 30rem);
    background-size: 34px 34px, 34px 34px, auto, auto;
    background-attachment: fixed;
}

.oj-shell { width: min(calc(100% - 48px), 1640px); }
.oj-main { padding-bottom: 90px; }

.oj-site-header {
    background: rgba(7,8,11,.79);
    border-bottom-color: rgba(255,255,255,.075);
    -webkit-backdrop-filter: blur(26px) saturate(1.25);
    backdrop-filter: blur(26px) saturate(1.25);
}
.oj-header-main { min-height: 72px; }
.oj-wordmark { font-size: clamp(27px, 2vw, 33px); }
.oj-wordmark-o {
    color: var(--oj-accent);
    text-shadow: 0 0 24px rgba(var(--oj-accent-rgb),.38);
}
.oj-live-total {
    padding-left: 16px;
    border-left: 1px solid var(--oj-line);
    color: #777b85;
}
.oj-utility-nav > a,
.oj-language-button {
    min-height: 38px;
    border-color: rgba(255,255,255,.075);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    color: #b9bdc5;
}
.oj-utility-nav > a:hover,
.oj-language-button:hover {
    border-color: rgba(var(--oj-accent-rgb),.4);
    background: rgba(var(--oj-accent-rgb),.1);
}
.oj-category-bar { border-top-color: rgba(255,255,255,.045); }
.oj-category-nav { height: 45px; }
.oj-category-nav a {
    height: 45px;
    padding-inline: 17px;
    font-size: 11px;
    letter-spacing: .085em;
}
.oj-category-nav a::after {
    left: 17px;
    right: 17px;
    box-shadow: 0 0 16px rgba(var(--oj-accent-rgb),.75);
}

.oj-stripzap-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
    min-height: 520px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 28px;
    background:
        linear-gradient(140deg, rgba(255,255,255,.035), transparent 42%),
        linear-gradient(rgba(13,15,21,.82), rgba(13,15,21,.82)),
        var(--oj-hero-image, linear-gradient(rgba(13,15,21,.8), rgba(13,15,21,.8)));
    background-position: center;
    background-size: cover;
    box-shadow: 0 42px 120px rgba(0,0,0,.43);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}
.oj-stripzap-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 480px;
    height: 480px;
    left: -190px;
    top: -280px;
    border-radius: 50%;
    background: rgba(var(--oj-accent-rgb),.18);
    filter: blur(80px);
}
.oj-stripzap-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 6vw, 92px);
}
.oj-stripzap-eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.03);
    color: #b8bcc5;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.oj-stripzap-eyebrow i,
.oj-stripzap-visual header i,
.oj-stripzap-mini-grid a span i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--oj-success);
    box-shadow: 0 0 0 4px rgba(53,208,127,.1), 0 0 16px rgba(53,208,127,.42);
}
.oj-stripzap-copy h1 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(50px, 6vw, 94px);
    font-weight: 900;
    line-height: .91;
    letter-spacing: -.068em;
}
.oj-stripzap-copy h1::after {
    content: "";
    width: clamp(66px, 8vw, 120px);
    height: 5px;
    display: block;
    margin-top: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--oj-accent), transparent);
    box-shadow: 0 0 24px rgba(var(--oj-accent-rgb),.35);
}
.oj-stripzap-copy > p {
    max-width: 660px;
    margin: 24px 0 0;
    color: #a9adb6;
    font-size: clamp(15px, 1.3vw, 19px);
    line-height: 1.65;
}
.oj-stripzap-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 32px;
}
.oj-stripzap-actions a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 19px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 850;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.oj-stripzap-actions a:hover { transform: translateY(-2px); }
.oj-stripzap-actions a span { font-size: 18px; }
.oj-stripzap-primary {
    min-width: 210px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(105deg, var(--oj-accent), #7d1627);
    color: #fff;
    box-shadow: 0 18px 44px rgba(var(--oj-accent-rgb),.25);
}
.oj-stripzap-secondary {
    min-width: 178px;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.035);
    color: #d7dae0;
}
.oj-stripzap-secondary:hover {
    border-color: rgba(var(--oj-accent-rgb),.45);
    background: rgba(var(--oj-accent-rgb),.08);
}
.oj-stripzap-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 43px;
    padding-top: 22px;
    border-top: 1px solid var(--oj-line);
}
.oj-stripzap-proof span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-inline: 18px;
    border-left: 1px solid var(--oj-line);
    color: #717680;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.oj-stripzap-proof span:first-child {
    padding-left: 0;
    border-left: 0;
}
.oj-stripzap-proof strong {
    color: #f7f8fa;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.oj-stripzap-visual {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    padding: 22px;
    border-left: 1px solid rgba(255,255,255,.09);
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 80% 18%, rgba(var(--oj-accent-rgb),.2), transparent 46%),
        rgba(4,5,8,.54);
    background-size: 28px 28px, 28px 28px, auto, auto;
}
.oj-stripzap-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(7,8,11,.36), transparent 25%);
}
.oj-stripzap-visual header,
.oj-stripzap-visual footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.oj-stripzap-visual header {
    min-height: 46px;
    padding: 0 4px 15px;
}
.oj-stripzap-visual header span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c8cbd1;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-stripzap-visual header b {
    padding: 6px 9px;
    border: 1px solid rgba(53,208,127,.18);
    border-radius: 999px;
    background: rgba(53,208,127,.07);
    color: #65db96;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.oj-stripzap-mini-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 11px;
    min-height: 376px;
}
.oj-stripzap-mini-grid > a,
.oj-stripzap-placeholder {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 16px;
    background: #12151c;
    box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.oj-stripzap-mini-grid > a::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(3,4,6,.85));
}
.oj-stripzap-mini-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
.oj-stripzap-mini-grid a:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}
.oj-stripzap-mini-grid a span {
    position: absolute;
    z-index: 2;
    left: 13px;
    right: 13px;
    bottom: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oj-stripzap-mini-grid a span i {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
    box-shadow: none;
}
.oj-stripzap-placeholder::before {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    left: 15%;
    top: 10%;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(var(--oj-accent-rgb),.44), rgba(255,255,255,.035));
    filter: blur(1px);
}
.oj-stripzap-placeholder::after {
    content: "";
    position: absolute;
    width: 88%;
    height: 55%;
    left: 6%;
    bottom: -15%;
    border-radius: 50% 50% 20% 20%;
    background: linear-gradient(145deg, #252a36, #11141b);
}
.oj-stripzap-placeholder > i {
    position: absolute;
    z-index: 2;
    left: 13px;
    bottom: 13px;
    width: 42%;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
}
.oj-stripzap-visual footer {
    min-height: 49px;
    padding: 14px 4px 0;
    color: #686d77;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.oj-stripzap-visual footer a { color: #d7dae0; }
.oj-stripzap-visual footer a:hover { color: var(--oj-accent-hover); }

.oj-moment {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-width: 0;
    padding: 22px;
    border-left: 1px solid rgba(255,255,255,.09);
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 80% 18%, rgba(var(--oj-accent-rgb),.2), transparent 46%),
        rgba(4,5,8,.54);
    background-size: 28px 28px, 28px 28px, auto, auto;
}
.oj-moment::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(7,8,11,.3), transparent 24%);
}
.oj-moment header,
.oj-moment footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.oj-moment header {
    min-height: 46px;
    padding: 0 4px 15px;
}
.oj-moment header > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c8cbd1;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-moment header i,
.oj-moment-fallback span i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--oj-success);
    box-shadow: 0 0 0 4px rgba(53,208,127,.1), 0 0 16px rgba(53,208,127,.42);
}
.oj-moment header b {
    padding: 6px 9px;
    border: 1px solid rgba(53,208,127,.18);
    border-radius: 999px;
    background: rgba(53,208,127,.07);
    color: #65db96;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.oj-moment-player {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 17px;
    background: #030406;
    box-shadow: 0 18px 48px rgba(0,0,0,.42);
}
.oj-moment-player > :not(script),
.oj-moment-player > div:not(.oj-moment-empty),
.oj-moment-player iframe,
.oj-moment-player video,
.oj-moment-player object,
.oj-moment-player embed {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border: 0;
}
.oj-moment-player iframe,
.oj-moment-player video,
.oj-moment-player object,
.oj-moment-player embed {
    position: absolute;
    inset: 0;
}
.oj-moment-fallback {
    position: absolute;
    inset: 0;
    display: block;
}
.oj-moment-fallback::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(transparent, rgba(3,4,6,.9));
}
.oj-moment-fallback img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oj-moment-fallback span {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 11px;
    font-weight: 850;
}
.oj-moment-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 12px;
    background:
        radial-gradient(circle, rgba(var(--oj-accent-rgb),.16), transparent 50%),
        #080a0f;
    color: #878c96;
    font-size: 11px;
    letter-spacing: .04em;
}
.oj-moment-empty span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 9px solid var(--oj-accent);
    border-radius: 50%;
    color: transparent;
    box-shadow: 0 0 32px rgba(var(--oj-accent-rgb),.28);
}
.oj-moment footer {
    min-height: 67px;
    padding: 14px 4px 0;
}
.oj-moment footer > div:first-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.oj-moment footer > div:first-child span {
    color: #6f747e;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-moment footer > div:first-child strong {
    max-width: 170px;
    overflow: hidden;
    color: #f6f7f9;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oj-moment-viewers {
    flex: 0 0 auto;
    color: #7f848e;
    font-size: 9px;
    font-weight: 750;
}
.oj-moment-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}
.oj-moment-actions a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    color: #cdd0d6;
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
}
.oj-moment-actions a:hover {
    border-color: rgba(var(--oj-accent-rgb),.4);
    color: #fff;
}
.oj-moment-actions a.is-primary {
    border-color: rgba(255,255,255,.12);
    background: linear-gradient(105deg, var(--oj-accent), #7d1627);
    color: #fff;
}

.oj-catalogue {
    scroll-margin-top: 132px;
    padding-top: 34px;
}
.oj-discovery-bar {
    border-color: rgba(255,255,255,.105);
    border-radius: 18px;
    background: rgba(13,15,21,.78);
    box-shadow: 0 18px 52px rgba(0,0,0,.24);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.oj-discovery-bar .oj-search {
    border-color: rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
}
.oj-discovery-bar .oj-search:focus-within {
    border-color: rgba(var(--oj-accent-rgb),.48);
    box-shadow: 0 0 0 3px rgba(var(--oj-accent-rgb),.09);
}
.oj-filter-select {
    border-color: rgba(255,255,255,.075);
    background: rgba(255,255,255,.025);
}
.oj-filter-submit {
    background: linear-gradient(105deg, var(--oj-accent), #82192a);
    box-shadow: 0 10px 28px rgba(var(--oj-accent-rgb),.2);
}
.oj-category-chips a {
    border-color: rgba(255,255,255,.075);
    background: rgba(13,15,21,.6);
}
.oj-category-chips a:hover,
.oj-category-chips a.is-active {
    border-color: rgba(var(--oj-accent-rgb),.45);
    background: rgba(var(--oj-accent-rgb),.11);
}
.oj-results-head { margin-top: 32px; }
.oj-results-head > div:first-child > span { color: var(--oj-accent-hover); }
.oj-results-head h2 {
    font-size: clamp(25px, 2.5vw, 38px);
    letter-spacing: -.045em;
}
.oj-sort {
    padding: 4px;
    border: 1px solid var(--oj-line);
    border-radius: 999px;
    background: rgba(13,15,21,.74);
}
.oj-sort a { border-radius: 999px; }
.oj-sort a:hover,
.oj-sort a.is-active {
    background: rgba(var(--oj-accent-rgb),.14);
    box-shadow: none;
}

.oj-model-grid { gap: 16px; }
.oj-model-card {
    border-color: rgba(255,255,255,.085);
    border-radius: 18px;
    background: rgba(16,19,26,.9);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.oj-model-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--oj-accent-rgb),.46);
    background: #141821;
    box-shadow: 0 22px 58px rgba(0,0,0,.4), 0 0 32px rgba(var(--oj-accent-rgb),.08);
}
.oj-live-badge {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(6,7,10,.7);
}
.oj-favorite-button { background: rgba(6,7,10,.72); }
.oj-model-info { padding: 14px 15px 16px; }
.oj-model-heading h3,
.oj-model-heading h2 { font-size: 14px; }
.oj-open-room { color: var(--oj-accent-hover); }
.oj-load-more {
    border-radius: 999px;
    background: rgba(16,19,26,.8);
}
.oj-load-more:hover { background: rgba(var(--oj-accent-rgb),.12); }

.oj-seo-strip,
.oj-model-profile,
.oj-player,
.oj-page-head {
    border-color: rgba(255,255,255,.1);
    background-color: rgba(13,15,21,.78);
    box-shadow: 0 24px 68px rgba(0,0,0,.27);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.oj-seo-strip {
    background:
        linear-gradient(120deg, rgba(var(--oj-accent-rgb),.15), transparent 46%),
        rgba(13,15,21,.82);
}
.oj-main-cta,
.oj-mobile-sticky-cta {
    background: linear-gradient(105deg, var(--oj-accent), #7d1627);
    box-shadow: 0 16px 42px rgba(var(--oj-accent-rgb),.25);
}

.oj-site-footer {
    border-top-color: rgba(255,255,255,.075);
    background:
        linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
        rgba(5,6,9,.9);
    background-size: 34px 34px;
}

@media (max-width: 1120px) {
    .oj-stripzap-hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); }
    .oj-stripzap-copy { padding: clamp(42px, 5vw, 66px); }
    .oj-stripzap-copy h1 { font-size: clamp(48px, 6vw, 72px); }
}

@media (max-width: 850px) {
    .oj-stripzap-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 23px;
    }
    .oj-stripzap-copy { padding: 50px 42px 42px; }
    .oj-stripzap-visual {
        min-height: 510px;
        border-top: 1px solid rgba(255,255,255,.09);
        border-left: 0;
    }
    .oj-moment {
        min-height: 0;
        border-top: 1px solid rgba(255,255,255,.09);
        border-left: 0;
    }
}

/* Ojerk Premium V6 Growth Engine */
.oj-score-badge {
    position: absolute;
    z-index: 4;
    left: 10px;
    bottom: 10px;
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 9px 0 5px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(6,7,10,.78);
    color: #d8dbe1;
    font-size: 7px;
    font-weight: 950;
    letter-spacing: .09em;
    pointer-events: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity .18s ease;
}
.oj-score-badge b {
    min-width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--oj-accent);
    color: #fff;
    font-size: 8px;
}
.oj-model-card:hover .oj-score-badge,
.oj-model-card:focus-within .oj-score-badge { opacity: 0; }
.oj-hide-model {
    position: absolute;
    z-index: 7;
    top: 49px;
    right: 10px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: rgba(6,7,10,.68);
    color: #b9bdc5;
    font-size: 17px;
    line-height: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: opacity .18s ease, background .18s ease, transform .18s ease;
}
.oj-model-card:hover .oj-hide-model,
.oj-model-card:focus-within .oj-hide-model { opacity: 1; }
.oj-hide-model:hover { background: var(--oj-accent); color: #fff; transform: scale(1.06); }
.oj-model-card.is-hiding { opacity: 0; transform: scale(.96); }
.oj-conversion-cta { transition: background-color .2s ease, border-color .2s ease, transform .2s ease, filter .2s ease; }
.oj-conversion-cta:hover { filter: brightness(1.1); }
.oj-mobile-filter-toggle,
.oj-mobile-filter-head { display: none; }
.oj-utility-nav > .oj-favorites-link {
    padding-inline: 10px;
    border-color: rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
}
.oj-utility-nav > .oj-favorites-link svg { fill: none; }

@media (max-width: 782px) {
    .oj-utility-nav > .oj-favorites-link {
        width: 38px;
        min-width: 38px;
        padding: 0;
        justify-content: center;
    }
    .oj-utility-nav > .oj-favorites-link span { display: none; }
    .oj-utility-nav > .oj-favorites-link b {
        position: absolute;
        top: -5px;
        right: -5px;
    }
}

@media (max-width: 700px) {
    .oj-mobile-filter-toggle {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding: 0 14px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 999px;
        background: rgba(13,15,21,.9);
        color: #fff;
        font-size: 11px;
        font-weight: 850;
    }
    .oj-mobile-filter-toggle > span { color: var(--oj-accent-hover); font-size: 16px; }
    .oj-mobile-filter-toggle b {
        min-width: 19px;
        height: 19px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--oj-accent);
        color: #fff;
        font-size: 8px;
    }
    .oj-discovery-bar.is-mobile-sheet .oj-mobile-filter-head {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 4px;
    }
    .oj-mobile-filter-head strong { font-size: 17px; }
    .oj-mobile-filter-head button {
        width: 35px;
        height: 35px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        color: #fff;
        font-size: 22px;
    }
    body.oj-filter-sheet-open { overflow: hidden; }
    body.oj-filter-sheet-open::before {
        content: "";
        position: fixed;
        z-index: 10005;
        inset: 0;
        background: rgba(0,0,0,.72);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    #oj-discovery-filters.oj-discovery-bar.is-mobile-sheet {
        position: fixed;
        z-index: 10006;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 82dvh;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 0;
        padding: 18px 15px calc(18px + env(safe-area-inset-bottom));
        overflow: auto;
        border-radius: 22px 22px 0 0;
        background: #10131a;
        transform: translateY(110%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s ease;
    }
    body.oj-filter-sheet-open #oj-discovery-filters.is-mobile-sheet {
        transform: translateY(0);
        visibility: visible;
    }
    #oj-discovery-filters.is-mobile-sheet .oj-search { grid-column: 1 / -1; }
    #oj-discovery-filters.is-mobile-sheet .oj-filter-submit { grid-column: 1 / -1; }
    #oj-discovery-filters.is-mobile-sheet .oj-clear-filters {
        position: static;
        grid-column: 1 / -1;
        width: 100%;
        height: 38px;
        border-radius: 10px;
    }
    .oj-hide-model { opacity: 1; }
}

/* Ojerk V5 — instant discovery, premium badges and loading states */
.oj-quick-filters {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 12px 0 14px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}
.oj-quick-filters::-webkit-scrollbar { display: none; }
.oj-quick-filters a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    color: #a8abb3;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
    transition: .2s ease;
}
.oj-quick-filters a:hover,
.oj-quick-filters a.is-active {
    border-color: rgba(var(--oj-accent-rgb),.48);
    background: rgba(var(--oj-accent-rgb),.12);
    color: #fff;
}
.oj-quick-filters a span { color: var(--oj-accent-hover); }

.oj-model-grid { gap: 16px 12px; }
.oj-card-badges {
    position: absolute;
    z-index: 5;
    top: 38px;
    left: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    pointer-events: none;
}
.oj-card-badges b {
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
    background: rgba(7,7,9,.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .07em;
}
.oj-card-badges .is-hd { border-color: rgba(112,183,255,.5); color: #a9d5ff; }
.oj-card-badges .is-new { border-color: rgba(53,208,127,.45); color: #78e5aa; }
.oj-card-badges .is-trending {
    border-color: rgba(var(--oj-accent-rgb),.58);
    background: rgba(var(--oj-accent-rgb),.2);
    color: #ff9dad;
}

.oj-card-skeleton {
    min-height: 272px;
    padding: 0 0 14px;
    overflow: hidden;
    pointer-events: none;
}
.oj-skeleton-media,
.oj-skeleton-line {
    position: relative;
    display: block;
    overflow: hidden;
    background: #1a1b20;
}
.oj-skeleton-media { width: 100%; aspect-ratio: 4 / 3; }
.oj-skeleton-line {
    width: 52%;
    height: 10px;
    margin: 9px 13px 0;
    border-radius: 5px;
}
.oj-skeleton-line.wide { width: 72%; height: 13px; margin-top: 13px; }
.oj-skeleton-media::after,
.oj-skeleton-line::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.075), transparent);
    animation: oj-skeleton-sweep 1.25s infinite;
}
@keyframes oj-skeleton-sweep { to { transform: translateX(100%); } }
.oj-grid-empty { grid-column: 1 / -1; min-height: 220px; }

.oj-moment.is-refreshing { opacity: .72; }

@media (prefers-reduced-motion: reduce) {
    .oj-skeleton-media::after,
    .oj-skeleton-line::after { animation: none; }
}

@media (max-width: 700px) {
    .oj-model-grid { gap: 11px 7px; }
    .oj-quick-filters {
        width: calc(100% + 20px);
        margin-right: -20px;
        padding-right: 20px;
    }
    .oj-card-badges { top: 34px; left: 7px; }
    .oj-card-badges b { min-height: 18px; padding-inline: 6px; font-size: 7px; }
}

.oj-taxonomy-seo {
    display: grid;
    grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
    gap: 36px;
    margin-top: 34px;
    margin-bottom: 58px;
    padding: 28px;
    border: 1px solid var(--oj-line);
    border-radius: 18px;
    background: linear-gradient(130deg, rgba(var(--oj-accent-rgb),.08), rgba(255,255,255,.018));
}
.oj-taxonomy-seo > div > span {
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.oj-taxonomy-seo h2 { margin: 8px 0 0; font-size: clamp(22px, 3vw, 34px); }
.oj-taxonomy-seo nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.oj-taxonomy-seo nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 9px;
    background: rgba(255,255,255,.025);
    color: #b8bbc3;
    font-size: 11px;
    font-weight: 750;
}
.oj-taxonomy-seo nav a:hover { border-color: rgba(var(--oj-accent-rgb),.42); color: #fff; }
.oj-taxonomy-seo nav span { color: var(--oj-accent-hover); }
@media (max-width: 700px) {
    .oj-taxonomy-seo { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
    .oj-taxonomy-seo nav { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
    .oj-shell { width: min(calc(100% - 28px), 1640px); }
    .oj-site-header { background: rgba(7,8,11,.93); }
    .oj-mobile-menu-button {
        border-radius: 999px;
        background: rgba(255,255,255,.035);
    }
    .oj-category-nav { height: auto; }
    .oj-stripzap-hero { margin-top: 16px; }
    .oj-stripzap-copy { padding: 44px 28px 36px; }
    .oj-stripzap-copy h1 { font-size: clamp(44px, 12vw, 70px); }
    .oj-stripzap-visual { min-height: 480px; padding: 16px; }
    .oj-stripzap-mini-grid { min-height: 390px; }
    .oj-moment { padding: 16px; }
    .oj-catalogue { padding-top: 24px; }
}

@media (max-width: 520px) {
    .oj-shell { width: min(calc(100% - 20px), 1640px); }
    .oj-brand-wrap { gap: 10px; }
    .oj-live-total {
        padding-left: 10px;
        font-size: 9px;
    }
    .oj-live-total strong { font-size: 10px; }
    .oj-stripzap-hero { border-radius: 19px; }
    .oj-stripzap-copy { padding: 36px 20px 30px; }
    .oj-stripzap-eyebrow {
        margin-bottom: 19px;
        font-size: 8px;
        letter-spacing: .075em;
    }
    .oj-stripzap-copy h1 { font-size: clamp(40px, 13vw, 58px); }
    .oj-stripzap-copy > p { font-size: 14px; }
    .oj-stripzap-actions { flex-direction: column; }
    .oj-stripzap-actions a {
        width: 100%;
        min-width: 0;
    }
    .oj-stripzap-proof { margin-top: 32px; }
    .oj-stripzap-proof span {
        padding-inline: 10px;
        font-size: 7px;
    }
    .oj-stripzap-proof strong { font-size: 17px; }
    .oj-stripzap-visual { min-height: 412px; padding: 12px; }
    .oj-stripzap-mini-grid {
        min-height: 326px;
        gap: 7px;
    }
    .oj-stripzap-mini-grid > a,
    .oj-stripzap-placeholder { border-radius: 12px; }
    .oj-stripzap-visual footer { font-size: 8px; }
    .oj-moment { padding: 12px; }
    .oj-moment-player { border-radius: 12px; }
    .oj-moment footer {
        min-height: 104px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .oj-moment-viewers { margin-top: 6px; }
    .oj-moment-actions {
        width: 100%;
        justify-content: flex-end;
    }
    .oj-moment-actions a { min-height: 32px; }
    .oj-model-grid { gap: 9px; }
    .oj-model-card { border-radius: 14px; }
}

/* StripZap-style footer */
.oj-site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 9% 15%, rgba(var(--oj-accent-rgb),.12), transparent 27rem),
        linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
        #06070a;
    background-size: auto, 34px 34px, 34px 34px, auto;
}
.oj-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(130px, .62fr));
    gap: clamp(32px, 5vw, 76px);
    padding-top: clamp(54px, 6vw, 84px);
    padding-bottom: clamp(48px, 5vw, 70px);
}
.oj-footer-brand .oj-wordmark { font-size: 35px; }
.oj-footer-brand > p {
    max-width: 390px;
    margin: 17px 0 0;
    color: #898e98;
    font-size: 12px;
    line-height: 1.75;
}
.oj-footer-age {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 27px;
}
.oj-footer-age > span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(var(--oj-accent-rgb),.52);
    border-radius: 50%;
    background: rgba(var(--oj-accent-rgb),.09);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 0 24px rgba(var(--oj-accent-rgb),.08);
}
.oj-footer-age p {
    max-width: 245px;
    margin: 0;
    color: #656a74;
    font-size: 9px;
    line-height: 1.55;
}
.oj-footer-age strong {
    display: block;
    color: #b9bdc5;
    font-size: 10px;
}
.oj-footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}
.oj-footer-column h2 {
    position: relative;
    margin: 1px 0 11px;
    padding-bottom: 12px;
    color: #f2f3f5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.oj-footer-column h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: var(--oj-accent);
    box-shadow: 0 0 12px rgba(var(--oj-accent-rgb),.35);
}
.oj-footer-column a,
.oj-footer-column .menu-item a {
    position: relative;
    color: #7f848e;
    font-size: 11px;
    line-height: 1.4;
    transition: color .2s ease, transform .2s ease;
}
.oj-footer-column a:hover {
    transform: translateX(3px);
    color: #fff;
}
.oj-footer-column .menu-item {
    margin: 0;
    list-style: none;
}
.oj-footer-bottom {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(255,255,255,.07);
    color: #575c66;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .085em;
    text-transform: uppercase;
}
.oj-footer-independent {
    max-width: 760px;
    justify-self: center;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .oj-footer-main {
        grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(110px, .6fr));
        gap: 28px;
    }
}

@media (max-width: 760px) {
    .oj-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 24px;
    }
    .oj-footer-brand { grid-column: 1 / -1; }
    .oj-footer-bottom {
        grid-template-columns: 1fr auto;
        gap: 12px 22px;
        padding-block: 18px;
    }
    .oj-footer-independent {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        max-width: 100%;
        text-align: left;
        white-space: normal;
    }
}

@media (max-width: 520px) {
    .oj-footer-main {
        gap: 36px 20px;
        padding-top: 48px;
        padding-bottom: 43px;
    }
    .oj-footer-brand .oj-wordmark { font-size: 32px; }
    .oj-footer-column h2 { font-size: 9px; }
    .oj-footer-column a,
    .oj-footer-column .menu-item a { font-size: 10px; }
    .oj-footer-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding-block: 18px;
    }
    .oj-footer-independent { order: 3; }
}

/* Ojerk V5 — compact conversion header and hero */
.oj-header-main { min-height: 68px; }
.oj-utility-nav { gap: 7px; }
.oj-utility-nav > .oj-categories-link {
    border-color: transparent;
    background: transparent;
}
.oj-utility-nav > .oj-auth-link {
    min-height: 40px;
    border-color: var(--oj-auth-border, rgba(255,255,255,.1));
    color: var(--oj-auth-color, #f6f7f9);
    font-size: 11px;
    letter-spacing: .01em;
}
.oj-utility-nav > .oj-auth-link.oj-button-style-solid {
    background: var(--oj-auth-bg, #c3263e);
}
.oj-utility-nav > .oj-auth-link.oj-button-style-outline {
    background: transparent;
}
.oj-utility-nav > .oj-auth-link.oj-button-style-ghost {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
.oj-utility-nav > .oj-auth-link:hover {
    border-color: var(--oj-auth-border, rgba(255,255,255,.19));
    background: var(--oj-auth-bg, rgba(255,255,255,.06));
    color: var(--oj-auth-color, #fff);
    filter: brightness(1.12);
}
.oj-utility-nav > .oj-auth-link.oj-button-style-ghost:hover {
    border-color: transparent;
}
.oj-utility-nav > .oj-auth-link.oj-button-shape-rounded {
    border-radius: 11px;
}
.oj-utility-nav > .oj-auth-link.oj-button-shape-pill {
    border-radius: 999px;
}
.oj-utility-nav > .oj-auth-link.oj-button-shape-square {
    border-radius: 4px;
}
.oj-utility-nav > .oj-register-link {
    min-width: 132px;
    justify-content: space-between;
}
.oj-utility-nav > .oj-register-link.oj-button-style-solid {
    box-shadow: 0 10px 28px color-mix(in srgb, var(--oj-auth-bg) 24%, transparent);
}
.oj-auth-link svg { flex: 0 0 17px; }
.oj-language-button {
    min-width: 70px;
    justify-content: center;
    border-color: rgba(255,255,255,.1);
    border-radius: 11px;
    background: rgba(255,255,255,.025);
}
.oj-language-button .oj-language-code {
    display: inline;
    color: #f2f3f5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
}
.oj-language-button .oj-language-chevron {
    width: 12px;
    height: 12px;
    stroke-width: 1.8;
}
.oj-language-button[aria-expanded="true"] {
    border-color: rgba(var(--oj-accent-rgb),.48);
    background: rgba(var(--oj-accent-rgb),.1);
}

.oj-language-overlay {
    display: block;
    padding: 82px 24px 24px;
}
.admin-bar .oj-language-overlay { padding-top: 114px; }
.oj-language-overlay[hidden] { display: none; }
.oj-language-backdrop {
    background: rgba(1,2,4,.68);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.oj-language-panel {
    margin-left: auto;
    width: min(640px, 100%);
    max-height: min(680px, calc(100dvh - 106px));
    border-color: rgba(255,255,255,.12);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(var(--oj-accent-rgb),.08), transparent 35%),
        #0d0f15;
    box-shadow: 0 30px 100px rgba(0,0,0,.65);
}
.oj-language-panel > header {
    min-height: 76px;
    padding: 17px 20px;
    background: rgba(13,15,21,.96);
}
.oj-language-panel h2 { font-size: 20px; }
.oj-language-close {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,.045);
    font-size: 24px;
}
.oj-language-content {
    min-height: 0;
    padding: 15px;
}
.oj-language-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.oj-language-grid a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 11px;
    background: rgba(255,255,255,.022);
    color: #babec6;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.oj-language-grid a:hover {
    border-color: rgba(var(--oj-accent-rgb),.35);
    background: rgba(var(--oj-accent-rgb),.07);
    color: #fff;
}
.oj-language-grid a.is-active {
    border-color: rgba(var(--oj-accent-rgb),.48);
    background: rgba(var(--oj-accent-rgb),.12);
    color: #fff;
}
.oj-language-grid a > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
    color: #f0f1f3;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .05em;
}
.oj-language-grid strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oj-language-grid i {
    color: var(--oj-accent-hover);
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

.oj-stripzap-hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 620px);
    min-height: 390px;
    margin-top: 18px;
    border-radius: 24px;
}
.oj-stripzap-copy { padding: clamp(34px, 4vw, 58px); }
.oj-stripzap-eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;
    font-size: 9px;
}
.oj-stripzap-copy h1 {
    max-width: 680px;
    font-size: clamp(43px, 4.8vw, 72px);
    line-height: .92;
}
.oj-stripzap-copy h1::after {
    height: 4px;
    margin-top: 17px;
}
.oj-stripzap-copy > p {
    max-width: 590px;
    margin-top: 17px;
    font-size: clamp(13px, 1.15vw, 16px);
    line-height: 1.55;
}
.oj-stripzap-actions {
    gap: 9px;
    margin-top: 22px;
}
.oj-stripzap-actions a {
    min-height: 46px;
    padding-inline: 16px;
}
.oj-stripzap-proof { display: none; }
.oj-moment { padding: 16px; }
.oj-moment header {
    min-height: 38px;
    padding-bottom: 10px;
}
.oj-moment-player {
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(0,0,0,.4);
}
.oj-moment footer {
    min-height: 54px;
    padding-top: 10px;
}
.oj-moment-actions a { min-height: 31px; }
.oj-catalogue { padding-top: 27px; }

@media (min-width: 1688px) {
    .oj-language-overlay { padding-right: calc((100vw - 1640px) / 2 + 24px); }
}

@media (max-width: 1120px) {
    .oj-stripzap-hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr); }
    .oj-stripzap-copy { padding: 38px; }
    .oj-stripzap-copy h1 { font-size: clamp(43px, 5.4vw, 64px); }
}

@media (max-width: 1050px) {
    .oj-utility-nav > .oj-categories-link { display: none; }
    .oj-utility-nav > .oj-auth-link {
        display: inline-flex;
        width: auto;
        padding-inline: 12px;
    }
    .oj-utility-nav > .oj-register-link { min-width: 120px; }
    .oj-language-button {
        width: auto;
        min-width: 66px;
        padding-inline: 10px;
    }
    .oj-language-button .oj-language-code { display: inline; }
}

@media (max-width: 850px) {
    .oj-stripzap-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 20px;
    }
    .oj-stripzap-copy { padding: 40px 34px 34px; }
    .oj-moment {
        padding: 16px;
        border-top: 1px solid rgba(255,255,255,.09);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .oj-language-overlay {
        display: flex;
        align-items: flex-end;
        padding: 0;
    }
    .admin-bar .oj-language-overlay { padding-top: 0; }
    .oj-language-panel {
        width: 100%;
        max-height: min(82dvh, 720px);
        margin: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 20px 20px 0 0;
        padding-bottom: env(safe-area-inset-bottom);
    }
    .oj-language-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
    .oj-header-main { min-height: 62px; gap: 8px; }
    .oj-utility-nav { gap: 4px; }
    .oj-utility-nav > .oj-login-link {
        width: 38px;
        min-width: 38px;
        padding: 0;
        justify-content: center;
    }
    .oj-login-link span { display: none; }
    .oj-utility-nav > .oj-register-link {
        min-width: 103px;
        padding-inline: 11px;
    }
    .oj-language-button {
        min-width: 56px;
        padding-inline: 8px;
    }
    .oj-language-button .oj-language-chevron { display: none; }
    .oj-stripzap-hero { margin-top: 12px; }
    .oj-stripzap-copy { padding: 34px 25px 29px; }
    .oj-stripzap-copy h1 { font-size: clamp(39px, 10vw, 57px); }
    .oj-stripzap-copy > p { max-width: 96%; }
    .oj-moment { padding: 13px; }
}

@media (max-width: 520px) {
    .oj-wordmark { font-size: 24px; }
    .oj-header-main { gap: 5px; }
    .oj-utility-nav { gap: 3px; }
    .oj-utility-nav > .oj-login-link {
        width: 36px;
        min-width: 36px;
        height: 36px;
        min-height: 36px;
    }
    .oj-utility-nav > .oj-register-link {
        min-width: 82px;
        min-height: 36px;
        padding-inline: 9px;
        font-size: 9px;
    }
    .oj-register-link svg { display: none; }
    .oj-language-button {
        width: 47px;
        min-width: 47px;
        min-height: 36px;
        padding-inline: 7px;
    }
    .oj-language-button > svg:first-child { width: 15px; }
    .oj-mobile-menu-button {
        width: 36px;
        height: 36px;
    }
    .oj-stripzap-copy { padding: 30px 20px 26px; }
    .oj-stripzap-eyebrow { margin-bottom: 14px; }
    .oj-stripzap-copy h1 { font-size: clamp(38px, 11.5vw, 51px); }
    .oj-stripzap-copy > p { margin-top: 14px; }
    .oj-stripzap-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 18px;
    }
    .oj-stripzap-actions a {
        min-width: 0;
        min-height: 43px;
        padding-inline: 13px;
        font-size: 10px;
    }
    .oj-stripzap-secondary { display: none !important; }
    .oj-moment footer { min-height: 96px; }
    .oj-language-panel > header { min-height: 68px; }
    .oj-language-grid { gap: 6px; }
    .oj-language-grid a {
        min-height: 49px;
        grid-template-columns: 28px minmax(0, 1fr) 12px;
        gap: 7px;
        padding: 7px 8px;
    }
    .oj-language-grid a > span {
        width: 28px;
        height: 28px;
    }
}

/* Category-page overrides follow the legacy component. */
.oj-taxonomy-seo { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.oj-taxonomy-seo h2 { margin-bottom: 18px; }
.oj-taxonomy-related nav { display: grid; }
@media (max-width: 760px) {
    .oj-taxonomy-seo { grid-template-columns: 1fr; }
}

/* Ojerk V8 — polished information and legal pages */
.oj-information-page { padding-bottom: 86px; }
.oj-information-page .oj-content-page {
    width: min(calc(100% - 40px), 1120px);
    padding-top: 4px;
}
.oj-information-page .oj-content-page > article {
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--oj-line);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(var(--oj-accent-rgb),.055), transparent 24rem),
        #101115;
}
.oj-content-hero {
    padding: clamp(30px, 6vw, 72px);
    border-bottom: 1px solid var(--oj-line);
    background:
        radial-gradient(circle at 88% 10%, rgba(var(--oj-accent-rgb),.15), transparent 24rem),
        rgba(255,255,255,.012);
}
.oj-content-hero > span {
    color: var(--oj-accent-hover);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.oj-content-hero h1 {
    max-width: 850px;
    margin: 10px 0 0;
    font-size: clamp(40px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -.055em;
}
.oj-content-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: #a3a6af;
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: 1.75;
}
.oj-information-page .oj-entry-content {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 72px);
    color: #b4b6be;
    font-size: 14px;
    line-height: 1.82;
}
.oj-entry-content .oj-page-lead {
    margin: 0 0 42px;
    color: #e3e4e8;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}
.oj-entry-content .oj-page-updated {
    display: inline-flex;
    margin: -23px 0 38px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 7px;
    background: rgba(255,255,255,.025);
    color: #777b85;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.oj-information-page .oj-entry-content h2 {
    margin: 46px 0 13px;
    font-size: clamp(22px, 3vw, 31px);
    line-height: 1.15;
    letter-spacing: -.035em;
}
.oj-information-page .oj-entry-content h3 {
    margin: 0 0 8px;
    font-size: 15px;
}
.oj-information-page .oj-entry-content p { margin: 0 0 17px; }
.oj-information-page .oj-entry-content ul,
.oj-information-page .oj-entry-content ol {
    margin: 15px 0 24px;
    padding-left: 24px;
}
.oj-information-page .oj-entry-content li { margin: 8px 0; padding-left: 5px; }
.oj-information-page .oj-entry-content a { text-underline-offset: 3px; }
.oj-step-list {
    display: grid;
    gap: 8px;
    margin: 22px 0 48px;
}
.oj-step-list > section {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 19px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 13px;
    background: rgba(255,255,255,.018);
}
.oj-step-list > section > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--oj-accent-rgb),.12);
    color: var(--oj-accent-hover);
    font-size: 11px;
    font-weight: 900;
}
.oj-step-list h2 { margin: 1px 0 6px !important; font-size: 18px !important; }
.oj-step-list p { margin: 0 !important; color: #92959e; font-size: 12px; }
.oj-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0 34px;
}
.oj-info-grid > section {
    padding: 21px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 12px;
    background: rgba(255,255,255,.018);
}
.oj-info-grid > section h2,
.oj-info-grid > section h3 { margin: 0 0 8px !important; font-size: 16px !important; }
.oj-info-grid > section p { margin: 0 !important; color: #8f929b; font-size: 12px; }
.oj-page-note {
    margin: 30px 0;
    padding: 21px 23px;
    border: 1px solid rgba(var(--oj-accent-rgb),.3);
    border-radius: 12px;
    background: rgba(var(--oj-accent-rgb),.075);
}
.oj-page-note strong { display: block; margin-bottom: 5px; color: #fff; font-size: 13px; }
.oj-page-note p { margin: 0 !important; color: #acaeb6; font-size: 12px; }
.oj-faq-list { display: grid; gap: 7px; margin-top: 18px; }
.oj-faq-list details {
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 10px;
    background: rgba(255,255,255,.018);
}
.oj-faq-list summary { padding: 17px 0; color: #e8e9ed; font-size: 13px; font-weight: 800; cursor: pointer; }
.oj-faq-list details p { padding: 0 0 17px; color: #8f929a; font-size: 12px; }
.oj-information-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 22px clamp(30px, 6vw, 72px);
    border-top: 1px solid var(--oj-line);
    background: rgba(0,0,0,.12);
}
.oj-information-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 8px;
    color: #9b9ea7;
    font-size: 10px;
    font-weight: 750;
}
.oj-information-nav a:hover { border-color: rgba(var(--oj-accent-rgb),.45); color: #fff; }
.oj-contact-form {
    display: grid;
    gap: 17px;
    margin-top: 20px;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 15px;
    background: rgba(255,255,255,.018);
}
.oj-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.oj-contact-form label { display: grid; gap: 7px; }
.oj-contact-form label > span { color: #c9cbd1; font-size: 10px; font-weight: 800; }
.oj-contact-form input:not([type="checkbox"]),
.oj-contact-form select,
.oj-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    outline: none;
    background: #0a0b0e;
    color: #f3f4f6;
}
.oj-contact-form input:not([type="checkbox"]),
.oj-contact-form select { min-height: 46px; padding: 0 13px; }
.oj-contact-form textarea { min-height: 170px; padding: 12px 13px; resize: vertical; }
.oj-contact-form input:focus,
.oj-contact-form select:focus,
.oj-contact-form textarea:focus { border-color: rgba(var(--oj-accent-rgb),.68); box-shadow: 0 0 0 3px rgba(var(--oj-accent-rgb),.09); }
.oj-form-consent { grid-template-columns: 18px minmax(0, 1fr); align-items: start; }
.oj-form-consent input { margin-top: 4px; accent-color: var(--oj-accent); }
.oj-form-consent span { color: #858892 !important; font-weight: 500 !important; line-height: 1.55; }
.oj-contact-form > button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 0;
    border-radius: 9px;
    background: var(--oj-accent);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}
.oj-contact-form > button:hover { background: var(--oj-accent-hover); }
.oj-form-honey { position: absolute !important; left: -9999px !important; }
.oj-form-notice { margin: 0 0 20px; padding: 16px 18px; border: 1px solid; border-radius: 10px; }
.oj-form-notice p { margin: 4px 0 0 !important; font-size: 11px; }
.oj-form-notice.is-success { border-color: rgba(53,208,127,.35); background: rgba(53,208,127,.08); }
.oj-form-notice.is-error { border-color: rgba(var(--oj-accent-rgb),.4); background: rgba(var(--oj-accent-rgb),.08); }
.oj-form-footnote { margin-top: 14px !important; color: #737680; font-size: 10px; }

@media (max-width: 680px) {
    .oj-information-page .oj-content-page { width: min(calc(100% - 24px), 1120px); }
    .oj-content-hero,
    .oj-information-page .oj-entry-content { padding: 28px 21px; }
    .oj-info-grid,
    .oj-form-grid { grid-template-columns: 1fr; }
    .oj-step-list > section { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; padding: 17px; }
    .oj-step-list > section > span { width: 40px; height: 40px; }
    .oj-information-nav { padding: 18px 21px; }
}

/* Ojerk V9 — readable type, repaired information layout and model guides */
:root {
    --oj-font: Inter, "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
body {
    font-family: var(--oj-font);
    font-size: 17px;
    line-height: 1.58;
    letter-spacing: -.006em;
}
.oj-utility-nav > a,
.oj-language-button {
    font-size: 14px;
}
.oj-utility-nav > .oj-auth-link { font-size: 13px; }
.oj-category-nav a {
    font-size: 13px;
    letter-spacing: .055em;
}
.oj-live-total,
.oj-live-total strong { font-size: 13px; }
.oj-stripzap-eyebrow,
.oj-moment header > span {
    font-size: 11px;
    letter-spacing: .075em;
}
.oj-stripzap-copy > p {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.65;
}
.oj-stripzap-actions a {
    font-size: 14px;
}
.oj-moment header b,
.oj-moment-viewers { font-size: 11px; }
.oj-moment footer > div:first-child span { font-size: 10px; }
.oj-moment footer > div:first-child strong { font-size: 16px; }
.oj-moment-actions a {
    min-height: 36px;
    font-size: 12px;
}
.oj-quick-filters {
    margin-top: 0;
    margin-bottom: 18px;
    gap: 8px;
}
.oj-quick-filters a {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
    letter-spacing: .025em;
}
.oj-category-chips a {
    padding: 9px 13px;
    font-size: 12px;
}
.oj-results-head > div:first-child > span,
.oj-section-title span,
.oj-taxonomy-seo > div > span,
.oj-home-seo-v7 > header > span,
.oj-model-seo-v7 > span,
.oj-hub-seo > span {
    font-size: 11px;
    letter-spacing: .095em;
}
.oj-results-actions > strong { font-size: 12px; }
.oj-sort a {
    padding: 8px 12px;
    font-size: 13px;
}
.oj-model-info { padding: 14px 14px 16px; }
.oj-model-heading h2,
.oj-model-heading h3 {
    font-size: 16px;
    line-height: 1.35;
}
.oj-model-meta span {
    padding: 4px 7px;
    font-size: 11px;
}
.oj-tags { margin-top: 10px; }
.oj-tags a { font-size: 12px; }
.oj-tags.large a { font-size: 13px; }
.oj-card-badges b {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 9px;
}
.oj-open-room {
    padding: 7px 10px;
    font-size: 11px;
}
.oj-page-head p {
    max-width: 860px;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.68;
}
.oj-empty-state p,
.oj-empty-state a { font-size: 15px; }
.oj-profile-title > div > p,
.oj-profile-copy p,
.oj-room-safety p {
    font-size: 15px;
    line-height: 1.68;
}
.oj-profile-stats small { font-size: 11px; }
.oj-profile-copy h2,
.oj-profile-tags h2 { font-size: 14px; }
.oj-home-seo-copy p,
.oj-model-seo-v7 .oj-seo-copy p,
.oj-taxonomy-rich-copy p,
.oj-hub-seo p {
    color: #b3b6bf;
    font-size: 16px;
    line-height: 1.82;
}
.oj-home-seo-v7 h3,
.oj-taxonomy-related h3 { font-size: 18px; }
.oj-home-seo-links a,
.oj-model-seo-v7 nav a {
    min-height: 44px;
    font-size: 13px;
}
.oj-home-seo-links a small { font-size: 11px; }
.oj-home-seo-columns p {
    color: #a7aab3;
    font-size: 14px;
    line-height: 1.72;
}
.oj-home-seo-columns a {
    min-height: 42px;
    font-size: 13px;
}
.oj-hub-section .oj-section-title > p {
    max-width: 430px;
    color: #969aa4;
    font-size: 14px;
    line-height: 1.6;
}
.oj-hub-facts span { font-size: 11px; }
.oj-taxonomy-directory > a {
    min-height: 88px;
    padding: 17px;
}
.oj-taxonomy-directory > a strong { font-size: 15px; }
.oj-taxonomy-directory > a small { font-size: 12px; }
.oj-country-directory a { min-height: 62px; }
.oj-country-directory strong { font-size: 13px; }
.oj-country-directory span { font-size: 10px; }
.oj-taxonomy-seo nav a {
    min-height: 46px;
    font-size: 13px;
}
.oj-footer-brand > p {
    font-size: 15px;
    line-height: 1.75;
}
.oj-footer-age p,
.oj-footer-age strong {
    font-size: 12px;
    line-height: 1.6;
}
.oj-footer-column h2 { font-size: 12px; }
.oj-footer-column a,
.oj-footer-column .menu-item a { font-size: 14px; }
.oj-footer-bottom {
    font-size: 11px;
    line-height: 1.6;
}
.oj-language-panel small { font-size: 12px; }
.oj-language-panel h2 { font-size: 23px; }
.oj-language-grid a > span { font-size: 10px; }
.oj-language-grid strong { font-size: 13px; }

.oj-information-page .oj-content-page {
    width: min(calc(100% - 40px), 1180px);
}
.oj-information-page .oj-content-page > article {
    overflow: visible;
}
.oj-content-hero {
    padding: clamp(38px, 5.5vw, 68px);
}
.oj-content-hero > span {
    font-size: 12px;
    letter-spacing: .1em;
}
.oj-content-hero h1 {
    font-size: clamp(42px, 5.2vw, 66px);
    line-height: 1.02;
}
.oj-content-hero p {
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.72;
}
.oj-information-page .oj-entry-content {
    max-width: 960px;
    padding: clamp(38px, 5.5vw, 68px);
    color: #c2c4cb;
    font-size: 17px;
    line-height: 1.82;
}
.oj-entry-content .oj-page-lead {
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.68;
}
.oj-entry-content .oj-page-updated {
    font-size: 11px;
}
.oj-information-page .oj-entry-content h2 {
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
}
.oj-information-page .oj-entry-content h3 { font-size: 19px; }
.oj-information-page .oj-entry-content p { margin-bottom: 20px; }
.oj-information-page .oj-entry-content li { margin: 10px 0; }
.oj-information-nav a {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 13px;
}
.oj-page-note {
    padding: 24px 26px;
}
.oj-page-note strong { font-size: 16px; }
.oj-page-note p {
    color: #c1c3ca;
    font-size: 15px;
    line-height: 1.7;
}
.oj-faq-list summary {
    padding: 20px 0;
    font-size: 16px;
}
.oj-faq-list details p {
    padding-bottom: 20px;
    color: #b3b6bf;
    font-size: 15px;
    line-height: 1.72;
}
.oj-contact-form label > span { font-size: 13px; }
.oj-contact-form > button { font-size: 14px; }
.oj-form-notice p,
.oj-form-footnote { font-size: 13px; }

.oj-how-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 58px;
}
.oj-how-steps > article {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(var(--oj-accent-rgb),.06), transparent 55%),
        rgba(255,255,255,.02);
}
.oj-how-number {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(var(--oj-accent-rgb),.35);
    border-radius: 50%;
    background: rgba(var(--oj-accent-rgb),.11);
    color: var(--oj-accent-hover);
    font-size: 13px;
    font-weight: 900;
}
.oj-how-steps h2 {
    margin: 1px 0 10px !important;
    font-size: 21px !important;
    line-height: 1.28 !important;
}
.oj-how-steps p {
    margin: 0 !important;
    color: #b2b5bd;
    font-size: 15px;
    line-height: 1.72;
}
.oj-how-section {
    margin-top: 52px;
}
.oj-how-section > header {
    margin-bottom: 20px;
}
.oj-how-section > header > span {
    color: var(--oj-accent-hover);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-how-section > header h2 {
    margin-top: 7px !important;
}
.oj-info-grid {
    gap: 12px;
}
.oj-info-grid > article,
.oj-info-grid > section {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 14px;
    background: rgba(255,255,255,.02);
}
.oj-info-grid > article h3,
.oj-info-grid > section h3 {
    margin: 0 0 9px !important;
    font-size: 19px !important;
}
.oj-info-grid > article p,
.oj-info-grid > section p {
    margin: 0 !important;
    color: #b0b3bc;
    font-size: 15px;
    line-height: 1.7;
}

.oj-model-seo-v9 {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 26px clamp(38px, 5vw, 76px);
    margin-top: 34px;
    margin-bottom: 34px;
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid var(--oj-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 8% 0, rgba(var(--oj-accent-rgb),.13), transparent 28rem),
        linear-gradient(140deg, rgba(255,255,255,.025), transparent 58%),
        #0d0e11;
}
.oj-model-seo-v9 header > span {
    color: var(--oj-accent-hover);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-model-seo-v9 h2 {
    margin: 9px 0 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.oj-model-seo-v9-copy p {
    margin: 0 0 16px;
    color: #b8bbc3;
    font-size: 16px;
    line-height: 1.82;
}
.oj-model-seo-v9 nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 22px;
    border-top: 1px solid var(--oj-line);
}
.oj-model-seo-v9 nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    background: rgba(255,255,255,.025);
    color: #d0d2d8;
    font-size: 13px;
    font-weight: 780;
}
.oj-model-seo-v9 nav a:hover {
    border-color: rgba(var(--oj-accent-rgb),.5);
    color: #fff;
}

@media (max-width: 820px) {
    body { font-size: 16px; }
    .oj-how-steps,
    .oj-model-seo-v9 { grid-template-columns: 1fr; }
    .oj-model-seo-v9-copy { grid-column: 1; }
    .oj-model-seo-v9 nav { grid-column: 1; }
    .oj-home-seo-copy { columns: 1; }
}

@media (max-width: 560px) {
    .oj-shell { width: min(calc(100% - 24px), 1640px); }
    .oj-category-nav a { font-size: 12px; }
    .oj-quick-filters a { font-size: 11px; }
    .oj-model-heading h2,
    .oj-model-heading h3 { font-size: 14px; }
    .oj-model-meta span { font-size: 10px; }
    .oj-tags a { font-size: 11px; }
    .oj-card-badges b { font-size: 9px; }
    .oj-information-page .oj-content-page { width: min(calc(100% - 20px), 1180px); }
    .oj-content-hero,
    .oj-information-page .oj-entry-content { padding: 30px 22px; }
    .oj-content-hero h1 { font-size: clamp(38px, 12vw, 52px); }
    .oj-how-steps { grid-template-columns: 1fr; gap: 10px; }
    .oj-how-steps > article {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding: 20px;
    }
    .oj-how-number {
        width: 44px;
        height: 44px;
    }
    .oj-how-steps h2 { font-size: 19px !important; }
    .oj-model-seo-v9 {
        padding: 24px 20px;
        border-radius: 16px;
    }
    .oj-footer-column h2 { font-size: 12px; }
    .oj-footer-column a,
    .oj-footer-column .menu-item a { font-size: 13px; }
}

/* Ojerk V10 — premium discovery, readable FAQs and stable directory navigation */
body {
    font-size: var(--oj-base-font-size, 17px);
}
.oj-utility-nav > button.oj-categories-link {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #d2d2d7;
    font: inherit;
    font-size: 13px;
    font-weight: 760;
    cursor: pointer;
}
.oj-utility-nav > button.oj-categories-link:hover,
.oj-utility-nav > button.oj-categories-link[aria-expanded="true"] {
    border-color: rgba(var(--oj-accent-rgb), .4);
    background: rgba(var(--oj-accent-rgb), .09);
    color: #fff;
}
.oj-utility-nav > button.oj-categories-link svg { width: 13px; height: 13px; }

.oj-explore-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 104px 24px 24px;
}
.admin-bar .oj-explore-overlay { padding-top: 136px; }
.oj-explore-overlay[hidden] { display: none; }
.oj-explore-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(1, 2, 4, .72);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
.oj-explore-panel {
    position: relative;
    width: min(1160px, 100%);
    max-height: calc(100dvh - 128px);
    margin: 0 auto;
    overflow: auto;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background:
        radial-gradient(circle at 9% 0, rgba(var(--oj-accent-rgb),.16), transparent 29rem),
        #0d0f14;
    box-shadow: 0 32px 100px rgba(0,0,0,.7);
}
.oj-explore-panel > header {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 24px;
    border-bottom: 1px solid var(--oj-line);
    background: rgba(13,15,20,.96);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.oj-explore-panel header small,
.oj-explore-panel h3,
.oj-v10-discovery article > span,
.oj-v10-faq header > span {
    color: var(--oj-accent-hover);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-explore-panel h2 { margin: 4px 0 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.035em; }
.oj-explore-close {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--oj-line);
    border-radius: 50%;
    background: #191b21;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}
.oj-explore-content {
    display: grid;
    grid-template-columns: .8fr 1.55fr .9fr;
    gap: clamp(24px, 4vw, 54px);
    padding: clamp(25px, 4vw, 48px);
}
.oj-explore-group h3 { margin: 0 0 15px; color: #91959f; }
.oj-explore-group nav { display: grid; gap: 7px; }
.oj-explore-types a,
.oj-explore-countries a {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    color: #e6e7eb;
    font-size: 15px;
    font-weight: 780;
}
.oj-explore-types a:hover,
.oj-explore-countries a:hover,
.oj-explore-links a:hover {
    border-color: rgba(var(--oj-accent-rgb),.48);
    background: rgba(var(--oj-accent-rgb),.08);
    color: #fff;
}
.oj-explore-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.oj-explore-links a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 10px;
    background: rgba(255,255,255,.02);
    color: #e4e5e9;
    font-size: 14px;
    font-weight: 760;
}
.oj-explore-links small { color: #868a94; font-size: 11px; white-space: nowrap; }
.oj-explore-panel > footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    border-top: 1px solid var(--oj-line);
    background: rgba(255,255,255,.018);
}
.oj-explore-panel > footer a { color: #fff; font-size: 14px; font-weight: 850; }
.oj-explore-panel > footer a span { margin-left: 7px; color: var(--oj-accent-hover); }
.oj-explore-panel > footer p { margin: 0; color: #898d96; font-size: 13px; }

.oj-v10-discovery {
    padding-top: clamp(48px, 6vw, 86px);
    padding-bottom: clamp(42px, 6vw, 82px);
}
.oj-v10-new { margin-bottom: clamp(42px, 5vw, 68px); }
.oj-v10-model-row { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.oj-v10-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.oj-v10-directory-grid > article {
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid var(--oj-line);
    border-radius: 19px;
    background:
        linear-gradient(145deg, rgba(var(--oj-accent-rgb),.07), transparent 52%),
        #0d0f13;
}
.oj-v10-directory-grid h2 {
    margin: 8px 0 10px;
    font-size: clamp(28px, 3.2vw, 43px);
    line-height: 1.06;
    letter-spacing: -.045em;
}
.oj-v10-directory-grid p { max-width: 620px; margin: 0 0 24px; color: #aeb1ba; font-size: 16px; line-height: 1.7; }
.oj-v10-directory-grid nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.oj-v10-directory-grid nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 9px;
    background: rgba(255,255,255,.022);
    color: #e3e4e8;
    font-size: 14px;
}
.oj-v10-directory-grid nav a:hover { border-color: rgba(var(--oj-accent-rgb),.45); color: #fff; }
.oj-v10-directory-grid nav small { color: #858994; font-size: 11px; white-space: nowrap; }

.oj-v10-faq {
    display: grid;
    grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
    gap: clamp(28px, 5vw, 76px);
    margin-top: 34px;
    margin-bottom: 34px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--oj-line);
    border-radius: 20px;
    background: #0d0e12;
}
.oj-v10-faq h2 { margin: 8px 0 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; }
.oj-v10-faq details { border-bottom: 1px solid var(--oj-line); }
.oj-v10-faq details:first-child { border-top: 1px solid var(--oj-line); }
.oj-v10-faq summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    list-style: none;
    color: #f1f2f4;
    font-size: 16px;
    font-weight: 790;
}
.oj-v10-faq summary::-webkit-details-marker { display: none; }
.oj-v10-faq summary b { color: var(--oj-accent-hover); font-size: 21px; }
.oj-v10-faq details[open] summary b { transform: rotate(45deg); }
.oj-v10-faq details p { margin: -2px 0 21px; color: #afb2bb; font-size: 16px; line-height: 1.75; }

@media (max-width: 1080px) {
    .oj-explore-content { grid-template-columns: 1fr 1.6fr; }
    .oj-explore-group:last-child { grid-column: 1 / -1; }
    .oj-explore-countries { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .oj-v10-model-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .oj-utility-nav > button.oj-categories-link { display: none; }
    .oj-explore-overlay { padding: 0; }
    .admin-bar .oj-explore-overlay { padding-top: 0; }
    .oj-explore-panel { width: 100%; max-height: 100dvh; min-height: 100dvh; border: 0; border-radius: 0; }
    .oj-explore-content,
    .oj-v10-directory-grid,
    .oj-v10-faq { grid-template-columns: 1fr; }
    .oj-explore-group:last-child { grid-column: 1; }
    .oj-v10-model-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .oj-explore-content { padding: 22px 16px; }
    .oj-explore-links,
    .oj-explore-countries,
    .oj-v10-directory-grid nav { grid-template-columns: 1fr; }
    .oj-explore-panel > footer { align-items: flex-start; flex-direction: column; }
    .oj-v10-model-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oj-v10-faq { padding: 24px 20px; }
    .oj-v10-faq summary,
    .oj-v10-faq details p { font-size: 15px; }
}

/* Ojerk V11 — intelligent discovery, combo landing pages and activity */
.oj-v10-discovery,
.oj-v11-recommendations,
.oj-v11-combo-links,
.oj-home-seo-v7,
.oj-model-seo-v9,
.oj-v10-faq {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
}
.oj-v11-combo-links {
    margin-top: clamp(42px, 6vw, 82px);
    margin-bottom: clamp(42px, 6vw, 82px);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--oj-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 5% 0, rgba(var(--oj-accent-rgb),.15), transparent 29rem),
        linear-gradient(145deg, rgba(255,255,255,.025), transparent 58%),
        #0c0e12;
}
.oj-v11-combo-links header {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(280px, .8fr);
    gap: 6px 38px;
    align-items: end;
    margin-bottom: 25px;
}
.oj-v11-combo-links header > span {
    grid-column: 1;
    color: var(--oj-accent-hover);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.oj-v11-combo-links h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.06;
    letter-spacing: -.045em;
}
.oj-v11-combo-links header p {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    color: #aeb1ba;
    font-size: 15px;
    line-height: 1.7;
}
.oj-v11-combo-links nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}
.oj-v11-combo-links nav a {
    min-height: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    align-content: center;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 11px;
    background: rgba(255,255,255,.023);
    color: #e9eaed;
}
.oj-v11-combo-links nav a:hover {
    border-color: rgba(var(--oj-accent-rgb),.48);
    background: rgba(var(--oj-accent-rgb),.08);
    color: #fff;
}
.oj-v11-combo-links nav strong {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.32;
    text-overflow: ellipsis;
}
.oj-v11-combo-links nav small { grid-column: 1; color: #8f939d; font-size: 11px; }
.oj-v11-combo-links nav span {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--oj-accent-hover);
    font-size: 18px;
}

.oj-v11-recommendations {
    padding-top: clamp(42px, 6vw, 80px);
    padding-bottom: clamp(12px, 2vw, 28px);
}
.oj-v11-recommendations[hidden] { display: none; }
.oj-v11-recommendations .oj-section-title > p {
    max-width: 460px;
    color: #969aa4;
    font-size: 13px;
    line-height: 1.65;
}
.oj-v11-recommendation-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.oj-v11-activity {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}
.oj-v11-activity span {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    color: #b8bbc4;
    font-size: 12px;
    font-weight: 700;
}
.oj-v11-activity i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--oj-accent-hover);
    box-shadow: 0 0 0 4px rgba(var(--oj-accent-rgb),.1);
}

.oj-v11-combo-page .oj-page-head {
    position: relative;
    padding-top: clamp(38px, 6vw, 76px);
    padding-bottom: clamp(30px, 5vw, 58px);
}
.oj-v11-combo-page .oj-page-head::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 4%;
    width: min(34vw, 480px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(var(--oj-accent-rgb),.13);
    filter: blur(100px);
    pointer-events: none;
}
.oj-v11-combo-page .oj-page-head h1 { position: relative; max-width: 1100px; }
.oj-v11-combo-page .oj-page-head > p {
    position: relative;
    max-width: 850px;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
}
.oj-combo-parent-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 23px;
}
.oj-combo-parent-links a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    color: #e7e8eb;
    font-size: 13px;
    font-weight: 800;
}
.oj-combo-parent-links a:hover { border-color: rgba(var(--oj-accent-rgb),.48); color: #fff; }
.oj-combo-parent-links span { color: var(--oj-accent-hover); }
.oj-combo-rich-copy p {
    margin: 0 0 17px;
    color: #b7bac2;
    font-size: 16px;
    line-height: 1.82;
}

@media (max-width: 1180px) {
    .oj-v11-combo-links nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .oj-v11-recommendation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .oj-v11-combo-links header { grid-template-columns: 1fr; }
    .oj-v11-combo-links header > span,
    .oj-v11-combo-links h2,
    .oj-v11-combo-links header p { grid-column: 1; grid-row: auto; }
    .oj-v11-combo-links header p { margin-top: 10px; }
    .oj-v11-combo-links nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oj-v11-recommendation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
    .oj-v11-combo-links { padding: 24px 18px; }
    .oj-v11-combo-links nav { grid-template-columns: 1fr; }
    .oj-v11-combo-links nav a { min-height: 64px; }
    .oj-v11-activity { display: grid; }
    .oj-v11-activity span { border-radius: 9px; }
}

/* V11.1 — tighter homepage rhythm between discovery sections */
.home .oj-v10-discovery {
    padding-top: clamp(30px, 3.5vw, 50px);
    padding-bottom: clamp(20px, 2.8vw, 38px);
}
.home .oj-v10-new { margin-bottom: 0; }
.home .oj-v11-recommendations {
    padding-top: clamp(24px, 3vw, 42px);
    padding-bottom: 8px;
}
.home .oj-v11-combo-links {
    margin-top: clamp(24px, 3vw, 42px);
    margin-bottom: clamp(24px, 3vw, 42px);
}
.home .oj-home-seo-v7 {
    margin-top: clamp(24px, 3vw, 42px);
    margin-bottom: clamp(24px, 3vw, 38px);
}
.home .oj-main { padding-bottom: 48px; }

@media (max-width: 620px) {
    .home .oj-v10-discovery { padding-block: 24px 18px; }
    .home .oj-v11-recommendations { padding-top: 22px; }
    .home .oj-v11-combo-links,
    .home .oj-home-seo-v7 { margin-block: 20px; }
    .home .oj-main { padding-bottom: 34px; }
}


/* ==========================================================================
   Ojerk V12 — Live Discovery Pro
   Catalogue-first layout, instant search and mobile refinements.
   ========================================================================== */
.oj-v12-home{padding-bottom:42px}
.oj-v12-intro{padding-top:34px;padding-bottom:22px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:30px;align-items:end}
.oj-v12-intro-copy{max-width:760px}
.oj-v12-kicker{display:inline-flex;align-items:center;gap:9px;color:#b8bbc5;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.oj-v12-kicker i,.oj-v12-live-summary i{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--oj-accent);box-shadow:0 0 0 5px rgba(var(--oj-accent-rgb),.13)}
.oj-v12-intro h1{margin:12px 0 10px;font-size:clamp(2.35rem,5vw,4.8rem);line-height:.94;letter-spacing:-.055em;max-width:900px}
.oj-v12-intro p{margin:0;color:#aeb1bb;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.65;max-width:760px}
.oj-v12-search{position:relative;display:grid;grid-template-columns:22px 1fr auto;gap:12px;align-items:center;background:#111319;border:1px solid #2a2d35;border-radius:17px;padding:7px 8px 7px 17px;box-shadow:0 18px 50px rgba(0,0,0,.22);z-index:15}
.oj-v12-search>svg{width:22px;height:22px;fill:none;stroke:#8d929f;stroke-width:1.8}
.oj-v12-search input{min-width:0;width:100%;height:48px;padding:0;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;font-size:1rem}
.oj-v12-search input::placeholder{color:#777d89}
.oj-v12-search button{height:44px;padding:0 21px;border:0;border-radius:12px;background:var(--oj-accent);color:#fff;font-weight:850;cursor:pointer}
.oj-v12-search button:hover{background:var(--oj-accent-hover)}
.oj-v12-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:430px;overflow:auto;padding:8px;background:#0e1015;border:1px solid #2b2e37;border-radius:16px;box-shadow:0 26px 70px rgba(0,0,0,.5)}
.oj-v12-suggestion{display:flex;align-items:center;gap:12px;padding:9px;border-radius:12px;color:#fff;text-decoration:none}
.oj-v12-suggestion:hover,.oj-v12-suggestion:focus{background:#1a1d24}
.oj-v12-suggestion img,.oj-v12-suggestion-mark{width:48px;height:48px;flex:0 0 48px;border-radius:10px;object-fit:cover;background:#242730}
.oj-v12-suggestion-mark{display:grid;place-items:center;color:var(--oj-accent);font-weight:900;font-size:1.2rem}
.oj-v12-suggestion>span:last-child{display:grid;gap:3px;min-width:0}
.oj-v12-suggestion strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.oj-v12-suggestion small{color:#8f94a0}
.oj-v12-live-summary{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:4px;color:#aeb2bc}
.oj-v12-live-summary span{display:flex;align-items:center;gap:8px}
.oj-v12-live-summary strong{color:#fff}
.oj-v12-live-summary a{color:#fff;text-decoration:none;font-weight:750}
.oj-v12-performer-nav{display:flex;align-items:center;gap:7px;overflow:auto;padding-top:10px;padding-bottom:18px;scrollbar-width:none}
.oj-v12-performer-nav::-webkit-scrollbar{display:none}
.oj-v12-performer-nav a{flex:0 0 auto;padding:11px 17px;border:1px solid #282b33;border-radius:999px;background:#111318;color:#d7d9df;text-decoration:none;font-weight:780}
.oj-v12-performer-nav a:hover,.oj-v12-performer-nav a.is-active{border-color:rgba(var(--oj-accent-rgb),.7);background:rgba(var(--oj-accent-rgb),.13);color:#fff}
.oj-v12-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.oj-v12-toolbar>div>span,.oj-v12-results-title span{color:#8c919d;font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.oj-v12-toolbar h2,.oj-v12-results-title h2{margin:5px 0 0;color:#fff;font-size:clamp(1.55rem,3vw,2.2rem)}
.oj-v12-toolbar>strong{color:#fff;white-space:nowrap}
.oj-v12-sort{display:flex;gap:6px;overflow:auto;scrollbar-width:none}
.oj-v12-sort::-webkit-scrollbar{display:none}
.oj-v12-sort a{padding:9px 13px;border-radius:10px;color:#aeb2bd;text-decoration:none;font-weight:740;white-space:nowrap}
.oj-v12-sort a:hover,.oj-v12-sort a.is-active{background:#1b1e25;color:#fff}
.oj-v12-tag-strip{display:flex;gap:8px;overflow:auto;margin:0 0 22px;padding:2px 0 8px;scrollbar-width:none}
.oj-v12-tag-strip::-webkit-scrollbar{display:none}
.oj-v12-tag-strip a{display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:9px 12px;border-radius:10px;background:#111318;border:1px solid #252832;color:#dddfe5;text-decoration:none}
.oj-v12-tag-strip a:hover{border-color:#424754;color:#fff}
.oj-v12-tag-strip small{color:#858b97}
.oj-v12-tag-strip .is-all{color:#fff;font-weight:800}
.oj-v12-results-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 15px}
.oj-v12-grid{gap:16px}
.oj-v12-grid .oj-model-card{border-radius:14px}
.oj-v12-grid .oj-model-media{border-radius:13px 13px 0 0}
.oj-v12-seo{margin-top:30px;padding-top:26px;padding-bottom:12px;border-top:1px solid #22252d}
.oj-v12-seo h2{font-size:clamp(1.55rem,3vw,2.25rem);margin:0 0 14px}
.oj-v12-seo>div{max-width:1050px;color:#9da2ad;line-height:1.75}
.oj-v12-seo p{margin:0 0 13px}
.oj-v12-taxonomy .oj-model-breadcrumb{padding-top:22px}
.oj-v12-tax-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;padding-top:28px;padding-bottom:22px}
.oj-v12-tax-head>div:first-child{max-width:920px}
.oj-v12-tax-head h1{font-size:clamp(2.1rem,5vw,4.3rem);line-height:1;margin:10px 0 12px;letter-spacing:-.045em}
.oj-v12-tax-head p{max-width:850px;color:#a5a9b3;line-height:1.65;margin:0}
.oj-v12-tax-count{min-width:145px;padding:18px;border:1px solid #2a2d35;border-radius:17px;background:#111318;text-align:center}
.oj-v12-tax-count strong{display:block;color:#fff;font-size:2rem}
.oj-v12-tax-count span{display:block;color:#8f95a0;margin-top:4px}
.oj-v12-tax-footer{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;margin-top:28px}
.oj-v12-tax-copy,.oj-v12-tax-footer aside{padding:24px;border:1px solid #272a32;border-radius:18px;background:#101217}
.oj-v12-tax-copy>span{color:#8d929d;font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.oj-v12-tax-copy h2{font-size:clamp(1.5rem,3vw,2.2rem);margin:7px 0 15px}
.oj-v12-tax-copy p{color:#a5a9b3;line-height:1.72}
.oj-v12-tax-footer aside h3{margin-top:0}
.oj-v12-tax-footer aside nav{display:grid;gap:8px}
.oj-v12-tax-footer aside a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #242731;color:#d9dbe1;text-decoration:none}
.oj-v12-model-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.oj-v12-model-nav a{display:grid;gap:5px;padding:16px 18px;background:#111318;border:1px solid #292c34;border-radius:14px;text-decoration:none}
.oj-v12-model-nav a.is-next{text-align:right}
.oj-v12-model-nav span{color:#8d929d;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.oj-v12-model-nav strong{color:#fff;font-size:1.05rem}
.oj-v12-pagination{margin-top:18px}
@media (min-width:1500px){
  .oj-v12-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:980px){
  .oj-v12-intro{grid-template-columns:1fr;padding-top:25px}
  .oj-v12-search{max-width:none}
  .oj-v12-live-summary{grid-column:auto}
  .oj-v12-tax-footer{grid-template-columns:1fr}
}
@media (max-width:700px){
  .oj-v12-intro{gap:18px;padding-top:20px;padding-bottom:8px}
  .oj-v12-intro h1{font-size:clamp(2.2rem,12vw,3.2rem)}
  .oj-v12-search{grid-template-columns:20px 1fr;padding-right:12px}
  .oj-v12-search button{display:none}
  .oj-v12-search input{height:45px}
  .oj-v12-live-summary{align-items:flex-start;flex-direction:column;gap:7px}
  .oj-v12-performer-nav{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}
  .oj-v12-toolbar{align-items:flex-start;flex-direction:column}
  .oj-v12-sort{width:100%}
  .oj-v12-tag-strip{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}
  .oj-v12-tax-head{align-items:flex-start;flex-direction:column}
  .oj-v12-tax-count{display:flex;align-items:baseline;gap:8px;min-width:0;padding:11px 14px}
  .oj-v12-tax-count strong{font-size:1.35rem}
  .oj-v12-model-nav{grid-template-columns:1fr}
  .oj-v12-model-nav a.is-next{text-align:left}
  .oj-language-overlay{position:fixed!important;inset:0!important;z-index:999999!important}
  .oj-language-panel{position:absolute!important;left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;top:auto!important;width:auto!important;max-width:none!important;max-height:min(82dvh,720px)!important;overflow:hidden!important;border-radius:20px!important}
  .oj-language-content{overflow:auto!important;max-height:calc(min(82dvh,720px) - 84px)!important;-webkit-overflow-scrolling:touch}
  .oj-language-grid{grid-template-columns:1fr!important}
}
