/* Premium Download Hub Blue Theme Frontend */

.filehub-pro.fhp-style-blue {
    background: linear-gradient(135deg, #01466d 0%, #222f36 100%) !important;
    color: #ffffff;
    border-radius: 24px;
    margin: 20px 0 !important;
    padding: 40px 0 !important;
}

.filehub-pro.fhp-style-blue .hub-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.filehub-pro.fhp-style-blue .hub-header h1 {
    background: linear-gradient(135deg, #ffffff 0%, #a8d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(1, 70, 109, 0.3);
}

.filehub-pro.fhp-style-blue .hub-header p {
    color: #e6f2ff;
}

.filehub-pro.fhp-style-blue .stat {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.filehub-pro.fhp-style-blue .stat-value {
    color: #a8d8ff;
    font-weight: 700;
}

.filehub-pro.fhp-style-blue .stat-label {
    color: #e6f2ff;
    font-weight: 600;
}

.filehub-pro.fhp-style-blue .search-input {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.filehub-pro.fhp-style-blue .search-input:focus {
    border-color: #a8d8ff;
    box-shadow: 0 0 0 3px rgba(168, 216, 255, 0.3);
}

.filehub-pro.fhp-style-blue .search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.filehub-pro.fhp-style-blue .search-icon {
    color: #a8d8ff;
}

.filehub-pro.fhp-style-blue .filter-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.filehub-pro.fhp-style-blue .filter-btn:hover,
.filehub-pro.fhp-style-blue .filter-btn.active {
    background: #a8d8ff;
    border-color: #a8d8ff;
    color: #01466d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(168, 216, 255, 0.4);
}

.filehub-pro.fhp-style-blue .resource-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.filehub-pro.fhp-style-blue .resource-card::before {
    background: linear-gradient(90deg, #a8d8ff, #7bc8ff);
}

.filehub-pro.fhp-style-blue .resource-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(168, 216, 255, 0.5);
}

.filehub-pro.fhp-style-blue .file-icon {
    background: linear-gradient(135deg, #a8d8ff, #7bc8ff);
    box-shadow: 0 5px 15px rgba(168, 216, 255, 0.3);
}

.filehub-pro.fhp-style-blue .file-badge.standard {
    background: #01466d;
}

.filehub-pro.fhp-style-blue .file-badge.pro {
    background: linear-gradient(135deg, #a8d8ff, #7bc8ff);
    color: #01466d;
}

.filehub-pro.fhp-style-blue .file-badge.premium {
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #333333;
}

.filehub-pro.fhp-style-blue .file-badge.bestseller {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.filehub-pro.fhp-style-blue .file-badge.new {
    background: linear-gradient(135deg, #7bc8ff, #a8d8ff);
    color: #01466d;
}

.filehub-pro.fhp-style-blue .card-body h3 {
    color: #ffffff;
}

.filehub-pro.fhp-style-blue .card-body p {
    color: #e6f2ff;
}

.filehub-pro.fhp-style-blue .file-meta {
    color: #a8d8ff;
}

.filehub-pro.fhp-style-blue .file-stats {
    color: #a8d8ff;
}

.filehub-pro.fhp-style-blue .card-footer {
    background: rgba(1, 70, 109, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.filehub-pro.fhp-style-blue .download-btn {
    background: linear-gradient(135deg, #a8d8ff, #7bc8ff);
    color: #01466d;
    font-weight: 700;
}

.filehub-pro.fhp-style-blue .download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 15px rgba(168, 216, 255, 0.4);
    background: linear-gradient(135deg, #7bc8ff, #a8d8ff);
}

.filehub-pro.fhp-style-blue .action-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.filehub-pro.fhp-style-blue .action-btn:hover {
    background: #a8d8ff;
    transform: translateY(-3px);
    color: #01466d;
}

.filehub-pro.fhp-style-blue .no-resources h3 {
    color: #ffffff;
}

.filehub-pro.fhp-style-blue .no-resources p {
    color: #e6f2ff;
}

.filehub-pro.fhp-style-blue .no-resources i {
    color: #a8d8ff;
}

/* NOWE: Overlay dla wymaganego logowania w niebieskim motywie */
.filehub-pro.fhp-style-blue .fhp-login-required-overlay {
    background: rgba(1, 70, 109, 0.95);
}

.filehub-pro.fhp-style-blue .fhp-login-message {
    background: #01466d;
    color: #ffffff;
}

.filehub-pro.fhp-style-blue .fhp-login-message h3 {
    color: #ffffff;
}

.filehub-pro.fhp-style-blue .fhp-login-message p {
    color: #e6f2ff;
}

/* Style dla paginacji w niebieskim motywie */
.filehub-pro.fhp-style-blue .pagination-btn,
.filehub-pro.fhp-style-blue .pagination-number {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.filehub-pro.fhp-style-blue .pagination-btn:hover,
.filehub-pro.fhp-style-blue .pagination-number:hover,
.filehub-pro.fhp-style-blue .pagination-number.current {
    background: #a8d8ff;
    border-color: #a8d8ff;
    color: #01466d;
}

.filehub-pro.fhp-style-blue .pagination-info,
.filehub-pro.fhp-style-blue .load-more-info {
    color: #e6f2ff;
}

.filehub-pro.fhp-style-blue .load-more-btn {
    background: linear-gradient(135deg, #a8d8ff, #7bc8ff);
    color: #01466d;
}

.filehub-pro.fhp-style-blue .load-more-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #7bc8ff, #a8d8ff);
}

/* Responsywność dla blue motywu */
@media (max-width: 1024px) {
    .filehub-pro.fhp-style-blue .resources-grid,
    .filehub-pro.fhp-style-blue .search-filters,
    .filehub-pro.fhp-style-blue .hub-header {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .filehub-pro.fhp-style-blue {
        border-radius: 20px !important;
        margin: 15px 0 !important;
        padding: 30px 0 !important;
    }
    
    .filehub-pro.fhp-style-blue .hub-header h1 {
        font-size: 2.5rem;
    }
    
    .filehub-pro.fhp-style-blue .search-filters {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .filehub-pro.fhp-style-blue {
        border-radius: 16px !important;
        margin: 10px 0 !important;
        padding: 25px 0 !important;
    }
    
    .filehub-pro.fhp-style-blue .hub-header h1 {
        font-size: 2rem;
    }
    
    .filehub-pro.fhp-style-blue .search-filters {
        padding: 0 10px;
    }
}