/* Round entry briefing: information first, telemetry second. */
body.final-landing-page .dashboard-frame {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: stretch;
}

body.final-landing-page .command-core {
    min-height: 640px;
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
    grid-template-rows: auto 1fr;
    gap: 22px;
    padding: 28px;
}

.round-brief-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 12px;
}

.round-brief-kicker {
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.round-brief-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 7vw, 108px);
    line-height: 0.88;
    text-shadow: 0 0 24px rgba(67, 169, 255, 0.35);
}

.round-brief-copy p {
    max-width: 680px;
    margin: 0;
    color: #dfeeff;
    font-size: clamp(18px, 1.55vw, 26px);
    font-weight: 700;
    line-height: 1.28;
}

.round-brief-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 6px;
}

.round-brief-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(29, 230, 255, 0.66);
    background: rgba(5, 54, 90, 0.84);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.round-brief-actions a:hover,
.round-brief-actions a:focus-visible {
    transform: translateY(-2px);
    border-color: #fff;
    background: rgba(7, 89, 128, 0.9);
}

.round-brief-actions a.secondary {
    border-color: rgba(74, 170, 255, 0.35);
    background: rgba(0, 4, 10, 0.68);
    color: #b7cde6;
}

.round-brief-status,
.round-brief-card {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(74, 170, 255, 0.3);
    background: rgba(0, 6, 14, 0.72);
    backdrop-filter: blur(10px);
}

.round-brief-status {
    align-self: start;
    padding: 17px;
}

.round-brief-status header,
.round-brief-card header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(74, 170, 255, 0.2);
}

.round-brief-status header span,
.round-brief-card header span {
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.round-brief-status header strong {
    color: var(--green);
    font-size: 14px;
    letter-spacing: 1px;
}

.brief-facts {
    display: grid;
    gap: 0;
    margin: 2px 0 0;
}

.brief-facts div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: baseline;
    padding: 12px 0;
    border-bottom: 1px solid rgba(74, 170, 255, 0.13);
}

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

.brief-facts dt {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.brief-facts dd {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-align: right;
}

.round-brief-columns {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr) minmax(0, 0.9fr);
    gap: 10px;
    align-self: stretch;
}

.round-brief-card {
    min-width: 0;
    padding: 16px;
}

.round-brief-card header strong {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.brief-bullets {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.brief-bullets li {
    position: relative;
    padding-left: 17px;
    color: #dfeeff;
    font-size: 14px;
    line-height: 1.35;
}

.brief-bullets li::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 9px rgba(29, 230, 255, 0.7);
}

.world-dossier {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.world-dossier article {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(74, 170, 255, 0.2);
    background: rgba(0, 3, 8, 0.64);
}

.world-dossier b {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.world-dossier span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.25;
}

.entry-state {
    margin-top: 17px;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
}

.entry-copy {
    margin: 9px 0 0;
    color: #dfeeff;
    font-size: 14px;
    line-height: 1.4;
}

.entry-meta {
    display: block;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(74, 170, 255, 0.17);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

body.final-landing-page .operations-grid {
    display: none;
}

@media (max-width: 1420px) {
    body.final-landing-page .dashboard-frame {
        grid-template-columns: 230px minmax(0, 1fr);
    }

}

@media (max-width: 980px) {
    body.final-landing-page .dashboard-frame {
        grid-template-columns: 1fr;
    }

    body.final-landing-page .command-core {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .round-brief-status,
    .round-brief-columns {
        grid-column: auto;
    }

    .round-brief-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .round-brief-copy h1 {
        font-size: 56px;
    }

    .world-dossier article {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
