:root{--bg:#eef3f6;--surface:#ffffff;--surface-strong:#ffffff;--text:#1f2d3d;--muted:#6b7c8f;--border:#dbe5ec;--accent:#3390ec;--accent-soft:#e8f2fd;--shadow:0 8px 24px rgba(31,45,61,0.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg)}a{color:inherit}.page-shell,.post-page{width:min(760px,calc(100vw - 24px));margin:0 auto;padding:16px 0 40px}.hero{padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.hero--channel{display:block}.channel-header{display:flex;align-items:flex-start;gap:14px}.channel-header__avatar,.post-card__avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:50%;color:#fff;font-weight:700;background:linear-gradient(180deg,#58a8f6,#3390ec)}.channel-header__avatar{width:56px;height:56px;font-size:20px}.channel-header__avatar img,.post-card__avatar img{display:block;width:100%;height:100%;object-fit:cover}.channel-header__body{min-width:0}.channel-header__link{margin:6px 0 0;font-size:14px;color:var(--muted)}.channel-header__link a{text-decoration:none}.hero__eyebrow{display:inline-flex;margin-bottom:14px;padding:6px 10px;border-radius:999px;font-size:12px;color:var(--accent);background:var(--accent-soft)}.hero h1{margin:0;font-size:clamp(28px,6vw,40px);line-height:1.1;font-weight:700}.hero p{max-width:56ch;margin:12px 0 0;font-size:16px;line-height:1.6;color:var(--muted)}.hero__intro{display:block}.hero__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.hero__meta span{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:12px;color:var(--muted);border-top:1px solid var(--border);border:1px solid var(--border);background:#f8fbfd}.posts-section{margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.post-card__footer,.post-card__header,.post-card__meta,.post-page__back,.post-view__meta,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.post-view h1,.section-heading h2{margin:0}.empty-state p:last-child,.post-card__meta,.post-view__meta,.section-heading span{color:var(--muted)}.posts-feed{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.posts-feed__status{margin:16px 0 0;text-align:center;color:var(--muted)}.posts-feed__sentinel{width:100%;height:1px}.empty-state,.post-card,.post-view{border:1px solid var(--border);border-radius:18px;background:var(--surface-strong);box-shadow:none}.post-card{display:flex;flex-direction:column;overflow:hidden;padding:16px}.post-card__header{margin-bottom:12px}.post-card__channel{display:flex;align-items:center;gap:10px}.post-card__avatar{width:34px;height:34px;font-size:13px}.post-card__channel-meta span,.post-card__channel-meta strong{display:block}.post-card__channel-meta strong{font-size:14px;line-height:1.2}.post-card__channel-meta span{font-size:12px;line-height:1.2;color:var(--muted)}.post-card h3{margin:10px 0 8px;font-size:21px;line-height:1.25}.empty-state p,.post-card p,.post-view__content p{margin:0;line-height:1.7}.post-card .rich-post-content{color:var(--muted)}.post-card__footer{margin-top:auto;padding-top:14px}.post-card__footer a,.post-page__back a,.post-view__source{text-decoration:none}.post-card__footer a:first-child,.post-view__source{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;color:#fff;background:var(--accent)}.empty-state{margin-top:14px;padding:18px}.post-page__back{margin-bottom:20px}.post-view{padding:20px}.post-view__meta{margin-bottom:20px}.post-view h1{font-size:clamp(28px,5vw,38px);line-height:1.15}.post-view__content{margin-top:28px}.rich-post-content p+p{margin-top:18px}.post-view__source{display:inline-flex;margin-top:28px}.rich-post-content a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.18em}.rich-post-content code,.tg-pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.rich-post-content code{padding:.12em .35em;border-radius:.45em;background:rgba(31,27,22,.08)}.tg-pre{display:block;overflow-x:auto;margin:20px 0;padding:18px;border-radius:18px;color:#eaf2f7;white-space:pre-wrap;background:#233040}.tg-blockquote,.tg-strikethrough,.tg-tag,.tg-underline{display:inline}.tg-tag{color:var(--accent)}.tg-blockquote{padding-left:12px;border-left:3px solid #abd0f5;color:#587086}.tg-underline{text-decoration:underline;text-decoration-thickness:1.5px}.tg-strikethrough{text-decoration:line-through}.post-media{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px;align-items:stretch}.post-media__item{overflow:hidden;margin:0;border-radius:14px;background:#e6edf3}.post-media--single{grid-template-columns:1fr}.post-media--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.post-media--triple-portrait{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-template-areas:"hero side-top" "hero side-bottom"}.post-media--triple-landscape{grid-template-areas:"hero hero" "side-top side-bottom"}.post-media--quad,.post-media--triple-landscape{grid-template-columns:repeat(2,minmax(0,1fr))}.post-media--mosaic{grid-template-columns:repeat(3,minmax(0,1fr))}.post-media__item--single{aspect-ratio:16/10}.post-media__item--tile{aspect-ratio:1/1}.post-media__item--hero-tall{grid-area:hero;aspect-ratio:4/5}.post-media__item--hero-wide{grid-area:hero;aspect-ratio:16/9}.post-media--triple-landscape .post-media__item:nth-child(2),.post-media--triple-portrait .post-media__item:nth-child(2){grid-area:side-top}.post-media--triple-landscape .post-media__item:nth-child(3),.post-media--triple-portrait .post-media__item:nth-child(3){grid-area:side-bottom}.post-media__trigger{display:block;width:100%;height:100%;padding:0;border:0;cursor:zoom-in;background:transparent}.post-media__item img,.post-media__item video,.post-media__video-thumb{display:block;width:100%;height:100%;object-fit:cover}.post-media__video-thumb{position:relative}.post-media__video-fallback{display:block;width:100%;height:100%;background:#1d2732}.post-media__play-badge{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:999px;color:#fff;font-size:22px;line-height:1;transform:translate(-50%,-50%);background:rgba(12,18,26,.56)}.media-viewer{position:fixed;inset:0;z-index:1000;padding:24px;background:rgba(12,18,26,.88);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.media-viewer,.media-viewer__content{display:flex;align-items:center;justify-content:center}.media-viewer__content{width:min(1200px,100%);max-height:100%}.media-viewer__image,.media-viewer__video{display:block;max-width:100%;max-height:calc(100vh - 48px);border-radius:16px;background:#0f1720;object-fit:contain}.media-viewer__close{top:16px;right:16px;width:44px;height:44px;font-size:28px}.media-viewer__close,.media-viewer__nav{position:absolute;z-index:1;border:0;border-radius:999px;color:#fff;line-height:1;cursor:pointer;background:rgba(255,255,255,.12)}.media-viewer__nav{top:50%;width:52px;height:52px;font-size:34px;transform:translateY(-50%)}.media-viewer__nav--prev{left:16px}.media-viewer__nav--next{right:16px}@media (max-width:720px){.hero,.post-view,.posts-section{padding:16px}.channel-header,.post-card__header{flex-direction:column;align-items:flex-start}.post-media--mosaic,.post-media--triple-landscape,.post-media--triple-portrait{grid-template-columns:repeat(2,minmax(0,1fr))}.media-viewer{padding:12px}.media-viewer__nav{width:44px;height:44px;font-size:28px}.hero h1{max-width:none}}