/* Sentinel Explorer: shares GSTEP's light/dark palette without changing the vitrine. */
.sx-shell { width: min(1700px, calc(100% - 80px)); margin: 0 auto; padding: 40px 0 28px; }
.sx-shell, .sx-detail-shell, .sx-tools { --sx-mono: "Cascadia Code", "Consolas", monospace; font-size: 14px; line-height: 1.65; }
.sx-shell button, .sx-shell select, .sx-detail-shell button { font: inherit; }
.sx-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.sx-breadcrumb { display: inline-flex; gap: 18px; color: var(--quiet); font-size: 10px; font-weight: 650; letter-spacing: 1.6px; margin-bottom: 12px; }
.sx-breadcrumb:hover { color: var(--blue); }
.sx-breadcrumb span { color: var(--line); }
.sx-heading h1 { display: flex; align-items: center; gap: 10px; font-size: clamp(30px, 3vw, 42px); letter-spacing: -1.8px; font-weight: 700; }
.sx-heading h1 > span:not(.sx-version) { font-weight: 400; }
.sx-heading h1 .sx-version { font-size: 9px; letter-spacing: .5px; font-weight: 600; border: 1px solid var(--line); background: var(--surface); padding: 3px 6px; border-radius: 4px; align-self: flex-start; margin-top: 5px; color: var(--quiet); }
.sx-heading p { color: var(--muted); margin-top: 11px; font-size: 14px; }
.sx-heading-right { display: flex; align-items: flex-end; flex-direction: column; gap: 25px; }
.sx-language { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 8px; gap: 2px; background: var(--surface); }
.sx-language a { padding: 4px 9px; font-size: 10px; font-weight: 700; border-radius: 5px; color: var(--quiet); }
.sx-language a[aria-current="true"] { background: var(--ink); color: var(--paper); }
.sx-language a:hover:not([aria-current="true"]) { background: var(--canvas); }
.sx-repository { color: var(--muted); font-size: 11px; display: inline-flex; gap: 12px; }
.sx-repository:hover { color: var(--blue); }
.sx-catalog-line { display: flex; align-items: center; gap: 13px; color: var(--quiet); font-size: 10px; padding: 14px 0; border-top: 1px solid var(--line); }
.sx-source-label { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 10px; font-weight: 650; white-space: nowrap; }
.sx-catalog-line > span:nth-child(2) { font-size: 10px; }
.sx-freshness { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.sx-status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--quiet); display: inline-block; }
.sx-status-dot.is-live { background: #39a582; box-shadow: 0 0 0 3px #39a58212; }
.sx-kind-tabs { display: flex; align-items: stretch; gap: 28px; border-bottom: 1px solid var(--line); margin-bottom: 24px; overflow-x: auto; }
.sx-kind-tabs > a { display: inline-flex; align-items: center; gap: 9px; padding: 15px 1px; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: nowrap; color: var(--muted); font-size: 13px; font-weight: 600; }
.sx-kind-tabs > a:hover { color: var(--ink); }
.sx-kind-tabs > a[aria-current="page"] { color: var(--blue); border-bottom-color: var(--blue); }
.sx-kind-tabs svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.sx-tab-count { padding: 2px 6px; border-radius: 5px; background: var(--canvas); color: var(--quiet); font-size: 10px; font-weight: 500; font-variant-numeric: tabular-nums; }
[aria-current="page"] > .sx-tab-count { background: var(--soft-blue); color: var(--blue); }
.sx-searchbar { display: flex; gap: 12px; margin-bottom: 28px; }
.sx-search-input { display: flex; align-items: center; flex: 1; min-width: 0; gap: 15px; padding: 0 17px; border: 1px solid var(--line); border-radius: 10px; background: var(--input); min-height: 58px; box-shadow: 0 2px 4px #00000003; }
.sx-search-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--soft-blue); }
.sx-search-input > svg { width: 21px; height: 21px; stroke: var(--blue); stroke-width: 1.5; flex-shrink: 0; }
.sx-search-input > input { flex: 1; border: 0; padding: 14px 0; outline: none; width: 100%; min-width: 0; color: var(--ink); background: transparent; font-size: 14px; }
.sx-search-input > input::placeholder { color: var(--quiet); }
.sx-search-input > kbd { color: var(--quiet); font-family: var(--sx-mono); font-size: 12px; padding: 0 6px; border: 1px solid var(--line); border-radius: 4px; }
.sx-search-button { display: flex; gap: 27px; align-items: center; background: #176fc6; color: #fff; border: 1px solid #3588d8; padding: 0 22px; border-radius: 9px; font-size: 13px !important; font-weight: 650 !important; }
.sx-search-button:hover { background: #125ea9; }
.sx-search-button > span { font-size: 18px; }
.sx-workspace { display: grid; grid-template-columns: 215px minmax(0, 1fr); align-items: start; gap: 29px; min-height: 540px; position: relative; }
.sx-filter-column { min-width: 0; }
.sx-mobile-filter > summary { display: none; }
.sx-filters-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.sx-filters-top > strong { font-size: 12px; font-weight: 650; }
.sx-filters-top > a { font-size: 10px; color: var(--quiet); text-decoration: underline; text-underline-offset: 3px; }
.sx-filters-top > a:hover { color: var(--blue); }
.sx-facet { border-bottom: 1px solid var(--line); padding: 15px 0; }
.sx-facet > summary, .sx-related-group > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 650; }
.sx-facet summary::-webkit-details-marker, .sx-related-group summary::-webkit-details-marker, .sx-mobile-filter > summary::-webkit-details-marker { display: none; }
.sx-caret { margin-left: auto; display: inline-block; border-right: 1.5px solid var(--quiet); border-bottom: 1.5px solid var(--quiet); width: 5px; height: 5px; transform: rotate(45deg); margin-right: 3px; transition: transform .15s; flex-shrink: 0; }
[open] > summary > .sx-caret { transform: rotate(225deg); margin-top: 3px; }
.sx-facet-selected { color: var(--blue); font-size: 10px; padding: 0 5px; background: var(--soft-blue); border-radius: 3px; }
.sx-facet-options { display: grid; gap: 5px; max-height: 244px; overflow-y: auto; margin-top: 12px; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.sx-facet-option { display: flex; gap: 8px; align-items: center; cursor: pointer; min-height: 27px; color: var(--muted); font-size: 12px; padding-right: 3px; }
.sx-facet-option:hover { color: var(--ink); }
.sx-facet-option > input, .sx-compare-check > input { width: 13px; height: 13px; accent-color: #176fc6; margin: 0; flex-shrink: 0; cursor: pointer; }
.sx-facet-option > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.sx-facet-option:has(input:checked) { color: var(--blue); font-weight: 600; }
.sx-facet-option > small { color: var(--quiet); font-size: 10px; margin-left: auto; font-weight: 400; font-variant-numeric: tabular-nums; }
.sx-facet-search { display: block; margin-top: 10px; }
.sx-facet-search > input { width: 100%; font-size: 11px; border: 1px solid var(--line); border-radius: 5px; background: var(--input); color: var(--ink); padding: 5px 8px; }
.sx-filter-note { color: var(--quiet); font-size: 10px; line-height: 1.8; margin-top: 21px; }
.sx-filter-submit { color: var(--blue); border: 1px solid var(--line); background: var(--surface); padding: 8px 12px; border-radius: 6px; margin-top: 15px; font-size: 12px !important; }
.sx-enhanced .sx-filter-submit { display: none; }
.sx-result-column { min-width: 0; position: relative; }
.sx-results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 32px; margin-bottom: 15px; color: var(--muted); font-size: 12px; }
.sx-results-toolbar strong { color: var(--ink); font-size: 17px; letter-spacing: -.4px; margin-right: 4px; font-weight: 700; }
.sx-for-query { color: var(--quiet); }
.sx-sort { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; color: var(--quiet); font-size: 10px; }
.sx-sort select { font-size: 11px; padding: 6px 21px 6px 8px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); color: var(--ink); max-width: 145px; }
.sx-active-filters { display: flex; flex-wrap: wrap; gap: 6px; margin: -2px 0 15px; }
.sx-active-filters a { display: flex; align-items: center; gap: 12px; font-size: 10px; padding: 3px 7px 3px 9px; background: var(--soft-blue); color: var(--blue); border: 1px solid var(--line); border-radius: 5px; }
.sx-active-filters a > span:first-child { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sx-active-filters a:hover { border-color: var(--blue); }
.sx-active-filters a > span:last-child { font-size: 16px; line-height: 1; }
.sx-list-head { display: flex; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 8px 8px 0 0; background: var(--canvas); padding: 11px 19px; color: var(--quiet); font-size: 9px; letter-spacing: 1px; font-weight: 600; }
.sx-results-list { background: var(--surface); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 8px 8px; overflow: hidden; }
.sx-result { display: flex; gap: 13px; padding: 21px 20px; border-bottom: 1px solid var(--line); position: relative; transition: background .15s; }
.sx-result:last-child { border-bottom: 0; }
.sx-result:hover { background: var(--raised); }
.sx-result.is-previewed { background: var(--soft-blue); box-shadow: inset 3px 0 0 var(--blue); }
.sx-compare-check { display: none; padding-top: 5px; }
.sx-enhanced .sx-compare-check { display: block; }
.sx-result-content { flex: 1; min-width: 0; }
.sx-result-title { display: inline; color: var(--ink); font-size: 15px; font-weight: 650; line-height: 1.6; overflow-wrap: anywhere; }
.sx-result-title > span { color: var(--quiet); font-size: 12px; margin-left: 3px; opacity: .65; }
.sx-result-title:hover { color: var(--blue); }
.sx-result-content > p { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 5px; max-width: 88ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sx-result-meta { display: flex; flex-wrap: wrap; column-gap: 11px; row-gap: 4px; margin-top: 10px; font-size: 10px; color: var(--quiet); }
.sx-result-meta > span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sx-result-meta > span + span::before { content: "·"; margin-right: 11px; color: var(--quiet); }
.sx-result-meta .sx-tactic { color: var(--blue); }
.sx-result-meta .sx-datatype { font-family: var(--sx-mono); font-size: 10px; }
.sx-result-path { display: block; color: var(--quiet); font-family: var(--sx-mono); font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 7px; opacity: .83; }
.sx-result-side { display: flex; align-items: flex-end; flex-direction: column; gap: 7px; min-width: 90px; padding-top: 3px; }
.sx-severity { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 600; white-space: nowrap; color: var(--muted); }
.sx-severity > i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; display: inline-block; }
.sx-severity-high { color: #bc3f5a; }
.sx-severity-medium { color: #a16e18; }
.sx-severity-low { color: #228c79; }
.sx-severity-informational { color: var(--blue); }
:root[data-theme="dark"] .sx-severity-high { color: #ef8fa6; }
:root[data-theme="dark"] .sx-severity-medium { color: #d5b370; }
:root[data-theme="dark"] .sx-severity-low { color: #76c8b7; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .sx-severity-high { color: #ef8fa6; } :root:not([data-theme="light"]) .sx-severity-medium { color: #d5b370; } :root:not([data-theme="light"]) .sx-severity-low { color: #76c8b7; } }
.sx-rule-kind { border: 1px solid var(--line); font-size: 9px; padding: 1px 5px; color: var(--quiet); border-radius: 4px; }
.sx-result-version { color: var(--quiet); font-family: var(--sx-mono); font-size: 9px; }
.sx-source-warning { color: var(--error); font-size: 9px; max-width: 100px; text-align: right; }
.sx-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 10px; color: var(--quiet); }
.sx-pagination > div { display: flex; align-items: center; gap: 14px; }
.sx-pagination a { display: grid; place-items: center; width: 33px; height: 31px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: var(--surface); font-size: 16px; }
.sx-pagination a:hover { color: var(--blue); border-color: var(--blue); }
.sx-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 18px; padding: 75px 32px; min-height: 430px; border: 1px solid var(--line); background: var(--surface); border-radius: 10px; }
.sx-empty > h2 { font-size: 24px; letter-spacing: -.8px; }
.sx-empty > p { font-size: 13px; color: var(--muted); max-width: 480px; }
.sx-empty-symbol { font-size: 40px; font-weight: 300; color: var(--blue); }
.sx-empty > svg { width: 35px; height: 35px; stroke: var(--blue); stroke-width: 1; }
.sx-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); border-radius: 6px; padding: 8px 12px; font-size: 11px !important; font-weight: 600; line-height: 1.5; }
.sx-button:hover { border-color: var(--blue); color: var(--blue); }
.sx-button-primary { background: #176fc6; color: #fff; border-color: #3588d8; }
.sx-button-primary:hover { background: #125ea9; color: white; }
.sx-button-muted { background: transparent; }
.sx-text-link { color: var(--blue); font-size: 11px; display: inline-flex; gap: 8px; }
.sx-text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.sx-bottom-note { color: var(--quiet); font-size: 10px; border-top: 1px solid var(--line); padding-top: 21px; margin-top: 27px; line-height: 1.8; }
.sx-bottom-note > a { color: var(--blue); margin-left: 5px; white-space: nowrap; }
.sx-searching .sx-result-column { opacity: .55; pointer-events: none; }
.sx-searching .sx-search-input { border-color: var(--blue); }
.sx-preview { background: var(--surface); border: 1px solid var(--line); border-radius: 9px; position: sticky; top: 18px; max-height: calc(100vh - 36px); overflow: auto; min-width: 0; scrollbar-width: thin; scrollbar-color: var(--line) transparent; box-shadow: var(--shadow); }
.sx-preview-top { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; border-bottom: 1px solid var(--line); background: var(--surface); }
.sx-preview-top > span { color: var(--quiet); font-size: 9px; letter-spacing: 1px; font-weight: 650; }
.sx-preview-top > button { color: var(--quiet); border: 0; background: none; font-size: 25px; line-height: 1; padding: 0 4px; }
.sx-preview-top > button:hover { color: var(--blue); }
.sx-preview .sx-document { padding: 24px 23px; }
.sx-preview .sx-document-header h2 { font-size: 23px; font-weight: 650; letter-spacing: -.75px; line-height: 1.35; text-wrap: initial; overflow-wrap: anywhere; }
.sx-preview .sx-document-header { padding-bottom: 23px; }
.sx-preview .sx-document-category { flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.sx-preview .sx-document-actions { gap: 9px; margin-top: 19px; }
.sx-preview .sx-document-actions .sx-button { font-size: 10px !important; padding: 7px 9px; }
.sx-preview .sx-document-actions .sx-select-rule { display: none; }
.sx-preview .sx-source-text { font-size: 12px; }
.sx-preview .sx-document-section { padding: 23px 0; }
.sx-preview .sx-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 22px 0; }
.sx-preview .sx-code { max-height: 390px; font-size: 10px; }
.sx-preview .sx-provenance { margin-top: 15px; padding: 16px; }
.sx-preview-loading { min-height: 240px; padding: 40px 25px; font-size: 13px; color: var(--muted); }
.sx-compare-tray { position: fixed; z-index: 30; bottom: 20px; left: 50%; transform: translateX(-50%); width: min(1100px, calc(100% - 40px)); display: flex; align-items: center; gap: 18px; border: 1px solid var(--blue); background: var(--raised); box-shadow: 0 8px 40px #00000022; border-radius: 11px; padding: 17px 20px; }
.sx-compare-tray > div:first-child { flex-shrink: 0; }
.sx-compare-tray strong { display: block; font-size: 12px; font-weight: 650; }
.sx-compare-tray > div:first-child > span { font-size: 10px; color: var(--quiet); }
.sx-compare-names { flex: 1; display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.sx-compare-names > button { display: flex; gap: 8px; align-items: center; color: var(--muted); border: 1px solid var(--line); background: var(--surface); border-radius: 4px; padding: 3px 7px; font-size: 9px !important; max-width: 200px; }
.sx-compare-names > button > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sx-compare-tray > .sx-button { flex-shrink: 0; }
.sx-compare-tray a[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.sx-toast { position: fixed; right: 24px; bottom: 115px; z-index: 40; border: 1px solid var(--line); background: var(--ink); color: var(--paper); padding: 13px 18px; border-radius: 7px; font-size: 12px; box-shadow: var(--shadow); max-width: min(400px, calc(100% - 48px)); }
.sx-detail-shell { width: min(1120px, calc(100% - 80px)); margin-inline: auto; padding: 35px 0 65px; }
.sx-detail-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.sx-detail-nav > a { color: var(--muted); font-size: 12px; }
.sx-detail-nav > a:hover { color: var(--blue); }
.sx-detail-shell > .sx-document { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 40px 45px; }
.sx-document-header { border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.sx-document-category { display: flex; align-items: center; gap: 18px; font-size: 11px; color: var(--quiet); margin-bottom: 19px; }
.sx-document-header > h1 { font-size: clamp(27px, 3.1vw, 39px); letter-spacing: -1.3px; line-height: 1.25; overflow-wrap: anywhere; text-wrap: initial; max-width: 100%; }
.sx-document-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.sx-select-rule, .sx-copy-button { display: none; }
.sx-enhanced .sx-select-rule, .sx-enhanced .sx-copy-button { display: inline-flex; }
.sx-select-rule[aria-pressed="true"] { border-color: var(--blue); background: var(--soft-blue); color: var(--blue); }
.sx-document-section { padding: 29px 0; border-bottom: 1px solid var(--line); }
.sx-document-section h2, .sx-provenance h2 { font-size: 15px; font-weight: 650; letter-spacing: -.25px; text-wrap: initial; }
.sx-document-section h3 { font-size: 11px; font-weight: 550; letter-spacing: 0; color: var(--quiet); margin: 18px 0 9px; text-wrap: initial; }
.sx-source-text { white-space: pre-wrap; overflow-wrap: anywhere; color: var(--muted); font-size: 14px; line-height: 1.95; margin-top: 13px; }
.sx-source-block { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 11px; font-family: var(--sx-mono); background: var(--canvas); border-radius: 6px; padding: 15px; margin: 13px 0 0; }
.sx-muted { color: var(--quiet); font-size: 12px; margin-top: 10px; }
.sx-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; margin: 0; padding: 26px 0; border-bottom: 1px solid var(--line); }
.sx-facts:empty { display: none; }
.sx-facts dt { font-size: 10px; color: var(--quiet); margin-bottom: 6px; }
.sx-facts dd { margin: 0; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }
.sx-section-help { color: var(--quiet); font-size: 10px; margin-top: 10px; line-height: 1.8; }
.sx-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.sx-tags > span, .sx-tags > a { font-size: 10px; color: var(--muted); background: var(--canvas); border: 1px solid var(--line); border-radius: 5px; padding: 4px 8px; overflow-wrap: anywhere; max-width: 100%; }
.sx-tags > a:hover { border-color: var(--blue); color: var(--blue); }
.sx-code-tags > a { font-family: var(--sx-mono); }
.sx-section-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sx-copy-button { align-items: center; gap: 7px; font-size: 10px !important; padding: 5px 8px; border: 1px solid var(--line); border-radius: 5px; background: var(--raised); color: var(--muted); }
.sx-copy-button:hover { border-color: var(--blue); color: var(--blue); }
.sx-code { white-space: pre; overflow: auto; tab-size: 4; max-width: 100%; max-height: 680px; padding: 22px; border: 1px solid #263b52; border-radius: 7px; background: #0d1826; color: #d5e1ee; font: 12px/1.85 var(--sx-mono); margin: 17px 0 0; scrollbar-width: thin; scrollbar-color: #425875 transparent; }
.sx-code > code { font: inherit; }
.sx-kql-comment { color: #8a9aaa; }
.sx-kql-string { color: #dac49a; }
.sx-kql-keyword { color: #82c4ff; }
.sx-kql-number { color: #a6cfae; }
.sx-instruction + .sx-instruction { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; }
.sx-related-group { padding-top: 16px; }
.sx-related-group > summary { font-size: 12px; color: var(--muted); }
.sx-related-group > summary > span:not(.sx-caret) { color: var(--quiet); font-weight: 400; margin-left: 3px; font-size: 10px; }
.sx-related-group > div { margin-top: 10px; max-height: 340px; overflow-y: auto; scrollbar-width: thin; }
.sx-related-group a { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.sx-related-group a > span:first-child { flex: 1; }
.sx-related-group a > span:last-child { color: var(--blue); }
.sx-related-group a:hover { color: var(--blue); }
.sx-provenance { background: var(--canvas); border: 1px solid var(--line); border-radius: 7px; padding: 22px; margin-top: 28px; }
.sx-provenance > p { margin-top: 12px; color: var(--muted); font-size: 11px; }
.sx-provenance > dl { margin: 18px 0 0; }
.sx-provenance > dl > div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; margin-top: 9px; font-size: 10px; }
.sx-provenance dt { color: var(--quiet); }
.sx-provenance dd { margin: 0; overflow-wrap: anywhere; }
.sx-provenance code { font-family: var(--sx-mono); }
.sx-provenance dd a:hover { color: var(--blue); }
.sx-source-files { font-size: 10px; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); }
.sx-source-files > summary { cursor: pointer; color: var(--muted); }
.sx-source-files > a { display: flex; gap: 15px; justify-content: space-between; padding-top: 12px; color: var(--muted); }
.sx-source-files > a > span { overflow-wrap: anywhere; min-width: 0; }
.sx-source-files > a > small { color: var(--quiet); font-size: 9px; flex-shrink: 0; }
.sx-notice { margin-top: 23px; padding: 13px 16px; border-left: 2px solid var(--blue); background: var(--soft-blue); color: var(--muted); font-size: 12px; }
.sx-catalog-tracking { margin-top: 22px; color: var(--quiet); font-size: 10px; line-height: 1.9; }
.sx-catalog-tracking > span { font-size: 8px; letter-spacing: 1px; }
.sx-catalog-tracking > p { margin-top: 7px; }
.sx-catalog-tracking > small { display: block; font-size: 9px; margin-top: 4px; }
.sx-compare-page { padding-bottom: 70px; }
.sx-compare-heading { display: flex; align-items: center; gap: 30px; justify-content: space-between; margin-bottom: 35px; }
.sx-overline { font-size: 10px; font-weight: 600; letter-spacing: 1.6px; color: var(--blue); }
.sx-compare-heading h1 { font-size: 34px; letter-spacing: -1px; margin-top: 14px; }
.sx-compare-heading p:not(.sx-overline) { color: var(--muted); font-size: 13px; margin-top: 14px; }
.sx-compare-scroll { border: 1px solid var(--line); border-radius: 9px; overflow-x: auto; background: var(--surface); scrollbar-width: thin; }
.sx-compare-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.sx-compare-table th, .sx-compare-table td { padding: 19px 22px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; overflow-wrap: anywhere; white-space: pre-wrap; }
.sx-compare-table th:last-child, .sx-compare-table td:last-child { border-right: 0; }
.sx-compare-table tr:last-child > * { border-bottom: 0; }
.sx-compare-table th:first-child { width: 170px; color: var(--quiet); font-size: 10px; font-weight: 550; }
.sx-compare-table thead th { background: var(--canvas); font-size: 14px; font-weight: 650; padding-block: 26px; line-height: 1.6; }
.sx-compare-table thead a:hover { color: var(--blue); }
.sx-compare-table .sx-compare-origin { display: block; font-size: 10px; font-weight: 400; margin-top: 13px; color: var(--blue); }
.sx-compare-table td { color: var(--muted); font-size: 11px; line-height: 1.85; }
.sx-compare-table .sx-difference > th { color: var(--blue); background: var(--soft-blue); }
.sx-difference-dot { display: inline-block; width: 4px; height: 4px; background: var(--blue); border-radius: 50%; margin-right: 7px; vertical-align: middle; }
.sx-compare-table .sx-code { font-size: 10px; padding: 15px; max-height: 620px; white-space: pre; }
.sx-compare-table .sx-section-top { font-size: 10px; }
.sx-tools { padding-block: 68px 100px; }
.sx-tools-heading { max-width: 850px; margin-bottom: 50px; }
.sx-tools-heading > h1 { font-size: clamp(32px, 4vw, 49px); letter-spacing: -1.7px; font-weight: 600; margin: 23px 0 22px; }
.sx-tools-heading > p:last-child { color: var(--muted); font-size: 17px; max-width: 650px; }
.sx-tool-card { display: grid; grid-template-columns: 310px minmax(0, 1fr); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.sx-tool-card:hover { border-color: var(--blue); }
.sx-tool-visual { display: grid; place-items: center; min-height: 330px; background: #101f32; position: relative; overflow: hidden; }
.sx-tool-visual::before, .sx-tool-visual::after { content: ""; width: 1px; height: 100%; position: absolute; background: #27415f; transform: rotate(40deg); }
.sx-tool-visual::after { transform: rotate(-40deg); }
.sx-tool-visual > svg { position: relative; z-index: 1; width: 130px; height: 130px; stroke: #75bdff; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; background: #101f32; }
.sx-tool-orbit { position: absolute; border: 1px solid #27415f; border-radius: 50%; width: 260px; height: 260px; }
.sx-tool-visual > span { position: absolute; bottom: 26px; left: 28px; z-index: 2; letter-spacing: 2px; color: #8caeca; font-size: 10px; }
.sx-tool-copy { padding: 40px 42px; align-self: center; }
.sx-tool-copy h2 { font-size: 32px; letter-spacing: -1px; margin: 15px 0 20px; display: flex; justify-content: space-between; gap: 20px; }
.sx-tool-copy h2 > span { color: var(--blue); font-weight: 400; }
.sx-tool-copy > p { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 630px; }
.sx-tool-copy .sx-tags { margin-top: 20px; }
.sx-tool-cta { display: inline-flex; gap: 25px; align-items: center; color: var(--blue); font-size: 12px; font-weight: 650; margin-top: 25px; }
@media (min-width: 1250px) {
  .sx-workspace:has(.sx-preview:not([hidden])) { grid-template-columns: 195px minmax(0, 1fr) minmax(390px, .9fr); gap: 23px; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-result { padding: 17px 15px; gap: 9px; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-result-side { min-width: 63px; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-result-title { font-size: 13px; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-result-content > p { font-size: 11px; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-results-toolbar { align-items: flex-start; }
  .sx-workspace:has(.sx-preview:not([hidden])) .sx-for-query { display: block; font-size: 10px; }
}
@media (max-width: 1249px) { .sx-preview { display: none; } }
@media (max-width: 1000px) {
  .sx-shell { width: calc(100% - 48px); }
  .sx-workspace { grid-template-columns: 185px minmax(0, 1fr); gap: 22px; }
  .sx-kind-tabs { gap: 22px; }
  .sx-kind-tabs > a { font-size: 12px; }
  .sx-catalog-line { flex-wrap: wrap; gap: 8px 13px; }
  .sx-freshness { margin-left: 0; }
  .sx-result { padding: 18px 15px; gap: 10px; }
  .sx-result-title { font-size: 13px; }
  .sx-result-side { min-width: 75px; }
  .sx-compare-names { display: none; }
  .sx-compare-tray > div:first-child { flex: 1; }
  .sx-detail-shell { width: calc(100% - 48px); }
  .sx-detail-shell > .sx-document { padding: 30px; }
  .sx-tool-card { grid-template-columns: 240px minmax(0, 1fr); }
  .sx-tool-copy { padding: 28px; }
  .sx-compare-table { min-width: 950px; }
}
@media (max-width: 700px) {
  .sx-shell { width: calc(100% - 32px); padding-top: 26px; }
  .sx-heading { align-items: flex-start; gap: 12px; margin-bottom: 22px; }
  .sx-heading h1 { font-size: 29px; letter-spacing: -1.25px; gap: 7px; flex-wrap: wrap; }
  .sx-heading h1 .sx-version { display: none; }
  .sx-heading p { font-size: 12px; max-width: 270px; line-height: 1.8; }
  .sx-heading-right { padding-top: 2px; }
  .sx-repository { display: none; }
  .sx-catalog-line { gap: 8px 10px; padding: 13px 0; }
  .sx-catalog-line > span:nth-child(2) { flex-basis: calc(100% - 160px); font-size: 9px; }
  .sx-freshness { flex-basis: 100%; font-size: 9px; margin-top: 3px; }
  .sx-kind-tabs { gap: 22px; margin-bottom: 18px; scrollbar-width: none; }
  .sx-kind-tabs > a { font-size: 11px; gap: 7px; padding-block: 14px; }
  .sx-kind-tabs svg { display: none; }
  .sx-tab-count { font-size: 9px; }
  .sx-searchbar { gap: 7px; margin-bottom: 18px; }
  .sx-search-input { min-height: 49px; padding-inline: 12px; gap: 10px; border-radius: 7px; }
  .sx-search-input > input { font-size: 12px; }
  .sx-search-input > svg { width: 17px; }
  .sx-search-input > kbd { display: none; }
  .sx-search-button { font-size: 11px !important; padding-inline: 13px; gap: 0; }
  .sx-search-button > span { display: none; }
  .sx-workspace { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .sx-filter-column { border: 1px solid var(--line); background: var(--surface); border-radius: 7px; }
  .sx-mobile-filter > summary { display: flex; gap: 8px; align-items: center; cursor: pointer; list-style: none; padding: 10px 13px; font-size: 12px; font-weight: 600; }
  .sx-mobile-filter > summary > span:first-child { padding: 0 5px; font-size: 10px; background: var(--canvas); color: var(--quiet); border-radius: 3px; }
  .sx-mobile-filter > summary > span:last-child { margin-left: auto; color: var(--quiet); }
  [data-explorer-filters] { padding: 0 14px 18px; }
  .sx-filters-top { padding-block: 10px; }
  .sx-facet { padding-block: 13px; }
  .sx-facet-options { max-height: 170px; }
  .sx-facet-option { min-height: 30px; font-size: 12px; }
  .sx-results-toolbar { gap: 10px; font-size: 11px; margin-bottom: 13px; }
  .sx-results-toolbar strong { font-size: 16px; }
  .sx-sort { gap: 5px; font-size: 9px; }
  .sx-sort select { font-size: 10px; max-width: 117px; padding-right: 14px; }
  .sx-for-query { display: block; font-size: 10px; margin-top: 2px; }
  .sx-list-head { padding-inline: 12px; font-size: 8px; }
  .sx-result { padding: 16px 12px; gap: 9px; flex-wrap: wrap; }
  .sx-result-content { width: calc(100% - 24px); flex-basis: calc(100% - 24px); }
  .sx-result-title { font-size: 13px; }
  .sx-result-content > p { font-size: 11px; -webkit-line-clamp: 3; }
  .sx-result-side { flex-direction: row; align-items: center; gap: 10px; padding: 0 0 0 22px; }
  .sx-result-version { margin-left: 3px; }
  .sx-result-meta { font-size: 9px; }
  .sx-result-path { font-size: 8px; }
  .sx-pagination { gap: 10px; font-size: 9px; padding-block: 19px; }
  .sx-pagination > div { gap: 10px; }
  .sx-empty { padding: 48px 20px; min-height: 340px; }
  .sx-empty > h2 { font-size: 22px; }
  .sx-empty > p { font-size: 12px; }
  .sx-bottom-note { font-size: 9px; margin-top: 20px; }
  .sx-compare-tray { bottom: 12px; padding: 13px; width: calc(100% - 24px); gap: 10px; }
  .sx-compare-tray > div:first-child > span { display: none; }
  .sx-compare-tray strong { font-size: 10px; }
  .sx-compare-tray .sx-button { font-size: 10px !important; padding: 7px 9px; }
  .sx-detail-shell { width: calc(100% - 32px); padding-top: 25px; }
  .sx-detail-nav { margin-bottom: 24px; }
  .sx-detail-nav > a { font-size: 11px; }
  .sx-detail-shell > .sx-document { padding: 24px 20px; border-radius: 8px; }
  .sx-document-category { flex-wrap: wrap; gap: 9px; font-size: 10px; }
  .sx-document-header > h1 { font-size: 26px; letter-spacing: -.9px; }
  .sx-document-actions { gap: 10px; }
  .sx-document-actions > .sx-button { padding: 7px 9px; font-size: 10px !important; }
  .sx-source-text { font-size: 12px; }
  .sx-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .sx-facts dd { font-size: 11px; }
  .sx-document-section h2, .sx-provenance h2 { font-size: 14px; }
  .sx-code { font-size: 10px; padding: 16px; }
  .sx-provenance { padding: 17px; }
  .sx-provenance > dl > div { grid-template-columns: minmax(0, 1fr); gap: 4px; margin-top: 15px; }
  .sx-provenance .sx-section-top { align-items: flex-start; }
  .sx-compare-heading { align-items: flex-start; flex-direction: column; gap: 19px; }
  .sx-compare-heading h1 { font-size: 28px; }
  .sx-compare-heading p:not(.sx-overline) { font-size: 12px; }
  .sx-compare-table { min-width: 860px; }
  .sx-compare-table th:first-child { width: 130px; }
  .sx-compare-table th, .sx-compare-table td { padding: 17px; }
  .sx-tools { padding-block: 45px 65px; }
  .sx-tools-heading { margin-bottom: 35px; }
  .sx-tools-heading > h1 { font-size: 34px; }
  .sx-tools-heading > p:last-child { font-size: 14px; }
  .sx-tool-card { grid-template-columns: minmax(0, 1fr); }
  .sx-tool-visual { min-height: 210px; }
  .sx-tool-orbit { width: 190px; height: 190px; }
  .sx-tool-visual > svg { width: 115px; height: 115px; }
  .sx-tool-visual > span { bottom: 19px; left: 23px; }
  .sx-tool-copy { padding: 27px 23px; }
  .sx-tool-copy h2 { font-size: 27px; }
  .sx-tool-copy > p { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .sx-result, .sx-caret, .sx-tool-card { transition: none; } }
