body{
    width: 400px;
}

@charset "UTF-8";
.reply-box {
  display: none;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0 32px;
}

.flex-fill.tab-btn.active {
  background-color: #BB30EB;
  color: white;
  border-radius: 8px;
}

.reply-box input {
  flex: 1;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.reply-box button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #6a5cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  margin: 0;
  padding: 0;
}

.emoji-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}

.emoji-btn {
  cursor: pointer;
  background: #f1f1f1;
  border: none;
  font-size: 20px;
  padding: 5px 8px;
  border-radius: 5px;
}

.emoji-picker {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 350px;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  z-index: 100;
}

.emoji-picker span {
  cursor: pointer;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;
}

.emoji-picker span:hover {
  transform: scale(1.3);
}

body {
  font-family: "Poppins", sans-serif !important;
}

.logo-gred {
  color: transparent;
  background-color: transparent;
  background: linear-gradient(45deg, #BB30EB, #7178F4);
  -webkit-background-clip: text;
  font-size: 22px;
}

.aline-bg-primary {
  background-color: #BB30EB !important;
}

.aline-bg-primary-2 {
  background-color: #7178F4 !important;
}

.align-bg-gred {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.768627451), rgba(99, 102, 241, 0.9019607843));
}

.bg-banner {
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bell-icon {
  font-size: 30px;
}

.stories-wrapper {
  display: flex;
  gap: 14px;
  padding: 14px;
  padding-bottom: 0;
  overflow-x: auto;
  background: #fff;
  border-bottom: 1px solid rgba(173, 181, 189, 0.3019607843);
}

.stories-wrapper::-webkit-scrollbar {
  display: none;
}

.story-item {
  text-align: center;
  width: 80px;
  font-size: 13px;
}

.voice-ui {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 6px 12px;
  width: 180px;
  margin-top: 6px;
}

.voice-ui audio {
  display: none;
}

.v-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #BB30EB;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.v-text {
  font-size: 13px;
  color: #555;
}

.story-item p {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reply-box {
  display: none;
  margin-top: 6px;
  display: flex;
  gap: 6px;
}

.reply-box input {
  flex: 1;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.reply-box button {
  padding: 6px 12px;
  border-radius: 20px;
  border: none;
  background: #6a5cff;
  color: #fff;
  font-size: 12px;
}

.voice-player {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f1f5;
  border-radius: 20px;
  padding: 6px 10px;
  width: 200px;
  margin-top: 6px;
}

.voice-player .play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #6a5cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.follow-toggle,
.follow-btn {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  transition: all 0.2s ease;
}

.voice-player .progress {
  flex: 1;
  height: 4px;
  background: #ddd;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.voice-player .progress .bar {
  height: 100%;
  width: 0%;
  background: #6a5cff;
  border-radius: 10px;
}

.voice-player .time {
  font-size: 12px;
  color: #555;
  min-width: 36px;
}

.reply-btn {
  font-size: 12px;
  color: #6a5cff;
  cursor: pointer;
  margin-left: 10px;
}

.reply-item {
  margin-left: -37px;
  margin-top: 6px;
  display: flex;
  gap: 9px;
}

.comment-avatar.small {
  width: 22px;
  height: 22px;
}

/* Story Ring */
.story-ring {
  width: 70px;
  height: 70px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(45deg, #BB30EB, #7178F4);
  position: relative;
}

.story-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Your Story */
.your-story {
  background: #ddd;
}

.add-story {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #a855f7;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

/* Live Badge */
.live-badge {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #ff0066, #ff9900);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
}

/* Footer */
.sheet-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border-top: 1px solid #ddd;
  background: #fff;
}

.comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.input-wrap {
  flex: 1;
}

#commentInput {
  width: 100%;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  outline: none;
}

.voice-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}

#recStatus {
  display: none;
  color: red;
  font-weight: 600;
}

.voice-btn {
  border: none;
  background: #f1f1f1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.voice-btn.recording {
  background: red;
  color: white;
}

/* Post button */
.post-btn {
  background: #6f2cff;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

/* Comment items */
.comment-item {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.comment-item .comment-content {
  flex: 1;
}

.comment-item .comment-content p {
  margin: 0;
  font-size: 12px;
}

.comment-item .comment-meta {
  font-size: 11px;
  color: #666;
  display: flex;
  gap: 10px;
}

.comment-item .reply-list {
  margin-left: 20px;
  margin-top: 4px;
}

/* Reply button */
.reply-btn {
  font-size: 12px;
  color: #6f2cff;
  cursor: pointer;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

/* Normal icons */
.nav-item {
  flex: 1;
  text-align: center;
  font-size: 22px;
  color: #444;
}

/* Center wrapper keeps layout stable */
.add-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Floating + button */
.add-btn {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transform: translateY(-22px);
  box-shadow: 0 12px 30px rgba(168, 85, 247, 0.55);
}

/* Profile avatar */
.profile img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #edc9fa;
}

.post-card {
  max-width: 420px;
  margin: 8px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 95%;
}

/* Header */
.post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 5px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #d277f1;
}

.post-username {
  font-size: 15px;
}

.post-meta {
  font-size: 8px;
  color: #777;
}

.follow-btn {
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 4px 12px;
}

/* Image */
.post-image img {
  width: 100%;
  height: 300px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Actions */
.post-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
}

.action-group {
  display: flex;
  gap: 8px;
}

.action-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  background: #fff;
  font-weight: 500;
}

.action-pill i {
  font-size: 14px;
}

/* Like highlight */
.action-pill.like i {
  color: #e0245e;
}

/* Icon-only buttons (right side) */
.icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-btn i {
  font-size: 16px;
}

/* Caption */
.post-caption {
  padding: 6px 12px 10px;
}

/* Liked bubble */
.liked-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #f1f1f1;
  border-radius: 18px;
  font-size: 11px;
  color: #333;
  margin-bottom: 6px;
}

/* Avatars */
.liked-avatars {
  display: flex;
}

.liked-avatars img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
  margin-left: -6px;
}

.liked-avatars img:first-child {
  margin-left: 0;
}

/* Caption */
.caption-text {
  font-size: 14px;
  color: #222;
  margin: 0;
  font-weight: 400;
}

/* ---------- COMMENT SHEET ---------- */
.comment-sheet {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 70%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  transition: bottom 0.3s ease;
  z-index: 9999;
}

.comment-sheet.active {
  bottom: 0;
}

/* ---------- HEADER ---------- */
.sheet-header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.drag-bar {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  margin: auto;
}

/* ---------- BODY ---------- */
.sheet-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.comment-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.comment-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.comment-content {
  flex: 1;
  font-size: 14px;
}

.comment-meta {
  font-size: 12px;
  color: #888;
  display: flex;
  gap: 12px;
}

.comment-like {
  text-align: center;
  font-size: 12px;
  color: #888;
}

.view-replies {
  margin-left: 46px;
  font-size: 13px;
  color: #888;
}

/* ---------- EMOJI BAR ---------- */
.emoji-bar {
  padding: 8px 12px;
  border-top: 1px solid #eee;
  font-size: 20px;
}

/* ---------- FOOTER ---------- */
.sheet-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
}

.sheet-footer input {
  flex: 1;
  border: none;
  outline: none;
}

.post-btn {
  background: none;
  border: none;
  color: #0095f6;
  font-weight: 600;
}

.sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9998;
}

.sheet-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.action-pill.like {
  cursor: pointer;
}

.action-pill.like.active i {
  color: #BB30EB;
  animation: pop 0.2s ease;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/* Section */
.featured-section {
  padding: 18px 0;
  border-top: 1px solid rgba(173, 181, 189, 0.3019607843);
  border-bottom: 1px solid rgba(173, 181, 189, 0.3019607843);
  margin: 10px 0;
}

.section-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Horizontal Scroll */
.featured-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  margin-left: 8px;
}

.featured-scroll::-webkit-scrollbar {
  height: 5px;
}

.sheet-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #eee;
}

.sheet-footer input {
  flex: 1;
  border: none;
  outline: none;
}

.voice-btn {
  background: #f1f1f1;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-btn.recording {
  background: red;
  color: #fff;
}

.voice-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-top: 1px solid #eee;
}

.d-none {
  display: none;
}

.featured-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Card */
.featured-card {
  min-width: 300px;
  padding: 10px;
  font-size: 12px;
  scroll-snap-align: start;
  flex-shrink: 0;
  margin-left: 16px;
}

/* Avatar */
.featured-card .avatar {
  width: 34px;
  height: 34px;
}

/* Username */
.featured-card strong {
  font-size: 11.5px;
}

/* Meta */
.featured-card .post-meta {
  font-size: 10.5px;
  color: #777;
}

/* Bio */
.featured-card .post-caption {
  font-size: 11.5px;
  line-height: 1.4;
  margin: 6px 0;
}

/* Button */
.featured-card .btn {
  font-size: 10.5px;
  padding: 3px 8px;
}

/* Like / Comment */
.featured-card .action-pill {
  padding: 3px 7px;
}

.seller {
  width: 158px;
  top: -11px;
  left: -11px;
}

.gold-shiny::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: shine 4.5s infinite;
}

.connect {
  font-size: 14px !important;
  font-weight: bold !important;
}

.post-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: flex-end;
  z-index: 999;
}

.post-modal .modal-content {
  background-color: white;
}

.post-modal.show {
  display: flex !important;
}

.modal-content {
  background: white;
  width: 100%;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  top: -71px;
}

.handle {
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 10px;
  margin: 0 auto 10px;
}

.option {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
}

.option:hover {
  background: #f5f5f5;
}

.option i {
  font-size: 22px;
  color: #BB30EB;
}

.option h6 {
  margin: 0;
  font-weight: 600;
}

.option p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.feed-tabs {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  overflow-x: auto;
}

.feed-tabs::-webkit-scrollbar {
  display: none;
}

.tab {
  padding: 5px 12px;
  /* 👈 smaller button */
  border-radius: 16px;
  /* 👈 tighter pill */
  border: 1px solid #ddd;
  background: #fff;
  font-size: 12px;
  /* 👈 smaller font */
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}

.tab.active {
  background: #BB30EB;
  color: #fff;
  border-color: #BB30EB;
}

.create-post-screen {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 3000;
  display: none;
  flex-direction: column;
}

.create-post-screen.show {
  display: flex;
}

/* Header */
.cp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.post-btn {
  padding: 5px 14px;
  border-radius: 16px;
  border: none;
  background: #BB30EB;
  color: #fff;
  font-size: 12px;
}

.post-btn.disabled {
  opacity: 0.4;
}

/* User */
.cp-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  font-size: 12px;
}

.cp-user img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.cp-user i {
  color: #1da1f2;
}

/* Textarea */
textarea {
  border: none;
  padding: 12px 14px;
  font-size: 14px;
  resize: none;
  outline: none;
  height: 100%;
}

/* Divider */
.divider {
  height: 6px;
  background: #f3f3f3;
}

/* Add to post */
.add-post {
  padding: 12px 14px;
}

.add-post p {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.add-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.add-card {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.add-card i {
  font-size: 18px;
}

.add-card b {
  margin-left: auto;
  font-size: 16px;
  color: #777;
}

/* Colors */
.text-primary {
  color: #4c8bf5;
}

.text-info {
  color: #00bcd4;
}

.text-success {
  color: #2ecc71;
}

.text-danger {
  color: #BB30EB;
}

.text-warning {
  color: #f39c12;
}

.text-purple {
  color: #8e44ad;
}

/* ===============================
   CHAT LIST CONTAINER
================================ */
.chat-list {
  padding: 10px 12px;
  background: #ffffff;
}

/* ===============================
   SINGLE CHAT ITEM
================================ */
.chat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.chat-item:hover {
  background: #f7f7f7;
}

/* ===============================
   AVATAR
================================ */
.avatar {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Online Dot */
.avatar.online::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #2ecc71;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* ===============================
   CHAT INFO
================================ */
.chat-info {
  flex: 1;
  min-width: 0;
}

.chat-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #111;
}

.chat-info p {
  font-size: 12px;
  color: #777;
  margin: 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===============================
   CHAT META (TIME + BADGE)
================================ */
.chat-meta {
  text-align: right;
  min-width: 55px;
  margin-right: 10px;
}

.chat-meta span:first-child {
  display: block;
  font-size: 11px;
  color: #999;
}

/* ===============================
   UNREAD BADGE
================================ */
.badge {
  display: inline-block;
  margin-top: 6px;
  background: #7b3fe4;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 12px;
}

.badge.red {
  background: #ff3b3b;
}

/* ===============================
   SELLER CHAT STYLE (OPTIONAL)
================================ */
/* ===============================
   CHAT TABS
================================ */
.chat-tabs {
  display: flex;
  gap: 14px;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.chat-tab {
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  border: none;
  color: #888;
  padding: 6px 2px;
  cursor: pointer;
  position: relative;
}

.chat-tab.active {
  color: #7b3fe4;
  font-weight: 600;
}

/* underline */
.chat-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #7b3fe4;
  border-radius: 10px;
}

.chat-item[data-chat=seller] h4 {
  color: #7b3fe4;
}

/* ===============================
   ACTIVE CHAT (OPTIONAL)
================================ */
.chat-item.active {
  background: #f1ecff;
}

.chat-tabs {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.chat-tab {
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  border: none;
  color: #888;
  padding: 6px 2px;
  cursor: pointer;
  position: relative;
}

.chat-tab.active {
  color: #7b3fe4;
  font-weight: 600;
}

.chat-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #7b3fe4;
  border-radius: 10px;
}

/* PLUS BUTTON */
.add-tab {
  margin-left: auto;
  font-size: 16px;
  color: #7b3fe4;
  padding: 4px 6px;
}

.add-tab:hover {
  background: #f1ecff;
  border-radius: 50%;
}

/* status text */
.story-item small {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

/* ONLINE */
.story-ring.online {
  border: 2px solid #2ecc71;
}

/* OFFLINE */
.story-ring.offline {
  border: 2px solid #bbb;
  opacity: 0.6;
}

/* AGO */
.story-ring.ago {
  border: 2px solid #ff9800;
}

/* Your story */
.story-ring.your-story {
  border: 2px solid #7b3fe4;
}

.chat-swipe {
  position: relative;
  overflow: hidden;
}

.chat-item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 6px;
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease;
}

/* Swipe actions container */
.swipe-actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  z-index: 1;
}

/* Action buttons */
.swipe-actions .action {
  width: 60px;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.action.archive {
  background: #5c6bc0;
}

.action.mute {
  background: #ffa726;
}

.action.delete {
  background: #ef5350;
}

/* Swiped state */
.chat-swipe.active .chat-item {
  transform: translateX(-180px);
}

/* ===============================
   CHAT HEADER
================================ */
.chat-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.chat-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

/* Search Button */
.chat-search-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  background: #f3f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.chat-search-btn i {
  font-size: 16px;
  color: #7b3fe4;
}

/* ===============================
   PROFILE HEADER
================================ */
.profile-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.profile-header-inner {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

/* Icons */
.icon-btn {
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.icon-btn i {
  font-size: 20px;
  color: #111;
}

/* Profile title */
.profile-title {
  text-align: center;
  flex: 1;
}

.profile-title h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #111;
}

/* Status */
.profile-title .status {
  font-size: 11px;
  color: #999;
}

.profile-title .status.online {
  color: #2ecc71;
}

.profile-page {
  background: #fff;
}

/* Avatar */
.profile-avatar {
  width: 150px;
  height: 150px;
  margin: 12px auto 8px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b3fe4, #d946ef);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

/* Name */
.profile-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.profile-name .verified {
  font-size: 14px;
  color: #1da1f2;
}

.user-pronoun {
  margin: 0;
  font-size: 12px;
  color: #777;
  font-weight: 500;
  text-align: center;
}

/* Buyer Pronoun */
.user-pronoun {
  font-size: 11px;
  font-weight: 500;
  color: #555;
  background: #f1f1f1;
  padding: 2px 7px;
  border-radius: 6px;
  line-height: 1;
  width: 100px;
  margin: 8px auto;
}

.verified {
  color: #7b3fe4;
  font-size: 16px;
  margin-left: 4px;
}

/* Bio */
.profile-bio {
  padding: 0 20px;
  font-size: 13px;
  color: #555;
}

.profile-bio a {
  display: block;
  margin-top: 2px;
  color: #7b3fe4;
  text-decoration: none;
  font-weight: 500;
}

/* Edit Button */
.edit-profile-btn {
  margin: 12px auto;
  display: block;
  width: 80%;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Stats */
.profile-stats {
  display: flex;
  justify-content: center;
  gap: 26px;
  /* reduced spacing */
  padding: 10px 0 6px;
  /* less vertical space */
  text-align: center;
}

.stat-item {
  min-width: 60px;
}

.stat-item strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.stat-item span {
  font-size: 11px;
  color: #888;
}

/* Tabs */
.profile-tabs {
  position: relative;
  display: flex;
  background: #f3f3f3;
  border-radius: 20px;
  margin: 0 16px;
}

.tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  z-index: 1;
}

.tab-btn.active {
  color: #fff;
}

.tab-slider {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #d946ef;
  border-radius: 20px;
  left: 0;
  transition: 0.3s ease;
}

/* Content */
.tab-content-wrapper {
  overflow: hidden;
}

.tab-content {
  display: none;
  padding: 10px;
  margin-bottom: 81px;
}

.tab-content.active {
  display: block;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.grid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

/* Count Bar */
.content-count {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px 10px;
  font-size: 12px;
  color: #555;
}

.content-count strong {
  color: #111;
  font-weight: 700;
}

/* Post Item Overlay */
.post-item {
  position: relative;
}

.post-count {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.post-count i {
  font-size: 11px;
}

.profile-actions {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  align-items: center;
}

/* Edit Profile */
.edit-profile-btn {
  flex: 1.2;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
}

/* Become Seller */
.seller-btn {
  flex: 1.2;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 10px;
  border: none;
  background: #BB30EB;
  color: #fff;
  font-weight: 600;
}

/* Share Profile */
.share-btn {
  flex: 1;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Hover */
.edit-profile-btn:hover,
.share-btn:hover {
  background: #f1f1f1;
}

.seller-btn:hover {
  opacity: 0.9;
}

.become-seller-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #7b3fe4, #9b6bff);
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.become-seller-btn i {
  font-size: 14px;
}

.become-seller-btn:hover {
  background: linear-gradient(135deg, #6a32d6, #8b5cf6);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(123, 63, 228, 0.35);
}

@media (max-width: 767px) {
  body{
      width: 100%;
  }
}

/* Mobile adjust */
@media (max-width: 576px) {
  .become-seller-btn span {
    display: none;
  }
}
/* Header */
.profile-header {
  position: relative;
}

/* Cover Image */
.profile-cover {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.profile-cover img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Avatar Wrapper */
.profile-avatar-wrapper {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

/* Avatar */
.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
  background: #fff;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Profile Top */
/* Name */
.profile-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.verified {
  color: #7b3fe4;
  font-size: 15px;
}

/* Bio */
.profile-bio {
  font-size: 13px;
  color: #666;
}

.user-pronoun {
  font-size: 12px;
  color: #7b3fe4;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Stats */
.profile-stats {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 10px;
}

.stat-item strong {
  font-size: 22px;
  display: block;
}

.stat-item span {
  font-size: 12px;
  color: #777;
}

/* Actions */
.profile-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.mini-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  justify-content: center;
}

/* Switch */
.mini-switch {
  position: relative;
  width: 32px;
  height: 16px;
}

.mini-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mini-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 20px;
  transition: 0.25s;
}

.mini-slider::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.25s;
}

/* Active */
.mini-switch input:checked + .mini-slider {
  background: #BB30EB;
}

.mini-switch input:checked + .mini-slider::before {
  transform: translateX(16px);
}

/* Labels */
.mini-label {
  opacity: 0.4;
  transition: 0.25s;
}

.mini-label.active {
  opacity: 1;
  color: #BB30EB;
  font-weight: 600;
}

.bio-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.viewer-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.follow-btn {
  background: #BB30EB;
  color: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 12px;
  border-radius: 10px;
}

.contact-btn,
.share-btn {
  background: #f2f2f2;
  border: none;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.contact-menu {
  border-radius: 12px;
  padding: 6px;
}

.contact-menu .dropdown-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat-wrapper {
  max-width: 420px;
  background: #f8f9fd;
  border-radius: 20px;
  padding-bottom: 80px;
  background-image: url("https://img.freepik.com/free-vector/abstract-chat-box-shape-pattern-white-background_1017-59690.jpg?semt=ais_hybrid&w=740&q=80");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

/* CHAT BUBBLES */
.chat-bubble {
  max-width: 75%;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 16px;
}

.sent {
  background: #BB30EB;
  color: #fff;
  border-bottom-right-radius: 6px;
}

.received {
  background: #ffffff;
  color: #333;
  border-bottom-left-radius: 6px;
}

/* TIME */
.chat-time {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}

/* FILE CARD */
.file-card {
  background: #fdecec;
  padding: 14px;
  border-radius: 14px;
  width: 75%;
}

.file-size {
  font-size: 12px;
  color: #BB30EB;
}

.download-btn {
  background: #BB30EB;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}

/* INPUT */
.chat-input {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 10px;
  /* border-radius: 14px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.chat-input input {
  border-radius: 20px;
  font-size: 14px;
}

.icon-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.send-btn {
  background: #BB30EB;
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

/* ===============================
   REELS CONTAINER
================================ */
.reels-container {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  background: #000;
  padding-bottom: 70px;
  /* fixed bottom menu space */
}

.reel {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
  overflow: hidden;
  background: #000;
  /* ===============================
     REEL MEDIA
  ================================ */
  /* ===============================
     REEL FLAG (Trending / New)
  ================================ */
  /* ===============================
     RIGHT ACTIONS
  ================================ */
  /* Like animation */
  /* Comment glow */
  /* ===============================
     BOTTOM INFO
  ================================ */
  /* ===============================
     SAFE AREA FOR MOBILE
  ================================ */
}

.reel .reel-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reel .reel-flag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 10;
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.reel .reel-flag.trending {
  background: linear-gradient(135deg, #ff0057, #ff8a00);
}

.reel .reel-flag.featured {
  background: linear-gradient(135deg, #7b2ff7, #f107a3);
}

.reel .reel-flag.new {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.reel .reel-actions {
  position: absolute;
  right: 12px;
  bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 10;
}

.reel .action-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: black;
  cursor: pointer;
}

.reel .action-pill i {
  font-size: 22px;
  margin-bottom: 4px;
}

.reel .action-pill.like i {
  color: #ff3b5c;
}

.reel .action-pill.like.pulse i {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.reel .action-pill.comment.glow i {
  color: black;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.reel .reel-info {
  position: absolute;
  left: 14px;
  bottom: 80px;
  color: #fff;
  width: calc(100% - 100px);
  z-index: 10;
}

.reel .user-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.reel .reel-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.reel .follow-btn {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 20px;
  background: #BB30EB;
  color: #fff;
  margin-left: auto;
  font-weight: 600;
}

.reel .reel-info p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  opacity: 0.95;
}

@media (max-width: 576px) {
  .reel .reel-info {
    bottom: 90px;
  }
}
.bi-shield-check {
  color: #BB30EB;
}

.icon-badge {
  width: 32px;
  height: 32px;
  background: rgba(187, 48, 235, 0.15);
  color: #BB30EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.social-btn {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  background: #fff;
}

.modal-content {
  padding-bottom: 10px;
}

/* BACKDROP */
.modal-backdrop.show {
  opacity: 0.4;
}

/* BOTTOM SHEET */
.app-bottom-modal .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.app-bottom-modal .modal-content {
  border-radius: 18px 18px 0 0;
  padding: 18px;
  border: none;
}

/* HANDLE */
.app-sheet-handle {
  width: 44px;
  height: 5px;
  background: #d1d5db;
  border-radius: 10px;
  margin: 0 auto 14px;
}

/* BUTTONS */
.app-auth-btn {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.app-auth-btn-primary {
  background: #BB30EB;
  /* YOUR APP COLOR */
  color: #ffffff;
  border: none;
}

/* ICON SIZE */
.app-auth-btn i {
  font-size: 18px;
}

.notifications-screen {
  max-width: 420px;
  margin: auto;
}

.notify-section {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
}

.notify-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  padding: 8px 0;
}

.notify-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.notify-text {
  flex: 1;
  font-size: 13px;
  color: #222;
}

.notify-text strong {
  font-weight: 600;
}

.notify-time {
  font-size: 11px;
  color: #888;
}

.follow-btn {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 8px;
}

.notify-thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.noti-bg {
  position: absolute !important;
  font-size: 11px;
  top: -4px !important;
  border: 1px solid black;
  left: 26px !important;
}

.widgets a.seller-shield {
  background-color: transparent;
}

.widgets a {
  padding: 2px 2px;
  line-height: 18px;
  display: inline-block;
  font-size: 8px !important;
}

.widgets a i {
  color: #bb30eb !important;
  font-size: 20px !important;
}

.notify-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.notify-sub {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

/* SEARCH */
.search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f4f4;
  margin: 10px;
  padding: 8px 12px;
  border-radius: 10px;
}

.search-bar input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
}

/* FILTER */
.filter-bar {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  overflow-x: auto;
  white-space: nowrap;
}

.filter-chip {
  border: 1px solid #ddd;
  padding: 5px 12px;
  border-radius: 16px;
  font-size: 13px;
  background: #fff;
}

.filter-chip.active {
  background: #BB30EB;
  color: #fff;
}

/* LIST */
.profile-list {
  padding: 6px 10px;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seller-area .seller {
  width: 100%;
}

.profile-row img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-info {
  flex: 1;
}

.profile-info h4 {
  font-size: 14px;
  margin: 0;
}

.profile-info p {
  font-size: 12px;
  color: #777;
  margin: 2px 0 0;
}

/* SELLER BADGE */
.seller-badge {
  font-size: 10px;
  color: #b8860b;
  display: block;
}

/* BUTTONS */
.btn-follow {
  border: 1px solid #BB30EB;
  background: #BB30EB;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 14px;
}

.btn-connect {
  border: 1px solid #BB30EB;
  background: #fff;
  color: #BB30EB;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 14px;
}

/* BACKDROP */
.nearby-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 998;
}

.nearby-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

/* SHEET */
.nearby-sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 16px;
  transition: 0.35s ease;
  z-index: 999;
}

.nearby-sheet.active {
  bottom: 0;
}

/* HANDLE */
.nearby-handle {
  width: 40px;
  height: 5px;
  background: #ddd;
  border-radius: 10px;
  margin: 6px auto 14px;
}

/* TOGGLE */
.nearby-toggle {
  display: flex;
  background: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 16px;
}

.nearby-toggle-btn {
  flex: 1;
  border: none;
  padding: 8px;
  font-size: 14px;
  background: transparent;
}

.nearby-toggle-btn.active {
  background: linear-gradient(135deg, #BB30EB, #7178F4);
  color: #fff;
}

/* GROUP */
.nearby-group {
  margin-bottom: 16px;
}

.nearby-label {
  font-size: 13px;
  font-weight: 500;
}

/* LOCATION */
.nearby-location-box {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 12px;
  font-size: 13px;
}

/* RANGE */
.nearby-sheet input[type=range] {
  width: 100%;
  accent-color: #BB30EB;
}

/* APPLY */
.nearby-apply-btn {
  width: 100%;
  border: none;
  padding: 12px;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(135deg, #BB30EB, #7178F4);
}

.preview-box {
  position: relative;
  width: 90px;
  margin: 10px;
}

.preview-box img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.remove-preview {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 6px;
}

div#loginOffcanvas {
  height: 465px;
}

.g_id_signin {
  display: flex;
  justify-content: center;
}

.voice-btn.recording {
  background: red;
  color: white;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.reply-box {
  display: none;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0 32px;
}

.reply-box input {
  flex: 1;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.reply-box button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #6a5cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#previewImg {
  width: 130px;
}

/* Modal Overlay */
.follow-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.follow-modal.show {
  display: flex;
}

/* Modal Content */
.follow-modal .modal-content {
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: slideUp 0.3s ease;
}

/* Drag Handle */
.follow-modal .handle {
  width: 50px;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  margin: 0 auto 15px auto;
}

/* Header */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.modal-header h5 {
  font-size: 18px;
  font-weight: 600;
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* Tabs */
.modal-tabs {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.modal-tabs .tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #555;
}

.modal-tabs .tab-btn.active {
  color: #000;
}

.modal-tabs .tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background: #4B4DF9; /* Primary accent color */
  border-radius: 3px 3px 0 0;
  transition: 0.3s;
}

/* Content Body */
.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

/* Individual user item */
.modal-body .user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.user-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.user-item .user-info {
  flex: 1;
}

.user-item .user-info .name {
  font-weight: 500;
}

.user-item .user-info .username {
  font-size: 14px;
  color: #888;
}

.user-item .follow-toggle {
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

.user-item .follow-toggle.btn-primary {
  background: #4B4DF9;
  color: #fff;
}

.user-item .follow-toggle.btn-secondary {
  background: #e0e0e0;
  color: #333;
}

/* Slide up animation */
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */