#keyboard-layout { flex-direction: column; gap: 3px; justify-content: center; }
.kb-row { display: flex; gap: 2px; justify-content: center; width: 100%; min-height: 34px; }

.kbtn { 
    background: var(--btn-bg); 
    border: 1px solid var(--btn-border); 
    color: var(--text-color);
    border-radius: 4px; 
    flex: 1; 
    min-width: 0; 
    min-height: 34px; 
    font-size: 9px; 
    font-weight: bold;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-transform: uppercase;
}

.k-fkey { background: #1c2128; font-size: 8px; color: #8b949e; }
.k-mod { flex: 1.5; font-size: 8px; background: #1c2128; }
.k-space { flex: 4; }
.k-switch { flex: 2; color: var(--text-color); border-color: var(--btn-border); }