/* Quiet framing, with the PSP wave kept behind the content. */
:root { --ink: #e7edf5; --dim: #9baabe; --cyan: #8ec9eb; --rule: #ffffff18; color-scheme: dark; }
* { box-sizing: border-box; }
html { background: #0a1422; }
body { margin: 0; padding: 0 24px 40px; color: var(--ink); font: 14px/1.6 system-ui, sans-serif; }
#wave { position: fixed; inset: 0; width: 100%; height: 100%; opacity: .13; pointer-events: none; }
.wrap { position: relative; max-width: 1040px; margin: auto; }
a { color: var(--cyan); text-underline-offset: 3px; }
a:hover { color: #fff; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 24px 0; border-bottom: 1px solid var(--rule); }
h1 { margin: 0; font-size: 17px; font-weight: 400; letter-spacing: .04em; }
h1 b { font-weight: 650; }
h1 a { color: inherit; text-decoration: none; }
.status { display: flex; gap: 18px; flex-wrap: wrap; color: var(--dim); font-size: 12px; }
.status a { text-decoration: none; }
.lede { color: var(--dim); margin: 24px 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)); gap: 24px; padding: 28px 0; }
.app { display: flex; flex-direction: column; max-width: 220px; padding: 16px;
  border: 1px solid var(--rule); border-radius: 5px; background: #ffffff03; }
.app-main { flex: 1; color: inherit; text-decoration: none; }
.app img, .noicon { display: block; width: 100%; height: auto; aspect-ratio: 144 / 80; object-fit: contain; background: #080e17; }
.noicon { display: grid; place-items: center; color: var(--dim); }
.name { margin-top: 12px; font-weight: 550; }
.by { color: var(--dim); font-size: 12px; }
.app-main:hover .name { color: var(--cyan); }
.actions { display: flex; gap: 8px; }
.app .actions { margin-top: 12px; }
.get { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--rule); border-radius: 4px; color: var(--cyan); }
.get:hover { background: #ffffff08; border-color: var(--cyan); }
.get svg { width: 18px; height: 18px; }
.hero { display: flex; align-items: center; gap: 20px; padding: 32px 0; }
.hero img { width: 108px; height: 60px; object-fit: contain; }
.hero > div:not(.actions) { flex: 1; min-width: 0; }
.hero h2 { margin: 0 0 3px; font-size: 28px; font-weight: 550; letter-spacing: -.035em; line-height: 1.2; }
.hero .who { font-size: 12px; color: var(--dim); }
.hero p { margin: 10px 0 0; color: var(--dim); }
.hero .actions { flex-shrink: 0; }
.detail-columns { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; padding-bottom: 28px; }
.detail-columns > div { min-width: 0; }
.shots { margin: 0 0 22px; }
.shots img { display: block; width: 100%; height: auto; }
.aside { border-top: 1px solid var(--rule); padding: 16px 0; }
.detail-columns .aside { border-top: 0; padding: 0; }
.release .actions { margin-top: 20px; }
.technical > .aside:first-of-type { border-top: 0; }
.aside h3, .aside summary { margin: 0 0 12px; font-size: 13px; font-weight: 600; }
.aside summary { cursor: pointer; margin: 0; }
.aside[open] summary { margin-bottom: 16px; }
.aside h3 a, .aside summary a { margin-left: 12px; font-weight: 400; font-size: 12px; }
.facts { width: 100%; border-collapse: collapse; font-size: 12px; }
.facts th, .facts td { text-align: left; vertical-align: top; padding: 7px 0; border-bottom: 1px solid var(--rule); }
.facts th { width: 84px; color: var(--dim); font-weight: 400; padding-right: 12px; }
.facts td { overflow-wrap: anywhere; }
.facts .note { color: var(--dim); margin-left: 6px; font-size: 11px; }
.gone { color: var(--dim); }
.aside ul { padding-left: 18px; }
.aside .why { color: #dbb0a7; }
pre.json { margin: 0; padding: 16px; overflow-x: auto; background: #070e18; font: 12px/1.7 ui-monospace, monospace; }
pre.json .k { color: var(--cyan); }
pre.json .s { color: #bdc9d6; }
pre.json .n { color: #c7bca7; }
pre.json .p { color: var(--dim); }
pre.json a { color: inherit; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--rule); color: var(--dim); font-size: 11px; }
@media (max-width: 720px) {
  body { padding: 0 18px 28px; }
  header { gap: 12px; padding: 18px 0; }
  .hero { flex-wrap: wrap; gap: 14px; padding: 24px 0; }
  .hero img { width: 72px; height: 40px; }
  .hero h2 { font-size: 24px; }
  .hero .actions { width: 100%; }
  .detail-columns { grid-template-columns: 1fr; gap: 24px; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(144px, 1fr)); gap: 20px; }
}
