/* Provider-specific surfaces keep the catalog compact and the brand background quiet. */
.sa-providers { --catalog-border: light-dark(#e9e2da, rgb(190 180 163 / 0.300)); --catalog-muted: light-dark(#716b64, #bdb7ae); background: light-dark(#fffcf8b8, rgb(28 28 27 / 0.722)); }
.sa-providers .sa-catalog-results { width: 100%; max-width: 1500px; justify-self: center; padding: 28px 32px 64px; }
.sa-providers .sa-catalog-heading { margin-bottom: 28px; gap: 20px; }
.sa-providers h1 { font-size: 28px; letter-spacing: -.045em; color: light-dark(#282724, #ebe8e1); }
.sa-provider-heading-copy p { margin: 5px 0 0; color: light-dark(#756f68, #bdb7ae); font-size: 13px; line-height: 1.6; }
.sa-provider-heading-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px; }
.sa-provider-heading-actions .sa-catalog-api-link { min-height: 44px; padding-inline: 14px; border-color: transparent; background: transparent; color: light-dark(#514b44, #ebe8e1); border-radius: 8px; white-space: nowrap; }
.sa-provider-heading-actions .sa-catalog-api-link:hover { background: light-dark(#f4ede5, #1c1c1b); color: light-dark(#a74015, #ffb07a); }
.sa-provider-heading-actions .sa-provider-join { background: light-dark(#fff0e3, #1c1c1b); border-color: light-dark(#f0cdb1, rgb(190 180 163 / 0.300)); color: light-dark(#aa4011, #ffb07a); font-weight: 600; }
.sa-provider-heading-actions .sa-provider-join:hover { background: light-dark(#ffe5cf, #1c1c1b); border-color: light-dark(#eab68e, rgb(139 93 60 / 0.300)); color: light-dark(#87320d, #ffb07a); }
.sa-providers .sa-catalog-sidebar { background: light-dark(#fffcf680, rgb(28 28 27 / 0.502)); padding-top: 26px; }
.sa-providers .sa-catalog-filter-heading { margin-bottom: 20px; }
.sa-providers .sa-catalog-filter-heading strong { color: light-dark(#403c37, #ebe8e1); font-weight: 600; }
.sa-providers .sa-catalog-filter-group { margin-bottom: 14px; padding-bottom: 8px; border-bottom: 0; }
.sa-providers .sa-catalog-filter-group summary { font-size: 13px; }
.sa-providers .sa-catalog-option { padding-block: 5px; font-size: 12px; color: light-dark(#635e57, #bdb7ae); }
.sa-providers .sa-catalog-option:not(:has(.sa-country-flag)) > svg { display: none; }
.sa-providers .sa-catalog-option:has(input:checked) { background: light-dark(#fbe9d9, #1c1c1b); color: light-dark(#a44218, #ffb07a); }
.sa-providers .sa-catalog-toolbar { justify-content: space-between; margin-bottom: 16px; }
.sa-providers .sa-catalog-search { flex: 0 1 480px; background: light-dark(#fffdfb, #1c1c1b); border-radius: 8px; }
.sa-providers .sa-catalog-sort { background: light-dark(#fffdfb, #1c1c1b); border-radius: 8px; }
.sa-providers .sa-catalog-search input, .sa-providers .sa-catalog-sort select { min-height: 44px; }
.sa-serverless { position: relative; display: grid; grid-template-columns: minmax(210px, .8fr) minmax(0, 2fr); align-items: center; gap: 24px; margin: 0 0 32px; padding: 20px 24px; border: 1px solid light-dark(#e9ded0, rgb(190 180 163 / 0.300)); border-radius: 12px; background: linear-gradient(110deg, light-dark(#fff5e8, #1c1c1b), light-dark(#fffdf9, #1c1c1b) 55%); }
.sa-serverless-heading { min-width: 0; }
.sa-provider-title-line { display: flex; align-items: center; gap: 3px; }
.sa-serverless-heading h2, .sa-provider-directory-title { margin: 0; color: light-dark(#35322e, #ebe8e1); font-size: 16px; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.sa-serverless-heading p { max-width: 310px; margin: 3px 0 0; color: light-dark(#777065, #bdb7ae); font-size: 12px; line-height: 1.65; }
.sa-serverless-recommendation { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; color: light-dark(#527450, #93c9a0); font-size: 11px; font-weight: 600; }
.sa-serverless-recommendation svg { width: 14px; height: 14px; }
.sa-serverless-methods { display: grid; grid-template-columns: minmax(0, 1fr); }
.sa-serverless-method { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-width: 0; padding: 8px 0; }
.sa-serverless-method + .sa-serverless-method { border-top: 1px solid var(--catalog-border); }
.sa-serverless-summary { min-width: 0; }
.sa-serverless-summary h3 { margin: 0; font-size: 14px; line-height: 1.5; font-weight: 600; letter-spacing: -.015em; color: light-dark(#35312d, #ebe8e1); }
.sa-serverless-summary p { margin: 0; font-size: 12px; line-height: 1.5; color: light-dark(#7d756c, #bdb7ae); }
.sa-serverless-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; color: light-dark(#c45520, #ffb07a); background: light-dark(#fff1e2, #1c1c1b); }
.sa-serverless-icon svg { width: 16px; height: 16px; }
.sa-serverless-actions { display: flex; align-items: center; gap: 14px; min-width: 0; }
.sa-serverless-route { display: flex; align-items: center; gap: 2px; flex-shrink: 0; min-width: 0; }
.sa-serverless-route code { font-size: 11px; color: light-dark(#8b8175, #bdb7ae); white-space: nowrap; }
.sa-serverless-route code strong { color: light-dark(#ab4418, #ffb07a); font-weight: 500; }
.sa-serverless-route button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 44px; min-height: 44px; min-width: 44px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: light-dark(#8b7e70, #bdb7ae); cursor: pointer; }
.sa-serverless-route button:hover { color: light-dark(#aa4011, #ffb07a); background: light-dark(#faeadd, #1c1c1b); }
.sa-serverless-route button svg { width: 14px; height: 14px; }
.sa-serverless-route button .sa-prefix-copied-icon, .sa-serverless-route button.is-copied .sa-prefix-copy-icon { display: none; }
.sa-serverless-route button.is-copied .sa-prefix-copied-icon { display: block; color: light-dark(#52846a, #93c9a0); }
.sa-serverless-models { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: 8px; min-height: 44px; padding-inline: 10px; border-radius: 7px; text-decoration: none; color: light-dark(#615044, #ebe8e1); font-size: 12px; font-weight: 500; }
.sa-serverless-models:hover { color: light-dark(#aa4011, #ffb07a); background: light-dark(#faeadd, #1c1c1b); }
.sa-serverless-copy-status { grid-column: 1 / -1; margin: 0; color: light-dark(#9d502c, #ffb07a); font-size: 12px; }
.sa-serverless-copy-status:not(.is-error) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.sa-serverless-copy-status:empty { display: none; }
.sa-provider-directory-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.sa-provider-directory-heading p { margin: 3px 0 0; color: light-dark(#77716a, #bdb7ae); font-size: 12px; line-height: 1.6; }
.sa-provider-directory-heading .sa-provider-count { flex-shrink: 0; margin: 0; color: light-dark(#807970, #bdb7ae); font-size: 12px; font-variant-numeric: tabular-nums; }
.sa-provider-directory-heading strong { color: light-dark(#49433c, #ebe8e1); font-weight: 600; }
.sa-provider-column-label { display: inline-flex; align-items: center; gap: 2px; }
.sa-provider-column-label .sa-catalog-help-trigger { min-height: 24px; width: 24px; }
.sa-provider-location-note { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; color: light-dark(#7e766d, #bdb7ae); font-size: 11px; line-height: 1.7; }
.sa-provider-location-note > svg { width: 14px; height: 14px; }
.sa-provider-location-note .sa-catalog-help-trigger { flex: 0 0 32px; margin-left: auto; }
.sa-provider-table-wrap { border: 1px solid var(--catalog-border); border-radius: 10px; overflow: hidden; background: light-dark(#fffefa, #1c1c1b); }
.sa-provider-table { border-collapse: collapse; width: 100%; font-size: 13px; text-align: left; }
.sa-provider-table th, .sa-provider-table td { padding: 17px 18px; border-bottom: 1px solid var(--catalog-border); vertical-align: middle; line-height: 1.5; }
.sa-provider-table thead { background: light-dark(#f8f5f0, #1c1c1b); color: light-dark(#736d63, #bdb7ae); }
.sa-provider-table thead th { padding-block: 10px; font-size: 12px; font-weight: 500; white-space: nowrap; }
.sa-provider-table tbody tr:last-child > * { border-bottom: 0; }
.sa-provider-table tbody tr:hover { background: light-dark(#fff9f1, #1c1c1b); }
.sa-provider-table tbody tr[hidden] { display: none; }
.sa-provider-table td { color: light-dark(#6d675e, #bdb7ae); }
.sa-provider-table a { color: light-dark(#6e4a30, #ffb07a); text-decoration: none; }
.sa-provider-table a:hover { color: light-dark(#c95217, #ffb07a); text-decoration: underline; text-underline-offset: 4px; }
.sa-provider-table td a { white-space: nowrap; }
.sa-provider-table td a > span { font-size: 11px; color: light-dark(#ae8a6c, #ffb07a); }
.sa-provider-table .sa-provider-name { min-width: 170px; font-size: 14px; font-weight: 600; color: light-dark(#38302a, #ebe8e1); }
.sa-provider-name a { display: inline-flex; align-items: center; gap: 10px; color: inherit; }
.sa-provider-name [data-filter-icon] { width: 28px; height: 28px; flex: 0 0 28px; object-fit: cover; color: light-dark(#c66a39, #ffb07a); }
.sa-provider-name span { overflow-wrap: anywhere; }
.sa-provider-status { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.sa-provider-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: light-dark(#baa58f, #24221f); }
.sa-provider-status.is-no::before { background: light-dark(#599379, #2a2723); }
.sa-provider-status.is-yes::before { background: light-dark(#ce9660, #2a2723); }
.sa-provider-status.is-unknown::before { background: light-dark(#b9b2a9, #24221f); }
.sa-provider-table th:last-child, .sa-provider-table .sa-provider-models { text-align: right; }
.sa-provider-models a { font-variant-numeric: tabular-nums; font-weight: 600; color: light-dark(#bd4f1e, #ffb07a); }
.sa-provider-unknown { color: light-dark(#b2a394, #a19a90); }
.sa-provider-datacenters { min-width: 185px; max-width: 250px; }
.sa-provider-sites { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.sa-provider-sites li { display: flex; align-items: flex-start; gap: 7px; min-width: 0; }
.sa-provider-sites [data-filter-icon] { width: 15px; height: 15px; flex: 0 0 15px; margin-top: 2px; color: light-dark(#b9825b, #ffb07a); }
.sa-provider-sites li > span { display: grid; min-width: 0; overflow-wrap: anywhere; font-size: 12px; }
.sa-provider-sites strong { color: light-dark(#5f4e40, #ebe8e1); font-weight: 550; }
.sa-provider-sites-more { margin-top: 5px; }
.sa-provider-sites-more summary { display: flex; align-items: center; gap: 7px; width: fit-content; min-height: 32px; cursor: pointer; list-style: none; color: light-dark(#bd4f1e, #ffb07a); font-size: 12px; }
.sa-provider-sites-more summary::-webkit-details-marker { display: none; }
.sa-provider-sites-more summary:hover { color: light-dark(#85340e, #ffb07a); }
.sa-provider-sites-more .sa-provider-sites-hide, .sa-provider-sites-more[open] .sa-provider-sites-show { display: none; }
.sa-provider-sites-more[open] .sa-provider-sites-hide { display: inline; }
.sa-provider-sites-more[open] summary > [aria-hidden] { transform: rotate(180deg); }
.sa-provider-sites-more[open] .sa-provider-sites { margin-top: 4px; }
.sa-provider-table-wrap .sa-catalog-empty { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; min-height: 156px; border: 0; border-radius: 0; padding: 28px 24px; text-align: left; }
.sa-provider-empty-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid light-dark(#e7d7c5, rgb(190 180 163 / 0.300)); border-radius: 10px; background: light-dark(#fbf3e8, #1c1c1b); }
.sa-provider-empty-icon svg { width: 19px; height: 19px; color: light-dark(#bb9773, #ffb07a); }
.sa-provider-empty-copy { max-width: 370px; }
.sa-provider-table-wrap .sa-catalog-empty h2 { margin: 0 0 4px; color: light-dark(#665442, #ebe8e1); font-size: 14px; font-weight: 550; }
.sa-provider-table-wrap .sa-catalog-empty p { margin: 0; color: light-dark(#9b8775, #bdb7ae); font-size: 12px; line-height: 1.65; }
.sa-provider-table-wrap .sa-catalog-empty button { margin: 0; }
.sa-provider-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media(min-width:761px) and (max-width:1250px) {
 .sa-providers .sa-catalog-layout { grid-template-columns: 200px minmax(0,1fr); }
 .sa-providers .sa-catalog-results { padding-inline: 20px; }
 .sa-provider-table th, .sa-provider-table td { padding: 12px 9px; font-size: 12px; }
 .sa-provider-table .sa-provider-name { min-width: 130px; }
 .sa-provider-name a { gap: 6px; }
 .sa-provider-name [data-filter-icon] { width: 24px; height: 24px; flex-basis: 24px; }
}
@media(min-width:761px) and (max-width:1250px) {
 .sa-provider-table-wrap { overflow-x: auto; }
 .sa-provider-table { min-width: 880px; }
}
@media(max-width:760px) {
 .sa-providers .sa-catalog-results { padding: 20px 16px 40px; }
 .sa-providers .sa-catalog-heading { margin-bottom: 22px; flex-direction: column; align-items: flex-start; gap: 16px; }
 .sa-providers h1 { font-size: 26px; }
 .sa-provider-heading-actions { width: 100%; justify-content: flex-start; }
 .sa-provider-heading-actions .sa-catalog-api-link { flex: 1 1 auto; padding-inline: 10px; font-size: 12px; }
 .sa-providers .sa-catalog-search { max-width: none; }
 .sa-providers .sa-catalog-filter-toggle { font-size: 13px; border-radius: 8px; }
 .sa-providers .sa-catalog-toolbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
 .sa-providers .sai-select-trigger { gap: 8px; font-size: 12px; }
 .sa-providers .sa-catalog-drawer .sa-catalog-option { min-height: 44px; font-size: 13px; }
 .sa-serverless { display: block; padding: 16px; margin-bottom: 26px; border-radius: 10px; }
 .sa-serverless-heading { margin-bottom: 12px; }
 .sa-serverless-heading p { max-width: none; }
 .sa-serverless-method { grid-template-columns: 28px minmax(0, 1fr); gap: 2px 10px; padding: 8px 0; }
 .sa-serverless-actions { grid-column: 1 / -1; justify-content: space-between; gap: 8px; }
 .sa-serverless-route { flex: 0 1 auto; }
 .sa-serverless-summary { display: block; }
 .sa-serverless-summary p { font-size: 11px; }
 .sa-serverless-heading h2, .sa-provider-directory-title { font-size: 15px; }
 .sa-provider-directory-heading { flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
 .sa-provider-directory-heading p { font-size: 12px; }
 .sa-provider-table-wrap { border: 0; overflow: visible; background: transparent; }
 .sa-provider-table, .sa-provider-table tbody { display: block; }
 .sa-provider-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
 .sa-provider-table tbody { display: grid; gap: 12px; }
 .sa-provider-table tbody tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 12px; padding: 16px; border: 1px solid var(--catalog-border); border-radius: 10px; background: light-dark(#fffdfb, #1c1c1b); }
 .sa-provider-table .sa-provider-name { grid-column: 1 / -1; padding-bottom: 12px; border-bottom: 1px solid var(--catalog-border); font-size: 16px; }
 .sa-provider-table tbody th, .sa-provider-table tbody td { padding: 0; border: 0; text-align: left; min-width: 0; }
 .sa-provider-table td { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 13px; overflow-wrap: anywhere; }
 .sa-provider-table td::before { content: attr(data-label); color: light-dark(#80766a, #bdb7ae); font-size: 11px; }
 .sa-provider-table .sa-provider-datacenters { grid-column: 1 / -1; max-width: none; gap: 10px; }
 .sa-provider-datacenters > .sa-provider-sites, .sa-provider-sites-more { width: 100%; }
 .sa-provider-sites { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
 .sa-provider-sites-more { margin-top: 0; }
 .sa-provider-sites-more summary { min-height: 44px; }
 .sa-provider-name a { min-height: 44px; }
 .sa-provider-table td a { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; }
 .sa-provider-table .sa-provider-models { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--catalog-border); }
 .sa-provider-table .sa-provider-models a { min-height: 44px; min-width: 44px; justify-content: flex-end; }
 .sa-provider-table-wrap .sa-catalog-empty { flex-wrap: nowrap; align-items: flex-start; justify-content: flex-start; gap: 12px; min-height: 0; border: 1px solid var(--catalog-border); border-radius: 8px; padding: 20px 16px; background: light-dark(#fffdfa99, rgb(28 28 27 / 0.600)); }
 .sa-provider-table-wrap .sa-catalog-empty:has(button) { flex-wrap: wrap; }
 .sa-provider-empty-icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 8px; }
 .sa-provider-table-wrap .sa-catalog-empty h2 { font-size: 13px; }
}
@media(pointer:coarse) {
 .sa-providers .sa-catalog-option { min-height: 44px; }
 .sa-providers .sa-provider-column-label .sa-catalog-help-trigger { width: 44px; min-height: 44px; flex-basis: 44px; }
}
@media (max-width: 760px), (pointer: coarse) {
 .sa-providers .sa-provider-location-note .sa-catalog-help-trigger { width: 44px; min-height: 44px; flex-basis: 44px; }
}

@media (min-width: 761px) and (max-width: 1150px) {
 .sa-providers .sa-catalog-heading { flex-wrap: wrap; gap: 12px; }
 .sa-serverless { grid-template-columns: minmax(0,1fr); gap: 12px; padding: 16px 20px; }
 .sa-serverless-heading p { max-width: none; }
 .sa-serverless-recommendation { margin-bottom: 0; }
 .sa-serverless-methods { border-top: 1px solid var(--catalog-border); }
}
@media (max-width: 360px) {
 .sa-providers .sa-catalog-results { padding-inline: 12px; }
 .sa-provider-heading-actions { gap: 6px; }
 .sa-provider-heading-actions .sa-catalog-api-link { flex-basis: 100%; }
 .sa-serverless { padding: 14px; }
 .sa-serverless-actions { gap: 0; }
 .sa-serverless-models { padding-inline: 5px; }
}
.sa-provider-table a.sa-provider-policy-source { display:block; width:fit-content; margin-top:5px; font-size:11px; line-height:1.5; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:700px) { .sa-provider-table a.sa-provider-policy-source { display:flex; align-items:center; min-height:44px; } }
