:root {
  --profile2-font-family: var(--sda-font-family, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
  --profile2-accent: #ff2484;
  --profile2-accent-soft: #ff6ead;
  --profile2-cyan: #1fc8db;
  --profile2-accent-soft-a18: rgba(255, 110, 173, 0.18);
  --profile2-cyan-a18: rgba(31, 200, 219, 0.18);
  --profile2-hero-gradient: linear-gradient(120deg, var(--profile2-accent-soft) 0%, var(--profile2-cyan) 100%);
  --profile2-soft-gradient: linear-gradient(120deg, var(--profile2-accent-soft-a18) 0%, var(--profile2-cyan-a18) 100%);
  --profile2-green: #1bba5f;
  --profile2-green-hover: #159947;
  --profile2-bg: #f3f4f6;
  --profile2-card: #ffffff;
  --profile2-text: #111827;
  --profile2-muted: #6b7280;
  --profile2-border: #e5e7eb;
  --profile2-radius: 18px;
  --profile2-shadow: 0 12px 40px rgba(17, 24, 39, 0.08);
  --profile2-max: 720px;
  --profile2-loader-max: 22rem;
  --profile2-unconfirmed-max: 34rem;
  --profile2-header-height: 77px;
  --profile2-header-gap: 12px;
  --profile2-tab-active-bg: var(--profile2-text);
  --profile2-tab-active-text: #ffffff;
}

body.profile2-page {
  --profile2-rail-width: 100%;
  background: var(--profile2-bg) !important;
  background-image: none !important;
  font-family: var(--profile2-font-family);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  word-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 400px) {
  body.profile2-page {
    --profile2-rail-width: 85%;
  }
}

@media (min-width: 550px) {
  body.profile2-page {
    --profile2-rail-width: 80%;
  }
}

body.feed-page,
body.dashboard-page {
  font-family: var(--profile2-font-family);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.dashboard-page {
  padding-top: var(--profile2-header-height);
  box-sizing: border-box;
}

body.profile2-page .header-container,
body.dashboard-page .header-container,
body.feed-page .header-container,
body.console-list-page .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--profile2-header-height);
  padding: 0 1rem;
  box-sizing: border-box;
}

body.profile2-page .header-container .logo,
body.profile2-page .header-container .logo.logoCompact,
body.dashboard-page .header-container .logo,
body.dashboard-page .header-container .logo.logoCompact,
body.feed-page .header-container .logo,
body.feed-page .header-container .logo.logoCompact,
body.console-list-page .header-container .logo,
body.console-list-page .header-container .logo.logoCompact {
  position: static;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

body.profile2-page .header-container .logo img,
body.dashboard-page .header-container .logo img,
body.feed-page .header-container .logo img,
body.console-list-page .header-container .logo img {
  width: auto;
  height: 2.75rem;
  margin: 0;
  max-width: none;
}

body.profile2-page .header-container .logo.addScroll,
body.dashboard-page .header-container .logo.addScroll,
body.feed-page .header-container .logo.addScroll,
body.console-list-page .header-container .logo.addScroll {
  box-shadow: none;
}

body.profile2-page .makeRequestWrap,
body.dashboard-page .makeRequestWrap,
body.feed-page .makeRequestWrap,
body.console-list-page .makeRequestWrap {
  order: 2;
  position: static;
  left: auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  z-index: auto;
}

body.profile2-page .header-menu {
  order: 3;
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  float: none;
  margin-top: 0;
  margin-left: auto;
  overflow: visible;
}

body.dashboard-page .header-menu,
body.feed-page .header-menu,
body.console-list-page .header-menu {
  order: 3;
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  float: none;
  margin-top: 0;
  margin-left: auto;
  overflow: visible;
}

body.profile2-page .header-menu #links,
body.dashboard-page .header-menu #links,
body.feed-page .header-menu #links,
body.console-list-page .header-menu #links {
  right: 1.25rem;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  left: auto;
}

body.profile2-page .header-menu .iconsMenu,
body.dashboard-page .header-menu .iconsMenu,
body.feed-page .header-menu .iconsMenu,
body.console-list-page .header-menu .iconsMenu {
  position: static;
  right: auto;
  top: auto;
  display: flex !important;
  align-items: center;
  gap: 0.375rem;
  cursor: default;
}

body.profile2-page .header-menu .iconsMenu .iconBtn,
body.dashboard-page .header-menu .iconsMenu .iconBtn,
body.feed-page .header-menu .iconsMenu .iconBtn,
body.console-list-page .header-menu .iconsMenu .iconBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
}

body.profile2-page .header-menu .iconsNotification,
body.dashboard-page .header-menu .iconsNotification,
body.feed-page .header-menu .iconsNotification,
body.console-list-page .header-menu .iconsNotification,
body.profile2-page .header-menu .iconsMessage,
body.dashboard-page .header-menu .iconsMessage,
body.feed-page .header-menu .iconsMessage,
body.console-list-page .header-menu .iconsMessage,
body.profile2-page .header-menu .iconsfav,
body.dashboard-page .header-menu .iconsfav,
body.feed-page .header-menu .iconsfav,
body.console-list-page .header-menu .iconsfav,
body.profile2-page .header-menu .iconsFeed,
body.dashboard-page .header-menu .iconsFeed,
body.feed-page .header-menu .iconsFeed,
body.console-list-page .header-menu .iconsFeed {
  width: 2rem;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.profile2-page .header-menu .iconsMenu img,
body.dashboard-page .header-menu .iconsMenu img,
body.feed-page .header-menu .iconsMenu img,
body.console-list-page .header-menu .iconsMenu img {
  display: block;
  width: 2rem;
  height: 2rem;
}

body.profile2-page .header-menu #profilePhoto,
body.dashboard-page .header-menu #profilePhoto,
body.feed-page .header-menu #profilePhoto,
body.console-list-page .header-menu #profilePhoto {
  position: static;
  right: auto;
  top: auto;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  box-sizing: border-box;
}

body.profile2-page .header-menu a.icon,
body.dashboard-page .header-menu a.icon,
body.feed-page .header-menu a.icon,
body.console-list-page .header-menu a.icon {
  position: static;
  right: auto;
  top: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
}

body.profile2-page .makeRequestShell,
body.dashboard-page .makeRequestShell,
body.feed-page .makeRequestShell,
body.console-list-page .makeRequestShell {
  position: static;
  left: auto;
  max-width: 100%;
}

body.profile2-page .makeRequest,
body.dashboard-page .makeRequest,
body.feed-page .makeRequest,
body.console-list-page .makeRequest {
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  z-index: auto !important;
}

body.profile2-page .makeRequest:hover,
body.dashboard-page .makeRequest:hover,
body.feed-page .makeRequest:hover,
body.console-list-page .makeRequest:hover {
  background: transparent;
}

body.profile2-page .makeRequest a.requestBtn,
body.dashboard-page .makeRequest a.requestBtn,
body.feed-page .makeRequest a.requestBtn,
body.console-list-page .makeRequest a.requestBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: var(--sda-text-sm, 0.875rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: none;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.15s ease, border-color 0.15s ease;
}

body.profile2-page .makeRequest .requestMenuIcon,
body.dashboard-page .makeRequest .requestMenuIcon,
body.feed-page .makeRequest .requestMenuIcon,
body.console-list-page .makeRequest .requestMenuIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

body.profile2-page .makeRequest .requestMenuIcon img,
body.dashboard-page .makeRequest .requestMenuIcon img,
body.feed-page .makeRequest .requestMenuIcon img,
body.console-list-page .makeRequest .requestMenuIcon img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  object-fit: contain;
}

body.profile2-page .makeRequest a.requestBtn:hover,
body.dashboard-page .makeRequest a.requestBtn:hover,
body.feed-page .makeRequest a.requestBtn:hover,
body.console-list-page .makeRequest a.requestBtn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.48);
  filter: none;
  box-shadow: none;
}

body.profile2-page .requestHeaderText,
body.dashboard-page .requestHeaderText,
body.feed-page .requestHeaderText,
body.console-list-page .requestHeaderText {
  position: static;
  display: inline;
  margin: 0;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

@media (max-width: 634px) {
  body.profile2-page .makeRequest a.requestBtn,
  body.dashboard-page .makeRequest a.requestBtn,
  body.feed-page .makeRequest a.requestBtn,
  body.console-list-page .makeRequest a.requestBtn {
    width: 2.75rem;
    min-width: 2.75rem;
    padding: 0;
    gap: 0;
  }

  body.profile2-page .requestHeaderText,
  body.dashboard-page .requestHeaderText,
  body.feed-page .requestHeaderText,
  body.console-list-page .requestHeaderText {
    display: none;
  }
}

.profile2-page.profile2-loading .loading,
.feed-page.profile2-loading .loading,
body.profile2-loading .loading {
  display: none !important;
}

.profile2-page .profile2-loading-shell {
  display: none !important;
}

.profile2-page.profile2-loading .profile2,
.profile2-page.profile2-loading .profile2-bg,
.profile2-page.profile2-loading .section.profile,
.profile2-page.profile2-loading #userFeed,
.profile2-page.profile2-loading #userProfile,
.profile2-page.profile2-loading .gallery-shell,
.profile2-page.profile2-loading .profile-menu,
.profile2-page.profile2-loading .profile2-posts-heading,
.profile2-page.profile2-loading .profile2-info-heading,
.profile2-page.profile2-loading .profile2-gallery-heading {
  display: none !important;
  visibility: hidden !important;
}

.profile2-profile-loader {
  display: none;
  position: fixed;
  top: var(--profile2-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--profile2-header-gap) + 0.75rem) 1rem 2rem;
  background: var(--profile2-bg);
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}

.profile2-page.profile2-loading .profile2-profile-loader {
  display: flex;
}

.profile2-page.profile2-not-found .profile2-profile-loader {
  display: none !important;
}

.profile2-profile-loader-hero {
  height: clamp(4.25rem, 28vw, 5.5rem);
  background: var(--profile2-hero-gradient);
  opacity: 0.72;
}

.profile2-profile-loader-spinner {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
}

.profile2-profile-loader-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--profile2-soft-gradient);
}

.profile2-profile-loader-ring {
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid rgba(255, 36, 132, 0.12);
  border-top-color: var(--profile2-accent);
  border-radius: 50%;
  animation: profile2-profile-loader-spin 0.85s linear infinite;
}

@keyframes profile2-profile-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.profile2-profile-loader-card {
  --profile2-loader-avatar: clamp(4.25rem, 34vw, 5rem);
  width: min(100%, var(--profile2-loader-max));
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
}

.profile2-profile-loader-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 1.35rem;
  margin-top: calc(var(--profile2-loader-avatar) * -0.5);
}

.profile2-profile-loader-avatar {
  width: var(--profile2-loader-avatar);
  height: var(--profile2-loader-avatar);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--profile2-card);
  background: linear-gradient(90deg, #e8eaee 0%, #f3f4f6 50%, #e8eaee 100%);
  background-size: 200% 100%;
  animation: profile2-loader-shimmer 1.35s ease-in-out infinite;
}

.profile2-profile-loader-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  margin-top: 0.85rem;
}

.profile2-profile-loader-line {
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8eaee 0%, #f3f4f6 50%, #e8eaee 100%);
  background-size: 200% 100%;
  animation: profile2-loader-shimmer 1.35s ease-in-out infinite;
}

.profile2-profile-loader-line--title {
  width: 58%;
  height: 1.1rem;
  animation-delay: 0.08s;
}

.profile2-profile-loader-line--username {
  width: 42%;
  animation-delay: 0.16s;
}

.profile2-profile-loader-line--stats {
  width: 68%;
  height: 0.65rem;
  animation-delay: 0.24s;
}

@keyframes profile2-loader-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.profile2-page .profile2-not-found {
  display: none;
  max-width: 36rem;
  margin: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 2.5rem) auto 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.profile2-page.profile2-not-found .profile2-not-found {
  display: flex;
  justify-content: center;
}

.profile2-page.profile2-not-found .profile2,
.profile2-page.profile2-not-found #userFeed,
.profile2-page.profile2-not-found #userProfile,
.profile2-page.profile2-not-found .gallery-shell,
.profile2-page.profile2-not-found .profile2-bg {
  display: none !important;
}

.profile2-page .profile2-disabled {
  display: none;
  max-width: 36rem;
  margin: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 2.5rem) auto 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.profile2-page.profile2-disabled-profile .profile2-disabled {
  display: flex;
  justify-content: center;
}

.profile2-page.profile2-disabled-profile .profile2,
.profile2-page.profile2-disabled-profile #userFeed,
.profile2-page.profile2-disabled-profile #userProfile,
.profile2-page.profile2-disabled-profile .gallery-shell,
.profile2-page.profile2-disabled-profile .profile2-bg,
.profile2-page.profile2-disabled-profile .profile-menu {
  display: none !important;
}

.profile2-not-found-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  min-height: 18rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
}

.profile2-not-found-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--profile2-soft-gradient);
  color: var(--profile2-accent);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.profile2-not-found-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--profile2-text);
}

.profile2-page.profile2-not-found .profile2-not-found-title,
.profile2-page.profile2-disabled-profile .profile2-not-found-title {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.25;
}

.profile2-not-found-text {
  max-width: 28rem;
  margin: 0 0 1.25rem;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.5;
  color: var(--profile2-muted);
}

.profile2-not-found-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 11rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: var(--profile2-text);
  color: #fff;
  font-size: var(--sda-text-base, 1rem);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease;
}

.profile2-not-found-link:hover {
  background: #000;
  color: #fff;
}

.profile2-page .section,
.profile2-page .section.profile {
  background: transparent !important;
  background-image: none !important;
  padding: calc(var(--profile2-header-height) + var(--profile2-header-gap)) 0 32px !important;
}

.profile2-page {
  background: var(--profile2-bg);
}

.profile2,
.profile2-bg {
  display: none;
}

.profile2-bg {
  background: transparent;
  color: var(--profile2-text);
  padding: 0;
}

.profile2-page .profile2.container,
.profile2-page #userFeed,
.profile2-page #userProfile,
.profile2-page .gallery-shell,
.profile2-page > .stealth-toolbar {
  width: var(--profile2-rail-width);
  max-width: var(--profile2-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

.profile2-card {
  position: relative;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
  overflow: visible;
}

.profile2-hero {
  height: 112px;
  border-radius: calc(var(--profile2-radius) - 1px) calc(var(--profile2-radius) - 1px) 0 0;
  background: var(--profile2-hero-gradient);
}

.profile2 .box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 0 1.25rem 1.25rem;
  margin-top: -3.5rem;
  text-align: center;
}

.profile2 .box .b1 {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.profile2 .box .b2 {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.profile2 .box .b3 {
  display: none;
}

.profile2 .profilePhoto {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 0 4px var(--profile2-card), 0 8px 24px rgba(17, 24, 39, 0.16);
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile2 .profilePhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile2-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}

.profile2 .displayname {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

.profile2 .displayname h2 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-page .displayname h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.profile2-username-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 4px 0 0;
}

.profile2-flag {
  font-size: 1.625rem;
  line-height: 1;
}

.profile2-page .profile2-flag {
  font-size: 1.625rem !important;
}

.profile2 .username {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--profile2-muted);
  text-align: center;
}

.profile2-page .profile2 .username {
  font-size: 18px !important;
}

.profile2 .lastseen {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--profile2-muted);
  text-align: center;
}

.profile2 .profile-stats {
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 12px 0 0;
  text-align: center;
}

.profile2 .profile-stats-posts,
.profile2 .profile-stats-followers,
.profile2 .profile-stats-following {
  display: inline-flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 0 1rem;
  margin: 0;
  border-right: 1px solid var(--profile2-border);
}

.profile2 .profile-stats-followers,
.profile2 .profile-stats-following {
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.profile2 .profile-stats-followers:hover,
.profile2 .profile-stats-following:hover {
  opacity: 0.82;
}

.profile2 .profile-stats-following {
  border-right: 0;
}

.profile2-stat-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--profile2-text);
  line-height: 1.1;
}

.profile2-stat-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--profile2-muted);
  text-transform: lowercase;
}

.profile2-page .profile2 .profile-stats {
  margin-top: 12px;
}

.profile2-page .profile2-stat-value {
  font-size: 22px !important;
}

.profile2-page .profile2-stat-label {
  font-size: 14px !important;
}

.profile2-ctrls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.profile2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.profile2-page .sendTip,
.profile2-page .requestDateV2,
.profile2-page .profileMessage,
.profile2-page .followButton,
.profile2-page .interestedButton {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  margin: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  position: static;
  width: auto;
  min-width: 0;
  height: auto;
  text-align: center;
  text-transform: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.profile2-page .sendTip {
  padding-left: 34px;
  color: #fff;
  border: 1px solid transparent;
  background-color: var(--profile2-green);
  background-image: url("../images/icons/tip.svg");
  background-size: 1.125rem;
  background-position: 0.75rem center;
  background-repeat: no-repeat;
}

.profile2-page .sendTip:hover {
  background-color: var(--profile2-green-hover);
}

.profile2-page .requestDateV2 {
  color: #fff;
  background: var(--profile2-text);
  border: 1px solid var(--profile2-text);
}

.profile2-page .requestDateV2:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.profile2-page .profileMessage {
  color: #fff;
  background: var(--profile2-cyan);
  border: 1px solid var(--profile2-cyan);
}

.profile2-page .profileMessage.is-visible {
  display: inline-flex !important;
}

.profile2-page .profileMessage:hover {
  color: #fff !important;
  background: #19b3c4 !important;
  border-color: #19b3c4 !important;
}

.profile2-page .follow-shell {
  display: inline-flex;
  height: auto;
}

.profile2-page .interested-shell {
  display: none;
  position: relative;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: auto;
}

.profile2-page .interested-shell .interestedLoadr {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  border-width: 3px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.profile2-page .interested-shell.is-loading .interestedButton {
  visibility: hidden;
  pointer-events: none;
}

.profile2-page .interested-shell.is-loading .interestedLoadr {
  display: block;
}

.profile2-page .interested-shell.is-sent #interested-user.interestedButton,
.profile2-page .interested-shell.is-sent .interestedLoadr {
  display: none !important;
}

.profile2-page .interested-shell .interestedStatus {
  display: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--profile2-green);
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  white-space: nowrap;
}

.profile2-page .interested-shell.is-sent .interestedStatus {
  display: inline-flex !important;
}

.profile2-page .followButton {
  color: var(--profile2-text);
  background: #fff;
  border: 1px solid var(--profile2-border);
}

.profile2-page .followButton:hover,
.profile2-page .followAdd:hover {
  color: #fff;
  background: var(--profile2-text);
  border-color: var(--profile2-text);
}

.profile2-page .following {
  color: #fff;
  background: var(--profile2-accent);
  border: 1px solid var(--profile2-accent);
}

.profile2-page #follow-user.followButton,
.profile2-page .follow-shell .followButton {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 118px;
  min-width: 118px;
  height: 44px;
  min-height: 44px;
  padding: 0 12px;
}

.profile2-page .favourite-shell {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.profile2-page .favouriteLoadr {
  display: none;
  position: absolute;
  inset: 0;
  margin: auto;
}

.profile2-page .favouriteButton {
  box-sizing: border-box;
  flex: 0 0 auto;
  min-width: 118px;
  min-height: 44px;
  padding: 0 16px;
  color: var(--profile2-text);
  background: #fff;
  border: 1px solid var(--profile2-border);
  cursor: pointer;
}

.profile2-page .favouriteButton:hover {
  color: #fff;
  background: var(--profile2-accent);
  border-color: var(--profile2-accent);
}

.profile2-page .favouriteButton.is-favourited {
  color: #fff;
  background: var(--profile2-accent);
  border-color: var(--profile2-accent);
}

.profile2-page .favouriteDisable {
  opacity: 0.45;
  pointer-events: none;
}

.profile2-page .followDisable,
.profile2-page .interestedDisable {
  opacity: 0.45;
  pointer-events: none;
}

.profile2-page #interested-user.interestedButton {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 44px !important;
  height: auto !important;
  padding: 0 16px !important;
  color: var(--profile2-text);
  background: #fff;
  border: 1px solid var(--profile2-border) !important;
  border-radius: 999px;
}

.profile2-page #interested-user.interestedButton:hover {
  border-color: var(--profile2-accent) !important;
  color: var(--profile2-accent);
  background: #fff;
}

.profile2-page #interested-user .interestedTick {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0 !important;
  border-radius: 50%;
  background: var(--profile2-green);
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1;
}

.profile2-page #interested-user .interestedText {
  display: inline !important;
  padding: 0 !important;
  line-height: 1.2;
  white-space: nowrap;
}

.profile2-page .editButton {
  float: none;
  display: none;
  min-height: 2rem;
  padding: 0 0.875rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 2rem;
  color: var(--profile2-text);
  background: #fff;
  border: 1px solid var(--profile2-border);
}

.profile2 .utls {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.profile2-page .profile2 .share,
.profile2-page .profile2 .gallery {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  margin: 0;
  border-radius: 999px;
  border: 1px solid var(--profile2-border);
  background: #fff;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--profile2-text);
}

.profile2-page .profile2 .share:hover,
.profile2-page .profile2 .gallery:hover {
  border-color: var(--profile2-accent);
  color: var(--profile2-accent);
}

.profile2-page .profile2 .share img,
.profile2-page .profile2 .gallery img {
  width: 1rem;
  height: 1rem;
}

.profile2 .share-popup {
  border-radius: 12px;
  box-shadow: var(--profile2-shadow);
}

.profile2 .profile-status-v2 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--profile2-text);
  text-align: center;
}

.profile2 .profile-status-v2:empty {
  display: none;
}

.profile2-page .profile2 .profilePhoto {
  width: 7.5rem !important;
  height: 7.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: none !important;
}

.profile2-page .profile2 .profile-status-v2:not(:empty) {
  display: block !important;
  margin-top: 8px;
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: var(--profile2-text);
}

.profile2-page .profile2-menu.profile-menu {
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 6px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 18px 18px;
  height: auto !important;
  line-height: normal !important;
  text-align: center;
  background: transparent !important;
  box-shadow: none !important;
  border-top: 1px solid var(--profile2-border);
  box-sizing: border-box;
}

.profile2-page .profile2-menu.profile-menu.profile2-menu-open {
  display: flex !important;
}

.profile2-page .profile2-menu .profile2-menu-link {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.profile2-page .profile2-menu .profile-menu-btn {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 40px !important;
  height: auto !important;
  padding: 8px 6px !important;
  margin: 0 !important;
  border: 1px solid var(--profile2-border) !important;
  border-top: 1px solid var(--profile2-border) !important;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15 !important;
  white-space: nowrap;
  overflow: visible;
  color: var(--profile2-muted);
  background: #fff;
  cursor: pointer;
}

.profile2-page .profile2-menu .profile-menu-enabled {
  color: var(--profile2-tab-active-text);
  background: var(--profile2-tab-active-bg);
  border-color: var(--profile2-tab-active-bg) !important;
  border-top-color: var(--profile2-tab-active-bg) !important;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.14);
}

.profile2-page .addMenuBar.profile2-menu {
  position: fixed;
  top: 77px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 999;
  width: min(calc(var(--profile2-rail-width) - 2rem), var(--profile2-max));
  max-width: var(--profile2-max);
  margin: 0;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid var(--profile2-border);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(17, 24, 39, 0.08);
}

.profile2-page .addMenuBar.profile2-menu .profile-menu-btn {
  min-height: 40px !important;
  background: #fff;
  border-color: var(--profile2-border) !important;
}

.profile2-page .addMenuBar.profile2-menu .profile-menu-enabled {
  color: var(--profile2-tab-active-text);
  background: var(--profile2-tab-active-bg);
  border-color: var(--profile2-tab-active-bg) !important;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.14);
}

.profile2-page .profile2-section-title {
  scroll-margin-top: calc(var(--profile2-header-height) + var(--profile2-header-gap));
}

.profile2-page #userFeed,
.profile2-page #userProfile,
.profile2-page .gallery-shell {
  display: block;
}

.profile2-page #userFeed {
  margin-top: 1rem;
  background-color: transparent;
}

.profile2-page #userFeed.wall {
  padding-bottom: 0;
}

.profile2-page .payment-block {
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
}

.profile2-page .sendTipPayment {
  float: none;
  width: auto;
  min-width: 9rem;
  margin: 1rem 0 0;
  border-radius: 999px;
  background-color: var(--profile2-text);
  background-position: 0.75rem center;
}

.profile2-page .requestDateV2,
.profile2-page .sendTip,
.profile2-page .follow-shell,
.profile2-page .favourite-shell,
.profile2-page .profileMessage {
  margin-top: 0 !important;
}

.profile2-page .followButton:hover {
  background: var(--profile2-text) !important;
  color: #fff !important;
}

.profile2-page .payment-block {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid var(--profile2-border);
}

.profile2 .utls {
  position: relative;
}

.profile2-page .profile2 .share-popup {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 20;
  padding: 0.65rem 0.75rem;
  background: #fff;
  border: 1px solid var(--profile2-border);
  border-radius: 12px;
  box-shadow: var(--profile2-shadow);
  white-space: nowrap;
}

.profile2-page .profile2 .share-popup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.15rem;
  border-radius: 50%;
  color: var(--profile2-text);
  text-decoration: none;
}

.profile2-page .profile2 .share-popup a:hover {
  background: rgba(255, 36, 132, 0.08);
  color: var(--profile2-accent);
}

.profile2-page .profile2 .share-close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: var(--profile2-text);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

.profile2-page #userFeed.profile2-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  margin-top: 1rem;
  padding: 2rem 1.25rem;
  color: var(--profile2-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.profile2-page .gallery-shell {
  display: none;
  margin-top: 0;
  text-align: left;
  background: transparent;
  border: none;
  box-shadow: none;
}

.profile2-page .gallery-shell.profile2-has-gallery {
  display: block;
  margin-top: 1rem;
}

.profile2-page .gallery-shell.profile2-has-gallery .photo-shell {
  display: block;
  padding: 1.25rem;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
}

.profile2-page #userProfile {
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.profile2-page #userProfile .profile2-info-panel {
  margin: 0;
  padding: 1.25rem;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
}

.profile2-page .profile2-posts-heading,
.profile2-page .profile2-info-heading,
.profile2-page .profile2-gallery-heading {
  margin: 0 0 1rem;
  float: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--profile2-text);
  text-align: left;
}

.profile2-page .photo-block {
  column-gap: 0.75rem;
}

.profile2-page .photo-block img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
}

.profile2-page .lg-outer .lg-img-wrap {
  border-radius: var(--profile2-radius);
  overflow: hidden;
}

.profile2-page .lg-outer .lg-image,
.profile2-page .lg-outer .lg-object.lg-image {
  border-radius: var(--profile2-radius);
}

.profile2-page .posts-shell.profile2-empty {
  padding: 2rem 0;
  color: var(--profile2-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.profile2-page.profile2-unconfirmed-profile .profile2.container {
  max-width: var(--profile2-unconfirmed-max);
}

.profile2-page.profile2-unconfirmed-profile .profile2-unconfirmed {
  width: 100%;
  margin: 1rem 0 0;
  padding: 0;
  color: var(--profile2-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.profile2-page.profile2-unconfirmed-profile .profile-stats,
.profile2-page.profile2-unconfirmed-profile .lastseen,
.profile2-page.profile2-unconfirmed-profile .profile2 .profile-status-v2 {
  display: none !important;
}

.profile2-page.profile2-unconfirmed-profile .profile2-card .box {
  gap: 1rem;
  padding: 0 1.5rem 2.25rem;
}

.profile2-page.profile2-unconfirmed-profile .profile2-card .b2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.25rem;
}

.profile2-page.profile2-unconfirmed-profile .profile2-username-row,
.profile2-page.profile2-unconfirmed-profile .profile2 .username {
  margin: 0;
}

.profile2-page.profile2-unconfirmed-profile .profile2-menu,
.profile2-page.profile2-unconfirmed-profile .profile-menu.profile2-menu-open,
.profile2-page.profile2-unconfirmed-profile .addMenuBar.profile2-menu {
  display: none !important;
}

.profile2-page.profile2-unconfirmed-profile #userFeed {
  display: none !important;
}

.profile2-page.profile2-unconfirmed-profile .gallery-shell {
  display: none !important;
}

.profile2-page.profile2-unconfirmed-profile .profile2-posts-heading,
.profile2-page.profile2-unconfirmed-profile .profile2-info-heading {
  display: none !important;
}

.profile2-page.profile2-unconfirmed-profile #userProfile {
  display: none !important;
}

.profile2-page #userProfile .profilev1 {
  display: none !important;
}

.profile2-page #profileData {
  padding-top: 0;
}

.profile2-page #profileData table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.profile2-page #profileData tr {
  display: table-row;
}

.profile2-page #profileData th,
.profile2-page #profileData td {
  display: table-cell;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--profile2-border);
  vertical-align: top;
}

.profile2-page #profileData td:first-child {
  width: 38%;
  color: var(--profile2-muted);
  font-weight: 600;
}

.profile2-page #profileData td:last-child {
  text-align: right;
}

.profile2-info-value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

.profile2-info-flag {
  font-size: 1.125rem;
  line-height: 1;
}

.profile2-page .posts-shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.profile2-page .posts-shell .post-shell {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1rem;
}

.profile2-page .posts-shell .post,
.profile2-page .posts-shell > div {
  border-radius: var(--profile2-radius);
}

.profile2-page .posts-shell .post-block {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  box-sizing: border-box;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
  overflow: hidden;
}

.profile2-page .posts-shell .post-comments-panel {
  display: none;
}

.profile2-page .posts-shell .post-comments-inline {
  display: none;
}

@media (min-width: 768px) {
  .profile2 .profilePhoto,
  .profile2-page .profile2 .profilePhoto {
    width: 8.5rem !important;
    height: 8.5rem !important;
  }

  .profile2-page .profile2 .profile-status-v2 {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .profile2-hero {
    height: 96px;
  }

  .profile2 .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -3rem;
  }

  .profile2-top-row,
  .profile2 .displayname,
  .profile2-username-row,
  .profile2 .username,
  .profile2 .profile-status-v2,
  .profile2 .lastseen,
  .profile2 .profile-stats {
    text-align: center;
    justify-content: center;
  }

  .profile2 .profile-stats-posts,
  .profile2 .profile-stats-followers,
  .profile2 .profile-stats-following {
    align-items: center;
    padding: 0 0.75rem;
  }
  .profile2-actions,
  .profile2 .utls {
    justify-content: center;
  }

  .profile2-page .profile2-menu .profile-menu-btn {
    min-height: 40px !important;
    padding: 8px 10px !important;
    font-size: 13px;
  }

  .profile2-page #interested-user.interestedButton {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 14px;
  }

  .profile2-page #interested-user .interestedText {
    white-space: normal;
  }

  .profile2-page .interested-shell.is-sent {
    flex: 1 1 100%;
    justify-content: center;
  }

  .profile2-page .interested-shell.is-sent .interestedStatus {
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

}

.feed-page.profile2-loading .section.dashboard.feed {
  display: none !important;
  visibility: hidden !important;
}

.profile2-auth-page {
  background: var(--profile2-bg);
}

.profile2-auth {
  max-width: 36rem;
  margin: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 2rem) auto 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.profile2-auth-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
  box-sizing: border-box;
}

.profile2-auth-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--profile2-soft-gradient);
  color: var(--profile2-accent);
}

.profile2-auth-lock {
  width: 2rem;
  height: 2rem;
}

.profile2-auth-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--profile2-text);
}

.profile2-auth-lead {
  max-width: 28rem;
  margin: 0 0 1.25rem;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.5;
  color: var(--profile2-muted);
}

.profile2-auth-form {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.profile2-auth-field {
  display: block;
  margin-bottom: 1rem;
}

.profile2-auth-label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: var(--sda-text-md, 1.0625rem);
  font-weight: 600;
  color: var(--profile2-text);
}

.profile2-auth-input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--profile2-border);
  border-radius: 12px;
  background: var(--profile2-card);
  color: var(--profile2-text);
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.5;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.profile2-auth-input::placeholder {
  color: #9ca3af;
}

.profile2-auth-input:focus {
  border-color: var(--profile2-accent);
  box-shadow: 0 0 0 3px rgba(255, 36, 132, 0.12);
}

.profile2-auth-input--error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.profile2-auth-remember {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.25rem 0 0;
  color: var(--profile2-muted);
  font-size: var(--sda-text-sm, 0.875rem);
}

.profile2-auth-remember label {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}

.profile2-auth-remember input[type="checkbox"]#remember_me {
  width: auto;
  margin: 0;
  accent-color: var(--profile2-accent);
  cursor: pointer;
  flex-shrink: 0;
}

.profile2-auth-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.5rem;
}

.profile2-auth-page .profile2-auth-btn,
.profile2-auth-page input.profile2-auth-btn {
  width: 100%;
  min-height: 2.75rem;
  margin: 0 !important;
  padding: 0 1.5rem;
  border-radius: 999px !important;
  font-size: var(--sda-text-base, 1rem) !important;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none !important;
  letter-spacing: normal;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.profile2-auth-page #login.profile2-auth-btn-primary {
  border: none !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
}

.profile2-auth-page #login.profile2-auth-btn-primary:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-auth-page #register.profile2-auth-btn-secondary {
  border: 1px solid var(--profile2-border) !important;
  background: var(--profile2-card) !important;
  color: var(--profile2-text) !important;
}

.profile2-auth-page #register.profile2-auth-btn-secondary:hover {
  background: var(--profile2-bg) !important;
  color: var(--profile2-text) !important;
}

.profile2-auth-forgot {
  margin: 1.25rem 0 0;
  text-align: center;
}

.profile2-auth-forgot a {
  color: var(--profile2-muted);
  font-size: var(--sda-text-sm, 0.875rem);
  text-decoration: none;
  transition: color 0.15s ease;
}

.profile2-auth-forgot a:hover {
  color: var(--profile2-accent);
}

@media (max-width: 640px) {
  .profile2-auth {
    margin-top: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 1.25rem);
  }

  .profile2-auth-card {
    padding: 2rem 1.25rem 1.75rem;
  }

  .profile2-register-password-grid,
  .profile2-contact-grid {
    grid-template-columns: 1fr;
  }

  .profile2-register-type-grid {
    grid-template-columns: 1fr;
  }

  .profile2-register-nav {
    grid-template-columns: 1fr;
  }
}

.profile2-content-page {
  background: var(--profile2-bg);
}

.profile2-content {
  max-width: var(--profile2-max);
  margin: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 2rem) auto 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.profile2-content-card {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 2.5rem 2.75rem 2rem;
  text-align: center;
  background: var(--profile2-card);
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  box-shadow: var(--profile2-shadow);
  box-sizing: border-box;
}

.profile2-content-title {
  margin: 0 0 0.5rem;
  font-size: clamp(2.25rem, 5vw, 2.625rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--profile2-text);
}

.profile2-content-lead {
  max-width: 32rem;
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--profile2-muted);
}

.profile2-content-card--legal .profile2-content-title,
.profile2-content-card--legal .profile2-content-lead {
  text-align: center;
}

.profile2-legal-prose {
  text-align: left;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.6;
  color: var(--profile2-text);
}

.profile2-legal-prose p {
  margin: 0 0 1rem;
}

.profile2-legal-prose ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.profile2-legal-prose ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.profile2-legal-prose li {
  margin-bottom: 0.5rem;
}

.profile2-legal-prose li:last-child {
  margin-bottom: 0;
}

.profile2-legal-prose a {
  color: var(--profile2-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.profile2-legal-prose strong {
  font-weight: 600;
}

.profile2-legal-prose h2,
.profile2-legal-prose h3 {
  margin: 2rem 0 0.75rem;
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-legal-prose h2 {
  font-size: var(--sda-heading-4, 1.25rem);
}

.profile2-legal-prose h3 {
  font-size: var(--sda-text-base, 1rem);
}

.profile2-legal-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.profile2-legal-prose ul li {
  margin-bottom: 0.375rem;
}

.profile2-legal-table {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.profile2-legal-table th,
.profile2-legal-table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--profile2-border);
}

.profile2-legal-table th {
  font-weight: 600;
  background: var(--profile2-bg);
}

.profile2-legal-updated {
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: var(--profile2-muted);
}

.profile2-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.profile2-about-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--profile2-border);
  border-radius: 14px;
  background: var(--profile2-bg);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

.profile2-about-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.profile2-content-card--about .profile2-content-title,
.profile2-content-card--about .profile2-content-lead {
  text-align: center;
}

.profile2-content-card--about {
  text-align: left;
}

.profile2-about-intro {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.6;
  color: var(--profile2-muted);
}

.profile2-about-steps {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.profile2-about-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  background: var(--profile2-bg);
}

.profile2-about-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--profile2-soft-gradient);
  color: var(--profile2-accent);
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.profile2-about-step-title {
  margin: 0 0 0.375rem;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-about-step-text {
  margin: 0;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.55;
  color: var(--profile2-muted);
}

.profile2-about-section-title {
  margin: 0 0 1.25rem;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  color: var(--profile2-text);
  text-align: center;
}

.profile2-about-shot figcaption {
  padding: 0.875rem 1rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--profile2-muted);
  text-align: left;
}

.profile2-about-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.5rem 0;
}

.profile2-about-role {
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--profile2-border);
  border-radius: var(--profile2-radius);
  background: var(--profile2-card);
}

.profile2-about-role-title {
  margin: 0 0 0.5rem;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-about-role-text {
  margin: 0;
  font-size: var(--sda-text-base, 1rem);
  line-height: 1.55;
  color: var(--profile2-muted);
}

.profile2-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.profile2-about-link-secondary {
  background: transparent;
  color: var(--profile2-text);
  border: 1px solid var(--profile2-border);
}

.profile2-about-link-secondary:hover {
  background: var(--profile2-bg);
  color: var(--profile2-text);
}

.profile2-register-page .profile2-register-card {
  max-width: 36rem;
}

.profile2-register-page .profile2-register-stepper {
  display: none;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.profile2-register-stepper.profile2-register-stepper-visible {
  display: block;
}

.profile2-register-stepper-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.profile2-register-stepper-dot {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--profile2-accent-soft-a18);
  border: none;
  box-sizing: border-box;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.profile2-register-stepper-dot.is-current {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--profile2-accent);
  box-shadow: 0 0 0 4px var(--profile2-accent-soft-a18);
}

.profile2-register-stepper-dot.is-complete {
  background: var(--profile2-accent-soft);
}

.profile2-register-stepper-line {
  flex: 1 1 0;
  min-width: 0.5rem;
  height: 3px;
  margin: 0 0.375rem;
  background: var(--profile2-accent-soft-a18);
  border-radius: 999px;
  transition: background 0.2s ease;
}

.profile2-register-stepper-line.is-complete {
  background: var(--profile2-accent-soft);
}

.profile2-contact-page .profile2-auth {
  max-width: 50rem;
}

.profile2-contact-page .profile2-contact-card {
  max-width: 50rem;
  padding: 2rem 1.5rem;
}

.profile2-contact-page .profile2-auth-title {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}

.profile2-contact-page .profile2-auth-lead {
  max-width: 32rem;
  font-size: var(--sda-text-base, 1rem);
}

.profile2-contact-page .profile2-contact-subtitle {
  font-size: var(--sda-heading-4, 1.25rem);
}

.profile2-contact-page .profile2-contact-link {
  font-size: var(--sda-text-base, 1rem);
}

.profile2-contact-page .profile2-auth-label {
  font-size: var(--sda-text-md, 1.0625rem);
}

.profile2-contact-page .profile2-auth-input {
  font-size: var(--sda-text-base, 1rem);
}

.profile2-contact-page .profile2-auth-btn {
  font-size: var(--sda-text-base, 1rem);
}

.profile2-contact-page .profile2-contact-success-title {
  font-size: var(--sda-heading-4, 1.25rem);
}

.profile2-contact-page .profile2-contact-success-text {
  font-size: var(--sda-text-base, 1rem);
}

.profile2-register-step {
  width: 100%;
}

.profile2-register-page #dobView,
.profile2-register-page #telView,
.profile2-register-page #locationView,
.profile2-register-page #usernameView,
.profile2-register-page #emailView,
.profile2-register-page #passwordView,
.profile2-register-page #backView,
.profile2-register-page #nextView,
.profile2-register-page #submitView {
  display: none;
}

.profile2-register-page #typeBtn.profile2-register-type-btn {
  border: 2px solid var(--profile2-border) !important;
  background: var(--profile2-card) !important;
  color: var(--profile2-text) !important;
}

.profile2-register-page #typeBtn.profile2-register-type-btn:hover {
  background: #fff !important;
  color: var(--profile2-text) !important;
}

.profile2-register-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.profile2-register-type-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 11rem;
  margin: 0 !important;
  padding: 1.25rem 1rem;
  border: 2px solid var(--profile2-border) !important;
  border-radius: var(--profile2-radius) !important;
  background: var(--profile2-card) !important;
  color: var(--profile2-text) !important;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.profile2-register-type-btn:hover {
  background: #fff !important;
  color: var(--profile2-text) !important;
  box-shadow: var(--profile2-shadow);
  transform: translateY(-1px);
}

.profile2-register-type-btn-babe:hover {
  border-color: rgba(255, 36, 132, 0.35) !important;
}

.profile2-register-type-btn-daddy:hover {
  border-color: rgba(31, 200, 219, 0.45) !important;
}

.profile2-register-type-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--profile2-soft-gradient);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.profile2-register-type-btn-babe .profile2-register-type-symbol {
  color: var(--profile2-accent);
}

.profile2-register-type-btn-daddy .profile2-register-type-symbol {
  color: var(--profile2-cyan);
}

.profile2-register-type-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--profile2-text);
}

.profile2-register-type-note {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--profile2-muted);
}

.profile2-register-photo-wrap {
  display: none;
  margin-bottom: 1.5rem;
}

.profile2-register-photo-step.profile2-register-step {
  width: 100%;
}

.profile2-register-photo {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid transparent;
  background:
    linear-gradient(var(--profile2-card), var(--profile2-card)) padding-box,
    var(--profile2-soft-gradient) border-box;
  cursor: pointer;
}

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

.profile2-register-page #profileUpload {
  display: none;
}

.profile2-register-password-grid,
.profile2-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.profile2-register-help {
  display: block;
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--profile2-muted);
}

.profile2-register-callout {
  margin: 0 0 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  background: var(--profile2-soft-gradient);
  color: var(--profile2-text);
  font-size: 1rem;
  line-height: 1.45;
}

.profile2-register-page select.profile2-auth-input {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--profile2-muted) 50%),
    linear-gradient(135deg, var(--profile2-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 1.125rem) calc(50% + 0.125rem),
    calc(100% - 0.75rem) calc(50% + 0.125rem);
  background-size: 0.375rem 0.375rem, 0.375rem 0.375rem;
  background-repeat: no-repeat;
}

.profile2-register-page .register-form {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.profile2-register-page .profile2-auth-actions {
  position: static;
  width: 100%;
  margin-top: 1.5rem;
}

.profile2-register-nav {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.5rem;
}

.profile2-register-nav.profile2-register-nav-next-only {
  grid-template-columns: 1fr;
}

.profile2-register-page #backView,
.profile2-register-page #nextView,
.profile2-register-page #submitView {
  position: static !important;
  right: auto !important;
  left: auto !important;
  float: none !important;
  width: 100%;
  margin: 0;
}

.profile2-register-page #registerBackBtn,
.profile2-register-page #nextBtn,
.profile2-register-page #submit {
  display: block;
  width: 100%;
  min-height: 3.625rem;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: normal;
  cursor: pointer;
  font-family: inherit;
}

.profile2-register-page #registerBackBtn {
  border: 1px solid var(--profile2-border) !important;
  background: var(--profile2-card) !important;
  color: var(--profile2-text) !important;
}

.profile2-register-page #registerBackBtn:hover {
  background: var(--profile2-bg) !important;
  color: var(--profile2-text) !important;
}

.profile2-register-page #nextBtn,
.profile2-register-page #submit {
  border: none !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
}

.profile2-register-page #nextBtn:hover,
.profile2-register-page #submit:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-register-page.profile2-register-step-active .profile2-auth-icon {
  display: none;
}

.profile2-register-page.profile2-register-step-active .profile2-auth-title {
  margin-top: 0;
}

.profile2-register-page .profile2-register-step:not(#typeView) {
  display: none;
  margin-bottom: 0.25rem;
}

.profile2-register-page .profile2-register-step .profile2-auth-field {
  margin-bottom: 0;
}

.profile2-register-page .register-form .profile2-auth-input {
  border: 1px solid var(--profile2-border) !important;
  color: var(--profile2-text) !important;
  background: var(--profile2-card) !important;
}

.profile2-register-page .register-form .profile2-auth-input::placeholder {
  color: var(--profile2-muted);
  opacity: 1;
}

.profile2-register-photo-step {
  text-align: center;
}

.profile2-register-photo-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.profile2-register-photo-field .profile2-auth-label {
  align-self: stretch;
  text-align: left;
}

.profile2-register-photo-field .profile2-register-help {
  margin-top: 0;
}

.profile2-register-page #profile.profile2-register-photo-step {
  display: none;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.profile2-register-page #profile.profile2-register-photo-step[style*="block"] {
  display: block !important;
}

.profile2-register-photo.profile2-register-photo--error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.profile2-register-page #profile-container:focus-visible {
  outline: 2px solid var(--profile2-accent);
  outline-offset: 4px;
}

.profile2-contact-page #mailer {
  border: none !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
}

.profile2-contact-page #mailer:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-register-reset {
  display: none;
  max-width: 36rem;
  margin: 1rem auto 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
}

.profile2-register-reset a {
  color: var(--profile2-muted);
  font-size: 1.0625rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

.profile2-register-reset a:hover {
  color: var(--profile2-accent);
}

.profile2-auth-textarea {
  min-height: 10rem;
  resize: vertical;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.profile2-contact-subtitle {
  margin: 0 0 1rem;
  font-size: var(--sda-heading-4, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--profile2-text);
  text-align: left;
}

.profile2-contact-social {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--profile2-border);
}

.profile2-contact-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-height: 3.25rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--profile2-border);
  border-radius: 12px;
  background: var(--profile2-bg);
  color: var(--profile2-text);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.profile2-contact-link:last-child {
  margin-bottom: 0;
}

.profile2-contact-link:hover {
  background: #fff;
  border-color: rgba(255, 36, 132, 0.24);
  color: var(--profile2-text);
}

.profile2-contact-link img {
  flex-shrink: 0;
}

.profile2-contact-page .profile2-contact-link img {
  width: 2rem;
  height: 2rem;
}

.profile2-contact-form-wrap {
  width: 100%;
  text-align: left;
}

.profile2-contact-success {
  display: none;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1rem;
  border-radius: 12px;
  background: var(--profile2-soft-gradient);
  text-align: center;
}

.profile2-contact-success-title {
  margin: 0 0 0.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-contact-success-text {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--profile2-muted);
}

@media (max-width: 900px) {
  .profile2-about-grid {
    grid-template-columns: 1fr;
  }

  .profile2-about-roles {
    grid-template-columns: 1fr;
  }

  .profile2-content-card {
    padding: 2rem 1.25rem 1.75rem;
  }

  .profile2-legal-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.profile2-page .notificationBar {
  position: fixed;
  top: var(--profile2-header-height);
  left: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
  margin-top: 0;
  padding: 0.875rem 1.25rem;
  background: #fff;
  color: var(--profile2-text);
  border-bottom: 1px solid rgba(255, 36, 132, 0.18);
  box-shadow: 0 8px 24px rgba(255, 36, 132, 0.08);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.profile2-page .notificationBar .resend-shell {
  display: inline-block;
  margin-left: 0.5rem;
}

.profile2-page .notificationBar .resend {
  margin: 0;
  padding: 0.375rem 0.875rem;
  border: 1px solid var(--profile2-border);
  border-radius: 999px;
  background: var(--profile2-card);
  color: var(--profile2-text);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  width: auto;
  height: auto;
  cursor: pointer;
}

.profile2-page .notificationBar .resend:hover {
  background: var(--profile2-bg);
}

.profile2-welcome-page.profile2-has-notification-bar .profile2-auth {
  margin-top: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 3.75rem);
}

.profile2-account-page.profile2-has-notification-bar .profile2-account {
  margin-top: calc(var(--profile2-header-height) + var(--profile2-header-gap) + 3.75rem + 1.5rem);
}

.profile2-welcome-card {
  max-width: 36rem;
}

.profile2-welcome-photo {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  background: var(--profile2-soft-gradient);
}

.profile2-welcome-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--profile2-card);
}

.profile2-welcome-title {
  text-transform: none;
}

.profile2-welcome-title #username {
  text-transform: none;
  color: var(--profile2-accent);
}

.profile2-welcome-lead {
  margin-bottom: 2rem;
}

.profile2-welcome-actions {
  width: 100%;
}

.profile2-welcome-page #editprofile {
  display: block;
  width: 100%;
  min-height: 2.75rem;
  margin: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  background: var(--profile2-text) !important;
  color: #fff !important;
  font-size: var(--sda-text-base, 1rem);
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: normal;
  cursor: pointer;
  font-family: inherit;
}

.profile2-welcome-page #editprofile:hover {
  background: #000 !important;
  color: #fff !important;
}

.profile2-welcome-page .footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.profile2-page .notifications .sda-toast,
.profile2-page .notifications [id="notification_message"] {
  left: 0 !important;
  right: 0 !important;
  width: max-content !important;
  max-width: min(calc(100vw - 2rem), 28rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none;
}

.profile2-follow-sheet {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.profile2-follow-sheet[hidden] {
  display: none !important;
}

.profile2-follow-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.45);
}

.profile2-follow-sheet-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--profile2-max);
  max-height: min(72vh, 520px);
  overflow: hidden;
  background: var(--profile2-card);
  border-radius: var(--profile2-radius) var(--profile2-radius) 0 0;
  box-shadow: var(--profile2-shadow);
}

.profile2-follow-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--profile2-border);
}

.profile2-follow-sheet-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--profile2-text);
}

.profile2-follow-sheet-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--profile2-bg);
  color: var(--profile2-text);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.profile2-follow-sheet-loading,
.profile2-follow-sheet-empty {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--profile2-muted);
  font-size: 0.9375rem;
}

.profile2-follow-sheet-list {
  overflow-y: auto;
  padding: 0.5rem 0;
}

.profile2-follow-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 1.25rem;
  color: var(--profile2-text);
  text-decoration: none;
}

.profile2-follow-row:hover {
  background: var(--profile2-bg);
}

.profile2-follow-row-photo {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--profile2-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--profile2-border);
}

.profile2-follow-row-name {
  font-size: 0.9375rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .profile2-follow-sheet {
    align-items: center;
    padding: 1rem;
  }

  .profile2-follow-sheet-panel {
    border-radius: var(--profile2-radius);
    max-height: min(60vh, 480px);
  }
}

.stealth-toolbar {
  font-family: inherit;
  --stealth-bg: #111827;
  --stealth-bg-elevated: #1f2937;
  --stealth-border: rgba(255, 110, 173, 0.42);
  --stealth-text: #f9fafb;
  --stealth-muted: rgba(249, 250, 251, 0.78);
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.stealth-toolbar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--stealth-border);
  background: linear-gradient(135deg, var(--stealth-bg) 0%, #0f172a 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.35);
}

.stealth-toolbar-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 110, 173, 0.28);
  font-size: 1.5rem;
  line-height: 1;
}

.stealth-toolbar-body {
  flex: 1 1 auto;
  min-width: 0;
}

.stealth-toolbar-title {
  display: block;
  margin: 0 0 4px;
  font-size: var(--sda-text-md, 1.0625rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--stealth-text);
}

.stealth-toolbar-text {
  display: block;
  margin: 0;
  font-size: var(--sda-text-sm, 0.875rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--stealth-muted);
}

.stealth-toolbar-btn {
  flex-shrink: 0;
  margin: 0;
  padding: 0.55rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--stealth-text);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.stealth-toolbar-btn:hover,
.stealth-toolbar-btn:focus {
  background: var(--profile2-accent-soft);
  border-color: var(--profile2-accent-soft);
  color: #fff;
  outline: 0;
}

.dashboard-page .stealth-toolbar {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 0 auto var(--profile2-header-gap);
  padding: 0;
  box-sizing: border-box;
}

.feed-page .stealth-toolbar {
  max-width: min(var(--profile2-max), calc(100% - 24px));
  margin: var(--profile2-header-height) auto var(--profile2-header-gap);
  padding: 0 12px;
}

.profile2-page > .stealth-toolbar {
  position: relative;
  z-index: 2;
  margin-top: var(--profile2-header-height);
  margin-bottom: var(--profile2-header-gap);
}

.profile2-page .profile2 > .stealth-toolbar {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
}

.stealth-profile-notice {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.88);
  border: 1px solid rgba(255, 110, 173, 0.45);
  color: #f9fafb;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
}

.profile2-page .profile2-hero .stealth-profile-notice,
.profile2-page .displayname .stealth-profile-notice {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 520px) {
  .stealth-toolbar-inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .stealth-toolbar-btn {
    width: 100%;
    text-align: center;
  }
}
