﻿:root {
    --menu-height: 110px;
    
}

.colheight {
    min-height: calc(100vh - var(--menu-height)) !important;
}


.grid-15 {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 7.5fr;
    gap: 1rem;
}


/* Monaco editor fills cleanly */
#editor {
    width: 100%;
    height: 100%;
    border-radius: 12px; /* soft inner rounding */
    overflow: hidden; /* clip Monaco edges */
}