@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin.woff2") format("woff2");
}

:root {
  --anelo-purple: #5b16f7;
  --anelo-magenta: #d715a7;
  --anelo-orange: #ff7a45;
  --anelo-ink: #241c2a;
  --anelo-ink-700: #4d4354;
  --anelo-ink-500: #766d7c;
  --anelo-line: #e5dfea;
  --anelo-surface: #faf9fc;
  --anelo-soft: #f4effa;
  --anelo-gradient: linear-gradient(90deg, var(--anelo-purple), var(--anelo-magenta), var(--anelo-orange));
  --anelo-shadow: 0 18px 44px rgba(42, 25, 55, .12);
}

body.anelo-restyle {
  color: var(--anelo-ink);
  font-family: "Geist", Arial, sans-serif !important;
}

body.anelo-restyle button,
body.anelo-restyle input,
body.anelo-restyle select,
body.anelo-restyle textarea {
  font-family: inherit !important;
}

body.anelo-restyle .anelo-login-shell,
body.anelo-restyle .anelo-account-nav,
body.anelo-restyle .anelo-profile-summary,
body.anelo-restyle .anelo-profile-edit-heading,
body.anelo-restyle .anelo-um-edit,
body.anelo-restyle .anelo-performance,
body.anelo-restyle .bp-messages-wrap-main,
body.anelo-restyle .anelo-login-shell h1,
body.anelo-restyle .anelo-login-shell h2,
body.anelo-restyle .anelo-profile-summary h1,
body.anelo-restyle .anelo-profile-summary h2,
body.anelo-restyle .anelo-profile-edit-heading h1,
body.anelo-restyle .anelo-performance h1,
body.anelo-restyle .anelo-performance h2 {
  font-family: "Geist", Arial, sans-serif !important;
}

body.anelo-restyle #Content {
  padding: 0 !important;
  background: var(--anelo-surface) !important;
}

body.anelo-restyle #Content > .content_wrapper,
body.anelo-restyle #Content > .content_wrapper > .sections_group,
body.anelo-restyle #Content .mfn-builder-content {
  width: 100% !important;
  max-width: none !important;
}

body.anelo-restyle .mfn-builder-content > .mcb-section {
  padding-right: clamp(18px, 5vw, 78px) !important;
  padding-left: clamp(18px, 5vw, 78px) !important;
}

body.anelo-restyle .mfn-builder-content > .mcb-section > .section_wrapper {
  width: 100% !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Acceso */
body.anelo-view-entrar .mfn-builder-content > .mcb-section {
  padding-top: 48px !important;
  padding-bottom: 76px !important;
  background: radial-gradient(circle at 12% 20%, rgba(91, 22, 247, .10), transparent 28%), #f8f5fa !important;
}

.anelo-login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--anelo-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(39, 21, 53, .16);
}

.anelo-login-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  background: radial-gradient(circle at 90% 12%, rgba(215, 21, 167, .22), transparent 27%), linear-gradient(145deg, #17131b, #30203d);
  color: #fff;
}

.anelo-login-value > span,
.anelo-login-panel > header > span {
  color: #ffcb75;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.anelo-login-value h1 {
  max-width: 610px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
}

.anelo-login-value > p {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.65;
}

.anelo-login-value > div {
  display: grid;
  gap: 11px;
  margin-top: 38px;
}

.anelo-login-value article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.anelo-login-value article > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 203, 117, .12);
  color: #ffcb75;
}

.anelo-login-value svg,
.anelo-account-nav svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.anelo-login-value article div {
  display: grid;
  gap: 3px;
}

.anelo-login-value article strong {
  color: #fff;
  font-size: 14px;
}

.anelo-login-value article small {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.anelo-login-panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 55px;
}

.anelo-login-panel > header > span {
  color: var(--anelo-magenta);
}

.anelo-login-panel > header h2 {
  margin: 7px 0;
  font-size: 39px;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.anelo-login-panel > header p {
  margin: 0;
  color: var(--anelo-ink-500);
  font-size: 14px;
}

body.anelo-view-entrar .bm-login-form {
  width: 100% !important;
  max-width: none !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.anelo-view-entrar .bm-login-text {
  display: none !important;
}

body.anelo-view-entrar .bm-login-form form {
  display: grid;
  gap: 17px;
}

body.anelo-view-entrar .bm-login-form form > p {
  margin: 0;
}

body.anelo-view-entrar .bm-login-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--anelo-ink);
  font-size: 12px;
  font-weight: 750;
}

body.anelo-view-entrar .bm-login-form input[type="text"],
body.anelo-view-entrar .bm-login-form input[type="password"] {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--anelo-line);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: var(--anelo-ink);
  font-size: 14px;
  box-shadow: none;
}

body.anelo-view-entrar .bm-login-form input:focus {
  border-color: var(--anelo-purple);
  box-shadow: 0 0 0 3px rgba(91, 22, 247, .09);
}

.anelo-password-row {
  position: relative;
}

.anelo-password-row input {
  padding-right: 78px !important;
}

.anelo-password-toggle {
  position: absolute;
  right: 9px;
  bottom: 9px;
  height: 32px;
  padding: 0 7px;
  border: 0;
  background: transparent;
  color: var(--anelo-purple);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.anelo-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.anelo-login-options .login-remember label {
  display: flex !important;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  color: var(--anelo-ink-500) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

.anelo-login-options a {
  color: var(--anelo-purple);
  font-size: 11px;
  font-weight: 800;
}

body.anelo-view-entrar .bm-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--anelo-gradient);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 13px 28px rgba(91, 22, 247, .22);
  cursor: pointer;
}

body.anelo-view-entrar .bm-create-account {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--anelo-ink-500);
  font-size: 12px;
  text-align: center;
  -webkit-text-fill-color: currentColor;
}

body.anelo-view-entrar .bm-create-account::before {
  content: "¿Todavía no tenés una cuenta?";
}

body.anelo-view-entrar .bm-create-account a {
  background: none;
  color: var(--anelo-purple);
  font-weight: 800;
  -webkit-text-fill-color: currentColor;
}

/* Navegación del área de miembros */
.anelo-account-nav-host {
  position: relative;
  z-index: 20;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.anelo-account-nav-host > .mcb-column-inner {
  margin: 0 !important;
}

.anelo-account-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--anelo-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 24px rgba(41, 25, 55, .07);
}

.anelo-account-identity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.anelo-account-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--anelo-gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  overflow: hidden;
}

.anelo-user-avatar-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.anelo-account-identity > span:last-child {
  display: grid;
  gap: 1px;
}

.anelo-account-identity small {
  color: var(--anelo-ink-500);
  font-size: 10px;
}

.anelo-account-identity strong {
  color: var(--anelo-ink);
  font-size: 13px;
}

.anelo-account-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.anelo-account-links::-webkit-scrollbar {
  display: none;
}

.anelo-account-links a,
.anelo-account-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--anelo-ink-500);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.anelo-account-links a:hover {
  background: #f0eaff;
  color: var(--anelo-purple);
}

.anelo-account-links a.disabled,
.anelo-account-links a.disabled:hover {
  cursor: not-allowed;
  background: transparent;
  color: #aaa3ae;
  opacity: .62;
}

.anelo-account-links a.active {
  background: #261d2d;
  color: #fff;
  box-shadow: 0 9px 20px rgba(35, 25, 43, .16);
}

.anelo-account-links a.active svg {
  color: #ffcb75;
}

.anelo-account-logout {
  border: 1px solid rgba(91, 22, 247, .18);
  color: var(--anelo-purple);
}

.anelo-account-logout svg {
  width: 17px;
  height: 17px;
}

body.anelo-view-chats .mfn-builder-content > .mcb-section:first-child,
body.anelo-view-mi-perfil .mfn-builder-content > .mcb-section:first-child,
body.anelo-view-editar-perfil .mfn-builder-content > .mcb-section:first-child {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
}

/* Better Messages: se mantiene su DOM y comportamiento nativos */
body.anelo-view-chats .mfn-builder-content > .mcb-section:nth-child(2) {
  padding-top: 0 !important;
  padding-bottom: 72px !important;
}

body.anelo-view-chats .bp-messages-wrap-main {
  width: 100% !important;
  max-width: 1240px !important;
  height: min(690px, calc(100vh - 230px)) !important;
  min-height: 560px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border: 1px solid var(--anelo-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--anelo-shadow) !important;
}

body.anelo-view-chats .bp-messages-wrap {
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.anelo-view-chats .bp-messages-side-threads {
  border-right-color: var(--anelo-line) !important;
  background: #faf8fc !important;
}

body.anelo-view-chats .bp-messages-column,
body.anelo-view-chats .bp-messages-threads-wrapper {
  background: #fff !important;
}

body.anelo-view-chats .bpbm-search input,
body.anelo-view-chats .bp-messages-wrap input[type="text"] {
  border-color: var(--anelo-line) !important;
  border-radius: 12px !important;
}

body.anelo-view-chats .bpbm-empty-link {
  color: var(--anelo-purple) !important;
  font-weight: 800 !important;
}

/* Ultimate Member */
body.anelo-view-mi-perfil .um-profile,
body.anelo-view-editar-perfil .um-profile {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto 72px !important;
  overflow: hidden !important;
  border: 1px solid var(--anelo-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: var(--anelo-shadow) !important;
}

body.anelo-restyle .um-profile .um-header {
  min-height: 190px;
  padding: 38px !important;
  border-bottom: 1px solid var(--anelo-line) !important;
  background: linear-gradient(140deg, #f3edff, #fff6fb) !important;
}

body.anelo-restyle .um-profile .um-cover {
  height: 0 !important;
  overflow: hidden !important;
}

body.anelo-restyle .um-profile .um-profile-photo {
  top: 28px !important;
  left: 38px !important;
  border-radius: 50% !important;
  background: transparent !important;
}

body.anelo-restyle .um-profile .um-profile-photo img {
  width: 118px !important;
  height: 118px !important;
  border: 6px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 15px 32px rgba(91, 22, 247, .18) !important;
}

body.anelo-restyle .um-profile .um-profile-meta {
  padding-left: 150px !important;
}

body.anelo-restyle .um-profile .um-name a {
  color: var(--anelo-ink) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

body.anelo-restyle .um-profile .um-profile-body {
  max-width: none !important;
  padding: 32px 38px 38px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.anelo-restyle .um-profile .um-field-label label {
  color: var(--anelo-ink) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.anelo-restyle .um-profile input[type="text"],
body.anelo-restyle .um-profile input[type="email"],
body.anelo-restyle .um-profile input[type="password"],
body.anelo-restyle .um-profile textarea,
body.anelo-restyle .um-profile select {
  min-height: 48px !important;
  padding: 0 13px !important;
  border: 1px solid var(--anelo-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--anelo-ink) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.anelo-restyle .um-profile textarea {
  min-height: 120px !important;
  padding-top: 12px !important;
}

body.anelo-restyle .um-profile input:focus,
body.anelo-restyle .um-profile textarea:focus,
body.anelo-restyle .um-profile select:focus {
  border-color: var(--anelo-purple) !important;
  box-shadow: 0 0 0 3px rgba(91, 22, 247, .08) !important;
}

body.anelo-restyle .um-profile .um-button,
body.anelo-restyle .um-profile input[type="submit"] {
  min-height: 46px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--anelo-gradient) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: 0 11px 25px rgba(91, 22, 247, .20) !important;
}

body.anelo-restyle .um-profile .um-button.um-alt {
  border: 1px solid var(--anelo-line) !important;
  background: #fff !important;
  color: var(--anelo-purple) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
}

body.anelo-restyle .um-profile-edit.um-profile-headericon,
body.anelo-restyle span.um-meta-bio-character,
body.anelo-restyle textarea#um-meta-bio {
  display: none !important;
}

/* Menú de usuario existente (Woody 7505) */
body.anelo-restyle .aelo-user-li > button {
  background: var(--anelo-gradient) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(91, 22, 247, .2);
}

body.anelo-restyle .aelo-user-dropdown {
  min-width: 210px !important;
  padding: 8px !important;
  border: 1px solid var(--anelo-line) !important;
  border-radius: 16px !important;
  box-shadow: var(--anelo-shadow) !important;
}

body.anelo-restyle .aelo-user-dropdown a {
  padding: 10px 12px !important;
  border-radius: 10px;
  color: var(--anelo-ink-700) !important;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .anelo-login-shell {
    grid-template-columns: 1fr 420px;
  }

  .anelo-login-value {
    padding: 44px;
  }
}

@media (max-width: 820px) {
  body.anelo-restyle .mfn-builder-content > .mcb-section {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body.anelo-view-entrar .mfn-builder-content > .mcb-section {
    padding-top: 24px !important;
    padding-bottom: 60px !important;
  }

  .anelo-login-shell {
    grid-template-columns: 1fr;
  }

  .anelo-login-value {
    padding: 36px;
  }

  .anelo-login-value h1 {
    font-size: 42px;
  }

  .anelo-login-panel {
    padding: 40px;
  }

  .anelo-account-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
  }

  .anelo-account-identity {
    display: none;
  }

  .anelo-account-links {
    justify-content: flex-start;
  }

  .anelo-account-logout {
    width: 40px;
    padding: 0;
  }

  .anelo-account-logout span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.anelo-view-chats .bp-messages-wrap-main {
    height: calc(100svh - 190px) !important;
    min-height: 540px !important;
    border-radius: 18px !important;
  }

  body.anelo-view-chats .bp-messages-wrap {
    border-radius: 18px !important;
  }

  body.anelo-restyle .um-profile .um-header {
    min-height: 170px;
    padding: 28px !important;
  }

  body.anelo-restyle .um-profile .um-profile-photo {
    left: 28px !important;
  }

  body.anelo-restyle .um-profile .um-profile-meta {
    padding-left: 135px !important;
  }
}

@media (max-width: 640px) {
  body.anelo-restyle .mfn-builder-content > .mcb-section {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .anelo-login-shell {
    border-radius: 22px;
  }

  .anelo-login-value {
    padding: 28px 22px;
  }

  .anelo-login-value h1 {
    font-size: 35px;
  }

  .anelo-login-value > p {
    font-size: 14px;
  }

  .anelo-login-value article small {
    font-size: 11px;
  }

  .anelo-login-panel {
    padding: 30px 22px;
  }

  .anelo-login-panel > header h2 {
    font-size: 34px;
  }

  .anelo-login-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .anelo-account-nav {
    border-radius: 16px;
  }

  .anelo-account-links a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  body.anelo-view-chats .mfn-builder-content > .mcb-section:nth-child(2) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.anelo-view-chats .bp-messages-wrap-main {
    height: calc(100svh - 168px) !important;
    min-height: 500px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  body.anelo-view-chats .bp-messages-wrap {
    border-radius: 0 !important;
  }

  body.anelo-view-mi-perfil .um-profile,
  body.anelo-view-editar-perfil .um-profile {
    margin-bottom: 50px !important;
    border-radius: 18px !important;
  }

  body.anelo-restyle .um-profile .um-header {
    min-height: 220px;
    padding: 24px 18px !important;
  }

  body.anelo-restyle .um-profile .um-profile-photo {
    top: 24px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  body.anelo-restyle .um-profile .um-profile-photo img {
    width: 108px !important;
    height: 108px !important;
    border-radius: 50% !important;
  }

  body.anelo-restyle .um-profile .um-profile-meta {
    padding: 135px 0 0 !important;
    text-align: center !important;
  }

  body.anelo-restyle .um-profile .um-profile-body {
    padding: 24px 18px 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anelo-restyle *,
  .anelo-restyle *::before,
  .anelo-restyle *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Rendimiento */
body.anelo-view-rendimiento .mfn-builder-content > .mcb-section:first-child {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
}

body.anelo-view-rendimiento .mfn-builder-content > .mcb-section:last-child {
  padding-top: 12px !important;
  padding-bottom: 72px !important;
}

.anelo-performance {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.anelo-performance svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.anelo-performance-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  margin-bottom: 22px;
}

.anelo-performance-head > div {
  max-width: 660px;
}

.anelo-performance-head > div > span,
.anelo-report-card > header span {
  color: var(--anelo-magenta);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.anelo-performance-head h1 {
  margin: 6px 0 8px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.05em;
}

.anelo-performance-head p {
  margin: 0;
  color: var(--anelo-ink-500);
  font-size: 14px;
  line-height: 1.55;
}

.anelo-performance-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: none;
}

.anelo-custom-range,
.anelo-period-picker {
  display: flex;
  align-items: center;
  border: 1px solid var(--anelo-line);
  background: #fff;
}

.anelo-custom-range {
  gap: 8px;
  min-height: 52px;
  padding: 5px;
  border-radius: 16px;
}

.anelo-custom-range label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 172px;
  padding-left: 10px;
}

.anelo-custom-range label span {
  color: var(--anelo-ink-500);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.anelo-custom-range input {
  width: 132px;
  height: 40px;
  padding: 0 8px;
  border: 0;
  border-left: 1px solid var(--anelo-line);
  background: transparent;
  font-size: 12px;
}

.anelo-custom-range button {
  min-height: 40px;
  padding: 0 17px;
  border: 0;
  border-radius: 10px;
  background: #eee7ff;
  color: var(--anelo-purple);
  font-size: 11px;
  font-weight: 850;
}

.anelo-period-picker {
  gap: 2px;
  min-height: 52px;
  padding: 5px;
  border-radius: 999px;
}

.anelo-period-picker a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--anelo-ink-500);
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.anelo-period-picker a.active {
  background: #261d2d;
  color: #fff;
}

@media (min-width: 821px) {
  .anelo-performance-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .anelo-custom-range {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) 112px;
    align-items: center;
    gap: 12px;
    min-height: 80px;
    padding: 10px 12px;
  }

  .anelo-custom-range label {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    width: 100%;
    height: 58px;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 0 14px;
    overflow: hidden;
    border: 1px solid var(--anelo-line);
    border-radius: 12px;
    background: #fff;
  }

  .anelo-custom-range input {
    width: 100%;
    min-width: 0;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    border: 0 !important;
    border-left: 1px solid var(--anelo-line) !important;
    border-radius: 0 !important;
    outline: 0;
    background: #fff !important;
    font-size: 14px;
    line-height: normal !important;
    box-shadow: none !important;
  }

  .anelo-custom-range button {
    width: 112px;
    height: 58px;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 20px;
    font-size: 12px;
  }

  .anelo-period-picker {
    min-height: 80px;
    padding: 10px;
  }

  .anelo-period-picker a {
    min-height: 58px;
    padding: 0 18px;
    font-size: 12px;
  }
}

.anelo-data-note {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
  padding: 15px 18px;
  border: 1px solid rgba(91, 22, 247, .13);
  border-radius: 18px;
  background: linear-gradient(120deg, #f7f2ff, #fff);
}

.anelo-data-note > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.anelo-data-note > div > span:last-child {
  display: grid;
  gap: 2px;
}

.anelo-data-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eee7ff;
  color: var(--anelo-purple);
}

.anelo-data-note small {
  color: var(--anelo-ink-500);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.anelo-data-note strong,
.anelo-data-note select {
  color: var(--anelo-ink);
  font-size: 12px;
  font-weight: 750;
}

.anelo-site-link {
  color: var(--anelo-purple);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.anelo-performance-nav-host {
  max-width: 1240px;
  margin: 0 auto 22px;
}

.anelo-data-note select {
  max-width: 260px;
  min-height: 34px;
  padding: 0 30px 0 9px;
  border: 1px solid var(--anelo-line);
  border-radius: 9px;
  background: #fff;
}

.anelo-data-note em {
  color: var(--anelo-ink-500);
  font-size: 10px;
  font-style: normal;
}

.anelo-data-note > p {
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff1dc;
  color: #8f4c00;
  font-size: 9px;
  font-weight: 850;
}

.anelo-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-bottom: 16px;
}

.anelo-metric-grid article,
.anelo-report-card {
  border: 1px solid var(--anelo-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(45, 24, 74, .07);
}

.anelo-metric-grid article {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 18px;
}

.anelo-metric-grid span {
  color: var(--anelo-ink-500);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.anelo-metric-grid strong {
  font-size: 28px;
  letter-spacing: -.04em;
}

.anelo-metric-grid small {
  color: var(--anelo-ink-500);
  font-size: 9px;
}

.anelo-performance-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr .7fr;
  gap: 14px;
}

.anelo-usage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.anelo-report-card {
  padding: 20px;
  border-radius: 20px;
}

.anelo-report-card > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.anelo-report-card h2 {
  margin: 4px 0 0;
  font-size: 18px;
  letter-spacing: -.025em;
}

.anelo-report-card > header > small {
  color: var(--anelo-ink-500);
  font-size: 9px;
}

.anelo-empty-chart {
  display: grid;
  place-items: center;
  min-height: 205px;
  margin-top: 16px;
  padding: 24px;
  border: 1px dashed rgba(91, 22, 247, .25);
  border-radius: 15px;
  background: repeating-linear-gradient(0deg, transparent 0 47px, rgba(44, 29, 55, .05) 48px);
  text-align: center;
}

.anelo-empty-chart > span {
  color: var(--anelo-purple);
}

.anelo-empty-chart strong {
  margin-top: 10px;
  font-size: 13px;
}

.anelo-empty-chart p,
.anelo-next-steps p {
  max-width: 420px;
  margin: 6px 0 0;
  color: var(--anelo-ink-500);
  font-size: 11px;
  line-height: 1.5;
}

.anelo-source-list,
.anelo-action-list,
.anelo-module-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.anelo-source-list p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 6px;
  font-size: 10px;
}

.anelo-source-list p span {
  color: var(--anelo-ink-500);
}

.anelo-source-list i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee9f1;
}

.anelo-source-list .paid {
  padding: 9px;
  border-radius: 11px;
  background: #fff7e8;
}

.anelo-source-list .paid strong {
  color: #744600;
}

.anelo-action-list > div,
.anelo-module-list > div {
  display: grid;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-radius: 12px;
  background: #f8f5fa;
}

.anelo-action-list > div {
  grid-template-columns: 26px 1fr auto;
}

.anelo-action-list > div > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #eee7ff;
  color: var(--anelo-purple);
}

.anelo-action-list strong,
.anelo-module-list b {
  font-size: 11px;
}

.anelo-action-list b {
  font-size: 14px;
}

.anelo-module-list {
  grid-template-columns: 1fr 1fr;
}

.anelo-module-list > div {
  grid-template-columns: 1fr auto;
}

.anelo-module-list > div > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--anelo-purple);
}

.anelo-module-list em {
  color: var(--anelo-ink-500);
  font-size: 9px;
  font-style: normal;
}

@media (max-width: 1050px) {
  .anelo-performance-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .anelo-performance-filters {
    grid-template-columns: minmax(0, 1fr);
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .anelo-performance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .anelo-history-card {
    grid-column: 1 / -1;
  }

  .anelo-metric-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .anelo-custom-range {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    width: 100%;
  }

  .anelo-custom-range label {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 2px 0 2px 7px;
  }

  .anelo-custom-range input {
    width: 100%;
    height: 34px;
    padding: 0;
    border-left: 0;
  }

  .anelo-period-picker {
    justify-content: space-between;
    width: 100%;
  }

  .anelo-period-picker a {
    flex: 1;
  }

  .anelo-data-note {
    grid-template-columns: 1fr;
  }

  .anelo-data-note > p {
    width: max-content;
    max-width: 100%;
  }

  .anelo-performance-grid,
  .anelo-usage-grid {
    grid-template-columns: 1fr;
  }

  .anelo-history-card {
    grid-column: auto;
  }

  .anelo-metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  body.anelo-view-rendimiento .mfn-builder-content > .mcb-section:last-child {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .anelo-custom-range {
    grid-template-columns: 1fr 1fr;
  }

  .anelo-custom-range button {
    grid-column: 1 / -1;
  }

  .anelo-metric-grid {
    gap: 8px;
  }

  .anelo-metric-grid article,
  .anelo-report-card {
    padding: 14px;
  }

  .anelo-module-list {
    grid-template-columns: 1fr;
  }
}

/* QA 0.1.2: aislamiento de vistas y correcciones responsive */
body.anelo-restyle,
body.anelo-restyle #Wrapper,
body.anelo-restyle #Content,
body.anelo-restyle .content_wrapper,
body.anelo-restyle .sections_group,
body.anelo-restyle .mfn-builder-content,
body.anelo-restyle .mcb-section,
body.anelo-restyle .section_wrapper,
body.anelo-restyle .mcb-wrap,
body.anelo-restyle .mcb-wrap-inner,
body.anelo-restyle .mcb-column,
body.anelo-restyle .mcb-column-inner {
  box-sizing: border-box;
  max-width: 100%;
}

body.anelo-restyle {
  overflow-x: hidden;
}

body.anelo-view-chats #wrapper-link-crearte-account,
body.anelo-view-chats .anelo-create-account-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.anelo-native-profile-hidden {
  display: none !important;
}

.anelo-profile-summary,
.anelo-profile-edit-heading,
body.anelo-view-editar-perfil .anelo-um-edit {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.anelo-profile-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.anelo-profile-heading > div > span,
.anelo-profile-edit-heading small {
  color: var(--anelo-magenta);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.anelo-profile-heading h1,
.anelo-profile-edit-heading h1 {
  margin: 6px 0 8px;
  color: var(--anelo-ink);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.05em;
}

.anelo-profile-heading p,
.anelo-profile-edit-heading p {
  margin: 0;
  color: var(--anelo-ink-500);
  font-size: 14px;
  line-height: 1.55;
}

.anelo-profile-heading > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--anelo-gradient);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 11px 25px rgba(91, 22, 247, .20);
}

.anelo-profile-heading > a svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.anelo-profile-overview {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--anelo-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--anelo-shadow);
}

.anelo-profile-card-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 36px;
  border-right: 1px solid var(--anelo-line);
  background: linear-gradient(140deg, #f3edff, #fff6fb);
}

.anelo-profile-avatar-large {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  box-shadow: none;
  overflow: hidden;
}

.anelo-profile-card-identity small {
  color: var(--anelo-ink-500);
  font-size: 10px;
  text-transform: uppercase;
}

.anelo-profile-card-identity h2 {
  margin: 4px 0;
  color: var(--anelo-ink);
  font-size: 27px;
}

.anelo-profile-card-identity p {
  margin: 0;
  color: var(--anelo-ink-500);
  font-size: 13px;
}

.anelo-profile-overview dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.anelo-profile-overview dl > div {
  padding: 28px;
  border-bottom: 1px solid var(--anelo-line);
}

.anelo-profile-overview dl > div:nth-child(odd) {
  border-right: 1px solid var(--anelo-line);
}

.anelo-profile-overview dt {
  margin-bottom: 8px;
  color: var(--anelo-ink-500);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.anelo-profile-overview dd {
  margin: 0;
  color: var(--anelo-ink);
  font-size: 14px;
  font-weight: 700;
}

.anelo-profile-overview dd a {
  color: var(--anelo-purple);
  text-decoration: none;
}

.anelo-profile-status {
  color: #087355;
}

.anelo-profile-edit-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 20px;
  padding: 26px 30px;
  border: 1px solid var(--anelo-line);
  border-radius: 22px;
  background: linear-gradient(140deg, #f3edff, #fff6fb 70%, #fff);
  box-shadow: 0 12px 30px rgba(42, 25, 55, .08);
}

.anelo-profile-edit-heading .anelo-profile-avatar-large {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 20px;
}

.anelo-profile-photo-editor {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 7px;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
}

body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  transform: none !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
}

body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-img,
body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-img img {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover;
  box-shadow: 0 15px 32px rgba(91, 22, 247, .22);
}

body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-overlay {
  border-radius: 50% !important;
}

body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo:hover .um-profile-photo-img img,
body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-img:focus-visible img {
  box-shadow: 0 18px 36px rgba(91, 22, 247, .30);
}

body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-dropdown {
  z-index: 1002 !important;
}

.anelo-profile-photo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--anelo-purple);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.anelo-profile-photo-action svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.anelo-profile-edit-heading h1 {
  margin-top: 4px;
  font-size: clamp(32px, 3vw, 44px);
}

body.anelo-view-editar-perfil .anelo-um-edit {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-profile-body {
  width: 100% !important;
  max-width: none !important;
  padding: 30px !important;
  overflow: visible !important;
  border: 1px solid var(--anelo-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--anelo-shadow) !important;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-field-area,
body.anelo-view-editar-perfil .anelo-um-edit .um-field-area input,
body.anelo-view-editar-perfil .anelo-um-edit .um-field-area textarea {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: center !important;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-left,
body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-right {
  width: 50%;
}

body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-button,
body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-button.um-alt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 820px) {
  body.anelo-restyle .mfn-builder-content > .mcb-section > .section_wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .anelo-account-nav-host {
    min-width: 0 !important;
  }

  .anelo-account-nav {
    grid-template-columns: minmax(0, 1fr) 42px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
  }

  .anelo-account-links {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .anelo-account-logout {
    width: 42px;
    min-width: 42px;
  }

  .anelo-profile-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .anelo-profile-heading > a {
    width: 100%;
  }

  .anelo-profile-overview {
    grid-template-columns: 1fr;
  }

  .anelo-profile-card-identity {
    border-right: 0;
    border-bottom: 1px solid var(--anelo-line);
  }

  body.anelo-view-chats .bp-messages-wrap-main,
  body.anelo-view-chats .bp-messages-wrap,
  body.anelo-view-chats .bp-messages-side-threads,
  body.anelo-view-chats .bp-messages-column,
  body.anelo-view-chats .bp-messages-threads-wrapper {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  body.anelo-restyle .mfn-builder-content > .mcb-section {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.anelo-view-chats .mfn-builder-content > .mcb-section:nth-child(2) {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body.anelo-view-chats .bp-messages-wrap-main {
    width: 100% !important;
    height: calc(100svh - 210px) !important;
    min-height: 520px !important;
    border: 1px solid var(--anelo-line) !important;
    border-radius: 16px !important;
  }

  body.anelo-view-chats .bp-messages-wrap {
    border-radius: 16px !important;
  }

  .anelo-account-nav {
    padding: 8px;
    border-radius: 15px;
  }

  .anelo-account-links a {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
  }

  .anelo-profile-summary,
  .anelo-profile-edit-heading,
  body.anelo-view-editar-perfil .anelo-um-edit {
    max-width: 100%;
  }

  .anelo-profile-heading h1 {
    font-size: 38px;
  }

  .anelo-profile-overview {
    border-radius: 18px;
  }

  .anelo-profile-card-identity {
    padding: 24px 20px;
  }

  .anelo-profile-avatar-large {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 20px;
  }

  .anelo-profile-overview dl {
    grid-template-columns: 1fr;
  }

  .anelo-profile-overview dl > div,
  .anelo-profile-overview dl > div:nth-child(odd) {
    padding: 20px;
    border-right: 0;
  }

  .anelo-profile-edit-heading {
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
  }

  .anelo-profile-edit-heading .anelo-profile-avatar-large {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 16px;
  }

  body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo,
  body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-img,
  body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-img img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
  }

  body.anelo-view-editar-perfil .anelo-profile-photo-editor .um-profile-photo-overlay {
    border-radius: 50% !important;
  }

  .anelo-profile-edit-heading h1 {
    font-size: 30px;
  }

  body.anelo-view-editar-perfil .anelo-um-edit .um-profile-body {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }

  body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt {
    align-items: stretch;
    flex-direction: column;
  }

  body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-left,
  body.anelo-view-editar-perfil .anelo-um-edit .um-col-alt .um-right {
    width: 100%;
  }
}
