.newsroom-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:26px 22px;margin:0;padding:0;list-style:none;display:grid}@media (width>=700px){.newsroom-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.newsroom-tile{color:var(--text-bright);align-content:start;gap:10px;text-decoration:none;display:grid}.newsroom-tile-frame{aspect-ratio:3/4;border:1px solid var(--border);background:var(--bg-card);border-radius:14px;transition:border-color .15s;display:block;position:relative;overflow:hidden}.newsroom-tile-frame img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.newsroom-tile-frame[data-kind=folder]{box-shadow:0 8px 0 -4px color-mix(in srgb, var(--bg-card) 70%, var(--text)), 0 8px 0 -3px var(--border), 0 15px 0 -8px color-mix(in srgb, var(--bg-card) 85%, var(--text)), 0 15px 0 -7px var(--border);margin-bottom:14px}.newsroom-tile-brand{background:linear-gradient(165deg,#f2f8ff 0%,#d8ebfc 52%,#bcdcf8 100%);place-items:center;display:grid;position:absolute;inset:0}.newsroom-tile-brand img{object-fit:contain;filter:drop-shadow(0 6px 14px #1f4c7a40);width:44%;height:auto;position:static;inset:auto}.newsroom-tile-play,.newsroom-tile-folder-glyph{color:#fff;background:#0000008c;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;inset-block-end:10px;inset-inline-start:10px}.newsroom-tile-play svg,.newsroom-tile-folder-glyph svg{fill:currentColor;width:20px;height:20px;display:block}.newsroom-tile:hover .newsroom-tile-frame,.newsroom-tile:focus-visible .newsroom-tile-frame{border-color:color-mix(in srgb, var(--chapter-accent) 55%, var(--border))}.newsroom-tile-label{font-family:var(--serif);color:var(--text-bright);font-size:1.18rem;font-weight:700;line-height:1.3}.newsroom-tile-date{font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--text);font-size:.85rem}.newsroom-card-stage{justify-content:start;display:grid}.newsroom-card-stage video{background:#000;border-radius:12px;width:100%;max-height:76vh;display:block}.newsroom-card-stage[data-orientation=portrait] video{aspect-ratio:9/16;width:min(100%,42.75vh)}.newsroom-card-stage img{border-radius:12px;width:auto;max-width:100%;height:auto;max-height:76vh;display:block}.newsroom-clip-date{max-width:none;font-family:var(--mono);font-variant-numeric:tabular-nums;color:var(--text-bright);margin:0;font-size:1rem;font-weight:700;line-height:1.4}.newsroom-clip-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0 20px;display:flex}.newsroom-clip-dialog{border:1px solid var(--border);background:var(--bg-card);border-radius:16px;width:min(440px,100vw - 32px);max-height:calc(100vh - 48px);margin:auto;padding:0}.newsroom-clip-dialog::backdrop{background:#08101499}.newsroom-clip-dialog-inner{gap:12px;padding:14px 16px 16px;display:grid}.newsroom-clip-dialog-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.newsroom-clip-dialog-close{border:1px solid var(--border);width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;place-items:center;display:grid}.newsroom-clip-dialog-close svg{width:16px;height:16px}.newsroom-clip-dialog .newsroom-card-stage{justify-content:center}.newsroom-clip-dialog .newsroom-card-stage video{max-height:70vh}.newsroom-clip-dialog .newsroom-card-stage[data-orientation=portrait] video{width:min(100%,39.375vh)}
