/* components.css */
/* Buttons, panels, cards, dummy image areas, ranking, and news components. */

.btn-brand,
.btn-primary {
    background: linear-gradient(135deg, #FF6BAA 0%, #FF8FA3 100%);
    border-color: #FF6BAA;
    box-shadow: 0 8px 18px rgba(255, 107, 170, 0.22);
    color: #FFFFFF;
    font-weight: 700;
    transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #FF8FA3;
    border-color: #FF8FA3;
    box-shadow: 0 10px 22px rgba(255, 107, 170, 0.28);
    color: #FFFFFF;
    transform: translateY(-1px);
}

.btn-outline-primary,
.btn-outline-secondary {
    background: #FFFFFF;
    border-color: #FF6BAA;
    color: #FF6BAA;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    background: #FF6BAA;
    border-color: #FF6BAA;
    color: #FFFFFF;
}

.top-panel {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(255, 107, 170, 0.12);
    padding: 22px 24px 12px;
}

.section-heading {
    align-items: center;
    border-bottom: 1px solid #F8DDE8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 14px;
}

.section-heading h2 {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.section-heading h2 i {
    align-items: center;
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 6px;
    color: #FF6BAA;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-right: 8px;
    width: 28px;
}

.section-more {
    color: #FF6BAA;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.section-more i {
    font-size: 11px;
}

.badge-label {
    background: linear-gradient(135deg, #FF6BAA 0%, #FF8FA3 100%);
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(255, 107, 170, 0.2);
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin-right: 10px;
    padding: 5px 7px;
}

.movie-card,
.actress-card,
.ranking-card {
    color: #333333;
}

.movie-card {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(255, 107, 170, 0.08);
    overflow: hidden;
    padding: 8px;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
    border-color: #FFB6D5;
    box-shadow: 0 16px 34px rgba(255, 107, 170, 0.2);
    transform: translateY(-4px);
}

.movie-card .card-body {
    padding: 12px 4px 2px;
}

.movie-card h3 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 5px;
    min-height: 40px;
}

.movie-card p {
    color: #555555;
    font-size: 13px;
    margin-bottom: 3px;
}

.movie-card small {
    color: #777777;
    font-size: 12px;
}

.dummy-image {
    background:
        radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.96) 12%, transparent 13%),
        radial-gradient(ellipse at 50% 78%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0.62) 29%, transparent 30%),
        linear-gradient(145deg, #FFB6D5 0%, #FFF5F8 48%, #FF8FA3 100%);
    border: 1px solid #F1D6E2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
    overflow: hidden;
    position: relative;
}

.dummy-image:before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 140%;
    left: -70%;
    position: absolute;
    top: -20%;
    transform: rotate(16deg);
    width: 45%;
}

.dummy-image:after {
    background: rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    bottom: -24%;
    content: "";
    height: 72%;
    left: 16%;
    position: absolute;
    width: 68%;
}

.image-link {
    color: inherit;
    display: block;
    min-width: 0;
    position: relative;
}

.image-link:hover {
    color: inherit;
}

.image-link .dummy-image {
    display: block;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.image-link:hover .dummy-image {
    filter: saturate(1.06);
}

.dummy-image-movie {
    aspect-ratio: 3 / 4;
    border-radius: 6px;
}

.dummy-image-movie:after {
    border-radius: 40% 40% 18% 18%;
}

.dummy-image-actress {
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.96) 18%, transparent 19%),
        radial-gradient(ellipse at 50% 83%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0.62) 36%, transparent 37%),
        linear-gradient(145deg, #FFB6D5 0%, #FFF5F8 52%, #FF8FA3 100%);
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(255, 107, 170, 0.18);
    margin: 0 auto 8px;
    width: 82px;
}

.dummy-image-ranking {
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    flex: 0 0 76px;
}

.card-badge {
    background: linear-gradient(135deg, #FF6BAA 0%, #FF8FA3 100%);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    left: 8px;
    line-height: 1;
    padding: 5px 7px;
    position: absolute;
    top: 8px;
    z-index: 2;
}

.rank-badge {
    align-items: center;
    background: #9FA8B2;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 30px;
    z-index: 2;
}

.rank-1 {
    background: #F6C141;
}

.rank-2 {
    background: #B8BEC8;
}

.rank-3 {
    background: #D99536;
}

.actress-list {
    margin-bottom: -1rem;
}

.actress-card {
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 8px;
    min-width: 0;
    padding: 8px 4px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.actress-card:hover {
    background: #FFF5F8;
    border-color: #F1D6E2;
    box-shadow: 0 10px 22px rgba(255, 107, 170, 0.14);
    transform: translateY(-3px);
}

.actress-rank {
    align-items: center;
    background: #FF6BAA;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    margin-bottom: 7px;
    min-width: 26px;
    padding: 0 8px;
}

.actress-card h3 {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.actress-card h3 a {
    color: #333333;
}

.actress-card h3 a:hover {
    color: #FF6BAA;
}

.actress-card p {
    color: #777777;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.actress-card strong {
    color: #FF6BAA;
    display: block;
    font-size: 12px;
}

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

.ranking-card {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(255, 107, 170, 0.08);
    min-width: 0;
    padding: 8px;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.ranking-card:hover {
    border-color: #FFB6D5;
    box-shadow: 0 14px 28px rgba(255, 107, 170, 0.18);
    transform: translateY(-3px);
}

.ranking-body {
    padding-top: 8px;
}

.ranking-card h3 {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 4px;
}

.ranking-card p {
    color: #555555;
    font-size: 12px;
    margin: 0;
}

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

.news-list li {
    border-bottom: 1px solid #F1D6E2;
    padding: 12px 0;
}

.news-list li:first-child {
    padding-top: 0;
}

.news-list time {
    color: #FF8FA3;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.news-list a {
    color: #444444;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.news-list a:hover {
    color: #FF6BAA;
}

.av-breadcrumb {
    background: transparent;
    margin-bottom: 10px;
    padding: 0;
}

.av-breadcrumb,
.av-breadcrumb a {
    color: #777777;
    font-size: 13px;
}

.av-breadcrumb .active {
    color: #FF6BAA;
}

.search-filter-panel {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(255, 107, 170, 0.1);
    margin-bottom: 20px;
    padding: 18px 20px;
}

.search-filter-panel label {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.search-filter-panel .form-control {
    border-color: #F1D6E2;
    color: #333333;
    font-size: 14px;
}

.search-filter-panel .form-control:focus {
    border-color: #FFB6D5;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 170, 0.18);
}

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

.btn-filter-reset {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    color: #777777;
    font-weight: 700;
}

.btn-filter-reset:hover {
    background: #FFF5F8;
    border-color: #FFB6D5;
    color: #FF6BAA;
}

.btn-filter-toggle {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    color: #FF6BAA;
    font-weight: 700;
}

.btn-filter-toggle:hover,
.btn-filter-toggle:focus {
    background: #FFE4EE;
    border-color: #FFB6D5;
    color: #FF6BAA;
}

.movie-list-panel {
    margin-bottom: 22px;
}

.result-count {
    color: #777777;
    font-size: 13px;
    font-weight: 700;
}

.movie-list-card .card-body {
    display: flex;
    flex-direction: column;
}

.movie-meta {
    color: #666666;
    display: grid;
    font-size: 12px;
    grid-template-columns: 56px 1fr;
    line-height: 1.5;
    margin: 8px 0 10px;
}

.movie-meta dt {
    color: #FF6BAA;
    font-weight: 700;
}

.movie-meta dd {
    margin-bottom: 3px;
    min-width: 0;
}

.movie-detail-link {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 6px;
    color: #FF6BAA;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
    padding: 7px 8px;
    text-align: center;
}

.movie-detail-link:hover {
    background: #FF6BAA;
    border-color: #FF6BAA;
    color: #FFFFFF;
}

.movie-pagination {
    margin-bottom: 8px;
}

.movie-pagination .page-link {
    border-color: #F1D6E2;
    color: #FF6BAA;
    font-weight: 700;
}

.movie-pagination .page-link:hover {
    background: #FFF5F8;
    border-color: #FFB6D5;
    color: #FF8FA3;
}

.movie-pagination .page-item.active .page-link {
    background: #FF6BAA;
    border-color: #FF6BAA;
    color: #FFFFFF;
}

.movie-pagination .page-item.disabled .page-link {
    color: #C2A8B4;
}

.detail-panel,
.error-panel,
.maker-card,
.tag-panel {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(255, 107, 170, 0.12);
    margin-bottom: 22px;
    padding: 24px;
}

.detail-panel h1,
.error-panel h1 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.dummy-image-detail {
    aspect-ratio: 3 / 4;
    border-radius: 8px;
}

.detail-actress-image {
    margin: 0 auto;
    width: 180px;
}

.detail-list {
    display: grid;
    grid-template-columns: 96px 1fr;
    margin-bottom: 14px;
}

.detail-list dt {
    color: #FF6BAA;
    font-weight: 700;
    margin-bottom: 8px;
}

.detail-list dd {
    color: #444444;
    margin-bottom: 8px;
    min-width: 0;
}

.detail-description {
    color: #555555;
    line-height: 1.8;
}

.maker-card h3 {
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
}

.maker-count {
    color: #FF6BAA;
    font-weight: 700;
}

.ranking-list-item {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    display: flex;
    margin-bottom: 12px;
    padding: 10px;
}

.ranking-switch-panel {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(255, 107, 170, 0.1);
    padding: 16px 18px;
}

.ranking-switch-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.ranking-switch-row:last-child {
    margin-bottom: 0;
}

.ranking-switch-label {
    color: #777777;
    flex: 0 0 46px;
    font-size: 13px;
    font-weight: 700;
}

.ranking-switch {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 999px;
    color: #FF6BAA;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 13px;
}

.ranking-switch:hover,
.ranking-switch.active {
    background: #FF6BAA;
    border-color: #FF6BAA;
    color: #FFFFFF;
}

.ranking-list-rank {
    align-items: center;
    background: #FF6BAA;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    flex: 0 0 38px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    margin-right: 12px;
    width: 38px;
}

.new-day-panel .section-heading {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    padding: 12px 14px;
}

.ranking-list-item .dummy-image-ranking {
    flex: 0 0 76px;
    margin-right: 14px;
}

.ranking-list-item .image-link {
    flex: 0 0 76px;
    margin-right: 14px;
}

.ranking-list-item .image-link .dummy-image-ranking {
    margin-right: 0;
    width: 100%;
}

.ranking-list-body {
    min-width: 0;
}

.ranking-list-body h3 {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 4px;
}

.ranking-list-body p {
    color: #666666;
    font-size: 13px;
    margin-bottom: 8px;
}

.error-panel {
    text-align: center;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-badge {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 999px;
    color: #FF6BAA;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 9px 13px;
}

.tag-badge:hover {
    background: #FF6BAA;
    border-color: #FF6BAA;
    color: #FFFFFF;
}

.kana-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.kana-filter a {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 6px;
    color: #FF6BAA;
    display: inline-flex;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    min-width: 36px;
    padding: 0 9px;
}

.kana-filter a:hover {
    background: #FFF5F8;
    border-color: #FFB6D5;
    color: #FF8FA3;
}

.profile-tags {
    margin-bottom: 14px;
}

.checked-actress-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.checked-actress-card {
    align-items: center;
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    color: #333333;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px 8px 8px;
}

.checked-actress-card:hover {
    background: #FFFFFF;
    border-color: #FFB6D5;
    color: #FF6BAA;
}

.checked-actress-card .dummy-image-actress {
    flex: 0 0 42px;
    margin: 0 8px 0 0;
    width: 42px;
}

.static-page-panel {
    background: #FFFFFF;
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(255, 107, 170, 0.12);
    margin: 0 auto 22px;
    max-width: 900px;
    padding: 30px;
}

.static-page-header {
    background:
        radial-gradient(circle at 92% 22%, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0.88) 7px, transparent 8px),
        linear-gradient(115deg, #FFF5F8 0%, #FFE4EE 100%);
    border: 1px solid #F1D6E2;
    border-radius: 8px;
    margin-bottom: 22px;
    padding: 20px 22px;
}

.static-page-header h1,
.contact-complete-panel h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.static-page-header p:last-child,
.static-section p,
.static-note,
.contact-complete-panel p {
    color: #555555;
    font-size: 14px;
    line-height: 1.85;
}

.static-section {
    background: #FFFFFF;
    border-bottom: 1px solid #F8DDE8;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.static-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.static-section h2 {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.static-section h2:before {
    background: #FF6BAA;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 9px;
    width: 8px;
}

.static-note {
    background: #FFF5F8;
    border: 1px solid #F1D6E2;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 10px 12px;
}

.legal-table {
    display: grid;
    grid-template-columns: 210px 1fr;
    margin-bottom: 0;
}

.legal-table dt,
.legal-table dd {
    border-bottom: 1px solid #F1D6E2;
    margin-bottom: 0;
    padding: 13px 14px;
}

.legal-table dt {
    background: #FFF5F8;
    color: #FF6BAA;
    font-weight: 700;
}

.legal-table dd {
    color: #444444;
}

.contact-form label {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form .form-control {
    border-color: #F1D6E2;
    color: #333333;
    min-height: 46px;
}

.contact-form textarea.form-control {
    min-height: 160px;
}

.contact-form .form-control:focus {
    border-color: #FFB6D5;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 170, 0.18);
}

.contact-actions {
    border-top: 1px solid #F8DDE8;
    margin-top: 22px;
    padding-top: 20px;
}

.complete-icon {
    align-items: center;
    background: linear-gradient(135deg, #FF6BAA 0%, #FF8FA3 100%);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(255, 107, 170, 0.26);
    color: #FFFFFF;
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    margin-bottom: 16px;
    width: 64px;
}

@media (max-width: 991.98px) {
    .top-panel {
        padding: 20px 18px 10px;
    }

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

@media (max-width: 768px) {
    .top-panel {
        border-radius: 8px;
        box-shadow: 0 6px 16px rgba(255, 107, 170, 0.1);
        padding: 11px 10px 4px;
    }

    .top-panel.mb-4,
    .top-bottom-row > [class*="col-"].mb-4 {
        margin-bottom: 8px !important;
    }

    .section-heading {
        align-items: center;
        flex-direction: row;
        margin-bottom: 9px;
        padding-bottom: 7px;
    }

    .section-heading h2 {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 0;
        min-width: 0;
    }

    .section-heading h2 i {
        border-radius: 5px;
        height: 24px;
        width: 24px;
    }

    .section-more {
        font-size: 12px;
        margin-left: 8px;
    }

    .badge-label {
        font-size: 10px;
        margin-right: 7px;
        padding: 4px 6px;
    }

    .top-panel > .row,
    .actress-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .top-panel > .row > [class*="col-"],
    .actress-list > [class*="col-"] {
        margin-bottom: 9px !important;
        padding-left: 6px;
        padding-right: 6px;
    }

    .movie-card {
        border-radius: 7px;
        box-shadow: 0 4px 12px rgba(255, 107, 170, 0.1);
        padding: 6px;
    }

    .movie-card:hover,
    .actress-card:hover,
    .ranking-card:hover {
        transform: none;
    }

    .movie-card .card-body {
        padding: 8px 2px 0;
    }

    .movie-card h3 {
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 3px;
        min-height: 33px;
    }

    .movie-card p {
        font-size: 11px;
        margin-bottom: 1px;
    }

    .movie-card small {
        font-size: 10px;
    }

    .dummy-image-movie {
        aspect-ratio: 4 / 5;
    }

    .card-badge {
        font-size: 9px;
        left: 6px;
        padding: 4px 5px;
        top: 6px;
    }

    .rank-badge {
        font-size: 12px;
        height: 26px;
        left: 6px;
        top: 6px;
        width: 26px;
    }

    .actress-list {
        margin-bottom: -12px;
    }

    .actress-card {
        border-color: #F1D6E2;
        padding: 7px 4px;
    }

    .dummy-image-actress {
        margin-bottom: 5px;
        width: 54px;
    }

    .actress-rank {
        font-size: 11px;
        height: 22px;
        margin-bottom: 4px;
        min-width: 22px;
        padding: 0 6px;
    }

    .actress-card h3 {
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 3px;
    }

    .actress-card p {
        font-size: 10px;
    }

    .actress-card strong {
        font-size: 11px;
    }

    .ranking-grid {
        display: block;
    }

    .ranking-card {
        align-items: center;
        display: flex;
        margin-bottom: 8px;
        padding: 7px;
    }

    .ranking-card:last-child {
        margin-bottom: 0;
    }

    .dummy-image-ranking {
        aspect-ratio: 1 / 1;
        flex: 0 0 56px;
        margin-right: 10px;
    }

    .ranking-card .image-link {
        flex: 0 0 56px;
        margin-right: 10px;
    }

    .ranking-card .image-link .dummy-image-ranking {
        margin-right: 0;
        width: 100%;
    }

    .ranking-body {
        min-width: 0;
        padding-top: 0;
    }

    .ranking-card h3 {
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 3px;
    }

    .ranking-card p {
        font-size: 11px;
    }

    .news-list li {
        padding: 9px 0;
    }

    .news-list time {
        display: inline-block;
        font-size: 11px;
        margin-bottom: 2px;
        margin-right: 6px;
    }

    .news-list a {
        font-size: 12px;
    }

    .av-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        white-space: nowrap;
    }

    .av-breadcrumb,
    .av-breadcrumb a {
        font-size: 11px;
    }

    .movie-list-page .page-heading-panel {
        display: none;
    }

    .search-filter-panel {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(255, 107, 170, 0.08);
        margin-bottom: 8px;
        padding: 10px;
    }

    .search-filter-panel label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .search-filter-panel .form-control {
        font-size: 13px;
        min-height: 38px;
    }

    .search-filter-panel .form-group {
        margin-bottom: 8px;
    }

    .movie-advanced-filters {
        border-top: 1px solid #F1D6E2;
        margin-top: 2px;
        padding-top: 8px;
    }

    .filter-actions {
        display: flex;
        gap: 8px;
    }

    .filter-actions .btn {
        flex: 1 1 0;
        font-size: 13px;
        margin-bottom: 0;
        min-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .movie-list-panel {
        background: transparent;
        border: 0;
        box-shadow: none;
        margin-bottom: 12px;
        padding: 0;
    }

    .movie-list-panel .section-heading {
        background: #FFFFFF;
        border: 1px solid #F1D6E2;
        border-radius: 8px;
        margin-bottom: 8px;
        padding: 9px 10px;
    }

    .result-count {
        font-size: 12px;
    }

    .movie-list-panel > .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .movie-list-panel > .row > [class*="col-"] {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .movie-list-card {
        align-items: stretch;
        display: flex;
        margin-bottom: 8px;
        padding: 7px;
    }

    .movie-list-card .dummy-image-movie {
        aspect-ratio: 3 / 4;
        flex: 0 0 82px;
        margin-right: 10px;
        width: 82px;
    }

    .movie-list-card .image-link {
        flex: 0 0 82px;
        margin-right: 10px;
        width: 82px;
    }

    .movie-list-card .image-link .dummy-image-movie {
        flex: none;
        margin-right: 0;
        width: 100%;
    }

    .movie-list-card .card-badge {
        font-size: 8px;
        left: 5px;
        padding: 3px 4px;
        top: 5px;
    }

    .movie-list-card .card-body {
        min-width: 0;
        padding: 1px 0 0;
    }

    .movie-list-card h3 {
        font-size: 13px;
        line-height: 1.35;
        margin-bottom: 4px;
        min-height: 0;
    }

    .movie-list-card p {
        color: #FF6BAA;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .movie-meta {
        font-size: 11px;
        grid-template-columns: 48px 1fr;
        line-height: 1.35;
        margin: 4px 0 7px;
    }

    .movie-meta dd {
        margin-bottom: 2px;
    }

    .movie-detail-link {
        font-size: 12px;
        margin-top: 0;
        padding: 5px 7px;
        text-align: left;
    }

    .movie-pagination .page-link {
        font-size: 13px;
        padding: 0.45rem 0.6rem;
    }

    .detail-panel,
    .error-panel,
    .maker-card,
    .tag-panel,
    .static-page-panel {
        margin-bottom: 12px;
        padding: 14px 12px;
    }

    .detail-panel h1,
    .error-panel h1,
    .static-page-header h1,
    .contact-complete-panel h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .static-page-header {
        border-radius: 7px;
        margin-bottom: 14px;
        padding: 14px 12px;
    }

    .static-page-header p:last-child,
    .static-section p,
    .static-note,
    .contact-complete-panel p {
        font-size: 13px;
        line-height: 1.7;
    }

    .static-section {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .static-section h2 {
        font-size: 16px;
    }

    .legal-table {
        display: block;
    }

    .legal-table dt {
        border-bottom: 0;
        padding: 10px 12px 4px;
    }

    .legal-table dd {
        padding: 0 12px 10px;
    }

    .contact-actions .btn {
        width: 100%;
    }

    .tag-cloud {
        gap: 6px;
    }

    .tag-badge {
        font-size: 11px;
        padding: 7px 9px;
    }

    .kana-filter {
        gap: 5px;
    }

    .kana-filter a {
        border-radius: 5px;
        font-size: 12px;
        height: 31px;
        min-width: 31px;
        padding: 0 7px;
    }

    .actress-top9 .movie-detail-link {
        display: none;
    }

    .actress-top9 .actress-card {
        padding-bottom: 8px;
    }

    .checked-actress-list {
        flex-wrap: nowrap;
        gap: 8px;
        margin-left: -2px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .checked-actress-card {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 7px 10px 7px 7px;
    }

    .checked-actress-card .dummy-image-actress {
        flex-basis: 34px;
        width: 34px;
    }

    .detail-list {
        font-size: 13px;
        grid-template-columns: 72px 1fr;
    }

    .detail-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .detail-actress-image {
        width: 132px;
    }

    .maker-card h3 {
        font-size: 16px;
    }

    .ranking-list-item {
        align-items: stretch;
        padding: 8px;
    }

    .ranking-switch-panel {
        margin-bottom: 8px !important;
        padding: 10px;
    }

    .ranking-switch-row {
        gap: 6px;
        margin-bottom: 8px;
    }

    .ranking-switch-label {
        flex-basis: 38px;
        font-size: 12px;
    }

    .ranking-switch {
        font-size: 12px;
        padding: 7px 10px;
    }

    .new-day-panel .section-heading {
        margin-bottom: 8px;
        padding: 9px 10px;
    }

    .ranking-list-rank {
        flex: 0 0 30px;
        height: 30px;
        margin-right: 8px;
        width: 30px;
    }

    .ranking-list-item .dummy-image-ranking {
        flex: 0 0 56px;
        margin-right: 10px;
    }

    .ranking-list-item .image-link {
        flex: 0 0 56px;
        margin-right: 10px;
    }

    .ranking-list-item .image-link .dummy-image-ranking {
        margin-right: 0;
        width: 100%;
    }

    .ranking-list-body h3 {
        font-size: 13px;
    }

    .ranking-list-body p {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575.98px) {
    .section-heading {
        align-items: center;
        flex-direction: row;
    }

    .section-heading h2 {
        margin-bottom: 0;
    }

    .movie-card h3 {
        font-size: 12px;
        min-height: 33px;
    }

    .ranking-grid {
        display: block;
    }
}
