:root {
    --love-rose: #df7488;
    --love-rose-bright: #f092a7;
    --love-rose-deep: #8f3048;
    --love-wine: #3a1726;
    --love-blush: #c47a8d;
    --love-cream: #f7e9df;
    --love-ivory: #fffaf2;
    --love-gold: #efcf88;
    --love-panel: rgba(14, 11, 17, 0.84);
    --love-panel-strong: rgba(19, 14, 22, 0.94);
    --love-line: rgba(240, 146, 167, 0.2);
    --love-line-subtle: rgba(255, 255, 255, 0.08);
    --love-muted: #96909a;
    --love-success: #6ee7b7;
    --love-radius: 14px;
    --font-romance: "Cormorant Garamond", "Songti SC", "STSong", "Noto Serif CJK SC", serif;
}

.love-ark-page {
    background:
        radial-gradient(ellipse at 86% 4%, rgba(223, 116, 136, 0.24), transparent 32rem),
        radial-gradient(ellipse at 14% 48%, rgba(143, 48, 72, 0.14), transparent 38rem),
        radial-gradient(ellipse at 76% 78%, rgba(196, 122, 141, 0.07), transparent 30rem),
        linear-gradient(118deg, transparent 0 58%, rgba(223, 116, 136, 0.032) 58% 72%, transparent 72%),
        linear-gradient(180deg, #09070a 0%, #060508 72%);
}

.love-ark-page .grid-overlay {
    opacity: 0.18;
    mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.love-ark-home-link {
    color: inherit;
    text-decoration: none;
}

.love-ark-nav-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-play-link {
    color: var(--love-rose-bright);
    text-decoration: none;
    transition: color 0.2s, text-shadow 0.2s;
}

.nav-play-link:hover,
.nav-play-link:focus-visible {
    color: var(--love-ivory);
    text-shadow: 0 0 16px rgba(240, 146, 167, 0.5);
}

.love-ark-container {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
}

.love-ark-hero {
    padding: 0.5rem 0 5rem;
}

.love-ark-back {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    margin-bottom: 2.5rem;
    color: var(--love-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.love-ark-back:hover,
.love-ark-back:focus-visible { color: var(--love-rose-bright); }

.love-ark-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6rem);
    min-height: 32rem;
    padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2.5rem);
}

.love-ark-hero-grid::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 -8vw 0 34%;
    background:
        radial-gradient(circle at 72% 50%, rgba(240, 146, 167, 0.24), transparent 24%),
        radial-gradient(ellipse at 55% 72%, rgba(239, 207, 136, 0.055), transparent 34%),
        linear-gradient(112deg, transparent 0 22%, rgba(29, 16, 27, 0.9) 22% 72%, rgba(143, 48, 72, 0.14));
    clip-path: polygon(19% 0, 100% 0, 88% 100%, 0 100%);
    filter: drop-shadow(0 2rem 5rem rgba(0, 0, 0, 0.28));
}

.love-ark-hero-grid::after {
    content: '02';
    position: absolute;
    right: 0;
    bottom: -0.12em;
    z-index: -1;
    color: rgba(255, 250, 242, 0.035);
    font-family: var(--font-mono);
    font-size: clamp(9rem, 20vw, 18rem);
    font-weight: 700;
    line-height: 1;
}

.love-ark-eyebrow,
.section-index {
    color: var(--love-rose-bright);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
}

.love-ark-hero h1 {
    margin: 0.9rem 0 1.25rem;
    color: var(--love-ivory);
    font-family: var(--font-art);
    font-size: clamp(4rem, 8vw, 6.75rem);
    font-weight: 500;
    line-height: 0.86;
    letter-spacing: -0.045em;
    text-shadow: 0 0 2.4rem rgba(240, 146, 167, 0.08);
}

.love-ark-hero h1 .lang-zh {
    display: block;
    margin-top: 1rem;
    font-family: var(--font-romance);
    font-size: clamp(2.15rem, 4vw, 3.55rem);
    font-weight: 600;
    letter-spacing: 0.075em;
    color: var(--love-blush);
    text-shadow: 0 0 2rem rgba(240, 146, 167, 0.16);
}

.love-ark-lead {
    max-width: 38rem;
    color: rgba(247, 233, 223, 0.76);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.7;
}

.love-ark-brand-panel {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 18rem;
}

.love-ark-brand-panel::before {
    content: '';
    position: absolute;
    width: 13rem;
    height: 13rem;
    border-radius: 34%;
    background: radial-gradient(circle, rgba(240, 146, 167, 0.34), rgba(143, 48, 72, 0.12) 52%, transparent 72%);
    filter: blur(38px);
}

.love-ark-brand-panel img {
    position: relative;
    z-index: 2;
    width: min(13.5rem, 62vw);
    border-radius: 28%;
    box-shadow: 0 2.5rem 7rem rgba(143, 48, 72, 0.48), 0 0 0 1px rgba(255, 250, 242, 0.06);
    transform: rotate(2.5deg);
    animation: brand-float 7s ease-in-out infinite;
    transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.love-ark-brand-panel:hover img { filter: saturate(1.08); transform: rotate(0deg) scale(1.035); }

.brand-orbit {
    position: absolute;
    z-index: 1;
    display: block;
    border: 1px solid rgba(240, 146, 167, 0.2);
    border-radius: 50%;
    pointer-events: none;
    animation: orbit-breathe 8s ease-in-out infinite;
}

.brand-orbit-one { width: 16rem; height: 16rem; transform: rotate(18deg) scaleY(0.72); }
.brand-orbit-two { width: 19rem; height: 19rem; border-style: dashed; transform: rotate(-16deg) scaleY(0.56); opacity: 0.4; animation-delay: -3s; }

.experience-section,
.released-section { padding: 0 0 5rem; }

.love-ark-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 2.25rem;
}

.love-ark-section-heading h2 {
    margin-top: 0.45rem;
    color: var(--love-ivory);
    font-family: var(--font-tech);
    font-size: clamp(2rem, 4.5vw, 3.35rem);
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.ranking-section .love-ark-section-heading h2,
.released-section .love-ark-section-heading h2 {
    font-family: var(--font-romance);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.75rem);
    align-items: stretch;
}

.channel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 24rem;
    padding: 1.7rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 15% 88%, rgba(240, 146, 167, 0.12), transparent 34%),
        linear-gradient(155deg, rgba(36, 20, 32, 0.95), rgba(10, 9, 13, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.035), 0 1.8rem 4rem rgba(0, 0, 0, 0.22);
    clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 0 100%);
    transition: transform 240ms cubic-bezier(0.2, 0.75, 0.2, 1), background 240ms ease, box-shadow 240ms ease;
}

.channel-card:nth-child(2),
.channel-card:nth-child(3) { background: radial-gradient(circle at 15% 88%, rgba(240, 146, 167, 0.12), transparent 34%), linear-gradient(155deg, rgba(36, 20, 32, 0.95), rgba(10, 9, 13, 0.88)); }

.channel-card:hover {
    transform: translateY(-0.6rem);
    background: radial-gradient(circle at 15% 88%, rgba(240, 146, 167, 0.16), transparent 36%), linear-gradient(155deg, rgba(42, 22, 37, 0.98), rgba(11, 10, 15, 0.93));
    box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.055), 0 2.5rem 5rem rgba(0, 0, 0, 0.34), 0 0 3rem rgba(143, 48, 72, 0.08);
}

.channel-card::after {
    content: '';
    position: absolute;
    inset: auto -30% -42% 8%;
    height: 78%;
    background: radial-gradient(circle, rgba(223, 116, 136, 0.16), transparent 67%);
    pointer-events: none;
}

.channel-card::before {
    content: '01';
    position: absolute;
    top: 0.55rem;
    right: 1.1rem;
    color: rgba(255, 250, 242, 0.055);
    font-family: var(--font-mono);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
}

.channel-card:nth-child(2)::before { content: '02'; }
.channel-card:nth-child(3)::before { content: '03'; }

.channel-ready { box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.035), 0 1.8rem 4rem rgba(0, 0, 0, 0.22); }

.channel-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    color: var(--love-muted);
    font-size: 0.65rem;
}

.channel-status {
    flex: none;
    padding: 0.25rem 0;
    border: 0;
    color: #8a8790;
    font-size: 0.58rem;
}
.status-ready { color: var(--love-success); }

.channel-icon {
    display: grid;
    width: 5rem;
    height: 5rem;
    margin: 2.35rem 0 1.45rem;
    overflow: hidden;
    place-items: center;
    border: 0;
    border-radius: 0;
    color: var(--love-rose-bright);
    font-family: var(--font-art);
    font-size: 2rem;
    background: radial-gradient(circle, rgba(240, 146, 167, 0.14), transparent 68%);
    filter: drop-shadow(0 0 1.2rem rgba(240, 146, 167, 0.12));
}

.channel-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.channel-icon-app img {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 24%;
}

.channel-icon-android img {
    width: 3.55rem;
    height: auto;
}

.channel-icon-testflight img {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 23%;
}

.channel-card h3 {
    margin-bottom: 0.7rem;
    color: var(--love-ivory);
    font-size: 1.12rem;
    line-height: 1.35;
}

.channel-card h3 .lang-zh {
    font-family: var(--font-romance);
    font-size: 1.08em;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.channel-card p {
    color: var(--love-muted);
    font-size: 0.86rem;
    line-height: 1.7;
}

.channel-cta {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    min-height: 2.75rem;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    margin-top: auto;
    padding: 0.75rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--love-rose-bright);
    font-family: var(--font-mono);
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease, text-shadow 160ms ease;
}

a.channel-cta:hover,
a.channel-cta:focus-visible {
    color: var(--love-ivory);
    background: transparent;
    text-shadow: 0 0 1.2rem rgba(240, 146, 167, 0.5);
    transform: translateX(0.25rem);
}
.channel-cta-disabled {
    background: transparent;
    color: #68656e;
    cursor: not-allowed;
}
[hidden] { display: none !important; }

.ranking-section {
    position: relative;
    margin-bottom: 5rem;
    padding: clamp(2rem, 5vw, 4.5rem) 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse at 50% 65%, rgba(143, 48, 72, 0.18), transparent 52%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.018) 18% 82%, transparent);
    box-shadow: none;
}

.ranking-section.is-empty {
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.ranking-section.is-empty .ranking-limit-filter {
    display: none;
}

.ranking-section.is-empty .ranking-chart-viewport {
    display: none;
}

.ranking-section.is-empty .nomination-row { margin-top: 1.25rem; padding-block: 1.7rem; }

.ranking-section::before {
    content: 'PULSE';
    position: absolute;
    top: 1.3rem;
    right: -0.05em;
    z-index: -1;
    color: rgba(255, 250, 242, 0.025);
    font-family: var(--font-mono);
    font-size: clamp(5rem, 13vw, 11rem);
    font-weight: 700;
    letter-spacing: -0.08em;
}

.ranking-heading { align-items: center; }
.ranking-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.ranking-utility-controls {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.ranking-limit-filter {
    display: inline-flex;
    gap: 0.2rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ranking-limit-button {
    min-width: 3.15rem;
    min-height: 2rem;
    padding: 0.38rem 0.6rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--love-muted);
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.ranking-limit-button:hover,
.ranking-limit-button:focus-visible { color: var(--love-ivory); }

.ranking-limit-button[aria-pressed='true'] {
    background: var(--love-rose);
    color: #160c11;
    box-shadow: 0 0.6rem 1.8rem rgba(143, 48, 72, 0.3);
}

.service-badge {
    padding: 0.4rem 0;
    border: 0;
    border-radius: 0;
    color: #a6a3aa;
    font-size: 0.58rem;
}

.service-badge[data-tone="ready"] { color: #6ee7b7; }
.service-badge[data-tone="error"] { color: #fca5a5; }

.text-button,
.secondary-cta {
    border: 0;
    font: inherit;
    cursor: pointer;
}

.text-button {
    min-height: 2.5rem;
    padding: 0.5rem 0.65rem;
    background: transparent;
    color: var(--love-muted);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
}

.text-button:hover,
.text-button:focus-visible { color: var(--love-ivory); }
.text-button:disabled { opacity: 0.45; cursor: wait; }

.ranking-explainer {
    max-width: 58rem;
    margin-bottom: 0.75rem;
    color: var(--love-muted);
    font-size: 0.78rem;
}

.ranking-live-status {
    min-height: 1.35rem;
    margin-bottom: 0.4rem;
    color: var(--love-rose-bright);
    font-size: 0.74rem;
}

.ranking-live-status[data-tone="error"] { color: #fca5a5; }
.ranking-live-status[data-tone="success"] { color: #6ee7b7; }

.ranking-chart-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.25rem 0 0.8rem;
    outline: none;
    scrollbar-color: rgba(240, 146, 167, 0.6) rgba(255, 255, 255, 0.04);
}

.ranking-chart-viewport:focus-visible {
    box-shadow: 0 0 0 2px rgba(240, 146, 167, 0.5);
}

.ranking-chart {
    display: grid;
    grid-template-columns: repeat(var(--ranking-count, 4), minmax(7rem, 1fr));
    width: 100%;
    min-width: calc(var(--ranking-count, 4) * 8rem);
    min-height: 19rem;
    gap: clamp(0.6rem, 2vw, 1.5rem);
    padding: 1.5rem 0.25rem 0;
}

.ranking-chart[data-count="1"] {
    grid-template-columns: minmax(7rem, 14rem);
}

.ranking-placeholder {
    display: flex;
    width: min(100%, 34rem);
    min-width: min(34rem, 80vw);
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: var(--text-muted);
}

.loading-pulse {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--love-rose);
    animation: ranking-pulse 1.2s ease-in-out infinite;
}

@keyframes ranking-pulse { 50% { opacity: 0.25; transform: scale(0.72); } }

.rank-column {
    display: grid;
    grid-template-rows: 1fr auto;
    min-width: 0;
    min-height: 18rem;
    padding: 0.75rem 0.45rem 0;
    border: 0;
    border-radius: 0;
    background: linear-gradient(to top, rgba(223, 116, 136, 0.055), transparent 68%);
    transition: transform 200ms ease, background 200ms ease;
}

.rank-column:hover {
    background: linear-gradient(to top, rgba(223, 116, 136, 0.11), transparent 74%);
    transform: translateY(-0.4rem);
}

.rank-stack {
    display: flex;
    min-height: 14rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.rank-head {
    display: flex;
    width: 100%;
    min-height: 6.7rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.rank-avatar,
.released-avatar {
    position: relative;
    display: grid;
    overflow: hidden;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 45% 38%, rgba(255, 250, 242, 0.14), rgba(223, 116, 136, 0.08) 48%, rgba(5, 5, 8, 0.9));
    color: var(--love-gold);
}

.rank-avatar { width: 4rem; height: 4rem; margin-bottom: 0.7rem; }
.rank-avatar:not(.has-image)::before,
.released-avatar:not(.has-image)::before { content: '✦'; font-size: 0.85rem; }

.character-avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.88) contrast(1.03);
}

.rank-avatar.has-image,
.released-avatar.has-image {
    background: radial-gradient(circle at 50% 30%, rgba(255, 250, 242, 0.18), rgba(15, 10, 17, 0.96) 72%);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.4), 0 0 32px rgba(223, 116, 136, 0.16);
}

.rank-head strong {
    max-width: 100%;
    overflow: hidden;
    color: var(--love-ivory);
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-head small {
    max-width: 100%;
    overflow: hidden;
    color: var(--text-muted);
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vote-count {
    margin: 0.55rem 0 0.45rem;
    color: var(--love-gold);
    font-family: var(--font-mono);
    font-size: 0.68rem;
}

.vote-bar {
    position: relative;
    width: min(4.5rem, 66%);
    min-height: 1.25rem;
    border: 0;
    border-radius: 0.75rem 0.75rem 0 0;
    background:
        linear-gradient(to top, rgba(143, 48, 72, 0.9), var(--love-rose-bright));
    box-shadow: 0 -1rem 3rem rgba(223, 116, 136, 0.2);
    transition: height 0.4s ease;
}

.vote-bar::after {
    content: '';
    position: absolute;
    inset: 0.4rem 0.45rem auto;
    height: 28%;
    border-radius: inherit;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.24), transparent);
}

.rank-column:nth-child(1) .vote-bar {
    background: linear-gradient(to top, #8e4354, #f5d792);
    box-shadow: 0 -1.2rem 4rem rgba(239, 207, 136, 0.23);
}

.vote-bar[data-empty="true"] {
    background: linear-gradient(to top, rgba(143, 48, 72, 0.42), rgba(223, 116, 136, 0.28));
    box-shadow: none;
}

.vote-button {
    width: 100%;
    min-height: 2.5rem;
    margin: 0.65rem auto 0;
    padding: 0.6rem 0.35rem;
    border: 0;
    border-radius: 0;
    background: rgba(223, 116, 136, 0.09);
    color: var(--love-rose-bright);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    cursor: pointer;
}

.vote-button:hover,
.vote-button:focus-visible {
    background: var(--love-rose);
    color: #160c11;
}

.vote-button:disabled { cursor: not-allowed; opacity: 0.42; }

.nomination-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-top: 0.75rem;
    padding: 1.4rem 1.5rem;
    border: 0;
    background:
        radial-gradient(circle at 6% 50%, rgba(240, 146, 167, 0.1), transparent 22%),
        linear-gradient(90deg, rgba(223, 116, 136, 0.09), rgba(223, 116, 136, 0.02) 64%, transparent);
}

.nomination-row strong { color: var(--love-cream); font-family: var(--font-romance); font-size: 1.08rem; letter-spacing: 0.025em; }
.nomination-row p { margin-top: 0.25rem; color: var(--love-muted); font-size: 0.78rem; }

.secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1rem;
    min-height: 2.75rem;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, var(--love-rose-bright), var(--love-rose));
    color: #160c11;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.secondary-cta:hover,
.secondary-cta:focus-visible { background: var(--love-ivory); box-shadow: 0 0.8rem 2.4rem rgba(240, 146, 167, 0.16); }
.secondary-cta:disabled { cursor: not-allowed; opacity: 0.4; }

.released-list {
    position: relative;
    display: grid;
    gap: 1rem;
    padding-left: 2.75rem;
}

.released-list::before {
    content: '';
    position: absolute;
    top: 0.9rem;
    bottom: 0.9rem;
    left: 0.72rem;
    width: 1px;
    background: linear-gradient(to bottom, rgba(240, 146, 167, 0.25), var(--love-rose-bright) 12% 88%, rgba(255, 255, 255, 0.06));
    box-shadow: 0 0 1.2rem rgba(240, 146, 167, 0.12);
}

.released-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: -0.6rem 0 1.35rem;
}

.released-filters[hidden] { display: none; }

.released-live-status {
    min-height: 1.35rem;
    margin: -0.65rem 0 0.45rem;
    color: var(--love-rose-bright);
    font-size: 0.74rem;
}

.released-live-status[data-tone='success'] { color: #6ee7b7; }
.released-live-status[data-tone='error'] { color: #fca5a5; }

.released-filter {
    min-height: 2.35rem;
    padding: 0.45rem 0.78rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--love-muted);
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.released-filter:hover,
.released-filter:focus-visible {
    color: var(--love-ivory);
    background: rgba(255, 255, 255, 0.045);
}

.released-filter[aria-pressed='true'] {
    color: #160c11;
    background: var(--love-rose);
    transform: translateY(-0.1rem);
}

.released-card {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 11.5rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(ellipse at 12% 82%, rgba(240, 146, 167, 0.09), transparent 34%),
        linear-gradient(110deg, rgba(33, 20, 30, 0.97), rgba(11, 10, 14, 0.95) 63%, rgba(17, 11, 19, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.025), 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
    clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 0 100%);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.released-timeline-entry { position: relative; width: 100%; }

.released-timeline-entry::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2.43rem;
    width: 0.78rem;
    height: 0.78rem;
    border: 0;
    border-radius: 50%;
    background: var(--love-rose-bright);
    box-shadow: 0 0 1.25rem rgba(240, 146, 167, 0.8);
    transform: translateY(-50%);
    animation: timeline-heartbeat 3.8s ease-in-out infinite;
}

.released-card::after {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0 auto 0 0;
    width: 3px;
    background:
        linear-gradient(to bottom, transparent, var(--love-rose-bright) 25% 75%, transparent);
}

.released-card-main {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 1rem;
    align-items: flex-end;
    padding: 1.35rem;
}

.released-card:hover {
    transform: translateX(0.5rem);
    box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.045), 0 2rem 5rem rgba(0, 0, 0, 0.34), 0 0 3rem rgba(143, 48, 72, 0.08);
}

.released-avatar {
    flex: 0 0 auto;
    width: 4.75rem;
    height: 4.75rem;
    background-color: rgba(12, 10, 14, 0.8);
    box-shadow: 0 0.65rem 1.8rem rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(240, 146, 167, 0.14), 0 0 2.2rem rgba(240, 146, 167, 0.1);
}

.released-card-copy { position: relative; min-width: 0; text-align: left; }

.released-card-eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    align-items: center;
    margin-bottom: 0.35rem;
    color: var(--love-rose-bright);
    font-family: var(--font-mono);
    font-size: 0.61rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.released-card-eyebrow time { color: rgba(255, 255, 255, 0.58); }
.released-card h3 { color: var(--love-cream); font-family: var(--font-romance); font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 600; letter-spacing: 0.012em; }
.released-card p { margin-top: 0.2rem; color: var(--love-muted); font-size: 0.7rem; }

.released-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
    align-items: center;
    margin-top: 0.55rem;
}

.released-card-actions a {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    color: var(--love-rose-bright);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    text-decoration: none;
}

.released-card-actions a:hover,
.released-card-actions a:focus-visible { color: var(--love-ivory); }

.released-support-button {
    position: relative;
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(240, 146, 167, 0.16), rgba(143, 48, 72, 0.12));
    color: var(--love-rose-bright);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.released-support-button:hover,
.released-support-button:focus-visible {
    background: var(--love-rose);
    color: #160c11;
    transform: translateY(-0.1rem);
}

.released-support-button:disabled {
    background: rgba(240, 146, 167, 0.075);
    color: rgba(240, 146, 167, 0.6);
    cursor: default;
}

.released-support-button[data-busy='true'] { opacity: 0.55; }

.released-support-button.is-loved {
    animation: love-heart 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.released-support-button.is-loved::after {
    content: '';
    position: absolute;
    inset: -0.45rem;
    border: 1px solid rgba(240, 146, 167, 0.72);
    border-radius: inherit;
    pointer-events: none;
    animation: love-bloom 900ms ease-out both;
}

.released-faction-mark {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: clamp(-3.5rem, -3vw, -1.5rem);
    width: clamp(13rem, 27vw, 21rem);
    height: clamp(13rem, 27vw, 21rem);
    pointer-events: none;
    transform: translateY(-50%);
}

.released-faction-mark img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    opacity: 0.09;
    filter: grayscale(1);
    transition: opacity 220ms ease, transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.released-card:hover .released-faction-mark img {
    opacity: 0.14;
    transform: translateX(-0.35rem) scale(1.035);
}

.released-faction-mark[data-logo-tone='dark'] img { filter: invert(1) brightness(1.8) grayscale(1); }
.released-faction-mark[data-logo-tone='light'] img { filter: grayscale(1); }
.released-placeholder { color: var(--text-muted); }

.nomination-dialog {
    position: fixed;
    inset: 0;
    box-sizing: border-box;
    width: min(29rem, calc(100vw - 3rem));
    max-width: calc(100vw - 3rem);
    max-height: min(38rem, calc(100dvh - 2rem));
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(240, 146, 167, 0.3);
    border-radius: var(--love-radius);
    background:
        linear-gradient(135deg, rgba(240, 146, 167, 0.07), transparent 34%),
        #0d0a10;
    color: var(--text-main);
    box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.78), 0 0 0 1px rgba(255, 255, 255, 0.025) inset;
    animation: nomination-dialog-in 180ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.nomination-dialog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.4rem;
    width: 4.5rem;
    height: 2px;
    background: var(--love-rose-bright);
    box-shadow: 0 0 1rem rgba(240, 146, 167, 0.55);
}

.nomination-dialog::backdrop {
    background: rgba(3, 3, 6, 0.82);
    backdrop-filter: blur(10px) saturate(0.55);
    animation: nomination-backdrop-in 160ms ease-out both;
}

.nomination-dialog form { padding: 1.55rem; }
.dialog-heading { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.45rem; }
.dialog-heading h2 { margin-top: 0.18rem; color: var(--love-ivory); font-family: var(--font-tech); font-size: 1.45rem; font-weight: 650; letter-spacing: -0.025em; }

.dialog-close {
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid var(--love-line-subtle);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text-muted);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.dialog-close:hover,
.dialog-close:focus-visible { color: var(--love-ivory); }

.nomination-dialog label {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--love-muted);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.nomination-catalog-count {
    margin: -0.25rem 0 0.75rem;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.72rem;
}

.nomination-search-field { position: relative; }
.nomination-search-field::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 1rem;
    width: 0.72rem;
    height: 0.72rem;
    border: 1px solid var(--love-muted);
    border-radius: 50%;
    pointer-events: none;
    transform: translateY(-60%);
}

.nomination-search-field::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(50% + 0.32rem);
    left: 1.62rem;
    width: 0.38rem;
    height: 1px;
    background: var(--love-muted);
    pointer-events: none;
    transform: rotate(45deg);
    transform-origin: left center;
}

.nomination-search-field input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.85rem 1rem 0.85rem 2.65rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    background: #151018;
    color: var(--love-ivory);
    font: inherit;
}

.nomination-search-field input::placeholder { color: rgba(255, 255, 255, 0.34); }

.nomination-results {
    max-height: 16.5rem;
    margin-top: 0.55rem;
    overflow-y: auto;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.018);
    scrollbar-color: rgba(240, 146, 167, 0.5) rgba(255, 255, 255, 0.03);
}

.nomination-result,
.nomination-selected {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    width: 100%;
    min-height: 3.7rem;
    padding: 0.45rem 0.65rem;
    border: 0;
    background: transparent;
    color: var(--love-ivory);
    text-align: left;
}

.nomination-result { cursor: pointer; }
.nomination-result:hover,
.nomination-result:focus-visible,
.nomination-result.is-active {
    background: linear-gradient(90deg, rgba(240, 146, 167, 0.14), rgba(240, 146, 167, 0.025));
}

.nomination-result-avatar {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(240, 146, 167, 0.08);
}

.nomination-result-copy { min-width: 0; }
.nomination-result-copy strong,
.nomination-result-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nomination-result-copy strong { font-size: 0.86rem; }
.nomination-result-copy small { margin-top: 0.12rem; color: var(--love-muted); font-size: 0.66rem; }

.nomination-results-message {
    min-height: 5rem;
    padding: 1.25rem 0.85rem;
    color: var(--love-muted);
    font-size: 0.76rem;
    line-height: 1.6;
}

.nomination-selected {
    margin-top: 0.7rem;
    background: linear-gradient(90deg, rgba(240, 146, 167, 0.13), rgba(240, 146, 167, 0.025));
}

.dialog-status { min-height: 0; margin-top: 0.75rem; color: #fca5a5; font-size: 0.74rem; }
.dialog-status:empty { margin-top: 0; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-top: 1.25rem; }
.dialog-actions .text-button,
.dialog-actions .secondary-cta { width: 100%; min-height: 2.85rem; }

@keyframes nomination-dialog-in {
    from { opacity: 0; transform: translateY(0.5rem) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes nomination-backdrop-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes brand-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -0.45rem; }
}

@keyframes orbit-breathe {
    0%, 100% { opacity: 0.25; filter: blur(0); }
    50% { opacity: 0.6; filter: blur(0.35px); }
}

@keyframes timeline-heartbeat {
    0%, 82%, 100% { transform: translateY(-50%) scale(1); box-shadow: 0 0 1.1rem rgba(240, 146, 167, 0.55); }
    88% { transform: translateY(-50%) scale(1.18); box-shadow: 0 0 1.65rem rgba(240, 146, 167, 0.88); }
    94% { transform: translateY(-50%) scale(1.05); }
}

@keyframes love-heart {
    0%, 100% { transform: scale(1); }
    42% { transform: scale(1.08); }
    68% { transform: scale(0.98); }
}

@keyframes love-bloom {
    from { opacity: 0.8; transform: scale(0.8); }
    to { opacity: 0; transform: scale(1.42); }
}

.love-ark-notes {
    max-width: 48rem;
    margin: -1rem auto 3.5rem;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.75rem;
}

.love-ark-notes summary {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
}

.love-ark-notes-copy {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.7;
}

.love-ark-notes-copy p + p { margin-top: 0.65rem; }

html[data-theme="light"] {
    --love-rose: #b94d68;
    --love-rose-bright: #a63b58;
    --love-rose-deep: #7c2941;
    --love-wine: #f0dce2;
    --love-blush: #a63b58;
    --love-cream: #3a202a;
    --love-ivory: #2a171e;
    --love-gold: #84601f;
    --love-panel: rgba(255, 252, 250, 0.82);
    --love-panel-strong: rgba(255, 252, 250, 0.94);
    --love-line: rgba(166, 59, 88, 0.22);
    --love-line-subtle: rgba(45, 25, 34, 0.1);
    --love-muted: #665e64;
    --love-success: #167653;
}

html[data-theme="light"] .love-ark-page {
    background:
        radial-gradient(ellipse at 86% 6%, rgba(223, 116, 136, 0.2), transparent 34rem),
        radial-gradient(ellipse at 8% 64%, rgba(143, 48, 72, 0.08), transparent 38rem),
        linear-gradient(118deg, transparent 0 58%, rgba(185, 77, 104, 0.035) 58% 72%, transparent 72%),
        linear-gradient(180deg, #fbf8f4 0%, #f4f3ef 72%);
}

html[data-theme="light"] .love-ark-hero-grid::before {
    background:
        radial-gradient(circle at 72% 50%, rgba(223, 116, 136, 0.22), transparent 29%),
        linear-gradient(112deg, transparent 0 22%, rgba(255, 250, 248, 0.9) 22% 72%, rgba(185, 77, 104, 0.1));
    filter: drop-shadow(0 2rem 4rem rgba(92, 58, 68, 0.12));
}

html[data-theme="light"] .love-ark-hero-grid::after,
html[data-theme="light"] .channel-card::before,
html[data-theme="light"] .ranking-section::before {
    color: rgba(74, 41, 52, 0.045);
}

html[data-theme="light"] .love-ark-lead {
    color: rgba(42, 23, 30, 0.72);
}

html[data-theme="light"] .love-ark-brand-panel img {
    box-shadow: 0 2.5rem 6rem rgba(143, 48, 72, 0.24);
}

html[data-theme="light"] .channel-card,
html[data-theme="light"] .channel-card:nth-child(2),
html[data-theme="light"] .channel-card:nth-child(3) {
    background: linear-gradient(155deg, rgba(255, 253, 251, 0.96), rgba(244, 239, 238, 0.88));
    box-shadow: 0 1.8rem 4rem rgba(72, 48, 57, 0.1);
}

html[data-theme="light"] .channel-card:hover {
    background: linear-gradient(155deg, #ffffff, #f8f2f3);
    box-shadow: 0 2.5rem 5rem rgba(72, 48, 57, 0.16);
}

html[data-theme="light"] .channel-ready { box-shadow: 0 1.8rem 4rem rgba(72, 48, 57, 0.1); }

html[data-theme="light"] .channel-status,
html[data-theme="light"] .service-badge {
    color: #716a70;
}

html[data-theme="light"] .status-ready,
html[data-theme="light"] .service-badge[data-tone="ready"],
html[data-theme="light"] .ranking-live-status[data-tone="success"],
html[data-theme="light"] .released-live-status[data-tone="success"] {
    color: var(--love-success);
}

html[data-theme="light"] .service-badge[data-tone="error"],
html[data-theme="light"] .ranking-live-status[data-tone="error"],
html[data-theme="light"] .released-live-status[data-tone="error"],
html[data-theme="light"] .dialog-status {
    color: #a92f42;
}

html[data-theme="light"] .ranking-section {
    background:
        radial-gradient(ellipse at 50% 65%, rgba(185, 77, 104, 0.11), transparent 52%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55) 18% 82%, transparent);
}

html[data-theme="light"] .rank-avatar,
html[data-theme="light"] .released-avatar {
    background: radial-gradient(circle at 45% 38%, #ffffff, rgba(223, 116, 136, 0.12) 52%, rgba(93, 66, 77, 0.12));
}

html[data-theme="light"] .rank-avatar.has-image,
html[data-theme="light"] .released-avatar.has-image {
    background: radial-gradient(circle at 50% 30%, #ffffff, rgba(242, 226, 231, 0.98) 72%);
    box-shadow: 0 1rem 2.5rem rgba(72, 48, 57, 0.14), 0 0 28px rgba(185, 77, 104, 0.1);
}

html[data-theme="light"] .nomination-row {
    background: linear-gradient(90deg, rgba(185, 77, 104, 0.1), rgba(255, 255, 255, 0.38) 64%, transparent);
}

html[data-theme="light"] .released-list::before {
    background: linear-gradient(to bottom, var(--love-rose-bright), rgba(42, 23, 30, 0.1));
}

html[data-theme="light"] .released-filter:hover,
html[data-theme="light"] .released-filter:focus-visible {
    background: rgba(42, 23, 30, 0.055);
}

html[data-theme="light"] .released-card {
    background: linear-gradient(110deg, rgba(255, 252, 250, 0.98), rgba(246, 239, 241, 0.96) 63%, rgba(242, 236, 240, 0.98));
    box-shadow: 0 1.5rem 4rem rgba(72, 48, 57, 0.1);
}

html[data-theme="light"] .released-card:hover {
    box-shadow: 0 2rem 5rem rgba(72, 48, 57, 0.16);
}

html[data-theme="light"] .released-card-eyebrow time,
html[data-theme="light"] .love-ark-notes {
    color: rgba(42, 23, 30, 0.58);
}

html[data-theme="light"] .released-faction-mark[data-logo-tone='dark'] img { filter: brightness(0.2) grayscale(1); }
html[data-theme="light"] .released-faction-mark[data-logo-tone='light'] img { filter: invert(1) brightness(0.3) grayscale(1); }

html[data-theme="light"] .nomination-dialog {
    border-color: rgba(166, 59, 88, 0.25);
    background: linear-gradient(135deg, rgba(223, 116, 136, 0.1), transparent 34%), #fbf8f6;
    box-shadow: 0 2rem 7rem rgba(62, 42, 49, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

html[data-theme="light"] .nomination-dialog::backdrop {
    background: rgba(43, 35, 40, 0.45);
}

html[data-theme="light"] .dialog-close {
    background: rgba(42, 23, 30, 0.035);
}

html[data-theme="light"] .nomination-search-field input {
    border-color: rgba(42, 23, 30, 0.16);
    background: #ffffff;
}

html[data-theme="light"] .nomination-search-field input::placeholder { color: rgba(42, 23, 30, 0.42); }
html[data-theme="light"] .nomination-catalog-count { color: rgba(42, 23, 30, 0.55); }
html[data-theme="light"] .nomination-results { background: rgba(42, 23, 30, 0.025); }
html[data-theme="light"] .nomination-selected { background: linear-gradient(90deg, rgba(185, 77, 104, 0.12), rgba(255, 255, 255, 0.36)); }

html[data-theme="light"] .love-ark-notes-copy {
    border-top-color: rgba(42, 23, 30, 0.1);
}

button:focus-visible,
a:focus-visible,
select:focus-visible {
    outline: 2px solid var(--love-rose-bright);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .love-ark-hero-grid { grid-template-columns: 1fr; }
    .love-ark-brand-panel { min-height: 14rem; grid-row: 2; }
    .love-ark-hero-copy { grid-row: 1; }
    .channel-grid { grid-template-columns: 1fr; }
    .channel-card { min-height: 19rem; }
    .channel-card:nth-child(2),
    .channel-card:nth-child(3) { margin-top: 0; }
}

@media (max-width: 680px) {
    .love-ark-nav-actions { gap: 0.7rem; }
    .nav-play-link { display: none; }
    .navbar { padding-inline: 1rem; }
    .love-ark-container { padding-top: 6.5rem; padding-inline: 1rem; }
    .love-ark-hero { padding-bottom: 3.75rem; }
    .love-ark-back { margin-bottom: 1.5rem; }
    .love-ark-hero-grid { min-height: 0; padding: 1.4rem 0; gap: 1rem; }
    .love-ark-hero-grid::before { inset: 24% -1rem 0 12%; clip-path: polygon(24% 0, 100% 0, 88% 100%, 0 100%); }
    .love-ark-hero-grid::after { right: -0.08em; bottom: 0.05em; font-size: 9rem; }
    .love-ark-hero h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
    .love-ark-brand-panel img { width: min(10rem, 52vw); }
    .love-ark-brand-panel::before { width: 10rem; height: 10rem; }
    .love-ark-section-heading,
    .nomination-row { align-items: flex-start; flex-direction: column; }
    .ranking-heading { align-items: flex-start; }
    .ranking-controls { width: 100%; align-items: stretch; }
    .ranking-limit-filter { width: 100%; }
    .ranking-limit-button { flex: 1; min-width: 0; }
    .ranking-utility-controls { justify-content: space-between; }
    .ranking-section { margin-inline: -0.25rem; padding: 1.1rem; }
    .ranking-chart-viewport { scroll-snap-type: x proximity; }
    .rank-column { scroll-snap-align: start; }
    .experience-section,
    .released-section { padding-bottom: 3.75rem; }
    .ranking-section { margin-bottom: 3.75rem; }
    .nomination-row .secondary-cta { width: 100%; }
    .brand-orbit-one { width: 12rem; height: 12rem; }
    .brand-orbit-two { width: 14rem; height: 14rem; }
    .released-list { padding-left: 1.85rem; }
    .released-list::before { left: 0.38rem; }
    .released-card { min-height: 12.5rem; }
    .released-card-main { align-items: flex-start; flex-direction: column; padding: 1.05rem; }
    .released-timeline-entry::before { left: -1.88rem; }
    .released-timeline-entry,
    .released-timeline-entry:nth-child(even) { width: 100%; margin-left: 0; }
    .released-avatar { width: 3.75rem; height: 3.75rem; }
    .released-faction-mark { right: -2.5rem; width: 12rem; height: 12rem; }
    .released-faction-mark img { opacity: 0.07; }
    .released-filters { flex-wrap: nowrap; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scrollbar-width: none; }
    .released-filter { flex: 0 0 auto; }
    .nomination-dialog { width: min(19rem, calc(100vw - 3rem)); max-width: calc(100vw - 3rem); }
    .nomination-dialog form { padding: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
    .loading-pulse,
    .love-ark-brand-panel img,
    .brand-orbit,
    .released-timeline-entry::before,
    .released-support-button.is-loved,
    .released-support-button.is-loved::after { animation: none; }
    .vote-bar,
    .channel-card,
    .channel-cta,
    .rank-column,
    .released-card,
    .released-filter,
    .ranking-limit-button { transition: none; }
    .nomination-dialog,
    .nomination-dialog::backdrop { animation: none; }
}
