nav{width:100%;height:70px;display:flex;align-items:center;box-shadow:0 1px 1rem #0000004d;background-color:#fff;padding:.5rem;box-sizing:border-box}nav a{color:#000;text-decoration:none;font-weight:400;font-size:18px}.nav-left{width:100%;height:100%;flex-grow:0;flex-shrink:1;display:flex;align-items:center;justify-content:left}.nav-right{width:100%;height:100%;flex-grow:1;flex-shrink:1;display:flex;align-items:center;justify-content:right}footer{width:100%;height:70px;display:flex;align-items:center;box-shadow:0 -1px 1rem #0000004d;background-color:#fff;padding:.5rem;box-sizing:border-box}.page{width:100%;height:100%;display:flex;flex-direction:column}.page-content{width:100%;height:100%;display:flex;justify-content:center}.content{width:100%;height:100%;max-width:720px;display:flex;flex-direction:column;box-sizing:border-box;padding:1rem;border-left:solid 1px;border-right:solid 1px;border-color:#0000004d}@font-face{font-family:Roboto;font-weight:200;src:url(/assets/Roboto-Thin.67248f7e.ttf)}@font-face{font-family:Roboto;font-weight:400;src:url(/assets/Roboto-Regular.4e147ab6.ttf)}@font-face{font-family:Roboto;font-weight:600;src:url(/assets/Roboto-Bold.ec685a46.ttf)}:root{font-family:Roboto,sans-serif}body{width:100vw;height:100vh;display:flex}body #root{width:100%;height:100%;display:flex}h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.8rem}h4{font-size:1.6rem}b{font-weight:700}.page-title{display:flex;align-items:flex-end;gap:10px;margin-bottom:1rem}form{width:100%;height:100%;box-sizing:border-box;padding:1rem}form .form-value{display:flex;align-items:center;margin-bottom:1rem}form label{margin-right:1rem}form input,form select{outline:none;border:solid 1px transparent;border-bottom-color:#0000004d;box-sizing:border-box;padding:5px;background-color:transparent}form input:focus,form select:focus{border:solid 1px rgba(0,0,0,.3)}form input:hover,form select:hover{border:solid 1px rgba(0,0,0,.3)}.increase{color:#42ff68;font-weight:700}.decrease{color:#ff4268;font-weight:700}button{width:fit-content;height:fit-content;box-sizing:border-box;padding:10px;background-color:#4268ff;color:#fff;border:none;border-radius:10px;box-shadow:0 1px .5rem #0000004d;cursor:pointer;transition:.25s;display:block}button:hover{box-shadow:0 5px .5rem #00000059;transition:.25s}button._danger_fypq4_19{background-color:#ff4268}button._gray_fypq4_22{background-color:#8c8c8c}.modal-wrapper{width:100vw;height:100vh;position:absolute;background-color:#0000004d;backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;animation-name:fadeIn;animation-duration:1s;animation-iteration-count:1}.modal-content-wrapper{width:100%;max-width:400px;height:300px;background-color:#fff;border-radius:20px;position:relative;box-sizing:border-box;padding:1rem}.modal-content-wrapper .close{position:absolute;right:1rem;top:1rem;width:25px;height:25px;transform:rotate(0) scale(1);transition:.25s}.modal-content-wrapper .close:hover{cursor:pointer;transform:rotate(90deg) scale(1.3);transition:.25s}.modal-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
