@charset "UTF-8";

:root {
  font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  color: #1f2f4a;
  background: #fff;
  font-synthesis: none;
  --blue: #0b6cff;
  --blue-dark: #0453d6;
  --blue-soft: #eaf2ff;
  --navy: #12294a;
  --muted: #64748b;
  --line: #e6edf7;
  --radius: 14px;
  --shadow-card: 0 1px 2px #0f2a5510, 0 14px 40px #0f2a550d;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; font-size: 14px; line-height: 1.6; color: #1f2f4a; background: #fff; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button { line-height: 1.4; }
button:disabled { cursor: not-allowed; }
a { color: var(--blue); text-decoration: none; }
button, a, input, select, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #86b6ff; outline-offset: 3px; }
input:focus-visible, select:focus-visible { outline-offset: 1px; }
h1, h2, h3, p, dl, ul { margin: 0; }
ul { padding: 0; list-style: none; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.mono { font-family: "Cascadia Code", Consolas, "SFMono-Regular", monospace; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 10; background: white; padding: 12px 20px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 68px; background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.header-inner { max-width: 1200px; height: 100%; padding: 0 28px; margin: auto; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; letter-spacing: -.4px; font-weight: 700; color: #12294a; flex-shrink: 0; }
.brand-logo { display: block; width: 40px; height: auto; flex-shrink: 0; filter: drop-shadow(0 4px 10px #0b6cff2e); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; color: #12805c; background: #e8f8f1; border: 1px solid #cdeee0; border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #14b981; box-shadow: 0 0 0 3px #14b98126; }
.header-divider { width: 1px; height: 22px; background: var(--line); }
.lang-select { color: #64748b; font-size: 13px; display: inline-flex; align-items: center; gap: 5px; }

.page-shell { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 340px 130px; align-items: center; gap: 20px; padding: 44px 0 36px; }
.eyebrow { color: #93a4bd; font-size: 10px; font-weight: 700; letter-spacing: 2.2px; margin-bottom: 14px; }
h1 { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.18; letter-spacing: -2px; font-weight: 800; color: #12294a; }
h1 span { color: var(--blue); }
.hero-desc { color: #64748b; font-size: 15px; margin-top: 18px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-tags li { display: flex; align-items: center; gap: 9px; font-size: 14px; color: #33465f; }
.tag-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); }
.tag-icon svg { width: 16px; height: 16px; }
.hero-art { display: grid; place-items: center; }
.hero-cube { position: relative; width: 260px; height: 240px; display: grid; place-items: center; }
.hero-cube svg { width: 210px; height: 210px; }
.cube-glow { position: absolute; width: 200px; height: 200px; border-radius: 40px; background: radial-gradient(circle, #dcebff 0%, #f4f9ff00 70%); }
.cube-chip { position: absolute; background: #fff; border: 1px solid #dce8fa; border-radius: 10px; padding: 7px 14px; font-size: 13px; font-weight: 700; box-shadow: 0 6px 16px #1754a814; }
.chip-x64 { color: #3568b8; top: 8px; left: 4px; }
.chip-arm { color: #0f8a63; top: 34px; right: -2px; }
.chip-retail { color: var(--blue); background: var(--blue); color: #fff; bottom: 26px; left: 10px; }
.hero-aside { color: #93a4bd; font-size: 13px; line-height: 1.9; text-align: left; padding-bottom: 6px; border-bottom: 2px solid var(--blue); align-self: end; }

.workspace-card { background: #fff; border: 1px solid #e2ebf7; border-radius: 18px; padding: 26px 30px 30px; box-shadow: var(--shadow-card); }
.field-label { font-size: 14px; font-weight: 700; color: #1f3350; }
.search-row { display: flex; gap: 14px; margin-top: 12px; }
.search-input-wrap { position: relative; flex: 1; min-width: 0; }
#product-search-input { width: 100%; height: 54px; border: 1px solid #d8e3f2; border-radius: 12px; background: #fff; color: #1f3350; padding: 0 46px 0 18px; font-size: 15px; transition: border-color .15s, box-shadow .15s; }
#product-search-input:focus { border-color: #7fb0ff; box-shadow: 0 0 0 4px #0b6cff14; outline: 0; }
#product-search-input::placeholder { color: #9aa8bd; }
.clear-button { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 50%; border: 0; background: #eef2f8; color: #8c9ab0; font-size: 15px; line-height: 1; display: grid; place-items: center; padding: 0; }
.clear-button:hover { background: #e2e9f4; color: #5b6b85; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 28px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 8px 20px #0b6cff33; transition: background .15s, transform .15s; }
.primary-button:hover:not(:disabled) { background: var(--blue-dark); transform: translateY(-1px); }
.primary-button:disabled { background: #8fb8f5; box-shadow: none; }
.search-submit svg { width: 19px; height: 19px; }
.search-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 12px; color: #8b99ad; font-size: 12px; }
.link-button { border: 0; background: none; color: var(--blue); font-size: 13px; display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; }
.link-button:hover { text-decoration: underline; }
.link-button svg { width: 15px; height: 15px; }
.search-status { margin-top: 12px; color: #74849c; font-size: 12px; }
.product-search-results { display: grid; gap: 10px; margin-top: 14px; }
.search-result { display: flex; align-items: center; gap: 14px; width: 100%; padding: 13px 16px; border: 1px solid #e4ecf7; border-radius: 12px; background: #fbfdff; color: #293e5d; text-align: left; transition: border-color .15s, background .15s, box-shadow .15s; }
.search-result:hover { border-color: #b9d3f7; background: #f4f9ff; box-shadow: 0 6px 18px #0f2a550d; }
.search-result-image { width: 52px; height: 52px; object-fit: contain; border-radius: 12px; background: #eef2f8; }
.search-result-copy { display: grid; gap: 3px; min-width: 0; flex: 1; }
.search-result-copy strong { font-size: 15px; font-weight: 700; color: #16294a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-result-copy small { color: #8493a9; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-result-arrow { color: #7f9dc4; font-size: 19px; }

.direct-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.direct-hint { color: #8b99ad; font-size: 12px; margin-top: 3px; }
.input-label-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; margin-bottom: 9px; }
.input-label-row label { font-size: 13px; font-weight: 600; color: #33465f; }
.input-kind { font-size: 11px; color: #0f8a63; background: #e8f8f1; padding: 3px 9px; border-radius: 999px; }
.input-kind.unrecognized { color: #9a6b16; background: #fdf4e3; }
#app-input { display: block; width: 100%; height: 52px; border: 1px solid #d8e3f2; border-radius: 11px; background: #fbfdff; color: #1f3350; padding: 0 15px; font-size: 15px; transition: border-color .15s, box-shadow .15s; }
#app-input:focus { border-color: #7fb0ff; background: #fff; box-shadow: 0 0 0 4px #0b6cff12; }
#app-input::placeholder { color: #9aa8bd; font-size: 13px; }
#app-input[aria-invalid="true"] { border-color: #d16565; }
.input-help { margin-top: 9px; color: #8b99ad; font-size: 11px; display: flex; justify-content: space-between; gap: 5px 12px; flex-wrap: wrap; }
.example-wrap { white-space: nowrap; }
.text-button { border: 0; background: none; color: var(--blue); font-size: inherit; padding: 0; }
.text-button:hover { text-decoration: underline; }
.form-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 22px; }
.ring-fieldset legend { margin-bottom: 9px; font-size: 12px; font-weight: 600; color: #33465f; }
.legend-hint { margin-left: 5px; font-size: 11px; color: #98a6ba; font-weight: 400; }
.ring-options { display: flex; gap: 3px; padding: 3px; border: 1px solid #e4ecf7; border-radius: 9px; background: #f6f9fd; }
.ring-options label { position: relative; cursor: pointer; }
.ring-options input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.ring-options span { display: block; padding: 8px 17px; min-height: 33px; color: #68758a; font-size: 12px; border: 1px solid transparent; border-radius: 6px; transition: background .15s; }
.ring-options input:checked + span { background: #fff; border-color: #d8e3f2; color: var(--blue); box-shadow: 0 1px 3px #13233e0f; font-weight: 650; }
.ring-options input:focus-visible + span { outline: 3px solid #86b6ff; outline-offset: 1px; }
#button-arrow { font-size: 19px; line-height: 16px; font-weight: 400; }
#button-label + #button-arrow { margin-left: -2px; }
.spinner { display: inline-block; width: 15px; height: 15px; border: 2px solid #ffffff66; border-top-color: #fff; border-radius: 50%; animation: spin .9s linear infinite; flex-shrink: 0; }
fieldset:disabled #app-input, fieldset:disabled .ring-options, fieldset:disabled .text-button { opacity: .65; cursor: wait; }

.selected-app { display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 16px 18px; border: 1px solid #e4ecf7; border-radius: 14px; background: #fbfdff; }
.selected-icon { position: relative; width: 62px; height: 62px; flex-shrink: 0; display: grid; place-items: center; border-radius: 14px; background: #fff; border: 1px solid #e6edf7; color: #33465f; overflow: hidden; }
.selected-icon svg { width: 30px; height: 30px; }
.selected-icon img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #f4f8fd; }
.selected-details { min-width: 0; flex: 1; }
.selected-details h3 { font-size: 18px; font-weight: 700; color: #12294a; overflow-wrap: anywhere; }
.selected-details #selected-identity { color: #64748b; font-size: 13px; margin-top: 2px; overflow-wrap: anywhere; }
.selected-meta { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 7px; color: #8b99ad; font-size: 12px; }
.selected-meta b { color: #4b5c75; font-weight: 600; }
.secondary-button { border: 1px solid #d8e3f2; background: #fff; color: var(--blue); border-radius: 9px; padding: 9px 16px; font-size: 13px; font-weight: 600; }
.secondary-button:hover { background: #f4f9ff; border-color: #b9d3f7; }

.message { display: flex; gap: 12px; border: 1px solid; padding: 15px 18px; border-radius: 12px; margin-top: 18px; font-size: 13px; overflow-wrap: anywhere; }
.message strong { font-size: 13px; font-weight: 650; }
.message p { margin-top: 3px; }
.message-icon { flex: 0 0 19px; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 650; margin-top: 1px; }
.error-message { background: #fff5f4; border-color: #f2d9d5; color: #98433a; }
.warning-message { background: #fffbf1; border-color: #ece0c4; color: #83632a; margin-bottom: 16px; }
.warning-message ul { margin: 4px 0 0; padding-left: 18px; list-style: disc; }
.loading-panel { margin-top: 18px; display: flex; align-items: center; gap: 17px; padding: 23px 25px; border: 1px solid #dbe7f8; border-radius: 14px; background: #f2f7ff; }
.loading-spinner { width: 24px; height: 24px; border-color: #c8dcf7; border-top-color: var(--blue); }
.loading-copy strong { font-size: 13px; color: var(--blue); font-weight: 600; }
.loading-copy p { font-size: 12px; color: #74849c; margin-top: 3px; }
.elapsed-time { margin-left: auto; font-size: 15px; font-variant-numeric: tabular-nums; color: var(--blue); white-space: nowrap; }
@keyframes spin { to { transform: rotate(360deg); } }

.results { margin-top: 30px; }
.results-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.results-heading .section-heading { gap: 10px; }
.step-number { font-size: 11px; font-weight: 700; color: #4b6a94; background: #eef4fd; border: 1px solid #e0eaf8; width: 27px; height: 25px; display: grid; place-items: center; border-radius: 7px; }
h2 { font-size: 18px; font-weight: 700; color: #12294a; }
.small-note { color: #8b99ad; font-size: 11px; }
.results-heading > .small-note { margin-left: auto; }
.recognized-pill { display: inline-flex; align-items: center; gap: 6px; color: #12805c; background: #e8f8f1; border: 1px solid #cdeee0; border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 600; }
.recognized-pill svg { width: 16px; height: 16px; }
.file-panel { border: 1px solid #e4ecf7; border-radius: 14px; background: #fff; overflow: hidden; box-shadow: var(--shadow-card); }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px 12px; }
.filter-main { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; }
.search-field { position: relative; flex: 1; max-width: 335px; min-width: 100px; }
.search-field svg { position: absolute; top: 11px; left: 12px; width: 16px; height: 16px; color: #8ca0bb; pointer-events: none; }
.search-field input { width: 100%; min-width: 0; height: 38px; border: 1px solid #dde7f4; border-radius: 9px; padding: 0 12px 0 36px; font-size: 12px; color: #34465f; background: #fbfdff; }
.architecture-field { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #74849c; }
.architecture-field select { max-width: 190px; height: 38px; border: 1px solid #dde7f4; border-radius: 9px; background: #fff; color: #3a4c66; font-size: 12px; padding: 0 28px 0 10px; }
.toggle-label { position: relative; display: flex; align-items: center; gap: 8px; font-size: 12px; color: #5e6d83; cursor: pointer; min-height: 38px; flex-shrink: 0; }
.toggle-label input { position: absolute; opacity: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.toggle-track { width: 29px; height: 17px; border-radius: 20px; background: #c7d0dc; position: relative; transition: background .15s; }
.toggle-track::after { content: ""; position: absolute; width: 13px; height: 13px; left: 2px; top: 2px; background: white; border-radius: 50%; box-shadow: 0 1px 2px #0002; transition: transform .15s; }
.toggle-label input:checked + .toggle-track { background: var(--blue); }
.toggle-label input:checked + .toggle-track::after { transform: translateX(12px); }
.toggle-label input:focus-visible + .toggle-track { outline: 3px solid #86b6ff; outline-offset: 3px; }
.list-description { display: flex; justify-content: space-between; gap: 10px; color: #8b99ad; font-size: 11px; padding: 0 22px 14px; }
#filter-count { color: #596b85; white-space: nowrap; }
.files-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.files-table th { background: #f6faff; padding: 12px; font-size: 12px; color: #64748b; font-weight: 600; border-top: 1px solid #eaf1fa; border-bottom: 1px solid #eaf1fa; }
.files-table th:first-child { padding-left: 22px; width: 38%; }
.files-table th:nth-child(2) { width: 11%; }
.files-table th:nth-child(3) { width: 11%; }
.files-table th:nth-child(4) { width: 13%; }
.files-table th:nth-child(5) { width: 12%; }
.files-table th:last-child { width: 15%; padding-right: 22px; }
.files-table td { padding: 16px 12px; border-bottom: 1px solid #eef4fb; vertical-align: middle; font-size: 12px; }
.files-table tbody tr:last-child td { border-bottom: 0; }
.files-table tbody tr:hover { background: #fafcff; }
.files-table .name-cell { padding-left: 22px; }
.file-name { display: block; color: #314968; overflow-wrap: anywhere; line-height: 1.6; font-size: 12px; }
.file-metadata { display: flex; align-items: flex-start; gap: 10px; margin-top: 6px; }
.file-type { flex-shrink: 0; font-size: 9px; letter-spacing: .3px; color: #7d8da3; background: #f1f4f8; border: 1px solid #e8edf4; border-radius: 3px; padding: 0 5px; line-height: 17px; max-width: 100%; overflow-wrap: anywhere; }
.digest-details { color: #8592a5; font-size: 10px; min-width: 0; }
.digest-details summary { cursor: pointer; min-height: 20px; }
.digest-value { display: block; overflow-wrap: anywhere; color: #667991; background: #f4f7fb; padding: 6px 8px; margin-top: 5px; border-radius: 4px; user-select: all; }
.architecture-badge { display: inline-block; color: #3568b8; background: #eaf2ff; border: 1px solid #dbe9ff; border-radius: 6px; padding: 2px 9px; font-size: 11px; font-weight: 600; overflow-wrap: anywhere; max-width: 100%; }
.architecture-badge.is-arm { color: #0f8a63; background: #e8f8f1; border-color: #d3eee2; }
.architecture-badge.is-neutral { color: #5e6d83; background: #f1f4f8; border-color: #e8edf4; }
.version-cell, .size-cell, .release-cell { white-space: nowrap; font-variant-numeric: tabular-nums; color: #64748b; }
.actions-heading { text-align: right; }
.files-table .actions-cell { padding-right: 22px; text-align: right; }
.file-actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.copy-button { background: none; border: 0; padding: 6px 0; font-size: 11px; color: #8b99ad; white-space: nowrap; }
.copy-button:hover:not(:disabled) { color: var(--blue); text-decoration: underline; }
.download-button { display: inline-flex; justify-content: center; align-items: center; gap: 6px; color: var(--blue); background: var(--blue-soft); border: 1px solid #d3e5ff; border-radius: 8px; padding: 6px 14px; min-height: 32px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.download-button:hover:not([aria-disabled="true"]) { background: #dceaff; border-color: #b6d4ff; }
.download-button svg { width: 14px; height: 14px; }
.copy-button:disabled, .download-button[aria-disabled="true"] { opacity: .5; cursor: not-allowed; }
.empty-state { text-align: center; padding: 43px 20px 46px; }
.empty-symbol { font-size: 30px; color: #a6b2c3; }
.empty-state h3 { font-weight: 600; font-size: 14px; color: #53667f; margin-top: 8px; }
.empty-state p { font-size: 12px; color: #8491a4; margin: 7px 0 17px; }
.result-footnote { color: #8b99ad; font-size: 11px; margin-top: 12px; }
.cache-note:not(:empty)::before { content: " · "; }

.start-guide { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 34px 0; }
.guide-step { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid #e6edf7; border-radius: 14px; background: #fbfdff; }
.guide-bullet { width: 34px; height: 34px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 700; font-size: 14px; }
.guide-step h3 { font-weight: 700; font-size: 14px; color: #1f3350; }
.guide-step p { color: #8b99ad; font-size: 12px; margin-top: 3px; }
.guide-arrow { margin-left: auto; color: #c3cfdf; font-size: 22px; }
.notice { display: flex; gap: 13px; margin-bottom: 34px; padding: 20px 23px; border: 1px solid #e6edf7; border-radius: 14px; background: #f4f8fd; }
.notice svg { width: 20px; height: 20px; color: #7f95b3; margin-top: 1px; }
.notice h2 { font-size: 13px; font-weight: 700; color: #4b5c75; margin-bottom: 4px; }
.notice p { color: #8492a8; font-size: 12px; line-height: 1.9; }
.site-footer { max-width: 1200px; padding: 22px 28px 28px; margin: 0 auto; display: flex; justify-content: space-between; gap: 12px; color: #8d99ac; font-size: 11px; border-top: 1px solid var(--line); }
.footer-slash { margin: 0 9px; color: #bac3d1; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 20; max-width: calc(100% - 32px); width: max-content; border-radius: 10px; background: #12294a; color: #fff; font-size: 13px; padding: 12px 20px; box-shadow: 0 8px 24px #132b4d26; }
.clipboard-fallback { position: fixed; left: -9999px; top: 0; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1fr) 260px; }
  .hero-aside { display: none; }
  .hero-cube { width: 210px; height: 200px; }
  .hero-cube svg { width: 175px; height: 175px; }
  .files-table th:first-child { width: 34%; }
  .files-table th:last-child { width: 18%; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding: 32px 0 26px; }
  .hero-art { display: none; }
  .header-inner { padding: 0 20px; gap: 14px; }
  .page-shell { padding: 0 20px; }
  .start-guide { grid-template-columns: 1fr; }
  .guide-arrow { display: none; }
  .workspace-card { padding: 22px 20px 24px; }
  .form-bottom { flex-direction: column; align-items: stretch; }
  .primary-button { width: 100%; }
  .search-row { flex-direction: column; }
  .selected-app { flex-wrap: wrap; }
  .filter-bar { flex-wrap: wrap; gap: 9px; padding: 16px 18px 9px; }
  .filter-main { flex-basis: 100%; }
  .search-field { max-width: none; }
  .files-table, .files-table tbody { display: block; }
  .files-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .files-table tr { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; padding: 16px 18px; border-top: 1px solid #eef4fb; }
  .files-table td, .files-table .name-cell, .files-table .actions-cell { display: block; border: 0; padding: 0; text-align: left; }
  .files-table .name-cell { grid-column: 1 / -1; }
  .files-table td[data-label]::before { content: attr(data-label); display: block; color: #97a2b3; font-size: 10px; margin-bottom: 2px; }
  .files-table .actions-cell { grid-column: 1 / -1; padding-top: 4px; }
  .file-actions { justify-content: flex-start; }
  .site-footer { padding: 20px; flex-direction: column; gap: 5px; }
  .results-heading > .small-note { margin-left: 0; width: 100%; }
}

@media (max-width: 480px) {
  .brand-text { display: none; }
  .hero h1 { font-size: 32px; letter-spacing: -1.4px; }
  .hero-desc { font-size: 13px; }
  .hero-tags { gap: 10px; }
  .hero-tags li { font-size: 12px; }
  .workspace-card { padding: 18px 16px 20px; }
  #product-search-input { height: 50px; font-size: 16px; }
  .files-table tr { grid-template-columns: 1fr; }
  .site-footer { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
