html,body{display:flex;flex-direction:column;justify-content:space-between;margin:0;padding:0;min-height:100dvh;overflow-x:hidden;font-family:sans-serif}button{border-radius:.3em;padding:.2em .5em;font-size:1.2rem;-webkit-user-select:none;user-select:none}button:not(:disabled){cursor:pointer}button:not(:disabled):hover,button:not(:disabled):focus{box-shadow:3px 3px 5px 3px #ccc}button:not(:disabled):active{box-shadow:inset 3px 3px 5px 3px #ccc}label:has([disabled]){color:#aaa}label:not(:has([disabled])){cursor:pointer;border-radius:.5em}label:not(:has([disabled])):hover{background-color:#eee}.crossfade[inert]{display:inline-block;width:0;height:0}dialog{cursor:default;box-sizing:border-box;box-shadow:8px 8px 10px #444;border-radius:.5em;width:min(90%,800px);max-height:90dvh;font-size:1.5rem;-webkit-user-select:none;user-select:none}dialog .buttons{display:flex;justify-content:end;gap:.5em}dialog .buttons .primary:not([disabled]){background-color:#06f;color:#fff}
