/* ZBaiArt public western route stylesheet */

.patreon-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.patreon-section-icon {
    font-size: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    line-height: 1;
}
.patreon-section-title { font-size: 1.6rem; font-weight: 900; color: #fff; }
.patreon-section-title span { color: var(--primary); }
.patreon-section-sub { color: var(--muted); font-size: 0.9rem; margin-top: 4px; }
.patreon-join-btn { margin-left: auto; }

.western-coming-soon {
    max-width: 760px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
}
.western-cs-icon { font-size: 4rem; margin-bottom: 16px; }
.western-coming-soon h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 12px;
}
.western-coming-soon > p {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 36px;
}
.western-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-discord-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5865f2;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-discord-cta:hover { background: #4752c4; text-decoration: none; }
.western-preview-teaser {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
}
.western-char-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.western-chip {
    background: var(--bg-card2);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.85rem;
    color: var(--text);
    transition: border-color 0.2s, color 0.2s;
    cursor: default;
}
.western-chip:hover { border-color: var(--primary); color: var(--primary); }

@media (max-width: 640px) {
    .patreon-section-header {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px !important;
    }
    .patreon-section-header > div:nth-child(2) {
        flex: 1 1 220px;
        min-width: 0;
    }
    .patreon-section-icon {
        font-size: 1.25rem;
        padding: 9px;
        border-radius: 10px;
    }
    .patreon-section-title {
        font-size: 1.42rem;
        line-height: 1.18;
    }
    .patreon-section-sub {
        font-size: 0.84rem;
        line-height: 1.45;
    }
    .patreon-join-btn {
        width: 100%;
        margin-left: 0;
        min-height: 40px;
        justify-content: center;
        padding: 8px 12px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .western-coming-soon { padding: 32px 20px; }
}
