html,body{margin:0;padding:0;width:100vw;height:100vh;min-width:100vw;min-height:100vh;overflow:hidden;display:block;font-family:ArtifaktElement,system-ui,-apple-system,Segoe UI,sans-serif}#root{width:100vw!important;height:100vh!important;min-width:100vw!important;min-height:100vh!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important}@supports (width: 100dvw){html,body,#root{width:100dvw;height:100dvh;min-width:100dvw;min-height:100dvh}}.page-shell{display:flex;flex-direction:column;width:100%;height:100%;min-width:100%;min-height:100%}.release-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:.75rem;align-items:end;padding:.75rem 1rem;border-bottom:1px solid #d3d3d3;background:#fafafa}.release-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem}.release-form input{height:2rem;padding:0 .5rem;border:1px solid #c4c4c4;border-radius:4px}.viewer-shell{position:relative;flex:1;min-height:0}.viewer-canvas{position:absolute;inset:0}.auth-shell{width:100%;height:100%;min-width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.auth-shell h1{margin:0}.release-form>button,.auth-shell button{border:1px solid #c4c4c4;border-radius:4px;background:#fff;padding:.5rem .75rem;cursor:pointer}.release-form>button:hover,.auth-shell button:hover{background:#f0f0f0}
