:global(body){margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}:global(a){font-weight:700;color:#000;text-decoration:none;font-size:small}:global(a):hover{text-decoration:underline}:global(button){padding:10px;border-radius:5px}:global(button):enabled{border-color:#000}:global(button){font-size:14px;background-color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:.1cap;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}:global(button):hover:enabled{cursor:pointer}:global(button):hover:disabled{cursor:not-allowed}:global(button).primary{background-color:#000;color:#fff}.icon-button{cursor:pointer;padding:5px;width:24px;height:24px}.icon-button:hover{border:1px;background-color:#f5f5f5;border-radius:5px;border-color:#000}.icon-button img{width:24px;height:24px;color:#000}:global(input){padding:10px;border-radius:5px;font-size:14px}.app-root{display:flex;flex-direction:column;align-items:stretch}@media screen and (max-width:600px){.app-root{padding-left:8px;padding-right:8px}}@media screen and (min-width:600px){.app-root{padding-left:64px;padding-right:64px}}.app-contents{display:flex;flex-direction:column;align-items:stretch}@media screen and (min-width:600px)and (max-width:1600px){.app-contents{flex-grow:0;flex-shrink:1;flex-basis:1040px}}@media screen and (min-width:1600px){.app-contents{flex-grow:0;flex-shrink:1;flex-basis:1280px}}@media screen and (max-width:600px){.nav-bar{margin-top:16px;margin-bottom:16px}}@media screen and (min-width:600px){.nav-bar{margin-top:24px;margin-bottom:24px}}.nav-bar{padding-left:8px;padding-right:8px;display:flex;justify-content:space-between;align-items:center}.nav-bar-left{flex-basis:100px;flex-grow:1;flex-shrink:1;display:flex;justify-content:start}.nav-bar-right{flex-basis:100px;flex-grow:1;flex-shrink:1;display:flex;justify-content:end;gap:10px}.logo{flex-basis:100px;flex-grow:0;flex-shrink:0;display:flex;justify-content:center}@media screen and (max-width:600px){.logo img{width:49px;height:49px}}@media screen and (min-width:600px){.logo img{width:94px;height:94px}}.toasts{position:absolute;top:0;right:0;margin:5px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;width:300px}:root{--color-red: #ff5454;--color-green: #54ff54;--color-blue: #5454ff;--color-orange: #ffaa54}.toast{position:relative;margin:5px;padding:10px;border-color:#ff5454;border-style:solid;background-color:#ffa1a1;border-radius:10px;display:flex;flex-direction:column;align-items:center;color:#000;gap:5px}button{all:unset}.close-button{position:absolute;top:5px;right:5px;float:right;display:block;color:#fff}.title{font-size:20px;font-weight:700}.message{font-size:18px}
