:root{--accent:#550c0c;--violet:#550c0c;--accent-d:#550c0c;--accent-2:#922f2f;--cyan:#922f2f;--radius:14px;--radius-sm:10px;--font:"Trebuchet MS", "Segoe UI", sans-serif;}
:root {
    --cyan-2: 0 0 24px rgba(85, 12, 12, .55); 
    --glow-v: 0 0 24px rgba(85, 12, 12, .55); 
    --glow-c: 0 0 24px rgba(85, 12, 12, .55); 
    --violet: rgba(85, 12, 12, .55);
    --violet-2: rgba(85, 12, 12, .55);
    --line-soft: #4b1313;
    --line: #4b1313;
    --surface: #111111;
    --line-soft: #4b1313;
    --surface-2: #9d2222;
    --grad-soft: linear-gradient(110deg, rgb(201 0 0), rgb(255 0 0 / 70%));
    --grad: #922f2f;
}

.btn--primary:hover {
    box-shadow: 0 0 34px rgba(85, 12, 12, .7);
}

.welcome__avatar {
    display:none;
}

.pcard:hover {
    transform: translateY(-5px);
    border-color: var(--violet);
    box-shadow: 0 0 0 1px var(--violet), 0 24px 50px -22px rgba(85, 12, 12, .6);
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(140deg, rgb(255 1 1 / 50%));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.wallet svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
    stroke: none;
}

.styleswitch select {
    fill: #000000;
}

.sumrow--total b {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
}

.hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 211, 238, .06);
    border: 1px solid rgba(34, 211, 238, .3);
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 999px;
    font-size: 13px;
    box-shadow: var(--glow-c);
}

.hero__title {
    font-size: clamp(44px, 7vw, 82px);
    font-weight: 900;
    letter-spacing: 1px;
    margin: 20px 0 16px;
    text-transform: uppercase;
    background: linear-gradient(120deg, #fff 10%, var(--violet-2) 50%, var(--cyan-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    text-shadow: 0 0 60px rgba(168, 85, 247, .3);
}

.cta__box {
    position: relative;
    background: #111;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 50px;
    text-align: center;
    overflow: hidden;
}

.orb--1 {
    width: 210px;
    height: 210px;
    top: 30px;
    right: 60px;
    background: radial-gradient(circle at 35% 30%, #9b21b6, #5b21b6);
    box-shadow: 0 0 80px -10px #5b21b6;
}

.promobar__icon svg {
    fill: #fff;
    stroke: none;
    width: 22px;
    height: 22px;
}

.bonus__icon svg {
    fill: #fff;
    stroke: none;
    width: 22px;
    height: 22px;
}

.projtabs__tab {
    padding: 10px 20px;
    border-radius: 11px;
    background: #631010;
    border: 1px solid var(--line);
    color: #fff;
    font-weight: 700;
    letter-spacing: .4px;
    transition: .16s;
}

body {
    background: radial-gradient(900px 600px at 85% -5%, rgb(247 85 85 / 22%), transparent 60%), radial-gradient(800px 600px at 0% 10%, rgba(34, 211, 238, .14), transparent 55%), linear-gradient(180deg, #0e0000, var(--bg-2));
    background-attachment: fixed;
    color: var(--text);
    font-family: var(--font);
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    position: relative;
}

.brand--admin .brand__name {
    color: #fff;
}

.acard__value {
    color: #fff;
}

.pcard__now {
    color: #fff;
}

.usermenu__drop a:hover, .mainnav__drop a:hover {
    background: var(--surface-3);
    color: #fff;
}

.adminnav a:hover {
    color: #fff;
}

.lnav__links a:hover {
    color: #fff;
}

.zblock {
    display:none;
}

a:hover {
    color: #fff;
}

.input:focus {
    outline: none;
    border-color: var(--violet);
    box-shadow: 0 0 0 3px #111, var(--glow-v);
}

.wallet {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid var(--line);
    padding: 9px 14px;
    border-radius: 11px;
    color: var(--text);
    font-weight: 700;
    font-size: 14px;
    transition: .16s;
}

.palettebtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid var(--line);
    padding: 9px 14px;
    border-radius: 11px;
    color: var(--text);
    font-weight: 700;
    font-size: 14px;
    transition: .16s;
}

.lstats__item b {
    color: #fff;
}

.planet {
    position: absolute;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    left: 60px;
    bottom: 50px;
    background: radial-gradient(circle at 35% 30%, #22d3ee, #155e75);
    box-shadow: 0 0 60px -10px #22d3ee;
    animation: float 8s ease-in-out infinite;
}


.orb--2 {
    width: 74px;
    height: 74px;
    bottom: 40px;
    right: 240px;
    background: radial-gradient(circle at 35% 30%, #67e8f9, #0e7490);
    box-shadow: 0 0 50px -6px #22d3ee;
    animation-delay: 1.2s;
}

.brand__mark {
    display: none;
}

.brand--lg {
    display: none;
}

.stylecard__swatch {
    display: none;
}