:root {
    --bg: #070b13;
    --panel: #101722;
    --panel-soft: #151f2d;
    --line: rgba(255, 255, 255, 0.1);
    --text: #f4f7fb;
    --muted: #9aa8b9;
    --primary: #ff4d5f;
    --primary-strong: #ff2f45;
    --blue: #4d8dff;
    --gold: #ffc457;
    --green: #37d6a0;
    --radius: 18px;
    --max: 1360px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ui-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.ui-icon-home::before {
    content: "⌂";
}

.ui-icon-film::before {
    content: "▤";
}

.ui-icon-tv::before {
    content: "▣";
}

.ui-icon-mic::before {
    content: "♪";
}

.ui-icon-spark::before {
    content: "✦";
}

.ui-icon-playbox::before {
    content: "▶";
}

.ui-icon-camera::before {
    content: "◉";
}

.ui-icon-trophy::before {
    content: "♛";
}

.ui-icon-flame::before {
    content: "◆";
}

.ui-icon-clock::before {
    content: "◷";
}

.ui-icon-star::before {
    content: "★";
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 11, 19, 0.9);
    backdrop-filter: blur(18px);
}

.header-shell {
    width: min(calc(100% - 40px), var(--max));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand-heading {
    margin: 0;
    line-height: 1;
}

.brand {
    display: block;
}

.brand img {
    width: 164px;
    height: 44px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.nav-link {
    min-width: 58px;
    padding: 9px 8px;
    border-radius: 10px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    line-height: 1.2;
    transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    background: rgba(255, 77, 95, 0.12);
    color: #ffffff;
}

.nav-link.is-active .ui-icon {
    color: var(--primary);
}

.search-box {
    width: 238px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    background: var(--panel);
}

.search-box input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 12px;
    background: transparent;
    color: var(--text);
}

.search-box button {
    border: 0;
    padding: 0 14px;
    background: var(--primary);
    color: #ffffff;
    cursor: pointer;
}

.nav-toggle {
    display: none;
}

main,
.inner-main,
.player-main {
    width: min(calc(100% - 40px), var(--max));
    margin: 0 auto;
}

main {
    padding-top: 28px;
}

.hero {
    position: relative;
    aspect-ratio: 16 / 7.2;
    min-height: 500px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--panel);
}

.hero-track,
.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 7, 12, 0.96) 0%, rgba(4, 7, 12, 0.72) 40%, rgba(4, 7, 12, 0.08) 75%), linear-gradient(0deg, rgba(4, 7, 12, 0.65), transparent 52%);
}

.hero-content {
    position: absolute;
    z-index: 2;
    left: clamp(28px, 6vw, 88px);
    top: 50%;
    width: min(560px, 70%);
    transform: translateY(-50%);
}

.hero-badge,
.eyebrow {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-content h2 {
    margin: 12px 0 4px;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.hero-meta {
    color: #d9e1eb;
    font-weight: 700;
}

.hero-summary {
    display: -webkit-box;
    max-width: 540px;
    overflow: hidden;
    color: #c5cfdb;
    font-size: 17px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.button-row {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.button-primary {
    background: var(--primary);
}

.button-primary:hover {
    background: var(--primary-strong);
}

.button-ghost {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

.hero-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(8, 12, 20, 0.56);
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    transform: translateY(-50%);
}

.hero-prev {
    left: 18px;
}

.hero-next {
    right: 18px;
}

.hero-dots {
    position: absolute;
    z-index: 4;
    left: clamp(28px, 6vw, 88px);
    bottom: 32px;
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.44);
    cursor: pointer;
    transition: 0.25s ease;
}

.hero-dot.is-active {
    width: 28px;
    background: var(--primary);
}

.quick-channel {
    margin: 22px 0 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.quick-channel a {
    padding: 16px 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--panel);
    color: #dbe3ec;
    font-weight: 700;
}

.quick-channel a:hover {
    border-color: rgba(255, 77, 95, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
}

.content-section {
    margin-top: 72px;
}

.section-heading {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.section-heading h2 {
    margin: 3px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.2;
}

.section-heading h2 .ui-icon {
    width: 28px;
    height: 28px;
    color: var(--primary);
}

.section-link,
.text-link {
    color: #cbd5e1;
    font-weight: 700;
}

.section-link:hover,
.text-link:hover {
    color: var(--primary);
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px 16px;
}

.media-card {
    min-width: 0;
    border: 1px solid transparent;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--panel);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.media-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
}

.poster-frame {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #1d2735;
}

.poster-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.media-card:hover .poster-frame img {
    transform: scale(1.04);
}

.quality {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 8px;
    background: rgba(6, 10, 16, 0.78);
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.play-hover {
    position: absolute;
    inset: auto 10px 10px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 77, 95, 0.92);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    transition: 0.2s ease;
}

.media-card:hover .play-hover {
    opacity: 1;
    transform: translateY(0);
}

.card-body {
    min-height: 116px;
    padding: 14px;
}

.card-body h3 {
    height: 48px;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.4;
}

.card-meta {
    margin: 6px 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #cad4df;
    font-size: 12px;
}

.section-rail {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(135deg, #111a27, #0b1018);
}

.section-rail .media-grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
}

.section-rail .media-card:first-child {
    border-color: rgba(255, 77, 95, 0.28);
}

.section-split {
    padding-left: 28px;
    border-left: 3px solid var(--primary);
}

.accent-blue {
    --primary: var(--blue);
}

.accent-gold {
    --primary: var(--gold);
}

.accent-green {
    --primary: var(--green);
}

.update-board {
    padding: 34px;
    border-radius: 24px;
    background: #f3f5f7;
    color: #111722;
}

.update-board .eyebrow {
    color: #d62e41;
}

.update-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid #dce2e8;
    border-radius: 14px;
    background: #dce2e8;
}

.update-list a {
    min-width: 0;
    padding: 16px;
    display: grid;
    grid-template-columns: 52px 72px 1fr auto;
    align-items: center;
    gap: 10px;
    background: #ffffff;
}

.update-list time,
.update-list a > span:last-child {
    color: #66717f;
    font-size: 13px;
}

.update-list strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.update-type {
    padding: 2px 8px;
    border-radius: 99px;
    background: #ffe9ec;
    color: #d62e41;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.rank-panel {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr;
    gap: 50px;
    align-items: start;
}

.rank-panel .section-heading {
    position: sticky;
    top: 110px;
    display: block;
}

.rank-panel .section-link {
    display: inline-block;
    margin-top: 24px;
}

.ranking-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ranking-list li {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 16px;
}

.rank-number {
    color: var(--muted);
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
}

.ranking-list li:first-child .rank-number,
.ranking-list li:first-child em {
    color: var(--primary);
}

.ranking-list a {
    display: flex;
    flex-direction: column;
}

.ranking-list a span {
    color: var(--muted);
    font-size: 13px;
}

.ranking-list em {
    color: var(--gold);
    font-style: normal;
    font-weight: 800;
}

.premiere-strip {
    min-height: 330px;
    padding: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
    background: radial-gradient(circle at 80% 10%, #493071, transparent 36%), linear-gradient(120deg, #151d34, #17101e);
}

.premiere-copy {
    max-width: 640px;
}

.premiere-copy h2 {
    margin: 6px 0 12px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.1;
}

.premiere-copy p {
    color: #bdc7d5;
}

.premiere-stack {
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    transform: rotate(6deg);
}

.premiere-stack strong {
    color: var(--primary);
    font-family: Georgia, serif;
    font-size: 88px;
    line-height: 0.9;
}

.about-home {
    padding: 46px;
    border: 1px solid var(--line);
    border-radius: 28px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 42px;
    align-items: center;
}

.about-mark {
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--primary);
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
}

.about-home h2 {
    margin: 6px 0 10px;
    font-size: 36px;
}

.about-home p {
    max-width: 850px;
    color: var(--muted);
}

.mobile-callout {
    width: min(calc(100% - 40px), var(--max));
    margin: 90px auto 0;
    padding: 42px 50px;
    border-radius: 28px 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(125deg, #23111b, #101b2e);
}

.mobile-copy {
    max-width: 690px;
}

.mobile-copy h2 {
    margin: 4px 0 8px;
    font-size: 38px;
}

.mobile-copy p {
    color: #bac5d2;
}

.qr-art {
    border-radius: 18px;
    background: #ffffff;
}

.site-footer {
    margin-top: 0;
    padding: 58px max(20px, calc((100vw - var(--max)) / 2)) 22px;
    border-top: 1px solid var(--line);
    background: #05080e;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 50px;
}

.footer-brand p {
    max-width: 420px;
    color: var(--muted);
}

.footer-grid nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-grid nav h2 {
    margin: 0 0 8px;
    font-size: 16px;
}

.footer-grid nav a {
    color: var(--muted);
    font-size: 14px;
}

.footer-grid nav a:hover {
    color: #ffffff;
}

.footer-bottom {
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #738092;
    font-size: 13px;
}

.breadcrumb {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.channel-banner {
    min-height: 250px;
    padding: 46px;
    border: 1px solid var(--line);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: radial-gradient(circle at 80% 20%, rgba(77, 141, 255, 0.25), transparent 35%), linear-gradient(120deg, #111927, #0b1018);
}

.channel-banner > div:first-child {
    max-width: 760px;
}

.channel-banner h1 {
    margin: 6px 0 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.1;
}

.channel-banner h1 .ui-icon {
    width: 44px;
    height: 44px;
    color: var(--primary);
}

.channel-banner p {
    color: #bcc7d4;
}

.channel-stat {
    min-width: 160px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
}

.channel-stat strong {
    display: block;
    color: var(--primary);
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1;
}

.channel-stat span {
    color: var(--muted);
    font-size: 13px;
}

.filter-panel {
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--panel);
}

.filter-row,
.sort-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.filter-row strong,
.sort-row > span {
    min-width: 50px;
    color: var(--muted);
    font-size: 14px;
}

.sort-row {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.filter-chip,
.sort-button {
    padding: 7px 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #c8d2de;
    cursor: pointer;
}

.filter-chip:hover,
.filter-chip.is-active,
.sort-button:hover,
.sort-button.is-active {
    border-color: rgba(255, 77, 95, 0.28);
    background: rgba(255, 77, 95, 0.11);
    color: #ffffff;
}

.channel-feature {
    position: relative;
    min-height: 380px;
    margin-top: 42px;
    overflow: hidden;
    border-radius: 24px;
}

.channel-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel-feature::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(5, 8, 14, 0.94), rgba(5, 8, 14, 0.25));
}

.channel-feature > div {
    position: relative;
    z-index: 2;
    width: min(560px, 80%);
    padding: 56px;
}

.channel-feature h2 {
    margin: 6px 0 12px;
    font-size: 46px;
}

.channel-feature p {
    color: #cad3de;
}

.result-count {
    color: var(--muted);
    font-size: 14px;
}

.pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination > * {
    padding: 9px 15px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.page-current {
    border-color: var(--primary);
    background: var(--primary);
}

.detail-hero {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: var(--panel);
}

.detail-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0.25;
}

.detail-backdrop::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #0b1018 18%, rgba(11, 16, 24, 0.74), #0b1018), linear-gradient(0deg, #0b1018, transparent);
}

.detail-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-layout {
    position: relative;
    z-index: 2;
    padding: 52px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 44px;
    align-items: end;
}

.detail-poster {
    width: 100%;
    aspect-ratio: 2 / 3;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.detail-info h1 {
    margin: 8px 0 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
}

.alias {
    margin: 6px 0 16px;
    color: var(--muted);
}

.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-tags span {
    padding: 5px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
}

.detail-facts {
    margin: 24px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
}

.detail-facts div {
    min-width: 0;
}

.detail-facts dt {
    color: var(--muted);
    font-size: 12px;
}

.detail-facts dd {
    margin: 2px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-summary {
    max-width: 800px;
    color: #c2ccd8;
}

.episode-section {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--panel);
}

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

.episode-grid a {
    min-height: 44px;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #d5deea;
    text-align: center;
    font-size: 14px;
}

.episode-grid a:hover,
.episode-grid a.is-current {
    border-color: var(--primary);
    background: var(--primary);
    color: #ffffff;
}

.stills-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 14px;
}

.stills-grid img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    object-fit: cover;
}

.compact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-banner {
    min-height: 300px;
}

.page-search {
    max-width: 650px;
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

.page-search input {
    min-width: 0;
    flex: 1;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.full-board {
    margin-bottom: 60px;
}

.prose-page {
    max-width: 900px;
    margin: 40px auto 80px;
    padding: 56px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--panel);
}

.prose-page h1 {
    margin: 6px 0 12px;
    font-size: 50px;
    line-height: 1.15;
}

.prose-page .lead {
    color: #d5deea;
    font-size: 21px;
}

.prose-page section {
    margin-top: 42px;
}

.prose-page section h2 {
    font-size: 26px;
}

.prose-page p {
    color: var(--muted);
}

.guide-steps {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.guide-steps li {
    padding: 28px 0;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 20px;
}

.guide-steps li > span {
    color: var(--primary);
    font-family: Georgia, serif;
    font-size: 34px;
}

.guide-steps h2,
.guide-steps p {
    margin: 0;
}

.toast {
    position: fixed;
    z-index: 100;
    right: 22px;
    bottom: 22px;
    max-width: 320px;
    padding: 13px 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #172130;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: 0.25s ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
