:root {
  color-scheme: light;
  --ink: #28282c;
  --muted: #68686f;
  --line: #e9e9ec;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: 14px; line-height: 1.85; }
::selection { background: #e5e5eb; color: #151519; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: #000; }
a:focus-visible { outline: 2px solid #55555f; outline-offset: 6px; border-radius: 3px; }
.grid {
  position: fixed;
  z-index: -1;
  inset: -48px;
  background-image: linear-gradient(#d9d9df 1px, transparent 1px), linear-gradient(90deg, #d9d9df 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .38;
  mask-image: radial-gradient(ellipse at 50% 40%, #000 10%, transparent 78%);
  animation: grid-drift 36s linear infinite;
  pointer-events: none;
}
.site { width: min(880px, calc(100% - 48px)); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; letter-spacing: -.7px; text-decoration: none; }
.brand-mark { display: block; flex-shrink: 0; width: 36px; height: 36px; object-fit: cover; border: 1px solid #dedee3; border-radius: 50%; background: #fff; }
.brand-divider { padding-left: 4px; color: #c3c3c9; font-size: 16px; }
.brand-label { color: var(--muted); font-size: 13px; letter-spacing: 0; }
.topbar nav { display: flex; gap: 8px; }
.topbar nav a { padding: 5px 13px; color: var(--muted); font-size: 12px; text-decoration: none; border-radius: 7px; transition: background .18s, color .18s; }
.topbar nav a:hover, .topbar nav a[aria-current] { background: #f0f0f3; color: var(--ink); }
.sheet { background: #fff; border: 1px solid #e2e2e7; border-radius: 18px; box-shadow: 0 6px 30px #22222203; animation: arrive .6s ease-out both; }
.home { padding: 36px 40px 24px; }
.home h1 { margin-top: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; letter-spacing: .5px; }
h1 { margin: 22px 0 16px; font-size: clamp(30px, 4vw, 40px); line-height: 1.22; font-weight: 500; letter-spacing: -1.8px; }
.cursor { color: #aaaab3; animation: cursor-breathe 4s ease-in-out infinite; }
.intro { max-width: 63ch; margin: 0; color: var(--muted); line-height: 1.8; font-size: 13px; }
.document-links { margin: 26px 0 22px; border-top: 1px solid var(--line); }
.document-link { display: grid; grid-template-columns: 30px 1fr 24px; gap: 14px; align-items: center; padding: 18px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s; }
.document-link:hover { background: #fafafa; }
.document-number { color: #93939c; font-size: 12px; align-self: start; padding-top: 2px; }
.document-link strong { display: block; font-size: 15px; font-weight: 500; }
.document-description { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.document-arrow { color: #83838c; font-size: 21px; transition: transform .2s; }
.document-link:hover .document-arrow { transform: translate(2px, -2px); }
.home-note { display: flex; gap: 12px; align-items: start; padding: 0 4px 20px; color: var(--muted); font-size: 12px; }
.home-note > span { color: #a3a3ac; }
.home-note p { margin: 0; }
.home-note a { color: var(--ink); }
.updated { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 10px; color: var(--muted); letter-spacing: .1px; }
.home > .updated { padding-top: 16px; border-top: 1px solid var(--line); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 18px 3px 28px; color: var(--muted); font-size: 11px; }
.footer a { text-decoration: none; }
.footer a span { margin-left: 8px; }
.policy-heading { padding: 26px 36px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; margin-bottom: 22px; color: var(--muted); text-decoration: none; font-size: 11px; }
.policy h1 { font-size: clamp(28px, 3.8vw, 36px); margin: 12px 0 10px; letter-spacing: -1.6px; }
.policy-heading .updated { margin-top: 18px; }
.policy-layout { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 28px; padding: 28px 36px 32px; }
.contents { position: sticky; top: 30px; display: flex; flex-direction: column; gap: 11px; font-size: 10px; line-height: 1.65; }
.contents-label { color: #8a8a94; margin-bottom: 11px; }
.contents a { color: var(--muted); text-decoration: none; }
.contents a:hover { color: #111; text-decoration: underline; }
article { min-width: 0; }
article section + section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
article h2 { margin: 0 0 12px; font-size: 14px; line-height: 1.6; font-weight: 600; letter-spacing: -.3px; }
article p, article li { color: #57575f; font-size: 13px; line-height: 1.8; }
article p { margin: 0 0 12px; }
article p:last-child { margin-bottom: 0; }
article ul { padding-left: 18px; margin: 0 0 14px; }
article li { padding-left: 5px; margin-bottom: 12px; }
article strong { color: var(--ink); font-weight: 600; }
article a { overflow-wrap: anywhere; }
.next-document { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 16px 0 0; border-top: 1px solid var(--line); font-size: 12px; text-decoration: none; }
.skip-link { position: absolute; top: 12px; left: 12px; padding: 8px 16px; transform: translateY(-180%); background: #fff; z-index: 10; }
.skip-link:focus { transform: none; }
@keyframes grid-drift { to { transform: translate(48px, 48px); } }
@keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes cursor-breathe { 0%, 100% { opacity: .4; } 50% { opacity: 1; } }
@media (max-width: 760px) {
  .site { width: calc(100% - 28px); }
  .topbar { min-height: 76px; gap: 10px; }
  .brand { gap: 8px; font-size: 16px; }
  .brand-divider, .brand-label { display: none; }
  .topbar nav { gap: 1px; }
  .topbar nav a { padding: 6px 10px; }
  .home { padding: 28px 20px 22px; }
  h1 { letter-spacing: -1.3px; font-size: clamp(26px, 7vw, 36px); }
  .intro { font-size: 13px; }
  .eyebrow { font-size: 10px; letter-spacing: 0; }
  .document-link { grid-template-columns: 22px 1fr 17px; gap: 10px; padding: 17px 0; }
  .document-link strong { font-size: 14px; }
  .document-description { font-size: 11px; }
  .home-note { font-size: 11px; gap: 12px; padding-inline: 0; }
  .home-note a { overflow-wrap: anywhere; }
  .footer { font-size: 10px; }
  .policy-heading { padding: 22px 20px; }
  .back-link { margin-bottom: 20px; }
  .policy h1 { font-size: clamp(26px, 7vw, 34px); letter-spacing: -1.3px; }
  .policy-layout { display: block; padding: 22px 20px 26px; }
  .policy-layout aside { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .contents { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
  .contents-label { grid-column: 1 / -1; margin-bottom: 3px; }
  article h2 { font-size: 13px; }
  article p, article li { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .grid, .topbar, .footer, aside, .back-link, .next-document, .skip-link { display: none; }
  .site { width: 100%; }
  .sheet { border: 0; box-shadow: none; animation: none; }
  .policy-heading { padding: 0 0 20px; }
  .policy-layout { display: block; padding: 25px 0 0; }
  article section { break-inside: avoid; }
  article p, article li { color: #111; }
}
