<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&amp;display=swap');

.palanquin-dark-regular {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.palanquin-dark-medium {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.palanquin-dark-semibold {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.palanquin-dark-bold {
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.palanquin-thin {
    font-family: "Palanquin", sans-serif;
    font-weight: 100;
    font-style: normal;
}
.palanquin-extralight {
    font-family: "Palanquin", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.palanquin-light {
    font-family: "Palanquin", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.palanquin-regular {
    font-family: "Palanquin", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.palanquin-medium {
    font-family: "Palanquin", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.palanquin-semibold {
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.palanquin-bold {
    font-family: "Palanquin", sans-serif;
    font-weight: 700;
    font-style: normal;
}

body{
    background-color: #EBEBEB;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    text-decoration: none;
}

.header-class{
    background-color: rgb( 0 0 0 / 60%);
    background-size: cover;
    box-shadow: 1px 3px 6px 1px #767676;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

.profile-account-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 84px;
}
.skin-profile-info-container,
.profile-info-container {
    flex: 0 0 48%;
    box-sizing: border-box;
}

.skin-profile-info-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.skin-profile-image{
    height: 468px;
}

.profile-info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.insignia-bday-container{
    padding: 5px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.insignia-bday-item svg{
    color: #ffffff;
    width: 30px;
    height: 30px;
}
.main-group-container{
    margin-bottom: -5px;
}
.main-group{
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 90px;
    height: 16px;
}
.main-group-label{
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.newAccount-container{
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.tooltip-container {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    gap: 5px;
}
.tooltip-icon-container{
    display: flex;
    justify-content: center;
}
.newAcc-svg{
    width: 40px;
    height: 40px;
}
.tooltip-item-title{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}
.tooltip-desc{
    font-family: "Palanquin", sans-serif;
    font-weight: 400;
}
.nickname-container{
    margin-bottom: 15px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 480px;
    height: 90px;
    margin-top: 30px;
    border-radius: 10px;
}
.nickname-info-text{
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 90px;
}

.punish-container{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.ban-punish-info, .mute-punish-info{
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 20px;
    background-color: #FF655B;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 2px rgba(0, 0, 0, 0.4);
}
.ban-punish-text, .mute-punish-text{
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.medal-container{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.medal-item-container{
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 36px;
    height: 16px;
}
.medal-itens{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.medal-item{
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}
.without-medals{
    color: #FFFFFF;
}
.bday-item-container{
    padding: 5px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.bday-item{
    display: flex;
    justify-content: center;
}
.bday-item svg{
    color: #ffffff;
    width: 20px;
    height: 20px;
}


.time-account-info-container{
    margin-top: 15px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 110px;
    height: 60px;
    border-radius: 10px;
}
.time-account-info-itens{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
}
.time-account-info-item{
    color: #ffffff;
}

.friends-counter-container{
    margin-top: 15px;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 100px;
    height: 36px;
    border-radius: 10px;
}
.friends-counter-itens{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    padding: 10px 20px;
}
.friends-counter-item{
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
}

.share-profile-container{
    margin-top: 55px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: 26px;
}
.share-profile-item-container{
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    padding: 3px 9px;
    align-items: center;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 100px;
    height: 26px;
}
.share-profile-button{
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.shareProfileModal-container {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #fff;
    /*margin: 15% auto;*/
    padding: 20px;
    width: 50%;
    max-width: 700px;
    border: none;
    border-radius: 10px;
}
.shareProfileModal-title-container{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.shareProfileModal-title{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #137EF8;
}
.copy-link-container{
    margin-bottom: 25px;
}
.share-options-item-container{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}
.copy-link-item-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    align-items: center;
}
.copy-link-input{
    width: 60%;
    padding: 6px 15px;
    border-radius: 5px 0 0 5px;
    border: none;
    font-family: "Palanquin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #D9D9D9;
}
.copy-link-input:focus{
    outline: none;
}
.copy-link-input[type=text]{
    font-family: "Palanquin", sans-serif;
    font-size: 18px;
    color: #636363;
}
.copy-link-item-container label{
    padding: 0;
    margin: 0;
}
.copy-link-button{
    padding: 8px 15px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #137EF8;
    color: #ffffff;
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.share-options-container{
    margin-top: 30px;
}
.share-options-button{
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download {
    background-color: #636363;
    box-shadow: 2px 4px 0 rgb(57, 57, 57);
    transition: all 0.1s ease-in-out;
}
.whatsapp {
    background-color: #25D366;
    box-shadow: 2px 4px 0 rgb(24, 130, 63);
    transition: all 0.1s ease-in-out;
}
.twitter {
    background-color: #5DB4FF;
    box-shadow: 2px 4px 0 rgb(60, 125, 210);
    transition: all 0.1s ease-in-out;
}
.download:hover,
.whatsapp:hover,
.twitter:hover {
    transform: translate(2px, 4px);
    box-shadow: none;
}

.personalstats-container {
    margin-top: 50px;
    padding: 20px 80px;
}
.personalstats-title-container{
    margin-bottom: 40px;
}
.personalstats-title {
    font-size: clamp(2rem, 4rem, 8vw););
    margin-bottom: 1rem;
    color: #137EF8;
}

.personalstats-cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.personalstats-cards-container-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: calc(90vh - 190px);
    padding-bottom: 30px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc transparent; /* Firefox */
}
/* Chrome, Edge e Safari */
.personalstats-cards-container-details::-webkit-scrollbar {
    width: 6px;
}

.personalstats-cards-container-details::-webkit-scrollbar-track {
    background: transparent;
}

.personalstats-cards-container-details::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.personalstats-cards-container-details::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.cards-row {
    display: flex;
    gap: 160px;
}
.cards-row-details {
    display: flex;
    gap: 160px;
    margin-bottom: 15px;
}

.personalstats-card {
    flex: 1 1 calc(50% - 80px);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    will-change: auto;
    transform: none;
    transition: transform 0.5s;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1s infinite;
    background-color: rgb( 0 0 0 / 60%);
    width: 1845px;
    height: 373px;
}

.personalstats-card-title-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.personalstats-card-title{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 600;
    font-size: clamp(0.5rem, 5vw, 3rem) !important;
    color: #ffffff;
}
.personalstats-card-subtitle{
    font-family: "Palanquin", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #A4A4A4;
}
.bedwars{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/images/8bd2b89149a0add1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.skywars{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/images/0588d18f3844ccc3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.bridge{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/images/2307f2d1e5e815b7.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.blocksumo{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/general/cd76d9ee2fda5efc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.duels{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/images/1a602086572a2b47.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.buildbattle{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url('https://media.hylex.gg/images/5f272ef8e26b7f05.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 90px;
}
.personalstats-card-content-container{
    padding: 10px 20px 10px 20px;
}
.personalstats-card-content-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.personalstats-card-content-title{
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #A4A4A4;
}
.personalstats-card-content-value{
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #636363;
}
.personalstats-card-content-more-info-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.personalstats-card-content-more-info-item-container{
    border-top: 0.18rem solid rgba(164, 164, 164, 0.5);
}
.personalstats-card-content-more-info-item-nobutton{
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #A4A4A4;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.personalstats-card-content-more-info-item-nobutton:hover{
    color: #636363;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /*overflow-y: auto;*/
}

.modal.hidden {
    display: none;
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 90%;
    position: relative;
    animation: fadeInUp 0.3s ease;
    max-height: 80vh;
    /*overflow-y: auto;*/
    overflow: hidden;

}
body.modal-open {
    overflow: hidden;
}

.close-button {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.modal-datails-header-container{
    margin-bottom: 46px;
}
.modal-datails-title-container{
    display: flex;
    justify-content: space-between;
}
.modal-datails-title-container-info{
    display: flex;
    flex-direction: row;
}
.modal-datails-title-h1{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #137EF8;
    margin-right: 40px;
}
.modal-details-butttons-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.modal-details-butttons-container-small{
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.modal-datails-period-nobtn{
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #A4A4A4;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.close-button-details{
    font-size: 18px;
    color: #A4A4A4;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.modal-datails-period-nobtn-selected{
    color: #636363;
    border-bottom: 2px solid #636363;
}
.modal-datails-subtitle-p{
    font-family: "Palanquin", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #636363;
}
.personalstats-card-title-details{
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 1.5rem) !important;
    color: #137EF8;
}
.personalstats-card-details {
    flex: 1 1 calc(50% - 80px);
    background: #ffffff;
    border-radius: 8px;
    will-change: auto;
    transform: none;
    transition: transform 0.5s;
    border-bottom: 0.18rem solid rgba(164, 164, 164, 0.5);
}

.main-group-admin{
    background-color: #AA0000;
}
.main-group-creator\+{
    background-color: #AA00AA;
}
.main-group-suporte\+{
    background-color: #00AAAA;
}
.main-group-coord{
    background-color: #00AA00;
}
.main-group-promotor{
    background-color: #AA00AA;
}
.main-group-suporte{
    background-color: #00AAAA;
}
.main-group-aprendiz{
    background-color: #5555FF;
}
.main-group-builder{
    background-color: #00AAAA;
}
.main-group-destaque{
    background-color: #FFAA00;
}
.main-group-parceiro{
    background-color: #FF55FF;
}
.main-group-creator{
    background-color: #FF5555;
}
.main-group-plus\+\+{
    background-color: #FFAA00;
}
.main-group-plus\+{
    background-color: #55FFFF;
}
.main-group-plus{
    background-color: #55FFFF;
}
.main-group-vip{
    background-color: #55FF55;
}
.main-group-membro{
    background-color: #AAAAAA;
}
.group-admin{
    color: #AA0000;
}
.group-creato\+{
    color: #AA00AA;
}
.group-suporte\+{
    color: #00AAAA;
}
.group-coord{
    color: #00AA00;
}
.group-promotor{
    color: #AA00AA;
}
.group-suporte{
    color: #00AAAA;
}
.group-aprendiz{
    color: #5555FF;
}
.group-builder{
    color: #00AAAA;
}
.group-destaque{
    color: #FFAA00;
}
.group-creator{
    color: #FF5555;
}
.group-parceiro{
    color: #FF55FF;
}
.group-plus\+\+{
    color: #FFAA00;
}
.group-plus\+{
    color: #55FFFF;
}
.group-plus{
    color: #55FFFF;
}
.group-vip{
    color: #55FF55;
}
.group-membro{
    color: #AAAAAA;
}

@media (max-width: 768px) {
    .cards-row {
        flex-direction: column;
        gap: 60px;
    }
    .personalstats-card {
        flex: 1 1 100%;
    }
    .cards-row-details {
        flex-direction: column;
        gap: 60px;
    }
    .personalstats-card-details {
        flex: 1 1 100%;
    }
    .skin-profile-image {
        width: 52vw;
        max-width: 320px;
        height: auto;
    }
    .profile-info-container * {
        font-size: clamp(0.5rem, 2.5vw, 1rem) !important;
        line-height: 1.2;
    }

    .nickname-info-text {
        font-size: clamp(1.1rem, 5vw, 3rem) !important;
    }
    .main-group-container{
        margin-bottom: 6px;
    }
    .main-group{
        padding: 6px 20px;
    }
    .nickname-container{
        margin-bottom: -6px;
    }
    .share-profile-container{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .modal-datails-title-container-info{
        flex-direction: column;
        align-items: center;
    }
    .modal-details-butttons-container{
        display: none;
    }
    .modal-details-butttons-container-small{
        display: flex;
    }
}

@media (max-width: 480px) {
    .personalstats-container {
        padding: 20px 20px;
    }
}</pre></body></html>