/* 隐私 / 条款 / 联络 — 深色玫瑰主题，与登录注册一致 */
body.legal-page {
    margin: 0;
    min-height: 100vh;
    background: #0f0a0e;
    color: rgba(255, 255, 255, 0.88);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.legal-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: calc(6px + env(safe-area-inset-top, 0)) 12px 10px;
    background: linear-gradient(145deg, #1a0a12 0%, #3d1228 38%, #6b2140 72%, #9f3d5c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-header__back {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

.legal-header__back:active {
    opacity: 0.85;
    transform: scale(0.97);
}

.legal-header__title {
    flex: 1;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.legal-header__spacer {
    width: 36px;
    flex-shrink: 0;
}

.legal-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 16px 16px calc(28px + env(safe-area-inset-bottom, 0));
}

.legal-meta {
    margin-bottom: 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.legal-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.legal-card + .legal-card {
    margin-top: 12px;
}

.legal-card p,
.legal-card li {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.legal-card p:last-child,
.legal-card li:last-child {
    margin-bottom: 0;
}

.legal-card h2 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #f9a8d4;
    line-height: 1.4;
}

.legal-card a {
    color: #f472b6;
    text-decoration: none;
    word-break: break-all;
}

.legal-card a:active {
    opacity: 0.85;
}

.legal-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 4px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-nav__link {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 6px;
}

.legal-nav__link.is-active {
    color: #f9a8d4;
    font-weight: 700;
}

.legal-nav__sep {
    color: rgba(255, 255, 255, 0.22);
    font-size: 12px;
    user-select: none;
}

.legal-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.legal-info-row__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(244, 114, 182, 0.14);
    border: 1px solid rgba(244, 114, 182, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.legal-info-row__body {
    flex: 1;
    min-width: 0;
}

.legal-info-row__body p {
    margin-top: 4px;
}

.legal-contact-gallery h2 {
    margin-bottom: 12px;
}

.legal-contact-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.legal-contact-gallery__cell {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
}

.legal-contact-gallery__cell:active {
    opacity: 0.92;
}

.legal-contact-gallery__cell img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* 联络我们页图片站内预览 */
.legal-img-viewer {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20100;
    background: rgba(0, 0, 0, 0.94);
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}
.legal-img-viewer.is-open {
    display: flex;
}
.legal-img-viewer__img {
    max-width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 8px;
    user-select: none;
    -webkit-user-drag: none;
}
.legal-img-viewer__close {
    position: absolute;
    top: calc(12px + env(safe-area-inset-top, 0));
    right: 12px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.legal-img-viewer__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.legal-img-viewer__nav[hidden] {
    display: none !important;
}
.legal-img-viewer__prev { left: 10px; }
.legal-img-viewer__next { right: 10px; }
.legal-img-viewer__count {
    position: absolute;
    bottom: calc(16px + env(safe-area-inset-bottom, 0));
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
}
