/* ===== v49.10 Stena: fialová chatovacia plocha + miestnosti ===== */
.np-nav-logout{
  color:#dc2626!important;
  font-size:.5em!important;
  font-weight:800!important;
  letter-spacing:.01em;
}
.np-nav-logout:hover,.np-nav-logout:focus{
  color:#991b1b!important;
  background:rgba(220,38,38,.08)!important;
}

.np-page-stena .np-content{max-width:1180px;width:100%;}
.np-page-stena .np-page-shell{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.np-wall-page{display:flex;flex-direction:column;gap:12px;width:100%;}
.np-wall-room-head{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:12px 14px!important;border-radius:22px!important;
  background:linear-gradient(135deg,#fff,rgba(243,238,255,.92))!important;
  border:1px solid rgba(111,66,193,.16)!important;
  box-shadow:0 14px 34px rgba(65,36,120,.08)!important;
}
.np-wall-room-head>div{display:flex;align-items:center;gap:10px;min-width:0;}
.np-wall-room-head span{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#efe7ff;color:#6137c5;font-size:1.15rem;box-shadow:inset 0 0 0 1px rgba(111,66,193,.10);}
.np-wall-room-head strong{font-size:1.25rem;color:#23183d;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.np-wall-room-head a{font-weight:900;color:#6840c8;text-decoration:none;border-radius:999px;background:#fff;padding:8px 12px;border:1px solid rgba(111,66,193,.14);}

.np-wall-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start;}
.np-wall-main{display:flex;flex-direction:column;gap:12px;min-width:0;}

.np-wall-composer{
  padding:12px!important;border-radius:22px!important;background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(111,66,193,.13)!important;box-shadow:0 16px 42px rgba(44,26,82,.08)!important;
}
.np-wall-composer--guest{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;}
.np-wall-composer--guest h2{font-size:1rem;margin:0;color:#271d3e;}
.np-wall-composer__top{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:start;}
.np-wall-composer__top img.avatar{width:40px!important;height:40px!important;border-radius:50%!important;object-fit:cover!important;box-shadow:0 8px 18px rgba(44,26,82,.14);}
.np-wall-composer textarea{
  min-height:62px;resize:vertical;border-radius:18px!important;border:1px solid rgba(111,66,193,.17)!important;
  background:#fbfaff!important;color:#1f1832!important;font-size:1rem!important;line-height:1.42!important;padding:12px 13px!important;
}
.np-wall-replying{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 8px 50px;padding:8px 10px;border-radius:14px;background:#f1eaff;color:#5530b1;font-weight:850;font-size:.86rem;}
.np-wall-replying button{border:0;background:#fff;color:#6a40c9;border-radius:999px;padding:5px 9px;font-weight:900;cursor:pointer;}
.np-wall-emoji-row{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 0 50px;}
.np-wall-emoji-row button{appearance:none;border:1px solid rgba(111,66,193,.14);background:#fff;border-radius:11px;padding:6px 9px;cursor:pointer;box-shadow:0 6px 16px rgba(44,26,82,.05);font-size:.96rem;}
.np-wall-emoji-row button:hover{transform:translateY(-1px);background:#f4efff;}
.np-wall-composer__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:9px 0 0 50px;}
.np-wall-upload-button{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:14px;background:#f4efff;color:#5732ad;font-weight:900;border:1px solid rgba(111,66,193,.15);cursor:pointer;}
.np-wall-upload-button input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none;}
.np-wall-share-select{display:flex;align-items:center;gap:7px;min-width:min(100%,330px);font-weight:800;color:#5f5473;font-size:.9rem;}
.np-wall-share-select select{min-width:210px;max-width:360px;border-radius:14px!important;border:1px solid rgba(111,66,193,.16)!important;background:#fff!important;padding:9px 10px!important;font-size:.92rem!important;}
.np-wall-composer__actions .button{margin-left:auto;white-space:nowrap;border-radius:14px!important;padding:11px 16px!important;}
.np-wall-image-preview{margin:10px 0 0 50px;display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(111,66,193,.13);border-radius:16px;background:#faf7ff;}
.np-wall-image-preview img{width:76px;height:52px;object-fit:cover;border-radius:12px;}
.np-wall-image-preview span{font-weight:750;color:#4b4165;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;}
.np-wall-image-preview button{margin-left:auto;border:0;background:#fff0f0;color:#ad1f1f;border-radius:999px;padding:7px 10px;font-weight:800;cursor:pointer;}

.np-wall-feed-wrap{padding:0!important;overflow:hidden;border-radius:22px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(111,66,193,.13)!important;box-shadow:0 16px 42px rgba(44,26,82,.08)!important;}
.np-wall-feed-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid rgba(111,66,193,.10);background:linear-gradient(90deg,#fff,#f6f0ff);}
.np-wall-feed-head h2{margin:0;font-size:1.08rem;color:#23183d;}
.np-wall-feed-head span{font-size:.76rem;font-weight:850;color:#6c54b7;background:#eee8ff;border-radius:999px;padding:6px 9px;}
.np-wall-feed{display:flex;flex-direction:column;gap:0;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,244,255,.62));}
.np-wall-post{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;padding:7px 12px;border-bottom:1px solid rgba(111,66,193,.10);align-items:start;}
.np-wall-post:last-child{border-bottom:0;}
.np-wall-post--reply{background:rgba(111,66,193,.035);}
.np-wall-post__avatar{display:block;text-decoration:none;}
.np-wall-post__avatar img.avatar{width:34px!important;height:34px!important;border-radius:8px!important;object-fit:cover!important;box-shadow:0 6px 14px rgba(44,26,82,.14);}
.np-wall-post__line{min-width:0;display:flex;flex-direction:column;gap:3px;}
.np-wall-post__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0;font-size:.82rem;line-height:1.25;}
.np-wall-post__name{color:#5529b8;font-weight:950;text-decoration:none;}
.np-wall-post__name:hover{text-decoration:underline;}
.np-wall-post__audience{border-radius:7px;background:#ebe4ff;color:#5e35bd;font-weight:900;padding:2px 6px;font-size:.72rem;}
.np-wall-post__reply-label{color:#7b6b92;font-weight:800;font-size:.76rem;}
.np-wall-post__meta time{color:#867b99;font-weight:650;font-size:.75rem;}
.np-wall-post__body{min-width:0;color:#211b31;font-size:.96rem;line-height:1.38;overflow-wrap:anywhere;}
.np-wall-post__content{display:inline;}
.np-wall-post__content p{display:inline;margin:0;}
.np-wall-post__content p + p{display:block;margin-top:.32em;}
.np-wall-post__image{margin-top:6px;}
.np-wall-post__image img{display:block;max-width:min(100%,460px);max-height:420px;object-fit:contain;border-radius:14px;border:1px solid rgba(111,66,193,.13);box-shadow:0 12px 28px rgba(44,26,82,.10);background:#fff;}
.np-wall-post__actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:4px;}
.np-wall-action{appearance:none;border:1px solid rgba(111,66,193,.13);border-radius:999px;background:#fff;color:#6840c8;font-size:.76rem;font-weight:900;padding:4px 8px;text-decoration:none;cursor:pointer;line-height:1.2;}
.np-wall-action:hover,.np-wall-action.is-active{background:#6d3fd2;color:#fff;border-color:#6d3fd2;}
.np-wall-action--static{background:#f6f2ff;color:#6a48be;cursor:default;}
.np-wall-react-form{display:inline-flex;align-items:center;gap:5px;margin:0;}
.np-wall-react-form button{font-family:inherit;}
.np-wall-share-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:9px;margin-top:7px;padding:8px;border-radius:14px;background:#f5f0ff;border:1px solid rgba(111,66,193,.14);text-decoration:none;color:#211b31;max-width:560px;}
.np-wall-share-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(111,66,193,.14);}
.np-wall-share-card__thumb img{width:76px;height:58px;object-fit:cover;border-radius:11px;display:block;}
.np-wall-share-card__body{display:flex;flex-direction:column;gap:2px;min-width:0;}
.np-wall-share-card__body em{font-style:normal;color:#6740c8;font-weight:900;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;}
.np-wall-share-card__body strong{font-size:.92rem;line-height:1.15;}
.np-wall-share-card__body small{color:#6d647b;line-height:1.25;font-size:.8rem;}
.np-wall-post__hashtags{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px;}
.np-wall-post__hashtags span,.np-wall-tags span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;background:#eee7ff;color:#5f35c8;font-weight:900;font-size:.76rem;}
.np-wall-tags span em{font-style:normal;background:#fff;border-radius:999px;padding:1px 5px;color:#2e2546;font-size:.7rem;}
.np-wall-empty{padding:16px;color:#6c6478;font-weight:750;}
.np-wall-empty--locked{color:#991b1b;background:#fff1f2;border:1px solid rgba(220,38,38,.14);margin:12px;border-radius:16px;}

.np-wall-sidebar{display:flex;flex-direction:column;gap:12px;position:sticky;top:96px;}
.np-wall-side-card{border-radius:20px;background:rgba(255,255,255,.94);border:1px solid rgba(111,66,193,.12);box-shadow:0 14px 36px rgba(44,26,82,.08);padding:13px;}
.np-wall-side-card h3{margin:0 0 10px;font-size:1rem;color:#23183d;}
.np-wall-online-list{display:flex;flex-direction:column;gap:7px;}
.np-wall-online-list a{display:flex;align-items:center;gap:8px;text-decoration:none;color:#211b31;font-weight:850;padding:6px;border-radius:14px;background:#faf8ff;border:1px solid rgba(111,66,193,.08);}
.np-wall-online-list img.avatar{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover!important;}
.np-wall-tags{display:flex;flex-wrap:wrap;gap:7px;}
.np-wall-page.is-refreshing [data-wall-refresh-label]{opacity:.6;}

.np-wall-room-list{display:flex;flex-direction:column;gap:7px;}
.np-wall-room-link{display:flex;align-items:center;gap:8px;min-width:0;padding:8px 9px;border-radius:15px;background:#faf8ff;border:1px solid rgba(111,66,193,.10);text-decoration:none;color:#261c3e;box-shadow:0 6px 16px rgba(44,26,82,.04);}
.np-wall-room-link:hover{transform:translateY(-1px);background:#f4efff;}
.np-wall-room-link.is-current{background:linear-gradient(135deg,#7c45db,#5f34c4);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(111,66,193,.22);}
.np-wall-room-link span{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:#efe7ff;font-size:.98rem;}
.np-wall-room-link.is-current span{background:rgba(255,255,255,.20);}
.np-wall-room-link strong{font-size:.88rem;line-height:1.12;min-width:0;overflow:hidden;text-overflow:ellipsis;}
.np-wall-room-link em{font-style:normal;font-size:.68rem;font-weight:800;opacity:.78;margin-left:auto;white-space:nowrap;}
.np-sidebar-section--wall-rooms .widget-title{margin-bottom:10px;}
.np-sidebar-section--wall-rooms{margin-bottom:14px;}
.np-sidebar-section--wall-rooms .np-wall-room-list{gap:6px;}
.np-sidebar-section--wall-rooms .np-wall-room-link{padding:7px 8px;}
.np-sidebar-section--wall-rooms .np-wall-room-link strong{font-size:.82rem;}

@media (max-width: 980px){
  .np-wall-layout{grid-template-columns:1fr;}
  .np-wall-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;}
  .np-wall-side-card--rooms{grid-column:1/-1;}
  .np-wall-side-card--rooms .np-wall-room-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 760px){
  .np-wall-room-head{padding:10px 12px!important;border-radius:18px!important;}
  .np-wall-room-head span{width:34px;height:34px;border-radius:12px;}
  .np-wall-room-head strong{font-size:1.05rem;}
  .np-wall-composer__top{grid-template-columns:34px minmax(0,1fr);gap:8px;}
  .np-wall-composer__top img.avatar{width:34px!important;height:34px!important;}
  .np-wall-replying,.np-wall-emoji-row,.np-wall-composer__actions,.np-wall-image-preview{margin-left:0;}
  .np-wall-composer__actions{display:grid;grid-template-columns:auto minmax(0,1fr);}
  .np-wall-composer__actions .button{grid-column:1/-1;margin-left:0;width:100%;}
  .np-wall-share-select{grid-column:1/-1;display:grid;grid-template-columns:1fr;width:100%;min-width:0;}
  .np-wall-share-select select{width:100%;min-width:0;max-width:100%;}
  .np-wall-sidebar{grid-template-columns:1fr;}
  .np-wall-side-card--rooms .np-wall-room-list{grid-template-columns:1fr 1fr;}
  .np-wall-post{grid-template-columns:30px minmax(0,1fr);padding:7px 9px;gap:7px;}
  .np-wall-post__avatar img.avatar{width:30px!important;height:30px!important;border-radius:8px!important;}
  .np-wall-post__body{font-size:.94rem;}
  .np-wall-feed-head{padding:10px 12px;}
  .np-wall-share-card{grid-template-columns:1fr;}
  .np-wall-share-card__thumb img{width:100%;height:130px;}
}
@media (max-width: 420px){
  .np-wall-side-card--rooms .np-wall-room-list{grid-template-columns:1fr;}
  .np-wall-post__meta{gap:4px;}
  .np-wall-post__audience,.np-wall-post__meta time{font-size:.68rem;}
}

/* ===== v49.11 Stena: menšie miestnosti, zoskupenia a rozbaľovacie smajlíky ===== */
.np-wall-room-list{
  gap:5px!important;
}
.np-wall-room-link{
  padding:5px 7px!important;
  border-radius:11px!important;
  min-height:36px!important;
  gap:6px!important;
  box-shadow:0 4px 10px rgba(44,26,82,.035)!important;
}
.np-wall-room-link span{
  width:22px!important;
  height:22px!important;
  border-radius:8px!important;
  font-size:.82rem!important;
}
.np-wall-room-link strong{
  font-size:.74rem!important;
  line-height:1.05!important;
}
.np-wall-room-link em{
  font-size:.58rem!important;
}
.np-sidebar-section--wall-rooms .np-wall-room-link{
  padding:5px 7px!important;
}
.np-sidebar-section--wall-rooms .np-wall-room-link strong{
  font-size:.74rem!important;
}

.np-wall-room-group{
  border:1px solid rgba(111,66,193,.10);
  border-radius:12px;
  background:#fbf9ff;
  overflow:hidden;
}
.np-wall-room-group summary{
  list-style:none;
  display:flex;
  align-items:center;
  gap:6px;
  min-height:36px;
  padding:5px 7px;
  cursor:pointer;
  color:#261c3e;
  font-weight:900;
}
.np-wall-room-group summary::-webkit-details-marker{display:none;}
.np-wall-room-group summary>span{
  width:22px;
  height:22px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#efe7ff;
  font-size:.82rem;
  flex:0 0 auto;
}
.np-wall-room-group summary>strong{
  font-size:.74rem;
  line-height:1.05;
}
.np-wall-room-group summary>em{
  margin-left:auto;
  font-style:normal;
  font-size:.56rem;
  color:#7b66b8;
  font-weight:850;
}
.np-wall-room-group[open] summary{
  background:#f3edff;
  color:#6032c2;
}
.np-wall-room-group[open] summary>em{font-size:0;}
.np-wall-room-group[open] summary>em::after{content:'zavrieť';font-size:.56rem;}
.np-wall-room-group__items{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:0 5px 5px;
}
.np-wall-room-group__items .np-wall-room-link{
  background:#fff!important;
  border-color:rgba(111,66,193,.09)!important;
}
.np-wall-room-group__items .np-wall-room-link.is-current{
  background:linear-gradient(135deg,#7c45db,#5f34c4)!important;
  color:#fff!important;
}

.np-wall-emoji-picker{
  margin:8px 0 0 50px;
  width:max-content;
  max-width:calc(100% - 50px);
  border:1px solid rgba(111,66,193,.14);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(44,26,82,.06);
  overflow:hidden;
}
.np-wall-emoji-picker summary{
  list-style:none;
  cursor:pointer;
  padding:7px 10px;
  color:#6540c0;
  font-weight:900;
  font-size:.88rem;
  background:#f7f2ff;
}
.np-wall-emoji-picker summary::-webkit-details-marker{display:none;}
.np-wall-emoji-picker .np-wall-emoji-row{
  margin:0!important;
  padding:8px;
  max-width:390px;
  display:grid;
  grid-template-columns:repeat(8, minmax(0,1fr));
  gap:5px;
}
.np-wall-emoji-picker .np-wall-emoji-row button{
  padding:5px 0!important;
  min-width:30px;
  border-radius:9px!important;
}
.np-wall-online-list a span{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.np-wall-online-list a span strong{
  font-size:.86rem;
  color:#211b31;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.np-wall-online-list a span small{
  font-size:.72rem;
  line-height:1.18;
  color:#746984;
  font-weight:700;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

@media (max-width: 760px){
  .np-wall-emoji-picker{margin-left:0;max-width:100%;width:100%;}
  .np-wall-emoji-picker .np-wall-emoji-row{grid-template-columns:repeat(6,minmax(0,1fr));max-width:100%;}
  .np-wall-room-link,.np-wall-room-group summary{min-height:34px!important;}
}

/* ===== v49.12 Stena: kompaktnejší layout, limity a online status ===== */
.np-page-stena .np-content{
  gap:2px!important;
}
.np-page-stena .np-layout,
.np-page-stena .np-main,
.np-page-stena main{
  row-gap:2px!important;
}
.np-wall-page{
  gap:2px!important;
}
.np-wall-room-head{
  margin-top:0!important;
  margin-bottom:3px!important;
  padding:8px 12px!important;
  min-height:54px!important;
}
.np-wall-room-head span{
  width:32px!important;
  height:32px!important;
  border-radius:11px!important;
  font-size:.98rem!important;
}
.np-wall-room-head strong{
  font-size:1.05rem!important;
}
.np-wall-room-head a{
  padding:6px 10px!important;
  font-size:.86rem!important;
}
.np-wall-layout{
  grid-template-columns:minmax(0,1fr) 210px!important;
  gap:10px!important;
}
.np-wall-main{
  gap:8px!important;
}
.np-wall-composer{
  padding:10px!important;
  border-radius:20px!important;
}
.np-wall-composer__top{
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:8px!important;
  align-items:center!important;
}
.np-wall-composer__top img.avatar{
  width:34px!important;
  height:34px!important;
}
.np-wall-composer textarea{
  min-height:44px!important;
  max-height:92px!important;
  resize:vertical!important;
  padding:10px 12px!important;
  font-size:.95rem!important;
  line-height:1.25!important;
  overflow:auto!important;
}
.np-wall-replying{
  margin:0 0 6px 42px!important;
  padding:6px 9px!important;
  font-size:.78rem!important;
}
.np-wall-composer__actions{
  margin:7px 0 0 42px!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
}
.np-wall-emoji-picker{
  margin:0!important;
  flex:0 0 auto!important;
  max-width:none!important;
  width:auto!important;
  overflow:visible!important;
  position:relative!important;
  border-radius:12px!important;
}
.np-wall-emoji-picker summary{
  padding:8px 10px!important;
  font-size:.82rem!important;
  white-space:nowrap!important;
  border-radius:12px!important;
}
.np-wall-emoji-picker[open] summary{
  background:#efe7ff!important;
}
.np-wall-emoji-picker .np-wall-emoji-row{
  position:absolute!important;
  z-index:20!important;
  left:0!important;
  top:calc(100% + 6px)!important;
  width:300px!important;
  max-width:min(300px, calc(100vw - 40px))!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  background:#fff!important;
  border:1px solid rgba(111,66,193,.16)!important;
  border-radius:14px!important;
  box-shadow:0 16px 38px rgba(44,26,82,.16)!important;
}
.np-wall-upload-button{
  min-width:0!important;
  height:40px!important;
  padding:0 10px!important;
  border-radius:12px!important;
  white-space:nowrap!important;
  font-size:.86rem!important;
  gap:5px!important;
}
.np-wall-share-select{
  flex:1 1 260px!important;
  min-width:160px!important;
  max-width:430px!important;
  gap:6px!important;
  font-size:.82rem!important;
}
.np-wall-share-select select{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:40px!important;
  padding:8px 10px!important;
  font-size:.86rem!important;
}
.np-wall-limit-note{
  flex:0 1 auto!important;
  white-space:nowrap!important;
  color:#7a6b92!important;
  font-weight:800!important;
  font-size:.68rem!important;
}
.np-wall-composer__actions .button{
  margin-left:auto!important;
  padding:10px 15px!important;
  min-height:40px!important;
  border-radius:13px!important;
  font-size:.88rem!important;
}
.np-wall-image-preview{
  margin:8px 0 0 42px!important;
}
.np-wall-sidebar{
  gap:8px!important;
  top:82px!important;
}
.np-wall-side-card{
  padding:9px!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(44,26,82,.055)!important;
}
.np-wall-side-card h3{
  margin-bottom:7px!important;
  font-size:.78rem!important;
  line-height:1.1!important;
}
.np-wall-online-list{
  gap:5px!important;
}
.np-wall-online-list a{
  gap:6px!important;
  padding:5px!important;
  border-radius:11px!important;
}
.np-wall-online-list img.avatar{
  width:24px!important;
  height:24px!important;
}
.np-wall-online-list a span strong{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  font-size:.68rem!important;
  line-height:1.05!important;
}
.np-wall-online-list a span small{
  font-size:.58rem!important;
  line-height:1.08!important;
  -webkit-line-clamp:1!important;
}
.np-wall-online-dot{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#22c55e!important;
  box-shadow:0 0 0 2px rgba(34,197,94,.14)!important;
  flex:0 0 auto!important;
}
.np-wall-online-gender{
  font-style:normal!important;
  font-size:.72em!important;
  line-height:1!important;
  opacity:.92!important;
}
.np-wall-tags{
  gap:4px!important;
}
.np-wall-tags span{
  padding:3px 6px!important;
  font-size:.58rem!important;
  gap:3px!important;
}
.np-wall-tags span em{
  padding:0 4px!important;
  font-size:.55rem!important;
}
.np-wall-side-card .np-muted{
  font-size:.68rem!important;
  line-height:1.15!important;
  margin:0!important;
}

@media (max-width: 1180px){
  .np-wall-layout{grid-template-columns:minmax(0,1fr) 190px!important;}
  .np-wall-limit-note{display:none!important;}
}
@media (max-width: 980px){
  .np-wall-layout{grid-template-columns:1fr!important;gap:8px!important;}
  .np-wall-sidebar{position:static!important;display:grid!important;grid-template-columns:1fr 1fr!important;}
  .np-wall-side-card{padding:9px!important;}
}
@media (max-width: 760px){
  .np-wall-room-head{margin-bottom:2px!important;min-height:48px!important;padding:7px 10px!important;}
  .np-wall-composer__top{grid-template-columns:30px minmax(0,1fr)!important;}
  .np-wall-composer__top img.avatar{width:30px!important;height:30px!important;}
  .np-wall-composer textarea{min-height:42px!important;font-size:.92rem!important;}
  .np-wall-replying,.np-wall-composer__actions,.np-wall-image-preview{margin-left:0!important;}
  .np-wall-composer__actions{flex-wrap:wrap!important;gap:6px!important;}
  .np-wall-emoji-picker{order:1!important;}
  .np-wall-upload-button{order:2!important;}
  .np-wall-share-select{order:3!important;flex:1 1 100%!important;display:flex!important;}
  .np-wall-composer__actions .button{order:4!important;width:100%!important;margin-left:0!important;}
  .np-wall-emoji-picker .np-wall-emoji-row{grid-template-columns:repeat(6,minmax(0,1fr))!important;width:260px!important;}
  .np-wall-sidebar{grid-template-columns:1fr!important;}
}

/* ===== v49.13 Stena: prístup, mazanie, najnovších 30 hore ===== */
.np-wall-gate{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  margin:4px 0 10px!important;
  padding:24px!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 8% 8%,rgba(255,255,255,.98),rgba(255,255,255,.74) 44%,rgba(245,238,255,.95)),linear-gradient(135deg,rgba(111,66,193,.14),rgba(217,64,128,.10))!important;
  border:1px solid rgba(111,66,193,.18)!important;
  box-shadow:0 22px 60px rgba(44,26,82,.12)!important;
  overflow:hidden;
}
.np-wall-gate__orb{
  width:88px;
  height:88px;
  border-radius:28px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#5f34c4,#9b5cff);
  color:#fff;
  font-size:2rem;
  font-weight:950;
  box-shadow:0 18px 42px rgba(111,66,193,.24), inset 0 1px 0 rgba(255,255,255,.26);
}
.np-wall-gate--adult .np-wall-gate__orb{background:linear-gradient(135deg,#241032,#d94080);}
.np-wall-gate--gender .np-wall-gate__orb{background:linear-gradient(135deg,#6d3fd2,#c084fc);}
.np-wall-gate__body{min-width:0;}
.np-wall-gate h2{
  margin:0 0 8px!important;
  color:#24183b!important;
  font-size:clamp(1.25rem,2.6vw,1.85rem)!important;
  line-height:1.1!important;
  letter-spacing:-.02em;
}
.np-wall-gate p{
  margin:0 0 9px!important;
  max-width:720px;
  color:#5f5571!important;
  font-size:1rem!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.np-wall-gate p:last-child{margin-bottom:0!important;}
.np-wall-gate a{color:#6032c2;font-weight:900;text-decoration:underline;text-underline-offset:3px;}
.np-wall-gate__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px;}
.np-wall-gate__actions .button{border-radius:999px!important;padding:10px 16px!important;font-weight:950!important;}
.np-wall-delete-form{display:inline-flex;margin:0;}
.np-wall-action--delete{
  color:#b91c1c!important;
  background:#fff1f2!important;
  border-color:rgba(185,28,28,.16)!important;
}
.np-wall-action--delete:hover,
.np-wall-action--delete:focus{
  background:#b91c1c!important;
  color:#fff!important;
  border-color:#b91c1c!important;
}
.np-wall-feed .np-wall-gate{margin:12px!important;}
@media (max-width:760px){
  .np-wall-gate{grid-template-columns:1fr;gap:12px;padding:18px!important;border-radius:22px!important;}
  .np-wall-gate__orb{width:70px;height:70px;border-radius:22px;font-size:1.55rem;}
  .np-wall-gate__actions .button{width:100%;justify-content:center;}
}


/* ===== v49.14 Stena: ban, bez zdieľania, online 15 min, Enter submit ===== */
.np-wall-share-select,
.np-wall-limit-note{display:none!important;}
.np-wall-room-link strong small{font-size:.72em;font-weight:900;opacity:.82;margin-left:2px;}
.np-wall-room-link.is-current strong small{color:rgba(255,255,255,.92);}
.np-wall-side-card h3 small{font-size:.82em;color:#6f55bd;font-weight:900;margin-left:4px;}
.np-wall-ban-form{display:inline-flex;margin:0;}
.np-wall-action--ban{color:#92400e!important;background:#fff7ed!important;border-color:rgba(146,64,14,.18)!important;}
.np-wall-action--ban:hover,.np-wall-action--ban:focus{background:#f97316!important;color:#fff!important;border-color:#f97316!important;}
.np-wall-gate--ban .np-wall-gate__orb{background:linear-gradient(135deg,#f97316,#7c3aed);}
.np-wall-composer__actions{justify-content:flex-start!important;}
.np-wall-composer__actions .button{margin-left:auto!important;}
@media (max-width:760px){
  .np-wall-composer__actions{display:flex!important;flex-wrap:wrap!important;}
  .np-wall-composer__actions .button{width:auto!important;min-width:120px!important;margin-left:auto!important;}
}


/* ===== v49.15 Stena: admin online skrytý, @mention a menšia medzera ===== */
.np-wall-page{
  gap:2px!important;
}
.np-wall-layout{
  margin-top:0!important;
}
.np-wall-main{
  gap:1px!important;
}
.np-wall-composer{
  margin-bottom:0!important;
}
.np-wall-feed-wrap{
  margin-top:1px!important;
}
.np-wall-feed-head{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.np-wall-mention{
  color:#6732c6!important;
  font-weight:950!important;
  background:rgba(111,66,193,.10)!important;
  border-radius:7px!important;
  padding:0 4px!important;
  white-space:nowrap!important;
}
.np-wall-post__content .np-wall-mention,
.np-wall-post__body .np-wall-mention{
  text-decoration:none!important;
}
@media (max-width:760px){
  .np-wall-page{gap:1px!important;}
  .np-wall-main{gap:1px!important;}
  .np-wall-feed-wrap{margin-top:0!important;}
}


/* ===== v49.16 Stena: jemnejší @mention v odpovedi ===== */
.np-wall-mention,
.np-wall-post__content .np-wall-mention,
.np-wall-post__body .np-wall-mention{
  color:#6732c6!important;
  font-weight:400!important;
  font-size:.8em!important;
  line-height:1.1!important;
  background:rgba(111,66,193,.08)!important;
  border-radius:6px!important;
  padding:0 3px!important;
  white-space:nowrap!important;
  text-decoration:none!important;
}


/* v49.26: highlight wall reply opened from notification */
.np-wall-post:target{scroll-margin-top:110px;animation:npWallTargetBlink 1.35s ease-in-out 0s 3;}
@keyframes npWallTargetBlink{0%,100%{box-shadow:none}35%{box-shadow:0 0 0 8px rgba(255,216,77,.28),0 20px 46px rgba(116,80,20,.18);background:#fff8d8}70%{box-shadow:0 0 0 4px rgba(255,216,77,.16);background:#fff}}
.np-wall-post__reply-label a{color:inherit;text-decoration:none;}
.np-wall-post__reply-label a:hover{text-decoration:underline;}


/* ===== v49.41: menšie tlačidlo Vymazať na Stene ===== */
.np-wall-action--delete{
  font-size:80%!important;
  padding:.32em .62em!important;
  min-height:0!important;
  line-height:1.05!important;
}


/* ===== v49.52: o 10 % väčšie názvy chatovacích stien v bočnom paneli ===== */
.np-wall-room-link strong,
.np-sidebar-section--wall-rooms .np-wall-room-link strong,
.np-wall-room-group summary > strong{
  font-size:.81rem!important;
  line-height:1.08!important;
}
.np-wall-room-link em,
.np-wall-room-group summary > em{
  font-size:.60rem!important;
}

@media (max-width:760px){
  .np-wall-room-link strong,
  .np-sidebar-section--wall-rooms .np-wall-room-link strong,
  .np-wall-room-group summary > strong{
    font-size:.81rem!important;
  }
}

/* ===== v49.60: o 10 % menšie akčné tlačidlá na Stene ===== */
.np-wall-post__actions{
  gap:4px!important;
}
.np-wall-post__actions .np-wall-action{
  font-size:.684rem!important;
  padding:3.6px 7.2px!important;
  min-height:0!important;
  line-height:1.15!important;
}
.np-wall-post__actions .np-wall-react-form{
  gap:4px!important;
}

/* ===== v49.79: chatovacie steny - názvy o 10 % väčšie bez zmeny rozloženia ===== */
.np-wall-room-link strong,
.np-sidebar-section--wall-rooms .np-wall-room-link strong,
.np-wall-room-group summary > strong{
  font-size:.89rem!important;
  line-height:1.08!important;
}
.np-wall-room-link strong small{
  font-size:.72em!important;
}
@media (max-width:760px){
  .np-wall-room-link strong,
  .np-sidebar-section--wall-rooms .np-wall-room-link strong,
  .np-wall-room-group summary > strong{
    font-size:.89rem!important;
  }
}
