:root{--news-maxh:420px;--news-maxh-m:min(56svh, 520px);--news-pad-x:0.75rem;--news-pad-y:0.50rem;--news-border:#e6e8ec;--news-shadow:0 2px 10px rgba(0,0,0,0.05)}.news-list{list-style:none;margin:0;padding:0}@media(min-width:641px){.news-container{width:100%;max-width:none;margin:0;padding:var(--news-pad-y)var(--news-pad-x);background:#fff;border:1px solid var(--news-border);border-radius:14px;box-shadow:var(--news-shadow);max-height:var(--news-maxh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c9d2df transparent}.news-container::-webkit-scrollbar{width:10px}.news-container::-webkit-scrollbar-track{background:0 0}.news-container::-webkit-scrollbar-thumb{background:#c9d2df;border-radius:999px;border:3px solid transparent;background-clip:content-box}.news-item{padding:.9rem 0;margin:0;border-bottom:1px solid #eee}.news-item:last-child{border-bottom:0}}@media(max-width:640px){.news-container{width:100%;max-width:none;margin:0;padding:var(--news-pad-y)var(--news-pad-x);background:#fff;border:1px solid var(--news-border);border-radius:12px;box-shadow:var(--news-shadow);max-height:var(--news-maxh-m);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.news-item{padding:.85rem 0;margin:0;border-bottom:1px solid #eee}.news-item:last-child{border-bottom:0}}.news-line{display:flex;align-items:baseline;gap:.6rem;min-width:0}.news-date{flex:none;white-space:nowrap;letter-spacing:.02em;font:600 .92rem ui-monospace,SFMono-Regular,Menlo,monospace;color:#6b7280}.news-title,.news-title-link{min-width:0;margin:0;font-weight:800;font-size:1.12rem;line-height:1.35;letter-spacing:.005em;color:#111;text-decoration:none}.news-title-link{color:var(--highlight-color,#1976d2);text-underline-offset:3px;text-decoration-thickness:2px;transition:color .12s ease}.news-title-link:hover{text-decoration:underline}.news-title-link:focus-visible{outline:3px solid rgba(25,118,210,.35);outline-offset:2px;border-radius:6px}.news-summary{margin-top:.4rem;color:#2c2c2c;line-height:1.6;overflow:visible}@media(forced-colors:active){.news-container{border:1px solid CanvasText}.news-item{border-bottom:1px solid CanvasText}.news-title-link:focus-visible{outline:2px solid CanvasText}}@media(prefers-reduced-motion:reduce){.news-title-link{transition:none}}