/**
 * Layout Styles - Page structure and positioning
 * Contains styles for main layout containers and grid systems
 */

/* ===== MAIN LAYOUT ===== */
.input-layout {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.pgn-section {
    flex: 2;
}

.settings-section {
    flex: 1;
}
