
body.top-accounts-page,
body.top-accounts-page #td-outer-wrap,
body.top-accounts-page .td-container-wrap {
    background: #000 !important;
}

.top-auth,
.top-account,
.top-account-required,
.top-login-button,
.top-auth * ,
.top-account *,
.top-account-required *,
.top-login-button * {
    box-sizing: border-box;
}

.top-auth,
.top-account,
.top-account-required {
    --top-orange: #ff7900;
    --top-gold: #ffae00;
    --top-panel: #080808;
    --top-line: rgba(255,255,255,.11);
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
}

.top-auth a,
.top-account a,
.top-account-required a,
.top-login-button {
    text-decoration: none !important;
}

.top-auth {
    display: grid;
    min-height: calc(100vh - 120px);
    grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
    background: #000;
}

.top-auth__visual {
    position: relative;
    display: flex;
    min-height: 720px;
    padding: 52px;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.08);
    background:
        radial-gradient(circle at 28% 34%, rgba(255,121,0,.17), transparent 28%),
        linear-gradient(145deg, #0d0803 0, #050505 52%, #020202 100%);
}

.top-auth__visual:before,
.top-auth__visual:after {
    position: absolute;
    border: 1px solid rgba(255,121,0,.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.top-auth__visual:before {
    width: 570px;
    height: 570px;
    right: -250px;
    bottom: -210px;
    box-shadow: 0 0 0 56px rgba(255,121,0,.018), 0 0 0 116px rgba(255,121,0,.009);
}

.top-auth__visual:after {
    width: 270px;
    height: 270px;
    left: -145px;
    top: 130px;
}

.top-auth__brand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
}

.top-auth__brand span {
    width: 5px;
    height: 29px;
    border-radius: 8px;
    background: linear-gradient(var(--top-gold), var(--top-orange));
    transform: skewX(-13deg);
}

.top-auth__brand strong {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.top-auth__visual-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.top-auth__visual-copy small,
.top-auth__panel header small {
    display: block;
    margin-bottom: 13px;
    color: var(--top-orange);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.top-auth__visual-copy h1 {
    max-width: 620px;
    margin: 0 !important;
    color: #fff !important;
    font: 900 clamp(48px, 5vw, 82px)/.93 Arial, sans-serif !important;
    letter-spacing: -.055em;
}

.top-auth__visual-copy p {
    max-width: 540px;
    margin: 25px 0 0 !important;
    color: rgba(255,255,255,.62) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.top-auth__perks {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 9px;
}

.top-auth__perks span {
    display: flex;
    min-height: 68px;
    padding: 13px;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    background: rgba(255,255,255,.018);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.top-auth__perks b {
    color: var(--top-orange);
    font-size: 18px;
}

.top-auth__panel {
    display: flex;
    min-height: 720px;
    padding: 54px 28px;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 65% 15%, rgba(255,121,0,.045), transparent 23%), #000;
}

.top-auth__panel-inner {
    width: min(520px, 100%);
}

.top-auth__panel header h2 {
    margin: 0 !important;
    color: #fff !important;
    font: 900 43px/1 Arial, sans-serif !important;
    letter-spacing: -.04em;
}

.top-auth__panel header p {
    margin: 13px 0 0 !important;
    color: rgba(255,255,255,.48) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.top-auth__tabs {
    display: grid;
    margin: 28px 0 22px;
    padding: 4px;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 4px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    background: #060606;
}

.top-auth__tabs button {
    min-height: 40px;
    padding: 0 10px;
    color: rgba(255,255,255,.5);
    border: 0;
    border-radius: 6px;
    background: transparent;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.top-auth__tabs button.is-active {
    color: #000;
    background: linear-gradient(135deg, var(--top-gold), var(--top-orange));
}

.top-auth__tab {
    display: none;
}

.top-auth__tab.is-active {
    display: block;
}

.top-auth form,
.top-account__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.top-auth label,
.top-account__form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: rgba(255,255,255,.67);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.top-auth input,
.top-auth textarea,
.top-account__form input,
.top-account__form textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 7px;
    background: #080808;
    outline: 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.top-account__form textarea {
    min-height: 125px;
    padding: 13px 14px;
    resize: vertical;
}

.top-auth input:focus,
.top-auth textarea:focus,
.top-account__form input:focus,
.top-account__form textarea:focus {
    border-color: rgba(255,121,0,.72);
}

.top-auth__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px;
}

.top-auth__password {
    position: relative;
    display: block;
}

.top-auth__password input {
    padding-right: 78px;
}

.top-auth__password button {
    position: absolute;
    top: 50%;
    right: 11px;
    padding: 5px;
    color: var(--top-orange);
    border: 0;
    background: transparent;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateY(-50%);
}

.top-auth__check {
    display: flex !important;
    align-items: flex-start;
    flex-direction: row !important;
    gap: 9px !important;
    color: rgba(255,255,255,.47) !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.top-auth__check input {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    margin: 1px 0 0;
    accent-color: var(--top-orange);
}

.top-auth__submit,
.top-account__form button {
    min-height: 49px;
    padding: 0 18px;
    color: #000;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--top-gold), var(--top-orange));
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.top-auth__divider {
    position: relative;
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
}

.top-auth__divider:before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(255,255,255,.09);
    content: "";
}

.top-auth__divider span {
    position: relative;
    padding: 0 12px;
    color: rgba(255,255,255,.31);
    background: #000;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-social-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
}

.top-social-buttons--link {
    grid-template-columns: 1fr;
}

.top-social-buttons .nsl-container,
.top-social-buttons .nsl-container-block,
.top-social-buttons .nsl-container-buttons {
    width: 100% !important;
    margin: 0 !important;
}

.top-social-buttons .nsl-button {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

.top-social-missing {
    display: flex;
    min-height: 58px;
    padding: 12px 14px;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed rgba(255,121,0,.3);
    border-radius: 7px;
    background: rgba(255,121,0,.035);
}

.top-social-missing strong {
    color: #fff;
    font-size: 10px;
}

.top-social-missing span {
    margin-top: 4px;
    color: rgba(255,255,255,.42);
    font-size: 9px;
}

.top-auth__recover {
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: #070707;
}

.top-auth__recover h3 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 19px !important;
}

.top-auth__recover p {
    margin: 0 !important;
    color: rgba(255,255,255,.48) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.top-auth__honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.top-auth-notice {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.top-auth-notice.is-success {
    color: #7ee6ae;
    border-color: rgba(79,229,154,.32);
    background: rgba(79,229,154,.055);
}

.top-auth-notice.is-error {
    color: #ff9a91;
    border-color: rgba(255,90,77,.32);
    background: rgba(255,90,77,.055);
}

.top-account {
    min-height: 100vh;
    padding: 44px 22px 72px;
    background: radial-gradient(circle at 18% 0, rgba(255,121,0,.055), transparent 28%), #000;
}

.top-account > * {
    width: min(1220px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.top-account__hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--top-line);
    border-radius: 14px;
    background: #070707;
}

.top-account__cover {
    height: 190px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.65)),
        radial-gradient(circle at 75% 35%, rgba(255,121,0,.28), transparent 26%),
        linear-gradient(135deg, #191009, #060606 55%, #020202);
}

.top-account__identity {
    position: relative;
    display: flex;
    min-height: 112px;
    padding: 0 26px 22px 174px;
    align-items: center;
    gap: 18px;
}

.top-account__avatar {
    position: absolute;
    bottom: 22px;
    left: 28px;
    width: 122px;
    height: 122px;
}

.top-account__avatar img {
    display: block;
    width: 122px;
    height: 122px;
    border: 4px solid #070707;
    border-radius: 50%;
    object-fit: cover;
}

.top-account__avatar span {
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    border: 3px solid #070707;
    border-radius: 50%;
    background: var(--top-orange);
}

.top-account__identity > div:nth-child(3) {
    min-width: 0;
    flex: 1;
}

.top-account__identity small {
    color: var(--top-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.top-account__identity h1 {
    margin: 5px 0 4px !important;
    color: #fff !important;
    font: 900 34px/1 Arial, sans-serif !important;
    letter-spacing: -.035em;
}

.top-account__identity p {
    margin: 0 !important;
    color: rgba(255,255,255,.42) !important;
    font-size: 10px !important;
}

.top-account__logout {
    display: inline-flex;
    min-height: 38px;
    padding: 0 15px;
    align-items: center;
    color: rgba(255,255,255,.65) !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-account__stats {
    display: grid;
    margin-top: 14px;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
}

.top-account__stats article {
    min-height: 92px;
    padding: 18px;
    border: 1px solid var(--top-line);
    border-radius: 9px;
    background: #070707;
}

.top-account__stats strong {
    display: block;
    color: #fff;
    font-size: 24px;
}

.top-account__stats span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.35);
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-account__grid {
    display: grid;
    margin-top: 14px;
    grid-template-columns: minmax(0,1fr) 330px;
    gap: 14px;
}

.top-account__main,
.top-account__side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.top-account__card {
    padding: 21px;
    border: 1px solid var(--top-line);
    border-radius: 10px;
    background: #070707;
}

.top-account__card > header {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    gap: 11px;
}

.top-account__card > header > span {
    width: 4px;
    height: 31px;
    border-radius: 8px;
    background: linear-gradient(var(--top-gold), var(--top-orange));
    transform: skewX(-12deg);
}

.top-account__card header small {
    display: block;
    margin-bottom: 4px;
    color: var(--top-orange);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.top-account__card header h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.top-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}

.top-badges article {
    position: relative;
    display: grid;
    min-height: 112px;
    padding: 14px;
    grid-template-columns: 48px minmax(0,1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    background: #050505;
}

.top-badges article.is-locked {
    opacity: .45;
    filter: grayscale(1);
}

.top-badge__icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--top-orange);
    border: 1px solid rgba(255,121,0,.34);
    border-radius: 50%;
    background: rgba(255,121,0,.055);
}

.top-badge__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linejoin: round;
}

.top-badges strong {
    color: #fff;
    font-size: 12px;
}

.top-badges p {
    margin: 5px 0 0 !important;
    color: rgba(255,255,255,.39) !important;
    font-size: 9px !important;
    line-height: 1.45 !important;
}

.top-badges article > span {
    position: absolute;
    top: 9px;
    right: 9px;
    color: var(--top-orange);
    font-size: 6px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-account__muted {
    margin: -6px 0 15px !important;
    color: rgba(255,255,255,.42) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

.top-account__roadmap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.top-account__roadmap li {
    position: relative;
    padding: 11px 0 11px 18px;
    color: rgba(255,255,255,.58);
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 10px;
}

.top-account__roadmap li:before {
    position: absolute;
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--top-orange);
    content: "";
}

.top-account-required {
    width: min(720px, calc(100% - 30px));
    margin: 70px auto;
    padding: 44px;
    border: 1px solid var(--top-line);
    border-radius: 12px;
    background: #070707;
    text-align: center;
}

.top-account-required h2 {
    margin: 0 !important;
    color: #fff !important;
}

.top-account-required p {
    color: rgba(255,255,255,.48) !important;
}

.top-account-required a {
    display: inline-flex;
    min-height: 44px;
    margin-top: 12px;
    padding: 0 18px;
    align-items: center;
    color: #000 !important;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--top-gold), var(--top-orange));
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-login-button {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 7px;
    background: rgba(255,255,255,.02);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.top-login-button img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.top-login-button__icon {
    width: 15px;
    height: 15px;
    border: 1.5px solid var(--top-orange, #ff7900);
    border-radius: 50%;
}

@media (max-width: 980px) {
    .top-auth {
        grid-template-columns: 1fr;
    }

    .top-auth__visual {
        min-height: 510px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .top-auth__panel {
        min-height: auto;
        padding: 52px 22px 68px;
    }

    .top-account__grid {
        grid-template-columns: 1fr;
    }

    .top-account__side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 700px) {
    .top-auth__visual {
        min-height: 440px;
        padding: 30px 20px;
    }

    .top-auth__visual-copy h1 {
        font-size: 46px !important;
    }

    .top-auth__perks {
        grid-template-columns: 1fr;
    }

    .top-auth__perks span {
        min-height: 48px;
    }

    .top-auth__row,
    .top-social-buttons {
        grid-template-columns: 1fr;
    }

    .top-auth__tabs {
        grid-template-columns: 1fr;
    }

    .top-account {
        padding: 28px 11px 55px;
    }

    .top-account__cover {
        height: 150px;
    }

    .top-account__identity {
        padding: 72px 17px 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .top-account__avatar {
        top: -58px;
        bottom: auto;
        left: 17px;
    }

    .top-account__logout {
        position: absolute;
        top: 17px;
        right: 17px;
    }

    .top-account__stats,
    .top-badges,
    .top-account__side {
        grid-template-columns: 1fr;
    }
}


.top-free-oauth-button{display:flex!important;width:100%!important;min-height:48px!important;padding:0 14px!important;align-items:center!important;gap:10px!important;color:#fff!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:7px!important;background:#080808!important;font-size:9px!important;font-weight:900!important;text-transform:uppercase!important;box-shadow:none!important;transition:border-color .2s,background .2s,transform .2s}.top-free-oauth-button:hover{border-color:rgba(255,255,255,.28)!important;background:#0d0d0d!important;transform:translateY(-1px)}.top-free-oauth-button.is-disabled{opacity:.42;cursor:not-allowed}.top-free-oauth-button>b,.top-free-oauth-link>b{display:inline-flex;width:28px;height:28px;flex:0 0 28px;align-items:center;justify-content:center;border-radius:50%;font-size:13px;font-weight:900}.top-free-oauth-button.is-google>b,.top-free-oauth-link:nth-child(1)>b{color:#202124;background:#fff}.top-free-oauth-button.is-discord>b,.top-free-oauth-link:nth-child(2)>b{color:#fff;background:#5865f2}.top-free-oauth-link{display:flex!important;width:100%!important;min-height:60px!important;padding:10px 11px!important;align-items:center!important;gap:10px!important;color:#fff!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:7px!important;background:#050505!important}.top-free-oauth-link>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.top-free-oauth-link strong{color:#fff;font-size:10px}.top-free-oauth-link small{color:rgba(255,255,255,.38);font-size:8px}.top-free-oauth-link em,.top-free-oauth-link button{padding:7px 9px;color:#ff7900!important;border:1px solid rgba(255,121,0,.32)!important;border-radius:5px!important;background:rgba(255,121,0,.045)!important;font-size:7px!important;font-style:normal;font-weight:900!important;text-transform:uppercase!important;cursor:pointer}.top-free-oauth-link.is-disabled{opacity:.42}.top-free-oauth-link.is-connected{margin:0}.top-free-oauth-link input{display:none!important}
