/* Stillfeed site — Press Pause language (see Stillfeed/DesignSystem/StillTheme.swift) */
:root {
  --bone: #F4F2ED;
  --bone-bright: #F7F5F0;
  --ink: #0C0C0C;
  --ink-soft: rgba(12, 12, 12, 0.62);
  --ink-faint: rgba(12, 12, 12, 0.42);
  --hair: rgba(12, 12, 12, 0.12);
  --cream: #E9E1CF;
  --cream-deep: #DCD2B8;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 40px 24px 96px; }
header.site { display: flex; align-items: center; gap: 12px; margin-bottom: 56px; }
header.site a { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.mark { display: flex; gap: 5px; }
.mark i { width: 7px; height: 22px; border-radius: 99px; background: var(--ink); }
header.site b { font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif; font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
h1 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800; font-size: clamp(34px, 7vw, 52px);
  line-height: 1.0; letter-spacing: -0.03em; margin: 0 0 10px;
}
.updated { font-size: 13px; color: var(--ink-faint); margin: 0 0 40px; }
h2 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700; font-size: 20px; letter-spacing: -0.015em; margin: 40px 0 10px;
}
p, li { font-size: 16px; color: var(--ink-soft); }
p strong, li strong { color: var(--ink); font-weight: 600; }
ul { padding-left: 22px; }
a { color: var(--ink); text-decoration-color: var(--cream-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.card {
  background: var(--bone-bright); border: 1px solid var(--hair);
  border-radius: 18px; padding: 18px 20px; margin: 24px 0;
}
.card p { margin: 0; font-size: 15px; }
footer.site { margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--hair); font-size: 13.5px; color: var(--ink-faint); }
footer.site a { color: var(--ink-soft); }
