#drop-zone:not(.ready):not(.loading),
#drop-zone-reselect, #file-list { display: none !important; }
#default-resource-status { min-height: 1.5em; }
#resource-retry { margin: 1em auto; }
[hidden] { display: none !important; }
.note a { color: #4ecca3; }

/* Keep upstream utility elements mounted for its event handlers, but the
   personal welcome screen only presents the greeting and play action. */
#project-links, #upload-save-actions, #upload-screen > .note {
    display: none;
}
body.upload-mode #upload-screen {
    max-width: 680px;
    justify-content: center;
    padding: 2rem 1.5rem;
}
#upload-screen h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.3;
    margin-bottom: 2rem;
}
#drop-zone {
    width: min(320px, 100%);
    margin: 0 auto;
    padding: 1.4rem 1.5rem;
}
#drop-zone-ready-title { margin: 0; }
#drop-zone:focus-visible {
    outline: 3px solid #eee;
    outline-offset: 5px;
}
