:root { color-scheme: light; --ink: #221a15; --muted: #78675c; --paper: #fff7ec; --line: #e7d5bd; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at top, #fffaf1, #ead7bd); color: var(--ink); font-family: Georgia, "Times New Roman", serif; }
a { color: #7a3d12; }
.book { max-width: 860px; margin: 0 auto; padding: 48px 22px 80px; }
.hero { text-align: center; margin-bottom: 48px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--muted); font-size: 13px; }
h1 { font-size: clamp(36px, 7vw, 72px); line-height: .95; margin: 12px 0; }
.step { background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 22px; padding: 30px; margin: 28px 0; box-shadow: 0 20px 60px rgba(73, 41, 15, .08); }
.step p { font-size: 21px; line-height: 1.72; margin: 0 0 18px; }
.step-meta { font-family: system-ui, sans-serif; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.comic { margin: 28px 0 0; }
.comic img, .detail-comic { max-width: 100%; border-radius: 16px; border: 1px solid var(--line); display: block; }
figcaption { color: var(--muted); font-family: system-ui, sans-serif; font-size: 14px; margin-top: 8px; }
.empty { text-align: center; color: var(--muted); font-size: 20px; }
.admin { width: min(1280px, 100%); margin: 0 auto; padding: 36px 20px; font-family: system-ui, sans-serif; }
.admin.narrow { max-width: 760px; }
table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fffaf3; border-radius: 12px; overflow: hidden; }
th, td { border-bottom: 1px solid var(--line); text-align: left; padding: 12px; vertical-align: top; overflow-wrap: anywhere; }
th { background: #f1dfc5; }
.error { color: #9b1c1c; }
.notice { color: #256d35; }
.panel { background: rgba(255,255,255,.6); border: 1px solid var(--line); border-radius: 16px; padding: 18px; margin: 18px 0; overflow: hidden; }
.admin-menu { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.admin-menu a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); text-decoration: none; font-weight: 700; }
.admin-menu a.active { background: #7a3d12; color: #fffaf3; border-color: #7a3d12; }
.inline-form { display: flex; gap: 10px; flex-wrap: wrap; }
.grid-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; align-items: end; margin-bottom: 16px; }
input, select, textarea, button { width: 100%; max-width: 100%; min-width: 0; font: inherit; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; }
button { background: #7a3d12; color: #fffaf3; cursor: pointer; white-space: nowrap; }
textarea { resize: vertical; }
label { display: grid; gap: 5px; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.actions form, .actions button { flex: 1 1 120px; }
.danger { background: #9b1c1c; }
.table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
.table-scroll table { margin: 0; }
.setting-description { color: var(--muted); font-size: 14px; line-height: 1.4; }
.player-cell { display: flex; gap: 10px; align-items: center; }
.avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); flex: 0 0 auto; }
.profile-avatar { width: 72px; height: 72px; }
.avatar-placeholder { display: inline-flex; align-items: center; justify-content: center; background: #f1dfc5; color: var(--muted); font-family: system-ui, sans-serif; line-height: 1; }
.energy-icon { color: #f3b400; font-weight: 800; text-shadow: 0 0 8px rgba(243, 180, 0, .35); }
.step-contributors { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: -8px 0 18px; }
.contributor { position: relative; }
.contributor-avatar { width: auto; padding: 0; border: 0; border-radius: 50%; background: transparent; color: inherit; line-height: 0; }
.contributor-avatar:focus-visible { outline: 2px solid #7a3d12; outline-offset: 3px; }
.avatar-small { width: 28px; height: 28px; box-shadow: 0 3px 10px rgba(73, 41, 15, .12); }
.contributor-hint { position: absolute; z-index: 5; top: calc(100% + 10px); left: 0; display: none; width: min(320px, calc(100vw - 44px)); gap: 12px; align-items: flex-start; padding: 14px; background: #fffaf3; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(73, 41, 15, .18); font-family: system-ui, sans-serif; }
.contributor-hint.contributor-hint--positioned { position: fixed; right: auto; z-index: 100; }
.contributor:hover .contributor-hint, .contributor:focus-within .contributor-hint { display: flex; }
.hint-avatar-link { flex: 0 0 auto; line-height: 0; }
.hint-avatar { width: 62px; height: 62px; transition: transform .15s ease; }
.hint-avatar-link:hover .hint-avatar { transform: scale(1.04); }
.hint-name { display: inline-block; margin-bottom: 6px; font-weight: 700; text-decoration: none; }
.step .hint-prompt { margin: 0; font-size: 14px; line-height: 1.45; color: var(--ink); overflow-wrap: anywhere; }
.public-profile { text-align: center; }
.profile-section { margin-top: 18px; }
.profile-section h2 { margin: 0 0 12px; font-size: 22px; }
.profile-areas-map { width: 100%; height: 280px; border-radius: 16px; border: 1px solid var(--line); overflow: hidden; }
.profile-sessions-table { min-width: 680px; }
.profile-session-details summary { cursor: pointer; color: #7a3d12; font-weight: 700; }
.profile-session-details__body { margin-top: 10px; display: grid; gap: 10px; }
.profile-frame { margin: 0; }
.profile-frame img { max-width: min(320px, 100%); border-radius: 12px; border: 1px solid var(--line); }
.profile-frame figcaption { margin-top: 6px; color: var(--muted); font-family: system-ui, sans-serif; font-size: 13px; }
.muted { color: var(--muted); }
.stats-bars { display: grid; gap: 8px; max-height: 360px; overflow: auto; padding-right: 4px; }
.stat-row { display: grid; grid-template-columns: 80px 1fr 48px; gap: 10px; align-items: center; color: var(--muted); font-size: 14px; }
.stat-row meter { width: 100%; }
.support-thread { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 14px; }
.support-messages { display: grid; gap: 8px; margin-bottom: 12px; }
.support-message { margin: 0; padding: 10px 12px; border-radius: 12px; background: #fffaf3; border: 1px solid var(--line); }
.support-message.admin { background: #f1dfc5; }
.support-message span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.log-payload { margin: 8px 0 0; max-width: min(920px, 85vw); max-height: 360px; overflow: auto; font-size: 12px; line-height: 1.35; white-space: pre-wrap; word-break: break-word; background: rgba(255,247,236,.95); padding: 10px; border-radius: 8px; border: 1px solid var(--line); font-family: ui-monospace, monospace; }

.book-wide { max-width: 100%; padding-left: 0; padding-right: 0; }
.road-scroll {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 16px 0 48px;
  margin: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28), transparent);
}
.road-strip {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
  padding: 24px 28px 32px;
  width: max-content;
  min-height: min(72vh, 640px);
}
.road-frame {
  flex: 0 0 auto;
  scroll-snap-align: end;
  position: relative;
  transition: transform .2s ease, z-index 0s;
}
.road-frame:hover {
  z-index: 10;
  transform: rotate(0deg) translateY(-6px) scale(1.02) !important;
}
.road-frame--active {
  z-index: 30 !important;
  transform: rotate(0deg) translateY(-8px) scale(1.03) !important;
}
.road-frame.polaroid--active {
  z-index: 20;
  transform: rotate(0deg) translateY(-8px) scale(1.03) !important;
}
.road-frame--active {
  z-index: 30 !important;
  transform: rotate(0deg) translateY(-10px) scale(1.04) !important;
}
.road-frame--active:hover {
  z-index: 30 !important;
  transform: rotate(0deg) translateY(-10px) scale(1.04) !important;
}
.road-frame.polaroid {
  width: min(82vw, 340px);
  background: #fff;
  border: none;
  border-radius: 2px;
  padding: 10px 10px 42px;
  box-shadow:
    0 1px 2px rgba(40, 24, 8, .08),
    0 6px 18px rgba(40, 24, 8, .14),
    0 18px 36px rgba(40, 24, 8, .1);
  margin: 0 -18px;
  overflow: visible;
}
.road-frame.polaroid:nth-child(6n+1) { transform: rotate(-3.2deg) translateY(10px); }
.road-frame.polaroid:nth-child(6n+2) { transform: rotate(2.4deg) translateY(-8px); }
.road-frame.polaroid:nth-child(6n+3) { transform: rotate(-1.1deg) translateY(4px); }
.road-frame.polaroid:nth-child(6n+4) { transform: rotate(3.6deg) translateY(-14px); }
.road-frame.polaroid:nth-child(6n+5) { transform: rotate(-2deg) translateY(16px); }
.road-frame.polaroid:nth-child(6n) { transform: rotate(1.5deg) translateY(-4px); }
.polaroid-inner { display: flex; flex-direction: column; height: 100%; overflow: visible; }
.frame-contributors { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.frame-contributors.polaroid-footer {
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
  min-height: 40px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.road-frame .contributor { flex: 0 0 auto; }
.road-frame .contributor-avatar img.avatar-small,
.road-frame .contributor-avatar .avatar-small:not(.avatar-placeholder) {
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  box-shadow: 0 3px 12px rgba(40, 24, 8, .18);
}
.road-frame .contributor-avatar .avatar-placeholder.avatar-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  box-shadow: 0 3px 12px rgba(40, 24, 8, .18);
  font-size: 14px;
  line-height: 1;
}
.frame-figure { margin: 0; position: relative; cursor: pointer; }
.frame-img {
  width: 100%;
  height: auto;
  max-height: min(58vh, 420px);
  object-fit: cover;
  border-radius: 0;
  border: none;
  display: block;
  background: #f5f0ea;
}
.hint-handwritten {
  font-family: "Caveat", cursive;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .01em;
}
.road-frame .contributor-hint {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(40, 24, 8, .16);
}
.road-frame .contributor-hint .hint-prompt {
  font-size: inherit;
}

@media (max-width: 720px) {
  .book { padding: 32px 14px 56px; }
  .road-strip { padding: 16px 14px 24px; min-height: 50vh; }
  .road-frame.polaroid {
    width: min(78vw, 280px);
    padding: 8px 8px 36px;
    margin: 0 -12px;
  }
  .hint-handwritten { font-size: 20px; }
  .admin { padding: 24px 12px; }
  .panel { padding: 14px; border-radius: 14px; }
  .grid-form { grid-template-columns: 1fr; }
  .inline-form { display: grid; grid-template-columns: 1fr; }
  table { min-width: 680px; }
  .stat-row { grid-template-columns: 72px 1fr 40px; }
  th, td { padding: 10px; }
  .step { padding: 20px; border-radius: 18px; }
  .step p { font-size: 18px; line-height: 1.65; }
  .contributor-hint { position: fixed; top: auto; right: 14px; bottom: 16px; left: 14px; width: auto; }
}
.site-body {
  min-height: 100vh;
  overflow-x: clip;
  background: linear-gradient(180deg, #fffaf1 0%, #f4e8d4 52%, #ead7bd 100%);
  color: var(--ink);
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-variant-numeric: lining-nums;
}
.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 214, 108, .45), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(122, 61, 18, .12), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(39, 47, 77, .08), transparent 32%);
}
.site-page { position: relative; width: 100%; margin: 0; padding: 0; overflow-x: clip; }
.site-page__inner { width: min(1160px, 100%); margin: 0 auto; padding: 24px 22px 72px; }
.site-page__body { margin-top: 8px; }
.site-page--wide .site-page__body:has(.road-scroll) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}
.site-page--wide .road-scroll { width: 100%; }
.site-page--narrow .site-page__body { max-width: 760px; margin-left: auto; margin-right: auto; }
.site-hero { display: grid; gap: 18px; padding: 0 0 8px; }
.site-hero::after { content: ""; width: min(420px, 70vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(34, 26, 21, .18), transparent); }
.site-hero__copy { display: grid; gap: 10px; align-content: start; min-height: 7.25rem; }
.site-hero__copy--with-lead { min-height: 9.75rem; }
.site-nav {
  display: flex;
  width: fit-content;
  gap: 6px;
  flex-wrap: wrap;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, .82);
  box-shadow: 0 14px 48px rgba(73, 41, 15, .1);
  backdrop-filter: blur(14px);
}
.site-nav a {
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
}
.site-nav a:hover, .site-nav a.active { background: #7a3d12; color: #fffaf3; box-shadow: 0 8px 22px rgba(122, 61, 18, .22); }
.site-kicker {
  margin: 0;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(122, 61, 18, .1);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  font-family: system-ui, sans-serif;
}
.site-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(38px, 5.5vw, 58px);
  line-height: .95;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.site-lead {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  font-family: system-ui, sans-serif;
}
.site-subnav { margin: 0; color: var(--muted); font-family: system-ui, sans-serif; font-size: 15px; }
.site-subnav a { color: #7a3d12; font-weight: 700; text-decoration: none; }
.site-subnav a:hover { text-decoration: underline; }
.site-shell {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 72px rgba(73, 41, 15, .1);
  backdrop-filter: blur(12px);
}
.site-card {
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  box-shadow: 0 18px 52px rgba(73, 41, 15, .09);
  font-family: system-ui, sans-serif;
}
.site-card h2 { margin: 20px 0 10px; font-size: 1.35rem; letter-spacing: -.02em; color: var(--ink); font-family: Georgia, serif; }
.site-card .player-link { display: flex; gap: 10px; align-items: center; color: inherit; text-decoration: none; }
.site-card .player-link:hover { color: #7a3d12; }
.site-body a:not(.site-nav a):not(.player-link):not(.hint-name):not(.hint-avatar-link) { color: #7a3d12; }
.site-body table { background: rgba(255, 255, 255, .92); border-radius: 16px; }
.site-body th { background: #f1dfc5; color: var(--ink); }
.site-body td, .site-body th { border-color: var(--line); }
.site-body button:not(.contributor-avatar):not(.honor-tab) { background: #7a3d12; color: #fffaf3; border: 0; border-radius: 8px; }
.site-body .contributor-avatar { width: auto; min-width: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.site-body .honor-tab { width: auto; background: transparent; color: inherit; }
.site-body .empty { color: var(--muted); text-align: center; }
.site-body .public-profile { text-align: center; }
.site-body code { background: #f1dfc5; padding: 2px 6px; border-radius: 6px; font-family: ui-monospace, monospace; }
.honor-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.honor-tab { display: grid; gap: 4px; padding: 16px 18px; border: 0; border-radius: 24px; background: transparent; color: #596276; text-align: left; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.honor-tab:focus-visible { outline: 3px solid rgba(98,120,255,.35); outline-offset: 2px; }
.honor-tab span { font-weight: 950; font-size: 18px; letter-spacing: -.03em; }
.honor-tab small { color: inherit; opacity: .75; }
.honor-tab:hover { transform: translateY(-1px); background: rgba(16,19,31,.06); }
.honor-tab.active { background: #7a3d12; color: #fffaf3; box-shadow: 0 14px 36px rgba(122, 61, 18, .22); }
.leaderboard-panel { display: none; padding: 28px; border-radius: 22px; background: rgba(255, 255, 255, .88); }
.leaderboard-panel.active { display: block; animation: board-in .22s ease-out; }
@keyframes board-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.leaderboard-title { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.leaderboard-title h2 { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: .95; letter-spacing: -.04em; }
.leaderboard-title p { margin: 8px 0 0; color: #687188; font-size: 16px; }
.leaderboard-title > span { flex: 0 0 auto; padding: 10px 14px; border-radius: 999px; background: #f1f3f8; color: #53607d; font-weight: 900; }
.honor-empty { padding: 42px; border-radius: 26px; background: #f6f7fb; text-align: center; color: #687188; font-size: 18px; }
.podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.podium.groups-1 { grid-template-columns: 1fr; }
.podium.groups-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.podium-card { position: relative; display: grid; gap: 10px; justify-items: start; min-height: 230px; padding: 20px; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, #171b2b, #2d334b); color: #fff; text-decoration: none; box-shadow: 0 24px 60px rgba(16,19,31,.16); transition: transform .2s ease, box-shadow .2s ease; }
.podium-card::after { content: ""; position: absolute; inset: auto -20% -45% auto; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,255,255,.13); }
.podium-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent, rgba(255,255,255,.18), transparent); transform: translateX(-120%); transition: transform .5s ease; }
.podium-card:hover::before { transform: translateX(120%); }
.podium-card:hover { transform: translateY(-4px); box-shadow: 0 32px 80px rgba(16,19,31,.22); }
.podium-1 { background: linear-gradient(135deg, #151821, #f0b83f); color: #fff; }
.podium-2 { background: linear-gradient(135deg, #1f2434, #8d99b5); }
.podium-3 { background: linear-gradient(135deg, #24202b, #c77d4d); }
.podium-card.multi-leader { min-height: 250px; }
.podium.groups-1 .podium-card { min-height: 210px; grid-template-columns: minmax(220px, auto) 1fr; align-items: end; column-gap: 24px; }
.podium.groups-1 .podium-card .podium-rank { grid-column: 1 / -1; width: fit-content; }
.podium.groups-1 .podium-card .leader-avatar-stack { grid-row: 2 / span 3; }
.podium.groups-1 .podium-card strong { align-self: end; font-size: clamp(30px, 5vw, 54px); }
.podium-rank { position: relative; z-index: 1; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.18); font-weight: 950; }
.podium-avatar { position: relative; z-index: 1; width: 82px; height: 82px; border: 3px solid rgba(255,255,255,.8); box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.leader-avatar-stack { position: relative; z-index: 1; display: flex; align-items: center; min-height: 86px; }
.leader-avatar-stack a { display: inline-flex; border-radius: 50%; text-decoration: none; }
.leader-avatar-stack .avatar { margin-left: -18px; background: #f1dfc5; }
.leader-avatar-stack .avatar:first-child, .leader-avatar-stack a:first-child .avatar { margin-left: 0; }
.small-stack { min-height: 52px; }
.small-stack .avatar { margin-left: -12px; }
.podium-card strong { position: relative; z-index: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; letter-spacing: -.04em; }
.podium-card > span:not(.podium-rank) { position: relative; z-index: 1; font-size: 30px; font-weight: 950; letter-spacing: -.05em; }
.podium-card small { position: relative; z-index: 1; color: rgba(255,255,255,.76); font-weight: 800; }
.hero-list { display: grid; gap: 8px; }
.hero-row { display: grid; grid-template-columns: 58px 52px minmax(0, 1fr) auto minmax(150px, auto); gap: 14px; align-items: center; padding: 12px 14px; border: 1px solid #edf0f6; border-radius: 20px; background: #fff; color: #10131f; text-decoration: none; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.hero-row:hover { transform: translateX(4px); border-color: #cfd6e8; background: #f8f9fd; }
.hero-group { grid-template-columns: 58px minmax(190px, 1fr) minmax(120px, auto); }
.hero-place { color: #9aa3b8; font-weight: 950; font-variant-numeric: tabular-nums; }
.honor-avatar { width: 52px; height: 52px; border: 2px solid #fff; box-shadow: 0 8px 24px rgba(39,47,77,.14); }
.hero-info { display: grid; gap: 3px; min-width: 0; }
.hero-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; letter-spacing: -.02em; }
.hero-info span { color: #7b8498; font-size: 13px; }
.hero-info a { color: inherit; font-weight: 800; text-decoration: none; }
.hero-info a:hover { color: #10131f; text-decoration: underline; }
.hero-group .hero-info { grid-column: 2 / 4; grid-row: 2; }
.hero-points { display: grid; justify-items: end; color: #10131f; font-size: 24px; font-weight: 950; letter-spacing: -.04em; }
.hero-points small { color: #8a93a8; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta { display: none; color: #687188; font-size: 13px; font-weight: 800; text-align: right; }

@media (max-width: 720px) {
  .site-page { padding: 16px 12px 52px; }
  .site-nav { width: 100%; justify-content: center; border-radius: 22px; margin-bottom: 24px; }
  .site-nav a { padding: 9px 11px; font-size: 14px; }
  .site-page__inner { padding: 16px 12px 52px; }
  .site-hero { padding: 0 0 6px; }
  .site-hero h1 { font-size: clamp(34px, 9vw, 48px); max-width: none; }
  .site-hero__copy { min-height: 6.5rem; }
  .site-hero__copy--with-lead { min-height: 8.75rem; }
  .site-card { padding: 18px; border-radius: 22px; }
  .book { padding: 32px 14px 56px; }
  .admin { padding: 24px 12px; }
  .panel { padding: 14px; border-radius: 14px; }
  .grid-form { grid-template-columns: 1fr; }
  .inline-form { display: grid; grid-template-columns: 1fr; }
  table { min-width: 680px; }
  .stat-row { grid-template-columns: 72px 1fr 40px; }
  th, td { padding: 10px; }
  .step { padding: 20px; border-radius: 18px; }
  .step p { font-size: 18px; line-height: 1.65; }
  .contributor-hint { position: fixed; top: auto; right: 14px; bottom: 16px; left: 14px; width: auto; }
  .site-shell { padding: 8px; border-radius: 26px; }
  .honor-tabs { grid-template-columns: 1fr; }
  .honor-tab { padding: 13px 15px; border-radius: 18px; }
  .leaderboard-panel { padding: 16px; border-radius: 22px; }
  .leaderboard-title { display: grid; }
  .podium { grid-template-columns: 1fr; }
  .podium.groups-1 .podium-card { grid-template-columns: 1fr; min-height: 210px; }
  .podium.groups-1 .podium-card .podium-rank,
  .podium.groups-1 .podium-card .leader-avatar-stack { grid-column: auto; grid-row: auto; }
  .podium-card { min-height: 180px; }
  .hero-row { grid-template-columns: 38px 46px minmax(0, 1fr); }
  .hero-group { grid-template-columns: 38px minmax(70px, 1fr) minmax(84px, auto); }
  .hero-points, .hero-meta { grid-column: 3; justify-items: start; text-align: left; }
  .hero-group .hero-info { grid-column: 2 / 4; }
  .small-stack { grid-row: span 3; align-self: start; }
  .honor-avatar { width: 46px; height: 46px; }
}
