* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f5f7;
  color: #1d1d1f;
  line-height: 1.5;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 40px 24px 80px; }

.site-nav { text-align: center; font-size: 0.85rem; margin-bottom: 14px; }
.site-nav a { color: #6e6e73; text-decoration: none; margin: 0 8px; }
.site-nav a.active { color: #FF6A00; font-weight: 600; }
.site-nav .sep { color: #c7c7cc; }

.lang-switch {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 32px;
}
.lang-switch a {
  font-size: 0.85rem; font-weight: 600; text-decoration: none;
  color: #6e6e73; padding: 6px 14px; border-radius: 999px; background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.lang-switch a.active { color: #fff; background: #FF6A00; }

header.page-header { text-align: center; margin-bottom: 48px; }
header.page-header img { width: 72px; height: 72px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,.15); margin-bottom: 16px; }
h1 { font-size: 1.8rem; font-weight: 700; margin-bottom: 8px; }
.intro { color: #6e6e73; font-size: 1rem; }

.release { background: #fff; border-radius: 16px; padding: 24px 26px; margin-bottom: 18px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.release .version-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 4px; flex-wrap: wrap; }
.release h2 { font-size: 1.2rem; font-weight: 700; }
.release .date { color: #86868b; font-size: 0.85rem; }
.release h3 { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #FF6A00; margin: 18px 0 8px; }
.release h3:first-of-type { margin-top: 14px; }
.release ul { padding-left: 20px; }
.release li { color: #48484a; font-size: 0.95rem; margin-bottom: 6px; }

footer { text-align: center; margin-top: 48px; color: #86868b; font-size: 0.85rem; }
footer a { color: #86868b; }
