.domain-button--timepoints {
    color: #101a12;
    background: #b9f25d;
    box-shadow: 0 18px 42px rgba(88, 168, 60, 0.24);
}

.domain-listing-card--timepoints {
    color: #f8ffe8;
    background:
        radial-gradient(circle at 82% 20%, rgba(185, 242, 93, 0.34), transparent 24%),
        radial-gradient(circle at 16% 74%, rgba(255, 181, 71, 0.22), transparent 28%),
        linear-gradient(140deg, #102116, #1c4132 58%, #174054);
}

.domain-listing-card--timepoints strong {
    max-width: 78%;
    font-size: clamp(1.45rem, 4vw, 2.9rem);
}

.domain-card-timepoints-art {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: min(34%, 150px);
    aspect-ratio: 1;
    border: 1px solid rgba(248, 255, 232, 0.28);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(185, 242, 93, 0.9) 0 8%, transparent 9%),
        conic-gradient(from 20deg, rgba(185, 242, 93, 0.72), rgba(255, 181, 71, 0.68), rgba(96, 200, 220, 0.68), rgba(185, 242, 93, 0.72));
    box-shadow: 0 20px 34px rgba(5, 16, 12, 0.32);
}

.domain-card-timepoints-art::before,
.domain-card-timepoints-art::after,
.domain-card-timepoints-art span {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.domain-card-timepoints-art::before {
    inset: 18%;
    border: 2px solid rgba(248, 255, 232, 0.7);
    background: rgba(16, 33, 22, 0.34);
}

.domain-card-timepoints-art::after {
    left: 49%;
    top: 15%;
    width: 2px;
    height: 34%;
    background: #f8ffe8;
    transform-origin: bottom;
    transform: rotate(49deg);
}

.domain-card-timepoints-art span {
    width: 13%;
    aspect-ratio: 1;
    background: #ffb547;
    box-shadow: 0 0 0 5px rgba(255, 181, 71, 0.18);
}

.domain-card-timepoints-art span:nth-child(1) {
    left: 13%;
    top: 48%;
}

.domain-card-timepoints-art span:nth-child(2) {
    right: 18%;
    top: 20%;
}

.domain-card-timepoints-art span:nth-child(3) {
    right: 21%;
    bottom: 18%;
    background: #60c8dc;
}

.timepoints-hero {
    color: #f8ffe8;
    background:
        radial-gradient(circle at 78% 22%, rgba(185, 242, 93, 0.26), transparent 28%),
        radial-gradient(circle at 20% 80%, rgba(255, 181, 71, 0.18), transparent 30%),
        linear-gradient(135deg, #0d1b13, #173a2d 54%, #123748);
}

.timepoints-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, transparent 0 24%, rgba(185, 242, 93, 0.12) 24% 25%, transparent 25% 52%, rgba(96, 200, 220, 0.12) 52% 53%, transparent 53%),
        repeating-linear-gradient(0deg, rgba(248, 255, 232, 0.05) 0 1px, transparent 1px 10px);
}

.timepoints-hero .domain-kicker,
.domain-inquiry-page--timepoints .domain-kicker,
.sale-detail--timepoints .domain-kicker {
    color: #b9f25d;
}

.timepoints-heading h1 {
    display: grid;
    gap: 0.12em;
    white-space: normal;
}

.timepoints-heading h1 span {
    display: block;
}

.timepoints-orbit {
    position: relative;
    z-index: 2;
    width: min(430px, 100%);
    aspect-ratio: 1;
    align-self: center;
    justify-self: end;
    display: grid;
    place-items: center;
}

.timepoints-ring {
    position: absolute;
    width: 78%;
    aspect-ratio: 1;
    border: 2px solid rgba(248, 255, 232, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(185, 242, 93, 0.84) 0 8%, transparent 9%),
        conic-gradient(from -35deg, rgba(185, 242, 93, 0.56), rgba(255, 181, 71, 0.44), rgba(96, 200, 220, 0.5), rgba(185, 242, 93, 0.56));
    box-shadow: 0 28px 70px rgba(4, 13, 10, 0.34);
}

.timepoints-axis {
    position: absolute;
    width: 4px;
    height: 37%;
    background: #f8ffe8;
    border-radius: 999px;
    transform-origin: bottom;
    transform: translateY(-50%) rotate(48deg);
    box-shadow: 0 0 24px rgba(248, 255, 232, 0.42);
}

.timepoints-node {
    position: absolute;
    width: 12%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: #ffb547;
    box-shadow:
        0 0 0 8px rgba(255, 181, 71, 0.14),
        0 14px 26px rgba(4, 13, 10, 0.24);
}

.timepoints-node--one {
    left: 8%;
    top: 43%;
}

.timepoints-node--two {
    right: 13%;
    top: 16%;
    background: #b9f25d;
    box-shadow:
        0 0 0 8px rgba(185, 242, 93, 0.14),
        0 14px 26px rgba(4, 13, 10, 0.24);
}

.timepoints-node--three {
    right: 17%;
    bottom: 13%;
    background: #60c8dc;
    box-shadow:
        0 0 0 8px rgba(96, 200, 220, 0.16),
        0 14px 26px rgba(4, 13, 10, 0.24);
}

.timepoints-node--four {
    left: 23%;
    bottom: 15%;
    background: #f8ffe8;
}

.timepoints-score {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34%;
    aspect-ratio: 1;
    color: #102116;
    background: #b9f25d;
    border-radius: 999px;
    font-size: clamp(2.2rem, 7vw, 4.4rem);
    font-weight: 950;
    box-shadow:
        inset 0 0 0 9px rgba(248, 255, 232, 0.42),
        0 28px 70px rgba(4, 13, 10, 0.32);
}

.sale-detail--timepoints {
    color: #102116;
    background:
        linear-gradient(135deg, #f8ffe8, #e4f5d2 48%, #d9f0ee);
}

.sale-detail--timepoints p {
    color: rgba(16, 33, 22, 0.74);
}

.sale-detail--timepoints .sale-points p {
    color: #102116;
    background: rgba(255, 255, 255, 0.66);
    border-color: rgba(23, 58, 45, 0.16);
    box-shadow: 0 16px 36px rgba(16, 33, 22, 0.08);
}

.domain-inquiry-page--timepoints .domain-inquiry-shell {
    color: #f8ffe8;
    background:
        radial-gradient(circle at 80% 16%, rgba(185, 242, 93, 0.24), transparent 26%),
        linear-gradient(135deg, #0d1b13, #173a2d 58%, #123748);
}

.timepoints-orbit--inquiry {
    position: absolute;
    inset: auto max(1rem, 6vw) 8% auto;
    width: min(330px, 42vw);
    opacity: 0.78;
}

.domain-inquiry-page--timepoints .domain-inquiry-card {
    color: #102116;
    background: rgba(248, 255, 232, 0.9);
    border-color: rgba(185, 242, 93, 0.42);
    box-shadow: 0 30px 90px rgba(4, 13, 10, 0.36);
}

.domain-inquiry-page--timepoints .domain-inquiry-input {
    color: #102116;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(23, 58, 45, 0.22);
}

.domain-inquiry-page--timepoints .domain-inquiry-input:focus {
    outline-color: rgba(185, 242, 93, 0.32);
    border-color: rgba(23, 58, 45, 0.58);
}

.domain-inquiry-page--timepoints .domain-inquiry-note {
    color: rgba(16, 33, 22, 0.68);
}

.domain-inquiry-page--timepoints .domain-inquiry-errors p {
    color: #2f6b43;
}

@media (max-width: 860px) {
    .timepoints-orbit {
        width: min(360px, 88vw);
        justify-self: center;
        margin: 1rem auto 0;
    }

    .timepoints-orbit--inquiry {
        inset: 5% 50% auto auto;
        width: min(260px, 58vw);
        transform: translateX(50%);
    }
}
