/* Header Component Styles */

.header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.header h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.header p {
    margin: 10px 0 0;
    font-size: 16px;
    opacity: 0.95;
    font-weight: 300;
    text-align: left;
}

#showUploadButton {
    background: white;
    color: #667eea;
    border: 2px solid white;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#showUploadButton:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.header p {
    margin: 5px 0 0 0;
    opacity: 0.9;
}
