/* Layout Component Styles
 * Extracted from index.html Phase 5.2
 * Styles for main content container, header, and layout structure
 */

.main-content {
    padding: 40px 20px;
}

.container {
    max-width: 500px;
    margin: 0 auto;
    background: var(--hh-color-base-white);
    border-radius: var(--hh-radius-lg);
    border: 1px solid var(--hh-color-borders-default);
    overflow: hidden;
    box-shadow: var(--hh-shadow-md);
}

.header {
    background: #ffffff;
    color: #1a1a1a;
    padding: 20px 40px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.header h1 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.header p {
    font-size: 0.9em;
    color: #6b7280;
    font-weight: 400;
}
