:root {
    --bg: #f8fcff;
    --surface: #ffffff;
    --surface-soft: #ecfeff;
    --ink: #0f172a;
    --muted: #64748b;
    --line: rgba(15, 23, 42, 0.1);
    --cyan: #06b6d4;
    --blue: #2563eb;
    --pink: #ec4899;
    --amber: #f59e0b;
    --shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 30rem),
        radial-gradient(circle at top right, rgba(236, 72, 153, 0.14), transparent 28rem),
        var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

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

img {
    display: block;
    width: 100%;
    height: auto;
}

button,
input,
select {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, rgba(236, 254, 255, 0.92), rgba(239, 246, 255, 0.92), rgba(253, 242, 248, 0.92));
    border-bottom: 1px solid rgba(14, 165, 233, 0.14);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.header-inner {
    width: min(1240px, calc(100% - 28px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0e7490;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    color: white;
    background: linear-gradient(135deg, var(--cyan), var(--blue), var(--pink));
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.28);
    font-size: 15px;
    letter-spacing: 0.02em;
}

.nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.nav-link {
    padding: 10px 14px;
    border-radius: 999px;
    color: #334155;
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #0891b2;
    background: rgba(6, 182, 212, 0.12);
    transform: translateY(-1px);
}

.header-search {
    display: flex;
    align-items: center;
    min-width: 300px;
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.header-search input,
.hero-search input,
.search-page-form input,
.filter-bar input,
.filter-bar select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
}

.header-search input {
    padding: 10px 14px;
}

.header-search button,
.hero-search button,
.search-page-form button {
    border: 0;
    color: white;
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.header-search button {
    align-self: stretch;
    padding: 0 18px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(6, 182, 212, 0.12);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #0891b2;
    border-radius: 999px;
}

.hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #06111f;
}

.hero-stage,
.hero-slide,
.hero-bg {
    position: absolute;
    inset: 0;
}

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

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

.hero-bg {
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    filter: saturate(1.1);
}

.hero-bg::after,
.detail-bg::after,
.category-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 10, 24, 0.94), rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.35)),
        linear-gradient(0deg, rgba(248, 252, 255, 0.98), transparent 34%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    min-height: 680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 56px;
    padding: 96px 0 130px;
}

.hero-copy {
    max-width: 740px;
    color: white;
}

.hero-kicker {
    margin: 0 0 16px;
    color: #67e8f9;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.category-hero h1,
.detail-intro h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 74px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.07em;
}

.hero-desc,
.page-hero p,
.category-hero p,
.detail-line {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.hero-tags,
.detail-tags,
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags {
    margin-top: 22px;
}

.hero-tags span,
.tag-row span,
.detail-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #0e7490;
    background: rgba(236, 254, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}

.btn-ghost {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.btn-soft {
    color: #0e7490;
    background: rgba(236, 254, 255, 0.9);
}

.hero-poster,
.detail-poster {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.hero-poster::after,
.detail-poster::after,
.card-image::after,
.ranking-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.58), transparent 52%);
    opacity: 0.82;
    pointer-events: none;
}

.hero-poster img {
    aspect-ratio: 3 / 4.35;
    object-fit: cover;
}

.hero-poster.small {
    width: min(320px, 42vw);
}

.hero-panel {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 5;
    width: min(1180px, calc(100% - 32px));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hero-search,
.search-page-form {
    display: flex;
    width: min(620px, 100%);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

.hero-search input,
.search-page-form input {
    padding: 0 18px;
    min-height: 48px;
}

.hero-search button,
.search-page-form button {
    min-width: 118px;
    border-radius: 999px;
}

.hero-dots {
    display: flex;
    gap: 9px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.active {
    width: 34px;
    background: #67e8f9;
}

.section {
    padding: 62px 0;
}

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

.section-heading h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.section-heading p {
    margin: 10px 0 0;
    color: var(--muted);
}

.section-more,
.text-link {
    color: #0891b2;
    font-weight: 900;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.movie-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(6, 182, 212, 0.28);
    box-shadow: var(--shadow);
}

.card-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.card-image img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.movie-card:hover .card-image img {
    transform: scale(1.06);
}

.play-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    color: white;
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    font-size: 12px;
    font-weight: 900;
}

.card-body {
    padding: 14px;
}

.card-title {
    display: -webkit-box;
    min-height: 46px;
    overflow: hidden;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 900;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-meta {
    margin: 8px 0;
    color: #0891b2;
    font-size: 13px;
    font-weight: 800;
}

.card-desc {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.category-tile {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border-radius: 28px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.category-tile img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: transform 0.4s ease;
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.16));
}

.category-tile:hover img {
    transform: scale(1.08);
}

.category-tile span {
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.category-tile small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.section-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px;
}

.rank-list,
.wide-grid,
.ranking-list,
.category-list-large {
    display: grid;
    gap: 16px;
}

.rank-item {
    display: grid;
    grid-template-columns: 44px 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-item:hover {
    transform: translateX(4px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.rank-number {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg, var(--pink), var(--blue));
    font-weight: 950;
}

.rank-item img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 14px;
}

.rank-info strong,
.rank-info em {
    display: block;
}

.rank-info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}

.rank-info em {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
}

.movie-card-wide {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
}

.movie-card-wide .card-image img {
    height: 100%;
}

.movie-card-wide .card-title {
    min-height: auto;
}

.page-hero,
.category-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    color: white;
    background: linear-gradient(135deg, #0f172a, #155e75, #1d4ed8);
}

.page-hero.compact {
    padding: 92px 0 76px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.78);
}

.category-card-large {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.category-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    overflow: hidden;
    border-radius: 22px;
}

.category-collage img {
    height: 130px;
    object-fit: cover;
}

.category-card-large h2 {
    margin: 4px 0 8px;
    font-size: 28px;
    line-height: 1.1;
}

.category-card-large p {
    color: var(--muted);
}

.category-hero {
    min-height: 430px;
}

.category-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.category-hero-content {
    position: relative;
    z-index: 2;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding: 74px 0;
}

.filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px 180px;
    gap: 12px;
    margin-bottom: 24px;
}

.filter-bar input,
.filter-bar select {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(14, 165, 233, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
}

.ranking-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.ranking-poster {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.ranking-poster img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.ranking-poster span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    color: white;
    background: linear-gradient(135deg, var(--pink), var(--blue));
    font-weight: 950;
}

.ranking-card h2 {
    margin: 2px 0 8px;
    font-size: 24px;
    line-height: 1.18;
}

.ranking-card p {
    color: var(--muted);
}

.detail-hero {
    min-height: 560px;
}

.detail-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.15);
}

.detail-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 560px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    align-items: center;
    gap: 46px;
    padding: 76px 0;
}

.detail-poster img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.breadcrumb a {
    color: #67e8f9;
    font-weight: 800;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.detail-meta span {
    padding: 7px 12px;
    border-radius: 999px;
    color: white;
    background: rgba(255, 255, 255, 0.16);
    font-weight: 800;
}

.detail-tags {
    margin-top: 16px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #020617;
    box-shadow: var(--shadow);
    aspect-ratio: 16 / 9;
}

.movie-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #020617;
}

.play-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    gap: 12px;
    border: 0;
    color: white;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.18), rgba(2, 6, 23, 0.42));
    cursor: pointer;
}

.play-overlay span {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    box-shadow: 0 20px 46px rgba(37, 99, 235, 0.38);
    font-size: 32px;
    padding-left: 5px;
}

.play-overlay strong {
    font-size: 18px;
    letter-spacing: 0.08em;
}

.player-shell.is-started .play-overlay {
    display: none;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
}

.detail-article,
.detail-side {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.detail-article h2,
.detail-side h2 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.1;
}

.detail-article p {
    margin: 0 0 24px;
    color: #334155;
    font-size: 17px;
}

.detail-side dl {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px 14px;
    margin: 0;
}

.detail-side dt {
    color: #0891b2;
    font-weight: 900;
}

.detail-side dd {
    margin: 0;
    color: #334155;
}

.search-page-form {
    margin-top: 26px;
}

.site-footer {
    margin-top: 40px;
    padding: 48px 0;
    color: rgba(255, 255, 255, 0.78);
    background: #07111f;
}

.footer-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
}

.footer-brand {
    color: #67e8f9;
}

.footer-inner p {
    max-width: 520px;
    margin: 12px 0 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: flex-end;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.footer-links a:hover {
    color: #67e8f9;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1100px) {
    .movie-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .section-split,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 860px) {
    .header-inner {
        min-height: 68px;
        flex-wrap: wrap;
        gap: 12px;
        padding: 10px 0;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .nav {
        display: none;
        width: 100%;
        order: 4;
        margin-left: 0;
        padding: 8px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.92);
    }

    .nav.open {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .header-search {
        order: 3;
        width: 100%;
        min-width: 0;
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        min-height: 760px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 28px;
        padding-top: 90px;
    }

    .hero-poster {
        width: min(260px, 64vw);
    }

    .hero-panel {
        align-items: stretch;
        flex-direction: column;
    }

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

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

    .category-card-large,
    .ranking-card,
    .detail-hero-inner {
        grid-template-columns: 1fr;
    }

    .detail-poster {
        width: min(280px, 70vw);
    }

    .filter-bar {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .container,
    .header-inner,
    .footer-inner,
    .hero-content,
    .hero-panel {
        width: min(100% - 22px, 1180px);
    }

    .brand {
        font-size: 18px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 13px;
    }

    .hero h1,
    .page-hero h1,
    .category-hero h1,
    .detail-intro h1 {
        font-size: 38px;
    }

    .hero-desc,
    .page-hero p,
    .category-hero p,
    .detail-line {
        font-size: 16px;
    }

    .hero-search,
    .search-page-form {
        border-radius: 22px;
        flex-direction: column;
    }

    .hero-search button,
    .search-page-form button {
        min-height: 46px;
    }

    .section {
        padding: 44px 0;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .movie-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .movie-card-wide,
    .rank-item {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .rank-item .rank-number {
        display: none;
    }

    .category-collage {
        grid-template-columns: repeat(4, 1fr);
    }

    .category-collage img {
        height: 92px;
    }

    .ranking-card {
        padding: 14px;
    }

    .ranking-poster {
        width: min(180px, 70vw);
    }

    .detail-hero-inner {
        padding: 46px 0;
    }

    .detail-layout {
        gap: 18px;
    }

    .detail-article,
    .detail-side {
        padding: 20px;
        border-radius: 22px;
    }
}
