
.window.maximized {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 48px) !important; /* Full height minus taskbar */
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
