/* /Pages/Index.cshtml.rz.scp.css */
#sections[b-mufzywpv35] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.mx-auto[b-mufzywpv35] {
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);    
}
.offer-card[b-mufzywpv35] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.offer-card:hover[b-mufzywpv35] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.card-image-wrapper[b-mufzywpv35] {
    height: 200px;
    background: #f8f9fa;
}

.offer-image[b-mufzywpv35] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offer-card:hover .offer-image[b-mufzywpv35] {
    transform: scale(1.05);
}

.image-overlay[b-mufzywpv35] {
    background: rgba(38, 96, 30, 0.8);
    transition: opacity 0.3s ease;
}

.offer-card:hover .image-overlay[b-mufzywpv35] {
    opacity: 1;
}

.btn-outline-primary:hover[b-mufzywpv35] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(38, 96, 30);
}

@media (max-width: 768px) {
    .offer-card[b-mufzywpv35] {
        margin-bottom: 1.5rem;
    }

    .display-4[b-mufzywpv35] {
        font-size: 2rem;
    }
}
/* /Pages/TrainingPlans/Index.cshtml.rz.scp.css */
.modern-table-container[b-u8zzg2rjyc] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.modern-table-container:hover[b-u8zzg2rjyc] {
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.modern-table[b-u8zzg2rjyc] {
    margin-bottom: 0;
    border: none;
}

.table-header-group[b-u8zzg2rjyc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.table-header-trainers[b-u8zzg2rjyc] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.table-header-group th[b-u8zzg2rjyc],
.table-header-trainers th[b-u8zzg2rjyc] {
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table-header-group svg[b-u8zzg2rjyc],
.table-header-trainers svg[b-u8zzg2rjyc] {
    margin-right: 0.5rem;
    opacity: 0.9;
}

.modern-table thead tr:last-child[b-u8zzg2rjyc] {
    background: #f8fafc;
}

.modern-table thead tr:last-child th[b-u8zzg2rjyc] {
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.modern-table tbody tr[b-u8zzg2rjyc] {
    transition: all 0.2s ease;
}

.modern-table tbody tr:hover[b-u8zzg2rjyc] {
    background-color: #f1f5f9;
    transform: scale(1.01);
}

.modern-table tbody td[b-u8zzg2rjyc] {
    padding: 1rem 1.5rem;
    border-color: #f1f5f9;
    color: #4b5563;
    font-weight: 500;
}

.modern-table tbody tr:nth-child(even)[b-u8zzg2rjyc] {
    background-color: #fafbfc;
}

tr.item-location[b-u8zzg2rjyc]
{   
}

tr.item-location-4 > td[b-u8zzg2rjyc]
{
    background-color: #fdd4a8;
}
tr.item-location-6 > td[b-u8zzg2rjyc]
{
    background-color: #d3eec5;
}
tr.item-location-9 > td[b-u8zzg2rjyc]
{
    background-color: #fee75d;
}
tr.item-location-10 > td[b-u8zzg2rjyc]
{
    background-color: #bdd8f3;
}



.day-cell[b-u8zzg2rjyc] {
    font-weight: 600;
    color: #1f2937;
}

.hours-cell[b-u8zzg2rjyc] {
    color: #059669;
    font-weight: 600;
}

.location-cell[b-u8zzg2rjyc] {
    color: #7c3aed;
    font-weight: 500;
}

.training-type-title[b-u8zzg2rjyc] {
    color: #1f2937;
    font-weight: 700;
    margin: 2.5rem 0 1rem 0;
    text-align: center;
    position: relative;
}

.training-type-title[b-u8zzg2rjyc]::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.training-plan-subtitle[b-u8zzg2rjyc] {
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

.filters-container[b-u8zzg2rjyc] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.filter-group[b-u8zzg2rjyc] {
    margin-bottom: 15px;
}

.filter-title[b-u8zzg2rjyc] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #495057;
}

.filter-badges[b-u8zzg2rjyc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-badge[b-u8zzg2rjyc] {
    transition: all 0.3s ease;
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 6px 16px;
}

.filter-badge:hover[b-u8zzg2rjyc] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.filter-badge.active[b-u8zzg2rjyc] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

.filter-badge[data-type="discipline"].active[b-u8zzg2rjyc] {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    color: white;
}

.training-item[b-u8zzg2rjyc] {
    transition: all 0.3s ease;
}

.training-item.hidden[b-u8zzg2rjyc] {
    display: none;
}

.training-section[b-u8zzg2rjyc] {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .filter-badges[b-u8zzg2rjyc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-badge[b-u8zzg2rjyc] {
        width: auto;
        min-width: 120px;
    }
}
/* /Pages/TrainingPlans/Index2.cshtml.rz.scp.css */
#training-plans-page[b-th23czps1h] {
    background-color: #f8f9fa;
    min-height: 100vh;
    padding-bottom: 3rem;
}

.training-type-header[b-th23czps1h] {
    background-color: #f1f3f5;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #212529;
    border-left: 5px solid #43a047;
}

.schedule-table[b-th23czps1h] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background-color: white;
    border: 2px solid #1a2a2a;
}

.schedule-table thead th[b-th23czps1h] {
    background-color: #0c1c1c;
    color: white;
    text-align: center;
    padding: 12px 8px;
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid #334444;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.schedule-table tbody td[b-th23czps1h] {
    border: 1px solid #dee2e6;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.col-rocznik[b-th23czps1h] {
    width: 120px;
}

.group-name-cell[b-th23czps1h] {
    background-color: #43a047;
    color: white;
    font-weight: 800;
    padding: 8px 4px !important;
    border-bottom: 2px solid white !important;
    vertical-align: middle;
}

.group-cell-content[b-th23czps1h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.group-name[b-th23czps1h] {
    font-size: 1.4rem;
    line-height: 1.1;
}

.trainer-info[b-th23czps1h] {
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0.95;
    word-break: break-word;
    max-width: 110px;
}

.day-cell[b-th23czps1h] {
    min-width: 140px;
}

.empty-day[b-th23czps1h] {
    background-color: #ffffff;
}

.plan-item-box[b-th23czps1h] {
    padding: 8px 4px;
    border-radius: 8px;
    margin-bottom: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.plan-item-box:last-child[b-th23czps1h] {
    margin-bottom: 0;
}

.plan-time[b-th23czps1h] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.plan-location[b-th23czps1h] {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.2;
}

/* Location Colors */
.location-bg-4[b-th23czps1h] { background-color: #fdd4a8 !important; } /* Orlik */
.location-bg-6[b-th23czps1h] { background-color: #d3eec5 !important; } /* Boisko sztuczne */
.location-bg-9[b-th23czps1h] { background-color: #fee75d !important; } /* Boisko Nukleonik */
.location-bg-10[b-th23czps1h] { background-color: #bdd8f3 !important; } /* Boisko SP4 */

/* Fallback for other locations */
.plan-item-box[class*="location-bg-"][b-th23czps1h] {
    /* base styles already applied */
}
.plan-item-box:not([class*="location-bg-"])[b-th23czps1h] {
    background-color: #f1f3f5;
}

/* Legend */
.legend-bar[b-th23czps1h] {
    background-color: #f1f3f5;
    border-radius: 12px;
}

.legend-item[b-th23czps1h] {
    transition: transform 0.2s;
}

.legend-item:hover[b-th23czps1h] {
    transform: translateY(-2px);
}

.legend-icon[b-th23czps1h] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}

.legend-label[b-th23czps1h] {
    font-size: 0.85rem;
    color: #495057;
}

@media (max-width: 1200px) {
    .schedule-table[b-th23czps1h] {
        font-size: 0.85rem;
    }
    .group-name-cell[b-th23czps1h] {
        font-size: 1.2rem;
    }
}
