/*
Theme Name: Napisto Faithful Functional V48 Persona Chat Profile Photo
Theme URI: https://example.com/
Author: OpenAI
Description: Vylepšená WordPress téma pre Napisto s blogami, magazínom, rubrikami a modernejšími efektmi.
Version: 48.34.0
Text Domain: napisto-faithful-functional
*/

:root{
  --np-bg:#f1eef8;
  --np-bg-soft:#faf8fd;
  --np-surface:rgba(255,255,255,.9);
  --np-surface-2:#f8f5fc;
  --np-line:rgba(44,26,82,.11);
  --np-text:#1d1a26;
  --np-muted:#686279;
  --np-brand:#5e4696;
  --np-brand-2:#7a61c2;
  --np-brand-3:#2b2440;
  --np-glow:rgba(94,70,150,.16);
  --np-radius:20px;
  --np-shadow:0 18px 44px rgba(34,22,58,.10);
  --np-shadow-soft:0 10px 22px rgba(34,22,58,.06);
}

html{scroll-behavior:smooth}
body{
  margin:0;
  padding:0;
  color:var(--np-text);
  background:
    radial-gradient(circle at top left, rgba(122,97,194,.14), transparent 34%),
    radial-gradient(circle at right 12%, rgba(94,70,150,.12), transparent 26%),
    linear-gradient(180deg, #f4f0f9 0%, #f3f2f8 44%, #f8f8fb 100%);
}
body::before,
body::after{
  content:"";
  position:fixed;
  inset:auto;
  width:340px;
  height:340px;
  border-radius:50%;
  z-index:-1;
  filter:blur(60px);
  opacity:.35;
}
body::before{top:-80px;left:-80px;background:rgba(109,88,171,.18)}
body::after{right:-100px;bottom:8%;background:rgba(116,96,176,.10)}

img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none;transition:.25s ease}
a:hover{color:var(--np-brand)}
.site{min-height:100vh}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.6);
  box-shadow:0 10px 30px rgba(40,24,60,.04);
}
.np-wrap{width:min(1560px, calc(100vw - 28px));margin:0 auto}
.np-header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}
.np-branding{display:flex;align-items:center;gap:10px;min-width:0;flex:0 0 auto}
.np-branding img{height:42px;width:auto;display:block;border-radius:12px}
.np-brand-copy{display:grid;gap:2px}
.np-brand-copy strong{font-size:1rem;line-height:1.1}
.np-brand-copy span{font-size:.8rem;color:var(--np-muted)}
.np-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;flex:1 1 auto}
.np-nav a{
  position:relative;
  padding:10px 13px;
  border-radius:999px;
  font-weight:800;
  color:var(--np-brand-3);
}
.np-nav a::after{
  content:"";
  position:absolute;
  left:14px;right:14px;bottom:8px;
  height:2px;
  background:linear-gradient(90deg,var(--np-brand),var(--np-brand-2));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.np-nav a:hover{background:rgba(111,71,197,.08)}
.np-nav a:hover::after{transform:scaleX(1)}
.np-nav .np-nav-cta{
  color:#fff;
  background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));
  box-shadow:0 14px 30px rgba(111,71,197,.24);
}
.np-nav .np-nav-cta::after{display:none}

.np-layout{display:grid;grid-template-columns:minmax(220px,290px) minmax(0,1fr) minmax(260px,340px);gap:18px;padding:24px 0 44px}
.np-content{min-width:0;display:grid;gap:18px}
.np-sidebar,
.np-content>.np-card,
.np-content>.post,
.np-content>.page{
  background:var(--np-surface);
  border:1px solid rgba(255,255,255,.72);
  border-radius:var(--np-radius);
  box-shadow:var(--np-shadow);
  backdrop-filter:blur(8px);
}
.np-sidebar{
  padding:18px;
  position:sticky;
  top:94px;
  align-self:start;
}
.np-card,.post,.page{padding:24px}
.np-content h1,.np-content h2,.np-content h3{line-height:1.08;letter-spacing:-.02em;margin:0 0 12px}
.np-content h1{font-size:clamp(2rem,4vw,3.2rem)}
.np-content h2{font-size:clamp(1.4rem,2vw,2rem)}
.np-content h3{font-size:1.18rem}
.np-muted{color:var(--np-muted)}
.np-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(111,71,197,.1);color:var(--np-brand);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.np-tax{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f0e9ff;color:var(--np-brand);font-weight:800;font-size:.82rem}
.np-chip-row,.np-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.np-badge,.np-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--np-line);font-weight:800;color:var(--np-brand-3);box-shadow:var(--np-shadow-soft)}
.np-chip:hover,.np-chip.is-active{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;border-color:transparent;transform:translateY(-1px)}

.button,
button,
input[type="submit"],
.wp-element-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 18px;border-radius:14px;border:0;cursor:pointer;
  background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));
  color:#fff;font-weight:900;box-shadow:0 16px 30px rgba(111,71,197,.22);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.button:hover,button:hover,input[type="submit"]:hover,.wp-element-button:hover{transform:translateY(-2px);filter:saturate(1.05);box-shadow:0 20px 32px rgba(111,71,197,.26);color:#fff}
.button.is-light{background:#fff;color:var(--np-brand-3);border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}

.np-hero{
  position:relative;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  overflow:hidden;
}
.np-hero::before{
  content:"";
  position:absolute;
  right:-40px;top:-40px;
  width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle, rgba(142,114,255,.26), transparent 65%);
}
.np-hero-copy p{font-size:1.05rem;color:var(--np-muted);max-width:64ch}
.np-shortcut-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.np-hero-panel{display:grid;align-items:stretch}
.np-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;height:100%}
.np-stat-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.9));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);display:grid;gap:6px}
.np-stat-card strong{font-size:1.55rem;line-height:1}
.np-stat-card span{color:var(--np-muted)}
.np-stat-stack{display:grid;gap:12px}

.np-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.np-list,.np-archive-grid{display:grid;gap:14px}
.np-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.np-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.np-list-item,
.np-topic-card,
.np-comment-card,
.np-user-card,
.np-story-card{
  padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(249,246,255,.88));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.np-list-item--interactive:hover,
.np-topic-card:hover,
.np-user-card:hover,
.np-story-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px rgba(42,24,76,.14);border-color:rgba(111,71,197,.2)}
.np-post-meta,.np-topic-meta,.np-user-meta,.np-story-card__meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--np-muted);font-size:.95rem;align-items:center}
.np-user-meta img,.np-profile-hero img{border-radius:24px;box-shadow:0 12px 24px rgba(40,20,70,.15)}

.np-page-hero{
  display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start;
  padding:24px;border-radius:24px;
  background:linear-gradient(135deg, rgba(111,71,197,.08), rgba(255,255,255,.8));
  border:1px solid rgba(111,71,197,.1);
  margin-bottom:18px;
}
.np-page-hero--magazine{background:linear-gradient(135deg, rgba(47,38,79,.94), rgba(111,71,197,.9));color:#fff}
.np-page-hero--magazine .np-kicker{background:rgba(255,255,255,.16);color:#fff}
.np-page-hero--magazine .np-stat-card{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.16)}
.np-page-hero--magazine .np-stat-card span{color:rgba(255,255,255,.78)}
.np-page-hero--magazine .np-chip{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#fff}
.np-page-hero--magazine .np-chip:hover,
.np-page-hero--magazine .np-chip.is-active{background:#fff;color:var(--np-brand-3)}

.np-feature-card{
  display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:stretch;
  padding:20px;border-radius:24px;background:linear-gradient(135deg,#fff,rgba(248,243,255,.95));border:1px solid var(--np-line);box-shadow:var(--np-shadow);margin-bottom:18px;
}
.np-feature-card--dark{background:linear-gradient(135deg,#1f1836,#39296b);color:#fff;border-color:rgba(255,255,255,.08)}
.np-feature-card--dark .np-post-meta,
.np-feature-card--dark .np-post-meta a{color:rgba(255,255,255,.8)}
.np-feature-card--dark .np-kicker{background:rgba(255,255,255,.14);color:#fff}
.np-feature-card__content{display:grid;align-content:center;gap:12px}
.np-feature-card__visual{
  border-radius:20px;overflow:hidden;min-height:260px;background:linear-gradient(135deg,rgba(111,71,197,.18),rgba(142,114,255,.12));
}
.np-feature-card__visual img{width:100%;height:100%;object-fit:cover;display:block}
.np-placeholder-visual,
.np-placeholder-visual--dark{height:100%;min-height:260px;background:radial-gradient(circle at 20% 20%, rgba(111,71,197,.35), transparent 28%),linear-gradient(135deg, rgba(255,255,255,.7), rgba(111,71,197,.16))}
.np-placeholder-visual--dark{background:radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 30%),linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02))}

.np-mag-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.np-mag-grid--magazine{grid-template-columns:repeat(3,minmax(0,1fr))}
.np-story-card--mag{background:linear-gradient(180deg,#fff,rgba(245,239,255,.96))}

.np-profile-hero{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.np-profile-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.np-journal-entry{padding:16px 0;border-top:1px solid var(--np-line)}
.np-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.np-media-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;box-shadow:var(--np-shadow-soft)}

.np-article-single{overflow:hidden}
.np-article-cover{margin:18px 0 24px;border-radius:22px;overflow:hidden;box-shadow:var(--np-shadow)}
.np-article-cover img{display:block;width:100%;height:auto}
.np-article-content{font-size:1.05rem;line-height:1.8}
.np-article-content p{margin:0 0 1.2em}
.np-empty-state{padding:28px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(249,246,255,.92));border:1px dashed rgba(111,71,197,.24);text-align:center}

.comment-list{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.comment-body{border:1px solid var(--np-line);border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,rgba(249,246,255,.88))}
.comment-meta{font-size:.92rem;color:var(--np-muted);margin-bottom:8px}
.comment-respond{margin-top:18px}
.widget-title{font-size:1.05rem;margin:0 0 12px}

.search-form{display:flex;gap:10px}
.search-form input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select{
  width:100%;
  padding:13px 14px;
  border-radius:14px;
  border:1px solid var(--np-line);
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
textarea{min-height:120px}

.np-footer{padding:14px 0 40px;color:var(--np-muted)}
.np-footer-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--np-surface);border:1px solid rgba(255,255,255,.72);border-radius:18px;padding:18px;box-shadow:var(--np-shadow)}
.np-footer-links{display:flex;flex-wrap:wrap;gap:12px}

.np-reveal{opacity:1;transform:none}
.js .np-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}
.js .np-reveal.is-visible{opacity:1;transform:none}

@media (max-width: 1180px){
  .np-layout{grid-template-columns:1fr}
  .np-sidebar{position:static}
  .np-header-inner{flex-direction:column;align-items:flex-start}
  .np-nav{width:100%;justify-content:flex-start}
  .np-hero,.np-page-hero,.np-feature-card,.np-grid-2,.np-grid-3,.np-profile-meta,.np-mag-grid,.np-profile-hero,.np-media-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .np-content h1{font-size:2rem}
  .np-card,.post,.page,.np-sidebar{padding:18px}
  .np-hero-stats{grid-template-columns:1fr 1fr}
  .np-footer-card{flex-direction:column;align-items:flex-start}
  .np-brand-copy{display:none}
}

.site-header.is-scrolled{box-shadow:0 18px 35px rgba(40,24,60,.08)}


.np-hero--compact{grid-template-columns:minmax(0,1fr) minmax(380px,520px);align-items:start;padding:22px}
.np-hero--compact .np-hero-copy h1{font-size:clamp(2.1rem,3.4vw,3.35rem);max-width:12ch;margin-bottom:14px}
.np-hero--compact .np-hero-copy p{max-width:58ch;margin-bottom:0}
.np-hero-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}
.np-action-tile{display:grid;gap:6px;padding:18px 18px 16px;border-radius:22px;border:1px solid var(--np-line);background:linear-gradient(180deg,#fff,rgba(248,244,255,.96));box-shadow:var(--np-shadow-soft);min-height:118px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.np-action-tile strong{font-size:1.2rem;line-height:1.15}
.np-action-tile span{color:var(--np-muted);font-size:.96rem}
.np-action-tile:hover{transform:translateY(-4px);box-shadow:0 24px 40px rgba(42,24,76,.14);border-color:rgba(111,71,197,.24);color:inherit}
.np-action-tile--chat{background:linear-gradient(135deg,rgba(111,71,197,.98),rgba(142,114,255,.96));color:#fff}
.np-action-tile--chat span{color:rgba(255,255,255,.84)}
.np-action-tile--register{background:linear-gradient(180deg,#fff,rgba(245,239,255,.98))}
.np-action-tile--login{background:linear-gradient(180deg,#fff,rgba(238,247,255,.98))}
.np-hero-panel--articles{display:grid;gap:12px;align-content:start}
.np-section-title--tight{margin-bottom:4px}
.np-mini-article-card{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(249,246,255,.92));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);display:grid;gap:10px;min-height:168px;align-content:start;transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}
.np-mini-article-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px rgba(42,24,76,.14);border-color:rgba(111,71,197,.2)}
.np-mini-article-card h3{font-size:1.02rem;line-height:1.25;margin:0}
.np-grid-2--users{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}

@media (max-width: 1180px){
  .np-hero--compact{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .np-hero-actions-grid,.np-mini-article-grid,.np-grid-2--users{grid-template-columns:1fr}
  .np-action-tile{min-height:unset}
}

.np-chip-row--soft{margin-top:12px}
.np-chip--soft{background:rgba(255,255,255,.14);border-color:rgba(111,71,197,.18);color:var(--np-brand-2)}
.np-chip--soft:hover,.np-chip--soft.is-active{background:rgba(111,71,197,.12);color:var(--np-brand-3)}
.np-entry-tags{margin-bottom:10px}


.np-magazine-shell{display:grid;gap:18px}
.np-magazine-hero{position:relative;overflow:hidden;padding:28px;border-radius:26px;background:linear-gradient(135deg,#201835 0%,#392867 52%,#6f47c5 100%);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 60px rgba(33,20,67,.24)}
.np-magazine-hero::before{content:"";position:absolute;right:-40px;top:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 62%)}
.np-magazine-hero::after{content:"";position:absolute;left:-80px;bottom:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 60%)}
.np-magazine-hero > *{position:relative;z-index:1}
.np-magazine-hero p{color:rgba(255,255,255,.82);max-width:72ch}
.np-magazine-hero .np-kicker{background:rgba(255,255,255,.14);color:#fff}
.np-magazine-hero .button.is-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.16)}
.np-magazine-rubriky{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.np-magazine-rubriky .np-chip{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff;box-shadow:none}
.np-magazine-rubriky .np-chip:hover,.np-magazine-rubriky .np-chip.is-active{background:#fff;color:var(--np-brand-3)}
.np-magazine-feature{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#fff,rgba(248,243,255,.96));border:1px solid var(--np-line);box-shadow:var(--np-shadow)}
.np-magazine-feature__content{display:grid;align-content:center;gap:12px}
.np-magazine-feature__content h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:0}
.np-magazine-feature__content p{font-size:1.05rem;color:var(--np-muted);margin:0}
.np-magazine-feature__visual{min-height:280px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,rgba(111,71,197,.18),rgba(142,114,255,.12));box-shadow:var(--np-shadow-soft)}
.np-magazine-feature__visual img{display:block;width:100%;height:100%;object-fit:cover}
.np-magazine-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--np-muted);font-size:.95rem}
.np-magazine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.np-magazine-card{display:grid;gap:10px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.94));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.np-magazine-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px rgba(42,24,76,.14);border-color:rgba(111,71,197,.2)}
.np-magazine-card__thumb{display:block;border-radius:16px;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,rgba(111,71,197,.14),rgba(142,114,255,.08))}
.np-magazine-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}
.np-magazine-card h3{margin:0;font-size:1.16rem;line-height:1.22}
.np-magazine-card p{margin:0;color:var(--np-muted)}
.np-magazine-empty{padding:28px;border-radius:22px;background:linear-gradient(180deg,#fff,rgba(249,246,255,.92));border:1px dashed rgba(111,71,197,.24);text-align:center}
@media (max-width: 1180px){.np-magazine-feature,.np-magazine-grid{grid-template-columns:1fr}}
@media (max-width: 860px){.np-magazine-feature__visual{min-height:220px}}


/* V9 magazine and sidebar refinements */

.np-chip-row--compact{gap:6px;margin-top:10px}
.np-chip-row--sidebar{margin-top:8px;margin-bottom:10px}
.np-list--compact{gap:8px}
.np-list--sidebar-tight{gap:7px}
.np-list-item--tight{padding:10px 12px;gap:6px}
.np-sidebar-section + .np-sidebar-section{margin-top:18px}
.np-sidebar-section--quicklinks .np-list{margin-top:0}
.np-sidebar-section--quicklinks .np-list-item{padding:11px 13px}
.np-magazine-index{display:grid;gap:16px}
.np-chip-row--mag-top{margin-top:0}
.np-chip-row--mag-tags{margin-top:-4px}
.np-magazine-feature--index{padding:18px}
.np-magazine-card--square{gap:8px;padding:16px}
.np-magazine-card--square .np-magazine-card__thumb{aspect-ratio:1/1}
.np-magazine-card--square h3{font-size:1.08rem}
.np-login-only-note{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid var(--np-line);border-radius:18px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.94));margin-top:14px}
.np-login-only-note p{margin:0;color:var(--np-muted)}
@media (max-width: 860px){
  .np-magazine-grid--two{grid-template-columns:1fr}
  .np-login-only-note{align-items:flex-start;flex-direction:column}
}

/* ===== v10 refinements ===== */
:root{--np-gap-tight:8px}
.np-page-shell{display:grid;gap:16px}

.np-hero--compact{grid-template-columns:minmax(0,1.03fr) minmax(340px,.97fr);gap:22px}
.np-hero-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.np-action-tile{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;min-height:96px;text-decoration:none}
.np-action-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.18);font-size:1.4rem;flex:0 0 48px}
.np-action-tile strong{display:block;font-size:1.08rem;line-height:1.2;margin-bottom:4px}
.np-action-tile span{display:block;line-height:1.35}
.np-action-tile--register .np-action-tile__icon,.np-action-tile--login .np-action-tile__icon{background:linear-gradient(135deg,rgba(111,71,197,.14),rgba(142,114,255,.18))}
.np-hero-panel--articles{display:grid;gap:12px}
.np-mini-article-card{padding:15px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(247,242,255,.96));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-mini-article-card h3{font-size:1rem;line-height:1.35;margin:6px 0}

.np-forum-archive .np-section-title{margin-bottom:12px}
.np-forum-filterbar{display:grid;gap:10px;margin-bottom:16px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(248,243,255,.95));border:1px solid var(--np-line)}
.np-forum-filterbar__row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.8fr) auto;gap:10px;align-items:end}
.np-forum-search{display:grid;gap:6px;font-size:.86rem;color:var(--np-muted)}
.np-forum-search span{font-weight:700;color:var(--np-brand-3)}
.np-forum-term-list{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:2px}
.np-mini-link{font-size:.86rem;color:var(--np-muted);text-decoration:none}
.np-mini-link.is-active,.np-mini-link:hover{color:var(--np-brand);text-decoration:underline}
.np-chip-row--forum-filter{gap:8px}
.np-chip-row--sidebar{gap:8px;margin-top:6px;margin-bottom:8px}
.np-list--sidebar-tight{gap:6px}
.np-list-item--tight{padding:10px 12px;border-radius:14px}
.np-sidebar-section{display:grid;gap:10px}
.np-sidebar .widget-title{margin-bottom:0}

.np-topic-card--compact{padding:16px;min-height:unset}
.np-topic-card--compact h2{font-size:1.22rem;line-height:1.3;margin:8px 0 6px}
.np-topic-card--home h3{font-size:1.1rem;line-height:1.35}
.np-archive-grid--forums{gap:12px}
.np-archive-grid--forums-home{gap:14px}

.single-forum_topic .np-content,.single-forum .np-content{max-width:920px}
.np-forum-thread{max-width:820px;margin:0 auto 14px;padding:22px 24px}
.np-forum-thread__head{display:grid;gap:8px;margin-bottom:12px}
.np-forum-thread__body{font-size:1.2rem;line-height:1.9;max-width:68ch}
.np-forum-thread__body p,.np-forum-thread__body ul,.np-forum-thread__body ol,.np-forum-thread__body blockquote{margin:0 0 1em}
.np-comments-card{max-width:820px;margin:0 auto;padding:20px 24px}
.comment-list{gap:10px}
.comment-body{padding:14px 16px}
.comment-content p:last-child{margin-bottom:0}

.np-rich-editor{display:grid;gap:10px}
.np-rich-toolbar{display:flex;flex-wrap:wrap;gap:8px;position:relative}
.np-rich-btn,.np-smiley-btn{appearance:none;border:1px solid rgba(111,71,197,.18);background:#fff;color:var(--np-brand-3);border-radius:12px;padding:8px 12px;font-weight:700;font-size:.92rem;cursor:pointer;box-shadow:var(--np-shadow-soft)}
.np-rich-btn:hover,.np-smiley-btn:hover{border-color:rgba(111,71,197,.4);transform:translateY(-1px)}
.np-smiley-panel{display:flex;flex-wrap:wrap;gap:6px;padding:10px;border-radius:14px;background:#fff;border:1px solid var(--np-line);box-shadow:var(--np-shadow);margin-top:2px}
.np-rich-textarea{min-height:220px;font-size:1rem;line-height:1.7}
#comment.np-rich-textarea{min-height:150px}
.np-editor-note,.np-comment-note{font-size:.9rem;color:var(--np-muted);margin:0}
.np-inline-figure{margin:0 0 1rem}
.np-inline-post-image{width:100%;height:auto;border-radius:18px;display:block}

.np-editor-card{max-width:920px;margin:0 auto}
.np-form--editor .np-field{margin-bottom:16px}
.np-notice{padding:12px 14px;border-radius:14px;margin-bottom:12px}
.np-notice--error{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.15);color:#8f2432}
.np-login-only-note{padding:20px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(248,243,255,.96));border:1px solid var(--np-line)}
.np-login-only-note h3{margin:0 0 8px}
.np-login-only-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}

.np-members-page{display:grid;gap:16px}
.np-members-toolbar{display:grid;gap:12px;padding:20px;border-radius:22px;background:linear-gradient(135deg,rgba(111,71,197,.1),rgba(255,255,255,.92));border:1px solid rgba(111,71,197,.14)}
.np-chip-row--members{gap:8px}
.np-members-grid--rich{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.np-member-card--rich{display:flex;gap:14px;align-items:center;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff,rgba(248,243,255,.95));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-member-avatar img{display:block;border-radius:50%}
.np-member-card__body{display:grid;gap:6px}
.np-member-card__body h3{font-size:1.04rem;line-height:1.3;margin:0}
.np-member-badges{display:flex;flex-wrap:wrap;gap:8px}
.np-mini-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(111,71,197,.12);font-size:.83rem;font-weight:700;color:var(--np-brand-3)}
.np-mini-pill--soft{background:rgba(25,20,40,.06);font-weight:600}

.np-magazine-head{display:grid;gap:8px;padding:18px 22px;border-radius:22px;background:linear-gradient(135deg,#1f1836,#5d44a5);color:#fff;box-shadow:var(--np-shadow)}
.np-magazine-head .np-kicker{background:rgba(255,255,255,.12);color:#fff}
.np-magazine-head h1{margin:0;font-size:clamp(2rem,4vw,3.1rem);line-height:1.02}
.np-magazine-head p{margin:0;color:rgba(255,255,255,.82)}
.np-chip-row--mag-top{gap:8px 10px}
.np-magazine-card--square{padding:14px;border-radius:18px;background:linear-gradient(180deg,#fff,rgba(248,243,255,.96));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-magazine-card__thumb{display:block;aspect-ratio:1/1;border-radius:16px;overflow:hidden;margin-bottom:12px;background:linear-gradient(135deg,rgba(111,71,197,.12),rgba(142,114,255,.15))}
.np-magazine-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}

.np-pagination{display:flex;justify-content:center;margin-top:20px}
.np-pagination .nav-links,.np-pagination > .page-numbers{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0;margin:0}
.np-pagination .page-numbers{list-style:none}
.np-pagination .page-numbers li{list-style:none;margin:0}
.np-pagination a.page-numbers,.np-pagination span.page-numbers,.np-pagination .current{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:12px;background:#fff;border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);font-weight:800;text-decoration:none}
.np-pagination .current{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;border-color:transparent}

@media (max-width: 1180px){
  .np-hero--compact,.np-members-grid--rich{grid-template-columns:1fr}
}
@media (max-width: 900px){
  .np-forum-filterbar__row{grid-template-columns:1fr}
  .np-mini-article-grid,.np-hero-actions-grid,.np-members-grid--rich,.np-magazine-grid--two{grid-template-columns:1fr}
  .np-action-tile{min-height:unset}
}


/* ===== v11 visual simplification and front-page button fix ===== */
:root{
  --np-bg:#f3f1f8;
  --np-bg-soft:#faf9fc;
  --np-surface:rgba(255,255,255,.94);
  --np-surface-2:#f7f5fb;
  --np-line:rgba(42,32,69,.11);
  --np-text:#1d1a27;
  --np-muted:#676177;
  --np-brand:#5e4a96;
  --np-brand-2:#7a65b7;
  --np-brand-3:#2c243f;
  --np-glow:rgba(94,74,150,.16);
  --np-shadow:0 16px 40px rgba(28,22,45,.08);
  --np-shadow-soft:0 8px 20px rgba(28,22,45,.06);
}
body{
  background:
    radial-gradient(circle at top left, rgba(122,101,183,.09), transparent 34%),
    radial-gradient(circle at right 14%, rgba(94,74,150,.08), transparent 24%),
    linear-gradient(180deg,#f4f2f8 0%,#f5f4f8 44%,#faf9fc 100%);
}
body::before,body::after{opacity:.2;filter:blur(80px)}
.site-header{
  background:rgba(248,247,251,.86);
  border-bottom:1px solid rgba(44,36,63,.06);
  box-shadow:0 8px 22px rgba(30,24,45,.04);
}
.np-sidebar,
.np-content>.np-card,
.np-content>.post,
.np-content>.page,
.np-footer-card{
  background:var(--np-surface);
  border:1px solid rgba(44,36,63,.06);
  box-shadow:var(--np-shadow);
}
.np-card,.post,.page{padding:22px}
.np-badge,.np-chip,
.np-list-item,
.np-topic-card,
.np-comment-card,
.np-user-card,
.np-story-card,
.np-mini-article-card,
.np-magazine-card,
.comment-body,
.np-forum-filterbar,
.np-login-only-note{
  background:linear-gradient(180deg,#fff, #f8f6fb);
  border:1px solid rgba(44,36,63,.08);
  box-shadow:var(--np-shadow-soft);
}
.np-badge,.np-chip{padding:9px 13px}
.np-nav a{padding:10px 13px}
.np-nav a:hover{background:rgba(94,74,150,.07)}
.np-nav .np-nav-cta,
.button,
button,
input[type="submit"],
.wp-element-button{
  background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));
  box-shadow:0 12px 24px rgba(94,74,150,.18);
}
.np-hero--compact{
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:18px;
  padding:20px;
}
.np-hero-copy,
.np-hero-panel--articles,
.np-hero-panel--articles .np-section-title,
.np-mini-article-grid,
.np-mini-article-card{min-width:0}
.np-hero--compact .np-hero-copy h1{
  font-size:clamp(1.9rem,3vw,3rem);
  max-width:13ch;
  margin-bottom:12px;
}
.np-hero-copy p{font-size:1rem;color:var(--np-muted)}
.np-badge-row{gap:8px}
.np-hero-actions-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(185px,1fr));
  gap:10px;
  margin-top:16px;
}
.np-action-tile{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:unset;
  padding:14px 15px;
  border-radius:18px;
  overflow:hidden;
}
.np-action-tile strong{
  display:block;
  font-size:1rem;
  line-height:1.2;
  margin-bottom:2px;
  overflow-wrap:anywhere;
}
.np-action-tile span{
  display:block;
  font-size:.92rem;
  line-height:1.35;
  overflow-wrap:anywhere;
}
.np-action-tile__icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:14px;
  font-size:1.2rem;
}
.np-action-tile--chat{
  background:linear-gradient(135deg,#5b4b86,#7360aa);
  color:#fff;
}
.np-action-tile--chat span{color:rgba(255,255,255,.82)}
.np-action-tile--register{background:linear-gradient(180deg,#fff,#f5f3fa)}
.np-action-tile--login{background:linear-gradient(180deg,#fff,#f3f5fa)}
.np-mini-article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.np-mini-article-card{padding:14px;border-radius:16px;min-height:152px}
.np-mini-article-card h3{font-size:.98rem;line-height:1.32}
.np-magazine-hero,
.np-page-hero--magazine{
  background:linear-gradient(135deg,#2b243d 0%, #433565 55%, #5e4a96 100%);
  box-shadow:0 18px 42px rgba(30,24,45,.18);
}
.np-section-title{margin-bottom:12px}
.np-list,.np-archive-grid,.np-grid-2,.np-grid-3,.np-magazine-grid,.np-magazine-grid--two{gap:12px}
.np-topic-card,.np-list-item,.np-comment-card,.np-user-card,.np-story-card,.np-magazine-card,.np-mini-article-card{padding:16px}
.np-topic-card:hover,
.np-user-card:hover,
.np-story-card:hover,
.np-mini-article-card:hover,
.np-magazine-card:hover,
.np-list-item--interactive:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(28,22,45,.09);
  border-color:rgba(94,74,150,.16);
}
.np-forum-filterbar,
.np-sidebar .np-list-item,
.np-list-item--tight{border-radius:16px}
.np-pagination a,
.np-pagination span{min-width:40px;height:40px;border-radius:11px}
.np-footer{color:#5f596e}
@media (max-width: 1320px){
  .np-hero--compact{grid-template-columns:1fr}
}
@media (max-width: 940px){
  .np-hero-actions-grid{grid-template-columns:1fr}
  .np-mini-article-grid{grid-template-columns:1fr}
}


.np-branding a{display:flex;align-items:center}
.np-brand-copy{padding-right:4px}
.np-hero-panel--articles .np-section-title{display:none}
.np-hero-panel--articles{padding-top:8px}
.np-hero-panel--articles .np-mini-article-grid{margin-top:0}
.np-magazine-head{padding-bottom:4px}
.np-magazine-head p{display:none}
.np-magazine-head h1{margin-bottom:0}
.np-magazine-index .np-chip-row--mag-top{margin-top:0;margin-bottom:16px;gap:8px}
.np-forum-next-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.np-forum-next-link{display:grid;gap:6px;padding:16px 18px;border-radius:18px;border:1px solid var(--np-line);background:linear-gradient(180deg,#fff,rgba(245,241,252,.94));box-shadow:var(--np-shadow-soft)}
.np-forum-next-link span{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--np-muted)}
.np-forum-next-link strong{font-size:1rem;line-height:1.35;color:var(--np-brand-3)}
.np-forum-next-link--next{text-align:right}
.np-related-articles{display:grid;gap:18px;margin-top:22px}
.np-related-articles__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.np-related-article-card{padding:16px;border-radius:18px;border:1px solid var(--np-line);background:#fff;box-shadow:var(--np-shadow-soft)}
.np-related-article-card h3{font-size:1.05rem;line-height:1.35}
@media (max-width: 900px){.np-forum-next-nav,.np-related-articles__grid{grid-template-columns:1fr}}


/* v13 forum detail tightening */
.np-forum-thread{
  background:linear-gradient(180deg,#fcfafe 0%, #f2ebfb 100%);
  border:1px solid rgba(94,70,150,.14);
  box-shadow:0 18px 40px rgba(41,28,71,.10);
}
.np-forum-thread__head{margin-bottom:10px}
.np-forum-thread__head .np-tax{background:rgba(94,70,150,.12);color:var(--np-brand)}
.np-forum-thread__body{
  max-width:72ch;
  margin-bottom:0;
}
.np-forum-thread__body > *:last-child{margin-bottom:0 !important}
.np-forum-thread__body p:empty{display:none}
.np-forum-thread--short .np-forum-thread__body{font-size:1.58rem;line-height:1.55;max-width:28ch;font-weight:600}
.np-forum-thread--medium .np-forum-thread__body{font-size:1.3rem;line-height:1.72;max-width:54ch}
.np-forum-thread--long .np-forum-thread__body{font-size:1.12rem;line-height:1.86;max-width:70ch}
.np-forum-next-nav{margin-top:14px}
.np-comments-card{margin-top:0}
.single-forum_topic .np-content,.single-forum .np-content{gap:14px}
@media (max-width: 900px){
  .np-forum-thread--short .np-forum-thread__body{font-size:1.34rem;max-width:100%}
  .np-forum-thread--medium .np-forum-thread__body{font-size:1.16rem;max-width:100%}
  .np-forum-thread--long .np-forum-thread__body{font-size:1.04rem;max-width:100%}
}


/* v14 comment actions, ratings, and related article dedupe UI */
.np-forum-thread__footer{display:flex;justify-content:flex-start;align-items:center;margin-top:14px;padding-top:10px;border-top:1px solid rgba(94,70,150,.10)}
.np-rating{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(94,70,150,.12);box-shadow:var(--np-shadow-soft)}
.np-rating__label{font-size:.82rem;font-weight:800;color:var(--np-muted);text-transform:uppercase;letter-spacing:.06em}
.np-rating__actions{display:inline-flex;align-items:center;gap:8px}
.np-rating__btn{appearance:none;border:1px solid rgba(94,70,150,.14);background:#fff;color:var(--np-brand-3);width:38px;height:38px;border-radius:12px;cursor:pointer;font-size:1rem;box-shadow:var(--np-shadow-soft);display:inline-flex;align-items:center;justify-content:center}
.np-rating__btn:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(94,70,150,.28)}
.np-rating__btn:disabled{opacity:.58;cursor:not-allowed}
.np-rating__score{min-width:2ch;font-weight:800;color:var(--np-brand-3)}

.np-comment-item{list-style:none}
.np-comment-body-custom{display:block}
.np-comment-main{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:flex-start}
.np-comment-avatar img{display:block;border-radius:50%;box-shadow:var(--np-shadow-soft)}
.np-comment-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:8px}
.np-comment-author a{color:var(--np-brand-3);text-decoration:none}
.np-comment-date{font-size:.92rem;color:var(--np-muted)}
.np-comment-content-rich{font-size:1rem;line-height:1.72}
.np-comment-content-rich > *:last-child{margin-bottom:0}
.np-comment-actions-row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(94,70,150,.08)}
.np-comment-reply-wrap{margin-left:auto;display:flex;justify-content:flex-end;align-items:center}
.np-comment-reply-wrap .comment-reply-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 22px rgba(94,74,150,.16)}
.np-comment-rating-wrap .np-rating{padding:8px 10px}
.np-comment-rating-wrap .np-rating__btn{width:34px;height:34px}

@media (max-width: 760px){
  .np-comment-main{grid-template-columns:1fr}
  .np-comment-avatar{display:none}
  .np-comment-actions-row{flex-direction:column;align-items:stretch}
  .np-comment-reply-wrap{margin-left:0;justify-content:flex-end}
}


/* ===== v15 mobile overhaul ===== */
*{box-sizing:border-box}
.np-layout > *, .np-content > *, .np-sidebar, .np-nav, .np-branding{min-width:0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.np-nav-toggle{display:none;align-items:center;justify-content:center;gap:4px;flex-direction:column;width:46px;height:46px;border-radius:14px;border:1px solid var(--np-line);background:#fff;color:var(--np-brand-3);box-shadow:var(--np-shadow-soft);padding:0;cursor:pointer}
.np-nav-toggle span{display:block;width:18px;height:2px;background:currentColor;border-radius:999px}
.np-nav-toggle .screen-reader-text{width:1px;height:1px}

@media (max-width: 1180px){
  .np-layout{grid-template-columns:1fr;gap:14px;padding:18px 0 28px}
  .np-content{order:1}
  .np-sidebar-left{order:2}
  .np-sidebar-right{order:3}
  .np-sidebar{position:static;top:auto;padding:16px}
  .np-card,.post,.page{padding:18px}
  .np-hero--compact,.np-page-hero,.np-feature-card,.np-magazine-feature,.np-grid-2,.np-grid-3,.np-profile-meta,.np-mag-grid,.np-profile-hero,.np-media-grid,.np-members-grid--rich,.np-magazine-grid--two{grid-template-columns:1fr!important}
}

@media (max-width: 900px){
  body::before, body::after{display:none}
  .site{padding-top:var(--np-mobile-header-offset,78px)}
  .site-header{position:fixed;top:var(--np-mobile-header-top,0px);left:0;right:0;width:100%;z-index:950}
  .np-wrap{width:min(calc(100vw - 20px), 1560px)}
  .np-header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 0!important}
  .np-branding{gap:8px}
  .np-branding img{height:34px;border-radius:10px}
  .np-brand-copy{display:grid!important;gap:0}
  .np-brand-copy strong{font-size:.94rem}
  .np-brand-copy span{font-size:.72rem}
  .np-nav-toggle{display:inline-flex}
  .np-nav{display:none;grid-column:1 / -1;flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%;gap:8px;padding-top:4px}
  .np-nav.is-open{display:flex}
  .np-nav a{padding:12px 14px;border:1px solid var(--np-line);background:rgba(255,255,255,.94);border-radius:14px;box-shadow:var(--np-shadow-soft)}
  .np-nav a::after{display:none}
  .np-nav .np-nav-cta{width:100%;text-align:center}
  .site-header{backdrop-filter:saturate(140%) blur(10px)}

  .np-hero--compact{padding:16px;gap:14px}
  .np-hero--compact .np-hero-copy h1{font-size:clamp(1.7rem,9vw,2.4rem);max-width:none}
  .np-hero-copy p{font-size:.98rem}
  .np-badge-row,.np-chip-row,.np-chip-row--forum-filter,.np-chip-row--sidebar,.np-chip-row--mag-top,.np-chip-row--members{gap:6px 8px}
  .np-badge,.np-chip{padding:8px 11px;font-size:.86rem}
  .np-hero-actions-grid,.np-mini-article-grid,.np-grid-2--users{grid-template-columns:1fr!important;gap:10px}
  .np-action-tile{min-height:unset;padding:14px 15px;border-radius:18px}
  .np-action-tile__icon{width:42px;height:42px;flex-basis:42px;font-size:1.2rem}

  .np-topic-card,.np-story-card,.np-user-card,.np-list-item,.np-magazine-card,.np-member-card--rich{padding:14px}
  .np-topic-card--compact h2{font-size:1.08rem;line-height:1.32}
  .np-topic-card--home h3,.np-mini-article-card h3,.np-magazine-card h3{font-size:1rem;line-height:1.34}

  .np-forum-filterbar{padding:12px;border-radius:16px}
  .np-forum-filterbar__row{grid-template-columns:1fr;gap:8px}
  .np-forum-thread,.np-comments-card,.np-editor-card{max-width:none;padding:16px 15px;margin:0}
  .np-forum-thread__body{max-width:none;font-size:1.03rem;line-height:1.7}
  .np-forum-next-nav{grid-template-columns:1fr!important;gap:10px}

  .comment-list{gap:8px}
  .comment-body{padding:12px 13px}
  .comment-form,.search-form,.np-login-only-actions{display:grid;gap:10px}
  .search-form{grid-template-columns:1fr}
  input[type="submit"], .comment-form .submit, .search-form button, .search-form input[type="submit"]{width:100%}

  .np-magazine-head,.np-magazine-hero{padding:18px}
  .np-magazine-head h1{font-size:clamp(1.75rem,8vw,2.25rem)}
  .np-magazine-feature__visual,.np-feature-card__visual,.np-placeholder-visual,.np-placeholder-visual--dark{min-height:180px}
  .np-pagination a.page-numbers,.np-pagination span.page-numbers,.np-pagination .current{min-width:38px;height:38px;padding:0 10px;font-size:.92rem}
  .np-footer-card{padding:16px}
}

@media (max-width: 600px){
  .np-wrap{width:min(calc(100vw - 16px), 1560px)}
  .np-card,.post,.page,.np-sidebar,.np-magazine-head,.np-magazine-hero,.np-feature-card,.np-forum-filterbar{padding:14px}
  .np-content h1{font-size:1.65rem}
  .np-content h2{font-size:1.28rem}
  .np-kicker{padding:7px 10px;font-size:.74rem}
  .np-tax{padding:5px 8px;font-size:.74rem}
  .np-post-meta,.np-topic-meta,.np-user-meta,.np-story-card__meta,.np-magazine-meta,.comment-meta{font-size:.85rem;gap:6px}
  .np-brand-copy span{display:none}
  .np-action-tile{align-items:flex-start}
  .np-mini-article-card{min-height:unset}
  .np-forum-thread__body,.np-article-content{font-size:1rem;line-height:1.65}
  .np-members-toolbar{padding:14px}
  .np-member-card--rich{padding:14px;gap:10px}
  .np-member-avatar img,.np-user-meta img{width:44px!important;height:44px!important}
  .button,.wp-element-button{width:100%}
  .np-login-only-actions .button.is-light{width:100%}
}


/* ===== v16 mobile hardening ===== */
html,body{overflow-x:hidden}
body{-webkit-text-size-adjust:100%}
img,svg,video,canvas,figure{max-width:100%;height:auto}
iframe{max-width:100%}
.np-content,.np-sidebar,.np-card,.post,.page,.np-topic-card,.np-story-card,.np-member-card--rich,.np-list-item,.np-magazine-card,.np-mini-article-card,.comment-body,.np-forum-thread,.np-comments-card,.np-feature-card,.np-magazine-feature,.np-magazine-head,.np-magazine-hero{overflow-wrap:anywhere;word-break:break-word}
.np-post-meta,.np-topic-meta,.np-user-meta,.np-story-card__meta,.np-magazine-meta,.np-comment-meta-row{row-gap:6px}
.np-topic-card h2,.np-topic-card h3,.np-story-card h2,.np-story-card h3,.np-magazine-card h3,.np-mini-article-card h3,.np-member-card__body h3,.np-content h1,.np-content h2,.np-content h3{hyphens:auto}
.np-forum-thread__body img,.np-article-content img,.comment-content img{display:block;max-width:100%;border-radius:14px}
.np-article-content iframe,.np-forum-thread__body iframe{max-width:100%}
.np-article-content table,.np-forum-thread__body table,.comment-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.np-article-content pre,.np-forum-thread__body pre,.comment-content pre{overflow:auto;max-width:100%;font-size:.92rem;border-radius:14px;padding:12px;background:#fff}

@media (max-width: 900px){
  .np-layout{gap:12px;padding:12px 0 24px}
  .np-content{gap:12px}
  .np-sidebar{padding:14px;border-radius:18px}
  .np-sidebar-section + .np-sidebar-section{margin-top:14px}
  .np-list,.np-archive-grid,.np-magazine-grid,.np-magazine-grid--two,.np-list--compact,.np-list--sidebar-tight,.comment-list{gap:10px}
  .np-list-item,.np-topic-card,.np-story-card,.np-user-card,.np-magazine-card,.np-member-card--rich,.np-mini-article-card,.comment-body{border-radius:16px}
  .np-feature-card,.np-magazine-feature{padding:14px;border-radius:18px}
  .np-feature-card__visual,.np-magazine-feature__visual,.np-placeholder-visual,.np-placeholder-visual--dark{min-height:160px}
  .np-page-shell,.np-members-page,.np-magazine-shell,.np-magazine-index{gap:12px}
  .np-page-hero,.np-magazine-head,.np-magazine-hero{padding:16px;border-radius:18px}
  .np-forum-thread,.np-comments-card{padding:14px 14px 16px;border-radius:18px}
  .np-forum-thread__head{gap:6px;margin-bottom:10px}
  .np-forum-thread__body{font-size:1rem;line-height:1.65}
  .np-forum-next-nav{margin-top:12px}
  .np-forum-next-nav .np-list-item{padding:12px}
  .np-comment-actions-row{gap:10px}
  .np-comment-reply-wrap .comment-reply-link{padding:9px 12px;border-radius:10px}
  .np-pagination{margin-top:14px}
  .np-pagination .nav-links,.np-pagination > .page-numbers{justify-content:center;gap:6px}
}

@media (max-width: 700px){
  .np-header-inner{padding:7px 0!important}
  .np-branding img{height:30px}
  .np-brand-copy strong{font-size:.88rem}
  .np-nav{padding-top:2px}
  .np-nav a{padding:11px 12px;font-size:.96rem}
  .np-content h1{font-size:1.5rem;line-height:1.06}
  .np-content h2{font-size:1.18rem;line-height:1.12}
  .np-content h3{font-size:1.02rem;line-height:1.2}
  .np-hero--compact,.np-card,.post,.page,.np-sidebar,.np-forum-filterbar,.np-magazine-head,.np-magazine-hero,.np-feature-card,.np-magazine-feature{padding:13px}
  .np-hero-copy p,.np-magazine-feature__content p,.np-article-content,.np-forum-thread__body,.np-comment-content-rich{font-size:.98rem;line-height:1.62}
  .np-action-tile{padding:12px 13px;gap:12px}
  .np-action-tile strong{font-size:1rem}
  .np-action-tile span{font-size:.9rem}
  .np-action-tile__icon{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:1.05rem}
  .np-badge,.np-chip,.np-tax{font-size:.8rem}
  .np-chip-row,.np-badge-row,.np-magazine-rubriky,.np-forum-term-list{gap:6px}
  .np-forum-filterbar__row > *{min-width:0}
  .search-form,.comment-form,.np-login-only-actions,.np-forum-filterbar__row{gap:8px}
  input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea,select,input[type="search"]{padding:12px 13px;font-size:16px}
  textarea,.np-rich-textarea{min-height:140px}
  .np-rich-toolbar{gap:6px}
  .np-rich-btn,.np-smiley-btn{padding:8px 10px;font-size:.86rem;border-radius:10px}
  .np-smiley-panel{padding:8px;border-radius:12px}
  .np-member-card--rich{align-items:flex-start}
  .np-member-avatar img,.np-user-meta img{width:40px!important;height:40px!important}
  .np-login-only-note{padding:14px}
}

@media (max-width: 540px){
  .np-wrap{width:min(calc(100vw - 12px),1560px)}
  .np-layout{padding:10px 0 18px;gap:10px}
  .np-content{gap:10px}
  .np-sidebar,.np-card,.post,.page,.np-forum-thread,.np-comments-card,.np-magazine-head,.np-magazine-hero,.np-feature-card,.np-magazine-feature,.np-forum-filterbar{padding:12px;border-radius:16px}
  .np-brand-copy{display:none!important}
  .np-nav-toggle{width:42px;height:42px;border-radius:12px}
  .np-content h1{font-size:1.36rem}
  .np-content h2{font-size:1.08rem}
  .np-content h3{font-size:.98rem}
  .np-post-meta,.np-topic-meta,.np-user-meta,.np-story-card__meta,.np-magazine-meta,.np-comment-meta-row,.np-comment-date{font-size:.8rem}
  .np-topic-card--compact h2,.np-topic-card--home h3,.np-mini-article-card h3,.np-magazine-card h3{font-size:.96rem}
  .np-forum-thread__body,.np-article-content,.np-comment-content-rich{font-size:.95rem;line-height:1.58}
  .np-article-cover{margin:12px 0 16px;border-radius:16px}
  .np-comment-main{gap:10px}
  .np-comment-actions-row{padding-top:8px;margin-top:8px}
  .button,button,input[type="submit"],.wp-element-button{padding:11px 14px;border-radius:12px}
  .np-pagination a.page-numbers,.np-pagination span.page-numbers,.np-pagination .current{min-width:34px;height:34px;padding:0 8px;font-size:.86rem;border-radius:10px}
}


/* ===== v18 forum emphasis, polls, saves, richer editors ===== */
.np-forum-thread{
  background:linear-gradient(135deg,#5f31a5 0%, #6d39b7 50%, #8450d1 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 48px rgba(68,35,130,.22);
  color:#fff;
}
.np-forum-thread h1,.np-forum-thread h2,.np-forum-thread h3,
.np-forum-thread p,.np-forum-thread li,.np-forum-thread blockquote,
.np-forum-thread .np-forum-thread__date,
.np-forum-thread .np-forum-thread__comment-count,
.np-forum-thread .np-forum-thread__author,
.np-forum-thread .np-forum-thread__author a,
.np-forum-thread .np-rating__score,
.np-forum-thread .np-rating__label{color:#fff}
.np-forum-thread__head{gap:12px}
.np-forum-thread__meta-top{display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap}
.np-forum-thread__meta-top .np-tax{background:rgba(255,255,255,.16)!important;color:#fff;border:1px solid rgba(255,255,255,.18)}
.np-forum-thread__author{margin-left:auto;font-weight:700;opacity:.95}
.np-forum-thread__author a{text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35)}
.np-forum-thread__date{font-size:.95rem;opacity:.82}
.np-forum-thread__body{max-width:64ch;color:#fff}
.np-forum-thread__body a{color:#fff;text-decoration:underline}
.np-forum-thread--short .np-forum-thread__body{font-size:1.8rem;line-height:1.5;max-width:24ch;font-weight:700}
.np-forum-thread--medium .np-forum-thread__body{font-size:1.34rem;line-height:1.74;max-width:48ch}
.np-forum-thread--long .np-forum-thread__body{font-size:1.08rem;line-height:1.84;max-width:68ch}
.np-forum-thread__footer{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18)}
.np-forum-thread__footer-left{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.np-forum-thread__comment-count{font-weight:800;opacity:.96}
.np-forum-thread .np-rating{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}
.np-forum-thread .np-rating__btn{background:rgba(255,255,255,.18);color:#fff;border-color:rgba(255,255,255,.16)}
.np-post-actions-row{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;padding-top:12px;border-top:1px solid var(--np-line)}
.np-forum-next-link{min-height:unset}
.np-forum-next-link span{font-size:.76rem}
.np-form-section{margin:18px 0 0;padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8f6fb);border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-form-section h3{font-size:1.06rem;margin:0 0 10px}
.np-grid-2--form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.np-checkline{display:flex;gap:10px;align-items:flex-start;font-weight:600;margin-bottom:12px}
.np-checkline input{margin-top:4px}
.np-form-section--forum-fallback.is-recommended{border-color:rgba(94,70,150,.3);box-shadow:0 0 0 4px rgba(94,70,150,.08)}
.np-char-count{display:inline-block;margin-top:8px;color:var(--np-muted);font-weight:700}
.np-rich-toolbar{gap:7px;padding:10px;border-radius:16px;background:linear-gradient(180deg,#fff,#f7f4fc);border:1px solid var(--np-line)}
.np-rich-btn,.np-smiley-btn{padding:9px 12px;border-radius:11px}
.np-rich-textarea{min-height:260px}
#np_blog_content.np-rich-textarea{min-height:360px}
.np-poll-box{margin-top:18px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8f5fd);border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);color:var(--np-text)}
.np-forum-thread .np-poll-box{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);color:#fff}
.np-forum-thread .np-poll-box .np-kicker{background:rgba(255,255,255,.16);color:#fff}
.np-poll-box h3{margin:0 0 12px;font-size:1.18rem}
.np-poll-options{display:grid;gap:10px}
.np-poll-vote{appearance:none;border:1px solid var(--np-line);background:#fff;color:var(--np-brand-3);border-radius:14px;padding:12px 14px;text-align:left;font-weight:800;cursor:pointer;box-shadow:var(--np-shadow-soft)}
.np-poll-vote:hover{transform:translateY(-1px);border-color:rgba(94,70,150,.28)}
.np-forum-thread .np-poll-vote{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.2)}
.np-poll-option{display:grid;gap:8px}
.np-poll-option__row{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.np-poll-option__row span{font-size:.92rem;color:var(--np-muted)}
.np-forum-thread .np-poll-option__row span{color:rgba(255,255,255,.78)}
.np-poll-bar{height:10px;border-radius:999px;background:rgba(94,70,150,.12);overflow:hidden}
.np-forum-thread .np-poll-bar{background:rgba(255,255,255,.12)}
.np-poll-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--np-brand),var(--np-brand-2))}
.np-forum-thread .np-poll-bar span{background:linear-gradient(90deg,#fff,#e7d9ff)}
.np-poll-note{margin:12px 0 0;font-size:.92rem;color:var(--np-muted)}
.np-forum-thread .np-poll-note{color:rgba(255,255,255,.82)}
@media (max-width:900px){
  .np-grid-2--form{grid-template-columns:1fr}
  .np-forum-thread__meta-top{align-items:flex-start}
  .np-forum-thread__author{margin-left:0}
  .np-forum-thread__footer{flex-direction:column;align-items:flex-start}
  .np-forum-thread--short .np-forum-thread__body{font-size:1.46rem;max-width:100%}
  .np-forum-thread--medium .np-forum-thread__body{font-size:1.16rem;max-width:100%}
  .np-forum-thread--long .np-forum-thread__body{font-size:1rem;max-width:100%}
}


/* ===== v19 stream, modal composer, stronger forum panel ===== */
.np-home-actions{padding:18px 20px}
.np-home-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.np-home-mag-row__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.np-home-live__head{align-items:end}
.np-live-feed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.np-live-card{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,rgba(248,243,255,.95));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);display:grid;gap:10px}
.np-live-card h3{margin:0;font-size:1.08rem;line-height:1.35}
.np-live-card p{margin:0;color:var(--np-muted)}
.np-live-card__top,.np-live-card__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.np-live-card__meta{font-size:.92rem;color:var(--np-muted)}
.np-live-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:900;background:#efe8ff;color:var(--np-brand)}
.np-live-chip--forum{background:#ede7ff;color:#5a3fb6}
.np-live-chip--blog{background:#f5e9ff;color:#7a41a8}
.np-live-chip--article{background:#e6f0ff;color:#315eb7}
.np-live-chip--status{background:#eaf9f3;color:#2f7b58}
.np-live-chip--poll{background:#1f1d2d;color:#fff}
.np-status-composer textarea{min-height:110px;resize:vertical}
.np-status-form{display:grid;gap:12px}
.np-status-form__footer,.np-status-composer__guest{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}

.np-forum-thread{
  background:linear-gradient(160deg,#4b3884 0%,#5b45a1 50%,#6e52bf 100%) !important;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 54px rgba(53,36,95,.24);
}
.np-forum-thread__head h1{font-size:clamp(2rem,4.2vw,3.5rem);line-height:.98;letter-spacing:-.03em;max-width:16ch}
.np-forum-thread--short .np-forum-thread__body{font-size:2rem;line-height:1.48;max-width:22ch;font-weight:800}
.np-forum-thread--medium .np-forum-thread__body{font-size:1.44rem;line-height:1.76;max-width:50ch}
.np-forum-thread--long .np-forum-thread__body{font-size:1.12rem;line-height:1.86;max-width:66ch}
.np-forum-thread__comment-count{background:rgba(255,255,255,.16);padding:8px 12px;border-radius:999px}
.np-comments-card{margin-top:14px}

.np-composer-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:8px 0 4px}
.np-composer-tools__hint{font-size:.92rem;color:var(--np-muted)}
.np-modal[hidden]{display:none!important}
.np-modal{position:fixed;inset:0;z-index:11000;display:grid;place-items:center;padding:18px}
.np-modal__backdrop{position:absolute;inset:0;background:rgba(18,12,31,.48);backdrop-filter:blur(2px)}
.np-modal__dialog{position:relative;z-index:1;width:min(860px,100%);max-height:min(86vh,900px);overflow:auto;border-radius:26px;background:#fff;border:1px solid var(--np-line);box-shadow:0 28px 70px rgba(20,10,44,.28);padding:20px}
.np-modal__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.np-modal__close{width:42px;height:42px;border-radius:50%;padding:0;font-size:1.5rem;line-height:1;background:#f3eefb;color:var(--np-brand-3);box-shadow:none}
.np-modal__tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.np-modal__tabs button{background:#f5f0ff;color:var(--np-brand-3);box-shadow:none;border:1px solid rgba(94,70,150,.12);padding:10px 14px;border-radius:999px}
.np-modal__tabs button.is-active{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff}
.np-enhance-pane{display:none}
.np-enhance-pane.is-active{display:block}
.np-enhance-pane__block{display:grid;gap:14px}
.np-enhance-lead{margin:0;color:var(--np-muted)}
.np-tierlist-grid-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}

.np-tier-list{margin-top:18px;padding:18px;border-radius:22px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);color:#fff}
.np-tier-list h3{margin:0 0 14px;color:#fff}
.np-tier-list__rows{display:grid;gap:10px}
.np-tier-row{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:start}
.np-tier-row__label{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:14px;font-weight:900;color:#201733}
.np-tier-row--s .np-tier-row__label{background:#ffd860}
.np-tier-row--a .np-tier-row__label{background:#ff9e66}
.np-tier-row--b .np-tier-row__label{background:#ff7f93}
.np-tier-row--c .np-tier-row__label{background:#87c8ff}
.np-tier-row--d .np-tier-row__label{background:#9be7bf}
.np-tier-row__items{display:flex;gap:8px;flex-wrap:wrap}
.np-tier-pill{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:700}

.np-grid-3--images{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}

@media (max-width: 1100px){
  .np-home-mag-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .np-home-actions__grid{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .np-live-feed-grid,.np-tierlist-grid-fields{grid-template-columns:1fr}
  .np-forum-thread__head h1{max-width:none}
}
@media (max-width: 640px){
  .np-home-mag-row__grid,.np-live-feed-grid,.np-home-actions__grid,.np-tierlist-grid-fields,.np-grid-3--images{grid-template-columns:1fr}
  .np-modal{padding:10px}
  .np-modal__dialog{padding:16px;border-radius:20px}
  .np-tier-row{grid-template-columns:56px 1fr}
  .np-status-form__footer,.np-status-composer__guest{align-items:stretch}
}

/* v20 homepage and article refinements */
.np-home-magazine{display:grid;gap:18px}
.np-home-featured-article{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:20px;align-items:stretch}
.np-home-featured-article__media{display:block;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#2f2455,#5b45a1);min-height:280px;box-shadow:var(--np-shadow-soft)}
.np-home-featured-article__media img{display:block;width:100%;height:100%;object-fit:cover}
.np-home-featured-article__fallback{display:grid;place-items:center;width:100%;height:100%;padding:24px;color:#fff;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:800;letter-spacing:-.03em}
.np-home-featured-article__body{display:grid;align-content:center;gap:12px}
.np-home-featured-article__body h2{margin:0;font-size:clamp(2rem,4.2vw,3.4rem);line-height:.98;letter-spacing:-.04em}
.np-home-featured-article__body p{margin:0;color:var(--np-muted);font-size:1.05rem;line-height:1.75}
.np-home-mag-row__grid--top{grid-template-columns:repeat(3,minmax(0,1fr))}
.np-home-actions__grid--equal{grid-template-columns:repeat(3,minmax(0,1fr))}
.np-home-guest-auth{display:grid;gap:16px}
.np-home-guest-auth__login .np-auth-card,.np-home-guest-auth__login form,.np-home-guest-auth__login .login{max-width:none}
.np-home-guest-auth__register{display:flex;justify-content:flex-start}
.np-home-guest-auth .button{min-width:200px;justify-content:center}
.np-live-feed-stack{display:grid;gap:14px}
.np-live-card{position:relative;padding:18px 18px 16px 20px;border-radius:20px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.96));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-live-card::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:5px;border-radius:999px;background:var(--np-brand)}
.np-live-card--status::before{background:#7b56d6}
.np-live-card--forum::before{background:#9154e6}
.np-live-card--blog::before{background:#4f74d9}
.np-live-card--article::before{background:#d65c87}
.np-live-card__top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px;flex-wrap:wrap}
.np-live-card__chips{display:flex;gap:8px;flex-wrap:wrap}
.np-live-chip{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.01em}
.np-live-chip--forum{background:rgba(145,84,230,.12);color:#6a39c2}
.np-live-chip--blog{background:rgba(79,116,217,.12);color:#3451aa}
.np-live-chip--article{background:rgba(214,92,135,.12);color:#b23d67}
.np-live-chip--status{background:rgba(123,86,214,.12);color:#6540bd}
.np-live-chip--poll{background:rgba(20,20,30,.08);color:#2c2d3f}
.np-live-card__time{font-size:.86rem;color:var(--np-muted)}
.np-live-card h3{margin:0 0 8px;font-size:1.2rem;line-height:1.24}
.np-live-card p{margin:0 0 12px;color:var(--np-muted);max-width:78ch}
.np-live-card__thought-text{margin:0 0 12px;font-size:1.04rem;line-height:1.55;color:var(--np-text);white-space:pre-wrap;word-break:break-word}
.np-live-card__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--np-muted);font-size:.92rem}
.np-status-composer textarea[data-status-textarea="1"]{min-height:120px}
.np-status-snippet{padding:12px 0;border-bottom:1px solid rgba(111,71,197,.1)}
.np-status-snippet:last-child{border-bottom:none;padding-bottom:0}
.np-status-snippet a{font-weight:700}
.np-related-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.np-related-panel{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.96));border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-related-list-item{padding:12px 0;border-bottom:1px solid rgba(111,71,197,.1)}
.np-related-list-item:last-child{border-bottom:none;padding-bottom:0}
.np-related-list-item h3{margin:0 0 6px;font-size:1rem;line-height:1.32}

@media (max-width: 1100px){
  .np-home-featured-article{grid-template-columns:1fr}
  .np-home-mag-row__grid--top{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 860px){
  .np-home-actions__grid--equal{grid-template-columns:1fr}
  .np-related-panels{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .np-home-featured-article__body h2{font-size:clamp(1.6rem,8vw,2.3rem)}
  .np-home-mag-row__grid--top{grid-template-columns:1fr}
  .np-live-card{padding:16px 14px 14px 16px}
}

/* ===== v21 refinements ===== */
:root {
  --np-v21-bg-soft: #f3f0f8;
  --np-v21-border: #d9cde7;
  --np-v21-ink: #211b35;
  --np-v21-thought: #5c45b7;
  --np-v21-thought-soft: #efe9ff;
  --np-v21-blog: #2d7c86;
  --np-v21-blog-soft: #e8f6f8;
  --np-v21-forum: #6a36b7;
  --np-v21-forum-soft: #f0e8ff;
  --np-v21-article: #8c5c14;
  --np-v21-article-soft: #fff2df;
  --np-v21-comment: #a03f73;
  --np-v21-comment-soft: #fdeaf2;
}

.np-home-magazine--four { padding: 24px; }
.np-home-four-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.np-home-mag-card { background: #fff; border: 1px solid var(--np-v21-border); border-radius: 22px; padding: 12px; box-shadow: 0 16px 42px rgba(39,20,68,.08); }
.np-home-mag-card__thumb { display: block; border-radius: 16px; overflow: hidden; margin-bottom: 12px; aspect-ratio: 16/10; background: linear-gradient(135deg,#5d40b7,#a289dd); }
.np-home-mag-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.np-home-mag-card h2 { font-size: 1.15rem; line-height: 1.28; margin: 10px 0 8px; }
.np-home-mag-card__fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; font-weight: 700; }
.np-home-actions__grid--inline { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.np-home-actions__grid--inline .np-action-tile { min-height: 98px; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.np-thought-composer textarea,
.np-inline-thought-form textarea,
.np-profile-wall-form textarea { width: 100%; border: 1px solid var(--np-v21-border); border-radius: 16px; padding: 14px 16px; background: #fff; }
.np-feed-loader { text-align: center; padding: 14px 0; color: #6b6282; }
.np-live-feed { display: grid; gap: 14px; }
.np-live-card { border: 1px solid var(--np-v21-border); border-left-width: 8px; border-radius: 22px; padding: 18px 20px; background: #fff; box-shadow: 0 16px 42px rgba(39,20,68,.06); }
.np-live-card__top, .np-live-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.np-live-card h3 { margin: 10px 0 8px; font-size: 1.18rem; line-height: 1.32; }
.np-live-card p { margin: 0 0 10px; }
.np-live-card--thought { background: linear-gradient(180deg,#fff,#f7f2ff); border-left-color: var(--np-v21-thought); }
.np-live-card--blog { background: linear-gradient(180deg,#fff,#f2fbfc); border-left-color: var(--np-v21-blog); }
.np-live-card--forum { background: linear-gradient(180deg,#fff,#f8f3ff); border-left-color: var(--np-v21-forum); }
.np-live-card--article { background: linear-gradient(180deg,#fff,#fff8ef); border-left-color: var(--np-v21-article); }
.np-live-card--comment-blog,
.np-live-card--comment-profile,
.np-live-card--comment-thought,
.np-live-card--comment-forum,
.np-live-card--comment-article { background: linear-gradient(180deg,#fff,#fff3f8); border-left-color: var(--np-v21-comment); }
.np-live-chip { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 6px 12px; font-weight: 700; font-size: .82rem; }
.np-live-chip--thought { background: var(--np-v21-thought-soft); color: var(--np-v21-thought); }
.np-live-chip--blog { background: var(--np-v21-blog-soft); color: var(--np-v21-blog); }
.np-live-chip--forum { background: var(--np-v21-forum-soft); color: var(--np-v21-forum); }
.np-live-chip--article { background: var(--np-v21-article-soft); color: var(--np-v21-article); }
.np-live-chip--comment-blog,
.np-live-chip--comment-profile,
.np-live-chip--comment-thought,
.np-live-chip--comment-forum,
.np-live-chip--comment-article { background: var(--np-v21-comment-soft); color: var(--np-v21-comment); }

.np-post-actions-row--top { display: flex; justify-content: flex-end; margin-bottom: 10px; }
.np-fav-btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--np-v21-border); background: #fff; color: var(--np-v21-ink); font-weight: 700; cursor: pointer; }
.np-fav-btn__star { color: #c1adc6; font-size: 1rem; line-height: 1; }
.np-fav-btn.is-active { background: #fff5cf; border-color: #f1d56c; }
.np-fav-btn.is-active .np-fav-btn__star { color: #d49a00; }

.np-comment-meta-row .np-fav-btn { margin-left: auto; }
.np-comment-actions-row--end { justify-content: space-between; align-items: center; gap: 12px; }
.np-comment-reply-wrap--actions { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; justify-content: flex-end; }
.np-comment-delete-link { color: #8e3662; font-weight: 700; }

.np-forum-thread__head--strong { background: linear-gradient(135deg,#5b2eb1 0%,#6d38cc 100%); color: #fff; border-radius: 26px; padding: 22px 22px 18px; box-shadow: 0 24px 60px rgba(79,35,160,.22); }
.np-forum-thread__head--strong h1,
.np-forum-thread__head--strong .np-forum-thread__date,
.np-forum-thread__head--strong .np-forum-content,
.np-forum-thread__head--strong .np-forum-thread__author,
.np-forum-thread__head--strong .np-forum-thread__comment-count,
.np-forum-thread__head--strong a { color: #fff; }
.np-forum-thread__head--strong .np-forum-content { margin-top: 18px; margin-bottom: 18px; }
.np-forum-thread__head--strong .np-tax--on-dark { background: rgba(255,255,255,.18); color: #fff; }
.np-forum-thread__author--right { margin-left: auto; }
.np-forum-thread__footer--contrast { border-top: 1px solid rgba(255,255,255,.2); margin-top: 16px; padding-top: 14px; }
.np-forum-thread__footer--contrast .np-rating__label,
.np-forum-thread__footer--contrast .np-rating__score { color: #fff; }
.np-forum-thread__footer--contrast .np-rating__btn { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.18); }
.np-forum-thread__footer--contrast .np-fav-btn { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.16); color: #fff; }
.np-forum-thread__footer--contrast .np-fav-btn__star { color: #ffe58f; }
.np-forum-thread__body p:last-child { margin-bottom: 0; }

.np-profile-shell { padding: 26px; }
.np-profile-thought { background: #f3eefc; border: 1px solid var(--np-v21-border); border-radius: 18px; padding: 14px 16px; margin: 12px 0; }
.np-inline-thought-form { margin-top: 16px; display: grid; gap: 10px; }
.np-profile-wall .np-comment-card { border: 1px solid var(--np-v21-border); border-radius: 16px; padding: 14px 16px; background: #fff; }
.np-profile-wall__pending { margin-bottom: 18px; }
.np-inline-actions { display: flex; gap: 10px; margin-top: 10px; }

.np-related-articles--stacked { margin-top: 32px; }
.np-related-articles__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.np-related-article-card { border: 1px solid var(--np-v21-border); border-radius: 18px; padding: 14px; background: #fff; }
.np-related-article-card__thumb { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10; margin-bottom: 10px; }
.np-related-article-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1100px) {
  .np-home-four-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .np-home-actions__grid--inline { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .np-home-four-grid,
  .np-related-articles__grid { grid-template-columns: 1fr; }
  .np-home-magazine--four { padding: 16px; }
  .np-home-mag-card { padding: 10px; }
  .np-live-card { padding: 16px; border-radius: 18px; }
  .np-forum-thread__head--strong { padding: 18px 16px 16px; border-radius: 20px; }
  .np-comment-meta-row .np-fav-btn { width: 100%; justify-content: center; margin-left: 0; }
  .np-comment-actions-row--end { flex-direction: column; align-items: stretch; }
  .np-comment-reply-wrap--actions { margin-left: 0; justify-content: flex-end; }
}


/* ===== v22 navigation, homepage and deletion refinements ===== */
.np-sidebar-section--quicklinks,
.np-sidebar-section--search{max-width:85%; margin-right:auto;}
.np-sidebar-section--quicklinks .np-list-item,
.np-sidebar-section--search .search-form .button,
.np-sidebar-section--search .search-form input[type="search"]{font-weight:800;}
.np-sidebar-section--quicklinks .np-list-item{font-weight:800;}
.np-sidebar-section--quicklinks .np-list-item.is-current{
  background:linear-gradient(135deg,#6a36b7,#8a5be2);
  border-color:#6a36b7;
  color:#fff;
  box-shadow:0 14px 30px rgba(66,30,120,.18);
}
.np-sidebar-section--quicklinks .np-list-item.is-current:hover{color:#fff;border-color:#6a36b7;}
.np-sidebar-section--quicklinks .np-list-item.is-current .np-tax{background:rgba(255,255,255,.18);color:#fff;}
.search-form--icon{display:grid;grid-template-columns:minmax(0,1fr) 58px;align-items:stretch;}
.search-form--icon .button{min-width:58px;padding-inline:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}
.search-form--icon .button .np-search-form__icon{line-height:1}

.np-home-magazine--four{padding:20px;}
.np-home-four-grid{gap:14px;}
.np-home-mag-card{padding:10px;border-radius:20px;}
.np-home-mag-card__thumb{margin-bottom:10px;aspect-ratio:16/9;}
.np-home-mag-card h2{
  font-size:clamp(1rem,1.35vw,1.08rem);
  line-height:1.28;
  min-height:3.3em;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.np-home-mag-card__date{color:var(--np-muted);font-size:.92rem;margin-top:6px;}
.np-home-actions{padding:16px 18px;}
.np-home-actions__grid--inline{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.np-home-actions__grid--inline .np-action-tile{min-height:112px;padding:18px 20px;}
.np-home-actions__grid--inline .np-action-tile strong{font-size:1.16rem;}
.np-home-actions__grid--inline .np-action-tile__icon{width:52px;height:52px;flex-basis:52px;font-size:1.45rem;}
.np-action-tile--topic{background:linear-gradient(135deg,#6a36b7,#8a5be2);color:#fff;}
.np-action-tile--topic span{color:rgba(255,255,255,.86);}
.np-action-tile--topic .np-action-tile__icon{background:rgba(255,255,255,.18);}
.np-home-guest-auth{padding-top:0;}
.np-home-guest-auth__register .button{min-width:unset;}

.np-sidebar-section--forum-feed,.np-sidebar-section--comment-feed{gap:8px;}
.np-chip-row--sidebar{gap:6px;margin-top:4px;margin-bottom:4px;}
.np-list--sidebar-tight{gap:5px;}
.np-list-item--tight{padding:8px 10px;border-radius:13px;}
.np-sidebar-section + .np-sidebar-section{margin-top:12px;}

.np-post-actions-row--top{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;}
.np-post-owner-actions{display:flex;gap:8px;flex-wrap:wrap;}
.np-post-delete-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid rgba(138,36,82,.16);background:rgba(255,242,247,.96);color:#8a2452;font-weight:800;text-decoration:none;}
.np-post-delete-link:hover{background:#8a2452;color:#fff;border-color:#8a2452;}
.np-live-card__meta a.np-post-delete-link,
.np-live-card__meta a.np-comment-delete-link{padding:6px 10px;font-size:.85rem;border-radius:999px;}
.np-live-card__meta{align-items:center;}

@media (max-width: 980px){
  .np-sidebar-section--quicklinks,
  .np-sidebar-section--search{max-width:100%;}
}
@media (max-width: 700px){
  .np-home-four-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .np-home-actions__grid--inline{grid-template-columns:1fr;}
  .search-form--icon{grid-template-columns:minmax(0,1fr) 52px;}
}
@media (max-width: 480px){
  .np-home-four-grid{grid-template-columns:1fr;}
}

/* ===== v23 topics of week + unified favorites ===== */
.np-topics-week{display:grid;gap:10px;}
.np-topics-week__grid{display:grid;gap:10px;}
.np-topics-week--archive{margin:0 0 18px;}
.np-topics-week--archive .np-topics-week__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.np-topics-week__item{
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(92,56,156,.14);
  background:linear-gradient(180deg,rgba(116,79,191,.1),rgba(255,255,255,.96));
  box-shadow:0 14px 34px rgba(40,24,73,.07);
}
.np-topics-week__item h3{margin:8px 0 6px;font-size:1.08rem;line-height:1.25;}
.np-topics-week__item p{margin:0;color:var(--np-muted);font-size:.95rem;line-height:1.55;}
.np-topics-week__meta,
.np-topics-week__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;}
.np-topics-week__type{font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#6a36b7;}
.np-topics-week__foot{margin-top:10px;color:var(--np-muted);font-size:.84rem;}

.np-fav-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(108,62,181,.22);
  background:linear-gradient(180deg,#fff,#f3ecff);
  color:#4d2d82;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(65,37,115,.08);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.np-fav-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(65,37,115,.12);border-color:#7c4be0;color:#41236e;}
.np-fav-btn__star{color:#b18af0;font-size:1.02rem;line-height:1;}
.np-fav-btn.is-active{background:linear-gradient(135deg,#6a36b7,#8d5ce5);border-color:#6a36b7;color:#fff;box-shadow:0 16px 30px rgba(70,35,132,.2);}
.np-fav-btn.is-active .np-fav-btn__star{color:#fff4b0;}
.np-comment-meta-row .np-fav-btn{margin-left:auto;}
.np-forum-thread__footer--contrast .np-fav-btn,
.single-np_week_topic .np-fav-btn{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);color:#fff;box-shadow:none;}
.np-forum-thread__footer--contrast .np-fav-btn:hover,
.single-np_week_topic .np-fav-btn:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.34);}
.np-forum-thread__footer--contrast .np-fav-btn.is-active,
.single-np_week_topic .np-fav-btn.is-active{background:#fff;color:#5a30a6;border-color:#fff;}
.np-forum-thread__footer--contrast .np-fav-btn.is-active .np-fav-btn__star,
.single-np_week_topic .np-fav-btn.is-active .np-fav-btn__star{color:#f3ba24;}

@media (max-width: 900px){
  .np-topics-week--archive .np-topics-week__grid{grid-template-columns:1fr;}
}

/* v24 — Téma dňa + profilové odpovede */
.np-topics-week__item--single {
  border: 1px solid rgba(111, 66, 193, 0.18);
  background: linear-gradient(180deg, rgba(111,66,193,0.08), rgba(111,66,193,0.03));
}
.np-comment-card .np-muted + div {
  margin-top: 4px;
}


/* ===== v25 guest popup, compact sidebars, autosize editors ===== */
.np-layout{grid-template-columns:minmax(220px,290px) minmax(0,1fr) minmax(208px,272px)}
.np-sidebar-right .np-sidebar-section{gap:7px}
.np-sidebar-right .np-chip-row--sidebar{gap:5px;margin-top:2px;margin-bottom:2px}
.np-sidebar-right .np-list--sidebar-tight{gap:4px}
.np-sidebar-right .np-list-item--tight{padding:7px 9px}
.np-sidebar-right .np-list-item--tight a,
.np-sidebar-right .np-list-item--tight{font-size:.95rem;line-height:1.32}

.np-rich-textarea,
textarea.np-autosize,
#comment.np-rich-textarea,
#np_blog_content.np-rich-textarea{
  min-height:56px !important;
  height:auto;
  overflow:hidden;
  resize:none;
  line-height:1.6;
}

.np-rating{flex-wrap:wrap}
.np-rating.is-self-owned{opacity:.92}
.np-rating__hint{font-size:.76rem;font-weight:700;color:var(--np-muted)}
.np-forum-thread .np-rating__hint,
.single-np_week_topic .np-rating__hint{color:rgba(255,255,255,.82)}
.np-fav-btn.is-disabled{opacity:.7;cursor:not-allowed;box-shadow:none}

.np-topics-week--sidebar,
.np-topics-week--archive{padding-top:2px}
.np-topics-week__item h3{margin-top:2px}

.np-modal__dialog--guest{width:min(560px,100%)}
.np-guest-modal__body{display:grid;gap:14px}
.np-guest-modal__body p{margin:0}
.np-guest-modal__foot{margin-top:-6px}

.np-login-only-note .button[data-auth-popup-trigger],
.comment-reply-link.np-guest-gate-trigger{cursor:pointer}

@media (max-width: 900px){
  .np-layout{grid-template-columns:1fr}
}


/* ===== v26 smaller type, refined contrast, profile redesign ===== */
html{font-size:90%}
body{color:var(--np-text)}
.button,button,input[type="submit"],.wp-element-button,.np-nav .np-nav-cta{
  background:linear-gradient(135deg,#57418f,#745cc0);
  color:#fff;
}
.button.is-light{background:#fff;color:#261f39;border-color:rgba(38,31,57,.12)}
.np-chip.is-active,.np-chip:hover,.current-menu-item>a,.current_page_item>a{color:#fff}
.np-rich-toolbar{
  gap:6px;
  padding:8px;
}
.np-rich-btn,.np-smiley-btn{
  padding:7px 10px;
  font-size:.82rem;
  border-radius:10px;
}
.np-smiley-btn{
  min-width:34px;
  min-height:34px;
  padding:0 8px;
  font-size:1rem;
}
.np-smiley-panel{padding:8px;gap:5px}
.np-form-section{padding:14px;border-radius:16px}
.np-form-section h3{font-size:.98rem}
.np-editor-card,.np-comments-card,.np-forum-thread,.np-login-only-note{padding:18px}
.np-rich-textarea,
textarea.np-autosize,
#comment.np-rich-textarea,
#np_blog_content.np-rich-textarea,
.np-profile-wall-form textarea,
.np-inline-thought-form textarea,
.np-status-form textarea{
  min-height:48px !important;
  padding:12px 13px;
  border-radius:12px;
}
#np_blog_content.np-rich-textarea{min-height:52px !important}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea,select,input[type="search"]{
  padding:12px 13px;
}
.np-editor-note,.np-comment-note{font-size:.84rem}

.np-profile-shell{padding:22px}
.np-profile-shell h1,.np-profile-shell h2,.np-profile-shell h3{letter-spacing:-.02em}
.np-profile-hero__avatar img{width:112px;height:112px;border-radius:28px}
.np-profile-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.np-profile-topline__text{display:grid;gap:6px}
.np-profile-topline__sub{display:flex;flex-wrap:wrap;gap:10px;color:var(--np-muted)}
.np-profile-thought{background:linear-gradient(180deg,#f5f0ff,#fff);border:1px solid rgba(94,70,150,.12)}
.np-profile-overview-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:18px}
.np-profile-details-list{display:grid;gap:10px}
.np-profile-details-list li{display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:start;padding:10px 0;border-top:1px solid var(--np-line)}
.np-profile-details-list li:first-child{border-top:0;padding-top:0}
.np-profile-details-list strong{color:var(--np-brand-3)}
.np-activity-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.np-activity-mini{padding:14px;border-radius:16px;background:linear-gradient(180deg,#fff,#f8f5fd);border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft);display:grid;gap:4px}
.np-activity-mini strong{font-size:1.4rem;line-height:1}
.np-activity-mini span{color:var(--np-muted);font-weight:700}
.np-profile-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.np-security-card .np-field{margin-bottom:12px}
.np-security-card .np-muted{margin:0}
.np-grid-2--balanced{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.np-grid-3--balanced{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.np-list--compact .np-list-item,.np-comment-card,.np-list-item{padding:14px 15px}
.np-profile-shell .np-stat-card{padding:14px;border-radius:16px}
.np-profile-shell .np-stat-card strong{font-size:1.3rem}
.np-profile-wall-form textarea{margin-bottom:10px}
.np-profile-shell .np-notice{margin-bottom:14px}

@media (max-width: 980px){
  .np-profile-overview-grid,.np-profile-account-grid,.np-grid-2--balanced,.np-grid-3--balanced,.np-activity-summary-grid{grid-template-columns:1fr}
  .np-profile-details-list li{grid-template-columns:1fr}
}
@media (max-width: 700px){
  html{font-size:88%}
  .np-profile-topline{align-items:flex-start}
}


/* ===== v27 layout, footer pages, points, compact UI ===== */
.np-wrap{width:min(1400px, calc(100vw - 34px));}
.np-layout{grid-template-columns:minmax(210px,280px) minmax(0,1fr) minmax(190px,272px);gap:16px}
.np-sidebar-right{max-width:272px;width:100%}
.np-sidebar-right .np-sidebar{padding:15px}
.np-footer-links{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:10px}
.np-footer-links a{font-weight:700;color:var(--np-brand-3)}
.np-legal-page{max-width:900px;margin:0 auto;display:grid;gap:14px}
.np-legal-page h1{font-size:2rem;margin-bottom:8px}
.np-legal-page h2{font-size:1.2rem;margin-top:16px}
.np-legal-page p,.np-legal-page li{line-height:1.7;color:var(--np-text)}
.np-legal-note{font-size:.95rem;color:var(--np-muted);padding:14px 16px;border-radius:16px;background:#f6f1ff;border:1px solid var(--np-line)}

.np-editor-card textarea,
.np-status-form textarea,
.comment-form textarea,
.np-profile-wall-form textarea,
.np-field textarea,
.np-field input[type="text"],
.np-field input[type="password"],
.np-field input[type="email"],
.np-field input[type="number"]{font-size:.92rem}

.np-editor-toolbar,.np-editor-enhancements,.np-field-group{transform:scale(.9);transform-origin:top left;width:111.111%}
.np-smiley-panel button,.np-editor-toolbar button,.np-editor-enhancements button{font-size:.9rem;padding:8px 12px}
.np-smiley-panel .np-smiley-btn{font-size:.9rem;padding:8px 10px;min-width:42px}

.np-fav-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid rgba(94,70,150,.18);background:linear-gradient(135deg,#ffffff,#f5efff);color:var(--np-brand-3);font-weight:900;box-shadow:var(--np-shadow-soft)}
.np-fav-btn.is-active{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;border-color:transparent;box-shadow:0 16px 28px rgba(94,70,150,.22)}
.np-fav-btn__star{font-size:1rem;line-height:1}
.np-rating{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid var(--np-line)}
.np-rating__label{font-weight:800;color:var(--np-brand-3)}
.np-rating__btn{min-width:42px;padding:9px 10px;border-radius:12px}
.np-rating__score{font-weight:900;color:var(--np-brand)}
.np-forum-thread .np-fav-btn,.np-forum-thread .np-rating{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.15)}
.np-forum-thread .np-rating__label,.np-forum-thread .np-rating__score,.np-forum-thread .np-fav-btn{color:#fff}

.np-comment-actions-row,.np-comment-reply-wrap,.np-comment-rating-wrap{align-items:center}
.np-sidebar-section--forum-feed .np-chip-row,.np-sidebar-section--comment-feed .np-chip-row{gap:8px;margin:10px 0 12px}
.np-list--sidebar-tight{gap:10px}
.np-list-item--tight{padding:12px 14px}

.button.is-light{background:#fff;color:var(--np-brand-3);border:1px solid rgba(44,26,82,.12)}
.button.is-light:hover{color:var(--np-brand-3)}
.np-modal__dialog--guest{max-width:620px}
.np-guest-modal__body p{line-height:1.65}

@media (max-width: 1100px){
  .np-wrap{width:min(1280px, calc(100vw - 24px));}
  .np-layout{grid-template-columns:240px minmax(0,1fr)}
  .np-sidebar-right{grid-column:1 / -1;max-width:none}
}
@media (max-width: 700px){
  .np-wrap{width:min(100%, calc(100vw - 18px));}
  .np-editor-toolbar,.np-editor-enhancements,.np-field-group{transform:none;width:auto}
  .np-legal-page h1{font-size:1.7rem}
}


/* v28 profile, moderation and activity tables */
.np-banned-warning{margin-top:.55rem;font-size:.92em}
.is-invalid{border-color:#b3386a !important; box-shadow:0 0 0 3px rgba(179,56,106,.12)}
.np-profile-activity-board .np-section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}
.np-activity-tables__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.np-activity-tables__grid--profile{margin-top:12px}
.np-activity-table-card{background:#fff;border:1px solid rgba(95,63,180,.12);border-radius:18px;padding:16px 16px 12px}
.np-activity-table-card h3{margin:0 0 10px;font-size:1.02rem}
.np-activity-table{width:100%;border-collapse:collapse}
.np-activity-table th,.np-activity-table td{padding:9px 10px;border-top:1px solid rgba(95,63,180,.08);vertical-align:top;font-size:.92rem}
.np-activity-table thead th{font-size:.8rem;color:#6f6884;text-transform:uppercase;letter-spacing:.04em}
.np-activity-table tbody tr:first-child td{border-top:0}
.np-activity-table td:last-child,.np-activity-table th:last-child{text-align:right;white-space:nowrap}
.np-legal-page{max-width:880px}
.np-legal-page h1,.np-legal-page h2{scroll-margin-top:120px}
.np-legal-page ul{padding-left:1.25rem}
@media (max-width: 980px){
  .np-activity-tables__grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
}

/* ===== v29 front page spacing, logout, feed media, active users ===== */
.np-home-stack{display:grid;gap:7px}
.np-home-stack > section{margin:0}
.np-home-magazine--four,
.np-home-actions,
.np-home-top-users,
.np-thought-composer,
.np-home-guest-auth,
.np-home-live{margin:0 !important}

.np-home-magazine--four{padding:16px 18px}
.np-home-four-grid{gap:10px}
.np-home-mag-card{padding:9px}
.np-home-mag-card__thumb{margin-bottom:8px}
.np-home-mag-card h2{font-size:1.04rem;line-height:1.26;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.95em}
.np-home-actions{padding:12px 14px}
.np-home-actions__grid--inline{gap:8px}
.np-home-actions__grid--inline .np-action-tile{min-height:94px;padding:15px 16px}
.np-home-actions__grid--inline .np-action-tile strong{font-size:1.08rem}
.np-home-actions__grid--inline .np-action-tile__icon{width:46px;height:46px;flex-basis:46px}

.np-home-top-users{padding:14px 16px}
.np-top-users-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.np-top-user-card{display:grid;gap:10px;align-items:center;text-align:center;padding:13px 12px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f2ff);border:1px solid var(--np-line);box-shadow:var(--np-shadow-soft)}
.np-top-user-card__avatar{display:inline-flex;justify-content:center}
.np-top-user-card__avatar img{width:64px;height:64px;border-radius:20px;border:2px solid rgba(111,71,197,.16)}
.np-top-user-card h3{margin:0;font-size:1rem;line-height:1.2}
.np-top-user-card__meta{display:grid;gap:4px;font-size:.84rem;color:var(--np-muted)}
.np-top-user-card__meta strong{color:var(--np-brand-3)}

.np-thought-composer{padding:14px 16px}
.np-home-live{padding:14px 16px;border:1px solid rgba(111,71,197,.14);background:linear-gradient(180deg,#fff,rgba(245,239,255,.92))}
.np-live-feed-stack{gap:10px}
.np-live-card{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;align-items:start;position:relative;overflow:hidden;border:1px solid rgba(111,71,197,.12)}
.np-live-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.np-live-card__media{display:block;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:#efe8ff}
.np-live-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.np-live-card__body{min-width:0}
.np-live-card__top,.np-live-card__meta{justify-content:flex-start}
.np-live-card__meta{gap:8px 10px}
.np-live-card__time{margin-left:auto}
.np-live-card--thought{background:linear-gradient(180deg,#fff,#f7f2ff);border-left-color:#7b56d6}
.np-live-card--blog{background:linear-gradient(180deg,#fff,#eff7ff);border-left-color:#3e73cf}
.np-live-card--forum{background:linear-gradient(180deg,#fff,#f5efff);border-left-color:#8b57df}
.np-live-card--article{background:linear-gradient(180deg,#fff,#fff6e8);border-left-color:#d79734}
.np-live-card--comment-blog{background:linear-gradient(180deg,#fff,#eef8ff);border-left-color:#53a0c7}
.np-live-card--comment-forum{background:linear-gradient(180deg,#fff,#f7f1ff);border-left-color:#9e62e0}
.np-live-card--comment-article{background:linear-gradient(180deg,#fff,#fff6eb);border-left-color:#d97e38}
.np-live-card--comment-profile,
.np-live-card--comment-thought{background:linear-gradient(180deg,#fff,#fff0f6);border-left-color:#d66092}

.np-sidebar-section--quicklinks .np-list{gap:7px}
.np-sidebar-section--quicklinks .np-list-item{padding:10px 12px}
.np-sidebar-section--recent-blogs .np-list{gap:6px}
.np-sidebar-section--recent-blogs .np-list-item{padding:10px 12px}

.np-sidebar-right{max-width:220px}
.np-layout{grid-template-columns:minmax(205px,274px) minmax(0,1fr) minmax(170px,220px)}
.np-sidebar-right .np-sidebar-section{gap:5px}
.np-sidebar-right .np-chip-row--sidebar{gap:4px 6px;margin:2px 0 6px}
.np-sidebar-right .np-list--sidebar-tight{gap:6px}
.np-sidebar-right .np-list-item--tight{padding:8px 9px}
.np-sidebar-right .np-list-item--tight .np-tax{margin-bottom:4px}
.np-sidebar-section--forum-feed .np-chip-row,
.np-sidebar-section--comment-feed .np-chip-row{gap:5px 6px;margin:6px 0 8px}
.np-sidebar-section--forum-feed .np-chip,
.np-sidebar-section--comment-feed .np-chip{padding:6px 9px;font-size:.8rem}
.np-sidebar-section--forum-feed .np-chip--soft,
.np-sidebar-section--comment-feed .np-chip--soft{color:#4c2d91;background:rgba(111,71,197,.09)}
.np-sidebar-section--forum-feed .np-chip--soft:hover,
.np-sidebar-section--forum-feed .np-chip--soft.is-active,
.np-sidebar-section--comment-feed .np-chip--soft:hover,
.np-sidebar-section--comment-feed .np-chip--soft.is-active{background:#6f47c5;color:#fff;border-color:#6f47c5}

.np-topics-week__item--single{border:3px solid #f2c94c;background:linear-gradient(180deg,#fff6cf,#fff1b8);box-shadow:0 18px 34px rgba(201,151,30,.18)}
.np-topics-week__item--single .np-topics-week__type{color:#855c00}
.np-topics-week__comments{font-weight:800;color:#65431a}
.np-topics-week__comments:hover{color:#3f2a00;text-decoration:underline}

.np-nav-logout,.np-profile-logout{font-weight:800}
.np-nav-logout{color:#7a2257}

@media (max-width: 1200px){
  .np-top-users-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 980px){
  .np-layout{grid-template-columns:240px minmax(0,1fr)}
  .np-sidebar-right{max-width:none}
  .np-top-users-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 700px){
  .np-home-stack{gap:8px}
  .np-live-card{grid-template-columns:1fr}
  .np-live-card__media{aspect-ratio:16/9}
  .np-top-users-grid{grid-template-columns:1fr}
  .np-home-actions__grid--inline{grid-template-columns:1fr}
}


/* ===== v30 home/feed/sidebar/about refinements ===== */
:root{--np-shell-max:1160px}
.np-shell{max-width:var(--np-shell-max)}
.np-layout{grid-template-columns:minmax(184px,246px) minmax(0,1fr) minmax(188px,242px);gap:16px}
.np-sidebar-left{max-width:246px}
.np-sidebar-right{max-width:242px}
.np-sidebar-section--quicklinks .np-list,.np-sidebar-section--recent-blogs .np-list{gap:4px}
.np-sidebar-section--quicklinks .np-list-item{font-weight:800}
.np-sidebar-section--recent-blogs .widget-title{margin-bottom:10px}
.np-list-item__blog{display:grid;grid-template-columns:60px minmax(0,1fr);gap:10px;align-items:center;color:inherit;text-decoration:none}
.np-list-item__thumb{display:block;width:60px;height:46px;border-radius:12px;overflow:hidden;background:#efe8ff}
.np-list-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.np-list-item__copy{display:grid;gap:4px;min-width:0}
.np-list-item__copy strong{display:block;font-size:.92rem;line-height:1.25}
.np-list-item__copy small{color:var(--np-muted);font-size:.78rem}
.np-home-actions__grid--four{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.np-home-actions__grid--four .np-action-tile{min-height:86px;padding:12px 10px;gap:8px;border-radius:18px}
.np-home-actions__grid--four .np-action-tile__icon{width:40px;height:40px;flex-basis:40px;font-size:1.15rem}
.np-home-actions__grid--four .np-action-tile strong{font-size:1rem;line-height:1.15}
.np-action-tile--about{background:linear-gradient(180deg,#fff,#f8f3ff)}
.np-home-magazine,.np-home-actions,.np-home-top-users,.np-thought-composer,.np-home-live{margin-top:8px}
.np-home-top-users__head{align-items:flex-end;gap:12px}
.np-home-top-users__lead{margin:4px 0 0;color:var(--np-muted);font-size:.9rem;max-width:42ch}
.np-chip-row--filters{gap:6px;justify-content:flex-end}
.np-chip-row--filters .np-chip{padding:7px 11px;font-size:.84rem;font-weight:700}
.np-top-users-grid{gap:8px}
.np-top-user-card{padding:12px 10px}
.np-thought-composer textarea{min-height:48px}
.np-live-card--no-media{grid-template-columns:1fr;min-height:auto}
.np-live-card--no-media .np-live-card__body{width:100%}
.np-live-card--no-media h3,.np-live-card--no-media p{max-width:none}
.np-live-feed{display:grid;gap:10px}
.np-home-live{padding:12px 14px;border:1px solid rgba(111,71,197,.14);background:linear-gradient(180deg,#fff,rgba(244,239,255,.94));border-radius:22px}
.np-live-card{width:100%}
@media (max-width: 1100px){
  .np-layout{grid-template-columns:210px minmax(0,1fr)}
  .np-sidebar-right{grid-column:1/-1;max-width:none}
  .np-home-actions__grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 700px){
  .np-home-actions__grid--four{grid-template-columns:1fr}
  .np-list-item__blog{grid-template-columns:52px minmax(0,1fr)}
  .np-list-item__thumb{width:52px;height:40px}
}

/* ===== v31 profile refresh ===== */
.np-profile-shell--v31{padding:22px;margin-inline:10%}
.np-profile-hero--v31{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;background:linear-gradient(180deg,#fbf8ff 0%,#f3effc 100%);border:1px solid rgba(95,63,180,.12)}
.np-profile-topline--v31{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;flex-wrap:wrap}
.np-inline-actions--profile{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.np-profile-thought--v31{margin-top:10px;padding:12px 14px;border-radius:16px;background:rgba(111,71,197,.08);border:1px solid rgba(111,71,197,.12)}
.np-profile-bio{margin-top:10px;color:#4e4962;line-height:1.6}
.np-profile-meta--compact{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:14px}
.np-profile-meta--compact .np-stat-card{padding:10px 8px;border-radius:14px;font-size:.83rem;line-height:1.35;text-align:center}
.np-profile-meta--compact .np-stat-card strong{font-size:.98rem}
.np-profile-overview-grid--v31{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;margin-top:16px}
.np-profile-details-list--small strong,.np-profile-details-list--small span,.np-profile-shell--v31 h2,.np-profile-shell--v31 h3{font-size:.9em}
.np-profile-account-grid--v31{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}
.np-media-grid--profile{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.np-media-grid--profile img{width:100%;height:140px;object-fit:cover;border-radius:16px}
.np-grid-2--profile,.np-grid-3--profile{margin-top:16px}
.np-grid-2--profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.np-grid-3--profile{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width: 1180px){
  .np-profile-shell--v31{margin-inline:4%}
  .np-profile-account-grid--v31,.np-grid-3--profile,.np-media-grid--profile{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 900px){
  .np-profile-shell--v31{margin-inline:0}
  .np-profile-overview-grid--v31,.np-profile-account-grid--v31,.np-grid-2--profile,.np-grid-3--profile,.np-profile-meta--compact,.np-media-grid--profile{grid-template-columns:1fr}
}


/* v32 — footer text, diskusia, stronger actions and ratings */
.np-footer-card strong + text, .np-footer-card{word-break:normal}
.np-topics-week--archive .np-topics-week__grid{grid-template-columns:1fr !important;}
.np-topics-week--archive .np-topics-week__item--single{width:100%;padding:18px 20px;}
.np-topics-week--archive .np-topics-week__item--single h3{font-size:1.22rem;line-height:1.2;}
.np-forum-archive .np-section-title--stacked{align-items:flex-start;}
.np-forum-archive .np-section-title--stacked h1{display:none;}
.np-forum-archive .np-section-title--stacked .np-kicker{margin-bottom:0;}

/* stronger CTA buttons */
.np-action-tile--topic{background:linear-gradient(135deg,#5c22c8 0%,#7e3af2 55%,#9b67ff 100%) !important;border-color:rgba(92,34,200,.55) !important;box-shadow:0 18px 34px rgba(92,34,200,.28);}
.np-action-tile--topic strong,.np-action-tile--topic span{color:#fff !important;}
.np-action-tile--topic .np-action-tile__icon{background:rgba(255,255,255,.2) !important;}

/* stronger rating controls */
.np-rating__btn{background:linear-gradient(135deg,#6f47c5,#8f6cf2) !important;color:#fff !important;border-color:#6f47c5 !important;box-shadow:0 10px 22px rgba(111,71,197,.24);font-weight:800;}
.np-rating__btn:hover:not(:disabled){filter:brightness(1.05);border-color:#5d34bb !important;box-shadow:0 12px 26px rgba(111,71,197,.32);}
.np-rating__score{font-weight:900;}
.np-forum-thread .np-rating__btn,.np-forum-thread__footer--contrast .np-rating__btn{background:rgba(255,255,255,.22) !important;color:#fff !important;border-color:rgba(255,255,255,.3) !important;}

/* chip hover contrast */
.np-chip--soft:hover,.np-chip--soft:focus-visible,.np-chip--soft.is-active{background:#6f47c5 !important;color:#fff !important;border-color:#6f47c5 !important;}
.np-sidebar-section .np-chip--soft:hover,.np-sidebar-section .np-chip--soft:focus-visible,.np-sidebar-section .np-chip--soft.is-active,
.np-forum-filterbar .np-chip--soft:hover,.np-forum-filterbar .np-chip--soft:focus-visible,.np-forum-filterbar .np-chip--soft.is-active{color:#fff !important;}

/* archive topic day wider */
.np-topics-week__item--single .np-topics-week__meta{margin-bottom:8px;}
.np-topics-week__type{font-weight:900;}

/* mobile still sensible */
@media (max-width:900px){
  .np-topics-week--archive .np-topics-week__item--single{padding:15px 16px;}
}

.np-cta-forum{background:linear-gradient(135deg,#5c22c8,#8a5be2) !important;color:#fff !important;border-color:#5c22c8 !important;box-shadow:0 14px 30px rgba(92,34,200,.24);}
.np-cta-forum:hover{color:#fff !important;}
.np-fav-btn{background:linear-gradient(135deg,#fff7d0,#ffe58d);border-color:#f2c94c;color:#573a00;box-shadow:0 12px 22px rgba(242,201,76,.18);font-weight:900;}
.np-fav-btn:hover{border-color:#e0b838;color:#3c2600;}


/* ===== v33 mobile responsive cleanup + guest sticky bar ===== */
:root{--np-mobile-guest-bar-height:72px}
.np-mobile-guest-bar{display:none}

@media (max-width: 900px){
  .np-layout{grid-template-columns:1fr !important;gap:12px !important;padding:12px 0 22px !important}
  .np-content,.np-sidebar-left,.np-sidebar-right{width:100%;max-width:none !important;min-width:0}
  .np-sidebar-left,.np-sidebar-right{order:initial}
  .np-sidebar{position:static !important;top:auto !important;width:100%;max-width:none !important}
  .np-nav{max-height:calc(100vh - var(--np-mobile-header-offset,78px) - 18px);overflow:auto;-webkit-overflow-scrolling:touch}
  .np-home-four-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}
  .np-home-actions__grid--four{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}
  .np-home-actions__grid--four .np-action-tile{min-height:82px !important}
  .np-top-users-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .np-live-card,.np-live-card--no-media{grid-template-columns:1fr !important;width:100% !important}
  .np-live-card__media{aspect-ratio:16/9 !important;min-height:0}
  .np-live-card__body,.np-home-mag-card,.np-topic-card,.np-list-item,.np-story-card,.comment-body,.np-member-card--rich{min-width:0;width:100%}
  .np-profile-shell--v31{padding:16px !important;margin-inline:0 !important}
  .np-profile-hero--v31,.np-profile-overview-grid--v31,.np-profile-account-grid--v31,.np-grid-2--profile,.np-grid-3--profile,.np-media-grid--profile{grid-template-columns:1fr !important}
  .np-profile-meta--compact{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .np-profile-meta--compact .np-stat-card{min-width:0}
  .np-searchform,.search-form{grid-template-columns:1fr !important}
  .np-footer{padding-bottom:calc(var(--np-mobile-guest-bar-height) + env(safe-area-inset-bottom, 0px) + 18px)}
  body:not(.logged-in) .site{padding-bottom:calc(var(--np-mobile-guest-bar-height) + env(safe-area-inset-bottom, 0px) + 12px)}
  body:not(.logged-in) .np-mobile-guest-bar{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:fixed;left:12px;right:12px;bottom:max(10px, env(safe-area-inset-bottom, 0px));z-index:980;background:rgba(36,26,58,.92);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:10px;box-shadow:0 18px 44px rgba(17,12,31,.28)}
  .np-mobile-guest-bar__btn{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;font-weight:900;text-align:center;padding:12px 14px}
  .np-mobile-guest-bar__btn--login{background:#fff;color:var(--np-brand-3)}
  .np-mobile-guest-bar__btn--register{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;box-shadow:0 14px 28px rgba(111,71,197,.26)}
}

@media (max-width: 680px){
  .np-home-four-grid,.np-home-actions__grid--four,.np-top-users-grid{grid-template-columns:1fr !important}
  .np-branding{gap:8px}
  .np-branding img{height:30px !important}
  .np-header-inner{gap:8px !important}
  .np-nav a{font-size:.95rem;line-height:1.2}
  .np-profile-meta--compact{grid-template-columns:1fr !important}
  .np-topic-card,.np-story-card,.np-home-mag-card,.np-live-card,.np-sidebar,.np-card,.post,.page{border-radius:16px}
}

@media (max-width: 480px){
  :root{--np-mobile-guest-bar-height:68px}
  .np-wrap{width:min(calc(100vw - 10px),1560px) !important}
  .np-card,.post,.page,.np-sidebar,.np-forum-thread,.np-comments-card,.np-forum-filterbar,.np-magazine-head,.np-magazine-hero{padding:11px !important}
  .np-home-mag-card h2,.np-topic-card h2,.np-topic-card h3,.np-story-card h3{font-size:.95rem !important;line-height:1.25 !important}
  .np-post-meta,.np-topic-meta,.np-user-meta,.np-story-card__meta,.comment-meta,.np-comment-meta-row{font-size:.78rem !important}
  .np-mobile-guest-bar{left:8px;right:8px;bottom:max(8px, env(safe-area-inset-bottom, 0px));padding:8px;gap:8px;border-radius:16px}
  .np-mobile-guest-bar__btn{min-height:44px;border-radius:12px;font-size:.94rem;padding:11px 12px}
}

/* ===== v37 mobile auth pages + stronger mobile menu + magazine typography ===== */
.single-np_article .np-article-content{
  font-size:1.3rem;
  line-height:2.04;
}
.single-np_article .np-article-content p,
.single-np_article .np-article-content li,
.single-np_article .np-article-content blockquote{
  line-height:inherit;
}

@media (max-width: 900px){
  body.np-auth-mobile-page .np-sidebar-left,
  body.np-auth-mobile-page .np-sidebar-right,
  body.np-auth-mobile-page .np-footer,
  body.np-auth-mobile-page .np-mobile-guest-bar,
  body.np-auth-mobile-page .np-home-sections,
  body.np-auth-mobile-page .np-home-actions,
  body.np-auth-mobile-page .np-home-magazine,
  body.np-auth-mobile-page .np-home-live,
  body.np-auth-mobile-page .np-home-top-users,
  body.np-auth-mobile-page .np-home-left-stack,
  body.np-auth-mobile-page .np-home-right-stack{display:none !important}

  body.np-auth-mobile-page .np-layout{
    grid-template-columns:1fr !important;
    padding:12px 0 18px !important;
    gap:0 !important;
  }
  body.np-auth-mobile-page .np-content{
    width:100%;
    max-width:560px;
    margin:0 auto;
  }
  body.np-auth-mobile-page .np-page-shell,
  body.np-auth-mobile-page .np-card,
  body.np-auth-mobile-page .post,
  body.np-auth-mobile-page .page{
    padding:16px !important;
    border-radius:18px;
  }
}

@media (max-width: 680px){
  .single-np_article .np-article-content{
    font-size:1.18rem;
    line-height:1.92;
  }
  body.np-auth-mobile-page .site{padding-bottom:0 !important}
}


/* ===== v38 homepage, forum reveal, magazine and mobile fixes ===== */
 :root{
  --np-shell-max:1340px;
  --np-layout-gap-desktop:clamp(18px,1.9vw,28px);
  --np-content-aisle:clamp(3.8px,.4275vw,7.6px);
}

.np-wrap{width:min(var(--np-shell-max), calc(100vw - 28px))}
.np-home-top-users__head .np-kicker{margin-bottom:0}
.np-home-top-users__head .np-chip-row--filters{margin-top:0}

.np-list-item--no-thumb{padding-inline:12px}
.np-list-item__blog--full{grid-template-columns:minmax(0,1fr)}
.np-list-item__blog--full .np-list-item__copy strong{font-size:.98rem}
.np-list-item__blog--full .np-list-item__copy small{font-size:.8rem}

.np-magazine-feature__visual-link{display:block;width:100%;height:100%;color:inherit}
.np-magazine-feature__visual-link:hover{color:inherit}

@media (min-width: 901px){
  .np-layout{
    grid-template-columns:minmax(190px,250px) minmax(0,1fr) minmax(190px,250px) !important;
    gap:var(--np-layout-gap-desktop) !important;
  }
  .np-content{
    padding-inline:var(--np-content-aisle);
  }
}

@media (max-width: 900px){
  html,body{overflow-x:hidden}
  .np-wrap{width:min(var(--np-shell-max), calc(100vw - 16px)) !important}
  .np-content{padding-inline:0 !important}
  .np-home-top-users__head{align-items:flex-start}
  .np-chip-row--filters{justify-content:flex-start}
  .np-page-hero,
  .np-feature-card,
  .np-magazine-feature{grid-template-columns:1fr !important}
  .np-magazine-feature__visual,
  .np-feature-card__visual{min-height:200px}
  .np-magazine-feature__visual-link{min-height:inherit}
  .np-list-item__blog--full{grid-template-columns:minmax(0,1fr) !important}
}

@media (max-width: 680px){
  .single-np_article .np-content h1,
  .single-np_article h1{
    font-size:clamp(2.1rem,10vw,2.7rem) !important;
    line-height:1.04 !important;
  }
  .np-home-mag-card h2,
  .np-magazine-card h3,
  .np-magazine-feature__content h2{
    font-size:1.2em !important;
    line-height:1.22 !important;
  }
  .np-home-mag-card h2 a,
  .np-magazine-card h3 a,
  .np-magazine-feature__content h2 a{display:inline}
}

@media (max-width: 480px){
  .np-home-mag-card h2,
  .np-magazine-card h3,
  .np-magazine-feature__content h2{
    font-size:1.14rem !important;
    line-height:1.24 !important;
  }
  .single-np_article .np-content h1,
  .single-np_article h1{
    font-size:clamp(2rem,10.8vw,2.45rem) !important;
  }
}


/* ===== v39 forum rules, compact editor, anonymous posts, purple links ===== */
.np-rich-toolbar{
  flex-wrap:nowrap !important;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.np-rich-toolbar .np-rich-btn,
.np-rich-toolbar .np-smiley-btn--inline{
  white-space:nowrap;
  flex:0 0 auto;
}
.np-rich-toolbar .np-smiley-btn--inline{
  min-width:44px;
  padding-inline:10px;
}
.np-smiley-panel{display:none !important;}
.np-composer-tools .button,
.np-modal-trigger{
  font-weight:800;
  box-shadow:0 0 0 2px rgba(123,93,183,.15), 0 10px 24px rgba(123,93,183,.18);
}
.np-composer-tools .button:hover,
.np-modal-trigger:hover{
  transform:translateY(-1px);
}
.np-checkline--anonymous{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:8px 0 4px;
  font-weight:600;
}
.np-forum-rules-link{
  margin-left:auto;
  font-size:.88rem;
  font-style:italic;
  color:var(--np-accent);
  background:none !important;
  border:0 !important;
  padding:0 !important;
  text-decoration:none;
}
.np-forum-rules-link:hover{ text-decoration:underline; }
.np-profile-points-log .np-points-log{display:grid;gap:10px}
.np-points-log__item{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding:12px 14px;
  border:1px solid var(--np-line);
  border-radius:14px;
  background:#fff;
}
.np-points-log__main{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.np-points-log__amount{font-weight:800}
.np-points-log__amount.is-positive{color:#2f8f4e}
.np-points-log__amount.is-negative{color:#b63b5f}
.np-legal-page a,
.entry-content a,
.comment-content a,
.np-post-meta a,
.np-list-item a,
.np-topic-card a,
.np-related-list-item a{
  color:var(--np-accent);
}
@media (max-width: 900px){
  .np-forum-rules-link{
    width:100%;
    margin-left:0;
    margin-top:4px;
  }
  .np-points-log__item{
    flex-direction:column;
  }
}

/* ===== v40 profile spacing and private points log ===== */
@media (min-width: 901px){
  body.author .np-layout,
  body.np-page-moj-profil .np-layout{
    gap:2mm !important;
  }
  body.author .np-content,
  body.np-page-moj-profil .np-content{
    padding-inline:0 !important;
  }
  body.author .np-profile-shell--v31{
    margin-inline:0 !important;
    width:100%;
  }
}

.np-private-points-log,
.np-private-points-log--account{
  margin-top:16px;
}


/* ===== v40 buttons, admin hiding polish, blog form, magazine comments ===== */
.np-comment-reply-wrap,
.np-comment-reply-wrap--actions{
  flex-wrap:nowrap;
  gap:8px;
}
.np-comment-reply-wrap .comment-reply-link,
.np-comment-reply-wrap--actions .comment-reply-link,
.np-post-delete-link,
.np-comment-delete-link{
  white-space:nowrap;
  word-break:normal;
  line-height:1.1;
  font-size:.92rem;
  padding:10px 12px;
}
.np-comment-actions-row--end .np-comment-reply-wrap--actions .comment-reply-link,
.np-comment-actions-row .np-comment-reply-wrap .comment-reply-link{
  min-width:auto;
}
.np-form--blog #np_blog_content.np-rich-textarea{
  min-height:540px !important;
}
.np-blog-archive-inline .np-list{
  display:grid;
  gap:10px;
}
@media (max-width: 520px){
  .np-comment-reply-wrap,
  .np-comment-reply-wrap--actions{gap:6px;}
  .np-comment-reply-wrap .comment-reply-link,
  .np-comment-reply-wrap--actions .comment-reply-link,
  .np-post-delete-link,
  .np-comment-delete-link{
    font-size:.84rem;
    padding:8px 10px;
  }
}

/* ===== v41 messages, coupons, button-fit fixes ===== */
.np-comment-actions-row,
.np-comment-actions-row--end,
.np-comment-reply-wrap,
.np-comment-reply-wrap--actions{
  flex-wrap:wrap;
  align-items:center;
}
.np-comment-reply-wrap .comment-reply-link,
.np-comment-reply-wrap--actions .comment-reply-link,
.np-post-delete-link,
.np-comment-delete-link{
  width:auto !important;
  max-width:100%;
  flex:0 1 auto;
  white-space:nowrap;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
  font-size:clamp(.78rem,2.4vw,.95rem);
  line-height:1.05;
  padding:9px 11px;
}
@media (max-width: 520px){
  .np-comment-reply-wrap,
  .np-comment-reply-wrap--actions,
  .np-comment-actions-row,
  .np-comment-actions-row--end{justify-content:flex-end;gap:6px;}
  .np-comment-reply-wrap .comment-reply-link,
  .np-comment-reply-wrap--actions .comment-reply-link,
  .np-post-delete-link,
  .np-comment-delete-link{
    font-size:.76rem;
    padding:8px 10px;
  }
}

.np-messages-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px;margin-top:10px;}
.np-messages-sidebar,.np-messages-main{min-width:0;}
.np-messages-conversations{display:grid;gap:10px;}
.a.np-message-thread,.np-message-thread{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 14px;border:1px solid var(--np-line);border-radius:16px;background:#fff;text-decoration:none;color:var(--np-text);}
.np-message-thread.is-active{border-color:rgba(111,71,197,.28);background:rgba(244,239,255,.9);}
.np-message-thread__copy{display:grid;gap:4px;min-width:0;}
.np-message-thread__copy strong,.np-message-thread__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.np-message-thread__badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 8px;border-radius:999px;background:var(--np-brand);color:#fff;font-size:.78rem;font-weight:800;}
.np-messages-head{margin-bottom:12px;}
.np-messages-list{display:grid;gap:10px;max-height:620px;overflow:auto;padding-right:4px;}
.np-message-bubble{padding:12px 14px;border-radius:18px;border:1px solid var(--np-line);background:#fff;max-width:78%;}
.np-message-bubble.is-own{margin-left:auto;background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;border-color:transparent;}
.np-message-bubble__meta{font-size:.8rem;font-weight:700;opacity:.78;margin-bottom:6px;}
.np-message-bubble__body{white-space:pre-wrap;word-break:break-word;}
.np-form--messages{display:grid;gap:10px;margin-top:14px;}
.np-messages-empty{padding:24px;}

.np-coupons-card{margin-top:16px;}
.np-coupons-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 18px;}
.np-coupon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.np-coupon-item{border:1px solid var(--np-line);border-radius:18px;padding:16px;background:#fff;display:grid;gap:10px;}
.np-coupon-item h3{margin:0;}
.np-coupon-item__content{color:var(--np-muted);}
.np-coupon-code{padding:10px 12px;border-radius:14px;background:rgba(244,239,255,.9);border:1px solid rgba(111,71,197,.16);font-weight:700;word-break:break-word;}
.np-coupon-form .button[disabled]{opacity:.55;cursor:not-allowed;}

@media (max-width: 900px){
  .np-messages-layout{grid-template-columns:1fr;}
  .np-message-bubble{max-width:100%;}
  .np-coupon-grid,.np-coupons-stats{grid-template-columns:1fr;}
}


/* ===== v42 streamlined header + removed left sidebar ===== */
.np-nav--streamlined{
  gap:10px;
}


/* ===== v43 simplified UX polish ===== */
:root{
  --np-shell-max:1280px;
  --np-layout-gap-desktop:32px;
}

.site-header{
  background:rgba(255,255,255,.84);
  border-bottom:1px solid rgba(43,36,64,.08);
  box-shadow:0 14px 34px rgba(31,20,58,.06);
}
.np-header-inner{
  gap:18px !important;
  padding:12px 0 !important;
}
.np-branding img{
  height:44px;
}
.np-nav--streamlined{
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
.np-nav-link,
.np-nav .np-nav-link{
  padding:10px 14px;
}
.np-nav-search{
  flex:0 1 220px;
  min-width:180px;
  margin-right:4px;
}
.np-nav-search .search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 44px;
  gap:8px;
  margin:0;
}
.np-nav-search .search-field{
  min-width:0;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(111,71,197,.06);
  border-color:rgba(111,71,197,.14);
  box-shadow:none;
}
.np-nav-search .button{
  min-width:44px;
  width:44px;
  height:44px;
  padding:0;
  border-radius:999px;
  background:#fff;
  color:var(--np-brand-3);
  border:1px solid rgba(111,71,197,.14);
  box-shadow:0 10px 20px rgba(31,20,58,.06);
}
.np-nav-search .button:hover{
  color:var(--np-brand);
  background:#fff;
  box-shadow:0 12px 24px rgba(31,20,58,.10);
}
.np-nav a.is-current,
.np-nav .np-nav-link.is-current{
  background:rgba(111,71,197,.10);
  color:var(--np-brand);
}
.np-nav a.is-current::after,
.np-nav .np-nav-link.is-current::after{
  transform:scaleX(1);
}

.np-layout{
  grid-template-columns:minmax(0,1fr) minmax(248px,280px) !important;
  gap:32px !important;
  padding:28px 0 54px !important;
  align-items:start;
}
.np-content{
  gap:22px;
  padding-inline:0 !important;
}
.np-card,.post,.page,.np-sidebar{
  border-radius:24px;
}
.np-home-stack{
  gap:22px !important;
}
.np-home-magazine,.np-home-actions,.np-home-top-users,.np-thought-composer,.np-home-live{
  margin-top:0 !important;
}
.np-home-four-grid{
  gap:14px !important;
}
.np-home-mag-card{
  padding:12px !important;
  border-radius:22px !important;
}
.np-home-live{
  padding:16px 18px !important;
  background:linear-gradient(180deg,#fff,rgba(247,242,255,.96)) !important;
}
.np-live-feed{
  gap:14px;
}

.np-home-actions__grid--three{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.np-home-actions__grid--three .np-action-tile{
  min-height:96px;
  padding:16px 14px;
  border-radius:20px;
}
.np-home-actions__grid--three .np-action-tile strong{
  font-size:1.02rem;
  line-height:1.15;
}
.np-home-actions__grid--three .np-action-tile__icon{
  width:42px;
  height:42px;
  flex-basis:42px;
}
.np-action-tile--topic{
  background:linear-gradient(135deg,#5c22c8 0%,#7e3af2 55%,#9b67ff 100%) !important;
  border-color:rgba(92,34,200,.55) !important;
  box-shadow:0 18px 34px rgba(92,34,200,.28);
}
.np-action-tile--topic strong,
.np-action-tile--topic span{
  color:#fff !important;
}
.np-action-tile--topic .np-action-tile__icon{
  background:rgba(255,255,255,.18) !important;
}
.np-action-tile--register{
  background:linear-gradient(180deg,#fff,rgba(245,239,255,.96)) !important;
}
.np-action-tile--login{
  background:linear-gradient(180deg,#fff,rgba(239,245,255,.96)) !important;
}

.np-sidebar-right{
  max-width:none;
  width:100%;
  padding:18px;
}
.np-sidebar-right .np-sidebar-section{
  display:grid;
  gap:10px;
}
.np-sidebar-right .np-sidebar-section + .np-sidebar-section{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--np-line);
}
.np-sidebar-right .widget-title{
  margin-bottom:0;
}
.np-sidebar-right .np-list{
  gap:8px;
}
.np-sidebar-right .np-list-item--tight{
  padding:10px 11px;
}
.np-list-item__meta{
  color:var(--np-muted);
  font-size:.8rem;
  font-weight:700;
  margin-top:4px;
}

.np-forum-archive .np-section-title--stacked{
  align-items:center;
  gap:12px;
}
.np-forum-archive .np-cta-forum{
  margin-left:auto;
}
.np-cta-forum{
  background:linear-gradient(135deg,#5c22c8,#8a5be2) !important;
  color:#fff !important;
  border-color:#5c22c8 !important;
  box-shadow:0 16px 30px rgba(92,34,200,.24);
}

@media (max-width: 1180px){
  .np-layout{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
}

@media (max-width: 900px){
  .np-header-inner{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }
  .np-nav-search{
    width:100%;
    min-width:0;
    margin:0;
    order:-1;
  }
  .np-home-actions__grid--three{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px){
  .np-home-actions__grid--three{
    grid-template-columns:1fr;
  }
  .np-nav-search .search-form{
    grid-template-columns:minmax(0,1fr) 48px;
  }
}


/* ===== v44 blogs page, slimmer header search, members pagination, blog typography ===== */
@media (min-width: 901px){
  .np-nav--streamlined{
    flex-wrap:nowrap;
    gap:6px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .np-nav--streamlined::-webkit-scrollbar{display:none}
  .np-nav-link,
  .np-nav .np-nav-link{
    padding:9px 10px;
    font-size:.98rem;
    white-space:nowrap;
  }
  .np-nav-search{
    order:99;
    flex:0 0 132px;
    min-width:132px;
    margin-left:2px;
    margin-right:0;
  }
  .np-nav-search .search-form{
    grid-template-columns:minmax(0,1fr) 36px;
    gap:6px;
  }
  .np-nav-search .search-field{
    padding:9px 11px;
    font-size:.9rem;
  }
  .np-nav-search .button{
    min-width:36px;
    width:36px;
    height:36px;
  }
}

.np-page-hero--blogs{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
}
.np-page-hero__actions--blogs{
  display:grid;
  gap:10px;
  justify-items:end;
}
.np-page-hero__actions--blogs .button{
  min-width:180px;
  text-align:center;
}

.single-post .np-article-content,
.single-post .np-article-content p,
.single-post .np-article-content li,
.single-post .np-article-content blockquote{
  font-size:1.3rem;
  line-height:2.04;
}

@media (max-width: 900px){
  .np-page-hero--blogs{
    grid-template-columns:1fr !important;
  }
  .np-page-hero__actions--blogs{
    justify-items:start;
  }
}


/* ===== v45 mobile menu parity, tighter shell, larger titles, unified reading width ===== */
:root{
  --np-shell-max:1152px;
  --np-layout-gap-desktop:28px;
  --np-reading-width:860px;
}

.np-layout{
  grid-template-columns:minmax(0,1fr) minmax(224px,252px) !important;
  gap:var(--np-layout-gap-desktop) !important;
}

.np-nav--streamlined{
  gap:5px;
}

.np-nav-link,
.np-nav .np-nav-link{
  padding:9px 10px;
}

.np-nav-search{
  flex:0 0 116px;
  min-width:116px;
}

.np-nav-search .search-form{
  grid-template-columns:minmax(0,1fr) 34px;
  gap:5px;
}

.np-nav-search .search-field{
  padding:8px 10px;
  font-size:.86rem;
}

.np-nav-search .button{
  width:34px;
  min-width:34px;
  height:34px;
}

.single-post .np-content > article,
.single-post .np-content > .np-comments-card,
.single-np_article .np-content > article,
.single-np_article .np-content > .np-comments-card,
.single-np_article .np-content > .np-related-articles,
.single-forum .np-content > article,
.single-forum .np-content > .np-comments-card,
.single-forum_topic .np-content > article,
.single-forum_topic .np-content > .np-comments-card{
  width:min(100%, var(--np-reading-width));
  margin-inline:auto;
}

.single-forum .np-forum-thread,
.single-forum_topic .np-forum-thread{
  width:min(100%, var(--np-reading-width));
}

.np-topic-card h2,
.np-topic-card h3,
.np-story-card h2,
.np-story-card h3,
.np-magazine-card h3,
.np-home-mag-card h2,
.np-related-article-card h3,
.np-related-list-item h3,
.np-live-card h3{
  font-size:1.36rem !important;
  line-height:1.22 !important;
}

.np-feature-card__content h2,
.np-magazine-feature__content h2{
  font-size:clamp(2.05rem, 3vw, 2.8rem) !important;
  line-height:1.02 !important;
}

.np-related-articles__grid,
.np-related-panels{
  margin-top:18px;
}

@media (max-width: 900px){
  .np-nav{
    align-items:stretch;
  }
  .np-nav-search{
    order:99 !important;
    width:100%;
    min-width:0;
    margin:2px 0 0;
  }
  .np-nav-search .search-form{
    grid-template-columns:minmax(0,1fr) 40px;
  }
  .np-nav-link,
  .np-nav .np-nav-link{
    padding:12px 14px;
    font-size:.98rem;
  }
}

@media (max-width: 680px){
  :root{
    --np-shell-max:calc(100vw - 14px);
  }
  .np-topic-card h2,
  .np-topic-card h3,
  .np-story-card h2,
  .np-story-card h3,
  .np-magazine-card h3,
  .np-home-mag-card h2,
  .np-related-article-card h3,
  .np-related-list-item h3,
  .np-live-card h3{
    font-size:1.22rem !important;
  }
}



/* ===== v53 final mobile navigation + forum utility cleanup ===== */
body.np-mobile-nav-open{overflow:hidden;touch-action:none}

.np-card--soft{background:linear-gradient(180deg,#fff,rgba(247,242,255,.96))}
.np-forum-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.np-forum-menu-link{display:flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:16px;border:1px solid rgba(111,71,197,.14);background:#fff;color:var(--np-brand-3);font-weight:700;text-decoration:none;text-align:center;box-shadow:0 10px 22px rgba(31,20,58,.05)}
.np-forum-menu-link:hover,.np-forum-menu-link:focus-visible{color:#fff;background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));border-color:transparent}
.np-list-item--forum-context{padding:12px 14px}
.np-forum-recent-strip{margin-top:14px}
.np-forum-recent-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.np-topic-card--forum-mini{min-height:100%}
.np-topic-card--forum-mini h3{margin:4px 0 8px;font-size:1.04rem;line-height:1.35}

html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden}
body.admin-bar{--np-admin-bar-height:32px}
.site{width:100%;max-width:100%;overflow-x:hidden}

.single-np_article .np-sidebar-right{display:none !important}
.single-np_article .np-layout{grid-template-columns:minmax(0,1fr) !important}

.np-nav-mobile-head,
.np-nav-backdrop,
.np-nav-close{display:none}

@media (max-width: 900px){
  .site{padding-top:var(--np-mobile-header-offset,78px) !important}
  .site-header{position:fixed;top:var(--np-mobile-header-top,0px);left:0;right:0;width:100%;z-index:1100;overflow:visible !important}
  .site-header .np-wrap{width:calc(100vw - 20px) !important;max-width:none !important}
  .np-wrap{width:calc(100vw - 24px) !important;max-width:none !important;margin-inline:auto !important}
  .np-header-inner{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:10px !important;padding:8px 0 !important}
  .np-branding{min-width:0;max-width:100%;gap:8px}
  .np-branding img{height:34px;border-radius:10px}
  .np-brand-copy{display:grid !important;min-width:0;gap:0}
  .np-brand-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.96rem}
  .np-brand-copy span{font-size:.72rem}

  .np-layout{grid-template-columns:1fr !important;gap:14px !important;padding:14px 0 24px !important}
  .np-content,.np-sidebar,.np-sidebar-left,.np-sidebar-right,.np-forum-thread,.np-comments-card,.np-editor-card{width:100% !important;max-width:none !important;min-width:0 !important;margin:0 !important}
  .np-content{gap:14px !important;padding-inline:0 !important}
  .np-content > *, .np-sidebar > *{max-width:100% !important;min-width:0 !important}

  .single-forum .np-sidebar-right,
  .single-forum_topic .np-sidebar-right,
  .post-type-archive-forum .np-sidebar-right,
  .post-type-archive-forum_topic .np-sidebar-right,
  .tax-forum_category .np-sidebar-right,
  .tax-forum_topic_category .np-sidebar-right{display:none !important}

  .np-card,.post,.page,.np-sidebar,.np-forum-thread,.np-comments-card,.np-forum-filterbar,.np-magazine-head,.np-magazine-hero{padding:14px !important;border-radius:18px !important}

  .np-nav-toggle{display:inline-flex !important;width:44px;height:44px;flex:0 0 44px}
  .np-nav-toggle[aria-expanded="true"]{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2)) !important;color:#fff !important;border-color:transparent !important}

  .np-nav-backdrop{
    display:block !important;
    position:fixed;
    inset:0;
    background:rgba(23,17,41,.42);
    backdrop-filter:blur(4px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
    z-index:1110;
  }
  .np-nav-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}

  .np-nav,.np-nav--streamlined{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:min(92vw, 390px) !important;
    max-width:min(92vw, 390px) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:calc(var(--np-mobile-header-top,0px) + 12px) 12px max(12px, env(safe-area-inset-bottom, 0px) + 12px) !important;
    margin:0 !important;
    overflow:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    border-left:1px solid rgba(43,36,64,.10) !important;
    background:rgba(250,248,253,.99) !important;
    box-shadow:-20px 0 56px rgba(24,16,42,.18) !important;
    backdrop-filter:blur(14px) saturate(140%);
    z-index:1120 !important;
    transform:translateX(104%);
    transition:transform .24s ease;
    visibility:hidden !important;
    pointer-events:none !important;
    opacity:1 !important;
    border-radius:0 !important;
  }
  .np-nav.is-open,.np-nav--streamlined.is-open{
    transform:translateX(0);
    visibility:visible !important;
    pointer-events:auto !important;
  }
  .np-nav::before{display:none !important}
  .np-nav-mobile-head{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin:0 0 4px;
    padding:0 0 8px;
    border-bottom:1px solid rgba(43,36,64,.10);
  }
  .np-nav-mobile-head strong{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--np-muted)}
  .np-nav-close{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:12px;
    border:1px solid rgba(43,36,64,.10);
    background:#fff;
    color:var(--np-brand-3);
    font-size:1.5rem;
    line-height:1;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(31,20,58,.05);
  }
  .np-nav > *, .np-nav--streamlined > *{display:block !important;flex:0 0 auto !important}
  .np-nav-link,.np-nav .np-nav-link,.np-nav a{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-height:50px;padding:13px 14px !important;margin:0 !important;border:1px solid rgba(43,36,64,.10) !important;border-radius:14px !important;background:#fff !important;color:var(--np-brand-3) !important;box-shadow:0 10px 22px rgba(31,20,58,.05) !important;white-space:normal !important;line-height:1.25 !important;text-decoration:none !important}
  .np-nav a::after,.np-nav .np-nav-link::after{display:none !important}
  .np-nav a.is-current,.np-nav .np-nav-link.is-current{background:linear-gradient(135deg, rgba(111,71,197,.12), rgba(122,97,194,.18)) !important;border-color:rgba(111,71,197,.20) !important;color:var(--np-brand) !important}

  .np-nav-search{order:999 !important;display:block !important;width:100% !important;min-width:0 !important;margin:2px 0 0 !important;padding-top:8px !important;border-top:1px solid rgba(43,36,64,.08)}
  .np-nav-search .search-form{display:grid !important;grid-template-columns:minmax(0,1fr) 44px !important;gap:8px !important;margin:0 !important}
  .np-nav-search .search-field{min-width:0 !important;width:100% !important;padding:12px 14px !important;font-size:16px !important;border-radius:14px !important;background:#fff !important}
  .np-nav-search .button{width:44px !important;min-width:44px !important;height:44px !important;border-radius:14px !important}

  .np-forum-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .np-forum-recent-strip__grid{grid-template-columns:1fr !important}
  .single-forum .np-content > article,
  .single-forum .np-content > .np-comments-card,
  .single-forum .np-content > .np-forum-recent-strip,
  .single-forum_topic .np-content > article,
  .single-forum_topic .np-content > .np-comments-card,
  .single-forum_topic .np-content > .np-forum-recent-strip,
  .single-post .np-content > article,
  .single-post .np-content > .np-comments-card,
  .single-np_article .np-content > article,
  .single-np_article .np-content > .np-comments-card,
  .single-np_article .np-content > .np-related-articles{width:100% !important;max-width:none !important;margin-inline:0 !important}
}

@media (max-width: 680px){
  .site-header .np-wrap{width:calc(100vw - 12px) !important}
  .np-wrap{width:calc(100vw - 16px) !important}
  .np-nav,.np-nav--streamlined{width:min(94vw, 380px) !important;max-width:min(94vw, 380px) !important;padding:calc(var(--np-mobile-header-top,0px) + 10px) 10px max(10px, env(safe-area-inset-bottom, 0px) + 10px) !important}
  .np-brand-copy span{display:none !important}
  .np-forum-menu-grid{grid-template-columns:1fr !important}
  .np-forum-menu-link{justify-content:flex-start;text-align:left}
  .np-topic-card h2,
  .np-topic-card h3,
  .np-story-card h2,
  .np-story-card h3,
  .np-magazine-card h3,
  .np-home-mag-card h2,
  .np-related-article-card h3,
  .np-related-list-item h3,
  .np-live-card h3{font-size:1.22rem !important}
}

/* ===== v54 cleanup: mobile drawer, forum sidebar, messages ===== */
body.np-mobile-nav-open{overflow:hidden}

.site-header .np-nav,
.site-header .np-nav--streamlined{
  height:auto;
  min-height:0;
  background:transparent;
  border-bottom:0;
  box-shadow:none;
}

.np-sidebar-section--forum-menu .np-forum-menu-grid{
  grid-template-columns:1fr;
}

.np-sidebar-section--forum-menu .np-forum-menu-link{
  justify-content:flex-start;
  text-align:left;
  line-height:1.35;
  min-height:auto;
}

.np-messages-sidebar,
.np-messages-main{
  display:grid;
  gap:12px;
  align-content:start;
}

.np-messages-main{
  min-height:420px;
}

.np-messages-empty{
  min-height:clamp(240px, 38vh, 380px);
  display:grid;
  align-content:center;
  gap:8px;
  border:1px dashed rgba(111,71,197,.16);
  background:linear-gradient(180deg,#fff,rgba(247,242,255,.84));
}

@media (max-width: 900px){
  .site-header,
  .site-header .np-wrap,
  .site-header .np-header-inner{
    overflow:visible !important;
  }

  .site-header .np-nav,
  .site-header .np-nav--streamlined{
    top:0 !important;
    right:0 !important;
    bottom:auto !important;
    left:auto !important;
    height:100dvh !important;
    max-height:100dvh !important;
    min-height:100dvh !important;
    padding-top:calc(var(--np-mobile-header-top,0px) + env(safe-area-inset-top, 0px) + 12px) !important;
    padding-right:max(12px, env(safe-area-inset-right, 0px) + 12px) !important;
    padding-bottom:max(12px, env(safe-area-inset-bottom, 0px) + 12px) !important;
    padding-left:12px !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    align-items:stretch !important;
    justify-content:flex-start !important;
    background:rgba(250,248,253,.99) !important;
    border-radius:0 !important;
  }

  .np-nav-mobile-head{
    position:sticky;
    top:0;
    z-index:2;
    margin-top:-4px;
    padding-top:4px;
    background:inherit;
  }

  .np-nav-search .search-form{
    grid-template-columns:minmax(0,1fr) 44px !important;
  }

  .np-messages-main{
    min-height:0;
  }

  .np-messages-empty{
    min-height:220px;
  }
}

@media (max-width: 680px){
  .site-header .np-nav,
  .site-header .np-nav--streamlined{
    width:min(94vw, 380px) !important;
    max-width:min(94vw, 380px) !important;
    padding-left:10px !important;
    padding-right:max(10px, env(safe-area-inset-right, 0px) + 10px) !important;
  }
}


/* ===== v55 mobile stack order + full-screen menu ===== */
@media (max-width: 900px){
  .np-layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
  }

  .np-content{
    order:1 !important;
  }

  .np-sidebar-left,
  .np-sidebar-right,
  .np-layout > aside.np-sidebar,
  .np-layout > .np-sidebar{
    order:20 !important;
    grid-column:1 / -1 !important;
    align-self:auto !important;
    width:100% !important;
    max-width:none !important;
    margin-top:0 !important;
    display:block !important;
  }

  .single-forum .np-sidebar-right,
  .single-forum_topic .np-sidebar-right,
  .post-type-archive-forum .np-sidebar-right,
  .post-type-archive-forum_topic .np-sidebar-right,
  .tax-forum_category .np-sidebar-right,
  .tax-forum_topic_category .np-sidebar-right,
  .tax-np_rubrika .np-sidebar-right,
  .archive .np-sidebar-right,
  .blog .np-sidebar-right,
  .home .np-sidebar-right{
    display:block !important;
  }

  .site-header .np-header-inner{
    grid-template-columns:minmax(0,1fr) 44px !important;
  }

  .site-header .np-nav,
  .site-header .np-nav--streamlined{
    inset:0 0 0 0 !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    min-width:100vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    max-height:100dvh !important;
    padding:
      calc(var(--np-mobile-header-top,0px) + env(safe-area-inset-top, 0px) + 14px)
      max(14px, env(safe-area-inset-right, 0px) + 14px)
      max(14px, env(safe-area-inset-bottom, 0px) + 14px)
      max(14px, env(safe-area-inset-left, 0px) + 14px) !important;
    box-sizing:border-box !important;
    border-left:0 !important;
    box-shadow:none !important;
    background:rgba(247,244,252,.985) !important;
  }

  body:not(.np-mobile-nav-open) #npPrimaryNav{
    transform:translate3d(100%,0,0) !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  body.np-mobile-nav-open #npPrimaryNav,
  .site-header .np-nav.is-open,
  .site-header .np-nav--streamlined.is-open{
    transform:translate3d(0,0,0) !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .np-nav-mobile-head{
    position:sticky;
    top:calc(env(safe-area-inset-top, 0px) * -1) !important;
    margin:0 0 10px !important;
    padding:0 0 12px !important;
    background:rgba(247,244,252,.985) !important;
  }

  .np-nav > *,
  .np-nav--streamlined > *{
    max-width:100% !important;
  }

  .np-nav-link,
  .np-nav .np-nav-link,
  .np-nav a{
    min-height:52px !important;
    font-size:1rem !important;
  }

  .np-nav-search{
    margin-top:4px !important;
    padding-top:12px !important;
  }
}

@media (max-width: 680px){
  .site-header .np-nav,
  .site-header .np-nav--streamlined{
    padding-left:max(12px, env(safe-area-inset-left, 0px) + 12px) !important;
    padding-right:max(12px, env(safe-area-inset-right, 0px) + 12px) !important;
  }
}


/* ===== v17 social embed fixes (Instagram / Facebook) =====
   WordPress social embeds render as iframes with their own computed height.
   Do not force height:auto on them, otherwise the preview can get cropped. */
.np-article-content iframe,
.np-forum-thread__body iframe,
.comment-content iframe{
  max-width:100%;
  width:100%;
  border:0;
}

.np-article-content .wp-block-embed,
.np-forum-thread__body .wp-block-embed,
.comment-content .wp-block-embed{
  clear:both;
  margin:1.35em auto;
  max-width:100%;
}

.np-article-content .wp-block-embed__wrapper,
.np-forum-thread__body .wp-block-embed__wrapper,
.comment-content .wp-block-embed__wrapper{
  max-width:100%;
  overflow:hidden;
}

/* Instagram / Facebook embeds need their natural height, not a forced 16:9 box. */
.np-article-content .wp-block-embed-instagram .wp-block-embed__wrapper,
.np-article-content .wp-block-embed-facebook .wp-block-embed__wrapper,
.np-forum-thread__body .wp-block-embed-instagram .wp-block-embed__wrapper,
.np-forum-thread__body .wp-block-embed-facebook .wp-block-embed__wrapper,
.comment-content .wp-block-embed-instagram .wp-block-embed__wrapper,
.comment-content .wp-block-embed-facebook .wp-block-embed__wrapper{
  position:static!important;
  padding:0!important;
  height:auto!important;
}

.np-article-content .instagram-media,
.np-forum-thread__body .instagram-media,
.comment-content .instagram-media,
.np-article-content .fb-post,
.np-forum-thread__body .fb-post,
.comment-content .fb-post{
  max-width:100%!important;
  min-width:0!important;
  width:100%!important;
  margin:1.35em auto!important;
}

@media (max-width: 600px){
  .np-article-content .instagram-media,
  .np-forum-thread__body .instagram-media,
  .comment-content .instagram-media,
  .np-article-content .fb-post,
  .np-forum-thread__body .fb-post,
  .comment-content .fb-post{
    width:100%!important;
  }
}


/* ===== v48.3 18+ content gate ===== */
.np-is-adult-gated{position:relative;overflow:hidden}
.np-is-adult-gated::after{content:"18+";position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,#2a173d,#d94080);color:#fff;font-weight:950;font-size:1.12rem;letter-spacing:.08em;box-shadow:0 18px 36px rgba(44,20,66,.30);z-index:3}
.np-adult-gate{position:relative;display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;margin:24px 0;padding:28px;border-radius:30px;background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.9),rgba(255,255,255,.68) 42%,rgba(251,244,255,.92)),linear-gradient(135deg,rgba(63,28,91,.12),rgba(217,64,128,.16));border:1px solid rgba(93,55,135,.18);box-shadow:0 24px 70px rgba(45,27,78,.18);overflow:hidden;isolation:isolate}
.np-adult-gate::before{content:"";position:absolute;inset:auto -70px -120px auto;width:250px;height:250px;border-radius:999px;background:rgba(217,64,128,.16);filter:blur(3px);z-index:-1}
.np-adult-gate__orb,.np-adult-modal__badge{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:34px;background:linear-gradient(135deg,#241032,#d94080);color:#fff;font-weight:950;font-size:1.9rem;letter-spacing:.09em;box-shadow:0 22px 54px rgba(217,64,128,.38),inset 0 1px 0 rgba(255,255,255,.28);transform:rotate(-5deg)}
.np-adult-gate__kicker{display:inline-flex;width:max-content;margin-bottom:8px;padding:7px 12px;border-radius:999px;background:rgba(217,64,128,.12);color:#8c2452;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.np-adult-gate h2{margin:0 0 8px;font-size:clamp(1.35rem,3vw,2rem);color:#291638}
.np-adult-gate p{max-width:680px;margin:0 0 16px;color:var(--np-muted)}
.np-adult-gate__actions,.np-adult-modal__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.np-adult-gate__note,.np-adult-modal__foot{font-size:.9rem;margin-top:12px!important}
.np-modal--adult .np-modal__dialog--adult{max-width:560px;border-radius:30px;padding:0;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,247,252,.98));border:1px solid rgba(217,64,128,.18);box-shadow:0 30px 90px rgba(34,17,51,.36);overflow:hidden}
.np-modal__head--adult{align-items:flex-start;padding:24px 24px 12px;background:radial-gradient(circle at 10% 0%,rgba(217,64,128,.18),transparent 45%)}
.np-modal__head--adult h2{margin:.25rem 0 0;color:#291638}
.np-adult-modal__badge{margin:24px 0 0 24px;width:104px;height:104px;border-radius:32px;font-size:1.75rem}
.np-adult-modal__body{padding:8px 24px 26px}.np-adult-modal__body p{color:var(--np-muted);font-weight:650;line-height:1.6}.np-modal--adult .np-modal__close{min-width:42px;padding:8px 12px}
@media (max-width:640px){.np-adult-gate{grid-template-columns:1fr;padding:22px}.np-adult-gate__orb{width:88px;height:88px;border-radius:28px}.np-adult-gate__actions .button,.np-adult-modal__actions .button{width:100%;justify-content:center}.np-adult-modal__badge{width:86px;height:86px;border-radius:28px;font-size:1.45rem}.np-is-adult-gated::after{min-width:56px;height:38px;font-size:1rem}}


/* ===== v48.5 logged-in stats + modern profile refresh ===== */
.np-profile-shell--v56{position:relative;display:grid;gap:18px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.94));border:1px solid rgba(255,255,255,.75);box-shadow:0 28px 90px rgba(36,24,68,.12)}
.np-profile-hero--v56{position:relative;isolation:isolate;display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:start;padding:28px;border-radius:34px;overflow:hidden;background:radial-gradient(circle at 8% 6%,rgba(255,255,255,.95),rgba(255,255,255,.35) 28%,transparent 45%),linear-gradient(135deg,#2b2440 0%,#5e4696 48%,#b86ae0 100%);border:1px solid rgba(255,255,255,.45);box-shadow:0 24px 70px rgba(54,31,92,.22)}
.np-profile-hero--v56::after{content:"";position:absolute;inset:auto -80px -140px auto;width:320px;height:320px;border-radius:999px;background:rgba(255,255,255,.16);filter:blur(2px);z-index:-1}.np-profile-hero__glow{position:absolute;inset:-120px auto auto 36%;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.18);filter:blur(34px);z-index:-1}
.np-profile-hero__avatar--v56{position:relative;display:grid;place-items:center;padding:8px;border-radius:42px;background:rgba(255,255,255,.18);backdrop-filter:blur(10px);box-shadow:0 20px 60px rgba(0,0,0,.18)}
.np-profile-hero__avatar--v56 img{position:relative;z-index:1;width:156px!important;height:156px!important;border-radius:34px!important;object-fit:cover;border:4px solid rgba(255,255,255,.86);box-shadow:0 16px 34px rgba(0,0,0,.22)!important}.np-profile-avatar-ring{position:absolute;inset:-4px;border-radius:46px;border:1px solid rgba(255,255,255,.42);pointer-events:none}
.np-profile-hero__main--v56{min-width:0;color:#fff}.np-profile-topline--v56{align-items:flex-start}.np-profile-topline--v56 h1{margin:6px 0 8px;color:#fff;font-size:clamp(2.2rem,4.8vw,4.4rem);letter-spacing:-.055em;text-shadow:0 12px 34px rgba(0,0,0,.2)}
.np-profile-status-pill{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-size:.82rem;font-weight:900;color:#fff;backdrop-filter:blur(10px)}.np-profile-status-pill i{width:9px;height:9px;border-radius:999px;background:#72f0a8;box-shadow:0 0 0 5px rgba(114,240,168,.16)}
.np-profile-topline__sub--v56{gap:8px;color:rgba(255,255,255,.82)}.np-profile-topline__sub--v56 span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:750;font-size:.92rem}.np-profile-actions--v56{justify-content:flex-end}.np-profile-actions--v56 .button{box-shadow:0 12px 28px rgba(24,13,46,.18)}
.np-profile-chipline--v56{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.np-profile-chipline--v56 span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:850;font-size:.9rem;backdrop-filter:blur(8px)}
.np-profile-story-card--v56{display:grid;gap:10px;margin-top:12px;padding:16px;border-radius:24px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.np-profile-thought--v56{margin:0!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff}.np-profile-thought--v56 p{margin-bottom:0;color:rgba(255,255,255,.88)}.np-profile-bio--v56{color:rgba(255,255,255,.9);font-size:1.02rem}.np-profile-bio--v56 p:last-child{margin-bottom:0}
.np-profile-meta--v56{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:16px}.np-profile-meta--v56 .np-stat-card{display:grid;gap:4px;align-content:center;min-height:84px;padding:14px 12px!important;border-radius:22px!important;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.82);box-shadow:0 16px 36px rgba(31,20,58,.13);text-align:left!important}.np-profile-meta--v56 .np-stat-card strong{font-size:1.25rem!important;color:#261b3f}.np-profile-meta--v56 .np-stat-card span{font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em;color:#74698c}
.np-profile-overview-grid--v56{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;margin-top:0}.np-profile-info-card--v56,.np-profile-activity-card--v56{position:relative;overflow:hidden;border-radius:28px!important;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(250,247,255,.94))!important;border:1px solid rgba(101,74,166,.12)!important}.np-profile-info-card--v56::after,.np-profile-activity-card--v56::after{content:"";position:absolute;right:-70px;top:-90px;width:180px;height:180px;border-radius:999px;background:rgba(122,97,194,.10);pointer-events:none}
.np-profile-details-list--v56 li{grid-template-columns:180px minmax(0,1fr);padding:12px 0;border-color:rgba(43,36,64,.08)}.np-profile-details-list--v56 strong{color:#5e4696}.np-profile-details-list--v56 span{font-weight:750;color:#312942}.np-activity-summary-grid--v56{margin-top:12px}.np-activity-summary-grid--v56 .np-activity-mini{border-radius:22px;background:linear-gradient(180deg,#fff,#f6f1ff);border:1px solid rgba(101,74,166,.12);box-shadow:0 12px 26px rgba(40,24,70,.07)}.np-profile-activity-note--v56{margin:16px 0 0;color:var(--np-muted);line-height:1.6}
.np-profile-shell--v56>.np-card,.np-profile-shell--v56 .np-grid-2--profile>.np-card,.np-profile-shell--v56 .np-grid-3--profile>.np-card{border-radius:26px!important;border:1px solid rgba(98,72,158,.11)!important;background:rgba(255,255,255,.92)!important;box-shadow:0 18px 48px rgba(34,22,58,.08)!important}.np-profile-shell--v56 .np-list-item{border-radius:16px;background:linear-gradient(180deg,#fff,#faf8ff);border:1px solid rgba(98,72,158,.10);box-shadow:0 8px 20px rgba(34,22,58,.045)}.np-profile-shell--v56 h2{letter-spacing:-.035em}.np-profile-shell--v56 .np-media-grid__item{border-radius:24px;overflow:hidden;box-shadow:0 16px 38px rgba(34,22,58,.10)}
@media(max-width:1100px){.np-profile-hero--v56,.np-profile-overview-grid--v56{grid-template-columns:1fr}.np-profile-hero__avatar--v56{width:max-content}.np-profile-actions--v56{justify-content:flex-start}.np-profile-meta--v56{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.np-profile-shell--v56{padding:12px}.np-profile-hero--v56{padding:20px;border-radius:28px}.np-profile-hero__avatar--v56 img{width:118px!important;height:118px!important;border-radius:28px!important}.np-profile-topline--v56 h1{font-size:2.4rem}.np-profile-meta--v56{grid-template-columns:repeat(2,minmax(0,1fr))}.np-profile-details-list--v56 li{grid-template-columns:1fr}.np-profile-actions--v56 .button{width:100%;justify-content:center}.np-profile-chipline--v56 span{width:100%;justify-content:center}}
@media(max-width:420px){.np-profile-meta--v56{grid-template-columns:1fr}.np-profile-hero--v56{padding:16px}.np-profile-topline--v56 h1{font-size:2.05rem}}

/* ===== v48.6 širší web, moderné profily a admin správy ===== */
:root{--np-shell-max:1400px;}
@media (min-width:901px){
  .np-wrap{width:min(var(--np-shell-max), calc(100vw - 24px)) !important;}
  .site-header .np-wrap{width:min(var(--np-shell-max), calc(100vw - 24px)) !important;}
}
.np-profile-shell--v486{gap:22px!important;padding:22px!important;border-radius:38px!important;background:linear-gradient(180deg,rgba(255,255,255,.70),rgba(255,255,255,.94))!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 30px 110px rgba(35,23,60,.14)!important;overflow:visible!important;}
.np-profile-shell--v486::before{content:"";position:absolute;inset:8px;border-radius:34px;background:radial-gradient(circle at 12% 8%,rgba(122,97,194,.16),transparent 34%),radial-gradient(circle at 90% 5%,rgba(217,64,128,.12),transparent 30%);pointer-events:none;z-index:-1;}
.np-profile-hero--v486{min-height:320px;padding:34px!important;border-radius:38px!important;background:radial-gradient(circle at 8% 8%,rgba(255,255,255,.95),rgba(255,255,255,.42) 24%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(255,255,255,.20),transparent 26%),linear-gradient(135deg,#241c36 0%,#5e4696 46%,#bd72e6 100%)!important;}
.np-profile-hero--v486::before{content:"";position:absolute;inset:18px;border-radius:30px;border:1px solid rgba(255,255,255,.18);pointer-events:none;}
.np-profile-hero__avatar--v486{transform:translateY(2px);box-shadow:0 26px 80px rgba(0,0,0,.25)!important;}
.np-profile-hero__avatar--v486 img{width:172px!important;height:172px!important;border-radius:38px!important;}
.np-profile-topline--v486 h1{max-width:820px;font-size:clamp(2.55rem,5.3vw,5.25rem)!important;line-height:.92!important;}
.np-profile-actions--v486 .button{border-color:rgba(255,255,255,.34)!important;background:rgba(255,255,255,.18)!important;color:#fff!important;backdrop-filter:blur(12px);}
.np-profile-actions--v486 .button:hover{transform:translateY(-1px);background:rgba(255,255,255,.26)!important;color:#fff!important;}
.np-profile-chipline--v486 span{padding:10px 14px!important;border-radius:16px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);}
.np-profile-story-card--v486{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;padding:18px!important;border-radius:28px!important;}
.np-profile-meta--v486{gap:12px!important;}
.np-profile-meta--v486 .np-stat-card{min-height:94px!important;border-radius:26px!important;transition:transform .2s ease,box-shadow .2s ease;}
.np-profile-meta--v486 .np-stat-card:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(31,20,58,.17)!important;}
.np-profile-quicknav--v486{position:sticky;top:76px;z-index:20;display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin:-4px 0 0;padding:10px;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(98,72,158,.12);box-shadow:0 18px 46px rgba(34,22,58,.10);backdrop-filter:blur(16px);}
.np-profile-quicknav--v486 a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border-radius:999px;background:linear-gradient(180deg,#fff,#faf8ff);border:1px solid rgba(98,72,158,.10);color:#382d55;font-weight:900;font-size:.92rem;}
.np-profile-quicknav--v486 a:hover{color:#fff;background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));box-shadow:0 12px 28px rgba(94,70,150,.22);}
.np-profile-overview-grid--v486{scroll-margin-top:140px;}
#np-profile-account,#np-profile-writing,#np-profile-favorites,#np-profile-activity,#np-profile-wall{scroll-margin-top:140px;}
.np-profile-shell--v486>.np-card,.np-profile-shell--v486 .np-grid-2--profile>.np-card,.np-profile-shell--v486 .np-grid-3--profile>.np-card{position:relative;overflow:hidden;border-radius:30px!important;}
.np-profile-shell--v486>.np-card::before,.np-profile-shell--v486 .np-grid-2--profile>.np-card::before,.np-profile-shell--v486 .np-grid-3--profile>.np-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--np-brand),#d94080);opacity:.75;}
.np-profile-shell--v486 .np-list{gap:9px;}
.np-profile-shell--v486 .np-list-item{padding:13px 14px!important;border-radius:18px!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.np-profile-shell--v486 .np-list-item:hover{transform:translateX(3px);border-color:rgba(94,70,150,.26)!important;box-shadow:0 12px 28px rgba(34,22,58,.09)!important;}
.np-profile-account-grid--v486 .np-card{min-height:100%;}
.np-profile-activity-board--v486{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,242,255,.95))!important;}
.np-profile-wall--v486{background:linear-gradient(180deg,#fff,#fbf8ff)!important;}
@media(max-width:1100px){.np-profile-story-card--v486{grid-template-columns:1fr}.np-profile-quicknav--v486{top:68px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.np-profile-quicknav--v486 a{white-space:nowrap}.np-profile-hero__avatar--v486 img{width:140px!important;height:140px!important}}
@media(max-width:700px){.np-profile-shell--v486{padding:12px!important;border-radius:28px!important}.np-profile-hero--v486{min-height:0;padding:20px!important}.np-profile-quicknav--v486{position:relative;top:auto;margin-top:0}.np-profile-topline--v486 h1{font-size:2.35rem!important}.np-profile-hero__avatar--v486 img{width:118px!important;height:118px!important}.np-profile-overview-grid--v486,#np-profile-account,#np-profile-writing,#np-profile-favorites,#np-profile-activity,#np-profile-wall{scroll-margin-top:20px}}

/* ===== v48.7 message deletion and retention UI ===== */
.np-messages-head--actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.np-message-delete-conversation{
  margin:0;
  flex:0 0 auto;
}
.np-message-delete-conversation__button{
  background:#fff !important;
  color:#9b1c1c !important;
  border-color:rgba(185,28,28,.25) !important;
  box-shadow:0 8px 20px rgba(127,29,29,.08) !important;
}
.np-message-bubble__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.np-message-delete-form{
  margin:0;
  line-height:1;
}
.np-message-delete-button{
  appearance:none;
  border:0;
  border-radius:999px;
  padding:4px 8px;
  background:rgba(127,29,29,.08);
  color:#9b1c1c;
  font-size:.72rem;
  font-weight:900;
  line-height:1.1;
  cursor:pointer;
}
.np-message-bubble.is-own .np-message-delete-button{
  background:rgba(255,255,255,.18);
  color:#fff;
}
.np-message-delete-button:hover,
.np-message-delete-button:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(127,29,29,.12);
}
@media (max-width: 700px){
  .np-messages-head--actions{
    align-items:flex-start;
    flex-direction:column;
  }
  .np-message-delete-conversation,
  .np-message-delete-conversation__button{
    width:100%;
  }
}

/* ===== v48.9 modern live messages with latest thoughts ===== */
.np-messages-shell--v489{overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,241,255,.92));}
.np-messages-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;}
.np-message-live-pill{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:9px 13px;border-radius:999px;background:rgba(34,197,94,.10);color:#166534;border:1px solid rgba(34,197,94,.22);font-weight:900;font-size:.86rem;box-shadow:0 10px 24px rgba(22,101,52,.08);}
.np-message-live-pill span{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.14);}
.np-messages-layout--modern{grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:20px;align-items:start;margin-top:18px;}
.np-messages-layout--modern>[data-np-messages-sidebar],
.np-messages-layout--modern>[data-np-messages-chat]{min-width:0;}
.np-message-panel{position:relative;display:grid;gap:12px;padding:14px;border-radius:24px;background:rgba(255,255,255,.88);border:1px solid rgba(98,72,158,.12);box-shadow:0 16px 36px rgba(34,22,58,.07);backdrop-filter:blur(10px);}
.np-message-panel--primary{background:linear-gradient(180deg,#fff,rgba(248,244,255,.94));}
.np-message-panel--thought{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,240,255,.92));border-color:rgba(124,58,237,.18);}
.np-message-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.np-message-panel__head h2{margin:2px 0 0;font-size:1.05rem;}
.np-message-panel__hint{margin:-4px 0 0;color:var(--np-muted);font-size:.88rem;}
.np-message-refresh-indicator{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:rgba(94,70,150,.08);color:#5e4696;font-weight:900;font-size:.72rem;white-space:nowrap;}
.np-messages-conversations--compact{gap:8px;}
.np-message-thread{position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;}
.np-message-thread:hover{transform:translateY(-1px);border-color:rgba(94,70,150,.22);box-shadow:0 12px 26px rgba(34,22,58,.09);}
.np-message-thread.is-active{border-color:rgba(94,70,150,.36);background:linear-gradient(135deg,rgba(244,239,255,.98),rgba(255,255,255,.96));box-shadow:0 14px 30px rgba(94,70,150,.13);}
.np-message-avatar{position:relative;display:inline-flex;line-height:0;}
.np-message-avatar img{border-radius:999px;border:3px solid #fff;box-shadow:0 8px 20px rgba(34,22,58,.12);}
.np-message-avatar::after{content:"";position:absolute;right:1px;bottom:1px;width:11px;height:11px;border-radius:999px;border:2px solid #fff;background:#a1a1aa;}
.np-message-avatar.is-online::after{background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.15);}
.np-message-avatar.is-recent::after{background:#f59e0b;box-shadow:0 0 0 5px rgba(245,158,11,.13);}
.np-message-thread__side{display:grid;justify-items:end;gap:5px;}
.np-message-mini-tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:999px;background:rgba(124,58,237,.12);color:#5b21b6;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.np-message-empty-note{margin:0;padding:12px;border-radius:16px;background:rgba(244,239,255,.55);border:1px dashed rgba(94,70,150,.16);font-size:.9rem;}
.np-message-chat-user__avatar{flex:0 0 auto;}
.np-message-status-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:999px;background:#a1a1aa;vertical-align:middle;}
.np-message-status-dot.is-online{background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12);}
.np-message-status-dot.is-recent{background:#f59e0b;box-shadow:0 0 0 5px rgba(245,158,11,.12);}
.np-messages-main{padding:18px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.93),rgba(250,248,255,.96));border:1px solid rgba(98,72,158,.12);box-shadow:0 20px 48px rgba(34,22,58,.09);}
.np-messages-list{min-height:360px;max-height:clamp(460px,62vh,720px);padding:12px;border-radius:24px;background:linear-gradient(180deg,rgba(244,239,255,.52),rgba(255,255,255,.72));border:1px solid rgba(98,72,158,.10);scroll-behavior:smooth;}
.np-message-bubble{border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(34,22,58,.07);}
.np-message-bubble.is-own{background:linear-gradient(135deg,var(--np-brand),#8168cd);box-shadow:0 12px 28px rgba(94,70,150,.18);}
.np-message-chat-placeholder{display:grid;place-items:center;text-align:center;min-height:280px;color:var(--np-muted);}
.np-message-chat-placeholder strong{display:block;color:var(--np-text);font-size:1.18rem;margin-bottom:6px;}
.np-message-chat-placeholder p{margin:0;}
.np-message-compose{padding:12px;margin-top:14px;border-radius:24px;background:#fff;border:1px solid rgba(98,72,158,.10);box-shadow:0 12px 28px rgba(34,22,58,.06);}
.np-message-compose__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;}
.np-message-compose textarea{min-height:64px;max-height:220px;resize:none;border-radius:18px;}
.np-message-compose .button{min-height:48px;border-radius:16px;}
.np-messages-shell--v489.is-refreshing .np-message-refresh-indicator{opacity:.7;}
.np-messages-shell--v489.is-refreshing .np-message-live-pill span{animation:npMessagePulse 1s ease-in-out infinite;}
@keyframes npMessagePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.45);opacity:.55}}
@media (max-width: 980px){
  .np-messages-titlebar{display:grid;}
  .np-messages-layout--modern{grid-template-columns:1fr;}
  .np-messages-sidebar{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .np-message-panel--primary{grid-column:1/-1;}
  .np-messages-list{max-height:560px;}
}
@media (max-width: 640px){
  .np-messages-shell--v489{padding:14px!important;border-radius:24px!important;}
  .np-messages-sidebar{grid-template-columns:1fr;}
  .np-messages-main{padding:12px;border-radius:22px;}
  .np-message-compose__row{grid-template-columns:1fr;}
  .np-message-compose .button{width:100%;}
  .np-message-thread{grid-template-columns:42px minmax(0,1fr) auto;padding:11px 12px;}
  .np-messages-list{min-height:300px;max-height:520px;padding:10px;}
}

/* ===== v48.10 homepage rearrange, swipe rows and account dashboard ===== */
.np-home-stack--v4810{display:grid;gap:24px!important;}
.np-home-top-thought-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:20px;align-items:stretch;}
.np-home-top-thought-row__ranking,.np-home-top-thought-row__composer{min-width:0;}
.np-home-top-thought-row .np-home-top-users,.np-home-top-thought-row .np-thought-composer{height:100%;margin:0!important;}
.np-home-top-thought-row .np-home-top-users{display:grid;grid-template-rows:auto 1fr;padding:22px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,242,255,.92));border:1px solid rgba(98,72,158,.12);box-shadow:0 22px 54px rgba(34,22,58,.08);overflow:hidden;}
.np-home-top-thought-row .np-home-top-users__head{align-items:center;margin-bottom:12px;}
.np-home-top-thought-row .np-top-users-grid{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 4px 12px;margin:0 -4px;}
.np-home-top-thought-row .np-top-users-grid::-webkit-scrollbar,.np-home-mag-swipe::-webkit-scrollbar{height:8px;}
.np-home-top-thought-row .np-top-users-grid::-webkit-scrollbar-thumb,.np-home-mag-swipe::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(94,70,150,.22);}
.np-home-top-thought-row .np-top-user-card{flex:0 0 clamp(172px,18vw,218px);scroll-snap-align:start;min-height:150px;display:grid;place-items:center;text-align:center;background:linear-gradient(180deg,#fff,rgba(249,245,255,.96));border:1px solid rgba(98,72,158,.14);box-shadow:0 12px 28px rgba(34,22,58,.07);}
.np-home-top-thought-row .np-top-user-card__avatar img{width:72px!important;height:72px!important;}
.np-home-top-thought-row .np-thought-composer{display:grid;align-content:center;padding:22px;background:radial-gradient(circle at 12% 0%,rgba(124,58,237,.16),transparent 42%),linear-gradient(145deg,#fff,rgba(246,240,255,.96));border:1px solid rgba(98,72,158,.14);box-shadow:0 22px 54px rgba(34,22,58,.08);}
.np-home-top-thought-row .np-thought-composer::before{content:"Pridaj myšlienku";display:inline-flex;width:max-content;margin:0 0 12px;padding:8px 13px;border-radius:999px;background:rgba(94,70,150,.10);color:var(--np-brand);font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;}
.np-home-top-thought-row .np-status-form{height:100%;align-content:center;}
.np-home-top-thought-row .np-status-form textarea{min-height:112px;border-radius:22px;background:rgba(255,255,255,.92);}
.np-home-top-thought-row .np-status-form__footer{justify-content:space-between;}

.np-home-mag-actions-layout{display:grid;grid-template-columns:minmax(210px,280px) minmax(0,1fr);gap:20px;align-items:stretch;}
.np-home-actions--side{margin:0!important;padding:18px!important;background:linear-gradient(180deg,#fff,rgba(248,244,255,.96));border:1px solid rgba(98,72,158,.12);box-shadow:0 20px 50px rgba(34,22,58,.08);}
.np-home-actions__grid--side{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;height:100%;}
.np-home-actions__grid--side .np-action-tile{min-height:82px!important;justify-content:flex-start;text-align:left;padding:14px 16px!important;border-radius:22px!important;}
.np-home-actions__grid--side .np-action-tile__icon{width:48px!important;height:48px!important;flex:0 0 48px!important;}
.np-home-magazine--swipe{margin:0!important;padding:18px!important;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,244,255,.90));border:1px solid rgba(98,72,158,.12);box-shadow:0 20px 50px rgba(34,22,58,.08);}
.np-home-magazine__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;}
.np-home-magazine__label{display:inline-flex;align-items:center;width:max-content;color:#6b6380;font-size:.86rem;font-weight:900;letter-spacing:.03em;}
.np-home-mag-swipe{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 4px 14px;margin:0 -4px;}
.np-home-mag-swipe .np-home-mag-card{flex:0 0 clamp(245px,26vw,332px);scroll-snap-align:start;min-height:390px;}
.np-home-mag-swipe .np-home-mag-card__thumb{height:176px;}
.np-home-mag-swipe .np-home-mag-card h2{font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.18;}

.np-messages-titlebar--compact{justify-content:flex-end;margin-bottom:4px;}
.np-messages-titlebar--compact .np-message-live-pill{margin-left:auto;}

body.np-page-moj-profil .np-page-shell{display:grid;gap:20px;}
body.np-page-moj-profil .np-page-shell > .np-card{margin-top:0;}
.np-account-dashboard--v4810{padding:20px!important;margin-inline:0!important;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.96));border:1px solid rgba(255,255,255,.75);box-shadow:0 28px 90px rgba(36,24,68,.12);}
.np-account-hero--v4810{min-height:0;background:radial-gradient(circle at 8% 6%,rgba(255,255,255,.98),rgba(255,255,255,.72) 35%,rgba(244,238,255,.92) 72%),linear-gradient(135deg,rgba(94,70,150,.14),rgba(217,64,128,.08));}
.np-account-dashboard--v4810 .np-profile-topline__text .np-kicker{margin-top:8px;}
.np-account-quicknav--v4810{margin:4px 0 2px;}
.np-account-action-strip--v4810{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;background:linear-gradient(180deg,#fff,rgba(246,241,255,.96));}
.np-account-action-strip--v4810 .np-action-tile{min-height:94px;border-radius:22px;}
.np-account-settings-grid--v4810{grid-template-columns:1.15fr .85fr;margin-top:0;}
.np-account-settings-grid--v4810 > .np-card,.np-account-writing-grid--v4810 > .np-card,.np-account-overview--v4810 > .np-card{position:relative;overflow:hidden;border-radius:30px!important;}
.np-account-settings-grid--v4810 > .np-card::before,.np-account-writing-grid--v4810 > .np-card::before,.np-account-overview--v4810 > .np-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--np-brand),#d94080);opacity:.70;}
.np-account-settings-grid--v4810 textarea{min-height:112px;border-radius:22px;}
.np-account-writing-grid--v4810{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:0;}
.np-account-dashboard--guest{display:grid;gap:14px;padding:28px;background:linear-gradient(135deg,#fff,rgba(245,240,255,.96));}
.np-account-dashboard--guest h1{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);}
body.np-page-moj-profil .np-private-points-log,body.np-page-moj-profil .np-coupons-card{border-radius:30px;background:linear-gradient(180deg,#fff,rgba(248,244,255,.96));box-shadow:0 20px 50px rgba(34,22,58,.08);}

@media (max-width:1180px){
  .np-home-top-thought-row,.np-home-mag-actions-layout{grid-template-columns:1fr;}
  .np-home-actions__grid--side{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-home-actions__grid--side .np-action-tile{text-align:center;justify-content:center;}
}
@media (max-width:760px){
  .np-home-top-thought-row .np-home-top-users,.np-home-top-thought-row .np-thought-composer,.np-home-actions--side,.np-home-magazine--swipe{padding:14px!important;border-radius:24px!important;}
  .np-home-actions__grid--side{grid-template-columns:1fr!important;}
  .np-home-top-thought-row .np-top-user-card{flex-basis:168px;}
  .np-home-mag-swipe .np-home-mag-card{flex-basis:82vw;min-height:360px;}
  .np-account-action-strip--v4810,.np-account-settings-grid--v4810,.np-account-writing-grid--v4810,.np-account-overview--v4810{grid-template-columns:1fr!important;}
  .np-account-dashboard--v4810{padding:12px!important;border-radius:28px!important;}
}

/* ===== v48.11 compact homepage order, stronger section separation, wider forum sidebar ===== */
.np-home-stack--v4811{
  gap:14px!important;
}

.np-home-stack--v4811 .np-home-mag-actions-layout{
  grid-template-columns:minmax(168px,224px) minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}

.np-home-stack--v4811 .np-home-actions--side{
  padding:12px!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(125,92,255,.14),transparent 38%),
    linear-gradient(180deg,rgba(247,250,255,.98),rgba(240,245,255,.94))!important;
  border:1px solid rgba(79,70,229,.16)!important;
  box-shadow:0 14px 32px rgba(48,41,84,.07)!important;
}

.np-home-stack--v4811 .np-home-actions__grid--side{
  gap:8px!important;
}

.np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile{
  min-height:58px!important;
  padding:10px 12px!important;
  border-radius:17px!important;
  gap:10px!important;
}

.np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile__icon{
  width:36px!important;
  height:36px!important;
  flex-basis:36px!important;
  border-radius:14px!important;
  font-size:1rem!important;
}

.np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile strong{
  font-size:.94rem!important;
  line-height:1.12!important;
}

.np-home-stack--v4811 .np-home-magazine--swipe{
  padding:12px!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 95% 0%,rgba(245,158,11,.11),transparent 34%),
    linear-gradient(145deg,rgba(255,253,247,.98),rgba(250,246,237,.94))!important;
  border:1px solid rgba(202,138,4,.16)!important;
  box-shadow:0 14px 32px rgba(48,41,84,.07)!important;
}

.np-home-stack--v4811 .np-home-magazine__head{
  margin-bottom:7px!important;
}

.np-home-stack--v4811 .np-home-magazine__label{
  font-size:.76rem!important;
  letter-spacing:.04em!important;
  color:#8a6a2a!important;
}

.np-home-stack--v4811 .np-home-mag-swipe{
  gap:12px!important;
  padding:1px 3px 10px!important;
  margin:0 -3px!important;
}

.np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card{
  flex:0 0 clamp(202px,21vw,262px)!important;
  min-height:268px!important;
  padding:10px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.88)!important;
}

.np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card__thumb{
  height:116px!important;
  border-radius:15px!important;
}

.np-home-stack--v4811 .np-home-mag-swipe .np-tax{
  padding:6px 9px!important;
  margin-top:8px!important;
  font-size:.72rem!important;
}

.np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card h2{
  font-size:1.02rem!important;
  line-height:1.18!important;
  margin:8px 0 6px!important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.np-home-stack--v4811 .np-home-mag-card__date{
  font-size:.78rem!important;
}

.np-home-stack--v4811 .np-home-top-thought-row{
  grid-template-columns:minmax(0,1fr) minmax(270px,340px);
  gap:14px;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-home-top-users,
.np-home-stack--v4811 .np-home-top-thought-row .np-thought-composer{
  padding:12px!important;
  border-radius:22px!important;
  box-shadow:0 14px 32px rgba(48,41,84,.07)!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-home-top-users{
  background:
    radial-gradient(circle at 0% 0%,rgba(94,70,150,.14),transparent 38%),
    linear-gradient(180deg,rgba(249,247,255,.98),rgba(244,240,255,.94))!important;
  border:1px solid rgba(98,72,158,.16)!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-thought-composer{
  background:
    radial-gradient(circle at 12% 0%,rgba(236,72,153,.13),transparent 40%),
    linear-gradient(145deg,rgba(255,247,252,.98),rgba(248,241,255,.94))!important;
  border:1px solid rgba(190,24,93,.12)!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-home-top-users__head{
  margin-bottom:7px!important;
  gap:8px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-kicker{
  font-size:.72rem!important;
  padding:7px 10px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-chip-row--filters{
  gap:6px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-chip-row--filters .np-chip{
  padding:7px 10px!important;
  font-size:.78rem!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-top-users-grid{
  gap:10px!important;
  padding-bottom:8px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-top-user-card{
  flex:0 0 clamp(132px,15vw,164px)!important;
  min-height:116px!important;
  padding:10px!important;
  border-radius:18px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-top-user-card__avatar img{
  width:48px!important;
  height:48px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-top-user-card h3{
  font-size:.92rem!important;
  line-height:1.1!important;
  margin:6px 0 2px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-top-user-card__meta{
  font-size:.76rem!important;
  line-height:1.25!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-thought-composer::before{
  margin-bottom:8px!important;
  padding:7px 10px!important;
  font-size:.72rem!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-status-form textarea{
  min-height:72px!important;
  border-radius:18px!important;
  padding:12px 14px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-status-form__footer{
  margin-top:9px!important;
  gap:8px!important;
}

.np-home-stack--v4811 .np-home-top-thought-row .np-status-form__footer .button{
  min-height:40px!important;
  padding:9px 14px!important;
  border-radius:16px!important;
}

.np-home-stack--v4811 .np-home-live{
  margin-top:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,248,252,.98))!important;
  border-color:rgba(30,25,54,.08)!important;
  box-shadow:0 16px 38px rgba(30,25,54,.08)!important;
}

/* The forum/activity sidebar gets about 5 % more room than v48.10. */
.np-layout{
  grid-template-columns:minmax(0,1fr) minmax(235px,265px)!important;
}
.np-sidebar-right{
  max-width:265px!important;
}

@media (max-width:1180px){
  .np-home-stack--v4811 .np-home-mag-actions-layout,
  .np-home-stack--v4811 .np-home-top-thought-row{
    grid-template-columns:1fr!important;
  }
  .np-home-stack--v4811 .np-home-actions__grid--side{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile{
    justify-content:center!important;
    text-align:center!important;
  }
}

@media (max-width:820px){
  .np-home-stack--v4811{gap:12px!important;}
  .np-home-stack--v4811 .np-home-actions__grid--side{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card{
    flex-basis:70vw!important;
    min-height:258px!important;
  }
  .np-home-stack--v4811 .np-home-top-thought-row .np-top-user-card{
    flex-basis:145px!important;
  }
}

@media (max-width:560px){
  .np-home-stack--v4811 .np-home-actions__grid--side{
    grid-template-columns:1fr!important;
  }
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile{
    min-height:54px!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card{
    flex-basis:84vw!important;
  }
  .np-home-stack--v4811 .np-home-top-thought-row .np-status-form__footer{
    align-items:stretch!important;
  }
  .np-home-stack--v4811 .np-home-top-thought-row .np-status-form__footer .button{
    width:100%;
  }
}

/* ===== v48.12 compact home/profile/forum + community naming polish ===== */
.np-home-stack--v4812{gap:10px!important;}
.np-home-stack--v4812 .np-home-mag-actions-layout{grid-template-columns:minmax(150px,190px) minmax(0,1fr)!important;gap:10px!important;}
.np-home-stack--v4812 .np-home-actions--side{padding:9px!important;border-radius:18px!important;}
.np-home-stack--v4812 .np-home-actions__grid--side{gap:6px!important;}
.np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile{min-height:48px!important;padding:8px 10px!important;border-radius:14px!important;gap:8px!important;}
.np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile__icon{width:30px!important;height:30px!important;flex-basis:30px!important;border-radius:12px!important;font-size:.9rem!important;}
.np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile strong{font-size:.86rem!important;}
.np-home-stack--v4812 .np-home-magazine--swipe{padding:9px 10px!important;border-radius:18px!important;}
.np-home-stack--v4812 .np-home-magazine__head{margin-bottom:4px!important;}
.np-home-stack--v4812 .np-home-mag-swipe{gap:9px!important;padding:1px 2px 7px!important;margin:0 -2px!important;}
.np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card{flex:0 0 clamp(178px,18.5vw,228px)!important;min-height:218px!important;padding:8px!important;border-radius:15px!important;}
.np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card__thumb{height:88px!important;border-radius:12px!important;margin-bottom:6px!important;}
.np-home-stack--v4812 .np-home-mag-swipe .np-tax{padding:4px 7px!important;margin-top:6px!important;font-size:.66rem!important;}
.np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card h2{font-size:.88rem!important;line-height:1.16!important;margin:6px 0 4px!important;-webkit-line-clamp:3;min-height:3.45em;}
.np-home-stack--v4812 .np-home-mag-card__date{font-size:.70rem!important;}
.np-home-stack--v4812 .np-home-top-thought-row{grid-template-columns:minmax(0,1fr) minmax(230px,300px)!important;gap:10px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-home-top-users,
.np-home-stack--v4812 .np-home-top-thought-row .np-thought-composer{padding:9px 10px!important;border-radius:18px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-home-top-users__head{margin-bottom:4px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-kicker{font-size:.66rem!important;padding:5px 8px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-chip-row--filters .np-chip{padding:5px 8px!important;font-size:.72rem!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-top-users-grid{gap:8px!important;padding-bottom:6px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-top-user-card{flex:0 0 clamp(112px,12.4vw,140px)!important;min-height:104px!important;padding:8px!important;border-radius:15px!important;gap:5px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-top-user-card__avatar img{width:40px!important;height:40px!important;border-radius:15px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-top-user-card h3{font-size:.82rem!important;margin:3px 0 1px!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-top-user-card__meta{font-size:.68rem!important;gap:1px!important;}
.np-top-user-card__status{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:max-content;max-width:100%;margin:0 auto 2px;padding:3px 7px;border-radius:999px;background:#f1eef7;color:#6b6478;font-size:.64rem;font-weight:900;white-space:nowrap;}
.np-top-user-card__status i{width:6px;height:6px;border-radius:999px;background:#9ca3af;box-shadow:0 0 0 3px rgba(156,163,175,.12);}
.np-top-user-card__status.is-online{background:#ecfdf3;color:#167346;}.np-top-user-card__status.is-online i{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.15);}
.np-top-user-card__status.is-recent{background:#fff8e8;color:#8a5a08;}.np-top-user-card__status.is-recent i{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.14);}
.np-home-stack--v4812 .np-home-top-thought-row .np-thought-composer::before{margin-bottom:5px!important;padding:5px 8px!important;font-size:.66rem!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-status-form textarea{min-height:52px!important;border-radius:15px!important;padding:10px 12px!important;font-size:.88rem!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-status-form__footer{margin-top:7px!important;font-size:.8rem!important;}
.np-home-stack--v4812 .np-home-top-thought-row .np-status-form__footer .button{min-height:34px!important;padding:7px 12px!important;border-radius:14px!important;font-size:.86rem!important;}
.np-home-stack--v4812 .np-home-live{padding-top:10px!important;}
body.np-page-moj-profil .np-account-dashboard--v4810{padding:12px!important;border-radius:28px!important;}
body.np-page-moj-profil .np-account-hero--v4810{padding:18px!important;gap:16px!important;border-radius:28px!important;}
body.np-page-moj-profil .np-profile-hero__avatar--v486 img,
body.np-page-moj-profil .np-profile-hero__avatar--v56 img{width:104px!important;height:104px!important;border-radius:26px!important;}
body.np-page-moj-profil .np-profile-hero__avatar--v56{padding:6px!important;border-radius:32px!important;}
body.np-page-moj-profil .np-profile-topline--v56 h1{font-size:clamp(2rem,4vw,3.2rem)!important;margin:3px 0 6px!important;}
body.np-page-moj-profil .np-profile-status-pill{padding:5px 9px!important;font-size:.74rem!important;}
body.np-page-moj-profil .np-profile-topline__sub--v56 span{padding:5px 9px!important;font-size:.82rem!important;}
body.np-page-moj-profil .np-profile-story-card--v56{margin-top:8px!important;padding:10px 12px!important;border-radius:20px!important;}
body.np-page-moj-profil .np-profile-meta--v56{margin-top:10px!important;gap:8px!important;}
body.np-page-moj-profil .np-profile-meta--v56 .np-stat-card{min-height:62px!important;padding:10px!important;border-radius:17px!important;}
body.np-page-moj-profil .np-profile-meta--v56 .np-stat-card strong{font-size:1.05rem!important;}
body.np-page-moj-profil .np-profile-meta--v56 .np-stat-card span{font-size:.66rem!important;}
body.np-page-moj-profil .np-profile-quicknav{padding:8px!important;gap:6px!important;}
body.np-page-moj-profil .np-profile-quicknav a{padding:7px 10px!important;font-size:.84rem!important;}
body.np-page-moj-profil .np-account-action-strip--v4810 .np-action-tile{min-height:70px!important;padding:10px!important;border-radius:17px!important;}
body.np-page-moj-profil .np-account-action-strip--v4810 .np-action-tile__icon{width:36px!important;height:36px!important;flex-basis:36px!important;}
body.np-page-moj-profil .np-account-settings-grid--v4810 textarea{min-height:78px!important;}
.np-members-toolbar h1{font-size:clamp(2rem,4vw,3.2rem)!important;}
body.post-type-archive-forum .np-layout,
body.tax-forum_category .np-layout,
body.single-forum .np-layout,
body.single-forum_topic .np-layout{grid-template-columns:minmax(0,1fr) minmax(250px,280px)!important;gap:20px!important;}
body.post-type-archive-forum .np-sidebar-right,
body.tax-forum_category .np-sidebar-right,
body.single-forum .np-sidebar-right,
body.single-forum_topic .np-sidebar-right{max-width:280px!important;}
.np-forum-archive{padding:18px!important;border-radius:26px!important;}
.np-forum-filterbar{padding:12px!important;border-radius:20px!important;}
.np-archive-grid--forums{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;}
.np-topic-card--compact{padding:16px!important;border-radius:20px!important;}
.np-topic-card--compact h2{font-size:clamp(1.05rem,1.5vw,1.35rem)!important;line-height:1.18!important;}
.single-forum .np-forum-thread,.single-forum_topic .np-forum-thread{padding:clamp(20px,3vw,36px)!important;border-radius:28px!important;}
.single-forum .np-forum-thread__head h1,.single-forum_topic .np-forum-thread__head h1{font-size:clamp(2.1rem,4.4vw,4.2rem)!important;line-height:1.02!important;max-width:880px;}
.single-forum .np-forum-thread__body,.single-forum_topic .np-forum-thread__body{font-size:clamp(1rem,1.3vw,1.18rem)!important;line-height:1.72!important;max-width:880px;}
.single-forum .np-forum-next-nav,.single-forum_topic .np-forum-next-nav{gap:12px!important;}
.single-forum .np-forum-next-link,.single-forum_topic .np-forum-next-link{padding:14px 16px!important;border-radius:18px!important;}
@media(max-width:1180px){
  .np-home-stack--v4812 .np-home-mag-actions-layout,.np-home-stack--v4812 .np-home-top-thought-row{grid-template-columns:1fr!important;}
  .np-home-stack--v4812 .np-home-actions__grid--side{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body.post-type-archive-forum .np-layout,body.tax-forum_category .np-layout,body.single-forum .np-layout,body.single-forum_topic .np-layout{grid-template-columns:1fr!important;}
  body.post-type-archive-forum .np-sidebar-right,body.tax-forum_category .np-sidebar-right,body.single-forum .np-sidebar-right,body.single-forum_topic .np-sidebar-right{max-width:none!important;position:relative!important;top:auto!important;}
}
@media(max-width:820px){
  .np-home-stack--v4812 .np-home-actions__grid--side{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card{flex-basis:62vw!important;}
  body.np-page-moj-profil .np-account-hero--v4810{grid-template-columns:1fr!important;}
  body.np-page-moj-profil .np-profile-meta--v56{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:560px){
  .np-home-stack--v4812 .np-home-actions__grid--side{grid-template-columns:1fr!important;}
  .np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card{flex-basis:82vw!important;}
  .np-home-stack--v4812 .np-home-top-thought-row .np-top-user-card{flex-basis:128px!important;}
}

/* ===== v48.13 public legal pages + notifications ===== */
.np-nav .np-nav-link,.np-nav-link{position:relative;gap:8px;}
.np-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;margin-left:5px;border-radius:999px;background:linear-gradient(135deg,#ff4d8d,#7a4de8);color:#fff;font-size:.72rem;font-weight:900;line-height:1;box-shadow:0 10px 22px rgba(122,77,232,.28);vertical-align:middle;}
.np-documents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 8px;}
.np-document-card{display:grid;gap:6px;padding:16px 18px;border:1px solid rgba(111,71,197,.16);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,241,255,.86));box-shadow:0 14px 32px rgba(39,30,67,.07);text-decoration:none!important;color:var(--np-text)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.np-document-card:hover{transform:translateY(-2px);border-color:rgba(111,71,197,.32);box-shadow:0 18px 42px rgba(39,30,67,.11);}
.np-document-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--np-brand);}
.np-document-card strong{font-size:1rem;line-height:1.25;}
.np-legal-page{max-width:980px;}
.np-legal-page h1{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.04em;}
.np-legal-page h2{font-size:1.18rem;margin-top:18px;color:var(--np-brand-3);}
.np-legal-page ul{display:grid;gap:7px;margin:6px 0 10px;padding-left:1.2rem;}
.np-notifications-page{display:grid;gap:18px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,241,255,.9));}
.np-notifications-page .np-section-title p{max-width:760px;}
.np-notifications-list{display:grid;gap:10px;}
.np-notification-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid rgba(111,71,197,.14);border-radius:20px;background:rgba(255,255,255,.9);text-decoration:none!important;color:var(--np-text)!important;box-shadow:0 12px 30px rgba(39,30,67,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.np-notification-row:hover{transform:translateY(-2px);border-color:rgba(111,71,197,.3);box-shadow:0 18px 42px rgba(39,30,67,.1);}
.np-notification-row__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,rgba(111,71,197,.14),rgba(255,77,141,.12));font-size:1.25rem;}
.np-notification-row__copy{display:grid;gap:4px;min-width:0;}
.np-notification-row__copy strong{font-size:1rem;line-height:1.3;}
.np-notification-row__copy small{color:var(--np-muted);font-weight:700;}
.np-notification-row__go{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;background:#f3edff;color:var(--np-brand);font-weight:900;font-size:.84rem;}
.np-empty-state{padding:24px;border-radius:22px;background:rgba(255,255,255,.82);border:1px dashed rgba(111,71,197,.24);}
.np-empty-state strong{display:block;font-size:1.15rem;margin-bottom:6px;}
@media (max-width:760px){.np-documents-grid{grid-template-columns:1fr}.np-notification-row{grid-template-columns:auto minmax(0,1fr);}.np-notification-row__go{grid-column:2;justify-self:start}.np-nav-badge{margin-left:auto}}

/* ===== v48.15 komunita URL, feed filters, compact homepage ===== */
:root{--np-shell-max:1400px;}
.np-home-stack--v4815{gap:8px!important;}
.np-home-stack--v4815 .np-home-mag-actions-layout{grid-template-columns:minmax(132px,166px) minmax(0,1fr)!important;gap:8px!important;}
.np-home-stack--v4815 .np-home-actions--side{padding:7px!important;border-radius:16px!important;}
.np-home-stack--v4815 .np-home-actions__grid--side{gap:5px!important;}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile{min-height:40px!important;padding:7px 8px!important;border-radius:13px!important;gap:7px!important;}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon{width:26px!important;height:26px!important;flex-basis:26px!important;border-radius:10px!important;font-size:.82rem!important;}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile strong{font-size:.78rem!important;line-height:1.1!important;}
.np-home-stack--v4815 .np-home-magazine--swipe{padding:7px 8px!important;border-radius:16px!important;background:linear-gradient(145deg,rgba(255,252,244,.98),rgba(253,246,228,.92))!important;border-color:rgba(210,153,44,.22)!important;}
.np-home-stack--v4815 .np-home-magazine__head{margin-bottom:3px!important;}
.np-home-stack--v4815 .np-home-magazine__label{font-size:.70rem!important;color:#8a5d11!important;}
.np-home-stack--v4815 .np-home-mag-swipe{gap:7px!important;padding:0 1px 5px!important;}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{flex:0 0 clamp(150px,15.3vw,192px)!important;min-height:176px!important;padding:7px!important;border-radius:14px!important;}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb{height:68px!important;border-radius:11px!important;margin-bottom:5px!important;}
.np-home-stack--v4815 .np-home-mag-swipe .np-tax{padding:3px 6px!important;margin-top:4px!important;font-size:.60rem!important;}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{font-size:.76rem!important;line-height:1.12!important;margin:4px 0 3px!important;-webkit-line-clamp:3!important;min-height:2.55em!important;}
.np-home-stack--v4815 .np-home-mag-card__date{font-size:.62rem!important;}
.np-home-stack--v4815 .np-home-top-thought-row{grid-template-columns:minmax(0,1fr) minmax(210px,270px)!important;gap:8px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-home-top-users,
.np-home-stack--v4815 .np-home-top-thought-row .np-thought-composer{padding:7px 8px!important;border-radius:16px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-home-top-users{background:linear-gradient(135deg,rgba(246,251,255,.98),rgba(239,247,255,.92))!important;border-color:rgba(56,117,180,.16)!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-thought-composer{background:linear-gradient(145deg,rgba(255,247,252,.98),rgba(253,240,248,.92))!important;border-color:rgba(210,80,142,.16)!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-home-top-users__head{margin-bottom:3px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-kicker{font-size:.59rem!important;padding:4px 7px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-chip-row--filters{gap:4px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-chip-row--filters .np-chip{padding:4px 7px!important;font-size:.66rem!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-users-grid{gap:6px!important;padding-bottom:5px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card{flex:0 0 clamp(98px,10.5vw,122px)!important;min-height:86px!important;padding:6px!important;border-radius:13px!important;gap:3px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__avatar img{width:31px!important;height:31px!important;border-radius:11px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card h3{font-size:.72rem!important;margin:2px 0 0!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__meta{font-size:.58rem!important;gap:0!important;}
.np-home-stack--v4815 .np-top-user-card__status{padding:2px 5px!important;font-size:.55rem!important;margin-bottom:1px!important;}
.np-home-stack--v4815 .np-top-user-card__status i{width:5px!important;height:5px!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-thought-composer::before{margin-bottom:4px!important;padding:4px 7px!important;font-size:.59rem!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form textarea{min-height:42px!important;border-radius:13px!important;padding:8px 10px!important;font-size:.80rem!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form__footer{margin-top:5px!important;font-size:.72rem!important;}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form__footer .button{min-height:30px!important;padding:6px 10px!important;border-radius:12px!important;font-size:.78rem!important;}
.np-home-live--v4815{margin-top:0!important;padding:12px!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,rgba(246,249,255,.96))!important;border:1px solid rgba(77,107,190,.14)!important;}
.np-home-live--v4815 .np-section-title{margin-bottom:8px!important;}
.np-home-live--v4815 .np-section-title h2{font-size:clamp(1.35rem,2vw,1.8rem)!important;}
.np-home-live--v4815 .np-section-title p{margin:.2rem 0 0;color:var(--np-muted);font-size:.86rem;}
.np-feed-filterbar{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:3px 0 9px;margin-bottom:8px;scrollbar-width:thin;}
.np-feed-filterbar .np-chip{white-space:nowrap;padding:7px 11px;font-size:.78rem;}
.np-live-feed--paged{display:grid;gap:8px!important;}
.np-feed-pager{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:12px;}
.np-feed-empty{padding:18px;border-radius:16px;background:#fff;border:1px dashed rgba(98,72,158,.25);color:var(--np-muted);font-weight:800;text-align:center;}
.np-live-card--comment-article,
.np-live-card--comment-blog,
.np-live-card--comment-thought,
.np-live-card--comment-profile,
.np-live-card--comment-forum{grid-template-columns:80px minmax(0,1fr)!important;min-height:0!important;padding:8px!important;border-radius:16px!important;}
.np-live-card--comment-article .np-live-card__media,
.np-live-card--comment-blog .np-live-card__media,
.np-live-card--comment-thought .np-live-card__media,
.np-live-card--comment-profile .np-live-card__media,
.np-live-card--comment-forum .np-live-card__media{height:64px!important;border-radius:12px!important;}
.np-live-card--comment-article h3,
.np-live-card--comment-blog h3,
.np-live-card--comment-thought h3,
.np-live-card--comment-profile h3,
.np-live-card--comment-forum h3{font-size:.92rem!important;margin:.15rem 0!important;line-height:1.18!important;}
.np-live-card--comment-article p,
.np-live-card--comment-blog p,
.np-live-card--comment-thought p,
.np-live-card--comment-profile p,
.np-live-card--comment-forum p{font-size:.78rem!important;line-height:1.35!important;margin:.15rem 0!important;-webkit-line-clamp:2!important;}
.np-live-card--comment-article .np-live-card__top,
.np-live-card--comment-blog .np-live-card__top,
.np-live-card--comment-thought .np-live-card__top,
.np-live-card--comment-profile .np-live-card__top,
.np-live-card--comment-forum .np-live-card__top{gap:6px!important;margin-bottom:2px!important;}
.np-live-card--comment-article .np-live-card__meta,
.np-live-card--comment-blog .np-live-card__meta,
.np-live-card--comment-thought .np-live-card__meta,
.np-live-card--comment-profile .np-live-card__meta,
.np-live-card--comment-forum .np-live-card__meta{font-size:.70rem!important;margin-top:3px!important;}
.np-member-thought{display:block;margin-top:10px;padding:10px 12px;border-radius:16px;background:linear-gradient(135deg,rgba(124,58,237,.08),rgba(255,255,255,.9));border:1px solid rgba(124,58,237,.12);color:var(--np-ink);font-weight:800;line-height:1.35;text-decoration:none;}
.np-member-thought span{display:block;margin-bottom:3px;color:var(--np-brand);font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;font-weight:950;}
.np-member-thought:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(94,70,150,.10);}
body.post-type-archive-forum .np-layout,
body.tax-forum_category .np-layout,
body.single-forum .np-layout,
body.single-forum_topic .np-layout{grid-template-columns:minmax(0,1fr) minmax(235px,260px)!important;gap:16px!important;}
.np-forum-archive{padding:16px!important;border-radius:24px!important;}
.np-archive-grid--forums{grid-template-columns:repeat(auto-fit,minmax(196px,1fr))!important;gap:10px!important;}
.np-topic-card--compact{padding:14px!important;border-radius:18px!important;}
.np-topic-card--compact h2{font-size:clamp(.98rem,1.25vw,1.22rem)!important;}
.single-forum .np-forum-thread,.single-forum_topic .np-forum-thread{padding:clamp(18px,2.5vw,32px)!important;border-radius:26px!important;}
.single-forum .np-forum-thread__head h1,.single-forum_topic .np-forum-thread__head h1{font-size:clamp(1.85rem,3.7vw,3.45rem)!important;max-width:820px!important;}
.single-forum .np-forum-thread__body,.single-forum_topic .np-forum-thread__body{font-size:clamp(.96rem,1.15vw,1.08rem)!important;max-width:820px!important;}
@media(max-width:1180px){
  .np-home-stack--v4815 .np-home-mag-actions-layout,.np-home-stack--v4815 .np-home-top-thought-row{grid-template-columns:1fr!important;}
  .np-home-stack--v4815 .np-home-actions__grid--side{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:820px){
  .np-home-stack--v4815 .np-home-actions__grid--side{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{flex-basis:58vw!important;}
  .np-live-card--comment-article,.np-live-card--comment-blog,.np-live-card--comment-thought,.np-live-card--comment-profile,.np-live-card--comment-forum{grid-template-columns:1fr!important;}
  .np-live-card--comment-article .np-live-card__media,.np-live-card--comment-blog .np-live-card__media,.np-live-card--comment-thought .np-live-card__media,.np-live-card--comment-profile .np-live-card__media,.np-live-card--comment-forum .np-live-card__media{display:none!important;}
}
@media(max-width:560px){
  .np-home-stack--v4815 .np-home-actions__grid--side{grid-template-columns:1fr!important;}
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{flex-basis:78vw!important;}
}

/* ===== v48.17 urgent mobile homepage repair ===== */
@media (max-width: 760px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
  .site{padding-top:72px!important;}
  .np-wrap{width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important;margin-left:auto!important;margin-right:auto!important;}
  .np-layout{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:10px!important;}
  .np-content,.np-sidebar-right,.np-sidebar-left{width:100%!important;max-width:100%!important;min-width:0!important;}

  .np-home-stack,
  .np-home-stack--v4810,
  .np-home-stack--v4811,
  .np-home-stack--v4812,
  .np-home-stack--v4815{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;}

  .np-home-stack--v4815 .np-home-mag-actions-layout,
  .np-home-stack--v4812 .np-home-mag-actions-layout,
  .np-home-stack--v4811 .np-home-mag-actions-layout,
  .np-home-mag-actions-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important;width:100%!important;max-width:100%!important;min-width:0!important;align-items:start!important;}

  .np-home-actions--side{order:2!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;padding:8px!important;border-radius:18px!important;overflow:hidden!important;}
  .np-home-magazine--swipe{order:1!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:9px!important;border-radius:18px!important;overflow:hidden!important;}

  .np-home-actions__grid--side,
  .np-home-stack--v4815 .np-home-actions__grid--side,
  .np-home-stack--v4812 .np-home-actions__grid--side,
  .np-home-stack--v4811 .np-home-actions__grid--side{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important;max-width:100%!important;height:auto!important;}

  .np-home-actions__grid--side .np-action-tile,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile,
  .np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile,
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;width:auto!important;min-height:48px!important;padding:8px 9px!important;border-radius:14px!important;gap:8px!important;text-align:left!important;overflow:hidden!important;}

  .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile__icon{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important;border-radius:11px!important;font-size:.9rem!important;}

  .np-home-actions__grid--side .np-action-tile strong,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile strong,
  .np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile strong,
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile strong{display:block!important;min-width:0!important;color:inherit!important;font-size:.78rem!important;line-height:1.12!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}

  .np-home-mag-swipe{display:flex!important;gap:8px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:1px 1px 8px!important;margin:0!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;}
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4812 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4811 .np-home-mag-swipe .np-home-mag-card{flex:0 0 min(72vw,270px)!important;width:min(72vw,270px)!important;min-width:min(72vw,270px)!important;max-width:270px!important;min-height:185px!important;padding:7px!important;border-radius:15px!important;scroll-snap-align:start!important;}
  .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb{height:84px!important;border-radius:12px!important;margin-bottom:6px!important;}
  .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{font-size:.82rem!important;line-height:1.16!important;margin:5px 0 4px!important;min-height:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .np-home-mag-card__date{font-size:.68rem!important;}

  .np-home-stack--v4815 .np-home-top-thought-row,
  .np-home-stack--v4812 .np-home-top-thought-row,
  .np-home-stack--v4811 .np-home-top-thought-row,
  .np-home-top-thought-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important;width:100%!important;max-width:100%!important;min-width:0!important;}
  .np-home-top-thought-row__ranking,.np-home-top-thought-row__composer{width:100%!important;max-width:100%!important;min-width:0!important;}
  .np-home-top-thought-row .np-home-top-users,
  .np-home-top-thought-row .np-thought-composer{width:100%!important;max-width:100%!important;padding:9px!important;border-radius:18px!important;}
  .np-home-top-thought-row .np-top-users-grid{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:7px!important;width:100%!important;max-width:100%!important;padding-bottom:7px!important;-webkit-overflow-scrolling:touch!important;}
  .np-home-top-thought-row .np-top-user-card,
  .np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card{flex:0 0 118px!important;width:118px!important;min-width:118px!important;min-height:92px!important;padding:7px!important;border-radius:14px!important;}
  .np-home-top-thought-row .np-status-form textarea{min-height:58px!important;font-size:16px!important;}
  .np-home-top-thought-row .np-status-form__footer{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-items:stretch!important;}
  .np-home-top-thought-row .np-status-form__footer .button{width:100%!important;}

  .np-home-live--v4815{padding:10px!important;border-radius:18px!important;width:100%!important;max-width:100%!important;min-width:0!important;}
  .np-feed-filterbar{gap:6px!important;padding-bottom:8px!important;margin-bottom:7px!important;}
  .np-feed-filterbar .np-chip{padding:7px 10px!important;font-size:.76rem!important;}
  .np-live-feed--paged{gap:8px!important;}
  .np-live-card{min-width:0!important;max-width:100%!important;}
}

@media (max-width: 430px){
  .np-wrap{width:calc(100vw - 14px)!important;max-width:calc(100vw - 14px)!important;}
  .np-header-inner{width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important;}
  .np-branding img{height:31px!important;}
  .np-brand-copy{display:grid!important;}
  .np-brand-copy strong{font-size:.88rem!important;}
  .np-brand-copy span{display:none!important;}
  .np-nav-toggle{width:42px!important;height:42px!important;}
  .np-home-actions__grid--side,
  .np-home-stack--v4815 .np-home-actions__grid--side{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-home-actions__grid--side .np-action-tile,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile{min-height:46px!important;padding:7px 8px!important;}
  .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon{width:28px!important;height:28px!important;min-width:28px!important;flex-basis:28px!important;}
  .np-home-actions__grid--side .np-action-tile strong,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile strong{font-size:.73rem!important;}
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{flex-basis:76vw!important;width:76vw!important;min-width:76vw!important;max-width:292px!important;}
}


/* ===== v48.18: feed, community and archive polish ===== */
.np-home-live__head p{margin:.25rem 0 0;color:var(--np-muted)}
.np-live-card--comment.np-live-card--no-media{grid-template-columns:1fr!important;width:100%!important;min-height:0!important;padding:12px 14px!important;}
.np-live-card--comment.np-live-card--no-media .np-live-card__body{grid-column:1/-1!important;width:100%!important;max-width:none!important;}
.np-live-card--comment.np-live-card--no-media .np-live-card__top{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;}
.np-live-card--comment.np-live-card--no-media h3,
.np-live-card--comment.np-live-card--no-media p{max-width:none!important;width:100%!important;}
.np-live-card--comment.np-live-card--no-media p{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;}
.np-live-card--comment .np-live-chip{white-space:normal;line-height:1.15;}
.np-members-toolbar--compact{grid-template-columns:auto 1fr;align-items:center;padding:14px 16px!important;}
.np-members-toolbar--compact .np-kicker{margin:0;}
.np-member-last-seen{margin:0;color:var(--np-muted);font-size:.82rem;line-height:1.35;}
.np-mini-pill--status{position:relative;padding-left:22px!important;}
.np-mini-pill--status::before{content:"";position:absolute;left:9px;top:50%;width:7px;height:7px;border-radius:999px;transform:translateY(-50%);background:#b8b1c7;}
.np-mini-pill--status.is-online::before{background:#24d26b;box-shadow:0 0 0 4px rgba(36,210,107,.16);}
.np-mini-pill--status.is-recent::before{background:#f4aa3d;box-shadow:0 0 0 4px rgba(244,170,61,.16);}
.np-page-hero--blogs-compact{padding:14px 16px!important;grid-template-columns:1fr auto;align-items:center;}
.np-page-hero--blogs-compact .np-chip-row{margin-top:0;}
@media (max-width: 720px){
  .np-members-toolbar--compact{grid-template-columns:1fr;gap:10px;}
  .np-page-hero--blogs-compact{grid-template-columns:1fr;}
  .np-live-card--comment.np-live-card--no-media .np-live-card__top{align-items:flex-start!important;}
}

/* ===== v48.19 alert notifications + homepage magazine cleanup ===== */
.np-nav-link--alert{
  background:linear-gradient(135deg,#ef233c 0%,#dc2626 55%,#b91c1c 100%)!important;
  color:#fff!important;
  border-color:rgba(239,35,60,.55)!important;
  box-shadow:0 10px 26px rgba(220,38,38,.30),0 0 0 1px rgba(255,255,255,.24) inset!important;
}
.np-nav-link--alert:hover,
.np-nav-link--alert:focus-visible{
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(220,38,38,.38),0 0 0 1px rgba(255,255,255,.28) inset!important;
}
.np-nav-link--alert .np-nav-alert-word{
  display:inline-block;
  transform-origin:center;
  animation:npNotifyWordPulse 1.15s ease-in-out infinite;
}
.np-nav-link--alert .np-nav-badge{
  background:#fff!important;
  color:#dc2626!important;
  box-shadow:0 8px 18px rgba(127,29,29,.22)!important;
}
@keyframes npNotifyWordPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.11)}
}
@media (prefers-reduced-motion: reduce){
  .np-nav-link--alert .np-nav-alert-word{animation:none!important;}
}

.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  align-content:start!important;
  min-height:170px!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:88px!important;
  margin:0 auto 8px!important;
  width:100%!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:4.25em!important;
  font-size:.89rem!important;
  line-height:1.18!important;
  margin:0!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-tax,
.np-home-stack--v4815 .np-home-mag-card__date{
  display:none!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--chat{
  background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 60%,#a78bfa 100%)!important;
  color:#fff!important;
  border-color:rgba(124,58,237,.42)!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--chat strong,
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--chat span{color:#fff!important;}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--chat .np-action-tile__icon{background:rgba(255,255,255,.20)!important;}
@media(max-width:820px){
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb{height:118px!important;}
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{font-size:1rem!important;}
}


/* ===== v48.20 news feed filter colors + anchored filtering ===== */
#np-news-feed{scroll-margin-top:96px;}
.np-feed-filterbar .np-feed-filter-chip{
  border:1px solid rgba(111,71,197,.14)!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(39,20,68,.04)!important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease!important;
}
.np-feed-filterbar .np-feed-filter-chip:hover,
.np-feed-filterbar .np-feed-filter-chip:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(39,20,68,.08)!important;
}
.np-feed-filterbar .np-feed-filter--all{
  background:linear-gradient(180deg,#fff,#f7f2ff)!important;
  color:var(--np-brand)!important;
  border-color:rgba(111,71,197,.18)!important;
}
.np-feed-filterbar .np-feed-filter--thoughts{
  background:var(--np-v21-thought-soft)!important;
  color:var(--np-v21-thought)!important;
  border-color:rgba(92,69,183,.22)!important;
}
.np-feed-filterbar .np-feed-filter--blogs{
  background:var(--np-v21-blog-soft)!important;
  color:var(--np-v21-blog)!important;
  border-color:rgba(45,124,134,.22)!important;
}
.np-feed-filterbar .np-feed-filter--questions{
  background:var(--np-v21-forum-soft)!important;
  color:var(--np-v21-forum)!important;
  border-color:rgba(106,54,183,.22)!important;
}
.np-feed-filterbar .np-feed-filter--magazine{
  background:var(--np-v21-article-soft)!important;
  color:var(--np-v21-article)!important;
  border-color:rgba(140,92,20,.22)!important;
}
.np-feed-filterbar .np-feed-filter--comments{
  background:var(--np-v21-comment-soft)!important;
  color:var(--np-v21-comment)!important;
  border-color:rgba(160,63,115,.24)!important;
}
.np-feed-filterbar .np-feed-filter--all.is-active{
  background:linear-gradient(135deg,var(--np-brand),#8b5cf6)!important;
  color:#fff!important;
  border-color:rgba(111,71,197,.42)!important;
  box-shadow:0 10px 24px rgba(111,71,197,.22)!important;
}
.np-feed-filterbar .np-feed-filter--thoughts.is-active{
  background:linear-gradient(135deg,var(--np-v21-thought),#8b5cf6)!important;
  color:#fff!important;
  border-color:rgba(92,69,183,.42)!important;
  box-shadow:0 10px 24px rgba(92,69,183,.22)!important;
}
.np-feed-filterbar .np-feed-filter--blogs.is-active{
  background:linear-gradient(135deg,var(--np-v21-blog),#44b7c0)!important;
  color:#fff!important;
  border-color:rgba(45,124,134,.42)!important;
  box-shadow:0 10px 24px rgba(45,124,134,.20)!important;
}
.np-feed-filterbar .np-feed-filter--questions.is-active{
  background:linear-gradient(135deg,var(--np-v21-forum),#9b5de5)!important;
  color:#fff!important;
  border-color:rgba(106,54,183,.42)!important;
  box-shadow:0 10px 24px rgba(106,54,183,.22)!important;
}
.np-feed-filterbar .np-feed-filter--magazine.is-active{
  background:linear-gradient(135deg,var(--np-v21-article),#d99028)!important;
  color:#fff!important;
  border-color:rgba(140,92,20,.42)!important;
  box-shadow:0 10px 24px rgba(140,92,20,.18)!important;
}
.np-feed-filterbar .np-feed-filter--comments.is-active{
  background:linear-gradient(135deg,var(--np-v21-comment),#d9468c)!important;
  color:#fff!important;
  border-color:rgba(160,63,115,.42)!important;
  box-shadow:0 10px 24px rgba(160,63,115,.22)!important;
}
@media(max-width:720px){
  #np-news-feed{scroll-margin-top:82px;}
  .np-feed-filterbar .np-feed-filter-chip{padding:7px 10px!important;}
}

/* ===== v48.21 forum detail and action icon polish ===== */
.np-home-actions__grid--side .np-action-tile__icon,
.np-action-tile__icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  overflow:hidden!important;
}

.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon,
.np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile__icon,
.np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile__icon,
.np-home-actions__grid--side .np-action-tile__icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  flex:0 0 34px!important;
  border-radius:13px!important;
  font-size:1.14rem!important;
  line-height:1!important;
  place-items:center!important;
}

.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile{
  min-height:46px!important;
  gap:9px!important;
}

body.single-forum .np-content,
body.single-forum_topic .np-content{
  display:grid!important;
  justify-items:center!important;
}

body.single-forum .np-content > article,
body.single-forum_topic .np-content > article,
body.single-forum .np-content > .np-comments-card,
body.single-forum_topic .np-content > .np-comments-card{
  width:min(100%, 946px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.single-forum .np-forum-thread,
body.single-forum_topic .np-forum-thread{
  width:min(100%, 946px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.single-forum .np-forum-thread__head,
body.single-forum_topic .np-forum-thread__head{
  gap:8px!important;
  margin-bottom:8px!important;
}

body.single-forum .np-forum-thread__head h1,
body.single-forum_topic .np-forum-thread__head h1{
  font-size:clamp(1.66rem,3.33vw,3.1rem)!important;
  line-height:1!important;
  margin:0!important;
  max-width:920px!important;
}

body.single-forum .np-forum-thread__date,
body.single-forum_topic .np-forum-thread__date{
  margin-top:-2px!important;
  line-height:1.2!important;
}

body.single-forum .np-forum-thread__body,
body.single-forum_topic .np-forum-thread__body{
  margin-top:0!important;
  max-width:920px!important;
}

body.single-forum .np-forum-thread__body p:first-child,
body.single-forum_topic .np-forum-thread__body p:first-child{
  margin-top:0!important;
}

@media (min-width: 1020px){
  body.single-forum .np-layout,
  body.single-forum_topic .np-layout{
    grid-template-columns:minmax(0,1fr) minmax(235px,260px)!important;
    align-items:start!important;
  }
}

@media (max-width: 760px){
  .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4812 .np-home-actions__grid--side .np-action-tile__icon,
  .np-home-stack--v4811 .np-home-actions__grid--side .np-action-tile__icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    flex:0 0 34px!important;
    font-size:1.08rem!important;
  }

  body.single-forum .np-content > article,
  body.single-forum_topic .np-content > article,
  body.single-forum .np-content > .np-comments-card,
  body.single-forum_topic .np-content > .np-comments-card,
  body.single-forum .np-forum-thread,
  body.single-forum_topic .np-forum-thread{
    width:100%!important;
  }

  body.single-forum .np-forum-thread__head h1,
  body.single-forum_topic .np-forum-thread__head h1{
    font-size:clamp(1.45rem,8vw,2.25rem)!important;
    max-width:100%!important;
  }
}


/* ===== v48.22 forum detail wider and closer to right sidebar ===== */
@media (min-width: 1020px){
  body.single-forum .np-layout,
  body.single-forum_topic .np-layout{
    grid-template-columns:minmax(0,1fr) minmax(235px,260px)!important;
    gap:10px!important;
    align-items:start!important;
  }

  body.single-forum .np-content,
  body.single-forum_topic .np-content{
    justify-items:end!important;
  }

  body.single-forum .np-content > article,
  body.single-forum_topic .np-content > article,
  body.single-forum .np-content > .np-comments-card,
  body.single-forum_topic .np-content > .np-comments-card,
  body.single-forum .np-content > .np-forum-recent-strip,
  body.single-forum_topic .np-content > .np-forum-recent-strip{
    width:min(100%, 1040px)!important;
    max-width:1040px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }

  body.single-forum .np-forum-thread,
  body.single-forum_topic .np-forum-thread{
    width:100%!important;
    max-width:1040px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }

  body.single-forum .np-forum-thread__head h1,
  body.single-forum_topic .np-forum-thread__head h1,
  body.single-forum .np-forum-thread__body,
  body.single-forum_topic .np-forum-thread__body{
    max-width:1010px!important;
  }
}

@media (min-width: 1280px){
  body.single-forum .np-layout,
  body.single-forum_topic .np-layout{
    gap:8px!important;
  }
}


/* ===== v48.23 homepage magazine tighter label spacing + larger title area ===== */
.np-home-stack--v4815 .np-home-magazine--swipe{
  padding-top:6px!important;
}
.np-home-stack--v4815 .np-home-magazine__head{
  margin:0 0 1px!important;
  min-height:0!important;
  line-height:1!important;
}
.np-home-stack--v4815 .np-home-magazine__label{
  line-height:1.05!important;
}
.np-home-stack--v4815 .np-home-mag-swipe{
  padding-top:0!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{
  min-height:188px!important;
  grid-template-rows:auto minmax(0,1fr)!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb{
  margin-bottom:5px!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{
  -webkit-line-clamp:5!important;
  min-height:5.85em!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
@media(max-width:820px){
  .np-home-stack--v4815 .np-home-magazine__head{margin-bottom:3px!important;}
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{min-height:0!important;-webkit-line-clamp:4!important;}
}


/* ===== v48.24 messages media, profile styles and profile filters ===== */
.np-message-chat-user--link{color:inherit;text-decoration:none;border-radius:22px;padding:6px;margin:-6px;transition:background .18s ease,transform .18s ease;}
.np-message-chat-user--link:hover{background:rgba(123,70,228,.08);transform:translateY(-1px);}
.np-message-chat-user--link h2{margin:0;color:inherit;}
.np-message-media{margin-top:10px;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.16);}
.np-message-media img,.np-message-media video{display:block;width:100%;max-height:380px;object-fit:contain;border-radius:18px;background:#100b20;}
.np-message-bubble:not(.is-own) .np-message-media{border-color:rgba(98,72,158,.14);background:#faf8ff;}
.np-message-compose__actions{display:grid;gap:8px;align-items:end;}
.np-message-file-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:10px 14px;border-radius:16px;border:1px solid rgba(98,72,158,.18);background:#f8f4ff;color:#5f3fb4;font-weight:900;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px rgba(98,72,158,.08);}
.np-message-file-button input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none;}
.np-admin-thread-bubble .np-message-media{max-width:420px;border-color:#e5ddf2;background:#faf8ff;}.np-admin-thread-bubble .np-message-media video,.np-admin-thread-bubble .np-message-media img{max-height:280px;}
.np-profile-hero--v486[class*="np-profile-style-"],.np-account-hero--v4810[class*="np-profile-style-"]{--np-profile-accent:var(--np-user-profile-color,#7b46e4);background:var(--np-profile-style-bg)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 28px 90px rgba(34,22,58,.18);}
.np-profile-style-aurora{--np-style-start:#15224f;--np-style-mid:#3be8c4;--np-style-end:#b669ff;--np-style-ink:#ffffff;--np-style-soft:rgba(59,232,196,.28);--np-profile-style-bg:radial-gradient(circle at 14% 14%,rgba(255,255,255,.92),rgba(255,255,255,.38) 17%,transparent 34%),radial-gradient(circle at 72% 16%,rgba(119,255,207,.45),transparent 26%),radial-gradient(circle at 78% 78%,rgba(199,105,255,.56),transparent 34%),linear-gradient(135deg,#15224f 0%,#2c4ea4 42%,var(--np-profile-accent) 68%,#b669ff 100%);}
.np-profile-style-neon{--np-style-start:#080b1a;--np-style-mid:#00f5ff;--np-style-end:#ff2bd6;--np-style-ink:#ffffff;--np-style-soft:rgba(0,245,255,.25);--np-profile-style-bg:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.06) 1px,transparent 1px),radial-gradient(circle at 15% 85%,rgba(0,245,255,.55),transparent 28%),radial-gradient(circle at 82% 16%,rgba(255,43,214,.58),transparent 30%),linear-gradient(135deg,#080b1a 0%,#181d48 46%,var(--np-profile-accent) 78%,#ff2bd6 100%);background-size:38px 38px,38px 38px,auto,auto,auto;}
.np-profile-style-sunset{--np-style-start:#3c123f;--np-style-mid:#ff7a59;--np-style-end:#ffd36f;--np-style-ink:#fff8ed;--np-style-soft:rgba(255,180,89,.30);--np-profile-style-bg:radial-gradient(circle at 16% 18%,rgba(255,255,255,.72),transparent 21%),radial-gradient(circle at 82% 72%,rgba(255,211,111,.82),transparent 26%),linear-gradient(160deg,#3c123f 0%,#b52764 38%,var(--np-profile-accent) 58%,#ff7a59 78%,#ffd36f 100%);}
.np-profile-style-ocean{--np-style-start:#051d3c;--np-style-mid:#00b4d8;--np-style-end:#76e4f7;--np-style-ink:#f4fdff;--np-style-soft:rgba(118,228,247,.26);--np-profile-style-bg:radial-gradient(ellipse at 50% -10%,rgba(255,255,255,.6),transparent 35%),repeating-radial-gradient(ellipse at 72% 92%,rgba(255,255,255,.16) 0 10px,transparent 10px 22px),linear-gradient(135deg,#051d3c 0%,#064f75 42%,var(--np-profile-accent) 68%,#76e4f7 100%);}
.np-profile-style-forest{--np-style-start:#0b261b;--np-style-mid:#31b66f;--np-style-end:#e6d36f;--np-style-ink:#f8fff8;--np-style-soft:rgba(49,182,111,.24);--np-profile-style-bg:radial-gradient(circle at 18% 20%,rgba(231,255,223,.65),transparent 23%),radial-gradient(circle at 86% 78%,rgba(230,211,111,.5),transparent 28%),linear-gradient(145deg,#0b261b 0%,#16663f 45%,var(--np-profile-accent) 65%,#e6d36f 100%);}
.np-profile-style-rose{--np-style-start:#7f004c;--np-style-mid:#ff4f9a;--np-style-end:#ffe0ef;--np-style-ink:#fff;--np-style-soft:rgba(255,79,154,.26);--np-profile-style-bg:radial-gradient(circle at 20% 18%,rgba(255,255,255,.7),transparent 20%),radial-gradient(circle at 78% 66%,rgba(255,224,239,.76),transparent 30%),linear-gradient(135deg,#7f004c 0%,#d41474 45%,var(--np-profile-accent) 64%,#ff8fc5 100%);}
.np-profile-style-graphite{--np-style-start:#0b0d12;--np-style-mid:#6d778c;--np-style-end:#d7dde8;--np-style-ink:#ffffff;--np-style-soft:rgba(215,221,232,.18);--np-profile-style-bg:linear-gradient(115deg,rgba(255,255,255,.10) 0 1px,transparent 1px 18px),radial-gradient(circle at 17% 20%,rgba(255,255,255,.34),transparent 21%),radial-gradient(circle at 84% 78%,rgba(125,126,154,.48),transparent 30%),linear-gradient(135deg,#0b0d12 0%,#262a35 42%,var(--np-profile-accent) 70%,#d7dde8 100%);}
.np-profile-design-card{grid-column:1/-1;}
.np-profile-design-form{display:grid;gap:18px;}.np-profile-style-picker{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;}
.np-profile-style-option{position:relative;display:grid;align-content:end;justify-items:start;min-height:104px;padding:13px;border-radius:22px;overflow:hidden;border:1px solid rgba(98,72,158,.16);background:var(--np-profile-style-bg);color:var(--np-style-ink,#fff);font-weight:900;cursor:pointer;box-shadow:0 15px 30px rgba(34,22,58,.10);isolation:isolate;transition:transform .18s ease,box-shadow .18s ease,outline-color .18s ease;}
.np-profile-style-option::before{content:"";position:absolute;inset:10px;border-radius:18px;border:1px solid rgba(255,255,255,.18);opacity:.75;}.np-profile-style-option::after{content:"";position:absolute;inset:auto -22px -30px auto;width:96px;height:96px;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.30),var(--np-style-soft,rgba(255,255,255,.18)));filter:blur(.2px);}.np-profile-style-option:hover{transform:translateY(-2px);box-shadow:0 20px 38px rgba(34,22,58,.15);}.np-profile-style-option input{position:absolute;opacity:0;}.np-profile-style-option span{position:relative;z-index:1;text-shadow:0 8px 22px rgba(0,0,0,.32);font-size:.86rem;line-height:1.1;}.np-profile-style-option.is-selected{outline:3px solid #ffd84d;outline-offset:3px;}.np-profile-color-field{max-width:260px;}.np-profile-color-field input[type="color"]{width:90px;height:48px;padding:3px;border-radius:14px;cursor:pointer;}
.np-profile-filter-board{display:grid;gap:18px;background:linear-gradient(135deg,#fff,#fbf8ff)!important;}.np-profile-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;}.np-profile-filter-tabs button{border:1px solid rgba(98,72,158,.16);border-radius:999px;background:#fff;color:#5f3fb4;font-weight:900;padding:10px 14px;cursor:pointer;box-shadow:0 8px 18px rgba(34,22,58,.05);}.np-profile-filter-tabs button.is-active{background:linear-gradient(135deg,var(--np-brand),var(--np-brand-2));color:#fff;border-color:transparent;}.np-profile-filter-panel{animation:npProfilePanelIn .22s ease both;}.np-profile-filter-panel>.np-grid-2--balanced,.np-profile-filter-panel>.np-grid-3--balanced{margin:0;}.np-profile-filter-panel .np-card{min-height:136px;}
@keyframes npProfilePanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:980px){.np-profile-style-picker{grid-template-columns:repeat(2,minmax(0,1fr));}.np-message-compose__actions{grid-template-columns:1fr;}.np-message-file-button,.np-message-compose .button{width:100%;}}
@media(max-width:560px){.np-profile-style-picker{grid-template-columns:1fr;}.np-profile-style-option{min-height:76px}.np-profile-filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.np-profile-filter-tabs button{white-space:nowrap}.np-message-media img,.np-message-media video{max-height:260px}}

/* ===== v48.25 persona profile tools ===== */
.np-profile-hero--v486[style*="--np-profile-cover-image"],
.np-account-hero--v4810[style*="--np-profile-cover-image"]{
  background-image:radial-gradient(circle at 8% 8%,rgba(255,255,255,.82),rgba(255,255,255,.28) 24%,transparent 42%),radial-gradient(circle at 80% 18%,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,rgba(36,28,54,.72),rgba(123,70,228,.62),rgba(189,114,230,.62)),var(--np-profile-cover-image)!important;
  background-size:cover!important;
  background-position:center!important;
}
.np-profile-hero--v486[style*="--np-profile-cover-image"]::after,
.np-account-hero--v4810[style*="--np-profile-cover-image"]::after{background:rgba(255,255,255,.20)!important;}

/* ===== v48.26 homepage notifications + active users/cards ===== */
#np-home-people{scroll-margin-top:96px;}
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile--notifications{
  position:relative;
  background:linear-gradient(145deg,#fff,rgba(247,242,255,.96))!important;
  border-color:rgba(98,72,158,.16)!important;
  color:var(--np-text)!important;
}
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts{
  background:linear-gradient(135deg,#ef233c 0%,#dc2626 58%,#991b1b 100%)!important;
  color:#fff!important;
  border-color:rgba(239,35,60,.55)!important;
  box-shadow:0 14px 34px rgba(220,38,38,.26)!important;
}
.np-home-stack--v4826 .np-action-tile--notifications.has-alerts strong,
.np-home-stack--v4826 .np-action-tile--notifications.has-alerts span{color:#fff!important;}
.np-home-stack--v4826 .np-action-tile--notifications.has-alerts .np-action-tile__icon{background:rgba(255,255,255,.2)!important;}
.np-home-stack--v4826 .np-action-tile--notifications em{
  display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;
  background:#fff;color:#dc2626;font-size:.72rem;font-style:normal;font-weight:950;line-height:1;margin-left:auto;box-shadow:0 8px 18px rgba(127,29,29,.18);
}
.np-home-people-tabs{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}
.np-home-people-tab{font-weight:950!important;}
.np-home-people-note{font-size:.72rem;color:var(--np-muted);font-weight:800;line-height:1.2;}
.np-home-points-ranges{gap:5px!important;}
.np-home-points-ranges .np-chip{font-size:.68rem!important;padding:7px 10px!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-home-top-users,
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer{
  padding:8px 9px!important;
  border-radius:18px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-users-grid{
  gap:7px!important;
  padding-bottom:7px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card{
  flex:0 0 clamp(118px,11.7vw,148px)!important;
  min-height:116px!important;
  padding:8px!important;
  border-radius:16px!important;
  gap:5px!important;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 26%, transparent), transparent 48%),
    linear-gradient(180deg,#fff,color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 10%, #ffffff))!important;
  border-color:color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 26%, #e6def4)!important;
  box-shadow:0 12px 28px color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 13%, transparent)!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__avatar img{
  width:38px!important;height:38px!important;border-radius:14px!important;border-color:color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 34%, rgba(255,255,255,.8))!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card h3{font-size:.82rem!important;margin:2px 0 0!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card h3 a{color:#1d1a26!important;text-decoration:none!important;}
.np-top-user-card__thought{
  margin:1px auto 2px!important;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  color:#5f5771;font-size:.62rem!important;line-height:1.12!important;font-weight:750;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__meta{font-size:.62rem!important;gap:1px!important;line-height:1.1!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__meta span{display:block;white-space:normal;}
.np-home-stack--v4826 .np-top-user-card__status{font-size:.58rem!important;padding:2px 6px!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer textarea{min-height:54px!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer::before{font-size:.64rem!important;padding:5px 8px!important;margin-bottom:5px!important;}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer .button{padding:9px 13px!important;}

.np-notifications-page{
  gap:14px!important;
  max-width:980px;
  background:radial-gradient(circle at 0% 0%,rgba(239,35,60,.06),transparent 38%),linear-gradient(145deg,#fff,rgba(248,244,255,.94))!important;
}
.np-notifications-title--clean{margin-bottom:0!important;}
.np-notifications-title--clean h1{margin-bottom:0!important;}
.np-notification-row{
  grid-template-columns:46px minmax(0,1fr) auto!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#fff,rgba(249,246,255,.96))!important;
}
.np-notification-row__copy{display:block!important;min-width:0!important;}
.np-notification-row__copy strong{display:block!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;font-size:.98rem!important;line-height:1.25!important;}
.np-notification-row__copy small{display:block!important;margin-top:3px!important;white-space:nowrap!important;}
.np-notification-row__go{white-space:nowrap!important;}
.np-empty-state--notifications{padding:20px!important;text-align:center;}
@media(max-width:760px){
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card{flex:0 0 130px!important;min-height:112px!important;}
  .np-notification-row{grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;}
  .np-notification-row__icon{width:38px!important;height:38px!important;border-radius:14px!important;}
  .np-notification-row__go{grid-column:2!important;justify-self:start!important;}
}

/* ===== v48.27 helper fix + compact active users ===== */
.np-home-stack--v4826 .np-home-top-thought-row,
.np-home-stack--v4815 .np-home-top-thought-row{
  align-items:start!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-home-top-users{
  height:auto!important;
  min-height:0!important;
  display:block!important;
  align-self:start!important;
  overflow:hidden!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-users-grid{
  align-items:flex-start!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  padding:1px 2px 7px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card,
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card--themed{
  align-self:flex-start!important;
  height:auto!important;
  min-height:118px!important;
  max-height:158px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__body{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:0!important;
  width:100%!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
}
.np-home-stack--v4826 .np-home-people-note{
  display:block!important;
  margin-top:3px!important;
}
@media(max-width:980px){
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card,
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card--themed{
    min-height:108px!important;
    max-height:148px!important;
  }
}

/* ===== v48.28 flexible messages, upload preview and admin media preview ===== */
.np-messages-layout--modern{
  grid-template-columns:minmax(300px,370px) minmax(0,1fr)!important;
  gap:16px!important;
}
.np-messages-main{
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
.np-messages-list{
  align-content:start!important;
  min-height:clamp(240px,42vh,430px)!important;
  max-height:clamp(360px,56vh,620px)!important;
  overflow:auto!important;
}
.np-message-bubble{
  align-self:start!important;
  width:fit-content!important;
  max-width:min(76%,680px)!important;
}
.np-message-bubble.is-own{
  justify-self:end!important;
  align-self:start!important;
  margin-left:auto!important;
}
.np-message-bubble__body{
  line-height:1.45!important;
}
.np-message-media{
  max-width:min(100%,520px)!important;
}
.np-message-upload-preview{
  display:grid;
  grid-template-columns:76px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin-top:10px;
  padding:10px;
  border-radius:18px;
  border:1px solid rgba(34,197,94,.22);
  background:linear-gradient(135deg,rgba(240,253,244,.94),rgba(255,255,255,.96));
  box-shadow:0 12px 26px rgba(22,101,52,.07);
}
.np-message-upload-preview[hidden]{display:none!important;}
.np-message-upload-preview__media{
  width:76px;
  height:56px;
  border-radius:14px;
  overflow:hidden;
  background:#161225;
  display:grid;
  place-items:center;
}
.np-message-upload-preview__media img,
.np-message-upload-preview__media video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.np-message-upload-preview__copy{display:grid;gap:2px;min-width:0;}
.np-message-upload-preview__copy strong{color:#166534;font-weight:950;line-height:1.15;}
.np-message-upload-preview__copy span{color:#5d536d;font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.np-message-upload-preview__remove{
  appearance:none;
  border:1px solid rgba(127,29,29,.16);
  background:#fff;
  color:#9b1c1c;
  border-radius:999px;
  padding:8px 10px;
  font-weight:900;
  cursor:pointer;
}
.np-message-compose__actions{align-self:stretch;}
.np-message-file-button{min-height:48px;}
.np-admin-message-attachment-preview{margin-top:8px;}
.np-admin-message-attachment-preview a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:260px;
  padding:6px 8px;
  border-radius:12px;
  background:#f7f4fd;
  border:1px solid #e5ddf2;
  text-decoration:none;
  color:#3b3152;
  font-weight:700;
}
.np-admin-message-attachment-preview img,
.np-admin-message-attachment-preview video{
  width:54px;
  height:42px;
  object-fit:cover;
  border-radius:9px;
  background:#100b20;
}
.np-admin-message-attachment-preview span{white-space:nowrap;font-size:12px;}
@media(max-width:980px){
  .np-messages-layout--modern{grid-template-columns:1fr!important;}
  .np-message-bubble{max-width:92%!important;}
}
@media(max-width:640px){
  .np-message-bubble{max-width:100%!important;width:auto!important;}
  .np-messages-list{min-height:260px!important;max-height:520px!important;}
  .np-message-upload-preview{grid-template-columns:64px minmax(0,1fr);}
  .np-message-upload-preview__media{width:64px;height:50px;}
  .np-message-upload-preview__remove{grid-column:1 / -1;justify-self:start;}
}

/* ===== v48.30 persona conversations, profile avatar upload, themed community cards ===== */
.np-profile-avatar-upload{position:relative;margin:0;padding:0;border:0;background:transparent;cursor:pointer;display:block;}
.np-profile-avatar-upload label{display:block;position:relative;cursor:pointer;}
.np-profile-avatar-upload input[type=file]{position:absolute;inline-size:1px;block-size:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0);}
.np-profile-avatar-upload__hint{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:max-content;padding:8px 12px;border-radius:999px;background:rgba(17,12,32,.72);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.01em;box-shadow:0 12px 28px rgba(17,12,32,.24);opacity:0;transition:opacity .2s ease,transform .2s ease;backdrop-filter:blur(12px);}
.np-profile-avatar-upload:hover .np-profile-avatar-upload__hint,.np-profile-avatar-upload:focus-within .np-profile-avatar-upload__hint{opacity:1;transform:translateX(-50%) translateY(-3px);}
.np-profile-avatar-upload:hover img{filter:saturate(1.08) brightness(.92);}
.np-member-card--themed{position:relative;overflow:hidden;background:var(--np-profile-style-bg,linear-gradient(145deg,#fff,#f6f1ff))!important;border-color:color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 38%,#ffffff)!important;color:var(--np-style-ink,#fff);box-shadow:0 18px 44px color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 24%,transparent)!important;}
.np-member-card--themed:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.06));pointer-events:none;}
.np-member-card--themed>*{position:relative;z-index:1;}
.np-member-card--themed a,.np-member-card--themed h3,.np-member-card--themed .np-muted,.np-member-card--themed .np-member-last-seen{color:var(--np-style-ink,#fff)!important;text-shadow:0 1px 1px rgba(0,0,0,.16);}
.np-member-card--themed .np-mini-pill{background:rgba(255,255,255,.82)!important;color:#2b203c!important;text-shadow:none;}
.np-member-card--themed .np-member-thought{background:rgba(255,255,255,.82)!important;color:#211937!important;border-color:rgba(255,255,255,.55)!important;text-shadow:none;}
.np-member-card--themed .np-member-thought span{color:color-mix(in srgb,var(--np-user-profile-color,#7b46e4) 72%,#211937)!important;text-shadow:none;}
@media(max-width:760px){.np-profile-avatar-upload__hint{opacity:1;bottom:8px;font-size:.7rem;padding:6px 9px}.np-member-card--themed{border-radius:18px}}


/* ===== v48.31 safer automatic ad zones ===== */
.np-ad-safe-slot{
  grid-column:1 / -1;
  width:100%;
  min-width:0;
  margin:10px 0;
  padding:0;
  border-radius:18px;
  overflow:hidden;
  text-align:center;
  background:linear-gradient(180deg,rgba(255,255,255,.64),rgba(246,242,255,.52));
}
.np-ad-safe-slot:empty{display:none!important;}
.np-ad-safe-slot > .google-auto-placed,
.np-ad-safe-slot > ins.adsbygoogle,
.np-ad-safe-slot iframe{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}
.np-ad-safe-outside-chat{max-width:min(980px,100%);margin:16px auto;}
.np-messages-shell .np-ad-safe-outside-chat{display:none!important;}
.np-live-card .google-auto-placed,
.np-topic-card .google-auto-placed,
.np-story-card .google-auto-placed,
.np-magazine-card .google-auto-placed,
.np-mini-article-card .google-auto-placed,
.np-feature-card .google-auto-placed,
.np-messages-shell .google-auto-placed{max-width:100%!important;}
.np-messages-list .google-auto-placed,
.np-messages-list ins.adsbygoogle,
.np-message-bubble .google-auto-placed,
.np-message-bubble ins.adsbygoogle,
.np-message-compose .google-auto-placed,
.np-message-compose ins.adsbygoogle{display:none!important;}
.np-ad-safe-slot--feed,
.np-ad-safe-slot--forums,
.np-ad-safe-slot--blogs,
.np-ad-safe-slot--archive,
.np-ad-safe-slot--relocated{border:1px solid rgba(98,72,158,.10);box-shadow:0 10px 26px rgba(34,22,58,.045);}
@media(max-width:700px){.np-ad-safe-slot{margin:8px 0;border-radius:14px}.np-ad-safe-outside-chat{margin:12px auto}}


/* ===== v48.32 forum composer, topic cards, helper under tools, magazine gap ===== */
.np-home-stack--v4815 .np-home-magazine--swipe{
  display:grid!important;
  grid-template-rows:auto auto!important;
  align-content:start!important;
  gap:2px!important;
  padding-top:4px!important;
}
.np-home-stack--v4815 .np-home-magazine__head{
  margin:0!important;
  padding:0!important;
  min-height:0!important;
}
.np-home-stack--v4815 .np-home-magazine__label{
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.np-home-stack--v4815 .np-home-mag-swipe{
  margin-top:0!important;
  padding-top:0!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2{
  min-height:6.1em!important;
  -webkit-line-clamp:5!important;
}

.np-editor-card--topic{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.24), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(236,72,153,.26), transparent 36%),
    linear-gradient(135deg,#4f2ea6 0%,#6f35d6 52%,#9b5cf6 100%)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 28px 70px rgba(79,46,166,.22)!important;
}
.np-editor-card--topic::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.14);
  pointer-events:none;
}
.np-editor-card--topic .np-section-title,
.np-editor-card--topic .np-form{position:relative;z-index:1;}
.np-editor-card--topic .np-kicker{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.20)!important;
}
.np-editor-card--topic h1,
.np-editor-card--topic label,
.np-editor-card--topic .np-checkline,
.np-editor-card--topic .np-editor-note,
.np-editor-card--topic small{color:#fff!important;}
.np-editor-card--topic h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.04em;margin:8px 0 6px;}
.np-editor-card--topic .np-form--editor{
  margin-top:16px;
  padding:20px;
  border-radius:28px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter:blur(12px) saturate(130%);
}
.np-editor-card--topic input[type="text"],
.np-editor-card--topic input[type="file"],
.np-editor-card--topic select,
.np-editor-card--topic textarea,
.np-editor-card--topic .np-rich-editor{
  background:rgba(255,255,255,.96)!important;
  color:#1d1a26!important;
  border-color:rgba(255,255,255,.40)!important;
  box-shadow:0 10px 28px rgba(31,20,58,.10)!important;
}
.np-editor-card--topic .np-rich-toolbar{
  background:rgba(255,255,255,.92)!important;
  border-color:rgba(255,255,255,.38)!important;
}
.np-editor-card--topic .np-rich-toolbar button,
.np-editor-card--topic .np-rich-toolbar .np-rich-btn{
  background:#fff!important;
  color:#4f2ea6!important;
  border-color:rgba(79,46,166,.16)!important;
}
.np-editor-card--topic .button[type="submit"]{
  background:#fff!important;
  color:#4f2ea6!important;
  border-color:#fff!important;
  box-shadow:0 18px 38px rgba(31,20,58,.18)!important;
}
.np-editor-card--topic .button[type="submit"]:hover{transform:translateY(-1px);box-shadow:0 22px 46px rgba(31,20,58,.24)!important;}

.np-archive-grid--forums .np-topic-card,
.np-forum-archive .np-topic-card{
  position:relative;
  overflow:hidden;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 88% 0%, rgba(139,92,246,.14), transparent 34%),
    linear-gradient(180deg,#fff,rgba(248,244,255,.96))!important;
  border:1px solid rgba(111,71,197,.16)!important;
  box-shadow:0 16px 38px rgba(43,27,79,.08)!important;
}
.np-archive-grid--forums .np-topic-card::before,
.np-forum-archive .np-topic-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#7c3aed,#d946ef);
}
.np-archive-grid--forums .np-topic-card:hover,
.np-forum-archive .np-topic-card:hover{
  transform:translateY(-3px);
  border-color:rgba(124,58,237,.32)!important;
  box-shadow:0 22px 50px rgba(43,27,79,.13)!important;
}
.np-archive-grid--forums .np-topic-card h2,
.np-archive-grid--forums .np-topic-card h3,
.np-forum-archive .np-topic-card h2,
.np-forum-archive .np-topic-card h3{
  margin-top:6px!important;
  color:#241b3b!important;
}
.np-archive-grid--forums .np-topic-card .np-tax,
.np-forum-archive .np-topic-card .np-tax{
  background:rgba(124,58,237,.10)!important;
  color:#5b2eb1!important;
}

@media(max-width:760px){
  .np-editor-card--topic{border-radius:22px!important;}
  .np-editor-card--topic::before{inset:10px;border-radius:18px;}
  .np-editor-card--topic .np-form--editor{padding:14px;border-radius:20px;}
  .np-editor-card--topic h1{font-size:clamp(1.8rem,9vw,2.6rem);}
  .np-home-stack--v4815 .np-home-magazine--swipe{gap:4px!important;padding-top:8px!important;}
}


/* ===== v48.33 community names, chat detail cleanup and purple magazine block ===== */
.np-members-page .np-member-card__body h3 a,
.np-members-page .np-member-card--themed .np-member-card__body h3 a{
  color:#5b21b6!important;
  text-shadow:none!important;
  font-weight:1000!important;
}
.np-members-page .np-member-card--themed .np-member-card__body h3{
  color:#5b21b6!important;
  text-shadow:none!important;
}
.np-home-stack--v4815 .np-home-magazine--swipe{
  background:linear-gradient(135deg,#4c1d95 0%,#6d28d9 48%,#8b5cf6 100%)!important;
  border-color:rgba(139,92,246,.48)!important;
  box-shadow:0 22px 54px rgba(76,29,149,.24)!important;
}
.np-home-stack--v4815 .np-home-magazine__label{
  color:#fff!important;
  background:rgba(255,255,255,.16)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  line-height:1!important;
}
.np-home-stack--v4815 .np-home-mag-swipe{
  scrollbar-color:rgba(255,255,255,.45) transparent;
}
.np-home-stack--v4815 .np-home-mag-swipe::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.45)!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,245,255,.94))!important;
  border-color:rgba(255,255,255,.45)!important;
}


/* ===== v48.34 compact community thoughts and red activity time ===== */
.np-members-page .np-member-last-seen,
.np-members-page .np-member-card--themed .np-member-last-seen{
  color:#dc2626!important;
  text-shadow:none!important;
  font-weight:800!important;
}
.np-members-page .np-member-thought,
.np-members-page .np-member-card--themed .np-member-thought{
  font-size:.58rem!important;
  font-weight:400!important;
  line-height:1.25!important;
  padding:8px 10px!important;
  margin-top:8px!important;
  text-align:center;
}
.np-members-page .np-member-thought span,
.np-members-page .np-member-card--themed .np-member-thought span{
  font-size:.52rem!important;
  font-weight:800!important;
  letter-spacing:.055em!important;
  margin-bottom:2px!important;
}
@media(max-width:760px){
  .np-members-page .np-member-thought,
  .np-members-page .np-member-card--themed .np-member-thought{font-size:.64rem!important;}
  .np-members-page .np-member-thought span,
  .np-members-page .np-member-card--themed .np-member-thought span{font-size:.54rem!important;}
}
