/* Base Styles */
body {
    background-color: #f5f8fa;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Header Styles */
.app-title {
    color: #1e293b;
    font-weight: 800;
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, #1e293b, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.header-description {
    max-width: 900px;
    margin: 0 auto;
}

.header-description .lead {
    font-size: 1.4rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 2rem;
}

.key-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 2rem;
    background: linear-gradient(145deg, #f8fafc, #fff);
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: #334155;
    font-size: 1.15rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.benefit-item:hover {
    transform: translateX(5px);
    background: rgba(59, 130, 246, 0.05);
}

.benefit-item i {
    font-size: 1.75rem;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    padding: 0.75rem;
    border-radius: 12px;
    flex-shrink: 0;
}

.highlight {
    color: #3b82f6;
    font-weight: 600;
}

/* Footer Styles */
.footer {
    padding: 2rem 0;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.disclaimer-content {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.disclaimer-content i {
    color: #64748b;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.disclaimer-content p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.sources-note {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 0.75rem;
}

.sources-note a {
    color: #3b82f6;
    text-decoration: none;
    margin: 0 0.25rem;
    transition: color 0.2s ease;
}

.sources-note a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .app-title {
        font-size: 2rem;
    }
    
    .header-description .lead {
        font-size: 1.2rem;
    }
    
    .benefit-item {
        font-size: 1rem;
        padding: 0.5rem;
    }
    
    .key-benefits {
        padding: 1rem;
    }
}
.header-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.app-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.header-description {
    max-width: 800px;
    margin: 0 auto;
}

.header-description .lead {
    font-size: 1.25rem;
    color: #334155;
    line-height: 1.6;
    font-weight: 300;
}

.key-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(to right, #f8fafc, #ffffff);
    border-radius: 12px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #475569;
    font-size: 1.1rem;
}

.benefit-item i {
    font-size: 1.5rem;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    padding: 0.5rem;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .key-benefits {
        padding: 1rem;
    }
    
    .benefit-item {
        font-size: 1rem;
    }
}

/* Legend Styles */
.legend-container {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.legend-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 15px;
}

.legend-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 6px;
}

.legend-item .badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    color: #2c3e50;
}

.legend-item .description {
    font-size: 0.875rem;
    color: #475569;
}

/* Month Card Styles */
.month-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

.month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.month-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

/* Indicator Styles */
.month-indicators {
    display: flex;
    gap: 0.5rem;
}

.indicator {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Workload Colors */
.workload-low {
    background-color: #dcfce7;
    color: #166534;
}

.workload-medium {
    background-color: #fef9c3;
    color: #854d0e;
}

.workload-high {
    background-color: #fee2e2;
    color: #991b1b;
}

/* Seasonality Colors */
.seasonality-low {
    background-color: #dbeafe;
    color: #1e40af;
}

.seasonality-medium {
    background-color: #fae8ff;
    color: #86198f;
}

.seasonality-high {
    background-color: #f1f5f9;
    color: #475569;
}

/* Section Styles */
.section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #4b5563;
    margin: 1.5rem 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Manager Section Styles */
.manager-section {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1.25rem;
}

.manager-info-item {
    margin-bottom: 1.25rem;
}

.manager-info-item h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}

.manager-info-item p {
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 0.5rem;
}

.manager-info-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.manager-info-item ul li {
    font-size: 0.875rem;
    color: #475569;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.35rem;
}

.manager-info-item ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3b82f6;
}

/* Holidays and Bridge Periods */
.holidays-list, .bridge-opportunity {
    margin-bottom: 1rem;
}

.holidays-list {
    list-style: none;
    padding: 0;
}

.holidays-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.holiday-date {
    font-weight: 500;
    color: #3b82f6;
    font-size: 0.875rem;
}

.bridge-opportunity {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.bridge-dates {
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 0.5rem;
}

/* Activity Notes */
.activity-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.activity-notes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activity-notes li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    color: #4b5563;
    font-size: 0.875rem;
}

.activity-notes li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3b82f6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .month-card {
        margin-bottom: 1rem;
    }
    
    .month-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .month-indicators {
        width: 100%;
    }
    
    .legend-container {
        padding: 1rem;
    }
    
    .legend-items {
        gap: 0.5rem;
    }
}