:root {
  color-scheme: dark;
  --green: #04ff38;
  --pink: #ef3f96;
  --violet: #9d4df5;
  --blue: #3389ff;
  --cyan: #7bf5ff;
  --ink: #f7fbff;
  --muted: rgba(247, 251, 255, 0.68);
  --dark: #080808;
  --panel: rgba(9, 9, 10, 0.82);
  --panel-soft: rgba(255, 255, 255, 0.15);
  --rainbow: linear-gradient(90deg, #ffb4b4, #fff29a, #a9ffb8, #9fefff, #b8a3ff, #ff92d8);
  --button-grad: linear-gradient(90deg, #f33591, #ff3c52, #a849ff);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #010c14;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.reef-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(1, 12, 20, 0.24), rgba(1, 12, 20, 0.38)),
    url("https://images.unsplash.com/photo-1546026423-cc4642628d2b?auto=format&fit=crop&w=2400&q=85");
  background-size: cover;
  background-position: center bottom;
}

.reef-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0 78%, #050505 78% 88%, transparent 88%);
  pointer-events: none;
}

.app-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 70px;
  padding: 10px clamp(14px, 3vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--rainbow);
  color: #1b2330;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.brand,
.nav-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand {
  gap: 8px;
  color: #1387df;
  font-size: 1.45rem;
  font-weight: 900;
  white-space: nowrap;
}

.brand svg {
  color: var(--pink);
  fill: var(--pink);
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-link {
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 8px;
  color: rgba(20, 24, 34, 0.76);
  font-weight: 800;
  white-space: nowrap;
}

.nav-link.active,
.nav-link:hover {
  color: #7f174e;
  background: rgba(255, 255, 255, 0.62);
}

.nav-link svg,
.brand svg {
  width: 25px;
  height: 25px;
  color: #04d63a;
  stroke-width: 3;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.language-button,
.hidden-toggle,
.manager-preview-toggle,
.logout-button {
  border: 0;
  border-radius: 8px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.language-button {
  background: transparent;
  color: #435065;
}

.language-button svg {
  width: 22px;
}

.hidden-toggle {
  background: transparent;
  color: var(--green);
}

.hidden-toggle > svg {
  color: rgba(40, 45, 54, 0.25);
}

.manager-preview-toggle {
  gap: 8px;
  background: rgba(5, 5, 5, 0.85);
  color: var(--green);
  padding: 0 12px;
  box-shadow: 0 0 0 1px rgba(4, 255, 56, 0.22);
}

.manager-preview-toggle strong {
  color: white;
}

.manager-preview-toggle.on {
  background: rgba(4, 255, 56, 0.18);
}

.manager-preview-toggle.on strong {
  color: var(--green);
}

.switch {
  width: 64px;
  height: 34px;
  border-radius: 999px;
  background: #111;
  padding: 4px;
  display: inline-flex;
  align-items: center;
}

.switch b {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #020202;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, background 0.2s;
}

.hidden-toggle.on .switch b {
  transform: translateX(30px);
  background: var(--green);
}

.logout-button {
  color: var(--green);
  background: #050505;
  padding: 0 18px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.language-menu {
  position: fixed;
  top: 74px;
  right: 210px;
  z-index: 30;
  width: 235px;
  max-height: 390px;
  overflow: auto;
  padding: 14px;
  border-radius: 8px;
  background: white;
  color: #353844;
  box-shadow: var(--shadow);
}

.language-menu p {
  margin: 0 0 8px;
  color: #8a8f9b;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

.language-menu button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  text-align: left;
}

.language-menu button svg {
  display: none;
}

.language-menu button.selected {
  background: #fff0f7;
  color: #a52672;
}

.language-menu button.selected svg {
  display: block;
}

.page-wrap {
  min-height: calc(100vh - 70px);
  padding: 38px clamp(16px, 4vw, 60px) 130px;
}

.view {
  display: none;
}

.active-view {
  display: block;
}

.login-shell {
  min-height: calc(100vh - 190px);
  display: grid;
  place-items: center;
}

.login-hero {
  width: min(520px, 100%);
}

.login-panel {
  border-radius: 8px;
  padding: 22px;
  display: grid;
  gap: 14px;
  background: rgba(6, 8, 12, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.login-panel label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-weight: 900;
}

.login-panel input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
}

.secondary-cta,
.provider-grid button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--green);
  background: #050505;
  font-weight: 900;
}

.login-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
}

.login-divider::before,
.login-divider::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.provider-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.login-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.signup-panel {
  gap: 16px;
}

.signup-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.signup-steps span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-weight: 900;
  font-size: 0.78rem;
}

.signup-steps span.active {
  color: #061006;
  background: var(--rainbow);
}

.signup-step {
  display: grid;
  gap: 14px;
}

.terms-scroll {
  max-height: 52vh;
  overflow: auto;
  padding-right: 10px;
  line-height: 1.5;
}

.compact-terms {
  max-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.terms-scroll h2 {
  margin: 0 0 10px;
  color: #fff;
}

.terms-scroll ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.terms-scroll p,
.terms-scroll li {
  color: rgba(255, 255, 255, 0.82);
}

.terms-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: #fff;
}

.login-panel .terms-check input {
  width: auto;
  margin-top: 3px;
}

.signup-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signup-choice-grid button {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  gap: 8px;
  font-weight: 900;
}

.signup-choice-grid button:hover {
  transform: translateY(-1px);
  border-color: rgba(4, 255, 56, 0.42);
}

.secure-return-status {
  border-radius: 8px;
  padding: 14px;
  display: grid;
  gap: 5px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.secure-return-status strong {
  color: var(--green);
}

.secure-return-status span {
  color: rgba(255, 255, 255, 0.76);
}

.secure-return-status.approved {
  background: rgba(4, 255, 56, 0.12);
  border-color: rgba(4, 255, 56, 0.32);
}

.terms-page {
  max-width: 900px;
}

.provider-login-panel {
  gap: 16px;
}

.text-back-button {
  justify-self: start;
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  color: var(--green);
  background: rgba(0, 0, 0, 0.68);
  padding: 0 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.provider-badge {
  justify-self: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #050505;
  color: var(--green);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(4, 255, 56, 0.22);
}

.google-identity-mount {
  justify-self: center;
  min-height: 44px;
  display: grid;
  place-items: center;
}

.provider-setup-notice {
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.provider-setup-notice strong {
  display: block;
  color: var(--green);
  margin-bottom: 6px;
}

.provider-setup-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.compact-heading h1 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.narrow,
.admin-wrap,
.profile-panel,
.profile-preview-card {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.account-gate,
.youth-wrap {
  display: grid;
  gap: 18px;
}

.mode-grid,
.secure-check-grid,
.youth-status-grid,
.youth-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mode-card,
.secure-verification-panel,
.secure-check-grid article,
.youth-status-grid article,
.youth-tools article,
.youth-boundary-box,
.safety-lock-list {
  border-radius: 8px;
  padding: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.mode-card {
  display: grid;
  gap: 12px;
}

.signin-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mode-card svg,
.youth-tools svg,
.youth-boundary-box svg {
  color: var(--green);
}

.mode-card h2,
.youth-tools h2,
.youth-boundary-box h2 {
  margin: 0;
  color: var(--green);
}

.mode-card p,
.youth-tools p,
.youth-boundary-box p,
.safety-lock-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.signin-row button,
.secure-check-grid button,
.mode-card button,
.youth-tools button,
.youth-boundary-box button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--button-grad);
  color: white;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.secure-verification-panel {
  display: grid;
  gap: 16px;
}

.secure-verification-panel h2,
.secure-check-grid h3 {
  margin: 0;
  color: white;
}

.secure-verification-panel p,
.secure-check-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.secure-check-grid svg {
  color: var(--green);
}

.secure-note {
  border-radius: 8px;
  background: rgba(4, 255, 56, 0.08);
  border: 1px solid rgba(4, 255, 56, 0.22);
  padding: 12px;
}

.youth-tools article {
  display: grid;
  gap: 10px;
}

.youth-tools button {
  justify-self: start;
  padding: 0 14px;
}

.mode-card.youth {
  border: 1px solid rgba(4, 255, 56, 0.28);
}

.safety-lock-list {
  display: grid;
  gap: 10px;
}

.safety-lock-list strong {
  color: var(--green);
}

.youth-status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.youth-status-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
}

.youth-status-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--green);
}

.youth-boundary-box {
  display: grid;
  gap: 12px;
}

.youth-profile-grid,
.youth-activity-panel,
.youth-profile-card {
  display: grid;
  gap: 14px;
}

.youth-profile-card,
.youth-activity-panel,
.youth-message-panel,
.youth-live-card,
.youth-peer-card {
  border-radius: 8px;
  padding: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.youth-profile-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.youth-profile-card-clean {
  gap: 16px;
}

.youth-profile-card label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-weight: 900;
}

.youth-profile-card fieldset {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.youth-profile-card legend {
  color: var(--green);
  font-weight: 900;
  margin-bottom: 10px;
}

.youth-verify-summary,
.youth-profile-section {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  padding: 14px;
}

.youth-verify-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.youth-verify-summary strong,
.youth-verify-summary span {
  display: block;
}

.youth-verify-summary strong {
  color: var(--green);
  font-size: 1rem;
}

.youth-verify-summary span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.youth-verify-summary button {
  border: 0;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--green);
  background: #050505;
  font-weight: 900;
}

.youth-profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.youth-media-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 14px;
  align-items: start;
}

.youth-school-photo {
  border-radius: 8px;
  border: 1px solid rgba(4, 255, 56, 0.22);
  background: rgba(0, 0, 0, 0.34);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.youth-school-photo img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.youth-school-photo strong,
.youth-school-photo span {
  display: block;
}

.youth-school-photo strong {
  color: var(--green);
}

.youth-school-photo span,
.youth-media-status {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  font-size: 0.86rem;
}

.youth-media-upload-list {
  display: grid;
  gap: 10px;
}

.youth-media-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.youth-media-strip img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.youth-mini-player {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.38);
  padding: 10px;
}

.youth-mini-player video,
.youth-mini-player audio {
  display: block;
  width: 100%;
}

.youth-mini-player video {
  min-height: 150px;
  border-radius: 8px;
  background: #050505;
}

.youth-media-status {
  margin: 0;
}

.youth-profile-card input,
.youth-profile-card select,
.youth-profile-card textarea,
.youth-message-actions input,
.youth-activity-panel input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.youth-profile-preview {
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.youth-profile-preview span,
.youth-profile-preview strong {
  display: block;
}

.youth-profile-preview span {
  color: var(--green);
  font-size: 1.3rem;
  font-weight: 900;
}

.youth-profile-preview strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.youth-profile-preview p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.youth-activity-grid,
.youth-choice-grid,
.youth-peer-grid,
.youth-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.youth-activity-grid.compact,
.youth-choice-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.youth-activity-option {
  min-height: 52px;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.youth-profile-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.youth-profile-chip-group span {
  width: auto;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 8px;
  color: var(--green);
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.8rem;
}

.youth-peer-card {
  display: grid;
  gap: 8px;
}

.youth-peer-card h2,
.youth-live-card h2 {
  margin: 0;
  color: var(--green);
}

.youth-peer-card p,
.youth-peer-card small,
.youth-live-card p {
  color: rgba(255, 255, 255, 0.68);
}

.youth-peer-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.youth-peer-card b {
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--green);
  background: rgba(4, 255, 56, 0.11);
}

.youth-peer-card button,
.youth-message-actions button,
.youth-live-card button {
  border: 0;
  border-radius: 8px;
  min-height: 40px;
  padding: 0 12px;
  color: white;
  background: var(--button-grad);
  font-weight: 900;
}

.youth-message-panel {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 14px;
}

#youthContactList {
  display: grid;
  gap: 8px;
}

#youthContactList button {
  border: 0;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

#youthContactList button.active {
  color: var(--green);
  box-shadow: inset 0 0 0 1px rgba(4, 255, 56, 0.5);
}

#youthContactList span,
#youthContactList small {
  display: block;
}

.youth-thread {
  min-height: 260px;
  border-radius: 8px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.32);
  display: grid;
  align-content: end;
  gap: 10px;
}

.youth-message-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 8px;
}

.youth-live-card span {
  color: #ff9aa8;
  font-weight: 900;
}

.manager-preview-banner {
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  background: rgba(4, 255, 56, 0.12);
  border: 1px solid rgba(4, 255, 56, 0.28);
  box-shadow: var(--shadow);
}

.super-likes {
  text-align: center;
  color: rgba(255, 255, 255, 0.43);
  margin: 0 0 18px;
  font-weight: 800;
}

.super-likes strong {
  color: #4b6dff;
}

.swipe-card {
  width: min(486px, 96vw);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #282828;
  box-shadow: var(--shadow);
  position: relative;
}

.swipe-photo {
  min-height: 545px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.swipe-photo::after,
.match-photo::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

.info-chip {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  display: grid;
  place-items: center;
}

.info-chip.small {
  top: 12px;
  left: 12px;
  right: auto;
  width: 34px;
  height: 34px;
}

.profile-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
}

.profile-overlay h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 2px 12px #000;
}

.profile-overlay p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.86);
}

.online-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  background: #ff3b55;
  margin-left: 6px;
}

.zodiac-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zodiac-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 0.86rem;
  font-weight: 800;
}

.zodiac-row span:nth-child(1) {
  color: #e6b8ff;
}

.zodiac-row span:nth-child(2) {
  color: #ffb47c;
}

.swipe-actions {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.swipe-actions button {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #090909;
}

.swipe-actions .pass {
  color: #ff4f62;
  border: 2px solid #ff4f62;
}

.swipe-actions .super {
  color: white;
  border: 0;
  background: var(--blue);
}

.swipe-actions .like {
  color: white;
  border: 0;
  background: var(--pink);
}

.view-heading {
  margin-bottom: 24px;
}

.view-heading h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: white;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.view-heading h1 svg {
  color: var(--pink);
  fill: var(--pink);
}

.view-heading p {
  color: var(--muted);
  margin: 6px 0 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(270px, 1fr));
  gap: 22px;
}

.card-grid.two {
  align-items: start;
}

.match-card {
  overflow: hidden;
  border-radius: 8px;
  background: #e7ebef;
  color: #101217;
  box-shadow: var(--shadow);
}

.match-photo {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.match-photo > .online-dot {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

.match-photo > div:last-child {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: white;
}

.match-photo h2 {
  margin: 0 0 4px;
  font-size: 1.45rem;
}

.match-photo p {
  margin: 0;
}

.match-body {
  padding: 18px;
}

.match-body .zodiac-row span {
  color: var(--green);
  background: #0c0c0c;
}

.match-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.match-actions button,
.pink-button,
.wide-cta,
.green-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.match-actions button:first-child,
.pink-button,
.wide-cta {
  color: white;
  background: var(--button-grad);
}

.dark-link {
  color: var(--green);
  background: #0b0b0c;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-note {
  margin: 12px 0 0;
  text-align: center;
  color: #7c808a;
}

.search-bar {
  min-height: 52px;
  border-radius: 8px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--rainbow);
  color: var(--green);
  margin-bottom: 24px;
}

.search-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--green);
  background: transparent;
}

.search-bar input::placeholder {
  color: rgba(4, 255, 56, 0.72);
}

.conversation-cards {
  display: grid;
  gap: 16px;
}

.conversation-card {
  min-height: 112px;
  border: 0;
  border-radius: 8px;
  padding: 18px;
  background: var(--rainbow);
  color: #1d2330;
  display: grid;
  grid-template-columns: 68px 1fr auto 46px 46px;
  gap: 14px;
  align-items: center;
  position: relative;
  box-shadow: var(--shadow);
}

.conversation-card img,
.chat-top img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.conversation-card .online-dot {
  position: absolute;
  left: 72px;
  bottom: 21px;
}

.conversation-card h2,
.conversation-card p {
  margin: 0;
}

.conversation-card p,
.conversation-card small {
  color: rgba(31, 40, 54, 0.66);
}

.conversation-card b {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: var(--pink);
}

.conversation-card button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #050505;
  color: var(--green);
}

.chat-screen {
  min-height: calc(100vh - 175px);
  margin: -38px calc(clamp(16px, 4vw, 60px) * -1) -40px;
  background: rgba(255, 255, 255, 0.94);
  color: #12151d;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.chat-top {
  min-height: 86px;
  padding: 12px 26px;
  background: var(--rainbow);
  display: flex;
  align-items: center;
  gap: 14px;
}

.chat-top h1 {
  margin: 0;
  font-size: 1.2rem;
}

.chat-top p {
  margin: 3px 0 0;
  color: var(--green);
  font-weight: 800;
}

.icon-only,
.ghost-action,
.round-action,
.send-button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-only {
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--green);
}

.ghost-action {
  margin-left: auto;
  gap: 8px;
  color: rgba(30, 35, 45, 0.34);
  background: transparent;
}

.chat-thread {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: auto;
}

.chat-bubble {
  align-self: flex-end;
  max-width: min(370px, 88%);
  border-radius: 8px;
  padding: 14px;
  color: white;
  background: var(--button-grad);
}

.chat-bubble:not(.me) {
  align-self: flex-start;
}

.chat-bubble img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.chat-bubble a {
  color: white;
  font-weight: 900;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.chat-bubble audio {
  width: 260px;
  max-width: 100%;
}

.chat-bubble small {
  display: block;
  margin-top: 8px;
  opacity: 0.75;
}

.message-dock {
  min-height: 72px;
  padding: 12px clamp(14px, 3vw, 42px);
  background: var(--rainbow);
  display: flex;
  align-items: center;
  gap: 10px;
}

.round-action,
.send-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #050505;
  color: var(--green);
}

.round-action.light {
  background: #f4f8ff;
  color: #596174;
}

.message-dock input {
  min-width: 0;
  flex: 1;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #8873b8;
  color: var(--green);
  background: rgba(255, 255, 255, 0.22);
  padding: 0 14px;
}

.send-button {
  background: rgba(157, 77, 245, 0.35);
  color: #7b2fe6;
}

.tabs,
.admin-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
  padding: 5px;
  border-radius: 8px;
  background: #181818;
}

.tabs button,
.admin-tabs button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--green);
  font-weight: 900;
}

.tabs button.active,
.admin-tabs button.active {
  background: #050505;
}

.live-layout {
  position: relative;
}

.pink-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 22px;
}

.live-card {
  width: min(440px, 100%);
  height: 280px;
  border-radius: 8px;
  background: #050505;
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  align-content: space-between;
}

.live-meta {
  display: flex;
  justify-content: space-between;
}

.live-meta span {
  color: white;
  background: #9f1e28;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 900;
}

.live-person {
  display: grid;
  gap: 4px;
  color: white;
}

.avatar-ring {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid white;
  display: block;
  position: relative;
}

.avatar-ring::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid white;
  background: #ff3b55;
}

.premium-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.premium-grid article,
.stats-grid article,
.admin-panel,
.media-panel,
.setup-panel {
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.premium-grid article {
  padding: 24px;
}

.premium-grid svg {
  color: var(--green);
}

.promo-spin-card {
  margin-top: 18px;
  border-radius: 8px;
  background: rgba(12, 14, 18, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
}

.spin-wheel {
  width: 154px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.9);
  background:
    conic-gradient(from 18deg, var(--pink), #ffd36f, var(--green), #67e8f9, #60a5fa, var(--violet), var(--pink));
  display: grid;
  place-items: center;
  color: #071019;
  font-size: 1.4rem;
  font-weight: 1000;
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.24), var(--shadow);
}

.promo-spin-card h2 {
  margin: 4px 0 8px;
  color: white;
}

.promo-spin-card p {
  color: rgba(255, 255, 255, 0.7);
}

.promo-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.promo-metrics article {
  min-height: 76px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.promo-metrics span,
.promo-result {
  color: rgba(255, 255, 255, 0.62);
}

.promo-metrics strong,
.promo-result strong {
  color: var(--green);
}

.promo-actions {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 12px;
  align-items: stretch;
}

.promo-actions .wide-cta {
  margin: 0;
}

.promo-actions button:not(.wide-cta) {
  border-radius: 8px;
  border: 1px solid rgba(4, 255, 56, 0.35);
  color: var(--green);
  background: #050505;
  font-weight: 900;
}

.promo-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.promo-spin-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.promo-admin-box {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 20px;
}

.promo-admin-box h3 {
  margin: 0 0 14px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.admin-toggle {
  align-content: start;
}

.wide-cta {
  width: 100%;
  margin-top: 18px;
}

.profile-panel {
  display: grid;
  grid-template-columns: minmax(280px, 420px);
  justify-content: center;
  gap: 18px;
}

.profile-preview-card {
  position: relative;
  max-width: 720px;
  border-radius: 8px;
  background: rgba(8, 10, 14, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.profile-edit-button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #061018;
  background: var(--green);
  box-shadow: var(--shadow);
}

.profile-preview-hero {
  min-height: 430px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.profile-preview-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78));
}

.profile-preview-hero > div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.profile-preview-hero h1 {
  margin: 0;
  color: white;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.profile-preview-hero p {
  margin: 6px 0 14px;
  color: rgba(255, 255, 255, 0.82);
}

.profile-preview-gallery {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.profile-preview-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.profile-preview-section {
  padding: 8px 24px 18px;
}

.profile-preview-section h2 {
  margin: 0 0 10px;
  color: var(--green);
}

.profile-preview-section p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.profile-preview-grid {
  padding: 0 24px 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-preview-grid article {
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.profile-preview-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.profile-preview-grid strong {
  display: block;
  margin-top: 4px;
  color: white;
}

.profile-preview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-preview-chips span {
  border-radius: 999px;
  background: rgba(4, 255, 56, 0.12);
  border: 1px solid rgba(4, 255, 56, 0.25);
  color: var(--green);
  padding: 6px 10px;
  font-weight: 800;
  font-size: 0.88rem;
}

.media-panel,
.setup-panel {
  padding: 18px;
  background: rgba(17, 18, 22, 0.73);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.media-panel h2,
.setup-panel h2 {
  margin: -18px -18px 14px;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  color: var(--green);
  background: var(--rainbow);
}

.media-panel h3,
.setup-panel legend,
.setup-panel label,
.upload-row span {
  color: var(--green);
}

.media-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.media-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.mock-player {
  min-height: 86px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #050505;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 12px;
}

.mock-player.small {
  min-height: 48px;
  background: rgba(255, 255, 255, 0.9);
  color: #101217;
}

.media-video-frame {
  margin-bottom: 12px;
  border-radius: 8px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.media-video-frame video {
  display: block;
  width: 100%;
  min-height: 320px;
  background: #050505;
}

.media-video-frame.small {
  padding: 10px;
}

.media-video-frame.small span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.media-video-frame.small video {
  min-height: 160px;
}

.audio-row {
  min-height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
}

.audio-row span {
  color: #1f2937;
  font-weight: 800;
}

.audio-row audio {
  width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid label,
.form-grid fieldset {
  display: grid;
  gap: 6px;
  min-width: 0;
  font-size: 0.9rem;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
.admin-panel input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.form-grid fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.form-grid fieldset label {
  display: flex;
  align-items: center;
  color: var(--muted);
}

.form-grid .option-field {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid .option-field legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.form-grid .option-field input {
  width: auto;
  flex: 0 0 auto;
}

.wide {
  grid-column: 1 / -1;
}

.field-note {
  margin: -6px 0 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.locked-input {
  cursor: not-allowed;
  border-color: rgba(4, 255, 56, 0.38) !important;
  background: rgba(4, 255, 56, 0.08) !important;
}

.identity-card {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(4, 255, 56, 0.25);
  background: rgba(0, 0, 0, 0.42);
}

.identity-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.identity-card-header svg {
  color: var(--green);
}

.identity-card-header strong,
.identity-card-header span {
  display: block;
}

.identity-card-header span {
  margin-top: 3px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
}

.identity-upload-grid,
.verification-status-grid,
.admin-verification-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.identity-upload-grid label {
  min-width: 0;
}

.verification-status-grid {
  margin-top: 12px;
}

.verification-status-grid article,
.admin-verification-grid article {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.verification-status-grid span,
.admin-verification-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.verification-status-grid strong,
.admin-verification-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--green);
}

.verification-status-grid small,
.admin-verification-grid p {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.verification-checklist {
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.verification-checklist li + li {
  margin-top: 6px;
}

.security-note {
  margin: 12px 0 0;
  color: #93d4ff;
  font-size: 0.86rem;
  line-height: 1.45;
}

.profile-verification-summary {
  border-radius: 8px;
  border: 1px solid rgba(4, 255, 56, 0.24);
  background: rgba(4, 255, 56, 0.08);
  padding: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.profile-verification-summary svg {
  color: var(--green);
}

.profile-verification-summary strong,
.profile-verification-summary span {
  display: block;
}

.profile-verification-summary strong {
  color: var(--green);
}

.profile-verification-summary span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.upload-row,
.public-link-box,
.toggle-row {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.upload-row button,
.public-link-box button {
  border: 0;
  border-radius: 8px;
  background: #050505;
  color: var(--green);
  padding: 9px 14px;
  cursor: pointer;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.profile-upload-section {
  margin-top: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  padding: 14px;
}

.media-strip.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
}

.mini-player {
  margin-top: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 10px;
  align-items: center;
}

.mini-player video {
  width: 100%;
  min-height: 120px;
  background: #050505;
  border-radius: 8px;
}

.mini-player audio {
  width: 100%;
}

.mini-player button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: #ff4b5f;
}

.public-link-box {
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.public-link-box span {
  overflow-wrap: anywhere;
  color: var(--cyan);
}

.interest-icons {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.interest-icons img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.interest-icons span {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #043959, #1bbdd0, #f671b7);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.dislike-icons span {
  background: linear-gradient(135deg, #35131c, #884048, #23252d);
}

.online-status-row {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 14px;
}

.online-status-row span {
  display: grid;
  gap: 3px;
}

.online-status-row strong {
  color: var(--green);
}

.online-status-row small {
  color: rgba(255, 255, 255, 0.58);
}

.zodiac-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zodiac-results article {
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.zodiac-results span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.zodiac-results strong {
  display: block;
  margin-top: 5px;
  color: var(--green);
}

.zodiac-preferences {
  border: 0;
  padding: 0;
  margin: 0;
}

.zodiac-key {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.zodiac-key span {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.78rem;
  font-weight: 900;
}

.zodiac-key .best {
  color: var(--green);
  background: rgba(4, 255, 56, 0.12);
}

.zodiac-key .neutral {
  color: #93d4ff;
  background: rgba(75, 109, 255, 0.14);
}

.zodiac-key .challenge {
  color: #ff9aa8;
  background: rgba(255, 59, 85, 0.2);
}

#zodiacPreferenceGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zodiac-option {
  min-height: 52px;
  border-radius: 8px;
  padding: 9px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.zodiac-option input {
  grid-row: span 2;
}

.zodiac-option span {
  font-weight: 900;
}

.zodiac-option small {
  color: rgba(255, 255, 255, 0.58);
}

.zodiac-option.best {
  border-color: rgba(4, 255, 56, 0.65);
  background: rgba(4, 255, 56, 0.12);
}

.zodiac-option.same,
.zodiac-option.neutral {
  border-color: rgba(75, 109, 255, 0.55);
  background: rgba(75, 109, 255, 0.1);
}

.zodiac-option.challenge {
  border-color: rgba(255, 59, 85, 0.85);
  background: rgba(255, 59, 85, 0.18);
}

.zodiac-option.challenge span,
.zodiac-option.challenge small {
  color: #ff9aa8;
}

.toggle-row {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--green);
}

.admin-wrap {
  max-width: 1040px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.stats-grid article {
  min-height: 104px;
  padding: 22px;
  position: relative;
}

.stats-grid span {
  color: rgba(255, 255, 255, 0.45);
}

.stats-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: 1.55rem;
}

.stats-grid svg {
  position: absolute;
  right: 22px;
  top: 22px;
  color: var(--green);
}

.admin-tabs {
  grid-template-columns: repeat(9, auto);
  justify-content: start;
  background: white;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}

.admin-tabs button {
  padding: 0 14px;
}

.admin-panel {
  padding: 24px;
}

.admin-panel h2 {
  margin-top: 0;
  color: var(--green);
}

.admin-panel label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-weight: 900;
}

.admin-panel p {
  color: rgba(255, 255, 255, 0.52);
}

.admin-form-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-weight: 900;
}

.admin-form-grid select {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.metric-grid article {
  min-height: 92px;
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.metric-grid span,
.profile-admin-card span {
  color: rgba(255, 255, 255, 0.58);
}

.metric-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 1.5rem;
}

.profile-admin-list,
.admin-feed {
  display: grid;
  gap: 12px;
}

.domain-preview {
  margin: 18px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.domain-preview img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  background: white;
  padding: 8px;
}

.domain-preview p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.domain-status {
  border-radius: 8px;
  border: 1px solid rgba(4, 255, 56, 0.2);
  background: rgba(4, 255, 56, 0.08);
  color: rgba(255, 255, 255, 0.82);
  padding: 14px;
  font-weight: 800;
}

.profile-admin-card {
  min-height: 76px;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-template-columns: 54px 1fr auto auto;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.profile-admin-card img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
}

.profile-admin-card strong {
  display: block;
  color: var(--green);
}

.profile-admin-card button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  color: var(--green);
  background: #050505;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.verification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.verification-actions button {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
  font-weight: 900;
}

.admin-feed p {
  margin: 0;
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.manager-line {
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-wrap: anywhere;
}

.green-button {
  color: #07110b;
  background: var(--green);
  padding: 0 18px;
}

.feedback-wrap {
  width: min(900px, 100%);
  margin: 0 auto;
}

.view-heading.centered {
  text-align: center;
}

.view-heading.centered h1 {
  justify-content: center;
}

.feedback-form,
.feedback-card {
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.feedback-form {
  padding: 24px;
  margin-bottom: 34px;
}

.feedback-form label {
  display: grid;
  gap: 12px;
  color: var(--green);
  font-weight: 900;
}

.feedback-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--green);
  background: #080808;
  padding: 14px;
  resize: vertical;
}

.community-title {
  color: white;
}

.feedback-list {
  display: grid;
  gap: 16px;
}

.feedback-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.feedback-card header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feedback-card header strong,
.feedback-card header span {
  color: var(--green);
}

.feedback-card header span {
  border-radius: 999px;
  background: rgba(4, 255, 56, 0.12);
  padding: 4px 8px;
  font-size: 0.82rem;
}

.feedback-card > p {
  color: rgba(255, 255, 255, 0.62);
}

.manager-response {
  margin-top: 16px;
  padding: 16px;
  border-left: 4px solid var(--violet);
  border-radius: 8px;
  color: #2b2435;
  background: #fff6ff;
}

.manager-response strong {
  color: #7441aa;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.manager-response p {
  color: #2b2435;
  margin-bottom: 0;
}

.manager-reply {
  margin-top: 14px;
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid #8650b4;
  color: #a964dc;
  background: #090909;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-weight: 900;
}

.share-button,
.floating-chat,
.appearance-button {
  position: fixed;
  z-index: 25;
  border: 0;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: var(--shadow);
}

.share-button {
  left: 20px;
  bottom: 58px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.floating-chat {
  right: 24px;
  bottom: 86px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.appearance-button {
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d8ff9a, #7ef6ff);
  color: #1c4154;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.55);
  display: grid;
  place-items: center;
  padding: 18px;
}

.appearance-modal,
.share-modal {
  width: min(540px, 100%);
  border-radius: 8px;
  background: white;
  color: #1d2430;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.appearance-modal header,
.share-modal header {
  min-height: 78px;
  padding: 0 28px;
  border-bottom: 1px solid #d8dce3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appearance-modal h2,
.share-modal h2 {
  margin: 0;
}

.appearance-modal .icon-only,
.share-modal .icon-only {
  color: #89909a;
}

.appearance-tabs {
  padding: 18px 22px 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.appearance-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #6b707b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.appearance-tabs button.active {
  color: white;
  background: var(--button-grad);
}

.appearance-panel p,
.share-modal p {
  margin: 12px 34px 18px;
  color: #6c717d;
  font-size: 1.05rem;
  line-height: 1.5;
}

.share-modal .share-link-status {
  margin-top: 0;
  border-radius: 8px;
  background: #eff6ff;
  color: #1e3a8a;
  padding: 12px 14px;
  font-weight: 800;
}

.share-modal label {
  margin: 0 34px 16px;
  color: #464c58;
  font-weight: 900;
  display: grid;
  gap: 8px;
}

.share-modal input {
  min-height: 46px;
  border: 1px solid #ccd1d8;
  border-radius: 8px;
  padding: 0 12px;
  color: #1d2430;
  background: #f8fafc;
}

.share-qr-panel {
  margin: 0 34px 18px;
  border-radius: 8px;
  border: 1px solid #d9dee6;
  background: #f8fafc;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.share-qr-panel img {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  background: white;
  padding: 8px;
  flex: 0 0 auto;
}

.share-qr-panel span {
  color: #4b5563;
  font-weight: 900;
}

.share-actions {
  margin: 0 34px 34px;
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
}

.share-actions .wide-cta {
  margin: 0;
}

.open-link-button {
  min-height: 44px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--green);
  background: #050505;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.upload-control {
  margin: 0 34px 16px;
  display: block;
  cursor: pointer;
}

.upload-control input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.upload-control span,
.reset-button {
  min-height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  cursor: pointer;
}

.appearance-panel {
  padding-bottom: 1px;
}

.color-grid {
  margin: 0 34px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.color-grid label {
  display: grid;
  gap: 8px;
  color: #464c58;
  font-weight: 900;
}

.color-grid input {
  width: 100%;
  height: 46px;
  border: 1px solid #ccd1d8;
  border-radius: 8px;
  padding: 4px;
  background: white;
}

.rainbow-presets {
  margin: 0 34px 18px;
  display: grid;
  gap: 10px;
}

.rainbow-presets button {
  min-height: 48px;
  border: 1px solid #ccd1d8;
  border-radius: 8px;
  background: white;
  color: #242435;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  font-weight: 900;
}

.rainbow-presets span {
  height: 22px;
  border-radius: 999px;
  background: var(--rainbow);
}

.rainbow-presets [data-rainbow="ocean"] span {
  background: linear-gradient(90deg, #8df7ff, #76ffca, #4ab0ff, #b8a3ff, #ff92d8);
}

.rainbow-presets [data-rainbow="sunset"] span {
  background: linear-gradient(90deg, #ff9f7e, #ffd36f, #ff7bbd, #a849ff, #4b6dff);
}

.upload-control span {
  color: #242435;
  background: var(--button-grad);
}

.reset-button {
  width: calc(100% - 68px);
  margin: 0 34px 34px;
  border: 0;
  color: var(--green);
  background: #070707;
}

.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  z-index: 10;
  background: var(--rainbow);
  color: rgba(25, 30, 40, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 0.88rem;
}

.site-footer a {
  text-decoration: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 72px;
  z-index: 50;
  transform: translateX(-50%) translateY(120px);
  border-radius: 8px;
  padding: 12px 16px;
  background: #050505;
  color: var(--green);
  box-shadow: var(--shadow);
  transition: transform 0.22s;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 8px;
  background: var(--panel);
}

@media (max-width: 1100px) {
  .app-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-tools {
    margin-left: 0;
  }

  .language-menu {
    right: 24px;
  }

  .card-grid,
  .premium-grid,
  .mode-grid,
  .youth-tools,
  .youth-activity-grid,
  .youth-peer-grid,
  .youth-live-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .app-nav {
    gap: 12px;
  }

  .brand span,
  .nav-link span,
  .manager-preview-toggle span,
  .hidden-toggle strong {
    display: none;
  }

  .nav-link {
    padding: 0 9px;
  }

  .logout-button {
    padding: 0 12px;
  }

  .page-wrap {
    padding: 24px 12px 118px;
  }

  .swipe-photo {
    min-height: 470px;
  }

  .card-grid,
  .premium-grid,
  .promo-spin-card,
  .stats-grid,
  .mode-grid,
  .provider-grid,
  .secure-check-grid,
  .youth-status-grid,
  .youth-tools,
  .youth-profile-fields,
  .youth-media-layout,
  .youth-media-strip,
  .youth-profile-card,
  .youth-activity-grid,
  .youth-choice-grid,
  .youth-peer-grid,
  .youth-live-grid,
  .youth-message-panel,
  .form-grid,
  .zodiac-results,
  #zodiacPreferenceGrid,
  .identity-upload-grid,
  .verification-status-grid,
  .admin-verification-grid,
  .profile-preview-grid,
  .profile-preview-gallery {
    grid-template-columns: 1fr;
  }

  .spin-wheel {
    margin: 0 auto;
    width: 132px;
  }

  .promo-metrics,
  .promo-actions,
  .form-grid .option-field,
  .media-strip.compact {
    grid-template-columns: 1fr;
  }

  .youth-message-actions {
    grid-template-columns: 1fr;
  }

  .conversation-card {
    grid-template-columns: 56px 1fr 40px;
  }

  .conversation-card button:last-child,
  .conversation-card b {
    display: none;
  }

  .tabs,
  .admin-tabs {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pink-button {
    position: static;
    margin-bottom: 16px;
  }

  .message-dock {
    flex-wrap: wrap;
  }

  .message-dock input {
    flex-basis: 100%;
    order: -1;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 8px;
  }
}
