* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --orange: #ff6334;
  --orange-dark: #f24e22;
  --orange-soft: #fff2ec;
  --text: #222633;
  --muted: #7a808a;
  --line: #e7e8ec;
  --bg: #ffffff;
  --page-width: 1200px;
  --feed-width: 548px;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  min-width: 320px;
}

body.chat-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.promo-bar {
  background: var(--orange);
  color: #ffffff;
  height: 58px;
  width: 100%;
}

.promo-inner {
  align-items: center;
  display: flex;
  gap: 50px;
  height: 100%;
  justify-content: flex-start;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}

.promo-logo {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-style: italic;
  font-weight: 900;
  gap: 7px;
  letter-spacing: 0;
  line-height: 1;
}

.promo-inner span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 27px;
  text-transform: uppercase;
}

.promo-inner .promo-logo {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-transform: none;
}

.navbar-shell {
  background: var(--orange);
  border-bottom: 0;
  padding-bottom: 0;
}

.nav-container {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 88px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--page-width);
  padding: 0 32px;
}

.logo {
  margin-left: 24%;
}

.logo img {
  height: 62px;
  object-fit: contain;
  width: 260px;
}

.right-container {
  align-items: center;
  display: flex;
  gap: 22px;
}

.header-login-button {
  text-decoration: none;
}

.search-container {
  align-items: center;
  border: 1px solid #d9dbe2;
  border-radius: 999px;
  display: flex;
  height: 40px;
  padding: 0 16px 0 24px;
  width: 415px;
}

.search-container input {
  border: 0;
  color: #535862;
  flex: 1;
  font-size: 14px;
  outline: 0;
}

.search-button,
.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #343944;
  display: flex;
  justify-content: center;
}

.search-button {
  font-size: 16px;
  width: 28px;
}

.icon-button {
  font-size: 18px;
  height: 34px;
  width: 34px;
}

main {
  margin: 0 auto;
  max-width: var(--page-width);
  width: 100%;
}

.profile-section {
  position: relative;
}

.cover-section {
  position: relative;
}

.cover-image {
  height: 450px;
  overflow: hidden;
}

.cover-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.stats {
  align-items: center;
  bottom: 17px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  gap: 19px;
  position: absolute;
  right: 23px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.profile-area {
  margin-top: -60px;
  padding: 0 28px;
  position: relative;
  z-index: 3;
}

.profile-heading {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  margin-top: 0;
}

.profile-image {
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(30, 34, 42, 0.08);
  height: 148px;
  overflow: hidden;
  width: 148px;
}

.profile-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  width: 100%;
}

.profile-text {
  padding-bottom: 20px;
}

.profile-name {
  align-items: center;
  color: #272a34;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  gap: 7px;
  line-height: 1;
}

.hot,
.devil {
  font-size: 19px;
  line-height: 1;
}

.verified {
  color: var(--orange);
  font-size: 17px;
}

.profile-username {
  color: #737985;
  font-size: 17px;
  margin-top: 7px;
}

.bio-container {
  margin-top: 8px;
}

.bio-text {
  color: #666d78;
  font-size: 15px;
  line-height: 1.45;
  max-height: 68px;
  overflow: hidden;
  position: relative;
}

.bio-text.expanded {
  max-height: 999px;
}

.bio-text:not(.expanded)::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 65%,
    rgba(255, 255, 255, 0.78) 100%
  );
  bottom: 0;
  content: "";
  height: 22px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.bio-toggle {
  background: transparent;
  border: 0;
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  margin-top: 12px;
}

.subscription-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(28, 32, 40, 0.03);
  margin-top: 14px;
  padding: 18px 16px 16px;
  width: 380px;
}

.subscription-panel h2 {
  color: #171b26;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 12px;
}

.subscription-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.subscription-tags span {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 14px;
}

.subscription-tags span:first-child {
  background: var(--orange-soft);
  color: #b45227;
}

.subscription-tags span:last-child {
  background: #e6fff4;
  color: #008c65;
}

.subscription-button,
.footer-cta {
  align-items: center;
  background: linear-gradient(90deg, #ff7140, #ff5f2e);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.hero-offer {
  box-shadow: 0 12px 26px rgba(255, 99, 52, 0.18);
  font-size: 19px;
  font-weight: 900;
  min-height: 58px;
  padding: 0 18px;
  width: 100%;
}

.hero-offer strong {
  font-size: 22px;
}

.offer-alert {
  background: #ffe5dc;
  border-radius: 999px;
  color: #88351b;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 8px;
  padding: 8px 12px;
}

.trust-row {
  color: #59616d;
  display: flex;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
  margin: 14px 0 22px;
}

.trust-row i {
  color: #00ad76;
  margin-right: 5px;
}

.promotion-title {
  align-items: center;
  color: #171b26;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.promotion-title i {
  color: #a1a6b0;
  font-size: 11px;
}

.plan-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ff9a79;
  border-radius: 8px;
  color: #161b27;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  min-height: 48px;
  gap: 10px;
  margin-top: 10px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.plan-card strong {
  font-size: 17px;
  font-weight: 900;
}

.plan-card em {
  background: #ffe9df;
  border-radius: 5px;
  color: #bd572b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 8px;
  width: max-content;
}

.plan-card:nth-of-type(4) em {
  background: #e2f2ff;
  color: #1d6fa5;
}

.plan-card b {
  font-size: 16px;
  font-weight: 900;
}

.content-toggle {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin: 34px auto 10px;
}

.toggle-btn {
  background: transparent;
  border: 0;
  color: #626875;
  font-size: 16px;
}

.toggle-btn.active {
  color: var(--orange);
}

.toggle-btn.disabled {
  pointer-events: none;
}

.feed {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.post-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  width: var(--feed-width);
}

.post-header {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 48px;
  padding: 8px 12px;
}

.post-header img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  object-position: center 18%;
  width: 30px;
}

.post-header strong {
  color: #202431;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.post-header span {
  color: #8b909b;
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.locked-media,
.locked-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.locked-media {
  height: 988px;
}

.locked-media.landscape {
  height: 548px;
}

.locked-media img {
  filter: blur(18px);
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  width: 100%;
}

.locked-media.landscape img {
  filter: blur(12px);
}

.locked-placeholder {
  background: #f4f5f7;
  height: 960px;
}

.lock-button {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 16px 26px rgba(23, 29, 41, 0.08);
  color: #9ba1aa;
  display: flex;
  font-size: 22px;
  height: 70px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 2;
}

.metrics {
  align-items: center;
  background: rgba(24, 28, 35, 0.72);
  border-radius: 999px;
  bottom: 10px;
  color: #ffffff;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  left: 12px;
  padding: 8px 13px;
  position: absolute;
  z-index: 2;
}

.post-actions {
  align-items: center;
  color: #526071;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: space-around;
}

.info-container {
  margin: 80px auto 0;
  width: 560px;
}

.faq-titulo {
  color: #161b27;
  font-size: 29px;
  font-weight: 900;
  margin-bottom: 28px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: #ffffff;
  border: 0;
  color: #252b39;
  display: flex;
  gap: 12px;
  min-height: 50px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}

.faq-question span:last-child {
  font-size: 16px;
  font-weight: 900;
}

.faq-icon {
  color: var(--orange);
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.faq-icon::before {
  content: "+";
}

.faq-answer {
  color: #646b78;
  display: none;
  font-size: 14px;
  line-height: 1.45;
  padding: 0 20px 18px 56px;
}

.faq-item.active .faq-answer {
  display: block;
}

.footer-cta {
  box-shadow: 0 18px 28px rgba(255, 99, 52, 0.16);
  font-size: 16px;
  font-weight: 900;
  height: 86px;
  margin: 94px auto 0;
  padding: 0 18px;
  width: 350px;
}

.footer-cta strong {
  font-size: 22px;
}

.footer-legal-links {
  align-items: center;
  color: var(--orange);
  display: flex;
  font-size: 13px;
  gap: 14px;
  justify-content: center;
  margin: 36px 0 30px;
}

.footer-legal-links a {
  color: var(--orange);
  text-decoration: none;
}

.checkout-dialog {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20, 25, 36, 0.22);
  max-width: 430px;
  padding: 26px 22px 22px;
  position: relative;
  width: 100%;
}

.checkout-kicker {
  color: var(--orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.checkout-dialog h2 {
  color: #171b26;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  margin-right: 42px;
}

.checkout-plan {
  color: #667085;
  font-size: 14px;
  font-weight: 800;
  margin: 8px 0 18px;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.checkout-form label span,
.payment-method legend {
  color: #313747;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 7px;
}

.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="text"] {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  color: #222633;
  font-size: 15px;
  height: 46px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.checkout-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 99, 52, 0.12);
}

.payment-method {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pix-option {
  align-items: center;
  border: 1px solid #ff9a79;
  border-radius: 8px;
  color: #171b26;
  display: flex;
  font-weight: 900;
  gap: 10px;
  height: 50px;
  padding: 0 14px;
}

.pix-option:has(input:checked) {
  background: #fff2ec;
}

.pix-option.disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pix-option span {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.pix-option i {
  color: #00a884;
  font-size: 18px;
}

.card-option i {
  color: #303747;
}

.stripe-card-area {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  padding: 15px 14px;
}

.checkout-error {
  background: #fff1f0;
  border-radius: 8px;
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  padding: 10px 12px;
}

.checkout-submit {
  align-items: center;
  background: linear-gradient(90deg, #ff7140, #ff5f2e);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 18px;
  width: 100%;
}

.checkout-login-button {
  justify-content: center;
  text-decoration: none;
}

.checkout-submit[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.pix-code {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  color: #303747;
  font-size: 13px;
  height: 150px;
  line-height: 1.45;
  margin-bottom: 12px;
  padding: 12px;
  resize: none;
  width: 100%;
}

.pix-qr-wrap {
  align-items: center;
  background: #f6f7f9;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  padding: 16px;
}

.pix-qr,
.pix-qr-wrap svg {
  background: #ffffff;
  border-radius: 8px;
  height: 210px;
  object-fit: contain;
  padding: 8px;
  width: 210px;
}

.checkout-help {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}

.checkout-page {
  background: #f6f7f9;
}

.checkout-main {
  max-width: var(--page-width);
  padding: 42px 28px 64px;
  width: 100%;
}

.checkout-layout {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 430px;
  margin: 0 auto;
  max-width: 980px;
}

.checkout-summary {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.checkout-summary img {
  border-radius: 50%;
  height: 74px;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: center 18%;
  width: 74px;
}

.checkout-summary h1 {
  color: #171b26;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 12px;
}

.checkout-summary p {
  color: #667085;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.checkout-summary-plan {
  align-items: center;
  border: 1px solid #ff9a79;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: 26px 0 18px;
  min-height: 58px;
  padding: 0 16px;
}

.checkout-summary-plan span,
.checkout-summary-plan strong {
  color: #171b26;
  font-size: 18px;
  font-weight: 900;
}

.checkout-summary-trust {
  color: #59616d;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  font-weight: 800;
}

.checkout-summary-trust i {
  color: #00ad76;
  margin-right: 5px;
}

.page-checkout-card {
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(20, 25, 36, 0.08);
}

@media (max-width: 900px) {
  :root {
    --feed-width: min(548px, calc(100vw - 28px));
  }

  .promo-bar {
    height: auto;
  }

  .promo-inner {
    gap: 8px;
    padding: 7px 12px;
  }

  .promo-inner img {
    height: 20px;
    width: 88px;
  }

  .promo-inner span {
    font-size: 11px;
    padding: 8px 12px;
  }

  .nav-container {
    height: 64px;
    justify-content: space-between;
    padding: 0 12px;
  }

  .logo {
    margin-left: 0;
  }

  .logo img {
    height: 38px;
    width: 136px;
  }

  .right-container {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-left: auto;
  }

  .search-container {
    display: none;
  }

  .icon-button,
  .header-login-button {
    font-size: 16px;
    height: 32px;
    width: 32px;
  }

  .cover-image {
    height: 170px;
  }

  .stats {
    bottom: 10px;
    font-size: 11px;
    gap: 8px;
  }

  .profile-area {
    padding: 0 16px;
  }

  .profile-heading {
    margin-top: -34px;
  }

  .profile-image {
    height: 86px;
    width: 86px;
  }

  .profile-name {
    font-size: 20px;
  }

  .profile-username {
    font-size: 13px;
  }

  .bio-text,
  .bio-toggle {
    font-size: 13px;
  }

  .subscription-panel {
    width: 100%;
  }

  .trust-row {
    flex-wrap: wrap;
  }

  .content-toggle {
    gap: 12px;
  }

  .toggle-btn {
    font-size: 13px;
  }

  .locked-media {
    height: min(988px, calc((100vw - 28px) * 1.8));
  }

  .locked-placeholder {
    height: min(960px, calc((100vw - 28px) * 1.75));
  }

  .locked-media.landscape {
    height: min(548px, calc(100vw - 28px));
  }

  .info-container {
    width: min(560px, calc(100vw - 28px));
  }

  .faq-titulo {
    font-size: 28px;
  }

  .checkout-main {
    padding: 22px 14px 44px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary h1 {
    font-size: 27px;
  }
}

.checkout-login-link {
  color: var(--orange);
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
}

.auth-card,
.admin-compose {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20, 25, 36, 0.08);
  margin: 0 auto;
  max-width: 430px;
  padding: 26px 22px 22px;
  width: 100%;
}

.auth-card h1,
.admin-compose h1 {
  color: #171b26;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 18px;
}

.checkout-form textarea {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  color: #222633;
  font-size: 15px;
  min-height: 120px;
  outline: 0;
  padding: 12px 14px;
  resize: vertical;
  width: 100%;
}

.checkout-form input[type="file"] {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}

.admin-main {
  max-width: var(--page-width);
  padding: 42px 28px 64px;
  width: 100%;
}

.admin-front {
  margin-bottom: 58px;
}

.admin-summary {
  margin: 0 auto 22px;
  max-width: 640px;
  padding: 0 18px;
}

.admin-summary-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
}

.admin-summary-card span,
.admin-summary-card small {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.admin-summary-card strong {
  color: #171b26;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.member-hero {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 34px auto 24px;
  max-width: 720px;
  padding: 0 18px;
}

.member-hero img {
  border-radius: 50%;
  height: 96px;
  object-fit: cover;
  object-position: center 18%;
  width: 96px;
}

.member-hero h1 {
  color: #171b26;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.member-hero p {
  color: #667085;
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
}

.member-logout {
  margin-left: 0;
}

.member-feed {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 auto 56px;
  max-width: 640px;
  padding: 0 18px;
}

.member-ios-guide {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 16px auto 18px;
  max-width: 640px;
  padding: 16px 18px;
}

.member-ios-guide-copy strong {
  color: #171b26;
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.member-ios-guide-copy p {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
}

.member-alerts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto 18px;
  max-width: 640px;
  padding: 0 18px;
}

.member-alert-card,
.member-new-post-banner {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 18px;
}

.member-alert-card strong,
.member-new-post-banner strong {
  color: #171b26;
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.member-alert-card p {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

.member-alert-button,
.member-new-post-banner button {
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.member-alert-button[disabled] {
  background: #eef0f3;
  color: #7a808a;
  cursor: default;
}

.member-new-post-banner {
  border-color: #ffd2c0;
}

.admin-feed {
  margin: 0 auto 56px;
  max-width: 640px;
  padding: 0 18px;
}

.admin-login-card {
  margin-top: 42px;
}

.admin-hero {
  margin-bottom: 18px;
}

.admin-composer {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 auto 22px;
  max-width: 640px;
  overflow: hidden;
}

.admin-composer form {
  padding: 0 16px 16px;
}

.admin-composer textarea {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  color: #222633;
  font-size: 15px;
  min-height: 112px;
  outline: 0;
  padding: 12px 14px;
  resize: vertical;
  width: 100%;
}

.paid-post-controls {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 150px;
  margin: 12px 0;
}

.paid-toggle,
.paid-price {
  align-items: center;
  border: 1px solid #ffd2c0;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
}

.paid-toggle input {
  display: none;
}

.paid-toggle span {
  align-items: center;
  background: #f2f4f7;
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  color: #303747;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.paid-toggle input:checked + span {
  background: var(--orange);
  border-color: var(--orange);
  color: #ffffff;
}

.paid-toggle strong,
.paid-price span {
  color: #303747;
  font-size: 13px;
  font-weight: 900;
}

.paid-price input {
  border: 0;
  color: #303747;
  font-weight: 900;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.admin-file-control {
  align-items: center;
  border: 1px dashed #ff9a79;
  border-radius: 8px;
  color: #bd572b;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  margin: 12px 0;
  min-height: 48px;
  padding: 0 14px;
}

.admin-file-control input {
  display: none;
}

.admin-post-header {
  justify-content: space-between;
}

.admin-post-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.admin-post-actions button {
  background: #fff2ec;
  border: 1px solid #ffb08f;
  border-radius: 8px;
  color: #bd572b;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 12px;
}

.paid-post-badge {
  align-items: center;
  background: #fff2ec;
  border-bottom: 1px solid #ffd2c0;
  color: #bd572b;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  padding: 10px 16px;
}

.member-post {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.member-post-text {
  color: #303747;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 16px;
}

.member-post-media,
.member-post video {
  background: #111111;
  display: block;
  max-height: 760px;
  object-fit: cover;
  width: 100%;
}

.member-post-media-wrap {
  overflow: hidden;
  position: relative;
}

.video-thumb-overlay {
  height: 100%;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.18s ease;
  width: 100%;
  z-index: 1;
}

.video-thumb-overlay.is-hidden {
  opacity: 0;
}

.media-save-guard {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.member-post-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: flex-start;
  min-height: 58px;
  padding: 0 16px;
}

.member-like-chip,
.post-like-button {
  align-items: center;
  background: #f7f8fa;
  border: 1px solid #eceef2;
  border-radius: 999px;
  color: #667085;
  display: inline-flex;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 14px;
}

.member-like-chip.is-liked,
.post-like-button.is-liked {
  background: #fff1ec;
  border-color: #ffd2c0;
  color: var(--orange);
}

.post-like-button.is-static {
  cursor: default;
}

.pin-tag {
  background: #fff1ec;
  border-radius: 999px;
  color: var(--orange);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin-left: 8px;
  padding: 5px 10px;
  vertical-align: middle;
}

.member-post-pinned {
  border-color: #ffd2c0;
  box-shadow: 0 10px 24px rgba(255, 99, 52, 0.08);
}

.paid-lock {
  align-items: center;
  background: #f2f4f7;
  display: flex;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.paid-lock img,
.paid-lock video {
  filter: blur(18px);
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.04);
  width: 100%;
}

.paid-lock-placeholder {
  background: linear-gradient(135deg, #d2d6dc, #aeb5bf);
  filter: blur(18px);
  min-height: 520px;
  transform: scale(1.04);
  width: 100%;
}

.paid-lock::after {
  background: rgba(28, 25, 22, 0.28);
  content: "";
  inset: 0;
  position: absolute;
}

.paid-lock-overlay {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.paid-lock-overlay .lock-button {
  position: static;
  transform: none;
}

.paid-lock-overlay strong {
  font-size: 18px;
  font-weight: 900;
}

.paid-lock-overlay small {
  font-size: 14px;
  font-weight: 900;
}

.paid-lock-overlay button,
.paid-post-payment button {
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 16px;
}

.paid-post-payment {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.paid-post-payment .pix-code {
  min-height: 82px;
}

.member-post-checkout-shell {
  bottom: 0;
  inset-inline: 0;
  position: absolute;
  z-index: 3;
}

.member-post-checkout {
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(231, 232, 236, 0.9);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.member-post-checkout-copy strong {
  color: #171b26;
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.member-post-checkout-copy p {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 6px;
}

.member-post-checkout-price {
  color: #171b26;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.member-post-methods {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-post-method {
  background: #ffffff;
  border: 1px solid #e7e8ec;
  border-radius: 8px;
  color: #303747;
  font-size: 13px;
  font-weight: 900;
  min-height: 44px;
  padding: 0 14px;
}

.member-post-method.is-active {
  background: #fff1ec;
  border-color: #ffd2c0;
  color: var(--orange);
}

.member-post-method:disabled {
  cursor: default;
  opacity: 0.45;
}

.member-post-payment-body,
.member-post-card-box {
  display: grid;
  gap: 12px;
}

.member-post-stripe {
  background: #ffffff;
}

.member-paid-result {
  padding: 0;
}

.chat-drawer {
  background: #f6f7fb;
  border-left: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: -12px 0 28px rgba(17, 24, 39, 0.12);
  display: flex;
  flex-direction: column;
  inset: 0 0 0 auto;
  max-width: 420px;
  position: fixed;
  width: 100%;
  z-index: 30;
}

.chat-backdrop {
  background: rgba(17, 24, 39, 0.42);
  inset: 0;
  position: fixed;
  z-index: 29;
}

.chat-drawer-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 18px;
}

.chat-drawer-header strong {
  color: #171b26;
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.chat-drawer-header span {
  color: #667085;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

.chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 18px;
}

.messenger-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(231, 232, 236, 0.9);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 18px;
}

.messenger-header-profile {
  align-items: center;
  display: flex;
  gap: 12px;
}

.messenger-header-profile img {
  border-radius: 50%;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.messenger-header-profile strong {
  color: #171b26;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.messenger-header-profile span {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.messenger-messages {
  padding: 18px 16px;
}

.chat-thread-list {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-height: 180px;
  overflow-y: auto;
}

.chat-thread-item {
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #f0f2f5;
  padding: 12px 16px;
  text-align: left;
}

.chat-thread-item.is-active {
  background: #fff1ec;
}

.chat-thread-item strong,
.chat-thread-item span,
.chat-thread-item small {
  display: block;
}

.chat-thread-item strong {
  color: #171b26;
  font-size: 13px;
  font-weight: 900;
}

.chat-thread-item span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.chat-thread-item small {
  color: #7a808a;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-bubble,
.chat-message {
  background: #ffffff;
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
  max-width: 88%;
  padding: 12px 14px;
}

.chat-bubble.is-member {
  align-self: flex-end;
  background: linear-gradient(180deg, #ff7a4d, #ff6334);
  border-radius: 16px 16px 6px 16px;
}

.chat-bubble.is-member strong,
.chat-bubble.is-member p,
.chat-bubble.is-member span {
  color: #ffffff;
}

.chat-bubble strong,
.chat-message strong {
  color: #171b26;
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.chat-bubble p,
.chat-message p {
  color: #303747;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 6px;
  white-space: pre-wrap;
}

.chat-bubble span,
.chat-message span {
  color: #667085;
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 8px;
}

.chat-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 16px;
}

.chat-form textarea {
  border: 1px solid #d9dbe2;
  border-radius: 8px;
  min-height: 96px;
  outline: 0;
  padding: 12px 14px;
  resize: vertical;
  width: 100%;
}

.chat-form button {
  background: var(--orange);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  min-height: 46px;
}

.messenger-form {
  align-items: end;
  background: #ffffff;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 52px;
  padding: 14px 16px 18px;
}

.messenger-form textarea {
  border: 1px solid #d9dbe2;
  border-radius: 18px;
  min-height: 52px;
  max-height: 120px;
  outline: 0;
  padding: 14px 16px;
  resize: vertical;
  width: 100%;
}

.messenger-form button {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  min-height: 52px;
  padding: 0;
  width: 52px;
}

.empty-feed {
  color: #667085;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 900px) {
  .admin-main {
    padding: 22px 14px 44px;
  }

  .member-hero {
    align-items: flex-start;
  }

  .member-hero h1 {
    font-size: 26px;
  }

  .chat-drawer {
    inset: auto 0 0 0;
    height: min(82vh, 760px);
    max-width: 100%;
  }

  .member-feed,
  .admin-feed {
    margin-bottom: 34px;
    padding: 0 12px;
  }

  .member-post {
    border-radius: 0;
    margin-inline: -12px;
  }

  .member-post-text {
    font-size: 14px;
    line-height: 1.55;
  }

  .member-post-media,
  .member-post video {
    max-height: 72vh;
  }

  .member-post-checkout {
    padding: 16px 14px 18px;
  }

  .member-post-checkout-price {
    font-size: 24px;
  }

  .messenger-header,
  .messenger-form {
    padding-inline: 12px;
  }

  .chat-thread-list {
    max-height: 132px;
  }
}
