.entry-v6-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--primary, #3157d5);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.entry-v6-timeline {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid var(--border, #dfe5ec);
}

.entry-v6-timeline-list {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 26px;
}

.entry-v6-timeline-list::before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 8px;
    width: 2px;
    background: var(--border, #dfe5ec);
    content: "";
}

.entry-v6-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 17px;
    padding-bottom: 24px;
}

.entry-v6-timeline-marker {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    border: 4px solid var(--surface, #fff);
    border-radius: 50%;
    background: #728096;
    box-shadow: 0 0 0 1px var(--border, #dfe5ec);
}

.timeline-check {
    background: #3157d5;
}

.timeline-shot {
    background: #25865b;
}

.timeline-error {
    background: #bf4545;
}

.entry-v6-timeline-item time {
    display: block;
    margin-bottom: 4px;
    color: var(--text-muted, #657083);
    font-size: .78rem;
    font-weight: 700;
}

.entry-v6-timeline-item strong {
    display: block;
    margin-bottom: 4px;
}

.entry-v6-timeline-item p {
    margin: 0;
    color: var(--text-muted, #657083);
    font-size: .9rem;
    line-height: 1.55;
}

@media (max-width: 860px) {
    .entry-v6-report-head {
        align-items: flex-start;
    }

    .entry-v6-score-ring {
        flex-basis: 116px;
        width: 116px;
        height: 116px;
    }

    .entry-v6-score-ring::before {
        width: 88px;
        height: 88px;
    }

    .entry-v6-score-ring strong {
        font-size: 1.75rem;
    }

    .entry-v6-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .entry-v6-report-head {
        display: grid;
    }

    .entry-v6-score-ring {
        width: 126px;
        height: 126px;
    }

    .entry-v6-score-ring::before {
        width: 96px;
        height: 96px;
    }

    .entry-v6-score-list,
    .entry-v6-facts {
        grid-template-columns: 1fr;
    }

    .entry-v6-report {
        border-radius: 18px;
    }
}

/* GFY WEBSITE QUALITY REPORT 6.0 */

.gfy-quality-report {
    margin-top: 34px;
    padding: clamp(22px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(32, 113, 241, .11), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 70px rgba(28, 49, 78, .09);
}

.gfy-quality-report-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.gfy-quality-report-header h2 {
    margin: 5px 0 8px;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.gfy-quality-report-header p {
    max-width: 720px;
    margin: 0;
    color: #637083;
    line-height: 1.65;
}

.gfy-report-status {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    min-width: 215px;
    padding: 13px 16px;
    border: 1px solid #dce5ef;
    border-radius: 17px;
    background: rgba(255, 255, 255, .88);
}

.gfy-report-status-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
    background: #8a96a7;
    box-shadow: 0 0 0 6px rgba(138, 150, 167, .12);
}

.gfy-report-status small,
.gfy-report-status strong {
    display: block;
}

.gfy-report-status small {
    margin-bottom: 2px;
    color: #738095;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gfy-report-status strong {
    color: #18243a;
    font-size: .92rem;
}

.health-excellent .gfy-report-status-dot {
    background: #0a9b63;
    box-shadow: 0 0 0 6px rgba(10, 155, 99, .13);
}

.health-good .gfy-report-status-dot {
    background: #2d7bef;
    box-shadow: 0 0 0 6px rgba(45, 123, 239, .13);
}

.health-attention .gfy-report-status-dot {
    background: #db8b16;
    box-shadow: 0 0 0 6px rgba(219, 139, 22, .15);
}

.health-critical .gfy-report-status-dot {
    background: #d94848;
    box-shadow: 0 0 0 6px rgba(217, 72, 72, .14);
}

.gfy-quality-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 18px;
    margin-bottom: 22px;
}

.gfy-score-panel,
.gfy-report-summary {
    border: 1px solid #dfe7f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
}

.gfy-score-panel {
    display: flex;
    align-items: center;
    gap: clamp(22px, 4vw, 38px);
    min-height: 220px;
    padding: clamp(22px, 4vw, 34px);
}

.gfy-score-ring {
    --ring-color: #2573e8;
    position: relative;
    display: grid;
    width: 154px;
    height: 154px;
    flex: 0 0 154px;
    place-items: center;
    border-radius: 50%;
    background:
        conic-gradient(
            var(--ring-color) calc(var(--gfy-score) * 1%),
            #e8eef6 0
        );
    box-shadow:
        inset 0 0 0 1px rgba(33, 74, 130, .08),
        0 18px 38px rgba(34, 74, 130, .13);
}

.gfy-score-ring::before {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: inherit;
    background: #fff;
    box-shadow: inset 0 0 0 1px #edf1f6;
}

.gfy-score-ring-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gfy-score-ring-inner strong {
    display: block;
    color: #14213a;
    font-size: 2.85rem;
    line-height: .95;
}

.gfy-score-ring-inner span {
    display: block;
    margin-top: 8px;
    color: #778397;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.gfy-score-panel-copy > span {
    color: #2c6fd4;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gfy-score-panel-copy h3 {
    margin: 6px 0 9px;
    color: #17243a;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
}

.gfy-score-panel-copy p {
    margin: 0;
    color: #657185;
    line-height: 1.65;
}

.gfy-report-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.gfy-report-summary > div {
    min-height: 105px;
    padding: 20px;
    border-right: 1px solid #e5ebf2;
    border-bottom: 1px solid #e5ebf2;
}

.gfy-report-summary > div:nth-child(2n) {
    border-right: 0;
}

.gfy-report-summary > div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.gfy-report-summary span,
.gfy-report-summary strong,
.gfy-report-summary small {
    display: block;
}

.gfy-report-summary span {
    margin-bottom: 7px;
    color: #748095;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gfy-report-summary strong {
    color: #17243a;
    font-size: 1rem;
}

.gfy-report-summary small {
    margin-top: 4px;
    color: #768297;
}

.gfy-quality-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.gfy-quality-metric {
    --metric-color: #7b8798;
    padding: 20px;
    border: 1px solid #dfe7ef;
    border-radius: 19px;
    background: #fff;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.gfy-quality-metric:hover {
    transform: translateY(-2px);
    border-color: #c9d8ea;
    box-shadow: 0 14px 30px rgba(34, 64, 103, .08);
}

.gfy-quality-metric.metric-excellent {
    --metric-color: #0b9b63;
}

.gfy-quality-metric.metric-good {
    --metric-color: #2876e5;
}

.gfy-quality-metric.metric-attention {
    --metric-color: #dc8b13;
}

.gfy-quality-metric.metric-critical {
    --metric-color: #d84a4a;
}

.gfy-quality-metric-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.gfy-quality-metric-heading span,
.gfy-quality-metric-heading small {
    display: block;
}

.gfy-quality-metric-heading span {
    color: #17243a;
    font-weight: 850;
}

.gfy-quality-metric-heading small {
    margin-top: 3px;
    color: #748095;
}

.gfy-quality-metric-heading strong {
    color: var(--metric-color);
    font-size: 1.7rem;
}

.gfy-quality-progress {
    height: 9px;
    margin: 16px 0 13px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9eef5;
}

.gfy-quality-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--metric-color);
    transition: width 900ms cubic-bezier(.2, .8, .2, 1);
}

.gfy-quality-report.is-visible .gfy-quality-progress span {
    width: var(--metric-score);
}

.gfy-quality-metric p {
    margin: 0;
    color: #697589;
    font-size: .9rem;
    line-height: 1.55;
}

.gfy-technical-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.gfy-technical-facts article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 15px;
    border: 1px solid #dfe7ef;
    border-radius: 17px;
    background: rgba(255, 255, 255, .88);
}

.gfy-fact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: #256fd7;
    background: #edf5ff;
    font-weight: 900;
}

.gfy-technical-facts small,
.gfy-technical-facts strong {
    display: block;
}

.gfy-technical-facts small {
    margin-bottom: 3px;
    color: #788499;
}

.gfy-technical-facts strong {
    color: #17243a;
    font-size: .92rem;
}

.gfy-recommendations {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #dfe7ef;
    border-radius: 21px;
    background: #fff;
}

.gfy-recommendations > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.gfy-recommendations > header h3 {
    margin: 4px 0 0;
    color: #17243a;
    font-size: 1.3rem;
}

.gfy-recommendations > header > span {
    padding: 7px 11px;
    border-radius: 999px;
    color: #2c6fd4;
    background: #edf5ff;
    font-size: .78rem;
    font-weight: 850;
}

.gfy-recommendation-list {
    display: grid;
    gap: 10px;
}

.gfy-recommendation {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 14px;
    border: 1px solid #e2e8ef;
    border-radius: 15px;
    background: #fbfcfe;
}

.gfy-recommendation-symbol {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    border-radius: 10px;
    color: #9b6516;
    background: #fff1d9;
    font-weight: 900;
}

.recommendation-critical .gfy-recommendation-symbol {
    color: #b53434;
    background: #fde8e8;
}

.recommendation-success .gfy-recommendation-symbol {
    color: #087b4d;
    background: #dff5e9;
}

.gfy-recommendation strong {
    display: block;
    margin-bottom: 3px;
    color: #18243a;
}

.gfy-recommendation p {
    margin: 0;
    color: #687489;
    font-size: .89rem;
    line-height: 1.5;
}

.gfy-quality-report-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #e1e8f0;
    color: #748095;
    font-size: .82rem;
}

.gfy-quality-report-footer p {
    margin: 0;
}

.gfy-quality-report-footer span {
    flex: 0 0 auto;
    font-weight: 750;
}

@media (max-width: 1050px) {
    .gfy-quality-overview {
        grid-template-columns: 1fr;
    }

    .gfy-technical-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .gfy-quality-report {
        padding: 19px;
        border-radius: 21px;
    }

    .gfy-quality-report-header,
    .gfy-score-panel,
    .gfy-quality-report-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .gfy-report-status {
        width: 100%;
        min-width: 0;
    }

    .gfy-score-panel {
        min-height: 0;
    }

    .gfy-quality-metrics,
    .gfy-technical-facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .gfy-score-ring {
        width: 132px;
        height: 132px;
        flex-basis: 132px;
    }

    .gfy-score-ring-inner strong {
        font-size: 2.35rem;
    }

    .gfy-report-summary {
        grid-template-columns: 1fr;
    }

    .gfy-report-summary > div,
    .gfy-report-summary > div:nth-child(2n),
    .gfy-report-summary > div:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e5ebf2;
    }

    .gfy-report-summary > div:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gfy-quality-progress span,
    .gfy-quality-metric {
        transition: none;
    }
}



/* GFY QUALITY BADGE 6.0 */

.gfy-badge-panel {
    margin-top: 28px;
    padding: clamp(21px, 4vw, 32px);
    border: 1px solid #dce5ef;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(36, 115, 232, .1), transparent 34%),
        #fff;
    box-shadow: 0 20px 55px rgba(31, 55, 88, .08);
}

.gfy-badge-panel > header h2 {
    margin: 5px 0 8px;
    color: #17243a;
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
}

.gfy-badge-panel > header p {
    max-width: 720px;
    margin: 0;
    color: #68758a;
    line-height: 1.6;
}

.gfy-badge-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin-top: 22px;
    padding: 24px;
    border: 1px dashed #cbd8e7;
    border-radius: 19px;
    background:
        linear-gradient(45deg, #f5f8fc 25%, transparent 25%),
        linear-gradient(-45deg, #f5f8fc 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f5f8fc 75%),
        linear-gradient(-45deg, transparent 75%, #f5f8fc 75%);
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
}

.gfy-badge-preview img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 14px 24px rgba(31, 55, 88, .12));
}

.gfy-badge-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.gfy-badge-options a {
    padding: 8px 12px;
    border-radius: 999px;
    color: #286fd3;
    background: #eef5ff;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.gfy-badge-options a:hover {
    background: #e0edff;
}

.gfy-badge-code {
    display: block;
}

.gfy-badge-code > span {
    display: block;
    margin-bottom: 8px;
    color: #26364e;
    font-size: .84rem;
    font-weight: 800;
}

.gfy-badge-code textarea {
    display: block;
    width: 100%;
    resize: vertical;
    padding: 14px;
    border: 1px solid #d6e0eb;
    border-radius: 14px;
    color: #34445c;
    background: #f8fafc;
    font-family: Consolas, Monaco, monospace;
    font-size: .8rem;
    line-height: 1.55;
}

.gfy-badge-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 17px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #266fd5;
    font-weight: 850;
    cursor: pointer;
}

.gfy-badge-copy:hover {
    background: #195fbe;
}

.gfy-badge-copy.is-copied {
    background: #098558;
}

.gfy-badge-copy-status {
    min-height: 20px;
    margin: 8px 0 0;
    color: #557087;
    font-size: .82rem;
}

@media (max-width: 520px) {
    .gfy-badge-preview {
        min-height: 130px;
        padding: 14px;
    }

    .gfy-badge-copy {
        width: 100%;
    }
}

/* GFY QUALITY REPORT 7.0 */

.gfy-quality-report {
    --gfy-blue: #246fe8;
    --gfy-blue-dark: #1559bf;
    --gfy-green: #12945b;
    --gfy-ink: #14213a;
    --gfy-muted: #66748a;
    --gfy-line: #dbe4ee;
    --gfy-soft: #f6f9fd;

    margin-top: 38px;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid var(--gfy-line);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 95% 0,
            rgba(36, 111, 232, .075),
            transparent 29%
        ),
        #fff;
    box-shadow:
        0 24px 70px rgba(31, 54, 88, .075);
}

.gfy-quality-report *,
.gfy-quality-report *::before,
.gfy-quality-report *::after {
    box-sizing: border-box;
}

/* Kopfzeile */

.gfy-quality-report-header {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(330px, 445px);
    align-items: stretch;
    gap: 28px;
    margin-bottom: 24px;
}

.gfy-quality-report-header > div:first-child {
    min-width: 0;
    padding: 8px 0;
}

.gfy-quality-report-header h2 {
    max-width: 720px;
    margin: 4px 0 10px;
    color: var(--gfy-ink);
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    line-height: 1.18;
    letter-spacing: -.02em;
    font-weight: 800;
}

.gfy-quality-report-header > div:first-child > p {
    max-width: 560px;
    margin: 0;
    color: var(--gfy-muted);
    font-size: .95rem;
    line-height: 1.75;
}

.gfy-report-status {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    min-width: 0;
    padding: 19px 22px;
    overflow: hidden;
    border: 1px solid var(--gfy-line);
    border-radius: 19px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 11px 28px rgba(30, 53, 85, .06);
}

.gfy-report-status::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #8c98a8;
    content: "";
}

.gfy-report-health-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 3px solid currentColor;
    border-radius: 18px 18px 22px 22px;
    color: #718096;
    background: #f5f7fa;
    font-size: 1.45rem;
    font-weight: 900;
}

.gfy-report-status small,
.gfy-report-status strong,
.gfy-report-status p {
    display: block;
}

.gfy-report-status small {
    margin-bottom: 4px;
    color: #748095;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfy-report-status strong {
    color: var(--gfy-ink);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.25;
}

.gfy-report-status p {
    margin: 7px 0 0;
    color: var(--gfy-muted);
    font-size: .85rem;
    line-height: 1.5;
}

.gfy-report-status.health-excellent::before {
    background: var(--gfy-green);
}

.gfy-report-status.health-excellent .gfy-report-health-icon {
    color: var(--gfy-green);
    background: #eef9f3;
}

.gfy-report-status.health-good::before {
    background: var(--gfy-blue);
}

.gfy-report-status.health-good .gfy-report-health-icon {
    color: var(--gfy-blue);
    background: #edf4ff;
}

.gfy-report-status.health-attention::before {
    background: #d88a18;
}

.gfy-report-status.health-attention .gfy-report-health-icon {
    color: #c87a0c;
    background: #fff7e8;
}

.gfy-report-status.health-critical::before {
    background: #d74646;
}

.gfy-report-status.health-critical .gfy-report-health-icon {
    color: #ca3d3d;
    background: #fff0f0;
}

/* Score und Zusammenfassung */

.gfy-quality-overview {
    display: grid;
    grid-template-columns:
        minmax(510px, 1.08fr)
        minmax(430px, .92fr);
    gap: 18px;
    margin-bottom: 18px;
}

.gfy-score-panel,
.gfy-report-summary {
    min-width: 0;
    border: 1px solid var(--gfy-line);
    border-radius: 21px;
    background: #fff;
}

.gfy-score-panel {
    display: grid;
    grid-template-columns:
        180px
        minmax(250px, 1fr);
    align-items: center;
    gap: 28px;
    min-height: 264px;
    padding: 28px;
}

.gfy-score-ring {
    --ring-color: var(--gfy-blue);

    position: relative;
    display: grid;
    width: 164px;
    height: 164px;
    place-items: center;
    border-radius: 50%;
    background:
        conic-gradient(
            var(--ring-color) calc(var(--gfy-score) * 1%),
            #e8eef6 0
        );
    box-shadow:
        inset 0 0 0 1px rgba(33, 74, 130, .07),
        0 16px 34px rgba(34, 74, 130, .13);
}

.gfy-score-ring::before {
    position: absolute;
    inset: 15px;
    border-radius: inherit;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e9eef5;
    content: "";
}

.gfy-score-ring-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gfy-score-ring-inner strong {
    display: block;
    color: var(--gfy-ink);
    font-size: clamp(2.75rem, 5vw, 3.35rem);
    line-height: .95;
    letter-spacing: -.045em;
}

.gfy-score-ring-inner span {
    display: block;
    margin-top: 9px;
    color: #738097;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gfy-score-panel-copy {
    min-width: 0;
}

.gfy-score-panel-copy > span {
    display: block;
    margin-bottom: 8px;
    color: var(--gfy-blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gfy-score-panel-copy h3 {
    max-width: 100%;
    margin: 0 0 11px;
    overflow-wrap: normal;
    color: var(--gfy-ink);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.gfy-score-verdict {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #087b4d;
    background: #e9f7f0;
    font-size: .78rem;
    font-weight: 850;
}

.gfy-score-verdict span {
    display: grid;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--gfy-green);
    font-size: .65rem;
}

.gfy-score-panel-copy p {
    max-width: 370px;
    margin: 0;
    color: var(--gfy-muted);
    font-size: .95rem;
    line-height: 1.65;
}

.gfy-report-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
}

.gfy-report-summary > div {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border-right: 1px solid #e3e9f1;
    border-bottom: 1px solid #e3e9f1;
}

.gfy-report-summary > div:nth-child(2n) {
    border-right: 0;
}

.gfy-report-summary > div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.gfy-report-summary span,
.gfy-report-summary strong,
.gfy-report-summary small {
    display: block;
    min-width: 0;
}

.gfy-report-summary span {
    min-height: 33px;
    margin-bottom: 8px;
    color: #738097;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.gfy-report-summary strong {
    max-width: 100%;
    overflow: hidden;
    color: var(--gfy-ink);
    font-size: clamp(.98rem, 1.65vw, 1.14rem);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: anywhere;
}

.gfy-report-summary small {
    margin-top: 5px;
    color: #778399;
    font-size: .81rem;
}

/* Qualitätskarten */

.gfy-quality-metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid var(--gfy-line);
    border-radius: 21px;
    background: #fff;
}

.gfy-quality-metric {
    --metric-color: #7b8798;

    position: relative;
    display: flex;
    min-width: 0;
    min-height: 286px;
    flex-direction: column;
    align-items: center;
    padding: 23px 15px 19px;
    border: 0;
    border-right: 1px solid #e1e8f0;
    border-radius: 0;
    background: transparent;
    text-align: center;
    transition: background .2s ease;
}

.gfy-quality-metric:last-child {
    border-right: 0;
}

.gfy-quality-metric:hover {
    transform: none;
    border-color: transparent;
    background: #f9fbfe;
    box-shadow: none;
}

.gfy-quality-metric.metric-excellent {
    --metric-color: var(--gfy-green);
}

.gfy-quality-metric.metric-good {
    --metric-color: var(--gfy-blue);
}

.gfy-quality-metric.metric-attention {
    --metric-color: #d88916;
}

.gfy-quality-metric.metric-critical {
    --metric-color: #d64949;
}

.gfy-quality-metric-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: 50%;
    color: var(--gfy-blue);
    background: #edf4ff;
    font-size: 1.35rem;
    font-weight: 900;
}

.gfy-quality-metric-heading {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 7px;
}

.gfy-quality-metric-heading > div {
    min-width: 0;
}

.gfy-quality-metric-heading span,
.gfy-quality-metric-heading small {
    display: block;
}

.gfy-quality-metric-heading span {
    min-height: 34px;
    color: #3e4c63;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.gfy-quality-metric-heading small {
    margin-top: 6px;
    color: var(--metric-color);
    font-size: .76rem;
    font-weight: 800;
}

.gfy-quality-metric-heading strong {
    color: var(--gfy-ink);
    font-size: 2rem;
    line-height: 1;
}

.gfy-quality-progress {
    width: 100%;
    height: 6px;
    margin: 17px 0 15px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9eef5;
}

.gfy-quality-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--metric-color);
    transition: width 900ms cubic-bezier(.2, .8, .2, 1);
}

.gfy-quality-report.is-visible .gfy-quality-progress span {
    width: var(--metric-score);
}

.gfy-quality-metric p {
    margin: auto 0 0;
    color: var(--gfy-muted);
    font-size: .78rem;
    line-height: 1.55;
}

/* Technische Daten */

.gfy-technical-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--gfy-line);
    border-radius: 19px;
    background: #fff;
}

.gfy-technical-facts article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
    min-height: 92px;
    padding: 18px;
    border: 0;
    border-right: 1px solid #e1e8f0;
    border-radius: 0;
    background: transparent;
}

.gfy-technical-facts article:last-child {
    border-right: 0;
}

.gfy-fact-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--gfy-blue);
    background: #edf4ff;
    font-size: 1.1rem;
    font-weight: 900;
}

.gfy-technical-facts small,
.gfy-technical-facts strong {
    display: block;
}

.gfy-technical-facts small {
    margin-bottom: 5px;
    color: #69778c;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.gfy-technical-facts strong {
    overflow-wrap: anywhere;
    color: var(--gfy-green);
    font-size: 1rem;
    line-height: 1.35;
}

/* Empfehlungen */

.gfy-recommendations {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid var(--gfy-line);
    border-radius: 20px;
    background: #fff;
}

.gfy-recommendations > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
}

.gfy-recommendations > header h3 {
    margin: 3px 0 0;
    color: var(--gfy-ink);
    font-size: 1.25rem;
}

.gfy-recommendations > header > span {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--gfy-blue);
    background: #edf4ff;
    font-size: .75rem;
    font-weight: 850;
}

.gfy-recommendation-list {
    display: grid;
    gap: 10px;
}

.gfy-recommendation {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 15px;
    border: 1px solid #e2e9f1;
    border-radius: 15px;
    background: #fbfcfe;
}

.gfy-recommendation-symbol {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #9a6215;
    background: #fff0d8;
    font-weight: 900;
}

.recommendation-critical .gfy-recommendation-symbol {
    color: #b43232;
    background: #fde8e8;
}

.recommendation-success .gfy-recommendation-symbol {
    color: #fff;
    background: var(--gfy-green);
}

.gfy-recommendation strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gfy-ink);
}

.gfy-recommendation p {
    margin: 0;
    color: var(--gfy-muted);
    font-size: .88rem;
    line-height: 1.55;
}

.gfy-quality-report-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 17px;
    padding: 16px 18px;
    border: 1px solid #d8e5f7;
    border-radius: 15px;
    color: #53657e;
    background: #f0f6ff;
    font-size: .82rem;
}

.gfy-quality-report-footer p {
    margin: 0;
}

.gfy-quality-report-footer span {
    flex: 0 0 auto;
    color: var(--gfy-blue-dark);
    font-weight: 850;
}

/* Responsive */

@media (max-width: 1250px) {
    .gfy-quality-overview {
        grid-template-columns: 1fr;
    }

    .gfy-score-panel {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .gfy-quality-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gfy-quality-metric:nth-child(3n) {
        border-right: 0;
    }

    .gfy-quality-metric:nth-child(-n + 3) {
        border-bottom: 1px solid #e1e8f0;
    }
}

@media (max-width: 920px) {
    .gfy-quality-report-header {
        grid-template-columns: 1fr;
    }

    .gfy-report-status {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .gfy-technical-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gfy-technical-facts article:nth-child(2) {
        border-right: 0;
    }

    .gfy-technical-facts article:nth-child(-n + 2) {
        border-bottom: 1px solid #e1e8f0;
    }
}

@media (max-width: 680px) {
    .gfy-quality-report {
        padding: 18px;
        border-radius: 21px;
    }

    .gfy-score-panel {
        grid-template-columns: 1fr;
        justify-items: center;
        min-height: 0;
        padding: 24px 20px;
        text-align: center;
    }

    .gfy-score-panel-copy p {
        margin-inline: auto;
    }

    .gfy-report-summary {
        grid-template-columns: 1fr;
    }

    .gfy-report-summary > div,
    .gfy-report-summary > div:nth-child(2n),
    .gfy-report-summary > div:nth-last-child(-n + 2) {
        min-height: 100px;
        border-right: 0;
        border-bottom: 1px solid #e3e9f1;
    }

    .gfy-report-summary > div:last-child {
        border-bottom: 0;
    }

    .gfy-quality-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gfy-quality-metric,
    .gfy-quality-metric:nth-child(3n) {
        border-right: 1px solid #e1e8f0;
        border-bottom: 1px solid #e1e8f0;
    }

    .gfy-quality-metric:nth-child(2n) {
        border-right: 0;
    }

    .gfy-quality-metric:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .gfy-technical-facts {
        grid-template-columns: 1fr;
    }

    .gfy-technical-facts article,
    .gfy-technical-facts article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e1e8f0;
    }

    .gfy-technical-facts article:last-child {
        border-bottom: 0;
    }

    .gfy-quality-report-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .gfy-quality-metrics {
        grid-template-columns: 1fr;
    }

    .gfy-quality-metric,
    .gfy-quality-metric:nth-child(2n),
    .gfy-quality-metric:nth-child(3n),
    .gfy-quality-metric:nth-last-child(-n + 2) {
        min-height: 240px;
        border-right: 0;
        border-bottom: 1px solid #e1e8f0;
    }

    .gfy-quality-metric:last-child {
        border-bottom: 0;
    }

    .gfy-score-ring {
        width: 148px;
        height: 148px;
    }

    .gfy-score-verdict {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gfy-quality-progress span {
        transition: none;
    }
}



/* GFY Website Intelligence Hero 8.0 */

.gfy-intelligence-hero {
    --hero-accent: #2674e8;
    --hero-soft: #edf5ff;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 0;
    margin-bottom: 32px;
    overflow: hidden;
    border: 1px solid #dce6f1;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(25, 55, 94, .11);
}

.gfy-intelligence-hero.health-excellent {
    --hero-accent: #13965d;
    --hero-soft: #e9f8f0;
}

.gfy-intelligence-hero.health-good {
    --hero-accent: #2674e8;
    --hero-soft: #edf5ff;
}

.gfy-intelligence-hero.health-attention {
    --hero-accent: #d9870d;
    --hero-soft: #fff3df;
}

.gfy-intelligence-hero.health-critical {
    --hero-accent: #d84a50;
    --hero-soft: #fff0f1;
}

.gfy-intelligence-visual {
    min-width: 0;
    border-right: 1px solid #e0e8f1;
    background: #edf2f7;
}

.gfy-intelligence-screenshot {
    position: relative;
    display: block;
    width: 100%;
    height: 470px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #e8eef5;
    cursor: zoom-in;
}

.gfy-intelligence-screenshot:disabled {
    cursor: default;
}

.gfy-intelligence-screenshot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition:
        transform .55s cubic-bezier(.2, .7, .2, 1),
        filter .35s ease;
}

.gfy-intelligence-screenshot:not(:disabled):hover img {
    transform: scale(1.025);
    filter: saturate(1.03) contrast(1.02);
}

.gfy-intelligence-image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(7, 20, 40, .01) 42%,
            rgba(7, 20, 40, .47) 100%
        );
    pointer-events: none;
}

.gfy-intelligence-live {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    background: rgba(27, 44, 67, .82);
    box-shadow: 0 8px 24px rgba(6, 17, 34, .17);
    font-size: .73rem;
    font-weight: 850;
    backdrop-filter: blur(9px);
}

.gfy-intelligence-live.status-ok {
    background: rgba(17, 151, 91, .92);
}

.gfy-intelligence-live.status-redirect {
    background: rgba(184, 137, 21, .92);
}

.gfy-intelligence-live.status-error {
    background: rgba(194, 58, 65, .92);
}

.gfy-intelligence-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .14);
}

.gfy-intelligence-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: .75rem;
    font-weight: 850;
    opacity: .88;
}

.gfy-intelligence-zoom i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 11px;
    background: rgba(255, 255, 255, .14);
    font-style: normal;
    backdrop-filter: blur(8px);
}

.gfy-intelligence-capture {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    background: #fff;
}

.gfy-intelligence-capture > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
}

.gfy-intelligence-capture svg {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    fill: none;
    stroke: var(--hero-accent);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-intelligence-capture strong,
.gfy-intelligence-capture small {
    display: block;
}

.gfy-intelligence-capture strong {
    color: #1a2942;
    font-size: .76rem;
}

.gfy-intelligence-capture small,
.gfy-intelligence-capture > span {
    margin-top: 3px;
    color: #738198;
    font-size: .64rem;
}

.gfy-intelligence-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 30px;
}

.gfy-intelligence-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.gfy-intelligence-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 15px;
}

.gfy-intelligence-badges .entry-status {
    margin: 0;
    padding: 6px 10px;
    font-size: .67rem;
}

.gfy-intelligence-badges > a {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    color: #1766d5;
    background: #edf5ff;
    font-size: .67rem;
    font-weight: 850;
    text-decoration: none;
}

.gfy-intelligence-content h1 {
    max-width: 590px;
    margin: 0;
    color: #10213b;
    font-size: clamp(1.65rem, 2.4vw, 2.55rem);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.gfy-intelligence-heading > div:first-child > p {
    max-width: 610px;
    margin: 15px 0 0;
    color: #617087;
    font-size: .92rem;
    line-height: 1.7;
}

.gfy-intelligence-score {
    position: relative;
    display: grid;
    width: 104px;
    height: 104px;
    flex: 0 0 104px;
    place-items: center;
    border-radius: 50%;
    background:
        conic-gradient(
            var(--hero-accent)
            calc(var(--intelligence-score) * 1%),
            #e7edf4 0
        );
}

.gfy-intelligence-score::before {
    position: absolute;
    inset: 8px;
    border-radius: inherit;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e6edf4;
    content: "";
}

.gfy-intelligence-score > div {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gfy-intelligence-score strong,
.gfy-intelligence-score small {
    display: block;
}

.gfy-intelligence-score strong {
    color: #10213b;
    font-size: 1.65rem;
    line-height: 1;
}

.gfy-intelligence-score small {
    margin-top: 4px;
    color: #7a8799;
    font-size: .55rem;
    font-weight: 800;
}

.gfy-intelligence-health {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 24px;
    padding: 16px;
    border: 1px solid
        color-mix(in srgb, var(--hero-accent) 18%, #e0e7ef);
    border-radius: 16px;
    background: var(--hero-soft);
}

.gfy-intelligence-health-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--hero-accent);
    font-size: .85rem;
    font-weight: 900;
}

.gfy-intelligence-health small,
.gfy-intelligence-health strong,
.gfy-intelligence-health p {
    display: block;
}

.gfy-intelligence-health small {
    color: #738198;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gfy-intelligence-health strong {
    margin-top: 3px;
    color: var(--hero-accent);
    font-size: .87rem;
}

.gfy-intelligence-health p {
    margin: 5px 0 0;
    color: #637187;
    font-size: .71rem;
    line-height: 1.55;
}

.gfy-intelligence-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.gfy-intelligence-facts article {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e2e9f1;
    border-radius: 13px;
    background: #fbfcfe;
}

.gfy-intelligence-facts article > span {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 10px;
    color: var(--hero-accent);
    background: var(--hero-soft);
}

.gfy-intelligence-facts svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-intelligence-facts small,
.gfy-intelligence-facts strong {
    display: block;
}

.gfy-intelligence-facts small {
    color: #7a8799;
    font-size: .57rem;
}

.gfy-intelligence-facts strong {
    max-width: 170px;
    margin-top: 3px;
    overflow: hidden;
    color: #1b2940;
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-intelligence-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.gfy-intelligence-actions a {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: .72rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.gfy-intelligence-actions a:hover {
    transform: translateY(-2px);
}

.gfy-intelligence-primary {
    color: #fff;
    background: #1769df;
    box-shadow: 0 10px 25px rgba(23, 105, 223, .2);
}

.gfy-intelligence-secondary {
    border: 1px solid #dce5ef;
    color: #1765d4;
    background: #fff;
}

.gfy-intelligence-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e5ebf2;
    color: #758297;
    font-size: .61rem;
}

.gfy-intelligence-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gfy-intelligence-meta svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--hero-accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-intelligence-meta strong {
    color: #526177;
}

.gfy-quality-report {
    scroll-margin-top: 24px;
}

@media (max-width: 1120px) {
    .gfy-intelligence-hero {
        grid-template-columns: 1fr;
    }

    .gfy-intelligence-visual {
        border-right: 0;
        border-bottom: 1px solid #e0e8f1;
    }

    .gfy-intelligence-screenshot {
        height: 520px;
    }
}

@media (max-width: 720px) {
    .gfy-intelligence-hero {
        border-radius: 19px;
    }

    .gfy-intelligence-screenshot {
        height: 340px;
    }

    .gfy-intelligence-content {
        padding: 21px;
    }

    .gfy-intelligence-heading {
        flex-direction: column-reverse;
    }

    .gfy-intelligence-score {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    .gfy-intelligence-score strong {
        font-size: 1.35rem;
    }

    .gfy-intelligence-facts {
        grid-template-columns: 1fr;
    }

    .gfy-intelligence-actions {
        flex-direction: column;
    }

    .gfy-intelligence-actions a {
        width: 100%;
    }

    .gfy-intelligence-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gfy-intelligence-screenshot img,
    .gfy-intelligence-actions a {
        transition: none;
    }
}


/* GFY Website Intelligence Monitor 8.1 */

.gfy81-monitor-sidebar {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 18px;
}

.gfy81-cockpit,
.gfy81-history {
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(24, 54, 91, .09);
}

.gfy81-cockpit-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border-bottom: 1px solid #e5ebf2;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(33, 112, 226, .14),
            transparent 46%
        ),
        linear-gradient(145deg, #fcfdff, #f4f8fd);
}

.gfy81-eyebrow {
    display: block;
    color: #1769d8;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gfy81-cockpit h2,
.gfy81-history h2 {
    margin: 6px 0 0;
    color: #13243d;
    font-size: 1.18rem;
    letter-spacing: -.025em;
}

.gfy81-cockpit-header p {
    max-width: 300px;
    margin: 8px 0 0;
    color: #6d7a8e;
    font-size: .69rem;
    line-height: 1.55;
}

.gfy81-live-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #bce2cc;
    border-radius: 999px;
    color: #177647;
    background: #ebf8f1;
    font-size: .58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.gfy81-live-badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #20a461;
    box-shadow: 0 0 0 4px rgba(32, 164, 97, .12);
    animation: gfy81-pulse 2.2s ease-in-out infinite;
}

.gfy81-score-area {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid #e7edf3;
}

.gfy81-score-ring {
    position: relative;
    display: grid;
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    place-items: center;
    border-radius: 50%;
    background:
        conic-gradient(
            #176dde calc(var(--gfy81-score) * 1%),
            #e5ebf2 0
        );
}

.gfy81-score-ring::before {
    position: absolute;
    inset: 7px;
    border-radius: inherit;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e1e8f0;
    content: "";
}

.gfy81-score-ring > div {
    position: relative;
    z-index: 1;
    text-align: center;
}

.gfy81-score-ring strong,
.gfy81-score-ring small,
.gfy81-health small,
.gfy81-health strong,
.gfy81-health span {
    display: block;
}

.gfy81-score-ring strong {
    color: #13243d;
    font-size: 1.45rem;
    line-height: 1;
}

.gfy81-score-ring small {
    margin-top: 4px;
    color: #7b8798;
    font-size: .51rem;
    font-weight: 800;
}

.gfy81-health {
    min-width: 0;
}

.gfy81-health small {
    color: #7b8799;
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gfy81-health strong {
    margin-top: 4px;
    color: #1769d8;
    font-size: .91rem;
}

.gfy81-health span {
    margin-top: 5px;
    color: #68768a;
    font-size: .63rem;
    line-height: 1.48;
}

.gfy81-status-list {
    display: grid;
    gap: 9px;
    padding: 18px 18px 8px;
}

.gfy81-status-list article {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid #e3e9f0;
    border-radius: 14px;
    background: #fbfcfe;
}

.gfy81-status-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 11px;
    color: #66778e;
    background: #eef2f7;
}

.gfy81-status-icon svg,
.gfy81-history-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy81-status-list article > div {
    min-width: 0;
}

.gfy81-status-list small,
.gfy81-status-list strong,
.gfy81-status-list article > div > span {
    display: block;
}

.gfy81-status-list small {
    color: #7b8798;
    font-size: .55rem;
}

.gfy81-status-list strong {
    margin-top: 3px;
    overflow: hidden;
    color: #1d2c43;
    font-size: .73rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy81-status-list article > div > span {
    margin-top: 3px;
    color: #7a8798;
    font-size: .54rem;
}

.gfy81-status-dot {
    width: 8px;
    height: 8px;
    margin-left: auto;
    flex: 0 0 8px;
    border-radius: 50%;
    background: currentColor;
}

.gfy81-state-success {
    color: #168651;
    border-color: #cce7d8 !important;
    background: #f5fcf8 !important;
}

.gfy81-state-success .gfy81-status-icon {
    color: #168651;
    background: #e5f6ed;
}

.gfy81-state-warning {
    color: #b06b0a;
    border-color: #efdcb8 !important;
    background: #fffbf3 !important;
}

.gfy81-state-warning .gfy81-status-icon {
    color: #b06b0a;
    background: #fff0d5;
}

.gfy81-state-critical {
    color: #c33e47;
    border-color: #efc8cc !important;
    background: #fff7f7 !important;
}

.gfy81-state-critical .gfy81-status-icon {
    color: #c33e47;
    background: #fde8ea;
}

.gfy81-state-neutral {
    color: #718097;
}

.gfy81-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 18px 0;
    overflow: hidden;
    border: 1px solid #e3e9f0;
    border-radius: 14px;
}

.gfy81-detail-grid > div {
    min-width: 0;
    padding: 12px;
    border-right: 1px solid #e7edf3;
    border-bottom: 1px solid #e7edf3;
}

.gfy81-detail-grid > div:nth-child(2n) {
    border-right: 0;
}

.gfy81-detail-grid span,
.gfy81-detail-grid strong {
    display: block;
}

.gfy81-detail-grid span {
    color: #7b8799;
    font-size: .53rem;
}

.gfy81-detail-grid strong {
    margin-top: 4px;
    overflow: hidden;
    color: #26354b;
    font-size: .64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy81-actions {
    display: grid;
    gap: 9px;
    padding: 18px;
}

.gfy81-actions a {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: .69rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.gfy81-actions a:hover {
    transform: translateY(-2px);
}

.gfy81-primary-button {
    color: #fff;
    background: #176cdf;
    box-shadow: 0 10px 22px rgba(23, 108, 223, .2);
}

.gfy81-secondary-button {
    border: 1px solid #dae4ee;
    color: #1767d6;
    background: #fff;
}

.gfy81-history header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 21px 17px;
    border-bottom: 1px solid #e6ecf3;
}

.gfy81-history-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 12px;
    color: #176bda;
    background: #edf5ff;
}

.gfy81-history-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #e8edf3;
}

.gfy81-history-grid article {
    min-width: 0;
    padding: 14px;
    background: #fff;
}

.gfy81-history-grid span,
.gfy81-history-grid strong,
.gfy81-history-grid small {
    display: block;
}

.gfy81-history-grid span {
    color: #7c889a;
    font-size: .53rem;
}

.gfy81-history-grid strong {
    margin-top: 5px;
    color: #203047;
    font-size: .69rem;
    line-height: 1.35;
}

.gfy81-history-grid small {
    margin-top: 4px;
    color: #8a95a5;
    font-size: .5rem;
    line-height: 1.4;
}

.gfy81-history-warning strong {
    color: #bd4a4f;
}

.gfy81-history-wide {
    grid-column: 1 / -1;
}

.gfy81-history footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid #e8edf3;
    background: #fafcff;
}

.gfy81-history footer > span {
    color: #7b8798;
    font-size: .57rem;
}

.gfy81-history footer a {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: #1768d7;
    font-size: .61rem;
    font-weight: 850;
    text-decoration: none;
}

@keyframes gfy81-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 4px rgba(32, 164, 97, .12);
    }

    50% {
        box-shadow: 0 0 0 7px rgba(32, 164, 97, .04);
    }
}

@media (max-width: 980px) {
    .gfy81-monitor-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .gfy81-monitor-sidebar {
        grid-template-columns: 1fr;
    }

    .gfy81-detail-grid,
    .gfy81-history-grid {
        grid-template-columns: 1fr;
    }

    .gfy81-detail-grid > div {
        border-right: 0;
    }

    .gfy81-history-wide {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gfy81-live-badge i {
        animation: none;
    }

    .gfy81-actions a {
        transition: none;
    }
}
