@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&family=Outfit:wght@300;400;500&display=swap";

.lh-wrap {
    z-index: 999;
    justify-content: center;
    margin-bottom: 8px;
    padding: 16px 12px 0;
    display: flex;
    position: sticky;
    top: 0
}

.lh-wrap.lh-scrolled {
    padding: 16px 20px 0
}

.lh-glass {
    -webkit-backdrop-filter: blur(24px)saturate(200%)brightness(1.08);
    background: #ffffff14;
    border: 1px solid #ffffff38;
    border-radius: 70px;
    width: 100%;
    max-width: 560px;
    transition: all .65s cubic-bezier(.32, .72, 0, 1);
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 2.5px #fffffffa, inset 0 -1.5px #0000000f, inset 1px 0 #ffffff8c, inset -1px 0 #ffffff8c, 0 0 0 .5px #ffffff0f, 0 60px 160px #00000047, 0 24px 80px #6366f11a;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.lh-wrap:not(.lh-scrolled) .lh-glass {
    justify-content: center
}

.lh-wrap.lh-scrolled .lh-glass {
    border-radius: 999px;
    width: fit-content;
    max-width: min(100%, calc(100vw - 24px));
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    display: inline-block;
    vertical-align: top;
    -webkit-backdrop-filter: blur(36px) saturate(180%) brightness(0.92);
    backdrop-filter: blur(36px) saturate(180%) brightness(0.92);
    background: #0f0c29a8;
    box-shadow: inset 0 1px #ffffff59, inset 0 -1px #00000014, 0 8px 32px #00000059;
    isolation: isolate
}

.lh-expanded {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 14px 28px 14px;
    transition: all .55s cubic-bezier(.32, .72, 0, 1);
    display: flex;
    flex: 0 0 auto
}

.lh-wrap.lh-scrolled .lh-expanded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: none !important;
}

.lh-compact {
    opacity: 0;
    pointer-events: none;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    transition: all .35s;
    display: flex;
    overflow: hidden;
    flex-shrink: 0
}

.lh-wrap.lh-scrolled .lh-compact {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding: 5px 10px 6px;
    gap: 8px;
    position: relative;
    z-index: 1
}

.lh-wrap.lh-scrolled .lh-logo {
    width: 28px;
    height: 28px;
    font-size: 14px;
    box-shadow: 0 2px 10px #c084fc99, 0 0 0 1.5px #ffffff2e
}

.lh-wrap.lh-scrolled .lh-c-name {
    line-height: 1.2
}

.lh-wrap.lh-scrolled .lh-c-sub {
    line-height: 1.2
}

.lh-wrap.lh-scrolled .lh-compact-text {
    gap: 2px
}

@media (width<=600px) {
    .lh-wrap.lh-scrolled .lh-compact {
        padding: 4px 9px 5px;
        gap: 7px
    }

    .lh-wrap.lh-scrolled .lh-logo {
        width: 26px;
        height: 26px;
        font-size: 13px
    }

    .lh-wrap.lh-scrolled .lh-c-name {
        font-size: 13px;
        line-height: 1.2
    }

    .lh-wrap.lh-scrolled .lh-c-sub {
        font-size: 9.5px;
        line-height: 1.2
    }

    .lh-wrap.lh-scrolled .lh-compact-text {
        gap: 1px
    }
}

.lh-eyebrow {
    font-family: Outfit, Inter, system-ui, sans-serif;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #b8b8d6e6;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2
}

.lh-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    background: linear-gradient(100deg, #ff7eb3 0%, #b388ff 50%, #c084fc 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 6px;
    font-size: clamp(28px, 8vw, 40px);
    font-weight: 900;
    line-height: 1.05
}

.lh-byline {
    font-family: Outfit, Inter, system-ui, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #a8a8c8e6;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3
}

.lh-stats {
    justify-content: center;
    gap: 24px;
    padding: 0;
    margin: 0;
    display: flex
}

.lh-stat {
    text-align: center
}

.lh-stat-n {
    color: #f0f0fff2;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.lh-pct {
    color: #f0f0fff2;
    font-size: 16px;
    font-weight: 700
}

.lh-stat-l {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6c6c93e6;
    margin-top: 1px;
    font-size: 9px;
    font-weight: 700
}

.lh-logo {
    color: #fff;
    background: linear-gradient(135deg, #ff7eb3, #c084fc);
    border-radius: 50%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 17px;
    font-weight: 900;
    display: flex;
    box-shadow: 0 4px 16px #c084fcb3, 0 0 0 2px #ffffff2e
}

.lh-compact-text {
    flex-direction: column;
    gap: 5px;
    display: flex;
    min-width: 0;
    padding-right: 2px
}

.lh-c-name {
    letter-spacing: .2px;
    color: #fffffff2;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35
}

.lh-c-sub {
    color: #c4c4dae6;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .02em
}

html {
    font-size: 14.4px
}

body {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(135deg, #0f0c29 0%, #1a1040 25%, #1e2a4a 50%, #1a3a4a 75%, #0d1a2a 100%);
    min-height: 100vh;
    font-family: Inter, Noto Sans SC, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-x: hidden
}

body:before {
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, #6366f12e 0%, #0000 60%);
    width: 60vw;
    height: 60vw;
    position: fixed;
    top: -20%;
    left: -10%
}

body:after {
    content: "";
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, #ec48991f 0%, #0000 60%);
    width: 50vw;
    height: 50vw;
    position: fixed;
    bottom: -10%;
    right: -5%
}

.app {
    z-index: 1;
    position: relative
}

.page {
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 12px 60px;
    position: relative
}

.section {
    margin-bottom: 28px
}

.section-header {
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 4px;
    display: flex
}

.section-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff61;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 600
}

.section-line {
    background: #ffffff14;
    flex: 1;
    height: 1px
}

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

@media (width<=900px) {
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(118px, 1fr))
    }
}

@media (width<=600px) {
    .page {
        padding: 0 8px 48px
    }

    .section {
        margin-bottom: 20px
    }

    .section-header {
        margin-bottom: 8px;
        padding: 0 2px
    }

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

    .card {
        border-radius: 11px
    }

    .card-visual {
        aspect-ratio: 2 / 1;
        max-height: 96px
    }

    .card-icon {
        font-size: clamp(16px, 5vw, 22px)
    }

    .card-info {
        padding: 4px 5px 5px;
        gap: 1px
    }

    .card-title {
        font-size: 10px;
        line-height: 1.25;
        -webkit-line-clamp: 2
    }

    .card-genre {
        font-size: 7.5px;
        line-height: 1.25;
        -webkit-line-clamp: 1
    }
}

@keyframes rise {
    0% {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.card {
    color: inherit;
    cursor: pointer;
    background: #ffffff0d;
    border: 1px solid #ffffff17;
    border-radius: 14px;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    animation: .5s backwards rise;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0
}

.card:hover {
    background: #ffffff17;
    border-color: #fff3;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px #00000059
}

.card-visual {
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 0;
    display: flex;
    position: relative;
    overflow: hidden
}

.card-visual:after {
    content: "";
    background: linear-gradient(#0000, #00000059);
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.card-visual .card-thumb {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.card-icon {
    opacity: .95;
    z-index: 1;
    font-size: clamp(22px, 7vw, 32px);
    position: relative;
    line-height: 1;
    filter: drop-shadow(0 1px 2px #0006)
}

.badge-new {
    z-index: 2;
    color: #fff;
    letter-spacing: .5px;
    background: #ef4444e6;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    right: 7px
}

.card-info {
    padding: 6px 8px 7px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-height: 0;
    background: #0a0a12f2
}

.card-title {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    color: #f4f4f8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-genre {
    font-size: 9px;
    font-weight: 500;
    line-height: 1.3;
    color: #a8a8c8;
    opacity: .95;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card:first-child {
    animation-delay: 50ms
}

.card:nth-child(2) {
    animation-delay: 80ms
}

.card:nth-child(3) {
    animation-delay: .11s
}

.card:nth-child(4) {
    animation-delay: .14s
}

.card:nth-child(5) {
    animation-delay: .17s
}

.card:nth-child(6) {
    animation-delay: .2s
}

.card:nth-child(n+7) {
    animation-delay: .23s
}

.card:first-child .card-visual {
    background: linear-gradient(135deg, #1a2f4a, #0f1f3a)
}

.card:nth-child(2) .card-visual {
    background: linear-gradient(135deg, #1a2a1a, #0f200f)
}

.card:nth-child(3) .card-visual {
    background: linear-gradient(135deg, #2a1a2a, #1f0f1f)
}

.card:nth-child(4) .card-visual {
    background: linear-gradient(135deg, #1a3a2a, #0f200f)
}

.card:nth-child(5) .card-visual {
    background: linear-gradient(135deg, #2a1a0f, #1f0f07)
}

.card:nth-child(6) .card-visual {
    background: linear-gradient(135deg, #0f2a2a, #07201f)
}

.card:nth-child(n+7) .card-visual {
    background: linear-gradient(135deg, #1a1a2a, #0f0f1f)
}

.footer {
    text-align: center;
    padding: 36px 16px 28px
}

.footer-main {
    color: #fff3;
    letter-spacing: .8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    display: flex
}

.footer-dot {
    color: #ffffff26
}

.footer-clock {
    color: #ffffff24;
    letter-spacing: 1px;
    font-variant-numeric: tabular-nums;
    margin-top: 5px;
    font-size: 10px
}

*,
:before,
:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}