.mapa-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
@media(max-width: 650px){
    .mapa-box{
        width: 120vw;
    }
    body:not(.admin-bar) .mapa-box{
        top: 2rem;
    }
    body.admin-bar .mapa-box{
        top: calc(48px + 2rem);
    }
}
.mapa-box .mapa{
    width: 100%;
}
.ping,
.ping::before{
    position: absolute;
    transform: translate(-50%,-50%);
}
.ping{
    width: 6px;
    height: 6px;
    top: 45.4%;
    left: 63.5%;
    background-color: var(--color4);
    border-radius: 6px;
}
.ping::before{
    content: '';
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color4);
    border-radius: 100%;
    animation: abuDhabiRing 3s ease-out infinite;
}
@keyframes abuDhabiPulse {
    0%, 100% { 
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.2;
    }
} 
@keyframes abuDhabiRing {
    0% { 
        width: 16px;
        height: 16px;
        opacity: .6;
    }
    100% { 
        width: 60px;
        height: 60px;
        opacity: 0;
    }
} 

.dashboard {
    display: flex;
    flex-direction: column;
}
@media(max-width: 650px){
    .dashboard {
        gap: 1.25em;
        margin-top: 5.5em;
    }
    .dashboard:not(:last-child){
        margin-bottom: 1.25em;
    }
}

.loading {
    display: inline-block;
    background: linear-gradient(90deg, #141620, #191c28, #141620);
    background-size: 200% 100%;
    animation: shimmer 1.8s ease-in-out infinite;
    border-radius: 4px;
    color: transparent !important;
}
@keyframes shimmer {
    0% { 
        background-position: 200% 0;
    }
    100% { 
        background-position: -200% 0;
    }
}

.section-header {
    display: flex;
    align-items: center;
    gap: .625em;
}
.section-header:not(:first-child){
    margin-top: .875em;
}
.section-header:not(:last-child){
    margin-bottom: .5em;
}
.section-title {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    color: var(--color4);
    letter-spacing: .14em;
    text-transform: uppercase;
}
.section-line {
    flex: 1;
    height: 1px;
    background: var(--color3);
}
/* One line of context directly under a section heading, for the case where the
   figures below are dated differently from the page and the reader is entitled
   to know why before reading them rather than after. */
.section-note {
    margin: -.25em 0 1.25em;
    max-width: 68ch;
    font-size: .8125em;
    line-height: 1.65;
    color: var(--color2);
}

.card,
.dflt:not(:empty) {
    background: #00000029;
    backdrop-filter: blur(12px);    
    border-radius: 1.5em;
    position: relative;
    overflow: hidden;
}
.card.rewards:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(118.8deg, #08F59A 0%, rgba(5, 143, 90, 0) 21.87%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
@media(max-width: 650px){
    .card,
    .container > .dflt:not(:empty){
        padding: 2em 1.5em;
    }
    .card{
        box-shadow: 0px 0px 80px #00FF803D;
    }
}
.card:hover {
    
}

@media(max-width: 650px){
    .card:not(.rewards) .titleBigBrd{
        font-size: 1.5em;
    }
}

.sublabel{
    font-weight: 400;
    line-height: 1.6;
    color: var(--color2);
}
.sublabel.small{
    font-size: .875em;
}
.titleBigBrd + .sublabel{
    border-left-style: solid;
    border-left-color: var(--color4);
    margin-top: -2px;
    padding-top: 2px;
}
@media(max-width: 992px){
    .titleBigBrd + .sublabel{
        border-left-width: 3px;
        padding-left: .75rem;
    }
}

.card .titleSmall {
    color: var(--color4);
}

.card-value {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: var(--color4);
}
.card-body > .card-value{
    margin-bottom: .5rem;
}
@media(max-width: 650px){
    .card-value {
        font-size: 2.2em;
    }
}

.card-body{
    margin-top: 1.5em;
}

.flx-rewards.standart .flx-values,
.flx-rewards.dynamic .column-values{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flx-values.left .sublabel{
    color: var(--color7);
}
.flx-rewards.dynamic .card-item:not(:first-child){
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #FFFFFF1A;
}
@media(max-width: 992px){
    .flx-rewards.dynamic{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media(max-width: 650px){
    .flx-values{
        flex-direction: column;
        gap: .75em 0;
        align-items: flex-start;
    }
}

/* rewards */
.rewards-value {
    color: var(--color4);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
}
.rewards-usd {
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.03em;
}
.rewards-chip {
    font-size: .75em;
    display: inline-flex;
    align-items: center;
    border-radius: .5em;
    padding: .5em 1em;
    gap: .5em;
    background: #0000004D;
    border: 1px solid #1A1A1A;    
}
.flx-rewards.standart .rewards-chip {
    font-size: .75em;
}
.flx-rewards.dynamic .rewards-chip {
    font-size: .9375em;
}
@media(max-width: 650px){
    .flx-rewards.standart .card.rewards{
        margin-top: 1.75rem;
    }
    .flx-rewards.dynamic{
        gap: 1.25em 0;
    }
    .rewards-value{
        font-size: 2.2em;
    }
    .rewards-usd {
        font-size: 1.5625em;
    }
    .flx-rewards .column-values .rewards-meta{
        margin-top: .75rem;
    }
    .card.rewards .flx-values:not(:last-child){
        margin-bottom: 1.5em;
    }
    .flx-rewards.dynamic .column-values{
        flex-direction: column;
        align-items: flex-start;
        margin-top: .75em;
    }
}

.hero-row,
.metrics-row,
.stats-row,
.info-row {
    display: grid;
}
.dashboard.ver0 .hero-row,
.dashboard.ver0 .metrics-row,
.dashboard.ver0 .stats-row,
.dashboard.ver0 .info-row {
    gap: 1em;
} 
.dashboard.ver1 .hero-row,
.dashboard.ver1 .metrics-row,
.dashboard.ver1 .stats-row,
.dashboard.ver1 .info-row {
    gap: 2em;
} 

/* stats */
.stat-value {
    font-weight: 600;
    font-size: 1.875em;
    line-height: 1.2em;
    letter-spacing: -.03em;
    color: var(--color4);
}
.stat-change {
    font-weight: 400;
    font-size: .875em;
    line-height: 1.6;
    margin-top: .5rem;
}

/* validator */
.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    color: var(--color7);
}
@media(max-width: 650px){
    .detail-row{
        flex-direction: column;
        align-items: flex-start;
        gap: .5em;
    }
}
.detail-row:first-child{
    margin-top: 1em;
}
.detail-row:not(:last-child) {
    border-bottom: 1px solid #1A1A1A;
}
.detail-label {
    font-size: .875em;
}
.detail-value {
    font-size: .875em;
    font-weight: 600;
    word-break: break-all;
}

/* backers */
.backer-row {
    display: flex;
    align-items: center;
    gap: 1em 1.5em;
    padding: 1em 0;
    color: var(--color7);
}
.backer-row:first-child{
    padding-top: .5em;
}
.backer-row:not(:last-child){
    border-bottom: 1px solid #1A1A1A;
}
.backer-avatar {
    width: 4em;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.backer-info { 
    flex: 1;
}
.backer-name { 
    color: var(--color4);
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0!important;
}
.backer-role { 
    font-size: .875em; 
}

@media (max-width: 992px) {
    .hero-row {
        grid-template-columns: 1fr;
    }
    .metrics-row { 
        grid-template-columns: 1fr;
    }
    .info-row {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 650px) {
    .stats-row { 
        grid-template-columns: 1fr;
    }
}

footer{
    position: relative;
    background-color: var(--color10);
}
