:root {
    color-scheme: dark;
    --bg: #101216;
    --ink: #07090c;
    --panel: #181b21;
    --panel-2: #20242b;
    --input: #151922;
    --search-input: #20242b;
    --search-placeholder: #7f8b9b;
    --paper: #f2e8d8;
    --line: #343c49;
    --line-soft: #262d38;
    --text: #eef2f6;
    --muted: #9faabb;
    --faint: #6f7b8c;
    --accent: #ff6b7f;
    --accent-2: #d7e0ea;
    --blue: #63d3ff;
    --blue-soft: #9ee4ff;
    --coral-soft: #ffa3b1;
    --stat-time: #bac4d0;
    --stat-viewers: #9ee4ff;
    --stat-followers: #f0a6b3;
    --max: 1420px;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--bg);
}

body {
    margin: 0;
    background-color: var(--bg);
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 107, 127, .018) 18px 19px);
    background-size: 22px 22px, 22px 22px, auto;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0;
}

body.ls-filters-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.top-nav a,
.tag-strip a,
.tag-strip-nav,
.toolbar-search-form > button,
.sort-menu-trigger,
.filters-panel summary,
.filter-actions button,
.card-density button,
.pagination a,
.search-page-form > button,
.seo-link-row a,
.tag-hub-tabs a,
.profile-stream-primary,
.profile-stream-secondary,
.profile-primary-cta,
.profile-secondary-link,
.profile-platform-link,
.contact-submit {
    transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 64px;
    padding: 9px 18px;
    border-bottom: 3px solid var(--ink);
    background: #15181e;
    box-shadow: 0 3px 0 rgba(99, 211, 255, .7), 0 10px 26px rgba(0, 0, 0, .32);
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 132px;
}

.brand-wordmark {
    display: block;
    width: auto;
    height: 42px;
    max-width: 142px;
    object-fit: contain;
    object-position: left center;
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.top-nav::-webkit-scrollbar {
    display: none;
}

.top-nav a,
.header-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 10px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #1d222b;
    color: var(--paper);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 2px 2px 0 var(--ink);
}

.top-nav a {
    height: 34px;
    gap: 7px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #1d222b;
    color: var(--paper);
    box-shadow: 2px 2px 0 var(--ink);
}

.top-nav a:hover {
    border-color: var(--line);
    background: var(--panel-2);
    color: var(--text);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.top-nav a:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.top-nav a.active {
    border-color: var(--ink);
    background: var(--paper);
    color: var(--ink);
    box-shadow: 2px 2px 0 var(--ink);
}

.header-live {
    margin-left: auto;
    background: #13232c;
    color: var(--accent-2);
}

.header-live span {
    width: 7px;
    height: 7px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 8px rgba(99, 211, 255, .55);
}

.shell {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 16px 18px 24px;
}

.intro-strip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 12px;
    padding: 15px 16px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: linear-gradient(180deg, #1b1f27 0%, #171a21 100%);
    box-shadow: 4px 4px 0 var(--ink);
}

.intro-strip::before {
    content: none;
}

.eyebrow {
    margin: 0 0 5px;
    color: var(--coral-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 5px;
    color: var(--paper);
    font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 32px;
    line-height: 1.05;
    text-shadow: 2px 2px 0 var(--ink);
}

.intro-strip p:not(.eyebrow) {
    max-width: 980px;
    min-height: 2.9em;
    margin-bottom: 0;
    color: var(--muted);
    font-weight: 650;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(86px, 1fr));
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--panel-2);
    box-shadow: 3px 3px 0 var(--ink);
}

.stats-row div {
    padding: 8px 10px;
    border-left: 2px solid var(--line-soft);
}

.stats-row div:first-child {
    border-left: 0;
}

.stats-row strong {
    display: block;
    color: var(--text);
    font-size: 15px;
    line-height: 1.2;
}

.stats-row span {
    display: block;
    margin-top: 1px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
}

.toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
}

.tag-strip-wrap {
    position: relative;
    min-width: 0;
}

.tag-strip-wrap::before,
.tag-strip-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 38px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .14s ease;
}

.tag-strip-wrap::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), rgba(16, 18, 22, 0));
}

.tag-strip-wrap::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg), rgba(16, 18, 22, 0));
}

.tag-strip-wrap.has-overflow:not(.is-at-start)::before,
.tag-strip-wrap.has-overflow:not(.is-at-end)::after {
    opacity: 1;
}

.tag-strip {
    display: flex;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.tag-strip::-webkit-scrollbar {
    display: none;
}

.tag-strip a {
    display: inline-flex;
    align-items: center;
    height: 31px;
    padding: 0 9px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #1d222b;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 2px 2px 0 var(--ink);
}

.tag-strip a:hover {
    border-color: var(--line);
    background: var(--panel-2);
    color: var(--text);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.tag-strip a:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.tag-strip a.active {
    border-color: var(--ink);
    background: var(--accent);
    color: var(--ink);
    box-shadow: 2px 2px 0 var(--ink);
}

.tag-strip a.tag-strip-more {
    background: #13232c;
    color: var(--blue-soft);
}

.tag-strip a.tag-strip-more:hover {
    background: var(--blue);
    color: var(--ink);
}

.tag-strip-nav:hover {
    background: var(--blue-soft);
    transform: translate(-1px, calc(-50% - 1px));
    box-shadow: 3px 3px 0 var(--ink);
}

.tag-strip-nav:active {
    transform: translate(1px, calc(-50% + 1px));
    box-shadow: 1px 1px 0 var(--ink);
}

.tag-strip-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 31px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--blue);
    color: var(--ink);
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 2px 2px 0 var(--ink);
}

.tag-strip-wrap.has-overflow .tag-strip-nav {
    display: inline-flex;
}

.tag-strip-nav-prev {
    left: 0;
}

.tag-strip-nav-next {
    right: 0;
}

.tag-strip-nav svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tag-strip-nav:disabled {
    opacity: 0;
    pointer-events: none;
}

.search-form {
    display: grid;
    grid-template-columns: minmax(268px, 338px) 136px;
    gap: 7px;
    align-items: start;
}

.toolbar-search-form {
    display: grid;
    grid-template-columns: minmax(190px, 260px) 78px;
    gap: 7px;
    min-width: 0;
}

.toolbar-sort-form {
    min-width: 0;
}

.toolbar-search-form input,
.toolbar-search-form > button,
.sort-menu-trigger {
    height: 32px;
    min-width: 0;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--input);
    color: var(--text);
    font-weight: 800;
    outline: none;
    box-shadow: 2px 2px 0 var(--ink);
}

.toolbar-search-form input {
    width: 100%;
    padding: 0 9px;
    padding-right: 34px;
    background: var(--search-input);
}

.toolbar-search-form input::placeholder {
    color: var(--search-placeholder);
}

.search-input-wrap {
    position: relative;
    min-width: 0;
}

.search-input-wrap input[type="search"]::-webkit-search-decoration,
.search-input-wrap input[type="search"]::-webkit-search-cancel-button,
.search-input-wrap input[type="search"]::-webkit-search-results-button,
.search-input-wrap input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.search-clear-button {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #252b35;
    color: var(--muted);
    cursor: pointer;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
    transform: translateY(-50%);
    box-shadow: none;
}

.search-clear-button[hidden] {
    display: none;
}

.search-clear-button:hover,
.search-clear-button:focus-visible {
    background: var(--blue);
    color: var(--ink);
    outline: none;
}

.search-clear-button:active {
    transform: translateY(-50%) translate(1px, 1px);
}

.sort-menu {
    position: relative;
    min-width: 0;
}

.sort-menu-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 28px 0 9px;
    cursor: pointer;
    text-align: left;
}

.sort-menu-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--blue);
    transform: translateY(-36%);
}

.sort-menu.is-open .sort-menu-trigger::after {
    transform: translateY(-64%) rotate(180deg);
}

.sort-menu-list {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: auto;
    z-index: 35;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    width: 100%;
    min-width: 0;
    padding: 5px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    box-shadow: 5px 5px 0 var(--ink), 0 14px 32px rgba(0, 0, 0, .38);
}

.sort-menu.is-open .sort-menu-list {
    display: grid;
}

.sort-menu-list button {
    display: flex;
    align-items: center;
    min-height: 30px;
    width: 100%;
    padding: 0 9px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-weight: 850;
    text-align: left;
}

.sort-menu-list button:hover,
.sort-menu-list button:focus-visible {
    background: #252b35;
    color: var(--text);
    outline: none;
}

.sort-menu-list button[aria-selected="true"] {
    background: var(--blue);
    color: var(--ink);
}

.toolbar-search-form > button,
.filter-actions button {
    background: var(--accent);
    color: var(--ink);
    cursor: pointer;
}

.toolbar-search-form input:focus,
.sort-menu-trigger:focus-visible,
.sort-menu.is-open .sort-menu-trigger {
    border-color: var(--blue-soft);
    box-shadow: 2px 2px 0 var(--ink), 0 0 0 1px rgba(158, 228, 255, .28);
}

.toolbar-search-form > button:hover,
.sort-menu-trigger:hover,
.filters-panel summary:hover,
.filter-actions button:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.toolbar-search-form > button:active,
.filters-panel summary:active,
.filter-actions button:active,
.sort-menu-trigger:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.browse-controls {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
}

.filters-panel {
    position: relative;
    margin-bottom: 0;
}

.filters-panel summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 10px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--blue);
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
    position: relative;
    box-shadow: 2px 2px 0 var(--ink);
}

.filters-panel summary::-webkit-details-marker {
    display: none;
}

.filters-panel summary strong {
    display: grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid var(--ink);
    border-radius: 3px;
    background: var(--input);
    color: var(--text);
    font-size: 11px;
}

.filters-grid {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, minmax(148px, 1fr));
    gap: 10px;
    width: min(700px, calc(100vw - 36px));
    max-height: min(78dvh, 680px);
    padding: 10px;
    overflow-y: auto;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    box-shadow: 5px 5px 0 var(--ink), 0 14px 32px rgba(0, 0, 0, .38);
    transform: translate(-50%, -50%);
    scrollbar-gutter: stable;
}

.filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 990;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: default;
    display: none;
}

.filter-overlay.is-visible {
    display: block;
    background: rgba(5, 7, 10, .76);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: auto;
}

.filter-drawer-head {
    grid-column: 1 / -1;
    position: sticky;
    top: -10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    margin: -10px -10px 0;
    padding: 10px 10px 8px;
    border-bottom: 2px solid var(--line-soft);
    background: #171b21;
}

.filter-drawer-head strong {
    color: var(--blue);
    font-size: 14px;
    font-weight: 950;
}

.filter-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1f2631;
    color: var(--text);
    cursor: pointer;
    font-size: 24px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 2px 2px 0 var(--ink);
}

.filter-drawer-close:hover,
.filter-drawer-close:focus-visible {
    background: var(--blue);
    color: var(--ink);
    outline: none;
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.filter-drawer-close:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    margin-bottom: 6px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

fieldset label {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    color: var(--muted);
    cursor: pointer;
    font-weight: 700;
}

fieldset input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: var(--blue);
    cursor: pointer;
}

.filter-actions {
    grid-column: 1 / -1;
    position: sticky;
    bottom: -10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 -10px -10px;
    padding: 10px;
    border-top: 2px solid var(--line-soft);
    background: #171b21;
}

.filter-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    padding: 0 10px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    font-weight: 850;
    box-shadow: 2px 2px 0 var(--ink);
}

.filter-actions button {
    color: var(--ink);
}

.filter-actions .filter-close {
    display: none;
}

.filter-actions .filter-clear {
    margin-right: auto;
    background: var(--panel-2);
    color: var(--muted);
}

.filter-actions .filter-clear[hidden] {
    display: none;
}

.card-density {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
}

.card-density button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #252b35;
    color: var(--muted);
    cursor: pointer;
    box-shadow: 1px 1px 0 var(--ink);
}

.card-density button:hover {
    background: #303846;
    color: var(--text);
    transform: translate(-1px, -1px);
    box-shadow: 2px 2px 0 var(--ink);
}

.card-density button[aria-pressed="true"] {
    background: var(--blue);
    color: var(--ink);
}

.card-density button[aria-pressed="true"]:hover {
    background: var(--blue);
    color: var(--ink);
}

.card-density button:active {
    transform: translate(1px, 1px);
    box-shadow: 0 0 0 var(--ink);
}

.card-density svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 18px 0 8px;
}

.pagination ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination a,
.pagination .dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 32px;
    padding: 0 10px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1d222b;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 2px 2px 0 var(--ink);
}

.pagination a:hover {
    background: #252b35;
    color: var(--text);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.pagination a:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.pagination a.active {
    background: var(--blue);
    color: var(--ink);
}

.pagination a.page-arrow {
    min-width: 36px;
    padding: 0 8px;
}

.pagination a.page-arrow svg {
    display: block;
    width: 15px;
    height: 15px;
}

.pagination .dots {
    border-color: var(--line-soft);
    background: var(--input);
    color: var(--faint);
    box-shadow: none;
}

.cam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.grid-density-compact .cam-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 9px;
}

.grid-density-large .cam-grid {
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 14px;
}

.cam-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
}

.card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 2px solid var(--ink);
    background: #0b0c0f;
}

.card-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 58%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    pointer-events: none;
}

.card-media.is-portrait::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--preview-bg-image);
    background-position: center;
    background-size: cover;
    filter: blur(11px);
    opacity: .68;
    transform: scale(1.08);
}

.card-media img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.95) contrast(1.08);
    transition: filter .16s ease;
}

.card-media.is-preview-playing img {
    visibility: hidden;
}

.card-media.is-portrait img {
    object-fit: contain;
    background: transparent;
}

.card-media:hover img {
    filter: saturate(1.08) contrast(1.1);
}

.ls-card-preview-video,
.ls-card-preview-shadow {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0b0c0f;
    opacity: 0;
    pointer-events: none;
}

.ls-card-preview-video {
    z-index: 2;
    object-fit: cover;
}

.ls-card-preview-shadow {
    z-index: 1;
    object-fit: cover;
    filter: blur(11px);
    transform: scale(1.08);
}

.card-media.is-preview-playing .ls-card-preview-video {
    opacity: 1;
}

.card-media.is-preview-backdrop-ready .ls-card-preview-shadow {
    opacity: .72;
}

.card-media.is-portrait .ls-card-preview-video {
    z-index: 3;
    object-fit: contain;
    background: transparent;
}

.card-media.is-preview-failed .ls-card-preview-video,
.card-media.is-preview-failed .ls-card-preview-shadow {
    display: none;
}

.ls-preview-status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    height: 4px;
    overflow: hidden;
    border-top: 1px solid var(--ink);
    background: #252b35;
    pointer-events: none;
}

.ls-preview-status::before {
    content: "";
    display: block;
    width: 42%;
    height: 100%;
    background: var(--blue);
    box-shadow: 0 0 12px rgba(126, 211, 255, .55);
    animation: lsPreviewStatus 850ms linear infinite;
}

.card-media.is-preview-playing .ls-preview-status {
    display: none;
}

.card-media.is-preview-failed .ls-preview-status {
    display: block;
    background: #4a1515;
}

.card-media.is-preview-failed .ls-preview-status::before {
    width: 100%;
    background: #ff5c5c;
    box-shadow: none;
    animation: none;
}

.media-fallback {
    position: absolute;
    inset: 0;
    display: none;
    place-items: center;
    width: 100%;
    height: 100%;
    background: #0b0c0f;
    color: var(--faint);
    font-weight: 900;
}

.card-media.image-missing img {
    display: none;
}

.card-media.image-missing .media-fallback {
    display: grid;
}

.username-badge {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 8px;
    z-index: 5;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.05;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 0 var(--ink);
    white-space: nowrap;
    user-select: none;
}

.card-body {
    padding: 8px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 11px),
        #171b21;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    white-space: nowrap;
}

.card-stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.card-stat-time {
    margin-right: auto;
}

.ls-icon {
    display: block;
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-stat-time {
    color: var(--stat-time);
}

.card-stat-viewers {
    color: var(--stat-viewers);
}

.card-stat-followers {
    color: var(--stat-followers);
}

.search-page-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 8px;
    margin: 12px 0;
}

.search-page-form input,
.search-page-form > button {
    height: 38px;
    min-width: 0;
    border: 2px solid var(--ink);
    border-radius: 5px;
    box-shadow: 2px 2px 0 var(--ink);
    font-weight: 850;
    outline: none;
}

.search-page-form input {
    width: 100%;
    padding: 0 11px;
    padding-right: 38px;
    background: var(--search-input);
    color: var(--text);
}

.search-page-form input::placeholder {
    color: var(--search-placeholder);
}

.search-page-form > button {
    background: var(--accent);
    color: var(--ink);
    cursor: pointer;
}

.search-page-form input:focus {
    border-color: var(--blue-soft);
    box-shadow: 2px 2px 0 var(--ink), 0 0 0 1px rgba(158, 228, 255, .28);
}

.search-page-form > button:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.search-page-form > button:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.search-results-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 12px 0;
    padding: 11px 12px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    box-shadow: 4px 4px 0 var(--ink);
}

.search-result-query,
.search-result-note {
    display: block;
    min-width: 0;
}

.search-result-query {
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-result-query strong {
    color: var(--paper);
    font-weight: 950;
}

.search-result-note {
    margin-top: 2px;
    color: var(--faint);
    font-size: 11px;
    font-weight: 760;
    line-height: 1.35;
}

.search-result-stats {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
}

.search-result-stats span {
    display: grid;
    gap: 2px;
    min-width: 74px;
    padding: 7px 8px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #13232c;
    box-shadow: 2px 2px 0 var(--ink);
}

.search-result-stats small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.search-result-stats b {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.search-card-snippets {
    display: grid;
    grid-template-rows: repeat(2, 17px);
    gap: 3px;
    min-width: 0;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 2px solid var(--line-soft);
}

.search-card-snippet {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    font-weight: 650;
    line-height: 17px;
    white-space: nowrap;
}

.search-card-snippet-text {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-card-snippet-label {
    color: var(--blue-soft);
    font-weight: 900;
}

.search-card-snippets.has-long-single-snippet {
    grid-template-rows: 36px;
}

.search-card-snippets.has-long-single-snippet .search-card-snippet {
    align-items: flex-start;
    height: 36px;
    white-space: normal;
}

.search-card-snippets.has-long-single-snippet .search-card-snippet-text {
    display: -webkit-box;
    overflow: hidden;
    line-height: 17px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-card-snippet mark {
    padding: 0;
    background: transparent;
    color: var(--coral-soft);
    font-weight: 950;
}

.empty-state,
.copy-band,
.seo-content {
    margin-top: 12px;
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
}

.empty-state h1,
.empty-state h2,
.copy-band h2,
.seo-content h2 {
    margin-bottom: 5px;
    color: var(--paper);
    font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    text-shadow: 2px 2px 0 var(--ink);
}

.empty-state p,
.copy-band p,
.seo-content p {
    margin-bottom: 0;
    color: var(--muted);
    font-weight: 650;
}

.copy-band {
    margin-top: 16px;
}

.seo-content {
    margin-top: 16px;
    background:
        linear-gradient(180deg, rgba(99, 211, 255, .035), transparent 34%),
        var(--panel);
}

.seo-lead {
    max-width: none;
}

.tag-seo-content .seo-lead {
    max-width: none;
}

.seo-lead p + p {
    margin-top: 8px;
}

.seo-content p a {
    color: var(--blue-soft);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.seo-content p a:hover {
    color: var(--accent-2);
}

.seo-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 13px;
    border-top: 2px solid var(--line-soft);
    border-bottom: 2px solid var(--line-soft);
}

.seo-columns > div {
    min-width: 0;
    padding: 12px 14px 12px 0;
}

.seo-columns > div + div {
    padding-left: 14px;
    border-left: 2px solid var(--line-soft);
}

.seo-columns h3 {
    margin: 0 0 5px;
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 900;
}

.seo-compare {
    display: grid;
    grid-template-columns: minmax(210px, .72fr) 1.28fr;
    gap: 14px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 2px solid var(--line-soft);
}

.seo-compare-head h3 {
    margin: 0 0 6px;
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 900;
}

.seo-compare-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.seo-compare-items > div {
    min-width: 0;
    padding: 10px;
    border: 2px solid var(--line-soft);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(255, 198, 83, .08), transparent 42%),
        #1d222b;
}

.seo-compare-items h4 {
    margin: 0 0 5px;
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.seo-checklist {
    display: grid;
    grid-template-columns: minmax(210px, .72fr) 1.28fr;
    gap: 14px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 2px solid var(--line-soft);
}

.seo-checklist-head h3 {
    margin: 0 0 6px;
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 900;
}

.seo-checklist-items {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-checklist-items li {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px;
    min-width: 0;
    padding: 9px 0;
    border-bottom: 2px solid var(--line-soft);
}

.seo-checklist-items li:first-child {
    border-top: 2px solid var(--line-soft);
}

.seo-checklist-items strong {
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.seo-rhythm {
    display: grid;
    grid-template-columns: minmax(210px, .65fr) 1.35fr;
    gap: 14px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 2px solid var(--line-soft);
}

.seo-rhythm-head {
    min-width: 0;
}

.seo-rhythm-head h3 {
    margin: 0 0 6px;
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 900;
}

.seo-rhythm-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-rhythm-steps li {
    min-width: 0;
    padding: 10px;
    border: 2px solid var(--line-soft);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(99, 211, 255, .06), transparent 46%),
        #1d222b;
}

.seo-rhythm-steps span {
    display: block;
    margin-bottom: 5px;
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.seo-spotlight {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) 1.3fr;
    gap: 14px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 2px solid var(--line-soft);
}

.seo-spotlight-head {
    padding-right: 14px;
    border-right: 2px solid var(--line-soft);
}

.seo-spotlight-head h3,
.seo-spotlight-item strong {
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 900;
}

.seo-spotlight-head h3 {
    margin: 0 0 6px;
}

.seo-spotlight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.seo-spotlight-item {
    min-width: 0;
    padding: 10px;
    border: 2px solid var(--line-soft);
    border-radius: 4px;
    background: #1d222b;
}

.seo-spotlight-item strong {
    display: block;
    margin-bottom: 4px;
}

.seo-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
}

.seo-link-row a {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 9px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1d222b;
    color: var(--paper);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 2px 2px 0 var(--ink);
}

.seo-link-row a:hover {
    background: var(--blue);
    color: var(--ink);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.seo-link-row a:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.tag-hub-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.tag-hub-tabs a {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 10px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1d222b;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 2px 2px 0 var(--ink);
}

.tag-hub-tabs a:hover {
    background: var(--panel-2);
    color: var(--text);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.tag-hub-tabs a:active {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.tag-hub-tabs a.active {
    background: var(--blue);
    color: var(--ink);
}

.tag-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tag-hub-group {
    min-width: 0;
    padding: 13px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .024) 0 1px, transparent 1px 12px),
        var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
}

.tag-hub-group h2 {
    margin: 0 0 10px;
    color: var(--paper);
    font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    text-shadow: 2px 2px 0 var(--ink);
}

.tag-hub-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tag-hub-item {
    display: grid;
    gap: 3px;
    min-width: 0;
    min-height: 76px;
    padding: 9px;
    border: 2px solid var(--line-soft);
    border-radius: 4px;
    background: #1d222b;
    box-shadow: 2px 2px 0 var(--ink);
}

.tag-hub-item:hover {
    border-color: var(--ink);
    background: #13232c;
}

.tag-hub-item span {
    color: var(--blue-soft);
    font-size: 13px;
    font-weight: 950;
}

.tag-hub-item small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.32;
}

.profile-shell {
    padding-top: 14px;
}

.profile-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-bottom: 12px;
    padding: 9px 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-breadcrumb a {
    color: var(--blue-soft);
}

.profile-breadcrumb strong {
    min-width: 0;
    overflow: hidden;
    color: var(--paper);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
    gap: 14px;
    align-items: start;
}

.profile-stage-column {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.profile-stage {
    position: relative;
    display: block;
    align-self: start;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #0b0c0f;
    box-shadow: 5px 5px 0 var(--ink);
}

.profile-stage::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .84));
    pointer-events: none;
}

.profile-stage.is-portrait::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--profile-bg-image);
    background-position: center;
    background-size: cover;
    filter: blur(16px);
    opacity: .55;
    transform: scale(1.08);
}

.profile-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.98) contrast(1.06);
}

.profile-video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0b0c0f;
    filter: saturate(.98) contrast(1.05);
}

.profile-stage.is-portrait .profile-video {
    object-fit: contain;
}

.profile-stage.is-limited-stream .profile-video,
.profile-video.is-blurred-stream {
    filter: blur(14px) saturate(.9) contrast(1.04);
    transform: scale(1.045);
    pointer-events: none;
}

.profile-stage.is-stream-error .profile-video {
    opacity: .38;
}

.profile-stage.image-missing img {
    display: none;
}

.profile-stage.image-missing .media-fallback {
    display: grid;
}

.profile-live-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 9px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--accent);
    color: var(--ink);
    font-size: 11px;
    font-weight: 950;
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-live-badge.status-public {
    background: var(--blue);
}

.profile-live-badge.status-private,
.profile-live-badge.status-group,
.profile-live-badge.status-hidden {
    background: var(--accent);
}

.profile-live-badge.status-away {
    background: #f0c86b;
}

.profile-live-badge.status-offline,
.profile-live-badge.status-unknown {
    background: #9faabb;
}

.profile-video-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .16s ease, transform .16s ease;
}

.profile-stage.is-controls-visible .profile-video-controls,
.profile-video-controls:focus-within {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.profile-volume-wrap {
    display: flex;
    align-items: center;
    height: 34px;
    overflow: hidden;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    color: var(--paper);
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-volume-wrap.is-muted .profile-volume-slider {
    display: none;
}

.profile-video-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-left: 2px solid var(--ink);
    background: transparent;
    color: var(--blue-soft);
    cursor: pointer;
}

.profile-volume-wrap.is-muted .profile-video-control {
    border-left: 0;
}

.profile-video-control:hover,
.profile-video-control:focus-visible {
    background: var(--blue);
    color: var(--ink);
    outline: 0;
}

.profile-video-control:active {
    transform: translate(1px, 1px);
}

.profile-video-control svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.profile-video-control .icon-volume-off {
    display: none;
}

.profile-video-control.is-muted .icon-volume-on {
    display: none;
}

.profile-video-control.is-muted .icon-volume-off {
    display: block;
}

.profile-volume-slider {
    width: 88px;
    height: 34px;
    margin: 0 2px 0 10px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
}

.profile-volume-slider:focus {
    outline: 0;
}

.profile-volume-slider:focus-visible::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 2px rgba(86, 205, 255, .35);
}

.profile-volume-slider:focus-visible::-moz-range-track {
    box-shadow: 0 0 0 2px rgba(86, 205, 255, .35);
}

.profile-volume-slider::-webkit-slider-runnable-track {
    height: 6px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: linear-gradient(to right, var(--blue) 0, var(--blue) var(--profile-volume, 100%), #343b47 var(--profile-volume, 100%), #343b47 100%);
}

.profile-volume-slider::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--accent);
    -webkit-appearance: none;
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-volume-slider::-moz-range-track {
    height: 6px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: #343b47;
}

.profile-volume-slider::-moz-range-progress {
    height: 6px;
    border-radius: 999px;
    background: var(--blue);
}

.profile-volume-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-status-note {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    min-width: 0;
    padding: 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(20, 26, 36, .98), rgba(14, 16, 22, .98));
    color: var(--text);
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-status-note strong {
    width: 100%;
    flex: 0 0 auto;
    min-width: 0;
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.profile-status-note span {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    color: var(--paper);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.28;
}

.profile-stream-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(190px, .85fr);
    gap: 9px;
    align-items: stretch;
}

.profile-stream-primary,
.profile-stream-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 0;
    padding: 0 14px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.15;
    text-align: center;
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-stream-primary {
    background: var(--accent);
    color: var(--ink);
}

.profile-stream-secondary {
    background: #13232c;
    color: var(--blue-soft);
}

.profile-stream-primary:hover,
.profile-stream-secondary:hover,
.profile-primary-cta:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0 var(--ink);
}

.profile-secondary-link:hover,
.profile-platform-link:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-stream-primary:active,
.profile-stream-secondary:active,
.profile-primary-cta:active,
.profile-secondary-link:active,
.profile-platform-link:active {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--ink);
}

.profile-sales-line {
    margin: 0;
    padding: 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    color: var(--muted);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.35;
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-summary {
    min-width: 0;
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 12px),
        linear-gradient(180deg, #1d222b 0%, #171b21 100%);
    box-shadow: 5px 5px 0 var(--ink);
}

.profile-cta-card {
    display: grid;
    gap: 12px;
    margin-bottom: 11px;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background:
        linear-gradient(135deg, rgba(99, 211, 255, .16), rgba(255, 107, 127, .12)),
        #151922;
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-cta-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.profile-cta-copy strong {
    color: var(--blue);
    font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.08;
    text-shadow: 2px 2px 0 var(--ink);
}

.profile-cta-copy span {
    color: var(--text);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.35;
}

.profile-platform-link {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    margin-bottom: 11px;
    padding: 8px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #13232c;
    color: var(--blue-soft);
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-platform-link img,
.profile-platform-fallback {
    display: block;
    width: 54px;
    height: 54px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--input);
    object-fit: cover;
}

.profile-platform-fallback {
    display: grid;
    place-items: center;
    color: var(--blue);
    font-weight: 950;
}

.profile-platform-link span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.profile-platform-link strong,
.profile-platform-link small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-platform-link strong {
    color: var(--paper);
    font-size: 13px;
    font-weight: 950;
}

.profile-platform-link small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 760;
}

.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
}

.profile-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
}

.profile-proof-row span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1f2631;
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-primary-cta,
.profile-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-primary-cta {
    width: 100%;
    min-height: 50px;
    background: var(--accent);
    color: var(--ink);
    font-size: 14px;
    font-weight: 950;
    text-align: center;
    box-shadow: 3px 3px 0 var(--ink);
}

.profile-secondary-link {
    background: #13232c;
    color: var(--blue-soft);
}

.profile-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.profile-facts div {
    min-width: 0;
    padding: 8px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: var(--input);
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-facts dt {
    margin: 0 0 2px;
    color: var(--faint);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.profile-facts dd {
    margin: 0;
    overflow: hidden;
    color: var(--paper);
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.profile-panel {
    min-width: 0;
    padding: 13px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
}

.profile-panel h2,
.profile-related h2 {
    margin: 0 0 8px;
    color: var(--paper);
    font-family: "Arial Black", Impact, ui-sans-serif, system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.1;
    text-shadow: 2px 2px 0 var(--ink);
}

.profile-panel p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.profile-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.profile-tag-list a {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 8px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #1d222b;
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 2px 2px 0 var(--ink);
}

.profile-related {
    margin-top: 16px;
}

.profile-sticky-cta {
    display: none;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading a {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 9px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    background: #13232c;
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 2px 2px 0 var(--ink);
}

.site-footer {
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 18px 18px 28px;
    border-top: 3px solid var(--ink);
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(420px, auto);
    gap: 24px;
    align-items: start;
}

.footer-brand {
    display: grid;
    gap: 6px;
    max-width: 680px;
}

.footer-brand strong {
    color: var(--text);
    font-size: 14px;
    font-weight: 950;
}

.footer-brand span {
    color: var(--muted);
    line-height: 1.5;
}

.footer-brand small {
    color: var(--faint);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, auto));
    gap: 18px;
}

.footer-links div {
    display: grid;
    align-content: start;
    gap: 7px;
}

.footer-links span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.site-footer a {
    display: inline-flex;
    justify-self: start;
    color: var(--accent-2);
    font-weight: 900;
    line-height: 1.2;
}

.site-footer a:hover {
    color: var(--blue);
}

.legal-shell {
    padding-top: 20px;
}

.legal-intro {
    align-items: stretch;
}

.legal-quick-links {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 8px;
    min-width: min(100%, 360px);
}

.legal-quick-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #202630;
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 920;
    box-shadow: 2px 2px 0 var(--ink);
}

.legal-quick-links a:hover {
    background: #252b35;
    color: var(--text);
}

.legal-meta {
    margin-top: 8px;
    min-height: 0 !important;
    color: var(--faint) !important;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.legal-card {
    border: 2px solid var(--ink);
    border-radius: 6px;
    background: var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
    overflow: hidden;
}

.legal-card-head {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border-bottom: 2px solid var(--ink);
    background: #202630;
}

.legal-card-head strong {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
}

.legal-list {
    display: grid;
}

.legal-list > div {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
}

.legal-list > div + div {
    border-top: 2px solid var(--line-soft);
}

.legal-list b {
    color: var(--text);
    font-size: 12px;
    font-weight: 920;
}

.legal-list span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.5;
}

.legal-list a {
    color: var(--blue-soft);
    font-weight: 900;
}

.legal-list a:hover {
    color: var(--blue);
}

.contact-shell {
    padding-top: 20px;
}

.contact-intro {
    align-items: stretch;
}

.contact-response-note {
    display: grid;
    align-content: center;
    gap: 5px;
    min-width: min(100%, 330px);
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #202630;
    box-shadow: 3px 3px 0 var(--ink);
}

.contact-response-note strong {
    color: var(--blue);
    font-size: 13px;
    font-weight: 950;
}

.contact-response-note span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.45;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 14px;
    align-items: start;
}

.contact-card,
.contact-info-box {
    border: 2px solid var(--ink);
    border-radius: 6px;
    background: var(--panel);
    box-shadow: 4px 4px 0 var(--ink);
    overflow: hidden;
}

.contact-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 0 12px;
    border-bottom: 2px solid var(--ink);
    background: #202630;
}

.contact-panel-head strong {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
}

.contact-panel-head span {
    color: var(--faint);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.contact-form {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.contact-field > span {
    color: var(--blue-soft);
    font-size: 12px;
    font-weight: 900;
}

.contact-input {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--input);
    color: var(--text);
    font-size: 13px;
    font-weight: 780;
    outline: none;
    box-shadow: 2px 2px 0 var(--ink);
}

.contact-input::placeholder {
    color: var(--faint);
}

.contact-input:focus {
    border-color: var(--ink);
    box-shadow: 2px 2px 0 var(--ink), inset 0 0 0 1px rgba(158, 228, 255, .78);
}

.contact-textarea {
    height: auto;
    min-height: 176px;
    padding: 10px 11px;
    line-height: 1.5;
    resize: vertical;
}

.contact-topic-menu {
    position: relative;
    width: 100%;
}

.contact-topic-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 10px 0 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--input);
    color: var(--text);
    cursor: pointer;
    font-size: 13px;
    font-weight: 820;
    text-align: left;
    box-shadow: 2px 2px 0 var(--ink);
}

.contact-topic-trigger span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-topic-trigger svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: var(--blue);
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-topic-trigger:focus-visible,
.contact-topic-menu.is-open .contact-topic-trigger {
    outline: none;
    box-shadow: 2px 2px 0 var(--ink), inset 0 0 0 1px rgba(158, 228, 255, .78);
}

.contact-topic-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 35;
    display: none;
    width: 100%;
    padding: 6px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #171b21;
    box-shadow: 4px 4px 0 var(--ink), 0 14px 32px rgba(0, 0, 0, .38);
}

.contact-topic-menu.is-open .contact-topic-options {
    display: grid;
    gap: 3px;
}

.contact-topic-options button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 32px;
    padding: 7px 9px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-align: left;
}

.contact-topic-options button:hover,
.contact-topic-options button:focus-visible {
    background: #252b35;
    color: var(--text);
    outline: none;
}

.contact-topic-options button[aria-selected="true"] {
    background: var(--blue);
    color: var(--ink);
}

.contact-turnstile {
    width: 100%;
    height: 65px;
    margin: 5px 0;
    padding: 0;
    overflow: hidden;
}

.contact-actions {
    display: flex;
    justify-content: flex-end;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: var(--accent);
    color: var(--ink);
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 2px 2px 0 var(--ink);
}

.contact-submit:hover:not(:disabled) {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.contact-submit:active:not(:disabled) {
    transform: translate(1px, 1px);
    box-shadow: 1px 1px 0 var(--ink);
}

.contact-submit:disabled {
    cursor: not-allowed;
    background: #252b35;
    color: var(--faint);
}

.contact-status {
    margin: 12px 12px 0;
    padding: 10px 11px;
    border: 2px solid var(--ink);
    border-radius: 5px;
    background: #151922;
    color: var(--muted);
    font-size: 12px;
    font-weight: 820;
    line-height: 1.45;
    box-shadow: 2px 2px 0 var(--ink);
}

.contact-form .contact-status {
    margin: 0;
}

.contact-status.is-error {
    border-color: #6f2230;
    color: #ff9ba9;
}

.contact-status.is-success {
    border-color: #286b57;
    color: #8ff1ca;
}

.contact-side {
    display: grid;
    gap: 14px;
}

.contact-info-box p {
    margin: 0;
    padding: 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.5;
}

.contact-info-box strong {
    color: var(--text);
}

.contact-checklist {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 12px;
    list-style: none;
}

.contact-checklist li {
    position: relative;
    padding-left: 14px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.45;
}

.contact-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 1px 1px 0 var(--ink);
}

@media (max-width: 940px) {
    .site-header {
        flex-wrap: wrap;
    }

    .brand {
        min-width: 0;
    }

    .top-nav {
        order: 3;
        width: 100%;
    }

    .intro-strip,
    .toolbar,
    .profile-hero,
    .profile-info-grid,
    .contact-layout,
    .legal-grid {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .search-form {
        grid-template-columns: minmax(0, 1fr) 136px;
    }

    .toolbar-search-form {
        grid-template-columns: minmax(0, 1fr) 78px;
    }

    .filters-grid {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}

@media (max-width: 760px) {
    body.profile-page {
        padding-bottom: 82px;
    }

    .profile-sticky-cta {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 70;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
        padding: 9px;
        border: 2px solid var(--ink);
        border-radius: 6px;
        background:
            linear-gradient(135deg, rgba(99, 211, 255, .16), rgba(255, 107, 127, .16)),
            #15181e;
        box-shadow: 4px 4px 0 var(--ink), 0 18px 36px rgba(0, 0, 0, .48);
    }

    .profile-sticky-cta span {
        display: grid;
        gap: 1px;
        min-width: 0;
    }

    .profile-sticky-cta strong,
    .profile-sticky-cta small {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .profile-sticky-cta strong {
        color: var(--blue);
        font-size: 12px;
        font-weight: 950;
    }

    .profile-sticky-cta small {
        color: var(--muted);
        font-size: 11px;
        font-weight: 780;
    }

    .profile-sticky-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 86px;
        min-height: 44px;
        padding: 0 14px;
        border: 2px solid var(--ink);
        border-radius: 4px;
        background: var(--accent);
        color: var(--ink);
        font-size: 13px;
        font-weight: 950;
        box-shadow: 2px 2px 0 var(--ink);
    }
}

@media (max-width: 560px) {
    .site-header,
    .shell,
    .site-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-live {
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }

    h1 {
        font-size: 25px;
    }

    .intro-strip {
        padding: 13px 12px;
    }

    .intro-strip p:not(.eyebrow) {
        min-height: 0;
    }

    .stats-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stats-row div {
        padding: 7px;
    }

    .search-page-form,
    .search-results-head,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .search-result-query {
        white-space: normal;
    }

    .search-result-stats {
        justify-content: stretch;
    }

    .search-result-stats span {
        min-width: 0;
    }

    .search-form {
        grid-template-columns: 1fr;
    }

    .toolbar-search-form {
        grid-template-columns: minmax(0, 1fr) 78px;
    }

    .toolbar-search-form input,
    .toolbar-search-form .search-input-wrap,
    .toolbar-search-form > button,
    .toolbar-sort-form,
    .sort-menu,
    .sort-menu-trigger {
        width: 100%;
    }

    .sort-menu-list {
        left: 0;
        right: auto;
        width: 100%;
    }

    .filters-panel summary {
        height: 38px;
        padding: 0 12px;
    }

    .filters-panel summary strong {
        min-width: 20px;
        height: 20px;
    }

    .filters-grid {
        position: fixed;
        inset: 0;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        margin: 0;
        padding: 12px 12px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #171b21;
        transform: none;
        scrollbar-gutter: stable;
    }

    .filters-grid .filter-actions {
        position: sticky;
        bottom: 0;
        margin-top: 12px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        border-top: 2px solid var(--line-soft);
        background: #171b21;
    }

    .filter-actions .filter-close {
        display: none;
    }

    .filter-drawer-head {
        position: sticky;
        top: -12px;
        z-index: 2;
        margin: -12px -12px 12px;
        padding: 12px 12px 10px;
        border-bottom: 2px solid var(--line-soft);
        background: #171b21;
    }

    .filter-drawer-head strong {
        font-size: 17px;
        color: var(--blue);
    }

    .filter-drawer-close {
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .card-density {
        gap: 7px;
    }

    .card-density button {
        width: 42px;
        height: 38px;
    }

    .card-density svg {
        width: 19px;
        height: 19px;
    }

    .pagination {
        margin: 16px 0 8px;
    }

    .pagination ul {
        gap: 5px;
    }

    .pagination a,
    .pagination .dots {
        min-width: 31px;
        height: 31px;
        padding: 0 8px;
        font-size: 12px;
    }

    .pagination a.page-arrow svg {
        width: 14px;
        height: 14px;
    }

    .cam-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .seo-columns {
        grid-template-columns: 1fr;
    }

    .seo-columns > div {
        padding: 11px 0;
    }

    .seo-columns > div + div {
        padding-left: 0;
        border-top: 2px solid var(--line-soft);
        border-left: 0;
    }

    .seo-compare,
    .seo-compare-items,
    .seo-checklist,
    .seo-rhythm,
    .seo-rhythm-steps,
    .seo-spotlight,
    .seo-spotlight-list {
        grid-template-columns: 1fr;
    }

    .seo-compare-head {
        padding-bottom: 11px;
        border-bottom: 2px solid var(--line-soft);
    }

    .seo-checklist-head {
        padding-bottom: 11px;
        border-bottom: 2px solid var(--line-soft);
    }

    .seo-checklist-items li,
    .seo-checklist-items li:first-child {
        grid-template-columns: 1fr;
        gap: 4px;
        border-top: 0;
    }

    .seo-rhythm-head {
        padding-bottom: 11px;
        border-bottom: 2px solid var(--line-soft);
    }

    .seo-spotlight-head {
        padding-right: 0;
        padding-bottom: 11px;
        border-right: 0;
        border-bottom: 2px solid var(--line-soft);
    }

    .tag-hub-grid,
    .tag-hub-list {
        grid-template-columns: 1fr;
    }

    .tag-hub-item {
        min-height: 0;
    }

    .profile-breadcrumb {
        gap: 6px;
        padding: 8px;
    }

    .profile-summary,
    .profile-panel {
        padding: 12px;
    }

    .profile-actions {
        flex-direction: column;
    }

    .profile-facts {
        grid-template-columns: 1fr;
    }

    .profile-primary-cta,
    .profile-secondary-link {
        width: 100%;
    }

    .profile-stream-actions {
        grid-template-columns: 1fr;
    }

    .profile-video-controls {
        top: 8px;
        right: 8px;
    }

    .profile-volume-wrap,
    .profile-video-control {
        height: 32px;
    }

    .profile-video-control {
        width: 32px;
    }

    .profile-video-control svg {
        width: 16px;
        height: 16px;
    }

    .profile-volume-slider {
        width: 72px;
        height: 32px;
        margin-left: 9px;
    }

    .profile-status-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 8px 9px;
    }

    .profile-status-note strong,
    .profile-status-note span {
        width: 100%;
    }

    .profile-stream-primary,
    .profile-stream-secondary {
        min-height: 44px;
    }

    .contact-actions {
        justify-content: stretch;
    }

    .contact-submit {
        width: 100%;
        min-height: 44px;
    }

    .profile-cta-card {
        padding: 11px;
    }

    .profile-proof-row {
        gap: 6px;
    }

    .profile-proof-row span {
        min-height: 27px;
        padding: 0 8px;
        font-size: 11px;
    }

    .card-body {
        padding: 7px;
    }

    .card-meta {
        gap: 7px;
        font-size: 11px;
    }

    .card-stat-followers {
        display: none;
    }

    .footer-inner {
        gap: 14px;
    }

    .footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .legal-quick-links {
        min-width: 0;
    }

    .legal-list > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

@media (hover: none), (pointer: coarse) {
    .profile-volume-wrap,
    .profile-video-control {
        height: 38px;
    }

    .profile-video-control {
        width: 38px;
    }

    .profile-video-control svg {
        width: 18px;
        height: 18px;
    }

    .profile-volume-slider {
        width: 86px;
        height: 38px;
        margin-left: 10px;
    }
}

@keyframes lsPreviewStatus {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(260%);
    }
}
