:root { color-scheme: dark; --ink: #eef4fb; --muted: #aebed0; --blue: #7dd3fc; --border: #2b3d51; }
* { box-sizing: border-box; }
body { margin: 0; background: #0b111d; color: var(--ink); font: 16px/1.65 'Inter', sans-serif; }
[hidden] { display: none !important; }
a { color: var(--blue); text-underline-offset: 4px; }
a:hover { color: #fff; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; gap: 20px; padding-block: 26px; border-bottom: 1px solid var(--border); font-size: .875rem; }
.site-header a { text-decoration: none; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; line-height: 1.15; }
h1 { font-size: clamp(3rem, 8vw, 5.5rem); letter-spacing: -.05em; margin: 12px 0 18px; }
h2 { font-size: 2rem; margin: 0 0 14px; letter-spacing: -.025em; }
h3 { font-size: 1.25rem; margin: 0 0 8px; }
p { margin: 0 0 16px; }
.intro { padding: 64px 0 48px; max-width: 720px; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lede { font-size: clamp(1.25rem, 3vw, 1.6rem); }
.intro > p:not(.eyebrow):not(.lede), .section-heading p { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 20px; min-height: 48px; border: 1px solid var(--border); border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 600; }
.button span { font-size: .8rem; font-weight: 400; white-space: nowrap; }
.button:hover { background: #23334a; }
.primary { margin-top: 12px; background: var(--blue); border-color: var(--blue); color: #0b111d; }
.primary:hover { background: #b4e7ff; color: #0b111d; }
.release { padding: 30px; border: 1px solid var(--border); border-radius: 16px; background: #121d2d; display: grid; grid-template-columns: 1fr minmax(220px, 300px); gap: 40px; align-items: center; }
.release p:last-child { margin-bottom: 0; }
.downloads { display: grid; gap: 10px; }
.text-link { font-size: .875rem; }
.images { padding-top: 60px; }
.section-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.section-heading > .text-link { flex-shrink: 0; margin-top: 10px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 26px; }
.filters button { font: inherit; font-size: .875rem; min-height: 44px; padding: 8px 16px; border: 1px solid var(--border); border-radius: 30px; background: transparent; color: var(--muted); cursor: pointer; }
.filters span { margin-left: 6px; font-size: .75rem; }
.filters button[aria-pressed="true"] { color: var(--blue); background: #1b3045; border-color: var(--blue); }
.asset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.asset { min-width: 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #121d2d; }
.preview { display: grid; place-items: center; aspect-ratio: 4 / 3; padding: 14px; background: #080e18; }
.preview img { width: 100%; height: 100%; object-fit: contain; min-height: 0; }
.asset-body { padding: 24px; }
.meta { color: var(--blue); font-size: .75rem; }
.caption { font-size: .875rem; color: var(--muted); }
.asset-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; font-size: .875rem; }
.asset-actions a, .asset-actions button { min-height: 44px; display: inline-flex; align-items: center; }
.asset-actions button { font: inherit; color: var(--blue); background: transparent; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.copy-status { min-height: 28px; margin-top: 16px; color: var(--blue); }
footer { border-top: 1px solid var(--border); padding-block: 30px; color: var(--muted); font-size: .875rem; overflow-wrap: anywhere; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.skip-link { position: absolute; left: 20px; top: -100px; background: #0b111d; padding: 12px; z-index: 2; }
.skip-link:focus { top: 10px; }
@media (max-width: 700px) {
    .wrap { width: calc(100% - 32px); }
    .site-header { flex-wrap: wrap; gap: 8px 20px; }
    .intro { padding-block: 40px; }
    .release { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
    .section-heading { display: block; margin-bottom: 24px; }
    .asset-grid { grid-template-columns: 1fr; }
    .asset-body { padding: 20px; }
    .primary { width: 100%; flex-wrap: wrap; gap: 4px 12px; }
}
