/* The Blue Register — migrated from Ghost page-level code injection. */
body.page-the-blue-register {
    --bf-register-width: 1400px;
    --bf-register-prose-width: 1120px;
    --bf-register-gutter: 80px;
    --bf-register-navy: #003b53;
    --bf-register-teal: #17636f;
    --bf-register-text: #33484f;
    --bf-register-muted: #6f838a;
    --bf-register-border: #dbe4e6;
    --bf-register-soft-border: #eef2f3;
}

body.page-the-blue-register .gh-article {
    width: 100% !important;
    max-width: none !important;
}

body.page-the-blue-register .gh-article-header,
body.page-the-blue-register .gh-content {
    display: block !important;
    width: min(var(--bf-register-width), calc(100vw - (var(--bf-register-gutter) * 2))) !important;
    max-width: min(var(--bf-register-width), calc(100vw - (var(--bf-register-gutter) * 2))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.page-the-blue-register .gh-article-title {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
    left: auto !important;
    text-align: left !important;
}

body.page-the-blue-register .gh-content > p,
body.page-the-blue-register .gh-content > h2,
body.page-the-blue-register .gh-content > h3,
body.page-the-blue-register .gh-content > h4,
body.page-the-blue-register .gh-content > blockquote,
body.page-the-blue-register .gh-content > ul,
body.page-the-blue-register .gh-content > ol {
    width: 100% !important;
    max-width: var(--bf-register-prose-width) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    grid-column: auto !important;
}

body.page-the-blue-register .gh-content > .kg-card,
body.page-the-blue-register .gh-content > .kg-html-card {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-column: auto !important;
}

body.page-the-blue-register .kg-html-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}

body.page-the-blue-register .kg-html-card img,
body.page-the-blue-register .kg-html-card svg,
body.page-the-blue-register .kg-html-card canvas {
    max-width: 100% !important;
    height: auto;
}

body.page-the-blue-register .bf-data-grid {
    width: 100%;
    margin: 0;
    color: var(--bf-register-text);
    font-family: inherit;
    font-size: 15px;
}

body.page-the-blue-register .bf-data-grid__header,
body.page-the-blue-register .bf-data-grid__row {
    display: grid;
    align-items: start;
    width: 100%;
    border-bottom: 1px solid var(--bf-register-soft-border);
}

body.page-the-blue-register .bf-data-grid__header {
    padding: 0 0 9px;
    border-bottom: 1px solid var(--bf-register-border);
    color: var(--bf-register-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.page-the-blue-register .bf-data-grid__row { padding: 13px 0; }
body.page-the-blue-register .bf-data-grid__row:last-child { border-bottom: 0; }

body.page-the-blue-register .bf-data-grid__header > div,
body.page-the-blue-register .bf-data-grid__row > div { padding-right: 18px; }

body.page-the-blue-register .bf-data-grid__name {
    color: var(--bf-register-navy);
    font-weight: 700;
}

body.page-the-blue-register .bf-measures-grid .bf-data-grid__header,
body.page-the-blue-register .bf-measures-grid .bf-data-grid__row {
    grid-template-columns: minmax(220px, 22%) 1fr;
    column-gap: 18px;
}

body.page-the-blue-register .bf-history-grid .bf-data-grid__header,
body.page-the-blue-register .bf-history-grid .bf-data-grid__row {
    grid-template-columns: minmax(170px, 25%) minmax(100px, 15%) minmax(130px, 20%) 1fr;
    column-gap: 18px;
}

body.page-the-blue-register .bf-history-grid a { color: var(--bf-register-teal); }

body.page-the-blue-register .bf-register-box {
    box-sizing: border-box;
    width: 100%;
    margin: 28px 0;
    padding: 28px;
    border: 1px solid var(--bf-register-border);
    border-radius: 8px;
    background: #fff;
    color: var(--bf-register-text);
    font-family: inherit;
}

body.page-the-blue-register .bf-register-box *,
body.page-the-blue-register .bf-register-box *::before,
body.page-the-blue-register .bf-register-box *::after { box-sizing: border-box; }

body.page-the-blue-register .bf-register-stats {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 28px 54px;
    align-items: end;
}

body.page-the-blue-register .bf-register-label {
    margin-bottom: 5px;
    color: var(--bf-register-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.page-the-blue-register .bf-register-score {
    color: var(--bf-register-navy);
    line-height: 1;
    white-space: nowrap;
}

body.page-the-blue-register .bf-register-score-value { font-size: 52px; font-weight: 700; }
body.page-the-blue-register .bf-register-score-total { color: var(--bf-register-muted); font-size: 22px; font-weight: 600; }
body.page-the-blue-register .bf-register-stage { color: var(--bf-register-teal); font-size: 22px; font-weight: 700; line-height: 1.15; }
body.page-the-blue-register .bf-register-date { color: var(--bf-register-navy); font-size: 18px; line-height: 1.2; }

body.page-the-blue-register .bf-register-maturity {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eaf0f0;
}

body.page-the-blue-register .bf-register-meter { position: relative; margin-top: 27px; }

body.page-the-blue-register .bf-register-marker {
    position: absolute;
    z-index: 2;
    top: -24px;
    left: var(--score);
    transform: translateX(-50%);
    text-align: center;
}

body.page-the-blue-register .bf-register-marker-value {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 3px;
    background: var(--bf-register-teal);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

body.page-the-blue-register .bf-register-marker-line {
    width: 2px;
    height: 28px;
    margin: 2px auto 0;
    background: var(--bf-register-teal);
}

body.page-the-blue-register .bf-register-bands,
body.page-the-blue-register .bf-register-band-labels {
    display: grid;
    grid-template-columns: 20fr 20fr 20fr 25fr 15fr;
    gap: 2px;
}

body.page-the-blue-register .bf-register-band { height: 12px; border-radius: 2px; }
body.page-the-blue-register .bf-register-band:nth-child(1) { background: #e6edee; }
body.page-the-blue-register .bf-register-band:nth-child(2) { background: #c7dcde; }
body.page-the-blue-register .bf-register-band:nth-child(3) { background: #9fc6cb; }
body.page-the-blue-register .bf-register-band:nth-child(4) { background: #62a7b0; }
body.page-the-blue-register .bf-register-band:nth-child(5) { background: #2d7f8c; }

body.page-the-blue-register .bf-register-band-labels { margin-top: 9px; text-align: center; }
body.page-the-blue-register .bf-register-band-label { color: #8a9aa0; font-size: 11px; line-height: 1.35; }
body.page-the-blue-register .bf-register-band-label.current { color: var(--bf-register-navy); font-weight: 700; }

@media (max-width: 1000px) {
    body.page-the-blue-register { --bf-register-gutter: 32px; }
}

@media (max-width: 760px) {
    body.page-the-blue-register .bf-register-box { padding: 22px 18px; }
    body.page-the-blue-register .bf-register-stats { grid-template-columns: 1fr 1fr; gap: 24px; }
    body.page-the-blue-register .bf-register-stat:first-child { grid-column: 1 / -1; }
    body.page-the-blue-register .bf-register-band-label { font-size: 10px; }
    body.page-the-blue-register .bf-measures-grid .bf-data-grid__header { display: none; }
    body.page-the-blue-register .bf-measures-grid .bf-data-grid__row { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
    body.page-the-blue-register .bf-history-grid .bf-data-grid__header { display: none; }
    body.page-the-blue-register .bf-history-grid .bf-data-grid__row { grid-template-columns: 1fr 1fr; gap: 5px 18px; padding: 14px 0; }
    body.page-the-blue-register .bf-history-grid .bf-data-grid__row > div:nth-child(3),
    body.page-the-blue-register .bf-history-grid .bf-data-grid__row > div:nth-child(4) { grid-column: auto; }
}

@media (max-width: 600px) {
    body.page-the-blue-register { --bf-register-gutter: 20px; }
    body.page-the-blue-register .gh-article-header,
    body.page-the-blue-register .gh-content {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
    }
}

@media (max-width: 480px) {
    body.page-the-blue-register .bf-register-stats { grid-template-columns: 1fr; }
    body.page-the-blue-register .bf-register-stat:first-child { grid-column: auto; }
    body.page-the-blue-register .bf-register-score-value { font-size: 46px; }
    body.page-the-blue-register .bf-register-band-label { font-size: 9px; }
    body.page-the-blue-register .bf-register-band-label span { display: none; }
    body.page-the-blue-register .bf-history-grid .bf-data-grid__row { grid-template-columns: 1fr; }
}
