#div-body{margin:0;overflow:hidden;background-color:#000}#stage,#overstage{position:absolute}#overstage{pointer-events:none}#profiler{padding-top:8px;padding-left:10px;position:fixed;width:100%;height:100%;background-color:#0005}.UILight{font-family:Monaco,Lucida Console,Courier,monospace;font-weight:400;color:#fff}.highlight{background-color:#ff0;opacity:.7}.blinking{margin:20% 45% 0;display:inline-block;font-size:4em;border-bottom:10px solid #9ae2ff;animation-name:blinking;animation-duration:1s;animation-iteration-count:100}@keyframes blinking{50%{border-color:#ffcd5f}}#clueDialog{position:absolute;max-width:300px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:16px;box-shadow:0 10px 20px #00000026;font-family:sans-serif;font-size:14px;line-height:1.5;z-index:9999}#clueText{font-weight:700;margin-bottom:8px;font-size:15px}#hintText{max-height:200px;overflow-y:auto}#subscribe-button{margin-top:12px;padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;visibility:hidden}.add{display:inline-block;cursor:pointer;font-family:sans-serif;padding:15px 20px;background:#333;color:#fff;border-radius:2px;margin:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s}.add:hover{background:#444}.add:active{background:#222;color:#ccc}.toasts{position:fixed;top:80px;left:35px;list-style:none;margin:0;padding:0;z-index:9999}.toasts li{background:#2ecc71;color:#fff;padding:10px 20px;margin-top:10px;border-radius:2px;font-weight:700;animation:show .5s,hide .5s 2.5s forwards}.toasts li.error{background:#e74c3c}.toasts li.warn{background:#f39c12}.toasts li.message{background:#3498db}.toasts li.wordSolved{background:#1e2939}@keyframes show{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes hide{to{opacity:0;transform:translate(-50px)}}
