@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/outfit-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/outfit-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/outfit-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/outfit-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root, [data-theme="light"] {
  color-scheme: light;
  --spring: cubic-bezier(0.22, 1, 0.36, 1);
  --press: 100ms ease-out;
  --ink: #1c1917;
  --ink-soft: #44403c;
  --muted: #78716c;
  --paper: #f6f4f0;
  --card: #fffcf8;
  --line: rgba(28, 25, 23, 0.08);
  --line-strong: rgba(28, 25, 23, 0.12);
  --btn-fg: #fffcf8;
  --field: #ffffff;
}
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f1ea;
  --ink-soft: #e7e2d9;
  --muted: #c4bfb6;
  --paper: #1c1917;
  --card: #25211e;
  --line: rgba(244, 241, 234, 0.12);
  --line-strong: rgba(244, 241, 234, 0.22);
  --btn-fg: #1c1917;
  --field: #2e2a26;
}
* { box-sizing: border-box; }
html {
  -webkit-font-smoothing: antialiased;
  background: var(--paper);
  overflow-x: clip;
  max-width: 100%;
}
body {
  margin: 0;
  font: 17px/1.55 Outfit, -apple-system, BlinkMacSystemFont, "SF Pro Text", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link {
  position: absolute;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus, .skip-link:focus-visible {
  position: absolute; left: 12px; top: 12px; z-index: 50;
  width: auto; height: auto; margin: 0; clip: auto;
  padding: 10px 16px; min-height: 44px; border-radius: 999px;
  background: var(--ink); color: var(--btn-fg); text-decoration: none;
}
.bar {
  position: sticky; top: 0; z-index: 20;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
}
.bar-inner,
header.bar .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 72px;
}
.brand {
  font-weight: 650;
  letter-spacing: -.025em;
  font-size: 17px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  color: var(--ink);
}
.nav-desk,
.nav-inpage {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: var(--ink-soft);
}
.nav-desk a,
.nav-inpage a {
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 0;
}
.nav-desk a:hover,
.nav-inpage a:hover { color: var(--ink); }
.nav-desk a.is-here,
.nav-inpage a.is-here { color: var(--ink); font-weight: 600; }
.nav-more { display: none; flex-shrink: 0; position: relative; }
.nav-more summary {
  cursor: pointer; list-style: none; font-size: 14px; font-weight: 510;
  padding: 8px 14px; border: 1px solid var(--line-strong); border-radius: 999px;
  background: var(--field); color: var(--ink);
}
.nav-more summary::-webkit-details-marker { display: none; }
.nav-more .nav-sheet {
  position: absolute; right: 0; top: calc(100% + 8px);
  min-width: 220px;
  background: var(--card);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 8px 12px;
  z-index: 30;
  box-shadow: 0 12px 40px color-mix(in srgb, var(--ink) 12%, transparent);
}
.nav-more .nav-sheet a {
  display: block; padding: 10px 6px; text-decoration: none; font-size: 15px;
  border-bottom: 1px solid var(--line);
}
.nav-more .nav-sheet a:last-child { border-bottom: 0; }
.actions { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 14px; min-height: 40px; border-radius: 999px;
  border: 1px solid var(--line-strong); background: var(--field); color: var(--ink);
  text-decoration: none; font-size: 14px; font-weight: 510;
}
.btn-ink { background: var(--ink); color: var(--btn-fg); border-color: var(--ink); }
#theme-toggle {
  border: 1px solid var(--line-strong); background: var(--field); color: var(--ink);
  border-radius: 999px; padding: 8px 12px; min-height: 40px; font-size: 13px; cursor: pointer;
}
button {
  font: inherit;
  background: var(--ink); color: var(--btn-fg); border: 0; border-radius: 980px; padding: 8px 14px; cursor: pointer;
}
#theme-toggle { background: var(--field); color: var(--ink); }
main, .legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
h1 {
  font-size: clamp(1.8rem, 3.4vw, 2.35rem);
  letter-spacing: -.03em; line-height: 1.12;
  margin: 0 0 12px; font-weight: 650;
}
h2 { font-size: 1.125rem; letter-spacing: -.015em; margin: 36px 0 10px; font-weight: 650; }
p { margin: 0 0 14px; color: var(--ink-soft); }
ul, ol { margin: 0 0 16px; padding-left: 1.2em; color: var(--ink-soft); }
li { margin: 0 0 8px; }
.muted { color: var(--muted); font-size: 14px; }
.firm {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 18px 20px; margin: 20px 0 28px;
}
.firm dt { color: var(--muted); font-size: 12px; margin-top: 10px; }
.firm dt:first-child { margin-top: 0; }
.firm dd { margin: 2px 0 0; }
.anpc-row {
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; margin: 16px 0 8px;
}
.anpc-row a { line-height: 0; display: block; width: min(250px, 100%); }
.anpc-row img { display: block; width: 100%; max-width: 250px; height: auto; }
footer.site {
  margin: 0;
  padding: 48px 24px calc(56px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  color: var(--muted); font-size: 13px;
}
footer.site .foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr;
  gap: 28px 32px;
  max-width: 1080px;
  margin: 0 auto;
}
footer.site h3 {
  margin: 0 0 10px; font-size: 11px; text-transform: uppercase;
  letter-spacing: .06em; color: var(--ink-soft);
}
footer.site .who { margin: 0 0 8px; color: var(--ink-soft); }
footer.site nav { display: flex; flex-direction: column; gap: 8px; }
footer.site nav a { text-decoration: none; }
footer.site .copy { max-width: 1080px; margin: 28px auto 0; font-size: 12px; }
.release { margin: 0 0 32px; padding: 0 0 24px; border-bottom: 1px solid var(--line); }
.release:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.release h2 { margin: 0 0 6px; font-variant-numeric: tabular-nums; }
.release .when { color: var(--muted); font-size: 13px; margin: 0 0 16px; }
.release h3 { font-size: 15px; margin: 18px 0 8px; }
.release ul { margin: 0; }
.table-wrap { overflow-x: auto; margin: 12px 0 20px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--card); }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 10px 12px; vertical-align: top; }
th { color: var(--muted); font-weight: 600; }
@media (max-width: 900px) {
  footer.site .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
  .nav-desk, .nav-inpage { display: flex; }
  .nav-more { display: none !important; }
}
@media (max-width: 767px) {
  .bar-inner, header.bar .wrap {
    flex-wrap: wrap; min-height: 0; padding: 10px 16px; gap: 10px;
  }
  .nav-desk, .nav-inpage { display: none; }
  .nav-more { display: block; }
  .brand { font-size: 15px; }
  main, .legal-wrap { padding: 28px 16px 64px; }
  footer.site .foot-grid { grid-template-columns: 1fr; }
}
