html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ilove-app,
.ilove-app *,
.ilove-app *::before,
.ilove-app *::after,
.ilove-discovery,
.ilove-profile-form,
.ilove-match-list,
.ilove-filter-form,
.ilove-photo-grid,
.ilove-modal {
  box-sizing: border-box;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ilove-app {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 12px 12px calc(86px + var(--ilove-cookie-offset, 0px));
  background: #faf8f3;
  color: #171717;
  font-family: Arial, sans-serif;
  overflow-x: clip;
}

.ilove-app-screen {
  min-height: calc(100vh - 110px);
  width: 100%;
  min-width: 0;
}

.ilove-tab-panel {
  display: none;
}

.ilove-tab-panel.is-active {
  display: block;
}

.ilove-card {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 23, 23, .12);
}

.ilove-card-photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  background: #e8e1d5;
}

.ilove-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilove-card-body {
  padding: 16px;
}

.ilove-card-body h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.ilove-card-body h3 span {
  font-weight: 400;
}

.ilove-place,
.ilove-bio,
.ilove-interests {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.ilove-verified {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #2f6f73;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.ilove-trust-badge {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 8px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 999px;
  background: #f7f3ec;
  color: #34302a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.ilove-trust-baixo {
  background: #f6ece9;
  color: #863d33;
}

.ilove-trust-medio {
  background: #fff5d8;
  color: #6f5311;
}

.ilove-trust-alto {
  background: #e8f3ef;
  color: #245b49;
}

.ilove-trust-premium {
  border-color: rgba(178, 132, 42, .34);
  background: #fff8df;
  color: #6d4f09;
}

.ilove-compatibility-badge,
.ilove-compatibility-summary {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 8px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 999px;
  background: #eef4f5;
  color: #274b50;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ilove-compatibility-summary {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 6px;
}

.ilove-compatibility-low {
  background: #f6ece9;
  color: #863d33;
}

.ilove-compatibility-medium {
  background: #fff5d8;
  color: #6f5311;
}

.ilove-compatibility-good {
  background: #e8f3ef;
  color: #245b49;
}

.ilove-compatibility-high {
  background: #e6f0fb;
  color: #214d76;
}

.ilove-compatibility-excellent {
  border-color: rgba(178, 132, 42, .34);
  background: #fff8df;
  color: #6d4f09;
}

.ilove-likes-you-box {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding: 14px;
  border: 1px solid rgba(200, 68, 100, .22);
  border-radius: 8px;
  background: #fff;
}

.ilove-likes-you-box strong {
  font-size: 16px;
}

.ilove-likes-you-box p,
.ilove-likes-you-box small {
  margin: 0;
  line-height: 1.4;
}

.ilove-likes-you-box small {
  color: #666;
}

.ilove-trust-summary {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: #f7f3ec;
}

.ilove-trust-summary .ilove-trust-badge {
  margin: 0;
  justify-self: start;
}

.ilove-trust-summary p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.ilove-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  padding: 0 16px 16px;
}

.ilove-btn {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(23, 23, 23, .18);
  border-radius: 6px;
  background: #fff;
  color: #171717;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ilove-btn-primary {
  border-color: #c84464;
  background: #c84464;
  color: #fff;
}

.ilove-btn-accent {
  border-color: #2f6f73;
  background: #2f6f73;
  color: #fff;
}

.ilove-btn-muted {
  background: #f1eee8;
}

.ilove-bottom-nav {
  position: fixed;
  right: 0;
  bottom: var(--ilove-cookie-offset, 0px);
  left: 0;
  z-index: 99990;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  max-width: 320px;
  margin: 0;
  border-top: 1px solid rgba(23, 23, 23, .12);
  background: #fff;
  box-shadow: 0 -8px 24px rgba(23, 23, 23, .1);
  transition: bottom .18s ease;
}

.ilove-bottom-nav button {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  white-space: normal;
  word-break: normal;
  overflow: hidden;
  text-overflow: clip;
}

.ilove-bottom-nav button.is-active {
  color: #c84464;
}

.ilove-empty,
.ilove-notice {
  width: 100%;
  max-width: 100%;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .12);
  text-align: center;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ilove-notice-success {
  margin-bottom: 12px;
  border-color: #2f6f73;
}

.ilove-profile-form {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

.ilove-profile-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.ilove-profile-form input[type="text"],
.ilove-profile-form input[type="date"],
.ilove-profile-form input[type="number"],
.ilove-profile-form input[type="file"],
.ilove-profile-form select,
.ilove-profile-form textarea,
.ilove-filter-form input,
.ilove-filter-form select,
.ilove-modal textarea,
.ilove-modal select {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(23, 23, 23, .22);
  border-radius: 6px;
  padding: 8px 10px;
}

.ilove-profile-status,
.ilove-photo-upload,
.ilove-blocked-users,
.ilove-profile-extra {
  padding: 12px;
  border-radius: 8px;
  background: #faf8f3;
}

.ilove-filter-form {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .12);
}

.ilove-filter-form summary {
  cursor: pointer;
  font-weight: 700;
}

.ilove-filter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.ilove-filter-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.ilove-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 8px !important;
}

.ilove-check input {
  margin-top: 3px;
}

.ilove-match-list {
  display: grid;
  gap: 10px;
}

.ilove-match-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}

.ilove-match-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.ilove-match-item span {
  display: block;
  font-size: 13px;
  color: #666;
}

.ilove-match-item .ilove-btn {
  grid-column: 1 / -1;
}

.ilove-chat {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.ilove-chat-list {
  display: grid;
  gap: 10px;
}

.ilove-chat-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(23, 23, 23, .1);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  text-align: left;
}

.ilove-chat-row img,
.ilove-chat-header img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.ilove-chat-row-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ilove-chat-row-main strong,
.ilove-chat-row-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ilove-chat-row-main small,
.ilove-chat-row-meta {
  color: #666;
  font-size: 12px;
}

.ilove-chat-row-meta {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.ilove-chat-row-meta em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #c84464;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.ilove-chat-window {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.ilove-chat-window[hidden],
.ilove-chat-list[hidden] {
  display: none;
}

.ilove-chat-back {
  justify-self: start;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font-weight: 800;
}

.ilove-chat-header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}

.ilove-chat-header > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ilove-chat-header strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ilove-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: min(58vh, 520px);
  min-height: 260px;
  overflow-y: auto;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}

.ilove-message {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f2eee6;
  overflow-wrap: anywhere;
}

.ilove-message.is-mine {
  align-self: flex-end;
  background: #c84464;
  color: #fff;
}

.ilove-message.is-theirs {
  align-self: flex-start;
}

.ilove-message p {
  margin: 0;
  line-height: 1.4;
}

.ilove-message time {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  opacity: .78;
}

.ilove-chat-more {
  align-self: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 8px;
  background: #fff;
  color: #171717;
  font-weight: 800;
}

.ilove-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.ilove-chat-form textarea {
  width: 100%;
  min-width: 0;
  max-height: 140px;
  resize: vertical;
  border: 1px solid rgba(23, 23, 23, .18);
  border-radius: 8px;
  padding: 10px;
}

.ilove-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.ilove-photo-item {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .12);
}

.ilove-photo-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ilove-photo-item span,
.ilove-photo-item button {
  display: block;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
}

.ilove-link-button {
  border: 0;
  background: transparent;
  color: #c84464;
  text-align: left;
  font-weight: 700;
}

.ilove-block-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.ilove-block-item {
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.ilove-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, .54);
}

.ilove-modal.is-open {
  display: flex;
}

.ilove-modal-box {
  position: relative;
  width: min(100%, 420px);
  max-width: calc(100vw - 32px);
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  color: #171717;
}

.ilove-modal-box h3 {
  margin-top: 0;
}

.ilove-modal-box label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 700;
}

.ilove-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 24px;
}

.ilove-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  max-width: 900px;
}

.ilove-admin-stat {
  padding: 16px;
  border: 1px solid #dcdcde;
  background: #fff;
}

.ilove-admin-stat strong {
  display: block;
  font-size: 28px;
}

.ilove-admin-trust-audit {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #dcdcde;
  background: #fff;
}

.ilove-admin-trust-audit h2 {
  margin-top: 0;
}

.ilove-admin-trust-audit .ilove-admin-stat h3 {
  margin-top: 0;
}

.ilove-admin-trust-audit .ilove-admin-stat strong {
  display: inline;
  font-size: inherit;
}

.ilove-payment-box {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(32, 129, 226, .25);
  border-radius: 8px;
  background: #f3f8ff;
}

.ilove-payment-box strong {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
}

.ilove-payment-box p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.ilove-payment-warning {
  color: #8a2424;
}

.ilove-invite-panel,
.ilove-invite-landing {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 78, .24);
  border-radius: 8px;
  background: #f4fbf7;
}

.ilove-invite-panel strong,
.ilove-invite-landing h1 {
  display: block;
  margin: 0 0 6px;
}

.ilove-invite-panel p,
.ilove-invite-landing p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.ilove-invite-panel label {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}

.ilove-invite-panel input {
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border: 1px solid rgba(23, 23, 23, .18);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
}

.ilove-invite-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.ilove-invite-stats span {
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.ilove-invite-landing {
  max-width: 720px;
  margin: 18px auto;
}

.ilove-invite-landing ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

@media (max-width: 380px) {
  .ilove-filter-grid,
  .ilove-filter-actions,
  .ilove-actions {
    grid-template-columns: 1fr;
  }

  .ilove-app {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ilove-empty,
  .ilove-notice,
  .ilove-profile-form,
  .ilove-filter-form,
  .ilove-chat-header,
  .ilove-chat-form {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ilove-chat-row,
  .ilove-chat-header {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .ilove-chat-row img,
  .ilove-chat-header img {
    width: 44px;
    height: 44px;
  }

  .ilove-chat-row-meta,
  .ilove-chat-header .ilove-btn {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .ilove-chat-row-meta {
    display: flex;
    justify-content: space-between;
  }

  .ilove-chat-form {
    grid-template-columns: 1fr;
  }

  .ilove-message {
    max-width: 92%;
  }

  .ilove-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ilove-bottom-nav button {
    font-size: 10px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .ilove-bottom-nav {
    width: 320px;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .ilove-app {
    width: 100vw;
    max-width: 100vw;
  }

  .ilove-bottom-nav {
    right: auto;
    width: 320px;
    max-width: min(320px, 100vw);
  }
}

@media (max-width: 380px) {
  .ilove-bottom-nav {
    width: 320px;
    max-width: 320px;
  }
}

.ilove-local-landing {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 24px 16px 48px;
  color: #171717;
}

.ilove-local-hero {
  padding: 24px 0 22px;
  border-bottom: 1px solid #e5e7eb;
}

.ilove-local-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ilove-local-hero p {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.6;
  color: #3f3f46;
}

.ilove-kicker {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #be123c !important;
}

.ilove-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ilove-local-section,
.ilove-local-faq {
  padding: 28px 0 0;
}

.ilove-local-section h2,
.ilove-local-grid h2,
.ilove-local-faq h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ilove-local-section p,
.ilove-local-grid p,
.ilove-local-faq p {
  margin: 0;
  color: #3f3f46;
  line-height: 1.65;
}

.ilove-local-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ilove-local-benefits li {
  min-height: 86px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}

.ilove-local-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 28px 0 0;
}

.ilove-local-grid > div {
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.ilove-local-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ilove-local-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #be123c;
  font-weight: 800;
  text-decoration: none;
}

.ilove-local-faq details {
  margin: 0 0 10px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.ilove-local-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.ilove-local-faq details p {
  margin-top: 10px;
}

@media (max-width: 720px) {
  .ilove-local-landing {
    padding: 16px 12px 36px;
  }

  .ilove-local-grid {
    grid-template-columns: 1fr;
  }

  .ilove-local-hero p {
    font-size: 16px;
  }

  .ilove-local-actions .ilove-button {
    width: 100%;
    justify-content: center;
  }
}
