html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #1e1e1e;
    font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#tui-image-editor-container {
    position: absolute;
    inset: 0;
}

/* Let the editor's own header area breathe on small screens */
.tui-image-editor-header-logo,
.tui-image-editor-header-buttons .tui-image-editor-download-btn {
    /* keep defaults; placeholder for future tweaks */
}
