/* HNJ externalized render CSS */
.hnj-mobile-menu:not(.open):not(.is-open){display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.hnj-mobile-menu.open,.hnj-mobile-menu.is-open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
@media(min-width:761px){.hnj-mobile-menu,.hnj-menu-toggle{display:none!important}}

.hnjpc-site-header{position:sticky;top:0;z-index:99990;background:rgba(255,255,255,.97);border-bottom:1px solid #dfe9ec;backdrop-filter:blur(16px)}
.hnjpc-site-header-inner{width:min(1180px,calc(100% - 32px));height:76px;margin:auto;display:flex;align-items:center;gap:24px}
.hnjpc-site-brand{display:flex;align-items:center;min-width:220px;text-decoration:none;color:#063f50}.hnjpc-site-brand img{display:block;max-width:245px;max-height:58px;width:auto;height:auto}.hnjpc-site-brand strong{font-size:23px}.hnjpc-site-brand strong span{color:#ff6500}
.hnjpc-desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-left:auto}.hnjpc-desktop-nav a{padding:10px 12px;border-radius:11px;color:#173f4a;text-decoration:none;font-weight:800;font-size:14px}.hnjpc-desktop-nav a:hover{background:#edf7f7;color:#08716f}
.hnjpc-menu-button{display:none;margin-left:auto;width:46px;height:44px;border:1px solid #cbdde1;border-radius:14px;background:#fff;padding:10px;cursor:pointer}.hnjpc-menu-button span{display:block;height:2px;background:#073f49;border-radius:2px;margin:4px 0}.hnjpc-menu-button em{position:absolute;left:-9999px}
.hnjpc-mobile-drawer{display:none;position:fixed;inset:0;z-index:100000}.hnjpc-mobile-drawer.open{display:block}.hnjpc-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(2,23,34,.52);backdrop-filter:blur(4px)}.hnjpc-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(86vw,360px);background:#fff;padding:18px;box-shadow:-24px 0 70px rgba(2,18,29,.32);transform:translateX(102%);transition:transform .22s ease}.hnjpc-mobile-drawer.open .hnjpc-drawer-panel{transform:none}.hnjpc-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 16px;border-bottom:1px solid #e3ecee;font-weight:900;color:#073f49}.hnjpc-drawer-close{width:42px;height:42px;border:1px solid #d7e5e8;border-radius:13px;background:#f7fbfb;color:#073f49;font-size:28px;line-height:1}.hnjpc-drawer-panel nav{display:grid;margin-top:8px}.hnjpc-drawer-panel nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:11px 8px;border-bottom:1px solid #e8eff1;color:#173a43;font-size:16px;font-weight:850;text-decoration:none}.hnjpc-drawer-panel nav a.primary{justify-content:center;margin-top:16px;border:0;border-radius:14px;background:linear-gradient(135deg,#ff6500,#ff8a1f);color:#fff}.hnjpc-drawer-open{overflow:hidden}
.hnjpc-gallery.is-single{grid-template-columns:minmax(0,760px);justify-content:center}.hnjpc-gallery.is-single .hnjpc-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)}.hnjpc-gallery.is-single .hnjpc-card-img{height:100%;min-height:350px}.hnjpc-gallery.is-single .hnjpc-card-body{display:flex;flex-direction:column;justify-content:center;padding:26px}.hnjpc-login-focus{outline:4px solid rgba(255,106,0,.28);box-shadow:0 0 0 10px rgba(255,106,0,.08),0 18px 44px rgba(5,45,55,.12)!important}.hnjpc-vote-intent{outline:4px solid rgba(255,106,0,.32);box-shadow:0 18px 45px rgba(255,106,0,.18)!important}.hnjpc-stat-equal b{color:#087343!important}.hnjpc-upload-count{white-space:nowrap!important;background:#e8f6f5!important;color:#08716f!important;padding:8px 11px!important;border-radius:999px!important;font-size:12px!important}
[hidden]{display:none!important}