.profile-page{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--lightColor)}.profile-page>img{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover;position:fixed;top:0;left:0;z-index:-1}.profile-page-container{display:flex;width:100%;height:700px;max-width:1200px;margin:50px auto;gap:25px}.user-profile-left,.user-profile-right{width:100%;flex-grow:1;position:relative;background:var(--darkColor)}.user-profile-left>div,.user-profile-right>div{font-family:var(--tertiaryFont);width:100%;height:100%;padding:15px;display:flex;flex-direction:column;justify-content:space-between}.user-profile-center{width:auto;display:flex;flex-direction:column;justify-content:center;gap:25px}.profile-page[data-active-section] .user-profile-sections [data-section] img,.profile-page[data-active-section] .user-profile-sections [data-section] p{opacity:.6}.profile-page[data-active-section=user-info] .user-profile-sections [data-section=user-info],.profile-page[data-active-section=shop] .user-profile-sections [data-section=shop],.profile-page[data-active-section=achievements] .user-profile-sections [data-section=achievements],.profile-page[data-active-section=ranking] .user-profile-sections [data-section=ranking],.profile-page[data-active-section=fights-log] .user-profile-sections [data-section=fights-log],.profile-page[data-active-section=army] .user-profile-sections [data-section=army],.profile-page[data-active-section=war] .user-profile-sections [data-section=army]{pointer-events:none}.profile-page[data-active-section=user-info] .user-profile-sections [data-section=user-info] img,.profile-page[data-active-section=user-info] .user-profile-sections [data-section=user-info] p,.profile-page[data-active-section=shop] .user-profile-sections [data-section=shop] img,.profile-page[data-active-section=shop] .user-profile-sections [data-section=shop] p,.profile-page[data-active-section=achievements] .user-profile-sections [data-section=achievements] img,.profile-page[data-active-section=achievements] .user-profile-sections [data-section=achievements] p,.profile-page[data-active-section=ranking] .user-profile-sections [data-section=ranking] img,.profile-page[data-active-section=ranking] .user-profile-sections [data-section=ranking] p,.profile-page[data-active-section=fights-log] .user-profile-sections [data-section=fights-log] img,.profile-page[data-active-section=fights-log] .user-profile-sections [data-section=fights-log] p,.profile-page[data-active-section=war] .user-profile-sections [data-section=army] img,.profile-page[data-active-section=war] .user-profile-sections [data-section=army] p,.profile-page[data-active-section=army] .user-profile-sections [data-section=army] img,.profile-page[data-active-section=army] .user-profile-sections [data-section=army] p,.profile-page[data-active-section=ranking] .user-profile-sections [data-section=more-sections] img,.profile-page[data-active-section=ranking] .user-profile-sections [data-section=more-sections] p,.profile-page[data-active-section=fights-log] .user-profile-sections [data-section=more-sections] img,.profile-page[data-active-section=fights-log] .user-profile-sections [data-section=more-sections] p,.profile-page[data-active-section=achievements] .user-profile-sections [data-section=more-sections] img,.profile-page[data-active-section=achievements] .user-profile-sections [data-section=more-sections] p,.profile-page[data-active-section=army] .user-profile-sections [data-section=more-sections] img,.profile-page[data-active-section=army] .user-profile-sections [data-section=more-sections] p .profile-page[data-active-section=war] .user-profile-sections [data-section=more-sections] img,.profile-page[data-active-section=war] .user-profile-sections [data-section=more-sections] p{opacity:1}.user-profile-center button{width:80px;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;background:var(--darkColor);border:1px solid var(--yellowColor)}.user-profile-center button img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;filter:invert(1)}.user-profile-center button p{font-size:10px;font-weight:500;color:var(--lightColor3);text-transform:uppercase;font-family:var(--tertiaryFont);margin-top:5px;line-height:1}.characters{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:25px}.characters .character{aspect-ratio:1/1.6!important;width:100%!important;height:initial!important;min-width:100%!important;min-height:initial!important}.character-card{position:relative;color:var(--lightColor);font-family:var(--tertiaryFont);background:var(--darkColor);display:flex;flex-direction:column;justify-content:space-between}.character-card__set-image{width:100%;aspect-ratio:1/1.6}.character-card .character-container{padding:calc(20px + 1.5vw) calc(25px + 2vw);background:rgba(0,0,0,.5)}.character-card__header{position:absolute;background:rgba(0,0,0,.5);width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;z-index:6;text-transform:uppercase;font-weight:700;font-size:10px}.character-card__header h2{font-size:12px}.character-card__buttons{position:absolute;right:20px;top:55px;display:flex;flex-direction:column;gap:15px;z-index:5}.character-card__buttons a{background:var(--darkColor);min-width:58px;min-height:58px;border-radius:2px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2px;font-size:10px;text-transform:uppercase;font-weight:400;cursor:pointer}.character-card__buttons a:hover{background:var(--black);-o-object-fit:cover;object-fit:cover}.character-card__buttons a img{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;filter:invert(1)}.character-card__footer{padding:15px 15px 20px}.character-card__footer h4{font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:12px;line-height:1}.character-card__footer ul{width:100%;row-gap:7px;-moz-column-gap:10px;column-gap:10px}.character-card__footer ul li{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.08);padding:5px 10px;border-radius:3px;cursor:pointer}.character-card__footer ul li:hover{background:rgba(255,255,255,.15)}.character-card__footer ul li p{font-size:12px}.character-card__footer ul li img{width:15px;height:15px}.characters>div{width:100%}.avatar-character{display:flex;align-items:center;position:relative;justify-content:center}.character-set img{position:absolute;top:0;left:0;height:100%;width:100%;-o-object-fit:fill;object-fit:fill}.character{position:relative;min-width:244.75px;min-height:394.28px}.user-attributes{display:grid;grid-template-columns:repeat(3,1fr);width:calc(100% - 80px);gap:15px}.user-attributes li{display:flex;align-items:center;position:relative;gap:10px;width:100%}.user-attributes.disabled button[data-action]{pointer-events:none;filter:grayscale(1)}.user-attributes li>button{border-radius:50%;width:18px;height:18px;background:var(--lightColor);display:flex;justify-content:center;align-items:center;position:relative;margin-right:5px}.user-attributes li>button:after,.user-attributes li>button:before{content:"";position:absolute;width:65%;height:3px;background:var(--greenColor)}.user-attributes li>button:after{transform:rotate(90deg)}.user-attributes li p{font-size:15px;font-weight:500;color:var(--lightColor3);font-family:var(--tertiaryFont);text-transform:uppercase}.user-attributes li span{bottom:100%;left:0;background:var(--black);padding:5px 10px;border-radius:3px;font-size:11px;font-weight:500;position:absolute;margin-bottom:2px}.user-attributes li:hover span{opacity:1;transition:.2s}.user-attributes li img{width:20px;height:20px;object-fit:contain;-o-object-fit:contain}.user-attributes li>div{cursor:pointer!important}.user-attributes .attribute-tooltip{position:absolute;opacity:0;pointer-events:none;white-space:nowrap}.item-big-image{display:none;justify-content:center;align-items:center;position:relative;width:244.75px;height:394.28px}.item-big-image img{display:block;width:90%;height:90%;-o-object-fit:contain;object-fit:contain}.diamond{width:40px;height:40px;transform:translate(-50%) translateY(-50%) rotate(45deg);border:1px solid var(--yellowColor);display:flex;align-items:center;justify-content:center;background:var(--darkColor);z-index:2;position:relative;padding:6px}.diamond-button{cursor:pointer}.diamond-center{position:absolute;left:50%;top:15px}.diamond img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:rotate(-45deg);filter:invert(1);opacity:.7}.top-diamond{position:absolute;left:50%;top:15px}.avatar-character{flex-grow:1;width:100%}.achievements-header,.avatar-character-footer,.shop-section-types,.ranking-header,.fights-log-header{position:relative;display:flex;justify-content:center;align-items:center;width:100%;background:rgb(48,49,51);background:radial-gradient(circle,rgba(48,49,51,1) 0%,rgba(22,23,25,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#303133",endColorstr="#161719",GradientType=1)}.avatar-character-footer{height:180px;border-top:1px solid var(--yellowColor);bottom:0;flex-direction:column;gap:10px}.avatar-character-footer h4{width:calc(100% - 80px);margin-top:-20px;color:var(--lightColor);text-transform:uppercase;font-size:14px;font-weight:500}.inventory-buttons{display:flex;flex-direction:column;left:70px;top:70px;gap:30px;position:absolute;transition:.4s;z-index:5}.inventory-buttons.inventory-buttons--2{left:initial;top:40px;gap:13px;right:40px}.inventory-buttons button{border:1px solid rgb(91,211,101);width:48px;height:48px;padding:8px;background:var(--darkColor);display:flex;justify-content:center;align-items:center;cursor:pointer}.inventory-buttons button img{-o-object-fit:contain;object-fit:contain;filter:invert(1);opacity:.7;width:100%;height:100%}.inventory-buttons--2 li{width:56px;height:56px}.user-profile-resources{display:flex;justify-content:center;position:absolute;bottom:0;gap:20px;width:100%;padding:5px 15px;background:rgba(255,255,255,.3)}.user-profile-resources li{display:flex;align-items:center;gap:5px;font-weight:600;color:#ffffffc4;font-size:17px;justify-content:flex-end}.user-profile-resources li img{width:23px;height:21px}.user-profile-information{padding:20px}.user-profile-information h2{font-size:24px;font-weight:700;margin-bottom:6px;line-height:1}.user-profile-information h3{font-size:16px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.user-profile-information>p{font-size:18px;font-weight:400;margin-bottom:10px}.user-profile-information>p:last-of-type{margin-bottom:30px}.user-profile-buttons{display:flex;gap:25px;align-items:center}.user-profile-buttons button{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:10px;border:1px solid var(--yellowColor);width:88px;height:88px;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-profile-buttons button[data-action=vacations]:disabled{cursor:not-allowed}.user-profile-buttons button[data-action=vacations] span{position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);background:var(--black);padding:5px 10px;border-radius:2px;font-size:11px;font-weight:500;opacity:0;transition:.2s;width:150px}.user-profile-buttons button[data-action=vacations]:hover span{opacity:1}.user-profile-buttons button img{width:45px;height:35px;-o-object-fit:contain;object-fit:contain;filter:invert(1);opacity:.7}.user-profile-buttons button p{text-transform:uppercase;font-size:10px;font-weight:600;line-height:1;opacity:.75}.modal-body .items-grid{max-height:420px;width:100%;flex-grow:1;gap:25px;padding:0 35px}.modal-body .items-grid li[data-action=unequip]{filter:grayscale(1);order:1}.modal-body .items-grid li[data-action]{order:2;cursor:pointer}.modal-body li[data-action]:not([data-action=selectSlot]):after{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:800;background:rgba(0,0,0,.6);color:var(--yellowColor);text-transform:uppercase;opacity:0;transition:.2s;z-index:1}.modal-body li[data-action=equip]:after{content:"Equip"}.modal-content[data-type=skills] .items-grid li,.modal-content[data-type=potions] .items-grid li{pointer-events:none!important;filter:grayscale(1)!important}.modal-content[data-type=skills] .modal-body:has(.empty-box) .items-grid li:not([data-action=unequip]),.modal-content[data-type=potions] .modal-body:has(.empty-box) .items-grid li:not([data-action=unequip]){pointer-events:initial!important;filter:grayscale(0)!important}.modal-body li[data-action=unequip]:after{content:"Unequip";font-size:10px!important}.modal-body li[data-action]:hover:after{opacity:1}.more-sections-grid>button{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.more-sections-grid>button img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;filter:invert(1);opacity:.7}.more-sections-grid>button:hover img{opacity:1}.shop-header{border-bottom:1px solid var(--yellowColor)}.shop-header[data-active-type] .shop-header-sections button img{opacity:.4}.shop-header[data-active-type=clothes] .shop-header-sections button[data-type=clothes] img,.shop-header[data-active-type=potions] .shop-header-sections button[data-type=potions] img,.shop-header[data-active-type=skills] .shop-header-sections button[data-type=skills] img,.shop-header[data-active-type=sets] .shop-header-sections button[data-type=sets] img{opacity:1}.shop-section-types{width:100%;height:130px;padding:30px 30px 15px;gap:25px}.shop-section-types button{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;opacity:.7}.shop-section-types:has(.active) button{opacity:.4}.shop-section-types button:hover{opacity:.85}.shop-section-types button.active{opacity:1}.shop-section-types button span{font-size:11px;font-weight:500;text-transform:uppercase}.shop-section-types button img{filter:invert(1);width:32px;height:32px}.shop-body{position:relative;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.shop-body .items-grid{position:absolute;height:calc(100% - 20px);width:100%;top:0;padding:20px}.avatar-box-img{width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;position:relative;padding:0;box-shadow:inset 0 0 10px 1px #fff;border:1px solid white;outline:1px solid white;outline-offset:-10px;background:rgba(255,255,255,.01)}.clothe-box .avatar-box-img{padding:20px}.owned-item{order:2!important}.user-profile-right .set-box.owned-item .set-box-img>img{filter:grayscale(1)!important}.set-box .avatar-box-img{padding:0;aspect-ratio:4/5}.owned-item .avatar-box-img{box-shadow:inset 0 0 10px 1px var(--grayColor)!important;border-color:var(--grayColor)!important;outline-color:var(--grayColor)!important;background:#c5c5c540}.user-profile-right .set-box.owned-item button{outline:1px solid white!important;color:#fff!important;background:rgb(60,60,60)!important}.avatar-box-img img{width:100%;height:100%;opacity:.85;-o-object-fit:contain;object-fit:contain;pointer-events:none;filter:drop-shadow(0px 0px 5px rgba(255,255,255,.25))}.owned-item .avatar-box-img img{filter:drop-shadow(0px 0px 4px var(--grayColor))}.avatar-box-price{display:flex;justify-content:space-around;align-items:center}.avatar-box-price svg{width:calc(22px + .4vw);height:calc(22px + .4vw);-o-object-fit:contain;object-fit:contain}.avatar-box-price li{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.rottencoins-cost svg{fill:#9f0003}.minerals-cost svg{fill:#0bf}.gas-cost svg{fill:#0f0}.avatar-box-price li span{font-size:calc(11px + .1vw);font-weight:900;font-family:var(--tertiaryFont);color:var(--lightColor);text-shadow:0px 0px 1px var(--darkColor),0px 0px 1px var(--darkColor);text-transform:uppercase}.avatar-box-item-btn{position:relative;width:100%;padding:8px 15px;background:var(--darkColor);color:var(--yellowColor);outline:1px solid var(--yellowColor);font-family:var(--tertiaryFont);font-size:calc(9px + .35vw);white-space:nowrap;text-transform:uppercase;font-weight:900;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .1s ease;margin-top:10px}.army-card[data-leader=false] .avatar-box-item-btn{display:none}.avatar-box-item-btn.disabled-box-item-btn{background:var(--grayColor);color:#fffc;cursor:not-allowed;pointer-events:none;outline:1px solid var(--grayColor)}.avatar-box-item-btn.disabled-box-item-btn:hover{background:var(--grayColor);color:#000}.avatar-box-item-btn:hover,.avatar-box-item-btn.see-item-info-btn{background:var(--yellowColor);color:var(--darkColor)}.avatar-box-item-btn.see-item-info-btn:hover{background:var(--darkColor);color:var(--yellowColor)}.shop-body .item-box[data-owned=true]{order:2;filter:grayscale(1)}.item-box[data-owned=true] button{cursor:not-allowed}.item-box .avatar-box{position:relative}.equipped-tag{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);border:1px solid var(--yellowColor);display:flex;justify-content:center;align-items:center;z-index:1;text-transform:uppercase;font-family:var(--tertiaryFont);font-weight:600;font-size:13px;letter-spacing:1px}.achievements-header,.fights-log-header{padding:15px 30px;display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid var(--yellowColor)}.achievements-header h3,.fights-log-header h3{font-weight:700;text-transform:uppercase}.fights-log-header small{font-size:12px;font-weight:500;color:var(--lightColor)}.fights-log-header select{padding:5px;background:transparent;color:var(--lightColor);font-family:var(--tertiaryFont);font-size:12px;border:none;outline:none;cursor:pointer;font-weight:600}.fights-log-header select option{background:var(--darkColor);color:var(--lightColor);font-family:var(--tertiaryFont);font-size:12px;font-weight:500}.fights-log-body{position:relative;flex-grow:1}.fights-log-body ul{flex-direction:column;gap:10px;position:absolute;top:0;height:100%;overflow:auto;width:100%;padding:10px 15px}.fights-log-body ul li{align-items:center;gap:10px;padding:5px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.04);justify-content:center;min-height:50px}.fights-log-body ul li .diamond{transform:rotate(45deg);width:45px;height:45px;position:absolute;gap:2px;border:1px solid rgba(255,255,255,.1)}.fights-log-body ul li .diamond span{font-size:16px;font-weight:700;transform:rotate(-45deg);color:#fff6;opacity:.75}.fights-log-body ul li img{width:35px;height:35px;-o-object-fit:contain;object-fit:contain;border-radius:50%}.fights-log-body ul li a{font-weight:600;font-size:12px;color:#fff}.fight-log-victimizer,.fight-log-victim{display:flex;align-items:center;gap:10px;flex-grow:1;width:100%}.fight-log-victimizer{justify-content:flex-start}.fight-log-victim{justify-content:flex-end}.achievements-body{position:relative;flex-grow:1;width:100%}.achievements-body ul{position:absolute;top:0;height:auto;max-height:100%;overflow:auto;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px}.ranking-header{display:flex;justify-content:space-between;align-items:center;padding:15px 30px;gap:15px;line-height:1;border-bottom:1px solid var(--yellowColor)}.ranking-header h3{font-weight:700;text-transform:uppercase}.ranking-header select{padding:5px;background:transparent;color:var(--lightColor);font-family:var(--tertiaryFont);font-size:12px;border:none;outline:none;cursor:pointer;font-weight:500}.ranking-header select option{background:var(--darkColor);color:var(--lightColor);font-family:var(--tertiaryFont);font-size:12px;font-weight:500}.ranking-body{position:relative;flex-grow:1}.ranking-body ul{display:flex;flex-direction:column;gap:8px;position:absolute;top:0;height:100%;overflow:auto;width:100%;padding:15px}.ranking-body ul li{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.04)}.ranking-body ul li b{font-weight:700;font-size:16px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);line-height:1;color:var(--yellowColor);display:flex;justify-content:center;align-items:center}.ranking-body ul li a{font-weight:700;color:var(--lightColor);text-decoration:none;font-size:18px}.ranking-body ul li img{width:38px;height:38px;-o-object-fit:contain;object-fit:contain}.ranking-body ul li span{margin-left:auto}.user-information-left{width:100%}.user-profile-right.blocked-user p{display:flex;justify-content:center;align-items:center;height:100%;font-size:20px;font-weight:700;color:var(--yellowColor);text-transform:uppercase;font-family:var(--tertiaryFont)}.user-buttons{padding:0}.tooltip-extra-bonus{color:#5cff5c;font-size:11px;font-weight:500;opacity:.4}.set-box.item-box .avatar-box-img>img{opacity:1;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.item-box .avatar-box-img img{opacity:.75}.item-box[data-level="0"] .avatar-box-img{background:rgba(245,245,245,.251);border-color:#f5f5f5;box-shadow:inset 0 0 10px 1px #f5f5f5;outline-color:#f5f5f5}.item-box[data-level="0"] .avatar-box-img img{filter:drop-shadow(0 0 10px rgb(245,245,245))}.item-box[data-level="0"] .avatar-box-title span{border-color:#f5f5f5}.item-box[data-level="0"] .avatar-box-item-btn{border-color:#f5f5f5;box-shadow:inset 0 0 10px 1px #f5f5f5;outline-color:#f5f5f5;color:#f5f5f5}.item-box[data-level="0"] .avatar-box-item-btn:hover{background:rgba(245,245,245,.251)}.item-box[data-level="0"] .information-tooltip{border:1px solid rgb(245,245,245)}.item-box[data-level="0"] .information-tooltip-header{background:rgb(0,0,0);background:linear-gradient(330deg,rgba(0,0,0,1) 40%,rgba(245,245,245,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f5f5f5",GradientType=1)}.item-box[data-level="0"] .information-tooltip-footer{border-top:1px solid rgb(245,245,245)}.item-box[data-level="1"] .avatar-box-img{background:rgba(144,238,144,.251);border-color:#90ee90;box-shadow:inset 0 0 10px 1px #90ee90;outline-color:#90ee90}.item-box[data-level="1"] .avatar-box-img img{filter:drop-shadow(0 0 10px rgb(144,238,144))}.item-box[data-level="1"] .avatar-box-title span{border-color:#90ee90}.item-box[data-level="1"] .avatar-box-item-btn{border-color:#90ee90;box-shadow:inset 0 0 10px 1px #90ee90;outline-color:#90ee90;color:#90ee90}.item-box[data-level="1"] .avatar-box-item-btn:hover{background:rgba(144,238,144,.251)}.item-box[data-level="1"] .information-tooltip{border:1px solid rgb(144,238,144)}.item-box[data-level="1"] .information-tooltip-header{background:rgb(0,0,0);background:linear-gradient(330deg,rgba(0,0,0,1) 40%,rgba(144,238,144,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#90ee90",GradientType=1)}.item-box[data-level="1"] .information-tooltip-footer{border-top:1px solid rgb(144,238,144)}.item-box[data-level="2"] .avatar-box-img{background:rgba(0,255,0,.251);border-color:#0f0;outline-color:#0f0;box-shadow:inset 0 0 10px 1px #0f0}.item-box[data-level="2"] .avatar-box-img img{filter:drop-shadow(0 0 10px rgba(0,255,0))}.item-box[data-level="2"] .avatar-box-title span{border-color:#0f0}.item-box[data-level="2"] .avatar-box-item-btn{background:rgba(0,255,0,.251);border-color:#0f0;box-shadow:inset 0 0 10px 1px #0f0;outline-color:#0f0;color:#0f0}.item-box[data-level="2"] .avatar-box-item-btn:hover{background:rgba(0,255,0,.251)}.item-box[data-level="2"] .information-tooltip{border:1px solid rgb(0,255,0)}.item-box[data-level="2"] .information-tooltip-header{background:rgb(0,0,0);background:linear-gradient(330deg,rgba(0,0,0,1) 40%,rgba(0,255,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00ff00",GradientType=1)}.item-box[data-level="2"] .information-tooltip-footer{border-top:1px solid rgb(0,255,0)}.item-box[data-level="3"] .avatar-box-img{background:rgba(139,0,0,.251);border-color:#8b0000;box-shadow:inset 0 0 10px 1px #8b0000;outline-color:#8b0000}.item-box[data-level="3"] .avatar-box-img img{filter:drop-shadow(0 0 10px rgba(139,0,0))}.item-box[data-level="3"] .avatar-box-title span{border-color:#8b0000}.item-box[data-level="3"] .avatar-box-item-btn{border-color:#8b0000;box-shadow:inset 0 0 10px 1px #8b0000;outline-color:#8b0000;color:#8b0000;cursor:not-allowed}.item-box[data-level="3"] .avatar-box-item-btn:hover{background:rgba(139,0,0,.251)}.item-box[data-level="3"] .information-tooltip{border:1px solid rgb(139,0,0)}.item-box[data-level="3"] .information-tooltip-header{background:rgb(0,0,0);background:linear-gradient(330deg,rgba(0,0,0,1) 40%,rgba(139,0,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#8b0000",GradientType=1)}.item-box[data-level="3"] .information-tooltip-footer{border-top:1px solid rgb(139,0,0)}.skill-attributes-bonus .tooltip-extra-bonus svg{fill:#5cff5c;width:8px;height:10px;-o-object-fit:fill;object-fit:fill;margin-left:5px}.requirements-tooltip .skill-attributes-bonus{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:10px}.requirements-tooltip h6{font-size:10px;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:10px;text-transform:uppercase;padding-top:10px;margin-top:15px;border-top:1px solid rgba(255,255,255,.1);color:var(--redColor);opacity:.75}.requirements-tooltip.tooltip-item-attributes{padding-left:0}@media (max-width: 940px){.inventory-grid{max-height:100%}.new-message-btn,.delete-message{padding:3px 8px;font-size:12px}}.skills-pentagram{width:calc(150px + 5vw);height:calc(150px + 5vw);position:relative}.character-potions{position:relative;margin-top:25px}.inventory-section .character-potions:after,.inventory-section .skills-pentagram:after{width:100%;text-align:center;color:var(--yellowColor);position:absolute;text-transform:uppercase;font-size:20px;font-family:var(--tertiaryFont);font-weight:800}.inventory-section .skills-pentagram:after{bottom:calc(100% + 20px + .5vw)}.inventory-section .character-potions:after{bottom:calc(100% + 5px)}.pentagram-background{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;transform:rotate(180deg);align-items:center}.pentagram-background img:first-of-type{animation:rotation 1s ease-out}.pentagram-background img:first-of-type .path_1{visibility:hidden}.pentagram-background img:last-of-type .path_2{visibility:hidden}.pentagram-background img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute}@keyframes rotation{0%{transform:rotate(0) scale(.2);animation-timing-function:ease-in}25%{transform:rotate(720deg) scale(.5);animation-timing-function:ease-out}to{transform:rotate(1080deg) scale(1);animation-timing-function:linear}}.equipped-skills{animation:opacity 1.3s ease-out}.equipped-skills li{position:absolute;width:25%;height:25%;cursor:pointer}.equipped-skills li:nth-child(1),.equipped-skills li:nth-child(2){top:-11.67%}.equipped-skills li:nth-child(1){left:-1.64%}.equipped-skills li:nth-child(2){right:-1.64%}.equipped-skills li:nth-child(3){left:-15%;top:56.67%}.equipped-skills li:nth-child(4){right:-15%;top:56.67%}.equipped-skills li:nth-child(5){bottom:-16.67%;left:50%;transform:translate(-50%)}.fight-container .equipped-skills li .empty-box{cursor:not-allowed}.inventory-section ul li{background:var(--darkColor);border:1px solid var(--yellowColor);cursor:pointer}.inventory-section ul li>div{position:absolute;width:100%;height:100%;top:0;display:flex;justify-content:center;align-items:center;left:0}.inventory-section ul li div img{position:absolute;width:85%;height:85%;-o-object-fit:contain;object-fit:contain}.equipped-potions li{position:relative}.potion-quantity{position:absolute;background:var(--darkColor);top:1px;right:1px;font-weight:600;font-size:10px;line-height:1;z-index:1;padding:4px 5px;border-bottom-left-radius:4px;min-width:20px;text-align:center}.items-grid .potion-quantity{font-size:12px}.inventory-section ul li span{position:absolute;font-family:var(--tertiaryFont);font-size:calc(9px + .1vw);font-weight:700;color:var(--lightColor3);text-transform:uppercase;background:var(--darkColor);top:calc(100% + 5px);left:50%;transform:translate(-50%);white-space:nowrap}.inventory-section ul li button{position:absolute;width:15px;height:15px;right:0;top:0;background:rgb(206,0,0);padding:1px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;justify-content:center;color:var(--yellowColor);border-bottom:1px solid var(--yellowColor);border-left:1px solid var(--yellowColor)}.inventory-section ul li button:after{font-size:11px;font-weight:600;content:"x";color:#fff}.inventory-section ul li.empty-slot button{display:none}.inventory-section ul li>div{pointer-events:none}.inventory-section ul li.empty-slot>div{pointer-events:initial}@keyframes opacity{0%{opacity:0}90%{opacity:0}to{opacity:1}}.equipped-potions{animation:opacity 1.3s ease-out;display:flex;justify-content:center;gap:calc(15px + 2vw);margin:0 auto}.modal .equipped-potions{animation:none;padding:18px 25px;background:rgba(255,255,255,.08);border:1px solid var(--yellowColor);gap:25px;margin-bottom:25px}.equipped-potions li{width:75px;height:75px;cursor:pointer;transition:.1s;position:relative}.equipped-potions li .avatar-box-img{overflow:hidden;padding:0}.equipped-potions li img{transition:.1s}.equipped-potions li:hover img{transform:scale(1.05)}.character-potion span{position:absolute;top:100%;margin-top:5px;left:50%;font-family:var(--tertiaryFont);transform:translate(-50%);font-size:10px;text-transform:uppercase;font-weight:600;color:#fff;opacity:.8;white-space:nowrap}.activate-modal-container{display:none}.activate-fight-modal.active{display:block}.activate-fight-modal.activate-fight-modal.active{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.6);z-index:999999;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:20px}.information-tooltip{backface-visibility:hidden;position:fixed;display:block;width:250px;background:rgba(0,0,0,.8);color:#fff;font-size:20px;font-family:var(--tertiaryFont);font-weight:700;z-index:999999999;outline:1px solid var(--yellowColor);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;top:0}.information-tooltip h6{font-size:12px;color:var(--redColor);opacity:.75;font-weight:600;margin-top:7px}.avatar-box-img:hover .information-tooltip,.improvement-item .information-tooltip{opacity:1}.information-tooltip-header{background:rgb(0,0,0);background:linear-gradient(330deg,rgba(0,0,0,1) 40%,var(--yellowColor) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#e4bd5e",GradientType=1);color:var(--lightColor);text-transform:uppercase;padding:10px 15px;font-family:var(--tertiaryFont);border-bottom:1px solid var(--yellowColor)}.information-tooltip-title{font-weight:700;font-size:calc(15px + .3vw);font-family:var(--white);font-family:var(--tertiaryFont);line-height:1.2}.information-tooltip-subtitle{font-family:var(--lightColor3);font-size:calc(10px + .2vw);font-weight:400;opacity:.8}.information-tooltip>div{font-family:var(--primaryFont);padding:10px 15px}.information-tooltip-description{font-weight:400;font-size:calc(12px + .2vw);max-width:420px;line-height:1.24;color:var(--lightColor2);margin-bottom:10px}.information-tooltip-attributes.skill-requirements li{color:var(--redColor);opacity:.75}.information-tooltip-description:first-letter{text-transform:uppercase}.tooltip-item-attributes{color:#fff;margin-top:5px;padding-left:10px}.information-tooltip-item{display:flex;align-items:center;gap:5px;color:var(--lightColor3);font-size:calc(10px + .2vw);font-weight:400}.tooltip-item-attributes li:before{content:"";display:block;width:4px;height:4px;background:var(--lightColor3);border-radius:50%}.tooltip-item-attributes li svg{width:16px;height:16px}.information-tooltip-item span b{font-weight:500}.information-tooltip-item img{width:16px!important;height:16px!important}.information-tooltip-item>div{display:flex;align-items:center;gap:2px;margin-left:8px;font-size:11px;letter-spacing:1px;color:green;filter:invert(20%) sepia(99%) saturate(4515%) hue-rotate(114deg) brightness(95%) contrast(105%)}.information-tooltip-item>div img{width:11px!important;height:11px!important;-o-object-fit:fill;object-fit:fill}.information-tooltip-footer{background:rgb(0,0,0);border-top:1px solid var(--yellowColor);padding:8px 15px}.information-tooltip-cost{display:flex;align-items:center;gap:20px}.information-tooltip-cost img{width:15px;height:15px;-o-object-fit:cover;object-fit:cover}.information-tooltip-cost li{display:flex;gap:6px;font-family:var(--primaryFont);align-items:center;font-weight:600;color:var(--lightColor3);font-size:calc(12px + .2vw)}.shop-header-sections{align-items:center;justify-content:space-evenly;transform:translateY(-50%) translate(-50%);top:0;left:50%;position:absolute;z-index:1;width:100%;display:flex}.shop-header-sections .top-diamond{left:initial;right:initial;position:relative;transform:rotate(45deg)}.top-diamond{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}@media (max-width: 1365px){.profile-page-container{max-width:82%;gap:15px}}@media (max-width: 1250px){.characters{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1200px){.profile-page-container{gap:10px}.avatar-character-footer h4,.user-attributes{width:calc(100% - 40px)}.shop-items.items-grid{grid-template-columns:repeat(2,1fr)}.user-profile-right{max-width:400px}.shop-section-types button img{width:25px;height:25px}.shop-section-types button span{font-size:10px}}@media (max-width: 1000px){.profile-page-container{width:95%;max-width:95%}}@media (max-width: 900px){.profile-page-container{flex-direction:column;height:auto;gap:25px;max-width:97.8%;width:97.8%}.character{position:relative;width:41.64vw;max-width:342.65px;height:67.11vw;max-height:551.99px}.avatar-character{padding-top:0;align-items:center}.user-profile-left,.user-profile-right{max-width:100%;height:65vh;min-height:800px}.user-profile-center{position:fixed;bottom:10px;z-index:999;flex-direction:row;justify-content:center;width:100%}.shop-items.items-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 850px){.characters{gap:15px}}@media (max-width: 768px){.characters{grid-template-columns:repeat(2,1fr)}.modal-content[data-type=skills] .modal-body{flex-direction:column;height:75vh;justify-content:space-between;padding:15px}.modal-content[data-type=skills] .modal-body:after{width:calc(100% + 70px);height:2px}.modal-content[data-type=skills] .skills-pentagram{width:calc(180px + 5vw);height:calc(180px + 5vw);margin:auto}.modal-content[data-type=skills] .modal-body>div:last-of-type{width:100%;height:50%;flex-grow:initial;position:relative}.modal-content[data-type=skills] .modal-body .items-grid{padding:25px;grid-template-columns:repeat(4,1fr)}.modal-content[data-type=skills] .equipped-skills li{width:30%;height:30%}.user-profile-center{bottom:70px}}@media (max-width: 540px){.characters{grid-template-columns:repeat(1,1fr)}}@media (max-width: 500px){.character{min-width:205.59px;min-height:331.194px}}@media (max-width: 480px){.items-grid{grid-template-columns:repeat(2,1fr);height:auto}.modal-content[data-type=skills] .modal-body .items-grid{grid-template-columns:repeat(3,1fr)}.modal .equipped-potions{padding:15px;gap:15px;width:100%}}@media (max-width: 420px){.equipped-potions li{width:55px;height:55px}.avatar-character-footer{height:250px}.user-attributes{grid-template-columns:repeat(2,1fr)}}.fight-log-item{flex-direction:column;padding:15px 20px!important;position:relative;border:1px solid rgba(255,255,255,.1)!important}.fight-log-item.fight-win{border:1px solid rgba(0,255,0,.3)!important;background:rgba(0,255,0,.05)}.fight-log-item.fight-loss{border:1px solid rgba(255,0,0,.3)!important;background:rgba(255,0,0,.05)}.fight-result-banner{position:absolute;top:0;right:0;padding:4px 10px;font-size:11px;font-weight:700;text-transform:uppercase}.fight-win .fight-result-banner{background-color:#00c800cc}.fight-loss .fight-result-banner{background-color:#c80000cc}.win-text,.loss-text{color:#fff}.fight-log-victimizer.winner a,.fight-log-victim.winner a{color:#64ff64!important;font-weight:700!important}.fight-log-victimizer.loser a,.fight-log-victim.loser a{color:#ff6464!important}.fight-resources{display:flex;justify-content:center;gap:20px;margin-top:15px;border-top:1px solid rgba(255,255,255,.1);padding-top:10px}.fight-resource{display:flex;align-items:center;gap:5px;font-size:12px}.fight-resource img{width:15px!important;height:15px!important;border-radius:0!important}.fight-win .fight-resource span{color:#64ff64}.fight-loss .fight-resource span{color:#ff6464}@media (max-width: 768px){.fight-resources{flex-wrap:wrap;gap:10px}.fight-resource{font-size:11px}.fight-resource img{width:12px!important;height:12px!important}}.fights-log-header{display:flex;flex-direction:column;padding:15px 30px;gap:15px;border-bottom:1px solid var(--yellowColor);background:linear-gradient(to right,rgba(48,49,51,1) 0%,rgba(22,23,25,1) 100%)}.fights-log-header h3{font-weight:700;font-size:16px;text-transform:uppercase;color:var(--lightColor);margin:0}.fights-log-stats{display:flex;align-items:center;flex-wrap:wrap;gap:15px}.stat-item{display:flex;flex-direction:column;align-items:center;padding:5px 10px;border-radius:4px;min-width:70px}.stat-item.wins{background-color:#0064004d;border:1px solid rgba(0,100,0,.5)}.stat-item.losses{background-color:#6400004d;border:1px solid rgba(100,0,0,.5)}.stat-item.consecutive{background-color:#6464004d;border:1px solid rgba(100,100,0,.5)}.stat-value{font-size:18px;font-weight:700;color:var(--lightColor)}.wins .stat-value{color:#64ff64}.losses .stat-value{color:#ff6464}.consecutive .stat-value{color:#ffff64}.stat-label{font-size:11px;color:var(--lightColor3);text-transform:uppercase}.fights-log-filter{display:flex;align-items:center;gap:8px}.fights-log-filter small{color:#aaa;font-size:12px}.fights-log-filter select{background-color:#2a2a2a;border:1px solid #444;color:#fff;padding:5px 10px;border-radius:3px;font-size:14px}.fights-log-filter select:focus{outline:none;border-color:var(--yellowColor)}.fights-log-body{height:calc(100% - 60px);overflow-y:auto;padding:10px}.fights-log-list{display:flex;flex-direction:column;gap:10px}.battle-log-entry{background-color:#181818;border:1px solid #3c1919;border-radius:5px;overflow:hidden;position:relative}.battle-participants{display:flex;align-items:center;justify-content:space-between;padding:1px}.battle-player{display:flex;align-items:center;gap:10px;width:45%}.victimizer{justify-content:flex-end}.player-image{width:35px;height:35px;-o-object-fit:contain;object-fit:contain;border-radius:50%;overflow:hidden;border:2px solid #444;background-color:#2a2a2a}.winner .player-image{border-color:#4eff4e;box-shadow:0 0 5px #4eff4e80}.player-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.player-name{font-size:14px;font-weight:500;color:#ddd}.winner-name{color:#4eff4e;font-weight:700}.battle-vs{width:10%;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;color:#aaa}.battle-outcome{position:absolute;top:0;right:0;padding:4px 12px;font-size:12px;font-weight:700;letter-spacing:1px}.battle-outcome.win{background-color:#006400b3}.battle-outcome.loss{background-color:#640000b3}.outcome-label{color:#fff}.battle-resources{display:flex;align-items:center;padding:10px 15px;background-color:#222;border-top:1px solid #333}.resource{display:flex;align-items:center;gap:5px;margin-right:15px}.resource img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.xp-resource span{color:khaki}.minerals-resource span{color:#00bfff}.gas-resource span{color:#32cd32}.battle-date{margin-left:auto;color:#888;font-size:12px}@media (max-width: 768px){.fights-log-header{flex-direction:column;align-items:flex-start;gap:10px}.fights-log-filter{width:100%;justify-content:space-between}.battle-resources{flex-wrap:wrap;gap:5px}.resource{margin-bottom:5px;margin-right:10px}.battle-date{width:100%;text-align:right;margin-top:5px}}@media (max-width: 530px){.battle-participants{padding:10px}.player-image{width:30px;height:30px}.battle-player{display:flex;align-items:center;gap:5px;width:45%}.player-name,.battle-vs{font-size:12px}.resource{margin-right:8px}.resource img{width:14px;height:14px}.resource span{font-size:12px}}@media (max-width: 460px){.battle-participants{padding:10px}.player-image{width:30px;height:30px;display:none}.battle-player{display:flex;align-items:center;gap:5px;width:40%}.player-name,.battle-vs{font-size:12px}.resource{margin-right:8px}.resource img{width:14px;height:14px}.resource span{font-size:12px}}
