.tsd-directory, .tsd-detail { color: #17212b; line-height: 1.6; }
.tsd-directory__controls { display: flex; gap: .75rem; margin: 0 0 1rem; flex-wrap: wrap; }
.tsd-directory__search, .tsd-directory__select { border: 1px solid #c9d2da; border-radius: 6px; box-sizing: border-box; font: inherit; padding: .65rem .8rem; }
.tsd-directory__search { flex: 1 1 18rem; }
.tsd-directory__select { flex: 0 1 16rem; }
.tsd-directory__count { color: #53616e; font-size: .9rem; margin-bottom: 1rem; }
.tsd-directory__grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.tsd-card { border: 1px solid #e0e6ea; border-radius: 10px; overflow: hidden; transition: box-shadow .15s ease, transform .15s ease; }
.tsd-card:hover { box-shadow: 0 10px 24px rgba(19, 42, 60, .12); transform: translateY(-2px); }
.tsd-card__link { color: inherit; display: block; height: 100%; text-decoration: none; }
.tsd-card__image { aspect-ratio: 16 / 9; display: block; object-fit: cover; width: 100%; }
.tsd-card__body { padding: 1rem; }
.tsd-card__terms, .tsd-detail__terms { color: #215372; font-size: .82rem; font-weight: 600; margin: 0 0 .35rem; text-transform: uppercase; }
.tsd-card h3 { font-size: 1.1rem; line-height: 1.35; margin: 0 0 .5rem; }
.tsd-card p { color: #53616e; font-size: .92rem; margin: 0; }
.tsd-detail { margin: 0 auto; max-width: 860px; }
.tsd-detail__back { margin: 0 0 1.5rem; }
.tsd-detail__back a { color: #215372; text-decoration: none; }
.tsd-detail h1 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; margin: 0 0 1.5rem; }
.tsd-detail__image { border-radius: 12px; display: block; height: auto; margin: 0 0 1.75rem; max-width: 100%; }
.tsd-detail__facts { background: #f5f8fa; border-radius: 10px; display: grid; gap: .5rem 1rem; grid-template-columns: minmax(9rem, .35fr) 1fr; margin: 1.5rem 0; padding: 1.1rem 1.25rem; }
.tsd-detail__facts dt { color: #53616e; font-weight: 600; }
.tsd-detail__facts dd { margin: 0; }
.tsd-detail__section { background: #f5f8fa; border-left: 4px solid #215372; border-radius: 0 8px 8px 0; margin: 1.5rem 0; padding: 1rem 1.25rem; }
.tsd-detail__section h2 { font-size: 1.1rem; margin: 0 0 .4rem; }
.tsd-detail__section ul { margin: 0; padding-left: 1.2rem; }
.tsd-detail__content { margin-top: 2rem; }
@media (max-width: 600px) { .tsd-directory__select { flex-basis: 100%; } .tsd-detail__facts { grid-template-columns: 1fr; gap: .2rem; } .tsd-detail__facts dd { margin-bottom: .8rem; } }
