@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);.float-bar .bars,.modal .content .attribute .name,.prices .provider .name,details summary{font-weight:700}@keyframes placeholdersAnimation{0%{transform:translate3d(-30%,0,0)}100%{transform:translate3d(100%,0,0)}}.placeholders.img,.placeholders.text .line{position:relative;overflow:hidden;background:rgba(255,255,255,.1)}.centered .placeholders.img,.centered .placeholders.text .line,.placeholders.img.centered,.placeholders.text .line.centered{margin-left:auto;margin-right:auto}.placeholders.img::before,.placeholders.text .line::before{content:"";position:absolute;top:0;left:0;width:100vw;max-width:1000px;height:100%;background:linear-gradient(to right,transparent 0,rgba(242,242,242,.1) 15%,transparent 30%);animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholdersAnimation;animation-timing-function:linear}.modal,.modal>.dimmer{position:fixed;top:0;left:0;right:0;bottom:0}.placeholders.text .line{height:1em;width:100%;margin-bottom:.5em}.placeholders.text .line:last-child{margin-bottom:0}.placeholders.text .line:nth-child(4n+1){width:80%}.placeholders.text .line:nth-child(4n+2){width:100%}.placeholders.text .line:nth-child(4n+3){width:70%}.placeholders.text .line:nth-child(4n+4){width:85%}.placeholders.img{width:100%;aspect-ratio:4/3}.modal{display:flex;overflow:hidden;z-index:9999}.modal>.dimmer{background:rgba(0,0,0,.6);z-index:9998}.modal>.container{width:800px;box-sizing:content-box;position:relative;margin:auto;padding:4rem;z-index:9999}.modal .close,.modal .last,.modal .next{color:#fff;position:absolute;cursor:pointer}.modal .content .image,.modal .content h2 .quantity{margin-left:.5em;float:right}.modal>.container>.content{padding:2rem;overflow:auto;max-height:calc(100vh - 8rem);background-color:#1D2228;box-shadow:0 3px 14px rgba(0,0,0,.4)}.modal .close{z-index:9999;right:2rem;top:2rem}.modal .last,.modal .next{top:calc(50% - 9.75px)}.modal .close:hover,.modal .last:hover,.modal .next:hover{color:#888}.modal .last{left:2rem}.modal .next{right:2rem}.modal .content h2{margin-top:0}.modal .content .image{width:30%}.modal .content .description{white-space:pre-line}.modal .content .inspect-error b{color:#eb4b4b}.liquid-animating .modal{pointer-events:none}.liquid-animating .modal .content{pointer-events:auto}.logo{width:700px;max-width:100%}.logo svg{width:100%;height:auto}.logo svg #water>path{fill:#9cf}.logo svg>g>use{fill:none;stroke:#9cf;stroke-width:8px}.float-bar{display:flex;flex-direction:column;margin-top:.5em}.float-bar .fn{width:7%}.float-bar .mw{width:8%}.float-bar .ft{width:23%}.float-bar .ww{width:7%}.float-bar .bs{width:55%}.float-bar .bars{position:relative;display:flex;width:100%;align-items:center;height:.6em}.float-bar .bars>*{height:100%}.float-bar .bars .missing{position:absolute;background-color:#282a2e}.float-bar .bars .missing.end{right:0}.float-bar .bars .arrow{position:absolute;width:3px;transform:translateX(-50%);height:1.25em;background-color:#D2D2D2;box-shadow:0 0 6px 0 #1D2228}.float-bar .bars .fn{background-color:#3d818f}.float-bar .bars .mw{background-color:#84b235}.float-bar .bars .ft{background-color:#dfc04a}.float-bar .bars .ww{background-color:#ef8641}.float-bar .bars .bs{background-color:#eb5757}.float-bar .labels{display:flex;text-align:center;margin-top:.5em}.float-bar .labels>*{background-color:#282a2e;border-left:.25em solid #1D2228;border-right:.25em solid #1D2228;padding:.25em 0}.float-bar .labels .fn{border-left:none}.float-bar .labels .bs{border-right:none}.float-bar .top{display:flex;padding-bottom:.2em}.float-bar .top .max,.float-bar .top .min{position:relative;display:flex;width:0;align-items:center;flex-direction:column}.float-bar .top .max::after,.float-bar .top .min::after{content:"";border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.search{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.search .search-input{font-size:1.5em;display:flex;align-items:center;width:400px;max-width:100%}.search .search-input input{flex:1;background:0 0;outline:0;padding:1rem 1.5rem;border:2px solid #D2D2D2;border-right:none;border-radius:2em 0 0 2em;transition:border-radius .2s,border-color .2s}.search .search-input input:focus{border-color:#9cf}.search .search-input input:focus~.search-button{border-left-color:#9cf}.search .search-input .search-button{padding:1rem 1.5rem;border:2px solid #D2D2D2;border-radius:0 2em 2em 0;cursor:pointer;transition:border-color .2s}.prices .provider,.search .results .user{padding:1em;text-decoration:none;display:flex}.search .search-input .search-button:hover{border-color:#9cf}.search .error{width:fit-content;margin:auto}.search .results{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;width:100%}.search .results .user{width:270px;max-width:270px;background-color:#282a2e;align-items:center;column-gap:1em}.search .results .user .placeholders.img,.search .results .user img{width:64px;height:64px;border-radius:.25rem}.search .results .user .info{overflow:hidden;flex:1}.search .results .user .info .id{color:#D2D2D2}.search .results .user .info .id,.search .results .user .info .name{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.search .results .paging{width:100%;display:flex;gap:1rem;justify-content:center;align-items:center}.search .results .paging .last,.search .results .paging .next{color:#9cf;cursor:pointer}.search .results .paging .last:hover,.search .results .paging .next:hover{color:#66b3ff}.prices .provider .value,body,html{color:#D2D2D2}.search .results .paging .last.hidden,.search .results .paging .next.hidden{visibility:hidden}.prices{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5em}.prices .provider{align-items:center;gap:1em;background-color:#282a2e}.prices .provider img{height:2em;width:2em}:root{color-scheme:dark}*{box-sizing:border-box}html{height:100%}body,html{margin:0;font-family:"JetBrains Mono",monospace;font-size:13px;background-color:#1D2228;min-height:100%;display:flex;flex-direction:column}.error,.image{background-color:#282a2e}body.modal-open{overflow:hidden}input,select{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}a,a:visited{color:#9cf;text-decoration:none}a:hover{color:#66b3ff;text-decoration:1px underline;text-underline-position:under}.error{padding:2em;border-top:.25em solid #eb4b4b}footer,main{max-width:calc(1900px + 2rem);margin:auto}main{flex:1;width:100%;padding:1rem}footer{text-align:center;padding:2rem 1rem}h1{padding-bottom:.5em}h1.user-header{display:flex;align-items:center;flex-wrap:wrap;row-gap:.5em;column-gap:1em}h1.user-header .placeholders.img,h1.user-header img{border-radius:.25rem;width:64px;height:64px}h1.user-header .name{flex:1}h1.user-header .profile-link>svg{vertical-align:super;font-size:.5em}h1.user-header .value .sub{text-align:right;font-size:.5em}h1.user-header .value .sub a{text-decoration:none}h1.user-header .reload{cursor:pointer}details{overflow-wrap:break-word;appearance:none}details summary::before{content:"➤";rotate:0deg;font-size:1rem;transition:rotate .2s}details[open] summary::before{rotate:90deg}details:first-child summary{margin-top:0}details summary{font-size:1.5em;margin:1rem 0;display:flex;align-items:center;list-style:none;gap:1rem;flex-wrap:wrap}details summary .name,details summary .placeholders.text{flex:1}.item-grid{display:grid;padding:.5em 0;gap:1em;grid-template-columns:repeat(auto-fill,minmax(min(175px,50% - .5em),1fr))}.item-grid .item>a{color:#D2D2D2}.item-grid .item .name .quantity{float:right;margin-left:.5em}.image{position:relative;margin-bottom:.5em;padding:1em}.image>img{width:100%;aspect-ratio:4/3}.image .rarity-circle{width:1em;height:1em;border-radius:100%;position:absolute;top:.5em;right:.5em}.image .lock{position:absolute;top:.75em;left:.75em;display:flex}.image .charms,.image .stickers{display:grid;grid-gap:.75em;position:absolute;width:100%;left:0;padding:.75em}.image .charms img,.image .stickers img{max-width:100%;object-fit:cover;aspect-ratio:1}.image .stickers{bottom:0;grid-template-columns:repeat(5,1fr)}.image .charms{top:0;direction:rtl;grid-template-columns:repeat(3,1fr)}.rarity-bar{width:100%;height:.25em}.liquid-container{transform:none!important}