.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.news-card{overflow:hidden;border:1px solid #dbe2ee;border-radius:16px;background:#fff;box-shadow:0 15px 38px #04122f12;cursor:pointer;transition:transform .2s,box-shadow .2s}.news-card:hover,.news-card:focus{transform:translateY(-5px);box-shadow:0 22px 48px #04122f24;outline:2px solid #1646b8;outline-offset:2px}.news-cover{display:block;width:100%;height:220px;object-fit:cover;background:#edf3ff}.news-cover-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#04122f,#1646b8)}.news-cover-placeholder img{width:82px;height:100px;object-fit:contain}.news-card-copy{padding:24px}.news-card time,.news-dialog time{color:#1646b8;font-size:11px;font-weight:900;letter-spacing:.08em}.news-card h2{margin:10px 0;font-size:25px}.news-card p{color:#536078;line-height:1.55}.news-card span{display:block;margin-top:20px;color:#1646b8;font-weight:900}.news-dialog{width:min(960px,calc(100% - 30px));max-height:90vh;padding:0;border:0;border-radius:18px;overflow:auto;box-shadow:0 30px 100px #02091bcc}.news-dialog::backdrop{background:#02091bd9;backdrop-filter:blur(4px)}.news-dialog-close{position:fixed;z-index:2;margin:16px 0 0 min(900px,calc(100vw - 88px));width:42px;height:42px;border:0;border-radius:50%;background:#04122f;color:#fff;font-size:28px;cursor:pointer}.news-dialog-cover{display:block;width:100%;max-height:430px;object-fit:cover}.news-dialog-body{padding:38px}.news-dialog h2{margin:10px 0 16px;font-size:clamp(32px,5vw,58px)}.news-dialog-lead{font-size:20px;line-height:1.55;color:#1646b8}.news-description{margin:24px 0;font-size:17px;line-height:1.75;color:#26334b}.news-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.news-gallery img,.news-gallery video{width:100%;height:210px;object-fit:cover;border-radius:9px;background:#04122f}@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.news-grid{grid-template-columns:1fr}.news-cover{height:200px}.news-dialog-body{padding:25px 18px}.news-gallery{grid-template-columns:1fr 1fr}.news-gallery img,.news-gallery video{height:150px}.news-dialog-close{right:24px;margin-left:0}}
