/* A single bounded stack: any number of updates, scoped to the current story. */
.project-news{position:absolute;z-index:12;right:52px;bottom:72px;width:min(310px,calc(100% - 104px));max-height:min(240px,30dvh);display:flex;flex-direction:column;gap:8px;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:#92948e transparent;opacity:0;visibility:hidden;transform:translateY(7px);transition:opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility .24s;pointer-events:none;padding:3px}
.project-news.is-ready{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.project-controls-idle .project-news,.project-swipe-old .project-news{opacity:0;visibility:hidden;transform:translateY(5px);pointer-events:none}
.project-news-tab{position:relative;flex:none;display:grid;gap:5px;padding:13px 38px 14px 16px;border:1px solid #ffffff26;border-radius:15px;background:#151614;color:#f8f8f5;font-family:var(--font-support);text-decoration:none;overflow-wrap:anywhere}
.project-news-label{font-size:10px;line-height:1.4;letter-spacing:.035em;color:#bebfba}
.project-news-title{font-size:14px;line-height:1.35;font-weight:500}
.project-news-arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:16px}
.project-news-tab:hover .project-news-title{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.project-news-tab:focus-visible{outline:2px solid #aaa;outline-offset:1px}
@media(max-width:600px){.project-news{right:28px;bottom:72px;width:min(310px,calc(100% - 56px));max-height:136px}.project-news-tab{padding:10px 35px 11px 13px}.project-news-title{font-size:13px}}
@media(max-height:500px){.project-news{bottom:40px;max-height:100px}}
@media(prefers-reduced-motion:reduce){.project-news{transition:none;transform:none}}
