.header{display:flex;width:1360px;justify-content:space-between;align-items:center;box-sizing:border-box;padding:.5em 1em}.header .profile{display:flex;align-items:center;gap:.5em;cursor:pointer;z-index:100;text-decoration:none;color:#f1f1f1}.header .profile .avatar{width:25px;height:25px}.header .profile .avatar img{width:100%;height:100%}.header .profile .name p{margin:0;font-size:24px}.header .coins{display:flex;gap:.5em;align-items:center;z-index:100}.header .coins img{width:25px;height:25px}.header .coins p{margin:0;font-size:24px}.header .coins.active{animation:trigger .3s linear infinite}@keyframes trigger{0%{transform:rotate(0)}15%{background-color:red;transform:translate(5px) rotate(5deg)}30%{transform:translateY(5px) rotate(-5deg)}45%{background-color:#f000;transform:translateY(-5px) rotate(5deg)}60%{transform:translate(5px,5px) rotate(-5deg)}75%{background-color:red;transform:translate(-5px,-5px) rotate(5deg)}to{transform:translate(0) rotate(0)}}@media screen and (max-width: 1360px){.header{width:1280px}}@media screen and (max-width: 1280px){.header{width:1100px}}@media screen and (max-width: 1100px){.header{width:800px}}@media screen and (max-width: 800px){.header{width:700px}}@media screen and (max-width: 700px){.header{width:600px}}@media screen and (max-width: 600px){.header{width:500px}}@media screen and (max-width: 500px){.header{width:100%}}.inventory-container{display:grid;justify-content:center;justify-items:center;width:100%;padding-bottom:6em;overflow-y:auto}.inventory-container .inventory-header{margin-top:1em}.inventory-container .inventory-header p{width:100%;font-size:36px;margin:0;text-align:center}.inventory-container .inventory-items{display:flex;justify-content:flex-start;justify-items:center;width:1300px;padding:1em;box-sizing:border-box;gap:.5em;flex-wrap:wrap}.inventory-container .inventory-items .inventory-item{position:relative;width:90px;height:90px;cursor:pointer}.inventory-container .inventory-items .inventory-item .inventory-item-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:105}.inventory-container .inventory-items .inventory-item .inventory-item-level{position:absolute;display:grid;top:calc(100% - 33px);left:calc(100% - 35px);font-size:36px;width:36px;height:36px;color:#ccf;align-content:center;justify-content:end;text-shadow:.04em 0 #000,-.04em 0 #000,0 .04em #000,0 -.04em #000;z-index:1}.inventory-container .inventory-items .inventory-item .inventory-item-level.max-level{color:#fcc051;text-shadow:.04em 0 #000,-.04em 0 #000,0 .04em #000,0 -.04em #000}.inventory-container .inventory-items .inventory-item .animate-icon{width:100%;height:100%}.inventory-container .inventory-items .inventory-item .animate-icon img{width:90%}.inventory-container .inventory-items .inventory-item .empty-item{width:100%;height:100%;border:2px solid #999999}.inventory-container .inventory-items .inventory-item .item-profit{position:absolute;opacity:0;top:10px;left:20px;font-size:24px;color:#f0f;z-index:11}.inventory-container .inventory-items .inventory-item .item-profit.active{animation:disappearance .9s 1 forwards;opacity:1;cursor:auto}.inventory-container .inventory-items .inventory-item.active1 .animate-icon img{animation:bounce1 .1s 1 forwards}.inventory-container .inventory-items .inventory-item.active2 .animate-icon img{animation:bounce2 .1s 1 forwards}@keyframes disappearance{0%{top:10px;opacity:1}to{top:-50px;opacity:0}}@keyframes bounce1{0%{scale:1}50%{scale:1.1}to{scale:1}}@keyframes bounce2{0%{scale:1}50%{scale:1.1}to{scale:1}}@media screen and (max-width: 1360px){.inventory-items{width:1200px!important}}@media screen and (max-width: 1280px){.inventory-items{width:1010px!important}}@media screen and (max-width: 1100px){.inventory-items{width:820px!important}}@media screen and (max-width: 950px){.inventory-items{width:720px!important}}@media screen and (max-width: 800px){.inventory-items{width:630px!important}}@media screen and (max-width: 700px){.inventory-items{width:520px!important}}@media screen and (max-width: 600px){.inventory-header p{font-size:32px!important}.inventory-items{width:420px!important}}@media screen and (max-width: 500px){.inventory-container .inventory-item{width:90px!important;height:90px!important}}@media screen and (max-width: 450px){.inventory-container .inventory-items{width:380px!important}.inventory-container .inventory-items .inventory-item{width:80px!important;height:80px!important}}@media screen and (max-width: 400px){.inventory-container .inventory-header p{font-size:28px!important}.inventory-container .inventory-items{width:300px!important}}@media screen and (max-width: 340px){.inventory-container{padding-bottom:8em}.inventory-container .inventory-items{width:290px!important}}@media screen and (max-width: 300px){.inventory-container .inventory-header p{font-size:24px!important}.inventory-container .inventory-items{width:230px!important}.inventory-container .inventory-items .inventory-item{width:60px!important;height:60px!important}}@media screen and (max-width: 250px){.inventory-container .inventory-header p{font-size:20px!important}.inventory-container .inventory-items{width:200px!important}.inventory-container .inventory-items .inventory-item{width:80px!important;height:80px!important}}.control-bar{position:absolute;bottom:1em;padding:0 1em;box-sizing:border-box;width:100%;gap:1em;display:flex;justify-content:center;overflow:hidden}.control-bar .workshop.active{z-index:205}@media screen and (max-width: 800px){.control-bar{bottom:.5em}.control-bar .button-container{width:200px!important;min-width:200px!important;height:61px!important;min-height:61px!important}.control-bar .button-container .button-bg{width:200px;height:60px}.control-bar .button-container p{font-size:24px}}@media screen and (max-width: 450px){.control-bar{gap:.5em}.control-bar .button-container{width:155px!important;min-width:155px!important;height:47px!important;min-height:47px!important}.control-bar .button-container .button-bg{width:155px;height:47px}.control-bar .button-container p{font-size:20px}}@media screen and (max-width: 340px){.control-bar{display:grid;gap:.5em}}.button-container{position:relative;width:300px;min-width:300px;height:85px;min-height:85px;cursor:pointer;overflow:hidden}.button-container:hover img{filter:brightness(1.1)}.button-container p{position:absolute;margin:0;display:flex;gap:.5em;width:100%;justify-content:center;align-items:center;top:25%;text-align:center;font-size:30px;color:#f1f1f1}.button-container .button-bg{position:absolute;width:300px;height:85px;top:0;left:0;object-fit:cover}.button-container .coin-icon{width:20px;height:20px}._workshop_type{width:150px;min-width:150px;height:43px;min-height:43px}._workshop_type:hover img{filter:brightness(1.1)}._workshop_type .button-bg{width:150px;height:43px}._workshop_type p{top:15%;font-size:20px}._learn_type{z-index:300}._window_type{margin:1em 0}.animate-icon{display:flex;justify-content:center;align-items:center}.down-banner{position:absolute;width:250px;height:50px;bottom:25px;left:-250px;opacity:0;object-fit:cover;box-sizing:border-box;overflow:hidden;transition:.1s;z-index:111}.down-banner img{position:absolute;width:100%;height:100%}.down-banner p{position:absolute;left:20px}.down-banner.showed{opacity:1;left:0}.aura-container{position:absolute;top:0;left:0;width:150px;height:100%;opacity:.3;animation:aura-opacity 1s infinite;overflow:hidden}.aura-container .aura-block{position:absolute;top:-120px;width:100px;overflow:hidden}.aura-container .aura-block img{width:1800px;height:230px;transform:translate(-21px,25px);object-fit:cover;animation:aura-move 1s steps(2) infinite}@keyframes aura-move{0%{transform:translate(-21px,25px)}25%{transform:translate(-499px,25px)}50%{transform:translate(-978px,25px)}75%{transform:translate(-1456px,25px)}to{transform:translate(-1933px,25px)}}@keyframes aura-opacity{0%{opacity:.3}50%{opacity:.4}to{opacity:.3}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{border-radius:2px;background-color:#2b3255}::-webkit-scrollbar-track{display:none}.workshop-container{display:flex;width:1360px;box-sizing:border-box;justify-content:center;flex-wrap:wrap}.workshop-container .header{display:flex;width:100%;box-sizing:border-box;gap:1em}.workshop-container .header img.back-icon{width:40px;height:40px;cursor:pointer}.workshop-container .header img.back-icon:hover{filter:brightness(1.1)}.workshop-container .header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.workshop-container .header.learn-highlight{z-index:300}.workshop-container .workshop-items{display:grid;box-sizing:border-box;padding:1em;gap:1em;width:1360px;grid-template-columns:1fr 1fr;align-items:start;align-content:start;height:calc(100vh - 166px);overflow-y:auto}.workshop-container .workshop-items .workshop-item{position:relative;display:flex;align-items:center;width:100%;padding:1.1em 1.5em;box-sizing:border-box;justify-content:space-between;gap:2em;cursor:pointer;color:#f1f1f1;text-decoration:none}.workshop-container .workshop-items .workshop-item.hide-skill{opacity:.4}.workshop-container .workshop-items .workshop-item:hover{filter:brightness(1.1)}.workshop-container .workshop-items .workshop-item p.learn{position:absolute;margin:0;font-size:16px;text-align:center;left:1.7em;bottom:1em;z-index:5}.workshop-container .workshop-items .workshop-item .skill-img{position:absolute;top:1em;left:1em;z-index:2}.workshop-container .workshop-items .workshop-item .item-background{position:absolute;top:0;left:0;width:100%;height:110px;z-index:0}.workshop-container .workshop-items .workshop-item .animate-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;z-index:1}.workshop-container .workshop-items .workshop-item .animate-icon img{width:90%;height:90%}.workshop-container .workshop-items .workshop-item .price{display:flex;gap:.5em;z-index:1}.workshop-container .workshop-items .workshop-item .price p{margin:0;font-size:20px}.workshop-container .workshop-items .workshop-item .price .coin-icon{width:25px;height:25px}.workshop-container .workshop-items .workshop-item .item-info{flex:1;z-index:1}.workshop-container .workshop-items .workshop-item .item-info p{margin:0}.workshop-container .workshop-items .workshop-item .item-info .name{font-size:28px}.workshop-container .workshop-items .workshop-item .item-info .profit{display:flex;gap:.5em;font-size:18px;align-items:center}.workshop-container .workshop-items .workshop-item .item-info .profit .coin-icon{width:20px;height:20px}.workshop-container .workshop-items .workshop-item .create-block{z-index:1}.workshop-container .workshop-items .learn-item-block{z-index:300}@media screen and (max-width: 1360px){.workshop-container,.workshop-container .workshop-items{width:1280px}.workshop-container .workshop-items .name{font-size:22px!important}}@media screen and (max-width: 1280px){.workshop-container,.workshop-container .workshop-items{width:1100px}}@media screen and (max-width: 1100px){.workshop-container{width:800px}.workshop-container .workshop-items{grid-template-columns:1fr;width:800px}}@media screen and (max-width: 800px){.workshop-container,.workshop-container .workshop-items{width:700px}}@media screen and (max-width: 700px){.workshop-container,.workshop-container .workshop-items{width:600px}}@media screen and (max-width: 600px){.workshop-container,.workshop-container .workshop-items{width:500px}}@media screen and (max-width: 500px){.workshop-container,.workshop-container .workshop-items{width:450px}.workshop-container .workshop-items .workshop-item .learn{left:1.9em!important;bottom:1.3em!important;font-size:13px!important}.workshop-container .workshop-items .workshop-item .animate-icon{width:50px;height:50px}.workshop-container .workshop-items .workshop-item .item-background{height:90px}.workshop-container .workshop-items .workshop-item .item-info .name{font-size:18px!important}.workshop-container .workshop-items .workshop-item ._workshop_type{width:120px;min-width:120px;height:35px;min-height:35px}.workshop-container .workshop-items .workshop-item ._workshop_type .button-bg{width:120px;height:34px}}@media screen and (max-width: 450px){.tab-container{height:41px!important;padding-bottom:0!important}.tab-container .scroll-button{top:7px!important}.tab-container .scroll-button.scroll-button-left{left:1em}.tab-container .scroll-button.scroll-button-right{left:calc(100% - 30px - 1em)}.tab-container .tab-items{gap:5.5em!important}.tab-container .tab-items .tab-item{width:120px!important;min-width:120px!important;height:35px!important}.tab-container .tab-items .tab-item p{left:60px!important}.tab-container .tab-items .tab-item.active{height:43px!important;margin-left:58px}.workshop-container{width:400px}.workshop-container .workshop-items{width:400px;gap:.3em;height:calc(100vh - 145px)}.workshop-container .workshop-items .workshop-item{height:80px}.workshop-container .workshop-items .workshop-item .learn{left:2.6em!important;bottom:1.7em!important;font-size:10px!important}.workshop-container .workshop-items .workshop-item .animate-icon{width:40px;height:40px}.workshop-container .workshop-items .workshop-item .skill-img{width:24px;height:24px}.workshop-container .workshop-items .workshop-item .item-background{height:80px}.workshop-container .workshop-items .workshop-item .coin-icon{width:14px!important;height:14px!important}.workshop-container .workshop-items .workshop-item .item-info .name{font-size:16px!important}.workshop-container .workshop-items .workshop-item .item-info .profit{font-size:12px!important}.workshop-container .workshop-items .workshop-item ._workshop_type{width:90px;min-width:90px;height:28px;min-height:28px}.workshop-container .workshop-items .workshop-item ._workshop_type .button-bg{width:90px;height:27px}.workshop-container .workshop-items .workshop-item ._workshop_type p{font-size:14px}}@media screen and (max-width: 400px){.workshop-container{width:350px}.workshop-container .header p{font-size:26px}.workshop-container .workshop-items{padding:.5em;width:350px}.workshop-container .workshop-items .workshop-item{gap:1em}}@media screen and (max-width: 350px){.workshop-container,.workshop-container .workshop-items{width:300px}.workshop-container .workshop-items .workshop-item{padding:1.1em 1em}.workshop-container .workshop-items .workshop-item .learn{left:1.8em!important}.workshop-container .workshop-items .workshop-item .item-info .name{font-size:14px!important}.workshop-container .workshop-items ._workshop_type{width:72px!important;min-width:72px!important;height:22px!important;min-height:22px!important}.workshop-container .workshop-items ._workshop_type .button-bg{width:72px!important;height:22px!important}.workshop-container .workshop-items ._workshop_type p{font-size:12px!important}}@media screen and (max-width: 300px){.workshop-container,.workshop-container .workshop-items{width:250px}}@media screen and (max-width: 250px){.workshop-container{width:200px}.workshop-container .header p{font-size:22px}.workshop-container .workshop-items{width:200px}}.tab-container{position:relative;width:100%;height:50px;padding:1em;box-sizing:border-box}.tab-container .tab-items{display:grid;gap:7em;height:calc(1360px - 2rem);width:60px;overflow-x:hidden;overflow-y:auto;transform:rotate(-90deg);transform-origin:top left;margin-top:40px}.tab-container .tab-items::-webkit-scrollbar{display:none}.tab-container .tab-items .tab-item{transform:rotate(90deg);transform-origin:top left;position:relative;margin:0 0 0 50px;min-width:150px;width:150px;height:40px;cursor:pointer;box-sizing:border-box}.tab-container .tab-items .tab-item img{position:absolute;height:100%;width:100%}.tab-container .tab-items .tab-item p{position:absolute;margin:0;left:75px;top:20%;transform:translate(-50%)}.tab-container .tab-items .tab-item:hover{filter:brightness(1.1)}.tab-container .tab-items .active{filter:brightness(1.2);height:50px;margin-left:60px}.tab-container .tab-items .active p{transform:translate(calc(-50% + 5px),5px)}.tab-container .tab-items .active img{width:calc(100% + 10px)}.tab-container .scroll-button{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#3b4670;border-radius:5px;border:3px solid #1F1D33;box-sizing:border-box;height:30px;width:30px;z-index:10;top:10px;cursor:pointer}.tab-container .scroll-button img{width:14px}.tab-container .scroll-button-left{transform:rotate(180deg);left:1.3em}.tab-container .scroll-button-right{left:calc(100% - 30px - 1.3em)}@media screen and (max-width: 1360px){.tab-items{height:calc(1280px - 2rem)!important}}@media screen and (max-width: 1280px){.tab-items{height:calc(1100px - 2rem)!important}}@media screen and (max-width: 1100px){.tab-items{height:calc(800px - 2rem)!important}}@media screen and (max-width: 800px){.tab-items{height:calc(700px - 2rem)!important}}@media screen and (max-width: 700px){.tab-items{height:calc(600px - 2rem)!important}}@media screen and (max-width: 600px){.tab-items{height:calc(500px - 2rem)!important}}@media screen and (max-width: 500px){.tab-items{height:calc(450px - 2rem)!important}}@media screen and (max-width: 450px){.tab-items{height:calc(400px - 2rem)!important}}@media screen and (max-width: 400px){.tab-items{height:calc(350px - 2rem)!important}}@media screen and (max-width: 350px){.tab-items{height:calc(300px - 2rem)!important}}@media screen and (max-width: 300px){.tab-items{height:calc(250px - 2rem)!important}}@media screen and (max-width: 250px){.tab-items{height:calc(200px - 2rem)!important}}@media screen and (max-width: 200px){.tab-items{height:calc(150px - 2rem)!important}}@media screen and (max-width: 150px){.tab-items{height:calc(100px - 2rem)!important}}@font-face{font-family:Tiny5;src:url(./Tiny5-Regular-DQ9lhWGJ.ttf)}html,body{margin:0;background-color:#1e1f25}img{-webkit-user-select:none;user-select:none;image-rendering:pixelated}.main-container{position:relative;color:#fff;font-family:Tiny5;height:100vh;display:grid;justify-items:center;align-content:start}.main-container.trigger{animation:triggered .7s ease}@keyframes triggered{0%{background-color:#f006}to{background-color:#f000}}.item-page{width:860px;padding:1em;box-sizing:border-box;overflow-y:auto}.item-page-header{display:flex;width:100%;box-sizing:border-box;gap:1em}.item-page-header img.back-icon{width:40px;height:40px;cursor:pointer}.item-page-header img.back-icon:hover{filter:brightness(1.1)}.item-page-header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.item-page .main-info-block{display:flex;margin-top:1em;width:100%;gap:2em}.item-page .main-info-block .icon{position:relative}.item-page .main-info-block .icon .animate-icon{width:150px;height:150px}.item-page .main-info-block .icon .animate-icon img{width:90%;height:90%}.item-page .main-info-block .icon .profit{display:flex;gap:.5em;font-size:20px;align-items:center;justify-content:center;margin:.5em 0 0}.item-page .main-info-block .icon .profit .coin-icon{width:20px;height:20px}.item-page .main-info-block .icon p.learn{position:absolute;margin:0;font-size:30px;text-align:center;left:.5em;bottom:1em;z-index:5}.item-page .main-info-block .icon .skill-img{position:absolute;width:50px;height:50px;top:-10px;left:-10px;z-index:2;cursor:pointer}.item-page .main-info-block .info{display:grid;gap:.5em;align-content:start}.item-page .main-info-block .info .info-item{display:flex;align-items:center;align-content:center;gap:.5em;margin:0;font-size:24px}.item-page .main-info-block .info .info-item .class{color:#99b;margin:0;cursor:pointer}.item-page .main-info-block .info .info-item span{color:#99b}.item-page .main-info-block .info .info-item .info-formula{display:flex;align-items:center;align-content:center;box-sizing:border-box;gap:.5em}.item-page .main-info-block .info .info-item .info-formula p{margin:0}.item-page .main-info-block .info .info-item .info-formula .coin-block{display:flex;align-items:center;gap:.2em}.item-page .main-info-block .info .info-item .info-formula .coin-block .coin-icon{width:20px;height:20px}.item-page .description-block{display:flex;gap:2em;padding:1em}.item-page .description-block .description-title{font-size:24px;margin:0}.item-page .description-block .description-text{margin:0}.item-page .line-buttons{display:flex;align-items:center;gap:1em;justify-content:space-between}.item-page .line-buttons .create-button{display:flex;align-items:center;gap:1em}.item-page .line-buttons .coin-icon{width:18px;height:18px}@media screen and (max-width: 900px){.item-page{width:760px!important}}@media screen and (max-width: 800px){.item-page{width:700px!important}}@media screen and (max-width: 700px){.item-page{width:600px!important}}@media screen and (max-width: 600px){.item-page{width:500px!important}.item-page-header p{font-size:30px}.item-page .main-info-block .icon .animate-icon{width:110px;height:110px}.item-page .main-info-block .icon .skill-img{width:40px;height:40px}.item-page .main-info-block .profit{font-size:16px!important}.item-page .main-info-block .info .info-item,.item-page .description-block .description-title{font-size:18px}.item-page .description-block .description-text{font-size:14px}}@media screen and (max-width: 500px){.item-page{width:400px!important}.item-page .line-buttons{display:block}.item-page .main-info-block{gap:1em}.item-page .main-info-block .icon .animate-icon{width:90px;height:90px}.item-page .main-info-block .icon .skill-img{width:35px;height:35px}.item-page .description-block{display:grid;padding:1em 0;gap:.5em}.item-page .description-block .description-text{color:#c1c1c6}}@media screen and (max-width: 400px){.item-page{width:350px!important}.item-page-header p{font-size:26px!important}.item-page .main-info-block{display:grid;justify-content:center;justify-items:center;gap:.5em}.item-page .main-info-block .info{width:100%}.item-page .main-info-block .info .info-item{width:100%;justify-content:space-between}.item-page .main-info-block .icon .animate-icon{width:200px;height:200px}.item-page .main-info-block .icon .skill-img{width:60px;height:60px}.item-page .description-block{display:grid;padding-bottom:1em;padding-top:1.5em;gap:.5em}.item-page .description-block .description-title{font-size:28px;text-align:center}.item-page .description-block .description-text{text-align:justify}.item-page .control-block{display:grid!important;justify-content:center}}@media screen and (max-width: 350px){.item-page{width:300px!important}.item-page .button-container p{font-size:18px!important}.item-page .create-button{display:block!important}.item-page .create-button p{width:100%;text-align:center;margin:0 0 1em}}@media screen and (max-width: 300px){.item-page{width:250px!important}.item-page-header .back-icon{width:30px!important;height:30px!important}.item-page-header p{font-size:20px!important}.item-page .main-info-block .icon .animate-icon{width:150px;height:150px}.item-page .main-info-block .icon .skill-img{width:45px;height:45px}.item-page .main-info-block .info-item{font-size:15px!important}.item-page .description-block .description-title{font-size:22px}.item-page .description-block .description-text{text-align:justify;font-size:12px}.item-page .control-block{display:grid!important;justify-content:center}}@media screen and (max-width: 250px){.item-page{padding:0;width:200px!important}}.window-container{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#0008;z-index:99}.window-container.window-learn-screen{position:initial;background-color:transparent;z-index:301}.window-container .window-block{position:absolute;top:50%;left:50%;width:400px;height:400px;transform:translate(-50%,-50%);z-index:110}.window-container .window-block .window-block-background{position:absolute;top:0;left:0;width:100%;height:100%}.window-container .window-block .window-block-close{position:absolute;top:0;right:0;cursor:pointer;z-index:111}.window-container .window-block .window-block-close:hover{filter:brightness(1.1)}.window-container .window-block .window-content{position:absolute;top:1em;left:1em;right:1em;bottom:1em}.window-container .window-block .window-content .window-header{display:flex;width:100%;align-items:center;box-sizing:border-box;padding:1.3em}.window-container .window-block .window-content .window-header p{flex:1;margin:0;font-size:24px;text-align:center}.window-container .window-block .window-content .window-header img{position:absolute;cursor:pointer}.window-container .window-block .window-content .window-body{display:grid;justify-content:center;justify-items:center;align-content:space-between;height:285px}.window-container .window-block .window-content .window-body .main-icon{display:grid;width:100px;height:100px}.window-container .window-block .window-content .window-body .main-icon .animate-icon img{width:90%;height:90%}.window-container .window-block .window-content .window-body .main-icon .animate-delete{position:absolute;width:100px;height:100px}.window-container .window-block .window-content .window-body .main-icon .animate-delete img{width:100%;height:100%;object-fit:cover;object-position:-100px;animation:anim-delete 1s steps(8) forwards}.window-container .window-block .window-content .window-body .delete-line,.window-container .window-block .window-content .window-body .accept-line{text-align:center;padding:0 1em}.window-container .window-block .window-content .window-body .level-line{margin:.3em 0;text-align:center}.window-container .window-block .window-content .window-body .profit-line{display:flex;gap:.5em;align-items:center;flex-wrap:wrap;justify-content:center;margin:0}.window-container .window-block .window-content .window-body .profit-line .coin-icon{width:20px;height:20px}.window-container .window-block .window-content .window-body .profit-line p{margin:0;color:#c1c1c1}.window-container .window-block .window-content .window-body .profit-line .formula-item{display:grid;width:30px;height:30px}.window-container .window-block .window-content .window-body .profit-line .formula-item img{width:90%;height:90%}.window-container .window-block .window-content .window-body .profit-line .plus{margin:0;color:#888;font-size:24px}.window-container .window-block .window-content .empty-body{align-content:flex-start;justify-items:start;gap:.7em}.window-container .window-block .window-content .empty-body .empty-body-ctg-item{margin:0;text-align:left;font-size:24px;width:250px}.window-container .window-block .window-content .empty-body .empty-body-items-item{cursor:pointer}.window-container .window-block .window-content .empty-body.all-items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;box-sizing:border-box;flex-wrap:wrap;padding:0 1em 1em;gap:.7em;width:360px;height:280px;overflow-y:auto}.window-container .window-block .window-content .empty-body.all-items .animate-icon{display:flex;align-content:center}.window-container .window-block .window-content .empty-body.all-items .animate-icon img{width:50px;height:50px}@keyframes anim-delete{0%{object-position:0}to{object-position:-800px}}@media screen and (max-width: 480px){.window-container .window-block{width:350px}.window-container .window-block .window-content .empty-body.all-items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:310px}}@media screen and (max-width: 400px){.window-container .window-block{width:300px;height:350px}.window-container .window-block .window-content .window-header{padding:1em}.window-container .window-block .window-content .window-body,.window-container .window-block .window-content .chest-body{height:260px}.window-container .window-block .window-content .empty-body.all-items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:260px;height:250px}.window-container .window-block .window-content .empty-body.all-items .animate-icon{display:flex;align-content:center}.window-container .window-block .window-content .empty-body.all-items .animate-icon img{width:43px;height:43px}}.chest-body{display:grid;justify-content:center;justify-items:center;height:285px}.chest-body .main-icon{display:grid}.chest-body .main-icon .animate-icon img{width:100%;height:100%}.chest-body .main-icon.open{width:90px;height:90px}.chest-body .main-icon.closed{width:120px;height:120px}.chest-body .main-icon .prize-place{position:absolute}.chest-body .main-icon .prize-place img{position:absolute;animation:spring 1s forwards}.chest-body .main-icon .prize-place .prize-place-item-0{animation:levitation 1.5s 0s ease-in-out forwards infinite}.chest-body .main-icon .prize-place .prize-place-item-0 img{width:35px;height:35px;top:10px;left:20px}.chest-body .main-icon .prize-place .prize-place-item-1{animation:levitation 1.5s .3s ease-in-out forwards infinite}.chest-body .main-icon .prize-place .prize-place-item-1 img{width:45px;height:45px;top:40px;left:0}.chest-body .main-icon .prize-place .prize-place-item-2{animation:levitation 1.5s .6s ease-in-out forwards infinite}.chest-body .main-icon .prize-place .prize-place-item-2 img{width:35px;height:35px;top:25px;left:45px}.chest-body .link-to-list-items{display:flex;align-items:center;gap:1em;cursor:pointer;margin:1em}.chest-body .link-to-list-items:hover{filter:brightness(1.1)}.chest-body .link-to-list-items p{margin:0}.chest-body .prize-list-container{display:grid;width:250px;height:100%;overflow-y:auto;align-items:flex-start;align-content:flex-start}.chest-body .prize-list-container .prize-title{display:grid;align-items:center;justify-content:center;margin:.5em 0 0;gap:1em;font-size:24px}.chest-body .prize-list-container .prize-list{display:grid}.chest-body .prize-list-container .prize-list .prize-item{display:flex;align-items:center;gap:1em}.chest-body .prize-list-container .prize-list .prize-item img{width:30px;height:30px}.chest-body .button-container{margin-top:0}@keyframes spring{0%{transform:scale(0)}30%{transform:scale(1.6)}to{transform:scale(1)}}@keyframes levitation{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(0)}}.profile-container{margin-top:1em;width:790px}.profile-container .profile-page-header{width:100%;box-sizing:border-box;gap:1em;display:flex;justify-content:space-between}.profile-container .profile-page-header img.back-icon{width:40px;height:40px;cursor:pointer}.profile-container .profile-page-header img.back-icon:hover{filter:brightness(1.1)}.profile-container .profile-page-header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.profile-container .profile-page-header .left-block,.profile-container .profile-page-header .right-block{display:flex;gap:1em}.profile-container .profile-page-header .right-block p{font-size:18px}.profile-container .profile-page-body{padding:1em;display:grid}.profile-container .profile-page-body .profile-page-main-info{display:flex;gap:1em}.profile-container .profile-page-body .profile-page-main-info .profile-image img{width:100px;height:100px;object-fit:cover;image-rendering:auto}.profile-container .profile-page-body .profile-page-main-info .main-discription .profile-info-item{font-size:28px}.profile-container .profile-page-body .profile-page-main-info .main-discription .achievements-line{display:flex;gap:1em}.profile-container .profile-page-body .profile-page-main-info .main-discription .achievements-line a,.profile-container .profile-page-body .profile-page-main-info .main-discription .achievements-line div{display:flex;align-items:center;gap:.5em;color:#99a;text-decoration:none}.profile-container .profile-page-body .profile-page-main-info .main-discription .achievements-line a img,.profile-container .profile-page-body .profile-page-main-info .main-discription .achievements-line div img{width:20px;height:20px;object-fit:contain}.profile-container .profile-page-body .profile-page-extra-info{display:grid;padding:1em;box-sizing:border-box;gap:1em}.profile-container .profile-page-body .profile-info-item{display:flex;align-items:center;gap:.5em;font-size:24px}.profile-container .profile-page-body .profile-info-item p{margin:0}.profile-container .profile-page-body .profile-info-item .value{color:#99a}.profile-container .profile-page-body .profile-info-item .coin-icon{width:25px;height:25px}@media screen and (max-width: 800px){.profile-container{width:690px}}@media screen and (max-width: 700px){.profile-container{width:590px}.profile-container .profile-page-header .left-block p{font-size:28px}}@media screen and (max-width: 600px){.profile-container{width:490px}}@media screen and (max-width: 500px){.profile-container{width:390px}.profile-container .profile-page-body .profile-info-item .title,.profile-container .profile-page-body .profile-info-item .value{font-size:22px}}@media screen and (max-width: 400px){.profile-page-header .back-icon{width:30px!important;height:30px!important}.profile-page-header .left-block p{font-size:24px!important}.profile-page-header .right-block ._workshop_type{min-width:130px;width:130px;height:34px}.profile-page-header .right-block ._workshop_type img{width:130px;height:34px}.profile-page-header .right-block p{font-size:16px!important}.profile-container{width:90%}}@media screen and (max-width: 330px){.profile-container .profile-page-header{display:grid!important}.profile-container .profile-page-header .right-block{display:grid!important;justify-content:center}.profile-container .profile-page-header .right-block ._workshop_type{min-width:150px;width:150px;height:43px}.profile-container .profile-page-header .right-block ._workshop_type img{width:150px;height:43px}.profile-container .profile-page-header .right-block p{font-size:18px!important}.profile-image img{width:80px!important;height:80px!important}.profile-page-extra-info{gap:.5em!important}.profile-page-extra-info .coin-icon{width:20px!important;height:20px!important}.profile-page-extra-info .skill-icon{width:26px!important;height:26px!important}.achievements-line p{margin:.5em 0}.achievements-line img{width:15px!important;height:15px!important}.profile-info-item .title,.profile-info-item .value{font-size:16px!important}}.newskill-container{display:grid;justify-items:center;justify-content:center}.newskill-container .newskill-title{font-size:28px;text-align:center}.newskill-container .newskill-image{position:relative}.newskill-container .newskill-image .newskill-main-img{width:100px;height:100px}.newskill-container .newskill-image .aura-container{top:10px;overflow:visible}.newskill-container .newskill-name{padding:.5em}@media screen and (max-width: 400px){.newskill-title p{font-size:24px}.newskill-container .button-container{width:250px!important;min-width:250px!important;height:76px!important}.newskill-container .button-container img{width:250px!important;height:76px!important}}.skill-container{width:860px;margin-top:1em}.skill-container .profile-page-header{display:flex;width:100%;box-sizing:border-box;gap:1em}.skill-container .profile-page-header img.back-icon{width:40px;height:40px;cursor:pointer}.skill-container .profile-page-header img.back-icon:hover{filter:brightness(1.1)}.skill-container .profile-page-header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.skill-container span{color:#999}.skill-container .skill-main-info{display:flex;gap:1em;font-size:24px;margin-top:1em}.skill-container .skill-main-info p{margin:.5em}.skill-container .skill-main-info img{width:100px;height:100px}.skill-container .skill-main-discription{font-size:21px}@media screen and (max-width: 960px){.skill-container{width:90%!important}}@media screen and (max-width: 500px){.skill-container .profile-page-header p{font-size:28px!important}.skill-container .skill-main-info,.skill-container .skill-main-discription{font-size:18px!important}}@media screen and (max-width: 400px){.skill-container .profile-page-header p{font-size:24px!important}.skill-container .skill-main-info img{width:70px!important;height:70px!important}}.learn-screen{position:absolute;top:0;left:0;right:0;height:100%;z-index:200;display:grid;padding:2em;box-sizing:border-box;align-content:center;justify-content:center;justify-items:center}.learn-screen .learn-block-container{display:grid;padding:2em;box-sizing:border-box;align-content:center;justify-content:center;justify-items:center}.learn-screen.hide-screen-light{background-color:#0000}.learn-screen.hide-screen-light .learn-block-container{background-color:#000d}.learn-screen.hide-screen-base{background-color:#0009}.learn-screen.hide-screen-dark{background-color:#000d}.learn-screen .create-item-price{position:absolute;display:flex;align-items:center;top:calc(50% + 113px);left:50%;transform:translate(-50%);width:146px;min-width:146px;max-width:146px}.learn-screen .create-item-price.create-staff{top:calc(50% + 118px)}.learn-screen .create-item-price.nostaff{width:231px;min-width:231px;max-width:231px}.learn-screen .create-item-price .coin{width:20px;margin:0 .5em}.learn-screen .create-item-price .plus{margin:0 .3em;font-size:24px}.learn-screen .create-item-price .staff{width:30px;border:2px solid rgb(57,181,74);box-sizing:border-box}.learn-screen p.intro-style{width:400px;text-align:center;margin:.5em;font-size:16px}.learn-screen p.intro-style.big-p{font-size:36px}.learn-screen p.intro-style.discr-p{color:#ccc}.learn-screen .learn-button{padding:.5em 1em;margin-top:1em;background-color:#ddd;border-radius:7px;text-align:center;font-size:22px;box-sizing:border-box;color:#555;cursor:pointer}.learn-screen .learn-button:hover{background-color:#fff}@media screen and (max-width: 500px){.learn-screen .intro-style{width:300px!important}.learn-screen .big-p{font-size:30px!important}.learn-screen .discr-p{font-size:14px!important}}@media screen and (max-width: 400px){.learn-screen .create-item-price{top:calc(50% + 108px)!important}.learn-screen .create-item-price.nostaff{top:calc(50% + 112px)!important}}@media screen and (max-width: 350px){.learn-screen .intro-style{width:90%!important}.learn-screen .big-p{font-size:26px!important}.learn-screen .discr-p{font-size:12px!important}.learn-screen .learn-button{font-size:16px}}.achievement-container{width:860px}.achievement-container .achievement-page-header{display:flex;width:100%;box-sizing:border-box;gap:1em}.achievement-container .achievement-page-header img.back-icon{width:40px;height:40px;cursor:pointer}.achievement-container .achievement-page-header img.back-icon:hover{filter:brightness(1.1)}.achievement-container .achievement-page-header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.achievement-container .achievement-items{display:grid;gap:1em;margin:2em 0}.achievement-container .achievement-items .achievement-item{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1.5em;box-sizing:border-box;gap:1em;opacity:.5}.achievement-container .achievement-items .achievement-item p{margin:0}.achievement-container .achievement-items .achievement-item .pocket-icon{display:flex;font-size:32px;gap:.5rem;align-items:center}.achievement-container .achievement-items .achievement-item .achievement-item-bg{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.achievement-container .achievement-items .achievement-item .achievement-item-text{display:grid;flex:1;z-index:1}.achievement-container .achievement-items .achievement-item .achievement-item-text .name{font-size:26px}.achievement-container .achievement-items .achievement-item .achievement-item-text .description{color:#a1a1a1}.achievement-container .achievement-items .achievement-item .achievement-item-text .prize{display:flex;align-items:center;gap:.5em}.achievement-container .achievement-items .achievement-item .achievement-item-text .prize .coin-icon{width:25px;height:25px}.achievement-container .achievement-items .achievement-item .achievement-item-icon{width:100px;height:100px;z-index:1}.achievement-container .achievement-items .achievement-item .completed-text{font-size:20px;z-index:1}.achievement-container .achievement-items .achievement-item.completed{opacity:1}.achievement-container .achievement-items .achievement-item.completed .completed-text{color:#2ab12a}.pocket-container{width:860px}.pocket-container .pocket-header{display:flex;width:100%;box-sizing:border-box;gap:1em}.pocket-container .pocket-header img.back-icon{width:40px;height:40px;cursor:pointer}.pocket-container .pocket-header img.back-icon:hover{filter:brightness(1.1)}.pocket-container .pocket-header p{width:100%;font-size:36px;margin:0;box-sizing:border-box}.pocket-container span{color:#999}.pocket-container .pocket-main-info{display:flex;gap:.5em;font-size:24px;margin-top:1em}.pocket-container .pocket-main-info p{margin:.5em}.pocket-container .pocket-main-info img{width:100px;height:100px}.pocket-container .pocket-main-info .pocket-discription{font-size:18px}@media screen and (max-width: 900px){.pocket-container,.achievement-container{width:700px}}@media screen and (max-width: 730px){.pocket-container,.achievement-container{width:600px}}@media screen and (max-width: 630px){.achievement-container{width:500px}.achievement-container .achievement-item .achievement-item-text .name{font-size:22px!important}.achievement-container .achievement-item .achievement-item-text .description{font-size:13px!important}.achievement-container .achievement-item .achievement-item-text .prize{font-size:14px!important}.achievement-container .achievement-item .achievement-item-text .prize .coin-icon{width:20px!important;height:20px!important}.achievement-container .achievement-item .achievement-item-text .prize .pocket-icon img{width:25px!important;height:25px!important}.achievement-container .achievement-item .completed-text{font-size:18px!important}.achievement-container .achievement-item .achievement-item-icon{width:90px!important;height:90px!important}.pocket-container{width:500px}.pocket-container .pocket-header p{font-size:26px}.pocket-container .pocket-header img.back-icon{width:37px;height:37px}.pocket-container .pocket-main-info{font-size:22px}.pocket-container .pocket-main-info img{width:90px;height:90px}.pocket-container .pocket-main-info .pocket-discription{font-size:16px}}@media screen and (max-width: 530px){.achievement-container{width:400px}.achievement-container .achievement-items{gap:.7em;margin-top:1em!important}.achievement-container .achievement-page-header p{font-size:26px!important}.achievement-container .achievement-page-header img.back-icon{width:37px;height:37px}.achievement-container .achievement-item .completed-text{position:absolute;transform:rotate(90deg);font-size:12px!important;right:-20px;top:55px;text-align:right}.achievement-container .achievement-item .achievement-item-icon{width:70px!important;height:70px!important}.pocket-container{width:400px}.pocket-container .pocket-header p{font-size:24px}.pocket-container .pocket-header img.back-icon{width:35px;height:35px}.pocket-container .pocket-main-info{font-size:20px}.pocket-container .pocket-main-info img{width:80px;height:80px}.pocket-container .pocket-main-info .pocket-discription{font-size:16px}}@media screen and (max-width: 430px){.achievement-container{width:90%}.achievement-container .achievement-items{gap:.5em;margin-top:.7em!important}.achievement-container .achievement-page-header p{font-size:24px!important}.achievement-container .achievement-page-header img.back-icon{width:35px;height:35px}.achievement-container .achievement-item{padding:.7em!important;gap:.5em!important}.achievement-container .achievement-item .achievement-item-text .name{font-size:16px!important}.achievement-container .achievement-item .achievement-item-text .description{font-size:10px!important}.achievement-container .achievement-item .achievement-item-text .prize{font-size:12px!important}.achievement-container .achievement-item .achievement-item-text .prize .coin-icon{width:17px!important;height:17px!important}.achievement-container .achievement-item .achievement-item-text .prize .pocket-icon p{font-size:18px}.achievement-container .achievement-item .achievement-item-text .prize .pocket-icon img{width:20px!important;height:20px!important}.achievement-container .achievement-item .completed-text{display:none}.achievement-container .achievement-item .achievement-item-icon{width:50px!important;height:50px!important}.pocket-container{width:90%}.pocket-container .pocket-header p{font-size:22px}.pocket-container .pocket-header img.back-icon{width:33px;height:33px}.pocket-container .pocket-main-info{font-size:16px;display:grid}.pocket-container .pocket-main-info img{width:100px;height:100px}.pocket-container .pocket-main-info .pocket-discription{font-size:16px}}.new-achievement-container{position:absolute;display:flex;gap:1em;width:800px;height:125px;top:-150px;left:calc(50% - 400px);padding:2em;box-sizing:border-box;align-items:center;align-content:center;transition:.3s;z-index:9999}.new-achievement-container.active{top:0}.new-achievement-container .new-achievement-bg{top:0;left:0;position:absolute;width:100%;height:97%;z-index:-1}.new-achievement-container .new-achievement-icon{width:80px;height:80px}.new-achievement-container .new-achievement-text{display:flex;align-items:center;justify-content:space-between;flex:1}.new-achievement-container .new-achievement-text p{margin:0}.new-achievement-container .new-achievement-text .left-block .text-title{color:#c1c1c1}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:32px}.new-achievement-container .new-achievement-text .right-block{display:flex;margin-right:1em;align-items:center;gap:.5em;font-size:20px}.new-achievement-container .new-achievement-text .right-block .text-prize-coins{display:flex;align-items:center;gap:.3em}.new-achievement-container .new-achievement-text .right-block .text-prize-coins img{width:25px;height:25px}.new-achievement-container .new-achievement-text .right-block .text-prize-extra{display:flex;align-items:center;color:#c1c1c1;font-size:24px;gap:.3em}.new-achievement-container .new-achievement-text .right-block .text-prize-extra img{width:35px;height:35px}@keyframes appearanceFromTop{0%{top:-150px}to{top:0}}@media screen and (max-width: 800px){.new-achievement-container{width:700px!important;left:calc(50% - 350px)}}@media screen and (max-width: 720px){.new-achievement-container{width:600px!important;left:calc(50% - 300px)}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:24px}.new-achievement-container .new-achievement-text .right-block{font-size:16px}}@media screen and (max-width: 620px){.new-achievement-container{width:500px!important;padding:26px;left:calc(50% - 250px)}.new-achievement-container .new-achievement-text .left-block .text-title{font-size:14px}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:20px}.new-achievement-container .new-achievement-text .right-block{font-size:14px}}@media screen and (max-width: 520px){.new-achievement-container{width:400px!important;left:calc(50% - 200px);gap:.5em}.new-achievement-container .new-achievement-icon{width:60px;height:60px}.new-achievement-container .new-achievement-text .left-block .text-title{font-size:14px}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:20px}.new-achievement-container .new-achievement-text .right-block{display:block;font-size:14px}.new-achievement-container .new-achievement-text .right-block .text-prize-title{text-align:center}.new-achievement-container .new-achievement-text .right-block .text-prize-coins img{width:20px;height:20px}}@media screen and (max-width: 420px){.new-achievement-container{width:300px!important;padding:26px 16px;height:100px;left:calc(50% - 150px);gap:.5em}.new-achievement-container .new-achievement-icon{width:50px;height:50px}.new-achievement-container .new-achievement-text .left-block .text-title{font-size:12px}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:16px}.new-achievement-container .new-achievement-text .right-block{display:block;font-size:12px}.new-achievement-container .new-achievement-text .right-block .text-prize-title{text-align:center}.new-achievement-container .new-achievement-text .right-block .text-prize-coins img{width:20px;height:20px}}@media screen and (max-width: 320px){.new-achievement-container{width:90%!important;padding:26px 16px;height:100px;left:5%;gap:.5em}.new-achievement-container .new-achievement-icon{width:45px;height:45px}.new-achievement-container .new-achievement-text .left-block .text-title{font-size:10px}.new-achievement-container .new-achievement-text .left-block .text-name{font-size:14px}.new-achievement-container .new-achievement-text .right-block{display:block;font-size:10px}.new-achievement-container .new-achievement-text .right-block .text-prize-title{text-align:center}.new-achievement-container .new-achievement-text .right-block .text-prize-coins img{width:20px;height:20px}}.error-container{display:grid;justify-items:center}.error-container img{width:100px;height:100px}.error-container p{text-align:center;font-size:24px}.error-container a{color:#99a;text-decoration:none}
