:root {
  color-scheme: dark;
  --page: #081011;
  --surface: rgba(9, 24, 27, .72);
  --surface-strong: rgba(12, 29, 32, .86);
  --surface-soft: rgba(23, 45, 49, .64);
  --line: rgba(187, 215, 218, .13);
  --line-strong: rgba(187, 215, 218, .23);
  --text: #e7eff0;
  --muted: #9baeb1;
  --faint: #71878a;
  --accent: #8fc5cf;
  --accent-soft: rgba(103, 176, 191, .14);
  --danger: #e9a4a4;
  --shadow: 0 18px 50px rgba(0, 0, 0, .28), 0 2px 8px rgba(0, 0, 0, .16);
  --font: "Noto Sans SC", "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; min-height: 100vh; background: var(--page); color: var(--text); font-family: var(--font); font-size: 14px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2 { margin: 0; }
p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; }
[hidden] { display: none !important; }

.page-backgrounds { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: var(--page); }
.page-background { position: absolute; inset: -3%; opacity: 0; background-position: center; background-size: cover; transform: scale(1.035); transition: opacity 900ms ease, transform 1400ms ease; }
.page-background.is-active { opacity: .72; transform: scale(1); }
.page-background[data-background-layer="rain"] { background-image: url('/assets/concepts/guestbook-bg-rain-v1.png'); }
.page-background[data-background-layer="forest"] { background-image: url('/assets/concepts/guestbook-bg-forest-v1.png'); }
.page-background[data-background-layer="diary"] { background-image: url('/assets/concepts/guestbook-bg-diary-v1.png'); }
.page-background__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 11, 12, .42), rgba(7, 15, 17, .2) 28%, rgba(7, 15, 17, .24) 72%, rgba(5, 11, 12, .48)), linear-gradient(180deg, rgba(4, 10, 11, .05), rgba(4, 10, 11, .34)); }

.skip-link { position: fixed; left: 12px; top: 8px; z-index: 20; padding: 9px 14px; border-radius: 6px; background: var(--text); color: #0a1315; transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 54px; padding: 0 max(16px, calc((100vw - 980px) / 2)); border-bottom: 1px solid var(--line); background: rgba(7, 16, 18, .58); backdrop-filter: blur(15px); }
.site-header a { color: inherit; text-decoration: none; }
.site-header__home { justify-self: start; display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: var(--muted) !important; font-size: 13px; }
.site-header__brand { font-size: 14px; font-weight: 600; }

.space-page { width: min(980px, calc(100% - 32px)); margin: 26px auto 0; }
.space-cover { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 26px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 12px; background: linear-gradient(120deg, rgba(9, 23, 26, .28), rgba(23, 54, 61, .12)); box-shadow: var(--shadow); }
.space-cover::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 0%, rgba(124, 194, 207, .16), transparent 42%), linear-gradient(180deg, transparent 15%, rgba(4, 11, 13, .58)); pointer-events: none; }
.space-cover__identity, .scene-switcher { position: relative; z-index: 1; }
.space-cover__identity { display: flex; align-items: center; gap: 16px; min-width: 0; }
.space-cover__identity img { width: 72px; height: 72px; flex: 0 0 auto; border: 3px solid rgba(231, 239, 240, .82); border-radius: 10px; object-fit: cover; box-shadow: 0 8px 24px rgba(0, 0, 0, .34); }
.space-cover__identity h1 { font-size: 28px; line-height: 1.15; font-weight: 600; letter-spacing: -.025em; }
.space-cover__identity p { margin-top: 7px; color: #b9c9cb; font-size: 14px; }
.scene-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(5, 14, 16, .42); backdrop-filter: blur(8px); }
.scene-switcher button { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.scene-switcher button[aria-pressed="true"] { background: rgba(221, 239, 242, .11); }
.scene-switcher i { width: 11px; height: 11px; border-radius: 50%; background: #397b91; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2), 0 0 0 0 rgba(168, 224, 234, 0); transition: box-shadow 180ms ease, transform 180ms ease; }
.scene-switcher button[aria-pressed="true"] i { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28), 0 0 0 3px rgba(168, 224, 234, .2); transform: scale(1.08); }
.scene-switcher [data-background-choice="forest"] i { background: #324c3a; }
.scene-switcher [data-background-choice="diary"] i { background: #795f3f; }

.space-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 16px; margin-top: 16px; }
.space-sidebar { position: sticky; top: 70px; display: grid; gap: 12px; }
.sidebar-card, .sidebar-actions { border: 1px solid var(--line); background: var(--surface); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); }
.sidebar-card { padding: 16px; border-radius: 10px; }
.profile-card { display: flex; align-items: center; gap: 11px; }
.profile-card img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.profile-card h2, .sidebar-note h2 { font-size: 14px; font-weight: 600; }
.profile-card p { margin-top: 3px; color: var(--faint); font-size: 12px; }
.sidebar-note p { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.sidebar-actions { overflow: hidden; border-radius: 10px; }
.sidebar-actions button { width: 100%; min-height: 44px; padding: 0 16px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; font-size: 13px; cursor: pointer; }
.sidebar-actions button:last-child { border-bottom: 0; }

.feed { min-width: 0; }
.quick-compose { width: 100%; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 11px; min-height: 64px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); cursor: pointer; text-align: left; }
.anonymous-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 7px; background: linear-gradient(145deg, rgba(61, 101, 108, .82), rgba(24, 48, 52, .9)); color: #d6e9ec; font-size: 13px; font-weight: 600; }
.quick-compose span { min-width: 0; color: var(--faint); font-size: 14px; }
.quick-compose strong { padding: 7px 13px; border-radius: 5px; background: var(--accent-soft); color: #cce7eb; font-size: 13px; font-weight: 600; }
.feed-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin-top: 12px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.feed-tabs { align-self: stretch; display: flex; gap: 20px; }
.feed-tabs button { position: relative; min-width: 54px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 14px; font-weight: 500; cursor: pointer; }
.feed-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transition: transform 180ms ease; }
.feed-tabs button[aria-selected="true"] { color: var(--text); }
.feed-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.feed-tabs span { margin-left: 3px; color: var(--faint); font-size: 12px; font-variant-numeric: tabular-nums; }
.feed-toolbar > p { color: var(--faint); font-size: 12px; }
.feed-toolbar > p strong { color: var(--muted); font-weight: 500; font-variant-numeric: tabular-nums; }

.feed-list { display: grid; gap: 12px; margin-top: 12px; }
.entry { scroll-margin-top: 72px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); }
.entry__main { padding: 17px 18px 0; }
.entry__head { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 11px; }
.entry__avatar, .reply__avatar { display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 8px; background: linear-gradient(145deg, #27464b, #182d31); color: #d6e9ec; font-weight: 600; }
.entry__avatar { width: 40px; height: 40px; font-size: 15px; }
.entry__avatar img, .reply__avatar img { width: 100%; height: 100%; object-fit: cover; }
.entry__identity { min-width: 0; }
.entry__author { overflow: hidden; color: #e4edef; font-size: 14px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.entry__identity time { display: block; margin-top: 3px; color: var(--faint); font-size: 12px; font-variant-numeric: tabular-nums; }
.entry__body { margin: 13px 0 0 51px; max-width: 65ch; color: #dce7e8; font-size: 16px; line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }
.entry__image { width: auto; max-width: min(430px, calc(100% - 51px)); max-height: 460px; margin: 13px 0 0 51px; border-radius: 7px; object-fit: cover; }
.entry__answer { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; margin: 15px 0 0 51px; padding: 12px; border-radius: 7px; background: rgba(68, 116, 124, .14); color: #cbdadc; font-size: 14px; line-height: 1.7; }
.entry__answer-avatar { width: 28px; height: 28px; border-radius: 6px; object-fit: cover; }
.entry__answer-copy strong { display: block; margin-bottom: 3px; color: #a8ced5; font-size: 13px; }
.entry__footer { display: flex; align-items: center; justify-content: flex-end; gap: 18px; min-height: 45px; margin-top: 13px; padding: 0 18px; border-top: 1px solid var(--line); }
.entry__reply-count { color: var(--faint); font-size: 12px; }
.entry__reply-button { position: relative; min-height: 36px; padding: 0 0 0 12px; border: 0; background: transparent; color: var(--muted); font-size: 13px; cursor: pointer; }
.entry__reply-button::before { content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border: 1px solid currentColor; border-radius: 50%; transform: translateY(-50%); }

.reply-thread { margin: 0 18px 16px 69px; padding: 4px 12px; border-radius: 7px; background: rgba(86, 121, 126, .09); }
.reply { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; padding: 10px 0; border-bottom: 1px solid rgba(187, 215, 218, .09); }
.reply:last-child { border-bottom: 0; }
.reply__avatar { width: 28px; height: 28px; border-radius: 6px; font-size: 11px; }
.reply__content { min-width: 0; }
.reply__meta { color: var(--faint); font-size: 12px; line-height: 1.5; }
.reply__meta strong { color: #b7cdd0; font-weight: 600; }
.reply__body { margin-top: 3px; color: #cbd9db; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.reply__image { max-width: 260px; max-height: 260px; margin-top: 8px; border-radius: 6px; object-fit: cover; }

.inline-reply { margin: 0 18px 16px 69px; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: rgba(4, 13, 15, .55); }
.inline-reply__label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 13px; }
.inline-reply textarea, .inline-reply input { width: 100%; border: 1px solid var(--line-strong); border-radius: 6px; outline: 0; background: #0b1719; color: var(--text); }
.inline-reply textarea { min-height: 76px; padding: 10px 11px; resize: vertical; font-size: 16px; line-height: 1.65; }
.inline-reply input { height: 40px; margin-top: 8px; padding: 0 11px; font-size: 14px; }
.inline-reply__status { min-height: 18px; margin-top: 6px; color: var(--danger); font-size: 12px; }
.inline-reply__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 4px; }
.inline-reply__actions button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 5px; background: transparent; color: var(--muted); font-size: 13px; cursor: pointer; }
.inline-reply__actions button:last-child { border-color: rgba(142, 199, 209, .34); background: var(--accent-soft); color: #d4eaed; }

.feed-loading, .feed-empty, .feed-end { margin-top: 12px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--muted); text-align: center; font-size: 13px; }
.feed-loading { display: flex; align-items: center; justify-content: center; gap: 5px; }
.feed-loading span { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); animation: loading-dot 1.2s ease-in-out infinite; }
.feed-loading span:nth-child(2) { animation-delay: 120ms; }
.feed-loading span:nth-child(3) { animation-delay: 240ms; }
.feed-loading p { margin-left: 5px; }
.feed-sentinel { height: 1px; }
.space-footer { display: flex; justify-content: space-between; align-items: center; min-height: 74px; margin: 12px 0 24px 236px; padding: 0 16px; color: var(--faint); font-size: 12px; }
.space-footer a { color: var(--muted); text-underline-offset: 3px; }

.compose-dialog { width: min(560px, calc(100% - 24px)); max-width: calc(100vw - 24px); max-height: calc(100dvh - 28px); padding: 0; overflow-x: clip; overflow-y: auto; contain: inline-size; border: 1px solid var(--line-strong); border-radius: 14px; background: #0d191b; color: var(--text); box-shadow: 0 30px 90px rgba(0, 0, 0, .58); }
.compose-dialog::backdrop { background: rgba(2, 7, 8, .74); backdrop-filter: blur(5px); }
.compose-panel { width: 100%; min-width: 0; overflow-x: hidden; padding: 20px; }
.compose-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.compose-panel__head p { color: var(--faint); font-size: 12px; }
.compose-panel__head h2 { margin-top: 3px; font-size: 20px; font-weight: 600; }
.dialog-close { width: 40px; height: 40px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 24px; cursor: pointer; }
.compose-types { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; border: 0; }
.compose-types legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.compose-types button { min-height: 54px; padding: 8px; border: 1px solid var(--line); border-radius: 7px; background: transparent; cursor: pointer; }
.compose-types button[aria-pressed="true"] { border-color: rgba(142, 199, 209, .4); background: var(--accent-soft); }
.compose-types strong, .compose-types span { display: block; }
.compose-types strong { font-size: 14px; font-weight: 600; }
.compose-types span { margin-top: 2px; color: var(--faint); font-size: 12px; }
.avatar-picker { width: 100%; max-width: 100%; min-width: 0; margin: 16px 0 0; padding: 0; overflow: hidden; border: 0; }
.avatar-picker legend { margin-bottom: 9px; color: var(--muted); font-size: 13px; }
.avatar-options { width: 100%; min-width: 0; display: flex; gap: 9px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 3px 3px 7px; scrollbar-color: rgba(152, 190, 197, .34) transparent; scrollbar-width: thin; }
.avatar-options::-webkit-scrollbar { height: 4px; }
.avatar-options::-webkit-scrollbar-track { background: transparent; }
.avatar-options::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(152, 190, 197, .3); }
.avatar-option { position: relative; flex: 0 0 50px; display: grid; justify-items: center; gap: 5px; margin: 0; color: var(--faint); cursor: pointer; }
.avatar-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.avatar-option img, .avatar-option__anonymous, .avatar-option--upload > span { width: 46px; height: 46px; border: 2px solid transparent; border-radius: 9px; object-fit: cover; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.avatar-option__anonymous, .avatar-option--upload > span { display: grid; place-items: center; background: #142629; color: #bcd2d5; font-size: 14px; font-weight: 600; }
.avatar-option input:checked + img, .avatar-option input:checked + .avatar-option__anonymous, .avatar-option--upload[aria-pressed="true"] > span { border-color: #9bcbd4; box-shadow: 0 0 0 2px rgba(142, 199, 209, .12); }
.avatar-option small { color: inherit; font-size: 11px; white-space: nowrap; }
.avatar-option:has(input:checked), .avatar-option--upload[aria-pressed="true"] { color: #cfe3e6; }
.avatar-option--upload { padding: 0; border: 0; background: transparent; }
.avatar-option--upload > span { font-size: 20px; font-weight: 400; }
.avatar-option--upload > span img { width: 100%; height: 100%; border: 0; border-radius: 7px; object-fit: cover; }
.avatar-picker__note { margin-top: 2px; color: var(--faint); font-size: 12px; }
.form-field { position: relative; display: block; margin-top: 16px; }
.form-field > span { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--muted); font-size: 13px; }
.form-field small { color: var(--faint); font-size: 12px; font-weight: 400; }
.form-field textarea, .form-field input { width: 100%; border: 1px solid var(--line-strong); border-radius: 7px; outline: 0; background: #091416; color: var(--text); }
.form-field textarea { min-height: 128px; padding: 11px 12px 28px; resize: vertical; font-size: 16px; line-height: 1.7; }
.form-field input { height: 44px; padding: 0 12px; font-size: 16px; }
.form-field > [data-character-count] { position: absolute; right: 10px; bottom: 8px; font-variant-numeric: tabular-nums; }
.form-field textarea:focus, .form-field input:focus, .inline-reply textarea:focus, .inline-reply input:focus { border-color: rgba(143, 197, 207, .68); box-shadow: 0 0 0 3px rgba(143, 197, 207, .1); }
.compose-tools { position: relative; display: flex; gap: 8px; margin-top: 10px; }
.compose-tools > button { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; background: transparent; color: var(--muted); font-size: 13px; cursor: pointer; }
.emoji-panel { position: absolute; left: 0; top: 44px; z-index: 2; display: grid; grid-template-columns: repeat(5, 40px); gap: 3px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 8px; background: #122124; box-shadow: var(--shadow); }
.emoji-panel button { width: 40px; height: 40px; border: 0; border-radius: 5px; background: transparent; font-size: 20px; cursor: pointer; }
.form-note, .form-status { margin-top: 10px; font-size: 12px; line-height: 1.6; }
.form-note { color: var(--faint); }
.form-status { min-height: 20px; color: var(--danger); }
.compose-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.compose-actions button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--muted); font-size: 14px; cursor: pointer; }
.compose-actions button:last-child { border-color: rgba(143, 197, 207, .4); background: var(--accent-soft); color: #d8edf0; font-weight: 600; }
.image-preview { position: relative; width: fit-content; margin-top: 10px; }
.image-preview img { max-width: 240px; max-height: 180px; border-radius: 7px; }
.image-preview button { position: absolute; top: 6px; right: 6px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(4, 10, 11, .8); color: white; cursor: pointer; }
.receipt-content { margin-top: 18px; padding: 14px; border-radius: 7px; background: var(--surface-soft); color: var(--muted); font-size: 14px; line-height: 1.7; }
.receipt-content strong { display: block; color: var(--text); }
.site-toast { position: fixed; left: 50%; bottom: 24px; z-index: 30; max-width: calc(100% - 32px); padding: 11px 16px; border: 1px solid var(--line-strong); border-radius: 7px; background: #17272a; color: var(--text); box-shadow: var(--shadow); font-size: 13px; transform: translateX(-50%); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

button:focus-visible, a:focus-visible { outline: 2px solid #b6e0e7; outline-offset: 3px; }
button:active { transform: scale(.98); }
@media (hover: hover) and (pointer: fine) {
  .quick-compose:hover, .compose-actions button:last-child:hover { border-color: rgba(166, 220, 230, .62); background: rgba(103, 176, 191, .2); }
  .sidebar-actions button:hover, .scene-switcher button:hover, .entry__reply-button:hover { color: var(--text); }
  .entry { transition: border-color 180ms ease, box-shadow 180ms ease; }
  .entry:hover { border-color: var(--line-strong); box-shadow: 0 14px 36px rgba(0, 0, 0, .24); }
}
@keyframes loading-dot { 0%, 100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 12px; }
  .site-header__brand { display: none; }
  .space-page { width: min(100% - 20px, 680px); margin-top: 10px; }
  .space-cover { min-height: 128px; padding: 16px; border-radius: 10px; }
  .space-cover__identity { align-self: flex-end; gap: 11px; }
  .space-cover__identity img { width: 54px; height: 54px; border-radius: 8px; }
  .space-cover__identity h1 { font-size: 24px; }
  .space-cover__identity p { max-width: 240px; margin-top: 4px; font-size: 12px; }
  .scene-switcher { position: absolute; top: 10px; right: 10px; }
  .scene-switcher button { width: 32px; height: 32px; }
  .scene-switcher i { width: 12px; height: 12px; }
  .space-layout { display: block; margin-top: 10px; }
  .space-sidebar { display: none; }
  .quick-compose { border-radius: 8px; }
  .feed-toolbar { margin-top: 10px; border-radius: 8px; }
  .feed-list { gap: 10px; margin-top: 10px; }
  .entry { border-radius: 8px; }
  .entry__main { padding: 15px 14px 0; }
  .entry__body { margin-left: 47px; font-size: 15px; line-height: 1.75; }
  .entry__image, .entry__answer { margin-left: 47px; }
  .entry__footer { padding: 0 14px; }
  .reply-thread, .inline-reply { margin-right: 14px; margin-left: 61px; }
  .space-footer { margin-left: 0; }
}

@media (max-width: 430px) {
  .space-page { width: 100%; }
  .space-cover, .quick-compose, .feed-toolbar, .entry, .feed-loading, .feed-empty, .feed-end { border-right: 0; border-left: 0; border-radius: 0; }
  .space-cover { min-height: 122px; }
  .quick-compose { min-height: 58px; padding: 11px 12px; }
  .quick-compose strong { padding: 6px 10px; }
  .feed-toolbar { padding: 0 12px; }
  .feed-toolbar > p { display: none; }
  .entry__body, .entry__image, .entry__answer { margin-left: 0; }
  .entry__image { max-width: 100%; }
  .reply-thread, .inline-reply { margin-right: 12px; margin-left: 12px; }
  .space-footer { padding: 0 12px; }
  .compose-panel { padding: 16px; }
  .compose-types { gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .page-background { transform: none; }
}
