@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}body{background-image:linear-gradient(#c4f0dc,#e9f6f0,#d6e1dc);min-height:100vh;margin:0;padding:0;font-family:Quicksand,sans-serif;line-height:1.3}button,.button{vertical-align:middle;background-color:#86dfb5;border:none;border-radius:.2em;padding:.2em .5em;font-family:Quicksand,sans-serif;font-size:.9em;font-weight:500}button:disabled,.button:disabled{color:#999;background-color:#d7f4e6;border:1px solid #3dde99}button:hover,button:hover:enabled,.button:hover,.button:hover:enabled{cursor:pointer;background-color:#5ed49c}button:active,button:active:enabled,.button:active,.button:active:enabled{background-color:#35ca84}.button{text-align:center;color:inherit;line-height:1.9em;text-decoration:none;display:block}input{background-color:#eee;border:none;border-radius:.2em;height:2.5em;padding:.6em;font-family:Quicksand,sans-serif;font-size:.8em}textarea{resize:none;background-color:#eee;border:none;border-radius:.2em;width:100%;font-family:Quicksand,sans-serif;font-size:.8em}.loginModelWrapper{z-index:1;background-color:#0006;width:100%;height:100%;position:fixed;top:0;left:0;overflow:auto}.loginModelWrapper .modalContent{background-color:#adddd0;border-radius:1em;width:80%;margin:15% auto;padding:20px}.loginModelWrapper .modalContent .headerLine{justify-content:space-between;display:flex}.loginModelWrapper .modalContent .headerLine h1{margin-top:0}.loginModelWrapper .modalContent .invalidPasswordWarning{display:none}.loginModelWrapper .modalContent .invalidPasswordWarning.visible{display:block}.widthLimiter{width:100%;max-width:600px;margin:auto;padding:.6em}.widthLimiter.wide{max-width:1200px}.widthLimiter.cast{max-width:none;font-size:2em}.widthLimiter .overlay{z-index:0}.widthLimiter.timeout .overlay{z-index:99;-webkit-backdrop-filter:brightness(20%);backdrop-filter:brightness(20%);background-color:#0000;width:100vw;height:100%;transition:-webkit-backdrop-filter 3s,backdrop-filter 3s;position:fixed;top:0;left:0}.topButtons{justify-content:space-between;align-items:center;display:flex}.topButtons button,.topButtons .button{width:2em;height:2em;padding:0}.topButtons .line{background-color:#1a9b64;border-radius:.5em;flex-grow:1;height:5px;margin:0 1em}.page{flex-direction:column;display:flex}.page h1{text-align:center;color:#0b442c;margin:1em 0 .5em}.page .message{position:absolute;top:6em;left:50%;transform:translate(-50%,-50%)}.page .message.hidden{display:none}.page .message .text{color:#fff;white-space:nowrap;background-color:#000000b3;border-radius:.5em;padding:2em;font-weight:600}.page .linkBox{word-break:break-all;background:#86dfb5;border-radius:.5em;max-height:5em;margin-top:.5em;margin-bottom:.5em;padding:.5em;transition:max-height 1s,padding 1s;overflow:hidden}.page .linkBox.hidden{max-height:0;margin:0;padding:0}.page .sectionLine{border-top:2px solid #86dfb5;width:100%;margin:1em 0}.page .bottomLine{background-color:#54b88e;border-radius:.5em;align-self:center;width:90%;height:5px;margin:2em 0}
