@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap";:root{--background-primary: var($background-primary);--text-primary: var($text-primary);--text-secondary: var($text-secondary);--text-tertiany: var($text-tertiany);--confirm: var($confirm);--decline: var($decline);--outline-color: var($outline-color);--primary: var($primary);--error: var($error)}.header{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%;flex-direction:column}.header .section-1{width:100%;border-bottom:1px solid rgba(0,0,0,.38)}.header .section-2{padding:.25em 0;width:100%;font-size:.85em;font-weight:lighter;color:#00000061}.header .section-2 a{margin:0 1em;padding:.25em 0}.header .section-2 a.active{border-bottom:2px solid #FFB92A;color:#7c7c7c}.header .section-2 a:hover{border-bottom:2px solid rgba(255,185,42,.5);cursor:pointer}.page{display:flex;width:100%;flex-flow:column;flex:1 1 auto}.page .page-content{display:flex;flex:1 1 auto;justify-content:center;align-items:center}.page .page-footer{display:flex}.page .page-footer .page-footer-left{display:flex;flex:1 1 auto;justify-content:flex-start;align-items:center;padding:.5em}.page .page-footer .page-footer-right{display:flex;flex:1 1 auto;justify-content:flex-end;align-items:center;padding:.5em}.results-list{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:100%}@media (max-width: 920px){.results-list{display:block}.results-list .results-entry{width:calc(100% - 2.5em)!important}}.results-list .results-entry{padding:.75em;background:var(--background-tertiany);color:var(--text-primary);border-radius:.5em;display:inline-block;margin:.5em;width:300px}.results-list .results-entry:hover{outline:2px solid var(--outline-color);background-color:brighten(var(--background-tertiany),50%)}.results-list .results-entry .head-skin{vertical-align:top;display:inline-block;width:64px;border-radius:.5em}.results-list .results-entry .text{display:inline-block;vertical-align:top}.results-list .results-entry .text .name{display:block;font-family:Minecraft,monospace;margin-left:.7em;margin-bottom:.5em}.results-list .results-entry .text .sub{display:block;font-family:Minecraft,monospace;margin-left:.8em;font-size:.8em}.results-box{padding:0 2em}.results-box .summary{padding:.75em 1em;border-radius:.25em;position:relative;display:block;width:auto;color:var(--text-primary);background-color:var(--outline-color);font-family:monospace;font-weight:300;font-size:1em;letter-spacing:.05em}.results-box .summary #length{display:inline-block;margin-right:4px;color:var(--text-primary)}.results-box .summary #query{display:inline-block;font-weight:700;font-size:.75em;margin-left:4px;color:#fff;background-color:#0006;padding:.2em .4em .4em;border-radius:4px}.results-placeholder{padding:1.25em;background:var(--background-tertiany);color:var(--text-primary);display:inline-block;width:15%;margin:.45em;animation-name:placeholder;animation-duration:2s;animation-iteration-count:infinite}@keyframes placeholder{0%{opacity:.05}75%{opacity:.55}to{opacity:.05}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--background-tertiany);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--text-tertiany);border-radius:10px}.app{display:flex;width:100%;height:100%}.full-page-loading .text{position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);z-index:1}.full-page-loading .text.large{font-size:2em}.full-page-loading svg{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}html,#root{height:100%}.App{display:flex;justify-content:space-around;flex-direction:row;align-items:center}body{background:var(--background-primary);color:var(--text-secondary);font-family:Roboto,monospace;margin:0;padding:0;width:100%;height:100%;border-radius:12px}a:link,a:visited{color:inherit;text-decoration:none}a:link.style,a:visited.style{color:var(--confirm)}.document-styles{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.ranks{display:flex}.p-body-header{width:100%;margin:1em 0}.p-body-header .p-title{display:flex;flex-wrap:wrap;align-items:center;max-width:100%;margin-bottom:-5px}.p-body-header .p-title-value{color:#ffb92a;position:relative;padding:0;margin:0 auto 5px 0;font-size:24px;font-weight:400;min-width:0}.store-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;border-radius:.5rem;background-color:#232b3e;border-bottom:4px solid rgba(0,0,0,.5)!important;transition:all .2s ease-in-out}.store-item:hover{cursor:pointer;background-color:#313e58;border-bottom:4px solid rgba(0,0,0,.15)!important}.store-item-icon,.store-item-icon img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.store-item-name{color:#fff;margin-top:1rem;font-size:1.25rem;font-weight:500;text-align:center}.store-item-price{color:#ffffff80;margin-top:.5rem;font-size:1.25rem;font-weight:500;text-align:center}div.btn{width:12em;text-align:center;font-size:.5em;color:#fff;background:var(--background-secondary);border:1px solid var(--background-secondary);cursor:pointer;margin:2em;font-family:Karla,sans-serif;font-weight:600;color:#232b3e;border-radius:4px;padding:20px 30px;font-size:16px}div.btn.primary{background:#FFB92A;border:1px solid #FFB92A}div.btn.danger{background:#c75e5e;border:1px solid #c75e5e}div.btn.action{background:#5e9dc7;border:1px solid #5e9dc7}div.btn.confirm{background:#5ec763;border:1px solid #5ec763}div.btn.warn{background:#c7a05e;border:1px solid #c7a05e}div.btn.disabled{opacity:.5;cursor:not-allowed}div.btn.loading{color:transparent;border:1px solid transparent;cursor:not-allowed}div.btn.loading:after{content:"";position:absolute;margin:-.25% -1%;width:1.5em;height:1.5em;border-radius:50%;border:2px solid white;border-top-color:transparent;animation:spin 1s cubic-bezier(.14,.6,1,1) infinite}div.btn.outline{background:transparent;color:var(--background-secondary)}div.btn.outline:active{color:#fff!important;background:#FFB92A;transition:.25s ease-in-out}div.btn.outline:active:after{transform:translate(-50%) translateY(-50%) scale(1.1);transition:opacity .1s,transform .1s;transition-delay:0s;opacity:1}div.btn.outline.primary{color:#ffb92a}div.btn.outline.danger{color:#c75e5e}div.btn.outline.action{color:#5e9dc7}div.btn.outline.confirm{color:#5ec763}div.btn.outline.warn{color:#c7a05e}div.btn.outline.loading{color:transparent;background:red;border:1px solid transparent;cursor:not-allowed}div.btn.outline.loading:after{border:2px solid var(--background-secondary);border-top-color:transparent;animation:btn-outline-click 1s linear infinite}@keyframes spin{0%{transform:scale(.8) rotate(0)}to{transform:scale(.8) rotate(360deg)}}@keyframes btn-outline-click{0%{background:transparent;color:var(--background-secondary)}50%{background:var(--background-secondary);color:#fff}to{background:transparent;color:var(--background-secondary)}}div.btn:hover{opacity:.85}div.btn:active{opacity:.65}
