.dock-intro{text-align:center;padding:2rem 0 1rem;background:#061018;border-bottom:1px solid #1a3040}
.dock-intro h1{font-size:clamp(1.2rem,3vw,1.65rem);font-weight:900;margin-bottom:.5rem;color:#5a9a8a;font-family:"Consolas",monospace;letter-spacing:.08em}
.dock-intro p{font-size:.86rem;color:#4a6070;max-width:560px;margin:0 auto;font-family:"PingFang SC",sans-serif}

.bay-grid{padding:1.75rem 0 3rem}
.bay-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#2a4a5a;border:2px solid #2a4a5a}
.dock-bay{background:#0a1828;display:grid;grid-template-columns:72px 1fr;min-height:140px}
.dock-bay.priority{background:#0a2030;border-bottom:3px solid #5a9a8a}
.bay-tag{background:#061018;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #1a3040;padding:.5rem;font-family:"Consolas",monospace}
.bay-tag strong{font-size:1.1rem;color:#5a9a8a;font-weight:900}
.bay-tag span{font-size:.55rem;color:#3a5060;letter-spacing:.08em;margin-top:.2rem}
.bay-content{padding:1.1rem 1.2rem}
.bay-content img{margin-bottom:.65rem;max-height:64px;object-fit:contain}
.bay-content h2{font-size:.92rem;font-weight:800;margin-bottom:.35rem;color:#a8c4d8;font-family:"Consolas",monospace}
.bay-content p{font-size:.8rem;color:#4a6070;line-height:1.55;margin-bottom:.75rem;font-family:"PingFang SC",sans-serif}
.btn-bay{display:inline-block;background:#1a3a4a;color:#5a9a8a!important;padding:.35rem .85rem;font-size:.72rem;font-weight:800;text-decoration:none!important;border:1px solid #3a6a5a;font-family:"Consolas",monospace}
.btn-bay:hover{background:#2a4a5a}

.status-bar{background:#0a1828;border:1px solid #2a4a5a;padding:1.1rem 0;margin-bottom:1.75rem;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem 3rem;font-family:"Consolas",monospace}
.status-bar div{text-align:center}
.status-bar strong{display:block;font-size:1.05rem;color:#5a9a8a;font-weight:900}
.status-bar span{font-size:.62rem;color:#3a5060;text-transform:uppercase}

.dock-faq{background:#061018}

@media(max-width:640px){
  .bay-layout{grid-template-columns:1fr}
  .dock-bay{grid-template-columns:1fr}
  .bay-tag{flex-direction:row;gap:.5rem;border-right:none;border-bottom:1px solid #1a3040}
}
