*{box-sizing:border-box}html,body{width:100vw;height:100vh;overflow:hidden}body{margin:0}.game-root{width:100vw;height:100vh;position:relative;overflow:hidden}.login-screen,.atlas-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:1em;height:100vh;font-family:monospace;display:flex}.login-screen h1,.atlas-placeholder h1{margin:0}.login-screen .error{color:red}.login-screen .button,.atlas-placeholder a{cursor:pointer;color:#fff;background:#222;border-radius:4px;padding:.5em 1em;font-size:1em;text-decoration:none}.atlas-tool{box-sizing:border-box;flex-direction:column;gap:.75em;height:100%;padding:.75em;font-family:monospace;display:flex}.atlas-toolbar{align-items:center;gap:1em;display:flex}.atlas-toolbar .user{color:#888;margin-right:auto;font-size:12px}.atlas-error{color:#fff;background:#6b2020;border-radius:4px;padding:.5em 1em}.atlas-panes{flex:1;gap:2em;display:flex;overflow:hidden}.atlas-grid-pane{overflow:auto}.atlas-form-pane{border:1px solid #444;border-radius:4px;flex:1;min-width:24em;padding:1em}.catalog-form .form-row{align-items:center;gap:.5em;margin-bottom:.5em;display:flex}.catalog-form .form-row label{color:#888;min-width:4em;display:inline-block}.catalog-form input[type=text],.catalog-form input[type=number],.catalog-form select{color:#fff;background:#1a1a1a;border:1px solid #444;border-radius:4px;padding:.25em .5em}.catalog-form button{color:#fff;cursor:pointer;background:#222;border:1px solid #444;border-radius:4px;padding:.25em .75em}.catalog-form .delete-button{background:#6b2020;border-color:#a33;margin-top:1em}.window{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a1ae6;border:1px solid #444;border-radius:6px;flex-direction:column;font-family:monospace;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000080}.window-titlebar{cursor:grab;-webkit-user-select:none;user-select:none;background:#2a2a2a;border-bottom:1px solid #444;flex-shrink:0;justify-content:space-between;align-items:center;height:28px;padding:0 .25em 0 .75em;display:flex}.window-titlebar:active{cursor:grabbing}.window-title{color:#ddd;letter-spacing:.05em;font-size:12px}.window-close-button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:4px;width:22px;height:22px;font-size:18px;line-height:1}.window-close-button:hover{color:#fff;background:#6b2020}.window-body{flex:1;min-height:0;overflow:auto}.taskbar{z-index:100000;gap:4px;font-family:monospace;display:flex;position:fixed;top:8px;right:8px}.taskbar-button{color:#ddd;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a1ae6;border:1px solid #444;border-radius:4px;padding:.35em .75em;font-size:12px}.taskbar-button:hover{color:#fff;background:#2a2a2ae6}.taskbar-button-open{color:#fff;background:#2a2a2ae6;border-color:#888}.debug-window{flex-direction:column;gap:.5em;padding:.75em;font-size:12px;display:flex}.debug-row{justify-content:space-between;align-items:center;gap:.5em;display:flex}.debug-row .label{color:#888}.debug-row .value{color:#fff;font-variant-numeric:tabular-nums}.debug-window input[type=range]{flex:1;min-width:80px}.debug-window button,.debug-window .signed-in{color:#fff;background:#222;border:1px solid #444;border-radius:4px;padding:.25em .5em}.debug-window button{cursor:pointer}.debug-window .section-divider{border-top:1px solid #333;margin:.25em 0}.bulk-fill-form{align-items:center;gap:.5em;display:flex}.bulk-fill-form select,.bulk-fill-form button{font-size:12px}.palette-marker{pointer-events:none;background:#0f8;border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px;box-shadow:0 0 4px #0f8}
