.domain-button--electric {
    color: #03110d;
    background: #3df2bd;
    box-shadow: 0 18px 42px rgba(61, 242, 189, 0.2);
}

.domain-listing-card--clusterflux {
    color: #dffdf3;
    background:
        radial-gradient(circle at 78% 24%, rgba(61, 242, 189, 0.34), transparent 24%),
        radial-gradient(circle at 20% 76%, rgba(255, 204, 102, 0.22), transparent 28%),
        #07100e;
}

.clusterflux-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
    color: #eafff7;
    background: #07100e;
}

.clusterflux-canvas,
.clusterflux-scan {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.clusterflux-canvas {
    z-index: 0;
}

.clusterflux-scan {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 16, 14, 0.92) 0%, rgba(7, 16, 14, 0.5) 45%, rgba(7, 16, 14, 0.12) 100%),
        repeating-linear-gradient(180deg, rgba(234, 255, 247, 0.04) 0 1px, transparent 1px 5px);
}

.clusterflux-hero .domain-kicker {
    color: #3df2bd;
}

.clusterflux-metrics {
    position: relative;
    z-index: 2;
    width: min(260px, 100%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.9rem;
    align-self: end;
    justify-self: end;
    padding: 1rem;
    color: #dffdf3;
    background: rgba(6, 28, 23, 0.78);
    border: 1px solid rgba(61, 242, 189, 0.3);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.clusterflux-metrics span {
    color: rgba(223, 253, 243, 0.66);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.clusterflux-metrics strong {
    color: #ffcc66;
}

.sale-detail--clusterflux {
    color: #eafff7;
    background: #0a1714;
}

.sale-detail--clusterflux p {
    color: rgba(234, 255, 247, 0.72);
}

.sale-detail--clusterflux .sale-points p {
    background: rgba(6, 28, 23, 0.78);
    border-color: rgba(61, 242, 189, 0.18);
}

.domain-inquiry-page--clusterflux .domain-inquiry-shell {
    color: #eafff7;
    background: #07100e;
}

.domain-inquiry-page--clusterflux .domain-inquiry-card {
    color: #eafff7;
    background: rgba(6, 28, 23, 0.82);
    border-color: rgba(61, 242, 189, 0.24);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.domain-inquiry-page--clusterflux .domain-inquiry-input {
    color: #eafff7;
    background: rgba(4, 16, 14, 0.82);
    border-color: rgba(61, 242, 189, 0.24);
}

.domain-inquiry-page--clusterflux .domain-inquiry-input:focus {
    outline-color: rgba(61, 242, 189, 0.22);
    border-color: rgba(61, 242, 189, 0.62);
}

.domain-inquiry-page--clusterflux .domain-inquiry-note {
    color: rgba(234, 255, 247, 0.68);
}

.domain-inquiry-page--clusterflux .domain-inquiry-errors p {
    color: #ffcc66;
}

@media (max-width: 860px) {
    .clusterflux-metrics {
        justify-self: start;
    }
}
