#nbmb-popup-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity 0.28s ease,visibility 0.28s ease}#nbmb-popup-overlay.nbmb-is-open{opacity:1;visibility:visible}#nbmb-popup-backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .72);cursor:pointer}#nbmb-popup-inner{position:relative;background:#fff;width:100%;max-width:780px;max-height:90vh;overflow-y:auto;z-index:1;box-shadow:0 20px 60px rgb(0 0 0 / .35);display:flex;flex-direction:column;transform:translateY(28px) scale(.98);transition:transform 0.3s cubic-bezier(.22,1,.36,1),opacity 0.28s ease;opacity:0}#nbmb-popup-overlay.nbmb-is-open #nbmb-popup-inner{transform:translateY(0) scale(1);opacity:1}#nbmb-popup-close{position:absolute;top:14px;right:14px;width:36px;height:36px;background:#153325;border:none;color:#fff;font-size:20px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background 0.18s,transform 0.18s;padding:0}#nbmb-popup-close:hover{background:#FF950E;color:#000;transform:rotate(90deg)}#nbmb-popup-content{flex:1}.nbmb-popup-post{display:flex;flex-direction:column}.nbmb-popup-image-wrap{position:relative;width:100%;aspect-ratio:3 / 2;overflow:hidden;background:#153325}.nbmb-popup-image{width:100%;height:100%;object-fit:cover;display:block}.nbmb-popup-no-image{width:100%;height:100%;background:#153325}.nbmb-popup-meta{display:flex;align-items:center;gap:14px;padding:14px 28px;background:#153325;flex-wrap:wrap}.nbmb-popup-date{font-size:12px;font-weight:600;color:rgb(255 255 255 / .75);text-transform:uppercase;letter-spacing:.1em}.nbmb-popup-category{font-size:11px;font-weight:700;padding:3px 10px;background:#FF950E;color:#000;text-transform:uppercase;letter-spacing:.08em}.nbmb-popup-body{padding:28px 32px 32px;display:flex;flex-direction:column;gap:16px}.nbmb-popup-title{margin:0;font-size:24px;font-weight:700;color:#000;line-height:1.25}.nbmb-popup-content{font-size:14px;color:#333;line-height:1.7}.nbmb-popup-content p{margin-top:0;margin-bottom:12px}.nbmb-popup-content p:last-child{margin-bottom:0}.nbmb-popup-footer{padding:0 32px 28px;display:flex;justify-content:flex-end}.nbmb-popup-permalink{display:inline-block;padding:11px 24px;background:#153325;color:#fff;text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:background 0.18s,color 0.18s}.nbmb-popup-permalink:hover{background:#FF950E;color:#000}.nbmb-popup-loader{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:14px;color:#888;gap:12px}.nbmb-popup-loader::after{content:'';display:inline-block;width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#153325;border-radius:50%;animation:nbmbSpin 0.65s linear infinite;flex-shrink:0}.nbmb-popup-error{display:flex;align-items:center;justify-content:center;min-height:160px;font-size:14px;color:#c00;padding:24px;text-align:center}.nbmb-popup-trigger{cursor:pointer}@keyframes nbmbSpin{to{transform:rotate(360deg)}}@media (max-width:600px){#nbmb-popup-inner{max-height:95vh}.nbmb-popup-body{padding:20px 18px 22px}.nbmb-popup-footer{padding:0 18px 22px}.nbmb-popup-title{font-size:18px}.nbmb-popup-meta{padding:10px 18px}}@media (max-width:400px){.nbmb-popup-title{font-size:16px}}