.dl-endpoint{padding:2rem 0}
.dl-head h1{font-size:clamp(1.22rem,3.3vw,1.62rem);color:#e8eef4;margin-bottom:.5rem}
.dl-head h1 em{color:#4fc3f7;font-style:normal}
.dl-head p{color:#6a7e90;font-size:.88rem;margin-bottom:1rem;max-width:700px}
.dl-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;font-size:.76rem;color:#6a7e90;font-family:Consolas,monospace;margin-bottom:1.1rem}
.dl-meta strong{color:#4fc3f7}
.dl-shot{max-width:480px;border:1px solid #1e2a38}

.endpoint-table{width:100%;border-collapse:collapse;background:#111820;border:1px solid #1e2a38}
.endpoint-table th{text-align:left;font-size:.68rem;color:#4fc3f7;padding:.55rem .8rem;border-bottom:1px solid #1e2a38;font-family:Consolas,monospace}
.endpoint-table td{padding:.85rem .8rem;border-bottom:1px solid #1a2430;vertical-align:middle}
.endpoint-table tr:last-child td{border-bottom:none}
.endpoint-table h3{font-size:.88rem;color:#e8eef4}
.endpoint-table p{font-size:.74rem;color:#6a7e90}
.endpoint-table .btn-dash{font-size:.72rem;padding:.35rem .7rem}
@media(max-width:640px){.endpoint-table th:nth-child(2),.endpoint-table td:nth-child(2){display:none}}

.obs-row{display:flex;flex-direction:column;gap:0}
.obs{display:grid;grid-template-columns:90px 1fr;gap:.8rem;padding:.8rem 0;border-bottom:1px dashed #1e2a38}
.obs .ob{font-size:.64rem;font-weight:800;color:#0b1016;background:#4fc3f7;text-align:center;padding:.35rem .3rem;font-family:Consolas,monospace}
.obs h3{font-size:.86rem;color:#e8eef4;margin-bottom:.2rem}
.obs p{font-size:.76rem;color:#6a7e90}

.report-pair{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
@media(max-width:768px){.report-pair{grid-template-columns:1fr}}
.report{padding:.9rem 1rem}
.report h3{font-size:.84rem;color:#4fc3f7;margin-bottom:.4rem}
.report li{font-size:.76rem;color:#6a7e90;padding:.2rem 0}
.dl-mid{margin-top:1.2rem;max-width:640px;border:1px solid #1e2a38}

.dl-cta{background:#1565c0;padding:2rem 0;text-align:center}
.dl-cta h2{color:#fff;font-size:1.15rem;margin-bottom:.35rem}
.dl-cta p{color:#bbdefb;font-size:.84rem;margin-bottom:1rem}
.dl-cta .btn-ghost{color:#fff;border-color:#fff}
