/* =========================================================
   MIMHO Ledger - Mobile X Layout V3
   Feed first, readable, no desktop sidebar
   ========================================================= */

@media screen and (max-width: 920px) {
  * {
    box-sizing: border-box;
  }

  html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 78px 0;
    overflow-x: hidden;
    font-size: 16px;
  }

  .ledger-watermark {
    display: none !important;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 8px 12px !important;
    border-bottom: 1px solid var(--line) !important;
    background: rgba(8, 12, 18, 0.96) !important;
    backdrop-filter: blur(14px) !important;
  }

  .brand {
    max-width: 150px !important;
    font-size: 0.95rem !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .nav-actions {
    gap: 7px !important;
  }

  .lang-switcher {
    display: none !important;
  }

  .btn-connect {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 0.76rem !important;
    white-space: nowrap !important;
  }

  .user-badge {
    max-width: 122px !important;
    min-height: 36px !important;
    padding: 6px 8px !important;
  }

  #walletBadgeText {
    max-width: 74px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .ledger-grid,
  main.ledger-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .sidebar-left,
  .sidebar-right,
  aside.sidebar-left,
  aside.sidebar-right,
  .nav-menu,
  .nav-menu-v2,
  [aria-label="Primary navigation"],
  [aria-label="Onboarding sidebar"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .feed-center,
  section.feed-center {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .composer-card,
  .market-feed-card,
  .feed-tabs-v2,
  .premium-feed-tabs-v1,
  .post-card,
  article.post-card,
  .status-box,
  .empty-state,
  .trending-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }

  .composer-card {
    padding: 14px 12px !important;
  }

  .composer-card textarea,
  #postText {
    width: 100% !important;
    min-height: 112px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .post-card,
  article.post-card {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 15px 12px !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .avatar {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
  }

  .post-body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .post-topline {
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .post-topline h4 {
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
  }

  .post-topline h4 a {
    font-size: 0.98rem !important;
  }

  .post-topline h4 span {
    display: block !important;
    margin-top: 3px !important;
    font-size: 0.76rem !important;
    line-height: 1.25 !important;
    opacity: 0.76 !important;
  }

  .post-text,
  .echo-quote {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 9px !important;
    font-size: 1.06rem !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .post-actions,
  .echo-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-top: 11px !important;
  }

  .post-actions button,
  .post-actions a,
  .echo-actions button,
  .echo-actions a {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 0.86rem !important;
    border-radius: 999px !important;
  }

  .comment-box {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .comment-box.active {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
  }

  .comment-box input {
    width: 100% !important;
    min-height: 42px !important;
    font-size: 1rem !important;
  }

  .comment-box button {
    min-height: 42px !important;
  }

  .comments-list,
  .threaded-comments-v1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }

  .threaded-comments-v1 .comment-item {
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .threaded-comments-v1 .comment-main-v1 strong {
    font-size: 0.9rem !important;
  }

  .threaded-comments-v1 .comment-main-v1 p {
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
  }

  .comment-replies-v1 {
    margin-left: 8px !important;
    padding-left: 8px !important;
  }

  .echo-original-card {
    padding: 11px !important;
    border-radius: 15px !important;
    max-width: 100% !important;
  }

  .echo-original-top {
    display: block !important;
  }

  .post-card video,
  video.post-video,
  .post-video {
    width: 100% !important;
    max-height: 62vh !important;
    border-radius: 14px !important;
  }

  .post-card img,
  .post-image,
  .post-media-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
  }

  .mobile-nav,
  .mobile-nav-v2 {
    display: flex !important;
    position: fixed !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    z-index: 999999 !important;
    min-height: 58px !important;
    padding: 7px !important;
    justify-content: space-around !important;
    align-items: center !important;
    border-radius: 22px !important;
    border: 1px solid var(--line-strong) !important;
    background: rgba(8, 12, 18, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,0.45) !important;
  }

  .mobile-nav a,
  .mobile-nav-v2 a {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    font-size: 1.05rem !important;
    text-decoration: none !important;
  }

  .mobile-nav a.active,
  .mobile-nav-v2 a.active {
    color: var(--accent-2) !important;
    background: rgba(247,147,26,0.12) !important;
  }

  .ledger-onboarding-hero-v1,
  .ledger-onboarding-steps-v1,
  .ledger-onboarding-actions-v1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ledger-onboarding-hero-v1 {
    padding: 20px 14px !important;
  }

  .ledger-onboarding-hero-v1 h1 {
    font-size: 1.9rem !important;
    line-height: 1.12 !important;
  }

  .ledger-onboarding-hero-v1 p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .ledger-onboarding-step-v1 {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 12px !important;
  }

  .ledger-onboarding-step-v1 button,
  .ledger-onboarding-step-v1 a {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 42px !important;
  }
}


/* =========================================================
   MIMHO Ledger - Mobile Language Switcher V1
   Reativa idiomas no mobile em formato compacto.
   ========================================================= */

@media screen and (max-width: 920px) {
  .lang-switcher {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    flex: 0 0 auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 3px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.035) !important;
  }

  .lang-switcher button,
  .lang-switcher a,
  .lang-switcher span {
    min-width: 28px !important;
    min-height: 28px !important;
    height: 28px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .lang-switcher button.active,
  .lang-switcher a.active,
  .lang-switcher .active {
    color: #ffd28a !important;
    background: rgba(247,147,26,0.16) !important;
    border-color: rgba(247,147,26,0.35) !important;
  }

  .topbar .lang-switcher {
    order: 2 !important;
  }

  .topbar .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .topbar .btn-connect,
  .topbar .user-badge {
    order: 3 !important;
  }
}

@media screen and (max-width: 430px) {
  .brand {
    max-width: 118px !important;
  }

  .lang-switcher {
    gap: 2px !important;
    padding: 2px !important;
  }

  .lang-switcher button,
  .lang-switcher a,
  .lang-switcher span {
    min-width: 25px !important;
    height: 26px !important;
    min-height: 26px !important;
    padding: 0 5px !important;
    font-size: 0.66rem !important;
  }

  .topbar .nav-actions {
    gap: 4px !important;
  }
}


/* =========================================================
   MIMHO Ledger - Mobile More Menu V1
   Botão Mais seguro no mobile.
   ========================================================= */

.mimho-mobile-more-button-v1,
.mimho-mobile-more-overlay-v1,
.mimho-mobile-more-panel-v1 {
  display: none;
}

@media screen and (max-width: 920px) {
  .mimho-mobile-more-button-v1 {
    position: fixed;
    right: 12px;
    bottom: 14px;
    z-index: 999998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(247,147,26,0.42);
    background:
      radial-gradient(circle at 20% 0%, rgba(0,221,255,0.16), transparent 36%),
      rgba(8, 12, 18, 0.96);
    color: #ffd28a;
    box-shadow:
      0 18px 52px rgba(0,0,0,0.48),
      0 0 20px rgba(247,147,26,0.13);
    font-weight: 950;
    cursor: pointer;
    backdrop-filter: blur(14px);
  }

  .mimho-mobile-more-button-v1 span {
    font-size: 1.05rem;
    line-height: 1;
  }

  .mimho-mobile-more-button-v1 strong {
    font-size: 0.78rem;
    line-height: 1;
  }

  .mimho-mobile-more-overlay-v1 {
    position: fixed;
    inset: 0;
    z-index: 999996;
    display: none;
    background: rgba(0,0,0,0.46);
    backdrop-filter: blur(6px);
  }

  .mimho-mobile-more-overlay-v1.active {
    display: block;
  }

  .mimho-mobile-more-panel-v1 {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 72px;
    z-index: 999997;
    display: none;
    max-height: min(74dvh, 620px);
    overflow-y: auto;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid rgba(247,147,26,0.32);
    background:
      radial-gradient(circle at 12% 0%, rgba(0,221,255,0.13), transparent 34%),
      radial-gradient(circle at 96% 4%, rgba(247,147,26,0.12), transparent 32%),
      rgba(8, 12, 18, 0.985);
    box-shadow: 0 24px 80px rgba(0,0,0,0.58);
    backdrop-filter: blur(18px);
  }

  .mimho-mobile-more-panel-v1.active {
    display: block;
  }

  .mimho-mobile-more-head-v1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 4px 12px;
  }

  .mimho-mobile-more-head-v1 strong {
    display: block;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.15;
  }

  .mimho-mobile-more-head-v1 span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    margin-top: 2px;
  }

  .mimho-mobile-more-close-v1 {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
    color: var(--text);
    font-size: 1.2rem;
    font-weight: 900;
    cursor: pointer;
  }

  .mimho-mobile-more-grid-v1 {
    display: grid;
    gap: 8px;
  }

  .mimho-mobile-more-grid-v1 a,
  .mimho-mobile-more-grid-v1 button {
    width: 100%;
    min-height: 56px;
    display: block;
    padding: 11px 12px;
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.045);
    color: var(--text);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .mimho-mobile-more-grid-v1 a:active,
  .mimho-mobile-more-grid-v1 button:active {
    transform: scale(0.99);
  }

  .mimho-mobile-more-grid-v1 strong {
    display: block;
    color: #ffd28a;
    font-size: 0.9rem;
    line-height: 1.15;
  }

  .mimho-mobile-more-grid-v1 span {
    display: block;
    margin-top: 3px;
    color: rgba(234,252,255,0.68);
    font-size: 0.76rem;
    line-height: 1.25;
  }

  body.mimho-mobile-more-open-v1 {
    overflow: hidden;
  }
}

@media screen and (min-width: 921px) {
  .mimho-mobile-more-button-v1,
  .mimho-mobile-more-overlay-v1,
  .mimho-mobile-more-panel-v1 {
    display: none !important;
  }
}


/* =========================================================
   MIMHO Ledger - Mobile More Plus Trigger V2
   Reaproveita o botão + antigo como botão Mais.
   ========================================================= */

#mimhoMobileMoreButtonV1 {
  display: none !important;
}

@media screen and (max-width: 920px) {
  a.mimho-mobile-more-plus-trigger-v2 {
    color: #ffd28a !important;
    border-color: rgba(247,147,26,0.36) !important;
    background: rgba(247,147,26,0.10) !important;
    box-shadow: 0 0 18px rgba(247,147,26,0.12) !important;
  }

  a.mimho-mobile-more-plus-trigger-v2 .icon {
    display: block !important;
    font-size: 1.12rem !important;
    line-height: 1 !important;
  }

  a.mimho-mobile-more-plus-trigger-v2 .mimho-mobile-more-plus-label-v2 {
    display: block !important;
    margin-top: 2px !important;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #ffd28a !important;
  }
}


/* =========================================================
   MIMHO Ledger - Fear & Greed Feed Card V1
   ========================================================= */

.mimho-fear-greed-card-v1 {
  margin: 12px 0;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(247,147,26,0.26);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,221,255,0.12), transparent 34%),
    radial-gradient(circle at 96% 10%, rgba(247,147,26,0.12), transparent 32%),
    rgba(8, 12, 18, 0.96);
  box-shadow: 0 18px 54px rgba(0,0,0,0.28);
}

.mimho-fg-top-v1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.mimho-fg-top-v1 strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.15;
}

.mimho-fg-top-v1 span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.mimho-fg-top-v1 button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
}

.mimho-fg-body-v1 {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 13px;
  align-items: center;
  margin-top: 14px;
}

.mimho-fg-score-v1 {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  font-weight: 950;
  color: #ffd28a;
  background: rgba(247,147,26,0.12);
  border: 1px solid rgba(247,147,26,0.28);
}

.mimho-fg-info-v1 strong {
  color: var(--text);
  font-size: 0.98rem;
}

.mimho-fg-info-v1 small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.72rem;
}

.mimho-fg-bar-v1 {
  position: relative;
  width: 100%;
  height: 9px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.mimho-fg-bar-v1 i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4d4d, #ffd166, #22c55e);
}

.mimho-fear-greed-card-v1.extreme-fear .mimho-fg-score-v1 {
  color: #ff8a8a;
  border-color: rgba(255,77,77,0.35);
  background: rgba(255,77,77,0.10);
}

.mimho-fear-greed-card-v1.fear .mimho-fg-score-v1 {
  color: #ffb86b;
  border-color: rgba(255,184,107,0.35);
  background: rgba(255,184,107,0.10);
}

.mimho-fear-greed-card-v1.neutral .mimho-fg-score-v1 {
  color: #eafcff;
  border-color: rgba(234,252,255,0.22);
  background: rgba(234,252,255,0.06);
}

.mimho-fear-greed-card-v1.greed .mimho-fg-score-v1,
.mimho-fear-greed-card-v1.extreme-greed .mimho-fg-score-v1 {
  color: #7cffb2;
  border-color: rgba(124,255,178,0.35);
  background: rgba(124,255,178,0.10);
}

@media screen and (max-width: 700px) {
  .mimho-fear-greed-card-v1 {
    margin: 10px 0;
    border-radius: 20px;
    padding: 13px;
  }

  .mimho-fg-body-v1 {
    grid-template-columns: 62px 1fr;
    gap: 11px;
  }

  .mimho-fg-score-v1 {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 1.35rem;
  }
}


/* =========================================================
   MIMHO Ledger - YouTube Embed V1
   ========================================================= */

.mimho-youtube-embed-v1 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(247,147,26,0.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,0,0,0.14), transparent 34%),
    rgba(0,0,0,0.55);
  box-shadow: 0 16px 48px rgba(0,0,0,0.28);
}

.mimho-youtube-embed-v1 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 700px) {
  .mimho-youtube-embed-v1 {
    margin-top: 10px;
    border-radius: 16px;
  }
}


/* =========================================================
   MIMHO Ledger - Comment Report Button V1
   ========================================================= */

.comment-report-btn-v1 {
  min-width: 32px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 80, 80, 0.24);
  background: rgba(255, 80, 80, 0.08);
  color: #ffb4b4;
  cursor: pointer;
  font-weight: 900;
}

.comment-report-btn-v1:hover {
  border-color: rgba(255, 80, 80, 0.42);
  background: rgba(255, 80, 80, 0.13);
}


/* =========================================================
   MIMHO Ledger - Security Moderation Card V1
   ========================================================= */

.mimho-security-moderation-card-v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 14px 0 16px;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid rgba(247,147,26,0.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,221,255,0.12), transparent 34%),
    radial-gradient(circle at 96% 8%, rgba(247,147,26,0.13), transparent 32%),
    rgba(8, 12, 18, 0.96);
  box-shadow: 0 18px 54px rgba(0,0,0,0.30);
}

.mimho-security-moderation-card-v1 strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.mimho-security-moderation-card-v1 p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.mimho-security-moderation-card-v1 a {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(247,147,26,0.36);
  background: rgba(247,147,26,0.12);
  color: #ffd28a;
  text-decoration: none;
  font-weight: 950;
  white-space: nowrap;
}

.mimho-security-moderation-card-v1 a:hover {
  border-color: rgba(247,147,26,0.58);
  background: rgba(247,147,26,0.18);
}

@media screen and (max-width: 700px) {
  .mimho-security-moderation-card-v1 {
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
    padding: 13px;
  }

  .mimho-security-moderation-card-v1 a {
    width: 100%;
  }
}

/* =========================================================
   MIMHO Ledger - Home AMA Discovery V1
   ========================================================= */

.mimho-home-ama-discovery-v1 {
  margin: 14px 0;
  padding: 15px;
  border-radius: 24px;
  border: 1px solid rgba(0,221,255,0.24);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,221,255,0.12), transparent 34%),
    radial-gradient(circle at 94% 8%, rgba(247,147,26,0.10), transparent 32%),
    rgba(8, 12, 18, 0.96);
  box-shadow: 0 18px 54px rgba(0,0,0,0.30);
}

.mimho-home-ama-head-v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.mimho-home-ama-head-v1 strong {
  display: block;
  color: var(--text);
  font-size: 1.02rem;
}

.mimho-home-ama-head-v1 span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.82rem;
  line-height: 1.4;
}

.mimho-home-ama-actions-v1 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mimho-home-ama-actions-v1 a,
.mimho-home-ama-bottom-v1 a,
.mimho-home-ama-empty-v1 a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(247,147,26,0.34);
  background: rgba(247,147,26,0.12);
  color: #ffd28a;
  text-decoration: none;
  font-weight: 950;
  padding: 0 13px;
}

.mimho-home-ama-list-v1 {
  display: grid;
  gap: 10px;
}

.mimho-home-ama-card-v1 {
  padding: 13px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(0,0,0,0.22);
}

.mimho-home-ama-card-v1.live {
  border-color: rgba(255,80,80,0.34);
  background:
    radial-gradient(circle at 8% 0%, rgba(255,80,80,0.12), transparent 32%),
    rgba(0,0,0,0.24);
}

.mimho-home-ama-top-v1,
.mimho-home-ama-bottom-v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.mimho-home-ama-top-v1 span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(0,221,255,0.09);
  border: 1px solid rgba(0,221,255,0.22);
  color: #a7f3ff;
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 950;
}

.mimho-home-ama-card-v1 h3 {
  margin: 10px 0 6px;
  color: var(--text);
  font-size: 0.98rem;
}

.mimho-home-ama-card-v1 p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.mimho-home-ama-meta-v1 {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.mimho-home-ama-meta-v1 span {
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  color: var(--muted);
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 850;
}

.mimho-home-ama-bottom-v1 small {
  color: var(--muted);
}

.mimho-home-ama-empty-v1 {
  padding: 13px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,0.13);
  color: var(--muted);
  background: rgba(255,255,255,0.035);
}

.mimho-home-ama-empty-v1 a {
  margin-left: 8px;
}

@media screen and (max-width: 700px) {
  .mimho-home-ama-discovery-v1 {
    border-radius: 20px;
    padding: 13px;
  }

  .mimho-home-ama-actions-v1,
  .mimho-home-ama-actions-v1 a,
  .mimho-home-ama-bottom-v1 a {
    width: 100%;
  }

  .mimho-home-ama-empty-v1 a {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}


/* =========================================================
   MIMHO Ledger - Anonymous Mode V1
   ========================================================= */

.mimho-anonymous-compose-v1 {
  margin-top: 12px;
  border: 1px solid rgba(124,255,178,0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(124,255,178,0.10), transparent 34%),
    rgba(255,255,255,0.035);
  border-radius: 16px;
  padding: 12px;
}

.mimho-anonymous-compose-v1 label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.mimho-anonymous-compose-v1 input {
  width: 18px;
  height: 18px;
  accent-color: #7cffb2;
}

.mimho-anonymous-compose-v1 small {
  display: block;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.35;
}

.anonymous-avatar-v1 {
  background:
    radial-gradient(circle at 35% 25%, rgba(124,255,178,0.85), transparent 22%),
    linear-gradient(135deg, rgba(124,255,178,0.22), rgba(0,221,255,0.14));
  border: 1px solid rgba(124,255,178,0.28);
  box-shadow: 0 0 18px rgba(124,255,178,0.12);
}

.anonymous-avatar-v1::after {
  content: "◌";
  color: #7cffb2;
  font-weight: 950;
}

.anonymous-author-v1 {
  color: #7cffb2;
  font-weight: 950;
}

.post-card:has(.anonymous-author-v1) {
  border-color: rgba(124,255,178,0.16);
}

@media screen and (max-width: 640px) {
  .mimho-anonymous-compose-v1 {
    padding: 11px;
  }
}


/* =========================================================
   MIMHO Ledger - Anonymous Global Mode V1
   ========================================================= */

.mimho-anonymous-compose-v1 {
  margin-top: 12px;
  border: 1px solid rgba(124,255,178,0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(124,255,178,0.10), transparent 34%),
    rgba(255,255,255,0.035);
  border-radius: 16px;
  padding: 12px;
}

.mimho-anonymous-compose-v1 label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
}

.mimho-anonymous-compose-v1 input {
  width: 18px;
  height: 18px;
  accent-color: #7cffb2;
}

.mimho-anonymous-compose-v1 small {
  display: block;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.35;
}

.anonymous-avatar-v1 {
  background:
    radial-gradient(circle at 35% 25%, rgba(124,255,178,0.85), transparent 22%),
    linear-gradient(135deg, rgba(124,255,178,0.22), rgba(0,221,255,0.14));
  border: 1px solid rgba(124,255,178,0.28);
  box-shadow: 0 0 18px rgba(124,255,178,0.12);
}

.anonymous-avatar-v1::after {
  content: "◌";
  color: #7cffb2;
  font-weight: 950;
}

.anonymous-author-v1 {
  color: #7cffb2;
  font-weight: 950;
}

.post-card:has(.anonymous-author-v1) {
  border-color: rgba(124,255,178,0.16);
}

@media screen and (max-width: 640px) {
  .mimho-anonymous-compose-v1 {
    padding: 11px;
  }
}


/* =========================================================
   MIMHO Ledger - Anonymous Profile Toggle V1
   ========================================================= */

.profile-anonymous-settings-v1 {
  width: 100%;
  margin-top: 14px;
}

.profile-anonymous-settings-v1 label {
  justify-content: flex-start;
}

.profile-anonymous-settings-v1 small {
  max-width: 680px;
}

@media screen and (max-width: 640px) {
  .profile-anonymous-settings-v1 {
    margin-top: 12px;
  }
}


