:root {
    --profile-bg: #05070d;
    --profile-line: rgba(255,255,255,.085);
    --profile-text: #f1f4fb;
    --profile-muted: #8a92a5;
    --profile-dim: #5c6475;
    --profile-blue: #86a0ff;
    --rating-1: #ef5b68;
    --rating-2: #f08a4b;
    --rating-3: #e6b64d;
    --rating-4: #78c96a;
    --rating-5: #27c48f;
}

.profile-body {
    background: var(--profile-bg);
}

.profile-page {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 30px 0 68px;
}

.profile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
}

.mini-brand {
    display: inline-flex;
    align-items: baseline;
    color: #70788a;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    letter-spacing: -.045em;
}

.mini-brand strong {
    color: #f4f6fc;
    font-size: 21px;
    font-weight: 800;
}

.mini-brand strong span {
    color: #89a2ff;
}

.mini-brand em {
    margin-left: 2px;
    color: #656d7c;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.new-search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7f8797;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    transition: color .2s ease;
}

.new-search:hover {
    color: #bac5e8;
}

.new-search svg {
    width: 15px;
    height: 15px;
}

.profile-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 56px;
    color: #4e5666;
    font-size: 10px;
    font-weight: 600;
}

.profile-breadcrumb a {
    color: #687183;
    text-decoration: none;
}

.profile-breadcrumb a:hover {
    color: #98a6d0;
}

.profile-hero {
    position: relative;
    padding: 34px 0 46px;
}

.profile-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -150px;
    top: -130px;
    width: 620px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(104,133,255,.1),
        transparent 68%
    );
    filter: blur(12px);
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #687083;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.hero-kicker-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #4c5361;
}

.hero-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-top: 18px;
}

.hero-copy {
    min-width: 0;
}

.site-display-name {
    margin-bottom: 5px;
    color: #9099ad;
    font-size: 13px;
    font-weight: 600;
}

.profile-hero h1 {
    margin: 0;
    color: var(--profile-text);
    font-family: "Manrope", sans-serif;
    font-size: clamp(52px, 8vw, 92px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.068em;
}

.profile-subtitle {
    max-width: 1040px;
    margin-top: 15px;
    color: #7e879a;
    font-size: 14px;
    line-height: 1.55;
}

.visit-site {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(138,164,255,.32);
    color: #99adf2;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition:
        color .2s ease,
        border-color .2s ease;
}

.visit-site:hover {
    color: #c0ccff;
    border-color: rgba(174,193,255,.72);
}

.visit-site svg {
    width: 15px;
    height: 15px;
}

.section-mini-label {
    display: block;
    color: #646d80;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .115em;
    text-transform: uppercase;
}

.profile-information {
    width: 100%;
    border-top: 1px solid var(--profile-line);
}

.profile-information-section {
    width: 100%;
    padding: 34px 0 38px;
    border-bottom: 1px solid var(--profile-line);
}

.profile-information-section .section-mini-label {
    margin-bottom: 12px;
}

.profile-information-section h2 {
    margin: 0 0 12px;
    color: #edf0f8;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.035em;
}

.profile-information-section > p,
.profile-information-section .source-note,
.profile-information .trust-index-line div small,
.profile-information .site-facts dt,
.profile-information .site-facts dd,
.profile-information .signal-line strong,
.profile-information .signal-line span,
.profile-information .signal-line small,
.profile-information .source-links a {
    color: #7e879a;
    font-size: 14px;
    line-height: 1.55;
}

.profile-information-section > p {
    max-width: 1040px;
    margin-top: 12px;
}

.profile-information-section .source-note {
    display: block;
    max-width: 1040px;
    margin-top: 14px;
}

.trust-index-line {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust-index-line > strong {
    color: #edf1fa;
    font-family: "Manrope", sans-serif;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -.05em;
}

.trust-index-line div span {
    display: block;
    color: #a4adbf;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.trust-index-line div small {
    display: block;
    max-width: 900px;
    margin-top: 5px;
}

.trust-meter {
    height: 4px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
}

.trust-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        #f06a65,
        #e6b64d,
        #2bc590
    );
}

.site-facts {
    width: 100%;
    margin: 0;
}

.site-facts > div {
    display: grid;
    grid-template-columns:
        minmax(190px,.35fr)
        minmax(0,1fr);
    gap: 28px;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
}

.site-facts > div:last-child {
    border-bottom: 0;
}

.site-facts dt,
.site-facts dd {
    margin: 0;
}

.site-facts dd {
    font-weight: 500;
    text-align: left;
}

.signal-list {
    width: 100%;
}

.signal-line {
    display: grid;
    grid-template-columns:
        8px
        minmax(0,1fr);
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
}

.signal-line:last-child {
    border-bottom: 0;
}

.signal-dot {
    width: 7px;
    height: 7px;
    margin-top: 7px;
    border-radius: 50%;
    background: #778092;
}

.signal-dot.signal-positive {
    background: #45c987;
    box-shadow: 0 0 10px rgba(69,201,135,.2);
}

.signal-dot.signal-negative {
    background: #ef6370;
}

.signal-dot.signal-warning {
    background: #e3b853;
}

.signal-line strong,
.signal-line span,
.signal-line small {
    display: block;
}

.signal-line strong {
    color: #a4adbf;
    font-weight: 700;
}

.signal-line span {
    margin-top: 2px;
}

.signal-line small {
    margin-top: 5px;
}

.source-links {
    width: 100%;
}

.source-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.045);
    text-decoration: none;
}

.source-links a:last-child {
    border-bottom: 0;
}

.source-links a:hover {
    color: #aebbea;
}

.source-links svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.rating-stage {
    display: grid;
    grid-template-columns:
        1fr
        1.25fr
        .92fr;
    gap: 52px;
    align-items: center;
    width: 100%;
    margin-top: 46px;
    padding: 36px 0;
    border-top: 1px solid var(--profile-line);
    border-bottom: 1px solid var(--profile-line);
}

.score-line {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 7px;
}

.score-line strong {
    color: #f5f7fd;
    font-family: "Manrope", sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.055em;
}

.score-line span {
    color: #626a7a;
    font-size: 12px;
    font-weight: 600;
}

.star-strip,
.review-stars,
.rating-picker {
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-strip {
    margin-top: 13px;
}

.display-star,
.review-stars span,
.picker-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.display-star {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    background: rgba(255,255,255,.055);
}

.display-star svg,
.review-stars svg,
.picker-star svg,
.rating-bar-row svg {
    width: 17px;
    height: 17px;
    fill: rgba(255,255,255,.26);
}

.star-strip.rating-1 .display-star.filled,
.review-stars.rating-1 span.filled,
.rating-picker.rating-1 .picker-star.active {
    background: var(--rating-1);
}

.star-strip.rating-2 .display-star.filled,
.review-stars.rating-2 span.filled,
.rating-picker.rating-2 .picker-star.active {
    background: var(--rating-2);
}

.star-strip.rating-3 .display-star.filled,
.review-stars.rating-3 span.filled,
.rating-picker.rating-3 .picker-star.active {
    background: var(--rating-3);
}

.star-strip.rating-4 .display-star.filled,
.review-stars.rating-4 span.filled,
.rating-picker.rating-4 .picker-star.active {
    background: var(--rating-4);
}

.star-strip.rating-5 .display-star.filled,
.review-stars.rating-5 span.filled,
.rating-picker.rating-5 .picker-star.active {
    background: var(--rating-5);
}

.star-strip .display-star.filled svg,
.review-stars span.filled svg,
.rating-picker .picker-star.active svg {
    fill: #fff;
}

.rating-count {
    margin-top: 9px;
    color: #697183;
    font-size: 10px;
    line-height: 1.5;
}

.rating-bars {
    display: grid;
    gap: 7px;
}

.rating-bar-row {
    display: grid;
    grid-template-columns:
        11px
        13px
        1fr
        25px;
    gap: 7px;
    align-items: center;
    color: #727b8c;
    font-size: 9px;
}

.rating-bar-row svg {
    width: 11px;
    height: 11px;
    fill: #737c8f;
}

.rating-bar-track {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
}

.rating-bar-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.rating-bar-track i.rating-1 {
    background: var(--rating-1);
}

.rating-bar-track i.rating-2 {
    background: var(--rating-2);
}

.rating-bar-track i.rating-3 {
    background: var(--rating-3);
}

.rating-bar-track i.rating-4 {
    background: var(--rating-4);
}

.rating-bar-track i.rating-5 {
    background: var(--rating-5);
}

.rating-bar-row small {
    color: #555e70;
    text-align: right;
}

.rating-stage-actions {
    padding-left: 8px;
}

.rating-stage-actions p {
    color: #8d96a9;
    font-size: 11px;
    font-weight: 600;
}

.write-review-button {
    width: 100%;
    margin-top: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(137,160,247,.25);
    border-radius: 999px;
    color: #d9e0fa;
    background: rgba(119,143,230,.07);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.write-review-button:hover:not(:disabled) {
    background: rgba(119,143,230,.12);
    border-color: rgba(148,171,255,.44);
    transform: translateY(-1px);
}

.write-review-button:disabled {
    cursor: default;
    opacity: .55;
}

.rating-stage-actions small {
    display: block;
    margin-top: 9px;
    color: #505868;
    font-size: 8.5px;
    line-height: 1.55;
}

.review-composer {
    width: 100%;
    margin-top: 34px;
    padding: 28px 0 34px;
    border-top: 1px solid rgba(138,160,255,.22);
    border-bottom: 1px solid rgba(138,160,255,.22);
}

.review-composer[hidden] {
    display: none;
}

.composer-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.composer-head h2 {
    margin-top: 6px;
    color: #edf1fb;
    font-family: "Manrope", sans-serif;
    font-size: 27px;
    letter-spacing: -.04em;
}

.composer-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #778094;
    background: rgba(255,255,255,.04);
    font-size: 23px;
    cursor: pointer;
}

#reviewForm {
    display: grid;
    grid-template-columns:
        210px
        minmax(0,1fr);
    gap: 22px 30px;
    margin-top: 26px;
}

.rating-picker-wrap {
    grid-row: span 2;
}

.rating-picker-wrap > span,
.composer-field > span,
.review-verification-label {
    display: block;
    margin-bottom: 9px;
    color: #737c90;
    font-size: 10px;
    font-weight: 700;
}

.rating-picker {
    gap: 6px;
}

.picker-star {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: rgba(255,255,255,.055);
    cursor: pointer;
    transition:
        transform .12s ease,
        background .12s ease;
}

.picker-star:hover {
    transform: translateY(-2px);
}

.picker-star svg {
    width: 18px;
    height: 18px;
}

.composer-field input,
.composer-field textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
    outline: 0;
    color: #e9edf7;
    background: transparent;
    font: inherit;
    font-size: 12px;
    line-height: 1.65;
    transition: border-color .2s ease;
}

.composer-field input {
    height: 42px;
}

.composer-field textarea {
    min-height: 130px;
    resize: vertical;
    padding: 7px 0 12px;
}

.composer-field input:focus,
.composer-field textarea:focus {
    border-color: rgba(141,166,255,.55);
}

.composer-field input::placeholder,
.composer-field textarea::placeholder {
    color: #4f5767;
}

.review-verification-block {
    grid-column: 2;
}

.review-turnstile {
    min-height: 65px;
}

.review-submit-status {
    grid-column: 2;
    min-height: 18px;
    color: #7d8799;
    font-size: 10px;
    line-height: 1.5;
}

.review-submit-status.is-error {
    color: #ef7a86;
}

.review-submit-status.is-success {
    color: #64cb95;
}

.review-submit-status.is-info {
    color: #8ca7ff;
}

.composer-footer {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.composer-footer p {
    color: #535c6d;
    font-size: 9px;
    line-height: 1.55;
}

.composer-submit {
    flex: 0 0 auto;
    padding: 11px 17px;
    border: 1px solid rgba(142,164,248,.26);
    border-radius: 999px;
    color: #dce4ff;
    background: rgba(118,142,229,.08);
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.composer-submit:disabled {
    opacity: .6;
    cursor: wait;
}

.reviews-column {
    width: 100%;
    margin-top: 64px;
}

.section-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid var(--profile-line);
}

.section-title-row h2 {
    margin-top: 6px;
    color: #edf0f8;
    font-family: "Manrope", sans-serif;
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 700;
    letter-spacing: -.035em;
}

.review-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #596274;
    font-size: 9px;
}

.review-sort select {
    border: 0;
    outline: 0;
    color: #8891a4;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.reviews-list {
    width: 100%;
}

.review-row {
    display: grid;
    grid-template-columns:
        170px
        minmax(0,1fr);
    gap: 34px;
    width: 100%;
    padding: 34px 0 38px;
    border-bottom: 1px solid var(--profile-line);
}

.review-author {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.review-avatar {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(138,160,255,.16);
    border-radius: 50%;
    color: #bac8fb;
    background:
        radial-gradient(
            circle at 30% 25%,
            rgba(142,165,255,.16),
            rgba(255,255,255,.025)
        );
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.review-author strong {
    display: block;
    max-width: 116px;
    overflow: hidden;
    color: #cfd5e3;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review-author span {
    display: block;
    margin-top: 4px;
    color: #555e6f;
    font-size: 9px;
}

.review-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.review-stars span {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    background: rgba(255,255,255,.05);
}

.review-stars svg {
    width: 13px;
    height: 13px;
}

.review-time-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-time-wrap time {
    color: #555e70;
    font-size: 9px;
}

.review-copy h3 {
    margin-top: 15px;
    color: #e6eaf3;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.025em;
}

.review-copy > p {
    max-width: 920px;
    margin-top: 10px;
    color: #858d9e;
    font-size: 13px;
    line-height: 1.75;
}

.review-actions {
    margin-top: 17px;
}

.helpful-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    color: #626b7e;
    background: transparent;
    font-size: 9px;
    cursor: pointer;
}

.helpful-button:hover,
.helpful-button.voted {
    color: #94a8ef;
}

.helpful-button svg {
    width: 14px;
    height: 14px;
}

.helpful-button small {
    color: inherit;
    font-size: 8px;
}

.reviews-empty {
    padding: 55px 0;
    border-bottom: 1px solid var(--profile-line);
    text-align: center;
}

.empty-stars {
    color: #515a6c;
    font-size: 18px;
    letter-spacing: .12em;
}

.reviews-empty h3 {
    margin-top: 15px;
    color: #dce1ec;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
}

.reviews-empty p {
    margin-top: 7px;
    color: #636c7e;
    font-size: 10px;
}

.profile-disclosure {
    display: grid;
    grid-template-columns:
        145px
        1fr;
    gap: 25px;
    margin-top: 70px;
    padding-top: 22px;
    border-top: 1px solid var(--profile-line);
}

.profile-disclosure p {
    color: #60697a;
    font-size: 9px;
    line-height: 1.65;
}

.profile-disclosure strong {
    color: #778195;
}

.profile-footer {
    display: grid;
    grid-template-columns:
        1fr
        auto
        auto;
    gap: 26px;
    align-items: center;
    margin-top: 62px;
    padding-top: 24px;
    border-top: 1px solid var(--profile-line);
}

.footer-brand strong {
    font-size: 17px;
}

.profile-footer p,
.profile-footer small {
    color: #4f5766;
    font-size: 8px;
}

@media (max-width: 930px) {

    .rating-stage {
        grid-template-columns:
            .8fr
            1.2fr;
    }

    .rating-stage-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns:
            auto
            210px
            1fr;
        align-items: center;
        gap: 16px;
        padding-left: 0;
    }

    .rating-stage-actions .write-review-button {
        margin-top: 0;
    }

    .rating-stage-actions small {
        margin-top: 0;
    }

}

@media (max-width: 760px) {

    .profile-page {
        width: calc(100% - 30px);
        padding: 20px 0 44px;
    }

    .profile-breadcrumb {
        margin-top: 34px;
    }

    .profile-hero {
        padding: 27px 0 33px;
    }

    .hero-main {
        display: block;
    }

    .profile-hero h1 {
        font-size:
            clamp(
                42px,
                13vw,
                66px
            );
    }

    .profile-subtitle {
        font-size: 13px;
    }

    .visit-site {
        margin-top: 24px;
    }

    .profile-information-section {
        padding: 28px 0 31px;
    }

    .profile-information-section > p,
    .profile-information-section .source-note,
    .profile-information .trust-index-line div small,
    .profile-information .site-facts dt,
    .profile-information .site-facts dd,
    .profile-information .signal-line strong,
    .profile-information .signal-line span,
    .profile-information .signal-line small,
    .profile-information .source-links a {
        font-size: 13px;
    }

    .trust-index-line {
        align-items: flex-start;
    }

    .site-facts > div {
        display: block;
    }

    .site-facts dd {
        margin-top: 4px;
    }

    .rating-stage {
        grid-template-columns:
            1fr;
        gap: 28px;
        margin-top: 34px;
        padding: 28px 0;
    }

    .rating-stage-actions {
        display: block;
        grid-column: auto;
    }

    .rating-stage-actions .write-review-button {
        width: auto;
        min-width: 170px;
        margin-top: 10px;
    }

    .rating-stage-actions small {
        max-width: 420px;
        margin-top: 9px;
    }

    #reviewForm {
        grid-template-columns:
            1fr;
    }

    .rating-picker-wrap {
        grid-row: auto;
    }

    .review-verification-block,
    .review-submit-status,
    .composer-footer {
        grid-column: auto;
    }

    .composer-footer {
        align-items: flex-start;
    }

    .reviews-column {
        margin-top: 46px;
    }

    .review-row {
        grid-template-columns:
            1fr;
        gap: 17px;
    }

    .review-author {
        align-items: center;
    }

    .review-author strong {
        max-width: none;
    }

    .review-meta-line {
        align-items: flex-start;
    }

    .profile-disclosure {
        grid-template-columns:
            1fr;
        gap: 7px;
    }

    .profile-footer {
        grid-template-columns:
            1fr;
        gap: 7px;
    }

}

@media (max-width: 480px) {

    .new-search span {
        display: none;
    }

    .profile-hero h1 {
        font-size: 41px;
    }

    .score-line strong {
        font-size: 50px;
    }

    .display-star {
        width: 26px;
        height: 26px;
    }

    .section-title-row {
        align-items: flex-start;
    }

    .review-sort {
        margin-top: 3px;
    }

    .review-meta-line {
        display: block;
    }

    .review-time-wrap {
        margin-top: 9px;
    }

    .composer-footer {
        display: block;
    }

    .composer-submit {
        margin-top: 13px;
    }

}
