/* ==========================================
   SOPORTE PAGE - NECROBATICS CS:S
   Modern Support System Design
   ========================================== */

/* Support Intro */
.support-intro {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}

.support-intro .intro-card {
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.support-intro .intro-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.support-intro .intro-icon i {
    font-size: 2.5rem;
    color: var(--bg-dark);
}

.support-intro h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.support-intro p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.8;
}

/* Support Sections */
.support-section {
    padding: 6rem 0;
    position: relative;
    z-index: 1;
}

.support-section:nth-child(even) {
    background: rgba(5, 5, 10, 0.5);
}

.support-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

/* Support Info Card */
.support-info-card {
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.support-info-card:hover {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.2);
}

.support-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.support-card-header i {
    font-size: 2rem;
    color: var(--primary-color);
}

.support-card-header h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.support-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.support-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: var(--text-color);
    padding: 0.8rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border-left: 3px solid var(--accent-color);
}

.support-list i {
    color: var(--accent-color);
    font-size: 0.9rem;
}

.support-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    margin-top: 2rem;
}

.support-note.warning {
    background: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.3);
}

.support-note i {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.support-note.warning i {
    color: #ffc107;
}

.support-note p {
    margin: 0;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Support Action Card */
.support-action-card {
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.support-action-card:hover {
    border-color: rgba(0, 212, 255, 0.4);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.2);
}

.action-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.action-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #7289da, #5865f2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-icon i {
    font-size: 2.5rem;
    color: white;
}

.action-card-content h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.action-card-content > p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.report-requirements {
    width: 100%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.report-requirements h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.requirement-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
}

.requirement-tags .tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--text-color);
}

.requirement-tags .tag i {
    color: var(--primary-color);
    font-size: 0.85rem;
}

.btn-support-action {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #7289da, #5865f2);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-support-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(114, 137, 218, 0.5);
}

.btn-support-action i:first-child {
    font-size: 1.5rem;
}

.btn-support-action i:last-child {
    font-size: 1rem;
}

.action-note {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.action-note strong {
    color: var(--primary-color);
    font-family: 'Courier New', monospace;
}

/* Appeal Steps */
.appeal-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.appeal-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.appeal-step:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(5px);
}

.appeal-step .step-num {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--bg-dark);
    flex-shrink: 0;
}

.appeal-step h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 0.5rem 0;
}

.appeal-step p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Bans Section */
.bans-section {
    background: rgba(5, 5, 10, 0.5);
}

.bans-controls {
    display: flex;
    gap: 1.5rem;
    margin: 3rem 0 2rem;
}

.bans-controls .search-box {
    flex: 1;
    position: relative;
}

.bans-controls .search-box i {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

.bans-controls .search-box input {
    width: 100%;
    padding: 1rem 1.2rem 1rem 3rem;
    background: rgba(10, 10, 15, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    color: var(--text-color);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.bans-controls .search-box input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
}

.ban-filter {
    padding: 1rem 1.5rem;
    background: rgba(10, 10, 15, 0.8);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    color: var(--text-color);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300d4ff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
}

.ban-filter:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
}

.ban-filter option {
    background: #0a0a0f;
    color: #ffffff;
}

/* Bans Table */
.bans-table {
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    overflow: hidden;
}

.bans-table-header {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(6, 255, 165, 0.15));
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.ban-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(0, 212, 255, 0.1);
    transition: all 0.3s ease;
}

.ban-row:hover {
    background: rgba(0, 212, 255, 0.05);
}

.ban-player-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ban-player-info i {
    font-size: 2rem;
    color: var(--primary-color);
}

.ban-player-info div {
    display: flex;
    flex-direction: column;
}

.ban-player-name {
    font-weight: 700;
    color: var(--text-color);
    font-size: 1rem;
}

.ban-player-id {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-family: 'Courier New', monospace;
}

.ban-reason-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ban-reason-badge.cheat {
    background: rgba(255, 59, 48, 0.2);
    color: #ff3b30;
    border: 1px solid rgba(255, 59, 48, 0.3);
}

.ban-reason-badge.toxic {
    background: rgba(255, 149, 0, 0.2);
    color: #ff9500;
    border: 1px solid rgba(255, 149, 0, 0.3);
}

.ban-reason-badge.spam {
    background: rgba(255, 204, 0, 0.2);
    color: #ffcc00;
    border: 1px solid rgba(255, 204, 0, 0.3);
}

.ban-reason-badge.exploit {
    background: rgba(175, 82, 222, 0.2);
    color: #af52de;
    border: 1px solid rgba(175, 82, 222, 0.3);
}

.ban-reason-badge.other {
    background: rgba(142, 142, 147, 0.2);
    color: #8e8e93;
    border: 1px solid rgba(142, 142, 147, 0.3);
}

.ban-col-duration,
.ban-col-date {
    color: var(--text-color);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.ban-status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ban-status-badge.active {
    background: rgba(255, 59, 48, 0.2);
    color: #ff3b30;
    border: 1px solid rgba(255, 59, 48, 0.3);
}

.ban-status-badge.expired {
    background: rgba(52, 199, 89, 0.2);
    color: #34c759;
    border: 1px solid rgba(52, 199, 89, 0.3);
}

.bans-loading,
.bans-empty {
    padding: 4rem 2rem;
    text-align: center;
}

.bans-loading .loading-spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
    border: 4px solid rgba(0, 212, 255, 0.2);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bans-loading p,
.bans-empty p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
}

.bans-empty i {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.bans-note {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
}

.bans-note i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.bans-note p {
    margin: 0;
    color: var(--text-color);
    font-size: 0.95rem;
}

/* FAQ Section */
.support-faq-section {
    padding: 6rem 0;
    background: rgba(5, 5, 10, 0.5);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.faq-item {
    background: rgba(10, 10, 15, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.2);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.faq-question i {
    font-size: 1.5rem;
    color: var(--accent-color);
    flex-shrink: 0;
}

.faq-question h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.faq-item p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .support-content {
        grid-template-columns: 1fr;
    }

    .bans-controls {
        flex-direction: column;
    }

    .bans-table-header,
    .ban-row {
        grid-template-columns: 1.5fr 1fr 0.8fr 0.8fr 0.8fr;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .support-intro .intro-card {
        padding: 2rem;
    }

    .support-section {
        padding: 4rem 0;
    }

    .support-info-card,
    .support-action-card {
        padding: 1.5rem;
    }

    .bans-table-header {
        display: none;
    }

    .ban-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }

    .ban-col-player,
    .ban-col-reason,
    .ban-col-duration,
    .ban-col-date,
    .ban-col-status {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ban-col-player::before,
    .ban-col-reason::before,
    .ban-col-duration::before,
    .ban-col-date::before,
    .ban-col-status::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--primary-color);
        text-transform: uppercase;
        font-size: 0.85rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}
