/* ==========================================================================
   INSTAGRAM WEB REPLICA - DARK THEME UI (100% MATCH ON MOBILE & PC)
   ========================================================================== */

.ig-app-wrapper {
  display: grid;
  grid-template-columns: 240px 1fr 340px;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background-color: #000000;
  color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   LEFT SIDEBAR NAVIGATION (DESKTOP)
   -------------------------------------------------------------------------- */
.ig-sidebar {
  background-color: #000000;
  border-right: 1px solid #262626;
  padding: 8px 12px 20px 12px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 50;
  box-sizing: border-box;
  width: 244px;
}

.ig-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 25px 12px 16px 12px;
  margin-bottom: 19px;
  cursor: pointer;
  height: 73px;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.ig-logo:hover {
  opacity: 0.85;
}

.ig-logo-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.ig-logo-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.ig-logo-text {
  font-family: 'Grand Hotel', cursive, sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1;
  display: block;
  user-select: none;
}

.ig-nav-list,
.ig-nav-bottom-group {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ig-nav-list {
  flex: 1;
}

.ig-nav-bottom-group {
  margin-top: auto;
  padding-top: 10px;
}

.ig-nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 48px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.1s ease, color 0.15s ease;
  position: relative;
  user-select: none;
  box-sizing: border-box;
}

.ig-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.ig-nav-item:active {
  background-color: rgba(255, 255, 255, 0.18);
  transform: scale(0.97);
}

.ig-nav-item.active {
  font-weight: 700;
  color: #ffffff;
}

.ig-nav-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ig-nav-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #ffffff;
  transition: transform 0.15s ease;
}

.ig-nav-item:hover svg {
  transform: scale(1.06);
}

.ig-nav-item.active svg {
  color: #ffffff;
}

.notif-red-dot {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 7px;
  height: 7px;
  background-color: #ff3040;
  border-radius: 50%;
  border: 1.5px solid #000000;
  box-sizing: border-box;
}

.badge-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background-color: #ff3040;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  border: 2px solid #000000;
  z-index: 2;
}

.ig-nav-avatar-wrap {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.ig-nav-item:hover .ig-nav-avatar-wrap,
.ig-nav-item.active .ig-nav-avatar-wrap {
  border-color: #ffffff;
  border-width: 2px;
  transform: scale(1.08);
}

.ig-nav-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* --------------------------------------------------------------------------
   MOBILE TOP HEADER (SHOWN ON MOBILE)
   -------------------------------------------------------------------------- */
.ig-mobile-top-header {
  display: none;
}

/* --------------------------------------------------------------------------
   MAIN FEED & STORIES AREA
   -------------------------------------------------------------------------- */
.ig-main-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 16px 0 140px;
  width: 100%;
  box-sizing: border-box;
}

/* Stories Bar */
.ig-stories-container {
  display: flex;
  gap: 16px;
  padding: 16px 18px;
  overflow-x: auto;
  scrollbar-width: none;
  background: #000000;
  border-bottom: 1px solid #141414;
  box-sizing: border-box;
}

.ig-stories-container::-webkit-scrollbar {
  display: none;
}

.ig-story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.ig-story-item:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.ig-story-item:active {
  transform: scale(0.96);
}

.ig-story-ring {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Segmented Multi-Story SVG Ring Overlay */
.story-segmented-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: rotate(-90deg);
}

.story-circle-segment {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.story-circle-segment.gradient {
  stroke: url(#ig-story-gradient);
}

.story-circle-segment.green {
  stroke: #10b981;
}

.story-circle-segment.own {
  stroke: #333333;
}

.ig-story-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #000000;
  background: #1a1a1a;
  box-sizing: border-box;
  z-index: 1;
  filter: blur(2.8px);
  transition: filter 0.2s ease, transform 0.15s ease;
}

.ig-story-avatar.profile-target-avatar {
  filter: none !important;
}

.story-plus-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0095f6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  line-height: 1;
  z-index: 2;
}

.ig-story-username {
  font-size: 0.75rem;
  color: #f5f5f5;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* Feed Restricted Post Card */
.ig-post-card {
  background-color: #000000;
  border: none;
  margin-bottom: 24px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.ig-post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  box-sizing: border-box;
}

.ig-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ig-post-author-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: #1e293b;
}

.ig-post-author-info {
  display: flex;
  flex-direction: column;
}

.ig-post-author-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

.ig-post-location {
  font-size: 0.76rem;
  color: #8e8e93;
}

.ig-post-dots {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 6px;
  transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
  user-select: none;
}

.ig-post-dots:hover {
  opacity: 0.85;
  background-color: rgba(255, 255, 255, 0.12);
  transform: scale(1.08);
}

.ig-post-media-restricted {
  position: relative;
  width: 100%;
  height: 440px;
  background-color: #0c1017;
  display: flex;
  align-items: center;
  justify-content: center;
}

.restricted-lock-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.post-lock-svg {
  width: 44px;
  height: 44px;
  stroke: #6b7280;
  margin-bottom: 12px;
}

.restricted-main-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.restricted-time-text {
  font-size: 0.85rem;
  color: #8e8e93;
  margin-top: 4px;
}

/* Feed Post Actions Bar */
.ig-post-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 4px;
  background: #000000;
  box-sizing: border-box;
}

.ig-actions-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ig-action-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.ig-action-btn.heart-btn {
  color: #ffffff;
}

.post-action-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  transition: transform 0.15s ease;
}

.ig-action-btn:hover .post-action-icon {
  transform: scale(1.1);
}

.post-action-icon.heart-fill {
  fill: #ff3040;
  stroke: #ff3040;
}

.post-action-icon.bookmark-fill {
  fill: #ffffff;
  stroke: #ffffff;
}

.ig-action-btn.bookmark-btn {
  cursor: pointer;
}

.ig-post-footer-meta {
  padding: 2px 14px 14px;
  font-size: 0.72rem;
  color: #737373;
  font-weight: 400;
  text-align: left;
}

/* Floating Double Click Heart Pop */
.floating-heart-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 50;
  opacity: 0;
  animation: heartPopAnim 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.floating-heart-pop svg {
  width: 100%;
  height: 100%;
  fill: #ff3040;
  filter: drop-shadow(0 4px 15px rgba(255, 48, 64, 0.4));
}

@keyframes heartPopAnim {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  35% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.95;
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0;
  }
}

/* --------------------------------------------------------------------------
   ACTION BLOCKED VIP MODAL (EXACT REPLICA OF PHOTO 3)
   -------------------------------------------------------------------------- */
.ig-blocked-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  animation: fadeInModal 0.2s ease forwards;
}

.ig-blocked-modal-box {
  background: #1e191d;
  background: linear-gradient(180deg, #221c22 0%, #1a151a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px 22px 24px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.85);
  transform: scale(0.95);
  animation: scaleUpModal 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  box-sizing: border-box;
}

@keyframes fadeInModal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scaleUpModal {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.ig-blocked-modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.warning-triangle {
  font-size: 1.15rem;
  color: #ffffff;
  line-height: 1;
}

.ig-blocked-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.ig-blocked-desc {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #e2e8f0;
  margin: 0 0 22px;
  font-weight: 400;
}

.ig-blocked-cta-btn {
  background: #624b4f;
  background: linear-gradient(135deg, #6c4f55 0%, #563b41 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.15s ease, filter 0.15s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.ig-blocked-cta-btn:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* --------------------------------------------------------------------------
   RIGHT SIDEBAR PREVIEW (DESKTOP)
   -------------------------------------------------------------------------- */
.ig-right-sidebar {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 1px solid #1a1a1a;
  box-sizing: border-box;
}

.ig-user-profile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ig-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ig-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.ig-user-names {
  display: flex;
  flex-direction: column;
}

.ig-username {
  font-size: 0.9rem;
  font-weight: 600;
}

.ig-fullname {
  font-size: 0.8rem;
  color: #a8a8a8;
}

.switch-btn {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0095f6;
  cursor: pointer;
}

.suggestions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.suggestions-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #a8a8a8;
}

.suggestions-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.suggestion-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.follow-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0095f6;
  cursor: pointer;
}

.ig-footer-links {
  font-size: 0.7rem;
  color: #737373;
  line-height: 1.6;
  margin-top: 20px;
}

/* --------------------------------------------------------------------------
   BOTTOM STICKY VIP BANNER (EXACT REPLICA OF SCREENSHOT)
   -------------------------------------------------------------------------- */
.vip-sticky-bar {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: linear-gradient(90deg, #ea580c 0%, #db2777 50%, #c026d3 100%) !important;
  padding: 10px 18px 14px !important;
  z-index: 999999 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.9) !important;
  box-sizing: border-box !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.vip-bar-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vip-timer-badge {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vip-pill-btn {
  background: #ffffff;
  color: #7c3aed;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  flex-shrink: 0;
}

.vip-pill-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.vip-bar-text {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

/* --------------------------------------------------------------------------
   RESPONSIVE DESIGN (MOBILE / WHATSAPP IN-APP BROWSER)
   -------------------------------------------------------------------------- */
@media (max-width: 1264px) {
  .ig-app-wrapper {
    grid-template-columns: 72px 1fr 340px;
  }

  .ig-sidebar {
    width: 72px;
    padding: 8px 10px 20px 10px;
    align-items: center;
  }

  .ig-logo {
    padding: 16px 0 20px 0;
    margin-bottom: 8px;
    justify-content: center;
    width: 100%;
  }

  .ig-logo-text {
    display: none !important;
  }

  .ig-logo-icon {
    display: flex !important;
  }

  .ig-nav-list,
  .ig-nav-bottom-group {
    align-items: center;
    width: 100%;
  }

  .ig-nav-item {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    margin: 2px auto;
  }

  .ig-nav-item span:not(.badge-count) {
    display: none !important;
  }

  .badge-count {
    top: -4px;
    right: -8px;
  }
}

@media (max-width: 1024px) {
  .ig-app-wrapper {
    grid-template-columns: 72px 1fr;
  }

  .ig-right-sidebar {
    display: none;
  }
}

@media (max-width: 768px) {
  .ig-app-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    background-color: #000000;
  }

  .ig-sidebar {
    display: none;
  }

  .ig-right-sidebar {
    display: none;
  }

  /* Instagram Mobile App Top Header */
  .ig-mobile-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #000000;
    border-bottom: 1px solid #141414;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: 50px;
    box-sizing: border-box;
  }

  .ig-mobile-logo-text {
    font-family: 'Grand Hotel', cursive, sans-serif;
    font-size: 1.95rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1;
  }

  .ig-mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .header-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-header-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
  }

  .header-dot-badge {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 7px;
    height: 7px;
    background: #ff3040;
    border-radius: 50%;
    border: 1.5px solid #000000;
  }

  .mobile-badge-count {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #ff3040;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 1px 4.5px;
    border-radius: 10px;
    line-height: 1;
    border: 1.5px solid #000000;
  }

  .ig-main-content {
    padding: 0 0 110px;
    max-width: 100%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .ig-stories-container {
    padding: 10px 12px;
    gap: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #141414;
    width: 100%;
    box-sizing: border-box;
  }

  .ig-story-ring {
    width: 62px;
    height: 62px;
  }

  .ig-post-card {
    border-radius: 0;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .ig-post-media-restricted {
    height: 390px;
    width: 100%;
    box-sizing: border-box;
  }

  .vip-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 14px 12px;
    box-sizing: border-box;
  }
}

/* --------------------------------------------------------------------------
   INSTAGRAM NOTIFICATIONS / ACTIVITY SCREEN (CURTIDAS & ATIVIDADES)
   -------------------------------------------------------------------------- */
.ig-notif-screen {
  background-color: #000000;
  color: #ffffff;
  min-height: 100vh;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  padding-bottom: 120px;
  position: relative;
}

.ig-notif-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #000000;
  border-bottom: 1px solid #141414;
  position: sticky;
  top: 0;
  z-index: 100;
  cursor: pointer;
  box-sizing: border-box;
}

.ig-notif-back-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.ig-notif-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
  margin: 0;
}

.ig-notif-content {
  padding: 10px 16px;
  box-sizing: border-box;
}

.ig-notif-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 14px;
}

.ig-notif-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ig-notif-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.ig-notif-item:active {
  opacity: 0.75;
}

.ig-notif-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.ig-notif-avatar-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.ig-notif-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ig-notif-avatar.locked-avatar {
  background: #1e1924;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(168, 85, 247, 0.35);
}

.ig-notif-avatar.locked-avatar svg {
  width: 20px;
  height: 20px;
  stroke: #c084fc;
}

.ig-notif-multi-avatars {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.ig-notif-multi-avatars .avatar-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #000000;
  object-fit: cover;
  z-index: 2;
}

.ig-notif-multi-avatars .avatar-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #000000;
  object-fit: cover;
  z-index: 1;
}

.ig-notif-text {
  font-size: 0.86rem;
  line-height: 1.38;
  color: #f5f5f5;
  flex: 1;
}

.ig-notif-user {
  font-weight: 700;
  color: #ffffff;
}

.ig-notif-time {
  color: #8e8e93;
  margin-left: 4px;
  font-size: 0.8rem;
}

.ig-notif-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ig-notif-btn {
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: filter 0.15s ease;
}

.ig-notif-btn.btn-following {
  background-color: #262626;
  color: #ffffff;
}

.ig-notif-btn.btn-follow-blue {
  background-color: #0095f6;
  color: #ffffff;
}

.ig-notif-btn.btn-test {
  background-color: #0095f6;
  color: #ffffff;
}

.ig-notif-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
  filter: blur(8px);
  background: #1c1924;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}
