.neo-svg-icon{width:1.1em;height:1.1em;display:inline-block;vertical-align:-.16em;flex:0 0 auto;stroke:currentColor;fill:none}.neo-icon-btn .neo-svg-icon{width:20px;height:20px}.neo-footer-pro .neo-svg-icon{width:18px;height:18px}.neo-mobile-nav .neo-svg-icon{width:18px;height:18px}
/* Users, Comments, Modal, Animation, Fast Image Rendering */
.auth-container,.user-profile-container{max-width:760px}
.auth-card,.profile-form-card,.user-profile-card,.comments-section{padding:30px}
.auth-card h1,.profile-form-card h2,.comments-head h2{font-size:clamp(28px,7vw,42px);line-height:1.1;font-weight:900;letter-spacing:-.05em}
.auth-card p,.profile-form-card p{color:#667085;line-height:1.75}
.auth-form{display:grid;gap:12px;margin-top:20px}
.auth-form label{font-weight:850;color:#101828}
.auth-switch{margin-top:18px;text-align:center}.auth-switch a{font-weight:900;color:var(--primary);text-decoration:none}
.user-banner{height:170px;border-radius:24px;background:linear-gradient(135deg,rgba(24,184,232,.18),rgba(78,115,223,.18));overflow:hidden}
.user-banner img{width:100%;height:100%;object-fit:cover}.user-profile-head{text-align:center;margin-top:-54px}
.user-avatar{width:108px;height:108px;border-radius:50%;background:#fff;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border:6px solid #fff;box-shadow:0 16px 32px rgba(15,23,42,.12);overflow:hidden}
.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar i{font-size:36px;color:#94a3b8}
.user-profile-head h1{font-size:30px;font-weight:900;margin:0}.user-profile-head p{color:#667085;font-weight:800}
.user-status{display:inline-flex;padding:7px 14px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:900;font-size:13px}
.comments-section{margin-top:28px}.comments-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.comment-form{display:grid;gap:12px;margin-bottom:24px}.comment-login-box{background:#f8fafc;border-radius:20px;padding:18px;display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:22px}
.comment-login-box p{margin:0;color:#667085;font-weight:700}.comment-list{display:grid;gap:14px}
.comment-item{display:flex;gap:14px;background:#f8fafc;border-radius:20px;padding:16px}.comment-avatar{width:44px;height:44px;border-radius:50%;background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:4px}.comment-meta span{font-size:13px;color:#94a3b8;font-weight:700}
.comment-item p{margin:0;color:#475467;font-size:14.5px;line-height:1.65}.empty-comments{padding:20px;text-align:center;color:#94a3b8;font-weight:800}
.neo-bs5-modal{border:0;border-radius:24px;box-shadow:0 30px 80px rgba(15,23,42,.24)}.neo-bs5-modal .modal-header,.neo-bs5-modal .modal-footer{border-color:#edf2f7}.neo-bs5-modal .modal-title{font-weight:900;letter-spacing:-.03em}
.neo-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.neo-reveal.is-visible{opacity:1;transform:none}.neo-img-render{content-visibility:auto;background:#f3f6fb}
@media(max-width:640px){.auth-card,.profile-form-card,.user-profile-card,.comments-section{padding:22px}.comments-head{align-items:flex-start;flex-direction:column}.comment-login-box{align-items:flex-start;flex-direction:column}.user-banner{height:140px}}


/* NEOBLOX AUDIT UI PATCH - tokens, article polish, mobile nav, skeleton */
:root{
  --neo-color-primary: var(--primary,#18b8e8);
  --neo-color-bg:#f6f8fc;
  --neo-color-surface:#ffffff;
  --neo-color-surface-alt:#f7f8fb;
  --neo-color-border:#edf0f5;
  --neo-color-text:#0f172a;
  --neo-color-muted:#64748b;
  --neo-radius-sm:10px;
  --neo-radius-md:16px;
  --neo-radius-lg:22px;
  --neo-shadow-sm:0 2px 8px rgba(15,23,42,.05);
  --neo-shadow-md:0 8px 24px rgba(15,23,42,.08);
  --neo-transition:.2s ease;
}
html[data-theme="dark"]{
  --neo-color-bg:#0b1120;
  --neo-color-surface:#111827;
  --neo-color-surface-alt:#1a2234;
  --neo-color-border:#1f2937;
  --neo-color-text:#f8fafc;
  --neo-color-muted:#94a3b8;
}
.password-help-list{display:grid;gap:7px;margin:-4px 0 12px;font-size:12px;font-weight:800;color:var(--neo-color-muted)}
.password-help-list span{display:flex;align-items:center;gap:7px}.password-help-list i{color:#22c55e}
.neo-breadcrumb{margin:0 0 18px}.neo-breadcrumb ol{display:flex;flex-wrap:wrap;gap:7px;align-items:center;list-style:none;padding:0;margin:0}.neo-breadcrumb li{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:var(--neo-color-muted)}.neo-breadcrumb a{color:var(--neo-color-muted);text-decoration:none}.neo-breadcrumb a:hover{color:var(--neo-color-primary)}.neo-breadcrumb .sep{color:var(--neo-color-border)}
.article-content{font-size:17px;line-height:1.85;color:var(--neo-color-text);max-width:72ch}.article-content h2{font-size:1.65rem;font-weight:900;margin:2.2em 0 .6em;letter-spacing:-.4px}.article-content h3{font-size:1.3rem;font-weight:800;margin:1.8em 0 .5em}.article-content p + p{margin-top:1.35em}.article-content blockquote{border-left:3px solid var(--neo-color-primary);margin:1.5em 0;padding:12px 20px;background:rgba(24,184,232,.06);border-radius:0 var(--neo-radius-sm) var(--neo-radius-sm) 0;color:var(--neo-color-muted);font-style:normal}.article-content code:not(pre code){background:var(--neo-color-surface-alt);border:1px solid var(--neo-color-border);padding:2px 7px;border-radius:6px;font-size:.88em;font-family:'JetBrains Mono',monospace}
#neo-read-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--neo-color-primary),#7dd3fc);width:0%;z-index:9999;transition:width .1s linear;border-radius:0 2px 2px 0}
.neo-mobile-nav{display:none}
@media(max-width:767.98px){.neo-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.94);border-top:1px solid var(--neo-color-border);z-index:650;backdrop-filter:blur(14px);box-shadow:0 -12px 30px rgba(15,23,42,.08)}html[data-theme="dark"] .neo-mobile-nav{background:rgba(17,24,39,.95)}.neo-mobile-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 0 13px;font-size:10px;font-weight:800;color:var(--neo-color-muted);text-decoration:none}.neo-mobile-nav a.active,.neo-mobile-nav a:hover{color:var(--neo-color-primary)}.neo-mobile-nav a i{font-size:18px}main{padding-bottom:62px}}
@keyframes skeleton-shimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.skeleton{background:linear-gradient(90deg,var(--neo-color-border) 25%,var(--neo-color-surface-alt) 37%,var(--neo-color-border) 63%);background-size:936px 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:var(--neo-radius-md)}.post-card-skeleton{background:var(--neo-color-surface);border-radius:var(--neo-radius-lg);overflow:hidden;border:1px solid var(--neo-color-border)}.post-card-skeleton .sk-thumb{height:165px}.post-card-skeleton .sk-body{padding:18px;display:grid;gap:8px}.post-card-skeleton .sk-line{height:14px}.post-card-skeleton .sk-line.sk-title{height:20px;width:85%}.post-card-skeleton .sk-line.sk-meta{width:55%}


/* NEOBLOX icon fix v3 */
.neo-footer-socials a .neo-svg-icon{width:18px;height:18px;display:block}
.neo-footer-socials a{font-size:0;line-height:1}
.neo-footer-links-grid a span .neo-svg-icon,.neo-footer-account-card a .neo-svg-icon{width:18px;height:18px}
.article-slider-actions .neo-svg-icon{width:17px;height:17px;display:block}
@media(max-width:767.98px){.neo-mobile-nav{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.neo-mobile-nav a{min-width:0}.neo-mobile-nav .neo-svg-icon{display:block;width:18px;height:18px}}


/* NEOBLOX icon/navigation polish v4: compact article pager */
.article-slider-actions{
  --slider-progress:25%;
  position:relative!important;
  display:inline-grid!important;
  grid-template-columns:34px auto 34px!important;
  align-items:center!important;
  gap:2px!important;
  height:42px!important;
  min-width:148px!important;
  padding:4px!important;
  overflow:hidden!important;
  border:1px solid rgba(203,213,225,.88)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9))!important;
  box-shadow:0 18px 42px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.85)!important;
  backdrop-filter:blur(14px)!important;
}
.article-slider-actions:before{content:"";position:absolute;left:0;bottom:0;height:3px;width:var(--slider-progress);border-radius:999px;background:linear-gradient(90deg,var(--primary,#18b8e8),#7dd3fc);box-shadow:0 -8px 18px rgba(24,184,232,.28);transition:width .22s ease;z-index:0}.article-slider-actions>*{position:relative;z-index:1}
.article-slider-actions button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:12px!important;color:#0f172a!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.article-slider-actions button:hover,.article-slider-actions button:focus-visible{background:rgba(24,184,232,.12)!important;color:var(--primary,#18b8e8)!important;transform:translateY(-1px)}.article-slider-actions button:active{transform:scale(.96)}
.article-page-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:68px!important;height:34px!important;padding:0 10px!important;border-inline:1px solid rgba(226,232,240,.9)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;color:#64748b!important;font-variant-numeric:tabular-nums!important;line-height:1!important;text-align:center!important}.article-slider-actions .neo-svg-icon{width:16px!important;height:16px!important;display:block!important}
html[data-theme="dark"] .article-slider-actions{background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(17,24,39,.82))!important;border-color:#263244!important;box-shadow:0 18px 42px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04)!important}html[data-theme="dark"] .article-slider-actions button{color:#f8fafc!important}html[data-theme="dark"] .article-page-pill{border-color:#263244!important;color:#cbd5e1!important}
@media(max-width:560px){.article-slider-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px 12px!important;margin-bottom:18px!important}.article-slider-heading{min-width:0!important}.article-slider-actions{align-self:start!important;justify-self:end!important;min-width:136px!important;height:38px!important;padding:3px!important;border-radius:15px!important}.article-slider-actions button{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:11px!important}.article-page-pill{height:32px!important;min-width:64px!important;font-size:10px!important;padding:0 8px!important}.article-slider-actions .neo-svg-icon{width:15px!important;height:15px!important}.article-slider-dots{margin-top:18px!important}}


/* === NEOBLOX ADSENSE READINESS PATCH === */
.neo-legal-page{padding:44px 0 84px;background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(246,248,252,.96))}
.neo-legal-container{max-width:980px}.neo-legal-card{background:var(--color-surface,#fff);border:1px solid var(--color-border,#edf0f5);border-radius:28px;padding:clamp(24px,4vw,46px);box-shadow:0 22px 60px rgba(15,23,42,.08)}
.neo-legal-card h1{font-size:clamp(34px,5vw,58px);line-height:1.03;letter-spacing:-1.8px;margin:8px 0 18px;color:var(--color-text,#0f172a)}
.neo-legal-card h2{font-size:clamp(22px,3vw,30px);margin:34px 0 12px;letter-spacing:-.6px;color:var(--color-text,#0f172a)}
.neo-legal-card p,.neo-legal-card li{font-size:17px;line-height:1.85;color:var(--color-text-muted,#64748b)}
.neo-legal-card .lead{font-size:19px;color:var(--color-text,#0f172a);font-weight:650}.neo-legal-card a{color:var(--color-primary,#18b8e8);font-weight:850}.neo-legal-card ul{padding-left:22px}.neo-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;margin-top:22px}.neo-contact-info{background:var(--color-surface-alt,#f7f8fb);border:1px solid var(--color-border,#edf0f5);border-radius:22px;padding:22px}.neo-contact-form{display:grid;gap:14px}.neo-contact-form label{display:grid;gap:8px;font-weight:850;color:var(--color-text,#0f172a)}.neo-contact-form input,.neo-contact-form textarea{width:100%;border:1px solid var(--color-border,#edf0f5);background:var(--color-surface,#fff);color:var(--color-text,#0f172a);border-radius:16px;padding:13px 15px;font:inherit;outline:none}.neo-contact-form input:focus,.neo-contact-form textarea:focus{border-color:var(--color-primary,#18b8e8);box-shadow:0 0 0 4px rgba(24,184,232,.12)}.neo-sitemap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.neo-sitemap-grid section{background:var(--color-surface-alt,#f7f8fb);border:1px solid var(--color-border,#edf0f5);border-radius:22px;padding:22px}.neo-sitemap-grid h2{margin-top:0}.neo-sitemap-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.neo-author-trust-box{margin-top:34px;background:linear-gradient(135deg,rgba(24,184,232,.09),rgba(124,58,237,.07));border:1px solid rgba(24,184,232,.18);border-radius:20px;padding:20px}.neo-author-trust-box strong{display:block;color:var(--color-text,#0f172a);font-size:17px;margin-bottom:6px}.neo-author-trust-box p{margin:0;color:var(--color-text-muted,#64748b);line-height:1.75}.neo-footer-trust-links a{color:inherit;text-decoration:none;font-weight:800}.neo-footer-trust-links a:hover{color:var(--neo-color-primary,#18b8e8)}.neo-cookie-consent{position:fixed;left:16px;right:16px;bottom:82px;z-index:1000;max-width:920px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;background:rgba(15,23,42,.96);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:18px;box-shadow:0 22px 60px rgba(15,23,42,.28);backdrop-filter:blur(16px)}.neo-cookie-consent[hidden]{display:none}.neo-cookie-consent p{margin:5px 0 0;color:#cbd5e1;line-height:1.55;font-size:14px}.neo-cookie-consent a{color:#67e8f9;font-weight:900}.neo-cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.neo-cookie-btn{border:0;border-radius:999px;background:#18b8e8;color:#fff;font-weight:900;padding:10px 16px}.neo-cookie-btn.ghost{background:rgba(255,255,255,.1);color:#e5e7eb}@media(max-width:720px){.neo-contact-grid,.neo-sitemap-grid{grid-template-columns:1fr}.neo-cookie-consent{display:grid;bottom:72px}.neo-cookie-actions{justify-content:flex-start}.neo-legal-page{padding:28px 0 78px}.neo-legal-card{border-radius:22px}.neo-legal-card p,.neo-legal-card li{font-size:16px}}
html[data-theme="dark"] .neo-legal-page{background:linear-gradient(180deg,#0b1120,#0b1120)}html[data-theme="dark"] .neo-contact-info,html[data-theme="dark"] .neo-sitemap-grid section{background:#111827}


/* NEOBLOX image display rollback: keep original article image ratio, no forced crop/stretch. */
.article-image{
  height:auto !important;
  max-width:100% !important;
  object-fit:initial !important;
  aspect-ratio:auto !important;
}
.article-card .article-image{
  display:block;
}

/* NEOBLOX safe monetization slots */
.neo-ad-slot{
  width:100%;
  margin:22px auto;
  clear:both;
}
.neo-ad-slot.container{
  max-width:1180px;
  padding-left:20px;
  padding-right:20px;
}
.neo-ad-slot .neo-ad-label{
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted,#94a3b8);
  margin:0 0 8px;
  text-align:center;
}
.neo-ad-slot .neo-ad-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.92));
  border:1px solid rgba(226,232,240,.95);
  border-radius:22px;
  box-shadow:0 16px 42px rgba(15,23,42,.07);
}
.neo-ad-slot .neo-ad-box:empty{display:none;}
.neo-ad-slot iframe,
.neo-ad-slot ins,
.neo-ad-slot div,
.neo-ad-slot img{
  max-width:100%;
}
.neo-ad-slot img{
  height:auto;
}
.article-card .neo-ad-slot{
  margin:22px 0;
}
.neo-ad-slot-article-top{margin-top:0;}
.neo-ad-slot-article-after-content{margin-top:28px;}
.neo-ad-slot-home-midfeed{margin:8px 0 24px;}
html[data-theme="dark"] .neo-ad-slot .neo-ad-box{
  background:linear-gradient(135deg,rgba(15,23,42,.82),rgba(30,41,59,.78));
  border-color:rgba(51,65,85,.95);
  box-shadow:0 18px 44px rgba(0,0,0,.26);
}
@media(max-width:640px){
  .neo-ad-slot{margin:18px auto;}
  .neo-ad-slot.container{padding-left:16px;padding-right:16px;}
  .neo-ad-slot .neo-ad-box{min-height:74px;border-radius:18px;}
  .article-card .neo-ad-slot{margin:18px 0;}
}


/* NEOBLOX Ads Manager multi-provider polish */
.neo-ad-slot .neo-ad-box + .neo-ad-box{
  margin-top:12px;
}
.neo-ad-slot .neo-ad-box{
  width:100%;
}
.neo-ad-provider-google{border-color:rgba(66,133,244,.16);}
.neo-ad-provider-adsterra{border-color:rgba(251,146,60,.18);}
.neo-ad-provider-monetag{border-color:rgba(34,197,94,.18);}
.neo-ad-slot iframe,
.neo-ad-slot ins,
.neo-ad-slot img{
  max-width:100%!important;
}
@media(max-width:640px){
  .neo-ad-slot .neo-ad-box + .neo-ad-box{margin-top:10px;}
}

/* NEOBLOX Browser Push Prompt */
.neo-push-prompt{
  position:fixed;
  left:50%;
  bottom:84px;
  transform:translate(-50%, 18px);
  width:min(560px, calc(100% - 28px));
  background:rgba(255,255,255,.96);
  border:1px solid rgba(148,163,184,.28);
  box-shadow:0 22px 70px rgba(15,23,42,.22);
  border-radius:24px;
  padding:14px;
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:12px;
  align-items:center;
  z-index:1200;
  opacity:0;
  pointer-events:none;
  transition:.22s ease;
  backdrop-filter:blur(14px);
}
.neo-push-prompt.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.neo-push-prompt-icon{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,rgba(24,184,232,.16),rgba(125,211,252,.24));display:grid;place-items:center;font-size:21px}
.neo-push-prompt-copy strong{display:block;color:#0f172a;font-weight:900;font-size:14px;letter-spacing:-.02em;margin-bottom:2px}
.neo-push-prompt-copy p{margin:0;color:#64748b;font-weight:700;font-size:12px;line-height:1.45}
.neo-push-prompt-actions{display:flex;gap:8px;align-items:center}
.neo-push-prompt-actions button{border:0;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900;cursor:pointer;background:#18b8e8;color:#fff;box-shadow:0 10px 25px rgba(24,184,232,.25)}
.neo-push-prompt-actions button.ghost{background:#f1f5f9;color:#64748b;box-shadow:none}
html[data-theme="dark"] .neo-push-prompt{background:rgba(15,23,42,.96);border-color:rgba(148,163,184,.2)}
html[data-theme="dark"] .neo-push-prompt-copy strong{color:#f8fafc}
html[data-theme="dark"] .neo-push-prompt-copy p{color:#94a3b8}
html[data-theme="dark"] .neo-push-prompt-actions button.ghost{background:rgba(148,163,184,.12);color:#cbd5e1}
@media(max-width:640px){
  .neo-push-prompt{grid-template-columns:40px 1fr;bottom:76px;border-radius:20px;padding:12px}
  .neo-push-prompt-actions{grid-column:1 / -1;justify-content:flex-end}
  .neo-push-prompt-actions button{padding:9px 13px}
}


/* NEOBLOX Anti-Phishing Trust Notice */
.neo-trust-notice{
  display:grid;
  gap:4px;
  margin:16px 0 18px;
  padding:14px 16px;
  border:1px solid rgba(24,184,232,.22);
  background:linear-gradient(135deg,rgba(24,184,232,.08),rgba(125,211,252,.08));
  border-radius:18px;
  color:#0f172a;
}
.neo-trust-notice strong{font-weight:900;color:#0f172a;font-size:14px}
.neo-trust-notice span{font-weight:700;color:#64748b;font-size:13px;line-height:1.55}
.neo-auth-disclaimer{
  margin-top:16px;
  padding:13px 14px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:16px;
  background:#f8fafc;
  color:#64748b;
  font-weight:700;
  font-size:12px;
  line-height:1.55;
}
.neo-auth-disclaimer b{color:#0f172a}
.neo-auth-disclaimer a{color:#18b8e8;font-weight:900}
html[data-theme="dark"] .neo-trust-notice{background:rgba(24,184,232,.08);border-color:rgba(125,211,252,.18);color:#f8fafc}
html[data-theme="dark"] .neo-trust-notice strong{color:#f8fafc}
html[data-theme="dark"] .neo-trust-notice span{color:#cbd5e1}
html[data-theme="dark"] .neo-auth-disclaimer{background:rgba(15,23,42,.7);border-color:rgba(148,163,184,.16);color:#cbd5e1}
html[data-theme="dark"] .neo-auth-disclaimer b{color:#f8fafc}


/* Notification badge placement + read state fix */
.neo-header-actions .neo-icon-btn{position:relative!important;}
.neo-header-actions #notifBtn .notif-count-badge,
.neo-header-actions #notifBtn .notif-dot{
  position:absolute!important;
  top:-6px!important;
  right:-6px!important;
  min-width:20px!important;
  height:20px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  background:#ef4444!important;
  color:#fff!important;
  border:2px solid #fff!important;
  font-size:11px!important;
  line-height:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  z-index:5!important;
}
.neo-header-actions #notifBtn .notif-count-badge[hidden],
.neo-header-actions #notifBtn .notif-dot[hidden],
.neo-header-actions #notifBtn .notif-count-badge.is-read{display:none!important;}
.neo-header-actions .neo-icon-btn:not(#notifBtn) > .notif-dot{display:none!important;}
.neo-notif-item small{display:block;max-height:38px;overflow:hidden;}
.neo-push-prompt{z-index:990;}
.neo-cookie-consent{z-index:1000;}

/* Notification UI polish + compact mobile header/footer */
.neo-public-header .neo-icon-btn,
.neo-public-header .neo-login-btn,
.neo-public-header .neo-user-pill{
  box-shadow:0 10px 24px rgba(15,23,42,.06), inset 0 0 0 1px rgba(226,232,240,.88)!important;
}
.neo-public-header .neo-icon-btn .neo-svg-icon{width:19px;height:19px}
.neo-notif-panel{
  width:390px!important;
  padding:12px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(22px)!important;
  box-shadow:0 28px 80px rgba(15,23,42,.18), 0 0 0 1px rgba(226,232,240,.82)!important;
  overflow:hidden!important;
}
.neo-notif-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 10px 14px;
  border-bottom:1px solid rgba(226,232,240,.7);
}
.neo-notif-head-icon{
  width:42px;height:42px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  color:#0ea5e9;
  background:linear-gradient(135deg,rgba(24,184,232,.14),rgba(124,58,237,.09));
  box-shadow:inset 0 0 0 1px rgba(24,184,232,.14);
}
.neo-notif-head-icon .neo-svg-icon{width:20px;height:20px}
.neo-notif-head strong{display:block;color:#0f172a;font-size:17px;font-weight:950;letter-spacing:-.04em;line-height:1.1}
.neo-notif-head span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-top:3px}
.neo-notif-head em{margin-left:auto;border-radius:999px;background:#ef4444;color:#fff;font-style:normal;font-weight:950;font-size:10px;padding:6px 8px;line-height:1}
.neo-notif-list{display:grid;gap:8px;max-height:340px;overflow:auto;padding:10px 0 8px}
.neo-notif-panel .neo-notif-item{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:10px minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:12px!important;
  padding:14px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#f8fafc,#f1f8ff)!important;
  border:1px solid rgba(226,232,240,.88)!important;
  color:#0f172a!important;
  text-decoration:none!important;
  transition:.18s ease!important;
}
.neo-notif-panel .neo-notif-item:hover{transform:translateY(-1px);background:linear-gradient(135deg,#effcff,#f8fafc)!important;border-color:rgba(24,184,232,.22)!important}
.neo-notif-dot{width:10px;height:10px;border-radius:999px;background:#18b8e8;box-shadow:0 0 0 5px rgba(24,184,232,.12);margin-top:5px}
.neo-notif-copy{min-width:0;display:block}
.neo-notif-copy b{display:block;color:#0f172a;font-size:13.5px;font-weight:950;line-height:1.28;letter-spacing:-.02em;margin:0 0 5px}
.neo-notif-copy small{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#64748b;font-size:12px;font-weight:750;line-height:1.45;max-height:none!important}
.neo-notif-copy time{display:block;margin-top:7px;color:#94a3b8;font-size:10.5px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.neo-notif-new{align-self:start;border-radius:999px;background:rgba(24,184,232,.12);color:#0891b2;font-size:10px;font-weight:950;padding:5px 7px;line-height:1}
.neo-notif-empty{display:grid;place-items:center;gap:6px;padding:32px 14px!important;border-radius:18px;background:#f8fafc;color:#64748b!important}
.neo-notif-empty span{width:42px;height:42px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eefcff;color:#0ea5e9}
.neo-notif-empty strong{color:#0f172a;font-weight:950}
.neo-notif-empty small{font-weight:750;color:#94a3b8}
.neo-notif-footer{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
  margin:2px 0 0!important;padding:13px 14px!important;border-radius:18px!important;border:0!important;
  background:linear-gradient(135deg,#18b8e8,#38bdf8)!important;color:#fff!important;font-size:13px!important;font-weight:950!important;
}
.neo-notif-footer .neo-svg-icon{width:16px;height:16px}

.neo-notification-inbox{background:linear-gradient(180deg,#eefcff 0,#f8fbff 220px,#f8fafc 100%);padding-top:42px!important}
.neo-inbox-back{margin-bottom:18px}
.neo-inbox-hero{display:flex;gap:18px;align-items:flex-start;padding:24px;border-radius:28px;background:rgba(255,255,255,.84);border:1px solid rgba(226,232,240,.82);box-shadow:0 20px 60px rgba(15,23,42,.07);backdrop-filter:blur(16px);margin-bottom:22px}
.neo-inbox-icon{width:58px;height:58px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#18b8e8,#7dd3fc);color:#fff;box-shadow:0 14px 28px rgba(24,184,232,.24);flex:0 0 auto}
.neo-inbox-icon .neo-svg-icon{width:26px;height:26px}
.neo-inbox-eyebrow{display:inline-flex;margin-bottom:8px;border-radius:999px;background:rgba(24,184,232,.12);color:#0891b2;font-size:12px;font-weight:950;padding:7px 10px;text-transform:uppercase;letter-spacing:.06em}
.neo-inbox-hero h1{margin:0;color:#0f172a;font-size:42px;line-height:1;letter-spacing:-.06em;font-weight:950}
.neo-inbox-hero p{max-width:720px;margin:10px 0 0;color:#64748b;font-size:16px;line-height:1.7;font-weight:700}
.neo-inbox-list{display:grid;gap:14px}
.neo-inbox-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:18px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(226,232,240,.86)!important;box-shadow:0 12px 34px rgba(15,23,42,.055)!important}
.neo-inbox-item-icon{width:48px;height:48px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(24,184,232,.14),rgba(124,58,237,.08));color:#0ea5e9}
.neo-inbox-item-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:6px}
.neo-inbox-item-top span{color:#0891b2;background:rgba(24,184,232,.1);font-weight:950;font-size:11px;border-radius:999px;padding:6px 9px;letter-spacing:.04em}
.neo-inbox-item-top time{color:#94a3b8;font-weight:850;font-size:12px}
.neo-inbox-item h2{font-size:20px!important;line-height:1.25!important;letter-spacing:-.03em!important;margin:0 0 8px!important;color:#0f172a!important}
.neo-inbox-item p{margin:0!important;color:#64748b!important;line-height:1.65!important;font-weight:650!important}
.neo-inbox-empty{display:grid!important;place-items:center!important;gap:8px!important;padding:44px 20px!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(226,232,240,.86)!important;color:#64748b!important}
.neo-inbox-empty .neo-svg-icon{width:34px;height:34px;color:#0ea5e9}.neo-inbox-empty strong{color:#0f172a;font-weight:950;font-size:18px}.neo-inbox-empty p{margin:0;color:#94a3b8;font-weight:750}

/* Footer tidy overrides for better Search Console/Core UX impression */
.neo-footer-pro{padding-bottom:86px!important}
.neo-footer-panel{align-items:start!important}
.neo-footer-links-grid a,.neo-footer-account-card a{min-height:32px!important;font-size:.92rem!important}
.neo-footer-socials{gap:8px!important}.neo-footer-socials a{width:34px!important;height:34px!important;border-radius:12px!important}
.neo-footer-bottom{flex-wrap:wrap!important;line-height:1.5!important}.neo-footer-bottom span{max-width:100%!important;text-align:left!important}

@media(max-width:900px){
  .neo-public-header .neo-header-inner{min-height:68px!important;height:68px!important;gap:10px!important}
  .neo-public-header .neo-brand img{height:30px!important;width:auto!important}
  .neo-public-header .neo-brand span{font-size:18px!important}
  .neo-public-header .neo-header-actions{gap:7px!important}
  .neo-public-header .neo-icon-btn,.neo-public-header .neo-login-btn,.neo-public-header .neo-user-pill{width:40px!important;height:40px!important;border-radius:14px!important;padding:0!important}
  .neo-public-header .neo-icon-btn .neo-svg-icon,.neo-public-header .neo-login-btn .neo-svg-icon,.neo-public-header .neo-user-pill .neo-svg-icon{width:18px!important;height:18px!important}
  .neo-mobile-search-wrap{padding-bottom:12px!important}.neo-mobile-search{height:48px!important;padding:0 16px!important}
  .theme-dropdown{right:102px!important}.notif-dropdown{right:48px!important;width:min(370px,calc(100vw - 28px))!important}.menu-dropdown{right:10px!important}
}
@media(max-width:575.98px){
  .neo-notif-panel{right:10px!important;left:auto!important;width:min(390px,calc(100vw - 20px))!important;border-radius:24px!important;padding:10px!important}
  .neo-notif-head{padding:8px 8px 12px}.neo-notif-head-icon{width:38px;height:38px;border-radius:14px}.neo-notif-head strong{font-size:16px}.neo-notif-head span{font-size:11px}
  .neo-notif-list{max-height:300px}.neo-notif-panel .neo-notif-item{padding:12px!important;border-radius:16px!important}.neo-notif-new{display:none}
  .neo-notification-inbox{padding-top:28px!important}.neo-inbox-hero{padding:18px;border-radius:24px;display:grid;gap:14px}.neo-inbox-icon{width:52px;height:52px;border-radius:19px}.neo-inbox-hero h1{font-size:34px}.neo-inbox-hero p{font-size:14.5px}
  .neo-inbox-item{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px!important;border-radius:20px!important}.neo-inbox-item-icon{width:42px;height:42px;border-radius:16px}.neo-inbox-item h2{font-size:18px!important}
  .neo-footer-pro{padding:22px 0 92px!important}.neo-footer-panel{padding:16px!important;border-radius:20px!important;gap:18px!important}.neo-footer-links-grid{grid-template-columns:1fr!important}.neo-footer-account-card{grid-template-columns:1fr!important}.neo-footer-bottom{gap:6px!important;font-size:.78rem!important}
}

html[data-theme="dark"] .neo-notif-panel,html[data-theme="dark"] .neo-inbox-hero,html[data-theme="dark"] .neo-inbox-item,html[data-theme="dark"] .neo-inbox-empty{background:rgba(15,23,42,.94)!important;border-color:rgba(51,65,85,.86)!important;color:#f8fafc!important}
html[data-theme="dark"] .neo-notif-head{border-color:rgba(51,65,85,.8)}
html[data-theme="dark"] .neo-notif-head strong,html[data-theme="dark"] .neo-notif-copy b,html[data-theme="dark"] .neo-inbox-hero h1,html[data-theme="dark"] .neo-inbox-item h2,html[data-theme="dark"] .neo-inbox-empty strong{color:#f8fafc!important}
html[data-theme="dark"] .neo-notif-panel .neo-notif-item{background:linear-gradient(135deg,rgba(30,41,59,.92),rgba(15,23,42,.92))!important;border-color:rgba(51,65,85,.86)!important}
html[data-theme="dark"] .neo-notif-copy small,html[data-theme="dark"] .neo-notif-head span,html[data-theme="dark"] .neo-inbox-hero p,html[data-theme="dark"] .neo-inbox-item p{color:#cbd5e1!important}

/* NEOBLOX Secured contextual protection menu - compact smooth edition */
.neo-secured-popover{
  position:fixed;
  z-index:99999;
  width:min(246px, calc(100vw - 28px));
  padding:7px;
  border-radius:18px;
  border:1px solid rgba(226,232,240,.82);
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 58px rgba(15,23,42,.16),0 0 0 1px rgba(255,255,255,.62) inset;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  opacity:0;
  transform:translateY(8px) scale(.965);
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
  font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.neo-secured-popover.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.neo-secured-head{display:flex;align-items:center;gap:8px;padding:7px 8px 8px}
.neo-secured-head strong{font-size:11px;font-weight:950;letter-spacing:.075em;text-transform:uppercase;color:#64748b;line-height:1}
.neo-secured-badge{width:24px;height:24px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(24,184,232,.15),rgba(14,165,233,.06));color:#0ea5e9;box-shadow:0 8px 18px rgba(24,184,232,.12);flex:0 0 auto}
.neo-secured-popover svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.neo-secured-badge svg{width:14px;height:14px}
.neo-secured-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(203,213,225,.82),transparent);margin:0 5px 5px}
.neo-secured-popover a{display:flex;align-items:center;gap:10px;padding:9px 9px;border-radius:13px;text-decoration:none!important;color:#1f2937!important;font-size:13px;font-weight:850;transition:background .16s ease,color .16s ease,transform .16s ease}
.neo-secured-popover a:hover{background:linear-gradient(135deg,rgba(24,184,232,.11),rgba(125,211,252,.08));color:#0891b2!important;transform:translateX(1px)}
.neo-secured-popover a svg{width:15px;height:15px;color:#94a3b8;transition:.16s ease}.neo-secured-popover a:hover svg{color:#0ea5e9}
.neo-secured-popover small{display:block;margin:5px 8px 4px;color:#94a3b8;font-size:10px;font-weight:750;line-height:1.35}
.neo-secured-open body{cursor:default}.neo-protected-image,img{ -webkit-user-drag:none; }
.article-content img,.post-card img,.featured-card img,.thumb img,.featured-thumb img{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}
@media(max-width:575.98px){.neo-secured-popover{width:min(236px,calc(100vw - 22px));border-radius:17px;padding:7px}.neo-secured-popover a{padding:8.5px 8px;border-radius:12px;font-size:12.8px}.neo-secured-head{padding:7px 8px}.neo-secured-badge{width:23px;height:23px;border-radius:8px}.neo-secured-popover small{font-size:9.5px;margin-top:4px}}
html[data-theme="dark"] .neo-secured-popover{background:rgba(15,23,42,.90);border-color:rgba(51,65,85,.82);box-shadow:0 20px 64px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.04) inset}
html[data-theme="dark"] .neo-secured-head strong{color:#cbd5e1}html[data-theme="dark"] .neo-secured-divider{background:linear-gradient(90deg,transparent,rgba(51,65,85,.86),transparent)}html[data-theme="dark"] .neo-secured-popover a{color:#f8fafc!important}html[data-theme="dark"] .neo-secured-popover a:hover{background:linear-gradient(135deg,rgba(14,165,233,.16),rgba(2,132,199,.10));color:#7dd3fc!important}html[data-theme="dark"] .neo-secured-popover small{color:#94a3b8}
