.vvm-top,
.vvm-detail {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 72px) 16px;
    color: #111827;
    background: #ffffff;
}

.vvm-detail {
    padding-top: clamp(24px, 3vw, 40px);
}

.vvm-top {
    max-width: 940px;
    padding: clamp(22px, 3vw, 34px) 16px;
}

.vvm-hero {
    padding: clamp(28px, 5vw, 64px) 0 clamp(20px, 4vw, 40px);
    border-bottom: 1px solid #e5e7eb;
}

.vvm-detail .vvm-hero {
    padding-top: 0;
}

.vvm-heading {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.18;
    letter-spacing: 0;
    font-weight: 800;
    color: #111827;
}

.vvm-top .vvm-heading {
    display: block;
    margin: 0 0 16px;
    padding: 12px 18px;
    background: #0f2742;
    color: #ffffff;
    text-align: center;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    line-height: 1.35;
    font-weight: 800;
}

.vvm-detail-subtitle {
    margin: 0 0 18px;
    font-size: clamp(1.375rem, 2.3vw, 2.125rem);
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
    color: #111827;
}

.vvm-lead {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.9;
    color: #1f2937;
}

.vvm-top .vvm-lead {
    max-width: none;
    margin-bottom: 8px;
    font-size: clamp(.98rem, 1.6vw, 1.08rem);
    line-height: 1.7;
}

.vvm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.vvm-google-card,
.vvm-update-card,
.vvm-philosophy,
.vvm-public-data,
.vvm-unavailable {
    padding: clamp(20px, 3vw, 32px);
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.vvm-section-heading {
    margin: 34px 0 14px;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 800;
    color: #111827;
}

.vvm-google-card .vvm-section-heading,
.vvm-update-card .vvm-section-heading,
.vvm-philosophy .vvm-section-heading,
.vvm-public-data .vvm-section-heading {
    margin-top: 0;
}

.vvm-big-number {
    margin: 0 0 10px;
    font-size: clamp(2.5rem, 7vw, 4.6rem);
    line-height: 1;
    font-weight: 900;
    color: #065f46;
}

.vvm-update-time {
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 800;
    color: #1f2937;
}

.vvm-small,
.vvm-note {
    margin: 0 0 18px;
    font-size: clamp(.95rem, 1.4vw, 1.05rem);
    line-height: 1.8;
    color: #4b5563;
}

.vvm-table-wrap {
    width: 100%;
    margin: 16px 0 28px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vvm-top .vvm-table-wrap {
    margin: 16px 0 10px;
    overflow-x: visible;
}

.vvm-ai-table,
.vvm-summary-table,
.vvm-google-table,
.vvm-question-table,
.vvm-history-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 1rem;
}

.vvm-summary-table {
    min-width: 480px;
}

.vvm-ai-table caption,
.vvm-summary-table caption {
    text-align: left;
    padding: 0 0 10px;
    font-weight: 800;
    color: #111827;
}

.vvm-top-result-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: clamp(.95rem, 1.5vw, 1.02rem);
    table-layout: fixed;
}

.vvm-top-result-table th,
.vvm-top-result-table td {
    padding: 10px 12px;
    border: 1px solid #dbe3ea;
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.vvm-top-result-table thead th {
    background: #f3f6f9;
    color: #111827;
    font-weight: 800;
}

.vvm-top-result-table tbody th {
    width: 34%;
    color: #111827;
    font-weight: 800;
}

.vvm-result-pair {
    display: inline-flex;
    gap: .4em;
    align-items: baseline;
    white-space: nowrap;
}

.vvm-result-metrics {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.vvm-result-label {
    font-weight: 800;
    color: #111827;
}

.vvm-result-value {
    color: #1f2937;
}

.vvm-result-chip {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
}

.vvm-result-positive {
    background: #d1fae5;
    color: #065f46;
}

.vvm-result-zero {
    background: #f3f4f6;
    color: #374151;
}

.vvm-result-failed {
    background: #fee2e2;
    color: #991b1b;
}

.vvm-result-partial {
    background: #fef3c7;
    color: #92400e;
}

.vvm-result-separator {
    display: inline-block;
    margin: 0 .4em;
    color: #6b7280;
}

.vvm-ai-table th,
.vvm-ai-table td,
.vvm-summary-table th,
.vvm-summary-table td,
.vvm-google-table th,
.vvm-google-table td,
.vvm-question-table th,
.vvm-question-table td,
.vvm-history-table th,
.vvm-history-table td {
    padding: 13px 14px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.vvm-ai-table thead th,
.vvm-google-table thead th,
.vvm-question-table thead th,
.vvm-history-table thead th {
    background: #f9fafb;
    color: #111827;
}

.vvm-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-weight: 700;
}

.vvm-status-mention_and_citation,
.vvm-status-mention_only,
.vvm-status-citation_only {
    background: #d1fae5;
    color: #065f46;
}

.vvm-status-not_mentioned {
    background: #e5e7eb;
    color: #374151;
}

.vvm-status-failed {
    background: #fee2e2;
    color: #991b1b;
}

.vvm-philosophy {
    margin: 32px 0;
}

.vvm-philosophy p,
.vvm-note-list li,
.vvm-two-columns li,
.vvm-public-data li,
.vvm-unavailable p {
    font-size: clamp(1rem, 1.7vw, 1.14rem);
    line-height: 1.85;
}

.vvm-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.vvm-action {
    margin: 28px 0 0;
}

.vvm-top .vvm-action {
    margin-top: 16px;
    text-align: center;
}

.vvm-top-failures,
.vvm-top-updated {
    margin: 4px 0 0;
    font-size: .92rem;
    line-height: 1.6;
    color: #4b5563;
}

.vvm-link-button {
    display: inline-block;
    padding: 14px 20px;
    border: 1px solid #111827;
    color: #ffffff;
    background: #111827;
    text-decoration: none;
    font-weight: 800;
}

.vvm-link-button:hover,
.vvm-link-button:focus {
    color: #ffffff;
    background: #374151;
}

.vvm-public-data a {
    color: #065f46;
    text-decoration: underline;
}

@media (max-width: 720px) {
    .vvm-grid,
    .vvm-two-columns {
        grid-template-columns: 1fr;
    }

    .vvm-ai-table,
    .vvm-google-table,
    .vvm-question-table,
    .vvm-history-table {
        min-width: 760px;
    }

    .vvm-top {
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .vvm-top-result-table th,
    .vvm-top-result-table td {
        padding: 9px 10px;
        word-break: normal;
    }
}

@media (max-width: 767px) {
    .vvm-top-result-table thead th:first-child,
    .vvm-top-result-table tbody th {
        width: 35%;
    }

    .vvm-top-result-table thead th:last-child,
    .vvm-top-result-table tbody td {
        width: 65%;
    }

    .vvm-top-result-table th,
    .vvm-top-result-table td {
        overflow-wrap: normal;
    }

    .vvm-result-metrics {
        column-gap: .8em;
        row-gap: .12em;
    }

    .vvm-result-separator {
        display: none;
    }
}
