html,body{color:#fff;background:#23272c;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px}html,body,#root{width:100%;height:100%}body{overscroll-behavior-y:contain}a{color:#fff;white-space:nowrap}a:hover{color:#ddd}*{box-sizing:border-box}.button-container button:first-child{margin-right:1rem}.button{color:#fff;cursor:pointer;text-transform:uppercase;white-space:nowrap;background:#069;border:none;border-radius:20px;min-width:120px;padding:10px 24px;font-style:italic;font-weight:700}.button:hover{filter:brightness(1.3)}.button.minimal{background:0 0;border:2px solid #069}.button.small{min-width:unset;padding:8px 16px}.button.big{padding:12px 28px;font-size:1.3rem}.button:disabled{cursor:not-allowed;background-color:#444}.button.animated{position:relative}.button.animated:before{content:"";border-radius:20px;animation:4s linear infinite bounce;position:absolute;inset:0;box-shadow:0 0 2px 3px #0bf}@keyframes bounce{50%{opacity:.5}}input{border:3px solid #33373c;border-radius:6px;padding:10px}input:focus{border:3px solid #069;outline:none}.error-box{background-color:#e38f8f;border:2px solid #b31f1f;border-radius:5px;padding:8px 10px}.error-box,.error-box a{color:#b31f1f}.error-box a:hover{color:#460c0c}.error-box :first-child{margin-top:0}.error-box :last-child{margin-bottom:0}.warning-box{background-color:#ffbf56;border:2px solid #ac0c00;border-radius:5px;padding:8px 10px}.warning-box,.warning-box a{color:#ac0c00}.warning-box a:hover{color:#2d0300}.warning-box :first-child{margin-top:0}.warning-box :last-child{margin-bottom:0}.success-box{background-color:#76bd8f;border:2px solid #0c6c2c;border-radius:5px;padding:8px 10px}.success-box,.success-box a{color:#0c6c2c}.success-box a:hover{color:#000}.success-box :first-child{margin-top:0}.success-box :last-child{margin-bottom:0}.info{opacity:.8;font-size:.85rem;font-style:italic}.bordered-area{border:1px dashed #6c8090;border-radius:5px}.clickInterrogation,.hoverInterrogation{justify-content:center;align-items:center;display:none;position:absolute}.clickInterrogation{color:#202122;z-index:2;background-color:#fff;border:2px solid #6c8090;border-radius:50%;width:24px;height:24px;font-size:1.2rem;bottom:-8px;right:-8px}.clickInterrogation span{margin-left:1px}.hoverInterrogation{background-color:#0007;inset:0}.hoverInterrogation>div{color:#202122;text-align:center;background-color:#fff;border-radius:50%;width:50px;height:50px;font-size:2rem;line-height:50px;box-shadow:0 6px 20px #00000030}.notDragging .played{cursor:pointer}.notDragging .played .clickInterrogation,.notDragging .played:hover .hoverInterrogation{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
