/* ============================================
   DarkMound-Plus-GE — Anime Purple Redesign
   Стиль: Тёмный аниме + Glassmorphism
   Цветовая схема: Фиолетовая/пурпурная
   ============================================ */

/* ТЕСТ — если фон красный, файл грузится */
body {
    background: #0f0a1a !important;
}

/* ============================================
   1. ЦВЕТОВЫЕ ПЕРЕМЕННЫЕ
   ============================================ */
:root {
    --bg-primary: #0f0a1a;
    --bg-secondary: #1a1128;
    --bg-block: rgba(26, 17, 40, 0.3);
    --bg-block-transparent: rgba(26, 17, 40, 0.2);
    --accent-primary: #8b5cf6;
    --accent-secondary: #a78bfa;
    --accent-hover: #7c3aed;
    --accent-glow: rgba(139, 92, 246, 0.4);
    --text-primary: #e2e8f0;
    --text-secondary: #94a3b8;
    --border-color: rgba(139, 92, 246, 0.2);
    --success: #10b981;
    --error: #ef4444;
    --warning: #f59e0b;
    --info: #3b82f6;
}

/* ============================================
   2. БАЗОВЫЕ СТИЛИ (BODY)
   ============================================ */
html body,
body,
body.wapper {
    background-color: #0f0a1a !important;
    background-image: linear-gradient(to right, rgba(15, 10, 26, 0.4), rgba(15, 10, 26, 0.85)),
                      url('../img/fon.png') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    color: #e2e8f0 !important;
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
}

/* Скроллбар */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 10, 26, 0.5);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #8b5cf6, #7c3aed);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #a78bfa, #8b5cf6);
}

/* ============================================
   3. GLASSMORPHISM — БАЗОВЫЙ КЛАСС
   ============================================ */
.wapper .block,
.wapper .card,
.wapper .panel,
.wapper .sidebar-block,
.wapper .menu_block,
.wapper .block_forum,
.wapper .chat_block,
.wapper .sobitia-block,
.wapper .top_info,
.wapper .priv-card,
.wapper .footer-stats .stat-item,
.block,
.card,
.panel,
.sidebar-block,
.menu_block,
.block_forum,
.chat_block,
.sobitia-block,
.top_info,
.priv-card,
.footer-stats .stat-item {
    background: rgba(26, 17, 40, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* ============================================
   4. ШАПКА / HEADER
   ============================================ */
.wapper header,
.wapper .header,
.wapper .container-fluid,
.wapper > section > header,
header,
.header,
.container-fluid,
.wapper > section > header {
    background: rgba(26, 17, 40, 0.4) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 2px solid rgba(139, 92, 246, 0.5) !important;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.2) !important;
}

/* Логотип */
.logo,
.logo_button {
    filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.5)) !important;
    transition: transform 0.3s ease !important;
}

.logo:hover,
.logo_button:hover {
    transform: scale(1.05) !important;
}

/* ============================================
   5. НАВИГАЦИЯ / SIDEBAR
   ============================================ */
.wapper aside,
.wapper .sidebar,
.wapper .navigation,
.wapper .menu_block,
aside,
.sidebar,
.navigation,
.menu_block {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-right: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* Ссылки навигации */
.wapper .navigation a,
.wapper aside a,
.wapper .sidebar a,
.navigation a,
aside a,
.sidebar a {
    color: #94a3b8 !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.wapper .navigation a:hover,
.wapper aside a:hover,
.wapper .sidebar a:hover,
.navigation a:hover,
aside a:hover,
.sidebar a:hover {
    color: #a78bfa !important;
    background: rgba(139, 92, 246, 0.1) !important;
    border-left-color: #8b5cf6 !important;
}

.wapper .navigation li.nav-label,
.navigation li.nav-label {
    color: #8b5cf6 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Активный пункт меню */
.wapper .navigation li.active a,
.wapper aside li.active a,
.navigation li.active a,
aside li.active a {
    color: #e2e8f0 !important;
    background: rgba(139, 92, 246, 0.2) !important;
    border-left-color: #a78bfa !important;
}

/* ============================================
   6. КНОПКИ
   ============================================ */
.wapper button,
.wapper .btn,
.wapper a.btn,
.wapper a.animate-pulse,
.wapper input[type="submit"],
.wapper input[type="button"],
.wapper .menu_top_push,
.wapper .menu_top_push_active,
.wapper .button_bottom_left,
button,
.btn,
a.btn,
a.animate-pulse,
input[type="submit"],
input[type="button"],
.menu_top_push,
.menu_top_push_active,
.button_bottom_left {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
}

.wapper button:hover,
.wapper .btn:hover,
.wapper a.btn:hover,
.wapper a.animate-pulse:hover,
.wapper input[type="submit"]:hover,
.wapper input[type="button"]:hover,
.wapper .menu_top_push:hover,
.wapper .menu_top_push_active:hover,
.wapper .button_bottom_left:hover,
button:hover,
.btn:hover,
a.btn:hover,
a.animate-pulse:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.menu_top_push:hover,
.menu_top_push_active:hover,
.button_bottom_left:hover {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6) !important;
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.5) !important;
    transform: translateY(-2px) !important;
}

.wapper button:active,
.wapper .btn:active,
button:active,
.btn:active {
    transform: translateY(0) !important;
}

/* ============================================
   7. ЗАГОЛОВКИ БЛОКОВ
   ============================================ */
.wapper .block_head,
.wapper .block_head_purse,
.wapper .block_forum_head,
.wapper .top_info,
.wapper .menu_top_left,
.block_head,
.block_head_purse,
.block_forum_head,
.top_info,
.menu_top_left {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
    font-weight: 600 !important;
    border-radius: 12px 12px 0 0 !important;
}

.wapper .block_head i,
.wapper .block_head_purse i,
.wapper .top_info i,
.block_head i,
.block_head_purse i,
.top_info i {
    color: #8b5cf6 !important;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.5) !important;
}

/* ============================================
   8. КАРТОЧКИ ПРИВИЛЕГИЙ (VIP)
   ============================================ */
.wapper .priv-card,
.priv-card {
    background: rgba(26, 17, 40, 0.25) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.wapper .priv-card::before,
.priv-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #8b5cf6, #a78bfa, #8b5cf6) !important;
}

.wapper .priv-card:hover,
.priv-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(139, 92, 246, 0.4) !important;
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.3) !important;
}

/* VIP Standart — синий */
.wapper .priv-card .priv-btn-blue,
.wapper .priv-card:first-child,
.priv-card .priv-btn-blue,
.priv-card:first-child {
    border-top-color: #3b82f6 !important;
}

.wapper .priv-card:first-child::before,
.priv-card:first-child::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6) !important;
}

/* VIP Premium — фиолетовый */
.wapper .priv-card-featured,
.priv-card-featured {
    border: 2px solid rgba(139, 92, 246, 0.5) !important;
    background: rgba(139, 92, 246, 0.1) !important;
}

.wapper .priv-card-featured::before,
.priv-card-featured::before {
    background: linear-gradient(90deg, #8b5cf6, #c4b5fd, #8b5cf6) !important;
}

/* VIP Ultra — оранжевый */
.wapper .priv-card:last-child,
.priv-card:last-child {
    border-top-color: #f59e0b !important;
}

.wapper .priv-card:last-child::before,
.priv-card:last-child::before {
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b) !important;
}

/* ============================================
   9. ЧАТ / CHAT_BLOCK
   ============================================ */
.wapper .chat_block,
.chat_block {
    background: rgba(26, 17, 40, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
    border-radius: 12px !important;
}

.wapper .chat_block .users_online_chat,
.chat_block .users_online_chat {
    background: rgba(139, 92, 246, 0.1) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2) !important;
}

.wapper .online_full_user,
.online_full_user {
    color: #a78bfa !important;
}

.wapper .online_full_user i,
.online_full_user i {
    color: #10b981 !important;
}

/* ============================================
   10. САЙДБАР / SIDEBAR
   ============================================ */
.wapper .sidebar-block,
.wapper .block_forum,
.wapper .donat_block_top,
.sidebar-block,
.block_forum,
.donat_block_top {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
}

.wapper .block_forum_head,
.wapper .donat_block_top,
.block_forum_head,
.donat_block_top {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
}

/* ============================================
   11. СЛАЙДЕР
   ============================================ */
.wapper #main-slider,
.wapper .slider-container,
.wapper .carousel-inner,
#main-slider,
.slider-container,
.carousel-inner {
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* ============================================
   12. ФУТЕР
   ============================================ */
.wapper .bottom_new,
.wapper .bottom_stats,
.wapper .bottom_info,
.wapper .full_menu_bottom,
.wapper .bottom_water_info,
.bottom_new,
.bottom_stats,
.bottom_info,
.full_menu_bottom,
.bottom_water_info {
    background: linear-gradient(135deg, #0f0a1a 0%, #1a1128 100%) !important;
}

.wapper .bottom_new,
.bottom_new {
    border-top: 2px solid rgba(139, 92, 246, 0.3) !important;
    box-shadow: 0 -5px 30px rgba(139, 92, 246, 0.15) !important;
}

.wapper .bottom_info_left span,
.bottom_info_left span {
    color: #94a3b8 !important;
}

.wapper .bottom_info_left b,
.bottom_info_left b {
    color: #a78bfa !important;
}

/* Социальные иконки в футере */
.wapper .nav_bottom_soc a,
.nav_bottom_soc a {
    background: rgba(139, 92, 246, 0.15) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.wapper .nav_bottom_soc a:hover,
.nav_bottom_soc a:hover {
    background: rgba(139, 92, 246, 0.3) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(139, 92, 246, 0.4) !important;
}

.wapper .nav_bottom_soc i,
.nav_bottom_soc i {
    color: #a78bfa !important;
    font-size: 20px !important;
}

/* Ссылки в футере */
.wapper .vertical_menu_link a,
.wapper .dote_link,
.wapper .bottom_water_info a,
.vertical_menu_link a,
.dote_link,
.bottom_water_info a {
    color: #94a3b8 !important;
    transition: all 0.3s ease !important;
}

.wapper .vertical_menu_link a:hover,
.wapper .dote_link:hover,
.wapper .bottom_water_info a:hover,
.vertical_menu_link a:hover,
.dote_link:hover,
.bottom_water_info a:hover {
    color: #a78bfa !important;
    padding-left: 5px !important;
}

/* ============================================
   13. ССЫЛКИ
   ============================================ */
.wapper a,
a {
    color: #a78bfa;
    transition: color 0.3s ease;
}

.wapper a:hover,
a:hover {
    color: #8b5cf6;
    text-decoration: none;
}

/* ============================================
   14. ТАБЛИЦЫ
   ============================================ */
.wapper table,
table {
    background: rgba(26, 17, 40, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.wapper table thead,
.wapper table th,
table thead,
table th {
    background: rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    border-bottom: 2px solid rgba(139, 92, 246, 0.3) !important;
}

.wapper table tbody tr,
table tbody tr {
    border-bottom: 1px solid rgba(139, 92, 246, 0.1) !important;
    transition: background 0.3s ease;
}

.wapper table tbody tr:hover,
table tbody tr:hover {
    background: rgba(139, 92, 246, 0.1) !important;
}

.wapper table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
    background: rgba(26, 17, 40, 0.3) !important;
}

/* ============================================
   15. МОДАЛЬНЫЕ ОКНА
   ============================================ */
.wapper .modal-content,
.wapper .modal-dialog,
.modal-content,
.modal-dialog {
    background: rgba(26, 17, 40, 0.5) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

.wapper .modal-header,
.modal-header {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
}

.wapper .modal-title,
.modal-title {
    color: #a78bfa !important;
    font-weight: 600 !important;
}

.wapper .modal-body,
.modal-body {
    color: #e2e8f0 !important;
}

.wapper .modal-footer,
.modal-footer {
    border-top: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* ============================================
   16. ПРОФИЛЬ ПОЛЬЗОВАТЕЛЯ
   ============================================ */
.wapper .profile-card,
.wapper .detailed-profile,
.wapper .user-profile,
.profile-card,
.detailed-profile,
.user-profile {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.2) !important;
}

/* ============================================
   17. ФОРМЫ / INPUT
   ============================================ */
.wapper input[type="text"],
.wapper input[type="password"],
.wapper input[type="email"],
.wapper input[type="number"],
.wapper textarea,
.wapper select,
.wapper .form-control,
.wapper .custom-input input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select,
.form-control,
.custom-input input {
    background: rgba(26, 17, 40, 0.15) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 12px 15px !important;
    transition: all 0.3s ease !important;
}

.wapper input[type="text"]:focus,
.wapper input[type="password"]:focus,
.wapper input[type="email"]:focus,
.wapper input[type="number"]:focus,
.wapper textarea:focus,
.wapper select:focus,
.wapper .form-control:focus,
.wapper .custom-input input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.custom-input input:focus {
    background: rgba(26, 17, 40, 0.25) !important;
    border-color: #8b5cf6 !important;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.3) !important;
    outline: none;
}

.wapper input[type="text"]::placeholder,
.wapper input[type="password"]::placeholder,
.wapper textarea::placeholder,
.wapper .form-control::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: #64748b;
}

/* ============================================
   18. УВЕДОМЛЕНИЯ / ALERTS
   ============================================ */
.wapper .alert-success,
.wapper .result_ok,
.wapper .result_ok_b,
.alert-success,
.result_ok,
.result_ok_b {
    background: rgba(16, 185, 129, 0.15) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    color: #10b981 !important;
}

.wapper .alert-danger,
.wapper .alert-error,
.wapper .result_error,
.wapper .result_error_b,
.alert-danger,
.alert-error,
.result_error,
.result_error_b {
    background: rgba(239, 68, 68, 0.15) !important;
    border: 1px solid rgba(239, 68, 68, 0.3) !important;
    color: #ef4444 !important;
}

.wapper .alert-warning,
.alert-warning {
    background: rgba(245, 158, 11, 0.15) !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
    color: #f59e0b !important;
}

.wapper .alert-info,
.alert-info {
    background: rgba(59, 130, 246, 0.15) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    color: #3b82f6 !important;
}

/* ============================================
   19. МЕНЮ / TOP MENU
   ============================================ */
.wapper .menu_top_left,
.wapper .menu_top_push,
.wapper .menu_top_push_active,
.wapper .two_top_menu,
.menu_top_left,
.menu_top_push,
.menu_top_push_active,
.two_top_menu {
    background: rgba(26, 17, 40, 0.4) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.wapper .menu_top_push_active,
.menu_top_push_active {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(124, 58, 237, 0.3)) !important;
    border: 1px solid rgba(139, 92, 246, 0.4) !important;
    color: #a78bfa !important;
}

.wapper .menu_top_push:hover,
.menu_top_push:hover {
    background: rgba(139, 92, 246, 0.2) !important;
}

/* ============================================
   20. СОБЫТИЯ / СОБЫТИЯ ПРОЕКТА
   ============================================ */
.wapper .sobitia-block,
.wapper .sobitia-left,
.wapper .online-right,
.sobitia-block,
.sobitia-left,
.online-right {
    background: rgba(26, 17, 40, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
}

/* ============================================
   21. STEAM ID RECOMMENDED
   ============================================ */
.wapper .steamid_recomended,
.steamid_recomended {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(124, 58, 237, 0.1)) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    border-radius: 12px !important;
    padding: 15px !important;
}

.wapper .steamid_recomended .steamid_index,
.steamid_recomended .steamid_index {
    color: #f59e0b !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* ============================================
   22. ПРЕЛОАДЕР
   ============================================ */
.wapper .preloader,
.preloader {
    background: linear-gradient(135deg, #0f0a1a, #1a1128) !important;
}

.wapper .spinner,
.spinner {
    border-top-color: #8b5cf6 !important;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.5) !important;
}

/* ============================================
   23. АНИМАЦИИ
   ============================================ */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.3);
    }
    50% {
        box-shadow: 0 0 25px rgba(139, 92, 246, 0.6);
    }
}

.wapper .block,
.wapper .card,
.wapper .priv-card,
.block,
.card,
.priv-card {
    animation: fadeIn 0.5s ease;
}

/* ============================================
   24. АДАПТИВНОСТЬ
   ============================================ */
@media (max-width: 768px) {
    body {
        background-image: linear-gradient(rgba(15, 10, 26, 0.95), rgba(15, 10, 26, 0.95)),
                          url(../img/bg-anime.png) !important;
        background-size: cover !important;
    }
    
    .wapper .block,
    .wapper .card,
    .wapper .priv-card,
    .block,
    .card,
    .priv-card {
        margin: 10px !important;
    }
    
    .wapper .menu_top_left,
    .wapper .menu_top_rigth,
    .menu_top_left,
    .menu_top_rigth {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .wapper .bottom_new,
    .bottom_new {
        padding: 20px 10px !important;
    }
    
    .wapper .vertical_menu_link,
    .vertical_menu_link {
        text-align: center !important;
    }
}

/* ============================================
   25. ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ
   ============================================ */

/* Свечение для важных элементов */
.wapper .purple-glow,
.purple-glow {
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4) !important;
}

/* Градиентный текст */
.wapper .gradient-text,
.gradient-text {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Разделитель с градиентом */
.wapper .divider-purple,
.divider-purple {
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b5cf6, transparent) !important;
    border: none !important;
    margin: 20px 0;
}

/* ============================================
   26. ИКОНКИ BOXICONS
   ============================================ */
.wapper .bx,
.bx {
    color: #a78bfa;
    transition: color 0.3s ease;
}

.wapper .bx:hover,
.bx:hover {
    color: #8b5cf6;
}

/* Иконки в меню */
.wapper .navigation .bx,
.wapper aside .bx,
.navigation .bx,
aside .bx {
    margin-right: 10px !important;
    font-size: 18px !important;
}

/* ============================================
   27. ХЛЕБНЫЕ КРОШКИ / BREADCRUMBS
   ============================================ */
.wapper .breadcrumbs,
.wapper .breadcrumbs ul,
.breadcrumbs,
.breadcrumbs ul {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2) !important;
}

.wapper .breadcrumbs a,
.breadcrumbs a {
    color: #a78bfa !important;
}

.wapper .breadcrumbs a:hover,
.breadcrumbs a:hover {
    color: #8b5cf6 !important;
}

/* ============================================
   28. PAGINATION
   ============================================ */
.wapper .pagination > li > a,
.wapper .pagination > li > span,
.pagination > li > a,
.pagination > li > span {
    background: rgba(26, 17, 40, 0.15) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    transition: all 0.3s ease !important;
}

.wapper .pagination > li > a:hover,
.wapper .pagination > li > span:hover,
.pagination > li > a:hover,
.pagination > li > span:hover {
    background: rgba(139, 92, 246, 0.2) !important;
    border-color: #8b5cf6 !important;
    color: #e2e8f0 !important;
}

.wapper .pagination > .active > a,
.wapper .pagination > .active > span,
.pagination > .active > a,
.pagination > .active > span {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
    border-color: #8b5cf6 !important;
}

/* ============================================
   29. BADGES / LABELS
   ============================================ */
.wapper .badge,
.wapper .label,
.badge,
.label {
    background: rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
}

.wapper .badge-success,
.wapper .label-success,
.badge-success,
.label-success {
    background: rgba(16, 185, 129, 0.2) !important;
    color: #10b981 !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
}

.wapper .badge-danger,
.wapper .label-danger,
.badge-danger,
.label-danger {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #ef4444 !important;
    border-color: rgba(239, 68, 68, 0.3) !important;
}

/* ============================================
   30. PROGRESS BARS
   ============================================ */
.wapper .progress,
.progress {
    background: rgba(26, 17, 40, 0.15) !important;
    border-radius: 10px !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.wapper .progress-bar,
.progress-bar {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa) !important;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.4) !important;
}

/* ============================================
   31. СТРАНИЦА АДМИНИСТРАТОРОВ (/admins)
   ============================================ */

/* Контейнер банлиста */
.wapper .banlist,
.banlist {
    padding: 20px !important;
}

/* Заголовок страницы админов */
.wapper .top_info .pretext,
.top_info .pretext {
    color: #a78bfa !important;
    font-weight: 600 !important;
}

.wapper .top_info i,
.top_info i {
    color: #8b5cf6 !important;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.5) !important;
}

/* Кнопка добавления админа */
.wapper .add_admins,
.add_admins {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 15px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.wapper .add_admins:hover,
.add_admins:hover {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6) !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4) !important;
    transform: translateY(-2px) !important;
}

.wapper .admins_plus,
.admins_plus {
    font-size: 18px !important;
    margin-right: 5px !important;
}

/* Блок выбора сервера */
.wapper .block_select_servers,
.block_select_servers {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
    padding: 15px !important;
}

.wapper .head_new,
.head_new {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
    padding: 10px 15px !important;
    border-radius: 8px 8px 0 0 !important;
    font-weight: 600 !important;
}

.wapper .head_new i,
.head_new i {
    color: #8b5cf6 !important;
    margin-right: 8px !important;
}

/* Список серверов */
.wapper .vertical-navigation,
.vertical-navigation {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wapper .vertical-navigation li,
.vertical-navigation li {
    margin-bottom: 8px !important;
}

.wapper .vertical-navigation a,
.vertical-navigation a {
    display: block !important;
    padding: 10px 15px !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.wapper .vertical-navigation a:hover,
.vertical-navigation a:hover {
    background: rgba(139, 92, 246, 0.1) !important;
    color: #a78bfa !important;
    border-left-color: #8b5cf6 !important;
}

.wapper .vertical-navigation li.active a,
.vertical-navigation li.active a {
    background: rgba(139, 92, 246, 0.2) !important;
    color: #e2e8f0 !important;
    border-left-color: #a78bfa !important;
}

/* Таблица админов - структура */
.wapper .table-adaptive table,
.table-adaptive table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.wapper .table-adaptive thead,
.table-adaptive thead {
    display: table-header-group !important;
}

.wapper .table-adaptive tbody,
.table-adaptive tbody {
    display: table-row-group !important;
}

.wapper .admin-row,
.admin-row {
    display: table-row !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1) !important;
    transition: background 0.3s ease !important;
}

.wapper .admin-row:hover,
.admin-row:hover {
    background: rgba(139, 92, 246, 0.1) !important;
}

.wapper .admin-row td,
.admin-row td {
    display: table-cell !important;
    padding: 15px !important;
    vertical-align: middle !important;
    color: #e2e8f0 !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.1) !important;
}

/* Элементы админов */
.wapper .admin-avatar,
.admin-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.wapper .admin-group,
.admin-group {
    display: block;
    font-size: 12px;
    color: #94a3b8 !important;
    margin-top: 5px;
}

.wapper .btn-admin-info,
.btn-admin-info {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.wapper .btn-admin-info:hover,
.btn-admin-info:hover {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6) !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Блок выбора сервера */
.wapper .block_select_servers,
.block_select_servers {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
    padding: 15px !important;
}

.wapper .head_new,
.head_new {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
    padding: 10px 15px !important;
    border-radius: 8px 8px 0 0 !important;
    font-weight: 600 !important;
}

.wapper .head_new i,
.head_new i {
    color: #8b5cf6 !important;
    margin-right: 8px !important;
}

/* Список серверов */
.wapper .vertical-navigation,
.vertical-navigation {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wapper .vertical-navigation li,
.vertical-navigation li {
    margin-bottom: 8px !important;
}

.wapper .vertical-navigation a,
.vertical-navigation a {
    display: block !important;
    padding: 10px 15px !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.wapper .vertical-navigation a:hover,
.vertical-navigation a:hover {
    background: rgba(139, 92, 246, 0.1) !important;
    color: #a78bfa !important;
    border-left-color: #8b5cf6 !important;
}

.wapper .vertical-navigation li.active a,
.vertical-navigation li.active a {
    background: rgba(139, 92, 246, 0.2) !important;
    color: #e2e8f0 !important;
    border-left-color: #a78bfa !important;
}

/* Таблица админов */
.wapper .table-adaptive,
.table-adaptive {
    background: rgba(26, 17, 40, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-top: 15px !important;
}

.wapper .table-fused,
.table-fused {
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
}

/* Заголовки таблицы */
.wapper table thead th,
.wapper .table-adaptive thead th,
table thead th,
.table-adaptive thead th {
    background: rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    border-bottom: 2px solid rgba(139, 92, 246, 0.3) !important;
    padding: 12px !important;
    font-weight: 600 !important;
}

/* Строки таблицы */
.wapper table tbody tr,
.wapper .table-adaptive tbody tr,
table tbody tr,
.table-adaptive tbody tr {
    border-bottom: 1px solid rgba(139, 92, 246, 0.1) !important;
    transition: background 0.3s ease !important;
}

.wapper table tbody tr:hover,
.wapper .table-adaptive tbody tr:hover,
table tbody tr:hover,
.table-adaptive tbody tr:hover {
    background: rgba(139, 92, 246, 0.1) !important;
}

.wapper table tbody tr:nth-child(even),
.wapper .table-adaptive tbody tr:nth-child(even),
table tbody tr:nth-child(even),
.table-adaptive tbody tr:nth-child(even) {
    background: rgba(26, 17, 40, 0.3) !important;
}

/* Ячейки таблицы */
.wapper table tbody td,
.wapper .table-adaptive tbody td,
table tbody td,
.table-adaptive tbody td {
    color: #e2e8f0 !important;
    padding: 12px !important;
    vertical-align: middle !important;
}

/* Статусы админов */
.wapper .admin-online,
.admin-online {
    color: #10b981 !important;
}

.wapper .admin-offline,
.admin-offline {
    color: #ef4444 !important;
}

/* Иконки привилегий */
.wapper .admin-icon,
.admin-icon {
    color: #8b5cf6 !important;
    font-size: 18px !important;
}

/* Блок админа */
.wapper .block,
.wapper #\\{server_id\\}.block,
.block,
[id*="server_id"].block {
    background: rgba(26, 17, 40, 0.2) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

.wapper .block_head,
.block_head {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
    padding: 15px 20px !important;
    font-weight: 600 !important;
    border-radius: 12px 12px 0 0 !important;
}

/* ============================================
   32. УНИВЕРСАЛЬНЫЕ СТИЛИ ДЛЯ ВСЕХ СТРАНИЦ
   ============================================ */

/* Глобальный z-index для меню */
.dropdown-menu,
.popover,
.modal,
.tooltip {
    z-index: 9999 !important;
}

/* ВСЕ блоки .block — принудительный фон */
.wapper .content .block,
.wapper .block,
.content .block,
.block,
div.block,
article.block,
section.block {
    background: rgba(26, 17, 40, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Выпадающие меню — плотный фон + передний план */
.wapper .dropdown-menu,
.wapper .dropdown-menu > li > a,
.dropdown-menu,
.dropdown-menu > li > a {
    background: rgba(15, 10, 26, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    z-index: 9999 !important;
    position: relative !important;
}

.wapper .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover {
    background: rgba(139, 92, 246, 0.3) !important;
}

/* Bootstrap popover — передний план */
.wapper .popover,
.popover {
    background: rgba(15, 10, 26, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #e2e8f0 !important;
    z-index: 10000 !important;
    position: relative !important;
}

.wapper .popover-title,
.popover-title {
    background: rgba(139, 92, 246, 0.2) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
}

.wapper .popover-content,
.popover-content {
    color: #e2e8f0 !important;
}

/* Меню профиля — передний план */
.wapper .profile-menu,
.wapper .user-menu,
.wapper [class*="profile"],
.wapper [class*="user-menu"],
.profile-menu,
.user-menu,
[class*="profile"],
[class*="user-menu"] {
    background: rgba(15, 10, 26, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    z-index: 9999 !important;
    position: relative !important;
}

/* Модальные окна — плотный фон */
.wapper .modal-content,
.wapper .modal-dialog,
.modal-content,
.modal-dialog {
    background: rgba(15, 10, 26, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

/* Заголовки блоков — читаемый текст */
.wapper .block_head,
.wapper .block h1,
.wapper .block h2,
.wapper .block h3,
.wapper .block h4,
.wapper .block h5,
.wapper .block h6,
.block_head,
.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
    color: #e2e8f0 !important;
}

.wapper .block_head,
.block_head {
    background: rgba(139, 92, 246, 0.15) !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #a78bfa !important;
    padding: 15px 20px !important;
    font-weight: 600 !important;
    border-radius: 12px 12px 0 0 !important;
    margin: -15px -15px 15px -15px !important;
}

/* Таблицы — читаемый текст */
.wapper .table-adaptive,
.wapper .table-fused,
.table-adaptive,
.table-fused {
    color: #e2e8f0 !important;
    background: transparent !important;
}

.wapper .table-adaptive td,
.wapper .table-adaptive th,
.wapper .table-fused td,
.wapper .table-fused th,
.table-adaptive td,
.table-adaptive th,
.table-fused td,
.table-fused th {
    color: #e2e8f0 !important;
    background: transparent !important;
    border-color: rgba(139, 92, 246, 0.1) !important;
}

/* Текст в блоках — принудительно светлый */
.wapper .block p,
.wapper .block span,
.wapper .block div,
.wapper .block li,
.wapper .block a,
.block p,
.block span,
.block div,
.block li {
    color: #e2e8f0 !important;
}

.wapper .block a,
.block a {
    color: #a78bfa !important;
}

.wapper .block a:hover,
.block a:hover {
    color: #8b5cf6 !important;
}

/* Контент страницы — читаемость */
.wapper .content,
.content,
.wapper main,
main {
    color: #e2e8f0 !important;
}

/* Заголовки страниц */
.wapper h1,
.wapper h2,
.wapper h3,
.wapper h4,
.wapper h5,
.wapper h6,
h1, h2, h3, h4, h5, h6 {
    color: #e2e8f0 !important;
}

/* Списки */
.wapper ul li,
.wapper ol li,
ul li, ol li {
    color: #e2e8f0 !important;
}

/* Формы в блоках */
.wapper .block input,
.wapper .block textarea,
.wapper .block select,
.block input,
.block textarea,
.block select {
    color: #e2e8f0 !important;
    background: rgba(26, 17, 40, 0.15) !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* ============================================
   33. СТИЛИ ДЛЯ ГРУПП ПОЛЬЗОВАТЕЛЕЙ
   ============================================ */

/* Группа 1: Создатель - красный */
.wapper a[style*="#d1574d"],
a[style*="#d1574d"],
.wapper .gp-color-1,
.gp-color-1 {
    color: #ff6b6b !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(209, 87, 77, 0.5) !important;
}

/* Группа 2: Пользователь - синий */
.wapper a[style*="#45688E"],
a[style*="#45688E"],
.wapper .gp-color-2,
.gp-color-2 {
    color: #60a5fa !important;
    font-weight: 500 !important;
}

/* Группа 3: Временный бан - чёрный */
.wapper a[style*="#000000"],
a[style*="#000000"],
.wapper .gp-color-3,
.gp-color-3 {
    color: #9ca3af !important;
    font-style: italic !important;
}

/* Группа 4: Вечный бан - серый */
.wapper a[style*="#404040"],
a[style*="#404040"],
.wapper .gp-color-4,
.gp-color-4 {
    color: #6b7280 !important;
    font-style: italic !important;
    text-decoration: line-through !important;
}

/* Бейджи групп */
.wapper .admin-group,
.admin-group {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

/* ============================================
   КОНЕЦ СТИЛЕЙ
   ============================================ */
