:root {
  color-scheme: light;
  --ink: #292545;
  --muted: #615d75;
  --indigo: #494084;
  --lavender: #eeeafb;
  --line: #ded9ed;
  --paper: #faf9fd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
[hidden] { display: none !important; }
a { color: var(--indigo); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--indigo); outline-offset: 5px; border-radius: 3px; }
p { margin: 0 0 16px; }
strong { font-weight: 650; }
h1, h2 { line-height: 1.2; }
h2 { margin: 0 0 22px; font-size: 21px; letter-spacing: -.4px; font-weight: 700; }
.page { max-width: 944px; margin: 0 auto; padding: 0 32px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 27px 0; font-size: 13px; }
.site-header a { text-decoration: none; }
.maker { color: var(--muted); }
.maker strong { color: var(--ink); }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 10; padding: 8px 16px; background: white; }
.skip-link:focus { top: 12px; }
.intro { text-align: center; padding: 28px 0 52px; }
.duck { display: block; width: 152px; height: 152px; margin: 0 auto 20px; }
h1 { font-size: clamp(38px, 7vw, 57px); font-weight: 750; letter-spacing: -2.5px; margin: 0 0 7px; }
.tagline { font-size: 25px; letter-spacing: -.6px; margin-bottom: 17px; }
.description { max-width: 510px; margin: 0 auto 23px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.platforms { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 0 auto 29px; }
.platform { display: grid; grid-template-rows: 64px auto; justify-items: center; align-items: center; width: 68px; color: var(--ink); font-size: 12px; font-weight: 650; line-height: 1.5; gap: 4px; }
.platform-icon { display: block; width: 56px; height: 56px; object-fit: contain; }
.platform-icon-macos { width: 64px; height: 64px; }
.platform-icon-spotify { width: 44px; height: 44px; }
.platform-plus { font-size: 18px; color: #817b98; padding-bottom: 22px; font-weight: 400; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px; padding: 11px 21px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 650; text-decoration: none; }
.button-primary { background: var(--indigo); color: white; }
.button-primary:hover { background: #383065; text-decoration: none; }
.button-pending { color: #5a527b; background: #e9e4f6; }
.button-secondary { background: transparent; border-color: #cfc8e4; color: var(--ink); }
.button-secondary:hover { background: var(--lavender); text-decoration: none; }
.release-note { color: var(--muted); font-size: 12px; margin: 15px 0 0; }
.setup { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 35px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.requirements { padding: 1px 0; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { position: relative; padding-left: 27px; margin-bottom: 17px; font-size: 15px; }
.checklist li:last-child { margin-bottom: 0; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--indigo); font-weight: 750; }
.detail { display: block; font-size: 13px; color: var(--muted); }
.section-note { color: var(--muted); font-size: 13px; margin-top: -12px; margin-bottom: 16px; }
.steps { padding-left: 22px; margin: 0 0 16px; font-size: 14px; }
.steps li { padding-left: 5px; margin-bottom: 12px; }
.steps li::marker { color: var(--indigo); font-weight: 650; }
.small { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.about { padding: 35px 0; }
.about h2, .community h2 { margin-bottom: 15px; }
.about > p, .community > p { color: var(--muted); font-size: 15px; max-width: 770px; }
details { font-size: 14px; margin-top: 20px; }
summary { cursor: pointer; color: var(--indigo); width: fit-content; max-width: 100%; }
details p { color: var(--muted); margin: 12px 0 0; max-width: 650px; }
.community { border-radius: 14px; padding: 26px 30px; background: var(--lavender); }
.community p.small { font-size: 13px; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding: 28px 0 26px; color: var(--muted); font-size: 12px; }
footer p { width: 100%; font-size: 11px; margin-bottom: 0; }

@media (max-width: 650px) {
  .page { padding: 0 24px; }
  .site-header { font-size: 11px; gap: 12px; padding: 22px 0; }
  .intro { padding-top: 22px; padding-bottom: 35px; }
  .duck { width: 132px; height: 132px; margin-bottom: 19px; }
  h1 { letter-spacing: -1.8px; }
  .tagline { font-size: 23px; }
  .description { font-size: 16px; max-width: 380px; }
  .platforms { gap: 12px; }
  .setup { grid-template-columns: 1fr; gap: 30px; padding: 28px 0; }
  .requirements { padding: 0; }
  .installation { border-top: 1px solid var(--line); padding-top: 28px; }
  .checklist li { margin-bottom: 14px; }
  .about { padding: 28px 0; }
  .community { padding: 23px; }
}

@media (max-width: 370px) {
  .page { padding: 0 19px; }
  .site-header .maker { max-width: 170px; line-height: 1.45; }
  .actions { flex-direction: column; }
  .platforms { gap: 9px; }
  .button { width: 100%; }
  .community { padding: 20px; }
}
