.hero, .statement, .brand-line .brand, .mobile-flow, .profile-mobile-flow { display: none !important; }
.page.social-mode .search-area,
.page.social-mode .filter-line,
.page.social-mode .people-quick-chips,
.page.social-mode .people-results-bar { display: none !important; }
.filter-line { display: none; }
.page:not(.social-mode) .search-area { display: grid; }
.page:not(.social-mode) .filter-line.is-people { display: grid; }
.people-quick-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.people-quick-chips button { border: 1px solid var(--line, #e5e7eb); background: #fff; border-radius: 999px; padding: 8px 12px; min-height: 40px; }
.people-quick-chips button.is-active { background: #111; color: #fff; }
.people-results-bar { display: none !important; }
.page.social-mode {
  background: #f4f6f8 !important;
}
.page.social-mode .content {
  width: 100% !important;
  max-width: none !important;
  padding: 20px 28px 56px !important;
}
.page.social-mode .modes {
  max-width: 1120px;
  margin: 0 auto 16px;
}
.social-feed-shell,
.social-feed-shell.feed-layout {
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.feed-main {
  min-width: 0;
  max-width: 720px;
}
.feed-composer,
a.feed-composer {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #fff;
  margin: 0 0 14px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}
.feed-composer button[data-open-create] {
  text-align: left;
  border: 0;
  background: #f4f6f8;
  color: #667085;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 15px;
}
.feed-composer-actions { display: flex; gap: 6px; }
.feed-composer-actions button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f4f6f8;
  color: #344054;
}
.feed-sidebar {
  display: none;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
}
.feed-sidebar h2 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
}
.feed-suggest {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
}
.feed-suggest + .feed-suggest { border-top: 1px solid #eef2f6; }
.feed-suggest small { display: block; color: #667085; font-size: 12px; }
.feed-suggest img,
.feed-suggest .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.page.social-mode .social-post {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-bottom: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 16px 16px 12px;
  margin: 0 0 12px;
}
.page.social-mode .social-post-list { gap: 0; }
.page.social-mode .social-detail {
  width: 100%;
  max-width: 720px;
  margin: 0;
}
.page.social-mode .social-feed-shell:not(.has-sidebar) {
  max-width: 720px !important;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) !important;
}
@media (min-width: 1024px) {
  .social-feed-shell.has-sidebar,
  .social-feed-shell.feed-layout.has-sidebar {
    grid-template-columns: minmax(0, 720px) 320px !important;
    justify-content: center;
  }
  .feed-sidebar {
    display: block;
    position: sticky;
    top: 48px;
  }
}
@media (min-width: 821px) {
  .page.social-mode .content {
    width: 100% !important;
  }
}
.feed-skeleton .skel-post { height: 120px; border-radius: 16px; background: linear-gradient(90deg, #f3f4f6, #eceff3, #f3f4f6); background-size: 200% 100%; animation: people-skel 1.2s linear infinite; margin-bottom: 12px; }
@keyframes people-skel { to { background-position: -200% 0; } }
.person-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.person-tags span { font-size: 11px; padding: 2px 8px; border-radius: 999px; background: #f3f4f6; }
.text-action { min-height: 36px; padding: 0 10px; border-radius: 999px; border: 1px solid var(--line, #e5e7eb); background: #fff; font-size: 12px; }
.social-comment-actions { display: flex; gap: 10px; margin-top: 4px; }
.social-comment-actions button { border: 0; background: none; color: #6b7280; font-size: 12px; min-height: 28px; }
.comment-captcha {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.comment-captcha-image {
  padding: 0;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 10px;
  background: #eef2f7;
  overflow: hidden;
  cursor: pointer;
}
.comment-captcha-image img { display: block; width: 160px; height: 48px; }
.comment-captcha-answer {
  width: 110px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.profile-tabs, .people-editor-tabs, .people-notify-tabs { display: flex; gap: 6px; overflow: auto; margin: 14px 0; }
.profile-tabs button, .people-editor-tabs button, .people-notify-tabs a { border: 0; background: #f3f4f6; border-radius: 999px; padding: 8px 12px; min-height: 36px; color: inherit; text-decoration: none; white-space: nowrap; }
.profile-tabs button.is-active, .people-editor-tabs button.is-active, .people-notify-tabs a.is-active { background: #111; color: #fff; }
.profile-skill-tag, .profile-shared-tags a { display: inline-block; margin: 0 6px 6px 0; padding: 4px 10px; border-radius: 999px; background: #f3f4f6; color: inherit; text-decoration: none; font-size: 12px; }
.profile-online, .profile-mutual { color: #0bae5b; font-size: 13px; margin: 6px 0 0; }
.people-notify-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.people-notify-head button, .people-mod-search button { min-height: 36px; border-radius: 10px; border: 1px solid var(--line, #e5e7eb); background: #fff; padding: 0 12px; }
.people-onboard-progress { height: 4px; background: #e5e7eb; border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.people-onboard-progress span { display: block; height: 100%; width: 25%; background: #0bae5b; }
.people-onboard-nav { display: flex; gap: 10px; margin-top: 16px; }
.people-onboard-skip { border: 0; background: none; color: #6b7280; }
.people-tag-box { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 12px; }
.people-tag-box button { border: 0; background: #eef2ff; border-radius: 999px; padding: 4px 10px; }
.people-rate-row { display: flex; gap: 8px; }
.people-repeat-remove { margin-top: 8px; border: 0; background: none; color: #dc2626; }
.people-dropzone { display: block; border: 1px dashed #d1d5db; border-radius: 12px; padding: 12px; }
.map-person-card { min-width: 160px; }
.map-person-card div { display: flex; gap: 8px; margin-top: 6px; }
.page.social-mode .map-shell,
.page.social-mode .mobile-locate { display: none !important; }
.page.social-mode .content { width: 100%; }
.page:not(.social-mode) .map-shell { display: block; }
.empty-state p { display: none; }
.people-onboarding { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid var(--line, #e5e7eb); border-radius: 14px; margin: 10px 0; }
.people-flash { position: fixed; left: 50%; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); background: #111; color: #fff; padding: 8px 14px; border-radius: 999px; z-index: 40; }
.mobile-social-top em { min-width: 16px; height: 16px; border-radius: 999px; background: #ef4444; color: #fff; font-size: 10px; display: inline-grid; place-items: center; margin-left: -8px; }
@media (max-width: 820px) {
  .page { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  .uzm-bottom.people-bottom-nav { padding-bottom: env(safe-area-inset-bottom, 0px); }
}

.cluster-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
.people-crop-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,.72);
  display: grid;
  place-items: center;
  padding: 16px;
}
.people-crop-card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 16px;
}
.people-crop-card canvas {
  width: 100%;
  max-height: 320px;
  background: #111;
  border-radius: 12px;
}
.people-crop-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.people-crop-actions button {
  min-height: 40px;
  flex: 1;
  border-radius: 12px;
  border: 0;
}
.people-crop-actions button[data-crop-apply] { background: #111; color: #fff; }
.people-mention-box {
  position: absolute;
  z-index: 30;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  min-width: 220px;
  max-height: 220px;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.people-mention-box button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 8px 12px;
}
.people-mention-box button:hover { background: #f3f4f6; }
.people-contacts textarea { width: 100%; min-height: 90px; }

.social-location {
  border: 0;
  padding: 0;
  background: none;
  color: #0b8f4d;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.social-location:hover { color: #0a7a42; }
.people-delete-profile {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line, #e5e7eb);
}
.people-delete-profile-btn {
  border: 0;
  background: none;
  color: #dc2626;
  min-height: 40px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.people-checkout {
  display: grid;
  justify-items: start;
  gap: 6px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 18px;
  background: #fff;
}
.people-checkout b {
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.people-checkout span,
.people-checkout p {
  color: #6b7280;
  font-size: 13px;
  margin: 0;
}
.people-checkout-pay,
.people-checkout-confirm,
.access-request-form button {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.people-checkout-pay { background: #111; color: #fff; margin-top: 8px; }
.people-checkout-confirm { background: #f3f4f6; color: #111; }
.people-checkout.is-pending { background: #f8fafc; }
.people-paypal-buttons { width: 100%; max-width: 360px; margin-top: 8px; }
.people-checkout-link {
  color: #2563eb;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.paypal-connect {
  display: grid;
  gap: 10px;
}
.paypal-connect-fields {
  display: grid;
  gap: 12px;
}
.paypal-connect-fields[hidden] { display: none; }
.paypal-connect-change {
  justify-self: start;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  font-weight: 650;
  cursor: pointer;
}
.people-editor-help {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
  text-transform: none;
  font-weight: 500;
}
.membership-toggle.is-paid {
  background: #111 !important;
  color: #fff !important;
}

.people-bottom-nav.is-people-app .people-legacy-item {
  display: none !important;
}
.people-bottom-nav.is-people-app {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.social-post img,
.person img,
.profile-avatar-main,
.network-card img {
  max-width: 100%;
  height: auto;
}
.social-post-image {
  aspect-ratio: 1;
  object-fit: cover;
  background: #f3f4f6;
}
.mobile-create-error:not([hidden]) {
  color: #dc2626;
  font-size: 13px;
  margin-top: 8px;
}
