/* Кибер - киберпанк стиль */
.list-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
    border: 1px solid #ff0080;
    position: relative;
}

.list-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, transparent 98%, rgba(255, 0, 128, 0.3) 100%),
        linear-gradient(0deg, transparent 98%, rgba(0, 255, 255, 0.3) 100%);
    background-size: 20px 20px;
    opacity: 0.5;
}

.list-header-content {
    background: rgba(0, 0, 0, 0.4) !important;
    position: relative;
    z-index: 2;
}

.list-title {
    color: #00ffff !important;
    text-shadow: 0 0 10px #00ffff;
    font-weight: 700;
    letter-spacing: 2px;
}

