.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-header {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    text-align: center;
}

.page-header h1 {
    color: #d6336c;
    margin: 0 0 10px;
    font-size: 22px;
}

.watch-btn {
    display: inline-block;
    background: #d6336c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 550;
    margin: 15px 0;
    transition: 0.3s;
    font-size: 16px;
}

.watch-btn:hover {
    background: #b0265a;
    transform: scale(1.05);
}

.page-section {
    margin-top: 28px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, .06);
}

.page-section h2 {
    margin-top: 0;
    font-size: 22px;
}

.page-section h3 {
    margin-top: 0;
    font-size: 20px;
}

.page-section p {
    font-size: 14px;
}
.page-section .grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.page-section .card {
    border: 1px solid #e6e9f0;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    transition: box-shadow .2s ease, transform .2s ease;
    color: var(--soft-hot);
}

.page-section .card:hover {
    box-shadow: 0 14px 30px rgba(16, 24, 40, .12);
    transform: translateY(-2px);
    color: var(--primary);
}

.page-section .card h3 {
    margin-top: 0;
    font-size: 17px;
}

.page-section .card p {
    margin: 0;
    color: #5b6574;
    font-size: 14px;
}

.page-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 18px;
}

.page-section ul li {
    font-size: 14px;
    line-height: 1.6;
}

.page-section ul li a {
    color: var(--soft-hot);
    text-decoration: none;
    position: relative;
    padding-left: 14px;
}

.page-section ul li a::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    opacity: 0.6;
}

.page-section ul li a:hover {
    text-decoration: underline;
    color: var(--primary);
}

.page-section .text-list {
    margin: 12px 0 0;
    padding-left: 18px;
    font-size: 14px;
}

.page-section .text-list li {
    margin: 6px 0;
}

.page-section .text-list a {
    color: #c0265a;
    font-weight: 600;
}

.page-section .directory-card {
    background: var(--card);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--border);
    box-shadow: 0 6px 18px rgba(16, 24, 40, .06);
}

.page-section .directory-card h2 {
    margin-top: 0;
    font-size: 20px;
    color: var(--primary);
}

.page-section .directory-card p {
    font-size: 14px;
    color: #374151;
    margin-bottom: 0;
}

/* 要“卡片之间”是 20px（首尾不留空） */
.page-section>.directory-card+.directory-card {
    margin-top: 20px;
}
.main .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: var(--primary);
    font-weight: 700;
    margin: 0 0 10px;
}

.main .notice {
    margin-top: 28px;
    padding: 18px;
    border-radius: 12px;
    background: #fff5f8;
    border: 1px solid #f2c2d4;
    color: #9c1f4b;
    font-size: 14px;
}

.content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    line-height: 1.9;
    font-size: 15px;
    color: #444;
}

.content h3 {
    color: #d6336c;
    margin: 5px 0 10px;
    font-size: 18px;
    border-left: 4px solid #d6336c;
    padding-left: 10px;
}

.content ul li {
    font-size: 14px;
}

.tags {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
}

.tags span {
    display: inline-block;
    background: #fdf2f8;
    color: #d6336c;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    margin: 5px 8px 5px 0;
}

img {
    width: 50%;
    border-radius: 1rem;
    margin: 0 auto;
}

.platform-summary {
    color: #666;
    margin: 10px 0;
}

.cta-wrap {
    text-align: center;
    margin: 30px 0;
}

/* ===== Header Mobile ===== */
@media (max-width: 768px) {
    img {
        width: 80%;
        border-radius: 0.8rem;
    }

    .page-header h1 {
        font-size: 18px;
    }

    .page-header p {
        font-size: 12px;
    }

    .page-head h1 {
        font-size: 18px;
    }

    .page-section h2 {
        font-size: 18px;
    }

    .page-section h3 {
        font-size: 17px;
    }

    .page-section .directory-card h2 {
        font-size: 18px;
    }
    .content {

        padding: 20px;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        line-height: 1.6;
        font-size: 13px;
    }

    .content h3 {
        font-size: 16px;
    }

    .content ul li {
        font-size: 12px;
    }

    .content p {
        font-size: 12px;
    }

    .content-tip {
        color: #888;
        font-size: 14px;
        margin-top: 20px;
    }
.notice {
      margin-top: 24px;
      padding: 14px 16px;
      background: #fff5f8;
      border-left: 4px solid var(--primary);
      font-size: 14px;
      color: #555;
    }
    .watch-btn {
        padding: 8px 20px;
        border-radius: 15px;
        margin: 12px 0;
        transition: 0.3s;
        font-size: 14px;
    }

    .tags span {
        padding: 4px 10px;
        border-radius: 10px;
        font-size: 12px;
        margin: 4px 6px 4px 0;
    }
}