@charset "UTF-8";

/*
 * Üyelik ve Kullanıcı Paneli tanıtım sayfası.
 * Tüm seçiciler mp- önekiyle sınırlandırılmıştır; gerçek kayıt ve panel
 * sayfalarının mevcut stillerini değiştirmez.
 */

.mp-body {
  background: #f7f9fc;
}

.mp-body,
.mp-body button,
.mp-body input,
.mp-body select {
  font-family: "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Referans header ölçüleri yalnızca bu sayfada uygulanır. */
@media (min-width: 1280px) {
  html[data-shell-variant="membership-reference"] .ua-shell-header {
    background: #07172f;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-header__desktop {
    width: min(100%, 1536px);
    gap: 24px;
    padding-inline: 16px;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-brand {
    min-width: 190px;
    padding-inline-end: 0;
    border-inline-end: 0;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-nav > ul {
    justify-content: flex-start;
    gap: clamp(18px, 1.65vw, 28px);
  }

  html[data-shell-variant="membership-reference"] .ua-shell-nav__trigger {
    padding-inline: 0;
    font-size: 12px;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-nav__trigger::after {
    inset-inline: 0;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-actions,
  html[data-shell-variant="membership-reference"] .ua-shell-account-slot {
    gap: clamp(16px, 1.4vw, 24px);
  }

  html[data-shell-variant="membership-reference"] .ua-shell-actions > .ua-shell-icon-button {
    display: none;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-ai-button {
    padding-inline: 15px;
  }

  html[data-shell-variant="membership-reference"] .ua-shell-signup {
    min-width: 144px;
    padding-inline: 18px;
    color: #fff;
    background: #155eef;
    box-shadow: 0 5px 16px rgba(21, 94, 239, 0.22);
  }

  html[data-shell-variant="membership-reference"] .ua-shell-signup:hover {
    color: #fff;
    background: #124dcc;
  }
}

.mp-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mp-main {
  min-height: 70vh;
  color: #172033;
  background:
    radial-gradient(circle at 76% 17%, rgba(21, 94, 239, 0.035), transparent 28rem),
    linear-gradient(180deg, #ffffff 0, #f8fafc 100%);
  padding: 10px 0 34px;
}

.mp-main *,
.mp-main *::before,
.mp-main *::after {
  box-sizing: border-box;
}

.mp-main svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-container {
  width: min(100% - 28px, 1492px);
  margin-inline: auto;
}

.mp-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: end;
  gap: 18px;
  min-height: 70px;
  padding: 0 8px 10px 140px;
}

.mp-intro h1 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(1.65rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.mp-intro p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 0.77rem;
  line-height: 1.4;
}

.mp-intro .mp-kicker {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.mp-mobile-preview-title {
  align-self: start;
  padding-top: 11px;
  color: #0b1f3a;
  font-size: 0.77rem;
  text-align: center;
}

.mp-composition {
  display: grid;
  grid-template-columns: minmax(420px, 1.33fr) minmax(350px, 1.07fr) minmax(350px, 1fr) 190px;
  gap: 16px;
  align-items: stretch;
}

.mp-block {
  position: relative;
  min-width: 0;
  border: 1px solid #dce3ec;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.045);
}

.mp-block-heading {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.mp-block-heading h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.mp-block-heading p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 0.66rem;
  line-height: 1.35;
}

.mp-step-badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  color: #fff;
  background: #155eef;
  box-shadow: 0 3px 8px rgba(21, 94, 239, 0.22);
  font-size: 0.8rem;
  font-weight: 800;
}

/* Rol seçimi */
.mp-role-block {
  display: flex;
  flex-direction: column;
  min-height: 746px;
  padding: 10px;
}

.mp-role-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.mp-role-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 154px;
  padding: 11px 6px 24px;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  color: #0b1f3a;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.mp-role-option:hover {
  border-color: #9dbcf9;
  background: #f8fbff;
  transform: translateY(-1px);
}

.mp-role-option:focus-visible,
.mp-subrole-options button:focus-visible,
.mp-primary-cta:focus-visible,
.mp-registration-preview button:focus-visible,
.mp-registration-preview input:focus-visible,
.mp-registration-preview select:focus-visible,
.mp-phone button:focus-visible,
.mp-phone a:focus-visible,
.mp-dashboard-shell a:focus-visible,
.mp-dashboard-shell button:focus-visible {
  outline: 3px solid rgba(21, 94, 239, 0.28);
  outline-offset: 2px;
}

.mp-role-option.is-selected {
  border-color: #155eef;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 0 0 1px #155eef, 0 6px 14px rgba(21, 94, 239, 0.08);
}

.mp-role-option svg {
  width: 29px;
  height: 29px;
  margin-bottom: 8px;
  color: #0b1f3a;
  stroke-width: 1.65;
}

.mp-role-option.is-selected svg {
  color: #155eef;
}

.mp-role-option strong {
  display: block;
  min-height: 30px;
  color: #0b1f3a;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
}

.mp-role-option span {
  display: block;
  margin-top: 7px;
  color: #667085;
  font-size: 0.53rem;
  line-height: 1.45;
}

.mp-role-option i {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #c9d1dc;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.mp-role-option.is-selected i::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #155eef;
}

.mp-subrole {
  margin-top: 9px;
  padding: 8px 10px;
  border: 1px solid #bcd0fa;
  border-radius: 8px;
  background: #f4f8ff;
}

.mp-subrole p {
  margin: 0 0 6px;
  color: #344054;
  font-size: 0.62rem;
  font-weight: 700;
}

.mp-subrole-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mp-subrole-options button {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #b8c5d3;
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  cursor: pointer;
}

.mp-subrole-options button.is-selected {
  border-color: #155eef;
  color: #fff;
  background: #155eef;
}

.mp-primary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(255px, 80%);
  min-height: 38px;
  margin: 20px auto 0;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0661f7);
  box-shadow: 0 8px 18px rgba(21, 94, 239, 0.2);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mp-primary-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(21, 94, 239, 0.26);
}

.mp-cta-note {
  margin: 8px 0 0;
  color: #667085;
  font-size: 0.58rem;
  text-align: center;
}

.mp-role-spacer {
  flex: 1 1 auto;
  min-height: 58px;
}

.mp-security-card,
.mp-status-card {
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: #fff;
}

.mp-security-card {
  padding: 11px 13px;
}

.mp-security-card h3,
.mp-status-card h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 0.73rem;
  font-weight: 750;
}

.mp-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-top: 11px;
}

.mp-security-grid > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 0.55rem;
  line-height: 1.45;
}

.mp-security-grid svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: #155eef;
}

.mp-security-grid > div:nth-child(2) svg {
  color: #17a673;
}

.mp-status-card {
  margin-top: 8px;
  padding: 9px 13px;
}

.mp-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.mp-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  padding: 5px 9px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 0.55rem;
  font-weight: 600;
}

.mp-status svg {
  width: 15px;
  height: 15px;
}

.mp-status--success { color: #087a55; border-color: #9ddfc9; background: #e9f8f2; }
.mp-status--pending { color: #9a6700; border-color: #f6d581; background: #fff9e8; }
.mp-status--waiting { color: #b45309; border-color: #f6c76b; background: #fff6e5; }

.mp-info-note {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-top: 8px;
  padding: 7px 10px;
  border: 1px solid #d5dfec;
  border-radius: 7px;
  color: #667085;
  background: #f8fafc;
  font-size: 0.55rem;
  line-height: 1.4;
}

.mp-info-note svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #1e5aa8;
  fill: #1e5aa8;
  stroke: #fff;
}

/* Kayıt ve profil önizlemesi */
.mp-registration-block {
  min-height: 746px;
  padding: 10px 10px 116px;
}

.mp-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 10px 0 8px;
  padding: 0;
  list-style: none;
}

.mp-stepper::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: #cbd5e1;
}

.mp-stepper li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: #344054;
  text-align: center;
}

.mp-stepper li span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #98a2b3;
  border-radius: 50%;
  background: #fff;
  font-size: 0.58rem;
  font-weight: 700;
}

.mp-stepper li b {
  margin-top: 4px;
  font-size: 0.48rem;
  font-weight: 650;
  line-height: 1.2;
}

.mp-stepper li.is-active span {
  border-color: #155eef;
  color: #fff;
  background: #155eef;
}

.mp-stepper li.is-ready span {
  border-color: #17a673;
  color: #087a55;
}

.mp-registration-preview {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(102px, 0.94fr);
  gap: 8px;
  margin: 0;
  padding: 8px;
  border: 1px solid #e1e6ee;
  border-radius: 7px;
  background: #fff;
}

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

.mp-form-fields label,
.mp-verification-panel label,
.mp-upload-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
  margin: 0;
}

.mp-form-fields label > span,
.mp-verification-panel label > span,
.mp-upload-field > span {
  color: #344054;
  font-size: 0.48rem;
  font-weight: 700;
}

.mp-form-fields input,
.mp-form-fields select,
.mp-verification-panel input {
  width: 100%;
  height: 28px;
  min-width: 0;
  padding: 4px 7px;
  border: 1px solid #dce3ec;
  border-radius: 4px;
  color: #344054;
  background: #fbfcfe;
  font-size: 0.52rem;
}

.mp-form-fields select {
  padding-right: 2px;
}

.mp-upload-field button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 42px;
  border: 1px dashed #bdc8d6;
  border-radius: 4px;
  color: #667085;
  background: #fbfcfe;
  font-size: 0.5rem;
  cursor: pointer;
}

.mp-upload-field button:hover {
  border-color: #155eef;
  color: #155eef;
  background: #f4f8ff;
}

.mp-upload-field svg {
  width: 18px;
  height: 18px;
}

.mp-verification-panel {
  padding: 7px;
  border: 1px solid #dce3ec;
  border-radius: 6px;
  background: #fbfcfe;
}

.mp-completion {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  margin-bottom: 9px;
  color: #344054;
  font-size: 0.48rem;
}

.mp-completion strong {
  color: #087a55;
  font-size: 0.62rem;
}

.mp-completion i {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e7ef;
}

.mp-completion i b {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: #17a673;
  transition: width 220ms ease;
}

.mp-verification-panel label {
  margin-top: 7px;
}

.mp-verification-panel label small {
  color: #b45309;
  font-size: 0.43rem;
  font-weight: 600;
}

.mp-verification-panel label button {
  align-self: flex-end;
  min-height: 22px;
  margin-top: 3px;
  padding: 3px 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #155eef;
  font-size: 0.44rem;
  font-weight: 700;
  cursor: pointer;
}

.mp-verification-panel .mp-mini-check {
  display: grid;
  grid-template-columns: 11px 1fr;
  align-items: start;
  gap: 4px;
  color: #344054;
  font-size: 0.43rem;
  line-height: 1.3;
}

.mp-verification-panel .mp-mini-check input {
  width: 11px;
  height: 11px;
  margin: 0;
  accent-color: #155eef;
}

.mp-verification-panel .mp-mini-check em {
  color: #667085;
  font-style: normal;
}

.mp-form-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 8px;
  margin-top: 2px;
}

.mp-form-actions button {
  min-height: 32px;
  border-radius: 4px;
  font-size: 0.57rem;
  font-weight: 700;
  cursor: pointer;
}

.mp-secondary-button {
  border: 1px solid #ccd5e0;
  color: #344054;
  background: #fff;
}

.mp-submit-button {
  border: 1px solid #155eef;
  color: #fff;
  background: #155eef;
  box-shadow: 0 5px 12px rgba(21, 94, 239, 0.17);
}

.mp-form-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
  padding: 8px;
  border: 1px solid #e1e6ee;
  border-radius: 7px;
  color: #667085;
  background: #fff;
  font-size: 0.48rem;
  line-height: 1.4;
}

.mp-live-status {
  margin: 8px 0 0;
  padding: 8px 10px;
  border: 1px solid #a9c5ff;
  border-radius: 6px;
  color: #124dcc;
  background: #eef4ff;
  font-size: 0.56rem;
  font-weight: 650;
  line-height: 1.4;
}

.mp-form-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mp-form-trust svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: #0b1f3a;
}

.mp-register-tools {
  display: grid;
  grid-template-columns: 0.88fr 1.55fr;
  gap: 8px;
  margin-top: 9px;
}

.mp-register-tools > section {
  min-width: 0;
  padding: 8px;
  border: 1px solid #e1e6ee;
  border-radius: 7px;
  background: #fff;
}

.mp-register-tools h3 {
  margin: 0 0 7px;
  color: #344054;
  font-size: 0.58rem;
}

.mp-register-tools ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #667085;
  font-size: 0.46rem;
}

.mp-register-tools li::before {
  content: "○";
  margin-right: 5px;
  color: #98a2b3;
}

.mp-register-tools li.is-done::before {
  content: "✓";
  color: #17a673;
  font-weight: 800;
}

.mp-register-tools > section > a {
  display: inline-block;
  margin-top: 7px;
  color: #155eef;
  font-size: 0.44rem;
  font-weight: 700;
  text-decoration: none;
}

.mp-quick-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  overflow: hidden;
}

.mp-quick-actions a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 56px;
  padding: 5px 2px;
  border-right: 1px solid #e1e6ee;
  color: #0b1f3a;
  font-size: 0.43rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.mp-quick-actions a:last-child {
  border-right: 0;
}

.mp-quick-actions a:hover {
  background: #f4f8ff;
}

.mp-quick-actions svg {
  width: 23px;
  height: 23px;
  margin-bottom: 4px;
  color: #155eef;
}

.mp-other-panels {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: -1px;
  left: -1px;
  width: calc(195% + 16px);
  min-height: 106px;
  padding: 9px;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff, #f5f8fc);
}

.mp-other-panels h3 {
  margin: -2px 0 5px;
  color: #344054;
  font-size: 0.62rem;
  text-align: center;
}

.mp-panel-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.96fr;
  gap: 8px;
}

.mp-panel-strip__item {
  min-width: 0;
  padding: 6px;
  border: 1px solid #bfd2ef;
  border-radius: 6px;
  background: #f5f9ff;
}

.mp-panel-strip__item--provider { border-color: #b7decf; background: #f1faf7; }
.mp-panel-strip__item--student { border-color: #d6caef; background: #f8f5ff; }

.mp-panel-strip__item > strong {
  display: block;
  margin-bottom: 5px;
  color: #1e5aa8;
  font-size: 0.48rem;
}

.mp-panel-strip__item--provider > strong { color: #087a55; }
.mp-panel-strip__item--student > strong { color: #6941c6; }

.mp-panel-strip__item > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}

.mp-panel-strip__item--student > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mp-panel-strip__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 37px;
  padding: 3px;
  border: 1px solid rgba(184, 197, 211, 0.55);
  border-radius: 4px;
  color: #344054;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.4rem;
  line-height: 1.15;
  text-align: center;
}

/* Kişiselleştirilmiş panel */
.mp-dashboard-block {
  min-height: 746px;
  padding: 10px 8px 116px;
}

.mp-dashboard-shell {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  min-height: 470px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #071c3c;
  box-shadow: 0 10px 28px rgba(7, 28, 60, 0.16);
}

.mp-dashboard-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px 5px;
  background: linear-gradient(180deg, #062450, #071c3c);
}

.mp-dashboard-user {
  display: none;
}

.mp-dashboard-sidebar nav {
  display: grid;
  gap: 1px;
}

.mp-dashboard-sidebar nav a,
.mp-dashboard-sidebar nav button {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  padding: 5px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.47rem;
  font-weight: 550;
  text-decoration: none;
}

.mp-dashboard-sidebar nav button {
  width: 100%;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 0.47rem;
  font-weight: 550;
  text-align: start;
  cursor: pointer;
}

.mp-dashboard-sidebar nav a:hover,
.mp-dashboard-sidebar nav button:hover,
.mp-dashboard-sidebar nav a.is-active {
  color: #fff;
  background: #155eef;
}

.mp-dashboard-sidebar nav a svg,
.mp-dashboard-sidebar nav button svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.mp-dashboard-sidebar nav a b {
  display: grid;
  place-items: center;
  min-width: 13px;
  height: 13px;
  margin-left: auto;
  border-radius: 50%;
  color: #fff;
  background: #155eef;
  font-size: 0.38rem;
}

.mp-dashboard-sidebar nav a.is-active b,
.mp-dashboard-sidebar nav a:hover b {
  color: #155eef;
  background: #fff;
}

.mp-dashboard-sidebar > small {
  display: block;
  margin-top: auto;
  padding: 7px 5px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  color: #cbd9eb;
  font-size: 0.39rem;
  line-height: 1.35;
}

.mp-dashboard-content {
  min-width: 0;
  padding: 8px;
  background: #f5f7fb;
}

.mp-dashboard-topbar {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) auto auto auto;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  margin: -8px -8px 8px;
  padding: 6px 8px;
  color: #fff;
  background: #071c3c;
}

.mp-dashboard-topbar > div,
.mp-dashboard-user {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mp-dashboard-sidebar > .mp-dashboard-user {
  display: none;
}

.mp-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #98a2b3;
  background: #e9edf2;
}

.mp-avatar svg {
  width: 27px;
  height: 27px;
  transform: translateY(3px);
}

.mp-dashboard-topbar p,
.mp-dashboard-user p {
  min-width: 0;
  margin: 0;
  color: #dce8f7;
  font-size: 0.44rem;
  line-height: 1.25;
}

.mp-dashboard-topbar p strong,
.mp-dashboard-user p strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 0.62rem;
  text-overflow: ellipsis;
}

.mp-role-switch {
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid #365675;
  border-radius: 4px;
  color: #fff;
  background: #102a4c;
  font-size: 0.45rem;
  cursor: pointer;
}

.mp-dashboard-topbar > a {
  min-height: 27px;
  padding: 6px;
  border: 1px solid #315584;
  border-radius: 4px;
  color: #8eb5ff;
  font-size: 0.43rem;
  text-decoration: none;
}

.mp-dashboard-top-icons {
  display: flex;
  gap: 5px;
}

.mp-dashboard-top-icons a {
  position: relative;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  text-decoration: none;
}

.mp-dashboard-top-icons svg {
  width: 17px;
  height: 17px;
}

.mp-dashboard-top-icons b {
  position: absolute;
  top: -1px;
  right: 0;
  display: grid;
  place-items: center;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  color: #fff;
  background: #e42f3d;
  font-size: 0.34rem;
}

.mp-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
}

.mp-dashboard-kpis article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  min-height: 91px;
  padding: 8px 3px;
  border: 1px solid #dfe5ed;
  border-radius: 5px;
  color: #344054;
  background: #fff;
  text-align: center;
}

.mp-dashboard-kpis svg {
  width: 21px;
  height: 21px;
  margin-bottom: 5px;
  color: #155eef;
}

.mp-dashboard-kpis article:nth-child(3) svg { color: #17a673; }
.mp-dashboard-kpis article:nth-child(4) svg { color: #2e73ff; }
.mp-dashboard-kpis article:nth-child(5) svg { color: #d88708; }

.mp-dashboard-kpis span {
  min-height: 25px;
  font-size: 0.4rem;
  line-height: 1.2;
}

.mp-dashboard-kpis strong {
  margin-top: 5px;
  color: #0b1f3a;
  font-size: 0.9rem;
}

.mp-dashboard-kpis article:first-child strong {
  color: #087a55;
}

.mp-notifications {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  color: #344054;
  background: #fff;
}

.mp-notifications header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  padding: 7px 9px;
  border-bottom: 1px solid #e7ebf1;
}

.mp-notifications h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 0.65rem;
}

.mp-notifications header a {
  color: #155eef;
  font-size: 0.42rem;
  font-weight: 700;
  text-decoration: none;
}

.mp-notifications ul {
  margin: 0;
  padding: 0 9px;
  list-style: none;
}

.mp-notifications li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
}

.mp-notifications li:last-child {
  border-bottom: 0;
}

.mp-notifications li > svg {
  width: 16px;
  height: 16px;
  color: #344054;
}

.mp-notifications li p {
  margin: 0;
  font-size: 0.48rem;
}

.mp-notifications li strong,
.mp-notifications li span {
  display: block;
}

.mp-notifications li strong {
  color: #344054;
  font-weight: 600;
}

.mp-notifications li span {
  margin-top: 3px;
  color: #98a2b3;
  font-size: 0.4rem;
}

/* Telefon önizlemeleri */
.mp-phone-rail {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}

.mp-phone-example h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 5px;
  color: #0b1f3a;
  font-size: 0.64rem;
  font-weight: 700;
}

.mp-phone-example h2 > span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #155eef;
  font-size: 0.55rem;
}

.mp-phone-example h2 b {
  font: inherit;
}

.mp-phone {
  position: relative;
  width: 188px;
  height: 347px;
  padding: 8px;
  border: 3px solid #101828;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 9px 18px rgba(11, 31, 58, 0.2), inset 0 0 0 1px #67768a;
}

.mp-phone__notch {
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 50%;
  width: 54px;
  height: 9px;
  border-radius: 0 0 8px 8px;
  background: #101828;
  transform: translateX(-50%);
}

.mp-phone__screen {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 19px;
  background: #fff;
}

.mp-phone-header,
.mp-phone-account-header {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 11px 8px 5px;
  color: #fff;
  background: #071c3c;
}

.mp-phone-header b {
  margin-right: 5px;
  padding: 2px 3px;
  border-bottom: 1px solid #fff;
  font-size: 0.48rem;
}

.mp-phone-header span {
  font-size: 0.29rem;
  line-height: 1.15;
}

.mp-phone-header i,
.mp-phone-account-header i {
  margin-left: auto;
  font-style: normal;
  font-size: 0.5rem;
}

.mp-phone-body {
  flex: 1;
  padding: 8px 8px 37px;
}

.mp-phone-body > small {
  color: #667085;
  font-size: 0.38rem;
}

.mp-phone-body h3 {
  margin: 5px 0 2px;
  color: #0b1f3a;
  font-size: 0.68rem;
}

.mp-phone-body > p {
  margin: 0 0 7px;
  color: #667085;
  font-size: 0.35rem;
  line-height: 1.4;
}

.mp-phone-roles {
  display: grid;
  gap: 4px;
}

.mp-phone-roles button {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) 11px;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 4px 6px;
  border: 1px solid #dce3ec;
  border-radius: 4px;
  color: #344054;
  background: #fff;
  font-size: 0.39rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.mp-phone-roles button.is-selected {
  border-color: #155eef;
  color: #155eef;
  background: #f6f9ff;
}

.mp-phone-roles svg {
  width: 15px;
  height: 15px;
}

.mp-phone-roles i {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #c5cfdb;
  border-radius: 50%;
}

.mp-phone-roles button.is-selected i::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: #155eef;
}

.mp-phone-body > a {
  display: grid;
  place-items: center;
  min-height: 25px;
  margin-top: 8px;
  border-radius: 3px;
  color: #fff;
  background: #155eef;
  font-size: 0.42rem;
  font-weight: 700;
  text-decoration: none;
}

.mp-phone-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 35px;
  padding: 4px 3px 3px;
  border-top: 1px solid #e1e6ee;
  color: #667085;
  background: #fff;
}

.mp-phone-nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
  font-size: 0.23rem;
  white-space: nowrap;
}

.mp-phone-nav svg {
  width: 12px;
  height: 12px;
}

.mp-phone-nav span.is-active {
  color: #155eef;
}

.mp-phone-account-header {
  justify-content: space-between;
  font-size: 0.62rem;
  font-weight: 700;
}

.mp-phone-account {
  flex: 1;
  padding: 8px 8px 39px;
  color: #344054;
}

.mp-phone-profile {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mp-phone-profile .mp-avatar {
  width: 29px;
  height: 29px;
  border-color: #f5f7fa;
}

.mp-phone-profile p {
  margin: 0;
  color: #0b1f3a;
  font-size: 0.52rem;
  font-weight: 700;
}

.mp-phone-profile small {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 0.34rem;
  font-weight: 500;
}

.mp-phone-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  margin-top: 10px;
  font-size: 0.39rem;
}

.mp-phone-progress b {
  color: #087a55;
}

.mp-phone-progress i {
  grid-column: 1 / -1;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e6ee;
}

.mp-phone-progress em {
  display: block;
  width: 70%;
  height: 100%;
  background: #17a673;
}

.mp-phone-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 8px;
}

.mp-phone-stats span {
  display: flex;
  flex-direction: column;
  min-height: 39px;
  padding: 5px;
  border: 1px solid #e1e6ee;
  border-radius: 4px;
  font-size: 0.32rem;
  line-height: 1.2;
}

.mp-phone-stats b {
  margin-top: auto;
  color: #0b1f3a;
  font-size: 0.58rem;
}

.mp-phone-account section {
  margin-top: 8px;
  padding: 6px;
  border: 1px solid #e1e6ee;
  border-radius: 4px;
}

.mp-phone-account h4 {
  margin: 0 0 5px;
  font-size: 0.4rem;
}

.mp-phone-account section > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
}

.mp-phone-account section span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 37px;
  padding: 4px 2px;
  border-radius: 3px;
  color: #344054;
  background: #f4f7fb;
  font-size: 0.29rem;
  text-align: center;
}

.mp-phone-account section span:nth-child(2) { color: #9a6700; background: #fff8e5; }
.mp-phone-account section span:nth-child(3) { color: #087a55; background: #e9f8f2; }

.mp-phone-account section b {
  margin-top: auto;
  font-size: 0.52rem;
}

/* Alt süreç ve prensipler */
.mp-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 14px;
}

.mp-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  min-height: 85px;
  padding: 10px 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, #082b63, #071c3c);
  box-shadow: 0 10px 24px rgba(7, 28, 60, 0.12);
}

.mp-process > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mp-process > div > svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.4;
}

.mp-process strong {
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.25;
}

.mp-process .mp-process-arrow {
  width: 26px;
  height: 26px;
  color: #cfdae9;
}

.mp-principles {
  min-height: 85px;
  padding: 8px 14px;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: #fff;
}

.mp-principles h2 {
  margin: 0 0 5px;
  color: #0b1f3a;
  font-size: 0.82rem;
}

.mp-principles > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.mp-principles article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 49px;
  padding: 6px;
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  color: #344054;
  background: #fff;
}

.mp-principles article svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: #155eef;
}

.mp-principles article span {
  font-size: 0.5rem;
  line-height: 1.25;
}

/* Büyük masaüstünde referans oranlarını korur. */
@media (min-width: 1280px) and (max-width: 1450px) {
  .mp-container { width: min(100% - 20px, 1420px); }
  .mp-composition { grid-template-columns: minmax(390px, 1.28fr) minmax(330px, 1.05fr) minmax(330px, 1fr) 178px; gap: 12px; }
  .mp-intro { grid-template-columns: minmax(0, 1fr) 178px; padding-left: 118px; }
  .mp-phone { width: 176px; }
  .mp-role-option { padding-inline: 4px; }
  .mp-other-panels { width: calc(193% + 12px); }
}

/* Orta masaüstü ve tablet: içerik iki sütun, mobil ekranlar alta geçer. */
@media (max-width: 1279px) {
  .mp-main { padding-top: 22px; }
  .mp-intro { grid-template-columns: 1fr; min-height: auto; padding: 0 0 18px; }
  .mp-mobile-preview-title { display: none; }
  .mp-composition { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-role-option:last-child { grid-column: 1 / -1; }
  .mp-role-block, .mp-registration-block, .mp-dashboard-block { min-height: auto; }
  .mp-role-spacer { min-height: 42px; }
  .mp-registration-block, .mp-dashboard-block { padding-bottom: 12px; }
  .mp-other-panels { position: static; width: auto; margin: 10px -1px -1px; }
  .mp-dashboard-block { display: flex; flex-direction: column; }
  .mp-dashboard-shell { flex: 1; }
  .mp-phone-rail { grid-column: 1 / -1; grid-template-columns: repeat(2, 188px); justify-content: center; gap: 32px; padding-top: 8px; }
  .mp-bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .mp-container { width: min(100% - 24px, 760px); }
  .mp-composition { grid-template-columns: 1fr; }
  .mp-role-spacer { display: none; }
  .mp-security-card { margin-top: 28px; }
  .mp-phone-rail { grid-column: auto; }
  .mp-process { padding-inline: 14px; }
}

@media (max-width: 680px) {
  .mp-main { padding-top: 18px; padding-bottom: calc(32px + var(--mobile-nav-height, 72px)); }
  .mp-container { width: min(100% - 20px, 520px); }
  .mp-intro h1 { font-size: clamp(1.45rem, 8vw, 1.85rem); }
  .mp-intro p { font-size: 0.83rem; }
  .mp-block { border-radius: 12px; }
  .mp-block-heading h2 { font-size: 1rem; }
  .mp-block-heading p { font-size: 0.72rem; }
  .mp-role-block, .mp-registration-block, .mp-dashboard-block { padding: 14px; }
  .mp-role-grid { display: grid; grid-template-columns: 1fr; gap: 8px; overflow: visible; }
  .mp-role-option:last-child { grid-column: auto; }
  .mp-role-option { display: grid; grid-template-columns: 40px minmax(0, 1fr) 20px; grid-template-rows: auto auto; gap: 2px 10px; align-items: center; min-height: 76px; padding: 10px 12px; text-align: left; }
  .mp-role-option svg { grid-row: 1 / 3; width: 30px; height: 30px; margin: 0; }
  .mp-role-option strong { min-height: 0; font-size: 0.78rem; }
  .mp-role-option span { margin: 0; font-size: 0.63rem; }
  .mp-role-option i { position: relative; left: auto; bottom: auto; grid-column: 3; grid-row: 1 / 3; transform: none; }
  .mp-primary-cta { width: 100%; min-height: 48px; font-size: 0.84rem; }
  .mp-cta-note { font-size: 0.65rem; }
  .mp-security-card { margin-top: 26px; }
  .mp-security-grid { grid-template-columns: 1fr; gap: 11px; }
  .mp-security-grid > div { font-size: 0.68rem; }
  .mp-status-list { display: grid; grid-template-columns: 1fr; }
  .mp-status { font-size: 0.67rem; }
  .mp-info-note { font-size: 0.66rem; }
  .mp-stepper li b { font-size: 0.56rem; }
  .mp-registration-preview { grid-template-columns: 1fr; padding: 10px; }
  .mp-form-fields { grid-template-columns: 1fr; }
  .mp-form-fields label > span, .mp-verification-panel label > span, .mp-upload-field > span { font-size: 0.68rem; }
  .mp-form-fields input, .mp-form-fields select, .mp-verification-panel input { height: 44px; font-size: 0.75rem; }
  .mp-upload-field button { min-height: 56px; font-size: 0.7rem; }
  .mp-verification-panel { padding: 10px; }
  .mp-completion { font-size: 0.65rem; }
  .mp-verification-panel label button { min-height: 36px; font-size: 0.65rem; }
  .mp-verification-panel .mp-mini-check { grid-template-columns: 18px 1fr; font-size: 0.62rem; }
  .mp-verification-panel .mp-mini-check input { width: 18px; height: 18px; }
  .mp-form-actions button { min-height: 46px; font-size: 0.72rem; }
  .mp-form-trust, .mp-register-tools { grid-template-columns: 1fr; }
  .mp-form-trust { font-size: 0.64rem; }
  .mp-register-tools h3 { font-size: 0.75rem; }
  .mp-register-tools ul { font-size: 0.64rem; }
  .mp-register-tools > section > a { font-size: 0.62rem; }
  .mp-quick-actions a { min-height: 76px; font-size: 0.58rem; }
  .mp-panel-strip { grid-template-columns: 1fr; }
  .mp-panel-strip__item > strong { font-size: 0.65rem; }
  .mp-panel-strip__item span { min-height: 46px; font-size: 0.55rem; }
  .mp-dashboard-shell { grid-template-columns: 1fr; }
  .mp-dashboard-sidebar { padding: 8px; }
  .mp-dashboard-user { display: flex; padding: 4px 4px 10px; }
  .mp-dashboard-sidebar > .mp-dashboard-user { display: flex; }
  .mp-dashboard-sidebar nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .mp-dashboard-sidebar nav a,
  .mp-dashboard-sidebar nav button { justify-content: center; min-height: 44px; padding: 5px; font-size: 0.56rem; text-align: center; }
  .mp-dashboard-sidebar nav :is(a, button):nth-child(n+7) { display: none; }
  .mp-dashboard-sidebar > small { display: none; }
  .mp-dashboard-topbar { grid-template-columns: 1fr auto auto; }
  .mp-dashboard-topbar > div { display: none; }
  .mp-dashboard-topbar > a { min-height: 34px; padding: 8px; font-size: 0.56rem; }
  .mp-role-switch { min-height: 34px; font-size: 0.58rem; }
  .mp-dashboard-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .mp-dashboard-kpis article:last-child { grid-column: 1 / -1; }
  .mp-dashboard-kpis span { font-size: 0.55rem; }
  .mp-notifications h3 { font-size: 0.75rem; }
  .mp-notifications li p { font-size: 0.62rem; }
  .mp-phone-rail { grid-template-columns: 1fr; justify-items: center; gap: 18px; }
  .mp-phone-example h2 { font-size: 0.75rem; }
  .mp-phone { transform-origin: top center; }
  .mp-process { grid-template-columns: 1fr; gap: 9px; padding: 14px; }
  .mp-process > div { justify-content: flex-start; min-height: 52px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; }
  .mp-process .mp-process-arrow { width: 22px; height: 22px; margin: -4px auto; transform: rotate(90deg); }
  .mp-process strong { font-size: 0.78rem; }
  .mp-principles { padding: 12px; }
  .mp-principles h2 { font-size: 1rem; }
  .mp-principles > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-principles article:last-child { grid-column: 1 / -1; }
  .mp-principles article { min-height: 62px; }
  .mp-principles article span { font-size: 0.65rem; }
}

@media (max-width: 390px) {
  .mp-container { width: min(100% - 16px, 374px); }
  .mp-role-block, .mp-registration-block, .mp-dashboard-block { padding-inline: 10px; }
  .mp-stepper li b { font-size: 0.49rem; }
  .mp-quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-quick-actions a { border-bottom: 1px solid #e1e6ee; }
  .mp-dashboard-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mp-phone { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .mp-main *, .mp-main *::before, .mp-main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .mp-role-option.is-selected,
  .mp-status,
  .mp-primary-cta,
  .mp-submit-button {
    border: 2px solid ButtonText;
  }
}

/* %100 zoom: üyelik panelinde uzun seçenek yazıları taşmasın */
.mp-main,
.mp-main *,
.mp-dashboard-shell,
.mp-dashboard-sidebar,
.mp-dashboard-main {
  min-width: 0;
}

.mp-main :where(span, p, a, button, label, li, strong, small) {
  max-width: 100%;
  overflow-wrap: anywhere;
}
