.videos-page{padding:clamp(40px,6vw,72px) clamp(18px,5vw,72px);background:radial-gradient(circle at 88% 6%,rgba(15,122,90,.08),transparent 38%),transparent}.videos-grid{display:grid;gap:22px}.videos-empty{margin:0;padding:20px;border:1px solid #dce3ed;border-radius:8px;background:#fff;color:#637083}.videos-grid.is-loading{min-height:360px}.videos-grid.is-loading:before{content:"";display:block;height:320px;border:1px solid #dce3ed;border-radius:8px;background:linear-gradient(90deg,#edf2f8 25%,#f7f9fc 37%,#edf2f8 63%);background-size:200% 100%;animation:shimmer 1.2s infinite linear}.video-card{padding:18px;border:1px solid #dce3ed;border-radius:12px;background:#fff;box-shadow:0 14px 32px #10243f1a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.video-card:hover{transform:translateY(-2px);border-color:#b8c9df;box-shadow:0 18px 36px #10243f24}.video-card h2{margin:0 0 12px;color:#10243f;letter-spacing:.1px;font-size:clamp(20px,2vw,28px);line-height:1.35}.video-frame-wrap{overflow:hidden;border:1px solid #dce3ed;border-radius:10px;background:#0b1b30}.video-frame{display:block;width:100%;aspect-ratio:16 / 9;border:0}
