/*
Theme Name: Napisto Faithful Functional V48 Comment UX
Theme URI: https://example.com/
Author: OpenAI
Description: WordPress téma pre Napisto s blogami, magazínom, rubrikami a modernými efektmi.
Version: 49.114.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-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-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-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-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-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;}
}
@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;}
}

/* ===== 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-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-none{--np-style-start:#ffffff;--np-style-mid:#f7f3ff;--np-style-end:#ffffff;--np-style-ink:#231f33;--np-style-soft:rgba(123,70,228,.12);--np-profile-style-bg:linear-gradient(145deg,#ffffff 0%,#faf8ff 58%,#f2ecff 100%);}
.np-profile-style-galaxy{--np-style-start:#18002f;--np-style-mid:#6f2cff;--np-style-end:#ff4dd8;--np-style-ink:#ffffff;--np-style-soft:rgba(255,77,216,.32);--np-profile-style-bg:radial-gradient(circle at 18% 22%,rgba(255,255,255,.85),transparent 12%),radial-gradient(circle at 78% 20%,rgba(255,77,216,.65),transparent 24%),radial-gradient(circle at 62% 78%,rgba(83,210,255,.42),transparent 28%),linear-gradient(135deg,#18002f 0%,#4a17a8 42%,var(--np-profile-accent) 64%,#ff4dd8 100%);}
.np-profile-style-lagoon{--np-style-start:#033a52;--np-style-mid:#00d0c8;--np-style-end:#d8fff7;--np-style-ink:#f7ffff;--np-style-soft:rgba(0,208,200,.30);--np-profile-style-bg:radial-gradient(ellipse at 48% -10%,rgba(255,255,255,.78),transparent 36%),repeating-linear-gradient(135deg,rgba(255,255,255,.10) 0 10px,transparent 10px 24px),linear-gradient(135deg,#033a52 0%,#027c92 42%,var(--np-profile-accent) 65%,#73f5dd 100%);}
.np-profile-style-sunrise{--np-style-start:#40124d;--np-style-mid:#ff7d47;--np-style-end:#ffe17a;--np-style-ink:#fffaf2;--np-style-soft:rgba(255,181,89,.34);--np-profile-style-bg:radial-gradient(circle at 80% 28%,rgba(255,225,122,.92),transparent 23%),radial-gradient(circle at 18% 82%,rgba(255,125,71,.62),transparent 25%),linear-gradient(150deg,#40124d 0%,#b72b73 38%,var(--np-profile-accent) 58%,#ff7d47 78%,#ffe17a 100%);}
.np-profile-style-forest{--np-style-start:#082e1f;--np-style-mid:#21b26f;--np-style-end:#b8f28c;--np-style-ink:#f9fff6;--np-style-soft:rgba(33,178,111,.28);--np-profile-style-bg:radial-gradient(circle at 18% 24%,rgba(232,255,209,.70),transparent 19%),radial-gradient(circle at 82% 70%,rgba(184,242,140,.55),transparent 31%),linear-gradient(145deg,#082e1f 0%,#0f6b47 48%,var(--np-profile-accent) 68%,#b8f28c 100%);}
.np-profile-style-candy{--np-style-start:#ff4aa4;--np-style-mid:#8e5bff;--np-style-end:#7df3ff;--np-style-ink:#ffffff;--np-style-soft:rgba(255,255,255,.34);--np-profile-style-bg:radial-gradient(circle at 22% 26%,rgba(255,255,255,.82),transparent 18%),radial-gradient(circle at 80% 72%,rgba(125,243,255,.62),transparent 28%),linear-gradient(135deg,#ff4aa4 0%,#e445d8 34%,var(--np-profile-accent) 58%,#8e5bff 78%,#7df3ff 100%);}
.np-profile-style-midnight{--np-style-start:#050712;--np-style-mid:#3944ff;--np-style-end:#b35cff;--np-style-ink:#ffffff;--np-style-soft:rgba(57,68,255,.28);--np-profile-style-bg:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px),radial-gradient(circle at 20% 78%,rgba(57,68,255,.62),transparent 25%),radial-gradient(circle at 82% 18%,rgba(179,92,255,.58),transparent 28%),linear-gradient(135deg,#050712 0%,#111738 43%,var(--np-profile-accent) 68%,#b35cff 100%);background-size:34px 34px,34px 34px,auto,auto,auto;}
.np-profile-style-sand{--np-style-start:#5c3310;--np-style-mid:#e8a338;--np-style-end:#fff2b8;--np-style-ink:#fff7e5;--np-style-soft:rgba(255,217,122,.32);--np-profile-style-bg:radial-gradient(circle at 16% 20%,rgba(255,255,255,.70),transparent 20%),repeating-radial-gradient(ellipse at 84% 88%,rgba(255,255,255,.14) 0 7px,transparent 7px 18px),linear-gradient(145deg,#5c3310 0%,#ad6420 42%,var(--np-profile-accent) 64%,#fff2b8 100%);}
/* Compatibility for older saved style keys. */
.np-profile-style-aurora{--np-style-start:#18002f;--np-style-mid:#6f2cff;--np-style-end:#ff4dd8;--np-style-ink:#ffffff;--np-style-soft:rgba(255,77,216,.32);--np-profile-style-bg:radial-gradient(circle at 18% 22%,rgba(255,255,255,.85),transparent 12%),radial-gradient(circle at 78% 20%,rgba(255,77,216,.65),transparent 24%),linear-gradient(135deg,#18002f 0%,#4a17a8 42%,var(--np-profile-accent) 64%,#ff4dd8 100%);}
.np-profile-style-neon{--np-style-start:#050712;--np-style-mid:#3944ff;--np-style-end:#b35cff;--np-style-ink:#ffffff;--np-style-soft:rgba(57,68,255,.28);--np-profile-style-bg:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px),radial-gradient(circle at 20% 78%,rgba(57,68,255,.62),transparent 25%),radial-gradient(circle at 82% 18%,rgba(179,92,255,.58),transparent 28%),linear-gradient(135deg,#050712 0%,#111738 43%,var(--np-profile-accent) 68%,#b35cff 100%);background-size:34px 34px,34px 34px,auto,auto,auto;}
.np-profile-style-sunset{--np-style-start:#40124d;--np-style-mid:#ff7d47;--np-style-end:#ffe17a;--np-style-ink:#fffaf2;--np-style-soft:rgba(255,181,89,.34);--np-profile-style-bg:radial-gradient(circle at 80% 28%,rgba(255,225,122,.92),transparent 23%),linear-gradient(150deg,#40124d 0%,#b72b73 38%,var(--np-profile-accent) 58%,#ff7d47 78%,#ffe17a 100%);}
.np-profile-style-ocean{--np-style-start:#033a52;--np-style-mid:#00d0c8;--np-style-end:#d8fff7;--np-style-ink:#f7ffff;--np-style-soft:rgba(0,208,200,.30);--np-profile-style-bg:radial-gradient(ellipse at 48% -10%,rgba(255,255,255,.78),transparent 36%),linear-gradient(135deg,#033a52 0%,#027c92 42%,var(--np-profile-accent) 65%,#73f5dd 100%);}
.np-profile-style-rose{--np-style-start:#ff4aa4;--np-style-mid:#8e5bff;--np-style-end:#7df3ff;--np-style-ink:#ffffff;--np-style-soft:rgba(255,255,255,.34);--np-profile-style-bg:radial-gradient(circle at 22% 26%,rgba(255,255,255,.82),transparent 18%),radial-gradient(circle at 80% 72%,rgba(125,243,255,.62),transparent 28%),linear-gradient(135deg,#ff4aa4 0%,#e445d8 34%,var(--np-profile-accent) 58%,#8e5bff 78%,#7df3ff 100%);}
.np-profile-style-graphite{--np-style-start:#050712;--np-style-mid:#3944ff;--np-style-end:#b35cff;--np-style-ink:#ffffff;--np-style-soft:rgba(57,68,255,.28);--np-profile-style-bg:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px),radial-gradient(circle at 20% 78%,rgba(57,68,255,.62),transparent 25%),radial-gradient(circle at 82% 18%,rgba(179,92,255,.58),transparent 28%),linear-gradient(135deg,#050712 0%,#111738 43%,var(--np-profile-accent) 68%,#b35cff 100%);}
.np-profile-design-form{display:grid;gap:16px;}.np-profile-style-picker{display:flex;gap:14px;overflow-x:auto;overflow-y:visible;padding:4px 4px 12px;margin:0 -4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;}
.np-profile-style-option{position:relative;display:grid;grid-template-rows:86px auto;gap:8px;flex:0 0 158px;min-width:158px;padding:0;border:0;background:transparent;color:#241d35;font-weight:900;cursor:pointer;isolation:isolate;transition:transform .18s ease,filter .18s ease;scroll-snap-align:start;}
.np-profile-style-option input{position:absolute;opacity:0;pointer-events:none;}.np-profile-style-option:hover{transform:translateY(-2px);filter:saturate(1.08);}.np-profile-style-swatch{position:relative;display:block;width:100%;height:86px;border-radius:22px;border:1px solid rgba(98,72,158,.18);background:var(--np-profile-style-bg);box-shadow:0 16px 32px rgba(34,22,58,.12);overflow:hidden;}
.np-profile-style-swatch::before{content:"";position:absolute;inset:9px;border-radius:17px;border:1px solid rgba(255,255,255,.22);opacity:.75;}.np-profile-style-swatch::after{content:"";position:absolute;right:-22px;bottom:-28px;width:88px;height:88px;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.32),var(--np-style-soft,rgba(255,255,255,.18)));}
.np-profile-style-label{display:block;text-align:center;font-size:.82rem;line-height:1.15;color:#3a2b62;text-shadow:none;white-space:normal;}.np-profile-style-option.is-selected .np-profile-style-swatch{outline:3px solid #ffd84d;outline-offset:3px;box-shadow:0 18px 36px rgba(34,22,58,.17),0 0 0 6px rgba(255,216,77,.18);}.np-profile-style-option.is-selected .np-profile-style-label{color:#5b22bd;}.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;}
@media(max-width:980px){.np-profile-style-picker{display:flex;grid-template-columns:none;}.np-profile-style-option{flex-basis:148px;min-width:148px}.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{display:flex;grid-template-columns:none;}.np-profile-style-option{flex-basis:132px;min-width:132px;grid-template-rows:72px auto}.np-profile-style-swatch{height:72px}.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-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;}
}
@media(max-width:640px){
  .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;}
}

/* ===== v48.35 compact homepage blocks + sidebar forum labels ===== */
.np-home-stack--v4815 .np-home-mag-actions-layout,
.np-home-stack--v4826 .np-home-mag-actions-layout{
  grid-template-columns:minmax(118px,150px) minmax(0,1fr)!important;
  gap:7px!important;
  align-items:start!important;
}
.np-home-stack--v4815 .np-home-actions--side,
.np-home-stack--v4826 .np-home-actions--side{
  padding:6px!important;
  border-radius:15px!important;
  align-self:start!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side,
.np-home-stack--v4826 .np-home-actions__grid--side{
  gap:5px!important;
  height:auto!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile,
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile{
  min-height:37px!important;
  padding:6px 8px!important;
  border-radius:13px!important;
  gap:7px!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile__icon,
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile__icon{
  width:25px!important;
  height:25px!important;
  min-width:25px!important;
  flex:0 0 25px!important;
  border-radius:10px!important;
  font-size:.84rem!important;
}
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile strong,
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile strong{
  font-size:.72rem!important;
  line-height:1.08!important;
}
.np-home-stack--v4815 .np-home-magazine--swipe,
.np-home-stack--v4826 .np-home-magazine--swipe{
  align-self:start!important;
  min-height:0!important;
  padding:5px 7px 4px!important;
  gap:1px!important;
  overflow:hidden!important;
}
.np-home-stack--v4815 .np-home-magazine__head,
.np-home-stack--v4826 .np-home-magazine__head{
  margin:0!important;
  padding:0!important;
}
.np-home-stack--v4815 .np-home-magazine__label,
.np-home-stack--v4826 .np-home-magazine__label{
  padding:4px 8px!important;
  font-size:.72rem!important;
}
.np-home-stack--v4815 .np-home-mag-swipe,
.np-home-stack--v4826 .np-home-mag-swipe{
  padding:0 1px 4px!important;
  gap:6px!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
.np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
  min-height:165px!important;
  padding:7px!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb,
.np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
  height:82px!important;
  margin-bottom:5px!important;
}
.np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
.np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
  font-size:.84rem!important;
  line-height:1.14!important;
  min-height:4.55em!important;
  -webkit-line-clamp:4!important;
}
.np-home-stack--v4826 .np-home-people-tab,
.np-home-people-tabs .np-home-people-tab{
  font-size:.82rem!important;
  line-height:1.05!important;
  padding:8px 13px!important;
  border-radius:18px!important;
}
.np-home-stack--v4826 .np-home-top-users__head{
  gap:7px!important;
  margin-bottom:7px!important;
}
.np-home-stack--v4826 .np-home-points-ranges .np-chip{
  font-size:.63rem!important;
  padding:6px 8px!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context{
  display:block!important;
  padding:12px 13px!important;
  line-height:1.28!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context .np-tax{
  display:inline-flex!important;
  width:auto!important;
  max-width:100%!important;
  margin:0 0 7px 0!important;
  padding:4px 8px!important;
  font-size:.70rem!important;
  line-height:1.05!important;
  border-radius:999px!important;
  white-space:normal!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context > a{
  display:block!important;
  margin:0!important;
  font-size:.94rem!important;
  line-height:1.32!important;
  color:#221b33!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context .np-list-item__meta{
  display:block!important;
  margin-top:8px!important;
  font-size:.72rem!important;
  line-height:1.2!important;
}
@media(max-width:980px){
  .np-home-stack--v4815 .np-home-mag-actions-layout,
  .np-home-stack--v4826 .np-home-mag-actions-layout{grid-template-columns:1fr!important;gap:8px!important;}
  .np-home-stack--v4815 .np-home-actions__grid--side,
  .np-home-stack--v4826 .np-home-actions__grid--side{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:560px){
  .np-home-stack--v4815 .np-home-actions__grid--side,
  .np-home-stack--v4826 .np-home-actions__grid--side{grid-template-columns:1fr!important;}
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{min-height:180px!important;}
}


/* ===== v48.36 responsive repair for mobile/tablet + unread chat state ===== */
.np-message-panel--primary.has-unread,
.np-message-panel--primary.np-message-panel--has-unread{
  border-color:rgba(220,38,38,.30)!important;
  box-shadow:0 18px 44px rgba(220,38,38,.10)!important;
}
.np-message-panel--primary.has-unread .np-kicker,
.np-message-panel--primary.np-message-panel--has-unread .np-kicker{
  background:linear-gradient(135deg,#ef4444,#dc2626)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(220,38,38,.22)!important;
}
.np-message-chat-alert-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 9px;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:.78rem;
  font-weight:1000;
  box-shadow:0 10px 22px rgba(220,38,38,.24);
}
.np-nav-link--alert,
.np-nav-link--alert .np-nav-alert-word{
  color:#dc2626!important;
}

@media (max-width: 1100px){
  html,body,.site{max-width:100%!important;overflow-x:hidden!important;}
  .np-wrap{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;margin-inline:auto!important;}
  .site-header .np-wrap{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;}
  .np-layout,
  body.single-forum .np-layout,
  body.single-forum_topic .np-layout,
  body.post-type-archive-forum .np-layout,
  body.post-type-archive-forum_topic .np-layout,
  body.tax-forum_category .np-layout,
  body.tax-forum_topic_category .np-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-inline:auto!important;
    padding-inline:0!important;
  }
  .np-content,
  .np-sidebar,
  .np-sidebar-left,
  .np-sidebar-right,
  .np-layout > *,
  .np-content > *,
  .np-card,
  .post,
  .page{
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
  body.single-forum .np-sidebar-right,
  body.single-forum_topic .np-sidebar-right{
    display:none!important;
  }
  body.single-forum .np-content,
  body.single-forum_topic .np-content{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:stretch!important;
    width:100%!important;
    max-width:100%!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,
  body.single-forum .np-forum-thread,
  body.single-forum_topic .np-forum-thread{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-inline:0!important;
    box-sizing:border-box!important;
  }
}

@media (max-width: 900px){
  .site{padding-top:var(--np-mobile-header-offset,70px)!important;}
  .np-profile-hero--v56,
  .np-profile-hero--v486,
  .np-account-hero--v4810{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    min-height:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:18px!important;
    border-radius:24px!important;
    gap:14px!important;
  }
  .np-profile-hero__avatar--v56,
  .np-profile-hero__avatar--v486{
    width:max-content!important;
    max-width:100%!important;
    justify-self:start!important;
  }
  .np-profile-hero__avatar--v56 img,
  .np-profile-hero__avatar--v486 img{
    width:112px!important;
    height:112px!important;
    border-radius:26px!important;
  }
  .np-profile-topline--v56 h1,
  .np-profile-topline--v486 h1,
  body.np-page-moj-profil .np-profile-topline--v56 h1,
  body.np-page-moj-profil .np-profile-topline--v486 h1{
    font-size:clamp(2rem,12vw,3rem)!important;
    line-height:.96!important;
    word-break:break-word!important;
  }
  .np-profile-actions--v56,
  .np-profile-actions--v486{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
}

@media (max-width: 760px){
  .np-wrap{width:calc(100vw - 14px)!important;max-width:calc(100vw - 14px)!important;}
  .np-layout{padding-top:8px!important;gap:10px!important;}

  .np-home-stack,
  .np-home-stack--v4810,
  .np-home-stack--v4811,
  .np-home-stack--v4812,
  .np-home-stack--v4815,
  .np-home-stack--v4826{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:10px!important;
  }
  .np-home-mag-actions-layout,
  .np-home-stack--v4815 .np-home-mag-actions-layout,
  .np-home-stack--v4826 .np-home-mag-actions-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:9px!important;
  }
  .np-home-actions--side,
  .np-home-stack--v4815 .np-home-actions--side,
  .np-home-stack--v4826 .np-home-actions--side{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    padding:8px!important;
    border-radius:18px!important;
  }
  .np-home-actions__grid--side,
  .np-home-stack--v4815 .np-home-actions__grid--side,
  .np-home-stack--v4826 .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--v4826 .np-home-actions__grid--side .np-action-tile{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-width:0!important;
    min-height:48px!important;
    height:auto!important;
    padding:8px 9px!important;
    gap:8px!important;
    border-radius:14px!important;
    text-align:left!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--v4826 .np-home-actions__grid--side .np-action-tile strong{
    font-size:.78rem!important;
    line-height:1.12!important;
    white-space:normal!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--v4826 .np-home-actions__grid--side .np-action-tile__icon{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    flex:0 0 30px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .np-home-magazine--swipe,
  .np-home-stack--v4815 .np-home-magazine--swipe,
  .np-home-stack--v4826 .np-home-magazine--swipe{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    padding:8px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .np-home-magazine__head,
  .np-home-stack--v4815 .np-home-magazine__head,
  .np-home-stack--v4826 .np-home-magazine__head{
    margin:0 0 4px!important;
    padding:0!important;
  }
  .np-home-mag-swipe,
  .np-home-stack--v4815 .np-home-mag-swipe,
  .np-home-stack--v4826 .np-home-mag-swipe{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:0 2px 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--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex:0 0 min(78vw,280px)!important;
    width:min(78vw,280px)!important;
    min-width:min(78vw,280px)!important;
    max-width:280px!important;
    min-height:176px!important;
    height:auto!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,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:84px!important;
    margin-bottom:6px!important;
    border-radius:12px!important;
  }
  .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
    font-size:.84rem!important;
    line-height:1.16!important;
    min-height:0!important;
    margin:4px 0 0!important;
    display:-webkit-box!important;
    -webkit-line-clamp:4!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  body.single-forum .np-forum-thread,
  body.single-forum_topic .np-forum-thread{
    padding:16px!important;
    border-radius:20px!important;
    margin:0!important;
    transform:none!important;
  }
  body.single-forum .np-forum-thread__meta-top,
  body.single-forum_topic .np-forum-thread__meta-top{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
  }
  body.single-forum .np-forum-thread__author,
  body.single-forum_topic .np-forum-thread__author{
    margin-left:0!important;
    width:100%!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.45rem,9vw,2.2rem)!important;
    line-height:1.02!important;
    max-width:100%!important;
    width:100%!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }
  body.single-forum .np-forum-thread__body,
  body.single-forum_topic .np-forum-thread__body{
    max-width:100%!important;
    width:100%!important;
    font-size:.98rem!important;
    line-height:1.62!important;
    overflow-wrap:anywhere!important;
  }
  body.single-forum .np-forum-thread__footer,
  body.single-forum_topic .np-forum-thread__footer{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:start!important;
    gap:10px!important;
  }
  .np-editor-card,
  .np-comments-card,
  .np-forum-filterbar,
  .np-forum-archive,
  .np-topic-card{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .np-rich-toolbar{
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

@media (max-width: 430px){
  .np-home-actions__grid--side,
  .np-home-stack--v4815 .np-home-actions__grid--side,
  .np-home-stack--v4826 .np-home-actions__grid--side{
    grid-template-columns:1fr 1fr!important;
  }
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex-basis:82vw!important;
    width:82vw!important;
    min-width:82vw!important;
  }
  .np-message-panel__head{
    align-items:flex-start!important;
    gap:8px!important;
  }
}


/* ===== v48.37 compact new forum/question composer ===== */
@media (min-width: 761px){
  .np-editor-card--topic{
    padding:16px 18px!important;
    border-radius:22px!important;
    max-width:min(100%,940px)!important;
    margin-inline:auto!important;
    box-shadow:0 18px 44px rgba(79,46,166,.18)!important;
  }
  .np-editor-card--topic::before{
    inset:10px!important;
    border-radius:18px!important;
  }
  .np-editor-card--topic .np-section-title{
    margin:0 0 6px!important;
    min-height:0!important;
    gap:0!important;
  }
  .np-editor-card--topic .np-section-title--stacked,
  .np-editor-card--topic .np-section-title > div{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }
  .np-editor-card--topic h1{
    margin:0!important;
    font-size:1.05rem!important;
    line-height:1.1!important;
    letter-spacing:-.01em!important;
    opacity:.92!important;
  }
  .np-editor-card--topic .np-kicker{
    padding:7px 13px!important;
    border-radius:999px!important;
    font-size:.78rem!important;
    line-height:1!important;
  }
  .np-editor-card--topic .np-form--editor{
    margin-top:8px!important;
    padding:14px!important;
    border-radius:18px!important;
    display:grid!important;
    gap:9px!important;
  }
  .np-editor-card--topic .np-field{
    margin:0!important;
    display:grid!important;
    gap:5px!important;
  }
  .np-editor-card--topic label,
  .np-editor-card--topic .np-checkline{
    font-size:.86rem!important;
    line-height:1.15!important;
  }
  .np-editor-card--topic small,
  .np-editor-card--topic .np-editor-note,
  .np-editor-card--topic .np-composer-tools__hint{
    font-size:.68rem!important;
    line-height:1.25!important;
    opacity:.82!important;
    margin:0!important;
  }
  .np-editor-card--topic input[type="text"],
  .np-editor-card--topic select,
  .np-editor-card--topic input[type="file"]{
    min-height:36px!important;
    padding:8px 11px!important;
    border-radius:10px!important;
    font-size:.84rem!important;
    line-height:1.2!important;
  }
  .np-editor-card--topic .np-rich-editor{
    gap:5px!important;
    border-radius:13px!important;
  }
  .np-editor-card--topic .np-rich-toolbar{
    padding:5px 6px!important;
    gap:4px!important;
    border-radius:12px!important;
    max-height:42px!important;
  }
  .np-editor-card--topic .np-rich-toolbar .np-rich-btn,
  .np-editor-card--topic .np-rich-toolbar .np-smiley-btn,
  .np-editor-card--topic .np-rich-toolbar .np-smiley-btn--inline{
    min-width:30px!important;
    min-height:28px!important;
    padding:4px 8px!important;
    font-size:.68rem!important;
    border-radius:8px!important;
    line-height:1!important;
  }
  .np-editor-card--topic textarea.np-rich-textarea,
  .np-editor-card--topic #np_topic_content.np-rich-textarea{
    min-height:96px!important;
    height:112px!important;
    max-height:136px!important;
    overflow-y:auto!important;
    padding:9px 11px!important;
    border-radius:11px!important;
    font-size:.78rem!important;
    line-height:1.42!important;
    resize:vertical!important;
  }
  .np-editor-card--topic .np-composer-tools{
    margin:2px 0 0!important;
    gap:6px!important;
  }
  .np-editor-card--topic .np-composer-tools .button,
  .np-editor-card--topic .np-modal-trigger{
    padding:7px 12px!important;
    border-radius:999px!important;
    font-size:.76rem!important;
    min-height:0!important;
  }
  .np-editor-card--topic .np-checkline--anonymous{
    margin:2px 0 0!important;
    gap:6px!important;
  }
  .np-editor-card--topic .button[type="submit"]{
    min-height:34px!important;
    padding:8px 14px!important;
    border-radius:999px!important;
    font-size:.78rem!important;
    margin-top:0!important;
  }
  .np-editor-card--topic + .np-topics-week--archive,
  .np-editor-card--topic + .np-forum-filterbar,
  .np-editor-card--topic ~ .np-forum-filterbar{
    margin-top:12px!important;
  }
  .np-editor-card--topic .np-field-group,
  .np-editor-card--topic .np-editor-enhancements{
    margin-top:2px!important;
    gap:6px!important;
  }
}

@media (max-width: 760px){
  .np-editor-card--topic{
    padding:12px!important;
    border-radius:18px!important;
  }
  .np-editor-card--topic::before{
    inset:8px!important;
    border-radius:14px!important;
  }
  .np-editor-card--topic .np-section-title{
    margin-bottom:6px!important;
  }
  .np-editor-card--topic .np-section-title h1{
    font-size:1.15rem!important;
    margin:0!important;
  }
  .np-editor-card--topic .np-form--editor{
    margin-top:6px!important;
    padding:10px!important;
    gap:8px!important;
    border-radius:16px!important;
  }
  .np-editor-card--topic .np-field{margin:0!important;gap:4px!important;}
  .np-editor-card--topic input[type="text"],
  .np-editor-card--topic select,
  .np-editor-card--topic input[type="file"]{
    min-height:36px!important;
    padding:8px 10px!important;
    font-size:.84rem!important;
  }
  .np-editor-card--topic #np_topic_content.np-rich-textarea{
    min-height:112px!important;
    height:128px!important;
    max-height:170px!important;
    overflow-y:auto!important;
    font-size:.84rem!important;
    line-height:1.45!important;
  }
  .np-editor-card--topic .np-rich-toolbar{padding:5px!important;gap:4px!important;}
  .np-editor-card--topic .np-rich-toolbar .np-rich-btn,
  .np-editor-card--topic .np-rich-toolbar .np-smiley-btn,
  .np-editor-card--topic .np-rich-toolbar .np-smiley-btn--inline{
    min-height:28px!important;
    min-width:30px!important;
    padding:4px 7px!important;
    font-size:.68rem!important;
  }
  .np-editor-card--topic small,
  .np-editor-card--topic .np-editor-note,
  .np-editor-card--topic .np-composer-tools__hint{font-size:.66rem!important;line-height:1.25!important;}
}


/* ===== v48.38 community card order and inactive state polish ===== */
.np-members-page .np-member-name-line,
.np-members-page .np-member-card--themed .np-member-name-line{
  display:flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:0!important;
  flex-wrap:wrap!important;
  margin-bottom:7px!important;
  color:#111827!important;
  text-shadow:none!important;
}
.np-members-page .np-member-name-line a,
.np-members-page .np-member-card--themed .np-member-name-line a{
  color:#5b21b6!important;
  font-weight:900!important;
  text-shadow:none!important;
}
.np-members-page .np-member-city-inline,
.np-members-page .np-member-card--themed .np-member-city-inline{
  color:#111827!important;
  font-weight:700!important;
  text-shadow:none!important;
}
.np-members-page .np-member-thought,
.np-members-page .np-member-card--themed .np-member-thought{
  margin:3px auto 9px!important;
  max-width:72%!important;
}
.np-members-page .np-member-badges,
.np-members-page .np-member-card--themed .np-member-badges{
  margin-top:0!important;
}
.np-members-page .np-mini-pill--status.is-offline,
.np-members-page .np-member-card--themed .np-mini-pill--status.is-offline{
  color:#4b5563!important;
  background:rgba(255,255,255,.88)!important;
}
@media(max-width:760px){
  .np-members-page .np-member-name-line,
  .np-members-page .np-member-card--themed .np-member-name-line{
    font-size:1rem!important;
  }
  .np-members-page .np-member-thought,
  .np-members-page .np-member-card--themed .np-member-thought{
    max-width:86%!important;
  }
}


/* ===== v48.39 quick password reset ===== */
.np-password-reset-card{
  max-width:720px;
  margin:32px auto;
  padding:clamp(22px,4vw,42px)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 85% 10%, rgba(126,71,255,.14), transparent 32%),
    linear-gradient(135deg,#fff,#faf7ff)!important;
  border:1px solid rgba(122,97,194,.2)!important;
  box-shadow:0 24px 70px rgba(43,32,80,.12)!important;
}
.np-password-reset-card h1{margin:.35rem 0 .8rem;font-size:clamp(2rem,4vw,3.6rem);line-height:.95;letter-spacing:-.04em;}
.np-password-reset-form{display:grid;gap:14px;margin-top:18px;}
.np-password-reset-form label{display:grid;gap:8px;font-weight:900;color:#211b34;}
.np-password-reset-form input{
  width:100%;
  box-sizing:border-box;
  min-height:54px;
  border-radius:18px;
  border:1px solid rgba(94,70,150,.22);
  background:#fff;
  padding:0 16px;
  font:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.np-password-reset-form input:focus{outline:3px solid rgba(122,97,194,.16);border-color:#7a61c2;}
.np-password-reset-form .button{justify-content:center;width:100%;min-height:54px;border-radius:999px;font-weight:1000;}
.np-password-reset-message{margin:16px 0;padding:14px 16px;border-radius:18px;font-weight:800;line-height:1.45;}
.np-password-reset-message--success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;}
.np-password-reset-message--error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;}
.np-password-reset-message a{font-weight:1000;text-decoration:underline;}
.np-password-reset-hint{margin:12px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-weight:800;color:#6b647a;}
.np-password-reset-hint a{display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border-radius:999px;background:#f1eaff;color:#5e35b1;text-decoration:none;font-weight:1000;}
.np-password-reset-hint a:hover{background:#7c3aed;color:#fff;}
.np-password-reset-back{margin-top:16px;text-align:center;font-weight:900;}
@media(max-width:680px){.np-password-reset-card{margin:18px 10px;border-radius:24px!important}.np-password-reset-form input,.np-password-reset-form .button{min-height:48px}.np-password-reset-hint{font-size:.92rem}}


/* ===== v48.41 notification contrast + tighter homepage magazine cards ===== */
/* Červené upozornenia musia mať vždy biely text, aj keď neskoršie mobilné pravidlá menia farbu linkov. */
.np-nav-link--alert,
.np-nav-link--alert:visited,
.np-nav-link--alert:hover,
.np-nav-link--alert:focus-visible,
.np-nav-link--alert .np-nav-alert-word,
.np-nav-link--alert strong,
.np-nav-link--alert span:not(.np-nav-badge){
  color:#fff!important;
  text-shadow:0 1px 8px rgba(127,29,29,.22)!important;
}
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts,
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts{
  color:#fff!important;
}
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts strong,
.np-home-stack--v4826 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts span:not(.np-action-tile__icon),
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts strong,
.np-home-stack--v4815 .np-home-actions__grid--side .np-action-tile--notifications.has-alerts span:not(.np-action-tile__icon){
  color:#fff!important;
}

@media (min-width: 761px){
  /* Homepage: magazín nech má výšku podľa článkov, nie veľkú prázdnu fialovú plochu. */
  .np-home-stack--v4815 .np-home-mag-actions-layout,
  .np-home-stack--v4826 .np-home-mag-actions-layout{
    align-items:start!important;
  }
  .np-home-stack--v4815 .np-home-magazine--swipe,
  .np-home-stack--v4826 .np-home-magazine--swipe{
    display:grid!important;
    grid-template-rows:auto auto!important;
    align-content:start!important;
    min-height:0!important;
    height:auto!important;
    max-height:310px!important;
    padding:6px 8px 6px!important;
    gap:3px!important;
  }
  .np-home-stack--v4815 .np-home-magazine__head,
  .np-home-stack--v4826 .np-home-magazine__head{
    min-height:0!important;
    height:auto!important;
    margin:0 0 3px!important;
    padding:0!important;
  }
  .np-home-stack--v4815 .np-home-magazine__label,
  .np-home-stack--v4826 .np-home-magazine__label{
    padding:4px 10px!important;
    font-size:.76rem!important;
    line-height:1!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe,
  .np-home-stack--v4826 .np-home-mag-swipe{
    align-items:stretch!important;
    padding:0 2px 7px!important;
    margin:0!important;
    gap:8px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    display:grid!important;
    grid-template-rows:124px minmax(0,auto)!important;
    align-content:start!important;
    min-height:228px!important;
    max-height:248px!important;
    padding:8px!important;
    overflow:hidden!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:124px!important;
    aspect-ratio:auto!important;
    margin:0 0 7px!important;
    border-radius:14px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
    font-size:clamp(1.02rem,1.15vw,1.18rem)!important;
    line-height:1.15!important;
    margin:0!important;
    min-height:0!important;
    max-height:5.75em!important;
    -webkit-line-clamp:5!important;
  }
}

@media (max-width: 760px){
  .np-nav-link--alert,
  .np-nav-link--alert .np-nav-alert-word{color:#fff!important;}
}


/* ===== v48.43 feed authors + profile style picker polish ===== */
.np-feed-author-link{color:var(--np-brand-strong,#5b22bd);font-weight:950;text-decoration:none;border-bottom:1px solid rgba(91,34,189,.22)}
.np-feed-author-link:hover{color:#2b153f;border-bottom-color:currentColor}
.np-live-card--thought{background:#050505!important;border-left-color:#050505!important;color:#fff!important;box-shadow:0 18px 48px rgba(0,0,0,.16)!important}
.np-live-card--thought .np-live-card__body,.np-live-card--thought .np-live-card__meta,.np-live-card--thought .np-live-card__time{color:rgba(255,255,255,.78)!important}
.np-live-card--thought .np-live-card__thought-text{color:#fff!important;font-weight:650;font-size:1.06rem;line-height:1.55}
.np-live-card--thought .np-live-chip--thought{background:rgba(255,255,255,.13)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)}
.np-live-card--thought .np-feed-author-link{color:#fff!important;border-bottom-color:rgba(255,255,255,.36)}
.np-account-style-bottom{margin-top:24px;scroll-margin-top:96px}.np-account-style-bottom .np-profile-design-card{margin:0!important}
.np-profile-style-picker{gap:16px!important;padding:8px 4px 16px!important}.np-profile-style-option{flex:0 0 170px!important;min-width:170px!important;grid-template-rows:96px auto!important}.np-profile-style-swatch{height:96px!important;background:var(--np-profile-style-bg)!important}.np-profile-style-swatch::before{inset:8px!important;opacity:.55}.np-profile-style-swatch::after{opacity:.92;mix-blend-mode:screen}
.np-profile-style-option.np-profile-style-none .np-profile-style-swatch{background:linear-gradient(135deg,#fff 0%,#f7f7fb 48%,#eee8ff 100%)!important}.np-profile-style-option.np-profile-style-galaxy .np-profile-style-swatch{background:radial-gradient(circle at 18% 20%,#fff 0 4px,transparent 5px),radial-gradient(circle at 72% 26%,#ff4dd8 0,transparent 35%),radial-gradient(circle at 34% 78%,#51e7ff 0,transparent 34%),linear-gradient(135deg,#130028 0%,#4d17b5 45%,#ff2fb9 100%)!important}.np-profile-style-option.np-profile-style-lagoon .np-profile-style-swatch{background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.75),transparent 28%),linear-gradient(135deg,#003b55 0%,#008a9a 48%,#55ffd5 100%)!important}.np-profile-style-option.np-profile-style-sunrise .np-profile-style-swatch{background:radial-gradient(circle at 78% 28%,#fff1a5 0,transparent 28%),linear-gradient(135deg,#45104f 0%,#e3316f 44%,#ff8a3d 74%,#ffe06c 100%)!important}.np-profile-style-option.np-profile-style-forest .np-profile-style-swatch{background:radial-gradient(circle at 20% 24%,rgba(211,255,180,.72),transparent 26%),linear-gradient(135deg,#052618 0%,#0c7a48 48%,#9de56c 100%)!important}.np-profile-style-option.np-profile-style-candy .np-profile-style-swatch{background:radial-gradient(circle at 76% 68%,#87f7ff 0,transparent 32%),linear-gradient(135deg,#ff2b92 0%,#f564d6 38%,#7b5cff 100%)!important}.np-profile-style-option.np-profile-style-midnight .np-profile-style-swatch{background:linear-gradient(90deg,rgba(255,255,255,.10) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.10) 1px,transparent 1px),radial-gradient(circle at 78% 24%,#b65cff 0,transparent 28%),linear-gradient(135deg,#030712 0%,#10183f 46%,#293cff 100%)!important;background-size:22px 22px,22px 22px,auto,auto!important}.np-profile-style-option.np-profile-style-sand .np-profile-style-swatch{background:repeating-radial-gradient(ellipse at 84% 88%,rgba(255,255,255,.20) 0 7px,transparent 7px 18px),linear-gradient(135deg,#5c3310 0%,#d88923 54%,#fff1a8 100%)!important}.np-profile-style-option.np-profile-style-romantic .np-profile-style-swatch{background:radial-gradient(circle at 76% 34%,#ffd1e5 0,transparent 28%),radial-gradient(circle at 22% 76%,#fff 0,transparent 18%),linear-gradient(135deg,#8b0f49 0%,#ff5c9d 48%,#ffc1d6 100%)!important}.np-profile-style-option.np-profile-style-horror .np-profile-style-swatch{background:radial-gradient(circle at 72% 28%,rgba(255,0,54,.72),transparent 24%),repeating-linear-gradient(155deg,rgba(255,255,255,.08) 0 3px,transparent 3px 12px),linear-gradient(135deg,#08070a 0%,#2a0d16 48%,#ad102d 100%)!important}.np-profile-style-option.np-profile-style-oceanblue .np-profile-style-swatch{background:radial-gradient(ellipse at 50% -10%,rgba(255,255,255,.85),transparent 32%),radial-gradient(circle at 20% 80%,#00e5ff 0,transparent 28%),linear-gradient(135deg,#001d3d 0%,#0066b3 48%,#00c2ff 100%)!important}.np-profile-style-option.np-profile-style-sky .np-profile-style-swatch{background:radial-gradient(circle at 22% 28%,#fff 0 18%,transparent 19%),radial-gradient(circle at 70% 68%,rgba(255,255,255,.72),transparent 24%),linear-gradient(135deg,#74c7ff 0%,#bde7ff 48%,#eef9ff 100%)!important}
.np-profile-style-label{font-size:.84rem!important;color:#2b2240!important}.np-profile-style-option.is-selected .np-profile-style-swatch{outline:3px solid #ffd84d!important;outline-offset:4px!important}
@media(max-width:720px){.np-account-style-bottom{margin-top:18px}.np-profile-style-option{flex-basis:150px!important;min-width:150px!important;grid-template-rows:82px auto!important}.np-profile-style-swatch{height:82px!important}.np-live-card--thought .np-live-card__thought-text{font-size:1rem}}

/* ===== v48.44 kompaktnejší profil + modernejšie body a zľavy ===== */
.np-profile-hero--v4844,
.np-profile-hero--v486{
  min-height:256px!important;
  padding:26px!important;
  gap:20px!important;
  align-items:center!important;
}
.np-profile-hero--v486::before{inset:14px!important;border-radius:26px!important;}
.np-profile-hero__avatar--v486 img{width:138px!important;height:138px!important;border-radius:31px!important;}
.np-profile-hero__avatar--v486{padding:7px!important;border-radius:36px!important;box-shadow:0 18px 54px rgba(0,0,0,.20)!important;}
.np-profile-topline--v486{gap:14px!important;align-items:flex-start!important;}
.np-profile-topline--v486 h1{font-size:clamp(2.25rem,4.25vw,4.05rem)!important;line-height:.94!important;margin:4px 0 6px!important;}
.np-profile-topline__sub--v56 span{padding:6px 10px!important;font-size:.84rem!important;}
.np-profile-status-pill{padding:6px 10px!important;font-size:.78rem!important;}
.np-profile-actions--v486 .button{min-height:40px!important;padding:9px 15px!important;border-radius:999px!important;}
.np-profile-chipline--v486{margin:10px 0!important;gap:7px!important;}
.np-profile-chipline--v486 span{padding:7px 11px!important;border-radius:999px!important;font-size:.82rem!important;}
.np-profile-story-card--v486{margin-top:10px!important;padding:12px!important;border-radius:22px!important;grid-template-columns:minmax(0,.72fr) minmax(0,1fr)!important;}
.np-profile-thought--v56{padding:13px 15px!important;border-radius:18px!important;}
.np-profile-thought--v56 strong{display:inline-flex;align-items:center;gap:7px;margin-bottom:6px;font-size:.88rem;letter-spacing:.02em;}
.np-profile-thought--v56 strong::before{content:'💭';font-size:1rem;}
.np-profile-thought--v56 p{font-size:1rem!important;line-height:1.38!important;}
.np-profile-bio--v56{font-size:.95rem!important;line-height:1.48!important;}
.np-profile-meta--v486{margin-top:12px!important;gap:9px!important;}
.np-profile-meta--v486 .np-stat-card{min-height:76px!important;padding:12px!important;border-radius:20px!important;}
.np-profile-meta--v486 .np-stat-card strong{font-size:1.14rem!important;}
.np-profile-meta--v486 .np-stat-card span{font-size:.68rem!important;}
body.np-page-moj-profil .np-account-hero--v4810{min-height:0!important;padding:18px!important;gap:14px!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:96px!important;height:96px!important;border-radius:24px!important;}
body.np-page-moj-profil .np-profile-topline--v56 h1{font-size:clamp(2rem,3.6vw,3.25rem)!important;}
body.np-page-moj-profil .np-profile-story-card--v56{display:grid!important;grid-template-columns:minmax(0,.65fr) minmax(0,1fr)!important;padding:11px!important;margin-top:8px!important;}
body.np-page-moj-profil .np-profile-meta--v56 .np-stat-card{min-height:58px!important;padding:9px 10px!important;}
body.np-page-moj-profil .np-profile-meta--v56{margin-top:9px!important;}

.np-coupons-card--v4844{position:relative;overflow:hidden;padding:28px!important;border-radius:32px!important;background:linear-gradient(135deg,#fff 0%,#faf7ff 62%,#f3edff 100%)!important;border:1px solid rgba(112,76,196,.14)!important;box-shadow:0 24px 70px rgba(34,22,58,.10)!important;}
.np-coupons-card--v4844::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,var(--np-brand),#d94080,#ffbf47);opacity:.9;}
.np-coupons-hero--v4844{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:16px;}
.np-coupons-hero--v4844 h2{margin:8px 0 7px;font-size:clamp(1.55rem,2.5vw,2.35rem);letter-spacing:-.055em;}
.np-coupons-hero--v4844 p{max-width:760px;margin:0;color:var(--np-muted);font-size:1.02rem;line-height:1.55;}
.np-coupons-hero-badge--v4844{display:grid;place-items:center;min-width:170px;min-height:120px;padding:18px;border-radius:26px;background:linear-gradient(135deg,var(--np-brand),#9a5dff);color:#fff;box-shadow:0 18px 44px rgba(122,77,232,.28);text-align:center;}
.np-coupons-hero-badge--v4844 strong{font-size:clamp(1.55rem,2.8vw,2.35rem);line-height:1;}
.np-coupons-hero-badge--v4844 span{font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;opacity:.88;}
.np-coupons-stats--v4844{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0 18px!important;}
.np-coupon-stat--total,.np-coupon-stat--available,.np-coupon-stat--used{display:grid!important;gap:8px!important;min-height:116px!important;text-align:left!important;padding:18px!important;border-radius:24px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(112,76,196,.13)!important;box-shadow:0 14px 34px rgba(34,22,58,.07)!important;}
.np-coupon-stat--total span,.np-coupon-stat--available span,.np-coupon-stat--used span{font-size:.78rem!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.065em!important;color:#6a5797!important;}
.np-coupon-stat--total strong,.np-coupon-stat--available strong,.np-coupon-stat--used strong{font-size:clamp(1.45rem,2.4vw,2rem)!important;color:#211936!important;}
.np-coupon-stat--total small,.np-coupon-stat--available small,.np-coupon-stat--used small{color:var(--np-muted);font-weight:750;}
.np-coupon-grid--v4844{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px!important;}
.np-coupon-item--v4844{position:relative;overflow:hidden;gap:14px!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(180deg,#fff,rgba(249,245,255,.96))!important;border:1px solid rgba(112,76,196,.14)!important;box-shadow:0 18px 46px rgba(34,22,58,.08);}
.np-coupon-item--v4844::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--np-brand),#d94080);}
.np-coupon-item__top--v4844{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}
.np-coupon-item--v4844 h3{margin:8px 0 0!important;font-size:1.18rem;letter-spacing:-.035em;}
.np-coupon-state--v4844{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#fff5d6;color:#7d5a00;border:1px solid rgba(255,191,71,.38);font-size:.72rem;font-weight:950;white-space:nowrap;}
.np-coupon-state--v4844.is-open{background:#eefaf3;color:#12633a;border-color:rgba(34,197,94,.24);}
.np-coupon-code--v4844{display:grid;gap:4px;padding:12px 14px!important;border-radius:18px!important;background:linear-gradient(135deg,#f4efff,#fff)!important;}
.np-coupon-code--v4844 span{font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em;color:#6a5797;}
.np-coupon-code--v4844 strong{font-size:1.02rem;color:#201735;word-break:break-word;}
.np-coupon-date--v4844{font-size:.9rem;margin:0!important;}
.np-coupon-form--v4844 .button{width:100%;min-height:44px;border-radius:16px!important;}
.np-coupons-empty--v4844{grid-column:1/-1;padding:18px;border-radius:20px;background:#fff;color:var(--np-muted);border:1px solid rgba(112,76,196,.14);}

@media(max-width:920px){
  .np-coupons-hero--v4844{grid-template-columns:1fr;}
  .np-coupons-hero-badge--v4844{min-width:0;min-height:90px;}
  .np-coupons-stats--v4844{grid-template-columns:1fr!important;}
  .np-profile-hero--v486{grid-template-columns:1fr!important;min-height:0!important;}
  .np-profile-story-card--v486,body.np-page-moj-profil .np-profile-story-card--v56{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  .np-coupons-card--v4844{padding:18px!important;border-radius:24px!important;}
  .np-coupon-grid--v4844{grid-template-columns:1fr!important;}
  .np-profile-hero__avatar--v486 img{width:112px!important;height:112px!important;}
  .np-profile-meta--v486{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}


/* ===== v48.45 čitateľný predvolený profil + jasný výber štýlu ===== */
.np-profile-hero--v486.np-profile-style-none,
.np-account-hero--v4810.np-profile-style-none{
  --np-profile-style-bg:radial-gradient(circle at 14% 18%,rgba(255,255,255,.92),transparent 24%),radial-gradient(circle at 84% 76%,rgba(226,211,255,.86),transparent 30%),linear-gradient(135deg,#f3edff 0%,#fbf8ff 58%,#eee6ff 100%)!important;
  --np-style-ink:#211936!important;
  color:#211936!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-hero__main--v56,
.np-account-hero--v4810.np-profile-style-none .np-profile-hero__main--v56,
.np-profile-hero--v486.np-profile-style-none .np-profile-topline--v56,
.np-account-hero--v4810.np-profile-style-none .np-profile-topline--v56{
  color:#211936!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-none .np-profile-topline--v56 h1{
  color:#211936!important;
  text-shadow:none!important;
}
.np-profile-hero--v486.np-profile-style-none .np-kicker,
.np-account-hero--v4810.np-profile-style-none .np-kicker{
  color:#5f3fb4!important;
  background:rgba(123,70,228,.11)!important;
  text-shadow:none!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-status-pill,
.np-account-hero--v4810.np-profile-style-none .np-profile-status-pill,
.np-profile-hero--v486.np-profile-style-none .np-profile-topline__sub--v56 span,
.np-account-hero--v4810.np-profile-style-none .np-profile-topline__sub--v56 span,
.np-profile-hero--v486.np-profile-style-none .np-profile-chipline--v486 span,
.np-account-hero--v4810.np-profile-style-none .np-profile-chipline--v486 span{
  color:#2b2145!important;
  background:rgba(255,255,255,.74)!important;
  border-color:rgba(95,63,180,.16)!important;
  text-shadow:none!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-story-card--v486,
.np-account-hero--v4810.np-profile-style-none .np-profile-story-card--v486,
.np-profile-hero--v486.np-profile-style-none .np-profile-story-card--v56,
.np-account-hero--v4810.np-profile-style-none .np-profile-story-card--v56{
  background:rgba(255,255,255,.70)!important;
  border-color:rgba(95,63,180,.14)!important;
  color:#211936!important;
  text-shadow:none!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-thought--v56,
.np-account-hero--v4810.np-profile-style-none .np-profile-thought--v56,
.np-profile-hero--v486.np-profile-style-none .np-profile-bio--v56,
.np-account-hero--v4810.np-profile-style-none .np-profile-bio--v56{
  color:#211936!important;
  background:rgba(255,255,255,.68)!important;
  border-color:rgba(95,63,180,.13)!important;
  text-shadow:none!important;
}
.np-profile-hero--v486.np-profile-style-none .np-profile-thought--v56 p,
.np-account-hero--v4810.np-profile-style-none .np-profile-thought--v56 p,
.np-profile-hero--v486.np-profile-style-none .np-profile-thought--v56 strong,
.np-account-hero--v4810.np-profile-style-none .np-profile-thought--v56 strong{
  color:#211936!important;
}

/* Svetlé motívy používajú tmavší text, aby bol profil vždy čitateľný. */
.np-profile-hero--v486.np-profile-style-sky,
.np-account-hero--v4810.np-profile-style-sky,
.np-profile-hero--v486.np-profile-style-sand,
.np-account-hero--v4810.np-profile-style-sand{
  --np-style-ink:#211936!important;
  color:#211936!important;
}
.np-profile-hero--v486.np-profile-style-sky .np-profile-hero__main--v56,
.np-account-hero--v4810.np-profile-style-sky .np-profile-hero__main--v56,
.np-profile-hero--v486.np-profile-style-sand .np-profile-hero__main--v56,
.np-account-hero--v4810.np-profile-style-sand .np-profile-hero__main--v56,
.np-profile-hero--v486.np-profile-style-sky .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-sky .np-profile-topline--v56 h1,
.np-profile-hero--v486.np-profile-style-sand .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-sand .np-profile-topline--v56 h1{
  color:#211936!important;
  text-shadow:0 1px 0 rgba(255,255,255,.35)!important;
}

.np-profile-style-option{
  border-radius:24px!important;
}
.np-profile-style-option input:checked + .np-profile-style-swatch,
.np-profile-style-option.is-selected .np-profile-style-swatch{
  outline:4px solid #ffca2f!important;
  outline-offset:4px!important;
  box-shadow:0 18px 40px rgba(34,22,58,.18),0 0 0 8px rgba(255,202,47,.18)!important;
  transform:translateY(-1px);
}
.np-profile-style-option input:checked ~ .np-profile-style-label,
.np-profile-style-option.is-selected .np-profile-style-label{
  color:#4f1bb4!important;
  font-weight:1000!important;
}
.np-profile-style-option input:checked ~ .np-profile-style-label::after,
.np-profile-style-option.is-selected .np-profile-style-label::after{
  content:' ✓ vybraté';
  display:inline-flex;
  align-items:center;
  margin-left:5px;
  padding:2px 7px;
  border-radius:999px;
  background:#ffca2f;
  color:#2a2140;
  font-size:.66rem;
  font-weight:1000;
  letter-spacing:.02em;
  vertical-align:middle;
}
.np-profile-style-option input:focus-visible + .np-profile-style-swatch{
  outline:4px solid #5f3fb4!important;
  outline-offset:4px!important;
}
.np-profile-style-option.np-profile-style-none .np-profile-style-swatch{
  background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.95),transparent 24%),radial-gradient(circle at 78% 75%,rgba(218,204,255,.88),transparent 30%),linear-gradient(135deg,#f4edff 0%,#fff 58%,#efe7ff 100%)!important;
}


/* ===== v48.46 UX polish: chat jump, softer thought feed, profile hero, welcome modal ===== */
#napisto-chat{scroll-margin-top:96px;}
.np-feed-filterbar .np-feed-filter--thoughts,
.np-feed-filterbar .np-feed-filter--thoughts.is-active{
  color:#111!important;
  border-color:rgba(17,17,17,.24)!important;
}
.np-feed-filterbar .np-feed-filter--thoughts.is-active{
  background:linear-gradient(135deg,#111,#3a3248)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(17,17,17,.18)!important;
}
.np-live-card--thought{
  background:linear-gradient(180deg,#fff,#f4f4f6)!important;
  border-left-color:#111!important;
  color:#211936!important;
  box-shadow:0 16px 42px rgba(17,17,17,.08)!important;
}
.np-live-card--thought .np-live-card__body,
.np-live-card--thought .np-live-card__meta,
.np-live-card--thought .np-live-card__time{
  color:#6f6680!important;
}
.np-live-card--thought .np-live-card__thought-text{
  color:#15131b!important;
  font-weight:750!important;
  font-size:1.04rem!important;
  line-height:1.52!important;
}
.np-live-card--thought .np-live-chip--thought{
  background:#f1f1f3!important;
  color:#111!important;
  border:1px solid rgba(17,17,17,.12)!important;
}
.np-live-card--thought .np-feed-author-link{
  color:#111!important;
  border-bottom-color:rgba(17,17,17,.28)!important;
}

.np-profile-hero--v486{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  min-height:0!important;
  padding:22px 26px!important;
}
.np-profile-hero--v486::before{inset:12px!important;border-radius:24px!important;}
.np-profile-hero__avatar--v486{align-self:center!important;}
.np-profile-hero__avatar--v486 img{width:118px!important;height:118px!important;border-radius:28px!important;}
.np-profile-topline--v486{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:start!important;}
.np-profile-topline--v486 h1{font-size:clamp(2.15rem,4.3vw,3.8rem)!important;margin:5px 0 6px!important;line-height:.96!important;}
.np-profile-actions--v486{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;padding:6px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;backdrop-filter:blur(8px)!important;}
.np-profile-actions--v486 .button{min-height:42px!important;padding:10px 15px!important;border-radius:999px!important;}
.np-profile-topline__sub--v56{gap:7px!important;}
.np-profile-topline__sub--v56 span,.np-profile-status-pill{min-height:30px!important;padding:6px 10px!important;}
.np-profile-chipline--v486{margin-top:9px!important;gap:8px!important;}
.np-profile-chipline--v486 span{min-height:34px!important;padding:8px 11px!important;}
.np-profile-story-card--v486,
body.np-page-moj-profil .np-profile-story-card--v56{
  display:block!important;
  margin-top:10px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.np-profile-thought--v56{
  max-width:540px!important;
  padding:13px 15px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.np-profile-thought--v56 strong{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:7px!important;font-size:.86rem!important;letter-spacing:.02em!important;}
.np-profile-thought--v56 p{font-size:1rem!important;line-height:1.4!important;}
.np-profile-meta--v486{margin-top:13px!important;gap:10px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;}
.np-profile-meta--v486 .np-stat-card{min-height:70px!important;padding:12px 13px!important;border-radius:20px!important;}
.np-profile-meta--v486 .np-stat-card strong{font-size:1.25rem!important;}
.np-profile-meta--v486 .np-stat-card span{font-size:.72rem!important;}

.np-welcome-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:22px;}
.np-welcome-modal__backdrop{position:absolute;inset:0;background:rgba(24,18,42,.54);backdrop-filter:blur(8px);}
.np-welcome-modal__card{position:relative;z-index:1;width:min(760px,100%);padding:28px;border-radius:32px;background:linear-gradient(135deg,#fff 0%,#faf7ff 60%,#f1eaff 100%);border:1px solid rgba(123,70,228,.18);box-shadow:0 34px 110px rgba(26,17,46,.34);}
.np-welcome-modal__card h2{margin:8px 0 10px;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.055em;}
.np-welcome-modal__card p{font-size:1.03rem;line-height:1.62;color:#5f5872;margin:0 0 18px;}
.np-welcome-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;}
.np-welcome-modal__grid a{display:grid;gap:5px;padding:14px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid rgba(123,70,228,.14);text-decoration:none;color:#211936;box-shadow:0 12px 28px rgba(34,22,58,.06);}
.np-welcome-modal__grid a strong{font-weight:950;color:#5b22bd;}
.np-welcome-modal__grid a span{font-size:.9rem;color:#6f6680;line-height:1.35;}
.np-welcome-modal__close{width:100%;min-height:48px;}
.np-welcome-modal.is-closing{opacity:0;transition:opacity .2s ease;}
@media(max-width:920px){
  .np-profile-hero--v486{grid-template-columns:1fr!important;padding:18px!important;align-items:start!important;}
  .np-profile-topline--v486{grid-template-columns:1fr!important;}
  .np-profile-actions--v486{justify-content:flex-start!important;border-radius:24px!important;}
  .np-profile-meta--v486{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:560px){
  #napisto-chat{scroll-margin-top:82px;}
  .np-welcome-modal{padding:14px;align-items:end;}
  .np-welcome-modal__card{padding:20px;border-radius:26px;max-height:88vh;overflow:auto;}
  .np-welcome-modal__grid{grid-template-columns:1fr;}
  .np-profile-hero__avatar--v486 img{width:104px!important;height:104px!important;}
}


/* ===== v48.47 comments readability and composer sizing ===== */
.np-comments-card .comment-content,
.np-comments-card .np-comment-content-rich,
.np-comments-card .comment-body .comment-content,
.np-comments-card .comment-body p,
.np-comments-card .comment-body li{
  font-size:1.2rem!important;
  line-height:1.72!important;
}
.np-comments-card .np-comment-content-rich p,
.np-comments-card .comment-content p{
  margin-top:.55em!important;
  margin-bottom:.7em!important;
}
.np-comments-card .comment-meta,
.np-comments-card .np-comment-meta-row,
.np-comments-card .np-comment-date{
  font-size:.9rem!important;
}
.comment-respond .comment-form-comment label,
.comment-respond label[for="comment"]{
  font-size:1.02rem!important;
  font-weight:900!important;
}
.comment-form textarea,
.comment-form #comment,
#comment.np-rich-textarea{
  min-height:180px!important;
  font-size:1.1rem!important;
  line-height:1.62!important;
  padding:15px 16px!important;
  border-radius:16px!important;
}
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .required-field-message,
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comment-respond .required-field-message{
  font-size:.7rem!important;
  line-height:1.35!important;
  color:#7a728d!important;
  margin:.35rem 0 .55rem!important;
}
.comment-form .logged-in-as a,
.comment-respond .logged-in-as a{
  font-size:inherit!important;
  font-weight:700!important;
}
.comment-form .form-submit{margin-top:.8rem!important;}
@media(max-width:700px){
  .np-comments-card .comment-content,
  .np-comments-card .np-comment-content-rich,
  .np-comments-card .comment-body .comment-content,
  .np-comments-card .comment-body p,
  .np-comments-card .comment-body li{
    font-size:1.08rem!important;
    line-height:1.62!important;
  }
  .comment-form textarea,
  .comment-form #comment,
  #comment.np-rich-textarea{
    min-height:160px!important;
    font-size:1rem!important;
  }
}


/* ===== v48.49 comment favorite placement ===== */
.np-comment-rating-wrap{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.np-comment-favorite-inline{
  display:inline-flex;
  align-items:center;
}
.np-fav-btn--icon-only{
  width:40px;
  height:40px;
  min-width:40px;
  padding:0 !important;
  justify-content:center;
  gap:0;
  border-radius:14px;
}
.np-fav-btn--icon-only .np-fav-btn__star{
  font-size:1.12rem;
  line-height:1;
}
.np-comment-rating-wrap .np-fav-btn--icon-only{
  width:38px;
  height:38px;
  min-width:38px;
  box-shadow:0 10px 20px rgba(94,70,150,.10);
}
@media (max-width: 520px){
  .np-comment-rating-wrap{gap:6px;}
  .np-comment-rating-wrap .np-fav-btn--icon-only{
    width:36px;
    height:36px;
    min-width:36px;
  }
}


/* ===== v48.50 chat discovery below conversation + soft purple comments ===== */
.np-messages-sidebar--chat-only{
  display:block!important;
}
.np-messages-sidebar--chat-only .np-message-panel--primary{
  position:sticky;
  top:92px;
}
.np-messages-discovery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.np-messages-discovery .np-message-panel{
  min-width:0;
}
.np-messages-discovery .np-messages-conversations--compact{
  max-height:360px;
  overflow:auto;
  padding-right:3px;
}
.np-messages-discovery .np-message-thread{
  min-height:0;
}
.np-comments-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,246,255,.92))!important;
}
.np-comments-card .comment-list > li,
.np-comments-card .np-comment-item,
.np-comments-card .comment-body.np-comment-body-custom,
.np-comments-card .np-comment-body-custom{
  background:linear-gradient(135deg,rgba(248,244,255,.96),rgba(255,255,255,.94))!important;
  border-color:rgba(124,58,237,.14)!important;
}
.np-comments-card .comment-list > li,
.np-comments-card .np-comment-item{
  border-radius:22px;
}
.np-comments-card .np-comment-content-rich{
  background:rgba(255,255,255,.45);
  border-radius:16px;
  padding:8px 10px;
}
.comment-respond{
  background:linear-gradient(135deg,rgba(248,244,255,.94),rgba(255,255,255,.96));
  border:1px solid rgba(124,58,237,.12);
  border-radius:24px;
  padding:16px;
}
@media(max-width:1100px){
  .np-messages-discovery{grid-template-columns:1fr;}
  .np-messages-discovery .np-messages-conversations--compact{max-height:none;}
  .np-messages-sidebar--chat-only .np-message-panel--primary{position:relative;top:auto;}
}
@media(max-width:640px){
  .np-messages-discovery{gap:10px;margin-top:12px;}
  .comment-respond{padding:12px;border-radius:20px;}
}

/* ===== v48.51 forum composer poll/tier modal purple text ===== */
.np-editor-card--topic .np-modal__dialog,
.np-editor-card--topic .np-modal__head h3,
.np-editor-card--topic .np-modal__body,
.np-editor-card--topic .np-modal__body h3,
.np-editor-card--topic .np-modal__body label,
.np-editor-card--topic .np-modal__body small,
.np-editor-card--topic .np-modal__body .np-enhance-lead,
.np-editor-card--topic .np-modal__body .np-field,
.np-editor-card--topic .np-modal__body .np-form-section{
  color:#4f2ea6!important;
  text-shadow:none!important;
}
.np-editor-card--topic .np-modal__body input[type="text"],
.np-editor-card--topic .np-modal__body textarea,
.np-editor-card--topic .np-modal__body select{
  color:#4f2ea6!important;
  caret-color:#4f2ea6!important;
}
.np-editor-card--topic .np-modal__body input[type="text"]::placeholder,
.np-editor-card--topic .np-modal__body textarea::placeholder{
  color:rgba(79,46,166,.58)!important;
}
.np-editor-card--topic .np-modal__body .np-form-section{
  background:linear-gradient(180deg,#fff,#f8f5ff)!important;
}



/* ===== v48.52 comments pagination, 10 per page ===== */
.np-comments-page-note{
  margin:14px 0 0;
  color:#6d55b7;
  font-weight:800;
  text-align:center;
}
.np-comments-pagination{
  margin-top:10px;
}
.np-comments-pagination .nav-links{
  justify-content:center;
}

/* ===== v48.53 softer purple comments + profile message action ===== */
.np-comments-card{
  background:linear-gradient(180deg,#fbf8ff 0%,#f3ecff 100%)!important;
  border-color:rgba(124,58,237,.18)!important;
  box-shadow:0 18px 44px rgba(94,70,150,.09)!important;
}
.np-comments-card .comment-list > li,
.np-comments-card .np-comment-item,
.np-comments-card .comment-body.np-comment-body-custom,
.np-comments-card .np-comment-body-custom{
  background:linear-gradient(135deg,#f7f0ff 0%,#fffaff 100%)!important;
  border:1px solid rgba(124,58,237,.16)!important;
  box-shadow:0 12px 28px rgba(94,70,150,.08)!important;
}
.np-comments-card .np-comment-content-rich{
  background:rgba(246,239,255,.72)!important;
  border:1px solid rgba(124,58,237,.10)!important;
}
.comment-respond{
  background:linear-gradient(135deg,#f7f0ff 0%,#fffaff 100%)!important;
  border-color:rgba(124,58,237,.16)!important;
  box-shadow:0 12px 28px rgba(94,70,150,.07)!important;
}
.np-profile-actions--v486 .np-profile-message-button,
.np-profile-actions--v56 .np-profile-message-button,
.np-profile-message-button{
  background:linear-gradient(135deg,#7c3aed,#5e4696)!important;
  border-color:rgba(255,255,255,.28)!important;
  color:#fff!important;
  text-shadow:none!important;
  box-shadow:0 14px 30px rgba(94,70,150,.28)!important;
}
.np-profile-actions--v486 .np-profile-message-button:hover,
.np-profile-actions--v56 .np-profile-message-button:hover,
.np-profile-message-button:hover{
  background:linear-gradient(135deg,#6d28d9,#4f2ea6)!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.np-profile-message-button:visited,
.np-profile-message-button:focus{
  color:#fff!important;
}



/* ===== v48.54 messages are unlimited =====
   Súkromné správy nesmú zobrazovať denný limit verejných akcií. */
.np-page-spravy .np-notice--error:empty{display:none!important;}

/* ===== v48.55 mobile chat discovery below active conversation =====
   Na mobile pri otvorenej konverzácii zostanú discovery bloky až pod chatom. */
@media(max-width:980px){
  .np-messages-shell--v489{
    display:grid!important;
    gap:12px!important;
  }
  .np-messages-shell--v489 > .np-messages-titlebar{order:1!important;}
  .np-messages-shell--v489 > .np-notice{order:2!important;}
  .np-messages-shell--v489 > .np-messages-layout{order:3!important;}
  .np-messages-shell--v489 > [data-np-messages-discovery]{
    order:40!important;
    width:100%!important;
    margin-top:14px!important;
  }
  .np-messages-shell--v489 .np-messages-layout--modern{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
  }
  .np-messages-shell--has-active-chat .np-messages-layout--modern > [data-np-messages-sidebar]{order:1!important;}
  .np-messages-shell--has-active-chat .np-messages-layout--modern > [data-np-messages-chat]{order:2!important;}
  .np-messages-shell--has-active-chat > [data-np-messages-discovery]{order:50!important;}
}

/* ===== v48.56 responsive audit: mobile + tablet hardening =====
   Ochrana pred horizontálnym pretekaním a lepšie skladanie chatu, profilov,
   komentárov a modálov na mobiloch a tabletoch. */
html,
body,
.site{
  max-width:100%!important;
  overflow-x:hidden!important;
}
*,*::before,*::after{box-sizing:border-box;}
img,video,iframe,embed,object{max-width:100%;}
iframe,embed,object{display:block;}
.np-card,
.np-panel,
.np-content,
.np-sidebar,
.np-layout > *,
.np-content > *,
.np-messages-shell--v489,
.np-messages-layout--modern,
.np-messages-layout--modern > *,
.np-messages-main,
.np-messages-sidebar,
.np-message-panel,
.np-message-thread,
.np-profile-shell--v486,
.np-profile-hero--v486,
.np-profile-hero__main--v486,
.np-profile-topline--v486,
.np-comments-card,
.comment-respond,
.np-editor-card--topic{
  min-width:0!important;
  max-width:100%!important;
}
.np-rich-content,
.entry-content,
.comment-content,
.np-comment-content-rich,
.np-message-bubble__body,
.np-profile-bio--v56,
.np-profile-thought--v56 p,
.np-forum-thread__body,
.np-topic-card,
.np-list-item{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.wp-block-table,
.np-table-wrap{
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.wp-block-table table,
.np-card table{
  max-width:100%;
}

@media(max-width:1100px){
  .np-wrap,
  .site-header .np-wrap{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    margin-inline:auto!important;
  }
  .np-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
  }
  .np-content{order:10!important;}
  .np-sidebar,
  .np-sidebar-left,
  .np-sidebar-right{order:30!important;width:100%!important;}
  .np-modal{padding:12px!important;}
  .np-modal__dialog{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 24px)!important;
    overflow:auto!important;
  }
}

@media(max-width:980px){
  .np-messages-shell--v489{
    display:grid!important;
    gap:12px!important;
    overflow:hidden!important;
  }
  .np-messages-shell--v489 > .np-messages-titlebar{order:1!important;}
  .np-messages-shell--v489 > .np-notice{order:2!important;}
  .np-messages-shell--v489 > .np-messages-layout{order:3!important;}
  .np-messages-shell--v489 > [data-np-messages-discovery]{order:50!important;width:100%!important;}
  .np-messages-layout--modern{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
  }
  .np-messages-layout--modern > [data-np-messages-sidebar]{order:1!important;}
  .np-messages-layout--modern > [data-np-messages-chat]{order:2!important;}
  .np-messages-sidebar{grid-template-columns:minmax(0,1fr)!important;}
  .np-messages-discovery{grid-template-columns:minmax(0,1fr)!important;}
  .np-profile-topline--v486,
  .np-profile-topline--v56{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .np-profile-actions--v486,
  .np-profile-actions--v56{
    justify-content:flex-start!important;
    width:100%!important;
  }
  .np-profile-meta--v486,
  .np-profile-meta--v56{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .np-grid-2--balanced,
  .np-grid-2--profile,
  .np-profile-overview-grid--v486,
  .np-profile-account-grid--v486{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

@media(max-width:760px){
  .np-wrap,
  .site-header .np-wrap{
    width:calc(100vw - 12px)!important;
    max-width:calc(100vw - 12px)!important;
  }
  .np-card,
  .np-comments-card,
  .np-messages-shell--v489,
  .np-profile-shell--v486,
  .np-editor-card--topic{
    border-radius:22px!important;
  }
  .np-messages-shell--v489{padding:12px!important;}
  .np-messages-main{padding:10px!important;border-radius:20px!important;}
  .np-messages-head--actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    gap:10px!important;
  }
  .np-message-chat-user,
  .np-message-delete-conversation,
  .np-message-delete-conversation__button{
    width:100%!important;
    max-width:100%!important;
  }
  .np-message-chat-user h2{overflow-wrap:anywhere!important;}
  .np-message-compose{padding:10px!important;border-radius:18px!important;}
  .np-message-compose__row,
  .np-message-compose__actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  .np-message-compose__actions > *,
  .np-message-file-button,
  .np-message-compose .button{width:100%!important;}
  .np-messages-discovery{gap:10px!important;margin-top:12px!important;}
  .np-messages-discovery .np-message-panel{padding:12px!important;border-radius:18px!important;}

  .np-profile-hero--v486,
  .np-profile-hero--v56{
    padding:16px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  .np-profile-topline--v486 h1,
  .np-profile-topline--v56 h1{
    font-size:clamp(2rem,13vw,3rem)!important;
    overflow-wrap:anywhere!important;
  }
  .np-profile-actions--v486,
  .np-profile-actions--v56{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
    border-radius:20px!important;
  }
  .np-profile-actions--v486 .button,
  .np-profile-actions--v56 .button,
  .np-profile-actions--v486 button,
  .np-profile-actions--v56 button{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .np-profile-chipline--v486 span,
  .np-profile-chipline--v56 span{max-width:100%!important;}
  .np-profile-meta--v486 .np-stat-card,
  .np-profile-meta--v56 .np-stat-card{min-width:0!important;}
  .np-profile-meta--v486 .np-stat-card span,
  .np-profile-meta--v56 .np-stat-card span{overflow-wrap:anywhere!important;}

  .np-comments-card{padding:12px!important;}
  .np-comments-card .comment-list,
  .np-comments-card ol.comment-list{
    padding-left:0!important;
    margin-left:0!important;
    list-style:none!important;
  }
  .np-comments-card .children{
    padding-left:10px!important;
    margin-left:0!important;
  }
  .comment-respond textarea,
  .comment-form textarea{width:100%!important;max-width:100%!important;}
  .np-comments-pagination .nav-links{gap:6px!important;}
  .np-comments-pagination .page-numbers{min-width:36px!important;}

  .np-editor-card--topic .np-modal__dialog{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  .np-editor-card--topic .np-modal__head,
  .np-editor-card--topic .np-modal__tabs,
  .np-editor-card--topic .np-composer-tools,
  .np-editor-card--topic .np-status-form__footer{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
  }
  .np-editor-card--topic .np-modal__tabs button,
  .np-editor-card--topic .np-composer-tools .button,
  .np-editor-card--topic .np-modal-trigger,
  .np-editor-card--topic .button[type="submit"]{
    width:100%!important;
    justify-content:center!important;
  }
}

@media(max-width:430px){
  .np-wrap,
  .site-header .np-wrap{
    width:calc(100vw - 8px)!important;
    max-width:calc(100vw - 8px)!important;
  }
  .np-profile-meta--v486,
  .np-profile-meta--v56{grid-template-columns:minmax(0,1fr)!important;}
  .np-messages-titlebar{justify-content:flex-start!important;}
  .np-message-live-pill{max-width:100%;}
  .np-message-thread{grid-template-columns:40px minmax(0,1fr) auto!important;padding:10px!important;}
  .np-message-thread__copy strong,
  .np-message-thread__copy small{max-width:100%!important;}
  .np-comments-card .children{padding-left:0!important;}
}



/* ===== v48.57 my profile header buttons contrast =====
 * Na stránke Môj profil mali akčné tlačidlá na svetlom fialovom hero pozadí
 * slabý kontrast. Tu cielene meníme iba vlastný profil/dashboard,
 * aby verejný profil neprišiel o špeciálne tlačidlá ako Obľúbený profil.
 */
body.np-page-moj-profil .np-profile-actions--v486 .button,
body.np-page-moj-profil .np-profile-actions--v56 .button,
body.np-page-moj-profil .np-profile-actions--v486 .button.is-light,
body.np-page-moj-profil .np-profile-actions--v56 .button.is-light,
body.np-page-moj-profil .np-profile-actions--v486 .np-profile-logout,
body.np-page-moj-profil .np-profile-actions--v56 .np-profile-logout{
  background:linear-gradient(135deg,#7c3aed,#5e4696)!important;
  border-color:rgba(255,255,255,.38)!important;
  color:#fff!important;
  text-shadow:none!important;
  box-shadow:0 16px 34px rgba(94,70,150,.30)!important;
}
body.np-page-moj-profil .np-profile-actions--v486 .button:hover,
body.np-page-moj-profil .np-profile-actions--v56 .button:hover,
body.np-page-moj-profil .np-profile-actions--v486 .button.is-light:hover,
body.np-page-moj-profil .np-profile-actions--v56 .button.is-light:hover,
body.np-page-moj-profil .np-profile-actions--v486 .np-profile-logout:hover,
body.np-page-moj-profil .np-profile-actions--v56 .np-profile-logout:hover{
  background:linear-gradient(135deg,#6d28d9,#4f2ea6)!important;
  color:#fff!important;
  transform:translateY(-1px);
}
body.np-page-moj-profil .np-profile-actions--v486 .button:visited,
body.np-page-moj-profil .np-profile-actions--v56 .button:visited,
body.np-page-moj-profil .np-profile-actions--v486 .button:focus,
body.np-page-moj-profil .np-profile-actions--v56 .button:focus{
  color:#fff!important;
}


/* ===== v48.58 chat latest thoughts list readability =====
 * V discovery paneli „Najnovšie myšlienky“ sa karty nemajú prekrývať.
 * Myšlienka má vlastné riadkovanie, pill je v hornej linke a text sa láme max. na 2 riadky.
 */
.np-messages-conversations--thoughts{
  gap:12px!important;
  padding:2px 8px 4px 0!important;
  scrollbar-gutter:stable;
}
.np-messages-conversations--thoughts .np-message-thought-row{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:start!important;
  min-height:82px!important;
  padding:12px 14px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,247,255,.96))!important;
}
.np-messages-conversations--thoughts .np-message-thought-row:hover{
  transform:translateY(-1px);
}
.np-messages-conversations--thoughts .np-message-thought-row .np-message-thread__avatar{
  align-self:start!important;
  width:46px!important;
  height:46px!important;
}
.np-messages-conversations--thoughts .np-message-thought-row .np-message-avatar img{
  width:46px!important;
  height:46px!important;
  object-fit:cover!important;
}
.np-message-thought-row__content{
  min-width:0!important;
  display:grid!important;
  gap:5px!important;
  align-self:start!important;
}
.np-message-thought-row__top{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
}
.np-message-thought-row__top strong{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:1.15!important;
}
.np-message-thought-row__top .np-message-mini-tag{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.np-message-thought-row__content small{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  white-space:normal!important;
  text-overflow:clip!important;
  color:#615875!important;
  font-size:.86rem!important;
  line-height:1.35!important;
  padding-right:2px!important;
}
@media(max-width:430px){
  .np-messages-conversations--thoughts{padding-right:4px!important;}
  .np-messages-conversations--thoughts .np-message-thought-row{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:9px!important;
    min-height:78px!important;
    padding:11px 12px!important;
  }
  .np-messages-conversations--thoughts .np-message-thought-row .np-message-thread__avatar,
  .np-messages-conversations--thoughts .np-message-thought-row .np-message-avatar img{
    width:42px!important;
    height:42px!important;
  }
  .np-message-thought-row__top{align-items:flex-start!important;}
  .np-message-thought-row__top .np-message-mini-tag{
    font-size:.62rem!important;
    padding:4px 6px!important;
  }
}


/* ===== v48.59 public profile own-view cleanup =====
   Na verejnej verzii profilu sa v hero bloku už nezobrazuje tlačidlo Odhlásiť sa.
   Odhlásenie ostáva dostupné v hlavnej navigácii a v súkromnom dashboarde profilu. */
.author .np-profile-hero .np-profile-actions--v486 .np-profile-logout,
.author .np-profile-hero .np-profile-actions--v56 .np-profile-logout{
  display:none !important;
}

/* ===== v48.60 composer text +20% readability =====
   Väčší text pri písaní blogov, fór a komentárov. */
.np-form--blog #np_blog_title,
.np-form--blog input[name="np_blog_title"],
.np-editor-card--topic #np_topic_title,
.np-editor-card--topic input[name="np_topic_title"],
.np-editor-card--topic input[type="text"],
.np-form--comment-edit input[type="text"]{
  font-size:1.1rem!important;
  line-height:1.35!important;
}
.np-form--blog #np_blog_content.np-rich-textarea,
#np_blog_content.np-rich-textarea,
.np-editor-card--topic #np_topic_content.np-rich-textarea,
#np_topic_content.np-rich-textarea,
.np-editor-card--topic textarea.np-rich-textarea,
.comment-form textarea,
.comment-form #comment,
#comment.np-rich-textarea,
.np-form--comment-edit textarea.np-rich-textarea,
textarea[name="np_edit_comment_content"].np-rich-textarea,
.np-field textarea.np-rich-textarea{
  font-size:1.2rem!important;
  line-height:1.68!important;
}
.np-form--blog #np_blog_content.np-rich-textarea::placeholder,
#np_blog_content.np-rich-textarea::placeholder,
.np-editor-card--topic #np_topic_content.np-rich-textarea::placeholder,
#np_topic_content.np-rich-textarea::placeholder,
.comment-form textarea::placeholder,
.comment-form #comment::placeholder,
#comment.np-rich-textarea::placeholder,
.np-form--comment-edit textarea.np-rich-textarea::placeholder{
  font-size:1em!important;
  opacity:.68!important;
}
.np-editor-card--topic .np-modal__body input[type="text"],
.np-editor-card--topic .np-modal__body textarea,
.np-form--blog .np-modal__body input[type="text"],
.np-form--blog .np-modal__body textarea{
  font-size:1.08rem!important;
  line-height:1.55!important;
}
@media(max-width:700px){
  .np-form--blog #np_blog_title,
  .np-form--blog input[name="np_blog_title"],
  .np-editor-card--topic #np_topic_title,
  .np-editor-card--topic input[name="np_topic_title"],
  .np-editor-card--topic input[type="text"],
  .np-form--comment-edit input[type="text"]{
    font-size:1.05rem!important;
  }
  .np-form--blog #np_blog_content.np-rich-textarea,
  #np_blog_content.np-rich-textarea,
  .np-editor-card--topic #np_topic_content.np-rich-textarea,
  #np_topic_content.np-rich-textarea,
  .np-editor-card--topic textarea.np-rich-textarea,
  .comment-form textarea,
  .comment-form #comment,
  #comment.np-rich-textarea,
  .np-form--comment-edit textarea.np-rich-textarea,
  textarea[name="np_edit_comment_content"].np-rich-textarea,
  .np-field textarea.np-rich-textarea{
    font-size:1.12rem!important;
    line-height:1.62!important;
  }
}


/* ===== v48.61 profile style redirect + stable style themes ===== */
.np-profile-style-romantic{
  --np-style-start:#8b0f49;
  --np-style-mid:#ff5c9d;
  --np-style-end:#ffc1d6;
  --np-style-ink:#ffffff;
  --np-style-soft:rgba(255,193,214,.34);
  --np-profile-style-bg:radial-gradient(circle at 76% 34%,rgba(255,209,229,.92),transparent 28%),radial-gradient(circle at 22% 76%,rgba(255,255,255,.76),transparent 18%),linear-gradient(135deg,#8b0f49 0%,#d72e78 42%,var(--np-profile-accent) 63%,#ffc1d6 100%);
}
.np-profile-style-horror{
  --np-style-start:#08070a;
  --np-style-mid:#2a0d16;
  --np-style-end:#ad102d;
  --np-style-ink:#ffffff;
  --np-style-soft:rgba(255,0,54,.30);
  --np-profile-style-bg:radial-gradient(circle at 72% 28%,rgba(255,0,54,.72),transparent 24%),repeating-linear-gradient(155deg,rgba(255,255,255,.08) 0 3px,transparent 3px 12px),linear-gradient(135deg,#08070a 0%,#2a0d16 48%,var(--np-profile-accent) 68%,#ad102d 100%);
}
.np-profile-style-oceanblue{
  --np-style-start:#001d3d;
  --np-style-mid:#0066b3;
  --np-style-end:#00c2ff;
  --np-style-ink:#ffffff;
  --np-style-soft:rgba(0,194,255,.30);
  --np-profile-style-bg:radial-gradient(ellipse at 50% -10%,rgba(255,255,255,.85),transparent 32%),radial-gradient(circle at 20% 80%,rgba(0,229,255,.72),transparent 28%),linear-gradient(135deg,#001d3d 0%,#0066b3 48%,var(--np-profile-accent) 67%,#00c2ff 100%);
}
.np-profile-style-sky{
  --np-style-start:#74c7ff;
  --np-style-mid:#bde7ff;
  --np-style-end:#eef9ff;
  --np-style-ink:#211936;
  --np-style-soft:rgba(116,199,255,.28);
  --np-profile-style-bg:radial-gradient(circle at 22% 28%,rgba(255,255,255,.95) 0 18%,transparent 19%),radial-gradient(circle at 70% 68%,rgba(255,255,255,.72),transparent 24%),linear-gradient(135deg,#74c7ff 0%,#bde7ff 48%,var(--np-profile-accent) 68%,#eef9ff 100%);
}
.np-profile-hero--v486.np-profile-style-romantic .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-romantic .np-profile-topline--v56 h1,
.np-profile-hero--v486.np-profile-style-horror .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-horror .np-profile-topline--v56 h1,
.np-profile-hero--v486.np-profile-style-oceanblue .np-profile-topline--v56 h1,
.np-account-hero--v4810.np-profile-style-oceanblue .np-profile-topline--v56 h1{
  color:#fff!important;
  text-shadow:0 2px 12px rgba(20,10,40,.28)!important;
}
.np-profile-hero--v486.np-profile-style-romantic .np-profile-status-pill,
.np-account-hero--v4810.np-profile-style-romantic .np-profile-status-pill,
.np-profile-hero--v486.np-profile-style-horror .np-profile-status-pill,
.np-account-hero--v4810.np-profile-style-horror .np-profile-status-pill,
.np-profile-hero--v486.np-profile-style-oceanblue .np-profile-status-pill,
.np-account-hero--v4810.np-profile-style-oceanblue .np-profile-status-pill,
.np-profile-hero--v486.np-profile-style-romantic .np-profile-topline__sub--v56 span,
.np-account-hero--v4810.np-profile-style-romantic .np-profile-topline__sub--v56 span,
.np-profile-hero--v486.np-profile-style-horror .np-profile-topline__sub--v56 span,
.np-account-hero--v4810.np-profile-style-horror .np-profile-topline__sub--v56 span,
.np-profile-hero--v486.np-profile-style-oceanblue .np-profile-topline__sub--v56 span,
.np-account-hero--v4810.np-profile-style-oceanblue .np-profile-topline__sub--v56 span{
  background:rgba(255,255,255,.82)!important;
  color:#211936!important;
  text-shadow:none!important;
}
.np-profile-design-form .button{
  background:linear-gradient(135deg,#6f42c1,#8b5cf6)!important;
  color:#fff!important;
  border-color:rgba(111,66,193,.26)!important;
  box-shadow:0 14px 30px rgba(111,66,193,.22)!important;
}
.np-profile-design-form .button:hover,
.np-profile-design-form .button:focus-visible{
  background:linear-gradient(135deg,#5f35b2,#7c4dea)!important;
  color:#fff!important;
}
.np-profile-style-picker{
  scrollbar-color:rgba(111,66,193,.42) rgba(111,66,193,.08);
}
.np-profile-style-option{
  -webkit-tap-highlight-color:transparent;
}
.np-profile-style-option input:checked + .np-profile-style-swatch,
.np-profile-style-option.is-selected .np-profile-style-swatch{
  outline-color:#ffca2f!important;
}


/* ===== v48.63 registration birth date, consents and profile age privacy ===== */
.np-register-card--v4863{
  max-width:720px;
  margin-inline:auto;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,241,255,.94));
}
.np-register-form--v4863{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.np-register-form--v4863 .np-field{
  display:grid;
  gap:7px;
}
.np-register-form--v4863 label,
.np-profile-age-form label{
  color:var(--np-brand-3);
  font-weight:900;
}
.np-register-form--v4863 input[type="text"],
.np-register-form--v4863 input[type="email"],
.np-register-form--v4863 input[type="password"],
.np-register-form--v4863 input[type="date"],
.np-profile-age-form input[type="date"]{
  width:100%;
  min-height:48px;
  padding:13px 15px;
  border-radius:16px;
  border:1px solid rgba(94,70,150,.18);
  background:#fff;
  color:var(--np-text);
  font-size:1rem;
  box-sizing:border-box;
}
.np-register-form--v4863 small,
.np-profile-age-form__note{
  color:var(--np-muted);
  font-weight:700;
  line-height:1.45;
}
.np-consent-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(94,70,150,.14);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  color:var(--np-brand-3);
  line-height:1.45;
}
.np-consent-check input[type="checkbox"]{
  width:20px;
  height:20px;
  margin-top:1px;
  accent-color:var(--np-brand);
  flex:0 0 auto;
}
.np-consent-check a{
  color:var(--np-brand);
  font-weight:950;
  text-decoration:none;
  border-bottom:1px solid rgba(94,70,150,.28);
}
.np-register-card__login{
  margin:14px 0 0;
  color:var(--np-muted);
  font-weight:800;
}
.np-register-card__login a{color:var(--np-brand);font-weight:950;text-decoration:none}
.np-profile-age-card{
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(246,241,255,.92));
}
.np-profile-age-form{
  display:grid;
  gap:12px;
  margin-top:12px;
}
.np-consent-check--profile{
  align-items:center;
}
@media (max-width:640px){
  .np-register-card--v4863{padding:18px!important;border-radius:20px!important}
  .np-register-form--v4863{gap:12px}
  .np-consent-check{padding:11px 12px;border-radius:14px}
}


/* ===== v48.65 registration single public name ===== */
.np-register-form #np_register_login + small{
  display:block;
  margin-top:7px;
  color:#6f6682;
  font-size:.9rem;
  line-height:1.35;
}




/* ===== v48.68 homepage magazine previews 40% narrower ===== */
@media (min-width: 761px){
  .np-home-stack--v4815 .np-home-mag-swipe,
  .np-home-stack--v4826 .np-home-mag-swipe{
    gap:6px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex:0 0 clamp(90px,9.2vw,115px)!important;
    width:clamp(90px,9.2vw,115px)!important;
    min-width:clamp(90px,9.2vw,115px)!important;
    max-width:115px!important;
    min-height:142px!important;
    max-height:162px!important;
    grid-template-rows:74px minmax(0,auto)!important;
    padding:6px!important;
    border-radius:13px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:74px!important;
    margin:0 0 6px!important;
    border-radius:11px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
    font-size:.72rem!important;
    line-height:1.12!important;
    -webkit-line-clamp:4!important;
    max-height:4.5em!important;
    overflow:hidden!important;
  }
}

@media (min-width: 761px) and (max-width: 1100px){
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex-basis:min(46.8vw,168px)!important;
    width:min(46.8vw,168px)!important;
    min-width:min(46.8vw,168px)!important;
    max-width:168px!important;
  }
  .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:74px!important;
  }
}






/* ===== v48.71 homepage magazine: desktop restored, mobile narrower only =====
   Desktop/tablet nad 760px vracia veľkosť magazínových kariet pred v48.68.
   Užšie náhľady ostávajú iba na mobile. */
@media (min-width: 761px){
  .np-home-stack--v4815 .np-home-mag-swipe,
  .np-home-stack--v4826 .np-home-mag-swipe{
    gap:8px!important;
    align-items:stretch!important;
    padding:0 2px 7px!important;
    margin:0!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex:0 0 clamp(150px,15.3vw,192px)!important;
    width:clamp(150px,15.3vw,192px)!important;
    min-width:clamp(150px,15.3vw,192px)!important;
    max-width:192px!important;
    display:grid!important;
    grid-template-rows:124px minmax(0,auto)!important;
    align-content:start!important;
    min-height:228px!important;
    max-height:248px!important;
    padding:8px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card__thumb,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:124px!important;
    aspect-ratio:auto!important;
    margin:0 0 7px!important;
    border-radius:14px!important;
  }
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
    font-size:clamp(1.02rem,1.15vw,1.18rem)!important;
    line-height:1.15!important;
    margin:0!important;
    min-height:0!important;
    max-height:5.75em!important;
    -webkit-line-clamp:5!important;
    overflow:hidden!important;
  }
}

@media (max-width: 760px){
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex:0 0 min(64vw,220px)!important;
    width:min(64vw,220px)!important;
    min-width:min(64vw,220px)!important;
    max-width:220px!important;
    min-height:166px!important;
    height:auto!important;
    grid-template-rows:78px minmax(0,auto)!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,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card__thumb{
    height:78px!important;
    margin-bottom:6px!important;
    border-radius:12px!important;
  }
  .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card h2,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card h2{
    font-size:.84rem!important;
    line-height:1.16!important;
    min-height:0!important;
    max-height:4.65em!important;
    margin:4px 0 0!important;
    -webkit-line-clamp:4!important;
    overflow:hidden!important;
  }
}

@media (max-width: 430px){
  .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4815 .np-home-mag-swipe .np-home-mag-card,
  .np-home-stack--v4826 .np-home-mag-swipe .np-home-mag-card{
    flex-basis:min(66vw,210px)!important;
    width:min(66vw,210px)!important;
    min-width:min(66vw,210px)!important;
    max-width:210px!important;
  }
}

/* ===== v48.81 gender field symbols in registration/profile/community ===== */
.np-field--gender label,
.np-register-gender-field > label {
  display:block;
  margin-bottom:10px;
  color:#4f348c;
  font-weight:900;
}
.np-gender-choice {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:stretch;
}
.np-gender-choice__item {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid rgba(123,70,228,.22);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  color:#34284f;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(81,57,135,.08);
  transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease;
}
.np-gender-choice__item:hover,
.np-gender-choice__item:focus-within {
  transform:translateY(-1px);
  border-color:rgba(123,70,228,.42);
  background:#fff;
  box-shadow:0 14px 30px rgba(81,57,135,.13);
}
.np-gender-choice__item.is-selected,
.np-gender-choice__item:has(input:checked) {
  border-color:rgba(123,70,228,.55);
  background:linear-gradient(135deg,rgba(123,70,228,.14),rgba(244,235,255,.94));
  color:#5d36b8;
}
.np-gender-choice__item input {
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.np-gender-choice__emoji {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  font-size:1.15rem;
  line-height:1;
}
.np-member-gender-emoji {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  margin-left:8px;
  border-radius:999px;
  background:rgba(123,70,228,.12);
  border:1px solid rgba(123,70,228,.16);
  font-size:1rem;
  vertical-align:middle;
  box-shadow:0 8px 20px rgba(81,57,135,.08);
}

.np-gender-choice__emoji--male,
.np-member-gender-emoji--male {
  background:linear-gradient(135deg,#dbeafe,#3b82f6);
  color:#ffffff;
  border-color:rgba(59,130,246,.45);
}
.np-gender-choice__emoji--female,
.np-member-gender-emoji--female {
  background:linear-gradient(135deg,#ffe4f1,#ec4899);
  color:#ffffff;
  border-color:rgba(236,72,153,.42);
}
.np-gender-choice__emoji--hidden {
  background:linear-gradient(135deg,#f4f0ff,#7c3aed);
  color:#ffffff;
  border:1px solid rgba(124,58,237,.35);
}
.np-gender-choice__emoji--male,
.np-gender-choice__emoji--female,
.np-gender-choice__emoji--hidden {
  border-radius:999px;
  box-shadow:0 7px 16px rgba(70,50,120,.14);
}
.np-member-gender-emoji--male,
.np-member-gender-emoji--female {
  border-width:1px;
  box-shadow:0 8px 20px rgba(70,50,120,.13);
}
@media (max-width: 560px) {
  .np-gender-choice { gap:8px; }
  .np-gender-choice__item { flex:1 1 100%; justify-content:flex-start; }
  .np-member-gender-emoji { width:26px; height:26px; margin-left:6px; }
}


/* ===== v48.81 gender symbols: female/male/question mark ===== */
.np-gender-choice__emoji,
.np-member-gender-emoji {
  font-family: inherit !important;
  line-height: 1 !important;
}
.np-gender-choice__emoji--male,
.np-member-gender-emoji--male {
  color: #2563eb !important;
}
.np-gender-choice__emoji--female,
.np-member-gender-emoji--female {
  color: #ec4899 !important;
}
.np-gender-choice__emoji--hidden {
  color: #6b5aa8 !important;
}


/* ===== v48.83 forum topic minimum-length warning ===== */
.np-topic-length-warning{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin:14px 0 0;
  padding:18px 20px;
  border-radius:24px;
  background:radial-gradient(circle at 8% 12%,rgba(255,255,255,.94),rgba(255,255,255,.72) 42%,rgba(249,243,255,.96)),linear-gradient(135deg,rgba(111,71,197,.14),rgba(217,64,128,.14));
  border:1px solid rgba(123,70,228,.22);
  box-shadow:0 18px 48px rgba(45,27,78,.14);
  color:#281f3f;
  overflow:hidden;
  isolation:isolate;
}
.np-topic-length-warning.is-hidden{display:none!important;}
.np-topic-length-warning::before{
  content:"";
  position:absolute;
  right:-56px;
  bottom:-86px;
  width:190px;
  height:190px;
  border-radius:999px;
  background:rgba(217,64,128,.12);
  z-index:-1;
}
.np-topic-length-warning__orb{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:66px;
  height:66px;
  border-radius:22px;
  background:linear-gradient(135deg,#5f39ba,#d94080);
  color:#fff;
  font-size:1.65rem;
  box-shadow:0 16px 34px rgba(123,70,228,.28),inset 0 1px 0 rgba(255,255,255,.35);
  transform:rotate(-4deg);
}
.np-topic-length-warning__kicker{
  display:inline-flex;
  width:max-content;
  margin-bottom:6px;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(123,70,228,.12);
  color:#6d35c7;
  font-size:.76rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.np-topic-length-warning h2{
  margin:0 0 6px;
  color:#211835;
  font-size:clamp(1.15rem,2.2vw,1.55rem);
  line-height:1.15;
}
.np-topic-length-warning p{
  margin:0;
  max-width:780px;
  color:#5f5872;
  font-weight:700;
  line-height:1.55;
}
.np-topic-length-warning strong{color:#6d35c7;}
@media (max-width:640px){
  .np-topic-length-warning{grid-template-columns:1fr;padding:16px;border-radius:22px;}
  .np-topic-length-warning__orb{width:54px;height:54px;border-radius:18px;font-size:1.35rem;}
}


/* ===== v48.84 personal profile data + smaller gender symbols ===== */
.np-profile-personal-card{
  position:relative;
  overflow:hidden;
}
.np-profile-personal-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#7b46e4,#d94080,#9b7cff);
  opacity:.9;
}
.np-profile-personal-form{
  display:grid;
  gap:14px;
}
.np-profile-personal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.np-profile-personal-grid .np-field--full{
  grid-column:1/-1;
}
.np-profile-personal-form input[type="text"],
.np-profile-personal-form input[type="date"],
.np-profile-personal-form textarea{
  width:100%;
  border-radius:18px;
  border:1px solid rgba(123,70,228,.22);
  background:rgba(255,255,255,.92);
  color:#2f2547;
  box-shadow:0 10px 24px rgba(81,57,135,.06);
}
.np-profile-personal-form textarea{
  resize:vertical;
  min-height:116px;
}
.np-profile-personal-form small{
  display:block;
  margin-top:6px;
  color:#6d6280;
  font-size:.86rem;
}
.np-gender-inline-label{
  display:inline-flex;
  align-items:center;
  gap:.35em;
  min-width:0;
}
.np-gender-inline-emoji{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.12em;
  height:1.12em;
  font-size:.9em;
  line-height:1;
  vertical-align:-.05em;
}
.np-gender-choice__emoji{
  width:22px!important;
  height:22px!important;
  font-size:1.04rem!important;
}
.np-member-gender-emoji{
  width:25px!important;
  height:25px!important;
  font-size:.9rem!important;
}
@media (max-width:760px){
  .np-profile-personal-grid{grid-template-columns:1fr;}
  .np-profile-personal-form .button{width:100%;}
}
@media (max-width:560px){
  .np-member-gender-emoji{width:23px!important;height:23px!important;font-size:.86rem!important;}
}


/* ===== v48.85 profile style only + cleaner persona admin messages ===== */
.np-profile-color-field{display:none!important;}
.np-profile-design-card h2{color:var(--np-brand-3);}
.np-profile-style-picker{padding-bottom:14px;}


/* ===== v48.87 profile photos: circular crop + community avatar filter polish ===== */
.np-profile-avatar-upload,
.np-profile-avatar-upload label{
  cursor:pointer!important;
}
.np-profile-avatar-upload label{
  display:grid!important;
  place-items:center!important;
  outline:none!important;
}
.np-profile-avatar-upload label:focus-visible{
  box-shadow:0 0 0 4px rgba(123,70,228,.22),0 0 0 7px rgba(255,255,255,.9)!important;
}
.np-profile-avatar-upload .avatar,
.np-profile-avatar-upload img,
.np-profile-hero__avatar img,
.np-profile-hero__avatar--v56 img,
.np-profile-hero__avatar--v486 img{
  border-radius:999px!important;
  aspect-ratio:1 / 1!important;
  object-fit:cover!important;
  object-position:center!important;
}
.np-profile-hero__avatar--v56,
.np-profile-hero__avatar--v486,
.np-profile-avatar-ring{
  border-radius:999px!important;
}
.np-member-avatar{
  flex:0 0 96px!important;
  width:96px!important;
  height:96px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
}
.np-member-avatar img,
.np-member-avatar .avatar{
  display:block!important;
  width:96px!important;
  height:96px!important;
  max-width:96px!important;
  min-width:96px!important;
  max-height:96px!important;
  min-height:96px!important;
  aspect-ratio:1 / 1!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:999px!important;
}
.np-members-page .np-member-card--rich{
  align-items:center!important;
  min-height:140px!important;
}
.np-top-user-card__avatar img,
.np-user-meta img,
.np-comment-avatar img,
.np-message-avatar img,
.np-admin-message-user img,
.np-admin-conversation-card__avatars img{
  aspect-ratio:1 / 1!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:999px!important;
}
.np-members-page .np-chip-row--members{
  gap:8px!important;
}
@media(max-width:760px){
  .np-member-avatar{
    flex-basis:72px!important;
    width:72px!important;
    height:72px!important;
  }
  .np-member-avatar img,
  .np-member-avatar .avatar{
    width:72px!important;
    height:72px!important;
    max-width:72px!important;
    min-width:72px!important;
    max-height:72px!important;
    min-height:72px!important;
  }
  .np-members-page .np-member-card--rich{
    min-height:112px!important;
  }
}


/* ===== v48.88 clean profile photo upload: only avatar/silhouette is clickable ===== */
.np-profile-avatar-upload__hint{
  display:none!important;
}
.np-profile-avatar-upload.np-profile-hero__avatar,
.np-profile-avatar-upload.np-profile-hero__avatar--v56,
.np-profile-avatar-upload.np-profile-hero__avatar--v486{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:118px!important;
  height:118px!important;
  min-width:118px!important;
  max-width:118px!important;
  min-height:118px!important;
  max-height:118px!important;
  padding:7px!important;
  margin:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  background-image:none!important;
  box-sizing:content-box!important;
  cursor:pointer!important;
}
.np-profile-avatar-upload > label{
  position:relative!important;
  display:block!important;
  width:118px!important;
  height:118px!important;
  min-width:118px!important;
  max-width:118px!important;
  min-height:118px!important;
  max-height:118px!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  border-radius:999px!important;
  background:transparent!important;
  background-image:none!important;
  cursor:pointer!important;
}
.np-profile-avatar-upload > label::before,
.np-profile-avatar-upload > label::after,
.np-profile-avatar-upload::before,
.np-profile-avatar-upload::after{
  content:none!important;
  display:none!important;
}
.np-profile-avatar-upload img,
.np-profile-avatar-upload img.avatar,
.np-profile-avatar-upload .avatar{
  display:block!important;
  width:118px!important;
  height:118px!important;
  min-width:118px!important;
  max-width:118px!important;
  min-height:118px!important;
  max-height:118px!important;
  aspect-ratio:1 / 1!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:999px!important;
  background:#d4d4d8!important;
}
.np-profile-avatar-upload .np-profile-avatar-ring{
  position:absolute!important;
  inset:-5px!important;
  border-radius:999px!important;
  pointer-events:none!important;
}
.np-profile-avatar-upload input[type=file]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
}
.np-profile-hero--v486[style*="--np-profile-cover-image"],
.np-account-hero--v4810[style*="--np-profile-cover-image"]{
  background-image:var(--np-profile-style-bg)!important;
  background-size:auto!important;
  background-position:initial!important;
}
@media(max-width:760px){
  .np-profile-avatar-upload.np-profile-hero__avatar,
  .np-profile-avatar-upload.np-profile-hero__avatar--v56,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-avatar-upload > label,
  .np-profile-avatar-upload img,
  .np-profile-avatar-upload img.avatar,
  .np-profile-avatar-upload .avatar{
    width:104px!important;
    height:104px!important;
    min-width:104px!important;
    max-width:104px!important;
    min-height:104px!important;
    max-height:104px!important;
  }
}


/* ===== v48.89 admin avatar filter cleanup ===== */
.np-members-admin-notice{
  margin:16px 0 20px!important;
}
.np-member-admin-avatar-form{
  margin-top:10px!important;
  display:flex!important;
  justify-content:center!important;
}
.np-member-admin-avatar-button{
  appearance:none!important;
  border:1px solid rgba(164,31,31,.18)!important;
  background:#fff5f5!important;
  color:#a41f1f!important;
  border-radius:999px!important;
  padding:7px 11px!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 8px 18px rgba(164,31,31,.08)!important;
}
.np-member-admin-avatar-button:hover,
.np-member-admin-avatar-button:focus-visible{
  background:#ffe8e8!important;
  border-color:rgba(164,31,31,.34)!important;
  outline:none!important;
}


/* ===== v48.90: O mne / bio moved from hero to profile activity card ===== */
.np-profile-bio-panel--v4890{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(123,70,228,.16);
  border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(123,70,228,.12), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,244,255,.86));
  box-shadow:0 14px 34px rgba(63,42,110,.08);
}
.np-profile-bio-panel__head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}
.np-profile-bio-panel__head strong{
  display:block;
  color:#3b246f;
  font-size:1.05rem;
  line-height:1.2;
}
.np-profile-bio-panel__head small{
  display:block;
  margin-top:4px;
  color:#756b8d;
  line-height:1.45;
}
.np-profile-bio-panel__icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#efe7ff;
  box-shadow:inset 0 0 0 1px rgba(123,70,228,.12);
  flex:0 0 auto;
}
.np-profile-bio-text--v4890{
  color:#2c2540;
  font-size:1rem;
  line-height:1.7;
}
.np-profile-bio-text--v4890 p{margin:0 0 10px;}
.np-profile-bio-text--v4890 p:last-child{margin-bottom:0;}
.np-profile-bio-form--v4890 textarea{
  width:100%;
  min-height:130px;
  resize:vertical;
  border:1px solid rgba(123,70,228,.18);
  border-radius:20px;
  background:#fff;
  padding:16px 18px;
  color:#211936;
  font-size:1.06rem;
  line-height:1.6;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.np-profile-bio-form--v4890 textarea:focus{
  outline:none;
  border-color:rgba(123,70,228,.42);
  box-shadow:0 0 0 4px rgba(123,70,228,.12);
}
.np-profile-bio-form__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:12px;
  flex-wrap:wrap;
}
.np-profile-hero .np-profile-bio--v56{display:none !important;}
@media (max-width:760px){
  .np-profile-bio-panel--v4890{padding:15px;border-radius:20px;}
  .np-profile-bio-form__footer{align-items:stretch;}
  .np-profile-bio-form__footer .button{width:100%;justify-content:center;}
}


/* ===== v48.91: profile copy cleanup ===== */
.np-profile-bio-form__footer { justify-content: flex-end; }

/* ===== v48.92 profile layout rebuild: public profile + My profile dashboard ===== */
.np-profile-shell--v486,
.np-account-dashboard--v4810{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
.np-profile-shell--v486 > .np-notice,
.np-account-dashboard--v4810 > .np-notice{
  max-width:1280px!important;
  margin:0 auto 16px!important;
}
.np-profile-hero--v486,
.np-account-hero--v4810{
  max-width:1280px!important;
  margin:0 auto 18px!important;
  padding:34px!important;
  border-radius:30px!important;
  border:1px solid rgba(123,70,228,.14)!important;
  background:
    radial-gradient(circle at 86% 15%, rgba(123,70,228,.14), transparent 34%),
    radial-gradient(circle at 18% 5%, rgba(255,255,255,.92), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,241,255,.92))!important;
  box-shadow:0 22px 60px rgba(46,31,78,.12)!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:26px!important;
  position:relative!important;
  overflow:hidden!important;
}
.np-profile-hero__glow{display:none!important;}
.np-profile-hero__avatar--v486,
.np-profile-avatar-upload.np-profile-hero__avatar--v486{
  width:156px!important;
  height:156px!important;
  min-width:156px!important;
  max-width:156px!important;
  min-height:156px!important;
  max-height:156px!important;
  border-radius:999px!important;
  padding:7px!important;
  background:#fff!important;
  box-shadow:0 18px 38px rgba(38,27,72,.16)!important;
  align-self:center!important;
}
.np-profile-hero__avatar--v486 img,
.np-profile-hero__avatar--v486 img.avatar,
.np-profile-avatar-upload.np-profile-hero__avatar--v486 img,
.np-profile-avatar-upload.np-profile-hero__avatar--v486 .avatar,
.np-profile-avatar-upload.np-profile-hero__avatar--v486 > label{
  width:156px!important;
  height:156px!important;
  min-width:156px!important;
  max-width:156px!important;
  min-height:156px!important;
  max-height:156px!important;
  border-radius:999px!important;
  object-fit:cover!important;
  object-position:center!important;
}
.np-profile-hero__main--v486{min-width:0!important;width:100%!important;}
.np-profile-topline--v486{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  align-items:start!important;
  gap:18px!important;
  width:100%!important;
}
.np-profile-topline__text{min-width:0!important;}
.np-profile-status-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  margin-bottom:10px!important;
  padding:7px 13px!important;
  border-radius:999px!important;
  color:#5d5190!important;
  background:#fff!important;
  border:1px solid rgba(123,70,228,.16)!important;
  box-shadow:0 8px 20px rgba(45,32,79,.06)!important;
  font-weight:800!important;
}
.np-profile-topline__text .np-kicker,
.np-profile-quicknav--v486 a.is-active,
.np-profile-quicknav--v486 a:first-child{
  background:#efe7ff!important;
  color:#6541bd!important;
}
.np-profile-topline--v486 h1{
  font-size:clamp(2.4rem, 5vw, 4.4rem)!important;
  line-height:.95!important;
  letter-spacing:-.06em!important;
  margin:4px 0 12px!important;
  color:#211936!important;
  word-break:break-word!important;
}
.np-profile-topline__sub--v56{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
}
.np-profile-topline__sub--v56 span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(123,70,228,.16)!important;
  color:#312747!important;
  font-weight:800!important;
  font-size:.94rem!important;
  box-shadow:0 8px 18px rgba(46,31,78,.05)!important;
}
.np-profile-hero-score--v4892{
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:154px!important;
  min-height:134px!important;
  border-radius:24px!important;
  border:1px solid rgba(123,70,228,.14)!important;
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,232,255,.92))!important;
  box-shadow:0 14px 34px rgba(75,48,140,.12)!important;
  color:#5b2fc5!important;
}
.np-profile-hero-score--v4892 strong{
  font-size:2.7rem!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  color:#6d39d7!important;
}
.np-profile-hero-score--v4892 span{
  margin-top:6px!important;
  font-weight:900!important;
  color:#51426e!important;
  text-transform:lowercase!important;
}
.np-profile-actions--v486,
.np-profile-actions--v56{
  align-self:start!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  justify-content:flex-end!important;
  max-width:360px!important;
}
.np-profile-actions--v486 .button,
.np-profile-actions--v486 button,
.np-profile-actions--v56 .button,
.np-profile-actions--v56 button{
  border-radius:999px!important;
  min-height:46px!important;
  padding:12px 18px!important;
  background:#6f43d8!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 14px 30px rgba(95,55,193,.22)!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.np-profile-actions--v486 .np-profile-message-button,
.np-profile-actions--v56 .np-profile-message-button{
  min-width:210px!important;
  justify-content:center!important;
}
.np-profile-actions--v486 .np-fav-button,
.np-profile-actions--v56 .np-fav-button{
  background:#ffdf75!important;
  color:#5f4512!important;
  border:1px solid rgba(219,161,24,.25)!important;
  box-shadow:0 14px 30px rgba(211,155,21,.18)!important;
}
.np-profile-chipline--v486,
.np-profile-hero--v486 .np-profile-story-card--v486{display:none!important;}
.np-profile-meta--v486,
.np-profile-meta--compact.np-profile-meta--v486{
  max-width:1280px!important;
  margin:22px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(6, minmax(120px,1fr))!important;
  gap:12px!important;
}
.np-profile-meta--v486 .np-stat-card{
  min-height:86px!important;
  padding:18px 18px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(123,70,228,.10)!important;
  box-shadow:0 12px 30px rgba(48,32,83,.07)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:5px!important;
}
.np-profile-meta--v486 .np-stat-card strong{
  color:#241a38!important;
  font-size:1.45rem!important;
  line-height:1!important;
}
.np-profile-meta--v486 .np-stat-card span{
  color:#716487!important;
  font-size:.76rem!important;
  text-transform:uppercase!important;
  letter-spacing:.045em!important;
  font-weight:900!important;
}
.np-profile-quicknav--v486,
.np-account-quicknav--v4810{
  max-width:1280px!important;
  margin:18px auto!important;
  padding:13px!important;
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(123,70,228,.10)!important;
  box-shadow:0 12px 30px rgba(46,31,78,.06)!important;
  overflow-x:auto!important;
}
.np-profile-quicknav--v486 a,
.np-account-quicknav--v4810 a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 17px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(123,70,228,.12)!important;
  color:#5f4f86!important;
  text-decoration:none!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.np-profile-overview-grid--v486,
.np-account-overview--v4810{
  max-width:1280px!important;
  margin:0 auto 18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
}
.np-profile-info-card--v56,
.np-profile-activity-card--v56,
.np-account-energy-card--v4810,
.np-profile-filter-board,
.np-profile-activity-board,
#np-profile-wall,
.np-profile-account-grid--v486 > .np-card,
.np-account-action-strip--v4810,
.np-account-style-bottom > .np-card,
.np-account-writing-grid--v4810 > .np-card{
  border-radius:24px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(123,70,228,.12)!important;
  box-shadow:0 14px 36px rgba(44,28,76,.07)!important;
  overflow:hidden!important;
}
.np-profile-info-card--v56,
.np-profile-activity-card--v56,
.np-account-energy-card--v4810{padding:24px!important;}
.np-profile-info-card--v56 .np-kicker,
.np-profile-bio-panel__head .np-profile-bio-panel__icon,
.np-profile-activity-card--v56 .np-kicker{
  background:#efe7ff!important;
  color:#6541bd!important;
}
.np-profile-details-list--v56{
  margin:12px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.np-profile-details-list--v56 li{
  display:grid!important;
  grid-template-columns:minmax(120px, .85fr) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:48px!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(123,70,228,.10)!important;
}
.np-profile-details-list--v56 li:last-child{border-bottom:0!important;}
.np-profile-details-list--v56 strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#6541bd!important;
  font-size:.95rem!important;
  font-weight:900!important;
}
.np-profile-details-list--v56 strong::before{
  content:"◆";
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#f1eaff;
  color:#7646dc;
  font-size:.72rem;
  flex:0 0 auto;
}
.np-profile-details-list--v56 li:nth-child(1) strong::before{content:"📍";}
.np-profile-details-list--v56 li:nth-child(2) strong::before{content:"👤";}
.np-profile-details-list--v56 li:nth-child(3) strong::before{content:"⚧";}
.np-profile-details-list--v56 li:nth-child(4) strong::before{content:"🎓";}
.np-profile-details-list--v56 li:nth-child(5) strong::before{content:"💜";}
.np-profile-details-list--v56 li:nth-child(6) strong::before{content:"🎂";}
.np-profile-details-list--v56 span{
  color:#241d36!important;
  font-weight:800!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  text-align:right!important;
}
.np-profile-row-edit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#f0e8ff!important;
  color:#6430c8!important;
  font-size:.78rem!important;
  font-weight:900!important;
  text-decoration:none!important;
  border:1px solid rgba(123,70,228,.14)!important;
}
.np-profile-bio-panel--v4890{
  height:100%!important;
  margin:0!important;
  border-radius:24px!important;
  padding:24px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:none!important;
}
.np-profile-bio-panel__head strong{font-size:1.15rem!important;color:#241936!important;}
.np-profile-bio-panel__head small{color:#6f6586!important;}
.np-profile-bio-form--v4890 textarea{
  min-height:132px!important;
  border-radius:22px!important;
  padding:18px 20px!important;
  background:#fff!important;
}
.np-profile-bio-form__footer .button,
.np-profile-bio-form__footer button{
  width:100%!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#6f43d8!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(95,55,193,.18)!important;
}
.np-account-action-strip--v4810{
  max-width:1280px!important;
  margin:0 auto 18px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.np-action-tile{
  min-height:78px!important;
  border-radius:22px!important;
  border:1px solid rgba(123,70,228,.10)!important;
  background:linear-gradient(135deg,#fff, #f5f1ff)!important;
  color:#211936!important;
  box-shadow:0 12px 26px rgba(46,31,78,.07)!important;
  padding:18px!important;
}
.np-action-tile__icon{
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#efe7ff!important;
  font-size:1.25rem!important;
}
.np-profile-filter-board,
.np-profile-activity-board,
#np-profile-wall,
.np-profile-account-grid--v486,
.np-account-settings-grid--v4810,
.np-account-writing-grid--v4810,
.np-account-style-bottom{
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.np-profile-filter-tabs{
  display:flex!important;
  gap:10px!important;
  overflow-x:auto!important;
  padding:2px!important;
}
.np-profile-filter-tabs button{
  border-radius:999px!important;
  min-height:42px!important;
  padding:10px 18px!important;
  background:#fff!important;
  border:1px solid rgba(123,70,228,.12)!important;
  color:#5c4d7d!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.np-profile-filter-tabs button.is-active{
  background:#6f43d8!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(95,55,193,.18)!important;
}
.np-profile-filter-panel .np-card{
  border-radius:18px!important;
  box-shadow:none!important;
  border:1px solid rgba(123,70,228,.10)!important;
}
.np-profile-filter-panel .np-list-item,
.np-profile-filter-panel .np-comment-card{
  min-height:54px!important;
  border-radius:16px!important;
  border:1px solid rgba(123,70,228,.10)!important;
  background:#fff!important;
  padding:12px 16px!important;
}
.np-profile-personal-form .np-field input,
.np-profile-personal-form .np-field textarea,
.np-profile-design-form,
.np-security-card input,
.np-inline-thought-form textarea{
  border-radius:18px!important;
}
@media (max-width:1100px){
  .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) auto!important;}
  .np-profile-actions--v486,.np-profile-actions--v56{grid-column:1 / -1!important;justify-content:flex-start!important;max-width:none!important;}
  .np-profile-meta--v486{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:760px){
  .np-profile-hero--v486,
  .np-account-hero--v4810{
    padding:22px!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    gap:18px!important;
    border-radius:24px!important;
    margin:0 auto 12px!important;
  }
  .np-profile-hero__avatar--v486,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-hero__avatar--v486 img,
  .np-profile-hero__avatar--v486 img.avatar,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486 img,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486 .avatar,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486 > label{
    width:118px!important;
    height:118px!important;
    min-width:118px!important;
    max-width:118px!important;
    min-height:118px!important;
    max-height:118px!important;
  }
  .np-profile-topline--v486{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:12px!important;
  }
  .np-profile-topline--v486 h1{font-size:clamp(2rem, 10vw, 3.3rem)!important;margin-bottom:9px!important;}
  .np-profile-topline__sub--v56{gap:6px!important;}
  .np-profile-topline__sub--v56 span{font-size:.84rem!important;min-height:30px!important;padding:6px 10px!important;}
  .np-profile-hero-score--v4892{
    width:118px!important;
    min-height:98px!important;
    border-radius:20px!important;
  }
  .np-profile-hero-score--v4892 strong{font-size:2.1rem!important;}
  .np-profile-actions--v486,
  .np-profile-actions--v56{
    grid-column:1 / -1!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    max-width:none!important;
  }
  .np-profile-actions--v486 .button,
  .np-profile-actions--v486 button,
  .np-profile-actions--v56 .button,
  .np-profile-actions--v56 button,
  .np-profile-actions--v486 .np-profile-message-button,
  .np-profile-actions--v56 .np-profile-message-button{
    width:100%!important;
    min-width:0!important;
    justify-content:center!important;
  }
  .np-profile-meta--v486{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:1px!important;
    overflow:hidden!important;
    border-radius:22px!important;
    background:rgba(123,70,228,.12)!important;
    border:1px solid rgba(123,70,228,.12)!important;
  }
  .np-profile-meta--v486 .np-stat-card{
    border-radius:0!important;
    min-height:96px!important;
    border:0!important;
    box-shadow:none!important;
  }
  .np-profile-quicknav--v486,
  .np-account-quicknav--v4810{justify-content:flex-start!important;border-radius:22px!important;}
  .np-profile-overview-grid--v486,
  .np-account-overview--v4810{grid-template-columns:1fr!important;gap:12px!important;}
  .np-profile-details-list--v56 li{
    grid-template-columns:minmax(100px,.85fr) minmax(0,1fr)!important;
  }
  .np-profile-details-list--v56 span{text-align:right!important;}
  .np-profile-row-edit{grid-column:1 / -1!important;justify-self:end!important;margin-top:-4px!important;}
  .np-account-action-strip--v4810{grid-template-columns:1fr!important;padding:0!important;background:transparent!important;}
  .np-action-tile{min-height:70px!important;}
  .np-profile-filter-board,
  .np-profile-activity-board,
  #np-profile-wall{border-radius:22px!important;}
}
@media (max-width:520px){
  .np-profile-hero--v486,
  .np-account-hero--v4810{grid-template-columns:1fr!important;text-align:left!important;}
  .np-profile-hero__avatar--v486,
  .np-profile-avatar-upload.np-profile-hero__avatar--v486{justify-self:start!important;}
  .np-profile-topline--v486{grid-template-columns:1fr!important;}
  .np-profile-hero-score--v4892{width:100%!important;min-height:88px!important;align-items:flex-start!important;padding-left:20px!important;}
}


/* ===== v48.93 profile reference layout rebuild from supplied mockup ===== */
.np-profile-shell--v4893{
  --np-profile-purple:#6d39cf;
  --np-profile-purple-2:#7a4de0;
  --np-profile-soft:#f4efff;
  --np-profile-line:rgba(116,75,214,.15);
  --np-profile-text:#18142b;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:22px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.np-profile-shell--v4893 .np-profile-hero--v4893{
  max-width:none!important;
  margin:0 0 16px!important;
  padding:30px 34px!important;
  display:grid!important;
  grid-template-columns:148px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:center!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,242,255,.96))!important;
  border:1px solid var(--np-profile-line)!important;
  box-shadow:0 18px 45px rgba(37,24,70,.08)!important;
  overflow:hidden!important;
}
.np-profile-shell--v4893 .np-profile-hero__glow{display:none!important;}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
  width:142px!important;
  height:142px!important;
  min-width:142px!important;
  min-height:142px!important;
  border-radius:999px!important;
  justify-self:center!important;
  align-self:center!important;
  background:#fff!important;
  box-shadow:0 14px 35px rgba(41,30,74,.13)!important;
  padding:8px!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img.avatar,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 .avatar{
  width:100%!important;
  height:100%!important;
  border-radius:999px!important;
  object-fit:cover!important;
  display:block!important;
  background:#cfcfcf!important;
}
.np-profile-shell--v4893 .np-profile-avatar-ring{display:none!important;}
.np-profile-shell--v4893 .np-profile-hero__main--v486{min-width:0!important;width:100%!important;}
.np-profile-shell--v4893 .np-profile-topline--v486{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 158px!important;
  gap:18px 26px!important;
  align-items:start!important;
}
.np-profile-shell--v4893 .np-profile-topline__text{min-width:0!important;}
.np-profile-shell--v4893 .np-profile-topline--v486 h1{
  margin:8px 0 8px!important;
  color:var(--np-profile-text)!important;
  font-size:clamp(2.6rem,5vw,4.2rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}
.np-profile-shell--v4893 .np-profile-status-pill{
  display:inline-flex!important;
  min-height:30px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  border:0!important;
  background:#fff!important;
  box-shadow:0 7px 16px rgba(30,18,60,.06)!important;
  color:#655784!important;
  font-weight:850!important;
}
.np-profile-shell--v4893 .np-profile-status-pill i{background:#41d982!important;box-shadow:0 0 0 5px rgba(65,217,130,.16)!important;}
.np-profile-shell--v4893 .np-profile-topline__sub--v56{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
.np-profile-shell--v4893 .np-profile-topline__sub--v56 span{
  min-height:30px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  color:#493f64!important;
  background:#fff!important;
  border:1px solid rgba(116,75,214,.12)!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.np-profile-shell--v4893 .np-profile-topline__sub--v56 span:nth-child(2)::before{content:"🗓️ ";}
.np-profile-shell--v4893 .np-profile-hero-score--v4892{
  grid-column:2!important;
  grid-row:1!important;
  width:150px!important;
  min-height:126px!important;
  padding:18px!important;
  border-radius:22px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  background:linear-gradient(135deg,#f9f6ff,#eee6ff)!important;
  border:1px solid rgba(116,75,214,.14)!important;
  box-shadow:0 16px 36px rgba(60,34,115,.08)!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:2.65rem!important;line-height:1!important;color:#6d39cf!important;font-weight:950!important;}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:1rem!important;text-transform:none!important;color:#50446e!important;font-weight:850!important;}
.np-profile-shell--v4893 .np-profile-actions--v486,
.np-profile-shell--v4893 .np-profile-actions--v56{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  justify-content:stretch!important;
  margin-top:6px!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-button,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-button{
  justify-self:start!important;
  width:auto!important;
  min-width:0!important;
  min-height:38px!important;
  padding:8px 14px!important;
  border-radius:12px!important;
  background:#ffe59a!important;
  color:#6d4b12!important;
  box-shadow:0 10px 22px rgba(211,156,26,.16)!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{
  width:100%!important;
  min-height:56px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#6934c6,#7848db)!important;
  color:#fff!important;
  font-size:1.1rem!important;
  font-weight:950!important;
  box-shadow:0 16px 35px rgba(105,52,198,.23)!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button::before,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button::before{content:"💬";margin-right:8px;}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-logout,
.np-profile-shell--v4893 .np-profile-actions--v486 .button:not(.np-profile-message-button):not(.np-fav-button),
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-logout,
.np-profile-shell--v4893 .np-profile-actions--v56 .button:not(.np-profile-message-button):not(.np-fav-button){
  min-height:42px!important;
  border-radius:13px!important;
  background:#6d39cf!important;
  color:#fff!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893{
  max-width:none!important;
  margin:12px 0 14px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  border:1px solid rgba(116,75,214,.12)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(37,24,70,.06)!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{
  min-height:112px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  align-items:center!important;
  justify-content:start!important;
  padding:18px!important;
  border:0!important;
  border-right:1px solid rgba(116,75,214,.10)!important;
  border-bottom:1px solid rgba(116,75,214,.10)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:rgba(255,255,255,.92)!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(4n){border-right:0!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(n+5){border-bottom:0!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card::before{
  grid-row:1 / 3!important;
  content:"★";
  width:48px!important;height:48px!important;border-radius:999px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#f0e8ff!important;color:#6d39cf!important;font-size:1.35rem!important;font-weight:900!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(1)::before{content:"★";}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(2)::before{content:"👥";}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(3)::before{content:"💗";background:#ffeaf5!important;color:#e4468d!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(4)::before{content:"💬";background:#eef0ff!important;color:#6751d8!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(5)::before{content:"↗";background:#e9fff2!important;color:#27bb6a!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(6)::before{content:"✏️";background:#fff0e7!important;color:#f06e38!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(7)::before{content:"👥";background:#edf4ff!important;color:#397ee8!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(8)::before{content:"🧾";background:#e9f8ff!important;color:#36a7db!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card span{
  grid-column:2!important;grid-row:1!important;
  font-size:.88rem!important;text-transform:none!important;letter-spacing:0!important;
  color:#5d5573!important;font-weight:800!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card strong{
  grid-column:2!important;grid-row:2!important;
  font-size:1.45rem!important;color:#141126!important;font-weight:950!important;
}
.np-profile-shell--v4893 .np-profile-quicknav--v486{display:none!important;}
.np-profile-shell--v4893 .np-profile-overview-grid--v486,
.np-profile-shell--v4893 .np-account-overview--v4810{
  max-width:none!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  margin:0 0 14px!important;
}
.np-profile-shell--v4893 .np-profile-info-card--v56,
.np-profile-shell--v4893 .np-profile-activity-card--v56,
.np-profile-shell--v4893 .np-profile-bio-panel--v4890{
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 12px 30px rgba(37,24,70,.055)!important;
  padding:24px!important;
  overflow:hidden!important;
}
.np-profile-shell--v4893 .np-profile-activity-card--v56>.np-kicker,
.np-profile-shell--v4893 .np-profile-activity-card--v56>h2,
.np-profile-shell--v4893 .np-profile-activity-card--v56>.np-activity-summary-grid,
.np-profile-shell--v4893 .np-profile-activity-note--v56{display:none!important;}
.np-profile-shell--v4893 .np-kicker{
  display:inline-flex!important;
  width:auto!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  background:#f0e8ff!important;
  color:#683ac9!important;
  font-size:.82rem!important;
  letter-spacing:.045em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
.np-profile-shell--v4893 .np-profile-info-card--v56 h2{font-size:1rem!important;margin:14px 0 12px!important;color:#18142b!important;}
.np-profile-shell--v4893 .np-profile-details-list--v56 li{
  display:grid!important;
  grid-template-columns:minmax(130px,1fr) minmax(0,1fr) auto!important;
  gap:10px!important;
  min-height:47px!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(116,75,214,.10)!important;
}
.np-profile-shell--v4893 .np-profile-details-list--v56 strong{font-size:.92rem!important;color:#63548d!important;}
.np-profile-shell--v4893 .np-profile-details-list--v56 strong::before{
  width:28px!important;height:28px!important;border-radius:999px!important;background:#f0e8ff!important;color:#6d39cf!important;
}
.np-profile-shell--v4893 .np-profile-details-list--v56 span{text-align:right!important;color:#19152d!important;font-size:.92rem!important;font-weight:900!important;}
.np-profile-shell--v4893 .np-profile-row-edit{font-size:.72rem!important;padding:5px 9px!important;background:#f1eaff!important;color:#683ac9!important;}
.np-profile-shell--v4893 .np-profile-bio-panel__head{display:flex!important;align-items:flex-start!important;gap:14px!important;margin-bottom:18px!important;}
.np-profile-shell--v4893 .np-profile-bio-panel__icon{width:50px!important;height:50px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f0e8ff!important;color:#6d39cf!important;font-size:1.55rem!important;}
.np-profile-shell--v4893 .np-profile-bio-panel__head strong{font-size:1.15rem!important;}
.np-profile-shell--v4893 .np-profile-bio-panel__head small{display:block!important;margin-top:5px!important;color:#605676!important;font-size:.92rem!important;line-height:1.35!important;}
.np-profile-shell--v4893 .np-profile-bio-form--v4890 textarea{min-height:122px!important;border-radius:16px!important;border:1px solid rgba(116,75,214,.16)!important;font-size:1rem!important;}
.np-profile-shell--v4893 .np-profile-bio-form__footer .button{min-height:44px!important;border-radius:14px!important;}
.np-profile-shell--v4893 .np-account-action-strip--v4810,
.np-profile-shell--v4893 .np-profile-action-strip--v4893{
  max-width:none!important;
  margin:0 0 16px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.np-profile-shell--v4893 .np-account-action-strip--v4810 .np-action-tile--about{display:none!important;}
.np-profile-shell--v4893 .np-action-tile{
  min-height:72px!important;
  display:flex!important;align-items:center!important;gap:14px!important;
  position:relative!important;
  padding:14px 42px 14px 16px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#fff,#f4efff)!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 10px 26px rgba(37,24,70,.06)!important;
  text-decoration:none!important;
}
.np-profile-shell--v4893 .np-action-tile::after{content:"›";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:2rem;color:#382a58;font-weight:400;}
.np-profile-shell--v4893 .np-action-tile__icon{width:48px!important;height:48px!important;border-radius:14px!important;background:#7040d4!important;color:#fff!important;}
.np-profile-shell--v4893 .np-action-tile--register .np-action-tile__icon{background:#ff793f!important;}
.np-profile-shell--v4893 .np-action-tile--login .np-action-tile__icon{background:#4bb7ed!important;}
.np-profile-shell--v4893 .np-action-tile strong{font-size:1rem!important;color:#171429!important;}
.np-profile-shell--v4893 .np-action-tile em{display:block!important;font-size:.78rem!important;color:#706685!important;font-style:normal!important;margin-top:2px!important;}
.np-profile-shell--v4893 .np-profile-filter-board{
  max-width:none!important;
  margin:0 0 16px!important;
  padding:0!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 12px 30px rgba(37,24,70,.055)!important;
  overflow:hidden!important;
}
.np-profile-shell--v4893 .np-profile-filter-board>.np-section-title{display:block!important;padding:14px 14px 0!important;}
.np-profile-shell--v4893 .np-profile-filter-board>.np-section-title>div:first-child{display:none!important;}
.np-profile-shell--v4893 .np-profile-filter-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;padding:0!important;}
.np-profile-shell--v4893 .np-profile-filter-tabs button{min-height:42px!important;border-radius:999px!important;background:#fff!important;color:#5f5285!important;border:1px solid rgba(116,75,214,.13)!important;box-shadow:none!important;font-size:.9rem!important;}
.np-profile-shell--v4893 .np-profile-filter-tabs button.is-active{background:#6d39cf!important;color:#fff!important;box-shadow:0 10px 22px rgba(109,57,207,.18)!important;}
.np-profile-shell--v4893 .np-profile-filter-panel{padding:10px!important;}
.np-profile-shell--v4893 .np-profile-filter-panel .np-grid-2--balanced,
.np-profile-shell--v4893 .np-profile-filter-panel .np-grid-3--balanced{display:block!important;}
.np-profile-shell--v4893 .np-profile-filter-panel .np-card{
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.np-profile-shell--v4893 .np-profile-filter-panel .np-card h2,
.np-profile-shell--v4893 .np-profile-filter-panel .np-list-item,
.np-profile-shell--v4893 .np-profile-filter-panel .np-comment-card{
  position:relative!important;
  min-height:64px!important;
  margin:0!important;
  padding:13px 44px 13px 74px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:1px solid rgba(116,75,214,.12)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#171429!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.np-profile-shell--v4893 .np-profile-filter-panel .np-card h2{margin-top:0!important;margin-bottom:-1px!important;font-size:1rem!important;}
.np-profile-shell--v4893 .np-profile-filter-panel .np-card h2::before,
.np-profile-shell--v4893 .np-profile-filter-panel .np-list-item::before,
.np-profile-shell--v4893 .np-profile-filter-panel .np-comment-card::before{
  content:"💜";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:#f1eaff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;
}
.np-profile-shell--v4893 .np-profile-filter-panel .np-card h2::after,
.np-profile-shell--v4893 .np-profile-filter-panel .np-list-item::after,
.np-profile-shell--v4893 .np-profile-filter-panel .np-comment-card::after{content:"›";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:2rem;color:#6f6590;}
.np-profile-shell--v4893 .np-profile-filter-panel .np-list,
.np-profile-shell--v4893 .np-profile-filter-panel .np-list--compact{display:grid!important;gap:0!important;margin:0!important;}
.np-profile-shell--v4893 .np-profile-filter-panel p{margin:0 0 8px 74px!important;color:#6b617e!important;}
.np-profile-shell--v4893 .np-profile-activity-board{
  max-width:none!important;
  padding:22px!important;
  margin:0 0 16px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 12px 30px rgba(37,24,70,.055)!important;
}
.np-profile-shell--v4893 .np-profile-activity-board .np-section-title{align-items:start!important;margin-bottom:16px!important;}
.np-profile-shell--v4893 .np-profile-activity-board .np-section-title h2{font-size:1rem!important;margin:0!important;}
.np-profile-shell--v4893 .np-profile-activity-board .np-section-title .np-kicker{background:transparent!important;padding:0!important;color:#171429!important;font-size:1.25rem!important;text-transform:none!important;letter-spacing:0!important;}
.np-profile-shell--v4893 .np-chip-group{gap:8px!important;}
.np-profile-shell--v4893 .np-chip-group .np-chip{min-width:98px!important;justify-content:center!important;border-radius:999px!important;}
.np-profile-shell--v4893 .np-chip-group .np-chip.is-active{background:#6d39cf!important;color:#fff!important;}
.np-profile-shell--v4893 .np-activity-tables__grid--profile{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
.np-profile-shell--v4893 .np-activity-table-card{min-height:130px!important;padding:16px!important;border-radius:14px!important;background:#fff!important;border:1px solid rgba(116,75,214,.12)!important;text-align:center!important;}
.np-profile-shell--v4893 .np-activity-table-card::before{content:"↗";width:46px;height:46px;border-radius:999px;background:#e9fff2;color:#27bb6a;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:1.4rem;font-weight:900;}
.np-profile-shell--v4893 .np-activity-table-card:nth-child(2)::before{content:"💗";background:#ffeaf5;color:#e4468d;}
.np-profile-shell--v4893 .np-activity-table-card:nth-child(3)::before{content:"⭐";background:#fff3ce;color:#d8961e;}
.np-profile-shell--v4893 .np-activity-table-card:nth-child(4)::before{content:"⚡";background:#f0e8ff;color:#6d39cf;}
.np-profile-shell--v4893 .np-activity-table-card h3{font-size:.95rem!important;line-height:1.25!important;margin:0 0 6px!important;color:#171429!important;}
.np-profile-shell--v4893 .np-activity-table{font-size:.88rem!important;color:#6b617e!important;}
.np-profile-shell--v4893 #np-profile-wall{
  max-width:none!important;
  padding:20px!important;
  margin:0 0 16px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 12px 30px rgba(37,24,70,.055)!important;
}
.np-profile-shell--v4893 #np-profile-wall h2{font-size:1.25rem!important;margin:0 0 4px!important;}
.np-profile-shell--v4893 .np-profile-wall-form{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:12px!important;align-items:end!important;margin-top:12px!important;}
.np-profile-shell--v4893 .np-profile-wall-form label,.np-profile-shell--v4893 .np-profile-wall-form .np-muted{grid-column:1 / -1!important;}
.np-profile-shell--v4893 .np-profile-wall-form textarea{min-height:48px!important;border-radius:10px!important;}
.np-profile-shell--v4893 .np-profile-wall-form .button{min-height:48px!important;border-radius:10px!important;background:#6d39cf!important;color:#fff!important;}
.np-profile-shell--v4893 .np-profile-account-grid--v486,
.np-profile-shell--v4893 .np-account-settings-grid--v4810,
.np-profile-shell--v4893 .np-account-writing-grid--v4810,
.np-profile-shell--v4893 .np-account-style-bottom{max-width:none!important;}
.np-profile-shell--v4893 .np-account-settings-grid--v4810,
.np-profile-shell--v4893 .np-profile-account-grid--v486{margin:0 0 16px!important;}
@media (max-width:900px){
  .np-profile-shell--v4893{padding:14px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:138px minmax(0,1fr)!important;padding:22px!important;gap:18px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 160px!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{grid-template-columns:48px minmax(0,1fr)!important;padding:14px!important;min-height:108px!important;}
  .np-profile-shell--v4893 .np-profile-overview-grid--v486,.np-profile-shell--v4893 .np-account-overview--v4810{grid-template-columns:1fr 1fr!important;}
}
@media (max-width:760px){
  .np-profile-shell--v4893{padding:12px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:145px minmax(0,1fr)!important;padding:24px!important;gap:18px!important;border-radius:18px!important;}
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:138px!important;height:138px!important;min-width:138px!important;min-height:138px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 150px!important;gap:12px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:clamp(2.05rem,8vw,3.05rem)!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:145px!important;min-height:108px!important;border-radius:16px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:2.35rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-radius:16px!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{border-right:1px solid rgba(116,75,214,.10)!important;border-bottom:1px solid rgba(116,75,214,.10)!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(2n){border-right:0!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card:nth-child(n+7){border-bottom:0!important;}
  .np-profile-shell--v4893 .np-profile-overview-grid--v486,.np-profile-shell--v4893 .np-account-overview--v4810{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .np-profile-shell--v4893 .np-profile-info-card--v56,.np-profile-shell--v4893 .np-profile-activity-card--v56,.np-profile-shell--v4893 .np-profile-bio-panel--v4890{padding:18px!important;border-radius:14px!important;}
  .np-profile-shell--v4893 .np-profile-details-list--v56 li{grid-template-columns:minmax(112px,.9fr) minmax(0,1fr)!important;}
  .np-profile-shell--v4893 .np-profile-row-edit{grid-column:1 / -1!important;justify-self:end!important;}
  .np-profile-shell--v4893 .np-account-action-strip--v4810,.np-profile-shell--v4893 .np-profile-action-strip--v4893{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .np-profile-shell--v4893 .np-action-tile{padding:12px 34px 12px 12px!important;gap:10px!important;min-height:66px!important;}
  .np-profile-shell--v4893 .np-action-tile__icon{width:42px!important;height:42px!important;}
  .np-profile-shell--v4893 .np-action-tile em{display:none!important;}
  .np-profile-shell--v4893 .np-profile-filter-tabs{grid-template-columns:repeat(5,minmax(120px,1fr))!important;overflow-x:auto!important;}
  .np-profile-shell--v4893 .np-activity-tables__grid--profile{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-profile-shell--v4893 .np-profile-wall-form{grid-template-columns:1fr!important;}
}
@media (max-width:560px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:96px minmax(0,1fr)!important;padding:16px!important;gap:12px!important;}
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;padding:5px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 110px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:2rem!important;letter-spacing:-.04em!important;}
  .np-profile-shell--v4893 .np-profile-status-pill{font-size:.8rem!important;}
  .np-profile-shell--v4893 .np-profile-topline__sub--v56 span{font-size:.8rem!important;padding:5px 8px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:106px!important;min-height:86px!important;padding:12px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.85rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,.np-profile-shell--v4893 .np-profile-actions--v56{grid-column:1 / -1!important;}
  .np-profile-shell--v4893 .np-profile-overview-grid--v486,.np-profile-shell--v4893 .np-account-overview--v4810{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-account-action-strip--v4810,.np-profile-shell--v4893 .np-profile-action-strip--v4893{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-profile-filter-tabs{grid-template-columns:repeat(5,minmax(108px,1fr))!important;}
  .np-profile-shell--v4893 .np-activity-tables__grid--profile{grid-template-columns:1fr!important;}
}


/* ===== v48.94 compact profile hero + real saved profile styles ===== */
.np-profile-shell--v4893{
  max-width:1120px!important;
  padding:14px!important;
}
.np-profile-shell--v4893 .np-profile-hero--v4893{
  margin:0 0 12px!important;
  padding:18px 20px!important;
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  min-height:0!important;
  border-radius:18px!important;
  background:var(--np-profile-style-bg,linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,242,255,.96)))!important;
  box-shadow:0 12px 34px rgba(37,24,70,.08)!important;
}
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"]{
  background:var(--np-profile-style-bg,linear-gradient(135deg,#ffffff,#f4efff))!important;
  color:var(--np-style-ink,#18142b)!important;
}
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"] .np-profile-topline--v486 h1{
  color:var(--np-style-ink,#18142b)!important;
  text-shadow:0 2px 18px rgba(0,0,0,.10)!important;
}
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"] .np-profile-chipline--v486 span,
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"] .np-profile-status-pill,
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"] .np-profile-topline__sub--v56 span,
.np-profile-shell--v4893 .np-profile-hero--v4893[class*="np-profile-style-"] .np-profile-hero-score--v4892{
  background:rgba(255,255,255,.88)!important;
  color:#221b35!important;
  border-color:rgba(255,255,255,.44)!important;
  backdrop-filter:blur(10px)!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
  width:108px!important;
  height:108px!important;
  min-width:108px!important;
  min-height:108px!important;
  padding:6px!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 112px!important;
  gap:10px 16px!important;
  align-items:start!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486 h1{
  margin:5px 0 6px!important;
  font-size:clamp(2rem,3.4vw,3.05rem)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}
.np-profile-shell--v4893 .np-profile-status-pill{
  min-height:26px!important;
  padding:5px 10px!important;
  font-size:.8rem!important;
}
.np-profile-shell--v4893 .np-profile-topline__sub--v56{gap:6px!important;}
.np-profile-shell--v4893 .np-profile-topline__sub--v56 span{
  min-height:26px!important;
  padding:5px 10px!important;
  font-size:.8rem!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892{
  width:108px!important;
  min-height:82px!important;
  padding:12px!important;
  border-radius:16px!important;
  align-self:start!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:2rem!important;}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.82rem!important;}
.np-profile-shell--v4893 .np-profile-actions--v486,
.np-profile-shell--v4893 .np-profile-actions--v56{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  width:auto!important;
  max-width:100%!important;
  margin-top:0!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn,
.np-profile-shell--v4893 .np-profile-actions--v486 .button,
.np-profile-shell--v4893 .np-profile-actions--v56 .button,
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{
  width:auto!important;
  min-width:0!important;
  min-height:34px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  font-size:.82rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  box-shadow:0 8px 18px rgba(73,42,142,.13)!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn{
  background:#ffe59a!important;
  color:#67460d!important;
  border:1px solid rgba(214,159,28,.22)!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn .np-fav-btn__star,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn .np-fav-btn__star{font-size:.88rem!important;margin-right:5px!important;}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{
  background:linear-gradient(135deg,#6934c6,#7848db)!important;
  color:#fff!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button::before,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button::before{margin-right:5px!important;font-size:.9rem!important;}
.np-profile-shell--v4893 .np-profile-chipline--v486{
  gap:6px!important;
  margin:8px 0 0!important;
}
.np-profile-shell--v4893 .np-profile-chipline--v486 span{
  min-height:26px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  font-size:.78rem!important;
}
.np-profile-shell--v4893 .np-profile-story-card--v486{margin-top:8px!important;}
.np-profile-shell--v4893 .np-profile-thought--v56{padding:10px 12px!important;margin:8px 0!important;border-radius:13px!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893{
  margin:10px 0 12px!important;
  border-radius:18px!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{
  min-height:82px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:10px!important;
  padding:12px 14px!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card::before{
  width:36px!important;
  height:36px!important;
  font-size:1.05rem!important;
}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card span{font-size:.78rem!important;line-height:1.2!important;}
.np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card strong{font-size:1.18rem!important;line-height:1.1!important;}
.np-profile-shell--v4893 .np-profile-overview-grid--v486,
.np-profile-shell--v4893 .np-account-overview--v4810{gap:12px!important;margin-bottom:12px!important;}
.np-profile-shell--v4893 .np-profile-info-card--v56,
.np-profile-shell--v4893 .np-profile-activity-card--v56,
.np-profile-shell--v4893 .np-profile-bio-panel--v4890{padding:18px!important;}
.np-profile-shell--v4893 .np-profile-details-list--v56 li{min-height:40px!important;padding:8px 0!important;}
.np-profile-shell--v4893 .np-account-action-strip--v4810,
.np-profile-shell--v4893 .np-profile-action-strip--v4893{gap:10px!important;margin-bottom:12px!important;}
.np-profile-shell--v4893 .np-action-tile{min-height:62px!important;padding:12px 36px 12px 14px!important;}
.np-profile-shell--v4893 .np-action-tile__icon{width:40px!important;height:40px!important;font-size:1.15rem!important;}
@media (max-width:900px){
  .np-profile-shell--v4893{padding:12px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:102px minmax(0,1fr)!important;padding:16px!important;gap:14px!important;}
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 96px!important;gap:8px 12px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:96px!important;min-height:74px!important;padding:10px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.75rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{min-height:78px!important;}
}
@media (max-width:760px){
  .np-profile-shell--v4893{padding:10px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:88px minmax(0,1fr)!important;padding:14px!important;gap:12px!important;border-radius:16px!important;}
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:84px!important;height:84px!important;min-width:84px!important;min-height:84px!important;padding:5px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 86px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:clamp(1.65rem,7vw,2.15rem)!important;margin:4px 0!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:86px!important;min-height:68px!important;border-radius:14px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.48rem!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.74rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{grid-column:1 / -1!important;gap:6px!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v486 .button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .button,
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{min-height:32px!important;padding:6px 10px!important;font-size:.78rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{min-height:72px!important;grid-template-columns:34px minmax(0,1fr)!important;padding:10px!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card::before{width:30px!important;height:30px!important;font-size:.92rem!important;}
}
@media (max-width:560px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{grid-template-columns:76px minmax(0,1fr)!important;}
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:auto!important;min-height:54px!important;flex-direction:row!important;gap:6px!important;justify-content:flex-start!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{justify-content:flex-start!important;}
}


/* ===== v48.95 profile responsive compatibility for tablet/mobile ===== */
.np-profile-shell--v4893,
.np-profile-shell--v4893 *{box-sizing:border-box!important;}
.np-profile-shell--v4893{width:min(100%,1120px)!important;}
.np-profile-shell--v4893 .np-profile-hero--v4893{width:100%!important;max-width:100%!important;}
.np-profile-shell--v4893 .np-profile-hero__main--v486,
.np-profile-shell--v4893 .np-profile-topline__text,
.np-profile-shell--v4893 .np-profile-topline--v486,
.np-profile-shell--v4893 .np-profile-meta--v4893,
.np-profile-shell--v4893 .np-profile-details-list--v56 span{min-width:0!important;}
.np-profile-shell--v4893 .np-profile-topline--v486 h1,
.np-profile-shell--v4893 .np-profile-details-list--v56 span,
.np-profile-shell--v4893 .np-profile-thought--v56 p,
.np-profile-shell--v4893 .np-profile-bio-panel--v4890,
.np-profile-shell--v4893 .np-profile-wall,
.np-profile-shell--v4893 .np-profile-filter-board{overflow-wrap:anywhere!important;word-break:normal!important;}
.np-profile-shell--v4893 img,
.np-profile-shell--v4893 video,
.np-profile-shell--v4893 iframe{max-width:100%!important;}
.np-profile-shell--v4893 .np-profile-actions--v486 .button,
.np-profile-shell--v4893 .np-profile-actions--v56 .button,
.np-profile-shell--v4893 .np-profile-actions--v486 button,
.np-profile-shell--v4893 .np-profile-actions--v56 button{white-space:nowrap!important;}
.np-profile-shell--v4893 .np-profile-quicknav--v486,
.np-profile-shell--v4893 .np-profile-filter-tabs{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;}
.np-profile-shell--v4893 .np-profile-quicknav--v486 a,
.np-profile-shell--v4893 .np-profile-filter-tabs button{white-space:nowrap!important;flex:0 0 auto!important;}

@media (min-width:761px) and (max-width:1100px){
  .np-profile-shell--v4893{padding:12px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:14px!important;
    padding:16px!important;
    border-radius:18px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
    width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;padding:5px!important;
  }
  .np-profile-shell--v4893 .np-profile-topline--v486{
    grid-template-columns:minmax(0,1fr) 92px!important;
    gap:8px 12px!important;
    align-items:start!important;
  }
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{
    font-size:clamp(1.9rem,4vw,2.55rem)!important;
    letter-spacing:-.04em!important;
    margin:4px 0 6px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{
    width:92px!important;min-height:68px!important;padding:9px!important;border-radius:14px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.55rem!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.72rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{
    display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:2px!important;justify-content:flex-start!important;
  }
  .np-profile-shell--v4893 .np-profile-actions--v486 .button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .button,
  .np-profile-shell--v4893 .np-profile-actions--v486 button,
  .np-profile-shell--v4893 .np-profile-actions--v56 button{
    min-height:32px!important;padding:6px 11px!important;font-size:.78rem!important;border-radius:999px!important;
  }
  .np-profile-shell--v4893 .np-profile-chipline--v486{display:flex!important;flex-wrap:wrap!important;gap:6px!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893{grid-template-columns:repeat(4,minmax(0,1fr))!important;border-radius:16px!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{
    min-height:72px!important;grid-template-columns:32px minmax(0,1fr)!important;padding:10px!important;column-gap:8px!important;
  }
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card::before{width:30px!important;height:30px!important;font-size:.9rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card strong{font-size:1.05rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card span{font-size:.72rem!important;}
  .np-profile-shell--v4893 .np-profile-overview-grid--v486,
  .np-profile-shell--v4893 .np-account-overview--v4810{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .np-profile-shell--v4893 .np-account-action-strip--v4810,
  .np-profile-shell--v4893 .np-profile-action-strip--v4893{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;}
  .np-profile-shell--v4893 .np-profile-filter-tabs{display:flex!important;gap:8px!important;padding-bottom:4px!important;}
}

@media (max-width:760px){
  .np-profile-shell--v4893{padding:8px!important;margin:0 auto!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:78px minmax(0,1fr)!important;
    gap:10px!important;
    padding:12px!important;
    align-items:start!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
    width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;padding:4px!important;align-self:start!important;justify-self:start!important;
  }
  .np-profile-shell--v4893 .np-profile-topline--v486{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 74px!important;
    gap:6px 8px!important;
    align-items:start!important;
  }
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{
    font-size:clamp(1.35rem,7.2vw,2rem)!important;
    line-height:1.03!important;
    letter-spacing:-.035em!important;
    margin:3px 0 4px!important;
    max-width:100%!important;
  }
  .np-profile-shell--v4893 .np-profile-status-pill{
    min-height:22px!important;padding:4px 8px!important;font-size:.7rem!important;max-width:100%!important;
  }
  .np-profile-shell--v4893 .np-profile-status-pill i{width:8px!important;height:8px!important;box-shadow:0 0 0 4px rgba(65,217,130,.14)!important;}
  .np-profile-shell--v4893 .np-profile-topline__sub--v56{gap:5px!important;}
  .np-profile-shell--v4893 .np-profile-topline__sub--v56 span{
    min-height:22px!important;padding:4px 7px!important;font-size:.69rem!important;max-width:100%!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{
    width:74px!important;min-height:52px!important;padding:7px!important;border-radius:12px!important;align-self:start!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.18rem!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.62rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;
    gap:7px!important;
    width:100%!important;
    margin-top:4px!important;
  }
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v486 .button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .button,
  .np-profile-shell--v4893 .np-profile-actions--v486 button,
  .np-profile-shell--v4893 .np-profile-actions--v56 button,
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{
    width:100%!important;min-height:34px!important;padding:7px 8px!important;font-size:.76rem!important;border-radius:999px!important;justify-content:center!important;text-align:center!important;
  }
  .np-profile-shell--v4893 .np-profile-chipline--v486{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin:6px 0 0!important;}
  .np-profile-shell--v4893 .np-profile-chipline--v486 span{min-height:22px!important;padding:4px 7px!important;font-size:.68rem!important;}
  .np-profile-shell--v4893 .np-profile-story-card--v486{grid-column:1 / -1!important;margin-top:6px!important;}
  .np-profile-shell--v4893 .np-profile-thought--v56{padding:8px 10px!important;font-size:.82rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893{
    grid-column:1 / -1!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin:8px 0 4px!important;
    border-radius:14px!important;
  }
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{
    min-height:60px!important;
    grid-template-columns:28px minmax(0,1fr)!important;
    padding:8px!important;
    column-gap:7px!important;
  }
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card::before{width:26px!important;height:26px!important;font-size:.78rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card strong{font-size:.98rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card span{font-size:.66rem!important;line-height:1.15!important;}
  .np-profile-shell--v4893 .np-profile-quicknav--v486{display:flex!important;gap:7px!important;padding:8px!important;margin:8px 0!important;justify-content:flex-start!important;}
  .np-profile-shell--v4893 .np-profile-quicknav--v486 a{padding:7px 12px!important;font-size:.78rem!important;border-radius:999px!important;}
  .np-profile-shell--v4893 .np-profile-overview-grid--v486,
  .np-profile-shell--v4893 .np-account-overview--v4810,
  .np-profile-shell--v4893 .np-profile-account-grid--v486{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:10px!important;}
  .np-profile-shell--v4893 .np-profile-info-card--v56,
  .np-profile-shell--v4893 .np-profile-activity-card--v56,
  .np-profile-shell--v4893 .np-profile-bio-panel--v4890,
  .np-profile-shell--v4893 .np-profile-personal-card,
  .np-profile-shell--v4893 .np-profile-account-grid--v486 .np-card,
  .np-profile-shell--v4893 .np-profile-filter-board,
  .np-profile-shell--v4893 .np-profile-activity-board,
  .np-profile-shell--v4893 .np-profile-wall{padding:14px!important;border-radius:16px!important;}
  .np-profile-shell--v4893 .np-profile-details-list--v56 li{
    grid-template-columns:minmax(88px,.86fr) minmax(0,1fr)!important;
    gap:8px!important;
    min-height:36px!important;
    padding:7px 0!important;
  }
  .np-profile-shell--v4893 .np-profile-details-list--v56 strong,
  .np-profile-shell--v4893 .np-profile-details-list--v56 span{font-size:.8rem!important;}
  .np-profile-shell--v4893 .np-profile-row-edit{grid-column:1 / -1!important;justify-self:start!important;font-size:.72rem!important;padding:5px 9px!important;margin-top:0!important;}
  .np-profile-shell--v4893 .np-account-action-strip--v4810,
  .np-profile-shell--v4893 .np-profile-action-strip--v4893{grid-template-columns:1fr!important;gap:8px!important;margin-bottom:10px!important;}
  .np-profile-shell--v4893 .np-action-tile{min-height:54px!important;padding:10px 34px 10px 12px!important;border-radius:14px!important;}
  .np-profile-shell--v4893 .np-action-tile__icon{width:34px!important;height:34px!important;font-size:1rem!important;}
  .np-profile-shell--v4893 .np-profile-filter-tabs{display:flex!important;gap:7px!important;padding:4px 0 8px!important;margin-bottom:8px!important;}
  .np-profile-shell--v4893 .np-profile-filter-tabs button{min-height:32px!important;padding:6px 12px!important;font-size:.78rem!important;border-radius:999px!important;}
  .np-profile-shell--v4893 .np-activity-tables__grid--profile,
  .np-profile-shell--v4893 .np-profile-activity-grid{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-profile-wall-form{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .np-profile-shell--v4893 textarea,
  .np-profile-shell--v4893 input[type="text"],
  .np-profile-shell--v4893 input[type="email"],
  .np-profile-shell--v4893 input[type="password"],
  .np-profile-shell--v4893 input[type="date"],
  .np-profile-shell--v4893 select{max-width:100%!important;}
}

@media (max-width:430px){
  .np-profile-shell--v4893{padding:6px!important;}
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:64px minmax(0,1fr)!important;
    padding:10px!important;
    gap:8px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;padding:3px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:1fr!important;gap:5px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{
    width:100%!important;min-height:40px!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;gap:6px!important;padding:7px 9px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-profile-meta--v4893 .np-stat-card{min-height:56px!important;padding:7px!important;}
  .np-profile-shell--v4893 .np-profile-details-list--v56 li{grid-template-columns:1fr!important;}
  .np-profile-shell--v4893 .np-profile-details-list--v56 span{text-align:left!important;}
}


/* ===== v48.97: My profile reuses public profile layout with inline edit controls ===== */
body.np-page-moj-profil .np-profile-shell--v4893{
  max-width: min(1380px, calc(100vw - 28px));
  margin-inline:auto;
}
body.np-page-moj-profil .np-profile-shell--v4893 > .np-notice{
  margin:0 0 12px;
}
body.np-page-moj-profil .np-profile-row-edit{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(123,70,228,.10);
  border:1px solid rgba(123,70,228,.22);
  color:#6436c9!important;
  font-weight:900;
  font-size:.78rem;
  text-decoration:none!important;
  white-space:nowrap;
}
body.np-page-moj-profil .np-profile-row-edit:hover{
  background:#7b46e4;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(123,70,228,.22);
}
body.np-page-moj-profil .np-profile-details-list--v56 li{
  grid-template-columns:minmax(92px,.8fr) minmax(0,1.25fr) auto;
  align-items:center;
  gap:10px;
}
body.np-page-moj-profil .np-profile-design-card--inline{
  scroll-margin-top:110px;
}
body.np-page-moj-profil .np-profile-design-card--inline .np-profile-style-picker{
  grid-template-columns:repeat(auto-fit,minmax(132px,1fr));
}
body.np-page-moj-profil .np-profile-quicknav--v486 a[href="#np-account-profile-style"]{
  display:inline-flex;
}
@media (max-width: 760px){
  body.np-page-moj-profil .np-profile-details-list--v56 li{
    grid-template-columns:1fr auto;
  }
  body.np-page-moj-profil .np-profile-details-list--v56 li strong{
    grid-column:1 / -1;
  }
  body.np-page-moj-profil .np-profile-row-edit{
    min-height:26px;
    padding:4px 9px;
    font-size:.72rem;
  }
}

/* ===== v48.97: My profile edit panels are opened only via Zmeniť buttons ===== */
body.np-page-moj-profil .np-profile-edit-panels{
  display:block!important;
  margin:0!important;
  padding:0!important;
}
body.np-page-moj-profil .np-profile-edit-panel{
  display:none!important;
  margin:14px 0!important;
  scroll-margin-top:110px!important;
  border:1px solid rgba(123,70,228,.18)!important;
  box-shadow:0 18px 48px rgba(80,54,130,.10)!important;
}
body.np-page-moj-profil .np-profile-edit-panel:target{
  display:block!important;
  animation:npProfileEditPanelIn .22s ease-out both;
}
body.np-page-moj-profil .np-profile-edit-panel__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
}
body.np-page-moj-profil .np-profile-edit-panel__head h2{
  margin:0!important;
}
body.np-page-moj-profil .np-profile-edit-panel__close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(123,70,228,.18);
  color:#5f3cc5!important;
  font-weight:900;
  font-size:.78rem;
  text-decoration:none!important;
  white-space:nowrap;
}
body.np-page-moj-profil .np-profile-edit-panel__close:hover{
  background:#7b46e4;
  color:#fff!important;
}
body.np-page-moj-profil .np-profile-row-edit--inline{
  margin-top:8px;
}
@keyframes npProfileEditPanelIn{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}
@media (max-width:760px){
  body.np-page-moj-profil .np-profile-edit-panel{
    margin:10px 0!important;
    scroll-margin-top:84px!important;
  }
  body.np-page-moj-profil .np-profile-edit-panel__head{
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }
  body.np-page-moj-profil .np-profile-edit-panel__close{
    width:max-content;
  }
}

/* ===== v48.98: cleaner profile hero, avatar upload in my profile, no duplicate points ===== */
.np-profile-shell--v4893 .np-profile-hero--v4893{
  position:relative!important;
  display:grid!important;
  grid-template-columns:116px minmax(0,1fr)!important;
  align-items:start!important;
  gap:16px!important;
  padding:16px 18px!important;
  min-height:0!important;
  overflow:visible!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486{
  position:relative!important;
  z-index:3!important;
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
  justify-self:center!important;
  margin:0!important;
  transform:none!important;
  width:108px!important;
  height:108px!important;
  min-width:108px!important;
  min-height:108px!important;
  padding:6px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 14px 34px rgba(25,18,52,.16)!important;
}
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  border-radius:999px!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
.np-profile-shell--v4893 .np-profile-avatar-upload input[type="file"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.np-profile-shell--v4893 .np-profile-avatar-upload-hint{
  position:absolute!important;
  left:50%!important;
  bottom:8px!important;
  transform:translateX(-50%)!important;
  display:inline-flex!important;
  max-width:88%!important;
  padding:4px 7px!important;
  border-radius:999px!important;
  background:rgba(109,57,207,.92)!important;
  color:#fff!important;
  font-size:.62rem!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 8px 18px rgba(72,38,141,.24)!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img.avatar,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 .avatar{
  width:100%!important;
  height:100%!important;
  border-radius:999px!important;
  object-fit:cover!important;
  display:block!important;
  border:0!important;
  box-shadow:none!important;
}
.np-profile-shell--v4893 .np-profile-hero__main--v486{
  grid-column:2!important;
  grid-row:1!important;
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  gap:10px!important;
  min-width:0!important;
  width:100%!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 104px!important;
  align-items:start!important;
  gap:10px 14px!important;
  min-width:0!important;
}
.np-profile-shell--v4893 .np-profile-topline__sub--v56,
.np-profile-shell--v4893 .np-profile-chipline--v486{
  display:none!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486 h1{
  margin:6px 0 0!important;
  font-size:clamp(2rem,3.2vw,3rem)!important;
  line-height:1!important;
  overflow-wrap:anywhere!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892{
  grid-column:2!important;
  grid-row:1!important;
  width:104px!important;
  min-height:72px!important;
  padding:10px!important;
  border-radius:15px!important;
  align-self:start!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.78rem!important;}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.76rem!important;}
.np-profile-shell--v4893 .np-profile-actions--v486,
.np-profile-shell--v4893 .np-profile-actions--v56{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
}
.np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn,
.np-profile-shell--v4893 .np-profile-actions--v486 .button,
.np-profile-shell--v4893 .np-profile-actions--v56 .button,
.np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
.np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{
  min-height:32px!important;
  padding:6px 11px!important;
  font-size:.8rem!important;
  border-radius:999px!important;
}
.np-profile-shell--v4893 .np-profile-story-card--v486,
body.np-page-moj-profil .np-profile-story-card--v56{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
  max-width:680px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.np-profile-shell--v4893 .np-profile-thought--v56{
  display:grid!important;
  gap:6px!important;
  width:100%!important;
  margin:0!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.22)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24)!important;
  color:inherit!important;
  overflow-wrap:anywhere!important;
}
.np-profile-shell--v4893 .np-profile-thought--v56 strong,
.np-profile-shell--v4893 .np-profile-thought--v56 p{
  margin:0!important;
  color:inherit!important;
  line-height:1.35!important;
}
.np-profile-shell--v4893 .np-profile-thought--v56 .np-profile-row-edit--inline{
  justify-self:start!important;
  margin-top:2px!important;
}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(1)::before{content:"👥"!important;background:#f0e8ff!important;color:#6d39cf!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(2)::before{content:"💗"!important;background:#ffeaf5!important;color:#e4468d!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(3)::before{content:"💬"!important;background:#eef0ff!important;color:#6751d8!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(4)::before{content:"↗"!important;background:#e9fff2!important;color:#27bb6a!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(5)::before{content:"✏️"!important;background:#fff0e7!important;color:#f06e38!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(6)::before{content:"👥"!important;background:#edf4ff!important;color:#397ee8!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(7)::before{content:"🧾"!important;background:#e9f8ff!important;color:#36a7db!important;}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(4n),
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(n+5){
  border-right:1px solid rgba(116,75,214,.10)!important;
  border-bottom:0!important;
}
.np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(7){border-right:0!important;}

@media (max-width: 980px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:96px minmax(0,1fr)!important;
    padding:14px!important;
    gap:12px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486{
    width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;padding:5px!important;
  }
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 88px!important;gap:8px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:88px!important;min-height:62px!important;padding:8px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.38rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--no-points-dup{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card:nth-child(4){border-right:0!important;}
}
@media (max-width: 620px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:74px minmax(0,1fr)!important;
    padding:12px!important;
    gap:10px!important;
    border-radius:16px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486{
    width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;padding:4px!important;
  }
  .np-profile-shell--v4893 .np-profile-avatar-upload-hint{font-size:.54rem!important;bottom:5px!important;padding:3px 5px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:1fr!important;gap:6px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:clamp(1.55rem,8vw,2.15rem)!important;margin-top:4px!important;}
  .np-profile-shell--v4893 .np-profile-status-pill{font-size:.72rem!important;min-height:24px!important;padding:4px 8px!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{
    width:100%!important;min-height:40px!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;gap:6px!important;padding:7px 9px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1rem!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.66rem!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486,
  .np-profile-shell--v4893 .np-profile-actions--v56{gap:6px!important;}
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-fav-btn,
  .np-profile-shell--v4893 .np-profile-actions--v486 .button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .button,
  .np-profile-shell--v4893 .np-profile-actions--v486 .np-profile-message-button,
  .np-profile-shell--v4893 .np-profile-actions--v56 .np-profile-message-button{font-size:.72rem!important;padding:6px 9px!important;min-height:30px!important;}
  .np-profile-shell--v4893 .np-profile-story-card--v486,
  body.np-page-moj-profil .np-profile-story-card--v56{grid-column:1 / -1!important;max-width:100%!important;}
  .np-profile-shell--v4893 .np-profile-thought--v56{padding:10px 11px!important;border-radius:14px!important;font-size:.86rem!important;}
  .np-profile-shell--v4893 .np-profile-meta--no-points-dup{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card{min-height:60px!important;grid-template-columns:30px minmax(0,1fr)!important;padding:8px!important;}
  .np-profile-shell--v4893 .np-profile-meta--no-points-dup .np-stat-card::before{width:28px!important;height:28px!important;font-size:.78rem!important;}
}

/* ===== v48.99: profile hero avatar/name overlap fix ===== */
.np-profile-shell--v4893 .np-profile-hero--v4893{
  grid-template-columns:136px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
  overflow:visible!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
  box-sizing:border-box!important;
  width:96px!important;
  height:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  min-height:96px!important;
  max-height:96px!important;
  padding:5px!important;
  border-radius:999px!important;
  justify-self:center!important;
  align-self:start!important;
  margin:0!important;
  transform:none!important;
  overflow:hidden!important;
  flex:0 0 96px!important;
}
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
  padding:0!important;
  display:block!important;
}
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-hero__avatar--v486 img.avatar,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 img,
.np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486 .avatar{
  box-sizing:border-box!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0!important;
  max-height:100%!important;
  border-radius:999px!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  margin:0!important;
}
.np-profile-shell--v4893 .np-profile-hero__main--v486{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486{
  grid-template-columns:minmax(0,1fr) 96px!important;
  gap:9px 14px!important;
  min-width:0!important;
  width:100%!important;
}
.np-profile-shell--v4893 .np-profile-topline__text{
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
}
.np-profile-shell--v4893 .np-profile-topline--v486 h1{
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
  margin:5px 0 3px!important;
  font-size:clamp(1.85rem,3.1vw,2.75rem)!important;
  line-height:1.02!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892{
  width:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  min-height:64px!important;
  padding:8px!important;
  border-radius:14px!important;
}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 strong{font-size:1.52rem!important;line-height:1!important;}
.np-profile-shell--v4893 .np-profile-hero-score--v4892 span{font-size:.68rem!important;line-height:1.1!important;}

@media (min-width:761px) and (max-width:1100px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
    width:84px!important;height:84px!important;min-width:84px!important;max-width:84px!important;min-height:84px!important;max-height:84px!important;flex-basis:84px!important;padding:4px!important;
  }
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{padding:0!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:minmax(0,1fr) 82px!important;gap:8px 10px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:clamp(1.55rem,3.5vw,2.2rem)!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:82px!important;min-width:82px!important;max-width:82px!important;min-height:58px!important;padding:7px!important;}
}
@media (max-width:620px){
  .np-profile-shell--v4893 .np-profile-hero--v4893{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:12px!important;
  }
  .np-profile-shell--v4893 .np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486,
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{
    grid-column:1!important;
    grid-row:auto!important;
    justify-self:start!important;
    width:78px!important;height:78px!important;min-width:78px!important;max-width:78px!important;min-height:78px!important;max-height:78px!important;flex-basis:78px!important;padding:4px!important;
  }
  .np-profile-shell--v4893 .np-profile-avatar-upload.np-profile-hero__avatar--v486>label{padding:0!important;}
  .np-profile-shell--v4893 .np-profile-hero__main--v486{grid-column:1!important;grid-row:auto!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486{grid-template-columns:1fr!important;gap:7px!important;}
  .np-profile-shell--v4893 .np-profile-topline--v486 h1{font-size:clamp(1.55rem,8vw,2.05rem)!important;margin:2px 0!important;}
  .np-profile-shell--v4893 .np-profile-hero-score--v4892{width:100%!important;min-width:0!important;max-width:100%!important;min-height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;}
}


/* ===== v49.00 profile avatar lightbox ===== */
.np-avatar-lightbox-trigger{
  cursor:zoom-in!important;
}
button.np-avatar-lightbox-trigger,
button.np-profile-hero__avatar.np-avatar-lightbox-trigger{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  font:inherit!important;
  color:inherit!important;
  text-align:inherit!important;
}
.np-member-avatar.np-avatar-lightbox-trigger{
  position:relative;
}
.np-member-avatar.np-avatar-lightbox-trigger::after,
button.np-profile-hero__avatar.np-avatar-lightbox-trigger::after{
  content:"🔍";
  position:absolute;
  right:4px;
  bottom:4px;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#6f3fd6;
  font-size:.78rem;
  line-height:1;
  box-shadow:0 8px 22px rgba(42,27,76,.20);
  opacity:.0;
  transform:translateY(4px) scale(.96);
  transition:opacity .18s ease,transform .18s ease;
  pointer-events:none;
  z-index:4;
}
.np-member-avatar.np-avatar-lightbox-trigger:hover::after,
.np-member-avatar.np-avatar-lightbox-trigger:focus-visible::after,
button.np-profile-hero__avatar.np-avatar-lightbox-trigger:hover::after,
button.np-profile-hero__avatar.np-avatar-lightbox-trigger:focus-visible::after{
  opacity:1;
  transform:translateY(0) scale(1);
}
.np-avatar-modal-open{
  overflow:hidden;
}
.np-avatar-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(18px,4vw,48px);
  background:rgba(18,12,31,.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}
.np-avatar-lightbox.is-open{
  opacity:1;
  pointer-events:auto;
}
.np-avatar-lightbox__dialog{
  position:relative;
  display:grid;
  gap:16px;
  justify-items:center;
  max-width:min(92vw,720px);
  transform:translateY(8px) scale(.98);
  transition:transform .18s ease;
}
.np-avatar-lightbox.is-open .np-avatar-lightbox__dialog{
  transform:translateY(0) scale(1);
}
.np-avatar-lightbox__image-wrap{
  width:min(78vw,560px);
  height:min(78vw,560px);
  max-height:78vh;
  max-width:78vh;
  border-radius:999px;
  padding:10px;
  background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(242,235,255,.82));
  box-shadow:0 34px 90px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.50) inset;
}
.np-avatar-lightbox__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:999px;
  background:#f5f1ff;
}
.np-avatar-lightbox__caption{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:min(80vw,520px);
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#281d43;
  font-weight:900;
  text-align:center;
  box-shadow:0 14px 34px rgba(18,12,31,.18);
}
.np-avatar-lightbox__close{
  position:absolute;
  top:-10px;
  right:-10px;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#5f34c8;
  font-size:1.35rem;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 14px 36px rgba(18,12,31,.26);
}
.np-avatar-lightbox__close:hover,
.np-avatar-lightbox__close:focus-visible{
  transform:translateY(-1px);
  outline:3px solid rgba(126,75,230,.22);
}
@media(max-width:760px){
  .np-avatar-lightbox{padding:18px;align-items:center;}
  .np-avatar-lightbox__image-wrap{width:min(84vw,420px);height:min(84vw,420px);padding:8px;}
  .np-avatar-lightbox__close{top:-6px;right:-6px;width:40px;height:40px;}
  .np-member-avatar.np-avatar-lightbox-trigger::after,
  button.np-profile-hero__avatar.np-avatar-lightbox-trigger::after{opacity:1;transform:none;width:24px;height:24px;font-size:.68rem;}
}


/* ===== v49.01 safer public nicknames ===== */
.np-register-form .np-field small { line-height: 1.35; }


/* ===== v49.02: top users safe nickname fix ===== */
.np-top-user-card__body h3 a { word-break: break-word; overflow-wrap: anywhere; }


/* ===== v49.04 profile bio save, poll confirmation, reply visibility ===== */
.np-poll-confirm-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}
.np-poll-confirm-status{font-weight:800;color:var(--np-muted);font-size:.92rem}
.np-poll-confirm-status.is-error{color:#9f1d1d}
.np-poll-confirm-section .np-field textarea,.np-poll-confirm-section .np-field input{color:var(--np-brand-3)}
.comment-list .children{margin:14px 0 0 46px;padding-left:18px;border-left:3px solid rgba(123,70,228,.22)}
.np-comment-item--reply>.np-comment-body-custom,.comment-list .children .np-comment-body-custom{background:linear-gradient(180deg,rgba(246,241,255,.92),rgba(255,255,255,.96));border-color:rgba(123,70,228,.20)}
.np-comment-reply-context{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:0 0 8px;padding:6px 10px;border-radius:999px;background:rgba(123,70,228,.10);color:var(--np-brand-3);font-weight:900;font-size:.84rem}
.np-comment-actions-row .np-comment-edit-link,.np-comment-actions-row .np-comment-delete-link,.np-post-owner-actions .np-post-edit-link,.np-post-owner-actions .np-post-delete-link,.np-forum-thread__footer .np-post-edit-link,.np-forum-thread__footer .np-post-delete-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;background:rgba(123,70,228,.10);color:var(--np-brand-3);font-weight:900;text-decoration:none;border:1px solid rgba(123,70,228,.16)}
.np-comment-actions-row .np-comment-delete-link,.np-post-owner-actions .np-post-delete-link,.np-forum-thread__footer .np-post-delete-link{background:rgba(179,42,42,.10);color:#9f1d1d;border-color:rgba(179,42,42,.18)}
@media (max-width:760px){.comment-list .children{margin-left:16px;padding-left:12px}.np-comment-reply-context{font-size:.8rem;white-space:normal}.np-poll-confirm-actions{align-items:stretch}.np-poll-confirm-actions .button{width:100%}}


/* ===== v49.05: show colorful profile style picker again in My profile ===== */
body.np-page-moj-profil .np-profile-edit-panel--style,
body.np-page-moj-profil .np-profile-edit-panel--style.np-profile-edit-panel--always-open{
  display:block!important;
  margin:16px 0!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-edit-panel__close{
  display:none!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-edit-panel__head{
  margin-bottom:10px!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-design-form{
  display:grid!important;
  gap:12px!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-picker{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(136px,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-option{
  min-width:0!important;
  flex-basis:auto!important;
  width:100%!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-swatch{
  height:74px!important;
}
body.np-page-moj-profil .np-profile-edit-panel--style button[type=submit]{
  justify-self:start!important;
}
@media (max-width:760px){
  body.np-page-moj-profil .np-profile-edit-panel--style,
  body.np-page-moj-profil .np-profile-edit-panel--style.np-profile-edit-panel--always-open{
    margin:12px 0!important;
  }
  body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-picker{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-swatch{
    height:62px!important;
  }
}
@media (max-width:420px){
  body.np-page-moj-profil .np-profile-edit-panel--style .np-profile-style-picker{
    grid-template-columns:1fr!important;
  }
}


/* ===== v49.06: community time, magazine action contrast, profile style visibility, pagination contrast ===== */
/* Komunita: čas poslednej aktivity menší a bez tučného písma. */
.np-members-page .np-member-last-seen,
.np-members-page .np-member-card--themed .np-member-last-seen{
  font-size:.49rem!important;
  line-height:1.25!important;
  font-weight:400!important;
  letter-spacing:.005em!important;
  color:#dc2626!important;
  text-shadow:none!important;
}

/* Homepage: prvé bočné tlačidlo pri magazíne nesmie mať nečitateľný biely text na svetlom stave. */
.np-home-mag-actions-layout .np-home-actions__grid--side .np-action-tile:first-child strong,
.np-home-mag-actions-layout .np-home-actions__grid--side .np-action-tile:first-child span:not(.np-action-tile__icon),
.np-home-mag-actions-layout .np-home-actions__grid--side .np-action-tile--topic strong,
.np-home-mag-actions-layout .np-home-actions__grid--side .np-action-tile--topic span:not(.np-action-tile__icon){
  color:#211937!important;
  text-shadow:none!important;
}
.np-home-mag-actions-layout .np-home-actions__grid--side .np-action-tile:first-child{
  background:linear-gradient(180deg,#fff,#f6f1ff)!important;
  border-color:rgba(123,70,228,.14)!important;
}

/* Môj profil: výber štýlu profilu musí byť viditeľný a ľahko nájditeľný. */
body.np-page-moj-profil #np-account-profile-style{
  display:block!important;
  scroll-margin-top:120px!important;
}
body.np-page-moj-profil .np-action-tile--style{
  background:linear-gradient(135deg,#fff 0%,#f1e9ff 100%)!important;
  border-color:rgba(123,70,228,.22)!important;
}
body.np-page-moj-profil .np-action-tile--style strong{color:#2b2440!important;}
body.np-page-moj-profil .np-action-tile--style em{color:#6f5f8d!important;}
body.np-page-moj-profil .np-action-tile--style .np-action-tile__icon{
  background:linear-gradient(135deg,rgba(123,70,228,.16),rgba(216,180,254,.28))!important;
}

/* Stránkovanie: pri kliknutí/hover/focus ostáva text čitateľný fialový. */
.np-pagination a.page-numbers,
.np-pagination a.page-numbers:visited,
.np-pagination .page-numbers a,
.np-pagination .page-numbers a:visited,
.np-feed-pager .button.is-light,
.np-feed-pager .button.is-light:visited,
.np-comments-pagination a.page-numbers,
.np-comments-pagination a.page-numbers:visited{
  color:#5b21b6!important;
}
.np-pagination a.page-numbers:hover,
.np-pagination a.page-numbers:focus,
.np-pagination .page-numbers a:hover,
.np-pagination .page-numbers a:focus,
.np-feed-pager .button.is-light:hover,
.np-feed-pager .button.is-light:focus,
.np-comments-pagination a.page-numbers:hover,
.np-comments-pagination a.page-numbers:focus{
  color:#5b21b6!important;
  background:#fff!important;
  border-color:rgba(123,70,228,.28)!important;
  outline:3px solid rgba(123,70,228,.14)!important;
}
.np-pagination span.page-numbers.current,
.np-pagination .current,
.np-comments-pagination span.page-numbers.current{
  color:#fff!important;
}
@media(max-width:760px){
  .np-members-page .np-member-last-seen,
  .np-members-page .np-member-card--themed .np-member-last-seen{font-size:.48rem!important;}
  body.np-page-moj-profil .np-action-tile--style{min-height:54px!important;}
}


/* ===== v49.08: active pagination contrast + poll badge in news feed + question CTA ===== */
.np-pagination span.page-numbers.current,
.np-pagination .page-numbers.current,
.np-pagination .current,
.np-comments-pagination span.page-numbers.current,
.np-comments-pagination .page-numbers.current,
.np-comments-pagination .current,
.page-numbers.current{
  color:#5b21b6!important;
  background:linear-gradient(180deg,#fff,#f2eaff)!important;
  border:1px solid rgba(123,70,228,.32)!important;
  box-shadow:0 10px 24px rgba(91,33,182,.14)!important;
  text-shadow:none!important;
}
.np-pagination span.page-numbers.current:hover,
.np-pagination .current:hover,
.np-comments-pagination span.page-numbers.current:hover,
.np-comments-pagination .current:hover{
  color:#5b21b6!important;
  background:#fff!important;
}
.np-live-card__top{
  flex-wrap:wrap!important;
  gap:7px!important;
}
.np-live-poll-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ffecb8,#ffe7f3)!important;
  border:1px solid rgba(234,179,8,.34)!important;
  color:#6b3b00!important;
  font-size:.72rem!important;
  font-weight:950!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-shadow:0 8px 18px rgba(234,179,8,.14)!important;
}
.np-live-card--forum .np-live-poll-badge,
.np-live-card--comment-forum .np-live-poll-badge{margin-left:2px!important;}
.np-action-tile--topic strong{word-break:normal!important;overflow-wrap:normal!important;}
@media(max-width:760px){
  .np-live-poll-badge{font-size:.66rem!important;padding:4px 8px!important;}
}


/* ===== v49.08: poll badge visible everywhere forum appears ===== */
.np-forum-poll-badge{display:inline-flex!important;width:max-content!important;max-width:100%!important;vertical-align:middle!important;margin:4px 0!important;}
.np-topic-card .np-forum-poll-badge,.np-related-list-item .np-forum-poll-badge{margin:4px 0 6px!important;}
.np-list-item .np-forum-poll-badge,.np-list-item--forum-context .np-forum-poll-badge{margin-left:8px!important;margin-top:2px!important;margin-bottom:2px!important;font-size:.62rem!important;padding:3px 7px!important;}
.np-sidebar-section .np-forum-poll-badge{font-size:.62rem!important;padding:3px 7px!important;}
.np-forum-thread .np-forum-poll-badge--thread{margin:8px 0 4px!important;color:#6b3b00!important;background:linear-gradient(135deg,#ffecb8,#ffe7f3)!important;border-color:rgba(234,179,8,.34)!important;}
.np-topics-week__meta .np-forum-poll-badge{font-size:.64rem!important;padding:3px 8px!important;}
@media(max-width:760px){
  .np-list-item .np-forum-poll-badge,.np-list-item--forum-context .np-forum-poll-badge{margin-left:0!important;margin-top:5px!important;}
  .np-forum-poll-badge{white-space:normal!important;text-align:center!important;}
}


/* ===== v49.23 mobile readable text scale ===== */
@media (max-width:900px){
  html{font-size:110%;}
  body{font-size:1rem;}
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  textarea,
  select,
  .np-nav-search .search-field,
  .np-status-form textarea{
    font-size:1rem!important;
  }
}

/* ===== v49.24 desktop readable text scale except magazine and chat ===== */
@media (min-width:901px){
  body.np-desktop-readable-scale{
    font-size:1.1rem;
  }
  body.np-desktop-readable-scale input[type="text"],
  body.np-desktop-readable-scale input[type="email"],
  body.np-desktop-readable-scale input[type="password"],
  body.np-desktop-readable-scale input[type="number"],
  body.np-desktop-readable-scale input[type="search"],
  body.np-desktop-readable-scale input[type="url"],
  body.np-desktop-readable-scale input[type="tel"],
  body.np-desktop-readable-scale textarea,
  body.np-desktop-readable-scale select,
  body.np-desktop-readable-scale .np-nav-search .search-field,
  body.np-desktop-readable-scale .np-status-form textarea{
    font-size:1.1rem!important;
  }
  body.np-desktop-readable-scale .np-nav-link,
  body.np-desktop-readable-scale .button,
  body.np-desktop-readable-scale button,
  body.np-desktop-readable-scale .np-chip,
  body.np-desktop-readable-scale .np-tax{
    font-size:1.03em;
  }
  body.np-desktop-readable-scale .np-forum-thread__body,
  body.np-desktop-readable-scale .np-article-content,
  body.np-desktop-readable-scale .np-comment-content-rich,
  body.np-desktop-readable-scale .np-rich-editor,
  body.np-desktop-readable-scale .np-page-hero p,
  body.np-desktop-readable-scale .np-card p,
  body.np-desktop-readable-scale .np-list-item__meta,
  body.np-desktop-readable-scale .np-topic-meta,
  body.np-desktop-readable-scale .np-post-meta,
  body.np-desktop-readable-scale .np-user-meta,
  body.np-desktop-readable-scale .np-story-card__meta,
  body.np-desktop-readable-scale .comment-meta{
    line-height:1.62;
  }

  /* Magazín, články magazínu, magazínové náhľady a chat ostávajú bez desktopového zväčšenia. */
  body.np-desktop-readable-scale .np-home-magazine,
  body.np-desktop-readable-scale .np-home-mag-card,
  body.np-desktop-readable-scale .np-magazine-index,
  body.np-desktop-readable-scale .np-magazine-feature,
  body.np-desktop-readable-scale .np-magazine-card,
  body.np-desktop-readable-scale .np-mini-article-card,
  body.np-desktop-readable-scale .np-live-card--article,
  body.np-desktop-readable-scale .np-live-card--comment-article,
  body.np-desktop-readable-scale .np-action-tile--chat,
  body.np-desktop-readable-scale .np-messages-shell,
  body.np-desktop-readable-scale .np-messages-main,
  body.np-desktop-readable-scale .np-message-panel,
  body.np-desktop-readable-scale .np-chat-thread{
    font-size:.9090909em;
  }
}


/* ===== v49.26: notification targets, readable message text and mobile chat actions ===== */
.np-nav-badge--link{margin-left:5px;text-decoration:none!important;vertical-align:middle;}
.np-nav-badge--link:hover,.np-nav-badge--link:focus{transform:translateY(-1px);filter:saturate(1.12);}
.comment-list .np-comment-item:target{scroll-margin-top:110px;}
.comment-list .np-comment-item:target > .comment-body,
.comment-list [id^="comment-"]:target > .comment-body{animation:npTargetCommentBlink 1.35s ease-in-out 0s 3;outline:3px solid rgba(255,216,77,.85);outline-offset:5px;border-radius:20px;}
@keyframes npTargetCommentBlink{0%,100%{background:transparent;box-shadow:none}35%{background:#fff8d8;box-shadow:0 0 0 8px rgba(255,216,77,.28),0 16px 36px rgba(116,80,20,.15)}70%{background:#fff;box-shadow:0 0 0 4px rgba(255,216,77,.16)}}
.np-comment-avatar a,.np-comment-author-link,.np-comment-parent-author-link{color:inherit;text-decoration:none;}
.np-comment-author-link:hover,.np-comment-parent-author-link:hover{text-decoration:underline;}
.np-messages-shell--v489 .np-thread-bubble__text{font-size:.92rem!important;font-weight:400!important;line-height:1.45!important;}
@media(max-width:760px){
  .np-messages-shell--v489 .np-thread-bubble__text,
  .np-messages-shell--v489 article.np-message-bubble > .np-message-bubble__body{font-size:.9rem!important;font-weight:400!important;line-height:1.45!important;}
  .np-messages-shell--v489 .np-message-compose__actions{display:grid!important;grid-template-columns:minmax(62px,1fr) minmax(0,4fr)!important;gap:8px!important;align-items:stretch!important;}
  .np-messages-shell--v489 .np-message-compose__actions > *,
  .np-messages-shell--v489 .np-message-file-button,
  .np-messages-shell--v489 .np-message-compose .button{width:100%!important;min-width:0!important;height:100%!important;min-height:48px!important;}
  .np-messages-shell--v489 .np-message-file-button{padding:8px 6px!important;font-size:.72rem!important;line-height:1.05!important;white-space:normal!important;text-align:center!important;}
}

/* ===== v49.27 message attachment icon button ===== */
.np-messages-shell--v489 .np-message-file-button{font-size:1.25rem!important;line-height:1!important;}
.np-messages-shell--v489 .np-message-file-button .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;}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-file-button{font-size:1.35rem!important;padding:8px 6px!important;white-space:nowrap!important;}
}


/* ===== v49.29: ochrana proti nechcenému dvojitému odoslaniu správy ===== */
.np-messages-shell--v489 .np-message-compose.is-sending{opacity:.82;}
.np-messages-shell--v489 .np-message-compose.is-sending textarea{cursor:progress;}
.np-messages-shell--v489 .np-message-compose.is-sending button[type="submit"]{cursor:progress;}

/* ===== v49.30: správy štartujú na 10, staršie po 20, maximum 120 ===== */

/* v49.31 account cancellation / restore */
.np-account-cancel-card{margin-top:22px;border-color:rgba(184,28,28,.18);background:linear-gradient(180deg,#fff,#fff8f8)}
.np-account-cancel-card h2,.np-account-restore-card h2{margin-top:4px}
.np-account-cancel-form{display:grid;gap:10px;margin-top:12px}.np-account-cancel-confirm{font-size:.88rem;color:#5f4b4b;display:flex;gap:8px;align-items:flex-start}.np-account-cancel-confirm input{margin-top:.2em}.np-account-cancel-button{justify-self:start;border:0;background:transparent;color:#b42318;font-size:.78rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:3px 0}.np-account-cancel-button:hover,.np-account-cancel-button:focus{color:#7f1d1d;text-decoration-thickness:2px}.np-account-restore-card{margin-top:16px}.np-account-restore-form{display:grid;gap:12px;margin-top:12px}.np-account-restore-form label{display:grid;gap:5px;font-weight:700}.np-inactive-profile-card{text-align:center;max-width:760px;margin:28px auto}.np-inactive-profile-card h1{margin-bottom:8px}

/* ===== v49.32: blokovanie používateľa a nahlásenia v správach ===== */
.np-messages-shell--v489 .np-message-chat-controls{display:grid!important;grid-template-columns:minmax(0,7fr) minmax(96px,3fr)!important;gap:8px!important;align-items:stretch!important;flex:0 0 min(420px,100%)!important;}
.np-messages-shell--v489 .np-message-chat-controls form{margin:0!important;min-width:0!important;}
.np-messages-shell--v489 .np-message-chat-controls .button{width:100%!important;height:100%!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;line-height:1.1!important;}
.np-messages-shell--v489 .np-message-block-user__button{background:#fff!important;color:#7c2d12!important;border-color:rgba(194,65,12,.26)!important;box-shadow:0 8px 20px rgba(124,45,18,.07)!important;}
.np-messages-shell--v489 .np-message-block-user__button--unblock{color:#166534!important;border-color:rgba(22,101,52,.25)!important;background:#f0fdf4!important;}
.np-messages-shell--v489 .np-message-delete-conversation--empty{display:block!important;min-height:42px!important;}
.np-message-blocked-note{margin-top:4px!important;}
.np-report-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:18px;}
.np-report-modal[hidden]{display:none!important;}
.np-report-modal__backdrop{position:absolute;inset:0;background:rgba(20,15,34,.55);backdrop-filter:blur(4px);}
.np-report-modal__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:22px;border-radius:26px;background:#fff;border:1px solid rgba(98,72,158,.16);box-shadow:0 32px 90px rgba(17,12,30,.32);}
.np-report-modal__close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:999px;background:#f5f0ff;color:#2c2147;font-size:1.4rem;font-weight:900;cursor:pointer;}
.np-report-modal__dialog h2{margin:.25rem 0 .45rem;font-size:1.35rem;line-height:1.18;}
.np-report-form{display:grid;gap:12px;margin-top:12px;}
.np-report-reasons{display:grid;gap:8px;}
.np-report-reasons label{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:16px;background:#faf8ff;border:1px solid rgba(98,72,158,.12);font-weight:800;color:#332750;}
.np-report-reasons input{margin-top:3px;}
.np-report-form textarea{width:100%;border-radius:16px;border:1px solid rgba(98,72,158,.18);padding:10px 12px;}
.np-report-modal__actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;}
@media(max-width:760px){.np-messages-shell--v489 .np-message-chat-controls{grid-template-columns:minmax(0,7fr) minmax(82px,3fr)!important;width:100%!important;}.np-messages-shell--v489 .np-message-chat-controls .button{font-size:.82rem!important;padding:8px 6px!important;}.np-report-modal{align-items:flex-end;padding:10px;}.np-report-modal__dialog{border-radius:22px;padding:18px;}}


/* ===== v49.35: malé nahlásenie pri verejnom obsahu ===== */
.np-content-report-wrap{display:inline-flex!important;align-items:center!important;vertical-align:baseline!important;line-height:1!important;}
.np-content-report-link{appearance:none!important;border:0!important;background:transparent!important;color:#8d879a!important;font-size:.72em!important;font-style:italic!important;font-weight:500!important;line-height:1.1!important;padding:0 2px!important;margin:0!important;cursor:pointer!important;text-decoration:none!important;box-shadow:none!important;min-height:0!important;}
.np-content-report-link:hover,.np-content-report-link:focus{color:#5f5870!important;text-decoration:underline!important;text-underline-offset:3px!important;}
.np-comment-reply-wrap--actions .np-content-report-wrap{margin-left:2px;}
.np-wall-post__actions .np-content-report-link{font-size:.72rem!important;color:#8d879a!important;}
.np-forum-thread__footer--contrast .np-content-report-link{color:rgba(255,255,255,.72)!important;}
.np-forum-thread__footer--contrast .np-content-report-link:hover,.np-forum-thread__footer--contrast .np-content-report-link:focus{color:#fff!important;}
.np-report-floating-notice{position:fixed;right:18px;bottom:18px;z-index:99998;max-width:min(360px,calc(100vw - 36px));padding:12px 16px;border-radius:18px;font-weight:800;box-shadow:0 18px 48px rgba(24,18,39,.18);background:#fff;color:#2f2546;border:1px solid rgba(98,72,158,.18);}
.np-report-floating-notice--success{background:#f0fdf4;color:#166534;border-color:rgba(22,101,52,.16);}
.np-report-floating-notice--error{background:#fff7ed;color:#9a3412;border-color:rgba(154,52,18,.18);}
@media(max-width:760px){.np-report-floating-notice{left:10px;right:10px;bottom:10px;max-width:none;text-align:center;}.np-content-report-link{font-size:.76em!important;}}


/* ===== v49.37: kompaktna horna plocha v Spravach / Chate ===== */
.np-messages-shell--v489{
  padding-top:4px!important;
}
.np-messages-shell--v489 > .np-messages-titlebar,
.np-messages-shell--v489 > .np-section-title.np-messages-titlebar{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-messages-titlebar--compact{
  margin-bottom:0!important;
}
.np-messages-shell--v489 .np-message-live-pill{
  padding:2px 6px!important;
  gap:4px!important;
  min-height:0!important;
  border-radius:999px!important;
  font-size:.52rem!important;
  line-height:1!important;
  font-weight:850!important;
  box-shadow:none!important;
}
.np-messages-shell--v489 .np-message-live-pill span{
  width:5px!important;
  height:5px!important;
  box-shadow:0 0 0 2px rgba(34,197,94,.13)!important;
}
.np-messages-shell--v489 > .np-notice{
  display:inline-flex!important;
  align-items:center!important;
  width:fit-content!important;
  max-width:100%!important;
  min-height:0!important;
  padding:3px 7px!important;
  margin:2px 0 4px!important;
  border-radius:8px!important;
  font-size:.6rem!important;
  line-height:1.15!important;
  font-weight:500!important;
  box-shadow:none!important;
}
.np-messages-shell--v489 .np-messages-layout--modern{
  margin-top:4px!important;
}
@media(max-width:760px){
  .np-messages-shell--v489{
    padding-top:3px!important;
  }
  .np-messages-shell--v489 .np-message-live-pill{
    padding:2px 5px!important;
    font-size:.5rem!important;
  }
  .np-messages-shell--v489 > .np-notice{
    padding:2px 6px!important;
    margin:1px 0 3px!important;
    font-size:.58rem!important;
    line-height:1.1!important;
  }
  .np-messages-shell--v489 .np-messages-layout--modern{
    margin-top:3px!important;
  }
}


/* ===== v49.40: mensie ovladacie tlacidla v chate ===== */
.np-messages-shell--v489 .np-message-chat-controls{
  align-items:center!important;
  flex-basis:min(360px,100%)!important;
}
.np-messages-shell--v489 .np-message-chat-controls .button,
.np-messages-shell--v489 .np-message-delete-conversation__button,
.np-messages-shell--v489 .np-message-block-user__button{
  min-height:22px!important;
  height:auto!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  font-size:.72rem!important;
  line-height:1.05!important;
  box-shadow:0 5px 12px rgba(34,22,58,.05)!important;
}
.np-messages-shell--v489 .np-message-delete-conversation--empty{
  min-height:22px!important;
}
.np-messages-shell--v489 .np-message-older-wrap{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:6px 0 8px!important;
  padding:7px 10px!important;
  border-radius:18px!important;
}
.np-messages-shell--v489 .np-message-load-older{
  min-height:34px!important;
  padding:7px 14px!important;
  border-radius:999px!important;
  font-size:.82rem!important;
  line-height:1.1!important;
}
.np-messages-shell--v489 .np-message-older-note{
  font-size:.76rem!important;
  line-height:1.2!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls{
    gap:6px!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls .button,
  .np-messages-shell--v489 .np-message-delete-conversation__button,
  .np-messages-shell--v489 .np-message-block-user__button{
    min-height:21px!important;
    padding:4px 7px!important;
    font-size:.66rem!important;
    line-height:1.05!important;
  }
  .np-messages-shell--v489 .np-message-load-older{
    min-height:32px!important;
    padding:6px 12px!important;
    font-size:.78rem!important;
  }
  .np-messages-shell--v489 .np-message-older-wrap{
    gap:6px!important;
    margin:5px 0 7px!important;
    padding:6px 8px!important;
  }
}


/* ===== v49.41: kompaktnejšie chat tlačidlá a menšie mazacie akcie ===== */
.np-post-delete-link,
.np-comment-delete-link,
.np-message-delete-button,
.np-thread-bubble__delete-button,
.button.button-small.button-link-delete{
  font-size:80%!important;
  line-height:1.05!important;
  padding:.32em .62em!important;
  min-height:0!important;
  border-radius:999px!important;
}
.np-post-owner-actions .np-post-delete-link,
.np-forum-thread__footer .np-post-delete-link,
.np-comment-actions-row .np-comment-delete-link,
.np-comment-actions-row--end .np-comment-delete-link{
  font-size:80%!important;
  padding:.32em .62em!important;
}
.np-messages-shell--v489 .np-message-chat-controls{
  width:min(252px,100%)!important;
  max-width:252px!important;
  flex:0 0 min(252px,100%)!important;
  gap:5px!important;
}
.np-messages-shell--v489 .np-message-chat-controls .button,
.np-messages-shell--v489 .np-message-delete-conversation__button,
.np-messages-shell--v489 .np-message-block-user__button{
  min-height:16px!important;
  padding:3px 7px!important;
  font-size:.58rem!important;
  line-height:1.05!important;
  border-radius:999px!important;
}
.np-messages-shell--v489 .np-message-delete-conversation--empty{
  min-height:16px!important;
}
.np-messages-shell--v489 .np-message-load-older{
  min-height:24px!important;
  padding:5px 10px!important;
  font-size:.66rem!important;
  line-height:1.05!important;
  border-radius:999px!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls{
    width:min(235px,100%)!important;
    max-width:235px!important;
    flex-basis:min(235px,100%)!important;
    gap:4px!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls .button,
  .np-messages-shell--v489 .np-message-delete-conversation__button,
  .np-messages-shell--v489 .np-message-block-user__button{
    min-height:15px!important;
    padding:3px 5px!important;
    font-size:.53rem!important;
  }
  .np-messages-shell--v489 .np-message-load-older{
    min-height:22px!important;
    padding:4px 9px!important;
    font-size:.62rem!important;
  }
}


/* ===== v49.42: jemné kurzívové akcie pri témach ===== */
.np-forum-thread__footer .np-post-edit-link,
.np-forum-thread__footer .np-post-delete-link,
.np-forum-thread__footer .np-content-report-link,
.np-post-owner-actions .np-post-edit-link,
.np-post-owner-actions .np-post-delete-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:0 4px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-style:italic!important;
  font-size:.72rem!important;
  font-weight:700!important;
  line-height:1.12!important;
  text-decoration:none!important;
  text-transform:none!important;
}
.np-forum-thread__footer .np-post-edit-link,
.np-forum-thread__footer .np-post-delete-link,
.np-post-owner-actions .np-post-edit-link,
.np-post-owner-actions .np-post-delete-link{
  color:#c66a6a!important;
}
.np-forum-thread__footer--contrast .np-post-edit-link,
.np-forum-thread__footer--contrast .np-post-delete-link{
  color:rgba(255,205,205,.88)!important;
}
.np-forum-thread__footer .np-content-report-link{
  font-size:.72rem!important;
}
.np-forum-thread__footer .np-post-edit-link:hover,
.np-forum-thread__footer .np-post-edit-link:focus,
.np-forum-thread__footer .np-post-delete-link:hover,
.np-forum-thread__footer .np-post-delete-link:focus,
.np-post-owner-actions .np-post-edit-link:hover,
.np-post-owner-actions .np-post-edit-link:focus,
.np-post-owner-actions .np-post-delete-link:hover,
.np-post-owner-actions .np-post-delete-link:focus{
  color:#a84d4d!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.np-forum-thread__footer--contrast .np-post-edit-link:hover,
.np-forum-thread__footer--contrast .np-post-edit-link:focus,
.np-forum-thread__footer--contrast .np-post-delete-link:hover,
.np-forum-thread__footer--contrast .np-post-delete-link:focus{
  color:#fff1f1!important;
}
.np-forum-thread__footer-left{
  align-items:center!important;
  gap:10px!important;
}
@media(max-width:760px){
  .np-forum-thread__footer .np-post-edit-link,
  .np-forum-thread__footer .np-post-delete-link,
  .np-forum-thread__footer .np-content-report-link,
  .np-post-owner-actions .np-post-edit-link,
  .np-post-owner-actions .np-post-delete-link{
    font-size:.68rem!important;
    padding:0 3px!important;
  }
}

/* ===== v49.46: kompaktnejšie komentáre a jednoriadkové pole s automatickým rastom ===== */
.np-comments-card > h2,
#comments > h2,
.comments-title{
  font-size:1rem!important;
  line-height:1.2!important;
  margin:0 0 10px!important;
  letter-spacing:-.01em!important;
}
.comment-respond .np-rich-editor,
.np-comments-card .comment-respond .np-rich-editor{
  gap:5px!important;
}
.comment-respond .np-rich-toolbar,
.np-comments-card .np-rich-toolbar{
  gap:4px!important;
  padding:5px!important;
  min-height:0!important;
  border-radius:10px!important;
}
.comment-respond .np-rich-btn,
.comment-respond .np-smiley-btn,
.np-comments-card .np-rich-btn,
.np-comments-card .np-smiley-btn{
  min-width:0!important;
  min-height:22px!important;
  padding:3px 6px!important;
  border-radius:8px!important;
  font-size:.49rem!important;
  line-height:1!important;
  font-weight:750!important;
  box-shadow:none!important;
}
.comment-respond .np-smiley-btn,
.np-comments-card .np-smiley-btn{
  min-width:22px!important;
  width:auto!important;
  font-size:.6rem!important;
  padding:2px 5px!important;
}
.comment-respond .np-smiley-panel,
.np-comments-card .np-smiley-panel{
  gap:3px!important;
  padding:5px!important;
  border-radius:10px!important;
}
.comment-respond #comment.np-rich-textarea,
.comment-respond textarea.np-comment-autogrow,
.np-comments-card #comment.np-rich-textarea,
.np-comments-card textarea.np-comment-autogrow{
  min-height:42px!important;
  height:auto;
  padding:9px 11px!important;
  line-height:1.35!important;
  overflow:hidden!important;
  resize:none!important;
}
.comment-respond .np-editor-note,
.comment-respond .np-comment-note,
.np-comments-card .np-editor-note,
.np-comments-card .np-comment-note{
  font-size:.72rem!important;
  line-height:1.25!important;
}
@media(max-width:760px){
  .np-comments-card > h2,
  #comments > h2,
  .comments-title{
    font-size:.92rem!important;
    margin-bottom:8px!important;
  }
  .comment-respond .np-rich-toolbar,
  .np-comments-card .np-rich-toolbar{
    gap:3px!important;
    padding:4px!important;
  }
  .comment-respond .np-rich-btn,
  .comment-respond .np-smiley-btn,
  .np-comments-card .np-rich-btn,
  .np-comments-card .np-smiley-btn{
    min-height:20px!important;
    padding:2px 5px!important;
    font-size:.46rem!important;
    border-radius:7px!important;
  }
  .comment-respond .np-smiley-btn,
  .np-comments-card .np-smiley-btn{
    min-width:20px!important;
    font-size:.56rem!important;
    padding:1px 4px!important;
  }
  .comment-respond #comment.np-rich-textarea,
  .comment-respond textarea.np-comment-autogrow,
  .np-comments-card #comment.np-rich-textarea,
  .np-comments-card textarea.np-comment-autogrow{
    min-height:40px!important;
    padding:8px 10px!important;
    line-height:1.32!important;
  }
}

/* ===== v49.47 modern forum detail hub ===== */
.np-forum-modern-hub{
  margin-top:16px!important;
  padding:22px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,244,255,.94))!important;
  border:1px solid rgba(111,71,197,.13)!important;
  box-shadow:0 24px 70px rgba(31,20,58,.08)!important;
}
.np-forum-modern-hub__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.np-forum-modern-hub__head h2{
  margin:8px 0 0!important;
  font-size:clamp(1.25rem,2vw,1.85rem)!important;
  line-height:1.12!important;
}
.np-forum-modern-hub__head p{
  max-width:430px;
  margin:0;
  color:var(--np-muted);
  font-size:.92rem;
  line-height:1.45;
  text-align:right;
}
.np-forum-modern-hub__layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(360px,1.4fr);
  gap:14px;
  align-items:stretch;
}
.np-modern-panel{
  min-width:0;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(111,71,197,.12);
  background:rgba(255,255,255,.76);
  box-shadow:0 14px 34px rgba(31,20,58,.055);
}
.np-modern-panel__title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.np-modern-panel__title > span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:13px;
  background:rgba(111,71,197,.10);
}
.np-modern-panel__title h3{
  margin:0!important;
  font-size:.98rem!important;
  line-height:1.25!important;
}
.np-modern-list{
  display:grid;
  gap:8px;
}
.np-modern-list-item{
  display:grid;
  gap:6px;
  padding:11px 12px;
  border-radius:18px;
  border:1px solid rgba(43,36,64,.08);
  background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,245,255,.86));
  color:var(--np-text);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.np-modern-list-item:hover,
.np-modern-list-item:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(111,71,197,.25);
  box-shadow:0 14px 28px rgba(31,20,58,.08);
}
.np-modern-list-item strong{
  display:block;
  color:var(--np-text);
  font-size:.95rem;
  line-height:1.28;
}
.np-modern-list-item small{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  color:var(--np-muted);
  font-size:.74rem;
  line-height:1.3;
}
.np-modern-list-item__chip{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(111,71,197,.10);
  color:var(--np-brand-3);
  font-size:.72rem;
  font-weight:800;
  line-height:1.15;
}
.np-modern-list-item--comment strong{
  font-weight:700;
}
.np-modern-panel--magazine{
  background:linear-gradient(145deg, rgba(111,71,197,.08), rgba(255,255,255,.78));
}
.np-modern-mag-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.np-modern-mag-card{
  min-width:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(43,36,64,.08);
  background:#fff;
  box-shadow:0 12px 28px rgba(31,20,58,.055);
}
.np-modern-mag-card__thumb{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(111,71,197,.18), rgba(238,80,142,.12));
}
.np-modern-mag-card__thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .18s ease;
}
.np-modern-mag-card:hover .np-modern-mag-card__thumb img{
  transform:scale(1.035);
}
.np-modern-mag-card__placeholder{
  display:block;
  width:100%;
  height:100%;
  background:radial-gradient(circle at 25% 20%, rgba(255,255,255,.9), transparent 28%), linear-gradient(135deg, rgba(111,71,197,.2), rgba(238,80,142,.16));
}
.np-modern-mag-card__body{
  display:grid;
  gap:7px;
  padding:10px 11px 12px;
}
.np-modern-mag-card h4{
  margin:0!important;
  font-size:.94rem!important;
  line-height:1.25!important;
}
.np-modern-mag-card h4 a{
  color:var(--np-text);
  text-decoration:none;
}
.np-modern-mag-card h4 a:hover,
.np-modern-mag-card h4 a:focus-visible{
  color:var(--np-brand);
}
.np-modern-mag-card small{
  color:var(--np-muted);
  font-size:.72rem;
}
@media (max-width: 1120px){
  .np-forum-modern-hub__layout{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .np-modern-panel--magazine{
    grid-column:1 / -1;
  }
}
@media (max-width: 720px){
  .np-forum-modern-hub{
    padding:14px!important;
    border-radius:22px!important;
  }
  .np-forum-modern-hub__head{
    display:grid;
    gap:8px;
    margin-bottom:12px;
  }
  .np-forum-modern-hub__head p{
    max-width:none;
    text-align:left;
    font-size:.82rem;
  }
  .np-forum-modern-hub__layout{
    grid-template-columns:1fr;
    gap:11px;
  }
  .np-modern-panel{
    padding:12px;
    border-radius:19px;
  }
  .np-modern-mag-grid{
    grid-template-columns:1fr;
  }
  .np-modern-list-item{
    padding:10px 11px;
  }
}


/* ===== v49.48 homepage news feed polish ===== */
.np-news-feed-title{
  display:inline-flex;
  align-items:center;
  gap:.34em;
  margin:0;
  font-size:clamp(1.55rem,2.45vw,2.45rem);
  line-height:1.02;
  letter-spacing:-.045em;
  color:var(--np-text);
}
.np-news-feed-title strong{
  font-weight:900;
  background:linear-gradient(135deg,var(--np-brand),#ee508e);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.np-news-feed-title__dot{
  width:.46em;
  height:.46em;
  border-radius:999px;
  background:linear-gradient(135deg,#31d17f,var(--np-brand));
  box-shadow:0 0 0 .18em rgba(111,71,197,.10),0 10px 22px rgba(111,71,197,.22);
  flex:0 0 auto;
}
#np-news-feed .np-home-live__head{
  margin-bottom:12px;
}
#np-news-feed .np-live-card--comment-blog,
#np-news-feed .np-live-card--comment-profile,
#np-news-feed .np-live-card--comment-thought,
#np-news-feed .np-live-card--comment-forum,
#np-news-feed .np-live-card--comment-article{
  margin-left:min(1cm,6vw);
}
.np-home-magazine .np-home-featured-article__body h2{
  font-size:clamp(1.8rem,3.78vw,3.06rem);
}
.np-home-magazine .np-home-mag-card h2{
  font-size:clamp(.9rem,1.215vw,.972rem);
}
@media (max-width:640px){
  #np-news-feed .np-live-card--comment-blog,
  #np-news-feed .np-live-card--comment-profile,
  #np-news-feed .np-live-card--comment-thought,
  #np-news-feed .np-live-card--comment-forum,
  #np-news-feed .np-live-card--comment-article{
    margin-left:min(18px,5vw);
  }
  .np-news-feed-title{
    font-size:clamp(1.35rem,7vw,1.85rem);
  }
}

/* ===== v49.49: textové akcie konverzácie napravo ===== */
.np-messages-shell--v489 .np-messages-head--actions{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
.np-messages-shell--v489 .np-message-chat-user,
.np-messages-shell--v489 .np-message-chat-user--link{
  flex:1 1 auto!important;
  min-width:0!important;
}
.np-messages-shell--v489 .np-message-chat-controls{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:3px!important;
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  margin-left:auto!important;
  padding:0!important;
}
.np-messages-shell--v489 .np-message-chat-controls form,
.np-messages-shell--v489 .np-message-delete-conversation,
.np-messages-shell--v489 .np-message-block-user{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-chat-controls .button,
.np-messages-shell--v489 .np-message-delete-conversation__button,
.np-messages-shell--v489 .np-message-block-user__button{
  appearance:none!important;
  display:inline!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline-offset:2px!important;
  color:#a94b4b!important;
  font-size:.58rem!important;
  font-weight:800!important;
  font-style:italic!important;
  line-height:1.15!important;
  text-align:right!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
.np-messages-shell--v489 .np-message-block-user__button,
.np-messages-shell--v489 .np-message-block-user__button--unblock{
  color:#8f6b79!important;
}
.np-messages-shell--v489 .np-message-chat-controls .button:hover,
.np-messages-shell--v489 .np-message-chat-controls .button:focus-visible,
.np-messages-shell--v489 .np-message-delete-conversation__button:hover,
.np-messages-shell--v489 .np-message-delete-conversation__button:focus-visible,
.np-messages-shell--v489 .np-message-block-user__button:hover,
.np-messages-shell--v489 .np-message-block-user__button:focus-visible{
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:underline!important;
  transform:none!important;
}
.np-messages-shell--v489 .np-message-delete-conversation--empty{
  display:none!important;
  min-height:0!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-messages-head--actions{
    gap:8px!important;
  }
  .np-messages-shell--v489 .np-message-chat-user,
  .np-messages-shell--v489 .np-message-chat-user--link{
    flex:1 1 auto!important;
    max-width:calc(100% - 82px)!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls{
    width:auto!important;
    max-width:none!important;
    flex:0 0 auto!important;
    gap:2px!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls .button,
  .np-messages-shell--v489 .np-message-delete-conversation__button,
  .np-messages-shell--v489 .np-message-block-user__button{
    font-size:.52rem!important;
    padding:0!important;
  }
}



/* ===== v49.50: odstránený viditeľný text Napíš správu z chatu ===== */


/* ===== v49.51: menší text v homepage magazínovom páse ===== */
body.home .np-home-magazine .np-home-magazine__label,
body.front-page .np-home-magazine .np-home-magazine__label{
  font-size:.612rem!important;
}
body.home .np-home-magazine .np-home-mag-card h2,
body.front-page .np-home-magazine .np-home-mag-card h2{
  font-size:clamp(.765rem,1.033vw,.826rem)!important;
  line-height:1.15!important;
}
body.home .np-home-magazine .np-home-mag-card h2 a,
body.front-page .np-home-magazine .np-home-mag-card h2 a{
  font-size:inherit!important;
  line-height:inherit!important;
}


/* ===== v49.53: komentárová lišta +10 %, bez vety o povinných poliach ===== */
.comment-form .required-field-message,
.comment-respond .required-field-message{
  display:none!important;
}
.comment-respond .np-rich-toolbar,
.np-comments-card .np-rich-toolbar{
  gap:4.4px!important;
  padding:5.5px!important;
  border-radius:11px!important;
}
.comment-respond .np-rich-btn,
.comment-respond .np-smiley-btn,
.np-comments-card .np-rich-btn,
.np-comments-card .np-smiley-btn{
  min-height:24px!important;
  padding:3.3px 6.6px!important;
  border-radius:9px!important;
  font-size:.54rem!important;
  line-height:1!important;
}
.comment-respond .np-smiley-btn,
.np-comments-card .np-smiley-btn{
  min-width:24px!important;
  font-size:.66rem!important;
  padding:2.2px 5.5px!important;
}
@media(max-width:760px){
  .comment-respond .np-rich-toolbar,
  .np-comments-card .np-rich-toolbar{
    gap:3.3px!important;
    padding:4.4px!important;
  }
  .comment-respond .np-rich-btn,
  .comment-respond .np-smiley-btn,
  .np-comments-card .np-rich-btn,
  .np-comments-card .np-smiley-btn{
    min-height:22px!important;
    padding:2.2px 5.5px!important;
    font-size:.51rem!important;
    border-radius:8px!important;
  }
  .comment-respond .np-smiley-btn,
  .np-comments-card .np-smiley-btn{
    min-width:22px!important;
    font-size:.62rem!important;
    padding:1.1px 4.4px!important;
  }
}

/* ===== v49.54: stabilnejšie horné menu na mobile ===== */
@media (max-width: 900px){
  :root{
    --np-mobile-header-fallback:64px;
  }
  body{
    scroll-padding-top:calc(var(--np-mobile-header-offset,72px) + 8px);
  }
  .site{
    padding-top:var(--np-mobile-header-offset,72px) !important;
  }
  .site-header{
    position:fixed !important;
    top:var(--np-mobile-header-top,0px) !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    min-height:var(--np-mobile-header-height,64px);
    z-index:1300 !important;
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    will-change:transform;
    isolation:isolate;
  }
  .site-header .np-wrap{
    width:calc(100vw - 16px) !important;
  }
  .np-header-inner{
    min-height:var(--np-mobile-header-fallback);
    grid-template-columns:minmax(0,1fr) 44px !important;
    align-items:center !important;
  }
  .np-nav-toggle{
    position:relative;
    z-index:1325;
  }
  .np-nav-backdrop{
    z-index:1310 !important;
  }
  .np-nav,
  .np-nav--streamlined{
    z-index:1320 !important;
    top:0 !important;
    height:100dvh !important;
    max-height:100dvh !important;
    padding-top:calc(var(--np-mobile-header-top,0px) + 12px) !important;
  }
  body.np-mobile-nav-open{
    overflow:hidden;
    touch-action:none;
  }
}

@media (max-width: 680px){
  .np-header-inner{
    min-height:58px;
  }
  .site-header .np-wrap{
    width:calc(100vw - 12px) !important;
  }
  .np-nav,
  .np-nav--streamlined{
    padding-top:calc(var(--np-mobile-header-top,0px) + 10px) !important;
  }
}

/* ===== v49.55: kompaktnejšie správy a stabilnejší návrat k odpovedi ===== */
.np-messages-shell--v489 .np-message-chat-user__status,
.np-messages-shell--v489 .np-message-chat-user--link p{
  font-size:.702rem!important;
  line-height:1.05!important;
}
.np-messages-shell--v489 .np-message-older-wrap{
  width:fit-content!important;
  max-width:100%!important;
  margin:4px auto 5px!important;
  padding:6px 9px!important;
  gap:7px!important;
}
.np-messages-shell--v489 .np-message-load-older{
  display:inline-flex!important;
  width:auto!important;
  max-width:max-content!important;
  min-height:25px!important;
  padding:5px 11px!important;
  font-size:.693rem!important;
  line-height:1.05!important;
}
.np-messages-shell--v489 .np-message-older-note{
  width:auto!important;
  font-size:.684rem!important;
  line-height:1.15!important;
}
.np-messages-shell--v489 .np-chat-thread[data-np-messages-list],
.np-messages-shell--v489 .np-messages-list[data-np-messages-list]{
  gap:10.8px!important;
}
.np-messages-shell--v489 .np-thread-bubble{
  gap:7.5px!important;
}
.np-messages-shell--v489 .np-thread-bubble__meta{
  font-size:.756rem!important;
  line-height:1.2!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-user__status,
  .np-messages-shell--v489 .np-message-chat-user--link p{
    font-size:.612rem!important;
    line-height:1.02!important;
  }
  .np-messages-shell--v489 .np-message-older-wrap{
    width:fit-content!important;
    max-width:calc(100% - 10px)!important;
    margin:4px auto 5px!important;
    padding:5px 8px!important;
    gap:5px!important;
  }
  .np-messages-shell--v489 .np-message-load-older{
    width:auto!important;
    max-width:max-content!important;
    min-height:23px!important;
    padding:4px 9px!important;
    font-size:.651rem!important;
  }
  .np-messages-shell--v489 .np-message-older-note{
    display:inline-flex!important;
    width:auto!important;
    text-align:center!important;
    font-size:.615rem!important;
    line-height:1.1!important;
  }
  .np-messages-shell--v489 .np-chat-thread[data-np-messages-list],
  .np-messages-shell--v489 .np-messages-list[data-np-messages-list]{
    gap:9.7px!important;
  }
  .np-messages-shell--v489 .np-thread-bubble{
    gap:7px!important;
  }
  .np-messages-shell--v489 .np-thread-bubble__meta{
    font-size:.68rem!important;
    line-height:1.18!important;
  }
}

/* ===== v49.57: mobilné upozornenia pred menu + centrovanie a kompaktnejšie chaty ===== */
.np-mobile-notification-shortcut{
  display:none;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 9px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff4d8d,#7a4de8);
  color:#fff!important;
  font-size:.78rem;
  font-weight:900;
  line-height:1;
  text-decoration:none!important;
  box-shadow:0 10px 22px rgba(122,77,232,.30);
}
.np-mobile-notification-shortcut[hidden]{display:none!important;}

@media(max-width:900px){
  html,
  body{
    max-width:100%;
    overflow-x:hidden!important;
  }
  .site{
    overflow-x:hidden;
  }
  .np-wrap,
  .site-header .np-wrap{
    width:min(calc(100% - 16px), 1560px)!important;
    max-width:calc(100% - 16px)!important;
    margin-inline:auto!important;
  }
  .np-header-inner{
    grid-template-columns:minmax(0,1fr) auto 44px!important;
    column-gap:8px!important;
  }
  .np-mobile-notification-shortcut{
    display:inline-flex;
    grid-column:2;
    justify-self:end;
  }
  .np-nav-toggle{
    grid-column:3;
    justify-self:end;
  }
  .np-layout{
    padding-top:14px!important;
  }
  .np-content,
  .np-sidebar,
  .np-card,
  .post,
  .page,
  .np-messages-shell--v489,
  .np-messages-layout--modern,
  .np-messages-main{
    max-width:100%!important;
  }
}

@media(max-width:680px){
  .np-wrap,
  .site-header .np-wrap,
  body .np-wrap,
  body .site-header .np-wrap{
    width:calc(100% - 12px)!important;
    max-width:calc(100% - 12px)!important;
  }
  .np-layout{
    padding-top:10px!important;
  }
  .np-mobile-notification-shortcut{
    min-width:26px;
    height:26px;
    padding-inline:8px;
    font-size:.72rem;
  }
}

.np-messages-shell--v489 .np-message-chat-user__name{
  font-size:clamp(1.47rem,2.1vw,2.1rem)!important;
  line-height:1.04!important;
}
.np-messages-shell--v489 .np-message-thread__copy{
  gap:3.6px!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-user__name{
    font-size:clamp(1.14rem,6vw,1.55rem)!important;
  }
  .np-messages-shell--v489 .np-message-thread__copy{
    gap:3.2px!important;
  }
}


/* ===== v49.58: chat - iba centrované tlačidlo starších správ ===== */
.np-messages-shell--v489 .np-message-older-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.np-messages-shell--v489 .np-message-load-older{
  margin-left: auto;
  margin-right: auto;
}
.np-messages-shell--v489 .np-message-older-note{
  display: none !important;
}


/* ===== v49.59: kompaktnejšie chat akcie a celé upozornenia bez tlačidla Otvoriť ===== */
.np-messages-shell--v489 .np-message-chat-controls{
  gap:1.5px!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls{
    gap:1px!important;
  }
}
.np-messages-shell--v489 .np-message-chat-user__status .np-message-status-dot{
  display:none!important;
}
.np-notification-row{
  grid-template-columns:auto minmax(0,1fr)!important;
  cursor:pointer!important;
}
.np-notification-row__go{
  display:none!important;
}
@media (max-width:760px){
  .np-notification-row{
    grid-template-columns:38px minmax(0,1fr)!important;
  }
}


/* ===== v49.62 clickable chat URLs and website previews ===== */
.np-messages-shell--v489 .np-message-link{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:.16em;
  font-weight:800;
  overflow-wrap:anywhere;
}
.np-messages-shell--v489 .np-thread-bubble--own .np-message-link{color:#fff;}
.np-messages-shell--v489 .np-message-link-preview{margin-top:.62rem;max-width:min(100%,420px);}
.np-messages-shell--v489 .np-message-link-preview__card{
  display:flex;
  gap:.7rem;
  align-items:stretch;
  border:1px solid rgba(118,86,196,.18);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,.88);
  color:#211b32;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(32,20,58,.08);
}
.np-messages-shell--v489 .np-thread-bubble--own .np-message-link-preview__card{
  background:rgba(255,255,255,.96);
}
.np-messages-shell--v489 .np-message-link-preview__image{
  flex:0 0 96px;
  width:96px;
  min-height:86px;
  background:#ede8f8;
}
.np-messages-shell--v489 .np-message-link-preview__image img{
  display:block;
  width:100%;
  height:100%;
  min-height:86px;
  object-fit:cover;
}
.np-messages-shell--v489 .np-message-link-preview__body{
  display:flex;
  flex-direction:column;
  gap:.18rem;
  min-width:0;
  padding:.62rem .72rem .62rem 0;
}
.np-messages-shell--v489 .np-message-link-preview__body:first-child{padding-left:.72rem;}
.np-messages-shell--v489 .np-message-link-preview__body small{
  color:#765fc1;
  font-size:.68rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.np-messages-shell--v489 .np-message-link-preview__body strong{
  color:#211b32;
  font-size:.9rem;
  line-height:1.2;
  font-weight:900;
}
.np-messages-shell--v489 .np-message-link-preview__body span{
  color:#686279;
  font-size:.78rem;
  line-height:1.32;
}
@media(max-width:640px){
  .np-messages-shell--v489 .np-message-link-preview{max-width:100%;}
  .np-messages-shell--v489 .np-message-link-preview__card{border-radius:14px;gap:.55rem;}
  .np-messages-shell--v489 .np-message-link-preview__image{flex-basis:76px;width:76px;min-height:76px;}
  .np-messages-shell--v489 .np-message-link-preview__image img{min-height:76px;}
  .np-messages-shell--v489 .np-message-link-preview__body{padding:.52rem .58rem .52rem 0;}
  .np-messages-shell--v489 .np-message-link-preview__body strong{font-size:.84rem;}
  .np-messages-shell--v489 .np-message-link-preview__body span{font-size:.74rem;}
}


/* ===== v49.64 chat-only automatic ad cooldown ===== */
body.np-chat-ad-cooldown [data-np-chat-ad-stopped="1"],
body.np-chat-ad-cooldown .np-messages-shell [data-np-chat-ad-stopped="1"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
body.np-page-spravy .np-messages-shell .google-auto-placed:not([data-np-chat-ad-allowed]),
body.np-page-spravy .np-messages-shell ins.adsbygoogle:not([data-np-chat-ad-allowed]),
body.np-page-spravy .np-messages-shell iframe[id^="google_ads_iframe"]:not([data-np-chat-ad-allowed]),
body.np-page-spravy .np-messages-shell iframe[id^="aswift_"]:not([data-np-chat-ad-allowed]){
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}


/* ===== v49.70: rozvinutá orientačná stránka Čo je napisto.sk ===== */
.np-about-page{max-width:1120px;gap:22px;}
.np-about-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:22px;align-items:stretch;padding:clamp(22px,4vw,38px);border:1px solid rgba(111,71,197,.16);border-radius:32px;background:radial-gradient(circle at top left,rgba(111,71,197,.18),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,241,255,.88));box-shadow:0 24px 60px rgba(39,30,67,.10);overflow:hidden;position:relative;}
.np-about-hero:after{content:"";position:absolute;right:-120px;top:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,122,164,.13);pointer-events:none;}
.np-about-hero__content,.np-about-hero__panel{position:relative;z-index:1;}
.np-about-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(111,71,197,.10);color:var(--np-brand);font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;}
.np-about-hero h1{margin:.45rem 0 .7rem;font-size:clamp(2.15rem,5vw,4rem);line-height:.95;}
.np-about-hero p{font-size:1.05rem;line-height:1.75;max-width:760px;}
.np-about-hero__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px;}
.np-about-hero__link{font-weight:900;text-decoration:none;color:var(--np-brand)!important;}
.np-about-hero__panel{display:grid;gap:12px;align-content:start;border:1px solid rgba(111,71,197,.16);border-radius:24px;padding:18px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.8);}
.np-about-hero__panel strong{font-size:1.05rem;color:var(--np-brand-3);}
.np-about-hero__panel ol{margin:0;padding-left:1.15rem;display:grid;gap:9px;}
.np-about-section{display:grid;gap:12px;padding:22px;border:1px solid rgba(39,30,67,.09);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 16px 42px rgba(39,30,67,.06);}
.np-about-section h2{margin:0;color:var(--np-brand-3);font-size:clamp(1.35rem,2.6vw,2rem);}
.np-about-section--split{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.np-about-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:6px;}
.np-about-link-card{position:relative;display:grid;gap:7px;min-height:168px;padding:18px;border:1px solid rgba(111,71,197,.15);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,241,255,.72));text-decoration:none!important;color:var(--np-text)!important;box-shadow:0 14px 34px rgba(39,30,67,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden;}
.np-about-link-card:hover{transform:translateY(-3px);border-color:rgba(111,71,197,.34);box-shadow:0 20px 46px rgba(39,30,67,.12);}
.np-about-link-card__icon{font-size:1.8rem;line-height:1;}
.np-about-link-card__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--np-brand);}
.np-about-link-card strong{font-size:1.13rem;line-height:1.2;}
.np-about-link-card em{font-style:normal;color:var(--np-muted);line-height:1.55;}
.np-about-link-card b{align-self:end;color:var(--np-brand-3);font-size:.9rem;}
.np-about-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.np-about-feature-list article{padding:16px;border-radius:22px;background:linear-gradient(145deg,rgba(248,246,255,.96),rgba(255,255,255,.9));border:1px solid rgba(111,71,197,.10);}
.np-about-feature-list h3{margin:0 0 7px;color:var(--np-brand);font-size:1.05rem;}
.np-about-feature-list p{margin:0;}
.np-about-note-card{padding:18px;border-radius:24px;background:linear-gradient(145deg,rgba(111,71,197,.10),rgba(255,122,164,.10));border:1px solid rgba(111,71,197,.16);}
.np-about-note-card strong{display:block;margin-bottom:8px;color:var(--np-brand-3);font-size:1.08rem;}
.np-about-orientation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.np-about-orientation-card{display:grid;gap:8px;padding:16px;border:1px solid rgba(39,30,67,.09);border-radius:22px;background:#fff;text-decoration:none!important;color:var(--np-text)!important;box-shadow:0 12px 28px rgba(39,30,67,.055);transition:transform .18s ease,box-shadow .18s ease;}
.np-about-orientation-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(39,30,67,.10);}
.np-about-orientation-card strong{color:var(--np-brand);}
.np-about-orientation-card span{color:var(--np-muted);line-height:1.55;}
.np-about-orientation-card b{color:var(--np-brand-3);font-size:.9rem;}
.np-about-operator{background:linear-gradient(145deg,rgba(246,241,255,.9),rgba(255,255,255,.95));}
@media (max-width:900px){.np-about-hero,.np-about-section--split,.np-about-feature-list,.np-about-orientation-grid{grid-template-columns:1fr}.np-about-link-grid{grid-template-columns:1fr}.np-about-section{padding:18px}.np-about-hero{padding:22px;border-radius:26px}}


/* ===== v49.71: nested comment replies, aligned feed comments, deletable notifications ===== */
.comment-list .children{
  margin:10px 0 0 clamp(14px,4vw,48px)!important;
  padding:0 0 0 clamp(10px,2vw,18px)!important;
  border-left:3px solid rgba(111,71,197,.16)!important;
  list-style:none!important;
}
.comment-list .children .np-comment-body-custom{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,244,255,.94))!important;
  border-color:rgba(111,71,197,.16)!important;
}
.np-comment-item--reply>.np-comment-body-custom,
.comment-list .children .comment-body{
  margin-top:8px!important;
}
.np-comment-reply-context{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin:0 0 6px;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(111,71,197,.08);
  color:var(--np-brand-strong,#5b22bd);
  font-size:.78rem;
  font-weight:850;
}

#np-news-feed .np-live-feed--paged{
  overflow:hidden!important;
}
#np-news-feed .np-live-card,
#np-news-feed .np-live-card--comment,
#np-news-feed .np-live-card--comment-blog,
#np-news-feed .np-live-card--comment-profile,
#np-news-feed .np-live-card--comment-thought,
#np-news-feed .np-live-card--comment-forum,
#np-news-feed .np-live-card--comment-article{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
#np-news-feed .np-live-card--comment .np-live-card__top{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
}
#np-news-feed .np-live-card--comment .np-live-card__time{
  margin-left:auto!important;
  white-space:nowrap!important;
}
#np-news-feed .np-live-card--comment h3,
#np-news-feed .np-live-card--comment .np-live-card__excerpt--comment{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
}
#np-news-feed .np-live-card--comment h3{
  -webkit-line-clamp:1!important;
  margin:.08rem 0 .15rem!important;
}
#np-news-feed .np-live-card--comment .np-live-card__excerpt--comment,
#np-news-feed .np-live-card--comment p{
  -webkit-line-clamp:1!important;
  margin:.1rem 0 .2rem!important;
  line-height:1.28!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
#np-news-feed .np-live-card--comment .np-live-card__meta{
  min-width:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
@media(max-width:640px){
  .comment-list .children{margin-left:12px!important;padding-left:10px!important;}
  #np-news-feed .np-live-card--comment h3{-webkit-line-clamp:2!important;}
  #np-news-feed .np-live-card--comment .np-live-card__time{font-size:.72rem!important;}
}

.np-notification-swipe{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  touch-action:pan-y;
}
.np-notification-swipe .np-notification-row{
  position:relative;
  z-index:2;
  width:100%;
  box-sizing:border-box;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.np-notification-swipe.is-dragging .np-notification-row{
  transform:translateX(calc(-1 * var(--np-notif-shift,0px)));
  transition:none;
}
.np-notification-delete{
  position:absolute;
  right:10px;
  top:50%;
  z-index:4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(220,38,38,.22);
  color:#dc2626!important;
  font-size:18px;
  line-height:1;
  font-weight:950;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(127,29,29,.12);
  transform:translateY(-50%);
  transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.np-notification-delete:hover,
.np-notification-delete:focus-visible{
  background:#fee2e2;
  transform:translateY(-50%) scale(1.04);
}
@media(min-width:761px){
  .np-notification-swipe .np-notification-row{padding-right:52px!important;}
  .np-notification-delete{opacity:.72;}
  .np-notification-swipe:hover .np-notification-delete,
  .np-notification-delete:focus-visible{opacity:1;}
}
@media(max-width:760px){
  .np-notification-delete{
    right:12px;
    width:44px;
    height:44px;
    font-size:24px;
    opacity:0;
    pointer-events:none;
    background:#fee2e2;
  }
  .np-notification-swipe.is-swiped .np-notification-row{
    transform:translateX(-62px);
  }
  .np-notification-swipe.is-swiped .np-notification-delete{
    opacity:1;
    pointer-events:auto;
  }
  .np-notification-row__copy strong{font-size:.94rem!important;}
}


/* ===== v49.73: kompaktnejšie bežné komentáre bez zásahu do homepage newsfeedu ===== */
.np-comments-card{
  max-width:620px!important;
  padding:14px 16px!important;
  border-radius:20px!important;
}
.comment-list{
  gap:7px!important;
}
.comment-body,
.np-comment-body-custom{
  padding:10px 12px!important;
  border-radius:14px!important;
}
.np-comment-main{
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:9px!important;
}
.np-comment-avatar img{
  width:36px!important;
  height:36px!important;
  border-radius:50%!important;
}
.np-comment-meta-row{
  gap:6px!important;
  margin-bottom:4px!important;
  font-size:.78rem!important;
}
.np-comment-author,
.np-comment-author a,
.np-comment-date{
  font-size:.78rem!important;
}
.np-comment-content-rich{
  font-size:.86rem!important;
  line-height:1.45!important;
}
.np-comment-content-rich p{
  margin:.25rem 0!important;
}
.np-comment-actions-row{
  margin-top:7px!important;
  padding-top:6px!important;
  gap:7px!important;
}
.np-comment-reply-wrap .comment-reply-link,
.np-comment-delete-link,
.comment-reply-link.np-guest-gate-trigger{
  padding:6px 8px!important;
  border-radius:9px!important;
  font-size:.76rem!important;
}
.np-comment-rating-wrap .np-rating{
  padding:5px 7px!important;
  gap:5px!important;
}
.np-comment-rating-wrap .np-rating__btn{
  width:26px!important;
  height:26px!important;
  font-size:.78rem!important;
}
.np-comment-rating-wrap .np-rating__score,
.np-comment-rating-wrap .np-rating__label,
.np-comment-favorite-inline .np-fav-btn{
  font-size:.74rem!important;
}
.comment-list .children{
  margin-top:7px!important;
  margin-left:clamp(10px,2.6vw,28px)!important;
  padding-left:8px!important;
  border-left-width:2px!important;
}
.np-comment-reply-context{
  margin-bottom:4px!important;
  padding:3px 7px!important;
  font-size:.68rem!important;
}
@media(max-width:900px){
  .np-comments-card{max-width:92%!important;padding:12px!important;}
}
@media(max-width:640px){
  .np-comments-card{max-width:94%!important;padding:10px!important;border-radius:17px!important;}
  .comment-body,.np-comment-body-custom{padding:8px 9px!important;border-radius:12px!important;}
  .np-comment-main{grid-template-columns:1fr!important;gap:6px!important;}
  .np-comment-avatar{display:none!important;}
  .np-comment-content-rich{font-size:.82rem!important;line-height:1.38!important;}
  .np-comment-actions-row{margin-top:5px!important;padding-top:5px!important;}
  .comment-list .children{margin-left:8px!important;padding-left:7px!important;}
}


/* v49.74: anonymné príspevky interných persona účtov */
.np-checkline--status-anonymous,.np-wall-anonymous-option{display:inline-flex;align-items:center;gap:6px;margin:0 8px 0 0;font-weight:800;color:var(--np-brand);font-size:.9rem}.np-wall-post__avatar--anonymous{display:inline-flex;align-items:center;justify-content:center}.np-wall-post__name--anonymous{font-weight:900;color:var(--np-brand-3)}.np-comment-anonymous-option{margin:.75rem 0}.np-comment-anonymous-option label{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:var(--np-brand)}


/* ===== v49.76: skrytie e-mailu z profilu + kompaktnejší formulár novej témy ===== */
.np-topic-title-row{
  display:grid!important;
  grid-template-columns:minmax(0,7fr) minmax(180px,3fr)!important;
  gap:10px!important;
  align-items:start!important;
}
.np-editor-card--topic .np-topic-title-row .np-field{margin:0!important;}
.np-topic-publish-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
  margin-top:2px!important;
}
.np-topic-publish-row .np-checkline--anonymous{
  margin:0!important;
  flex:0 1 auto!important;
  white-space:nowrap!important;
}
.np-topic-publish-row .np-composer-tools{
  margin:0!important;
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.np-topic-publish-row .np-composer-tools__hint{
  display:none!important;
}
.np-topic-publish-row .np-topic-submit-button,
.np-topic-publish-row .button[type="submit"]{
  margin:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.np-editor-card--topic .np-topic-question-field #np_topic_content.np-rich-textarea,
.np-editor-card--topic #np_topic_content.np-rich-textarea{
  min-height:calc(3 * 1.35em + 24px)!important;
  height:calc(3 * 1.35em + 24px)!important;
  max-height:9em!important;
  font-size:.96rem!important;
  line-height:1.35!important;
  padding:10px 12px!important;
  overflow-y:auto!important;
}
.np-editor-card--topic .np-topic-question-field .np-editor-note{
  font-size:.66rem!important;
}
@media(max-width:760px){
  .np-topic-title-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .np-topic-publish-row{
    gap:8px!important;
    overflow-x:auto!important;
    padding-bottom:2px!important;
    -webkit-overflow-scrolling:touch;
  }
  .np-topic-publish-row .np-checkline--anonymous,
  .np-topic-publish-row .np-composer-tools,
  .np-topic-publish-row .button[type="submit"]{
    flex:0 0 auto!important;
  }
  .np-topic-publish-row .np-checkline--anonymous{
    font-size:.78rem!important;
  }
  .np-topic-publish-row .np-modal-trigger,
  .np-topic-publish-row .button[type="submit"]{
    font-size:.76rem!important;
    padding:7px 10px!important;
  }
  .np-editor-card--topic .np-topic-question-field #np_topic_content.np-rich-textarea,
  .np-editor-card--topic #np_topic_content.np-rich-textarea{
    min-height:calc(3 * 1.32em + 22px)!important;
    height:calc(3 * 1.32em + 22px)!important;
    max-height:8.5em!important;
    font-size:.9rem!important;
    line-height:1.32!important;
    padding:9px 10px!important;
  }
}


/* ===== v49.77: Profile Bio + swipe Myšlienky dňa panel ===== */
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
  min-height:100%!important;
  padding:14px!important;
  background:linear-gradient(180deg,#fff,#fbf8ff)!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977::after{display:none!important;}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel--v4890,
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-thoughts-panel--v4977{
  margin:0!important;
  min-height:0!important;
  height:100%!important;
  border-radius:16px!important;
  border:1px solid rgba(116,75,214,.12)!important;
  box-shadow:0 10px 24px rgba(38,25,71,.055)!important;
  overflow:hidden!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel--v4977{
  display:flex!important;
  flex-direction:column!important;
  padding:16px!important;
  background:radial-gradient(circle at right top,rgba(130,84,229,.10),transparent 38%),#fff!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel__head{
  margin-bottom:10px!important;
  gap:10px!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel__icon{
  width:38px!important;
  height:38px!important;
  font-size:1.1rem!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel__head strong{font-size:1rem!important;}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel__head small{font-size:.82rem!important;line-height:1.25!important;}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-text--v4890{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:auto!important;
  font-size:.92rem!important;
  line-height:1.52!important;
  padding-right:4px!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-form--v4890{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  flex:1 1 auto!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-form--v4890 textarea{
  flex:1 1 auto!important;
  min-height:78px!important;
  max-height:118px!important;
  padding:11px 13px!important;
  font-size:.9rem!important;
  line-height:1.42!important;
  border-radius:14px!important;
}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-form__footer{margin-top:8px!important;}
.np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-form__footer .button{min-height:34px!important;padding:8px 13px!important;font-size:.82rem!important;border-radius:12px!important;}
.np-profile-bio-empty--v4977{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:1 1 auto!important;
  min-height:64px!important;
  border:1px dashed rgba(116,75,214,.22)!important;
  border-radius:14px!important;
  background:#fbf8ff!important;
  color:#716584!important;
  font-weight:800!important;
  font-size:.9rem!important;
}
.np-profile-thoughts-panel--v4977{
  display:flex!important;
  flex-direction:column!important;
  padding:14px!important;
  background:
    radial-gradient(circle at 0 0,rgba(85,126,255,.12),transparent 34%),
    linear-gradient(135deg,#1c1632,#30204f 56%,#6a3bd1)!important;
  color:#fff!important;
  position:relative!important;
}
.np-profile-thoughts-panel--v4977::before{
  content:"";
  position:absolute;
  inset:auto -38px -54px auto;
  width:142px;
  height:142px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  pointer-events:none;
}
.np-profile-thoughts-panel__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
  position:relative!important;
  z-index:1!important;
  margin-bottom:10px!important;
}
.np-profile-thoughts-panel__eyebrow{
  display:inline-flex!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  color:#f4efff!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  font-size:.68rem!important;
  margin-bottom:5px!important;
}
.np-profile-thoughts-panel__head strong{
  display:block!important;
  font-size:1rem!important;
  line-height:1.15!important;
  color:#fff!important;
}
.np-profile-thoughts-panel__controls{
  display:inline-flex!important;
  gap:6px!important;
  flex:0 0 auto!important;
}
.np-profile-thoughts-panel__controls button{
  width:30px!important;
  height:30px!important;
  border:1px solid rgba(255,255,255,.26)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:1.15rem!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  backdrop-filter:blur(10px)!important;
}
.np-profile-thoughts-panel__controls button:hover,
.np-profile-thoughts-panel__controls button:focus-visible{
  background:rgba(255,255,255,.22)!important;
  outline:none!important;
}
.np-profile-thoughts-track{
  display:flex!important;
  flex:1 1 auto!important;
  min-height:0!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  padding:1px 2px 8px!important;
  position:relative!important;
  z-index:1!important;
  -webkit-overflow-scrolling:touch!important;
}
.np-profile-thoughts-track::-webkit-scrollbar{height:6px;}
.np-profile-thoughts-track::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:999px;}
.np-profile-thought-slide{
  flex:0 0 100%!important;
  scroll-snap-align:start!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 12px 28px rgba(0,0,0,.12)!important;
  padding:13px!important;
  backdrop-filter:blur(12px)!important;
}
.np-profile-thought-slide__number{
  align-self:flex-start!important;
  display:inline-flex!important;
  min-width:34px!important;
  height:24px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  color:#f2eaff!important;
  font-size:.74rem!important;
  font-weight:950!important;
  margin-bottom:8px!important;
}
.np-profile-thought-slide p{
  margin:0!important;
  color:#fff!important;
  font-size:.94rem!important;
  line-height:1.42!important;
  font-weight:850!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.np-profile-thought-slide footer{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:12px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:.76rem!important;
  font-weight:800!important;
}
.np-profile-thought-slide footer a,
.np-profile-thought-slide footer em{
  display:inline-flex!important;
  align-items:center!important;
  min-height:24px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-style:normal!important;
}
.np-profile-thoughts-panel__hint{
  position:relative!important;
  z-index:1!important;
  margin-top:4px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.72rem!important;
  font-weight:800!important;
}
.np-profile-thoughts-empty{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:5px!important;
  flex:1 1 auto!important;
  border:1px dashed rgba(255,255,255,.28)!important;
  border-radius:16px!important;
  padding:16px!important;
  background:rgba(255,255,255,.10)!important;
}
.np-profile-thoughts-empty strong{color:#fff!important;font-size:.98rem!important;}
.np-profile-thoughts-empty span{color:rgba(255,255,255,.76)!important;font-size:.86rem!important;line-height:1.35!important;}
@media (max-width:900px){
  .np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977{grid-template-rows:auto auto!important;gap:10px!important;}
  .np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-bio-panel--v4890,
  .np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977 .np-profile-thoughts-panel--v4977{height:auto!important;min-height:190px!important;}
}
@media (max-width:560px){
  .np-profile-shell--v4893 .np-profile-bio-thoughts-card--v4977{padding:12px!important;}
  .np-profile-thoughts-panel--v4977{padding:12px!important;}
  .np-profile-thought-slide{padding:12px!important;border-radius:14px!important;}
  .np-profile-thought-slide p{font-size:.88rem!important;-webkit-line-clamp:4!important;}
  .np-profile-thoughts-panel__head strong{font-size:.94rem!important;}
  .np-profile-thoughts-panel__controls button{width:28px!important;height:28px!important;}
}


/* ===== v49.79: homepage active members + thought composer gently +10% ===== */
.np-home-stack--v4815 .np-home-top-thought-row{
  grid-template-columns:minmax(0,1fr) minmax(230px,297px)!important;
  gap:9px!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:8px 9px!important;
  border-radius:18px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-home-top-users__head{
  margin-bottom:4px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-chip,
.np-home-stack--v4815 .np-home-top-thought-row .np-kicker{
  font-size:.65rem!important;
  padding:5px 8px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-home-people-note{
  font-size:.80rem!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-users-grid{
  gap:7px!important;
  padding-bottom:6px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card{
  flex:0 0 clamp(108px,11.6vw,134px)!important;
  min-height:95px!important;
  padding:7px!important;
  border-radius:14px!important;
  gap:4px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__avatar img{
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card h3{
  font-size:.79rem!important;
  line-height:1.1!important;
  margin:3px 0 1px!important;
}
.np-home-stack--v4815 .np-top-user-card__status{
  padding:3px 6px!important;
  font-size:.60rem!important;
  margin-bottom:1px!important;
}
.np-home-stack--v4815 .np-top-user-card__status i{
  width:5.5px!important;
  height:5.5px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__thought{
  font-size:.66rem!important;
  line-height:1.18!important;
  margin:1px 0 2px!important;
  -webkit-line-clamp:2!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__meta{
  font-size:.64rem!important;
  line-height:1.12!important;
  gap:1px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-thought-composer::before{
  margin-bottom:5px!important;
  padding:5px 8px!important;
  font-size:.65rem!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form textarea{
  min-height:46px!important;
  border-radius:14px!important;
  padding:9px 11px!important;
  font-size:.88rem!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form__footer{
  margin-top:6px!important;
  font-size:.79rem!important;
  gap:6px!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-status-form__footer .button{
  min-height:33px!important;
  padding:7px 11px!important;
  border-radius:13px!important;
  font-size:.86rem!important;
}
.np-home-stack--v4815 .np-home-top-thought-row .np-checkline--status-anonymous{
  font-size:.78rem!important;
}

@media (max-width:1180px){
  .np-home-stack--v4815 .np-home-top-thought-row{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:820px){
  .np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card{
    flex-basis:134px!important;
    width:134px!important;
    min-width:134px!important;
    min-height:103px!important;
  }
  .np-home-stack--v4815 .np-home-top-thought-row .np-thought-composer,
  .np-home-stack--v4815 .np-home-top-thought-row .np-home-top-users{
    padding:10px!important;
  }
}
@media (max-width:560px){
  .np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card{
    flex-basis:130px!important;
    width:130px!important;
    min-width:130px!important;
    min-height:101px!important;
  }
  .np-home-stack--v4815 .np-home-top-thought-row .np-top-user-card__avatar img{
    width:36px!important;
    height:36px!important;
  }
  .np-home-stack--v4815 .np-home-top-thought-row .np-status-form textarea{
    min-height:64px!important;
    font-size:16px!important;
  }
}

/* ===== v49.80: opt-in browser/mobile notification settings ===== */
.np-notifications-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.np-browser-notification-settings-toggle{
  appearance:none;
  border:1px solid rgba(111,71,197,.18);
  background:linear-gradient(135deg,rgba(111,71,197,.12),rgba(255,255,255,.92));
  color:var(--np-brand);
  border-radius:999px;
  padding:9px 14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(44,26,82,.08);
}
.np-browser-notification-settings-toggle:hover,
.np-browser-notification-settings-toggle:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(111,71,197,.34);
  outline:none;
}
.np-browser-notification-settings{
  margin:14px 0 16px;
  border:1px solid rgba(111,71,197,.15);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(246,241,255,.9));
  padding:14px;
  box-shadow:0 14px 34px rgba(44,26,82,.08);
}
.np-browser-notification-settings[hidden]{display:none!important;}
.np-browser-notification-settings__form{display:grid;gap:12px;margin:0;}
.np-browser-notification-settings__head{display:grid;gap:4px;}
.np-browser-notification-settings__head strong{font-size:1rem;color:var(--np-text);}
.np-browser-notification-settings__head span,
.np-browser-notification-settings__actions small{font-size:.86rem;color:var(--np-muted);line-height:1.35;}
.np-browser-notification-options{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.np-browser-notification-option{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  padding:10px 11px;
  border:1px solid rgba(111,71,197,.14);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  font-weight:850;
  color:var(--np-text);
  cursor:pointer;
}
.np-browser-notification-option input{accent-color:var(--np-brand);flex:0 0 auto;}
.np-browser-notification-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.np-browser-notification-settings__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.np-browser-notification-save{border-radius:999px!important;font-weight:900!important;}
.np-browser-notification-settings__actions small.is-success{color:#1f7a45;font-weight:800;}
.np-browser-notification-settings__actions small.is-error{color:#a6283a;font-weight:800;}

/* v49.83: compact one-line browser notification diagnostics and test button */
.np-browser-notification-test{border-radius:999px!important;font-weight:900!important;}
.np-browser-notification-diagnostics{display:flex;align-items:center;gap:6px;margin-top:2px;overflow-x:auto;white-space:nowrap;padding-bottom:2px;}
.np-browser-notification-diagnostics span{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border-radius:999px;background:#fff;border:1px solid rgba(124,70,228,.14);color:var(--np-muted);font-size:.68rem;font-weight:800;line-height:1.1;flex:0 0 auto;}
.np-browser-notification-diagnostics span.is-ok{background:#effaf3;border-color:rgba(31,122,69,.18);color:#1f7a45;}
.np-browser-notification-diagnostics span.is-warn{background:#fff7e8;border-color:rgba(154,91,0,.2);color:#8a5300;}
.np-browser-notification-diagnostics span.is-bad{background:#fff1f3;border-color:rgba(166,40,58,.2);color:#a6283a;}
.np-browser-notification-note{margin:0;padding:10px 12px;border-radius:16px;background:rgba(124,70,228,.06);border:1px dashed rgba(124,70,228,.18);color:var(--np-muted);font-size:.84rem;line-height:1.45;}
@media(max-width:640px){.np-browser-notification-diagnostics{display:flex;overflow-x:auto}.np-browser-notification-settings__actions{align-items:stretch}.np-browser-notification-settings__actions .button{width:100%;justify-content:center}}
@media (max-width: 900px){
  .np-browser-notification-options{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 560px){
  .np-notifications-heading-row{align-items:flex-start;}
  .np-browser-notification-settings-toggle{padding:8px 12px;font-size:.9rem;}
  .np-browser-notification-options{grid-template-columns:1fr;}
  .np-browser-notification-option{padding:9px 10px;}
}

/* ===== v49.85: kompaktnejší newsfeed, upozornenia a krajšie najnovšie fóra ===== */
#np-news-feed .np-live-card p,
#np-news-feed .np-live-card__excerpt,
#np-news-feed .np-live-card__excerpt--comment,
#np-news-feed .np-live-card__content,
#np-news-feed .np-live-card__body,
#np-news-feed .np-live-card .entry-summary{
  line-height:1.28!important;
}
#np-news-feed .np-live-card h2,
#np-news-feed .np-live-card h3{
  line-height:1.12!important;
}
#np-news-feed .np-live-card p,
#np-news-feed .np-live-card__excerpt,
#np-news-feed .np-live-card__excerpt--comment{
  margin-top:.26rem!important;
  margin-bottom:.42rem!important;
}
@media(max-width:640px){
  #np-news-feed .np-live-card p,
  #np-news-feed .np-live-card__excerpt,
  #np-news-feed .np-live-card__excerpt--comment,
  #np-news-feed .np-live-card__content,
  #np-news-feed .np-live-card__body,
  #np-news-feed .np-live-card .entry-summary{
    line-height:1.26!important;
  }
}

.np-browser-notification-settings-toggle{
  padding:7px 11px!important;
  font-size:.8rem!important;
  line-height:1.1!important;
  min-height:34px!important;
  box-shadow:0 7px 17px rgba(44,26,82,.07)!important;
}
@media(max-width:560px){
  .np-browser-notification-settings-toggle{
    padding:6px 10px!important;
    font-size:.78rem!important;
    min-height:32px!important;
  }
}

.np-notifications-page .np-notifications-list{
  gap:7px!important;
}
.np-notifications-page .np-notification-swipe{
  border-radius:15px!important;
}
.np-notifications-page .np-notification-row{
  gap:9px!important;
  padding:9px 10px!important;
  border-radius:15px!important;
  box-shadow:0 8px 20px rgba(39,30,67,.045)!important;
}
.np-notifications-page .np-notification-row__icon{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  border-radius:11px!important;
  font-size:.92rem!important;
}
.np-notifications-page .np-notification-row__copy strong{
  font-size:.76rem!important;
  line-height:1.18!important;
}
.np-notifications-page .np-notification-row__copy small{
  margin-top:2px!important;
  font-size:.66rem!important;
  line-height:1.12!important;
}
.np-notifications-page .np-notification-row__go{
  padding:6px 9px!important;
  font-size:.68rem!important;
}
.np-notifications-page .np-notification-delete{
  width:24px!important;
  height:24px!important;
  right:8px!important;
  font-size:15px!important;
}
.np-notifications-page .np-empty-state--notifications{
  padding:14px!important;
  border-radius:18px!important;
}
.np-notifications-page .np-empty-state--notifications strong{
  font-size:.8em!important;
  line-height:1.25!important;
}
@media(min-width:761px){
  .np-notifications-page .np-notification-swipe .np-notification-row{padding-right:42px!important;}
}
@media(max-width:760px){
  .np-notifications-page .np-notification-row{grid-template-columns:32px minmax(0,1fr)!important;}
  .np-notifications-page .np-notification-delete{
    width:34px!important;
    height:34px!important;
    font-size:20px!important;
  }
  .np-notifications-page .np-notification-swipe.is-swiped .np-notification-row{transform:translateX(-50px)!important;}
}

.np-sidebar-section--forum-context{
  position:relative!important;
  overflow:hidden!important;
  padding:18px!important;
  border-radius:24px!important;
  border:1px solid rgba(111,71,197,.10)!important;
  background:
    radial-gradient(circle at 100% 0, rgba(111,71,197,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,246,255,.92))!important;
  box-shadow:0 16px 42px rgba(31,20,58,.065)!important;
}
.np-sidebar-section--forum-context .widget-title{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 12px!important;
  font-size:1.12rem!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
  color:#20172f!important;
}
.np-sidebar-section--forum-context .widget-title:before{
  content:'💬';
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(111,71,197,.16),rgba(255,77,141,.10));
  font-size:.9rem;
  flex:0 0 auto;
}
.np-sidebar-section--forum-context .np-list--forum-context{
  gap:10px!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context{
  position:relative!important;
  display:grid!important;
  gap:8px!important;
  padding:14px 15px 13px!important;
  border-radius:19px!important;
  border:1px solid rgba(111,71,197,.11)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,243,255,.88))!important;
  box-shadow:0 10px 24px rgba(31,20,58,.045)!important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context:hover,
.np-sidebar-section--forum-context .np-list-item--forum-context:focus-within{
  transform:translateY(-2px)!important;
  border-color:rgba(111,71,197,.24)!important;
  box-shadow:0 16px 34px rgba(31,20,58,.085)!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context:after{
  content:'›';
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(111,71,197,.45);
  font-weight:950;
  font-size:1.45rem;
  pointer-events:none;
}
.np-sidebar-section--forum-context .np-list-item--forum-context .np-tax{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:calc(100% - 28px)!important;
  margin:0!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  background:rgba(111,71,197,.10)!important;
  color:#6544a8!important;
  font-size:.70rem!important;
  font-weight:900!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context > a{
  display:block!important;
  padding-right:22px!important;
  margin:0!important;
  color:#1f182d!important;
  font-size:1.02rem!important;
  font-weight:850!important;
  line-height:1.22!important;
  letter-spacing:-.012em!important;
  text-decoration:none!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context > a:hover,
.np-sidebar-section--forum-context .np-list-item--forum-context > a:focus-visible{
  color:var(--np-brand)!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context .np-list-item__meta{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:5px 8px!important;
  margin-top:0!important;
  padding-right:22px!important;
  color:#766b88!important;
  font-size:.70rem!important;
  font-weight:800!important;
  line-height:1.15!important;
}
.np-sidebar-section--forum-context .np-list-item--forum-context .np-list-item__meta span:not(:last-child):after{
  content:'•';
  margin-left:8px;
  color:rgba(111,71,197,.42);
}
.np-sidebar-section--forum-context .np-forum-poll-badge--sidebar{
  margin:0 0 0 4px!important;
  vertical-align:middle!important;
  font-size:.62rem!important;
}
@media(max-width:760px){
  .np-sidebar-section--forum-context{padding:16px!important;border-radius:22px!important;}
  .np-sidebar-section--forum-context .widget-title{font-size:1.05rem!important;}
  .np-sidebar-section--forum-context .np-list--forum-context{gap:9px!important;}
  .np-sidebar-section--forum-context .np-list-item--forum-context{padding:13px 14px 12px!important;border-radius:18px!important;}
  .np-sidebar-section--forum-context .np-list-item--forum-context > a{font-size:.96rem!important;}
}

/* ===== v49.85: blog content text -30% and tighter line-height =====
   Zmenšuje čítací text v blogových článkoch bez zásahu do newsfeedu, fóra, komentárov alebo formulárov. */
.single-post .np-article-single .np-article-content,
.single-post .np-article-single .np-article-content p,
.single-post .np-article-single .np-article-content li,
.single-post .np-article-single .np-article-content blockquote{
  font-size:.91rem!important;
  line-height:1.43!important;
}
.single-post .np-article-single .np-article-content p,
.single-post .np-article-single .np-article-content ul,
.single-post .np-article-single .np-article-content ol,
.single-post .np-article-single .np-article-content blockquote{
  margin-top:.55em!important;
  margin-bottom:.70em!important;
}
.single-post .np-article-single .np-article-content h2{
  font-size:1.22rem!important;
  line-height:1.18!important;
}
.single-post .np-article-single .np-article-content h3{
  font-size:1.08rem!important;
  line-height:1.18!important;
}
@media(max-width:700px){
  .single-post .np-article-single .np-article-content,
  .single-post .np-article-single .np-article-content p,
  .single-post .np-article-single .np-article-content li,
  .single-post .np-article-single .np-article-content blockquote{
    font-size:.88rem!important;
    line-height:1.38!important;
  }
}



/* ===== v49.86: blog +10% after compacting, comment composer two-line field =====
   Blogový text je mierne zväčšený oproti v49.85, pole komentára má základnú výšku na 2 riadky a menšie písmo. */
.single-post .np-article-single .np-article-content,
.single-post .np-article-single .np-article-content p,
.single-post .np-article-single .np-article-content li,
.single-post .np-article-single .np-article-content blockquote{
  font-size:1rem!important;
}
@media(max-width:700px){
  .single-post .np-article-single .np-article-content,
  .single-post .np-article-single .np-article-content p,
  .single-post .np-article-single .np-article-content li,
  .single-post .np-article-single .np-article-content blockquote{
    font-size:.97rem!important;
  }
}
.comment-respond #comment.np-rich-textarea,
.comment-respond textarea.np-comment-autogrow,
.np-comments-card #comment.np-rich-textarea,
.np-comments-card textarea.np-comment-autogrow{
  min-height:74px!important;
  font-size:1.08rem!important;
  line-height:1.45!important;
  padding:10px 11px!important;
}
@media(max-width:760px){
  .comment-respond #comment.np-rich-textarea,
  .comment-respond textarea.np-comment-autogrow,
  .np-comments-card #comment.np-rich-textarea,
  .np-comments-card textarea.np-comment-autogrow{
    min-height:68px!important;
    font-size:1.01rem!important;
    line-height:1.42!important;
  }
}


/* ===== v49.87 anonymné komentáre pre všetkých prihlásených ===== */
.comment-reply-title:empty{display:none}
.np-comment-compose-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 .55rem;font-weight:900;color:var(--np-ink)}
.np-comment-compose-head strong,.np-comment-compose-head label:not(.np-comment-anonymous-inline){font-size:1rem;font-weight:900;margin:0;color:var(--np-ink)}
.np-comment-anonymous-inline{display:inline-flex;align-items:center;gap:7px;margin:0 0 0 auto;font-size:.72rem;line-height:1;font-weight:900;letter-spacing:.04em;color:var(--np-brand);text-transform:uppercase;white-space:nowrap;cursor:pointer}
.np-comment-anonymous-inline input{width:14px;height:14px;margin:0;accent-color:var(--np-brand)}
.np-rich-editor .np-comment-compose-head + .np-editor-toolbar{margin-top:0}
@media (max-width:640px){.np-comment-compose-head{gap:10px;margin-bottom:.45rem}.np-comment-compose-head strong,.np-comment-compose-head label:not(.np-comment-anonymous-inline){font-size:.95rem}.np-comment-anonymous-inline{font-size:.68rem}.np-comment-anonymous-inline input{width:13px;height:13px}}


/* ===== v49.88 kompaktné ďalšie náhodné otázky vo fóre ===== */
.np-forum-random-related{
  margin-top:14px;
}
.np-forum-random-related__title{
  margin:0 0 8px;
  font-size:.82rem;
  line-height:1.1;
  font-weight:900;
  color:var(--np-brand-3);
  letter-spacing:.01em;
}
.np-forum-random-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  margin-top:0!important;
}
.np-forum-random-card{
  min-height:0!important;
  padding:7px 8px!important;
  border-radius:12px!important;
  border:1px solid rgba(124,84,192,.16)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,244,255,.9))!important;
  box-shadow:0 8px 18px rgba(78,43,130,.07)!important;
}
.np-forum-random-card strong{
  display:block;
  font-size:.62rem!important;
  line-height:1.15!important;
  font-weight:800!important;
  color:var(--np-ink)!important;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.np-forum-random-card:hover{
  transform:translateY(-1px);
}
@media (max-width: 600px){
  .np-forum-random-related{margin-top:12px;}
  .np-forum-random-related__title{font-size:.78rem;margin-bottom:7px;}
  .np-forum-random-grid{gap:6px!important;}
  .np-forum-random-card{padding:6px 7px!important;border-radius:11px!important;}
  .np-forum-random-card strong{font-size:.58rem!important;line-height:1.12!important;}
}


/* ===== v49.90: fórum - fialové náhodné otázky, jednoriadkové meta a čiastkové upozornenia ===== */
.np-forum-random-related__title{
  color:#7c2dff!important;
  text-shadow:0 1px 0 rgba(255,255,255,.65);
}
.np-forum-random-card strong{
  color:#6d28d9!important;
  font-weight:900!important;
}
.np-forum-thread__meta-top{
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  gap:10px!important;
  white-space:nowrap!important;
  overflow:hidden;
}
.np-forum-thread__meta-top .np-tax,
.np-forum-thread__author{
  flex:0 1 auto;
  min-width:0;
}
.np-forum-thread__author{
  margin-left:0!important;
  overflow:hidden;
  text-overflow:ellipsis;
}
.np-forum-thread__footer{
  justify-content:flex-start!important;
  align-items:center!important;
}
.np-forum-thread__footer-left{
  width:100%;
  flex-wrap:wrap;
  align-items:center!important;
}
.np-forum-thread__comment-count--inline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 4px!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.88)!important;
  font-size:.78rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  opacity:1!important;
  white-space:nowrap!important;
}
.np-forum-thread__footer:not(.np-forum-thread__footer--contrast) .np-forum-thread__comment-count--inline{
  color:rgba(255,255,255,.9)!important;
}
.np-forum-watch-btn{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:0;
  padding:5px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.72rem;
  line-height:1.1;
  font-weight:900;
  cursor:pointer;
  box-shadow:none;
}
.np-forum-watch-btn:hover,.np-forum-watch-btn:focus{
  background:rgba(255,255,255,.2);
  transform:translateY(-1px);
}
.np-forum-watch-btn.is-active{
  background:rgba(245,231,138,.22);
  border-color:rgba(255,238,148,.45);
  color:#fff9ce;
}
.np-forum-watch-btn.is-hidden{display:none!important;}
.np-browser-forum-watch-settings{
  display:grid;
  gap:8px;
  margin-top:10px;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(124,84,192,.14);
}
.np-browser-forum-watch-settings[hidden]{display:none!important;}
.np-browser-forum-watch-settings>strong{font-size:.82rem;color:var(--np-brand-3);}
.np-browser-forum-watch-list{display:grid;gap:6px;}
.np-browser-forum-watch-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:6px 7px;
  border-radius:12px;
  background:#fff;
  border:1px solid rgba(124,84,192,.12);
}
.np-browser-forum-watch-item a{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:.78rem;
  font-weight:800;
  text-decoration:none;
}
.np-browser-forum-watch-remove{
  appearance:none;
  border:0;
  background:transparent;
  color:#a33;
  font-size:.68rem;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  padding:3px 4px;
}
.np-browser-forum-watch-settings small{font-size:.68rem;color:var(--np-muted);}
@media(max-width:760px){
  .np-forum-thread__meta-top{gap:7px!important;}
  .np-forum-thread__meta-top .np-tax{font-size:.68rem!important;padding:4px 7px!important;}
  .np-forum-thread__author{font-size:.72rem!important;}
  .np-forum-thread__comment-count--inline{font-size:.7rem!important;}
  .np-forum-watch-btn{font-size:.66rem;padding:4px 6px;gap:4px;}
}
.np-forum-thread__footer{flex-direction:row!important;}


/* ===== v49.91: fórum - nadpis Ďalšie náhodné otázky biely a menší ===== */
.np-forum-random-related__title{
  color:#fff!important;
  font-size:.66rem!important;
  line-height:1.08!important;
  text-shadow:0 1px 2px rgba(76,29,149,.35)!important;
}
@media (max-width:600px){
  .np-forum-random-related__title{font-size:.62rem!important;}
}


/* ===== v49.92: fórum - reálne zjednotenie úprav aj pre Tému dňa a spoľahlivé jednoriadkové akcie ===== */
.np-forum-thread__meta-top{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  min-width:0!important;
}
.np-forum-thread__meta-top-left{
  display:contents!important;
}
.np-forum-thread__meta-top .np-tax{
  flex:0 0 auto!important;
}
.np-forum-thread__author{
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.np-forum-thread__report-count{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
  min-width:max-content!important;
}
.np-forum-thread__report-count .np-content-report-wrap,
.np-forum-thread__report-count .np-content-report-link{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.np-forum-thread__report-count .np-forum-thread__comment-count--inline{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.np-forum-thread__footer-left{
  row-gap:7px!important;
  column-gap:8px!important;
}
.np-forum-random-related__title{
  color:#fff!important;
  font-size:.66rem!important;
  line-height:1.08!important;
  text-shadow:0 1px 2px rgba(76,29,149,.35)!important;
}
.np-forum-random-card strong{
  color:#6d28d9!important;
  font-weight:900!important;
}
@media(max-width:760px){
  .np-forum-thread__meta-top{gap:6px!important;}
  .np-forum-thread__report-count{gap:4px!important;}
  .np-forum-random-related__title{font-size:.62rem!important;}
}


/* ===== v49.93/v49.94: popup po pridaní obľúbeného obsahu + X v nastaveniach upozornení ===== */
.np-forum-watch-popup{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(24,13,42,.42);
  backdrop-filter:blur(8px);
}
.np-forum-watch-popup__card{
  position:relative;
  width:min(420px,100%);
  border-radius:24px;
  padding:20px;
  background:linear-gradient(145deg,#fff,#fbf7ff);
  box-shadow:0 24px 70px rgba(49,24,89,.28);
  border:1px solid rgba(124,84,192,.18);
  display:grid;
  gap:12px;
  color:#2e2140;
}
.np-forum-watch-popup__close{
  position:absolute;
  top:10px;
  right:10px;
  width:28px;
  height:28px;
  border:0;
  border-radius:999px;
  background:rgba(124,84,192,.10);
  color:#6f3ac7;
  font-weight:900;
  cursor:pointer;
}
.np-forum-watch-popup__icon{
  width:48px;
  height:48px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#7c3cff,#bb7dff);
  color:#fff;
  font-size:1.35rem;
  box-shadow:0 12px 28px rgba(124,60,255,.24);
}
.np-forum-watch-popup__copy strong{
  display:block;
  font-size:1.06rem;
  color:#5a20bb;
  margin-bottom:3px;
}
.np-forum-watch-popup__copy p{
  margin:0;
  font-size:.86rem;
  line-height:1.38;
  color:#5f536f;
}
.np-forum-watch-popup__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.np-forum-watch-popup__actions .button{
  margin:0;
}
.np-forum-watch-popup__card small{
  font-size:.72rem;
  color:var(--np-muted,#746a82);
}
.np-browser-forum-watch-remove{
  width:24px;
  height:24px;
  min-width:24px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:rgba(210,50,80,.08);
  color:#bf2747;
  font-size:1rem;
  padding:0;
  transition:background .18s ease, transform .18s ease;
}
.np-browser-forum-watch-remove:hover,.np-browser-forum-watch-remove:focus{
  background:rgba(210,50,80,.16);
  transform:scale(1.06);
}
@media(max-width:520px){
  .np-forum-watch-popup{align-items:flex-end;padding:12px;}
  .np-forum-watch-popup__card{border-radius:22px;padding:18px;}
  .np-forum-watch-popup__actions{display:grid;grid-template-columns:1fr;}
}

/* ===== v49.94: zvonček upozornení aj pre blogy, magazínové články a komentáre ===== */
.np-content-watch-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.np-post-actions-row .np-content-watch-btn{
  margin-left:6px;
}
.np-comment-favorite-inline{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.np-comment-favorite-inline .np-content-watch-btn{
  width:30px;
  height:30px;
  min-width:30px;
  padding:0;
  border-radius:999px;
  justify-content:center;
  font-size:.82rem;
}
.np-comment-favorite-inline .np-content-watch-btn .np-forum-watch-btn__label{
  display:none;
}
.np-browser-content-watch-item{
  grid-template-columns:auto minmax(0,1fr) auto;
}
.np-browser-content-watch-item__type{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  font-size:.68rem;
  font-weight:900;
  color:#6d38c4;
  background:#f2ebff;
  border:1px solid #e3d6ff;
  border-radius:999px;
  padding:3px 7px;
}
@media(max-width:640px){
  .np-post-actions-row .np-content-watch-btn{margin-left:0;margin-top:6px;}
  .np-browser-content-watch-item{grid-template-columns:1fr auto;}
  .np-browser-content-watch-item__type{grid-column:1/-1;width:max-content;}
}
.np-browser-content-watch-item{display:grid;align-items:center;}

/* ===== v49.95 refined favorites, watch bells and compact rating counts ===== */
.np-profile-name-with-favorite{display:flex!important;align-items:center;gap:10px;flex-wrap:wrap;line-height:1.05}
.np-profile-name-actions{display:inline-flex;align-items:center;gap:6px;vertical-align:middle}
.np-fav-btn{position:relative;overflow:visible;white-space:nowrap}
.np-fav-btn--icon-only{width:auto;min-width:34px;height:34px;padding:0 10px!important;display:inline-flex;align-items:center;justify-content:center;gap:0;border-radius:999px!important;font-size:1rem!important;line-height:1!important}
.np-fav-btn--user{background:#ffd84d!important;border-color:#e6bc18!important;color:#5e4696!important;box-shadow:0 8px 18px rgba(255,216,77,.24)!important}
.np-fav-btn--user .np-fav-btn__star{color:#5e4696!important;text-shadow:0 1px 0 rgba(255,255,255,.35)}
.np-fav-btn--user:hover:not(:disabled),.np-fav-btn--user.is-active{background:#ffe376!important;border-color:#dcae00!important;transform:translateY(-1px)}
.np-fav-btn--content{background:#6f47c5!important;border-color:#5e38b1!important;color:#fff!important;box-shadow:0 8px 18px rgba(111,71,197,.22)!important}
.np-fav-btn--content .np-fav-btn__star{color:#ffd84d!important;text-shadow:0 1px 0 rgba(34,20,75,.32)}
.np-fav-btn--content:hover:not(:disabled),.np-fav-btn--content.is-active{background:#7b52d5!important;border-color:#6842bd!important;transform:translateY(-1px)}
.np-fav-btn[data-np-tooltip]:hover::after,.np-content-watch-btn[title]:hover::after{content:attr(data-np-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);z-index:50;width:max-content;max-width:240px;padding:7px 9px;border-radius:10px;background:#211937;color:#fff;font-size:12px;font-weight:800;line-height:1.25;box-shadow:0 12px 26px rgba(33,25,55,.24);pointer-events:none;text-align:center}
.np-fav-btn[data-np-tooltip]:hover::before{content:"";position:absolute;left:50%;bottom:calc(100% + 3px);transform:translateX(-50%);border:5px solid transparent;border-top-color:#211937;z-index:51;pointer-events:none}
.np-profile-name-actions .np-content-watch-btn{min-width:34px;height:34px;padding:0 9px!important;border-radius:999px!important;font-size:.92rem!important;line-height:1!important}
.np-profile-name-actions .np-content-watch-btn .np-forum-watch-btn__label{display:none!important}
.np-content-action-dock{margin-top:18px;padding-top:14px;border-top:1px solid rgba(94,70,150,.14);display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.np-content-action-dock .np-fav-btn,.np-content-action-dock .np-content-watch-btn{min-height:34px;border-radius:999px!important;font-size:.86rem!important;padding:7px 11px!important}
.np-rating{gap:8px!important}
.np-rating__actions{gap:6px!important}
.np-rating__btn{width:auto!important;min-width:52px!important;height:34px!important;padding:6px 9px!important;gap:5px!important;border-radius:999px!important;font-size:.95rem!important}
.np-rating__btn--up{color:#3b2178!important}
.np-rating__btn--down{color:#dc2626!important;border-color:rgba(220,38,38,.22)!important}
.np-rating__count{font-weight:900;font-size:.86em;line-height:1}
.np-rating__count--down{color:#dc2626!important}
.np-rating__score--net{display:none!important}
.np-forum-thread .np-rating__btn--down,.np-forum-thread__footer--contrast .np-rating__btn--down{color:#fecaca!important;border-color:rgba(254,202,202,.45)!important}
.np-forum-thread .np-rating__count--down,.np-forum-thread__footer--contrast .np-rating__count--down{color:#fecaca!important}
.np-comment-rating-wrap .np-rating__btn{min-width:46px!important;height:31px!important;padding:5px 8px!important;font-size:.88rem!important}
@media(max-width:700px){.np-profile-name-with-favorite{gap:7px}.np-profile-name-actions{gap:5px}.np-fav-btn--icon-only,.np-profile-name-actions .np-content-watch-btn{min-width:31px;height:31px;padding:0 8px!important}.np-content-action-dock{justify-content:flex-start}.np-rating__btn{min-width:48px!important;height:32px!important}}

/* ===== v49.97 user favorite star everywhere author names appear ===== */
.np-author-name-with-favorite,
.np-author-meta-inline,
.np-comment-author-with-favorite{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  vertical-align:middle;
}
.np-author-favorite-inline{
  display:inline-flex;
  align-items:center;
  gap:4px;
  vertical-align:middle;
  margin-left:3px;
}
.np-author-favorite-inline .np-fav-btn--icon-only,
.np-author-favorite-inline .np-content-watch-btn{
  min-width:24px!important;
  width:24px!important;
  height:24px!important;
  padding:0!important;
  border-radius:999px!important;
  font-size:.72rem!important;
  line-height:1!important;
  box-shadow:0 5px 12px rgba(65,37,115,.12)!important;
}
.np-author-favorite-inline .np-fav-btn__star{font-size:.82rem!important;line-height:1!important;margin:0!important;}
.np-author-favorite-inline .np-content-watch-btn .np-forum-watch-btn__label{display:none!important;}
.np-author-favorite-inline .np-content-watch-btn .np-forum-watch-btn__icon{font-size:.78rem!important;line-height:1!important;margin:0!important;}
.np-post-meta__author{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;}
.np-live-card__meta .np-author-favorite-inline .np-fav-btn--icon-only,
.np-live-card__meta .np-author-favorite-inline .np-content-watch-btn{
  min-width:22px!important;width:22px!important;height:22px!important;font-size:.68rem!important;
}
.np-comment-author .np-author-favorite-inline .np-fav-btn--icon-only,
.np-comment-author .np-author-favorite-inline .np-content-watch-btn{
  min-width:23px!important;width:23px!important;height:23px!important;
}
.np-forum-thread__author .np-author-name-with-favorite{gap:6px;}
.np-forum-thread__author .np-author-favorite-inline .np-content-watch-btn{background:rgba(255,255,255,.95)!important;color:#5e4696!important;border-color:rgba(255,255,255,.75)!important;}
.np-forum-watch-popup__copy p{font-size:.92rem;line-height:1.35;}
@media(max-width:700px){
  .np-author-favorite-inline{gap:3px;margin-left:2px;}
  .np-author-favorite-inline .np-fav-btn--icon-only,
  .np-author-favorite-inline .np-content-watch-btn{min-width:22px!important;width:22px!important;height:22px!important;font-size:.66rem!important;}
}


/* ===== v49.97: malé zväčšenie náhodných otázok + frontend admin persona písanie ===== */
.np-forum-random-related__title{
  font-size:.693rem!important;
}
.np-forum-random-card strong{
  font-size:.651rem!important;
}
@media (max-width:600px){
  .np-forum-random-related__title{font-size:.651rem!important;}
  .np-forum-random-card strong{font-size:.609rem!important;}
}
.np-front-persona-writer{
  margin:18px auto;
  border:1px solid rgba(124,84,192,.18);
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(247,242,255,.92));
  box-shadow:0 18px 42px rgba(79,47,165,.10);
}
.np-front-persona-writer__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.np-front-persona-writer__head h2{
  margin:0 0 4px;
  font-size:1.05rem;
  line-height:1.1;
}
.np-front-persona-writer__head p{
  margin:0;
  font-size:.78rem;
  line-height:1.35;
  color:var(--np-muted);
}
.np-front-persona-writer__badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  flex:0 0 auto;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3b0;
  color:#5b3b00;
  font-size:.72rem;
  line-height:1;
  font-weight:900;
}
.np-front-persona-writer__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.np-front-persona-box{
  display:grid;
  gap:8px;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(124,84,192,.14);
  background:rgba(255,255,255,.82);
}
.np-front-persona-box h3{
  margin:0;
  font-size:.9rem;
  line-height:1.15;
}
.np-front-persona-box label{
  display:grid;
  gap:4px;
  font-size:.72rem;
  line-height:1.2;
  font-weight:900;
  color:var(--np-brand-3);
}
.np-front-persona-box select,.np-front-persona-box input[type=text],.np-front-persona-box textarea{
  width:100%;
  min-width:0;
  border-radius:12px;
  font-size:.82rem;
  line-height:1.25;
}
.np-front-persona-box textarea{
  min-height:82px;
  resize:vertical;
}
.np-front-persona-inline{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.np-front-persona-inline input[type=checkbox]{
  width:15px;
  height:15px;
  margin:0;
  accent-color:var(--np-brand);
}
.np-front-persona-actions{
  display:flex;
  justify-content:flex-end;
}
.np-front-persona-actions .button{
  min-height:34px;
  padding:7px 12px;
  font-size:.78rem;
}
.np-front-persona-notice{
  margin:0 0 12px;
  padding:10px 12px;
  border-radius:14px;
  background:#ecfdf3;
  color:#166534;
  font-size:.82rem;
  font-weight:800;
}
@media(max-width:820px){
  .np-front-persona-writer__grid{grid-template-columns:1fr;}
  .np-front-persona-writer__head{flex-direction:column;}
}

/* ===== v49.98: chat notifications per conversation + Admin Napisto.sk support chat ===== */
.np-messages-shell--v489 .np-message-chat-controls{
  grid-template-columns:minmax(0,1.35fr) minmax(112px,.85fr) minmax(96px,.8fr)!important;
  gap:2px!important;
}
.np-messages-shell--v489 .np-message-chat-controls .button,
.np-messages-shell--v489 .np-message-block-user__button,
.np-messages-shell--v489 .np-message-delete-conversation__button,
.np-messages-shell--v489 .np-message-chat-watch__button{
  line-height:.99!important;
}
.np-messages-shell--v489 .np-message-chat-watch__button.is-active{
  background:linear-gradient(135deg,#6d39d3,#8b5cf6)!important;
  border-color:rgba(109,57,211,.35)!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(109,57,211,.16)!important;
}
.np-messages-shell--v489 .np-message-contact--support{
  border-color:rgba(109,57,211,.35)!important;
  background:linear-gradient(135deg,#7c3aed,#5b21b6)!important;
  color:#fff!important;
  box-shadow:0 16px 32px rgba(91,33,182,.18)!important;
}
.np-messages-shell--v489 .np-message-contact--support strong,
.np-messages-shell--v489 .np-message-contact--support small,
.np-messages-shell--v489 .np-message-contact--support .np-message-mini-tag{color:#fff!important;}
.np-messages-shell--v489 .np-message-contact--support .np-message-mini-tag{background:rgba(255,255,255,.20)!important;border-color:rgba(255,255,255,.35)!important;}
.np-messages-shell--v489 .np-message-support-note{
  margin:0 0 12px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid rgba(109,57,211,.18);
  background:linear-gradient(135deg,rgba(246,240,255,.96),rgba(255,255,255,.94));
  box-shadow:0 12px 28px rgba(66,35,126,.08);
}
.np-messages-shell--v489 .np-message-support-note strong{display:block;color:#5b21b6;font-size:.9rem;line-height:1.1;margin:0 0 4px;font-weight:900;}
.np-messages-shell--v489 .np-message-support-note p{margin:0;color:#5f5870;font-size:.78rem;line-height:1.35;}
.np-browser-chat-watch-settings{margin-top:10px;padding:10px;border-radius:16px;border:1px solid rgba(124,84,192,.16);background:rgba(255,255,255,.75);}
.np-browser-chat-watch-list{display:grid;gap:6px;margin:8px 0;}
.np-browser-chat-watch-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:7px 8px;border-radius:12px;background:#fff;border:1px solid rgba(124,84,192,.12);font-size:.78rem;line-height:1.15;}
.np-browser-chat-watch-item a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900;color:#5b21b6;text-decoration:none;}
.np-browser-chat-watch-remove{width:24px;height:24px;border-radius:999px;border:0;background:#f3e8ff;color:#5b21b6;font-weight:900;line-height:1;cursor:pointer;}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls{grid-template-columns:minmax(0,1fr) minmax(88px,.76fr) minmax(82px,.72fr)!important;}
  .np-messages-shell--v489 .np-message-chat-controls .button{font-size:.76rem!important;padding:7px 5px!important;min-height:38px!important;}
  .np-messages-shell--v489 .np-message-chat-watch__button span[aria-hidden="true"]{display:none!important;}
  .np-browser-chat-watch-item{grid-template-columns:1fr auto;}
  .np-browser-chat-watch-item span{grid-column:1/-1;}
}

/* ===== v49.99: compact mobile chat controls + message reactions ===== */
.np-messages-shell--v489 .np-thread-bubble__tools{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:3px!important;
  flex:0 0 auto!important;
  min-width:0!important;
}
.np-messages-shell--v489 .np-message-reactions{
  display:inline-flex!important;
  align-items:center!important;
  gap:1px!important;
  padding:1px 2px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(94,70,150,.10)!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-reaction{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  box-shadow:none!important;
  cursor:pointer!important;
  font-size:.58rem!important;
  line-height:1!important;
  opacity:.66!important;
  transform:none!important;
}
.np-messages-shell--v489 .np-message-reaction:hover,
.np-messages-shell--v489 .np-message-reaction:focus-visible,
.np-messages-shell--v489 .np-message-reaction.is-active{opacity:1!important;background:rgba(109,57,211,.12)!important;}
.np-messages-shell--v489 .np-message-reaction--dislike.is-active{background:rgba(220,38,38,.12)!important;}
.np-messages-shell--v489 .np-message-reaction--heart.is-active{background:rgba(236,72,153,.12)!important;}
.np-messages-shell--v489 .np-thread-bubble__delete-button,
.np-messages-shell--v489 .np-message-delete-button{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  padding:0!important;
  font-size:.82rem!important;
  line-height:1!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls{gap:.9px!important;row-gap:.9px!important;}
  .np-messages-shell--v489 .np-message-chat-controls .button,
  .np-messages-shell--v489 .np-message-block-user__button,
  .np-messages-shell--v489 .np-message-delete-conversation__button,
  .np-messages-shell--v489 .np-message-chat-watch__button{line-height:.89!important;min-height:36px!important;padding-top:6px!important;padding-bottom:6px!important;}
  .np-messages-shell--v489 .np-message-reaction{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;font-size:.55rem!important;}
  .np-messages-shell--v489 .np-thread-bubble__tools{gap:2px!important;}
}


/* v49.101: frontend announcement detail */
.np-announcement-detail{margin-bottom:18px;border:1px solid rgba(94,70,150,.16);box-shadow:0 18px 42px rgba(43,32,80,.08)}
.np-announcement-detail h2{margin:.45rem 0 .65rem;font-size:clamp(1.35rem,2.6vw,2rem)}
.np-announcement-detail__body{line-height:1.55;color:var(--np-text)}
.np-announcement-reactions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px}
.np-announcement-reaction{border:1px solid rgba(94,70,150,.18);border-radius:999px;background:#fff;color:#5e4696;font-weight:900;padding:7px 12px;cursor:pointer;box-shadow:0 6px 16px rgba(43,32,80,.06)}
.np-announcement-reaction--down{color:#d93652}
.np-announcement-reaction.is-active{background:#6e38d5;color:#fff;border-color:#6e38d5}
.np-announcement-reaction--down.is-active{background:#d93652;border-color:#d93652;color:#fff}
.np-announcement-thanks{display:block;margin-top:8px;color:var(--np-muted);font-weight:800}
.np-announcement--info{background:linear-gradient(135deg,#f4f0ff,#fff)}
.np-announcement--update{background:linear-gradient(135deg,#efe7ff,#fff)}
.np-announcement--warning{background:linear-gradient(135deg,#fff5d8,#fff)}
.np-announcement--success{background:linear-gradient(135deg,#e9f8ef,#fff)}
.np-announcement--heart{background:linear-gradient(135deg,#f7e9ff,#fff5fb)}
.np-announcement--event{background:linear-gradient(135deg,#fff0dd,#fff)}
.np-announcement--survey{background:linear-gradient(135deg,#eaf4ff,#fff)}
.np-announcement--system{background:linear-gradient(135deg,#f1f3f5,#fff)}

/* ===== v49.102: chat action controls as emojis only ===== */
.np-messages-shell--v489 .np-message-chat-controls--emoji{
  display:inline-flex!important;
  grid-template-columns:none!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:3ch!important;
  row-gap:0!important;
  width:auto!important;
  min-width:0!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji form{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji .button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user__button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation__button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:auto!important;
  width:auto!important;
  min-height:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:.84rem!important;
  line-height:1!important;
  color:inherit!important;
  text-decoration:none!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji .button span[aria-hidden="true"],
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button span[aria-hidden="true"]{
  display:inline-flex!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button.is-active{
  color:#6d39d3!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 1px 4px rgba(109,57,211,.22));
}
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user__button{color:#7c2d12!important;}
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation__button{color:#b91c1c!important;}
.np-messages-shell--v489 .np-message-chat-controls--emoji .button:hover,
.np-messages-shell--v489 .np-message-chat-controls--emoji .button:focus-visible{
  transform:translateY(-1px)!important;
  opacity:.82!important;
  outline:0!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls--emoji{gap:3ch!important;justify-content:flex-end!important;}
  .np-messages-shell--v489 .np-message-chat-controls--emoji .button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user__button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation__button{font-size:.84rem!important;line-height:1!important;padding:0!important;min-height:auto!important;}
}

/* ===== v49.103: globálny frontend admin writer cez interné účty ===== */
.np-front-persona-floating{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99990;
  font-family:inherit;
}
.np-front-persona-floating__button{
  list-style:none;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  border:none;
  border-radius:999px;
  padding:.72rem 1.02rem;
  background:linear-gradient(135deg,#7c3aed,#a855f7);
  color:#fff;
  font-weight:800;
  font-size:.92rem;
  box-shadow:0 16px 35px rgba(76,29,149,.28);
  user-select:none;
}
.np-front-persona-floating__button::-webkit-details-marker{display:none;}
.np-front-persona-floating[open] .np-front-persona-floating__button{
  background:linear-gradient(135deg,#5b21b6,#7c3aed);
}
.np-front-persona-floating__panel{
  position:absolute;
  right:0;
  bottom:calc(100% + 12px);
  width:min(1040px,calc(100vw - 28px));
  max-height:min(78vh,780px);
  overflow:auto;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(124,58,237,.22);
  background:rgba(255,255,255,.98);
  box-shadow:0 30px 80px rgba(17,24,39,.28);
  backdrop-filter:blur(14px);
}
.np-front-persona-floating__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:0 2px 12px;
  margin-bottom:12px;
  border-bottom:1px solid rgba(124,58,237,.12);
}
.np-front-persona-floating__head strong{
  display:block;
  color:#4c1d95;
  font-size:1.02rem;
  line-height:1.15;
}
.np-front-persona-floating__head span{
  display:block;
  margin-top:4px;
  color:#6b7280;
  font-size:.86rem;
  line-height:1.32;
}
.np-front-persona-floating__head em{
  flex:0 0 auto;
  font-style:normal;
  font-weight:800;
  color:#7c3aed;
  background:#f3e8ff;
  border-radius:999px;
  padding:.28rem .6rem;
  font-size:.72rem;
}
.np-front-persona-writer__grid--floating{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.np-front-persona-floating .np-front-persona-box{
  margin:0;
  padding:13px;
  border-radius:18px;
}
.np-front-persona-box--muted{
  background:linear-gradient(135deg,#faf5ff,#fff);
  color:#6b7280;
}
.np-front-persona-floating .np-front-persona-box h3{
  font-size:.95rem;
  margin-bottom:.5rem;
}
.np-front-persona-floating .np-front-persona-box label{
  gap:.26rem;
  font-size:.78rem;
}
.np-front-persona-floating .np-front-persona-box select,
.np-front-persona-floating .np-front-persona-box input[type=text],
.np-front-persona-floating .np-front-persona-box textarea{
  min-height:36px;
  font-size:.84rem;
  border-radius:12px;
}
.np-front-persona-floating .np-front-persona-actions .button{
  min-height:34px;
  padding:.45rem .75rem;
  font-size:.8rem;
}
@media (max-width:782px){
  .np-front-persona-floating{right:10px;bottom:10px;left:10px;}
  .np-front-persona-floating__button{width:100%;justify-content:center;font-size:.88rem;padding:.66rem .9rem;}
  .np-front-persona-floating__panel{right:0;left:0;width:auto;max-height:76vh;border-radius:20px;padding:12px;}
  .np-front-persona-writer__grid--floating{grid-template-columns:1fr;}
  .np-front-persona-floating__head{flex-direction:column;}
}

/* ===== v49.104: kreatívne oznámenia ===== */
.np-announcement-detail__body blockquote{
  margin:12px 0;
  padding:10px 14px;
  border-left:4px solid #6e38d5;
  background:rgba(255,255,255,.66);
  border-radius:0 12px 12px 0;
  font-weight:800;
  color:#4b267e;
}
.np-announcement-detail__body hr{
  border:0;
  border-top:1px solid rgba(94,70,150,.18);
  margin:14px 0;
}
.np-announcement-detail__body h3{
  margin:.9rem 0 .35rem;
  font-size:1.12rem;
  line-height:1.18;
  color:#4b267e;
}
.np-announcement-detail__body ul{
  margin:.55rem 0 .8rem 1.2rem;
}
.np-announcement-detail__body li{
  margin:.22rem 0;
}
.np-announcement-creative-box,
.np-announcement-question,
.np-announcement-alert,
.np-announcement-mini-card{
  border-radius:14px;
  padding:12px 14px;
  margin:12px 0;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(94,70,150,.14);
  box-shadow:0 8px 18px rgba(43,32,80,.045);
}
.np-announcement-alert{
  border-color:rgba(217,54,82,.25);
  background:rgba(255,245,216,.86);
}
.np-announcement-question{
  border-color:rgba(110,56,213,.22);
  background:rgba(244,240,255,.86);
}
.np-announcement-mini-card{
  box-shadow:0 10px 22px rgba(43,32,80,.07);
}
.np-announcement-emoji-line{
  text-align:center;
  font-weight:900;
  letter-spacing:.02em;
}


/* ===== v49.106: chat emoji akcie na mobile vždy vedľa seba ===== */
.np-messages-shell--v489 .np-message-chat-controls--emoji{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:3ch!important;
  white-space:nowrap!important;
  width:auto!important;
  max-width:100%!important;
  flex:0 0 auto!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji > *,
.np-messages-shell--v489 .np-message-chat-controls--emoji form,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation--empty{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.np-messages-shell--v489 .np-message-chat-controls--emoji .button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user__button,
.np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation__button{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  line-height:1!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-chat-controls--emoji{
    display:inline-flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:3ch!important;
    row-gap:0!important;
    width:auto!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls--emoji > *,
  .np-messages-shell--v489 .np-message-chat-controls--emoji form,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation--empty{
    display:inline-flex!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
  }
  .np-messages-shell--v489 .np-message-chat-controls--emoji .button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-chat-watch__button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-block-user__button,
  .np-messages-shell--v489 .np-message-chat-controls--emoji .np-message-delete-conversation__button{
    display:inline-flex!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    font-size:.84rem!important;
    line-height:1!important;
  }
}

/* ===== v49.108: chat emoji akcie v jednom riadku so STARŠIE SPRÁVY ===== */
.np-messages-shell--v489 .np-message-older-toolbar{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3ch!important;
  width:100%!important;
  margin:6px auto 8px!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap{
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap--empty{
  display:none!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
  font-size:.69rem!important;
  min-height:26px!important;
  padding:5px 13px!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3ch!important;
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji > *,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji form,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-chat-watch__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation__button{
  display:inline-flex!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  font-size:.84rem!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-older-toolbar{
    gap:3ch!important;
    justify-content:center!important;
    overflow:visible!important;
    margin:5px auto 7px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
    font-size:.65rem!important;
    padding:4px 10px!important;
    min-height:24px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji > *,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji form{
    display:inline-flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    width:auto!important;
    max-width:none!important;
  }
}

/* ===== v49.108: kompaktnejší riadok STARŠIE SPRÁVY + chat emoji ===== */
.np-messages-shell--v489 .np-message-older-toolbar{
  gap:.65rem!important;
  margin:3px auto 5px!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
  font-size:.60rem!important;
  padding:3px 8px!important;
  min-height:21px!important;
  letter-spacing:.04em!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
  gap:.55rem!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-chat-watch__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation__button{
  font-size:.72rem!important;
  transform:scale(.92);
  transform-origin:center;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-older-toolbar{
    gap:.50rem!important;
    margin:2px auto 4px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
    font-size:.56rem!important;
    padding:3px 7px!important;
    min-height:20px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
    gap:.42rem!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-chat-watch__button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user__button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation__button{
    font-size:.68rem!important;
  }
}


/* ===== v49.111: STARŠIE SPRÁVY na opačnej strane od chat emoji ===== */
.np-messages-shell--v489 .np-message-older-toolbar{
  justify-content:space-between!important;
  gap:.45rem!important;
  max-width:100%!important;
  padding:0 2px!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap{
  margin-right:auto!important;
  justify-content:flex-start!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
  margin-left:auto!important;
  justify-content:flex-end!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-older-toolbar{
    justify-content:space-between!important;
    gap:.35rem!important;
    padding:0 1px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap{
    margin-right:auto!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
    margin-left:auto!important;
  }
}

/* ===== v49.112: Ďalšie náhodné otázky +10 % ===== */
.np-forum-random-related__title{
  font-size:.762rem!important;
}
@media (max-width:600px){
  .np-forum-random-related__title{font-size:.716rem!important;}
}


/* ===== v49.113: homepage horná časť +10 % bez rozbitia layoutu ===== */
.np-home-stack--v4826 .np-home-top-thought-row{
  grid-template-columns:minmax(0,1fr) minmax(231px,297px)!important;
  gap:9px!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:9px 10px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-users-grid{
  gap:8px!important;
  padding-bottom:8px!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{
  flex-basis:clamp(130px,12.9vw,163px)!important;
  min-height:130px!important;
  max-height:174px!important;
  padding:9px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__avatar img{
  width:42px!important;
  height:42px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card h3{
  font-size:.90rem!important;
}
.np-home-stack--v4826 .np-top-user-card__status{
  font-size:.64rem!important;
  padding:2px 7px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__meta{
  font-size:.68rem!important;
  line-height:1.15!important;
}
.np-home-stack--v4826 .np-top-user-card__thought{
  font-size:.68rem!important;
  line-height:1.14!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-kicker{
  font-size:.65rem!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-chip-row--filters .np-chip{
  font-size:.73rem!important;
}
.np-home-stack--v4826 .np-home-people-note{
  font-size:.79rem!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer::before{
  font-size:.70rem!important;
  padding:6px 9px!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer textarea{
  min-height:59px!important;
  font-size:.88rem!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-status-form__footer{
  font-size:.79rem!important;
}
.np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer .button,
.np-home-stack--v4826 .np-home-top-thought-row .np-status-form__footer .button{
  font-size:.86rem!important;
  padding:10px 14px!important;
}
@media(max-width:760px){
  .np-home-stack--v4826 .np-home-top-thought-row,
  .np-home-stack--v4815 .np-home-top-thought-row,
  .np-home-top-thought-row{
    gap:10px!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,
  .np-home-top-thought-row .np-top-user-card{
    flex:0 0 143px!important;
    width:143px!important;
    min-width:143px!important;
    min-height:123px!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__avatar img{
    width:40px!important;
    height:40px!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-thought-composer textarea{
    min-height:64px!important;
  }
}


/* ===== v49.114: oprava mobilnej homepage, jednotné sledované upozornenia a chat toolbar ===== */
/* Chat: STARŠIE SPRÁVY má byť na pravej strane spolu s emoji akciami. */
.np-messages-shell--v489 .np-message-older-toolbar{
  justify-content:flex-end!important;
  gap:.36rem!important;
  padding:0 3px!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap{
  margin-left:auto!important;
  margin-right:0!important;
  justify-content:flex-end!important;
  order:1!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
  margin-left:0!important;
  margin-right:0!important;
  justify-content:flex-end!important;
  order:2!important;
  gap:.34rem!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
  font-size:.56rem!important;
  min-height:20px!important;
  padding:3px 7px!important;
}
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-chat-watch__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user__button,
.np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation__button{
  font-size:.68rem!important;
  transform:none!important;
}
@media(max-width:760px){
  .np-messages-shell--v489 .np-message-older-toolbar{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:.28rem!important;
    width:100%!important;
    padding:0 2px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-older-wrap{
    margin-left:auto!important;
    margin-right:0!important;
    order:1!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji{
    margin:0!important;
    order:2!important;
    gap:.28rem!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-load-older{
    font-size:.54rem!important;
    min-height:19px!important;
    padding:3px 6px!important;
  }
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-chat-watch__button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-block-user__button,
  .np-messages-shell--v489 .np-message-older-toolbar .np-message-chat-controls--emoji .np-message-delete-conversation__button{
    font-size:.66rem!important;
  }
}

/* Upozornenia: obľúbený obsah a chaty majú rovnaký kartový štýl. */
.np-browser-forum-watch-settings,
.np-browser-content-watch-settings,
.np-browser-chat-watch-settings{
  display:grid!important;
  gap:8px!important;
  margin-top:10px!important;
  padding:10px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(124,84,192,.14)!important;
  box-shadow:0 10px 26px rgba(50,32,82,.06)!important;
}
.np-browser-forum-watch-settings[hidden],
.np-browser-content-watch-settings[hidden],
.np-browser-chat-watch-settings[hidden]{display:none!important;}
.np-browser-forum-watch-settings>strong,
.np-browser-content-watch-settings>strong,
.np-browser-chat-watch-settings>strong{
  display:block!important;
  font-size:.82rem!important;
  line-height:1.25!important;
  color:var(--np-text,#201a2e)!important;
  font-weight:950!important;
}
.np-browser-forum-watch-list,
.np-browser-content-watch-list,
.np-browser-chat-watch-list{display:grid!important;gap:6px!important;}
.np-browser-forum-watch-item,
.np-browser-content-watch-item,
.np-browser-chat-watch-item{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:7px!important;
  padding:8px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid rgba(124,84,192,.12)!important;
  box-shadow:0 8px 18px rgba(50,32,82,.035)!important;
}
.np-browser-content-watch-item__type,
.np-browser-chat-watch-item__type,
.np-browser-chat-watch-item > span:first-child{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  white-space:nowrap!important;
  font-size:.68rem!important;
  font-weight:950!important;
  color:#6d38c4!important;
  background:#f2ebff!important;
  border:1px solid #e3d6ff!important;
  border-radius:999px!important;
  padding:3px 7px!important;
}
.np-browser-forum-watch-item a,
.np-browser-content-watch-item a,
.np-browser-chat-watch-item a{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:.78rem!important;
  font-weight:900!important;
  color:#281f3d!important;
  text-decoration:none!important;
}
.np-browser-chat-watch-item small{
  justify-self:end!important;
  color:var(--np-muted,#766c84)!important;
  font-size:.66rem!important;
  white-space:nowrap!important;
}
.np-browser-forum-watch-settings small,
.np-browser-content-watch-settings small,
.np-browser-chat-watch-settings small{font-size:.68rem!important;color:var(--np-muted,#766c84)!important;line-height:1.35!important;}
.np-browser-forum-watch-remove,
.np-browser-content-watch-remove,
.np-browser-chat-watch-remove{
  appearance:none!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  display:inline-grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(210,50,80,.08)!important;
  color:#bf2747!important;
  font-size:1rem!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
  padding:0!important;
}
.np-browser-forum-watch-remove:hover,.np-browser-forum-watch-remove:focus,
.np-browser-content-watch-remove:hover,.np-browser-content-watch-remove:focus,
.np-browser-chat-watch-remove:hover,.np-browser-chat-watch-remove:focus{
  background:rgba(210,50,80,.16)!important;
  transform:scale(1.06)!important;
}
@media(max-width:640px){
  .np-browser-forum-watch-settings,
  .np-browser-content-watch-settings,
  .np-browser-chat-watch-settings{padding:9px!important;border-radius:15px!important;}
  .np-browser-forum-watch-item,
  .np-browser-content-watch-item,
  .np-browser-chat-watch-item{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:6px!important;
    padding:8px!important;
  }
  .np-browser-content-watch-item__type,
  .np-browser-chat-watch-item__type,
  .np-browser-chat-watch-item > span:first-child{grid-column:1/-1!important;}
  .np-browser-chat-watch-item small{justify-self:start!important;font-size:.62rem!important;}
}

/* Homepage mobile: posledné zväčšenie nesmie prebiť jednosĺpcový mobilný layout. */
@media(max-width:760px){
  .np-home-stack--v4826 .np-home-top-thought-row,
  .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;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    gap:10px!important;
  }
  .np-home-top-thought-row__ranking,
  .np-home-top-thought-row__composer{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!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,
  .np-home-top-thought-row .np-home-top-users,
  .np-home-top-thought-row .np-thought-composer{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:9px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-home-top-users__head,
  .np-home-top-thought-row .np-home-top-users__head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    min-width:0!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-chip-row--filters,
  .np-home-top-thought-row .np-chip-row--filters{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    max-width:58%!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-kicker,
  .np-home-top-thought-row .np-kicker{
    white-space:nowrap!important;
    writing-mode:horizontal-tb!important;
    word-break:normal!important;
    line-height:1.1!important;
  }
  .np-home-stack--v4826 .np-home-people-note,
  .np-home-people-note{
    display:block!important;
    min-width:0!important;
    max-width:42%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    writing-mode:horizontal-tb!important;
    line-height:1.15!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-users-grid,
  .np-home-top-thought-row .np-top-users-grid{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    width:100%!important;
    max-width:100%!important;
    gap:7px!important;
    padding:2px 2px 8px!important;
    margin:0!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card,
  .np-home-top-thought-row .np-top-user-card{
    flex:0 0 132px!important;
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    min-height:112px!important;
    padding:8px!important;
    overflow:hidden!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card h3,
  .np-home-top-thought-row .np-top-user-card h3{
    font-size:.78rem!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
  }
  .np-home-stack--v4826 .np-home-top-thought-row .np-top-user-card__meta,
  .np-home-top-thought-row .np-top-user-card__meta{
    font-size:.62rem!important;
    line-height:1.12!important;
    word-break:normal!important;
  }
}
