:root {
--page: rgb(246 245 243);
--slab: rgb(247 246 244 / 0.94);
--rail: rgb(236 234 231);
--glass: rgb(0 0 0 / 0.035);
--glass2: rgb(0 0 0 / 0.055);
--glass3: rgb(0 0 0 / 0.08);
--sidebar-glass: rgb(0 0 0 / 0.025);
--sunk: rgb(0 0 0 / 0.05);
--edge: rgb(0 0 0 / 0.09);
--edge-strong: rgb(0 0 0 / 0.14);
--lit: rgb(255 255 255 / 0.7);
--ink: rgb(20 20 26 / 0.96);
--ink2: rgb(20 20 26 / 0.78);
--mute: rgb(20 20 26 / 0.55);
--dim: rgb(20 20 26 / 0.38);
--accent: rgb(217 59 52);
--cape: rgb(224 166 58);
--live: rgb(46 139 87);
--warn: rgb(168 115 26);
--accent-wash: rgb(217 59 52 / 0.1);
--accent-edge: rgb(217 59 52 / 0.28);
--type-body: 15px;
--type-control: 13px;
--type-note: 11px;
--type-detail: 11px;
--type-heading: 22px;
--type-display: 22px;
--type-loud: 34px;
--space-hair: 4px;
--space-tight: 8px;
--space-snug: 12px;
--space-step: 16px;
--space-group: 24px;
--space-margin: 32px;
--radius-chip: 6px;
--radius-control: 7px;
--radius-card: 10px;
--radius-pane: 12px;
--radius-sheet: 14px;
--radius-slab: 18px;
--motion-arrive-seconds: 0.18s;
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
--page: rgb(28 28 31);
--slab: rgb(30 30 33 / 0.94);
--rail: rgb(10 10 12);
--glass: rgb(255 255 255 / 0.055);
--glass2: rgb(255 255 255 / 0.07);
--glass3: rgb(255 255 255 / 0.12);
--sidebar-glass: rgb(255 255 255 / 0.03);
--sunk: rgb(0 0 0 / 0.18);
--edge: rgb(255 255 255 / 0.08);
--edge-strong: rgb(255 255 255 / 0.14);
--lit: rgb(255 255 255 / 0.1);
--ink: rgb(255 255 255 / 0.9);
--ink2: rgb(255 255 255 / 0.72);
--mute: rgb(255 255 255 / 0.5);
--dim: rgb(255 255 255 / 0.34);
--accent: rgb(224 71 60);
--cape: rgb(242 184 75);
--live: rgb(94 217 160);
--warn: rgb(217 163 64);
--accent-wash: rgb(224 71 60 / 0.13);
--accent-edge: rgb(224 71 60 / 0.32);
}
}
:root[data-theme="dark"] {
--page: rgb(28 28 31);
--slab: rgb(30 30 33 / 0.94);
--rail: rgb(10 10 12);
--glass: rgb(255 255 255 / 0.055);
--glass2: rgb(255 255 255 / 0.07);
--glass3: rgb(255 255 255 / 0.12);
--sidebar-glass: rgb(255 255 255 / 0.03);
--sunk: rgb(0 0 0 / 0.18);
--edge: rgb(255 255 255 / 0.08);
--edge-strong: rgb(255 255 255 / 0.14);
--lit: rgb(255 255 255 / 0.1);
--ink: rgb(255 255 255 / 0.9);
--ink2: rgb(255 255 255 / 0.72);
--mute: rgb(255 255 255 / 0.5);
--dim: rgb(255 255 255 / 0.34);
--accent: rgb(224 71 60);
--cape: rgb(242 184 75);
--live: rgb(94 217 160);
--warn: rgb(217 163 64);
--accent-wash: rgb(224 71 60 / 0.13);
--accent-edge: rgb(224 71 60 / 0.32);
}
:root {
--sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--display: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
--measure: 720px;
--wide: 1180px;
--gutter: clamp(16px, 4vw, 40px);
--window-shadow: 0 0 0 0.5px rgb(0 0 0 / 0.12), 0 1px 2px rgb(0 0 0 / 0.06), 0 24px 64px -16px rgb(0 0 0 / 0.22);
--group: rgb(255 255 255 / 0.72);
--on-accent: #fff;
--button: rgb(217 59 52);
--focus: var(--accent);
color-scheme: light dark;
--mute: rgb(20 20 26 / 0.64);
}
@media (prefers-color-scheme: dark) {
:root:not([data-theme="light"]) {
--window-shadow: 0 0 0 0.5px rgb(255 255 255 / 0.14), 0 24px 64px -16px rgb(0 0 0 / 0.7);
--group: rgb(255 255 255 / 0.045);
--mute: rgb(255 255 255 / 0.58);
}
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 24px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
margin: 0;
background: var(--page);
color: var(--ink);
font: 400 17px/1.55 var(--sans);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: var(--edge-strong); }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--accent-wash); }
h1, h2, h3 { font-family: var(--display); color: var(--ink); margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.visually-hidden, .skip:not(:focus) {
position: absolute !important; width: 1px; height: 1px; overflow: hidden;
clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip { position: absolute; left: 16px; top: 12px; z-index: 10; background: var(--page); padding: 8px 12px; border-radius: 7px; }
.wrap { width: 100%; max-width: calc(var(--wide) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.column { max-width: var(--measure); }
.bar { padding: 22px 0; }
.bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bar .home { display: block; flex: none; border-radius: 6px; }
.bar .home img { height: 30px; width: auto; }
.bar nav { display: flex; align-items: center; gap: 4px; }
.bar nav a:not(.button) {
font-size: 14px; color: var(--ink2); text-decoration: none;
padding: 6px 10px; border-radius: 7px;
}
.bar nav a:not(.button):hover { background: var(--glass2); color: var(--ink); }
.bar nav a[aria-current="page"] { color: var(--ink); background: var(--glass2); }
@media (max-width: 760px) { .bar nav a:not(.button) { display: none; } }
.button {
display: inline-flex; align-items: center; gap: 8px;
height: 34px; padding: 0 14px; border-radius: 7px; border: 0;
background: var(--button); color: var(--on-accent);
font: 600 14px/1 var(--sans); text-decoration: none; cursor: pointer; white-space: nowrap;
}
.button:hover { filter: brightness(1.06); }
.button:active { filter: brightness(0.94); }
.button.quiet { background: var(--glass2); color: var(--ink); box-shadow: inset 0 0 0 0.5px var(--edge-strong); }
kbd, .key {
display: inline-flex; align-items: center; justify-content: center;
min-width: 22px; height: 22px; padding: 0 6px; border-radius: 6px;
font: 500 12px/1 var(--mono); color: var(--ink2);
background: var(--glass); box-shadow: inset 0 0 0 0.5px var(--edge-strong);
}
.hero { padding: clamp(40px, 7vw, 104px) 0 0; }
.hero-words { max-width: 760px; margin: 0 auto; text-align: center; }
.hero h1 {
font-size: clamp(46px, 7.4vw, 96px);
line-height: 0.98;
letter-spacing: -0.045em;
font-weight: 750;
}
.hero .lede {
margin: 26px auto 0; max-width: 31em;
font-size: clamp(18px, 1.7vw, 22px); line-height: 1.45; color: var(--ink2);
}
.hero-form { margin: 36px auto 0; max-width: 560px; text-align: left; }
.hero-form .after-form { text-align: center; }
.hero-window { position: relative; margin: clamp(48px, 6vw, 80px) auto 0; max-width: var(--wide); }
.hero-window::before {
content: ""; position: absolute; inset: 8% 6% -6%; z-index: -1;
background: radial-gradient(60% 55% at 50% 40%, var(--accent-wash), transparent 70%);
filter: blur(40px);
}
.hero-window img {
width: 100%; border-radius: 12px;
box-shadow: var(--window-shadow), 0 60px 120px -40px rgb(0 0 0 / 0.35);
}
@media (max-width: 700px) {
.hero-window img { border-radius: 14px; }
}
@media (min-width: 1500px) {
.hero-window { width: min(1400px, calc(100vw - 96px)); max-width: none; left: 50%; transform: translateX(-50%); }
}
.shot { margin: 0; }
.shot figcaption {
margin-top: 14px; font-size: 13px; line-height: 1.5; color: var(--mute); max-width: 60ch;
}
.shot figcaption b { font-weight: 600; color: var(--ink2); }
.palette {
position: relative;
border-radius: 14px;
background: var(--slab);
box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong), 0 12px 32px -18px rgb(0 0 0 / 0.35);
}
.palette .ask { display: flex; align-items: center; gap: 12px; padding: 14px 16px; }
.palette .ask img { width: 26px; height: 26px; flex: none; }
.palette input[type="email"] {
flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink);
font: 400 clamp(17px, 1.7vw, 21px)/1.3 var(--sans); padding: 6px 0;
}
.palette input[type="email"]::placeholder { color: var(--mute); }
.palette:focus-within { box-shadow: inset 0 1px 0 var(--lit), 0 0 0 1.5px var(--accent-edge), 0 12px 32px -18px rgb(0 0 0 / 0.35); }
.palette .foot {
display: flex; align-items: center; justify-content: space-between; gap: 12px;
padding: 10px 12px 10px 16px; border-top: 1px solid var(--edge);
font-size: 13px; color: var(--mute);
}
.palette .foot .note { display: flex; align-items: center; gap: 8px; min-width: 0; }
.palette .foot .note svg { flex: none; width: 12px; height: 12px; }
.palette .status { padding: 0 16px 14px; font-size: 14px; color: var(--ink2); }
.palette .status:empty { display: none; }
.palette .status.ok { color: var(--ink); }
.palette .status.ok::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--live); margin-right: 8px; vertical-align: 1px; }
.palette .status.err { color: var(--ink); }
.palette .status.err::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--warn); margin-right: 8px; vertical-align: 1px; }
.palette .hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.after-form { margin-top: 14px; font-size: 14px; color: var(--mute); }
@media (max-width: 520px) {
.palette .foot { flex-direction: column; align-items: stretch; }
.palette .foot .button { justify-content: center; height: 40px; }
}
.section { padding: clamp(80px, 11vw, 144px) 0 0; }
.section-head { max-width: var(--measure); margin-bottom: clamp(32px, 4vw, 56px); }
.section-head h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.025em; font-weight: 700; }
.section-head p { margin-top: 14px; font-size: 18px; color: var(--ink2); max-width: 36em; }
.moments { display: grid; gap: clamp(64px, 8vw, 112px); }
.moment { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.moment .words { position: sticky; top: 32px; padding-top: 8px; }
.moment h3 { font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; font-weight: 650; }
.moment .words p { margin-top: 10px; color: var(--ink2); }
.moment .words .aside { margin-top: 14px; font-size: 14px; color: var(--mute); }
.moment .words .chip svg { width: 13px; height: 13px; display: inline-block; }
.moment .words .chip {
white-space: nowrap; vertical-align: 1px;
display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 9px; border-radius: 7px;
font-size: 12px; font-weight: 500; color: var(--mute); background: var(--glass); box-shadow: inset 0 0 0 0.5px var(--edge);
}
.moment .frame-narrow { max-width: 620px; }
.moment .frame-card img { border-radius: 14px; box-shadow: var(--window-shadow); }
.moment .frame-plain { max-width: 640px; }
.moment .frame-plain img { border-radius: 12px; box-shadow: var(--window-shadow); }
@media (max-width: 860px) {
.moment { grid-template-columns: 1fr; }
.moment .words { position: static; }
}
.group {
margin: 0; padding: 0; list-style: none;
border-radius: 12px; background: var(--group);
box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong);
overflow: hidden;
}
.row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 4px 16px; align-items: start; padding: 18px 20px; position: relative; }
.row + .row::before { content: ""; position: absolute; top: 0; left: 64px; right: 0; border-top: 1px solid var(--edge); }
.row .sym { width: 22px; height: 22px; color: var(--mute); margin-top: 2px; }
.row h3 { font-size: 17px; line-height: 1.35; font-weight: 600; letter-spacing: -0.005em; }
.row p { grid-column: 2; font-size: 15px; line-height: 1.55; color: var(--ink2); margin-top: 2px; max-width: 60ch; }
.row .state { grid-column: 3; grid-row: 1; font-size: 13px; color: var(--mute); white-space: nowrap; padding-top: 2px; display: inline-flex; align-items: center; gap: 7px; }
.row .state .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--live); flex: none; }
.row .state .dot.hollow { background: transparent; box-shadow: inset 0 0 0 1.5px var(--dim); }
.group-foot { margin: 12px 20px 0; font-size: 14px; color: var(--mute); max-width: 70ch; }
@media (max-width: 560px) {
.row { grid-template-columns: 24px minmax(0, 1fr); padding: 16px; gap: 2px 12px; }
.row + .row::before { left: 52px; }
.row .state { grid-column: 2; grid-row: auto; margin-top: 6px; white-space: normal; }
.group-foot { margin-left: 16px; margin-right: 16px; }
}
.diff { max-width: 920px; }
.bento {
display: grid; gap: 16px;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-auto-rows: clamp(150px, 16vw, 196px);
}
.tile {
position: relative; margin: 0; overflow: hidden; display: flex; flex-direction: column;
border-radius: 16px; background: var(--rail);
box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong), 0 18px 40px -28px rgb(0 0 0 / 0.35);
}
.tile picture { flex: 1; min-height: 0; display: block; }
.tile img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.tile figcaption {
display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
padding: 12px 16px 14px; border-top: 1px solid var(--edge); background: var(--slab);
font-size: 14px; line-height: 1.35;
}
.tile figcaption b { font-weight: 650; color: var(--ink); }
.tile figcaption span { color: var(--mute); }
.t-model    { grid-column: span 8; grid-row: span 3; }
.t-playable { grid-column: span 4; grid-row: span 3; }
.t-playable img { object-position: 50% 0; }
.t-picture  { grid-column: span 6; grid-row: span 2; }
.t-video    { grid-column: span 6; grid-row: span 2; }
.t-sprites  { grid-column: span 5; grid-row: span 2; }
.t-board    { grid-column: span 7; grid-row: span 2; }
.t-model img { object-position: 50% 40%; }
.t-sprites img { object-position: 50% 0; }
@media (max-width: 860px) {
.bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
.tile { grid-column: auto !important; grid-row: auto !important; }
.tile picture { aspect-ratio: 1 / 1; }
.t-playable picture { aspect-ratio: 3 / 4; }
}
.also { margin-top: 28px; font-size: 16px; color: var(--ink2); }
.credits { margin-top: 10px; font-size: 13px; color: var(--mute); max-width: 90ch; }
.credits a { color: inherit; }
.cu { display: grid; grid-template-columns: 5fr 7fr; gap: 16px; align-items: stretch; }
.cu-card {
margin: 0; overflow: hidden; display: flex; flex-direction: column; border-radius: 16px; background: var(--rail);
box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong), 0 18px 40px -28px rgb(0 0 0 / 0.35);
}
.cu-card picture { position: relative; flex: 1; min-height: 240px; }
.cu-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 0 0; }
.cu-wide picture { flex: none; min-height: 0; }
.cu-wide img { position: static; height: auto; }
.cu-card figcaption { padding: 16px 20px 20px; border-top: 1px solid var(--edge); background: var(--slab); }
.cu-card h3 { font-size: 17px; font-weight: 650; letter-spacing: -0.01em; }
.cu-card p { margin-top: 4px; font-size: 15px; color: var(--ink2); }
@media (max-width: 860px) { .cu-card:not(.cu-wide) picture { aspect-ratio: 1 / 1; } }
.cu-switch {
margin-top: 16px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px 28px; align-items: center;
padding: 20px 24px; border-radius: 16px; background: var(--group);
box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong);
}
.cu-switch p { font-size: 15px; color: var(--ink2); max-width: 70ch; }
.cu-switch b { color: var(--ink); font-weight: 650; }
.cu-chips { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.cu-chips .arrow { color: var(--dim); }
.chip {
display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: 7px;
font-size: 13px; font-weight: 550; color: var(--mute); background: var(--glass); box-shadow: inset 0 0 0 0.5px var(--edge);
}
.chip svg { width: 13px; height: 13px; display: inline-block; }
.chip.on { color: var(--accent); background: var(--accent-wash); box-shadow: inset 0 0 0 0.5px var(--accent-edge); }
@media (max-width: 860px) {
.cu { grid-template-columns: 1fr; }
.cu-switch { grid-template-columns: 1fr; }
}
.apps { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); }
.apps .words h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.025em; font-weight: 700; }
.apps .words p { margin-top: 14px; font-size: 18px; color: var(--ink2); }
@media (max-width: 860px) { .apps { grid-template-columns: 1fr; } }
.prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tier { padding: 28px 28px 30px; position: relative; }
.tier + .tier { border-left: 1px solid var(--edge); }
.tier h3 { font-size: 17px; font-weight: 600; }
.tier .for { margin-top: 4px; font-size: 15px; color: var(--ink2); min-height: 3em; }
.tier .price { margin-top: 20px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.tier .price strong { font: 700 44px/1 var(--display); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.tier .price span { font-size: 14px; color: var(--mute); }
.tier .then { margin-top: 8px; font-size: 14px; color: var(--mute); }
.tier ul { margin: 22px 0 0; padding: 0; list-style: none; font-size: 15px; color: var(--ink2); }
.tier li { padding: 7px 0 7px 22px; position: relative; line-height: 1.45; }
.tier li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 9px; height: 5px; border-left: 1.5px solid var(--mute); border-bottom: 1.5px solid var(--mute); transform: rotate(-45deg); }
@media (max-width: 900px) {
.prices { grid-template-columns: 1fr; }
.tier + .tier { border-left: 0; border-top: 1px solid var(--edge); }
.tier .for { min-height: 0; }
}
.cost { margin-top: 28px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; max-width: 920px; }
.cost p { color: var(--ink2); font-size: 16px; }
@media (max-width: 640px) { .cost { grid-template-columns: 1fr; } }
.faq { max-width: 860px; }
.faq details { position: relative; }
.faq details + details::before { content: ""; position: absolute; top: 0; left: 20px; right: 0; border-top: 1px solid var(--edge); }
.faq summary {
list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 600; font-size: 17px; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: ""; position: absolute; right: 24px; top: 24px; width: 8px; height: 8px;
border-right: 1.5px solid var(--mute); border-bottom: 1.5px solid var(--mute); transform: rotate(45deg);
transition: transform var(--motion-arrive-seconds) ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 28px; }
.faq summary:focus-visible { outline-offset: -3px; border-radius: 12px; }
.faq .answer { padding: 0 20px 20px; color: var(--ink2); max-width: 64ch; font-size: 16px; }
.faq .answer p + p { margin-top: 10px; }
.join { padding-bottom: clamp(80px, 10vw, 128px); }
.join-inner { display: grid; justify-content: start; grid-template-columns: auto minmax(0, 620px); gap: clamp(20px, 4vw, 40px); align-items: start; }
.join-inner > img { width: clamp(56px, 7vw, 88px); height: auto; }
.join h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -0.025em; }
.join .lede { margin-top: 12px; color: var(--ink2); font-size: 18px; }
.join .palette { margin-top: 28px; }
@media (max-width: 560px) { .join-inner { grid-template-columns: 1fr; } }
.site-foot { border-top: 1px solid var(--edge); padding: 40px 0 48px; font-size: 14px; color: var(--mute); }
.site-foot .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 24px 40px; align-items: start; }
.site-foot img { height: 24px; width: auto; }
.site-foot nav ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.site-foot a { color: var(--ink2); text-decoration: none; }
.site-foot a:hover { color: var(--ink); text-decoration: underline; }
.site-foot .legal { text-align: right; line-height: 1.6; }
@media (max-width: 860px) {
.site-foot .wrap { grid-template-columns: 1fr; }
.site-foot .legal { text-align: left; }
}
.doc { padding: clamp(40px, 6vw, 80px) 0 clamp(72px, 9vw, 112px); }
.doc .column { margin: 0; }
.doc h1 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; }
.doc .updated { margin-top: 12px; font-size: 14px; color: var(--mute); }
.doc .summary { margin-top: 28px; font-size: 19px; color: var(--ink2); line-height: 1.55; }
.doc h2 { font-size: 24px; line-height: 1.25; letter-spacing: -0.015em; font-weight: 650; margin: 56px 0 0; }
.doc h3 { font-size: 18px; font-weight: 600; margin: 32px 0 0; }
.doc p, .doc ul, .doc ol { margin: 14px 0 0; color: var(--ink2); }
.doc ul, .doc ol { padding-left: 22px; }
.doc li + li { margin-top: 6px; }
.doc strong { color: var(--ink); font-weight: 600; }
.doc code { font: 500 0.88em/1 var(--mono); background: var(--glass2); padding: 2px 5px; border-radius: 5px; color: var(--ink); overflow-wrap: anywhere; }
.doc .toc { margin-top: 32px; padding: 16px 20px; }
.doc .toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 32px; font-size: 15px; }
@media (max-width: 560px) { .doc .toc ol { columns: 1; } }
.table { margin-top: 18px; overflow-x: auto; width: min(960px, calc(100vw - 2 * var(--gutter))); border-radius: 12px; box-shadow: inset 0 1px 0 var(--lit), 0 0 0 0.5px var(--edge-strong); background: var(--group); }
.table table { border-collapse: collapse; width: 100%; font-size: 14px; min-width: 620px; }
.table th, .table td { text-align: left; vertical-align: top; padding: 12px 16px; border-top: 1px solid var(--edge); color: var(--ink2); }
.table thead th { border-top: 0; color: var(--ink); font-weight: 600; font-size: 13px; }
.table td:first-child { color: var(--ink); white-space: nowrap; }
.missing {
background: var(--accent-wash); color: var(--ink); box-shadow: inset 0 0 0 1px var(--accent-edge);
border-radius: 5px; padding: 1px 6px; font-weight: 600; font-size: 0.92em;
}
.preview-note {
margin-top: 24px; padding: 14px 16px; border-radius: 10px; font-size: 14px; color: var(--ink2);
background: var(--accent-wash); box-shadow: inset 0 0 0 1px var(--accent-edge);
}
.log { margin-top: 40px; }
.log section + section { margin-top: 48px; }
.log h2 { margin: 0; font-size: 15px; font-family: var(--mono); font-weight: 500; color: var(--mute); letter-spacing: 0; }
.log ul { list-style: none; padding: 0; margin: 14px 0 0; }
.log li { padding: 12px 0; border-top: 1px solid var(--edge); color: var(--ink); }
.log li span { display: block; color: var(--ink2); font-size: 15px; margin-top: 2px; }
.lost { padding: clamp(56px, 10vw, 120px) 0; }
.lost h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.035em; line-height: 1; }
.lost p { margin-top: 18px; font-size: 19px; color: var(--ink2); max-width: 32em; }
.lost .moods { margin-top: 40px; max-width: 520px; }
.lost .moods img { border-radius: 12px; }
.lost .actions { margin-top: 32px; display: flex; gap: 10px; flex-wrap: wrap; }
.lost .removal { margin-top: 20px; font-size: 15px; color: var(--mute); max-width: 36em; }
.lost .removal a { overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
.bar nav, .palette, .join { display: none; }
}
.section.tight { padding-top: 56px; }
.group.plain .row { grid-template-columns: minmax(0, 1fr) auto; }
.group.plain .row p { grid-column: 1; }
.group.plain .row .state { grid-column: 2; }
.group.plain .row + .row::before { left: 20px; }
@media (max-width: 560px) {
.group.plain .row { grid-template-columns: 1fr; }
.group.plain .row .state { grid-column: 1; }
.group.plain .row + .row::before { left: 16px; }
}
.preview-bar { background: var(--accent-wash); box-shadow: inset 0 -1px 0 var(--accent-edge); font-size: 14px; color: var(--ink); padding: 10px 0; }
.preview-bar p { max-width: 80ch; }