/* Generated by scripts/rapid/build-public-styles.mjs. */
:root{
  color-scheme: light;
  --site-max: 1400px;
  --site-gutter: 24px;
  --site-width: min(var(--site-max), calc(100vw - var(--site-gutter) * 2));
  --header-height: 72px;
  --sidebar-width: 280px;
  --sidebar-width-collapsed: 88px;
  --student-nav-width: clamp(196px, 18vw, 224px);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --radius-1: 10px;
  --radius-2: 14px;
  --radius-3: 18px;
  --radius-4: 24px;
  --radius-5: 32px;
  --radius-pill: 999px;
  --font-root: 16px;
  --font-family-sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
  --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --line-height-body: 1.5;
  --mp-text-bump: 1;
  --brand-900: #1b2a44;
  --brand-800: #24365b;
  --brand-700: #3f5ea3;
  --brand-600: #5d7ff4;
  --brand-500: #7fa3ff;
  --brand-50: #f6f8ff;
  --brand-200: #dbe5ff;
  --brand-100: #eef3ff;
  --brand: var(--brand-600);
  --brand-1: var(--brand-700);
  --brand-2: var(--brand-500);
  --student-700: #4e64a8;
  --student-600: #6178d4;
  --student-500: #7b95ff;
  --student-400: #a7b8ff;
  --student-300: #ccd6ff;
  --student-200: #d9e2ff;
  --student-100: #eff3ff;
  --success-700: #256848;
  --success-100: #edf7f1;
  --warning-700: #946319;
  --warning-100: #fff6e7;
  --danger-700: #b43e34;
  --danger-100: #fff1f0;
  --bg-canvas: #f4efe5;
  --bg-canvas-soft: #fbf8f2;
  --bg-panel: #fffdf9;
  --bg-panel-2: #f7f1e8;
  --bg-panel-3: #ece2d3;
  --bg-elevated: rgba(255, 253, 249, 0.96);
  --bg-interactive: linear-gradient(180deg, #fffdf9, #f7f1e8);
  --bg-hover: color-mix(in srgb, var(--brand-100) 40%, var(--bg-panel) 60%);
  --bg-active: color-mix(in srgb, var(--brand-100) 58%, var(--bg-panel-2) 42%);
  --bg-selected: linear-gradient(
    135deg,
    rgba(232, 237, 255, 0.96),
    rgba(248, 243, 234, 0.98)
  );
  --bg-highlight: color-mix(in srgb, var(--brand-100) 54%, var(--bg-panel) 46%);
  --bg-accent-soft: color-mix(
    in srgb,
    var(--brand-100) 54%,
    var(--bg-panel) 46%
  );
  --text-strong: #223047;
  --text-body: #48566d;
  --text-soft: #5f6d84;
  --text-inverse: #f8f9ff;
  --text-disabled: #8f98ac;
  --text-muted: var(--text-body);
  --line-subtle: rgba(55, 66, 99, 0.12);
  --line-default: rgba(55, 66, 99, 0.2);
  --line-strong: rgba(55, 66, 99, 0.34);
  --selected-border: rgba(93, 127, 244, 0.34);
  --focus-ring: rgba(93, 127, 244, 0.22);
  --shadow-sm: 0 8px 18px rgba(15, 18, 34, 0.05);
  --shadow-md: 0 16px 34px rgba(15, 18, 34, 0.1);
  --shadow-lg: 0 28px 66px rgba(15, 18, 34, 0.16);
  --surface-shadow-ui: var(--shadow-sm);
  --card-padding: 20px;
  --control-height: 46px;
  --control-height-sm: 40px;
  --row-padding-y: 12px;
  --row-padding-x: 16px;
  --tile-min-height: 80px;
  --text: var(--text-strong);
  --muted: var(--text-body);
  --ink: var(--text-strong);
  --line: var(--line-default);
  --panel: var(--bg-elevated);
  --panel-strong: var(--bg-panel);
  --bg-page: var(--bg-canvas);
  --bg-soft: var(--bg-canvas-soft);
  --text-on-brand: var(--text-inverse);
  --text-on-light-strong: var(--text-strong);
  --text-on-light-muted: var(--text-body);
  --text-on-light-soft: var(--text-soft);
  --text-on-light-muted-strong: color-mix(
    in srgb,
    var(--text-body) 90%,
    var(--text-strong) 10%
  );
  --text-on-light-soft-strong: color-mix(
    in srgb,
    var(--text-soft) 82%,
    var(--text-strong) 18%
  );
  --text-on-dark-strong: var(--text-inverse);
  --text-on-dark-muted: color-mix(
    in srgb,
    var(--text-inverse) 86%,
    var(--brand-100) 14%
  );
  --text-on-dark-soft: color-mix(
    in srgb,
    var(--text-inverse) 72%,
    var(--brand-100) 28%
  );
  --brand-400: color-mix(in srgb, var(--brand-500) 60%, var(--brand-200) 40%);
  --brand-300: color-mix(in srgb, var(--brand-500) 35%, var(--brand-200) 65%);
  --text-default: var(--text-body);
  --student-800: color-mix(
    in srgb,
    var(--student-700) 82%,
    var(--brand-900) 18%
  );
  --success-500: color-mix(
    in srgb,
    var(--success-700) 62%,
    var(--success-100) 38%
  );
  --success-50: color-mix(in srgb, var(--success-100) 82%, var(--bg-panel) 18%);
  --warning-600: color-mix(
    in srgb,
    var(--warning-700) 82%,
    var(--warning-100) 18%
  );
  --warning-500: color-mix(
    in srgb,
    var(--warning-700) 62%,
    var(--warning-100) 38%
  );
  --warning-50: color-mix(in srgb, var(--warning-100) 82%, var(--bg-panel) 18%);
  --danger-500: color-mix(
    in srgb,
    var(--danger-700) 62%,
    var(--danger-100) 38%
  );
  --accent-strong: var(--brand-700);
}
html[data-appearance="dark"]{
  color-scheme: dark;
  --bg-canvas: #111827;
  --bg-canvas-soft: #182033;
  --bg-panel: #202744;
  --bg-panel-2: #253055;
  --bg-panel-3: #303a60;
  --bg-elevated: rgba(32, 39, 68, 0.96);
  --bg-interactive: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 96%, white 4%),
    color-mix(in srgb, var(--bg-panel-2) 94%, black 6%)
  );
  --bg-hover: color-mix(in srgb, var(--brand-100) 28%, var(--bg-panel) 72%);
  --bg-active: color-mix(in srgb, var(--brand-100) 38%, var(--bg-panel-2) 62%);
  --bg-selected: linear-gradient(
    135deg,
    rgba(65, 81, 135, 0.92),
    rgba(42, 54, 90, 0.96)
  );
  --bg-highlight: color-mix(in srgb, var(--brand-100) 24%, var(--bg-panel) 76%);
  --bg-accent-soft: color-mix(
    in srgb,
    var(--brand-100) 24%,
    var(--bg-panel) 76%
  );
  --brand-50: #2a3556;
  --text-strong: #f4f6ff;
  --text-body: #c6cee8;
  --text-soft: #a7b1cf;
  --text-inverse: #f8fbff;
  --text-disabled: #7f8aac;
  --line-subtle: rgba(188, 198, 230, 0.12);
  --line-default: rgba(188, 198, 230, 0.2);
  --line-strong: rgba(188, 198, 230, 0.34);
  --selected-border: rgba(168, 184, 255, 0.36);
  --focus-ring: rgba(142, 164, 255, 0.22);
  --success-700: #8fe2b4;
  --success-100: #183127;
  --warning-700: #f0cf8d;
  --warning-100: #3d3020;
  --danger-700: #ffb0ae;
  --danger-100: #3e2021;
  --shadow-sm: 0 10px 22px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.34);
  --shadow-lg: 0 28px 72px rgba(0, 0, 0, 0.46);
}
html[data-appearance="high-contrast"]{
  color-scheme: light;
  --brand-900: #111111;
  --brand-800: #111111;
  --brand-700: #111111;
  --brand-600: #111111;
  --brand-500: #111111;
  --brand-50: #f5f5ef;
  --brand-200: #f5f5ef;
  --brand-100: #f5f5ef;
  --bg-canvas: #ffffff;
  --bg-canvas-soft: #f6f6f1;
  --bg-panel: #ffffff;
  --bg-panel-2: #f6f6f1;
  --bg-panel-3: #efefe6;
  --bg-elevated: #ffffff;
  --bg-interactive: #ffffff;
  --bg-hover: #f5f5ef;
  --bg-active: #efefe6;
  --bg-selected: #f5f5ef;
  --bg-highlight: #f5f5ef;
  --bg-accent-soft: #f5f5ef;
  --text-strong: #111111;
  --text-body: #222222;
  --text-soft: #333333;
  --text-inverse: #ffffff;
  --text-disabled: #666666;
  --line-subtle: #222222;
  --line-default: #222222;
  --line-strong: #000000;
  --selected-border: #111111;
  --focus-ring: rgba(17, 17, 17, 0.22);
  --success-700: #0f5d24;
  --success-100: #eff8f0;
  --warning-700: #8a5f00;
  --warning-100: #fff8df;
  --danger-700: #a32020;
  --danger-100: #fff1ee;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: none;
}
html.appearance-large-text{
  --mp-text-bump: 1.08;
}
html[data-font-level="0"]{
  --font-root: 16px;
}
html[data-font-level="1"]{
  --font-root: 18px;
}
html[data-font-level="2"]{
  --font-root: 20px;
}
html[data-font-level="3"]{
  --font-root: 22px;
}
*{
  box-sizing: border-box;
}
html,
body{
  margin: 0;
  padding: 0;
  min-height: 100%;
}
html{
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: var(--font-root);
}
body{
  background:
    radial-gradient(
      circle at top right,
      color-mix(in srgb, var(--brand-500) 12%, transparent),
      transparent 20%
    ),
    radial-gradient(
      circle at top left,
      color-mix(in srgb, var(--brand-700) 10%, transparent),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--bg-canvas) 94%, white 6%),
      var(--bg-canvas)
    );
  color: var(--text-strong);
  font: calc(16px * var(--mp-text-bump)) / var(--line-height-body)
    var(--font-family-sans);
}
body:before{
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14),
    transparent 28%
  );
}
html[data-appearance="dark"] body:before{
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    transparent 28%
  );
}
html[data-appearance="high-contrast"] body:before{
  background: none;
}
#appRoot{
  position: relative;
  z-index: 1;
}
a{
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea{
  font: inherit;
}
button{
  cursor: pointer;
}
img{
  display: block;
  max-width: 100%;
}
code{
  font-family: var(--font-family-mono);
}
.hidden,
.is-hidden{
  display: none !important;
}
:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px var(--focus-ring);
}
html[data-appearance="high-contrast"] *:focus-visible{
  outline: 3px solid #000;
  outline-offset: 2px;
  box-shadow: none;
}
.skip-link{
  position: absolute;
  left: -9999px;
  top: 0;
  min-height: 44px;
  align-items: center;
}
.skip-link:focus-visible{
  display: inline-flex;
  left: 12px;
  top: 12px;
  z-index: 300;
  background: var(--bg-panel);
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  box-shadow: var(--shadow-md);
}

.toast{
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 98%, white 2%),
    color-mix(in srgb, var(--bg-panel-2) 94%, white 6%)
  );
  border: 1px solid var(--line-default);
  border-radius: var(--radius-4);
  box-shadow: var(--surface-shadow-ui);
  color: var(--text-strong);
}

.toast{
  padding: var(--card-padding);
}

.mp-tool-group{
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
body.portal-public--auth .mp-footer{
  padding: 12px 0 16px;
  margin-top: 0;
}
body.portal-public--auth .mp-footer__inner{
  gap: 4px;
  max-width: min(100%, 700px);
}
body.portal-public--auth .mp-footer__logo{
  height: 34px;
}
body.portal-public--auth .mp-footer__legal{
  gap: 3px;
  font-size: 0.72rem;
  line-height: 1.36;
  max-width: 60ch;
}

.mp-topbar__control{
  min-width: var(--control-height);
}

button[disabled]{
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  color: var(--text-disabled);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 86%, var(--bg-panel-2) 14%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel-3) 8%)
  );
  border-color: var(--line-subtle);
}

[role="tab"][aria-selected="true"]{
  background: var(--bg-selected);
  border-color: var(--selected-border);
  color: var(--text-strong);
}
input,
select,
textarea,
.mp-command-palette__input{
  width: 100%;
  min-height: var(--control-height);
  border-radius: var(--radius-2);
  border: 1px solid var(--line-default);
  background: var(--bg-interactive);
  color: var(--text-strong);
  padding: 11px 14px;
  box-shadow: inset 0 1px #ffffff59;
}
input::placeholder,
textarea::placeholder,
.mp-command-palette__input::placeholder{
  color: var(--text-soft);
  opacity: 1;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea{
  padding-inline: 18px;
}
textarea{
  padding-block: 12px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.mp-command-palette__input:focus-visible{
  border-color: var(--brand-600);
  box-shadow: 0 0 0 3px var(--focus-ring);
}
label{
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--text-strong);
}

table{
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

th,
td{
  padding: var(--row-padding-y) var(--row-padding-x);
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line-subtle);
  color: var(--text-strong);
}

th{
  position: sticky;
  top: 0;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-100) 42%, var(--bg-panel) 58%),
    color-mix(in srgb, var(--bg-panel-2) 84%, white 16%)
  );
  color: var(--text-body);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

tbody tr:hover{
  background: color-mix(in srgb, var(--brand-100) 26%, var(--bg-panel) 74%);
}
@keyframes mpRunnerCountdownStep{
  0%,
  99.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mpRunnerCountdownFinalStep{
  0%,
  100% {
    opacity: 1;
  }
}
html[data-mp-countdown-active="true"],
html[data-mp-countdown-active="true"] body{
  overflow: hidden;
}
.modal-layer{
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #10223547;
  backdrop-filter: blur(4px);
  z-index: 90;
}
.toast-layer{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: grid;
  gap: 10px;
}
.toast{
  min-width: 280px;
  max-width: 380px;
  padding: 14px 16px;
  border-radius: 16px;
}
.toast[data-kind="success"]{
  background: var(--success-100);
}
.toast[data-kind="warning"]{
  background: var(--warning-100);
}
.toast[data-kind="error"]{
  background: var(--danger-100);
}

.mp-command-palette__item kbd{
  border: 1px solid var(--line-default);
  border-radius: var(--radius-pill);
  padding: 4px 8px;
  font: inherit;
  font-size: 0.82rem;
  color: var(--text-body);
  background: color-mix(in srgb, var(--bg-panel) 82%, transparent);
}
.mp-command-palette[hidden]{
  display: none;
}
[hidden]{
  display: none !important;
}
.mp-command-palette{
  position: fixed;
  inset: 0;
  z-index: 3000;
}
.mp-command-palette__backdrop{
  position: absolute;
  inset: 0;
  background: #070c187a;
  backdrop-filter: blur(6px);
}
.mp-command-palette__dialog{
  position: relative;
  width: min(680px, calc(100vw - 24px));
  margin: 10vh auto 0;
  border-radius: 24px;
  border: 1px solid var(--line-default);
  background: color-mix(in srgb, var(--bg-elevated) 95%, transparent);
  box-shadow: 0 24px 60px #09101f47;
  overflow: hidden;
}
.mp-command-palette__head{
  padding: 16px;
  border-bottom: 1px solid var(--line-default);
}
.mp-command-palette__input{
  min-height: 54px;
  padding: 0 16px;
}
.mp-command-palette__results{
  display: grid;
  gap: 8px;
  padding: 12px;
  max-height: 56vh;
  overflow: auto;
}
.mp-command-palette__item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid transparent;
  text-align: left;
  background: transparent;
  color: var(--text-strong);
  font: inherit;
  font-weight: 700;
}
.mp-command-palette__item:hover{
  background: var(--bg-hover);
  border-color: var(--line-default);
}
.mp-command-palette__empty{
  padding: 16px;
  color: var(--text-body);
}
@media (max-width: 900px){
  .mp-topbar__inner{
    grid-template-columns: 1fr;
  }
.mp-topbar__right{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 860px){:root{
    --site-gutter: 10px;
  }
}
@media (max-width: 720px){.mp-public-auth-actions{
    width: 100%;
    justify-content: stretch;
  }
.mp-inline-link--button{
    flex: 1 1 0;
  }
}
@media (max-width: 640px){.toast-layer{
    left: 10px;
    right: 10px;
  }
.toast{
    min-width: 0;
    max-width: none;
  }
}
@media print{
  .toast-layer,
  .modal-layer,
  .skip-link{
    display: none !important;
  }
body{
    background: #fff !important;
  }

  .public-shell{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.mp-topbar{
  position: sticky;
  top: 0;
  z-index: 80;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
#appRoot > .mp-topbar:first-child,
body > .mp-topbar:first-child{
  margin-top: 0;
}
.mp-topbar__inner{
  width: var(--site-width);
  min-height: var(--header-height);
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 24px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(16px, 2vw, 28px);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-elevated) 98%, white 2%),
    color-mix(in srgb, var(--bg-panel) 96%, white 4%)
  );
  border: 1px solid var(--line-default);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: none;
  transform: translateY(-1px);
}
:is(html[data-appearance="dark"], html[data-theme="dark"], body.theme-dark)
  .mp-topbar__inner{
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-elevated) 96%, black 4%),
    color-mix(in srgb, var(--bg-panel) 94%, black 6%)
  );
}
.mp-topbar__center,
.mp-topbar__left,
.mp-topbar__right{
  min-width: 0;
}
.mp-topbar__left{
  align-self: stretch;
  display: flex;
  align-items: center;
}
.mp-topbar__left-slot{
  display: flex;
  align-items: center;
  min-width: 0;
}
.mp-topbar__center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-topbar__center:empty{
  display: block;
}
.mp-topbar__brand{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}
.mp-topbar__right,
.mp-topbar__utility-pill,
.mp-tool-group,
.mp-public-auth-actions{
  display: flex;
  align-items: center;
}
.mp-topbar__right{
  justify-self: end;
  justify-content: flex-end;
  align-self: stretch;
  min-height: 100%;
  gap: clamp(12px, 1.4vw, 18px);
  flex-wrap: nowrap;
}
.mp-topbar__utility-pill,
.mp-tool-group,
.mp-public-auth-actions{
  min-height: 100%;
  gap: clamp(10px, 1.1vw, 16px);
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mp-public-auth-actions{
  justify-content: flex-end;
}
.mp-inline-link--button{
  padding-inline: 0;
}
.mp-topbar__control svg,
.mp-topbar__control .mp-icon{
  width: 1.28rem;
  height: 1.28rem;
}
@media (max-width: 1180px){.mp-topbar__inner{
    padding-inline: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 980px){.mp-topbar__right,
  .mp-topbar__utility-pill,
  .mp-tool-group,
  .mp-public-auth-actions{
    gap: 10px;
  }
}
.mp-icon{
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}
.mp-inline-link--strong{
  color: var(--text-strong);
}
.mp-public-auth-actions .mp-inline-link--strong{
  min-height: 44px;
  padding-inline: 14px;
  border-radius: 999px;
  border: 1px solid
    color-mix(in srgb, var(--brand-500) 20%, var(--line-default) 80%);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-100) 34%, white 66%),
    color-mix(in srgb, var(--bg-panel) 96%, white 4%)
  );
  box-shadow: var(--shadow-sm);
}
.mp-public-auth-actions .mp-inline-link--strong:hover,
.mp-public-auth-actions .mp-inline-link--strong:focus-visible{
  color: var(--brand-700);
  border-color: color-mix(
    in srgb,
    var(--brand-500) 32%,
    var(--line-default) 68%
  );
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-100) 42%, white 58%),
    color-mix(in srgb, var(--bg-panel) 94%, white 6%)
  );
}
html[data-appearance="dark"] .mp-public-auth-actions .mp-inline-link--strong,
html[data-theme="dark"] .mp-public-auth-actions .mp-inline-link--strong,
body.theme-dark .mp-public-auth-actions .mp-inline-link--strong{
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-100) 26%, transparent),
    color-mix(in srgb, var(--bg-panel) 90%, black 10%)
  );
}
@media (max-width: 900px){.mp-topbar__center{
    justify-content: flex-start;
  }
}
:root{
  --light-primary-start: #3f5ea3;
  --light-primary-end: #324c87;
  --light-primary-border: rgba(50, 76, 135, 0.72);
  --light-primary-shadow: 0 10px 24px rgba(76, 97, 166, 0.14);
  --light-icon-surface: #eef2ff;
  --light-icon-ink: #5671be;
}
:root{
  --select-caret-glyph-color: #334568;
  --select-caret-slot-bg: color-mix(
    in srgb,
    var(--brand-100) 18%,
    var(--bg-panel) 82%
  );
  --select-caret-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1.25 1.25L6 6l4.75-4.75' fill='none' stroke='%23334568' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
html[data-appearance="dark"],
html[data-theme="dark"],
body.theme-dark,
html[data-appearance="high-contrast"]{
  --select-caret-glyph-color: #f4f7ff;
  --select-caret-slot-bg: color-mix(
    in srgb,
    var(--bg-interactive) 84%,
    black 16%
  );
  --select-caret-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1.25 1.25L6 6l4.75-4.75' fill='none' stroke='%23F4F7FF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:not([multiple]){
  cursor: pointer;
  padding-right: 58px;
  background-image:
    var(--select-caret-icon),
    linear-gradient(
      to left,
      color-mix(in srgb, var(--brand-100) 18%, var(--bg-panel) 82%),
      color-mix(in srgb, var(--brand-100) 18%, var(--bg-panel) 82%)
    ),
    linear-gradient(
      to left,
      color-mix(in srgb, var(--line-default) 76%, transparent 24%),
      color-mix(in srgb, var(--line-default) 76%, transparent 24%)
    );
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 4px) 50%,
    calc(100% - 42px) 50%;
  background-size:
    12px 8px,
    38px calc(100% - 8px),
    1px calc(100% - 16px);
  background-repeat: no-repeat;
}
select:not([multiple]):hover{
  border-color: color-mix(
    in srgb,
    var(--brand-400) 30%,
    var(--line-default) 70%
  );
}
select:not([multiple]){
  background-image:
    var(--select-caret-icon),
    linear-gradient(
      to left,
      var(--select-caret-slot-bg),
      var(--select-caret-slot-bg)
    ),
    linear-gradient(
      to left,
      color-mix(in srgb, var(--line-default) 76%, transparent 24%),
      color-mix(in srgb, var(--line-default) 76%, transparent 24%)
    );
}
select[multiple]{
  padding-right: 18px;
  background-image: none;
  cursor: default;
}

.portal-public .auth-panel label:has(select:not([multiple])){
  position: relative;
}

.portal-public .auth-panel label:has(select:not([multiple])):after{
  content: "â–¾";
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  pointer-events: none;
  color: var(--select-caret-glyph-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
}

.portal-public .auth-panel label:has(select:not([multiple])):after{
  content: none;
}
select::-ms-expand{
  display: none;
}
select option,
select optgroup{
  color: var(--text-strong);
  background: var(--bg-panel);
}
html[data-appearance="dark"] select,
html[data-appearance="high-contrast"] select{
  background-color: color-mix(in srgb, var(--bg-interactive) 84%, black 16%);
  color: var(--text-strong);
  border-color: color-mix(in srgb, var(--line-default) 82%, white 18%);
}
html[data-appearance="dark"] select option,
html[data-appearance="dark"] select optgroup,
html[data-appearance="high-contrast"] select option,
html[data-appearance="high-contrast"] select optgroup{
  background: color-mix(in srgb, var(--bg-panel-2) 88%, black 12%);
  color: var(--text-strong);
}
.mp-topbar__inner{
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
}
.mp-topbar__left,
.mp-topbar__center,
.mp-topbar__right,
.mp-topbar__utility-pill,
.mp-tool-group,
.mp-public-auth-actions,
label{
  min-width: 0;
}
.mp-topbar__right,
.mp-topbar__utility-pill,
.mp-tool-group,
.mp-public-auth-actions{
  flex-wrap: wrap;
}

.mp-topbar__brand img{
  max-width: min(240px, 100%);
  height: clamp(42px, calc(var(--header-height) - 10px), 72px);
}
input,
select,
textarea,
button{
  max-width: 100%;
}
@media (max-width: 1100px){.mp-topbar__inner{
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    row-gap: 10px;
  }
.mp-topbar__left,
  .mp-topbar__center,
  .mp-topbar__right{
    width: 100%;
    justify-content: flex-start;
  }
.mp-topbar__utility-pill{
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 760px){.mp-topbar__inner{
    border-radius: 0 0 20px 20px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .mp-topbar__brand img{
    max-width: min(200px, 100%);
    height: clamp(36px, 9vw, 48px);
  }
.mp-topbar__utility-pill,
  .mp-topbar__right,
  .mp-public-auth-actions{
    width: 100%;
    justify-content: flex-start;
  }
.mp-topbar__utility-pill{
    gap: 8px;
    align-items: center;
  }
.mp-tool-group{
    gap: 8px;
  }
.mp-public-auth-actions .mp-inline-link--button{
    flex: 1 1 220px;
  }
}
@media (max-width: 420px){.mp-topbar__inner{
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  .mp-topbar__control{
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 760px){.mp-topbar{
    padding-top: max(0px, env(safe-area-inset-top));
  }
.portal-public .mp-topbar{
    padding-left: max(var(--site-gutter), env(safe-area-inset-left));
    padding-right: max(var(--site-gutter), env(safe-area-inset-right));
  }
.portal-public .mp-topbar__inner{
    width: 100%;
    max-width: none;
  }
.mp-topbar__inner{
    min-height: auto;
    width: min(
      100%,
      calc(
        100vw - max(12px, env(safe-area-inset-left)) -
          max(12px, env(safe-area-inset-right))
      )
    );
    padding: max(10px, env(safe-area-inset-top))
      max(12px, env(safe-area-inset-right)) 12px
      max(12px, env(safe-area-inset-left));
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "left right" "center center";
    align-items: start;
    row-gap: 10px;
    column-gap: 10px;
    border-radius: 0 0 20px 20px;
    transform: none;
  }
.mp-topbar__left{
    grid-area: left;
    min-width: 0;
    align-self: center;
  }
.mp-topbar__center{
    grid-area: center;
    width: 100%;
    min-width: 0;
    justify-content: stretch;
  }
.mp-topbar__center:empty{
    display: none;
  }
.mp-topbar__right{
    grid-area: right;
    width: auto;
    min-height: auto;
    align-self: start;
    justify-self: end;
    gap: 8px;
  }
.mp-tool-group{
    min-height: auto;
    gap: 6px;
  }
.mp-public-auth-actions{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
.mp-public-auth-actions .mp-inline-link--button{
    width: 100%;
    min-height: 46px;
    justify-content: center;
    text-align: center;
  }
.public-shell{
    padding-top: 14px;
  }
}
@media (max-width: 560px){.mp-topbar__inner{
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "left" "right" "center";
  }
.mp-topbar__right{
    width: 100%;
    justify-self: stretch;
    min-height: auto;
  }
.mp-public-auth-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px){.mp-topbar__inner{
    row-gap: 8px;
  }

  .mp-topbar__brand img{
    max-width: min(168px, 100%);
    height: 36px;
  }
.mp-public-auth-actions{
    grid-template-columns: 1fr;
  }
}
:root{
  --safe-area-top: env(safe-area-inset-top, 0px);
  --safe-area-right: env(safe-area-inset-right, 0px);
  --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-left: env(safe-area-inset-left, 0px);
  --app-vh: 100dvh;
  --app-vw: 100vw;
  --app-height: var(--app-vh);
  --keyboard-offset: 0px;
  --student-mobile-nav-height: 0px;
  --student-mobile-nav-gap: 0px;
  --student-mobile-bottom-clearance: calc(
    var(--student-mobile-nav-height) + var(--student-mobile-nav-gap) +
      var(--safe-area-bottom)
  );
}
html,
body{
  min-height: 100%;
}
body,
#appRoot{
  min-height: var(--app-height);
}

.mp-topbar{
  padding-top: var(--safe-area-top);
}

.mp-topbar__inner{
  min-height: calc(var(--header-height) + var(--safe-area-top));
}
@media (max-width: 1180px){.mp-topbar__inner{
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10px;
  }
.mp-topbar__left,
  .mp-topbar__center,
  .mp-topbar__right{
    justify-content: flex-start;
  }
.mp-topbar__right{
    justify-self: stretch;
    flex-wrap: wrap;
  }
.mp-topbar__utility-pill,
  .mp-public-auth-actions{
    flex-wrap: wrap;
  }
}
@media (max-width: 820px){.mp-topbar__inner{
    border-radius: 0 0 18px 18px;
  }

  .mp-topbar__brand img{
    height: clamp(42px, calc(var(--header-height) - 18px), 56px);
    max-height: clamp(42px, calc(var(--header-height) - 18px), 56px);
  }
}
@media (max-width: 640px){:root{
    --header-height: 64px;
  }
.mp-topbar__inner{
    width: calc(
      100% - max(0px, var(--safe-area-left)) - max(0px, var(--safe-area-right))
    );
    padding-inline: 14px;
  }
.mp-public-auth-actions,
  .mp-topbar__right,
  .mp-tool-group{
    width: 100%;
  }
.mp-public-auth-actions .mp-inline-link--button,
  .mp-public-auth-actions .mp-inline-link--strong{
    flex: 1 1 auto;
    justify-content: center;
  }
}

.mp-topbar__utility-pill,
.mp-tool-group{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.mp-topbar{
  backdrop-filter: blur(18px) saturate(1.08);
}

.mp-topbar__inner{
  column-gap: 20px;
}
.mp-topbar__right,
.mp-tool-group{
  gap: 14px;
}

html[data-appearance="dark"] .mp-topbar,
body.theme-dark .mp-topbar{
  background: linear-gradient(180deg, #080e1cf2, #0a101fe6);
  border-bottom-color: #91aaff24;
}
@media (max-width: 720px){
  .mp-topbar__inner{
    column-gap: 12px;
  }
}
.mp-runtime-error{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 16px;
  border-radius: 16px;
  background: #0f172af5;
  color: #fff;
  box-shadow: 0 16px 40px #0f172a47;
  font-size: 14px;
  line-height: 1.4;
}
body.mp-dark .mp-runtime-error{
  background: #0f172afa;
  color: #f8fafc;
}

.mp-topbar__control,
.mp-inline-link--button{
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
@media (max-width: 640px){.mp-topbar__right,
  .mp-topbar__utility-pill,
  .mp-tool-group,
  .mp-public-auth-actions{
    gap: 8px;
  }

  .mp-tool-group{
    flex: 0 0 auto;
  }

  .mp-topbar__control{
    min-width: 44px;
    min-height: 44px;
    padding-inline: 4px;
  }
}
.public-shell{
  width: min(
    var(--public-shell-max, var(--site-width)),
    calc(100vw - var(--site-gutter) * 2)
  );
  margin-inline: auto;
  display: grid;
  gap: 22px;
}
@media (max-width: 860px){.public-shell{
    gap: 18px;
  }
}
.mp-topbar{
  background: linear-gradient(180deg, #f6f4edf5, #f6f4edc7);
}
.mp-topbar__inner{
  box-shadow: 0 10px 24px #1f2f520f;
}
html[data-appearance="dark"] .mp-topbar,
html[data-theme="dark"] .mp-topbar,
body.theme-dark .mp-topbar{
  background: linear-gradient(180deg, #0c111ff5, #0c111fd1);
}
body.portal-public{
  --accent-teal: #cadcd6;
  background:
    radial-gradient(
      circle at top left,
      color-mix(in srgb, var(--brand-100) 72%, white 28%),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      color-mix(in srgb, #efe5d3 78%, white 22%),
      transparent 24%
    ),
    linear-gradient(180deg, #f7f1e7, #f3ecdf 34%, #f6f2ea);
}
body.portal-public:before{
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.44),
      rgba(255, 255, 255, 0.08) 24%,
      transparent 48%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.22),
      rgba(255, 255, 255, 0.22) 1px,
      transparent 1px,
      transparent 140px
    );
  opacity: 0.86;
}
body.portal-public:after{
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(255, 255, 255, 0.62),
      transparent 0 22%
    ),
    radial-gradient(
      circle at 84% 14%,
      rgba(230, 219, 198, 0.42),
      transparent 0 18%
    );
}
.portal-public .public-shell{
  gap: clamp(1.4rem, 2.6vw, 2.6rem);
}
body.portal-public--auth .public-shell{
  --public-shell-max: var(--site-max);
  gap: clamp(0.95rem, 1.6vw, 1.25rem);
  align-content: start;
}
body.portal-public--auth .public-shell--auth{
  min-height: 0;
}
body.portal-public--auth .page-shell,
body.portal-public--auth .public-shell{
  padding-block: 10px 16px;
}
body.portal-public--auth .auth-split--public-auth{
  gap: clamp(0.85rem, 1.4vw, 1.1rem);
}
.portal-public .mp-topbar--public-home .mp-topbar__inner{
  min-height: 72px;
  padding: 8px 12px;
  border-radius: 30px;
  border: 1px solid rgba(71, 82, 107, 0.12);
  background: #fffcf7b8;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px #1f253417;
}
.portal-public .mp-topbar--public-home .mp-topbar__utility-pill{
  padding: 5px;
  border-radius: 999px;
  background: #fffbf4c7;
  border: 1px solid rgba(71, 82, 107, 0.12);
}
.portal-public .mp-topbar--public-home .mp-public-auth-actions{
  gap: 0.55rem;
}
.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--button{
  min-height: 46px;
  padding-inline: 1.1rem;
  border-radius: 999px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  font-weight: 760;
}
.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--strong{
  background: linear-gradient(180deg, #fffffff0, #faf5eceb);
  border-color: #3f5ea32e;
  box-shadow: 0 10px 24px #1f253414;
}
.portal-public .mp-topbar--public-auth .mp-topbar__inner{
  min-height: 68px;
  padding: 7px 12px;
  border-radius: 28px;
  box-shadow: 0 14px 34px #1f253412;
}
.portal-public .mp-topbar--public-auth .mp-topbar__utility-pill{
  padding: 4px;
  background: #fffbf4bd;
}
.portal-public .mp-topbar--public-auth .mp-public-auth-actions{
  gap: 0.42rem;
}
.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--button{
  min-height: 42px;
  padding-inline: 0.98rem;
  font-size: 0.98rem;
  font-weight: 720;
}
.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--strong{
  background: #fffbf5d6;
  border-color: #47526b24;
  box-shadow: none;
}
.portal-public .homepage-shell--v18-6-14{
  --public-shell-max: 1480px;
  gap: clamp(1.8rem, 3vw, 3.25rem);
  padding-top: 12px;
}
.portal-public .homepage-hero--landing{
  position: relative;
  isolation: isolate;
  padding: clamp(2.2rem, 4vw, 3.4rem);
  border-radius: 44px;
  border: 1px solid rgba(71, 82, 107, 0.12);
  background:
    linear-gradient(140deg, #fffcf7f0, #f7f1e7eb 48%, #f4eee3f5),
    linear-gradient(180deg, #ffffff6b, #fff0);
  box-shadow: 0 28px 64px #1f25341a;
}
.portal-public .homepage-hero--landing:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.56),
      transparent 0 24%
    ),
    radial-gradient(
      circle at 78% 86%,
      rgba(210, 224, 216, 0.18),
      transparent 0 26%
    );
  z-index: -1;
}
.portal-public .homepage-hero__copy--landing{
  max-width: 43rem;
  gap: 1.15rem;
}
.portal-public .homepage-hero__copy--landing h1{
  max-width: 9.1ch;
  font-size: clamp(4.15rem, 6.8vw, 6.95rem);
  line-height: 0.91;
  letter-spacing: -0.07em;
}
.portal-public .homepage-hero__sub--landing{
  max-width: 35ch;
  font-size: clamp(1.1rem, 1.45vw, 1.28rem);
  line-height: 1.54;
  color: color-mix(in srgb, var(--text-strong) 80%, white 20%);
}
.portal-public .homepage-hero__actions--landing{
  gap: 0.9rem;
}
.portal-public .homepage-btn--primary{
  background: linear-gradient(180deg, #314569, #253653);
  box-shadow: 0 16px 30px #25365338;
}
.portal-public .homepage-btn--secondary{
  background: #fffbf5ad;
  border-color: #47526b1f;
  box-shadow: inset 0 1px #ffffffc7;
}
.portal-public .landing-showcase{
  gap: 1.15rem;
}
.portal-public .landing-showcase__frame,
.portal-public .landing-showcase__mini{
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #fffefbe0, #f8f3eaeb);
  box-shadow: 0 20px 48px #1f25341a;
}
.portal-public .landing-showcase__frame img,
.portal-public .landing-showcase__mini img{
  border-radius: 20px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #ffffffa8, #f7f2eae0);
}
.portal-public .landing-showcase__frame-meta{
  gap: 0.22rem;
}
.portal-public .landing-showcase__frame-meta strong{
  font-size: 1rem;
}
.portal-public .landing-showcase__chips{
  gap: 0.65rem;
}
.portal-public .landing-showcase__chip{
  min-height: 34px;
  background: #fffbf4b8;
  border-color: #47526b1f;
  box-shadow: 0 10px 24px #1f25340d;
}
.portal-public .homepage-feature-grid--landing,
.portal-public .homepage-journey-grid--landing{
  gap: 1.35rem;
}
.portal-public .homepage-shell--v18-6-14 .homepage-card,
.portal-public .homepage-shell--v18-6-14 .homepage-journey-card{
  padding: 1.9rem 1.8rem;
  border-radius: 30px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #fffdf9e0, #f9f4ece6);
  box-shadow: 0 18px 42px #1f253412;
}
.portal-public .homepage-card__icon{
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ebf1fff0, #f6f0e4f5);
  box-shadow:
    inset 0 1px #ffffffe0,
    0 10px 24px #1f25340f;
}
.portal-public .homepage-card h3,
.portal-public .homepage-journey-card h3{
  margin: 16px 0 10px;
  font-size: clamp(1.5rem, 1.9vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.portal-public .homepage-card p,
.portal-public .homepage-journey-card p{
  max-width: 32ch;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  line-height: 1.62;
}
.portal-public .homepage-journey-card--route .btn{
  margin-top: 1.15rem;
  background: #fffbf5bd;
  border-color: #47526b1f;
}
.portal-public .homepage-section--proof,
.portal-public .homepage-section--landing{
  gap: 1.35rem;
}
.portal-public .homepage-section__title{
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.2vw, 4.2rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}
.portal-public .homepage-section__sub{
  max-width: 42ch;
  font-size: 1.02rem;
  color: color-mix(in srgb, var(--text-body) 90%, white 10%);
}
.portal-public .landing-proof-card{
  padding: 1.15rem;
  border-radius: 32px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #fffdf9eb, #f8f3ebe6);
  box-shadow: 0 20px 48px #1f253414;
}
.portal-public .landing-proof-card__media{
  border-radius: 22px;
  border: 1px solid rgba(71, 82, 107, 0.1);
}
.portal-public .landing-proof-card__copy{
  gap: 0.5rem;
  padding-inline: 0.15rem;
}
.portal-public .landing-proof-card__copy h3{
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  letter-spacing: -0.03em;
}
.portal-public .public-band--soft{
  padding: clamp(1.55rem, 2.8vw, 2.5rem);
  border-radius: 34px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  box-shadow: 0 18px 42px #1f25340f;
}
.portal-public .auth-split--premium{
  padding: 0.25rem;
  border-radius: 32px;
  border: 1px solid rgba(71, 82, 107, 0.09);
  background: linear-gradient(180deg, #fffdf9eb, #f7f1e7e6);
  box-shadow: 0 18px 40px #1f253412;
}
.portal-public :is(.auth-panel, .auth-aside){
  padding: clamp(1rem, 1.6vw, 1.25rem);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffefaeb, #f8f3ebe6);
  border: 1px solid rgba(71, 82, 107, 0.08);
  box-shadow: none;
}
.portal-public .auth-tabs{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #fffaf3bd;
  border: 1px solid rgba(71, 82, 107, 0.08);
}
.portal-public .auth-switch__tab{
  min-height: 42px;
  padding-inline: 0.4rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--text-body);
  font-size: 0.94rem;
  font-weight: 720;
}
.portal-public .auth-switch__tab.is-active,
.portal-public .auth-switch__tab[aria-selected="true"]{
  background: linear-gradient(180deg, #fffffff0, #f5efe5e6);
  color: var(--text-strong);
  box-shadow: 0 6px 14px #1f25340d;
}
.portal-public .auth-panel__inner--tabbed{
  width: min(100%, 38rem);
  max-width: 38rem;
}
.portal-public .auth-chip{
  background: #fffaf3db;
  border-color: #47526b1a;
}
.portal-public .auth-support-card{
  border-radius: 18px;
  border-color: #47526b14;
  background: linear-gradient(180deg, #fffcf7e0, #f8f2e9e0);
}
.portal-public .auth-panel .section-rail label,
.portal-public .auth-panel .card-grid label{
  display: grid;
  gap: 0.32rem;
  font-weight: 720;
  color: var(--text-body);
}
.portal-public .auth-panel :is(input, select){
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 14px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background-color: #fffdf9e6;
  box-shadow: none;
}
.portal-public .auth-panel select:not([multiple]){
  padding-right: 58px;
}
.portal-public .auth-illustration--product{
  max-height: 200px;
}
.portal-public .auth-point{
  padding: 0.72rem 0.8rem;
  border-radius: 18px;
  border-color: #47526b14;
  background: #fffbf5bd;
}
.portal-public .auth-point .status-pill{
  position: relative;
  color: transparent;
  font-size: 0;
}
.portal-public .auth-point .status-pill:before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-700);
  display: block;
}
@media (max-width: 760px){body.portal-public:before,
  body.portal-public:after{
    opacity: 0.72;
  }
.portal-public .homepage-hero--landing{
    padding: 1.55rem;
    border-radius: 30px;
  }
.portal-public .homepage-hero__copy--landing h1{
    max-width: 10ch;
    font-size: clamp(3.25rem, 13vw, 4.8rem);
  }
.portal-public .homepage-shell--v18-6-14 .homepage-card,
  .portal-public .homepage-shell--v18-6-14 .homepage-journey-card,
  .portal-public .landing-proof-card{
    padding: 1.2rem;
    border-radius: 24px;
  }
.portal-public .auth-split--premium{
    padding: 0.2rem;
    border-radius: 28px;
  }
.portal-public :is(.auth-panel, .auth-aside){
    border-radius: 22px;
    padding: 1.15rem;
  }
}
.portal-public .homepage-hero--landing{
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(1.15rem, 2vw, 1.8rem);
  padding: clamp(1.3rem, 2.6vw, 2.15rem);
  align-items: start;
}
.portal-public .homepage-hero__copy--landing{
  gap: 0.72rem;
  max-width: 36rem;
  padding-inline-start: clamp(0.35rem, 1.3vw, 1.05rem);
}
.portal-public .homepage-hero__copy--landing h1{
  max-width: 10.4ch;
  font-size: clamp(3.15rem, 4.9vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}
.portal-public .homepage-hero__sub--landing{
  max-width: 31ch;
  font-size: clamp(0.99rem, 1.08vw, 1.06rem);
  line-height: 1.42;
}
.portal-public .landing-hero-note{
  max-width: 40ch;
  font-size: 0.9rem;
  line-height: 1.5;
}
.portal-public .homepage-proof-strip--landing,
.portal-public .homepage-proof-strip.homepage-proof-strip--landing{
  gap: 0.5rem;
  max-width: 34rem;
}
.portal-public .homepage-proof-strip--landing .homepage-proof-pill,
.portal-public
  .homepage-proof-strip.homepage-proof-strip--landing
  .homepage-proof-pill{
  min-height: 30px;
  padding: 0.34rem 0.66rem;
  font-size: 0.78rem;
  border-color: #47526b1a;
  background: #fffbf5d6;
}
.portal-public .landing-showcase--proof{
  place-items: stretch;
  min-height: 0;
  align-self: stretch;
}
.portal-public .landing-showcase__shell{
  position: relative;
  min-height: 0;
  padding: 0;
}
.portal-public .landing-showcase__browser{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.72rem;
  width: 100%;
  padding: 0.92rem;
  border-radius: 30px;
  border: 1px solid rgba(71, 82, 107, 0.11);
  background: linear-gradient(180deg, #fffefbf2, #f7f1e7ed);
  box-shadow: 0 24px 56px #1f25341f;
}
.portal-public .landing-showcase__browser-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}
.portal-public .landing-showcase__browser-window{
  display: inline-flex;
  gap: 0.38rem;
}
.portal-public .landing-showcase__browser-window span{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #707a9438;
}
.portal-public .landing-showcase__browser-window span:nth-child(2){
  background: #cda86647;
}
.portal-public .landing-showcase__browser-window span:nth-child(3){
  background: #739c8c42;
}
.portal-public .landing-showcase__browser-copy{
  display: grid;
  gap: 0.18rem;
  justify-items: start;
  text-align: left;
}
.portal-public .landing-showcase__browser-copy strong{
  max-width: 20ch;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--text-strong);
}
.portal-public .landing-showcase__mode-switch{
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.portal-public .landing-showcase__mode-trigger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 34px;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 82, 107, 0.12);
  background: #fffcf7d1;
  color: var(--text-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.portal-public .landing-showcase__mode-trigger:hover{
  border-color: #718ae43d;
  background: #f4f7fff5;
}
.portal-public .landing-showcase__mode-trigger:focus-visible{
  outline: 2px solid rgba(113, 138, 228, 0.38);
  outline-offset: 2px;
}
.portal-public .landing-showcase__mode-trigger.is-active{
  border-color: #718ae438;
  background: #e9effff2;
  color: var(--text-strong);
  box-shadow: inset 0 1px #ffffffe0;
}
.portal-public .landing-showcase__stage{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: #f8f4edf5;
  aspect-ratio: 16 / 9.2;
}
.portal-public .landing-showcase__slide-frame{
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.42s ease,
    transform 0.52s ease;
}
.portal-public .landing-showcase__slide-frame.is-active{
  opacity: 1;
  transform: translateY(0) scale(1);
}
.portal-public .landing-showcase__slide-frame img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.portal-public .landing-showcase__browser-footer{
  display: grid;
  gap: 0.65rem;
}
.portal-public .landing-showcase__browser-footer--showcase{
  min-height: 4.9rem;
  align-content: start;
}
.portal-public .landing-showcase__slide-meta{
  display: none;
  gap: 0.22rem;
  max-width: 28rem;
}
.portal-public .landing-showcase__slide-meta.is-active{
  display: grid;
}
.portal-public .landing-showcase__slide-meta strong{
  font-size: 0.98rem;
  line-height: 1.2;
  color: var(--text-strong);
}
.portal-public .landing-showcase__slide-meta p{
  margin: 0;
  max-width: 34ch;
  color: var(--text-body);
  line-height: 1.45;
  font-size: 0.9rem;
}
.portal-public .landing-showcase__support{
  position: absolute;
  right: 0;
  display: grid;
  gap: 0.65rem;
  width: min(244px, 41%);
  padding: 0.82rem;
  border-radius: 24px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #fffdf9f2, #f7f1e7f0);
  box-shadow: 0 18px 38px #1f25341a;
}
.portal-public .landing-showcase__support--paper{
  top: 20px;
}
.portal-public .landing-showcase__support--progress{
  bottom: 16px;
}
.portal-public .landing-showcase__support-copy{
  display: grid;
  gap: 0.22rem;
}
.portal-public .landing-showcase__support-copy strong{
  font-size: 0.96rem;
  line-height: 1.22;
}
.portal-public .landing-showcase__support-copy p{
  margin: 0;
  color: var(--text-body);
  font-size: 0.88rem;
  line-height: 1.5;
}
.portal-public .landing-showcase__support-media{
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(71, 82, 107, 0.09);
  background: #faf6f0eb;
  aspect-ratio: 16 / 11;
}
.portal-public .landing-showcase__support-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.portal-public .homepage-section--reasons,
.portal-public .homepage-section--modes{
  gap: 1.05rem;
}
.portal-public .landing-reason-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.portal-public .landing-reason-card{
  display: grid;
  gap: 0.72rem;
  padding: 1rem 1.08rem 1.06rem;
  border-radius: 24px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: linear-gradient(180deg, #fffdf9f0, #f7f1e7e6);
  box-shadow: 0 14px 30px #1f25340f;
}
.portal-public .landing-reason-card__header{
  display: flex;
  align-items: center;
  gap: 0.82rem;
  min-width: 0;
}
.portal-public .landing-reason-card__icon{
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 16px;
  background: #e8eefbb8;
  color: var(--brand-700);
}
.portal-public .landing-reason-card__icon svg{
  width: 22px;
  height: 22px;
}
.portal-public .landing-reason-card__header h3{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
}
.portal-public .landing-reason-card__body{
  margin: 0;
  color: var(--text-body);
  line-height: 1.55;
}
.portal-public .homepage-card--mode{
  gap: 0.68rem;
  padding: 1.12rem 1.14rem 1.18rem;
}
.portal-public .homepage-card__header{
  display: flex;
  align-items: center;
  gap: 0.82rem;
  min-width: 0;
}
.portal-public .homepage-card__header--journey{
  margin-bottom: 0.08rem;
}
.portal-public .homepage-card__title-wrap{
  min-width: 0;
}
.portal-public .homepage-card__title-wrap h3,
.portal-public .homepage-journey-card--route .homepage-card__title-wrap h3{
  margin: 0;
  max-width: none;
  font-size: clamp(1.16rem, 1.5vw, 1.42rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.portal-public .homepage-card--mode .homepage-card__icon,
.portal-public .homepage-journey-card--route .homepage-card__icon{
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 18px;
}
.portal-public .homepage-card--mode .homepage-card__icon svg,
.portal-public .homepage-journey-card--route .homepage-card__icon svg{
  width: 23px;
  height: 23px;
}
.portal-public .homepage-card--mode p{
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.56;
}
.portal-public .homepage-journey-card--route{
  gap: 0.72rem;
  padding: 1.12rem 1.14rem 1.16rem;
}
.portal-public .homepage-journey-card--route p{
  margin: 0;
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.56;
}
.portal-public .landing-final-band{
  padding-block: clamp(1.3rem, 2.4vw, 1.9rem);
}
.portal-public .landing-final-band .section-header{
  margin-bottom: 0.25rem;
}
.portal-public .auth-split--tabbed{
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: stretch;
}
.portal-public .auth-panel--tabbed{
  display: grid;
  align-content: start;
}
.portal-public .auth-panel__inner--tabbed{
  min-height: 0;
  gap: 0.82rem;
}
.portal-public .auth-panel__inner--tabbed > .auth-tab-panel{
  gap: 0.82rem;
}
.portal-public .auth-panel-heading{
  display: grid;
  gap: 0.28rem;
}
.portal-public .auth-panel-heading h1{
  margin: 0;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.portal-public .auth-panel-heading p{
  margin: 0;
  max-width: 38ch;
  font-size: 1rem;
  line-height: 1.58;
}
.portal-public .auth-form-stack{
  gap: 0.72rem;
}
.portal-public .auth-submit-btn{
  width: 100%;
  min-height: 48px;
  margin-top: 0.05rem;
}
.portal-public .mp-public-auth-secondary-action{
  display: grid;
}
.portal-public .mp-public-auth-secondary-action__trigger{
  width: 100%;
  justify-content: center;
  text-align: center;
}
.portal-public .auth-form-meta{
  display: flex;
  justify-content: flex-start;
  font-size: 0.94rem;
}
.portal-public .auth-form-meta .auth-inline-link,
.portal-public .auth-form-meta .auth-inline-link--button{
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-body);
  font-weight: 700;
  box-shadow: none;
}
.portal-public .auth-form-meta .auth-inline-link:hover,
.portal-public .auth-form-meta .auth-inline-link--button:hover,
.portal-public .auth-form-meta .auth-inline-link:focus-visible,
.portal-public .auth-form-meta .auth-inline-link--button:focus-visible{
  color: var(--text-strong);
  box-shadow: none;
}
.portal-public .auth-panel .inline-notice{
  margin-top: 0;
  padding: 0.62rem 0.78rem;
  border-radius: 14px;
  border: 1px solid rgba(71, 82, 107, 0.08);
  background: #fffbf5bd;
  font-size: 0.92rem;
  line-height: 1.48;
}
.portal-public .mp-public-lead--strong{
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  font-weight: 700;
  color: var(--text-strong);
}
.portal-public .mp-public-demo-shell{
  display: grid;
  gap: var(--space-5);
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  align-items: start;
}
.portal-public .mp-public-demo-form{
  display: grid;
  gap: var(--space-4);
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--radius-4);
  background: var(--bg-panel);
  border: 1px solid var(--line-subtle);
  box-shadow: var(--shadow-sm);
}
.portal-public .mp-public-demo-grid{
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portal-public .mp-public-demo-form label{
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--text-strong);
}
.portal-public .mp-public-demo-form input,
.portal-public .mp-public-demo-form select,
.portal-public .mp-public-demo-form textarea{
  width: 100%;
  border-radius: var(--radius-2);
  border: 1px solid var(--line-subtle);
  background: var(--bg-panel-2);
  color: var(--text-strong);
  padding: 13px 14px;
  font: inherit;
}
.portal-public .mp-public-demo-form textarea{
  min-height: 132px;
  resize: vertical;
}
.portal-public .mp-public-demo-honeypot{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.portal-public .mp-public-demo-status.is-error{
  color: #8f2d2d;
  background: #be43431f;
}
.portal-public .mp-public-demo-status.is-success{
  color: #1f5e42;
  background: #45915f24;
}
.portal-public .mp-public-final-band--inline{
  min-height: 100%;
}
.portal-public .inline-notice--soft{
  background: #7887ad14;
}
.portal-public .mp-public-auth-page--single .auth-panel__inner{
  gap: var(--space-4);
}
.portal-public .mp-public-auth-form--single{
  margin-top: var(--space-3);
}
@media (max-width: 940px){.portal-public .mp-public-demo-shell{
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 680px){.portal-public .mp-public-demo-grid{
    grid-template-columns: minmax(0, 1fr);
  }
}
.portal-public .auth-support-card{
  margin-top: 0;
  gap: 0.3rem;
}
.portal-public .auth-support-card__copy{
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}
.portal-public .auth-support-card__cta{
  justify-self: start;
  align-self: start;
}
@media (min-width: 1181px){.portal-public .auth-support-card--with-cta{
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 1rem;
  }
.portal-public .auth-support-card--with-cta .auth-support-card__cta{
    justify-self: end;
    margin-top: 0.05rem;
  }
}
.portal-public .auth-aside--tabbed{
  align-content: start;
}
.portal-public .auth-aside--tabbed .auth-aside-panel{
  gap: 0.62rem;
}
.portal-public .auth-aside--tabbed .auth-illustration--product{
  width: 100%;
  max-width: 230px;
  min-height: 0;
  height: auto;
  max-height: 138px;
}
.portal-public .auth-aside--tabbed .auth-illustration--public-signin{
  width: min(100%, 238px);
  max-width: 238px;
  max-height: 136px;
}
.portal-public .auth-aside--tabbed h2{
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  line-height: 1.16;
}
.portal-public .auth-aside-summary{
  max-width: none;
  font-size: 0.95rem;
  line-height: 1.55;
}
.portal-public .auth-point{
  padding: 0.72rem 0.78rem;
  gap: 0.58rem;
}
.portal-public .auth-point .status-pill{
  min-width: 20px;
  min-height: 20px;
}
.portal-public .auth-aside-highlights{
  gap: 0.48rem;
}
.portal-public .auth-aside-highlight{
  padding: 0.66rem 0.72rem;
  border-radius: 16px;
}
.portal-public .auth-aside-highlight__title{
  font-size: 0.88rem;
}
.portal-public .auth-aside-highlight__body{
  font-size: 0.84rem;
}
@media (max-width: 1180px){.portal-public .landing-showcase__browser{
    width: calc(100% - 22px);
  }
.portal-public .landing-showcase__support{
    width: min(220px, 38%);
  }
.portal-public .landing-reason-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .auth-split--tabbed{
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  }
}
@media (max-width: 980px){.portal-public .homepage-hero--landing{
    grid-template-columns: 1fr;
  }
.portal-public .homepage-hero__copy--landing{
    max-width: none;
    padding-inline-start: 0;
  }
.portal-public .landing-showcase__shell{
    min-height: 0;
    padding: 0;
    display: grid;
    gap: 0.9rem;
  }
.portal-public .landing-showcase__browser{
    width: 100%;
  }
.portal-public .landing-showcase__support{
    position: static;
    width: 100%;
  }
.portal-public .landing-showcase__support--paper,
  .portal-public .landing-showcase__support--progress{
    top: auto;
    right: auto;
    bottom: auto;
  }
.portal-public .auth-split--tabbed{
    grid-template-columns: 1fr;
  }
.portal-public .auth-panel__inner--tabbed{
    width: 100%;
    max-width: none;
    min-height: 0;
  }
.portal-public .auth-aside--tabbed .auth-illustration--product{
    max-width: 220px;
  }
}
@media (max-width: 760px){.portal-public .homepage-hero__copy--landing h1{
    max-width: 9.6ch;
    font-size: clamp(2.8rem, 11.6vw, 4rem);
  }
.portal-public .landing-reason-grid{
    grid-template-columns: 1fr;
  }
.portal-public .landing-showcase__browser{
    padding: 0.9rem;
    border-radius: 24px;
  }
.portal-public .landing-showcase__browser-frame{
    border-radius: 18px;
  }
.portal-public .landing-showcase__mode-trigger{
    flex: 1 1 calc(33.333% - 0.35rem);
    justify-content: center;
    min-height: 38px;
    padding-inline: 0.55rem;
    font-size: 0.8rem;
  }
.portal-public .landing-showcase__support{
    padding: 0.78rem;
    border-radius: 20px;
  }
.portal-public .homepage-card__header,
  .portal-public .landing-reason-card__header{
    gap: 0.7rem;
  }
.portal-public .homepage-card--mode .homepage-card__icon,
  .portal-public .homepage-journey-card--route .homepage-card__icon,
  .portal-public .landing-reason-card__icon{
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 15px;
  }
.portal-public .homepage-card--mode .homepage-card__icon svg,
  .portal-public .homepage-journey-card--route .homepage-card__icon svg,
  .portal-public .landing-reason-card__icon svg{
    width: 20px;
    height: 20px;
  }
.portal-public .auth-tabs{
    border-radius: 22px;
  }
.portal-public .auth-switch__tab{
    min-height: 42px;
    font-size: 0.88rem;
  }
}
@media (max-width: 620px){.portal-public .landing-showcase__browser-top{
    align-items: start;
    flex-direction: column;
  }
.portal-public .landing-showcase__browser-copy{
    justify-items: start;
    text-align: left;
  }
.portal-public .landing-showcase__browser-copy strong{
    max-width: none;
  }
.portal-public .landing-showcase__browser-pills{
    gap: 0.38rem;
  }
}
html[data-appearance="dark"] body.portal-public,
html[data-theme="dark"] body.portal-public,
body.theme-dark.portal-public{
  --accent-teal: #5d7a78;
  background:
    radial-gradient(
      circle at top left,
      rgba(58, 76, 126, 0.34),
      transparent 28%
    ),
    radial-gradient(
      circle at top right,
      rgba(119, 102, 79, 0.18),
      transparent 22%
    ),
    linear-gradient(180deg, #0f1627, #121a2d 32%, #0d1423);
}
html[data-appearance="dark"] body.portal-public:before,
html[data-theme="dark"] body.portal-public:before,
body.theme-dark.portal-public:before{
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0) 26%,
      transparent 52%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(163, 178, 225, 0.06),
      rgba(163, 178, 225, 0.06) 1px,
      transparent 1px,
      transparent 140px
    );
  opacity: 0.82;
}
html[data-appearance="dark"] body.portal-public:after,
html[data-theme="dark"] body.portal-public:after,
body.theme-dark.portal-public:after{
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(69, 87, 145, 0.26),
      transparent 0 22%
    ),
    radial-gradient(
      circle at 84% 12%,
      rgba(121, 104, 86, 0.14),
      transparent 0 18%
    );
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-topbar__inner,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-topbar__inner,
body.theme-dark.portal-public .mp-topbar--public-home .mp-topbar__inner{
  border-color: #bcc6e624;
  background: #131b2ec7;
  box-shadow: 0 18px 44px #00000047;
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-topbar__utility-pill,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-topbar__utility-pill,
body.theme-dark.portal-public .mp-topbar--public-home .mp-topbar__utility-pill{
  background: #1c263ee0;
  border-color: #bcc6e624;
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--strong,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--strong,
body.theme-dark.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--strong{
  background: linear-gradient(180deg, #37497ba8, #1c2741eb);
  border-color: #9db0e838;
  box-shadow: 0 14px 28px #00000042;
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-topbar__inner,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-topbar__inner,
body.theme-dark.portal-public .mp-topbar--public-auth .mp-topbar__inner{
  box-shadow: 0 16px 34px #0000003d;
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-topbar__utility-pill,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-topbar__utility-pill,
body.theme-dark.portal-public .mp-topbar--public-auth .mp-topbar__utility-pill{
  background: #1c263ed1;
}
html[data-appearance="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--strong,
html[data-theme="dark"]
  body.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--strong,
body.theme-dark.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--strong{
  background: #253254e6;
  border-color: #9db0e833;
}
html[data-appearance="dark"] body.portal-public .homepage-hero--landing,
html[data-theme="dark"] body.portal-public .homepage-hero--landing,
body.theme-dark.portal-public .homepage-hero--landing{
  border-color: #bcc6e629;
  background:
    linear-gradient(150deg, #131c30f0, #0f1727f7 52%, #0b121ffa),
    linear-gradient(180deg, #ffffff0a, #fff0);
  box-shadow: 0 30px 68px #00000057;
}
html[data-appearance="dark"] body.portal-public .homepage-hero--landing:before,
html[data-theme="dark"] body.portal-public .homepage-hero--landing:before,
body.theme-dark.portal-public .homepage-hero--landing:before{
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(84, 103, 170, 0.16),
      transparent 0 24%
    ),
    radial-gradient(
      circle at 78% 86%,
      rgba(104, 140, 126, 0.08),
      transparent 0 26%
    );
}
html[data-appearance="dark"] body.portal-public .homepage-btn--primary,
html[data-theme="dark"] body.portal-public .homepage-btn--primary,
body.theme-dark.portal-public .homepage-btn--primary{
  background: linear-gradient(180deg, #5875c4, #3a517f);
  box-shadow: 0 16px 30px #0a0e1852;
}
html[data-appearance="dark"] body.portal-public .homepage-btn--secondary,
html[data-theme="dark"] body.portal-public .homepage-btn--secondary,
body.theme-dark.portal-public .homepage-btn--secondary{
  background: #1c263edb;
  border-color: #bcc6e629;
  color: var(--text-strong);
  box-shadow: inset 0 1px #ffffff0d;
}
html[data-appearance="dark"]
  body.portal-public
  .homepage-proof-strip--landing
  .homepage-proof-pill,
html[data-theme="dark"]
  body.portal-public
  .homepage-proof-strip--landing
  .homepage-proof-pill,
body.theme-dark.portal-public
  .homepage-proof-strip--landing
  .homepage-proof-pill{
  border-color: #bcc6e629;
  background: #1e2841d6;
  color: var(--text-body);
}
html[data-appearance="dark"]
  body.portal-public
  :is(
    .homepage-section__eyebrow,
    .homepage-card__eyebrow,
    .landing-showcase__eyebrow
  ),
html[data-theme="dark"]
  body.portal-public
  :is(
    .homepage-section__eyebrow,
    .homepage-card__eyebrow,
    .landing-showcase__eyebrow
  ),
body.theme-dark.portal-public
  :is(
    .homepage-section__eyebrow,
    .homepage-card__eyebrow,
    .landing-showcase__eyebrow
  ){
  color: color-mix(in srgb, var(--text-soft) 90%, white 10%);
}
html[data-appearance="dark"]
  body.portal-public
  :is(
    .landing-showcase__browser,
    .landing-proof-card,
    .public-band--soft,
    .auth-split--premium,
    .auth-panel,
    .auth-aside,
    .homepage-shell--v18-6-14 .homepage-card,
    .homepage-shell--v18-6-14 .homepage-journey-card,
    .landing-reason-card
  ),
html[data-theme="dark"]
  body.portal-public
  :is(
    .landing-showcase__browser,
    .landing-proof-card,
    .public-band--soft,
    .auth-split--premium,
    .auth-panel,
    .auth-aside,
    .homepage-shell--v18-6-14 .homepage-card,
    .homepage-shell--v18-6-14 .homepage-journey-card,
    .landing-reason-card
  ),
body.theme-dark.portal-public
  :is(
    .landing-showcase__browser,
    .landing-proof-card,
    .public-band--soft,
    .auth-split--premium,
    .auth-panel,
    .auth-aside,
    .homepage-shell--v18-6-14 .homepage-card,
    .homepage-shell--v18-6-14 .homepage-journey-card,
    .landing-reason-card
  ){
  border-color: #bcc6e624;
  background: linear-gradient(180deg, #171f35f0, #101829f5);
  box-shadow: 0 18px 40px #0000003d;
}
html[data-appearance="dark"]
  body.portal-public
  :is(.landing-showcase__stage, .landing-proof-card__media),
html[data-theme="dark"]
  body.portal-public
  :is(.landing-showcase__stage, .landing-proof-card__media),
body.theme-dark.portal-public
  :is(.landing-showcase__stage, .landing-proof-card__media){
  border-color: #bcc6e61f;
  background: #090e19eb;
}
html[data-appearance="dark"]
  body.portal-public
  :is(
    .landing-showcase__mode-trigger,
    .auth-chip,
    .auth-point,
    .auth-support-card,
    .auth-panel .inline-notice
  ),
html[data-theme="dark"]
  body.portal-public
  :is(
    .landing-showcase__mode-trigger,
    .auth-chip,
    .auth-point,
    .auth-support-card,
    .auth-panel .inline-notice
  ),
body.theme-dark.portal-public
  :is(
    .landing-showcase__mode-trigger,
    .auth-chip,
    .auth-point,
    .auth-support-card,
    .auth-panel .inline-notice
  ){
  border-color: #bcc6e624;
  background: #1f2a45d6;
}
html[data-appearance="dark"]
  body.portal-public
  .homepage-journey-card--route
  .btn,
html[data-theme="dark"] body.portal-public .homepage-journey-card--route .btn,
body.theme-dark.portal-public .homepage-journey-card--route .btn{
  background: #1f2a45db;
  border-color: #bcc6e624;
  color: var(--text-strong);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-showcase__mode-trigger:hover,
html[data-theme="dark"]
  body.portal-public
  .landing-showcase__mode-trigger:hover,
body.theme-dark.portal-public .landing-showcase__mode-trigger:hover{
  border-color: #9eb1ea3d;
  background: #2c3a5feb;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-showcase__mode-trigger.is-active,
html[data-theme="dark"]
  body.portal-public
  .landing-showcase__mode-trigger.is-active,
body.theme-dark.portal-public .landing-showcase__mode-trigger.is-active{
  border-color: #9eb1ea42;
  background: linear-gradient(180deg, #485c96ad, #283558e6);
  box-shadow: inset 0 1px #ffffff14;
}
html[data-appearance="dark"]
  body.portal-public
  :is(.homepage-card__icon, .landing-reason-card__icon),
html[data-theme="dark"]
  body.portal-public
  :is(.homepage-card__icon, .landing-reason-card__icon),
body.theme-dark.portal-public
  :is(.homepage-card__icon, .landing-reason-card__icon){
  background: linear-gradient(180deg, #4258918a, #1f2b48e6);
  color: #dce5ff;
  box-shadow:
    inset 0 1px #ffffff0d,
    0 10px 24px #00000038;
}
html[data-appearance="dark"] body.portal-public .auth-tabs,
html[data-theme="dark"] body.portal-public .auth-tabs,
body.theme-dark.portal-public .auth-tabs{
  border-color: #bcc6e624;
  background: #131c30e6;
}
html[data-appearance="dark"] body.portal-public .auth-switch__tab,
html[data-theme="dark"] body.portal-public .auth-switch__tab,
body.theme-dark.portal-public .auth-switch__tab{
  color: var(--text-body);
}
html[data-appearance="dark"] body.portal-public .auth-switch__tab.is-active,
html[data-theme="dark"] body.portal-public .auth-switch__tab.is-active,
html[data-appearance="dark"]
  body.portal-public
  .auth-switch__tab[aria-selected="true"],
html[data-theme="dark"]
  body.portal-public
  .auth-switch__tab[aria-selected="true"],
body.theme-dark.portal-public .auth-switch__tab.is-active,
body.theme-dark.portal-public .auth-switch__tab[aria-selected="true"]{
  background: linear-gradient(180deg, #3e5185c2, #212d4af0);
  color: var(--text-strong);
  box-shadow: 0 10px 20px #00000038;
}
html[data-appearance="dark"] body.portal-public .auth-panel :is(input, select),
html[data-theme="dark"] body.portal-public .auth-panel :is(input, select),
body.theme-dark.portal-public .auth-panel :is(input, select){
  border-color: #bcc6e629;
  background-color: #0e1627eb;
  color: var(--text-strong);
  box-shadow: inset 0 1px #ffffff08;
}
html[data-appearance="dark"]
  body.portal-public
  .auth-panel
  :is(input, select)::placeholder,
html[data-theme="dark"]
  body.portal-public
  .auth-panel
  :is(input, select)::placeholder,
body.theme-dark.portal-public .auth-panel :is(input, select)::placeholder{
  color: color-mix(in srgb, var(--text-soft) 88%, transparent);
}
html[data-appearance="dark"] body.portal-public .auth-point .status-pill:before,
html[data-theme="dark"] body.portal-public .auth-point .status-pill:before,
body.theme-dark.portal-public .auth-point .status-pill:before{
  background: #9eb1ea;
}
.portal-public .homepage-shell--v18-6-14{
  --public-shell-max: 1400px;
}
.portal-public .page-shell{
  --public-shell-max: 1380px;
}
.portal-public
  :is(
    .homepage-hero__copy--landing h1,
    .homepage-section__title,
    .landing-showcase__browser-copy strong,
    .landing-showcase__slide-meta strong,
    .auth-panel-heading h1,
    .auth-aside--tabbed h2
  ){
  text-wrap: balance;
}
.portal-public
  :is(
    .homepage-hero__sub--landing,
    .homepage-section__sub,
    .landing-showcase__slide-meta p,
    .auth-panel-heading p,
    .auth-aside-summary
  ){
  text-wrap: pretty;
}
.portal-public .homepage-hero--landing{
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(1.15rem, 1.9vw, 1.7rem);
  padding: clamp(1.3rem, 2.3vw, 2rem);
  align-items: center;
}
.portal-public .homepage-hero__copy--landing{
  gap: 0.88rem;
  max-width: 40rem;
  padding-inline-start: 0;
}
.portal-public .homepage-hero__copy--landing h1{
  max-width: 12.8ch;
  font-size: clamp(3rem, 4.7vw, 4.95rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.portal-public .homepage-hero__sub--landing{
  max-width: 42ch;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.5;
}
.portal-public .homepage-hero__actions--landing{
  gap: 0.75rem;
}
.portal-public .homepage-proof-strip--landing,
.portal-public .homepage-proof-strip.homepage-proof-strip--landing{
  max-width: 40rem;
}
.portal-public .homepage-proof-strip--landing .homepage-proof-pill,
.portal-public
  .homepage-proof-strip.homepage-proof-strip--landing
  .homepage-proof-pill{
  min-height: 32px;
  padding: 0.36rem 0.72rem;
  font-size: 0.8rem;
}
.portal-public .landing-showcase__browser{
  gap: 0.82rem;
  padding: 0.98rem;
  border-radius: 28px;
}
.portal-public .landing-showcase__browser-top{
  gap: 0.8rem;
  align-items: flex-start;
}
.portal-public .landing-showcase__browser-copy strong{
  max-width: 18ch;
  font-size: 0.98rem;
}
.portal-public .landing-showcase__stage{
  aspect-ratio: 16 / 9;
}
.portal-public .landing-showcase__slide-frame img{
  object-fit: cover;
  object-position: center top;
}
.portal-public .landing-showcase__slide-frame--contain{
  display: grid;
  place-items: center;
}
.portal-public .landing-showcase__slide-frame--contain img{
  object-fit: contain;
  object-position: center center;
}
.portal-public .landing-showcase__slide-frame--sats{
  background:
    radial-gradient(
      circle at center,
      rgba(247, 243, 236, 0.28),
      transparent 58%
    ),
    linear-gradient(180deg, #2f3754f5, #191f34fa);
}
.portal-public .landing-showcase__slide-meta strong{
  font-size: 0.96rem;
}
.portal-public .landing-showcase__slide-meta p{
  max-width: 40ch;
}
.portal-public .homepage-section--proof,
.portal-public .homepage-section--landing{
  gap: 1.2rem;
}
.portal-public .homepage-section__title{
  max-width: 16ch;
  font-size: clamp(2.3rem, 3.4vw, 3.55rem);
  line-height: 1.02;
}
.portal-public .homepage-section__sub{
  max-width: 50ch;
  line-height: 1.58;
}
.portal-public .homepage-feature-grid--landing,
.portal-public .homepage-journey-grid--landing,
.portal-public .landing-reason-grid{
  gap: 1.1rem;
}
.portal-public .homepage-shell--v18-6-14 .homepage-card,
.portal-public .homepage-shell--v18-6-14 .homepage-journey-card,
.portal-public .landing-reason-card{
  padding: 1.35rem 1.4rem;
  border-radius: 26px;
}
.portal-public .homepage-card__icon,
.portal-public .landing-reason-card__icon{
  width: 50px;
  height: 50px;
  border-radius: 18px;
}
.portal-public .homepage-card__icon svg,
.portal-public .landing-reason-card__icon svg{
  width: 22px;
  height: 22px;
}
.portal-public .landing-final-band{
  padding-block: clamp(1.15rem, 2vw, 1.6rem);
}
.portal-public .auth-split--tabbed{
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: clamp(0.9rem, 1.5vw, 1.2rem);
  align-items: stretch;
}
.portal-public :is(.auth-panel, .auth-aside){
  padding: clamp(0.95rem, 1.5vw, 1.1rem);
}
.portal-public .auth-panel--tabbed{
  justify-items: start;
}
.portal-public :is(.auth-tabs, .auth-panel__inner--tabbed){
  width: min(100%, 38rem);
  max-width: 38rem;
}
.portal-public .auth-tabs{
  gap: 4px;
  padding: 4px;
  margin-bottom: 0.72rem;
}
.portal-public .auth-switch__tab{
  min-height: 40px;
  padding-inline: 0.82rem;
  font-size: 0.89rem;
  font-weight: 700;
}
.portal-public .auth-panel__inner--tabbed{
  min-height: 0;
  gap: 0.78rem;
}
.portal-public .auth-panel-heading h1{
  max-width: 12ch;
  font-size: clamp(1.95rem, 2.2vw, 2.6rem);
  line-height: 1.05;
}
.portal-public .auth-panel-heading p{
  max-width: 40ch;
  font-size: 0.98rem;
  line-height: 1.55;
}
.portal-public .auth-form-stack{
  gap: 0.68rem;
}
.portal-public .auth-submit-btn{
  min-height: 46px;
}
.portal-public .auth-support-card{
  padding: 0.78rem 0.84rem;
  border-radius: 18px;
}
.portal-public .auth-aside--tabbed .auth-aside-panel{
  gap: 0.7rem;
}
.portal-public .auth-aside--tabbed .auth-illustration--product{
  max-width: 100%;
  max-height: 130px;
}
.portal-public .auth-aside--tabbed .auth-illustration--public-signin{
  max-width: 230px;
  max-height: 132px;
}
.portal-public .auth-aside--tabbed h2{
  max-width: 15ch;
  font-size: clamp(1.1rem, 1.2vw, 1.32rem);
  line-height: 1.18;
}
.portal-public .auth-points{
  gap: 0.55rem;
}
.portal-public .auth-point{
  padding: 0.7rem 0.75rem;
  border-radius: 16px;
}
.portal-public .auth-aside-highlight{
  padding: 0.62rem 0.7rem;
  border-radius: 15px;
}
.portal-public .auth-point strong{
  line-height: 1.25;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-showcase__slide-frame--theme-invert
  img,
html[data-theme="dark"]
  body.portal-public
  .landing-showcase__slide-frame--theme-invert
  img,
body.theme-dark.portal-public .landing-showcase__slide-frame--theme-invert img{
  filter: invert(1) hue-rotate(180deg) brightness(0.88) saturate(0.84)
    contrast(0.96);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-showcase__slide-frame--sats,
html[data-theme="dark"] body.portal-public .landing-showcase__slide-frame--sats,
body.theme-dark.portal-public .landing-showcase__slide-frame--sats{
  background:
    radial-gradient(
      circle at center,
      rgba(105, 122, 181, 0.2),
      transparent 55%
    ),
    linear-gradient(180deg, #0e1527fa, #080d18fa);
}
@media (max-width: 1280px){.portal-public .homepage-shell--v18-6-14{
    --public-shell-max: 1340px;
  }
.portal-public .auth-split--tabbed{
    grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.42fr);
  }
.portal-public :is(.auth-tabs, .auth-panel__inner--tabbed){
    width: min(100%, 37.5rem);
    max-width: 37.5rem;
  }
}
@media (max-width: 1120px){.portal-public .homepage-hero--landing{
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  }
.portal-public .homepage-hero__copy--landing h1{
    max-width: 11.8ch;
    font-size: clamp(2.8rem, 4.35vw, 4.2rem);
  }
.portal-public .homepage-section__title{
    max-width: 14ch;
    font-size: clamp(2.1rem, 3vw, 3rem);
  }
}
@media (max-width: 1024px){.portal-public .mp-topbar--public-home .mp-topbar__inner{
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "left right";
    min-height: 60px;
    padding: 6px 10px;
    align-items: center;
    row-gap: 0;
    column-gap: 8px;
  }
.portal-public .mp-topbar--public-home .mp-topbar__center,
  .portal-public .mp-topbar--public-home .mp-public-auth-actions{
    display: none;
  }
.portal-public .mp-topbar--public-home .mp-topbar__left,
  .portal-public .mp-topbar--public-home .mp-topbar__right,
  .portal-public .mp-topbar--public-home .mp-topbar__right--signed-out{
    width: auto;
    min-height: auto;
    align-self: center;
    gap: 0;
    flex-wrap: nowrap;
  }
.portal-public .mp-topbar--public-home .mp-topbar__left{
    justify-self: start;
    justify-content: flex-start;
  }
.portal-public .mp-topbar--public-home .mp-topbar__right,
  .portal-public .mp-topbar--public-home .mp-topbar__right--signed-out{
    justify-self: end;
    justify-content: flex-end;
  }
.portal-public .mp-topbar--public-home .mp-topbar__utility-pill{
    width: auto;
    min-height: auto;
    justify-content: flex-end;
    gap: 0;
    flex-wrap: nowrap;
  }
.portal-public .mp-topbar--public-home .mp-language-menu,
  .portal-public .mp-topbar--public-home .mp-tool-group{
    width: auto;
    flex: 0 0 auto;
  }
.portal-public .mp-topbar--public-home .mp-tool-group{
    gap: 0;
  }
.portal-public .mp-topbar--public-home .topbar-brand-image,
  .portal-public .mp-topbar--public-home .mp-topbar__brand img{
    max-width: min(180px, 100%);
    max-height: 28px;
  }
.portal-public :is(.homepage-shell--v18-6-14, .page-shell){
    --public-shell-max: 100%;
  }
.portal-public :is(.homepage-hero--landing, .auth-split--tabbed){
    grid-template-columns: 1fr;
  }
.portal-public .homepage-hero--landing{
    gap: 1.05rem;
    align-items: start;
  }
.portal-public
    :is(
      .homepage-cockpit,
      .landing-showcase__shell,
      .landing-showcase__browser,
      .auth-tabs,
      .auth-panel__inner--tabbed
    ){
    width: 100%;
    max-width: none;
  }
.portal-public .landing-showcase__browser{
    padding: 0.92rem;
  }
.portal-public .landing-showcase__stage{
    aspect-ratio: 16 / 10;
  }
.portal-public .auth-split--tabbed{
    gap: 1rem;
  }
.portal-public :is(.auth-panel, .auth-aside){
    min-width: 0;
  }
}
@media (max-width: 900px){.portal-public .homepage-feature-grid--landing{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px){.portal-public :is(.public-shell, .page-shell){
    gap: 16px;
  }
.portal-public .homepage-hero--landing{
    padding: 1rem;
    border-radius: 28px;
    gap: 0.95rem;
  }
.portal-public .homepage-hero__copy--landing{
    gap: 0.72rem;
  }
.portal-public .homepage-hero__copy--landing h1{
    max-width: 10.2ch;
    font-size: clamp(2.3rem, 10vw, 3.45rem);
    line-height: 0.96;
  }
.portal-public .homepage-hero__sub--landing{
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.52;
  }
.portal-public .homepage-hero__actions--landing{
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
.portal-public .homepage-hero__actions--landing .btn{
    width: 100%;
    justify-content: center;
  }
.portal-public .homepage-proof-strip--landing,
  .portal-public .homepage-proof-strip.homepage-proof-strip--landing{
    max-width: none;
    gap: 0.42rem;
  }
.portal-public .homepage-proof-strip--landing .homepage-proof-pill,
  .portal-public
    .homepage-proof-strip.homepage-proof-strip--landing
    .homepage-proof-pill{
    min-height: 30px;
    padding: 0.32rem 0.62rem;
    font-size: 0.77rem;
  }
.portal-public .landing-showcase__browser{
    gap: 0.72rem;
    padding: 0.82rem;
    border-radius: 24px;
  }
.portal-public .landing-showcase__browser-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }
.portal-public .landing-showcase__browser-copy{
    width: 100%;
  }
.portal-public .landing-showcase__browser-copy strong{
    max-width: none;
    font-size: 0.95rem;
  }
.portal-public .landing-showcase__mode-switch{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
  }
.portal-public .landing-showcase__mode-trigger{
    min-width: 0;
    min-height: 40px;
    padding: 0.48rem 0.38rem;
    font-size: 0.78rem;
    line-height: 1.18;
    white-space: normal;
    text-align: center;
  }
.portal-public .landing-showcase__stage{
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }
.portal-public .landing-proof-card__media{
    aspect-ratio: 16 / 10;
  }
.portal-public .landing-showcase__browser-footer--showcase{
    min-height: 0;
  }
.portal-public .landing-showcase__slide-meta{
    max-width: none;
  }
.portal-public .landing-showcase__slide-meta strong{
    font-size: 0.94rem;
  }
.portal-public .landing-showcase__slide-meta p{
    max-width: none;
    font-size: 0.88rem;
  }
.portal-public .homepage-section__title{
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.55rem);
    line-height: 1.02;
  }
.portal-public .homepage-section__sub{
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.56;
  }
.portal-public .homepage-shell--v18-6-14 .homepage-card,
  .portal-public .homepage-shell--v18-6-14 .homepage-journey-card,
  .portal-public .landing-reason-card,
  .portal-public .landing-proof-card{
    padding: 1rem;
    border-radius: 22px;
  }
.portal-public .landing-final-band{
    padding-block: 1rem;
  }
.portal-public .auth-split--tabbed{
    gap: 0.75rem;
    padding: 0.15rem;
  }
.portal-public :is(.auth-panel, .auth-aside){
    padding: 0.9rem;
    border-radius: 20px;
  }
.portal-public .auth-tabs{
    gap: 4px;
    padding: 4px;
    margin-bottom: 0.7rem;
  }
.portal-public .auth-switch__tab{
    min-height: 40px;
    padding-inline: 0.35rem;
    font-size: 0.8rem;
    line-height: 1.12;
    white-space: nowrap;
    text-align: center;
  }
.portal-public .auth-panel__inner--tabbed{
    gap: 0.74rem;
  }
.portal-public .auth-panel-heading h1{
    max-width: 10ch;
    font-size: clamp(1.85rem, 7.6vw, 2.5rem);
    line-height: 1.05;
  }
.portal-public .auth-panel-heading p{
    max-width: none;
    font-size: 0.95rem;
  }
.portal-public .auth-chip{
    font-size: 0.74rem;
    padding: 0.26rem 0.48rem;
  }
.portal-public .auth-submit-btn{
    min-height: 46px;
  }
.portal-public .auth-support-card{
    padding: 0.76rem 0.78rem;
  }
.portal-public .auth-aside--tabbed .auth-illustration--product{
    max-width: 210px;
    max-height: 118px;
  }
.portal-public .auth-aside--tabbed .auth-illustration--public-signin{
    max-width: 210px;
    max-height: 120px;
  }
.portal-public .auth-aside--tabbed h2{
    max-width: none;
    font-size: 1.18rem;
  }
.portal-public .auth-point{
    padding: 0.68rem 0.72rem;
    border-radius: 15px;
  }
.portal-public .auth-aside-highlight{
    padding: 0.6rem 0.66rem;
    border-radius: 14px;
  }
}
@media (max-width: 560px){.portal-public .homepage-feature-grid--landing,
  .portal-public .homepage-journey-grid--landing{
    grid-template-columns: 1fr;
  }
.portal-public .homepage-hero__copy--landing h1{
    max-width: 10ch;
    font-size: clamp(2.15rem, 11vw, 3rem);
  }
.portal-public .auth-panel-heading h1{
    max-width: 9.4ch;
  }
.portal-public .landing-showcase__mode-trigger{
    font-size: 0.74rem;
    padding-inline: 0.3rem;
  }
.portal-public .auth-switch__tab{
    min-height: 44px;
    font-size: 0.78rem;
    padding-inline: 0.3rem;
  }
}
.portal-public
  :is(
    .homepage-card p,
    .homepage-journey-card p,
    .landing-showcase__slide-meta p,
    .auth-support-card p,
    .step-card p,
    .inline-notice,
    .auth-point .small
  ){
  text-wrap: pretty;
}
.portal-public
  :is(
    .auth-support-card strong,
    .step-card h3,
    .landing-showcase__slide-meta strong
  ){
  text-wrap: balance;
}
.portal-public .steps-grid--request-demo{
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
}
.portal-public .steps-grid--request-demo .step-card{
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-height: 100%;
}
.portal-public .steps-grid--request-demo .step-card h3{
  margin: 0 !important;
  max-width: 18ch;
}
.portal-public .auth-split--premium > .auth-panel > h1{
  max-width: 13ch !important;
  line-height: 1.04;
  text-wrap: balance;
}
.portal-public .auth-split--premium > .auth-panel > p.muted{
  line-height: 1.58;
  text-wrap: pretty;
}
@media (min-width: 1025px){.portal-public .homepage-section__title{
    max-width: 28ch;
  }
.portal-public .homepage-section__sub{
    max-width: 58ch;
  }
.portal-public :is(.auth-tabs, .auth-panel__inner--tabbed){
    width: min(100%, 46rem);
    max-width: 46rem;
  }
.portal-public .auth-panel-heading h1{
    max-width: 22ch;
    text-wrap: pretty;
  }
.portal-public .auth-panel-heading p,
  .portal-public .auth-aside-summary{
    max-width: 66ch;
  }
.portal-public .auth-aside--tabbed h2{
    max-width: 26ch;
    text-wrap: pretty;
  }
}
@media (min-width: 1025px) and (max-width: 1280px){.portal-public .homepage-section--modes{
    grid-template-columns: minmax(340px, 0.52fr) minmax(0, 1fr);
  }
}
@media (min-width: 1281px){.portal-public .homepage-section--modes{
    grid-template-columns: minmax(400px, 0.6fr) minmax(0, 1fr);
  }
}
.portal-public .homepage-hero__copy--landing h1{
  max-width: 14.6ch;
  text-wrap: pretty;
}
.portal-public .homepage-hero__sub--landing{
  max-width: 52ch;
}
.portal-public .landing-hero-note{
  max-width: 54ch;
}
.portal-public .homepage-proof-strip--landing,
.portal-public .homepage-proof-strip.homepage-proof-strip--landing{
  max-width: 44rem;
}
.portal-public .landing-showcase__browser-footer--showcase{
  min-height: 5.8rem;
}
.portal-public .landing-showcase__slide-frame--mock,
.portal-public .landing-showcase__slide-visual--mock,
.portal-public .landing-proof-card__media--mock{
  width: 100%;
  height: 100%;
}
.portal-public .landing-showcase__slide-frame--mock,
.portal-public .landing-showcase__slide-visual--mock{
  display: flex;
}
.portal-public .landing-proof-card__media--contain,
.portal-public .landing-proof-card__media--mock{
  display: grid;
  place-items: center;
}
.portal-public .landing-proof-card__media--contain img{
  object-fit: contain;
  object-position: center center;
}
.portal-public .landing-proof-card__media--sats{
  background:
    radial-gradient(
      circle at center,
      rgba(247, 243, 236, 0.28),
      transparent 58%
    ),
    linear-gradient(180deg, #2f3754f5, #191f34fa);
}
.portal-public .landing-proof-card__media--theme-invert img{
  filter: invert(0);
}
.portal-public .home-product-mock{
  display: grid;
  gap: 0.9rem;
  width: 100%;
  min-height: 100%;
  padding: clamp(1rem, 1.6vw, 1.2rem);
  border-radius: 22px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background:
    radial-gradient(
      circle at top right,
      rgba(125, 145, 225, 0.18),
      transparent 34%
    ),
    linear-gradient(180deg, #fffffff2, #f5f0e8eb);
  box-shadow: inset 0 1px #ffffffc7;
}
.portal-public .home-product-mock__top,
.portal-public .home-product-mock__footer{
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  justify-content: space-between;
}
.portal-public .home-product-mock__copy,
.portal-public .home-product-mock__metric{
  display: grid;
  gap: 0.18rem;
}
.portal-public .home-product-mock__copy strong,
.portal-public .home-product-mock__metric strong{
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}
.portal-public .home-product-mock__eyebrow,
.portal-public .home-product-mock__metric span,
.portal-public .home-product-mock__card span,
.portal-public .home-product-mock__stat span{
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-muted) 76%, var(--text-body) 24%);
}
.portal-public .home-product-mock__pill{
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 82, 107, 0.12);
  background: #f2f6ffd6;
  color: var(--text-strong);
  font-size: 0.76rem;
  font-weight: 760;
  white-space: nowrap;
}
.portal-public .home-product-mock__grid,
.portal-public .home-product-mock__stats,
.portal-public .home-product-mock__split,
.portal-public .home-product-mock__sudoku-aside{
  display: grid;
  gap: 0.72rem;
}
.portal-public .home-product-mock__grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portal-public .home-product-mock__stats{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portal-public .home-product-mock__split{
  grid-template-columns: minmax(0, 1.18fr) minmax(132px, 0.82fr);
  align-items: stretch;
}
.portal-public .home-product-mock__card,
.portal-public .home-product-mock__stat{
  display: grid;
  gap: 0.26rem;
  padding: 0.82rem;
  border-radius: 18px;
  border: 1px solid rgba(71, 82, 107, 0.1);
  background: #fffbf5db;
}
.portal-public .home-product-mock__card strong,
.portal-public .home-product-mock__stat strong{
  font-size: 1rem;
  line-height: 1.15;
  color: var(--text-strong);
}
.portal-public .home-product-mock__card small,
.portal-public .home-product-mock__footer p,
.portal-public .home-product-mock__stat small{
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--text-body) 88%, white 12%);
}
.portal-public .home-product-mock__bars{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: end;
  min-height: 78px;
}
.portal-public .home-product-mock__bars span{
  display: block;
  min-height: 28px;
  height: var(--home-mock-bar, 72%);
  border-radius: 999px 999px 16px 16px;
  background: linear-gradient(180deg, #607ce1f2, #8ea2efa3);
  box-shadow: inset 0 1px #ffffff61;
}
.portal-public .home-product-mock__sudoku-board{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.portal-public .home-product-mock__sudoku-cell{
  display: grid;
  place-items: center;
  min-height: clamp(48px, 4.4vw, 62px);
  border-radius: 16px;
  border: 1px solid rgba(71, 82, 107, 0.12);
  background: #fffbf5eb;
  color: var(--text-strong);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 760;
  box-shadow: inset 0 1px #ffffffc7;
}
.portal-public .home-product-mock__sudoku-cell.is-empty{
  color: transparent;
}
.portal-public .home-product-mock--proof{
  padding: 1rem;
}
.portal-public .homepage-feature-grid--landing,
.portal-public .landing-reason-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
html[data-appearance="dark"]
  body.portal-public
  .landing-proof-card__media--theme-invert
  img,
html[data-theme="dark"]
  body.portal-public
  .landing-proof-card__media--theme-invert
  img,
body.theme-dark.portal-public .landing-proof-card__media--theme-invert img{
  filter: invert(1) hue-rotate(180deg) brightness(0.88) saturate(0.84)
    contrast(0.96);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-proof-card__media--sats,
html[data-theme="dark"] body.portal-public .landing-proof-card__media--sats,
body.theme-dark.portal-public .landing-proof-card__media--sats{
  background:
    radial-gradient(
      circle at center,
      rgba(105, 122, 181, 0.2),
      transparent 55%
    ),
    linear-gradient(180deg, #0e1527fa, #080d18fa);
}
html[data-appearance="dark"] body.portal-public .home-product-mock,
html[data-theme="dark"] body.portal-public .home-product-mock,
body.theme-dark.portal-public .home-product-mock{
  border-color: #bcc6e624;
  background:
    radial-gradient(
      circle at top right,
      rgba(88, 116, 214, 0.22),
      transparent 34%
    ),
    linear-gradient(180deg, #121829f5, #0a0f1cf5);
  box-shadow: inset 0 1px #ffffff08;
}
html[data-appearance="dark"]
  body.portal-public
  :is(.home-product-mock__card, .home-product-mock__stat),
html[data-theme="dark"]
  body.portal-public
  :is(.home-product-mock__card, .home-product-mock__stat),
body.theme-dark.portal-public
  :is(.home-product-mock__card, .home-product-mock__stat){
  border-color: #bcc6e61f;
  background: #18223adb;
}
html[data-appearance="dark"] body.portal-public .home-product-mock__sudoku-cell,
html[data-theme="dark"] body.portal-public .home-product-mock__sudoku-cell,
body.theme-dark.portal-public .home-product-mock__sudoku-cell{
  border-color: #bcc6e61f;
  background: #18223ad6;
  box-shadow: inset 0 1px #ffffff0a;
}
html[data-appearance="dark"] body.portal-public .home-product-mock__pill,
html[data-theme="dark"] body.portal-public .home-product-mock__pill,
body.theme-dark.portal-public .home-product-mock__pill{
  border-color: #bcc6e61f;
  background: #2a385ed1;
  color: var(--text-body);
}
@media (max-width: 1200px){.portal-public .homepage-feature-grid--landing,
  .portal-public .landing-reason-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .homepage-hero__copy--landing h1{
    max-width: 12.4ch;
  }
}
@media (max-width: 900px){.portal-public .landing-showcase__browser-footer--showcase{
    min-height: 0;
  }
.portal-public .home-product-mock__grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px){.portal-public .homepage-feature-grid--landing,
  .portal-public .landing-reason-grid,
  .portal-public .home-product-mock__stats,
  .portal-public .home-product-mock__split{
    grid-template-columns: 1fr;
  }
.portal-public .home-product-mock{
    padding: 0.92rem;
  }
.portal-public .home-product-mock__top,
  .portal-public .home-product-mock__footer{
    flex-direction: column;
  }
}
.portal-public .homepage-shell--showcase{
  --public-shell-max: 1440px;
  --landing-line: rgba(71, 82, 107, 0.12);
  --landing-line-strong: rgba(71, 82, 107, 0.18);
  --landing-surface: linear-gradient(
    180deg,
    rgba(255, 253, 249, 0.94),
    rgba(248, 243, 235, 0.92)
  );
  --landing-surface-soft: linear-gradient(
    180deg,
    rgba(255, 251, 245, 0.9),
    rgba(244, 238, 229, 0.92)
  );
  --landing-surface-muted: rgba(255, 251, 245, 0.82);
  --landing-surface-strong: rgba(255, 255, 255, 0.94);
  --landing-shadow: 0 24px 60px rgba(31, 37, 52, 0.08);
  --landing-shadow-soft: 0 18px 40px rgba(31, 37, 52, 0.06);
  --landing-accent: #3f5ea3;
  --landing-accent-soft: rgba(219, 229, 255, 0.86);
  --landing-track: rgba(71, 82, 107, 0.12);
  gap: clamp(1.15rem, 2.2vw, 2rem);
  padding-top: 12px;
}
html[data-appearance="dark"] body.portal-public .homepage-shell--showcase,
html[data-theme="dark"] body.portal-public .homepage-shell--showcase,
body.theme-dark.portal-public .homepage-shell--showcase{
  --landing-line: rgba(188, 198, 230, 0.16);
  --landing-line-strong: rgba(188, 198, 230, 0.24);
  --landing-surface: linear-gradient(
    180deg,
    rgba(20, 27, 45, 0.96),
    rgba(11, 17, 31, 0.96)
  );
  --landing-surface-soft: linear-gradient(
    180deg,
    rgba(26, 35, 57, 0.94),
    rgba(16, 24, 41, 0.96)
  );
  --landing-surface-muted: rgba(24, 34, 58, 0.84);
  --landing-surface-strong: rgba(18, 24, 41, 0.94);
  --landing-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --landing-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.24);
  --landing-accent: #8ea4ff;
  --landing-accent-soft: rgba(42, 56, 94, 0.82);
  --landing-track: rgba(188, 198, 230, 0.16);
}
.portal-public .homepage-shell--showcase .homepage-hero--showcase{
  display: grid;
  gap: clamp(0.8rem, 1.35vw, 1.05rem);
  align-items: center;
  padding: clamp(1rem, 1.7vw, 1.32rem);
  border-radius: 30px;
  border: 1px solid var(--landing-line);
  background:
    radial-gradient(
      circle at top left,
      rgba(223, 231, 255, 0.32),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(241, 229, 202, 0.32),
      transparent 24%
    ),
    var(--landing-surface);
  box-shadow: var(--landing-shadow-soft);
  overflow: hidden;
}
.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase{
  display: grid;
  gap: 0.74rem;
  max-width: 44rem;
}
.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase h1{
  margin: 0;
  max-width: 13.2ch;
  font-size: clamp(2.4rem, 4.3vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-wrap: balance;
  color: var(--text-strong);
}
.portal-public .homepage-shell--showcase .homepage-hero__sub--showcase{
  margin: 0;
  max-width: 29ch;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.58;
  color: color-mix(in srgb, var(--text-body) 88%, white 12%);
}
.portal-public .homepage-shell--showcase .homepage-hero__actions--showcase{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
}
.portal-public .landing-inline-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.25rem;
  border: 0;
  background: transparent;
  color: color-mix(in srgb, var(--text-strong) 88%, white 12%);
  font-size: 0.95rem;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.portal-public .landing-inline-link:hover,
.portal-public .landing-inline-link:focus-visible{
  color: var(--landing-accent);
  opacity: 1;
  outline: none;
}
.portal-public .landing-hero-notes{
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
}
.portal-public .landing-hero-note{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.84rem;
  line-height: 1.45;
}
.portal-public .landing-hero-note:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #3f5ea3b8;
}
.portal-public .homepage-shell--showcase .homepage-btn--primary{
  background: linear-gradient(180deg, #314569, #253754);
  box-shadow: 0 12px 24px #25365329;
}
.portal-public .landing-hero-card,
.portal-public .landing-journey-row,
.portal-public .landing-route-strip,
.portal-public .landing-access-band,
.portal-public .landing-journey-mock,
.portal-public .landing-final-band--showcase{
  border: 1px solid var(--landing-line);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow-soft);
}
.portal-public .landing-hero-card{
  display: grid;
  gap: 0.68rem;
  padding: clamp(0.78rem, 1.2vw, 0.98rem);
  border-radius: 24px;
}
.portal-public .landing-hero-card__top,
.portal-public .landing-hero-card__game-top,
.portal-public .landing-journey-mock__head,
.portal-public .landing-journey-mock__footer--practice{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.portal-public .landing-hero-card__window{
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
.portal-public .landing-hero-card__window span{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #47526b2e;
}
.portal-public .landing-hero-card__status,
.portal-public .landing-hero-card__tab,
.portal-public .landing-journey-mock__badge,
.portal-public .landing-journey-mock__step{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  border: 1px solid var(--landing-line);
  background: var(--landing-surface-muted);
  color: var(--text-strong);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.portal-public .landing-hero-card__tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}
.portal-public .landing-hero-card__tab.is-active{
  border-color: #3f5ea333;
  background: var(--landing-accent-soft);
}
.portal-public .landing-hero-card__layout{
  display: grid;
  gap: 0.7rem;
}
.portal-public .landing-hero-card__rail,
.portal-public .landing-hero-card__sidebar{
  display: grid;
  gap: 0.68rem;
}
.portal-public .landing-hero-card__game,
.portal-public .landing-hero-card__summary,
.portal-public .landing-mini-card,
.portal-public .landing-gauge,
.portal-public .landing-progress-list__item{
  border: 1px solid var(--landing-line);
  background: var(--landing-surface-muted);
  box-shadow: inset 0 1px #ffffffa6;
}
.portal-public .landing-hero-card__game,
.portal-public .landing-hero-card__summary{
  display: grid;
  gap: 0.5rem;
  padding: 0.8rem 0.82rem;
  border-radius: 20px;
}
.portal-public .landing-hero-card__game-copy{
  display: grid;
  gap: 0.16rem;
}
.portal-public .landing-hero-card__game-copy strong,
.portal-public .landing-hero-card__summary strong,
.portal-public .landing-journey-mock__title{
  color: var(--text-strong);
  font-size: clamp(0.96rem, 1.22vw, 1.08rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.portal-public .landing-hero-card__game-copy p,
.portal-public .landing-hero-card__summary p,
.portal-public .landing-hero-card__footnote p,
.portal-public .landing-journey-mock__footer,
.portal-public .landing-progress-list__copy span,
.portal-public .landing-mini-card small,
.portal-public .landing-gauge span{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 90%, white 10%);
  line-height: 1.48;
  font-size: 0.88rem;
}
.portal-public .landing-hero-card__game-top > span,
.portal-public .landing-hero-card__summary span,
.portal-public .landing-progress-list__copy strong,
.portal-public .landing-mini-card span,
.portal-public .landing-gauge strong{
  color: var(--text-strong);
  font-size: 0.82rem;
  font-weight: 760;
}
.portal-public .landing-hero-card__preview{
  display: grid;
  gap: 0.4rem;
}
.portal-public .landing-hero-card__preview--grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portal-public .landing-hero-card__preview--cross{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portal-public .landing-hero-card__preview span{
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 16px;
  border: 1px solid var(--landing-line);
  background: var(--landing-surface-strong);
  color: var(--text-strong);
  font-size: 0.8rem;
  font-weight: 760;
}
.portal-public .landing-hero-card__footnote{
  padding: 0.06rem 0.12rem 0;
}
.portal-public .homepage-shell--showcase .homepage-section--showcase-journey,
.portal-public .homepage-shell--showcase .homepage-section--showcase-access{
  display: grid;
  gap: 0.82rem;
}
.portal-public .homepage-shell--showcase .landing-section-head{
  display: grid;
  gap: 0.42rem;
  max-width: 46rem;
}
.portal-public .homepage-shell--showcase .homepage-section__title{
  margin: 0;
  max-width: 16.8ch;
  font-size: clamp(1.78rem, 2.55vw, 2.42rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.portal-public .homepage-shell--showcase .homepage-section__sub{
  margin: 0;
  max-width: 42ch;
  font-size: 0.98rem;
  line-height: 1.58;
}
.portal-public .landing-journey-stack{
  display: grid;
  gap: 0.72rem;
}
.portal-public .landing-journey-row{
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: clamp(0.88rem, 1.5vw, 1.06rem);
  border-radius: 24px;
}
.portal-public .landing-journey-row__copy{
  display: grid;
  gap: 0.4rem;
  max-width: 24rem;
}
.portal-public .landing-journey-row__copy h3{
  margin: 0;
  max-width: 15ch;
  font-size: clamp(1.35rem, 1.7vw, 1.82rem);
  line-height: 1.05;
  letter-spacing: -0.038em;
  text-wrap: balance;
}
.portal-public .landing-journey-row__copy p{
  margin: 0;
  max-width: 32ch;
  font-size: 0.9rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
.portal-public .homepage-hero--showcase .homepage-cockpit,
.portal-public .homepage-hero--showcase .landing-showcase--hero{
  align-self: stretch;
}
.portal-public .homepage-hero--showcase .homepage-cockpit{
  place-items: stretch;
  min-height: 100%;
}
.portal-public .homepage-hero--showcase .landing-showcase__browser{
  height: 100%;
  gap: 0.78rem;
  padding: clamp(0.92rem, 1.25vw, 1.06rem);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffefbf7, #f7f1e7f0);
  box-shadow: 0 22px 54px #1f25341a;
}
html[data-appearance="dark"]
  body.portal-public
  .homepage-hero--showcase
  .landing-showcase__browser,
html[data-theme="dark"]
  body.portal-public
  .homepage-hero--showcase
  .landing-showcase__browser,
body.theme-dark.portal-public
  .homepage-hero--showcase
  .landing-showcase__browser{
  background: linear-gradient(180deg, #12192bf5, #0a101df5);
  box-shadow: 0 24px 58px #0000004d;
}
.portal-public .homepage-hero--showcase .landing-showcase__browser-top{
  align-items: center;
}
.portal-public .homepage-hero--showcase .landing-showcase__browser-copy strong{
  max-width: none;
  font-size: 0.96rem;
}
.portal-public .homepage-hero--showcase .landing-showcase__mode-switch{
  gap: 0.38rem;
}
.portal-public .homepage-hero--showcase .landing-showcase__mode-trigger{
  min-height: 32px;
  padding: 0.32rem 0.68rem;
  font-size: 0.77rem;
}
.portal-public .homepage-hero--showcase .landing-showcase__stage{
  aspect-ratio: 16 / 10.1;
}
.portal-public
  .homepage-hero--showcase
  .landing-showcase__browser-footer--showcase{
  min-height: 4.55rem;
}
.portal-public .landing-journey-row__visual{
  min-width: 0;
}
.portal-public .landing-journey-mock{
  display: grid;
  gap: 0.72rem;
  padding: clamp(0.84rem, 1.2vw, 1rem);
  border-radius: 22px;
}
.portal-public .landing-journey-mock__copy{
  display: grid;
  gap: 0.18rem;
}
.portal-public .landing-journey-mock__eyebrow{
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 82%, white 18%);
}
.portal-public .landing-numberline{
  position: relative;
  min-height: 70px;
  padding-bottom: 10px;
}
.portal-public .landing-numberline__axis{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--landing-track);
}
.portal-public .landing-numberline__tick{
  position: absolute;
  left: var(--landing-tick, 50%);
  bottom: 10px;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: #47526b47;
  transform: translate(-50%);
}
.portal-public .landing-numberline__tick.is-focus{
  height: 28px;
  background: var(--landing-accent);
}
.portal-public .landing-numberline__tick.is-focus:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 5px #5d7ff41f;
  transform: translate(-50%);
}
.portal-public .landing-numberline__labels{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: color-mix(in srgb, var(--text-body) 88%, white 12%);
  font-size: 0.84rem;
  font-weight: 700;
}
.portal-public .landing-progress-list{
  display: grid;
  gap: 0.58rem;
}
.portal-public .landing-progress-list__item{
  display: grid;
  gap: 0.46rem;
  padding: 0.72rem 0.78rem;
  border-radius: 18px;
}
.portal-public .landing-progress-list__copy{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.portal-public .landing-progress-list__copy span{
  font-size: 0.84rem;
  font-weight: 700;
}
.portal-public .landing-progress-list__bar{
  width: 100%;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--landing-track);
}
.portal-public .landing-progress-list__bar span{
  display: block;
  width: var(--landing-progress, 72%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #607ce1f5, #92a7f5d1);
}
.portal-public .landing-mini-card-grid,
.portal-public .landing-gauge-grid{
  display: grid;
  gap: 0.58rem;
}
.portal-public .landing-mini-card-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portal-public .landing-mini-card{
  display: grid;
  gap: 0.25rem;
  padding: 0.78rem;
  border-radius: 18px;
}
.portal-public .landing-mini-card strong{
  font-size: 1rem;
  line-height: 1.14;
  color: var(--text-strong);
}
.portal-public .landing-gauge-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.portal-public .landing-gauge{
  display: grid;
  justify-items: center;
  gap: 0.32rem;
  padding: 0.78rem 0.62rem;
  border-radius: 18px;
}
.portal-public .landing-gauge__dial{
  position: relative;
  width: 100%;
  max-width: 96px;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  background: conic-gradient(
    from 180deg at 50% 100%,
    var(--landing-accent) 0deg var(--landing-gauge-angle, 140deg),
    var(--landing-track) var(--landing-gauge-angle, 140deg) 180deg,
    transparent 180deg 360deg
  );
}
.portal-public .landing-gauge__dial:after{
  content: "";
  position: absolute;
  inset: 12px 12px -2px;
  border-radius: 999px 999px 0 0;
  background: var(--landing-surface-strong);
}
.portal-public .landing-gauge strong{
  font-size: 1rem;
  line-height: 1;
}
.portal-public .landing-route-strip{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(0.74rem, 1.2vw, 0.9rem);
  border-radius: 24px;
}
.portal-public .landing-route-link{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 46px;
  padding: 0 0.85rem;
  border-radius: 999px;
  color: var(--text-strong);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 730;
  border: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.portal-public .landing-route-link:hover,
.portal-public .landing-route-link:focus-visible{
  border-color: var(--landing-line-strong);
  background: var(--landing-surface-muted);
  color: var(--landing-accent);
  outline: none;
}
.portal-public .landing-route-link__arrow{
  font-size: 0.88rem;
}
.portal-public .landing-access-band{
  display: grid;
  gap: 0.9rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border-radius: 28px;
  background: var(--landing-surface-soft);
}
.portal-public .landing-access-band__content{
  display: grid;
  gap: 0.72rem;
}
.portal-public .landing-access-band__actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.8rem;
}
.portal-public .landing-access-band__actions .homepage-btn--primary{
  min-width: min(100%, 190px);
}
.portal-public .landing-final-band--showcase{
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-radius: 30px;
}
.portal-public .landing-final-band__header,
.portal-public .landing-final-band--showcase .section-header{
  justify-content: center;
  text-align: center;
}
.portal-public .landing-final-band--showcase .section-header > div{
  max-width: 42rem;
  margin-inline: auto;
}
.portal-public .landing-final-band--showcase .section-header h2{
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.052em;
}
.portal-public .landing-final-band--showcase .section-header p{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 90%, white 10%);
}
.portal-public .landing-final-band__actions{
  justify-content: center;
  margin-top: 1rem;
}
.portal-public .landing-final-band__actions > .btn,
.portal-public .landing-final-band__actions > a{
  min-width: min(100%, 220px);
}
.portal-public .landing-hero-card,
.portal-public .landing-journey-row,
.portal-public .landing-access-band,
.portal-public .landing-route-strip,
.portal-public .landing-route-link,
.portal-public .landing-journey-mock{
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.portal-public .landing-journey-row:hover,
.portal-public .landing-journey-row:focus-within,
.portal-public .landing-hero-card:hover,
.portal-public .landing-access-band:hover{
  border-color: var(--landing-line-strong);
  box-shadow: var(--landing-shadow-soft);
}
@media (min-width: 768px){.portal-public .landing-hero-card__layout{
    grid-template-columns: minmax(0, 1.06fr) minmax(188px, 0.7fr);
    align-items: stretch;
  }
.portal-public .landing-route-strip{
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
  }
.portal-public .landing-access-band__actions,
  .portal-public .landing-final-band__actions{
    flex-direction: row;
  }
}
@media (min-width: 1024px){.portal-public .homepage-shell--showcase .homepage-hero--showcase{
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  }
.portal-public .landing-journey-row{
    flex-direction: row;
    align-items: center;
    gap: clamp(0.95rem, 2vw, 1.5rem);
  }
.portal-public .landing-journey-row--reverse{
    flex-direction: row-reverse;
  }
.portal-public .landing-journey-row__copy,
  .portal-public .landing-journey-row__visual{
    flex: 1 1 0;
  }
.portal-public .landing-access-band{
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    align-items: center;
    gap: 1.05rem;
  }
}
@media (min-width: 1440px){.portal-public .homepage-shell--showcase{
    gap: clamp(1.4rem, 2.2vw, 2.2rem);
  }
.portal-public .homepage-shell--showcase .homepage-hero--showcase{
    grid-template-columns: minmax(0, 1.18fr) minmax(450px, 0.82fr);
    padding: 1.24rem 1.36rem;
    gap: clamp(0.82rem, 1vw, 1rem);
  }
.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase{
    max-width: 46rem;
  }
.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase h1{
    max-width: 13.8ch;
    font-size: clamp(3rem, 3.35vw, 4.2rem);
    line-height: 0.94;
  }
.portal-public .homepage-shell--showcase .homepage-hero__sub--showcase{
    max-width: 30ch;
    font-size: 1.02rem;
  }
.portal-public .homepage-shell--showcase .landing-section-head{
    max-width: 48rem;
  }
.portal-public .homepage-shell--showcase .homepage-section__title{
    max-width: 17.2ch;
    font-size: clamp(1.86rem, 2.08vw, 2.34rem);
    line-height: 1.02;
  }
.portal-public .homepage-shell--showcase .homepage-section__sub{
    max-width: 42ch;
    font-size: 0.98rem;
  }
.portal-public .landing-journey-stack{
    gap: 0.78rem;
  }
.portal-public .landing-journey-row{
    padding: 0.95rem 1rem;
    gap: 1rem;
  }
.portal-public .landing-journey-row__copy h3{
    max-width: 15ch;
    font-size: clamp(1.42rem, 1.55vw, 1.82rem);
  }
.portal-public .landing-journey-row__copy p{
    max-width: 32ch;
    font-size: 0.9rem;
  }
.portal-public .landing-route-strip{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 0.45rem;
    padding: 0.72rem;
    min-height: 76px;
    border-radius: 24px;
  }
.portal-public .landing-route-link{
    min-height: 50px;
    justify-content: center;
    padding-inline: 0.78rem;
    text-align: center;
  }
.portal-public .landing-access-band__content{
    gap: 0.68rem;
  }
}
@media (min-width: 1536px){.portal-public .homepage-shell--showcase .homepage-hero--showcase{
    grid-template-columns: minmax(0, 1.2fr) minmax(480px, 0.8fr);
  }
.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase h1{
    font-size: 4.26rem;
  }
}
@media (max-width: 900px){.portal-public .landing-gauge-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px){.portal-public .homepage-shell--showcase .homepage-hero__copy--showcase h1,
  .portal-public .homepage-shell--showcase .homepage-section__title{
    max-width: none;
  }
.portal-public .landing-hero-card__sidebar{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
.portal-public .landing-hero-card__footnote{
    grid-column: 1 / -1;
  }
.portal-public .landing-hero-card__preview span{
    min-height: 40px;
  }
.portal-public .landing-mini-card-grid,
  .portal-public .landing-gauge-grid{
    grid-template-columns: 1fr;
  }
.portal-public .landing-access-band__actions,
  .portal-public .landing-final-band__actions{
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 640px){.portal-public .mp-topbar--public-home .mp-topbar__inner{
    grid-template-columns: 1fr;
    row-gap: 10px;
    min-height: auto;
    padding: 10px 10px 12px;
  }
.portal-public .mp-topbar--public-home .mp-topbar__center,
  .portal-public .mp-topbar--public-home .mp-topbar__utility-pill{
    display: none;
  }
.portal-public .mp-topbar--public-home .mp-topbar__left{
    justify-self: start;
  }
.portal-public .mp-topbar--public-home .mp-topbar__right,
  .portal-public .mp-topbar--public-home .mp-topbar__right--signed-out{
    width: 100%;
    justify-self: stretch;
    justify-content: stretch;
  }
.portal-public .mp-topbar--public-home .mp-public-auth-actions{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 0.55rem;
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--button{
    min-height: 42px;
    padding-inline: 0.95rem;
    justify-content: center;
    font-size: 0.92rem;
    border-radius: 999px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-muted);
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--strong{
    background: linear-gradient(180deg, #314569, #243551);
    border-color: transparent;
    box-shadow: 0 10px 24px #25365329;
    color: #f8f9ff;
  }
.portal-public .homepage-shell--showcase .homepage-hero__actions--showcase{
    flex-direction: column;
    align-items: stretch;
  }
.portal-public
    .homepage-shell--showcase
    .homepage-hero__actions--showcase
    > .btn,
  .portal-public
    .homepage-shell--showcase
    .homepage-hero__actions--showcase
    > a,
  .portal-public
    .homepage-shell--showcase
    .homepage-hero__actions--showcase
    > button{
    width: 100%;
  }
.portal-public .landing-inline-link{
    justify-content: flex-start;
    min-height: 38px;
    padding-inline: 0;
  }
.portal-public .landing-route-strip{
    border-radius: 22px;
  }
}
@media (max-width: 420px){.portal-public .mp-topbar--public-home .topbar-brand-image,
  .portal-public .mp-topbar--public-home .mp-topbar__brand img{
    height: 22px;
    max-height: 22px;
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--button{
    min-height: 40px;
    padding-inline: 0.7rem;
    font-size: 0.88rem;
  }
.portal-public .landing-hero-card__tabs,
  .portal-public .landing-hero-notes{
    gap: 0.45rem;
  }
}
@media (max-width: 1024px) and (min-width: 641px){.portal-public .mp-topbar--public-home .mp-public-auth-actions{
    display: flex;
    gap: 0.45rem;
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--button{
    min-height: 40px;
    padding-inline: 0.82rem;
    font-size: 0.9rem;
    border-radius: 999px;
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--strong{
    background: linear-gradient(180deg, #fffffff0, #faf5eceb);
    border: 1px solid rgba(63, 94, 163, 0.18);
    box-shadow: 0 8px 18px #1f25340f;
  }
}
body.portal-public:before{
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.24),
    rgba(255, 255, 255, 0.06) 30%,
    transparent 58%
  );
  opacity: 0.44;
}
body.portal-public:after{
  opacity: 0.6;
}
html[data-appearance="dark"] body.portal-public:before,
html[data-theme="dark"] body.portal-public:before,
body.theme-dark.portal-public:before{
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0) 30%,
    transparent 58%
  );
  opacity: 0.54;
}
html[data-appearance="dark"] body.portal-public:after,
html[data-theme="dark"] body.portal-public:after,
body.theme-dark.portal-public:after{
  opacity: 0.28;
}
.portal-public .homepage-shell--editorial{
  --public-shell-max: 1400px;
  gap: clamp(1.3rem, 2.5vw, 2.2rem);
  padding-top: 12px;
}
.portal-public .homepage-shell--editorial .homepage-hero--editorial{
  position: relative;
  display: grid;
  gap: clamp(1rem, 2.1vw, 1.7rem);
  align-items: center;
  min-height: clamp(520px, 56vh, 640px);
  padding: clamp(1.4rem, 2.8vw, 2.28rem);
  border-radius: 38px;
  border: 1px solid color-mix(in srgb, var(--line-default) 82%, transparent);
  background:
    linear-gradient(
      140deg,
      color-mix(in srgb, var(--bg-panel) 94%, white 6%),
      color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%) 58%,
      color-mix(in srgb, var(--bg-panel-2) 84%, var(--bg-panel) 16%)
    ),
    linear-gradient(180deg, #ffffff42, #fff0);
  box-shadow: 0 18px 44px #2b365014;
}
.portal-public .homepage-shell--editorial .homepage-hero__copy--editorial{
  display: grid;
  gap: 0.92rem;
  max-width: 37rem;
}
.portal-public .homepage-shell--editorial .homepage-hero__copy--editorial h1{
  margin: 0;
  max-width: 10.5ch;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-wrap: balance;
}
.portal-public .homepage-shell--editorial .homepage-hero__sub--editorial{
  margin: 0;
  max-width: 32ch;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.5;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
.portal-public .homepage-shell--editorial .homepage-hero__actions--editorial{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
}
.portal-public
  .homepage-shell--editorial
  .homepage-hero__actions--editorial
  .homepage-btn--primary{
  min-width: min(100%, 190px);
}
.portal-public .homepage-shell--editorial .landing-inline-link{
  min-height: 42px;
  padding-inline: 0;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text-strong);
}
.portal-public .landing-proof-line{
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}
.portal-public .landing-proof-line__item{
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 38px;
  padding: 0 0.82rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
  color: var(--text-strong);
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 720;
}
.portal-public .landing-proof-line__item:before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-700) 84%, white 16%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-100) 70%, transparent);
}
.portal-public .landing-hero-proof{
  display: grid;
  gap: 0;
  min-width: 0;
}
.portal-public .landing-hero-proof--carousel{
  align-self: stretch;
}
.portal-public .landing-hero-proof__frame{
  display: grid;
  gap: 0.66rem;
  padding: clamp(0.78rem, 1.35vw, 0.96rem);
  border-radius: 30px;
  border: 1px solid color-mix(in srgb, var(--line-default) 76%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
  box-shadow: var(--shadow-sm);
}
.portal-public .landing-hero-proof__frame--visual-only{
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.portal-public .landing-hero-proof__carousel{
  align-content: start;
}
.portal-public .landing-hero-proof__meta{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}
.portal-public .landing-hero-proof__intro{
  display: grid;
  gap: 0.18rem;
}
.portal-public .landing-hero-proof__eyebrow,
.portal-public .landing-routine-step__eyebrow,
.portal-public .landing-progress-signal span,
.portal-public .landing-hero-proof__detail > span{
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 86%, white 14%);
}
.portal-public .landing-hero-proof__intro strong{
  color: var(--text-strong);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.portal-public .landing-hero-proof__tag{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 0.76rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 82%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
  color: var(--text-strong);
  font-size: 0.78rem;
  font-weight: 760;
  white-space: nowrap;
}
.portal-public .landing-hero-proof__screen{
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: clamp(0.78rem, 1.5vw, 1rem);
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 88%, white 12%),
    color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
  );
}
.portal-public .landing-hero-proof__screen img{
  width: 100%;
  max-height: 420px;
  border-radius: 18px;
  object-fit: contain;
  object-position: center;
}
.portal-public .landing-hero-proof__switch{
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.portal-public .landing-hero-proof__switch-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 0.8rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 76%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
  color: var(--text-body);
  font-size: 0.82rem;
  font-weight: 720;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}
.portal-public .landing-hero-proof__switch-btn.is-active,
.portal-public .landing-hero-proof__switch-btn[aria-selected="true"]{
  border-color: color-mix(
    in srgb,
    var(--brand-700) 28%,
    var(--line-default) 72%
  );
  background: color-mix(in srgb, var(--brand-100) 58%, var(--bg-panel) 42%);
  color: var(--text-strong);
  box-shadow: 0 8px 18px #1f25340f;
}
.portal-public .landing-hero-proof__stage{
  position: relative;
  min-height: 332px;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 88%, white 12%),
    color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
  );
  overflow: hidden;
}
.portal-public
  .landing-hero-proof__frame--visual-only
  .landing-hero-proof__stage{
  min-height: clamp(430px, 34vw, 540px);
  border: 0;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}
.portal-public .landing-hero-proof__slide{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.36rem, 0.95vw, 0.66rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.portal-public
  .landing-hero-proof__frame--visual-only
  .landing-hero-proof__slide{
  padding: 0;
}
.portal-public .landing-hero-proof__slide.is-active{
  opacity: 1;
  pointer-events: auto;
}
.portal-public .landing-hero-proof__slide > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.portal-public
  .landing-hero-proof__frame--visual-only
  .landing-hero-proof__slide
  > img{
  border-radius: 30px;
  object-position: center top;
  box-shadow: 0 18px 36px #313d5814;
}
.portal-public .landing-hero-proof__slide--contain > img{
  object-fit: contain;
}
.portal-public .landing-hero-proof__slide--cover > img{
  object-fit: cover;
}
.portal-public .landing-hero-proof__slide--align-top > img{
  object-position: top center;
}
.portal-public
  .landing-hero-proof__slide--mock
  .landing-showcase__slide-visual--mock{
  display: grid;
  width: 100%;
  height: 100%;
}
.portal-public .landing-hero-proof__slide--mock .home-product-mock{
  min-height: 100%;
  padding: 0.92rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock{
  display: grid;
  align-content: stretch;
  width: 100%;
  height: 100%;
  gap: 0.36rem;
  padding: 0;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__brand{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: color-mix(in srgb, var(--text-body) 78%, white 22%);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__brand-dot{
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-500) 92%, white 8%),
    color-mix(in srgb, var(--brand-700) 88%, var(--brand-500) 12%)
  );
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-100) 60%, transparent);
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__badge,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__soft-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.86rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
  color: var(--text-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__surface{
  display: grid;
  align-content: start;
  height: 100%;
  min-height: 0;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  overflow: hidden;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__copy{
  display: grid;
  gap: 0.3rem;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__copy
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__panel
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__stat
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__metric
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  > span{
  color: color-mix(in srgb, var(--text-muted) 86%, white 14%);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__copy
  > strong{
  color: var(--text-strong);
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--reasoning{
  display: grid;
  gap: 0.56rem;
  padding: 0.72rem;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 90%, white 10%),
    color-mix(in srgb, var(--brand-100) 20%, var(--bg-panel) 80%)
  );
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__reasoning-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(88px, 0.24fr);
  gap: 0.58rem;
  min-height: 0;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__canvas-card{
  display: grid;
  place-items: center;
  min-height: 224px;
  padding: 0.32rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(180deg, #fffffffa, #f5f7fcf5);
  box-shadow: inset 0 1px #ffffffb8;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__reasoning-svg,
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__graph-svg,
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__solid-svg{
  display: block;
  width: 100%;
  height: auto;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__toolrail{
  display: grid;
  align-content: start;
  gap: 0.42rem;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__tool,
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__rail-note,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__rail-answer{
  display: grid;
  place-items: center;
  padding: 0.6rem 0.52rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--line-default) 76%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, white 14%);
  color: var(--text-strong);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__tool--active{
  border-color: color-mix(
    in srgb,
    var(--brand-600) 36%,
    var(--line-default) 64%
  );
  background: color-mix(in srgb, var(--brand-100) 68%, var(--bg-panel) 32%);
  color: color-mix(in srgb, var(--brand-900) 84%, var(--text-strong) 16%);
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__rail-note,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__rail-answer{
  place-items: start center;
  padding-block: 0.82rem;
  color: color-mix(in srgb, var(--text-body) 90%, white 10%);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game{
  display: grid;
  gap: 0.62rem;
  padding: 0.76rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(111, 134, 216, 0.18),
      transparent 36%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 194, 144, 0.24),
      transparent 38%
    ),
    linear-gradient(180deg, #f7f9ff, #e9effd 72%);
  border-color: #798dc94d;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__equation-card
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__stat
  > span,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__track-node
  > span{
  color: color-mix(in srgb, var(--text-muted) 86%, white 14%);
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__stat-row,
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__answer-row,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__metric-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__stat,
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__metric{
  display: grid;
  gap: 0.18rem;
  padding: 0.7rem 0.78rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat{
  background: #ffffffc7;
  border-color: #8fa0d747;
  box-shadow: inset 0 1px #ffffffb3;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__stat
  strong,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__metric
  strong{
  color: var(--text-strong);
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat
  strong,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__equation-card
  strong,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__answer,
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__track-node{
  color: var(--text-strong);
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card{
  display: grid;
  gap: 0.34rem;
  justify-items: start;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffffeb, #f6f9ffd1);
  border: 1px solid rgba(144, 161, 216, 0.26);
  box-shadow: inset 0 1px #ffffffc7;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  strong{
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  small{
  color: color-mix(in srgb, var(--text-body) 82%, white 18%);
  font-size: 0.82rem;
  line-height: 1.45;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__answer{
  display: grid;
  place-items: center;
  min-height: 3rem;
  padding: 0 0.6rem;
  border-radius: 16px;
  border: 1px solid rgba(144, 161, 216, 0.22);
  background: #ffffffb3;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer--correct{
  background: linear-gradient(180deg, #c7dcffdb, #abc1f4cc);
  border-color: #abc4ff70;
  box-shadow: 0 12px 22px #4a5f9724;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__track{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.08rem;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track:before{
  content: "";
  position: absolute;
  inset: 50% 0.8rem auto;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #97abe629, #97abe685);
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node{
  position: relative;
  display: grid;
  place-items: center;
  min-height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(144, 161, 216, 0.2);
  background: #fff9;
  font-size: 0.76rem;
  font-weight: 700;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node--active{
  background: linear-gradient(180deg, #ffd5b7db, #ffbc8ecc);
  border-color: #ffb68e6b;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--advanced{
  display: grid;
  gap: 0.6rem;
  padding: 0.72rem;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 202, 143, 0.18),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--bg-panel) 92%, white 8%),
      color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
    );
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__practice-head{
  display: grid;
  gap: 0.24rem;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__practice-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(132px, 0.74fr);
  gap: 0.54rem;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__panel{
  display: grid;
  gap: 0.48rem;
  align-content: start;
  padding: 0.82rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 92%, white 8%);
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__panel--solid{
  align-items: center;
  justify-items: center;
  text-align: center;
}
.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__panel
  small{
  color: color-mix(in srgb, var(--text-body) 88%, white 12%);
  font-size: 0.8rem;
  line-height: 1.35;
}
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__metric{
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
}
@media (max-width: 640px){.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__reasoning-layout,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__practice-grid{
    grid-template-columns: 1fr;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__toolrail{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__rail-note,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__rail-answer{
    grid-column: 1 / -1;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__stat-row,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__answer-row,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__metric-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__track{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.portal-public .landing-hero-proof__footer{
  position: relative;
  min-height: 4rem;
}
.portal-public .landing-hero-proof__footer--visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  min-height: 0;
}
.portal-public .landing-hero-proof__footer-copy{
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 0.22rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.portal-public .landing-hero-proof__footer-copy.is-active{
  opacity: 1;
  pointer-events: auto;
}
.portal-public .landing-hero-proof__footer-copy strong{
  color: var(--text-strong);
  font-size: 1.02rem;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
.portal-public .landing-hero-proof__footer-copy p{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.92rem;
  line-height: 1.55;
}
.portal-public .landing-hero-proof__caption{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.95rem;
  line-height: 1.58;
}
.portal-public .landing-hero-proof__details{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.portal-public .landing-hero-proof__detail{
  display: grid;
  gap: 0.55rem;
  padding: 0.86rem 0.92rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, var(--bg-canvas) 12%);
}
.portal-public .landing-hero-proof__detail-media{
  display: grid;
  place-items: center;
  min-height: 124px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 92%, white 8%),
    color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
  );
  overflow: hidden;
}
.portal-public .landing-hero-proof__detail-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.portal-public .landing-hero-proof__detail-media--mock{
  place-items: stretch;
}
.portal-public .landing-hero-proof__detail-media--mock .home-product-mock{
  min-height: 0;
  padding: 0.78rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.portal-public .landing-hero-proof__detail strong{
  color: var(--text-strong);
  font-size: 1rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
}
.portal-public .landing-hero-proof__detail p{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.88rem;
  line-height: 1.52;
}
.portal-public .homepage-shell--editorial .homepage-section{
  gap: 1rem;
}
.portal-public .homepage-shell--editorial .landing-section-head{
  display: grid;
  gap: 0.34rem;
  max-width: 36rem;
}
.portal-public .homepage-shell--editorial .homepage-section__title{
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.048em;
  text-wrap: balance;
}
.portal-public .homepage-shell--editorial .homepage-section__sub{
  margin: 0;
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.52;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
.portal-public .homepage-shell--editorial .landing-reason-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.portal-public .homepage-shell--editorial .landing-reason-card{
  display: grid;
  gap: 0.52rem;
  padding: 0.88rem 0.92rem 0.94rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 76%, white 24%),
    color-mix(in srgb, var(--bg-panel) 72%, var(--bg-canvas) 28%)
  );
  box-shadow: none;
}
.portal-public .homepage-shell--editorial .landing-reason-card__header{
  display: grid;
  gap: 0.5rem;
  align-items: start;
}
.portal-public .homepage-shell--editorial .landing-reason-card__icon{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--brand-100) 56%, var(--bg-panel) 44%);
  box-shadow: none;
}
.portal-public .homepage-shell--editorial .landing-reason-card h3{
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.12rem, 1.35vw, 1.3rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.portal-public .homepage-shell--editorial .landing-reason-card__body{
  margin: 0;
  max-width: 26ch;
  font-size: 0.92rem;
  line-height: 1.48;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
.portal-public .landing-routine-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.portal-public .landing-routine-step{
  display: grid;
  gap: 0.54rem;
  padding: 0.86rem 0 0;
  border-top: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
}
.portal-public .landing-routine-step__top{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.portal-public .landing-routine-step__number{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 82%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, var(--bg-canvas) 14%);
  color: var(--text-strong);
  font-size: 0.88rem;
  font-weight: 760;
}
.portal-public .landing-routine-step h3{
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.08rem, 1.28vw, 1.28rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.portal-public .landing-routine-step p{
  margin: 0;
  max-width: 24ch;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.92rem;
  line-height: 1.46;
}
.portal-public .landing-routine-step__detail{
  color: var(--text-strong);
  font-size: 0.8rem;
  line-height: 1.34;
  font-weight: 650;
}
.portal-public .landing-progress-panel{
  display: grid;
  gap: 0.82rem;
  padding: clamp(0.92rem, 1.6vw, 1.12rem);
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--line-default) 78%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 86%, white 14%),
    color-mix(in srgb, var(--bg-panel) 78%, var(--bg-canvas) 22%)
  );
  box-shadow: var(--shadow-sm);
}
.portal-public .landing-progress-panel__copy{
  display: grid;
  gap: 0.78rem;
}
.portal-public .landing-progress-signals{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.portal-public .landing-progress-signal{
  display: grid;
  gap: 0.22rem;
  padding: 0.72rem 0.78rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
}
.portal-public .landing-progress-signal strong{
  color: var(--text-strong);
  font-size: 0.9rem;
  line-height: 1.34;
  letter-spacing: -0.01em;
}
.portal-public .landing-progress-audience-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.portal-public .landing-progress-audience{
  display: grid;
  gap: 0.28rem;
  padding: 0.74rem 0.8rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 82%, var(--bg-canvas) 18%);
}
.portal-public .landing-progress-audience h3{
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
}
.portal-public .landing-progress-audience p{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.9rem;
  line-height: 1.44;
}
.portal-public .landing-progress-panel__visual{
  min-width: 0;
}
.portal-public .landing-progress-panel__visual .landing-journey-mock{
  min-height: 100%;
}
.portal-public .landing-route-band{
  display: grid;
  gap: 0.65rem;
  padding: 0.78rem 0 0;
  border-top: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
}
.portal-public .landing-route-band__copy{
  display: grid;
  gap: 0.28rem;
  max-width: 28rem;
}
.portal-public .landing-route-band__actions{
  display: grid;
  gap: 0.75rem;
}
.portal-public .landing-route-strip--editorial{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0;
  border-radius: 0;
  background: none;
}
.portal-public .landing-route-strip--editorial .landing-route-link{
  min-height: 48px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
}
.portal-public .mp-footer--public-minimal{
  margin-top: 0;
  padding: 8px 0 18px;
  border-top: 0;
}
.portal-public .mp-footer--public-minimal .mp-footer__inner{
  display: grid;
  gap: 0.8rem 1.1rem;
  align-items: start;
  justify-items: start;
  max-width: min(100%, var(--site-width));
  padding-top: 0.95rem;
  border-top: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  text-align: left;
}
.portal-public .mp-footer__brand-block{
  display: grid;
  gap: 0.42rem;
}
.portal-public .mp-footer__tagline{
  margin: 0;
  max-width: 32ch;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  font-size: 0.94rem;
  line-height: 1.52;
}
.portal-public .mp-footer--public-minimal .mp-footer__links{
  justify-content: flex-start;
  gap: 0.65rem 1rem;
  font-size: 0.94rem;
}
.portal-public .mp-footer--public-minimal .mp-footer__legal{
  max-width: 40ch;
  gap: 0.28rem;
  margin-top: 0;
}
.portal-public .auth-split--public-auth{
  gap: clamp(0.85rem, 1.5vw, 1.2rem);
}
.portal-public .auth-panel--tabbed,
.portal-public .auth-aside--public-auth{
  border: 1px solid color-mix(in srgb, var(--line-default) 78%, transparent);
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 90%, white 10%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
  box-shadow: var(--shadow-sm);
}
.portal-public .auth-tabs{
  padding: 5px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
}
.portal-public .auth-tabs .tab-button,
.portal-public .auth-switch__tab{
  color: var(--text-body);
  border-radius: 999px;
}
.portal-public .auth-tabs .tab-button.is-active,
.portal-public .auth-tabs .tab-button[aria-selected="true"],
.portal-public .auth-switch__tab.is-active,
.portal-public .auth-switch__tab[aria-selected="true"]{
  background: color-mix(in srgb, var(--bg-panel) 96%, white 4%);
  color: var(--text-strong);
  box-shadow: 0 10px 22px #1f253414;
}
.portal-public .auth-panel-heading h1{
  font-weight: 700;
}
.portal-public .auth-panel .inline-notice,
.portal-public .auth-support-card,
.portal-public .auth-point,
.portal-public .auth-aside-highlight{
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
  box-shadow: none;
}
.portal-public .auth-support-card{
  padding: 0.86rem 0.92rem;
  border-radius: 20px;
}
.portal-public .auth-aside--public-auth{
  gap: 0.9rem;
}
.portal-public .auth-aside-copy{
  display: grid;
  gap: 0.35rem;
}
.portal-public .auth-aside-summary{
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__screen--theme-invert
  img,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__screen--theme-invert
  img,
body.theme-dark.portal-public .landing-hero-proof__screen--theme-invert img{
  filter: invert(1) hue-rotate(180deg) brightness(0.88) saturate(0.86)
    contrast(0.96);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--theme-invert
  > img,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--theme-invert
  > img,
body.theme-dark.portal-public .landing-hero-proof__slide--theme-invert > img{
  filter: invert(1) hue-rotate(180deg) brightness(0.88) saturate(0.86)
    contrast(0.96);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__detail-media--theme-invert
  img,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__detail-media--theme-invert
  img,
body.theme-dark.portal-public
  .landing-hero-proof__detail-media--theme-invert
  img{
  filter: invert(1) hue-rotate(180deg) brightness(0.88) saturate(0.86)
    contrast(0.96);
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game{
  background:
    radial-gradient(
      circle at top right,
      rgba(111, 134, 216, 0.24),
      transparent 34%
    ),
    linear-gradient(180deg, #28314f, #1b2237 72%);
  border-color: #54669a6b;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat{
  background: #f6f8ff14;
  border-color: #90a1d833;
  box-shadow: none;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__equation-card
  > span,
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__stat
  > span,
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__track-node
  > span,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__equation-card
  > span,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__stat
  > span,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__track-node
  > span,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__equation-card
  > span,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__stat
  > span,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock--game
  .hero-showcase-mock__track-node
  > span{
  color: #e8eeffb8;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat
  strong,
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__equation-card
  strong,
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__answer,
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__track-node,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat
  strong,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__equation-card
  strong,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__answer,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__track-node,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__stat
  strong,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__equation-card
  strong,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__answer,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__surface--game
  .hero-showcase-mock__track-node{
  color: #f8faff;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card{
  background: linear-gradient(180deg, #f8faff1f, #ffffff14);
  border: 1px solid rgba(144, 161, 216, 0.24);
  box-shadow: none;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  small,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  small,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__equation-card
  small{
  color: #e8eeffb8;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer{
  background: #f8faff14;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer--correct,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer--correct,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__answer--correct{
  background: linear-gradient(180deg, #84adff61, #6f86d852);
  box-shadow: 0 14px 24px #111c3a2e;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node{
  border-color: #90a1d82e;
  background: #f8faff0f;
}
html[data-appearance="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node--active,
html[data-theme="dark"]
  body.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node--active,
body.theme-dark.portal-public
  .landing-hero-proof__slide--mock
  .hero-showcase-mock__track-node--active{
  background: linear-gradient(180deg, #ff965e7a, #ff773e66);
}
@media (min-width: 900px){.portal-public .mp-footer--public-minimal .mp-footer__inner{
    grid-template-columns: minmax(0, 1.1fr) auto minmax(220px, 0.9fr);
  }
}
@media (min-width: 1024px){.portal-public .homepage-shell--editorial .homepage-hero--editorial{
    grid-template-columns: minmax(0, 0.72fr) minmax(620px, 1.28fr);
  }
.portal-public .landing-progress-panel{
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.84fr);
    align-items: center;
  }
.portal-public .landing-progress-panel__visual{
    max-width: 420px;
    justify-self: end;
  }
.portal-public .landing-route-band{
    grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
    align-items: center;
  }
}
@media (min-width: 1280px) and (max-height: 1100px){.portal-public .mp-topbar--public-home .mp-topbar__inner{
    min-height: 68px;
    padding: 7px 12px;
    border-radius: 28px;
  }
.portal-public
    .mp-topbar--public-home
    .mp-public-auth-actions
    .mp-inline-link--button{
    min-height: 42px;
    padding-inline: 0.95rem;
  }
.portal-public .homepage-shell--editorial{
    gap: 1.15rem;
    padding-top: 6px;
  }
.portal-public .homepage-shell--editorial .homepage-hero--editorial{
    gap: 1.2rem;
    min-height: 625px;
    padding: 1.28rem 1.34rem 1.24rem;
    border-radius: 34px;
  }
.portal-public .homepage-shell--editorial .homepage-hero__copy--editorial{
    gap: 0.78rem;
    max-width: 34rem;
  }
.portal-public .homepage-shell--editorial .homepage-hero__eyebrow{
    font-size: 0.78rem;
    letter-spacing: 0.09em;
  }
.portal-public .homepage-shell--editorial .homepage-hero__copy--editorial h1{
    max-width: 10ch;
    font-size: clamp(2.7rem, 4.2vw, 3.95rem);
    line-height: 0.92;
  }
.portal-public .homepage-shell--editorial .homepage-hero__sub--editorial{
    max-width: 29ch;
    font-size: 0.94rem;
    line-height: 1.38;
  }
.portal-public .homepage-shell--editorial .homepage-hero__actions--editorial{
    gap: 0.55rem 0.9rem;
  }
.portal-public
    .homepage-shell--editorial
    .homepage-hero__actions--editorial
    .homepage-btn--primary{
    min-width: min(100%, 172px);
    min-height: 44px;
    padding-inline: 1rem;
  }
.portal-public .homepage-shell--editorial .landing-inline-link{
    min-height: 38px;
    font-size: 0.92rem;
  }
.portal-public .landing-proof-line{
    gap: 0.45rem 0.6rem;
  }
.portal-public .landing-proof-line__item{
    min-height: 34px;
    gap: 0.48rem;
    padding: 0 0.72rem;
    font-size: 0.84rem;
  }
.portal-public .landing-proof-line__item:before{
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-100) 68%, transparent);
  }
.portal-public .landing-hero-proof__frame{
    gap: 0.5rem;
    padding: 0.76rem 0.8rem 0.68rem;
    border-radius: 28px;
  }
.portal-public .landing-hero-proof__frame--visual-only{
    padding: 0;
    border-radius: 0;
  }
.portal-public
    .landing-hero-proof__frame--visual-only
    .landing-hero-proof__stage{
    min-height: 520px;
    border-radius: 28px;
  }
.portal-public .landing-hero-proof__meta{
    gap: 0.65rem;
  }
.portal-public .landing-hero-proof__intro strong{
    font-size: 0.94rem;
  }
.portal-public .landing-hero-proof__tag{
    min-height: 28px;
    padding: 0 0.68rem;
    font-size: 0.74rem;
  }
.portal-public .landing-hero-proof__switch{
    gap: 0.38rem;
  }
.portal-public .landing-hero-proof__switch-btn{
    min-height: 44px;
    padding: 0 0.7rem;
    font-size: 0.78rem;
  }
.portal-public .landing-hero-proof__stage{
    min-height: 286px;
    border-radius: 22px;
  }
.portal-public .landing-hero-proof__slide{
    padding: 0.48rem;
  }
.portal-public
    .landing-hero-proof__frame--visual-only
    .landing-hero-proof__slide{
    padding: 0;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock{
    gap: 0.32rem;
    padding: 0;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__badge,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__soft-badge{
    min-height: 1.8rem;
    padding: 0 0.76rem;
    font-size: 0.72rem;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__copy
    > strong{
    font-size: 0.94rem;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__surface--reasoning,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__surface--game,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__surface--advanced{
    gap: 0.48rem;
    padding: 0.62rem;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__canvas-card{
    min-height: 194px;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__tool,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__rail-note,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__rail-answer{
    padding: 0.58rem 0.52rem;
    font-size: 0.74rem;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__stat,
  .portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__metric,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__equation-card,
  .portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__panel{
    padding: 0.68rem 0.74rem;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__equation-card
    strong{
    font-size: clamp(1.42rem, 2.4vw, 1.9rem);
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__equation-card
    small,
  .portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__panel
    small{
    font-size: 0.76rem;
    line-height: 1.34;
  }
.portal-public .landing-hero-proof__slide--mock .hero-showcase-mock__answer{
    min-height: 2.62rem;
    font-size: 0.96rem;
  }
.portal-public
    .landing-hero-proof__slide--mock
    .hero-showcase-mock__track-node{
    min-height: 2.06rem;
    font-size: 0.72rem;
  }
.portal-public .landing-hero-proof__footer{
    min-height: 3.1rem;
  }
.portal-public .landing-hero-proof__footer-copy strong{
    font-size: 0.94rem;
  }
.portal-public .landing-hero-proof__footer-copy p{
    font-size: 0.84rem;
    line-height: 1.42;
  }
.portal-public .homepage-shell--editorial .homepage-section{
    gap: 0.78rem;
  }
.portal-public .homepage-section--reasons{
    gap: 0.92rem;
    padding-bottom: 0.7rem;
  }
.portal-public .homepage-section--editorial-routine{
    padding-top: clamp(2.4rem, 4.8vh, 3.6rem);
  }
.portal-public .homepage-shell--editorial .landing-section-head{
    gap: 0.26rem;
    max-width: 30rem;
  }
.portal-public .homepage-section--reasons .homepage-section__title{
    max-width: none;
    font-size: clamp(1.78rem, 2.35vw, 2.45rem);
    line-height: 0.97;
  }
.portal-public .homepage-section--reasons .homepage-section__sub{
    max-width: 27ch;
    font-size: 0.88rem;
    line-height: 1.36;
  }
.portal-public .homepage-shell--editorial .landing-reason-grid{
    gap: 0.62rem;
  }
.portal-public .homepage-shell--editorial .landing-reason-card{
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.78rem;
    row-gap: 0.2rem;
    align-items: start;
    padding: 0.92rem 0.96rem;
    min-height: 0;
  }
.portal-public .homepage-shell--editorial .landing-reason-card__header{
    display: contents;
  }
.portal-public .homepage-shell--editorial .landing-reason-card__icon{
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
.portal-public .homepage-shell--editorial .landing-reason-card__icon svg{
    width: 18px;
    height: 18px;
  }
.portal-public .homepage-shell--editorial .landing-reason-card h3{
    grid-column: 2;
    align-self: center;
    max-width: none;
    font-size: clamp(0.98rem, 1.06vw, 1.12rem);
    line-height: 1.06;
  }
.portal-public .homepage-shell--editorial .landing-reason-card__body{
    grid-column: 2;
    margin-top: 0.04rem;
    font-size: 0.8rem;
    line-height: 1.34;
  }
}
@media (max-width: 1023px){.portal-public .homepage-shell--editorial .homepage-hero__copy--editorial h1,
  .portal-public .homepage-shell--editorial .homepage-section__title{
    max-width: none;
  }
.portal-public .homepage-shell--editorial .landing-reason-grid,
  .portal-public .landing-routine-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .landing-progress-signals,
  .portal-public .landing-route-strip--editorial{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px){.portal-public .homepage-shell--editorial .homepage-hero__actions--editorial{
    flex-direction: column;
    align-items: stretch;
  }
.portal-public
    .homepage-shell--editorial
    .homepage-hero__actions--editorial
    > .btn,
  .portal-public
    .homepage-shell--editorial
    .homepage-hero__actions--editorial
    > a{
    width: 100%;
  }
.portal-public .landing-hero-proof__details,
  .portal-public .homepage-shell--editorial .landing-reason-grid,
  .portal-public .landing-routine-grid,
  .portal-public .landing-progress-audience-grid{
    grid-template-columns: 1fr;
  }
.portal-public .landing-route-band__actions{
    justify-items: stretch;
  }
.portal-public .mp-footer--public-minimal .mp-footer__inner{
    justify-items: start;
  }
}
body.portal-public{
  --public-display-font:
    "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --public-ui-font:
    "Aptos", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", sans-serif;
}
.portal-public .mp-public-page{
  --public-shell-max: var(--site-max);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.7rem);
  padding-top: clamp(0.8rem, 2vw, 1.2rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.6rem);
}
.portal-public .mp-public-landing{
  gap: clamp(1.7rem, 3vw, 3rem);
}
.portal-public .mp-public-kicker,
.portal-public .mp-public-section__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 82%, white 18%);
}
.portal-public .mp-public-kicker:before,
.portal-public .mp-public-section__eyebrow:before{
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--brand-500) 88%, white 12%),
    color-mix(in srgb, var(--brand-700) 82%, var(--brand-500) 18%)
  );
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--brand-100) 52%, transparent);
}
.portal-public .mp-public-landing__hero{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(34rem, 1.1fr);
  gap: clamp(0.72rem, 1.35vw, 1.1rem);
  align-items: stretch;
  padding: clamp(1.15rem, 2.6vw, 2.2rem);
  border-radius: 40px;
  border: 1px solid color-mix(in srgb, var(--line-default) 78%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.82),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(125, 160, 255, 0.16),
      transparent 32%
    ),
    radial-gradient(
      circle at 58% 92%,
      rgba(255, 220, 172, 0.16),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--bg-panel) 96%, white 4%),
      color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%) 54%,
      color-mix(in srgb, var(--brand-100) 13%, var(--bg-panel-2) 87%)
    );
  box-shadow: 0 24px 58px #1b2a4417;
  overflow: clip;
}
.portal-public .mp-public-landing__copy{
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: clamp(1.05rem, 2vw, 1.55rem);
  min-width: 0;
  max-width: 42rem;
  min-height: 100%;
  padding: clamp(0.8rem, 2vw, 1.55rem) clamp(0.55rem, 1.5vw, 1.65rem)
    clamp(0.65rem, 1.6vw, 1.2rem) 0;
}
.portal-public .mp-public-landing__copy-main{
  display: grid;
  gap: 1rem;
  max-width: 41rem;
  align-self: center;
  align-content: center;
}
.portal-public .mp-public-landing__actions{
  display: grid;
  gap: 0.72rem;
  justify-items: start;
  align-self: end;
}
.portal-public .mp-public-landing__copy h1,
.portal-public .mp-public-auth-intro h1{
  margin: 0;
  max-width: 15.8ch;
  font-family: var(--public-display-font);
  font-size: clamp(2.8rem, 4.5vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: var(--text-strong);
  text-wrap: balance;
}
.portal-public .mp-public-lead,
.portal-public .mp-public-auth-intro p{
  margin: 0;
  max-width: clamp(38ch, 36vw, 47ch);
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.5;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
}
.portal-public .mp-public-cta-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.portal-public .mp-public-cta-row .btn{
  width: min(10rem, calc((100% - 0.75rem) / 2));
  justify-content: center;
  text-align: center;
}
.portal-public .mp-public-chip-row,
.portal-public .mp-public-auth-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.portal-public .mp-public-chip,
.portal-public .mp-public-auth-chip{
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0 0.88rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, white 14%);
  color: var(--text-strong);
  font-size: 0.86rem;
  font-weight: 710;
  line-height: 1.25;
}
.portal-public .mp-public-metric-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.35rem;
}
.portal-public .mp-public-metric{
  display: grid;
  gap: 0.28rem;
  min-height: 5.3rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 76%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
}
.portal-public .mp-public-metric span{
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 88%, white 12%);
}
.portal-public .mp-public-metric strong{
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}
.portal-public .mp-public-showcase{
  display: grid;
  gap: 0.78rem;
  min-width: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
}
.portal-public .mp-public-showcase__frame{
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  max-width: 100%;
  min-height: 100%;
  padding: clamp(0.9rem, 1.5vw, 1.15rem);
  border-radius: 34px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background:
    radial-gradient(
      circle at 86% 14%,
      rgba(125, 160, 255, 0.12),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--bg-panel) 95%, white 5%),
      color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
    );
  box-shadow: 0 18px 40px #1b2a4416;
}
.portal-public .mp-public-showcase__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem 1rem;
}
.portal-public .mp-public-showcase__controls{
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.portal-public .mp-public-showcase__window{
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  flex: 0 0 auto;
}
.portal-public .mp-public-showcase__window span{
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-100) 52%, var(--bg-panel) 48%);
  border: 1px solid color-mix(in srgb, var(--line-default) 60%, transparent);
}
.portal-public .mp-public-showcase__window span:first-child{
  background: #ffb598b8;
}
.portal-public .mp-public-showcase__window span:nth-child(2){
  background: #ffd28abd;
}
.portal-public .mp-public-showcase__window span:nth-child(3){
  background: #9edbb4c2;
}
.portal-public .mp-public-showcase__copy{
  display: grid;
  justify-items: end;
  gap: 0.22rem;
  text-align: right;
  flex: 0 1 17.5rem;
  max-width: 17.5rem;
  min-width: 0;
}
.portal-public .mp-public-showcase__copy span,
.portal-public .mp-public-showcase__footer span{
  font-size: 0.73rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 88%, white 12%);
}
.portal-public .mp-public-showcase__copy strong,
.portal-public .mp-public-showcase__footer strong{
  color: var(--text-strong);
  font-size: 1.04rem;
  line-height: 1.26;
  letter-spacing: -0.02em;
}
.portal-public .mp-public-showcase__tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  min-width: 0;
  flex: 1 1 17rem;
}
.portal-public .mp-public-showcase__tab{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.24rem;
  padding: 0 0.84rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, var(--bg-canvas) 12%);
  color: var(--text-body);
  font-size: 0.83rem;
  font-weight: 720;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}
.portal-public .mp-public-showcase__tab.is-active,
.portal-public .mp-public-showcase__tab[aria-selected="true"]{
  border-color: color-mix(
    in srgb,
    var(--brand-600) 30%,
    var(--line-default) 70%
  );
  background: color-mix(in srgb, var(--brand-100) 60%, var(--bg-panel) 40%);
  color: var(--text-strong);
  box-shadow: 0 10px 20px #1f25340f;
}
.portal-public .mp-public-showcase__stage{
  position: relative;
  min-height: clamp(300px, 31vw, 470px);
  aspect-ratio: 1366 / 768;
  border-radius: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}
:is(html[data-appearance="dark"], html[data-theme="dark"], body.theme-dark)
  .portal-public
  .mp-public-showcase__stage{
  background: transparent;
}
.portal-public .mp-public-showcase__slide{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: stretch;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.portal-public .mp-public-showcase__slide.is-active{
  opacity: 1;
  pointer-events: auto;
}
.portal-public .mp-public-showcase__slide > img,
.portal-public
  .mp-public-showcase__slide
  .landing-showcase__slide-visual--mock{
  width: 100%;
  height: 100%;
}
.portal-public .mp-public-showcase__slide > img{
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.portal-public .mp-public-showcase__slide--cover > img{
  object-fit: cover;
}
.portal-public .mp-public-showcase__slide--align-top > img{
  object-position: center top;
}
.portal-public .mp-public-showcase__slide--mock .home-product-mock{
  min-height: 100%;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.portal-public .mp-public-showcase__meta{
  position: relative;
  min-height: 4.8rem;
}
.portal-public .mp-public-showcase__meta-copy{
  position: absolute;
  inset: 0;
  display: grid;
  gap: 0.28rem;
  align-content: start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.portal-public .mp-public-showcase__meta-copy.is-active{
  opacity: 1;
  pointer-events: auto;
}
.portal-public .mp-public-showcase__meta-copy strong{
  color: var(--text-strong);
  font-size: 1.04rem;
  line-height: 1.24;
  letter-spacing: -0.02em;
}
.portal-public .mp-public-showcase__meta-copy p,
.portal-public .mp-public-final-band__copy p,
.portal-public .mp-public-section__head p,
.portal-public .mp-public-reason p,
.portal-public .mp-public-step__copy p,
.portal-public .mp-public-audience-card p,
.portal-public .mp-public-route-card p,
.portal-public .auth-aside-summary,
.portal-public .auth-aside-highlight__body{
  margin: 0;
  color: color-mix(in srgb, var(--text-body) 92%, white 8%);
  line-height: 1.55;
}
.portal-public .mp-public-showcase__footer{
  display: grid;
  gap: 0.2rem;
  padding: 0.15rem 0.15rem 0;
}
@media (min-width: 1181px){.portal-public .mp-public-showcase{
    align-self: stretch;
  }
.portal-public .mp-public-showcase__frame{
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: clamp(0.95rem, 1.5vw, 1.2rem);
  }
.portal-public .mp-public-showcase__meta{
    display: grid;
    align-items: center;
    min-height: 5.4rem;
  }
.portal-public .mp-public-showcase__meta-copy{
    align-content: center;
    gap: 0.34rem;
  }
}
@media (min-width: 1360px){.portal-public .mp-public-landing__hero{
    align-items: stretch;
  }
.portal-public .mp-public-landing__actions{
    margin-top: auto;
    padding-top: clamp(1rem, 2.2vw, 1.8rem);
  }
}
.portal-public .mp-public-section{
  display: grid;
  gap: 1.2rem;
}
.portal-public .mp-public-section__head{
  display: grid;
  gap: 0.45rem;
  max-width: 44rem;
}
.portal-public .mp-public-section__head h2{
  margin: 0;
  font-family: var(--public-display-font);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}
.portal-public .mp-public-reason-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.portal-public .mp-public-reason,
.portal-public .mp-public-support-panel,
.portal-public .mp-public-route-card{
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.2rem 1.18rem;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
  box-shadow: 0 14px 32px #1b2a440f;
}
.portal-public .mp-public-reason{
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.95rem;
  padding: 1rem 1.05rem;
}
.portal-public .mp-public-reason__icon,
.portal-public .mp-public-route-card__icon{
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--brand-100) 68%, var(--bg-panel) 32%);
  color: color-mix(in srgb, var(--brand-800) 82%, var(--text-strong) 18%);
}
.portal-public .mp-public-reason__icon svg,
.portal-public .mp-public-route-card__icon svg{
  width: 1.28rem;
  height: 1.28rem;
}
.portal-public .mp-public-reason__copy{
  display: grid;
  gap: 0.24rem;
  min-width: 0;
}
.portal-public .mp-public-reason h3,
.portal-public .mp-public-support-panel h3,
.portal-public .mp-public-route-card h3,
.portal-public .mp-public-auth-aside-panel__copy h2,
.portal-public .mp-public-auth-panel__head h1{
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.portal-public .mp-public-section--routine{
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  align-items: start;
}
.portal-public .mp-public-routine{
  display: grid;
  gap: 1.1rem;
}
.portal-public .mp-public-support-panel .mp-public-metric-grid{
  margin-top: 0.05rem;
}
.portal-public .mp-public-step-grid{
  display: grid;
  gap: 0.9rem;
}
.portal-public .mp-public-step{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 92%, white 8%);
}
.portal-public .mp-public-step__number{
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-100) 72%, var(--bg-panel) 28%);
  color: color-mix(in srgb, var(--brand-800) 82%, var(--text-strong) 18%);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}
.portal-public .mp-public-step__copy{
  display: grid;
  gap: 0.28rem;
}
.portal-public .mp-public-step__copy span,
.portal-public .mp-public-route-card__eyebrow{
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 88%, white 12%);
}
.portal-public .mp-public-step__copy strong,
.portal-public .mp-public-final-band__copy strong{
  color: var(--text-strong);
  font-size: 1.1rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
}
.portal-public .mp-public-audience-grid{
  display: grid;
  gap: 0.8rem;
}
.portal-public .mp-public-audience-card{
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, white 14%);
}
.portal-public .mp-public-audience-card strong{
  color: var(--text-strong);
  font-size: 1rem;
  line-height: 1.28;
}
.portal-public .mp-public-route-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.portal-public .mp-public-route-card .btn{
  margin-top: 0.35rem;
  width: fit-content;
}
.portal-public .mp-public-signin-route-card{
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0.85rem;
  overflow: hidden;
}
.portal-public .mp-public-signin-route-card__visual{
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.84),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--brand-100) 34%, var(--bg-panel) 66%),
      color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
    );
  text-decoration: none;
}
.portal-public .mp-public-signin-route-card__visual img{
  width: min(100%, 260px);
  max-height: 176px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(27, 42, 68, 0.1));
}
.portal-public .mp-public-signin-route-card__top{
  display: flex;
  align-items: center;
  gap: 0.72rem;
}
.portal-public .mp-public-signin-route-card h3{
  font-size: clamp(1.45rem, 1.7vw, 1.92rem);
}
.portal-public .mp-public-signin-route-card .btn{
  width: 100%;
  justify-content: center;
}
.portal-public .mp-public-signin-compact-list{
  display: none;
}
.portal-public .mp-public-signin-compact-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
  box-shadow: 0 12px 26px #1b2a440d;
}
.portal-public .mp-public-signin-compact-card__copy{
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}
.portal-public .mp-public-signin-compact-card h3{
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.06;
  color: var(--text-strong);
}
.portal-public .mp-public-signin-compact-card .btn{
  min-width: 5.25rem;
  min-height: 2.65rem;
  padding-inline: 0.9rem;
  justify-content: center;
  white-space: nowrap;
}
.portal-public .mp-public-final-band{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
  padding: 1.1rem 1.15rem;
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.8),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--brand-100) 52%, var(--bg-panel) 48%),
      color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
    );
}
.portal-public .mp-public-final-band__copy{
  display: grid;
  gap: 0.25rem;
  max-width: 42rem;
}
.portal-public .mp-public-final-band .mp-public-cta-row{
  flex: 0 0 auto;
}
.portal-public .mp-public-final-band .mp-public-cta-row .btn{
  width: auto;
  min-width: 10rem;
  white-space: nowrap;
}
.portal-public .mp-public-auth-page{
  --public-shell-max: var(--site-max);
  gap: clamp(1rem, 2vw, 1.5rem);
}
.portal-public .mp-public-auth-intro{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding: clamp(1rem, 1.8vw, 1.2rem) clamp(1rem, 2vw, 1.3rem);
  border-radius: 28px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
}
.portal-public .mp-public-auth-intro__copy{
  display: grid;
  gap: 0.4rem;
  flex: 1 1 44rem;
  min-width: 0;
  max-width: 60rem;
}
.portal-public .mp-public-auth-intro h1{
  max-width: clamp(18ch, 40vw, 26ch);
  font-size: clamp(2.2rem, 3.55vw, 3.35rem);
  line-height: 0.96;
}
.portal-public .mp-public-auth-intro p{
  max-width: clamp(46ch, 52vw, 68ch);
}
.portal-public .mp-public-auth-intro > .mp-public-auth-chip-row{
  justify-content: flex-end;
  align-self: start;
}
.portal-public .mp-public-auth-layout{
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
  gap: clamp(1rem, 2vw, 1.4rem);
}
.portal-public .mp-public-auth-panel,
.portal-public .mp-public-auth-aside{
  border-radius: 30px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 6%),
    color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
  );
  box-shadow: 0 18px 36px #1b2a440f;
}
.portal-public .mp-public-auth-tabs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.4rem;
  border-radius: 22px;
  background: color-mix(in srgb, var(--bg-panel-2) 90%, white 10%);
}
.portal-public .mp-public-auth-tabs .auth-switch__tab{
  min-height: 2.65rem;
  border-radius: 18px;
  border: 1px solid transparent;
  background: color-mix(in srgb, var(--bg-panel) 90%, transparent);
  color: var(--text-body);
  font-weight: 740;
}
.portal-public .mp-public-auth-tabs .auth-switch__tab.is-active,
.portal-public .mp-public-auth-tabs .auth-switch__tab[aria-selected="true"]{
  border-color: color-mix(
    in srgb,
    var(--brand-600) 28%,
    var(--line-default) 72%
  );
  background: color-mix(in srgb, var(--brand-100) 64%, var(--bg-panel) 36%);
  color: var(--text-strong);
  box-shadow: 0 10px 18px #1b2a440d;
}
.portal-public .mp-public-auth-panel .auth-panel__inner--tabbed{
  gap: 1.1rem;
}
.portal-public .mp-public-auth-panel__head{
  display: grid;
  gap: 0.65rem;
}
.portal-public .mp-public-auth-panel__head h1{
  font-family: var(--public-display-font);
  font-size: clamp(2rem, 3vw, 2.9rem);
}
.portal-public .mp-public-auth-form{
  gap: 0.85rem;
}
.portal-public .mp-public-auth-form label{
  display: grid;
  gap: 0.42rem;
  color: var(--text-strong);
  font-weight: 650;
}
.portal-public .mp-public-auth-form .inline-notice,
.portal-public .auth-support-card{
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, white 14%);
}
.portal-public .mp-public-auth-aside{
  align-content: start;
}
.portal-public .mp-public-auth-aside-panel{
  display: grid;
  gap: 1rem;
}
.portal-public .mp-public-auth-aside-panel__art{
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.82),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--brand-100) 34%, var(--bg-panel) 66%),
      color-mix(in srgb, var(--bg-panel-2) 90%, var(--bg-panel) 10%)
    );
}
.portal-public .mp-public-auth-aside-panel__art img{
  width: min(100%, 440px);
  max-height: 240px;
  object-fit: contain;
}
.portal-public .mp-public-auth-aside-panel__copy{
  display: grid;
  gap: 0.42rem;
}
.portal-public .mp-public-auth-aside-panel__copy h2{
  font-family: var(--public-display-font);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
.portal-public .mp-public-auth-aside .auth-aside-highlights{
  gap: 0.75rem;
}
.portal-public .mp-public-auth-aside .auth-aside-highlight{
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 86%, white 14%);
}
.portal-public .mp-public-auth-aside .auth-aside-highlight__title{
  font-size: 0.96rem;
  line-height: 1.3;
  color: var(--text-strong);
}
.portal-public .mp-public-auth-aside .auth-aside-highlight__body{
  margin: 0.2rem 0 0;
  color: var(--text-body);
  font-size: 0.93rem;
  line-height: 1.5;
}
.portal-public .mp-public-auth-page--single .auth-split--public-auth{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
}
.portal-public .mp-public-auth-page--single .auth-panel,
.portal-public .mp-public-auth-page--single .auth-aside--public-auth{
  min-height: 100%;
}
.portal-public .mp-public-auth-page--single .mp-public-auth-panel__head{
  gap: 0.72rem;
}
.portal-public .mp-public-auth-page--single .mp-public-auth-aside-panel{
  height: 100%;
  padding: clamp(1.15rem, 1.9vw, 1.5rem);
}
.portal-public .mp-public-auth-page--single .mp-public-auth-aside-panel__art{
  min-height: 280px;
  padding: 1.15rem;
}
.portal-public
  .mp-public-auth-page--single
  .mp-public-auth-aside-panel__art
  img{
  width: min(100%, 520px);
  max-height: 320px;
}
@media (max-width: 900px){.portal-public .mp-public-metric-grid,
  .portal-public .mp-public-reason-grid,
  .portal-public .mp-public-route-grid{
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-reason{
    grid-template-columns: auto minmax(0, 1fr);
  }
.portal-public .mp-public-final-band,
  .portal-public .mp-public-auth-intro{
    align-items: start;
  }
}
@media (min-width: 1800px){.portal-public .mp-public-page{
    --public-shell-max: var(--site-max);
  }
.portal-public .mp-public-landing__hero{
    gap: 1.4rem;
  }
.portal-public .mp-public-showcase__stage{
    min-height: 540px;
  }
}
.portal-public .mp-public-utility-page,
.portal-public .mp-public-legal-page{
  gap: clamp(1.35rem, 2.5vw, 2rem);
}
.portal-public .mp-public-utility-hero,
.portal-public .mp-public-legal-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}
.portal-public .mp-public-utility-intro,
.portal-public .mp-public-utility-helper,
.portal-public .mp-public-legal-copy,
.portal-public .mp-public-legal-summary,
.portal-public .mp-public-utility-card,
.portal-public .mp-public-legal-card{
  border-radius: 30px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 95%, white 5%),
    color-mix(in srgb, var(--bg-panel-2) 93%, var(--bg-panel) 7%)
  );
  box-shadow: 0 18px 36px #1b2a440f;
}
.portal-public .mp-public-utility-intro,
.portal-public .mp-public-utility-helper,
.portal-public .mp-public-legal-copy,
.portal-public .mp-public-legal-summary{
  padding: clamp(1.25rem, 2.3vw, 2rem);
}
.portal-public .mp-public-utility-intro,
.portal-public .mp-public-utility-helper__copy,
.portal-public .mp-public-legal-copy,
.portal-public .mp-public-legal-summary{
  display: grid;
  gap: 0.8rem;
}
.portal-public .mp-public-utility-intro h1,
.portal-public .mp-public-legal-copy h1{
  font-family: var(--public-display-font);
  font-size: clamp(2.2rem, 3.8vw, 3.55rem);
  line-height: 0.98;
  color: var(--text-strong);
  max-width: 13ch;
}
.portal-public .mp-public-utility-intro p,
.portal-public .mp-public-utility-helper__copy p,
.portal-public .mp-public-legal-copy p,
.portal-public .mp-public-legal-card p{
  margin: 0;
  color: var(--text-body);
  line-height: 1.72;
}
.portal-public .mp-public-utility-metric-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.portal-public .mp-public-utility-metric{
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
}
.portal-public .mp-public-utility-metric span{
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.portal-public .mp-public-utility-metric strong{
  font-size: 1rem;
  color: var(--text-strong);
}
.portal-public .mp-public-utility-helper{
  display: grid;
  gap: 1rem;
}
.portal-public .mp-public-utility-helper--signin{
  align-content: start;
}
.portal-public .mp-public-utility-helper__art{
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.85),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--brand-100) 34%, var(--bg-panel) 66%),
      color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
    );
}
.portal-public .mp-public-utility-helper__art img,
.portal-public .mp-public-utility-visual img{
  width: min(100%, 440px);
  max-height: 280px;
  object-fit: contain;
}
.portal-public .mp-public-signin-preview-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
  width: 100%;
}
.portal-public .mp-public-signin-preview-card{
  display: grid;
  gap: 0.65rem;
  align-content: space-between;
  min-height: 216px;
  padding: 0.9rem 0.85rem;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 68%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
  text-decoration: none;
}
.portal-public .mp-public-signin-preview-card span{
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text-soft) 88%, white 12%);
}
.portal-public .mp-public-signin-preview-card img{
  width: min(100%, 220px);
  max-height: 150px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(27, 42, 68, 0.1));
}
.portal-public .mp-public-utility-visual{
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: 30px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.82),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--brand-100) 32%, var(--bg-panel) 68%),
      color-mix(in srgb, var(--bg-panel-2) 92%, var(--bg-panel) 8%)
    );
  box-shadow: 0 18px 36px #1b2a440f;
}
.portal-public .mp-public-utility-grid,
.portal-public .mp-public-legal-stack{
  display: grid;
  gap: 1rem;
}
.portal-public .mp-public-utility-grid,
.portal-public .mp-public-legal-stack{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portal-public .mp-public-utility-card,
.portal-public .mp-public-legal-card{
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.15rem, 2vw, 1.5rem);
}
.portal-public .mp-public-utility-card h3,
.portal-public .mp-public-legal-card h2{
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.15;
  color: var(--text-strong);
}
.portal-public .mp-public-utility-card--featured{
  border-color: color-mix(
    in srgb,
    var(--brand-500) 22%,
    var(--line-default) 78%
  );
  background:
    radial-gradient(
      circle at top right,
      color-mix(in srgb, var(--brand-100) 42%, transparent) 0%,
      transparent 42%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--bg-panel) 92%, white 8%),
      color-mix(in srgb, var(--brand-100) 15%, var(--bg-panel-2) 85%)
    );
}
.portal-public .mp-public-utility-list{
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-body);
}
.portal-public .mp-public-utility-list li::marker{
  color: var(--brand-600);
}
.portal-public .mp-public-legal-summary .mp-public-utility-list{
  padding-left: 1rem;
}
.portal-public .mp-public-legal-card header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 1180px){.portal-public .mp-public-landing__hero,
  .portal-public .mp-public-section--routine,
  .portal-public .mp-public-auth-layout{
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-landing__hero{
    gap: 1rem;
    padding: 1rem;
  }
.portal-public .mp-public-landing__copy{
    max-width: none;
    padding: 0;
    gap: 0.95rem;
    grid-template-rows: auto auto;
    min-height: auto;
  }
.portal-public .mp-public-landing__copy-main{
    max-width: none;
    gap: 0.72rem;
    align-self: auto;
  }
.portal-public .mp-public-landing__copy h1{
    max-width: 14.6ch;
  }
.portal-public .mp-public-lead{
    max-width: 40ch;
  }
.portal-public .mp-public-showcase{
    width: 100%;
    justify-self: stretch;
  }
.portal-public .mp-public-showcase__copy{
    justify-items: start;
    text-align: left;
    max-width: 24rem;
    flex: none;
  }
.portal-public .mp-public-showcase__top{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.62rem;
  }
.portal-public .mp-public-showcase__controls,
  .portal-public .mp-public-showcase__tabs{
    width: 100%;
  }
.portal-public .mp-public-showcase__tabs{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
.portal-public .mp-public-showcase__tab{
    min-height: 2.55rem;
    padding: 0.35rem 0.68rem;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }
.portal-public .mp-public-showcase__stage{
    min-height: 0;
    aspect-ratio: 1366 / 768;
  }
.portal-public .mp-public-utility-hero,
  .portal-public .mp-public-legal-hero,
  .portal-public .mp-public-utility-grid,
  .portal-public .mp-public-legal-stack{
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-utility-intro h1,
  .portal-public .mp-public-legal-copy h1{
    max-width: 14ch;
  }
.portal-public .mp-public-auth-intro__copy{
    max-width: none;
  }
.portal-public .mp-public-auth-page--single .auth-split--public-auth{
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-auth-page--single .mp-public-auth-aside-panel__art{
    min-height: 208px;
  }
.portal-public
    .mp-public-auth-page--single
    .mp-public-auth-aside-panel__art
    img{
    max-height: 224px;
  }
}
@media (max-width: 900px){.portal-public .mp-public-cta-row{
    width: 100%;
  }
.portal-public .mp-public-cta-row .btn{
    flex: 1 1 calc((100% - 0.75rem) / 2);
    width: calc((100% - 0.75rem) / 2);
    min-width: 0;
  }
.portal-public .mp-public-chip-row,
  .portal-public .mp-public-auth-chip-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }
.portal-public .mp-public-chip,
  .portal-public .mp-public-auth-chip{
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.45rem 0.55rem;
    text-align: center;
    white-space: normal;
  }
.portal-public .mp-public-signin-route-card__visual{
    min-height: 164px;
  }
.portal-public .mp-public-signin-preview-card{
    min-height: 182px;
  }
.portal-public .mp-public-showcase__meta{
    min-height: 4.45rem;
  }
}
@media (min-width: 721px) and (max-width: 1024px){.portal-public .mp-public-route-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .mp-public-route-grid > :last-child:nth-child(odd){
    grid-column: 1 / -1;
  }
.portal-public .mp-public-signin-route-card__visual{
    min-height: 154px;
  }
.portal-public .mp-public-signin-route-card__visual img{
    max-height: 128px;
  }
.portal-public .mp-public-signin-preview-card{
    min-height: 168px;
  }
.portal-public .mp-public-signin-preview-card img{
    max-height: 118px;
  }
}
@media (max-width: 720px){.portal-public .mp-public-page{
    --public-shell-max: 100%;
    gap: 1.2rem;
    padding-top: 0.625rem;
  }
.portal-public .mp-public-landing__hero,
  .portal-public .mp-public-support-panel,
  .portal-public .mp-public-final-band,
  .portal-public .mp-public-auth-intro,
  .portal-public .mp-public-auth-panel,
  .portal-public .mp-public-auth-aside{
    border-radius: 26px;
  }
.portal-public .mp-public-landing__hero{
    gap: 0.95rem;
    padding: 0.95rem 0.9rem 1rem;
  }
.portal-public .mp-public-landing__copy{
    gap: 0.82rem;
  }
.portal-public .mp-public-landing__copy h1,
  .portal-public .mp-public-auth-intro h1{
    max-width: none;
    font-size: clamp(2.18rem, 9.6vw, 3rem);
  }
.portal-public .mp-public-lead{
    max-width: none;
    font-size: 0.99rem;
    line-height: 1.48;
  }
.portal-public .mp-public-landing__actions{
    gap: 0.62rem;
  }
.portal-public .mp-public-cta-row .btn{
    flex-basis: 100%;
    width: 100%;
    min-height: 46px;
  }
.portal-public .mp-public-showcase__frame{
    padding: 0.82rem;
    border-radius: 28px;
  }
.portal-public .mp-public-showcase__stage{
    min-height: 0;
    aspect-ratio: 1366 / 768;
  }
.portal-public .mp-public-showcase__slide{
    inset: 0;
    border-radius: 0;
  }
.portal-public .mp-public-showcase__meta{
    min-height: 4.5rem;
  }
.portal-public .mp-public-utility-intro,
  .portal-public .mp-public-utility-helper,
  .portal-public .mp-public-legal-copy,
  .portal-public .mp-public-legal-summary,
  .portal-public .mp-public-utility-card,
  .portal-public .mp-public-legal-card,
  .portal-public .mp-public-utility-visual{
    border-radius: 26px;
  }
.portal-public .mp-public-utility-metric-grid,
  .portal-public .mp-public-signin-preview-grid{
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-utility-intro h1,
  .portal-public .mp-public-legal-copy h1{
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3rem);
  }
.portal-public .mp-public-reason{
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }
}
@media (max-width: 560px){.portal-public .mp-public-landing__copy h1,
  .portal-public .mp-public-auth-intro h1{
    font-size: clamp(2rem, 9vw, 2.55rem);
  }
.portal-public .mp-public-chip,
  .portal-public .mp-public-auth-chip{
    font-size: 0.79rem;
  }
.portal-public .mp-public-showcase__tab{
    min-height: 2.34rem;
    padding: 0.32rem 0.52rem;
    font-size: 0.79rem;
  }
.portal-public .mp-public-showcase__stage{
    aspect-ratio: 1366 / 768;
  }
}
@media (min-width: 1280px) and (max-height: 1120px) and (hover: hover) and (pointer: fine){.portal-public .mp-public-page{
    gap: 0.95rem;
    padding-top: 0.55rem;
    padding-bottom: 1.15rem;
  }
.portal-public .mp-public-landing{
    gap: 1.1rem;
  }
.portal-public .mp-public-landing__hero{
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 32px;
  }
.portal-public .mp-public-landing__copy{
    padding-right: 0.25rem;
  }
.portal-public .mp-public-landing__copy h1{
    max-width: 15.4ch;
    font-size: clamp(2.95rem, 3.95vw, 4.2rem);
    line-height: 0.95;
  }
.portal-public .mp-public-lead{
    max-width: 46ch;
    font-size: 1rem;
    line-height: 1.54;
  }
.portal-public .mp-public-chip-row,
  .portal-public .mp-public-metric-grid{
    gap: 0.55rem;
  }
.portal-public .mp-public-metric{
    padding: 0.8rem 0.9rem;
  }
.portal-public .mp-public-section{
    gap: 0.95rem;
  }
.portal-public .mp-public-section__head{
    gap: 0.35rem;
  }
.portal-public .mp-public-reason-grid{
    gap: 0.75rem;
  }
.portal-public .mp-public-section--reasons{
    padding-bottom: clamp(5rem, 13.5vh, 9.5rem);
  }
.portal-public .mp-public-reason{
    gap: 0.8rem;
    min-height: 7.4rem;
    padding: 0.9rem 0.95rem;
  }
.portal-public .mp-public-reason__icon{
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 16px;
  }
.portal-public .mp-public-reason h3{
    font-size: clamp(1.12rem, 1.35vw, 1.36rem);
    line-height: 1.08;
  }
.portal-public .mp-public-reason p,
  .portal-public .mp-public-step p,
  .portal-public .mp-public-audience-card p{
    font-size: 0.94rem;
    line-height: 1.52;
  }
.portal-public .mp-public-showcase__stage{
    min-height: clamp(320px, 28vw, 410px);
  }
.portal-public .mp-public-showcase__meta{
    min-height: 4.45rem;
  }
.portal-public .mp-public-auth-page{
    gap: 0.72rem;
  }
.portal-public .mp-public-utility-page{
    gap: 0.92rem;
  }
.portal-public .mp-public-utility-hero{
    gap: 0.85rem;
  }
.portal-public .mp-public-utility-intro,
  .portal-public .mp-public-utility-helper{
    padding: 0.98rem 1.05rem;
    border-radius: 24px;
  }
.portal-public .mp-public-utility-intro h1{
    max-width: 10.4ch;
    font-size: clamp(1.92rem, 2.55vw, 2.75rem);
    line-height: 0.95;
  }
.portal-public .mp-public-utility-intro p,
  .portal-public .mp-public-utility-helper__copy p{
    font-size: 0.95rem;
    line-height: 1.52;
  }
.portal-public .mp-public-utility-metric-grid{
    gap: 0.55rem;
  }
.portal-public .mp-public-utility-metric{
    padding: 0.72rem 0.82rem;
    border-radius: 18px;
  }
.portal-public .mp-public-utility-helper__art{
    min-height: 176px;
    padding: 0.78rem;
    border-radius: 20px;
  }
.portal-public .mp-public-signin-preview-grid{
    gap: 0.58rem;
  }
.portal-public .mp-public-signin-preview-card{
    min-height: 146px;
    padding: 0.7rem 0.68rem;
    border-radius: 18px;
  }
.portal-public .mp-public-signin-preview-card img{
    width: min(100%, 150px);
    max-height: 102px;
  }
.portal-public .mp-public-route-grid{
    gap: 0.82rem;
  }
.portal-public .mp-public-signin-route-card{
    gap: 0.66rem;
    padding: 0.92rem;
    border-radius: 22px;
  }
.portal-public .mp-public-signin-route-card__visual{
    min-height: 126px;
    padding: 0.72rem;
    border-radius: 18px;
  }
.portal-public .mp-public-signin-route-card__visual img{
    width: min(100%, 190px);
    max-height: 112px;
  }
.portal-public .mp-public-signin-route-card h3{
    font-size: clamp(1.22rem, 1.35vw, 1.45rem);
    line-height: 1.02;
  }
.portal-public .mp-public-route-card p{
    font-size: 0.94rem;
    line-height: 1.46;
  }
.portal-public .mp-public-final-band{
    padding: 0.92rem 1rem;
    border-radius: 24px;
  }
.portal-public .mp-public-auth-intro{
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) auto;
    align-items: start;
    gap: 0.35rem 1rem;
    padding: 0.68rem 0.88rem;
    border-radius: 22px;
  }
.portal-public .mp-public-auth-intro__copy{
    gap: 0.16rem;
    max-width: 58rem;
  }
.portal-public .mp-public-auth-intro h1{
    max-width: 34ch;
    font-size: clamp(1.68rem, 2vw, 2rem);
    line-height: 0.98;
  }
.portal-public .mp-public-auth-intro p{
    max-width: 72ch;
    font-size: 0.88rem;
    line-height: 1.34;
  }
.portal-public .mp-public-auth-chip-row{
    gap: 0.4rem;
    justify-content: flex-end;
    align-self: start;
    padding-top: 0.08rem;
  }
.portal-public .mp-public-auth-chip{
    padding: 0.55rem 0.76rem;
    font-size: 0.8rem;
    line-height: 1.1;
  }
.portal-public .mp-public-auth-layout{
    gap: 0.8rem;
  }
.portal-public .mp-public-auth-panel,
  .portal-public .mp-public-auth-aside{
    border-radius: 24px;
  }
.portal-public .mp-public-auth-panel .auth-panel__inner--tabbed{
    gap: 0.68rem;
  }
.portal-public .auth-tabs{
    margin-bottom: 0.52rem;
  }
.portal-public .mp-public-auth-tabs .auth-switch__tab{
    min-height: 2.3rem;
  }
.portal-public .auth-panel__inner--tabbed > .auth-tab-panel{
    gap: 0.56rem;
  }
.portal-public .mp-public-auth-panel__head{
    gap: 0.34rem;
  }
.portal-public .mp-public-auth-panel__head h1{
    max-width: none;
    font-size: clamp(1.72rem, 2vw, 2.05rem);
    line-height: 0.98;
  }
.portal-public .mp-public-auth-panel__head p{
    font-size: 0.9rem;
    line-height: 1.34;
  }
.portal-public .mp-public-auth-form{
    gap: 0.48rem;
  }
.portal-public .mp-public-auth-form label{
    gap: 0.24rem;
    font-size: 0.92rem;
  }
.portal-public .mp-public-auth-form .inline-notice,
  .portal-public .auth-support-card{
    border-radius: 18px;
    padding: 0.62rem 0.74rem;
  }
.portal-public .auth-submit-btn,
  .portal-public .auth-panel :is(input, select){
    min-height: 44px;
  }
.portal-public .mp-public-auth-aside-panel{
    gap: 0.68rem;
  }
.portal-public .mp-public-auth-aside-panel__art{
    min-height: 138px;
    padding: 0.72rem;
  }
.portal-public .mp-public-auth-aside-panel__art img{
    max-height: 142px;
  }
.portal-public .mp-public-auth-page--single .auth-panel__inner{
    gap: 0.72rem;
    padding: 0.98rem;
  }
.portal-public .mp-public-auth-page--single .auth-split--public-auth{
    gap: 0.8rem;
  }
.portal-public .mp-public-auth-page--single .mp-public-auth-aside-panel{
    padding: 0.98rem;
  }
.portal-public .mp-public-auth-page--single .mp-public-auth-aside-panel__art{
    min-height: 180px;
    padding: 0.82rem;
  }
.portal-public
    .mp-public-auth-page--single
    .mp-public-auth-aside-panel__art
    img{
    max-height: 180px;
  }
.portal-public .mp-public-auth-page--single .auth-support-card{
    padding: 0.7rem 0.78rem;
  }
.portal-public .mp-public-auth-aside-panel__copy h2{
    font-size: clamp(1.2rem, 1.4vw, 1.55rem);
  }
.portal-public .mp-public-auth-aside .auth-aside-highlights{
    gap: 0.48rem;
  }
.portal-public .mp-public-auth-aside .auth-aside-highlight{
    padding: 0.68rem 0.78rem;
    border-radius: 16px;
  }
.portal-public .mp-public-auth-aside .auth-aside-highlight__title{
    font-size: 0.88rem;
    line-height: 1.24;
  }
body.portal-public--auth .mp-footer{
    padding: 6px 0 10px;
  }
body.portal-public--auth .mp-footer__inner{
    gap: 2px;
  }
body.portal-public--auth .mp-footer__logo{
    height: 30px;
  }
body.portal-public--auth .mp-footer__legal{
    font-size: 0.69rem;
    line-height: 1.3;
  }
}
@media (max-width: 720px){.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__inner{
    min-height: auto;
    padding: 8px 10px;
    gap: 10px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__center,
  .portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__utility-pill{
    display: none;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__left{
    min-width: 0;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .topbar-brand-image,
  .portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__brand
    img{
    max-width: 134px;
    height: auto;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__right,
  .portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-topbar__right--signed-out{
    width: auto;
    min-width: 0;
    margin-left: auto;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-public-auth-actions{
    display: flex;
    align-items: center;
    width: auto;
    gap: 0.42rem;
  }
.portal-public
    :is(.mp-topbar--public-home, .mp-topbar--public-auth)
    .mp-public-auth-actions
    .mp-inline-link--button{
    min-height: 38px;
    padding-inline: 0.82rem;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    line-height: 1.1;
    font-size: 0.9rem;
    border-radius: 999px;
  }
.portal-public .mp-public-signin-compact-list{
    display: grid;
    gap: 0.72rem;
  }
.portal-public .mp-public-utility-hero,
  .portal-public .mp-public-final-band,
  .portal-public .mp-public-utility-page .mp-public-section{
    display: none;
  }
.portal-public .mp-public-auth-page--single{
    gap: 0.6rem;
  }
.portal-public .mp-public-auth-page--single .auth-split--public-auth{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.72rem;
  }
.portal-public .mp-public-auth-page--single .auth-panel,
  .portal-public .mp-public-auth-page--single .auth-aside--public-auth{
    border-radius: 22px;
  }
.portal-public .mp-public-auth-page--single .auth-panel__inner{
    gap: 0.72rem;
    padding: 0.98rem;
  }
.portal-public .mp-public-auth-page--single .auth-panel h1{
    margin: 0 !important;
    font-size: clamp(1.72rem, 7.8vw, 2.3rem);
    line-height: 0.98;
  }
.portal-public .mp-public-auth-page--single .auth-panel .muted{
    font-size: 0.9rem;
    line-height: 1.36;
  }
.portal-public .mp-public-auth-page--single .mp-public-auth-form{
    gap: 0.55rem;
  }
.portal-public .mp-public-auth-page--single .mp-public-auth-form label{
    gap: 0.28rem;
  }
.portal-public
    .mp-public-auth-page--single
    .mp-public-auth-form
    .inline-notice,
  .portal-public .mp-public-auth-page--single .auth-support-card{
    padding: 0.68rem 0.76rem;
    border-radius: 18px;
  }
.portal-public .mp-public-auth-page--single .auth-submit-btn,
  .portal-public .mp-public-auth-page--single .auth-panel :is(input, select){
    min-height: 44px;
  }
.portal-public .mp-public-auth-page--single .auth-aside--public-auth{
    display: none;
  }
}
.mp-brand-lockup{
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  color: var(--text-strong);
  line-height: 1;
}
.mp-brand-lockup__image{
  display: block;
  width: auto;
  height: 2.25rem;
  max-width: min(172px, 42vw);
  object-fit: contain;
}
.mp-topbar__brand .mp-brand-lockup__image{
  height: clamp(24px, calc(var(--header-height) - 36px), 32px);
  max-height: 32px;
  max-width: min(170px, 42vw);
}
@media (max-width: 640px){.mp-topbar__brand .mp-brand-lockup__image{
    height: 22px;
    max-height: 22px;
    max-width: min(128px, 40vw);
  }
}
.portal-public .mp-public-lite-proof__frame{
  gap: 0.85rem;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 96%, white 4%),
    color-mix(in srgb, var(--bg-panel-2) 94%, var(--bg-panel) 6%)
  );
}
.portal-public .mp-public-lite-proof__screen{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "task rail" "signal rail";
  gap: 0.8rem;
  min-height: 238px;
  padding: clamp(0.9rem, 1.6vw, 1.2rem);
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 74%, transparent);
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--brand-100) 20%, transparent),
      transparent 44%
    ),
    color-mix(in srgb, var(--bg-panel) 90%, var(--bg-canvas) 10%);
}
.portal-public .mp-public-lite-proof__task{
  grid-area: task;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
}
.portal-public .mp-public-lite-proof__task span,
.portal-public .mp-public-lite-proof__card span,
.portal-public .mp-public-lite-proof__pill span{
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
}
.portal-public .mp-public-lite-proof__task strong,
.portal-public .mp-public-lite-proof__card strong{
  color: var(--text-strong);
  font-size: 1rem;
  line-height: 1.25;
}
.portal-public .mp-public-lite-proof__bar{
  height: 0.58rem;
  width: 64%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--line-default) 72%, transparent);
}
.portal-public .mp-public-lite-proof__bar--wide{
  width: 88%;
  background: color-mix(in srgb, var(--brand-200) 58%, var(--line-default) 42%);
}
.portal-public .mp-public-lite-proof__rail{
  grid-area: rail;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  width: 7.2rem;
}
.portal-public .mp-public-lite-proof__pill{
  display: grid;
  place-items: center;
  min-height: 42px;
  padding-inline: 0.72rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--line-default) 72%, transparent);
  background: color-mix(in srgb, var(--bg-panel-2) 86%, var(--bg-panel) 14%);
}
.portal-public .mp-public-lite-proof__pill.is-active{
  border-color: color-mix(
    in srgb,
    var(--brand-600) 30%,
    var(--line-default) 70%
  );
  background: color-mix(in srgb, var(--brand-100) 48%, var(--bg-panel) 52%);
}
.portal-public .mp-public-lite-proof__signal{
  grid-area: signal;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  align-self: end;
}
.portal-public .mp-public-lite-proof__signal span{
  min-height: 3.1rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 84%, var(--bg-canvas) 16%);
}
.portal-public .mp-public-lite-proof__cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.portal-public .mp-public-lite-proof__card{
  display: grid;
  gap: 0.28rem;
  min-height: 7.1rem;
  padding: 0.82rem 0.88rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--line-default) 70%, transparent);
  background: color-mix(in srgb, var(--bg-panel) 88%, white 12%);
}
.portal-public .mp-public-lite-proof__card p{
  margin: 0;
  color: var(--text-body);
  font-size: 0.88rem;
  line-height: 1.42;
}
.portal-public .mp-public-signin-simple{
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
}
.portal-public .mp-public-signin-simple__intro{
  display: grid;
  gap: 0.55rem;
  max-width: 44rem;
}
.portal-public .mp-public-signin-simple__intro h1{
  color: var(--text-strong);
  font-family: var(--public-display-font);
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 0.98;
}
.portal-public .mp-public-signin-simple__intro p{
  margin: 0;
  color: var(--text-body);
  line-height: 1.55;
}
.portal-public .mp-public-auth-page--simple{
  --public-shell-max: min(760px, calc(100vw - 2rem));
}
.portal-public .mp-public-auth-simple{
  display: grid;
  max-width: 760px;
  margin-inline: auto;
}
.portal-public .mp-public-auth-panel--simple{
  border-radius: 28px;
  box-shadow: 0 14px 32px #1b2a440e;
}
.portal-public .mp-public-auth-panel--simple .auth-panel__inner{
  gap: 1rem;
}
.portal-public .mp-public-auth-panel--simple .mp-public-auth-panel__head h1{
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  line-height: 1;
}
.portal-public .mp-public-auth-panel--simple .mp-public-auth-form{
  background: transparent;
  border: 0;
  padding: 0;
}
.portal-public .mp-public-auth-support{
  box-shadow: none;
}
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__frame,
html[data-appearance="dark"] .portal-public .mp-public-auth-panel,
html[data-appearance="dark"] .portal-public .mp-public-final-band,
html[data-appearance="dark"] .portal-public .mp-public-utility-intro{
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--bg-panel) 94%, white 3%),
    color-mix(in srgb, var(--bg-panel-2) 94%, black 6%)
  );
  border-color: color-mix(in srgb, var(--line-default) 74%, transparent);
  box-shadow: 0 16px 32px #0000002e;
}
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__screen,
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__task,
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__card,
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__signal span,
html[data-appearance="dark"] .portal-public .mp-public-lite-proof__pill,
html[data-appearance="dark"] .portal-public .mp-public-route-card,
html[data-appearance="dark"] .portal-public .mp-public-reason,
html[data-appearance="dark"] .portal-public .auth-support-card{
  background: color-mix(in srgb, var(--bg-panel) 88%, black 12%);
  border-color: color-mix(in srgb, var(--line-default) 70%, transparent);
}
html[data-appearance="dark"]
  .portal-public
  .mp-public-lite-proof__pill.is-active{
  background: color-mix(in srgb, var(--brand-900) 34%, var(--bg-panel) 66%);
  border-color: color-mix(
    in srgb,
    var(--brand-400) 34%,
    var(--line-default) 66%
  );
}
@media (max-width: 720px){.portal-public .mp-public-lite-proof__screen{
    grid-template-columns: 1fr;
    grid-template-areas: "task" "rail" "signal";
    min-height: 0;
  }
.portal-public .mp-public-lite-proof__rail,
  .portal-public .mp-public-lite-proof__cards{
    width: 100%;
    grid-template-columns: 1fr;
  }
.portal-public .mp-public-auth-page--simple{
    --public-shell-max: 100%;
  }
}
@keyframes adult-loading-shimmer{
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: -100% 50%;
  }
}
@media (min-width: 821px) and (max-width: 1180px){.portal-public .mp-public-auth-layout{
    gap: 0.95rem;
  }
.portal-public .mp-public-auth-panel,
  .portal-public .mp-public-auth-aside{
    padding: 1rem;
  }
}

.mp-topbar__brand,
.mp-inline-link--button{
  min-width: 44px;
  min-height: 44px;
}

.mp-topbar__brand,
.mp-inline-link--button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.portal-public .mp-public-auth-actions .mp-inline-link--button,
.portal-public
  .mp-topbar--public-home
  .mp-public-auth-actions
  .mp-inline-link--button,
.portal-public
  .mp-topbar--public-auth
  .mp-public-auth-actions
  .mp-inline-link--button,
.portal-public
  :is(.mp-topbar--public-home, .mp-topbar--public-auth)
  .mp-public-auth-actions
  .mp-inline-link--button{
  min-width: 44px;
  min-height: 44px;
}
body.portal-public{
  overflow-x: hidden;
}
.portal-public .mp-public-brand-signature{
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.portal-public .mp-topbar--public-home .mp-topbar__inner{
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "left right";
  min-height: 68px;
}
.portal-public .mp-topbar--public-home .mp-topbar__left{
  grid-area: left;
  gap: 12px;
}
.portal-public .mp-topbar--public-home .mp-topbar__center{
  display: none;
}
.portal-public .mp-topbar--public-home .mp-topbar__right{
  grid-area: right;
}
.portal-public .mp-quiet-public{
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  padding: 28px 0 46px;
}
.portal-public .mp-quiet-home-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: 54px;
  align-content: center;
  align-items: start;
  min-height: calc(100svh - 176px);
}
.portal-public .mp-quiet-hero{
  display: grid;
  gap: 24px;
  align-content: center;
  max-width: 700px;
  min-width: 0;
}
.portal-public .mp-quiet-brand-line{
  margin: 0;
  color: color-mix(in srgb, var(--text-soft) 88%, var(--text-strong) 12%);
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.35;
}
.portal-public .mp-quiet-hero h1,
.portal-public .mp-quiet-demo h1,
.portal-public .mp-quiet-legal h1{
  margin: 0;
  color: var(--text-strong);
  font-family: var(--public-display-font, Georgia, serif);
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  overflow-wrap: anywhere;
}
.portal-public .mp-quiet-hero h1 span{
  display: block;
}
.portal-public .mp-quiet-demo h1,
.portal-public .mp-quiet-legal h1{
  font-size: 3.2rem;
}
.portal-public .mp-quiet-subline{
  margin: 0;
  max-width: 42rem;
  color: var(--text-body);
  font-size: 1.18rem;
  line-height: 1.55;
}
.portal-public .mp-quiet-actions,
.portal-public .mp-quiet-demo__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.portal-public .mp-quiet-actions .btn,
.portal-public .mp-quiet-demo__actions .btn,
.portal-public .mp-embedded-signin .btn{
  min-height: 44px;
  justify-content: center;
}
.portal-public .mp-quiet-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 42rem;
}
.portal-public .mp-quiet-chip{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid color-mix(in srgb, var(--line-default) 82%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-panel) 88%, var(--bg-canvas) 12%);
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.2;
}
.portal-public .mp-embedded-signin{
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 410px;
  justify-self: end;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--line-default) 84%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-panel) 94%, var(--bg-canvas) 6%);
  box-shadow: 0 18px 46px #1b2a4414;
}
.portal-public .mp-embedded-signin__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.portal-public .mp-embedded-signin__head h2{
  margin: 0;
  color: var(--text-strong);
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: 0;
}
.portal-public .mp-embedded-signin__tabs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid color-mix(in srgb, var(--line-default) 76%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-panel-2) 78%, var(--bg-canvas) 22%);
}
.portal-public .mp-embedded-signin__tab{
  min-width: 0;
  min-height: 44px;
  padding: 8px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text-body);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.15;
}
.portal-public .mp-embedded-signin__tab[aria-selected="true"]{
  background: var(--bg-panel);
  color: var(--text-strong);
  box-shadow: 0 6px 14px #1f253414;
}
.portal-public .mp-embedded-signin__tab:focus-visible,
.portal-public .mp-embedded-signin__form :is(input, button, a):focus-visible,
.portal-public
  .mp-quiet-demo__form
  :is(input, select, textarea, button, a):focus-visible,
.portal-public .mp-quiet-actions .btn:focus-visible,
.portal-public .mp-quiet-actions button:focus-visible{
  outline: 3px solid color-mix(in srgb, var(--brand-500) 58%, white 42%);
  outline-offset: 2px;
}
.portal-public .mp-embedded-signin__panels{
  min-width: 0;
}
.portal-public .mp-embedded-signin__panel[hidden]{
  display: none;
}
.portal-public .mp-embedded-signin__form,
.portal-public .mp-quiet-demo__form{
  display: grid;
  gap: 14px;
  min-width: 0;
}
.portal-public .mp-embedded-signin__form label,
.portal-public .mp-quiet-demo__form label{
  display: grid;
  gap: 7px;
  color: var(--text-strong);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
}
.portal-public .mp-embedded-signin__form input,
.portal-public .mp-quiet-demo__form input,
.portal-public .mp-quiet-demo__form select,
.portal-public .mp-quiet-demo__form textarea{
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid color-mix(in srgb, var(--line-default) 84%, transparent);
  border-radius: 8px;
  background: var(--bg-panel-2);
  color: var(--text-strong);
  font: inherit;
}
.portal-public .mp-quiet-demo__form textarea{
  min-height: 108px;
  resize: vertical;
}
.portal-public .mp-embedded-signin__note,
.portal-public .mp-embedded-signin__links,
.portal-public .mp-quiet-demo__actions p{
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}
.portal-public .mp-embedded-signin__links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}
.portal-public .mp-embedded-signin__links a,
.portal-public .mp-embedded-signin__link-button,
.portal-public .mp-quiet-demo__actions a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-strong);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.portal-public .mp-embedded-signin__status{
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.portal-public .mp-embedded-signin__status.is-error{
  background: #be43431f;
  color: #8f2d2d;
}
.portal-public .mp-embedded-signin__status.is-success{
  background: #45915f24;
  color: #1f5e42;
}
.portal-public .mp-quiet-demo,
.portal-public .mp-quiet-legal{
  display: grid;
  gap: 22px;
  max-width: 760px;
  margin-inline: auto;
}
.portal-public .mp-quiet-demo__intro,
.portal-public .mp-quiet-legal{
  display: grid;
  gap: 14px;
}
.portal-public .mp-quiet-demo__intro p,
.portal-public .mp-quiet-legal > p,
.portal-public .mp-quiet-legal__section p{
  margin: 0;
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.55;
}
.portal-public .mp-quiet-demo__form{
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--line-default) 84%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-panel) 94%, var(--bg-canvas) 6%);
  box-shadow: 0 16px 36px #1b2a4412;
}
.portal-public .mp-quiet-legal h2{
  margin: 0;
  color: var(--text-strong);
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: 0;
}
.portal-public .mp-quiet-legal__stack{
  display: grid;
  gap: 18px;
}
.portal-public .mp-quiet-legal__section{
  display: grid;
  gap: 8px;
}
:is(html[data-appearance="dark"], html[data-theme="dark"])
  body.portal-public
  .mp-embedded-signin,
body.theme-dark.portal-public .mp-embedded-signin,
:is(html[data-appearance="dark"], html[data-theme="dark"])
  body.portal-public
  .mp-quiet-demo__form,
body.theme-dark.portal-public .mp-quiet-demo__form{
  background: color-mix(in srgb, var(--bg-panel) 92%, black 8%);
  box-shadow: 0 18px 46px #0000003d;
}
:is(html[data-appearance="dark"], html[data-theme="dark"])
  body.portal-public
  .mp-embedded-signin__tab[aria-selected="true"],
body.theme-dark.portal-public .mp-embedded-signin__tab[aria-selected="true"]{
  background: color-mix(in srgb, var(--bg-panel) 82%, white 8%);
}
@media (min-width: 761px){.portal-public .mp-quiet-demo__form{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.portal-public .mp-quiet-demo__form label:nth-of-type(5),
  .portal-public .mp-quiet-demo__status,
  .portal-public .mp-quiet-demo__actions{
    grid-column: 1 / -1;
  }
}
@media (max-width: 1240px){.portal-public .mp-public-brand-signature{
    display: none;
  }
}
@media (max-width: 1020px){.portal-public .mp-quiet-home-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    min-height: auto;
    align-items: start;
  }
.portal-public .mp-embedded-signin{
    max-width: 560px;
    justify-self: stretch;
  }
}
@media (max-width: 760px){.portal-public .mp-public-brand-signature{
    display: none;
  }
.portal-public .mp-quiet-public{
    width: min(100% - 24px, 620px);
    padding-top: 18px;
  }
.portal-public .mp-quiet-hero{
    gap: 18px;
  }
.portal-public .mp-quiet-hero h1,
  .portal-public .mp-quiet-demo h1,
  .portal-public .mp-quiet-legal h1{
    font-size: 3rem;
    line-height: 1.04;
  }
.portal-public .mp-quiet-subline{
    font-size: 1.05rem;
  }
.portal-public .mp-quiet-scroll-signin{
    order: -1;
  }
.portal-public .mp-quiet-actions .btn,
  .portal-public .mp-quiet-actions button,
  .portal-public .mp-quiet-demo__actions .btn{
    flex: 1 1 10rem;
  }
.portal-public .mp-embedded-signin,
  .portal-public .mp-quiet-demo__form{
    padding: 18px;
  }
.portal-public .mp-topbar--public-home .mp-topbar__inner{
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "left right";
    row-gap: 0;
    padding: 8px 12px;
  }
.portal-public .mp-topbar--public-home .mp-topbar__center,
  .portal-public .mp-topbar--public-home .mp-public-auth-actions{
    display: none;
  }
.portal-public .mp-topbar--public-home .mp-topbar__utility-pill{
    display: flex;
    width: auto;
  }
.portal-public .mp-topbar--public-home .mp-topbar__control,
  .portal-public .mp-topbar--public-home .mp-language-menu summary{
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 420px){.portal-public .mp-quiet-public{
    width: min(100% - 20px, 390px);
  }
.portal-public .mp-quiet-hero h1,
  .portal-public .mp-quiet-demo h1,
  .portal-public .mp-quiet-legal h1{
    font-size: 2.55rem;
  }
.portal-public .mp-embedded-signin__tab{
    font-size: 0.84rem;
  }
.portal-public .mp-quiet-chip{
    width: 100%;
    justify-content: center;
  }
}
.mp-profile-menu__mobile-utilities{
  display: none;
}
@media (max-width: 720px){.mp-profile-menu__mobile-utilities{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 7px 0 8px;
    border-bottom: 1px solid var(--line-subtle);
  }
.mp-profile-menu__mobile-utilities .mp-icon{
    width: 19px;
    height: 19px;
  }
}
