/* Clean Fullscreen Edge-to-Edge Layout */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
    background: #000000 !important;
}

#noVNC_container, #noVNC_screen {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #000000 !important;
}

canvas#noVNC_canvas {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    object-fit: fill !important;
}

#noVNC_control_bar_anchor, .noVNC_control_bar_anchor {
    display: none !important;
}

/* Hide top control bar completely */
#noVNC_control_bar, .noVNC_control_bar { display: none !important; }
