body {
    font-family: Arial, sans-serif;
    background: #f5f7fa;
    color: #18212b;
    margin: 0;
}

.page {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 20px 48px;
}

.hero {
    margin-bottom: 24px;
}

.eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4a5a6a;
}

h1 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.15;
}

h2 {
    margin: 0 0 12px;
    font-size: 20px;
}

.intro,
.meta {
    margin: 0;
    max-width: 760px;
    color: #4a5a6a;
}

#signalBox {
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid #ccd6e0;
    min-height: 56px;
}

.metricGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.metricCard {
    background: #ffffff;
    border: 1px solid #d5dde5;
    border-radius: 8px;
    padding: 14px;
}

.metricLabel {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4a5a6a;
}

.metricValue {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
}

.metricDetail {
    margin: 0 0 8px;
    color: #4a5a6a;
    line-height: 1.4;
}

.metricSource {
    margin: 0;
    font-size: 12px;
    color: #6a7887;
}

.section-fear { background: #ffb3b3; font-weight: 700; }
.section-inflation { background: #ffd480; font-weight: 700; }
.section-recession { background: #b3d9ff; font-weight: 700; }
.section-opportunity { background: #b6f2b6; font-weight: 700; }
.section-mortgage { background: #f0e6d6; font-weight: 700; }

table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

td, th {
    padding: 12px;
    border: 1px solid #d5dde5;
    text-align: left;
    vertical-align: top;
}

th {
    background: #18212b;
    color: #ffffff;
}

code {
    font-family: "SFMono-Regular", Consolas, monospace;
}

@media (max-width: 700px) {
    .page {
        padding: 24px 12px 36px;
    }

    h1 {
        font-size: 26px;
    }

    .metricValue {
        font-size: 24px;
    }

    td, th {
        padding: 10px;
        font-size: 14px;
    }
}
