.depth-page { max-width: 1200px; margin: 0 auto; padding: 16px; color: #08243b; }
.depth-card { margin-bottom: 20px; padding: 24px; border-radius: 8px; box-shadow: 0 2px 7px #08243b18; }
.depth-hero { background: #08243b; border-top: 7px solid #f6c443; color: #fff; }
.depth-hero h1, .depth-hero a { color: #fff; }
.depth-hero h1 { font-size: clamp(28px, 4vw, 42px); }
.depth-eyebrow { font-size: 12px; font-weight: bold; letter-spacing: .08em; }
.depth-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.depth-actions a { display: inline-block; padding: 10px 14px; background: #edf3f7; color: #08243b; border-radius: 5px; text-decoration: none; font-weight: bold; }
.depth-actions a[aria-current], .depth-hero .depth-actions a { background: #f6c443; }
.depth-note, .depth-status { color: #526477; font-size: 14px; }
.depth-details { padding: 16px 24px; }
.depth-details summary { cursor: pointer; font-weight: bold; }
.depth-details[open] summary { margin-bottom: 16px; }
.depth-status { display: block; font-weight: normal; }
.depth-team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.depth-team-grid article { background: #f3f6f9; border: 1px solid #d5dfe7; padding: 16px; border-radius: 6px; }
.depth-team-grid h3 { font-size: 19px; margin: 6px 0; }
.depth-table-wrap { overflow-x: auto; }
.depth-table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
.depth-table th, .depth-table td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid #d5dfe7; }
.depth-table thead { background: #08243b; color: white; }
.depth-table tbody tr:nth-child(even) { background: #f3f6f9; }
.depth-badge { display: block; width: fit-content; padding: 3px 6px; margin-top: 5px; font-size: 11px; background: #fff2c4; color: #594200; border-radius: 3px; }
.depth-page a:focus-visible, .depth-page button:focus-visible, .depth-table-wrap:focus-visible { outline: 3px solid #a36b00; outline-offset: 3px; }
.depth-page select { padding: 9px; }
@media (max-width: 850px) { .depth-team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 550px) { .depth-page { padding: 10px; } .depth-card { padding: 16px; } .depth-team-grid { grid-template-columns: 1fr; } }
@media print { .depth-page { max-width: none; } .depth-card { box-shadow: none; break-inside: avoid; } .depth-actions, form { display: none; } .depth-table { min-width: 0; } }
