/* İşletme detay — logo hikâye halkası + tam ekran görüntüleyici (Neler Oluyor ile aynı) */

.rd-story-logo-btn {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  margin-bottom: 8px;
  font-family: var(--font, sans-serif);
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
.rd-story-logo-btn:focus-visible {
  outline: 2px solid var(--primary, #c40028);
  outline-offset: 3px;
  border-radius: 18px;
}
.gp-story-logo-btn,
.ep-story-logo-btn {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
}
.profil-story-logo-btn,
.fp-story-logo-btn {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
}
.profil-story-logo-btn .rd-story-ring,
.fp-story-logo-btn .rd-story-ring {
  display: block;
  border-radius: 50%;
  padding: 3px;
}
.profil-story-ring .firm-logo {
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0;
}
.fp-story-ring .firm-logo {
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0;
}
.gp-story-logo-btn .gp-logo,
.ep-story-logo-btn .ep-logo {
  border: none;
  box-shadow: none;
}
.gp-story-logo-btn .rd-story-ring,
.ep-story-logo-btn .rd-story-ring {
  display: block;
  border-radius: var(--radius-md, 12px);
  padding: 3px;
}
.rd-story-ring {
  display: inline-flex;
  padding: 3px;
  border-radius: 18px;
  background: conic-gradient(
    from 200deg,
    #f09433 0deg,
    #e6683c 55deg,
    #dc2743 120deg,
    #cc2366 200deg,
    #bc1888 280deg,
    #f09433 360deg
  );
  line-height: 0;
  box-sizing: border-box;
}
.rd-story-ring .rest-logo {
  margin: 0 !important;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.rd-story-ring--archive {
  background: linear-gradient(135deg, #cbd5e1, #94a3b8) !important;
  opacity: 0.9;
}
@media (max-width: 899px) {
  .restoran-mob-ui .rd-story-logo-btn {
    position: relative;
    margin: -40px 0 10px;
    z-index: 1;
  }
}

.nf-story-viewer {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
.nf-story-viewer[hidden] {
  display: none !important;
}
.nf-story-viewer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
}
.nf-story-viewer__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  max-height: 100dvh;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
  box-sizing: border-box;
}
.nf-story-viewer__progress {
  display: flex;
  gap: 3px;
  padding: 8px 10px 4px;
  flex-shrink: 0;
  position: relative;
  z-index: 12;
}
.nf-sv-prog {
  flex: 1;
  min-width: 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  overflow: hidden;
}
.nf-sv-prog-fill {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.nf-story-viewer__top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 12;
}
.nf-story-viewer__author {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  min-width: 0;
  flex: 1;
}
#nfStoryAuthorLabel {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.nf-story-viewer__author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nf-sv-top-ava {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary, #c40028);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  flex-shrink: 0;
}
.nf-sv-author-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  flex: 1;
}
.nf-sv-author-line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
}
.nf-sv-author-line strong {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  max-width: min(calc(100vw - 156px), 260px);
}
.nf-sv-author-time {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
  line-height: 1.2;
}
.nf-story-viewer__author strong {
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nf-sv-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1565c0;
  color: #fff;
  font-size: 0.48rem;
  flex-shrink: 0;
}
.nf-sv-followers {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
  line-height: 1.2;
}
.nf-story-viewer__top .nf-sv-followers {
  display: none;
}
.nf-story-viewer__time {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .nf-story-viewer__iconbtn {
    width: 34px;
    height: 34px;
    font-size: 0.92rem;
  }
  .nf-story-viewer__top {
    gap: 6px;
    padding-inline: 8px;
  }
}
.nf-story-viewer__iconbtn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  position: relative;
  z-index: 14;
}
.nf-story-viewer__iconbtn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.nf-story-viewer__stage {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.nf-sv-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  box-shadow: none;
  position: relative;
}
.nf-sv-slide--media {
  align-items: stretch;
  justify-content: stretch;
}
.nf-story-viewer--holding .nf-sv-slide--media img,
.nf-story-viewer--holding .nf-sv-slide--media video {
  filter: brightness(0.9);
}
.nf-sv-slide--foto {
  align-items: center;
  justify-content: center;
}
.nf-sv-slide--foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}
.nf-sv-slide--video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nf-sv-slide--ig-foto img {
  object-fit: contain;
  object-position: center;
  background: #000;
}
.nf-sv-slide--kenburns img {
  animation: nfKenBurns 5.4s ease-out forwards;
  will-change: transform;
}
@keyframes nfKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}
.nf-story-viewer__stage.nf-sv-preload .nf-sv-slide {
  opacity: 0;
}
.nf-story-viewer__stage.nf-sv-preload .nf-sv-slide--kenburns img {
  animation: none;
}
.nf-story-viewer__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 17;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.nf-story-viewer__stage.nf-sv-curtain::after {
  opacity: 1;
}
.nf-story-viewer__stage.nf-sv-reveal .nf-sv-slide {
  animation: nfSvRevealIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.nf-story-viewer__stage.nf-sv-reveal .nf-sv-slide--kenburns img {
  animation: nfKenBurns 5.4s ease-out forwards;
}
@keyframes nfSvRevealIn {
  from {
    opacity: 0;
    transform: scale(1.04);
    filter: brightness(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}
.nf-sv-dtap-hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  z-index: 11;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.22s ease;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.nf-sv-dtap-hint.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.nf-sv-dtap-hint i {
  font-size: 0.65rem;
}
.nf-sv-slide--video video {
  background: #000;
}
.nf-sv-slide--ig video {
  object-fit: contain;
  object-position: center;
}
.nf-sv-slide--embed {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.nf-sv-slide--embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.nf-sv-slide--yt {
  align-items: stretch;
  justify-content: stretch;
}
.nf-sv-slide--yt iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: 0;
  background: #000;
}
.nf-sv-slide--ig iframe {
  aspect-ratio: 9 / 16;
  max-height: 100%;
}
.nf-sv-slide--text {
  display: flex;
  background: linear-gradient(160deg, #1a237e 0%, #311b92 45%, #880e4f 100%);
}
.nf-sv-slide--text .nf-sv-slide-text {
  padding: 28px 20px;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.nf-sv-slide--text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #f5f5f5;
  text-align: left;
}
.nf-sv-slide--text:not(.is-expanded) .nf-sv-slide-text {
  max-height: 58vh;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 72%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent);
}
.nf-sv-see-full {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1a2e;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.18s ease, background 0.18s ease;
}
.nf-sv-see-full:hover,
.nf-sv-see-full:focus-visible {
  background: #fff;
  transform: translateX(-50%) translateY(-1px);
  outline: none;
}
.nf-sv-see-full[hidden] {
  display: none !important;
}
.nf-story-viewer__hit {
  position: absolute;
  top: 52px;
  bottom: 72px;
  width: 28%;
  max-width: 140px;
  z-index: 8;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.nf-story-viewer__hit--prev { left: 0; }
.nf-story-viewer__hit--next { right: 0; }
.nf-story-viewer__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 12;
}
.nf-story-viewer__reply {
  flex: 1;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  font-family: var(--font, sans-serif);
}
.nf-story-viewer__reply:hover {
  background: rgba(255, 255, 255, 0.14);
}
.nf-story-viewer__like {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nf-story-viewer__like.liked {
  color: #ff4081;
}
.nf-story-viewer__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background: radial-gradient(circle at center, rgba(196, 0, 40, 0.12) 0%, rgba(0, 0, 0, 0.94) 58%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.nf-story-viewer__loading.is-active {
  opacity: 1;
}
.nf-story-viewer__loading.is-brand-hide .nf-sv-load-brand {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.94);
  transition: opacity 0.14s ease, visibility 0.14s ease, transform 0.14s ease;
}
.nf-story-viewer__loading.is-revealing {
  background: #000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
  transition: opacity 0.46s cubic-bezier(0.4, 0, 0.2, 1);
}
.nf-story-viewer__loading.is-revealing.is-out {
  opacity: 0;
  pointer-events: none;
}
.nf-story-viewer__loading.is-out {
  opacity: 0;
  pointer-events: none;
}
.nf-sv-load-brand {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nf-sv-load-logo {
  position: relative;
  z-index: 3;
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  animation: nfSvLogoPulse 1.15s ease-in-out infinite;
}
.nf-sv-load-glow {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 0, 40, 0.35) 0%, rgba(196, 0, 40, 0) 70%);
  animation: nfSvGlowPulse 1.15s ease-in-out infinite;
  z-index: 1;
}
.nf-sv-load-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.85);
  border-right-color: rgba(196, 0, 40, 0.55);
  animation: nfSvRingSpin 1.05s linear infinite;
  z-index: 2;
}
.nf-sv-load-ring--2 {
  inset: 10px;
  border-top-color: rgba(196, 0, 40, 0.75);
  border-right-color: rgba(255, 255, 255, 0.35);
  animation-duration: 1.55s;
  animation-direction: reverse;
}
.nf-story-viewer__loading.is-active .nf-sv-load-brand {
  animation: nfSvLoadIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.nf-story-viewer__loading.is-out .nf-sv-load-brand {
  animation: none;
  opacity: 0;
  visibility: hidden;
}
@keyframes nfSvLogoPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes nfSvGlowPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.08); }
}
@keyframes nfSvRingSpin {
  to { transform: rotate(360deg); }
}
@keyframes nfSvLoadIn {
  from { opacity: 0; transform: scale(0.82); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes nfSvLoadOut {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(1.08); }
}
.nf-story-viewer__loading[hidden] {
  display: none !important;
  pointer-events: none !important;
}
.nf-story-viewer__err {
  position: absolute;
  bottom: 100px;
  left: 16px;
  right: 16px;
  margin: 0;
  padding: 14px;
  border-radius: var(--radius-md, 12px);
  background: rgba(30, 30, 30, 0.95);
  color: #ffcdd2;
  font-size: 0.84rem;
  line-height: 1.45;
  z-index: 21;
  text-align: center;
}
.nf-story-viewer__err[hidden] {
  display: none !important;
}
.nf-story-viewer__err a {
  color: #90caf9;
  font-weight: 600;
}
@media (min-width: 900px) {
  .nf-story-viewer__shell {
    width: min(100%, 420px);
    max-width: 420px;
  }
}

/* Yorum paneli (işletme hikâyesi) */
.nf-story-comments {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nf-story-comments[hidden] {
  display: none !important;
}
.nf-story-comments__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.nf-story-comments__panel {
  position: relative;
  z-index: 2;
  max-height: min(62vh, 420px);
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nf-story-comments__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  font-size: 0.88rem;
  font-weight: 800;
  color: #111;
}
.nf-story-comments__close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  font-size: 1rem;
}
.nf-story-comments__list {
  flex: 1;
  overflow-y: auto;
  padding: 12px 14px;
  -webkit-overflow-scrolling: touch;
}
.nf-story-comments__empty {
  margin: 0;
  font-size: 0.82rem;
  color: #64748b;
  text-align: center;
  padding: 16px 0;
}
.nf-story-comments__item {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  line-height: 1.45;
}
.nf-story-comments__item > a {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
}
.nf-story-comments__item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nf-story-comments__item > div {
  flex: 1;
  min-width: 0;
}
.nf-story-comments__item p {
  margin: 0 0 4px;
  color: #334155;
}
.nf-story-comments__item strong {
  display: block;
  font-size: 0.78rem;
  margin-bottom: 2px;
  color: #111;
}
.nf-story-comments__item span {
  color: #64748b;
  font-size: 0.68rem;
}
.nf-story-comments__form {
  display: flex;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  border-top: 1px solid #eee;
  background: #fafafa;
}
.nf-story-comments__input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-family: var(--font, sans-serif);
  outline: none;
}
.nf-story-comments__input:focus {
  border-color: var(--primary, #c40028);
}
.nf-story-comments__send {
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--primary, #c40028);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  font-family: var(--font, sans-serif);
}
.nf-story-comments__send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* İşletme sahibi — hikâye istatistikleri */
.nf-story-viewer--owner .nf-story-viewer__bottom--owner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 12;
}
.nf-story-viewer__stats-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: var(--font, sans-serif);
}
.nf-story-viewer__stats-main i {
  font-size: 0.9rem;
  margin-right: 6px;
}
.nf-story-viewer__stats-main strong {
  font-size: 1rem;
  font-weight: 800;
}
.nf-story-viewer__stats-sub {
  font-size: 0.68rem;
  opacity: 0.82;
  margin-left: 1.35rem;
}
.nf-story-viewer__stats-mini {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  flex-shrink: 0;
}
.nf-story-viewer__stats-mini span {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.nf-story-viewers {
  position: absolute;
  inset: 0;
  z-index: 35;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nf-story-viewers[hidden] {
  display: none !important;
}
.nf-story-viewers__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.nf-story-viewers__panel {
  position: relative;
  z-index: 2;
  max-height: min(72vh, 480px);
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nf-story-viewers__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid #eee;
}
.nf-story-viewers__head strong {
  display: block;
  font-size: 0.92rem;
  color: #111;
}
.nf-story-viewers__ozet {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 2px;
}
.nf-story-viewers__close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #334155;
  cursor: pointer;
  flex-shrink: 0;
}
.nf-story-viewers__tabs {
  display: flex;
  gap: 8px;
  padding: 8px 12px 10px;
  border-bottom: 1px solid #eee;
}
.nf-story-viewers__tab {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  padding: 8px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  font-family: var(--font, sans-serif);
}
.nf-story-viewers__tab span {
  margin-left: 4px;
  font-size: 0.68rem;
  opacity: 0.85;
}
.nf-story-viewers__tab.active {
  background: var(--primary, #c40028);
  border-color: var(--primary, #c40028);
  color: #fff;
}
.nf-story-viewers__list {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  min-height: 120px;
  max-height: min(50vh, 320px);
}
.nf-story-viewers__empty {
  margin: 0;
  padding: 20px 14px;
  text-align: center;
  font-size: 0.82rem;
  color: #64748b;
}
.nf-story-viewers__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f1f5f9;
}
.nf-story-viewers__row:last-child {
  border-bottom: none;
}
.nf-story-viewers__row img,
.nf-story-viewers__row > span:first-child,
.nf-story-viewers__ava-guest {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 800;
  color: #475569;
}
.nf-story-viewers__ava-guest {
  border-radius: 10px;
  font-size: 0.95rem;
}
.nf-story-viewers__row div {
  flex: 1;
  min-width: 0;
}
.nf-story-viewers__row strong {
  display: block;
  font-size: 0.82rem;
  color: #111;
}
.nf-story-viewers__row span {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
}
.nf-story-viewers__sub {
  margin-top: 2px;
  font-size: 0.64rem !important;
}
.nf-story-viewers__badge {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
  flex-shrink: 0;
}
.nf-story-viewers__badge--uye {
  background: #eff6ff;
  color: #2563eb;
}
.nf-story-viewers__panel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  border-top: 1px solid #eee;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary, #c40028);
  text-decoration: none;
  background: #fafafa;
}
