.article-video-frame{position:relative;display:grid!important;box-sizing:border-box!important;width:min(100%,720px)!important;height:clamp(320px,48vh,480px)!important;margin:0 auto 20px!important;padding:0!important;place-items:center;overflow:hidden;border:0!important;border-radius:10px!important;background:#04142a!important;box-shadow:0 12px 32px rgba(3,15,27,.14);cursor:pointer}
.article-video-frame>.article-video{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:0!important;background:#04142a!important;object-fit:contain!important;pointer-events:none}
.article-video-open-icon{position:absolute;z-index:2;display:grid;width:66px;height:66px;padding-left:5px;place-items:center;border:2px solid #fff;border-radius:50%;background:rgba(227,27,35,.94);color:#fff;font:700 25px/1 Arial,sans-serif;box-shadow:0 10px 28px #0008;transition:transform .16s ease}
.article-video-frame:hover .article-video-open-icon{transform:scale(1.06)}
.article-video-open-icon.is-playing{opacity:0}
body.article-video-modal-open{overflow:hidden}
.article-video-modal[hidden]{display:none!important}
.article-video-modal{position:fixed;z-index:30000;inset:0;display:grid;padding:64px 28px 28px;place-items:center;background:rgba(0,0,0,.94);backdrop-filter:blur(7px)}
.article-video-modal-stage{display:grid;width:min(94vw,1280px);height:calc(100dvh - 96px);place-items:center}
.article-video-modal video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;background:#000;object-fit:contain}
.article-video-modal-close{position:fixed;z-index:2;top:max(16px,env(safe-area-inset-top));right:max(18px,env(safe-area-inset-right));display:grid;width:46px;height:46px;padding:0;place-items:center;border:1px solid #ffffff70;border-radius:50%;background:#e31b23;color:#fff;font:400 34px/1 Arial,sans-serif;cursor:pointer}
.article-video-modal-close:hover{background:#fff;color:#111}
@media(max-width:800px){.article-video-frame{width:calc(100% - 24px)!important;height:min(42vh,340px)!important;min-height:240px!important;margin:10px auto 16px!important;border-radius:8px!important}.article-video-open-icon{width:56px;height:56px;font-size:21px}.article-video-modal{padding:58px 0 16px;background:#000}.article-video-modal-stage{width:100vw;height:calc(100dvh - 74px)}.article-video-modal video{width:100vw;height:100%;object-fit:contain}.article-video-modal-close{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));width:42px;height:42px;font-size:31px}}
