.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 140px 40px 100px;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.hero-inner {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    position: relative;
    z-index: 10
}

.hero-h1 {
    font-family: 'Inter Tight', sans-serif;
    font-size: clamp(48px, 8vw, 108px);
    font-weight: 900;
    font-style: italic;
    letter-spacing: -.04em;
    line-height: .92;
    text-transform: uppercase;
    background: linear-gradient(125deg, #fff 0, #fff 22%, #e27a7a 30%, #d45a5a 42%, #b42a2a 56%, #b42a2a 70%, #8f2020 85%, #691919 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.hero-h1 .acc,
.hero-h1 .out {
    color: inherit;
    -webkit-text-fill-color: inherit;
    text-shadow: none
}

.hero-desc {
    font-family: 'Inter Tight', sans-serif;
    font-size: 18px;
    color: var(--n400);
    font-weight: 600;
    line-height: 1.65;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    word-break: keep-all;
    overflow-wrap: normal
}

.hero-desc strong {
    color: #fff;
    font-weight: 700
}

.hero-desc-p1 {
    opacity: 0;
    transform: translateY(18px)
}

.hero-desc-p1.go {
    transition: opacity .75s, transform .75s;
    opacity: 1;
    transform: translateY(0)
}

.hero-desc-p2 {
    opacity: 0;
    transform: translateY(18px)
}

.hero-desc-p2.go {
    transition: opacity .75s, transform .75s;
    opacity: 1;
    transform: translateY(0)
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px;
    border-radius: 9999px;
    border: 1px solid rgba(180, 42, 42, .2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: rgba(22, 6, 6, .94);
    box-shadow: inset 0 -10px 20px rgba(180, 42, 42, .05), 0 0 20px rgba(180, 42, 42, .15);
    width: fit-content;
    align-self: center
}

.hero-badge:hover .hero-badge-glow {
    opacity: 1 !important
}

.hero-badge:hover svg {
    transform: scale(1.1)
}

.hero-badge span {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .25em;
    background: linear-gradient(90deg, #d45a5a, #b42a2a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 8px
}

.btn-dl {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 18px;
    border-radius: 8px;
    overflow: hidden;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: rgba(16, 4, 4, .98);
    box-shadow: inset 0 -10px 20px rgba(180, 42, 42, .08), 0 15px 40px rgba(0, 0, 0, .7);
    transition: .3s;
    border: none
}

.btn-dl-ct {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #fff 0, #f3caca 50%, #e27a7a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.btn-dl-ct svg {
    color: #f3caca;
    -webkit-text-fill-color: #f3caca;
    flex-shrink: 0
}

.btn-dl-glow {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 60%;
    height: 60%;
    border-radius: 9999px;
    background: rgba(180, 42, 42, .4);
    filter: blur(20px);
    z-index: 0;
    transition: background .3s cubic-bezier(.16, 1, .3, 1)
}

.btn-dl:hover {
    transform: translateY(-2px)
}

.btn-dl:hover .btn-dl-glow {
    background: rgba(180, 42, 42, .65)
}

.btn-ver {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 8px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    background: rgba(16, 4, 4, .9);
    border: 1px solid rgba(180, 42, 42, .25);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: .3s
}

.btn-ver:hover {
    border-color: rgba(180, 42, 42, .6);
    color: var(--brand);
    transform: translateY(-2px);
    background: rgba(180, 42, 42, .06)
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-top: 96px;
    padding-left: 48px
}

.hero-frame {
    position: relative;
    width: 100%;
    max-width: 85%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    border-radius: 24px
}

.hero-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.hero-ph-icon {
    color: var(--brand);
    opacity: .35
}

.hero-ph-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .1)
}

.frame-svg {
    position: absolute;
    inset: -1px;
    pointer-events: none;
    z-index: 50;
    border-radius: 25px
}

.frame-svg svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible
}

.hero-glow {
    position: absolute;
    inset: -64px;
    background: radial-gradient(ellipse, rgba(180, 42, 42, .2), transparent 62%);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    opacity: .5
}

.hero-glow2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(180, 42, 42, .05), transparent 62%);
    border-radius: 50%;
    z-index: -2;
    pointer-events: none
}

.hero-glow-r {
    position: absolute;
    right: -80px;
    top: 0;
    width: 320px;
    height: 320px;
    background: rgba(180, 42, 42, .1);
    filter: blur(100px);
    border-radius: 50%;
    z-index: -3;
    pointer-events: none
}

.hero-glow-rb {
    position: absolute;
    right: -160px;
    bottom: 80px;
    width: 384px;
    height: 384px;
    background: rgba(180, 42, 42, .15);
    filter: blur(130px);
    border-radius: 50%;
    z-index: -3;
    pointer-events: none
}

.pg-back {
    position: fixed;
    top: 104px;
    left: 380px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--n600);
    cursor: pointer;
    transition: color .2s;
    z-index: 200
}

.pg-back:hover {
    color: #fff
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    will-change: transform;
    transition: .5s ease-out;
    border-radius: 22px
}

.plan-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .5)
}

.plan-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, transparent, var(--plan-accent, #b42a2a), transparent)
}

#aval-view {
    padding: 130px 40px 80px;
    text-align: center;
    position: relative
}

.aval-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: var(--n500)
}

.aval-tag::after,
.aval-tag::before {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--n600)
}

.aval-h1 {
    font-size: clamp(34px, 5.5vw, 66px);
    font-weight: 900;
    letter-spacing: -.03em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.05;
    margin-bottom: 12px
}

.aval-h1 .acc {
    color: var(--brand)
}

.aval-sub {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--n500);
    margin-bottom: 54px;
    line-height: 1.7
}

.aval-masonry {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 780px;
    margin: 0 auto 40px;
    background: rgba(30, 31, 34, .95);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06)
}

.aval-card {
    display: block;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 18px 20px;
    position: relative;
    transition: background .15s
}

.aval-card::before {
    display: none
}

.aval-card:hover {
    background: rgba(255, 255, 255, .03)
}

.aval-card:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.aval-hdr {
    display: flex;
    align-items: flex-start;
    gap: 14px
}

.aval-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    margin-top: 2px
}

.aval-msg {
    flex: 1
}

.aval-msg-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}

.aval-nm {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.aval-role {
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.aval-ts {
    font-size: 11px;
    color: var(--n600);
    margin-left: 4px
}

.aval-txt {
    font-size: 14px;
    color: rgba(220, 221, 222, .85);
    line-height: 1.6
}

.aval-stars {
    display: flex;
    gap: 2px;
    margin-top: 6px
}

.aval-react {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, .6)
}

.aval-channel-hdr {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.aval-channel-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(180, 42, 42, .15);
    border: 1px solid rgba(180, 42, 42, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b42a2a
}

.aval-channel-name {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.aval-channel-sub {
    font-size: 11px;
    color: var(--n500);
    margin-top: 1px
}

.aval-channel-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    background: rgba(87, 242, 135, .15);
    border: 1px solid rgba(87, 242, 135, .3);
    color: #57f287;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.btn-ver-mais {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--n400);
    transition: .25s
}

.btn-ver-mais:hover {
    color: var(--brand);
    border-color: rgba(180, 42, 42, .45);
    background: rgba(180, 42, 42, .06);
    transform: translateY(-2px)
}

#perfil-view {
    padding: 90px 24px 60px;
    min-height: 100vh
}

.perfil-shell {
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(18, 8, 8, .92);
    backdrop-filter: blur(28px) saturate(1.3);
    -webkit-backdrop-filter: blur(28px) saturate(1.3);
    border: 1px solid rgba(180, 42, 42, .14);
    border-radius: 22px;
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 600px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.perfil-side {
    background: rgba(180, 42, 42, .02);
    border-right: 1px solid rgba(180, 42, 42, .1);
    display: flex;
    flex-direction: column
}

.perfil-side-top {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    gap: 10px
}

.perfil-side-back {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--n500);
    transition: color .2s;
    cursor: pointer;
    flex-shrink: 0
}

.perfil-side-back:hover {
    color: #fff
}

.perfil-side-title {
    font-size: 15px;
    font-weight: 800
}

.perfil-side-nav {
    flex: 1;
    padding: 12px 8px
}

.perfil-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--n400);
    cursor: pointer;
    border-radius: 10px;
    transition: .15s;
    position: relative
}

.perfil-nav-item:hover {
    background: rgba(255, 255, 255, .04);
    color: #fff
}

.perfil-nav-item.active {
    background: linear-gradient(135deg, rgba(180, 42, 42, .16), rgba(180, 42, 42, .04));
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04)
}

.perfil-nav-item.active::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: var(--brand);
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(180, 42, 42, .6)
}

.perfil-nav-item svg {
    flex-shrink: 0;
    opacity: .5
}

.perfil-nav-item.active svg,
.perfil-nav-item:hover svg {
    opacity: 1
}

.perfil-side-user {
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    gap: 10px
}

.perfil-side-av {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    border: 2px solid var(--brand-30);
    background: var(--brand-10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(180, 42, 42, .25)
}

.perfil-side-av img,
.profile-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block
}

.perfil-side-uname {
    font-size: 13px;
    font-weight: 700
}

.perfil-main {
    padding: 28px;
    overflow-y: auto
}

.perfil-panel {
    display: none
}

.perfil-panel.active {
    display: block
}

.profile-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
    position: relative
}

.profile-av-wrap {
    position: relative;
    flex-shrink: 0
}

.profile-av {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    border: 2px solid var(--brand-30);
    background: linear-gradient(135deg, rgba(180, 42, 42, .18), rgba(180, 42, 42, .05));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    box-shadow: 0 0 20px rgba(180, 42, 42, .2)
}

.profile-av-badge {
    position: absolute;
    bottom: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.profile-name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 2px
}

.profile-email {
    font-size: 12px;
    color: var(--n500);
    margin-bottom: 5px
}

.profile-active {
    font-size: 10px;
    font-weight: 700;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: .1em
}

.profile-ir {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 20px;
    background: var(--brand);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 10px;
    transition: .2s;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 16px rgba(180, 42, 42, .3)
}

.profile-ir:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(180, 42, 42, .45)
}

.profile-progress-wrap {
    margin-bottom: 18px
}

.profile-progress-hdr {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    color: var(--n400);
    margin-bottom: 5px
}

.profile-progress-bar {
    height: 5px;
    background: rgba(255, 255, 255, .08);
    border-radius: 3px;
    overflow: hidden
}

.profile-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand), #f59e0b);
    border-radius: 3px;
    width: 30%
}

.profile-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    margin-bottom: 22px
}

.profile-badge {
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: border-color .2s
}

.profile-badge:hover {
    border-color: rgba(180, 42, 42, .3)
}

.profile-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.profile-badge-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--n500)
}

.profile-badge-value {
    font-size: 11px;
    font-weight: 800;
    color: #fff
}

.profile-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.profile-section {
    background: rgba(255, 255, 255, .015);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 16px;
    padding: 18px
}

.profile-section-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.profile-section-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.profile-section-badge {
    font-size: 10px;
    color: var(--n500)
}

.profile-cred-item {
    padding: 12px 14px;
    background: rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 11px;
    margin-bottom: 9px;
    position: relative;
    transition: border-color .2s
}

.profile-cred-item:hover {
    border-color: rgba(180, 42, 42, .25)
}

.profile-cred-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--n500);
    margin-bottom: 3px
}

.profile-cred-val {
    font-size: 12px;
    font-weight: 700
}

.profile-cred-copy {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    color: var(--n600);
    cursor: pointer;
    transition: color .2s;
    border: none;
    background: 0 0
}

.profile-cred-copy:hover {
    color: #fff
}

.profile-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
    display: inline-block;
    animation: 2s infinite blink
}

.profile-sem-assinatura {
    text-align: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px;
    margin-bottom: 10px;
    background: rgba(180, 42, 42, .02)
}

.profile-sem-assinatura p {
    font-size: 10px;
    color: var(--n600);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.profile-ver-planos {
    font-size: 11px;
    font-weight: 900;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer
}

.profile-ultimos-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--n600);
    margin-bottom: 6px
}

.profile-nenhum {
    font-size: 11px;
    color: var(--n600);
    font-style: italic
}

.compras-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.compras-title {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px
}

.compras-title .acc {
    color: var(--brand)
}

.compras-total-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px
}

.compras-total-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--n500)
}

.compras-total-num {
    font-size: 18px;
    font-weight: 900
}

.compras-empty {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 10px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center
}

.compras-empty-icon {
    color: rgba(255, 255, 255, .1)
}

.compras-empty-title {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase
}

.compras-empty-sub {
    font-size: 12px;
    color: var(--n500);
    max-width: 260px;
    line-height: 1.6
}

.btn-explorar {
    padding: 10px 28px;
    background: var(--brand);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 6px;
    transition: filter .2s;
    margin-top: 4px;
    cursor: pointer;
    border: none
}

.btn-explorar:hover {
    filter: brightness(1.1)
}

.bio-wrap {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 10px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    min-height: 380px;
    justify-content: center
}

.bio-icon-wrap {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bio-spark {
    position: absolute;
    top: -6px;
    right: -4px;
    color: #d45a5a
}

.bio-title {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase
}

.bio-title .acc {
    color: var(--brand)
}

.bio-desc {
    font-size: 13px;
    color: var(--n400);
    line-height: 1.7;
    max-width: 320px
}

.bio-avail {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--n600)
}

.btn-discord-bio {
    padding: 10px 28px;
    background: var(--brand);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: filter .2s;
    cursor: pointer;
    border: none
}

.btn-discord-bio:hover {
    filter: brightness(1.1)
}

.admin-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px
}

.admin-title {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -.01em
}

.admin-period-btns {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.adm-period {
    padding: 6px 14px;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .15em;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--n500);
    cursor: pointer;
    transition: .2s;
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px)
}

.adm-period:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .2)
}

.adm-period.on {
    background: var(--brand-10);
    border-color: var(--brand-30);
    color: var(--brand)
}

.adm-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px
}

.adm-card {
    padding: 16px 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px)
}

.adm-card-label {
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--n600);
    margin-bottom: 8px
}

.adm-card-val {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 4px
}

.adm-card-sub {
    font-size: 10px;
    color: var(--n500);
    text-transform: uppercase;
    letter-spacing: .08em
}

.adm-section-title {
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--n600);
    margin-bottom: 12px
}

.adm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .05);
    margin-bottom: 6px
}

.adm-row-plan {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #fff
}

.adm-row-user {
    font-size: 10px;
    color: var(--n500);
    margin-top: 2px
}

.adm-row-right {
    text-align: right
}

.adm-row-val {
    font-size: 12px;
    font-weight: 900;
    color: #fff
}

.adm-row-date {
    font-size: 9px;
    color: var(--n600);
    margin-top: 2px
}

.adm-row-status {
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 2px
}

.compras-loading {
    font-size: 11px;
    color: var(--n600);
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px 0
}

.compra-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, rgba(180, 42, 42, .07), rgba(180, 42, 42, .02));
    border: 1px solid rgba(180, 42, 42, .14);
    margin-bottom: 10px;
    border-radius: 14px;
    transition: border-color .2s, transform .2s
}

.compra-card:hover {
    border-color: rgba(180, 42, 42, .35);
    transform: translateX(2px)
}

.compra-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(180, 42, 42, .15), rgba(180, 42, 42, .05));
    border: 1px solid rgba(180, 42, 42, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px
}

.compra-card-info {
    flex: 1
}

.compra-plan {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    margin-bottom: 4px
}

.compra-meta {
    font-size: 10px;
    color: var(--n500);
    text-transform: uppercase;
    letter-spacing: .06em
}

.compra-card-right {
    text-align: right;
    flex-shrink: 0
}

.compra-valor {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 4px
}

.compra-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #16a34a;
    background: rgba(22, 163, 74, .12);
    border: 1px solid rgba(22, 163, 74, .3);
    padding: 3px 9px;
    border-radius: 99px
}

.afil-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    margin-bottom: 8px;
    cursor: pointer;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    transition: .2s
}

.afil-card:hover {
    background: rgba(180, 42, 42, .06);
    border-color: rgba(180, 42, 42, .3);
    transform: translateX(2px)
}

.afil-card-name {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .03em
}

.afil-card-code {
    font-size: 10px;
    color: var(--n500);
    font-family: monospace;
    margin-top: 3px
}

.afil-card-pending {
    text-align: right
}

.afil-card-pending-val {
    font-size: 14px;
    font-weight: 900;
    color: var(--brand)
}

.afil-card-pending-lbl {
    font-size: 8px;
    color: var(--n600);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-top: 2px
}

.afil-card-inactive {
    opacity: .45
}

@media (max-width:768px) {
    #perfil-view {
        padding: 80px 12px 40px
    }
    .perfil-shell {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 10px
    }
    .perfil-side {
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .06)
    }
    .perfil-side-top {
        padding: 14px 12px;
        flex-shrink: 0;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, .06)
    }
    .perfil-side-nav {
        flex: 1;
        display: flex;
        gap: 4px;
        padding: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .perfil-nav-item {
        flex-shrink: 0;
        padding: 8px 12px;
        white-space: nowrap
    }
    .perfil-nav-item.active::before {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
        transform: none;
        border-radius: 2px 2px 0 0
    }
    .perfil-side-user {
        display: none
    }
    .perfil-main {
        padding: 16px
    }
    .profile-header {
        flex-wrap: wrap
    }
    .profile-ir {
        position: static;
        margin-top: 10px;
        width: 100%
    }
    .admin-header {
        flex-direction: column;
        align-items: flex-start
    }
}
