.blog-feed{position:relative;height:100dvh;width:100%;background:#0f172a;overflow:hidden}.feed-scroller{height:100dvh;width:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.post-card{height:100dvh;width:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:flex-end;padding:0 24px 96px;background:linear-gradient(180deg,#0f172a00,#0f172ad9 70%),linear-gradient(135deg,#1e293b,#0f172a);position:relative}.post-card__content{max-width:640px}.post-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.post-card__tag{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#38bdf826;color:#38bdf8;padding:4px 10px;border-radius:999px}.post-card__title{font-size:28px;line-height:1.25;margin:0 0 12px;font-weight:700}.post-card__excerpt{font-size:16px;line-height:1.5;color:#cbd5e1;margin:0 0 16px}.post-card__meta{display:flex;gap:8px;font-size:14px;color:#94a3b8;margin-bottom:20px}.post-card__cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#38bdf8;color:#0f172a;font-weight:700;font-size:15px;padding:12px 20px;border-radius:999px;cursor:pointer}.post-card__cta:active{transform:scale(.98)}.post-card__cta:disabled,.feed-state__link-btn:disabled{opacity:.5;cursor:not-allowed}.feed-state__link-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:#94a3b8;font-size:14px;text-decoration:underline;cursor:pointer;padding:4px}.status-bar{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;color:#e2e8f0;background:linear-gradient(180deg,#0f172ad9,#0f172a00);pointer-events:none}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot--online{background:#4ade80}.status-dot--offline{background:#f87171}.status-divider{color:#64748b}.status-badge{background:#f8717126;color:#f87171;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.banner{position:absolute;top:44px;left:16px;right:16px;z-index:10;padding:8px 12px;border-radius:10px;font-size:13px}.banner--warning{background:#f8717126;color:#fecaca;border:1px solid rgba(248,113,113,.3)}.feed-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#cbd5e1;text-align:center;padding:0 24px}.spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(148,163,184,.3);border-top-color:#38bdf8;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;z-index:100}@media (min-width: 640px){.modal-backdrop{align-items:center;justify-content:center}}.modal{position:relative;width:100%;max-width:640px;max-height:85dvh;overflow-y:auto;background:#1e293b;color:#f1f5f9;padding:28px 24px;border-radius:20px 20px 0 0}@media (min-width: 640px){.modal{border-radius:20px}}.modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#94a3b826;color:#f1f5f9;font-size:16px;cursor:pointer}.modal__title{font-size:24px;margin:8px 40px 12px 0}.modal__meta{display:flex;gap:8px;font-size:14px;color:#94a3b8;margin-bottom:20px}.modal__body{font-size:16px;line-height:1.6;color:#e2e8f0;white-space:pre-wrap}.modal__link{display:inline-block;margin-top:16px;color:#38bdf8;font-weight:600;text-decoration:none}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#f1f5f9;overscroll-behavior-y:none}button{font-family:inherit}
