.ws-page, .ws-page * { box-sizing: border-box; }
.ws-page { background: #fff; color: #333; font-family: 'Open Sans', sans-serif; }
.ws-page [hidden] { display: none !important; }
.ws-shell { width: 90%; max-width: 1400px; margin: 0 auto; }
.ws-intro { padding: 54px 0 46px; background: #fbfaf7; border-bottom: 1px solid #e7e7e4; }
.ws-eyebrow { margin: 0 0 16px; color: #008959; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ws-intro h1 { margin: 0; color: #2f2f2f; font: 600 clamp(34px, 4.5vw, 60px)/1.12 'Open Sans', sans-serif; letter-spacing: -.035em; }
.ws-lede { max-width: 710px; margin: 20px 0 0; color: #66645f; font-size: 16px; line-height: 1.75; }
.ws-content { padding-top: 34px; padding-bottom: 90px; min-height: 360px; }
.ws-toolbar { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 28px; }
.ws-search { width: 100%; max-width: 620px; }
.ws-search label { display: block; margin-bottom: 9px; color: #55534f; font-size: 13px; font-weight: 600; }
.ws-search-field { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 16px; border: 1px solid #d9d9d5; border-radius: 4px; background: #fff; }
.ws-search-field:focus-within { border-color: #008959; box-shadow: 0 0 0 3px rgba(5,221,166,.12); }
.ws-search-field svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: #77746f; stroke-width: 1.7; stroke-linecap: round; }
.ws-search-field input { min-width: 0; width: 100%; flex: 1; border: 0; background: transparent; outline: 0; margin: 0; padding: 15px 0; color: #333; font: 16px 'Open Sans', sans-serif; }
.ws-search-field button { border: 0; padding: 8px 0; background: transparent; color: #008959; cursor: pointer; font: 13px 'Open Sans', sans-serif; }
.ws-count { flex-shrink: 0; margin: 0 0 16px; color: #77746f; font-size: 13px; }
.ws-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ws-card { display: flex; flex-direction: column; min-width: 0; padding: 26px; border: 1px solid #e1e2de; border-radius: 6px; background: #fff; }
.ws-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 23px; }
.ws-format { padding: 5px 8px; border: 1px solid #cde9de; border-radius: 3px; background: #f0faf5; color: #006f48; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.ws-code { color: #77746f; font-size: 12px; overflow-wrap: anywhere; }
.ws-card h2 { margin: 0 0 12px; color: #333; font: 600 20px/1.4 'Open Sans', sans-serif; letter-spacing: -.02em; overflow-wrap: anywhere; }
.ws-meta { margin: 0 0 26px; color: #77746f; font-size: 12px; line-height: 1.6; }
.ws-meta span { margin: 0 4px; }
.ws-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: auto; padding-top: 19px; border-top: 1px solid #eeeeea; }
.ws-actions a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; text-decoration: none; font-size: 13px; font-weight: 600; }
.ws-actions .ws-open { padding: 0 15px; border: 1px solid #05dda6; border-radius: 4px; background: #05dda6; color: #163c30; }
.ws-actions .ws-open:hover { background: #00c997; border-color: #00c997; }
.ws-actions .ws-download { color: #66645f; }
.ws-actions .ws-download:hover { color: #008959; text-decoration: underline; text-underline-offset: 4px; }
.ws-page a:focus-visible, .ws-page button:focus-visible { outline: 2px solid #008959; outline-offset: 4px; }
.ws-empty { margin: 24px 0; padding: 44px 24px; border: 1px solid #e7e7e4; border-radius: 4px; color: #66645f; text-align: center; font-size: 16px; line-height: 1.7; }
@media (max-width: 1050px) { .ws-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
    .ws-intro { padding: 34px 0; }
    .ws-lede { font-size: 15px; }
    .ws-content { padding-top: 26px; padding-bottom: 56px; }
    .ws-toolbar { display: block; }
    .ws-count { margin: 14px 0 0; }
    .ws-grid { grid-template-columns: 1fr; gap: 16px; }
    .ws-card { padding: 22px; }
    .ws-search-field { padding: 0 12px; gap: 8px; }
    .ws-search-field input { font-size: 16px; }
}
