.team-directory [hidden] {
    display: none !important;
}
.team-next-game {
    border-left: 4px solid #f4b942;
    background: #eef4f8;
    padding: 20px;
    margin: 18px 0 24px;
}
.team-next-game h3 {
    font-size: 1.5rem;
    font-weight: 750;
    margin: 0;
}
.team-next-game .team-heading {
    margin-top: 12px;
}
.team-game-list {
    padding: 0;
    list-style: none;
}
.team-game-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #dbe4eb;
    padding: 14px 0;
}
.team-game-list .team-muted {
    display: block;
    margin-top: 4px;
}
.team-game-status {
    font-size: .8rem;
    align-self: center;
    color: #356080;
    flex-shrink: 0;
}
.team-search label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}
.team-search > div {
    display: flex;
    gap: 8px;
}
.team-search input {
    min-width: 0;
    width: 100%;
    padding: 12px;
    border: 1px solid #819caf;
    border-radius: 4px;
}
.team-search button {
    background: #002244;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 10px 16px;
    cursor: pointer;
}
.team-search input:focus-visible, .team-search button:focus-visible {
    outline: 3px solid #ba7400;
    outline-offset: 3px;
}
.team-conference {
    margin-top: 30px;
    scroll-margin-top: 16px;
}
.team-conference > h2 {
    background: #002244;
    color: #fff;
    padding: 14px 16px;
    border-left: 4px solid #f4b942;
}
.team-conference h2 small {
    display: block;
    font-size: .78rem;
    font-weight: 400;
    margin-top: 6px;
}
.team-division-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.team-division h3 {
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.team-directory-card {
    border: 1px solid #dbe4eb;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
}
.team-directory-name {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.team-directory-name img {
    object-fit: contain;
    flex-shrink: 0;
}
.team-directory-name strong {
    line-height: 1.3;
    overflow-wrap: anywhere;
}
.team-directory-name:hover {
    text-decoration: underline;
}
.team-directory-actions {
    display: flex;
    gap: 18px;
    font-size: .8rem;
    margin-top: 8px;
}
.team-directory-actions a {
    padding: 6px 0;
}
@media (max-width: 700px) {
    .team-division-grid {
        grid-template-columns: 1fr;
    }
    .team-game-list li {
        flex-direction: column;
        gap: 6px;
    }
    .team-game-status {
        align-self: flex-start;
    }
}
.team-section {
    padding: 24px;
    color: #192d41;
    line-height: 1.55;
}

.team-section h1 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 8px 0 16px;
    overflow-wrap: anywhere;
}

.team-section h2 {
    font-size: 1.45rem;
    font-weight: 750;
    line-height: 1.25;
}

.team-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}

.team-heading > div {
    min-width: 0;
}

.team-heading img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
}

.team-eyebrow {
    color: #356080;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0;
}

.team-breadcrumb {
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.team-hero {
    background: linear-gradient(120deg, #001c36, #064c79) !important;
    color: #fff !important;
    border-top: 4px solid #f4b942;
    padding: 28px 32px;
}

.team-hero h1 {
    color: #fff;
}

.team-hero .team-eyebrow {
    color: #ffd36c;
}

.team-hero .team-breadcrumb {
    color: #d0e0ed;
}

.team-intro {
    font-size: 1.05rem;
    margin: 16px 0 20px;
}

.team-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.team-actions a {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #819caf;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: .9rem;
}

.team-actions a:first-child {
    background: #f4b942;
    color: #102a42;
    border-color: #f4b942;
}

.team-actions a:hover {
    background: #eef3f7;
    color: #002244;
}

.team-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.team-facts dt {
    font-size: .78rem;
    color: #596b7a;
}

.team-facts dd {
    margin: 4px 0 0;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.team-resource-links {
    display: grid;
}

.team-resource-links a {
    padding: 12px 0;
    border-bottom: 1px solid #dbe4eb;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.team-resource-links a:hover, .team-resource-links a[aria-current='page'] {
    color: #064c79;
    text-decoration: underline;
    font-weight: 700;
}

.team-muted {
    color: #596b7a;
    font-size: .85rem;
}

.team-table {
    font-size: .85rem;
    min-width: 410px;
}

.team-table thead {
    background: #eaf0f5;
    color: #002244;
}

.team-table td {
    white-space: nowrap;
}

.team-text-link {
    font-weight: 700;
    color: #064c79;
}

.team-section a:focus-visible, .team-table-scroll:focus-visible {
    outline: 3px solid #ba7400;
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .team-section, .team-hero {
        padding: 20px;
    }
    .team-heading {
        gap: 12px;
        align-items: flex-start;
    }
    .team-heading img {
        width: 48px;
        height: 48px;
    }
    .team-facts {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .team-actions a {
        flex: 1 1 auto;
        text-align: center;
    }
}
