:root {
    --bg: #f6f1ec;
    --bg-2: #efe6df;
    --panel: #fffdfb;
    --ink: #1a1216;
    --muted: #6d5a61;
    --line: #eadfd8;
    --accent: #d51d48;
    --accent-2: #9a4a16;
    --gold: #8d5a28;
    --live: #e11d48;
    --ok: #1f8a54;
    --glow: rgba(213, 29, 72, .16);
    --rose: #c94b66;
    --violet: #6e4d8c;
    --teal: #1f7a70;
    --shadow: 0 18px 44px rgba(40, 16, 24, .09);
    --shadow-sm: 0 8px 22px rgba(40, 16, 24, .06);
    --paper: #fffdfb;
    --radius: 1.05rem;
    --ico-gender-f: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8.1' r='4.2'/%3E%3Cpath d='M12 12.4v8.1M8.2 17.5h7.6'/%3E%3C/svg%3E");
    --ico-gender-m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.1' cy='14.1' r='4.2'/%3E%3Cpath d='M13.3 10.8 19.4 4.9M14.7 4.9h4.6v4.6'/%3E%3C/svg%3E");
    --ico-gender-c: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='7.55' cy='4.55' r='2.35'/%3E%3Cpath d='M3.4 21.15c.2-4.6 1.6-7.75 4.15-8.6 2.55.85 3.95 4 4.15 8.6H3.4z'/%3E%3Ccircle cx='16.45' cy='4.55' r='2.35'/%3E%3Cpath d='M13.25 21.15V12.45c0-1.55 1.4-2.8 3.15-2.8s3.15 1.25 3.15 2.8v8.7h-2.2v-6.25h-1.9v6.25h-2.2z'/%3E%3C/svg%3E");
    --ico-gender-t: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10.2' cy='13.4' r='4.15'/%3E%3Cpath d='M13.3 10.3 19.2 4.6M14.8 4.6h4.5v4.5M10.2 17.6v4.4M7.6 19.7h5.2'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
html, body { margin: 0; }
html {
    overflow-x: clip;
}
html { background: var(--bg); }
body {
    min-height: 100vh;
    max-width: 100%;
    overflow-x: clip;
    background:
        radial-gradient(1200px 420px at 12% -8%, rgba(213, 29, 72, .07), transparent 58%),
        radial-gradient(900px 380px at 92% 4%, rgba(141, 90, 40, .08), transparent 52%),
        var(--bg);
    color: var(--ink);
    font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    display: flex;
    flex-direction: column;
}
::selection {
    background: color-mix(in srgb, var(--accent) 28%, #fff);
    color: var(--ink);
}
h1, h2, h3, .logo em, .foot-name, .card-name {
    font-family: Fraunces, "Iowan Old Style", Georgia, serif;
    font-weight: 700;
    font-optical-sizing: auto;
}
a { color: var(--accent); text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--accent) 70%, #fff);
    outline-offset: 2px;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
    outline: none;
}

.orbs { display: none !important; }
.grain {
    display: block !important;
    opacity: .032;
}
.orbs {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.orbs i {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    opacity: .22;
    animation: drift 22s ease-in-out infinite;
}
.orbs i:nth-child(1) {
    width: 30rem;
    height: 30rem;
    top: -10rem;
    right: -8rem;
    background: rgba(232, 90, 114, .18);
}
.orbs i:nth-child(2) {
    width: 24rem;
    height: 24rem;
    bottom: 6%;
    left: -10rem;
    background: rgba(228, 192, 154, .12);
    animation-delay: -8s;
}
.orbs i:nth-child(3) {
    width: 18rem;
    height: 18rem;
    top: 44%;
    right: 10%;
    background: rgba(196, 160, 232, .1);
    animation-delay: -14s;
}
@keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-3%, 4%, 0) scale(1.08); }
}
.grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    z-index: 0;
}
.skip, .sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.skip:focus, .skip:focus-visible {
    clip: auto;
    clip-path: none;
    width: auto;
    height: auto;
    overflow: visible;
    top: .5rem;
    left: .5rem;
    z-index: 20;
    padding: .6rem 1rem;
    border-radius: .5rem;
    background: var(--ink);
    color: var(--bg);
    font-weight: 700;
}
.site-header, .site-footer, main {
    width: min(1280px, calc(100% - 2.25rem));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "logo nav"
        "search search"
        "explore explore";
    gap: .55rem 1rem;
    align-items: center;
    padding: .7rem 0 .75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
    position: sticky;
    top: 0;
    z-index: 5;
    background: color-mix(in srgb, var(--paper) 78%, transparent);
    backdrop-filter: saturate(1.35) blur(16px);
    -webkit-backdrop-filter: saturate(1.35) blur(16px);
    box-shadow: 0 1px 0 color-mix(in srgb, #fff 55%, transparent);
}
.logo { grid-area: logo; }
.head-end {
    grid-area: nav;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem .55rem;
    min-width: 0;
}
.nav { grid-area: auto; }
.search { grid-area: search; }
.explore { grid-area: explore; }
.logo {
    color: var(--ink);
    line-height: 1.05;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .35rem .5rem;
    min-width: 0;
}
.logo em {
    font-style: italic;
    font-size: 1.28rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}
.logo em::before {
    content: "";
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: var(--live);
    box-shadow: 0 0 0 4px var(--glow);
    animation: livepulse 2.4s ease-out infinite;
}
.logo span {
    display: block;
    color: var(--muted);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 600;
}
.search { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; position: relative; }
.search-scope {
    flex: 1 0 100%;
    margin: .05rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .65rem;
    align-items: center;
    font-size: .78rem;
    color: var(--muted);
}
.search-scope a, .search-scope-notice a {
    color: var(--accent-2);
    font-weight: 600;
}
.search-scope-cut {
    flex: 0 0 auto;
    margin: 0;
    width: auto;
}
.search-cut {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .18rem .22rem .18rem .7rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--violet) 45%, var(--line));
    background: color-mix(in srgb, var(--violet) 16%, var(--panel));
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
}
.search-cut em { font-style: normal; }
.search-cut a {
    display: grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    color: var(--ink);
    background: color-mix(in srgb, var(--ink) 8%, #fff);
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
}
.search-cut a:hover { background: var(--accent); color: #fff; }
.search-cut-live {
    border-color: color-mix(in srgb, var(--live) 55%, var(--line));
    background: color-mix(in srgb, var(--live) 18%, var(--panel));
}
.search-scope-room {
    margin: -.35rem 0 1rem;
    font-size: .86rem;
}
.search input {
    flex: 1;
    min-width: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: .78rem 1.15rem;
    border-radius: 999px;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.search input:focus {
    outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
    outline-offset: 2px;
    border-color: var(--accent);
}
.search button, .cta, .gate button, .claim-form button {
    border: 0;
    background: var(--accent);
    color: #fff;
    padding: .72rem 1.15rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 999px;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 28%, transparent);
    letter-spacing: .02em;
}
.search button:hover, .cta:hover, .gate button:hover, .claim-form button:hover {
    background: color-mix(in srgb, var(--accent) 86%, #000);
    transform: translateY(-1px);
}
.nav { display: flex; gap: .05rem; font-size: .9rem; font-weight: 600; flex-wrap: wrap; justify-content: flex-end; }
.nav a {
    color: var(--ink);
    padding: .35rem .55rem;
    border-radius: .4rem;
    background: transparent;
    border: 0;
}
.nav a:hover, .explore a:hover { color: var(--accent); border-color: var(--accent); }
.nav a.is-on {
    background: transparent;
    color: var(--accent);
}
.nav a.nav-legal { color: var(--muted); font-size: .82rem; }
.nav a.nav-legal:hover,
.nav a.nav-legal.is-on { color: var(--ink); }
.explore a.is-on, .chips a.is-on {
    background: color-mix(in srgb, var(--accent) 10%, #fff);
    border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
    color: var(--accent);
}
.explore {
    display: flex;
    gap: .35rem;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: .05rem 0 .15rem;
    -webkit-overflow-scrolling: touch;
}
.explore::-webkit-scrollbar { display: none; }
.explore a, .jump a {
    flex: 0 0 auto;
    color: var(--ink);
    padding: .28rem .7rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 88%, transparent);
    font-size: .82rem;
    font-weight: 600;
}
.explore a:hover, .jump a:hover { border-color: var(--accent); color: var(--accent); }
.explore-live {
    background: var(--paper) !important;
    border-color: color-mix(in srgb, var(--live) 28%, var(--line)) !important;
    color: var(--ink) !important;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}
.explore-live::before {
    content: "";
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: var(--live);
    flex: none;
}
.explore-live.is-on {
    color: var(--accent) !important;
    border-color: color-mix(in srgb, var(--accent) 45%, var(--line)) !important;
}
.explore-map {
    border-color: var(--line) !important;
}
.explore-taste {
    position: relative;
    width: 2.35rem;
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.explore-taste::before {
    content: "";
    width: 1.12rem;
    height: 1.12rem;
    background: currentColor;
    -webkit-mask: var(--gender-ico) center / contain no-repeat;
    mask: var(--gender-ico) center / contain no-repeat;
}
.explore a.explore-taste-mujeres {
    --gender-ico: var(--ico-gender-f);
    color: var(--rose);
    border-color: color-mix(in srgb, var(--rose) 40%, var(--line)) !important;
}
.explore a.explore-taste-hombres {
    --gender-ico: var(--ico-gender-m);
    color: var(--accent-2);
    border-color: color-mix(in srgb, var(--accent-2) 40%, var(--line)) !important;
}
.explore a.explore-taste-parejas {
    --gender-ico: var(--ico-gender-c);
    color: var(--violet);
    border-color: color-mix(in srgb, var(--violet) 40%, var(--line)) !important;
}
.explore a.explore-taste-trans {
    --gender-ico: var(--ico-gender-t);
    color: var(--teal);
    border-color: color-mix(in srgb, var(--teal) 40%, var(--line)) !important;
}
.explore a.explore-taste:hover,
.explore a.explore-taste.is-on {
    background: color-mix(in srgb, currentColor 12%, #fff);
    border-color: color-mix(in srgb, currentColor 50%, var(--line)) !important;
}
.explore a.explore-taste-mujeres:hover, .explore a.explore-taste-mujeres.is-on { color: var(--rose); }
.explore a.explore-taste-hombres:hover, .explore a.explore-taste-hombres.is-on { color: var(--accent-2); }
.explore a.explore-taste-parejas:hover, .explore a.explore-taste-parejas.is-on { color: var(--violet); }
.explore a.explore-taste-trans:hover, .explore a.explore-taste-trans.is-on { color: var(--teal); }
.suggest-box {
    position: absolute;
    left: 0;
    right: 3.6rem;
    top: calc(100% + .35rem);
    z-index: 6;
    max-height: min(18rem, 50vh);
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    box-shadow: var(--shadow);
    padding: .25rem 0;
}
.suggest-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-height: 2.75rem;
    padding: .7rem .9rem;
    color: var(--ink);
    border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}
.suggest-item:last-child { border-bottom: 0; }
.suggest-item:hover, .suggest-item.is-on {
    background: color-mix(in srgb, var(--accent) 14%, transparent);
}
.suggest-item em {
    margin-left: auto;
    font-style: normal;
    font-size: .68rem;
    letter-spacing: .06em;
    color: #fff;
    background: var(--live);
    padding: .12rem .4rem;
    border-radius: 999px;
    font-weight: 700;
}
.suggest-item span { color: var(--muted); font-size: .78rem; }
.suggest-item small {
    margin-left: auto;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 600;
}
.suggest-item.is-search {
    border-top: 1px solid color-mix(in srgb, var(--gold) 22%, var(--line));
    color: var(--accent-2);
    font-weight: 600;
}
main { flex: 1; padding: 2.2rem 0 4.6rem; }
.mast { padding: 1.05rem 0 2.15rem; max-width: 42rem; }
.mast-home { max-width: 46rem; }
.mast-stage {
    display: grid;
    gap: 1.3rem;
    margin: 0 0 .4rem;
}
.spotlight { position: relative; align-self: start; }
.spotlight .card { height: auto; }
.spotlight .card-body, .spotlight .card-go { flex: none; margin-top: 0; }
.spotlight-kicker {
    margin: 0 0 .55rem;
    color: var(--gold);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .66rem;
    font-weight: 700;
}
.spotlight .card {
    max-width: 28rem;
    height: auto;
}
.mast h1, .gate h1, .profile h1, .hero h1 {
    font-size: clamp(2.15rem, 7.5vw, 3.8rem);
    line-height: .94;
    margin: .2rem 0 .65rem;
    letter-spacing: -.04em;
    text-wrap: balance;
}
.mast-listing h1 {
    font-size: clamp(1.7rem, 4.8vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: -.03em;
    margin: .2rem 0 .65rem;
}
.mast h1 em, .gate h1 em {
    font-style: italic;
    color: var(--accent);
}
.kicker {
    color: var(--gold);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .66rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}
.kicker::after {
    content: "";
    width: 2.4rem;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
}
.lede { color: var(--muted); font-size: 1.1rem; line-height: 1.6; max-width: 38rem; }
.live-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: .15rem 0 .9rem;
    padding: .4rem .85rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent) 8%, var(--paper));
    border: 1px solid color-mix(in srgb, var(--live) 22%, var(--line));
    color: var(--ink);
    font-size: .92rem;
    box-shadow: none;
}
.live-pill::before {
    content: "";
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: var(--live);
    box-shadow: none;
}
.live-pill strong { font-family: Fraunces, serif; font-size: 1.2rem; color: var(--accent-2); }
.jump { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; }
.mast-home .jump {
    gap: .15rem .85rem;
    margin: .35rem 0 0;
}
.mast-home .jump a {
    border: 0;
    background: transparent;
    padding: .15rem 0;
    border-radius: 0;
    color: var(--ink);
    font-size: .92rem;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, var(--accent) 35%, transparent);
    text-underline-offset: .22em;
    text-decoration-thickness: 1px;
}
.mast-home .jump a:hover {
    color: var(--accent);
    border-color: transparent;
    text-decoration-color: var(--accent);
}
.muted { color: var(--muted); }
.notice {
    color: var(--ink);
    border-left: 2px solid color-mix(in srgb, var(--accent) 55%, var(--line));
    padding: .35rem 0 .35rem .9rem;
    background: color-mix(in srgb, var(--paper) 70%, transparent);
    border-radius: 0 .6rem .6rem 0;
}
.notice.is-ok {
    border-left-color: var(--teal);
    background: linear-gradient(90deg, color-mix(in srgb, var(--teal) 16%, transparent), transparent);
}
.band { margin: 1.9rem 0 2.6rem; scroll-margin-top: 6.6rem; }
.band-head {
    margin: 0 0 1.15rem;
    display: grid;
    gap: .25rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid color-mix(in srgb, var(--gold) 14%, var(--line));
}
.band-head[data-n] {
    grid-template-columns: auto 1fr;
    column-gap: .85rem;
    align-items: end;
}
.band-head[data-n]::before {
    content: attr(data-n);
    grid-row: 1 / span 2;
    font-family: Fraunces, serif;
    font-style: italic;
    font-size: 1.7rem;
    color: color-mix(in srgb, var(--gold) 62%, transparent);
    line-height: .9;
    padding-bottom: .15rem;
}
.band-head h2 { font-size: clamp(1.6rem, 4vw, 2.25rem); margin: 0; letter-spacing: -.025em; }
.band-head p { margin: 0; color: var(--muted); font-size: .92rem; }
.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    max-width: 100%;
    align-items: start;
}
.grid > * { min-width: 0; }
.grid > div { animation: rise .55s cubic-bezier(.2, .8, .2, 1) both; animation-delay: calc(var(--d, 0) * 40ms); }
.grid > .is-featured { grid-column: auto; }
@keyframes rise {
    from { opacity: 0; transform: translateY(16px) scale(.985); }
    to { opacity: 1; transform: none; }
}
.card {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease, border-color .28s ease;
}
.card.is-bare .card-media {
    background: #efe6df;
}
.card.is-live {
    border-color: color-mix(in srgb, var(--live) 26%, var(--line));
}
.card.is-fresh {
    border-color: color-mix(in srgb, var(--gold) 42%, var(--line));
}
.card.is-fresh .live {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 50%, transparent);
}
.card:not(.is-live) .card-media img {
    filter: grayscale(.28) saturate(.82);
    opacity: .92;
}
.card-enter {
    position: absolute;
    left: auto;
    right: .4rem;
    bottom: .4rem;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    min-height: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(18, 8, 12, .55);
    color: #fff;
    font-size: 0;
    letter-spacing: 0;
    opacity: 0;
    transform: none;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.card-enter::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .28rem 0 .28rem .46rem;
    border-color: transparent transparent transparent #fff;
    margin-left: .12rem;
}
.is-feature .card-enter,
.spotlight .card-enter {
    display: none;
}
.card.is-live:not(.is-feature) .card-enter {
    opacity: 1;
}
@media (hover: hover) {
    .card.is-live:hover .card-enter,
    .card.is-live:focus-within .card-enter,
    a.profile-media:hover .card-enter,
    a.profile-media:focus-within .card-enter {
        opacity: 1;
        transform: none;
        background: color-mix(in srgb, var(--accent) 92%, #000);
    }
}
@media (hover: hover) {
    .card:hover {
        border-color: color-mix(in srgb, var(--ink) 18%, var(--line));
        transform: translateY(-4px);
        box-shadow: var(--shadow);
    }
    .card:hover .card-media img {
        transform: scale(1.045);
    }
}
.card-media {
    position: relative;
    aspect-ratio: 3 / 4;
    width: 100%;
    background: #e8ddd6;
    display: block;
    overflow: hidden;
    flex: none;
}
.card-media img, .profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}
.card-media::after, .profile-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(18, 8, 12, .42), rgba(18, 8, 12, .08) 55%, transparent);
}
.card-caption {
    display: grid;
    gap: .18rem;
    color: inherit;
    min-width: 0;
}
.card-tags {
    display: none;
    flex-wrap: wrap;
    gap: .25rem;
    margin: 0;
}
.is-feature .card-tags, .spotlight .card-tags { display: none; }
.card-tags span {
    font-size: .62rem;
    padding: .12rem .4rem;
    border-radius: 999px;
    background: var(--bg-2);
    color: var(--muted);
}
.card-go {
    position: static;
    display: block;
    text-align: center;
    padding: .38rem .55rem;
    font-size: .75rem;
    font-weight: 700;
    border-radius: .4rem;
    background: var(--accent);
    color: #fff;
    box-shadow: none;
}
.card-go.is-ghost {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: none;
}
.card:not(.is-feature) .card-go {
    display: none;
}
.is-feature .card-name, .spotlight .card-name {
    font-size: 1.05rem;
}
.card-name {
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: none;
}
.card-meta {
    color: var(--muted);
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-meta span + span::before { content: " · "; color: var(--line); }
.card-meta .is-fresh-dur,
.profile-status .is-fresh-dur {
    color: var(--gold);
    font-weight: 700;
}
.card-meta .is-show,
.profile-status .is-show {
    color: var(--accent-2);
}
.card-body {
    padding: .45rem .55rem .55rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    flex: 0 0 auto;
    background: var(--paper);
}
.ph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: Fraunces, serif;
    font-size: 3rem;
    color: #7a4a58;
}
.live, .off {
    position: absolute;
    z-index: 2;
}
.live {
    top: .45rem;
    left: .45rem;
    width: .72rem;
    height: .72rem;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--live);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--live) 22%, transparent);
    animation: livepulse 2.2s ease-out infinite;
}
.live::before { content: none; }
.off {
    top: .4rem;
    left: .4rem;
    font-size: .58rem;
    letter-spacing: .04em;
    padding: .12rem .35rem;
    border-radius: 999px;
    font-weight: 700;
    background: color-mix(in srgb, var(--paper) 88%, transparent);
    color: var(--muted);
    border: 1px solid var(--line);
}
.card-viewers {
    display: inline-flex;
    align-items: center;
    gap: .22rem;
}
.card-viewers::before {
    content: "";
    width: .7rem;
    height: .7rem;
    flex: none;
    background: currentColor;
    opacity: .72;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 3C4.4 3 1.5 5.4.4 8c1.1 2.6 4 5 7.6 5s6.5-2.4 7.6-5C14.5 5.4 11.6 3 8 3zm0 8.2A3.2 3.2 0 1 1 8 4.8a3.2 3.2 0 0 1 0 6.4zM8 6a1.8 1.8 0 1 0 0 3.6A1.8 1.8 0 0 0 8 6z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 3C4.4 3 1.5 5.4.4 8c1.1 2.6 4 5 7.6 5s6.5-2.4 7.6-5C14.5 5.4 11.6 3 8 3zm0 8.2A3.2 3.2 0 1 1 8 4.8a3.2 3.2 0 0 1 0 6.4zM8 6a1.8 1.8 0 1 0 0 3.6A1.8 1.8 0 0 0 8 6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.card-pin {
    position: absolute;
    top: .35rem;
    right: .35rem;
    z-index: 4;
    width: 2.05rem;
    height: 2.05rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
    font: inherit;
    font-size: 1.05rem;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(28, 12, 18, .12);
}
.card-pin[aria-pressed="true"] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.card-pin[aria-pressed="true"] span { font-size: .85rem; }
.profile-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0 0 .85rem;
}
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: .4rem .85rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--gold) 28%, var(--line));
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.ghost-btn[aria-pressed="true"],
.ghost-btn.is-on {
    border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
    background: color-mix(in srgb, var(--accent) 12%, #fff);
    color: var(--accent);
}
.band-more {
    color: var(--accent-2);
    font-weight: 600;
    white-space: nowrap;
}
.dock { display: none; }
.has-dock .dock { display: none; }
.more-wrap {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin: 1rem 0 0;
}
.back-up {
    width: 100%;
    justify-content: center;
    min-height: 2.5rem;
}
.back-up[hidden] { display: none !important; }
.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.9rem;
    border: 1px solid color-mix(in srgb, var(--gold) 28%, var(--line));
    border-radius: 999px;
    background: var(--paper);
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
}
.more-btn:hover { border-color: var(--accent); color: var(--accent); }
.more-btn[hidden] { display: none !important; }
.lang-hint { max-width: 36rem; }
.locale-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .75rem;
    margin: 0 0 1.1rem;
    max-width: 46rem;
    padding: .55rem .85rem;
    border-radius: .85rem;
    border: 1px solid var(--line);
    background: var(--paper);
    font-size: .86rem;
}
.locale-hint a { font-weight: 700; }
.locale-hint-stay {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0 0 0 .15rem;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: .15em;
}
.locale-hint-stay:hover { color: var(--ink); }
.map-rail { margin: 0 0 1.2rem; }
.empty-cut { margin: .7rem 0 0; }
.js-saved-empty-jump { margin: .85rem 0 1.1rem; }
.toast {
    position: fixed;
    left: 50%;
    bottom: calc(5.2rem + env(safe-area-inset-bottom, 0px));
    z-index: 20;
    transform: translateX(-50%);
    margin: 0;
    padding: .6rem 1.15rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ink) 88%, var(--accent));
    color: #fffdfb;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    max-width: min(28rem, calc(100% - 1.5rem));
    box-shadow: var(--shadow);
}
.toast.is-click { cursor: pointer; }
.toast[hidden] { display: none; }
body.keys-open { overflow: hidden; }
.card.is-seen .card-media {
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--gold) 70%, transparent);
}
.card.is-seen .card-name {
    opacity: .78;
}
.profile-user {
    display: inline-flex;
    align-items: center;
    margin: .15rem 0 .35rem;
    padding: 0;
    border: 0;
    background: none;
    color: var(--muted);
    font: inherit;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
}
.profile-user:hover, .profile-user:focus-visible {
    color: var(--accent);
}
.jump a[hidden] { display: none !important; }
.tab-n {
    font-style: normal;
    font-weight: 800;
    margin-left: .2rem;
    opacity: .72;
}
.profile-stage { touch-action: pan-y; }
.door-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
    margin: 1.4rem 0 0;
}
.door-nav a {
    position: relative;
    display: grid;
    grid-template-columns: 3.15rem 1fr;
    grid-template-areas: "thumb label" "thumb name";
    column-gap: .7rem;
    row-gap: .05rem;
    align-items: center;
    min-height: 4.1rem;
    padding: .4rem .5rem;
    border-radius: .85rem;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--ink);
    text-decoration: none;
}
.door-nav a:not(.has-photo) {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "name";
    padding: .55rem .75rem;
}
.door-nav a:hover {
    border-color: var(--accent);
    color: var(--accent);
}
.door-nav img {
    grid-area: thumb;
    width: 3.15rem;
    height: 3.15rem;
    object-fit: cover;
    border-radius: .55rem;
    background: var(--bg-2);
}
.door-nav a > span:not(.live) {
    grid-area: label;
    color: var(--accent);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 700;
}
.door-nav .live {
    position: absolute;
    left: .5rem;
    top: .45rem;
    z-index: 2;
}
.door-nav.is-live,
.door-nav a.is-live {
    border-color: color-mix(in srgb, var(--live) 28%, var(--line));
}
.door-nav strong {
    grid-area: name;
    font-family: Fraunces, Georgia, serif;
    font-size: 1rem;
    font-weight: 650;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.door-nav-next {
    text-align: right;
    grid-template-columns: 1fr 3.15rem;
    grid-template-areas: "label thumb" "name thumb";
}
.door-nav-next:not(.has-photo) {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "name";
}
.door-nav-gap { display: none; }
.corners { margin-top: 1.6rem; }
.seo-aside { margin: .85rem 0 0; max-width: 40rem; }
.seo-now {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.55;
    font-style: italic;
    font-family: Fraunces, Georgia, serif;
}
.seo-now a { color: var(--accent-2); }
.seo-paths {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .7rem;
    margin: .55rem 0 0;
}
.seo-paths a {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 600;
}
.seo-paths a:hover { color: var(--accent-2); }
.seo-related { margin-top: 1.6rem; }
.seo-related-list {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .7rem;
}
.seo-related-list a {
    display: inline-flex;
    align-items: baseline;
    gap: .35rem;
    color: var(--accent-2);
    font-size: .88rem;
    font-weight: 600;
}
.seo-related-list small {
    color: var(--muted);
    font-size: .75rem;
    font-weight: 500;
}
@media (min-width: 600px) {
    .toast { bottom: 1.4rem; }
}
.guide { max-width: 40rem; padding: .2rem 0 2rem; }
.guide h1 { font-size: clamp(2.1rem, 8vw, 3.8rem); line-height: .94; margin: .15rem 0 .7rem; }
.guide-block { margin: 1.4rem 0; }
.guide-block h2 { font-size: 1.25rem; margin: 0 0 .4rem; }
.guide-block p { margin: 0; color: var(--muted); line-height: 1.55; }
.guide .jump { margin: 1.4rem 0 0; }
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .65); }
    100% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
}
@keyframes livepulse {
    0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--live) 42%, transparent); }
    70%, 100% { box-shadow: 0 0 0 8px color-mix(in srgb, var(--live) 0%, transparent); }
}
.card-body {
    padding: .55rem .65rem .65rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    flex: 0 0 auto;
    background: var(--paper);
}
.card-body h3 { margin: 0; font-size: 1.2rem; font-weight: 650; }
.card-body h3 a { color: var(--ink); }
.meta, .fine { color: var(--muted); font-size: .8rem; }
.meta span + span::before { content: " · "; }
.tags { display: flex; flex-wrap: wrap; gap: .3rem; margin: 0; }
.tags a {
    border: 1px solid var(--line);
    padding: .2rem .55rem;
    font-size: .78rem;
    color: var(--ink);
    border-radius: 999px;
    background: #fff;
}
.tags a:hover { color: var(--accent); border-color: var(--accent); }
.cta { display: inline-block; text-align: center; margin-top: auto; color: #fff; }
.cta.xl { padding: 1rem 1.3rem; font-size: 1.05rem; }
.cta.ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: none;
}
.chip-rail { margin: 0 0 .85rem; }
.rail-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    margin: 0 0 .4rem;
    color: var(--accent);
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 700;
}
h2.rail-label {
    font-family: inherit;
    line-height: inherit;
}
.rail-clear {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: 700;
}
.rail-clear:hover { color: var(--accent-2); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0 0 1.1rem; }
.chips a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid color-mix(in srgb, var(--gold) 14%, var(--line));
    padding: .4rem .78rem;
    color: var(--ink);
    background: color-mix(in srgb, var(--paper) 70%, transparent);
    border-radius: 999px;
    font-weight: 500;
    box-shadow: none;
}
.chips a:hover { border-color: var(--accent); color: var(--accent-2); }
.chips em {
    color: var(--accent-2);
    font-style: normal;
    font-weight: 700;
    font-size: .78rem;
    background: color-mix(in srgb, var(--accent) 16%, transparent);
    padding: .08rem .38rem;
    border-radius: 999px;
}

.tastes {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    padding: 0;
    margin: 0 0 1.3rem;
}
.taste {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 5.4rem;
    padding: .95rem 1rem;
    border-radius: 1.05rem;
    color: var(--ink);
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.taste:hover, .taste.is-on {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--accent) 50%, var(--line));
    box-shadow: var(--shadow);
}
.taste-mark {
    width: 1.32rem;
    height: 1.32rem;
    border-radius: 0;
    flex: 0 0 auto;
    background: var(--accent);
    box-shadow: none;
    -webkit-mask: var(--gender-ico) center / contain no-repeat;
    mask: var(--gender-ico) center / contain no-repeat;
}
.taste-mujeres { --gender-ico: var(--ico-gender-f); }
.taste-hombres { --gender-ico: var(--ico-gender-m); }
.taste-parejas { --gender-ico: var(--ico-gender-c); }
.taste-trans { --gender-ico: var(--ico-gender-t); }
.taste-mujeres .taste-mark { background: var(--rose); }
.taste-hombres .taste-mark { background: var(--accent-2); }
.taste-parejas .taste-mark { background: var(--violet); }
.taste-trans .taste-mark { background: var(--teal); }
.taste-copy { display: grid; gap: .15rem; min-width: 0; }
.taste-kicker {
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700;
}
.taste strong {
    font-family: Fraunces, serif;
    font-size: 1.28rem;
    line-height: 1;
}
.taste em {
    margin-left: auto;
    font-style: normal;
    font-family: Fraunces, serif;
    font-size: 1.2rem;
    color: var(--accent-2);
}
.taste-mujeres.is-on, .taste-mujeres:hover { border-color: color-mix(in srgb, var(--rose) 55%, var(--line)); }
.taste-hombres.is-on, .taste-hombres:hover { border-color: color-mix(in srgb, var(--accent-2) 55%, var(--line)); }
.taste-parejas.is-on, .taste-parejas:hover { border-color: color-mix(in srgb, var(--violet) 55%, var(--line)); }
.taste-trans.is-on, .taste-trans:hover { border-color: color-mix(in srgb, var(--teal) 55%, var(--line)); }

.tastes-compact {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    gap: .5rem;
    margin: 0 0 1.2rem;
}
.tastes-compact .taste {
    position: relative;
    min-height: 0;
    padding: .38rem .7rem .38rem .5rem;
    gap: .4rem;
    border-radius: 999px;
    box-shadow: none;
}
.tastes-compact .taste:hover, .tastes-compact .taste.is-on {
    transform: none;
}
.tastes-compact .taste-kicker { display: none; }
.tastes-compact .taste-mark {
    width: 1.05rem;
    height: 1.05rem;
}
.tastes-compact .taste-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.tastes-compact .taste strong {
    font-family: inherit;
    font-size: .92rem;
    font-weight: 700;
}
.tastes-compact .taste em {
    font-family: inherit;
    font-size: .78rem;
    margin-left: .15rem;
}
.tastes-compact .taste.is-on {
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent);
}
.tastes-switch {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    gap: .4rem;
    margin: 0 0 .45rem;
}
.tastes-switch .taste {
    position: relative;
    min-height: 0;
    padding: .38rem .7rem .38rem .5rem;
    gap: .4rem;
    border-radius: 999px;
    box-shadow: none;
}
.tastes-switch .taste:hover,
.tastes-switch .taste.is-on { transform: none; }
.tastes-switch .taste-kicker { display: none; }
.tastes-switch .taste-mark {
    width: 1.05rem;
    height: 1.05rem;
}
.tastes-switch .taste-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.tastes-switch .taste strong {
    font-family: inherit;
    font-size: .92rem;
    font-weight: 700;
}
.tastes-switch .taste em {
    font-family: inherit;
    font-size: .78rem;
    margin-left: .15rem;
}

.mast-cut { padding-bottom: .55rem; }
.mast-cut-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .45rem 1rem;
    margin: .1rem 0 .25rem;
}
.mast-cut-head h1 { margin: 0; }
.mast-cut .live-pill { margin: 0; }
.mast-cut .lede {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    font-size: .92rem;
    margin-bottom: .35rem;
}
.mast-cut .seo-aside { display: block; margin: .15rem 0 .35rem; }
.mast-cut .seo-paths { display: none; }
.mast-cut .seo-now {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    margin: 0;
    font-size: .82rem;
}

.refine {
    margin: 0 0 1rem;
    padding: .15rem .9rem;
    border: 1px solid color-mix(in srgb, var(--gold) 16%, var(--line));
    border-radius: 1rem;
    background: color-mix(in srgb, var(--panel) 55%, transparent);
}
.refine > summary {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .35rem .7rem;
    padding: .65rem 0;
    list-style: none;
    font-weight: 700;
}
.refine > summary::-webkit-details-marker { display: none; }
.refine > summary::before {
    content: "";
    width: .45rem;
    height: .45rem;
    border-right: 2px solid var(--accent-2);
    border-bottom: 2px solid var(--accent-2);
    transform: rotate(-45deg);
    margin-right: .15rem;
}
.refine[open] > summary::before { transform: rotate(45deg); }
.refine > summary small {
    color: var(--muted);
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: .62rem;
}
.refine .chip-rail:last-child .chips { margin-bottom: .35rem; }
.listing-cuts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .4rem .75rem;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 0 0 .5rem;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(to right, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(to right, #000 88%, transparent);
}
.listing-cuts::-webkit-scrollbar { display: none; }
.listing-cuts .tastes-switch,
.listing-cuts .tastes-compact {
    flex: 0 0 auto;
    margin: 0;
    flex-wrap: nowrap;
    padding-right: .65rem;
    border-right: 1px solid var(--line);
}
.listing-cuts .cut-rail {
    flex: 0 0 auto;
    min-width: 0;
    margin: 0;
    overflow: visible;
}
.listing-cuts .filter-fold.refine {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
}
.listing-cuts .filter-fold > summary {
    min-height: 0;
    align-items: center;
    padding: .28rem .7rem;
    border: 1px dashed color-mix(in srgb, var(--gold) 28%, var(--line));
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--muted);
    white-space: nowrap;
}
.listing-cuts .filter-fold > summary::before { display: none; }
.listing-cuts .filter-fold > summary:hover { color: var(--accent-2); border-color: var(--accent); }
.listing-cuts:has(.filter-fold[open]) {
    flex-wrap: wrap;
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
}
.listing-cuts .filter-fold[open] {
    flex: 1 0 100%;
}
.listing-cuts .filter-fold[open] > summary {
    border-style: solid;
    border-color: color-mix(in srgb, var(--accent) 40%, var(--line));
    color: var(--accent-2);
    margin-bottom: .35rem;
}
.filter-fold .filter-board {
    margin: 0;
    padding: .45rem 0 .15rem;
    border-top: 0;
    gap: .85rem;
}

.filter-board {
    display: grid;
    gap: 1.55rem;
    margin: 0 0 2.15rem;
    padding: 1.4rem 0 .25rem;
    border-top: 1px solid color-mix(in srgb, var(--gold) 12%, var(--line));
}
.filter-row {
    display: grid;
    gap: .55rem;
}
.filter-label {
    margin: 0;
    color: var(--muted);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700;
}
.filter-board .chips { margin: 0; gap: .5rem .55rem; }
.filter-board .chips a {
    background: transparent;
    border-color: color-mix(in srgb, var(--gold) 18%, var(--line));
    padding: .38rem .72rem;
}
.filter-board .chips em {
    background: transparent;
    color: var(--muted);
    font-weight: 600;
    padding: 0;
}


.cut-rail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .85rem 1.15rem;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 0 0 .55rem;
    padding: .05rem 0 .15rem;
    -webkit-overflow-scrolling: touch;
}
.cut-rail::-webkit-scrollbar { display: none; }
.cut-pack {
    display: flex;
    align-items: center;
    gap: .45rem .55rem;
    flex: 0 0 auto;
    min-width: 0;
}
.cut-pack-label {
    flex: none;
    margin: 0;
    color: var(--muted);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap;
}
.cut-rail .chips {
    display: flex;
    flex-wrap: nowrap;
    gap: .35rem;
    margin: 0;
}
.cut-rail .chips a {
    padding: .28rem .62rem;
    background: transparent;
    border-color: color-mix(in srgb, var(--gold) 18%, var(--line));
    white-space: nowrap;
}
.cut-rail .chips em {
    background: transparent;
    color: var(--muted);
    font-weight: 600;
    padding: 0;
    font-size: .72rem;
}
.cut-rail .chips a.is-on {
    background: color-mix(in srgb, var(--accent) 14%, var(--panel));
    color: var(--accent-2);
    border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
}

.listing-bar {
    margin: 0 0 .85rem;
}
.toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem .55rem;
    margin: 0;
}
.toolbar-group {
    display: flex;
    flex-wrap: wrap;
    padding: .18rem;
    border-radius: 999px;
    background: var(--bg-2);
    border: 1px solid var(--line);
}
.toolbar a,
.toolbar button {
    color: var(--ink);
    padding: .34rem .72rem;
    border-radius: 999px;
    border: 0;
    background: transparent;
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
}
.toolbar button {
    font: inherit;
    cursor: pointer;
}
.toolbar a:hover, .toolbar button:hover { color: var(--accent-2); }
.toolbar a.is-on,
.toolbar button.is-on {
    background: color-mix(in srgb, var(--accent) 18%, var(--panel));
    color: var(--accent-2);
}
.toolbar-sep {
    width: 1px;
    align-self: stretch;
    background: var(--line);
    margin: .15rem .2rem;
}
.toolbar-count {
    margin-left: auto;
    color: var(--muted);
    font-size: .82rem;
}
.toolbar-extra,
.toolbar-tools {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
}
.toolbar-extra > summary,
.toolbar-tools > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    padding: .34rem .72rem;
    border-radius: 999px;
    background: var(--bg-2);
    border: 1px solid var(--line);
    font-size: .82rem;
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
}
.toolbar-extra > summary::-webkit-details-marker,
.toolbar-tools > summary::-webkit-details-marker {
    display: none;
}
.toolbar-extra > summary:hover,
.toolbar-tools > summary:hover {
    color: var(--accent-2);
}
.toolbar-extra > summary.is-on,
.toolbar-tools.has-on > summary,
.toolbar-extra[open] > summary,
.toolbar-tools[open] > summary {
    background: color-mix(in srgb, var(--accent) 18%, var(--panel));
    color: var(--accent-2);
    border-color: color-mix(in srgb, var(--accent) 35%, var(--line));
}
.toolbar-tools[open] {
    flex: 1 1 100%;
}
.toolbar-tools[open] > .toolbar-group {
    flex: 1 1 100%;
}
.toolbar-extra:not([open]) > .toolbar-group,
.toolbar-tools:not([open]) > .toolbar-group {
    display: none;
}
.listing-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .15rem 1rem;
    min-height: 0;
}
.listing-status:empty,
.listing-status:not(:has(:not([hidden]))) {
    display: none;
}
.is-listing .explore-live,
.is-listing .explore {
    display: none;
}
.is-listing .crumbs,
.is-listing .kicker { display: none; }
.is-listing .locale-hint {
    margin: 0 0 .45rem;
    padding: .3rem .75rem;
    font-size: .8rem;
}
.band-recent {
    padding-top: .2rem;
    opacity: .96;
}
.band-recent .card-go { display: none; }
.mast-home .lede {
    max-width: 36rem;
    font-size: 1.02rem;
}
.mast-home .seo-paths { display: none; }
.mast-home .seo-now {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    font-size: .84rem;
    margin: .35rem 0 0;
}
.mast-home .lang-hint {
    margin: .7rem 0 0;
    padding: .45rem .8rem;
    border-radius: .8rem;
    border: 1px solid var(--line);
    background: var(--paper);
    font-size: .86rem;
}
@media (max-width: 599px) {
    .site-header, .site-footer, main { width: min(1280px, calc(100% - 1.35rem)); }
    html { scroll-padding-top: 4.6rem; }
    .site-header {
        position: sticky;
        top: 0;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "logo search"
            "explore explore";
        gap: .45rem .55rem;
        padding: .45rem 0 .5rem;
        padding-top: calc(.35rem + env(safe-area-inset-top, 0px));
    }
    .head-end { display: none; }
    .logo span { display: none; }
    .logo em { font-size: 1.12rem; }
    .nav a { padding: .38rem .5rem; font-size: .82rem; min-height: 2.4rem; display: inline-flex; align-items: center; }
    .nav a:last-child,
    .nav a.nav-extra { display: none; }
    .search button {
        padding: 0;
        min-width: 2.75rem;
        min-height: 2.75rem;
        display: grid;
        place-items: center;
        touch-action: manipulation;
    }
    .search button span { display: none; }
    .search button::after { content: "→"; }
    .search input { padding: .7rem .9rem; flex: 1 1 8rem; }
    .search-scope-cut {
        flex: 1 0 100%;
        order: 3;
        margin: .08rem 0 0;
        width: 100%;
    }
    .search-cut a {
        width: 2.4rem;
        height: 2.4rem;
    }
    .suggest-box {
        right: 0;
        left: 0;
        z-index: 10;
        max-height: min(16rem, calc(100dvh - 11rem));
    }
    .explore {
        margin: 0 -.15rem;
        padding-bottom: .15rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        mask-image: linear-gradient(to right, #000 88%, transparent);
        -webkit-mask-image: linear-gradient(to right, #000 88%, transparent);
    }
    .explore::-webkit-scrollbar { display: none; }
    .explore a, .jump a { padding: .42rem .72rem; min-height: 2.35rem; display: inline-flex; align-items: center; }
    .explore a.explore-cat { display: none; }
    .is-profile .explore { display: none; }
    .is-profile .crumbs { display: none; }
    .is-profile .search {
        flex-wrap: nowrap;
    }
    .is-profile .search-scope-cut {
        flex: 0 1 auto;
        order: 0;
        width: auto;
        margin: 0;
    }
    .is-profile .search input { flex: 1 1 auto; min-width: 0; }
    main { padding: 1.15rem 0 calc(4.35rem + env(safe-area-inset-bottom, 0px)); }
    .has-sticky-cta main { padding-bottom: calc(6.1rem + env(safe-area-inset-bottom, 0px)); }
    .mast { padding: .35rem 0 .7rem; }
    .mast-listing .lede {
        display: none;
    }
    .mast-listing .seo-now { display: none; }
    .mast h1, .gate h1, .profile h1, .hero h1 { font-size: clamp(1.85rem, 9vw, 3.2rem); margin: .1rem 0 .5rem; }
    .mast-listing h1 { font-size: clamp(1.35rem, 6.4vw, 1.85rem); margin: .1rem 0 .25rem; }
    .lede { font-size: .98rem; }
    .live-pill { margin-bottom: .35rem; }
    .is-listing .crumbs,
    .is-listing .kicker { display: none; }
    .tastes-compact { display: flex; }
    .tastes { gap: .4rem; margin-bottom: .55rem; }
    .tastes-switch, .tastes-compact { margin-bottom: .5rem; gap: .35rem; }
    .tastes-switch .taste, .tastes-compact .taste { padding: .38rem .65rem .38rem .5rem; min-height: 2.35rem; }
    .tastes:not(.tastes-switch):not(.tastes-compact) .taste { min-height: 4.4rem; padding: .75rem .8rem; gap: .55rem; }
    .tastes:not(.tastes-switch):not(.tastes-compact) .taste strong { font-size: 1.08rem; }
    .tastes:not(.tastes-switch):not(.tastes-compact) .taste em { font-size: 1.02rem; }
    .taste-kicker { display: none; }
    .chip-rail { margin: 0 0 .65rem; }
    .chips {
        flex-wrap: wrap;
        overflow: visible;
        margin-bottom: .5rem;
        gap: .4rem;
    }
    .chips a { min-height: 2.3rem; }
    .filter-board { gap: 1.2rem; margin: 0 0 1.7rem; padding-top: 1.1rem; }
    .filter-row { gap: .4rem; }
    .listing-bar { margin-bottom: .55rem; }
    .toolbar {
        flex-wrap: wrap;
        overflow: visible;
        gap: .4rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .toolbar-group { flex: 0 1 auto; overflow: visible; max-width: none; }
    .toolbar a, .toolbar button,
    .toolbar-extra > summary,
    .toolbar-tools > summary {
        padding: .42rem .7rem;
        min-height: 2.4rem;
        display: inline-flex;
        align-items: center;
        touch-action: manipulation;
    }
    .toolbar-count { display: none; }
    .toolbar-extra[open],
    .toolbar-tools[open] {
        flex: 1 1 100%;
    }
    .toolbar-extra[open] > .toolbar-group {
        flex: 1 1 100%;
    }
    .last-cut {
        display: inline-flex;
        align-items: center;
        margin: 0 .4rem .45rem 0;
        padding: .28rem .7rem;
        font-size: .82rem;
    }
    .listing-cuts { margin-bottom: .4rem; gap: .35rem .55rem; }
    .filter-fold { margin: 0; }
    .filter-fold > summary small { display: none; }
    .cut-rail { gap: .7rem; margin-bottom: 0; }
    .cut-pack-label { font-size: .58rem; }
    .grid { gap: .85rem; }
    .grid > .is-featured,
    .grid.has-feature > .is-featured { grid-column: auto; grid-row: auto; height: auto; }
    .grid.has-feature > .is-featured .card,
    .grid.has-feature > .is-featured .card-media { height: auto; flex: none; aspect-ratio: 3 / 4; }
    .is-feature .card-tags, .spotlight .card-tags { display: none; }
    .card-media { min-height: 0; aspect-ratio: 3 / 4; }
    .spotlight .card-media { max-height: 48vh; }
    .profile-media { max-height: min(38vh, 16.5rem); }
    .profile-media .card-enter { display: none; }
    .card-name {
        font-size: .92rem;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
    .is-feature .card-name, .spotlight .card-name { font-size: 1.15rem; -webkit-line-clamp: 2; line-clamp: 2; }
    .card-go { padding: .48rem .55rem; min-height: 2.35rem; font-size: .74rem; }
    .card-pin {
        width: 2.35rem;
        height: 2.35rem;
        top: .28rem;
        right: .28rem;
        font-size: 1.15rem;
    }
    .profile-stage .card-pin {
        width: 2.75rem;
        height: 2.75rem;
        top: .2rem;
        right: .2rem;
        font-size: 1.2rem;
    }
    .profile-tools .ghost-btn {
        min-height: 2.2rem;
        flex: 0 0 auto;
    }
    .profile-tools .js-save { display: none; }
    .profile-azar { display: none; }
    .profile-copy .cta { max-width: none; }
    .profile-actions { max-width: none; margin-bottom: .55rem; }
    .profile-pulse { margin-bottom: .45rem; }
    .door-nav { margin-top: .9rem; }
    .door-nav { margin-top: .9rem; }
    .locale-hint { margin: 0 0 .7rem; padding: .4rem .7rem; font-size: .82rem; }
    .mast-home .lang-hint { margin: .4rem 0 0; padding: .35rem .65rem; font-size: .8rem; }
    .profile-copy .whisper { display: none; }
    .profile-copy > .lede {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        font-size: .92rem;
        margin-bottom: .55rem;
    }
    .band { margin: 1.4rem 0 1.8rem; scroll-margin-top: 7.2rem; }
    .band-head { margin-bottom: .85rem; }
    .jump { gap: .35rem; }
    .mast-home .jump-aux { display: none; }
    .mast-home .lede {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        font-size: .95rem;
    }
    .pager a, .pager span[aria-current] { min-height: 2.4rem; display: inline-flex; align-items: center; }
    .more-btn { display: inline-flex; align-items: center; justify-content: center; }
    .gate .cta { width: 100%; }
    .profile h1 { font-size: clamp(1.65rem, 7vw, 2.2rem); }
}
.profile {
    display: grid;
    gap: 1.15rem 1.6rem;
    margin-bottom: 1.6rem;
    align-items: start;
}
.profile-stage {
    position: relative;
    min-width: 0;
}
.profile-media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    background: var(--paper);
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    color: inherit;
    box-shadow: var(--shadow-sm);
}
a.profile-media:hover { border-color: color-mix(in srgb, var(--ink) 22%, var(--line)); }
.profile-media.is-off img {
    filter: grayscale(.22) saturate(.82);
    opacity: .9;
}
.profile-media.is-off .off { display: none; }
.profile-media::before { content: none; }
.profile-copy { max-width: 36rem; min-width: 0; }
.profile-id { display: grid; gap: .08rem; margin: 0 0 .4rem; }
.profile-copy h1 {
    font-size: clamp(1.7rem, 4.5vw, 2.45rem);
    line-height: 1.05;
    margin: 0;
    overflow-wrap: anywhere;
}
.profile-handle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .1rem .65rem;
    margin: 0;
}
.profile-user {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--muted);
    font: inherit;
    font-size: .88rem;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: .22em;
}
.profile-user:hover, .profile-user:focus-visible {
    color: var(--accent);
}
.profile-fans {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 650;
}
.profile-fans::before {
    content: "·";
    margin-right: .55rem;
    color: var(--line);
    font-weight: 600;
}
.profile-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .55rem;
    margin: 0 0 .55rem;
    color: var(--muted);
    font-size: .8rem;
    font-weight: 600;
}
.profile-status > .is-live,
.profile-status > .is-off {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--paper);
    color: inherit;
}
.profile-status > * + *::before { content: none; }
.profile-pulse-rest {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .1rem;
    min-height: 2.15rem;
    padding: 0;
    border: 0;
    background: none;
}
.profile-pulse-rest > * + *::before {
    content: " · ";
    color: var(--line);
    font-weight: 500;
}
.profile-status .is-live {
    color: var(--live);
    font-weight: 700;
    letter-spacing: .04em;
    border-color: color-mix(in srgb, var(--live) 45%, var(--line));
    background: color-mix(in srgb, var(--live) 12%, #fff);
}
.profile-status .is-off {
    letter-spacing: .05em;
    font-weight: 700;
    color: var(--ink);
}
.profile-status a { color: var(--ink); }
.profile-status a:hover { color: var(--accent); border-color: var(--accent); }
.profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .15rem;
    margin: 0;
    color: var(--muted);
    font-size: .8rem;
    font-weight: 600;
}
.profile-meta a { color: var(--ink); }
.profile-meta a:hover { color: var(--accent); }
.profile-meta a + a::before {
    content: " · ";
    color: var(--line);
    font-weight: 500;
}
.profile-about { margin: 0 0 .65rem; }
.profile-about .tags { margin: .4rem 0 0; }
.profile-more {
    color: var(--accent-2);
    font-size: .88rem;
    font-weight: 650;
    text-align: center;
}
.profile-more:hover { color: var(--accent); }
.profile-actions {
    display: grid;
    gap: .45rem;
    margin: 0 0 .75rem;
    max-width: 22rem;
}
.profile-copy .profile-actions .cta {
    margin: 0;
    width: 100%;
    max-width: none;
}
.profile-actions .ghost-btn { justify-content: center; }
.profile-note {
    margin: 0;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.4;
}
.profile-claim {
    margin: .85rem 0 0;
    font-size: .8rem;
}
.profile-claim a { color: var(--muted); }
.profile-claim a:hover { color: var(--accent-2); }
.profile-copy .whisper {
    margin: .15rem 0 .65rem;
}
.profile-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .15rem .1rem;
    margin: 0 0 .35rem;
}
.profile-tools .ghost-btn {
    border: 0;
    background: none;
    min-height: 2.2rem;
    padding: .2rem .55rem;
    color: var(--muted);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: .2em;
}
.profile-tools .ghost-btn:hover,
.profile-tools .ghost-btn:focus-visible {
    color: var(--accent);
    background: none;
    border: 0;
}
.profile-byline {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .7rem;
    margin: 0 0 .85rem;
    color: var(--muted);
}
.profile-byline a { color: var(--ink); }
.profile-byline a:hover { color: var(--accent-2); }
.profile-now {
    margin: .55rem 0 0;
    padding: .55rem 0 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}
.whisper {
    margin: .1rem 0 .55rem;
    color: var(--muted);
    font-size: .8rem;
}
.whisper a { color: var(--muted); }
.whisper a:hover { color: var(--accent-2); }
.facts {
    margin: .85rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1.15rem;
    padding: .7rem .9rem;
    border: 1px solid var(--line);
    border-radius: .9rem;
    background: var(--paper);
}
.facts div {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    padding: 0;
    border: 0;
}
.facts dt {
    color: var(--muted);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 700;
}
.facts dd { margin: 0; font-weight: 650; }
.profile .tags {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .55rem 0 .15rem;
}
.profile .tags a {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: .22rem .65rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--bg-2);
    color: var(--ink);
    font-size: .75rem;
    font-weight: 600;
}
.profile .tags a:hover { border-color: var(--accent); color: var(--accent); }
.profile ~ .seo-aside { margin: .2rem 0 1.1rem; }
.profile ~ .seo-aside .seo-now { display: none; }
#parecidas { scroll-margin-top: 5.6rem; }

.crumbs {
    color: var(--muted);
    font-size: .85rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: center;
}
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent-2); }
.crumbs > span:last-child { color: var(--ink); }
.empty {
    color: var(--muted);
    padding: 1.6rem 1.1rem;
    border: 1px dashed var(--line);
    border-radius: 1.1rem;
    background: var(--bg-2);
    text-align: center;
}
.pager { display: flex; flex-wrap: wrap; gap: .45rem .55rem; align-items: center; margin: 1.4rem 0; }
.pager a, .pager span[aria-current] {
    font-weight: 600;
    padding: .38rem .7rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--panel) 60%, transparent);
    color: var(--ink);
}
.pager a:hover { border-color: var(--accent); color: var(--accent-2); }
.pager span[aria-current] {
    color: var(--accent-2);
    background: color-mix(in srgb, var(--accent) 16%, transparent);
    border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
}
.faq { margin-top: 2rem; max-width: 36rem; }
.seo-body { margin: 2.2rem 0 0; max-width: 38rem; }
.seo-body h2 { font-size: 1.15rem; margin: 0 0 .45rem; letter-spacing: -.01em; }
.seo-body p { color: var(--muted); line-height: 1.65; margin: 0; }
.seo-body p + p { margin-top: .7rem; }
.seo-body-more a { color: var(--ink); text-decoration: underline; text-underline-offset: .12em; }
.faq details { border-top: 1px solid var(--line); padding: .8rem 0; }
.faq summary { cursor: pointer; font-weight: 600; }
.gate {
    min-height: 68vh;
    display: grid;
    align-content: center;
    max-width: 36rem;
    margin: 0 auto;
}
.gate-index {
    margin: 0 0 .35rem;
    font-family: Fraunces, serif;
    font-style: italic;
    font-size: clamp(2.6rem, 8vw, 4.2rem);
    line-height: .8;
    color: color-mix(in srgb, var(--gold) 55%, transparent);
}
.gate-card {
    padding: 1.7rem 1.55rem 1.8rem;
    border-radius: 1.7rem;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}
.gate .cta {
    justify-self: start;
    margin: .35rem 0 .2rem;
    min-height: 3rem;
    width: 100%;
    max-width: 22rem;
}
.gate .whisper { margin-top: .7rem; }
.site-footer {
    border-top: 1px solid var(--line);
    padding: 2rem 0 2.4rem;
    color: var(--muted);
    font-size: .88rem;
    background: color-mix(in srgb, var(--paper) 70%, transparent);
}
.site-footer a { margin-right: 0; }
.langs {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .7rem;
    margin: 0;
}
.langs a {
    margin: 0;
    color: var(--ink);
    font-size: .82rem;
    letter-spacing: .02em;
}
.langs a[aria-current="true"] {
    color: var(--accent);
    font-weight: 700;
}
.langs-head {
    margin: 0;
    gap: .15rem;
    justify-content: flex-end;
    flex: none;
}
.langs-head a {
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .22rem .4rem;
    border-radius: .35rem;
    border: 0;
}
.langs-head a[aria-current="true"] {
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 10%, #fff);
}
.foot-brand { max-width: 38rem; margin: 0 0 1.35rem; }
.foot-brand p { margin: 0; line-height: 1.45; }
.foot-name {
    margin: 0 0 .3rem;
    color: var(--ink);
    font-size: 1.2rem;
    font-style: italic;
}
.foot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.6rem;
    margin: 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--line);
}
.foot-grid a { display: block; margin: 0; padding: .18rem 0; color: var(--ink); min-height: 1.7rem; }
.foot-grid a:hover { color: var(--accent); }
.foot-label {
    margin: 0 0 .45rem;
    color: var(--muted);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .64rem;
    font-weight: 700;
}
.foot-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .7rem 1.2rem;
    margin: 1.35rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid var(--line);
}
.foot-legal {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .95rem;
}
.foot-legal a {
    margin: 0;
    color: var(--muted);
    font-size: .82rem;
}
.foot-legal a:hover { color: var(--accent); }
.site-footer .fine {
    margin: .7rem 0 0;
    font-size: .75rem;
}
.sticky-cta { display: none; }
.has-sticky-cta main { padding-bottom: 7.4rem; }
.sticky-cta-who {
    display: none;
    margin: 0 0 .4rem;
    color: var(--muted);
    font-size: .82rem;
    text-align: center;
}
.sticky-cta-who strong { color: var(--ink); font-weight: 700; }
.sticky-cta-who strong + span::before { content: " · "; color: var(--line); }
.legal { max-width: 40rem; padding: .4rem 0 2rem; }
.legal .gate-index { margin-bottom: .15rem; }
.legal h1 { font-size: clamp(2.1rem, 8vw, 3.6rem); line-height: .95; margin: .15rem 0 .7rem; }
.legal h2 {
    font-family: Fraunces, serif;
    font-style: italic;
    font-size: 1.45rem;
    margin: 1.6rem 0 .4rem;
    color: var(--ink);
}
.legal p { color: var(--muted); line-height: 1.55; }
.hero { padding: 1rem 0; }

.claim-form {
    max-width: 32rem;
    display: grid;
    gap: 1rem;
    margin: 0 0 3rem;
}
.claim-form label { display: grid; gap: .35rem; color: var(--muted); font-size: .9rem; }
.claim-form input, .claim-form textarea, .claim-form select {
    background: var(--panel);
    border: 1px solid var(--line);
    color: var(--ink);
    padding: .8rem .9rem;
    border-radius: .8rem;
}
.claim-form button { justify-self: start; }
.field-error { color: #ffc2c8; font-size: .82rem; }
.pro-bio { margin: 1.1rem 0; padding: 1rem 0 0; border-top: 1px dashed var(--line); }
.metric-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 0 0 2rem; }
.metric {
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 1rem 1.05rem;
    border-radius: 1rem;
}
.metric p { margin: 0; color: var(--muted); font-size: .8rem; }
.metric strong { font-size: 1.45rem; font-family: Fraunces, serif; }
.plain { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.alert-list li { padding: .85rem 0; border-bottom: 1px solid var(--line); }
.alert-list li.is-unread strong { color: var(--accent); }
.alert-list p { margin: .35rem 0 0; }
.inline-exit { margin: .8rem 0 0; }
.ghost-link { background: none; border: 0; color: var(--muted); font: inherit; cursor: pointer; padding: 0; }
.period { display: flex; flex-wrap: wrap; gap: .7rem 1rem; align-items: center; }
.period a { color: var(--muted); }
.period a.is-on { color: var(--accent); font-weight: 700; }
.spark {
    display: flex;
    align-items: flex-end;
    gap: .2rem;
    height: 7rem;
    margin: 0 0 1.2rem;
    padding: .4rem 0;
    border-bottom: 1px solid var(--line);
}
.spark-day {
    flex: 1;
    min-width: 6px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 1px;
}
.spark-views, .spark-clicks {
    flex: 1;
    min-height: 2px;
    display: block;
    border-radius: 3px 3px 0 0;
}
.spark-views { background: var(--accent); opacity: .9; }
.spark-clicks { background: var(--accent-2); opacity: .55; }
.metric .muted { display: block; margin-top: .25rem; font-size: .75rem; }

@media (min-width: 600px) {
    html { scroll-padding-top: 5.8rem; }
    .band { scroll-margin-top: 8rem; }
    .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tastes { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .site-header {
        grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content);
        grid-template-areas:
            "logo search nav"
            "explore explore explore";
    }
    .head-end { min-width: 0; max-width: 100%; }
    .foot-grid { grid-template-columns: repeat(3, 1fr); }
    .gate-card { padding: 2rem 2.1rem 2.1rem; }
    .mast-stage {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        align-items: start;
        gap: 2rem;
        min-height: 0;
        max-width: 100%;
    }
    .mast-home { max-width: none; padding: .2rem 0 0; }
    .spotlight .card { max-width: none; box-shadow: var(--shadow); }
}
@media (min-width: 600px) and (max-width: 1099px) {
    .nav a.nav-extra { display: none; }
    .nav { flex-wrap: nowrap; }
    .nav a { font-size: .82rem; padding: .32rem .48rem; }
    .langs-head a { font-size: .62rem; padding: .14rem .36rem; }
    .toolbar { flex-wrap: wrap; overflow: visible; }
    .toolbar-group {
        max-width: 100%;
        flex: 1 1 auto;
        min-width: 0;
    }
    .toolbar-extra:not([open]) > .toolbar-group { display: none; }
    .toolbar-extra[open],
    .toolbar-tools[open] {
        flex: 1 1 100%;
    }
    .toolbar-extra[open] > .toolbar-group {
        flex: 1 1 100%;
    }
    .toolbar-count {
        flex: 0 0 auto;
        margin-left: .35rem;
        white-space: nowrap;
    }
}
@media (max-width: 859px) {
    .is-profile .explore { display: none; }
    .is-profile .crumbs { display: none; }
    .is-profile .search { flex-wrap: nowrap; }
    .is-profile .search-scope-cut {
        flex: 0 1 auto;
        order: 0;
        width: auto;
        margin: 0;
    }
    .is-profile .search input { flex: 1 1 auto; min-width: 0; }
    .is-profile .search button {
        padding: 0;
        min-width: 2.75rem;
        min-height: 2.75rem;
        display: grid;
        place-items: center;
    }
    .is-profile .search button span { display: none; }
    .is-profile .search button::after { content: "→"; }
    .is-profile .nav { display: none; }
    .is-profile .logo span { display: none; }
    .is-profile .jump { display: none; }
    .is-profile .seo-aside { display: none; }
    .profile-media { max-height: min(42vh, 18rem); }
    .profile-media .card-enter {
        display: flex;
        opacity: .92;
        transform: none;
        min-height: 2.05rem;
        font-size: .7rem;
        background: rgba(18, 8, 12, .55);
    }
    .profile-tools .js-save,
    .profile-azar { display: none; }
    .sticky-cta {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: .45rem .8rem;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 6;
        padding: .55rem 1rem calc(.55rem + env(safe-area-inset-bottom));
        background: #fff;
        border-top: 1px solid var(--line);
        box-shadow: 0 -10px 28px rgba(28, 20, 24, .08);
        transition: transform .28s ease;
    }
    .sticky-cta-who {
        display: block;
        margin: 0;
        min-width: 0;
        font-size: .82rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sticky-cta .cta {
        width: auto;
        min-width: 9.2rem;
        min-height: 2.65rem;
        padding: .4rem 1.05rem;
        justify-self: end;
    }
    .has-sticky-cta main { padding-bottom: calc(4.8rem + env(safe-area-inset-bottom, 0px)); }
    .has-sticky-cta .sticky-cta { padding-bottom: calc(.55rem + env(safe-area-inset-bottom)); }
    .sticky-cta.is-away {
        transform: translateY(110%);
        pointer-events: none;
        box-shadow: none;
    }
    .has-sticky-cta:has(.sticky-cta.is-away) main {
        padding-bottom: calc(4.35rem + env(safe-area-inset-bottom, 0px));
    }
    .has-sticky-cta:has(.sticky-cta.is-away) .dock { display: grid; }
}
@media (min-width: 600px) and (max-width: 859px) {
    .is-profile .site-header {
        grid-template-areas: "logo search nav";
    }
}
@media (max-width: 599px) {
    .has-dock .dock {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 8;
        padding: .35rem .35rem calc(.4rem + env(safe-area-inset-bottom));
        background: #fff;
        border-top: 1px solid color-mix(in srgb, var(--gold) 20%, var(--line));
    }
    .has-sticky-cta .dock { display: none; }
    .dock a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: .1rem;
        min-height: 2.75rem;
        color: var(--muted);
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .03em;
        text-transform: uppercase;
        position: relative;
        touch-action: manipulation;
    }
    .dock a.is-on { color: var(--accent); }
    .dock-n {
        position: absolute;
        top: .15rem;
        right: 18%;
        min-width: 1rem;
        height: 1rem;
        padding: 0 .22rem;
        border-radius: 999px;
        background: var(--accent);
        color: #fff;
        font-size: .58rem;
        line-height: 1rem;
        text-align: center;
    }
}
@media (min-width: 600px) {
    .grid,
    .grid.has-feature {
        align-items: start;
    }
    .grid.has-feature > .is-featured {
        grid-column: auto;
        grid-row: auto;
        height: auto;
        align-self: start;
    }
    .grid.has-feature > .is-featured .card,
    .grid.has-feature > .is-featured .card-media {
        height: auto;
        flex: none;
        aspect-ratio: 3 / 4;
    }
}
@media (min-width: 860px) {
    .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .profile { grid-template-columns: minmax(280px, 420px) 1fr; align-items: start; }
    .profile-copy { position: sticky; top: 5.2rem; }
    .foot-grid { grid-template-columns: repeat(5, 1fr); }
    .is-listing .explore { display: none; }
    .is-listing .listing-bar {
        position: sticky;
        top: 4.35rem;
        z-index: 4;
        margin-left: -.4rem;
        margin-right: -.4rem;
        padding: .4rem .4rem .55rem;
        background: color-mix(in srgb, var(--bg) 88%, transparent);
        backdrop-filter: saturate(1.2) blur(14px);
        -webkit-backdrop-filter: saturate(1.2) blur(14px);
    }
}
@media (min-width: 1100px) {
    .grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .site-header, .site-footer, main { width: min(1360px, calc(100% - 2.4rem)); }
    .mast-stage {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        min-height: 0;
        align-items: start;
        gap: 2.4rem;
    }
    .spotlight .card-media { aspect-ratio: 3 / 4; max-height: none; min-height: 0; }
    .profile { grid-template-columns: minmax(320px, 460px) 1fr; gap: 2.1rem; }
    .explore .explore-map { display: none; }
    .toolbar-extra > summary { display: none; }
    .toolbar-extra > .toolbar-group,
    .toolbar-extra:not([open]) > .toolbar-group { display: flex; }
    .is-listing .listing-bar { top: 4.55rem; }
}
@media (min-width: 1400px) {
    .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.card.is-focus {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}
body.is-dense .grid { gap: .55rem; }
body.is-dense .card-body { padding: .42rem .5rem .5rem; }
body.is-dense .card-name { font-size: .92rem; }
@media (min-width: 600px) {
    body.is-listing.is-dense .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 860px) {
    body.is-listing.is-dense .grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
    body.is-listing.is-dense .grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 1400px) {
    body.is-listing.is-dense .grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}
.keys-launch {
    appearance: none;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 80%, transparent);
    color: var(--muted);
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    flex: 0 0 auto;
}
.keys-launch:hover { color: var(--ink); border-color: var(--accent); }
.keys-sheet {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 1.2rem;
    background: color-mix(in srgb, #12060b 55%, transparent);
}
.keys-sheet[hidden] { display: none !important; }
.keys-card {
    width: min(38rem, 100%);
    max-height: min(38rem, calc(100dvh - 2rem));
    overflow: auto;
    padding: 1.15rem 1.2rem 1.2rem;
    border-radius: 1rem;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.keys-card h2,
.keys-card .keys-heading { margin: .15rem 0 .2rem; font-size: 1.25rem; }
.keys-list {
    margin: .7rem 0 1rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .45rem;
    font-size: .9rem;
}
@media (min-width: 640px) {
    .keys-list { grid-template-columns: 1fr 1fr; }
}
.keys-list li { display: flex; align-items: center; gap: .55rem; }
.keys-list kbd {
    display: inline-flex;
    min-width: 1.5rem;
    justify-content: center;
    padding: .12rem .35rem;
    border-radius: .35rem;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--paper) 70%, #fff);
    font-size: .78rem;
    font-weight: 700;
}
.yours-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .85rem 0 0;
}
.yours-tabs button {
    appearance: none;
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--muted);
    font: inherit;
    font-size: .82rem;
    font-weight: 700;
    min-height: 2.15rem;
    padding: .3rem .85rem;
    border-radius: 999px;
    cursor: pointer;
}
.yours-tabs button.is-on {
    border-color: var(--accent);
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 10%, var(--paper));
}
.yours-tools { margin: .55rem 0 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.yours-live {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem .85rem;
    margin: .75rem 0 0;
}
.yours-live .cta { margin: 0; }
.notice.last-cut { display: inline-flex; margin: 0; padding: .1rem 0; border: 0; background: none; }
.last-cut a { font-weight: 700; }
.saved-mount[hidden] { display: none !important; }
.jump[hidden],
.ghost-btn[hidden],
.yours-live[hidden],
.last-cut[hidden],
.live-pill[hidden],
.empty[hidden],
.notice[hidden],
.grid > [hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .grid > div, .live::before, .live-pill::before, .live, .logo em::before, .card, .card-media img, .orbs i, .taste, .chips a {
        animation: none;
        transition: none;
    }
    .card:hover, .card:hover .card-media img, .card:hover .card-go, .search button:hover, .cta:hover, .taste:hover, .chips a:hover, .card-enter {
        transform: none;
    }
    .is-listing .listing-bar {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: var(--bg);
    }
}
