.hd-popup{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.hd-popup.is-open{opacity:1;visibility:visible}.hd-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.86);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hd-popup-dialog{position:relative;width:min(820px,94vw);max-height:92vh;transform:translateY(18px) scale(.975);transition:transform .32s cubic-bezier(.2,.8,.2,1);outline:0}.hd-popup.is-open .hd-popup-dialog{transform:none}.hd-popup-frame{position:relative;padding:9px;background:#080808;border:1px solid #ff6600;box-shadow:0 0 0 5px #080808,0 0 0 6px rgba(255,102,0,.7),0 24px 90px rgba(0,0,0,.8),0 0 45px rgba(255,102,0,.18)}.hd-popup-frame:before,.hd-popup-frame:after{content:"";position:absolute;z-index:2;pointer-events:none}.hd-popup-frame:before{inset:4px;border:1px solid rgba(255,255,255,.14)}.hd-popup-frame:after{left:50%;top:-6px;width:95px;height:4px;background:#ff6600;transform:translateX(-50%);box-shadow:0 0 16px #ff6600}.hd-popup-corner{position:absolute;z-index:3;width:34px;height:34px;border-color:#ff6600}.corner-a{left:-2px;top:-2px;border-left:4px solid;border-top:4px solid}.corner-b{right:-2px;bottom:-2px;border-right:4px solid;border-bottom:4px solid}.hd-popup-media{position:relative;background:#111;overflow:hidden;min-height:240px}.hd-popup-media img{display:block;width:100%;max-height:62vh;object-fit:cover}.hd-popup-image-link{display:block}.hd-popup-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:12px;padding:17px 8px 10px}.hd-popup-btn{min-height:50px;display:flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid #ff6600;color:#fff!important;text-decoration:none!important;text-transform:uppercase;font:700 13px/1.2 Arial,sans-serif;letter-spacing:.8px;transition:.22s}.hd-popup-btn.primary{background:#ff6600;color:#080808!important}.hd-popup-btn:hover{background:#fff;border-color:#fff;color:#080808!important;transform:translateY(-2px)}.hd-popup-dismiss{display:flex;align-items:center;justify-content:center;gap:8px;padding:5px 8px 10px;color:#bbb;font:500 13px Arial,sans-serif;cursor:pointer}.hd-popup-dismiss input{width:17px;height:17px;accent-color:#ff6600}.hd-popup-close{position:absolute;right:-18px;top:-18px;z-index:8;width:42px;height:42px;border-radius:50%;border:1px solid #ff6600;background:#080808;cursor:pointer;box-shadow:0 4px 20px #000}.hd-popup-close span{position:absolute;left:11px;top:19px;width:19px;height:2px;background:#fff}.hd-popup-close span:first-child{transform:rotate(45deg)}.hd-popup-close span:last-child{transform:rotate(-45deg)}body.hd-popup-lock{overflow:hidden}@media(max-width:600px){.hd-popup{padding:14px}.hd-popup-dialog{width:94vw}.hd-popup-frame{padding:7px}.hd-popup-media{min-height:180px}.hd-popup-media img{max-height:55vh}.hd-popup-actions{grid-template-columns:1fr;gap:8px;padding-top:12px}.hd-popup-btn{min-height:46px;font-size:12px}.hd-popup-close{right:-8px;top:-14px}}
