/* ═══════════════════════════════════════════════════════════════
   贊助頁面專用樣式 - Cyberpunk Theme
   ═══════════════════════════════════════════════════════════════ */

/* Hero Override */
.sponsor-hero .server-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.sponsor-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    letter-spacing: 0.5px;
}

/* Main Content */
.sponsor-main {
    margin: 2rem 0;
    font-size: 1.3rem;
}

/* Notice Section */
.notice-section {
    margin-bottom: 2rem;
    animation: cardReveal 0.6s ease-out 0.2s both;
}

.notice-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(247, 37, 133, 0.2);
    border-left: 4px solid var(--neon-pink);
}

.notice-card h2 {
    font-family: var(--font-display);
    color: var(--neon-pink);
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.notice-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.notice-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: rgba(247, 37, 133, 0.05);
    border-radius: 12px;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.notice-item:hover {
    background: rgba(247, 37, 133, 0.1);
    transform: translateX(5px);
}

.notice-item.important {
    background: rgba(0, 245, 212, 0.08);
    border-left: 3px solid var(--neon-cyan);
}

.notice-item.warning {
    background: rgba(254, 228, 64, 0.08);
    border-left: 3px solid var(--neon-yellow);
}

.notice-item.contact {
    background: rgba(88, 101, 242, 0.1);
    border-left: 3px solid #5865f2;
}

.notice-icon {
    font-size: 1.3rem;
    width: 32px;
    text-align: center;
}

.notice-item strong {
    color: var(--neon-cyan);
}

/* Exchange Section */
.exchange-section {
    margin-bottom: 2rem;
    animation: cardReveal 0.6s ease-out 0.3s both;
}

.exchange-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(254, 228, 64, 0.2);
    text-align: center;
}

.exchange-card h2 {
    font-family: var(--font-display);
    color: var(--neon-yellow);
    margin-bottom: 2rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.exchange-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.currency {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--neon-cyan);
    text-shadow: var(--glow-cyan);
}

.equals {
    font-size: 2rem;
    color: var(--text-muted);
}

.twd {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--neon-yellow);
    text-shadow: 0 0 20px rgba(254, 228, 64, 0.5);
}

.payment-methods h3 {
    font-family: var(--font-display);
    color: var(--text-primary);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.payment-options {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.payment-method {
    padding: 0.8rem 1.5rem;
    background: rgba(0, 245, 212, 0.1);
    border: 1px solid rgba(0, 245, 212, 0.2);
    border-radius: 10px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.payment-method:hover {
    background: rgba(0, 245, 212, 0.2);
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

/* Tiers Section */
.tiers-section {
    margin: 3rem 0;
}

.section-title {
    font-family: var(--font-display);
    text-align: center;
    color: var(--text-primary);
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Tier Cards */
.tier-card {
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.tier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.tier-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

/* Tier Monkey - Green */
.tier-monkey::before,
.tier-monkey-plus::before,
.tier-monkey-plus-plus::before {
    background: linear-gradient(90deg, #00f5b4, #00d4aa);
}

.tier-monkey,
.tier-monkey-plus,
.tier-monkey-plus-plus {
    border-color: rgba(0, 245, 180, 0.2);
}

.tier-monkey:hover,
.tier-monkey-plus:hover,
.tier-monkey-plus-plus:hover {
    border-color: rgba(0, 245, 180, 0.4);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 245, 180, 0.2);
}

/* Tier Ape God - Blue */
.tier-ape-god::before,
.tier-ape-god-plus::before,
.tier-ape-god-plus-plus::before {
    background: linear-gradient(90deg, var(--neon-cyan), var(--neon-blue));
}

.tier-ape-god,
.tier-ape-god-plus,
.tier-ape-god-plus-plus {
    border-color: rgba(0, 245, 212, 0.2);
}

.tier-ape-god:hover,
.tier-ape-god-plus:hover,
.tier-ape-god-plus-plus:hover {
    border-color: rgba(0, 245, 212, 0.4);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), var(--glow-cyan);
}

/* Tier Chairman - Legendary Gold */
.tier-chairman::before {
    background: linear-gradient(90deg, #ffd700, #ffaa00, #ffd700);
    background-size: 200% 100%;
    animation: gradientShift 2s linear infinite;
}

.tier-chairman.legendary {
    border-color: rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 170, 0, 0.05));
}

.tier-chairman.legendary:hover {
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 215, 0, 0.3);
}

/* Tier Header */
.tier-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tier-name {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.tier-monkey .tier-name,
.tier-monkey-plus .tier-name,
.tier-monkey-plus-plus .tier-name {
    color: #00f5b4;
}

.tier-ape-god .tier-name,
.tier-ape-god-plus .tier-name,
.tier-ape-god-plus-plus .tier-name {
    color: var(--neon-cyan);
}

.tier-chairman .tier-name {
    color: #ffd700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.tier-cost {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.cost-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cost-value {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--text-secondary);
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.cost-value.sponsor {
    color: var(--neon-cyan);
    background: rgba(0, 245, 212, 0.1);
    border: 1px solid rgba(0, 245, 212, 0.2);
}

.cost-value.legendary {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.cost-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.cost-or {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Tier Benefits */
.tier-benefits {
    display: grid;
    gap: 0.8rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: var(--text-secondary);
    font-size: 1.3rem;
}

.benefit-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.benefit-item.premium {
    background: rgba(0, 245, 212, 0.05);
    border-left: 3px solid var(--neon-cyan);
}

.benefit-icon {
    font-size: 1.2rem;
    width: 32px;
    text-align: center;
}

.benefit-item strong {
    color: var(--neon-cyan);
}

.green-text {
    color: #00f5b4 !important;
}

.gold-text {
    color: #ffd700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Staggered animations */
.tier-card:nth-child(1) { animation: cardReveal 0.6s ease-out 0.1s both; }
.tier-card:nth-child(2) { animation: cardReveal 0.6s ease-out 0.2s both; }
.tier-card:nth-child(3) { animation: cardReveal 0.6s ease-out 0.3s both; }
.tier-card:nth-child(4) { animation: cardReveal 0.6s ease-out 0.4s both; }
.tier-card:nth-child(5) { animation: cardReveal 0.6s ease-out 0.5s both; }
.tier-card:nth-child(6) { animation: cardReveal 0.6s ease-out 0.6s both; }
.tier-card:nth-child(7) { animation: cardReveal 0.6s ease-out 0.7s both; }

/* Footer */
.sponsor-footer {
    margin-top: 4rem;
    padding: 2.5rem;
    background: var(--bg-card);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0, 245, 212, 0.1);
}

.sponsor-footer p {
    color: var(--text-secondary);
    font-size: 1.3rem;
    margin: 0.5rem 0;
}

.sponsor-footer p:first-child {
    color: var(--neon-yellow);
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .sponsor-hero .server-title {
        font-size: 1.8rem;
    }

    .tier-card {
        padding: 2rem;
    }

    .tier-name {
        font-size: 1.5rem;
    }

    .exchange-rate {
        flex-direction: column;
        gap: 0.8rem;
    }

    .currency,
    .twd {
        font-size: 1.5rem;
    }

    .notice-card,
    .exchange-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 12px;
    }

    .tier-card {
        padding: 1.5rem;
    }

    .tier-name {
        font-size: 1.3rem;
    }

    .notice-card,
    .exchange-card {
        padding: 1.2rem;
    }

    .payment-options {
        flex-direction: column;
    }
}
