#elComment_6293854 .ipsResponsive_hidePhone,
#elComment_6293854 .ipsComment_author,
#elComment_6293854 .ipsComment_meta,
#elComment_6293854 .ipsType_reset,
.ipsPager,
.ipsHr,
.ipsPhotoPanel_small,
.cTopicPostArea,
.ipsList_inline,
.cAuthorPane.cAuthorPane_mobile {
    display: none !important;
}

#elComment_6293854 {
    border-radius: 8px;
}

.ipsComment,
.ipsComment.ipsBox:not(.ipsBox_transparent),
.ipsBox,
.ipsModerated {
    background: transparent !important;
    border: 1px solid transparent !important;
}

.admin-container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    color: #ffffff;
    background: transparent;
    padding: 15px 10px;
}

.admin-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.admin-header h1 {
    color: #d9c29e;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
    text-shadow: 0 0 20px rgba(217, 194, 158, 0.3);
    background: linear-gradient(135deg, #d9c29e 0%, #f5e6d3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.admin-header p {
    color: #a0a0a0;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.admin-header p i {
    color: #d9c29e;
    font-style: normal;
    margin: 0 4px;
}

.admin-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d9c29e, transparent);
    margin: 15px auto 0;
}

.admin-level-divider {
    background: linear-gradient(135deg, #1e2030 0%, #2a2c40 100%);
    color: #d9c29e;
    padding: 12px 20px;
    margin: 30px 0 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid rgba(217, 194, 158, 0.2);
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.admin-level-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #d9c29e;
    box-shadow: 0 0 10px #d9c29e;
}

.admin-level-divider span {
    display: inline;
}

.admin-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.admin-card {
    flex: 0 1 calc(33.333% - 15px);
    min-width: 280px;
    max-width: 400px;
    background: linear-gradient(145deg, #242638 0%, #1e2032 100%);
    border-radius: 18px;
    padding: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(217, 194, 158, 0.1);
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.6);
    margin: 0;
    height: auto;
    min-height: 280px;
}

.admin-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 194, 158, 0.3);
    box-shadow: 0 12px 24px -10px rgba(217, 194, 158, 0.2);
}

.admin-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -30%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(217, 194, 158, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.admin-card-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(217, 194, 158, 0.1);
    position: relative;
    z-index: 2;
    min-height: 50px;
}

.admin-name {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.2px;
    line-height: 1.2;
    word-break: break-word;
    max-width: 100%;
}

.level-6 .admin-name { 
    color: #ff8a8a;
    text-shadow: 0 0 8px rgba(255, 138, 138, 0.3);
}
.level-5 .admin-name { 
    color: #f9b84a;
    text-shadow: 0 0 8px rgba(249, 184, 74, 0.3);
}
.level-4 .admin-name { 
    color: #7aa3ff;
    text-shadow: 0 0 8px rgba(122, 163, 255, 0.3);
}
.level-3 .admin-name { 
    color: #c084fc;
    text-shadow: 0 0 8px rgba(192, 132, 252, 0.3);
}
.level-2 .admin-name { 
    color: #6fda8f;
    text-shadow: 0 0 8px rgba(111, 218, 143, 0.3);
}
.level-1 .admin-name { 
    color: #f9e06f;
    text-shadow: 0 0 8px rgba(249, 224, 111, 0.3);
}

.admin-tag {
    font-size: 12px;
    color: #b0b0b0;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 400;
    border: 1px solid rgba(217, 194, 158, 0.15);
    backdrop-filter: blur(2px);
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    height: fit-content;
}

.admin-role {
    font-size: 14px;
    color: #e0e0e0;
    margin: 10px 0 12px 0;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px 12px;
    border-radius: 14px;
    border: 2px solid;
    position: relative;
    z-index: 2;
    font-weight: 400;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.level-6 .admin-role { border-color: #ff8a8a; }
.level-5 .admin-role { border-color: #f9b84a; }
.level-4 .admin-role { border-color: #7aa3ff; }
.level-3 .admin-role { border-color: #c084fc; }
.level-2 .admin-role { border-color: #6fda8f; }
.level-1 .admin-role { border-color: #f9e06f; }

.admin-level-badge {
    font-size: 12px;
    font-weight: 600;
    color: #d9c29e;
    background: rgba(0, 0, 0, 0.25);
    padding: 4px 12px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border: 1px solid rgba(217, 194, 158, 0.3);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 2;
    letter-spacing: 0.3px;
    height: 28px;
    width: fit-content;
    margin-top: auto;
}

.admin-level-badge i {
    font-style: normal;
    margin-right: 4px;
    font-size: 12px;
    color: #d9c29e;
}

.admin-total-stats {
    background: linear-gradient(135deg, #1e2030 0%, #262838 100%);
    border-radius: 50px;
    padding: 14px 20px;
    margin: 30px 0 15px 0;
    text-align: center;
    font-size: 18px;
    color: #e0e0e0;
    border: 1px solid rgba(217, 194, 158, 0.15);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.admin-total-stats span {
    color: #d9c29e;
    font-size: 26px;
    font-weight: 800;
    margin: 0 4px;
    text-shadow: 0 0 12px rgba(217, 194, 158, 0.3);
}

.admin-legend {
    background: linear-gradient(135deg, #1e2030 0%, #262838 100%);
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid rgba(217, 194, 158, 0.1);
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.admin-legend-title {
    color: #d9c29e;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(217, 194, 158, 0.15);
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.admin-legend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.admin-legend-block {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.admin-legend-block h4 {
    color: #d9c29e;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.admin-legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #c0c0c0;
    font-size: 13px;
    line-height: 1.4;
}

.color-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 6px currentColor;
    flex-shrink: 0;
}

.dot-mz { background: #e74c3c; }
.dot-rzd { background: #f1c40f; }
.dot-mvd { background: #3498db; }
.dot-mo { background: #2ecc71; }
.dot-opg { background: #7f8c8d; }
.dot-cho { background: #f9e79f; }
.dot-gs { background: #2980b9; }
.dot-pgs { background: #3498db; }
.dot-szf { background: #5dade2; }
.dot-gszf { background: #85c1e9; }

.admin-author {
    text-align: right;
    margin-top: 30px;
    color: #808080;
    font-size: 12px;
    border-top: 1px solid rgba(217, 194, 158, 0.08);
    padding-top: 15px;
}

.admin-author a {
    color: #d9c29e;
    text-decoration: none !important;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .admin-card {
        flex: 0 1 calc(50% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .admin-header h1 { 
        font-size: 28px; 
        line-height: 1.2;
    }
    
    .admin-header p { 
        font-size: 13px; 
    }
    
    .admin-level-divider { 
        font-size: 16px; 
        padding: 10px 16px; 
        margin: 20px 0 12px 0;
        border-radius: 30px;
    }
    
    .admin-card-row {
        gap: 12px;
    }
    
    .admin-card {
        flex: 0 1 calc(50% - 12px);
        min-width: 240px;
        min-height: 250px;
        padding: 14px;
        border-radius: 16px;
    }
    
    .admin-card-header {
        min-height: 45px;
    }
    
    .admin-name {
        font-size: 18px;
    }
    
    .admin-tag {
        font-size: 11px;
        padding: 2px 6px;
        max-width: 100px;
    }
    
    .admin-role {
        font-size: 13px;
        padding: 8px 10px;
        margin: 8px 0 10px 0;
        min-height: 60px;
    }
    
    .admin-level-badge {
        font-size: 11px;
        padding: 3px 10px;
        height: 26px;
    }
    
    .admin-total-stats {
        padding: 12px 15px;
        font-size: 16px;
        border-radius: 40px;
    }
    
    .admin-total-stats span {
        font-size: 22px;
    }
    
    .admin-legend {
        padding: 15px;
        border-radius: 20px;
    }
    
    .admin-legend-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .admin-legend-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .admin-legend-block {
        padding: 12px;
    }
    
    .admin-legend-block h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .admin-legend-item {
        font-size: 12px;
    }
    
    .admin-author {
        margin-top: 20px;
        padding-top: 12px;
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .admin-header h1 { 
        font-size: 24px; 
    }
    
    .admin-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
    
    .admin-card-header {
        flex-wrap: wrap;
        min-height: auto;
    }
    
    .admin-name {
        font-size: 18px;
        white-space: normal;
    }
    
    .admin-tag {
        font-size: 11px;
        padding: 2px 8px;
        max-width: none;
        width: fit-content;
    }
    
    .admin-level-divider {
        font-size: 14px;
        padding: 8px 14px;
    }
    
    .admin-role {
        min-height: 50px;
    }
}

.admin-loading {
    text-align: center;
    padding: 30px;
    color: #808080;
    font-size: 16px;
    width: 100%;
}

.admin-loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 2px solid rgba(217, 194, 158, 0.2);
    border-top-color: #d9c29e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.admin-empty-message {
    text-align: center;
    padding: 30px;
    color: #808080;
    width: 100%;
    font-style: italic;
}