/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .grow {
    flex-grow: 1;
  }
}
:root {
  --ink: #172522;
  --ink-soft: #526360;
  --paper: #f5f7f3;
  --surface: #ffffff;
  --surface-soft: #eef2ed;
  --line: #dce4de;
  --accent: #e2663f;
  --accent-deep: #b84d2e;
  --mint: #d6e8dc;
  --blue: #dce9f4;
  --amber: #f7e5c2;
  --shadow: 0 12px 30px rgba(23, 37, 34, .055);
}
* {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
button, input {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(226, 102, 63, .4);
  outline-offset: 3px;
}
.theme-dark {
  --ink: #edf4ef;
  --ink-soft: #a4b3ac;
  --paper: #101917;
  --surface: #18231f;
  --surface-soft: #22312b;
  --line: #304039;
  --mint: #1d3a2e;
  --blue: #203441;
  --amber: #403725;
  --shadow: 0 14px 30px rgba(0, 0, 0, .18);
}
.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: .04em;
}
.status-badge-success {
  background: var(--mint);
  color: #39805b;
}
.status-badge-pending {
  background: var(--blue);
  color: #46708f;
}
.status-badge-warning {
  background: var(--amber);
  color: #956d27;
}
.status-badge-error {
  background: #f5d9d4;
  color: #a94335;
}
.status-badge-neutral {
  background: var(--surface-soft);
  color: var(--ink-soft);
}
.status-badge-info {
  background: var(--blue);
  color: #46708f;
}
.empty-state {
  padding: 19px 0 3px;
  color: var(--ink-soft);
  text-align: center;
}
.empty-state > span {
  display: block;
  font-size: 23px;
}
.empty-state strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 11px;
}
.empty-state p {
  max-width: 220px;
  margin: 5px auto 0;
  font-size: 10px;
  line-height: 1.5;
}
.app-shell {
  display: flex;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}
.sidebar {
  width: 244px;
  flex: 0 0 244px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: var(--surface);
  padding: 24px 14px 16px;
  position: relative;
  z-index: 20;
}
.sidebar-header, .brand-lockup, .topbar, .topbar-actions, .page-heading, .panel-heading, .metric-label, .security-note, .user-menu, .workspace-switcher, .activity-row {
  display: flex;
  align-items: center;
}
.sidebar-header {
  justify-content: space-between;
  padding: 0 10px 24px;
}
.brand-lockup, .auth-brand, .mobile-auth-brand {
  gap: 9px;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: 700;
}
.brand-lockup b, .auth-brand b, .mobile-auth-brand b {
  color: var(--accent);
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.workspace-switcher {
  gap: 9px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  font-size: 11px;
}
.workspace-avatar, .user-avatar, .top-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 700;
}
.workspace-avatar {
  width: 28px;
  height: 28px;
}
.workspace-switcher strong, .user-menu strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.workspace-switcher small, .user-menu small, .security-note small, .readiness-step small, .activity-row small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 10px;
}
.chevron {
  margin-left: auto;
  color: var(--ink-soft);
}
.sidebar-nav {
  flex: 1;
  padding-top: 26px;
}
.nav-eyebrow, .eyebrow {
  color: var(--ink-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nav-eyebrow {
  display: block;
  padding: 0 11px 8px;
}
.nav-eyebrow-spaced {
  margin-top: 24px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  padding: 8px 11px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 12px;
  text-align: left;
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}
.nav-item:hover {
  background: var(--surface-soft);
  color: var(--ink);
  transform: translateX(2px);
}
.nav-item-active {
  background: var(--mint);
  color: var(--ink);
  font-weight: 600;
}
.nav-icon {
  display: grid;
  place-items: center;
  width: 17px;
  font-size: 15px;
}
.sidebar-footer {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.security-note {
  gap: 9px;
  padding: 0 9px 16px;
}
.security-note strong {
  display: block;
  font-size: 10px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink-soft);
}
.status-dot-success {
  background: #49a879;
  box-shadow: 0 0 0 3px rgba(73,168,121,.12);
}
.user-menu {
  gap: 9px;
  width: 100%;
  padding: 7px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  text-align: left;
}
.user-menu:hover {
  background: var(--surface-soft);
}
.user-avatar {
  width: 28px;
  height: 28px;
  background: var(--accent);
}
.icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 17px;
}
.icon-button:hover {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--ink);
}
.sidebar-close, .menu-trigger {
  display: none;
}
.main-shell {
  flex: 1;
  min-width: 0;
}
.topbar {
  height: 68px;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 36px;
  background: var(--surface);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 12px;
}
.breadcrumbs strong {
  color: var(--ink);
  font-weight: 600;
}
.topbar-actions {
  gap: 8px;
}
.command-button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 130px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 11px;
  text-align: left;
}
.command-button kbd {
  margin-left: auto;
  color: var(--ink-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}
.notification-button {
  position: relative;
}
.notification-button i {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.top-avatar {
  width: 31px;
  height: 31px;
  border: 0;
  background: var(--accent);
  color: white;
}
.content-wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 42px 44px 64px;
}
.page-heading {
  justify-content: space-between;
  gap: 24px;
}
.page-heading h1 {
  margin: 8px 0 6px;
  font-size: clamp(28px, 3vw, 39px);
  letter-spacing: -.04em;
  line-height: 1.05;
  text-wrap: balance;
}
.page-subtitle {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}
.secondary-button, .text-button {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
}
.secondary-button {
  padding: 10px 13px;
}
.secondary-button span, .text-button span {
  margin-left: 7px;
  color: var(--accent);
}
.secondary-button:hover {
  border-color: var(--accent);
}
.foundation-banner {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 32px;
  padding: 15px 17px;
  border: 1px solid #bfdbc8;
  border-radius: 9px;
  background: var(--mint);
}
.banner-symbol {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: var(--surface);
}
.foundation-banner strong {
  font-size: 12px;
}
.foundation-banner p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}
.banner-tag {
  margin-left: auto;
  color: var(--ink-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}
.metric-card, .surface-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.metric-card {
  min-height: 145px;
  padding: 17px;
}
.metric-label {
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 11px;
}
.metric-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  font-size: 13px;
}
.metric-icon-green {
  background: var(--mint);
  color: #39805b;
}
.metric-icon-blue {
  background: var(--blue);
  color: #46708f;
}
.metric-icon-amber {
  background: var(--amber);
  color: #956d27;
}
.metric-icon-dark {
  background: var(--ink);
  color: var(--paper);
}
.metric-card > strong {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: -.03em;
}
.metric-card small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 10px;
}
.metric-card-accent {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.metric-card-accent .metric-label, .metric-card-accent small {
  color: #a6b5ae;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 15px;
  margin-top: 15px;
}
.surface-panel {
  padding: 22px;
}
.panel-heading {
  justify-content: space-between;
  gap: 10px;
}
.panel-heading h2, .next-panel h2 {
  margin: 7px 0 0;
  font-size: 18px;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.panel-menu {
  color: var(--ink-soft);
  letter-spacing: 3px;
}
.readiness-track {
  position: relative;
  margin-top: 28px;
}
.track-line {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 15px;
  width: 1px;
  background: var(--line);
}
.track-line span {
  display: block;
  height: 34%;
  background: #49a879;
}
.readiness-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
}
.readiness-step > span {
  display: grid;
  place-items: center;
  z-index: 1;
  width: 31px;
  height: 31px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}
.readiness-step strong {
  font-size: 12px;
}
.readiness-step b {
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 500;
}
.readiness-step-done > span {
  border-color: #49a879;
  background: #e5f2e9;
  color: #39805b;
}
.readiness-step-done b {
  color: #39805b;
}
.readiness-step-muted {
  opacity: .55;
}
.text-button {
  padding: 6px 0;
  border: 0;
  background: transparent;
}
.activity-list {
  margin-top: 22px;
}
.activity-row {
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.activity-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: var(--mint);
  color: #39805b;
  font-size: 15px;
}
.activity-icon-blue {
  background: var(--blue);
  color: #46708f;
}
.activity-row strong {
  display: block;
  font-size: 11px;
}
.activity-row > .status-dot {
  margin-left: auto;
}
.empty-activity {
  padding-top: 19px;
  color: var(--ink-soft);
  text-align: center;
}
.empty-activity span {
  font-size: 23px;
}
.empty-activity p {
  margin: 7px auto 0;
  max-width: 220px;
  font-size: 10px;
  line-height: 1.5;
}
.next-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 15px;
  background: var(--surface-soft);
  box-shadow: none;
}
.next-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}
.next-arrow {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-size: 20px;
}
.auth-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(330px, .88fr) 1.12fr;
  background: var(--paper);
}
.auth-story {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 36px 8vw 34px 7vw;
  background: var(--ink);
  color: #f1f6f1;
}
.auth-brand {
  color: #f1f6f1;
}
.story-copy {
  max-width: 555px;
  padding: 80px 0;
}
.story-copy .eyebrow {
  color: var(--mint);
}
.story-copy h1 {
  max-width: 600px;
  margin: 23px 0 26px;
  font-size: clamp(46px, 5vw, 78px);
  letter-spacing: -.065em;
  line-height: .97;
  text-wrap: balance;
}
.story-copy > p:last-child {
  max-width: 420px;
  margin: 0;
  color: #b5c5bc;
  font-size: 16px;
  line-height: 1.7;
}
.story-footer {
  display: flex;
  gap: 22px;
  color: #8ea198;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.auth-form-region {
  display: grid;
  place-items: center;
  padding: 45px 7vw;
  background: var(--paper);
}
.auth-form-wrap {
  width: min(100%, 420px);
}
.mobile-auth-brand {
  display: none;
}
.auth-form-wrap h2 {
  max-width: 390px;
  margin: 14px 0 11px;
  font-size: clamp(29px, 3vw, 41px);
  letter-spacing: -.05em;
  line-height: 1.05;
  text-wrap: balance;
}
.auth-subtitle {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.auth-form {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}
.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
}
.auth-form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.auth-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(226, 102, 63, .1);
  outline: none;
}
.primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 7px;
  padding: 14px 16px;
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .16s ease, transform .16s ease;
}
.primary-button:hover {
  background: var(--accent-deep);
  transform: translateY(-1px);
}
.primary-button:active {
  transform: translateY(1px);
}
.primary-button:disabled {
  cursor: wait;
  opacity: .6;
}
.form-message {
  margin: 0;
  padding: 10px 12px;
  border-left: 2px solid var(--accent);
  background: rgba(226, 102, 63, .08);
  color: var(--accent-deep);
  font-size: 11px;
}
.switch-auth {
  margin-top: 27px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-size: 11px;
}
.switch-auth span {
  margin-left: 5px;
  color: var(--accent);
}
.auth-legal {
  margin-top: 70px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .content-wrap {
    padding: 34px 28px 55px;
  }
  .topbar {
    padding: 0 28px;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .auth-story {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .story-copy h1 {
    font-size: clamp(43px, 6vw, 68px);
  }
}
@media (max-width: 760px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: -270px;
    width: 260px;
    transition: left .2s ease;
    box-shadow: 12px 0 30px rgba(0,0,0,.15);
  }
  .sidebar-open {
    left: 0;
  }
  .sidebar-close, .menu-trigger {
    display: grid;
  }
  .sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10;
    border: 0;
    background: rgba(0,0,0,.35);
  }
  .main-shell {
    width: 100%;
  }
  .topbar {
    height: 62px;
    padding: 0 16px;
  }
  .breadcrumbs {
    margin-right: auto;
    margin-left: 7px;
  }
  .command-button {
    min-width: 36px;
    width: 36px;
    justify-content: center;
    padding: 0;
  }
  .command-button span:nth-child(2), .command-button kbd {
    display: none;
  }
  .topbar-actions {
    gap: 2px;
  }
  .content-wrap {
    padding: 28px 16px 45px;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-heading h1 {
    font-size: 32px;
  }
  .secondary-button {
    align-self: stretch;
  }
  .foundation-banner {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .banner-tag {
    width: 100%;
    margin-left: 42px;
  }
  .metrics-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .metric-card {
    min-height: 132px;
    padding: 13px;
  }
  .metric-card > strong {
    margin-top: 16px;
    font-size: 18px;
  }
  .metric-card small {
    font-size: 9px;
  }
  .surface-panel {
    padding: 17px;
  }
  .auth-shell {
    display: block;
  }
  .auth-story {
    min-height: auto;
    padding: 24px 22px 42px;
  }
  .story-copy {
    padding: 65px 0 30px;
  }
  .story-copy h1 {
    margin-top: 18px;
    font-size: clamp(43px, 14vw, 68px);
  }
  .story-copy > p:last-child {
    font-size: 14px;
  }
  .story-footer {
    gap: 13px;
    font-size: 8px;
  }
  .auth-form-region {
    padding: 44px 22px 55px;
  }
  .mobile-auth-brand {
    display: flex;
    margin-bottom: 46px;
  }
  .auth-legal {
    margin-top: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
