.glow,.hover-glow:hover{filter:drop-shadow(0 0 3vw var(--color))}.glow,.hover-glow{transition:filter .3s cubic-bezier(.4,0,1,1)}.minecraft-font{font-family:mojangles,mcemoji,sans-serif}.flex-wrap{display:flex;flex-wrap:wrap}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-center-x{display:flex;justify-content:center}.flex-start{display:flex;justify-content:flex-start}.flex-center-y{display:flex;align-items:center;align-content:center}.progress{position:relative;width:calc(var(--size) * 1px);height:calc(var(--size) * 1px);display:flex;justify-content:center;align-items:center;--progress:max(min(var(--percent, calc(var(--value, 0) / var(--max, 100) * 100)), 100), 0)}.progress>svg{transform:rotate(-90deg);width:calc(var(--size) * 1px);height:calc(var(--size) * 1px)}.progress>svg>circle{fill:none;stroke-width:var(--width,6);cx:calc(var(--size)/2);cy:calc(var(--size)/2);r:calc((var(--size)/2) - (var(--width,6)/2))}.progress>svg>circle:first-child{stroke:var(--background-color,#2f2f2f)}.progress>svg>circle:nth-child(2){stroke:var(--progress-color,#FF8800);stroke-linecap:square;stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--progress));transition:stroke-dashoffset .5s ease-in-out}.progress>p{position:absolute;--color:var(--text-color);border-radius:50%;--csize:calc((var(--size) - var(--width, 6) - (var(--width, 6) / 2)) * 1px);height:var(--csize);width:var(--csize);text-align:center;align-content:center;background:var(--incolor,transparent)}*{color:var(--color);user-select:var(--user-select);-moz-user-select:var(--user-select);-webkit-user-select:var(--user-select);margin:0;max-height:100%;box-sizing:border-box}html{font-family:system-ui,sans-serif}html,body{height:100%;width:100%}body{background-color:#1f1f1f;display:flex;flex-direction:column}header{border-bottom:#3a3a3a solid 1px}footer{border-top:#3a3a3a solid 1px}main{position:relative;margin:10px;flex-grow:1}p,a,h1,h2,h3,h4,h5,h6,input,textarea,button{--color:#f4f4f4}textarea,.container{border:1px solid #3a3a3a;background-color:#1a1a1a;border-radius:10px;outline:none;padding:10px;max-width:100%}a{text-decoration:none}.nav_view{position:relative;min-height:100px;background-color:#191919;display:flex;align-content:center;align-items:center}.logo{padding:15px;border-radius:20px;height:100px}::selection{background-color:#ff880020!important}#social{display:flex;gap:5px;align-items:center;justify-content:center;align-content:center;flex-wrap:wrap}footer>div{display:flex;justify-content:space-between;width:100%;gap:15px}footer>div>*{margin:0 15px}@media(max-width:372px){footer>div{justify-content:center!important;align-items:center;align-content:center;flex-direction:column}}@media(max-width:450px) and (min-width:372px),(max-width:200px){#social{display:grid;grid-template-columns:repeat(2,auto)}}