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

body {
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    color: #202124;
    background-color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.header {
    display: flex;
    align-items: center;
    height: 56px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow .2s ease-in-out;
    z-index: 100;
}

.header.is-scrolled {
    box-shadow: 0 2px 4px rgba(60, 64, 67, .3), 0 1px 2px rgba(60, 64, 67, .15);
}

.header-logo {
    display: flex;
    align-items: center;
    color: #5f6368;
    font-family: "Google Sans Display", "Google Sans", Roboto, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    font-weight: 400;
}

.header-logo svg {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.language-switcher {
    display: block;
    margin-left: auto;
    margin-right: 24px;
}

.language-switcher.hide {
    display: none;
}

.language-switcher select {
    min-height: 36px;
    padding: 0 28px 0 12px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #fff;
    color: #3c4043;
    font: 400 .875rem/1.25rem Roboto, Arial, sans-serif;
    cursor: pointer;
}

.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;
}

.app-main {
    max-width: 1296px;
    margin: 0 auto;
    width: calc(100% - 48px);
    margin-top: 120px;
}

.app-hero {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.app-hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.app-title-group {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 8px;
}

.app-title-texts {
    display: flex;
    flex-direction: column;
}

.app-icon-small {
    display: none;
    width: 72px;
    height: 72px;
    border-radius: 20%;
    object-fit: cover;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.app-hero-right {
    display: flex;
}

.app-icon-large {
    width: 240px;
    height: 240px;
    border-radius: 20%;
    object-fit: cover;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.app-title {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 550;
    color: #202124;
    margin-bottom: 4px;
}

.app-developer a {
    color: #01875f;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    text-decoration: none;
}

.app-developer a:hover {
    text-decoration: underline;
}

.app-in-app-purchases {
    color: #5f6368;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: 2px;
}

.app-stats-row {
    display: flex;
    align-items: center;
    overflow: auto;
    width: 100%;
    margin: 24px 0;
    scrollbar-width: none;
}

.app-stats-row::-webkit-scrollbar {
    display: none;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 0 16px;
    position: relative;
}

.stat-item:first-child {
    padding-left: 0;
}

.stat-item:not(:first-child)::before {
    background-color: rgb(232, 234, 237);
    content: "";
    display: block;
    height: 24px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stat-value {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: 1rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    color: rgb(32, 33, 36);
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.stat-icon {
    font-size: .875rem;
}

.stat-label {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .875rem;
    letter-spacing: .025em;
    font-weight: 400;
    color: rgb(95, 99, 104);
    margin-top: 2px;
    white-space: nowrap;
}

.content-rating-img {
    height: 16px;
    object-fit: contain;
}

.install-btn-container {
    margin: 16px 0 32px 0;
    width: 100%;
}

.install-btn {
    min-width: 200px;
    padding: 0 24px;
    height: 44px;
    background-color: #01875f;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .0178571429em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.install-btn:hover {
    background-color: #017551;
}

/* Slider */
.gallery-section {
    position: relative;
    margin-bottom: 32px;
}

.slider-container {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.slides {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    flex: 0 0 auto;
    margin-right: 12px;
    cursor: pointer;
}

.app-screenshots img {
    height: 360px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3);
    object-fit: cover;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dadce0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3);
    z-index: 10;
}

.slider-btn svg {
    fill: #5f6368;
    width: 24px;
    height: 24px;
}

/* Sections common */
.section {
    margin-bottom: 32px;
}

.section-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.section-title {
    color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 600px) {
    .section-title {
        justify-content: flex-start;
        line-height: 1.75rem;
        font-size: 1.375rem;
    }
}

.section-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #5f6368;
    font-size: 1.5rem;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.2s;
}

.section-arrow:hover {
    background-color: rgba(60, 64, 67, .08);
}

.section-content {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0142857143em;
    color: #5f6368;
}

.section-meta {
    margin-top: 16px;
    display: flex;
    gap: 40px;
}

.meta-item .meta-label {
    font-weight: 500;
    color: #202124;
    margin-bottom: 4px;
    font-size: .875rem;
}

.meta-tag {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #dadce0;
    border-radius: 100px;
    color: #5f6368;
    font-weight: 500;
    margin-top: 16px;
    font-size: .875rem;
    letter-spacing: .0178571429em;
}

/* Data Safety */
.safety-box {
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.safety-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0142857143em;
}

.safety-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.safety-text-secondary {
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .025em;
    color: #5f6368;
    margin-top: 4px;
}

.safety-text-secondary a {
    color: #01875f;
}

/* Reviews */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.review-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 6px 8px;
    border-radius: 4px;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    color: rgb(95, 99, 104);
    transition: background-color 0.2s;
}

.review-verified:hover {
    background-color: rgba(60, 64, 67, .04);
}

.review-histogram {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.rating-large {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rating-large .score {
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.5rem;
    color: #202124;
}

.stars {
    color: #01875f;
    font-size: 1rem;
}

.count {
    color: #5f6368;
    font-size: .75rem;
    letter-spacing: .025em;
    margin-top: 4px;
}

.bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
    letter-spacing: .025em;
    color: #5f6368;
}

.bar-bg {
    flex: 1;
    height: 10px;
    background-color: #e8eaed;
    border-radius: 100px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background-color: #01875f;
    border-radius: 100px;
}

.review-item {
    margin-bottom: 24px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.reviewer-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.reviewer-name {
    font-size: .875rem;
    letter-spacing: .0178571429em;
    color: #202124;
    flex: 1;
}

.reviewer-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #5f6368;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.2s;
}

.reviewer-actions:hover {
    background-color: rgba(60, 64, 67, .08);
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .75rem;
    letter-spacing: .025em;
    color: #5f6368;
    margin-bottom: 8px;
}

.review-stars {
    color: #01875f;
    letter-spacing: 2px;
}

.review-text {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0142857143em;
    color: #5f6368;
    margin-bottom: 8px;
}

.review-helpful {
    font-size: .75rem;
    letter-spacing: .025em;
    color: #5f6368;
}

.review-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
}

/* Layout Columns */
.app-content-layout {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.app-content-left {
    width: 100%;
}

.app-content-right {
    display: none;
}

@media screen and (min-width: 600px) {
    .app-title {
        font-family: "Google Sans Display", Roboto, Arial, sans-serif;
        line-height: 3.25rem;
        font-size: 2.75rem;
        letter-spacing: 0;
        font-weight: 800;
    }
}

@media screen and (min-width: 960px) {
    .app-main {
        width: calc(100% - 144px);
    }

    .app-screenshots img {
        height: 296px;
    }

    .app-content-left {
        width: calc(100% - 348px);
    }
}

@media screen and (min-width: 1280px) {
    .app-title-group {
        width: 800px;
        max-width: 100%;
    }

    .app-title {
        line-height: 4.75rem;
        font-size: 4rem;
        font-weight: 80;
    }
}

.app-content-right {
    display: block;
    width: 324px;
}

/* Footer */
.footer {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #dadce0;
}

.yhtbu {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 16px;
}

@media (min-width:600px) {
    .yhtbu {
        margin-left: 48px;
        margin-right: 48px;
    }
}

@media (min-width:960px) {
    .yhtbu {
        margin-left: 72px;
        margin-right: 72px;
    }
}

@media (min-width:1440px) {
    .yhtbu {
        margin-left: auto;
        margin-right: auto;
        max-width: 1296px;
    }
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin-bottom: 24px;
}

@media screen and (min-width: 840px) {
    .footer-links {
        grid-template-columns: 266px auto;
        column-gap: 24px;
        row-gap: 0;
    }
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-title {
    font-size: .875rem;
    font-weight: 500;
    color: #202124;
}

.footer-column a {
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0142857143em;
    color: #5f6368;
    padding-top: 16px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.footer-copy {
    font-size: .75rem;
    letter-spacing: .025em;
    color: #5f6368;
    line-height: 48px;
    margin-right: 24px;
    text-decoration: none;
}

a.footer-copy:hover {
    text-decoration: underline;
}

.footer-flag {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 0;
    display: none;
}

.footer-flag img {
    width: 24px;
    height: auto;
}

@media screen and (min-width: 840px) {
    .footer-copy {
        margin-right: 32px;
    }
}

/* Modals */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    width: 560px;
    max-width: 560px;
    max-height: calc(100% - 32px);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    outline: 0;
}

@media (max-width: 600px) {
    .modal-content {
        height: 100%;
        max-height: 100vh;
        max-width: 100vw;
        width: 100vw;
        border-radius: 0;
    }
}

.jgIq1 {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 32px);
    max-height: 720px;
    max-width: 720px;
    width: calc(100vw - 32px);
}

@media screen and (min-width: 600px) {
    .jgIq1 {
        width: calc(100vw - 96px);
    }
}

.modal-header {
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 24px 24px 16px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
}

.modal-title-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 20%;
    object-fit: cover;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #202124;
}

.modal-subtitle {
    font-size: .875rem;
    letter-spacing: .0178571429em;
    color: #5f6368;
}

.modal-close {
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #5f6368;
    cursor: pointer;
    position: relative;
    right: -6px;
    padding: 10px;
    top: -34px;
}

@media (max-width: 600px) {
    .modal-header {
        padding: 16px 16px 9px;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid transparent;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    }

    .modal-close {
        order: -1;
        left: -12px;
        right: auto;
        margin-right: 24px;
    }
}

.modal-body {
    padding: 0 24px 24px;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .0142857143em;
    color: #5f6368;
    flex-grow: 1;
    /* 保证全屏时正文撑满剩余空间 */
    overflow-y: auto;
}

.introduce {
    padding-bottom: 24px;
}

.info-grid {
    border-top: 1px solid rgb(232, 234, 237);
    border-bottom: 1px solid rgb(232, 234, 237);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.info-item {
    flex-basis: 50%;
    margin-top: 24px;
}

.info-item .info-label {
    color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 700;
}

.info-item>div:last-child {
    color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    margin-top: 3px;
}

.modal-footer {
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    border-top: 1px solid transparent;
    /* 与原版头部类似的隐藏线，可能随状态改变 */
}

.btn-text {
    background: none;
    border: none;
    color: #01875f;
    font-weight: 800;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    cursor: pointer;
    padding: 8px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-text:hover {
    background-color: rgba(1, 135, 95, 0.08);
}

@media (max-width: 600px) {
    .modal-body {
        padding: 0 16px 24px;
        /* 移动端窄边距配合头部 */
    }

    .modal-footer {
        padding: 16px;
        /* 底部窄边距 */
    }
}

@media (max-width: 768px) {
    .app-main {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .app-hero {
        flex-direction: column;
        gap: 24px;
    }

    .app-hero-right {
        display: none;
    }

    .app-icon-small {
        display: block;
    }

    .app-stats-row {
        gap: 16px;
    }

    .stat-divider {
        display: none;
    }

    .install-btn {
        width: 100%;
    }

    .slide img {
        height: 200px;
    }

    .review-histogram {
        flex-direction: column;
    }
}

@media screen and (min-width: 840px) {
    .header {
        height: 64px;
    }

    .header-logo {
        margin: 0 14px 0 28px;
    }

    .language-switcher {
        margin-right: 28px;
    }

    .app-main {
        margin-top: 120px;
    }
}

/* 補充缺失的輪播圖樣式 Image Gallery Slider */
.gallery-section {
    margin-bottom: 24px;
    position: relative;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    /* JS 滑動，必須用 hidden 隱藏原生滾動 */
}

.slides {
    display: flex;
    transition: transform 0.3s ease-out;
    /* 配合 JS 的 transform 平滑移動 */
}

.slide {
    flex: 0 0 auto;
    margin-right: 12px;
}

.slide:last-child {
    margin-right: 0;
}

.slide img {
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* 原版淡淡的邊框，沒有厚重陰影 */
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dadce0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f6368;
    opacity: 0.9;
    transition: background 0.2s, box-shadow 0.2s;
}

.slider-btn:hover {
    opacity: 1;
    background: #f8f9fa;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.slider-btn svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.prev-btn {
    left: -28px;
    display: none;
    /* 原版初始時左箭頭隱藏 */
}

.next-btn {
    right: -28px;
}

@media screen and (max-width: 840px) {
    .slider-btn {
        display: none !important;
        /* 移動端隱藏按鈕 */
    }

    .slider-container {
        overflow-x: auto;
        /* 移動端恢復原生手滑 */
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    .slides {
        transition: none;
        /* 移動端不用 JS 滑動 */
    }

    .slide {
        scroll-snap-align: start;
    }

    .slide img {
        height: 200px;
    }
}

@media screen and (min-width: 960px) {
    .app-content-left {
        width: calc(100% - 348px);
    }
}

@media screen and (min-width: 1280px) {
    .app-content-left {
        width: calc(100% - 436px);
    }
}

.u4ICaf .BhQfub:not(:disabled) {
    background-color: #01875f
}

.u4ICaf .BhQfub:not(:disabled):hover {
    background-color: #056449
}

.u4ICaf .BhQfub:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #056449
}

.u4ICaf .BhQfub:not(:disabled):not(:disabled):active {
    background-color: #056449
}

.P9KVBf .u4ICaf .BhQfub:not(:disabled) {
    background-color: #00a173
}

.P9KVBf .u4ICaf .BhQfub:not(:disabled):hover {
    background-color: #00b380
}

.P9KVBf .u4ICaf .BhQfub:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #00b380
}

.P9KVBf .u4ICaf .BhQfub:not(:disabled):not(:disabled):active {
    background-color: #00b380
}

.u4ICaf .RZqa7d:not(:disabled) {
    background-color: #0179ca
}

.u4ICaf .RZqa7d:not(:disabled):hover {
    background-color: #035282
}

.u4ICaf .RZqa7d:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #035282
}

.u4ICaf .RZqa7d:not(:disabled):not(:disabled):active {
    background-color: #035282
}

.P9KVBf .u4ICaf .RZqa7d:not(:disabled) {
    background-color: #50b4f4
}

.P9KVBf .u4ICaf .RZqa7d:not(:disabled):hover {
    background-color: #50b4f4
}

.P9KVBf .u4ICaf .RZqa7d:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #50b4f4
}

.P9KVBf .u4ICaf .RZqa7d:not(:disabled):not(:disabled):active {
    background-color: #50b4f4
}

.u4ICaf .N9a7de:not(:disabled) {
    background-color: #c71c56
}

.u4ICaf .N9a7de:not(:disabled):hover {
    background-color: #8a0d37
}

.u4ICaf .N9a7de:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #8a0d37
}

.u4ICaf .N9a7de:not(:disabled):not(:disabled):active {
    background-color: #8a0d37
}

.P9KVBf .u4ICaf .N9a7de:not(:disabled) {
    background-color: #ff3369
}

.P9KVBf .u4ICaf .N9a7de:not(:disabled):hover {
    background-color: #ff708c
}

.P9KVBf .u4ICaf .N9a7de:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    background-color: #ff708c
}

.P9KVBf .u4ICaf .N9a7de:not(:disabled):not(:disabled):active {
    background-color: #ff708c
}

.u4ICaf .aLey0c:not(:disabled) {
    color: #01875f
}

.u4ICaf .aLey0c:not(:disabled):hover {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(:disabled):active {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled) .VfPpkd-kBDsod {
    color: #01875f
}

.u4ICaf .aLey0c:not(:disabled):hover .VfPpkd-kBDsod {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #056449
}

.u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #056449
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled) {
    color: #00a173
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):hover {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):not(:disabled):active {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled) .VfPpkd-kBDsod {
    color: #00a173
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):hover .VfPpkd-kBDsod {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #00b380
}

.P9KVBf .u4ICaf .aLey0c:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #00b380
}

.u4ICaf .s7d6Ne:not(:disabled) {
    color: #0179ca
}

.u4ICaf .s7d6Ne:not(:disabled):hover {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled):not(:disabled):active {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled) .VfPpkd-kBDsod {
    color: #0179ca
}

.u4ICaf .s7d6Ne:not(:disabled):hover .VfPpkd-kBDsod {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #035282
}

.u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #035282
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled) {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):hover {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):not(:disabled):active {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled) .VfPpkd-kBDsod {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):hover .VfPpkd-kBDsod {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #50b4f4
}

.P9KVBf .u4ICaf .s7d6Ne:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #50b4f4
}

.u4ICaf .x0t5t:not(:disabled) {
    color: #c71c56
}

.u4ICaf .x0t5t:not(:disabled):hover {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled):not(:disabled):active {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled) .VfPpkd-kBDsod {
    color: #c71c56
}

.u4ICaf .x0t5t:not(:disabled):hover .VfPpkd-kBDsod {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #8a0d37
}

.u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #8a0d37
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled) {
    color: #ff3369
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):hover {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):not(:disabled):active {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled) .VfPpkd-kBDsod {
    color: #ff3369
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):hover .VfPpkd-kBDsod {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-kBDsod {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):not(:disabled):active .VfPpkd-kBDsod {
    color: #ff708c
}

.P9KVBf .u4ICaf .x0t5t:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus {
    border-color: #ff708c
}

.VQi0fb {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

/* Standard MDC Dialog (for rating verified popup) */
.mdc-dialog-container {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 48px);
    width: calc(100vw - 32px);
    max-width: 480px;
    /* 对齐原站的 d91Bpd VfPpkd-P5QLlc 容器 */
    outline: none;
    overflow: hidden;
    pointer-events: auto;
    position: relative;
}

@media (min-width: 480px) {
    .mdc-dialog-container {
        min-width: 480px;
    }
}

.mdc-dialog-title {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 1rem;
    /* 原站弹窗标题偏小 */
    letter-spacing: 0;
    font-weight: 800;
    line-height: 1.5rem;
    color: rgb(32, 33, 36);
    padding: 24px 24px 0 24px;
    flex-shrink: 0;
}

.mdc-dialog-body {
    font-family: Roboto, Arial, sans-serif;
    font-size: .875rem;
    /* 原站正文是 14px */
    letter-spacing: .0142857143em;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgb(95, 99, 104);
    padding: 16px 24px 10px 24px;
    overflow-y: auto;
    flex-grow: 1;
}

.mdc-dialog-actions {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px;
}

/* Fullscreen Image Modal */
.fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.fullscreen-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    user-select: none;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    transition: background 0.2s;
}

.fullscreen-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fullscreen-close svg {
    width: 24px;
    height: 24px;
}

.fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    transition: background 0.2s;
}

.fullscreen-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fullscreen-nav svg {
    width: 32px;
    height: 32px;
}

.fullscreen-nav.prev-btn {
    left: 20px;
}

.fullscreen-nav.next-btn {
    right: 20px;
}

@media (max-width: 768px) {
    .fullscreen-nav {
        width: 40px;
        height: 40px;
    }

    .fullscreen-nav svg {
        width: 28px;
        height: 28px;
    }

    .fullscreen-close {
        width: 40px;
        height: 40px;
        top: 16px;
        right: 16px;
    }

    .fullscreen-nav.prev-btn {
        left: 10px;
    }

    .fullscreen-nav.next-btn {
        right: 10px;
    }
}