body {
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.gradient-text {
    background: linear-gradient(to right, #ff0000, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
}

.site-logo-mark {
    width: 2.4rem;
    height: 2.4rem;
    flex: none;
    filter: drop-shadow(0 14px 24px rgba(220, 38, 38, 0.18));
}

.site-logo-wordmark {
    padding-right: 0.1rem;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.site-nav-lockup-image {
    display: block;
    width: auto;
    height: clamp(2.55rem, 4vw, 3rem);
}

.site-logo-lockup-footer {
    gap: 0.95rem;
}

.site-logo-mark-footer {
    width: 2.8rem;
    height: 2.8rem;
}

.hero-awards-content {
    --hero-lockup-gap: clamp(1rem, 2vw, 2rem);
    --hero-logo-size: clamp(9rem, 16vw, 14rem);
}

.hero-awards-lockup {
    display: flex;
    align-items: center;
    gap: var(--hero-lockup-gap);
}

.hero-brand-mark {
    width: var(--hero-logo-size);
    height: var(--hero-logo-size);
    flex: none;
    filter: drop-shadow(0 18px 28px rgba(220, 38, 38, 0.38));
}

.hero-awards-message {
    width: fit-content;
}

.hero-awards-title {
    display: flex;
    align-items: baseline;
    gap: clamp(0.75rem, 1.5vw, 1.5rem);
    line-height: 0.9;
}

.hero-awards-title > span {
    padding-right: 0.04em;
    white-space: nowrap;
}

.hero-title-line,
.hero-title-name {
    font-size: clamp(3.5rem, 7vw, 6.75rem);
}

.hero-awards-copy {
    margin-top: clamp(0.8rem, 1.5vw, 1.25rem);
    width: 100%;
    padding-top: clamp(0.8rem, 1.5vw, 1.25rem);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-size: clamp(0.72rem, 1.35vw, 1.2rem);
    text-align: center;
    white-space: nowrap;
}

.hero-nominate-button {
    min-height: 3.5rem;
    margin-inline: auto;
    padding: 0.9rem 2rem;
    font-size: 1rem;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

[x-cloak] {
    display: none !important;
}

.spotlight-panel {
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.18), transparent 32%),
        linear-gradient(135deg, #111827 0%, #18181b 60%, #09090b 100%);
}

.signal-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
}

.soft-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.choice-pill {
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.choice-pill:hover {
    transform: translateY(-1px);
}

.page-glow {
    background:
        radial-gradient(circle at top right, rgba(239, 68, 68, 0.1), transparent 28%),
        radial-gradient(circle at bottom left, rgba(250, 204, 21, 0.12), transparent 26%),
        #f9fafb;
}

.hero-overlay {
    background:
        linear-gradient(to top, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.08)),
        linear-gradient(to right, rgba(220, 38, 38, 0.12), transparent, rgba(250, 204, 21, 0.08));
}

.hero-search-shell {
    width: 100%;
    max-width: 58rem;
}

.hero-search-form {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    background:
        linear-gradient(135deg, rgba(9, 9, 11, 0.78), rgba(24, 24, 27, 0.64)),
        rgba(9, 9, 11, 0.72);
    backdrop-filter: blur(20px);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-search-form:focus-within {
    transform: translateY(-2px);
    border-color: rgba(248, 113, 113, 0.55);
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.36),
        0 0 0 5px rgba(220, 38, 38, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-search-input-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.85rem;
}

.hero-search-input-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
    padding: 0.7rem 1rem 0.7rem 1.2rem;
}

.hero-search-icon {
    width: 1.45rem;
    height: 1.45rem;
    color: rgba(255, 255, 255, 0.72);
    flex: none;
}

.hero-search-input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hero-search-button {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    padding: 1rem 1.5rem;
    min-width: 9.5rem;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(220, 38, 38, 0.32);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.hero-search-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 22px 44px rgba(220, 38, 38, 0.38);
}

.hero-search-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
    justify-content: space-between;
    padding: 0.9rem 0.2rem 0 0.2rem;
    color: rgba(255, 255, 255, 0.78);
    text-align: left;
}

.hero-search-kicker,
.hero-search-results {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
}

.hero-search-results {
    color: rgba(250, 204, 21, 0.96);
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scroll-theme-section {
    position: relative;
    isolation: isolate;
    transition: color 1500ms ease;
}

.scroll-theme-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 1500ms ease;
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.18), transparent 32%),
        radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.14), transparent 28%),
        linear-gradient(145deg, #18181b 0%, #09090b 72%);
}

.scroll-theme-section.is-dark::before {
    opacity: 1;
}

.promo-shell,
.promo-badge,
.promo-title,
.promo-description,
.promo-pill,
.promo-primary-action,
.promo-secondary-action,
.nominee-heading,
.nominee-card-media,
.nominee-card-avatar,
.nominee-card-title,
.nominee-card-meta {
    transition:
        background-color 1500ms ease,
        border-color 1500ms ease,
        box-shadow 1500ms ease,
        color 1500ms ease;
}

.promo-section.is-dark {
    color: #f4f4f5;
}

.promo-section.is-dark .promo-shell {
    background: rgba(9, 9, 11, 0.72);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.promo-section.is-dark .promo-badge {
    background: rgba(127, 29, 29, 0.4);
    border-color: rgba(248, 113, 113, 0.22);
    color: #fecaca;
}

.promo-section.is-dark .promo-title {
    color: #fff;
}

.promo-section.is-dark .promo-description {
    color: rgba(244, 244, 245, 0.76);
}

.promo-section.is-dark .promo-pill {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(244, 244, 245, 0.88);
}

.promo-section.is-dark .promo-secondary-action {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.promo-section.is-dark .promo-secondary-action:hover {
    background: rgba(255, 255, 255, 0.12);
}

.promo-section.is-dark .promo-primary-action {
    box-shadow: 0 24px 56px rgba(220, 38, 38, 0.32);
}

.nominee-section.is-dark {
    color: #f4f4f5;
}

.nominee-section.is-dark .nominee-heading,
.nominee-section.is-dark .nominee-card-title {
    color: #fff;
}

.nominee-section.is-dark .nominee-card-media {
    background: rgba(24, 24, 27, 0.92);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.nominee-section.is-dark .nominee-card-avatar {
    background: rgba(39, 39, 42, 0.95);
    border-color: rgba(255, 255, 255, 0.14);
}

.nominee-section.is-dark .nominee-card-meta {
    color: rgba(228, 228, 231, 0.72);
}

.nominee-section.is-dark .nominee-card-meta span:hover {
    color: #fff;
}

.nominee-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hero-awards {
        min-height: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .hero-awards-content {
        --hero-lockup-gap: 0.6rem;
        --hero-logo-size: clamp(5.25rem, 22vw, 6.5rem);
    }

    .hero-awards-lockup {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-awards-message {
        display: contents;
    }

    .hero-awards-title > span {
        padding-right: 0.02em;
    }

    .hero-awards-title {
        flex: 1 1 0;
        flex-direction: column-reverse;
        align-items: initial;
        gap: 0;
        line-height: 0.84;
    }

    .hero-title-line {
        font-size: clamp(2.1rem, 11.6vw, 3.35rem);
    }

    .hero-title-name {
        font-size: clamp(1.9rem, 9.9vw, 2.95rem);
    }

    .hero-awards-copy {
        flex-basis: 100%;
        margin-top: 1.75rem;
        margin-inline: auto;
        max-width: 32rem;
        width: auto;
        padding-top: 0;
        border-top: 0;
        font-size: clamp(1.125rem, 3vw, 1.25rem);
        white-space: normal;
    }

    .hero-nominate-button {
        min-height: 4.35rem;
        padding: 1.15rem 1.5rem;
        font-size: 1.22rem;
    }

    .hero-search-input-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
    }

    .hero-search-input-wrap {
        padding: 0.8rem 0.9rem 0.35rem;
    }

    .hero-search-button {
        width: 100%;
        min-width: 0;
    }

    .hero-search-meta {
        justify-content: center;
        text-align: center;
    }

    .promo-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}



.category-player-panel,
.playlist-panel {
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(20px);
}

.category-player-panel {
    overflow: hidden;
    border-radius: 1.75rem;
}

.category-ad-slot {
    display: block;
    width: min(100%, 970px);
    aspect-ratio: 970 / 250;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.4rem;
    background: #18181b;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-ad-slot:hover {
    transform: translateY(-1px);
    border-color: rgba(239, 68, 68, 0.28);
    box-shadow: 0 24px 62px rgba(15, 23, 42, 0.14);
}

.category-ad-slot picture,
.category-ad-slot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 640px) {
    .category-ad-slot {
        width: min(100%, 320px);
        aspect-ratio: 320 / 100;
        border-radius: 1.1rem;
    }
}

.playlist-panel {
    border-radius: 1.75rem;
    padding: 1.5rem;
}



.playlist-item {
    display: block;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1.5rem;
    background: #fff;
    padding: 0.875rem;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.playlist-item:hover {
    transform: translateY(-1px);
    border-color: rgba(248, 113, 113, 0.26);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.playlist-item.is-active {
    border-color: rgba(239, 68, 68, 0.32);
    background:
        linear-gradient(135deg, rgba(254, 242, 242, 0.92), rgba(255, 255, 255, 0.98));
    box-shadow: 0 20px 50px rgba(239, 68, 68, 0.12);
}

.category-selection-step-forward {
    animation: category-selection-forward 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.category-selection-step-back {
    animation: category-selection-back 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.category-selection-emoji {
    display: inline-flex;
    min-height: 5rem;
    align-items: center;
    justify-content: center;
    font-size: clamp(3.5rem, 10vw, 5.5rem);
    line-height: 1;
    filter: drop-shadow(0 16px 20px rgba(15, 23, 42, 0.12));
    animation: category-selection-float 3s ease-in-out infinite;
}

.category-selection-option {
    display: flex;
    min-height: 6.5rem;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 250, 0.92));
    padding: 1rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.category-selection-option:hover {
    transform: translateY(-2px);
    border-color: rgba(239, 68, 68, 0.3);
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.96), #fff);
    box-shadow: 0 20px 45px rgba(239, 68, 68, 0.1);
}

.category-selection-option:focus-visible {
    outline: 3px solid rgba(248, 113, 113, 0.28);
    outline-offset: 3px;
}

.category-selection-option-emoji {
    display: inline-flex;
    height: 3.25rem;
    width: 3.25rem;
    flex: none;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(244, 244, 245, 0.9);
    font-size: 1.75rem;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
}

.category-selection-option:hover .category-selection-option-emoji {
    transform: rotate(-4deg) scale(1.06);
    background: rgba(254, 226, 226, 0.95);
}

@keyframes category-selection-forward {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes category-selection-back {
    from {
        opacity: 0;
        transform: translateX(-24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes category-selection-float {
    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }
    50% {
        transform: translateY(-6px) rotate(2deg);
    }
}
