﻿.applications-table {
    width: 100%;
    border-collapse: collapse;  
    margin-top: 20px;
}

    .applications-table th, .applications-table td {
        border: 1px solid rgba(212, 165, 116, 0.3);
        padding: 12px 15px;
        text-align: left;
    }

    .applications-table th {
        font-family: 'Cinzel', serif;
        color: #d4a574;
        background-color: rgba(0, 0, 0, 0.3);
    }

 
    .applications-table tbody tr:nth-of-type(even) {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .applications-table tbody tr:hover {
        background-color: rgba(212, 165, 116, 0.1);
    }

.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.status-pending {
    background-color: #d4a574;
}

.status-approved {
    background-color: #28a745;
}
 
.status-rejected {
    background-color: #dc3545;
}
 

.message-cell {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.poster-container {
    text-align: center;
    margin: 20px 0 30px 0;
}

.discord-poster {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid rgba(212, 165, 116, 0.4);
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.join-button-container {
    text-align: center;
    margin: 30px 0;
}

.btn-discord-join {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff !important;
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
}

    .btn-discord-join:hover {
        background-image: linear-gradient(135deg, #ff6b35, #ff8c42);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    }

    .btn-discord-join i {
        font-size: 1.8rem;
    }

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #d4a574;
    border-bottom: 1px solid rgba(212, 165, 116, 0.3);
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.themed-list {
    list-style: none;
    padding-left: 10px;
}

    .themed-list li {
        padding: 8px 0;
        line-height: 1.6;
    }

        .themed-list li::before {
            content: '◈';
            color: #d4a574;
            font-weight: bold;
            display: inline-block;
            width: 1.5em;
            margin-left: -1.5em;
        }

 
.text-center-container {
    text-align: center;
}

    .text-center-container .themed-list {
        display: inline-block;
        text-align: left;
        margin-top: 0;
    }
 
.theme-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .theme-table th, .theme-table td {
        border: 1px solid rgba(212, 165, 116, 0.3);
        padding: 12px 15px;
        text-align: left;
    }

    .theme-table th {
        font-family: 'Cinzel', serif;
        color: #d4a574;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .theme-table tbody tr:nth-of-type(even) {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .theme-table tbody tr:hover {
        background-color: rgba(212, 165, 116, 0.1);
    }

 
.class-crusader, .class-outrider, .class-paladin, .class-ravager {
    color: #C41F3B;
    font-weight: bold;
}

 
.class-infiltrator, .class-ranger, .class-scout, .class-seeker, .class-warden {
    color: #ABD473;
    font-weight: bold;
}

 
.class-darkblighter, .class-scorpion {
    color: #FFF569;
    font-weight: bold;
}

 
.class-fury {
    color: #CD7F32;
    font-weight: bold;
}

 
.class-battleweaver, .class-disciple, .class-invocator, .class-liberator, .class-sentinel, .class-spellblade {
    color: #40C7EB;
    font-weight: bold;
}

 

 
.class-berserker, .class-raider, .class-templar {
    color: #A0A0A0;
    font-weight: bold;
}

 
.class-cavalier, .class-eradicator, .class-gladiator, .class-impaler, .class-shadowdancer, .class-steelheart, .class-voidlance {
    color: #FF7D0A;
    font-weight: bold;
}

 
.join-form-container {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(212, 165, 116, 0.3);
    border-radius: 8px;
    padding: 30px;
    margin: 40px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    max-width: 650px; 
}

    
    .join-form-container h2 {
        text-align: center;
        margin-bottom: 25px;
    }

 
.form-group label {
    font-weight: 600;  
    font-family: 'Cinzel', serif;  
    color: #d4a574; 
    margin-bottom: 8px;
    display: block;
}

 
.form-control-theme {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  

    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #604230; 
    color: #e0ddd8;  
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea.form-control-theme {
    resize: vertical;
    min-height: 120px;
}

 
.form-control-theme:focus {
    outline: none;
    border-color: #d4a574; 
    box-shadow: 0 0 10px rgba(212, 165, 116, 0.3);
}

 
.btn-submit-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 20px;
    margin-top: 15px;  
    border-radius: 8px;
    background-image: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff !important;
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #ff8c42;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-submit-theme:hover {
        background-image: linear-gradient(135deg, #ff6b35, #ff8c42);
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    }

 
.alert-success-theme {
    background-color: rgba(212, 165, 116, 0.15); 
    border: 1px solid #d4a574;
    color: #e0ddd8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

 
.text-danger {
    color: #ff6b35;  
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    font-size: 0.9em;
    padding-top: 4px;
    display: block;
}
.info-section {
    margin-top: 40px;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #d4a574;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(212, 165, 116, 0.3);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .section-title .emoji {
        margin-right: 15px;
        font-size: 1.6rem;
        vertical-align: middle;
    }

.info-grid {
    display: grid;
    grid-template-columns: 120px 1fr; 
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.info-label {
    font-weight: bold;
    color: #d4a574;
    text-align: right;
}

.info-value {
    color: #e0ddd8;
}

 
.themed-list {
    list-style: none;
    padding-left: 10px;
}

    .themed-list li {
        padding: 8px 0;
        line-height: 1.6;
        border-bottom: 1px dashed rgba(212, 165, 116, 0.15);
    }

        .themed-list li:last-child {
            border-bottom: none;
        }

    
        .themed-list li::before {
            content: '◈'; 
            color: #d4a574;
            font-weight: bold;
            display: inline-block;
            width: 1.5em;
            margin-left: -1.5em;
        }

.loot-rules h4 {
    font-family: 'Cinzel', serif;
    color: #ffd799;
    margin-top: 25px;
    margin-bottom: 10px;
}
.member-stats-grid {
    display: grid;
    grid-template-columns: 180px 1fr;  
    gap: 15px 20px;
    margin-top: 20px;
    font-size: 1.1rem;
}

.stat-label {
    font-weight: bold;
    font-family: 'Cinzel', serif;
    color: #d4a574;
    text-align: right;
}

.stat-value {
    color: #e0ddd8;
}

    .stat-value.status-active {
        color: #ABD473; 
        font-weight: bold;
    }

    .stat-value.status-inactive {
        color: #dc3545; /*  "Неактивен" */
        font-weight: bold;
    }

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #d4a574;
    text-decoration: none;
    font-weight: bold;
}

    .back-link:hover {
        color: #ff6b35;
        text-decoration: underline;
    }
