﻿/* ========== 打赏区域美化样式 ========== */
.reward-section {max-width:720px;margin: 20px auto;padding: 0 15px;}
.reward-header {background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: #fff;padding: 12px 16px; border-radius: 12px;text-align: center; font-size: 15px;font-weight: 600;margin-bottom: 12px; box-shadow: 0 3px 10px rgba(102, 126, 234, 0.25);display: flex;align-items: center;justify-content: center;gap: 6px;}
.reward-header i {font-size: 16px;}
.reward-info-card {
    background: #0000000d;
    border-radius: 16px;
    padding: 16px 14px;
    margin-bottom: 12px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 27%);
    text-align: center;
}
.reward-info-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}
.reward-label {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.reward-coin,
.reward-number {
    color: #ef4444;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
    white-space: nowrap;
}
.reward-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.btn-reward-confirm, .btn-reward-recharge {display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border: none;
    cursor: pointer;
    min-width: 120px;
}
.btn-reward-confirm {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
}
.btn-reward-confirm:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(239, 68, 68, 0.3);
    color: #ffffff;
    text-decoration: none;
}
.btn-reward-recharge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
}

.btn-reward-recharge:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(16, 185, 129, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.btn-reward-confirm i,
.btn-reward-recharge i {
    font-size: 16px;
}

.reward-guide {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.reward-guide-header {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.reward-guide-header i {
    font-size: 16px;
}

.reward-guide-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reward-guide-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reward-step {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #78350f;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #ef4444;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.step-text {
    flex: 1;
    color: #78350f;
}

.step-highlight {
    color: #ef4444;
    font-weight: 600;
}

.step-btn {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-left: 6px;
    white-space: nowrap;
}

.step-btn-register {
    background: #ef4444;
    color: #ffffff;
}

.step-btn-register:hover {
    background: #dc2626;
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3);
}

.step-btn-login {
    background: #3b82f6;
    color: #ffffff;
}

.step-btn-login:hover {
    background: #2563eb;
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.reward-step-loggedin,
.reward-step-balance {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #78350f;
    flex-wrap: wrap;
}

.reward-step-loggedin i,
.reward-step-balance i {
    color: #059669;
    font-size: 16px;
    flex-shrink: 0;
}

.step-icon {
    color: #059669;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.step-btn-post {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}

.step-btn-post:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.4);
}

.reward-step-not-login {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #78350f;
}

.reward-step-not-login i {
    color: #f59e0b;
    font-size: 16px;
    flex-shrink: 0;
}

.reward-step-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding-left: 26px;
}

.reward-step-buttons .step-btn {
    margin-left: 0;
}

.reward-step-with-button {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.reward-step-with-button .step-text {
    flex: 1;
}

.step-btn-recharge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.step-btn-recharge:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(16, 185, 129, 0.4);
}

.step-link {
    color: #3b82f6;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.step-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* 购买人员名单样式 */
.blockbuyer {
    max-width: 480px;
    margin: 16px auto;
    padding: 14px;
    background: #f8f9fa;
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.blockbuyer p {
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}



























