/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

@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;
    --spacing: .25rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .isolate {
    isolation: isolate;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .flex-shrink, .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

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

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .break-all {
    word-break: break-all;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}

:root {
  --paper: #f4f2ea;
  --paper-deep: #efe9da;
  --card: #fffdf8;
  --sand: #ece6d6;
  --white: #fff;
  --ink: #17281f;
  --ink-body: #17211c;
  --ink-soft: #5c6f63;
  --ink-muted: #41524a;
  --green: #0f5132;
  --forest: #12312b;
  --forest-hover: #1a453d;
  --green-wash: #e2efe8;
  --clay: #e05d38;
  --clay-text: #b8431f;
  --clay-soft: #f0b49f;
  --positive: #0e5c33;
  --positive-wash: #e0efe4;
  --warning: #9a5b00;
  --warning-wash: #fdeeda;
  --error: #9b2424;
  --error-wash: #9b24241a;
  --neutral-wash: #17211c0f;
  --on-dark: var(--white);
  --on-dark-body: #c7d6ce;
  --on-dark-line: #ffffff38;
  --line: #17281f21;
  --line-soft: #17211c1f;
  --line-strong: #17281f38;
  --line-green: #0f51323d;
  --line-dark: #12312b4d;
  --line-warning: #9a5b0052;
  --wash-green: #0f51320d;
  --disabled: #b8c2bc;
  --rail-pending: #ded7c6;
  --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --text-micro: .68rem;
  --text-label: .72rem;
  --text-caption: .78rem;
  --text-secondary: .88rem;
  --text-body: 1rem;
  --text-lead: 1.15rem;
  --text-figure: 1.3rem;
  --text-heading: 1.6rem;
  --text-section: 2rem;
  --text-display: clamp(2.5rem, 7vw, 4rem);
  --text-display-sm: clamp(1.8rem, 3.4vw, 2.6rem);
  --w-body: 400;
  --w-medium: 500;
  --w-semi: 600;
  --w-bold: 700;
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-rail: 999px;
  --s-xs: 4px;
  --s-sm: 8px;
  --s-md: 12px;
  --s-lg: 18px;
  --s-xl: 28px;
  --s-section: 44px;
  --shadow-sm: 0 10px 34px #17281f12;
  --shadow-lg: 0 24px 70px #17211c24;
  --shadow-drawer: -18px 0 50px #17211c2e;
  color: var(--ink-body);
  background: var(--paper);
  font-family: var(--font-ui);
  font-synthesis: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

html, body, #root {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea, label, a {
  touch-action: manipulation;
}

@media (pointer: coarse), (max-width: 820px) {
  input, select, textarea {
    font-size: 16px !important;
  }

  input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}

:where(button, a, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

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

.badge {
  padding: 3px var(--s-sm);
  border-radius: var(--r-sm);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  white-space: nowrap;
  border: 1px solid #0000;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
  display: inline-flex;
}

.badge[data-tone="positive"] {
  color: var(--positive);
  background: var(--positive-wash);
}

.badge[data-tone="green"] {
  color: var(--green);
  background: var(--green-wash);
}

.badge[data-tone="warning"] {
  color: var(--warning);
  background: var(--warning-wash);
}

.badge[data-tone="error"] {
  color: var(--error);
  background: var(--error-wash);
}

.badge[data-tone="neutral"] {
  color: var(--ink-muted);
  background: var(--neutral-wash);
}

.badge[data-tone="preliminary"] {
  color: var(--warning);
  background: var(--warning-wash);
  border-color: var(--line-warning);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: var(--text-micro);
}

.badge-pair {
  gap: var(--s-xs);
  justify-items: start;
  display: inline-grid;
}

.badge-pair > span:first-child {
  font-size: var(--text-micro);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink-soft);
}

.empty-state {
  gap: var(--s-xs);
  padding: var(--s-lg) var(--s-md);
  border: 1px dashed var(--line-strong);
  border-radius: var(--r-md);
  text-align: center;
  background: none;
  display: grid;
}

.empty-state strong {
  color: var(--ink-muted);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
}

.empty-state span {
  color: var(--ink-soft);
  font-size: var(--text-micro);
  line-height: 1.5;
}

.tabs {
  gap: var(--s-xs);
  padding-bottom: var(--s-md);
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  display: flex;
}

.tabs button {
  min-height: 36px;
  padding: 0 var(--s-md);
  border-radius: var(--r-md);
  color: var(--ink-soft);
  font: inherit;
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px solid #0000;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.drawer-head .tabs {
  border-bottom: 0;
  padding-bottom: 0;
}

.tabs button:hover {
  background: var(--neutral-wash);
}

.tabs button[aria-selected="true"] {
  background: var(--green-wash);
  border-color: var(--line-green);
  color: var(--green);
}

.panel-action {
  padding: var(--s-lg);
  border: 1px solid var(--line-green);
  border-radius: var(--r-lg);
  background: var(--wash-green);
}

.panel-action > .eyebrow {
  color: var(--green);
}

.shell {
  min-height: 100dvh;
  padding: var(--s-xl);
  padding-left: max(var(--s-xl), env(safe-area-inset-left));
  padding-right: max(var(--s-xl), env(safe-area-inset-right));
  background: radial-gradient(120% 80% at 85% -10%, #e05d3824, transparent 55%), radial-gradient(130% 90% at 0% 0%, #0e5c331f, transparent 60%), linear-gradient(180deg, var(--paper-deep), var(--paper) 45%);
}

.workspace {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  max-width: 1180px;
  min-height: calc(100vh - 56px);
  box-shadow: var(--shadow-lg);
  background: #ffffffdb;
  flex-direction: column;
  gap: 22px;
  margin: 0 auto;
  padding: 22px;
  display: flex;
}

.topbar, .hero, .lane {
  justify-content: space-between;
  align-items: center;
  gap: var(--s-lg);
  display: flex;
}

.eyebrow, .kicker, .status {
  color: var(--ink-soft);
  font-size: var(--text-label);
  font-weight: var(--w-semi);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
}

h1, h2, h3, p {
  margin: 0;
}

h1 {
  font-size: var(--text-heading);
  font-weight: var(--w-bold);
}

h2 {
  max-width: 720px;
  margin-top: var(--s-sm);
  font-family: var(--font-display);
  font-size: var(--text-display-sm);
  font-weight: var(--w-bold);
  line-height: 1.06;
}

h3 {
  font-size: var(--text-lead);
  font-weight: var(--w-bold);
}

.deployment, .primary-action, .lane-icon {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.deployment {
  gap: var(--s-sm);
  min-height: 40px;
  color: var(--green);
  border: 1px solid var(--line-green);
  border-radius: var(--r-md);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  background: #0f513214;
  padding: 0 14px;
}

.hero {
  padding: 56px 0 var(--s-section);
  flex: 1;
  align-items: flex-end;
}

.primary-action {
  min-height: 46px;
  padding: 0 var(--s-lg);
  border-radius: var(--r-md);
  background: var(--green);
  color: var(--on-dark);
  font-size: var(--text-secondary);
  font-weight: var(--w-semi);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  gap: 10px;
}

.primary-action:disabled {
  background: var(--disabled);
  cursor: not-allowed;
}

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

.lane {
  min-height: 148px;
  padding: var(--s-lg);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  background: #ffffffc7;
  align-items: flex-start;
}

.lane p:last-child {
  margin-top: var(--s-md);
  color: var(--ink-muted);
  font-size: var(--text-secondary);
  line-height: 1.5;
}

.lane-icon {
  width: 42px;
  height: 42px;
  color: var(--green);
  border-radius: var(--r-md);
  background: var(--green-wash);
  flex: none;
}

.mn {
  background: var(--paper);
  color: var(--ink);
  min-height: 100dvh;
  padding: 0 20px 48px;
  padding-left: max(20px, env(safe-area-inset-left));
  padding-right: max(20px, env(safe-area-inset-right));
  padding-bottom: max(48px, env(safe-area-inset-bottom));
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.mn-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(720px, 100vw - 32px);
  padding-top: 72px;
  display: flex;
}

.mn-hero-nav {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: min(100%, 780px);
  margin: 0 auto;
  display: flex;
}

.mn-partner-login {
  color: var(--forest);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 2px;
  text-decoration: none;
}

.mn-identify {
  border-color: var(--line-green);
  box-shadow: var(--shadow-sm);
}

.mn-pill {
  border-radius: var(--r-sm);
  background: var(--sand);
  color: var(--ink);
  font-weight: var(--w-semi);
  font-size: var(--text-label);
  letter-spacing: .12em;
  padding: 7px 16px;
  display: inline-block;
}

.mn-tagline {
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  color: var(--ink-soft);
  letter-spacing: .04em;
  margin-top: 14px;
}

.mn-h1 {
  font-family: var(--font-display);
  font-size: var(--text-display);
  letter-spacing: 0;
  line-height: 1.06;
  font-weight: var(--w-bold);
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

.mn-h1 em {
  color: var(--clay);
  font-style: normal;
}

.mn-sub {
  font-size: var(--text-lead);
  color: var(--ink-soft);
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  line-height: 1.65;
}

.mn-cta {
  margin-top: var(--s-xl);
  border-radius: var(--r-md);
  background: var(--forest);
  min-height: 52px;
  color: var(--on-dark);
  font-weight: var(--w-semi);
  font-size: var(--text-body);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 0 26px;
  display: inline-flex;
}

.mn-cta:hover {
  background: var(--forest-hover);
}

.mn-cta:disabled {
  background: var(--disabled);
  cursor: not-allowed;
}

.mn-caption {
  margin-top: var(--s-md);
  font-size: var(--text-caption);
  color: var(--ink-soft);
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 100%;
}

.mn-rail {
  width: 100%;
  max-width: min(720px, 100vw - 32px);
  margin-top: var(--s-xl);
  gap: var(--s-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.mn-rail-phase {
  gap: var(--s-sm);
  text-align: left;
  display: grid;
}

.mn-rail-track {
  border-radius: var(--r-rail);
  background: var(--rail-pending);
  height: 4px;
  transition: background .3s;
}

.mn-rail-phase[data-state="active"] .mn-rail-track {
  background: var(--clay);
}

.mn-rail-phase[data-state="complete"] .mn-rail-track {
  background: var(--green);
}

.mn-rail-label {
  font-size: var(--text-micro);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink-soft);
}

.mn-rail-phase[data-state="active"] .mn-rail-label {
  color: var(--clay-text);
}

.mn-rail-phase[data-state="complete"] .mn-rail-label {
  color: var(--green);
}

.mn-returns {
  margin-top: var(--s-md);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: min(100%, 100vw - 32px);
  display: grid;
}

.mn-return {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-lg);
  text-align: left;
  gap: var(--s-sm);
  align-content: start;
  display: grid;
}

.mn-return-icon {
  border-radius: var(--r-md);
  background: var(--green-wash);
  width: 38px;
  height: 38px;
  color: var(--green);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.mn-return-t {
  font-weight: var(--w-bold);
  font-size: var(--text-secondary);
  color: var(--ink);
}

.mn-return-d {
  font-size: var(--text-caption);
  color: var(--ink-soft);
  line-height: 1.55;
}

.mn-assure {
  margin-top: var(--s-xl);
  font-size: var(--text-secondary);
  color: var(--ink-soft);
  text-align: left;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.mn-assure > span:before {
  content: "— ";
  color: var(--clay-text);
  font-weight: var(--w-semi);
}

.mn-alt {
  font-size: var(--text-secondary);
  color: var(--ink-soft);
  overflow-wrap: anywhere;
  width: 100%;
  max-width: 100%;
  margin-top: 26px;
}

.mn-alt-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.mn-link {
  padding: var(--s-sm) var(--s-xs);
  margin: calc(var(--s-sm) * -1) calc(var(--s-xs) * -1);
  color: var(--forest);
  font-weight: var(--w-semi);
  font-size: var(--text-secondary);
  cursor: pointer;
  text-underline-offset: 3px;
  background: none;
  border: none;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .mn-alt-links {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 340px;
    margin: 10px auto 0;
    display: flex;
  }

  .mn-alt-sep {
    display: none;
  }

  .mn-link {
    padding: 11px var(--s-lg);
    border: 1px solid var(--line-dark);
    border-radius: var(--r-md);
    justify-content: center;
    align-items: center;
    min-height: 44px;
    margin: 0;
    text-decoration: none;
    display: inline-flex;
  }
}

.mn-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  width: 100%;
  max-width: min(720px, 100vw - 32px);
  padding: 26px var(--s-xl);
  box-shadow: var(--shadow-sm);
  margin-top: 26px;
  scroll-margin-top: 14px;
}

.mn-eyebrow {
  font-size: var(--text-label);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--clay-text);
  margin-bottom: var(--s-md);
}

.mn-reading-label {
  font-weight: var(--w-bold);
}

.mn-bar {
  margin-top: var(--s-md);
  border-radius: var(--r-rail);
  background: var(--sand);
  height: 4px;
  overflow: hidden;
}

.mn-bar-fill {
  border-radius: var(--r-rail);
  background: var(--clay);
  height: 100%;
  transition: width .3s;
}

.mn-note {
  font-size: var(--text-secondary);
  color: var(--ink-soft);
  background: var(--paper);
  border-radius: var(--r-md);
  margin-bottom: 14px;
  padding: 10px 14px;
  line-height: 1.55;
}

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

.mn-field {
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.mn-field label {
  align-items: baseline;
  gap: var(--s-sm);
  font-size: var(--text-label);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink-soft);
  display: flex;
}

.mn-field input, .mn-field select {
  padding: 10px var(--s-md);
  border-radius: var(--r-md);
  border: 1px solid var(--line-strong);
  background: var(--white);
  font-size: var(--text-body);
  color: var(--ink);
  width: 100%;
  min-width: 0;
  font-family: inherit;
}

.mn-field-req {
  color: var(--clay-text);
  font-size: var(--text-micro);
  font-weight: var(--w-semi);
  letter-spacing: .05em;
}

.mn-field-hint {
  font-size: var(--text-micro);
  color: var(--ink-soft);
  line-height: 1.45;
}

.mn-field.is-required input, .mn-field.is-required select {
  border-color: var(--green);
  font-weight: var(--w-bold);
}

.mn-field small {
  font-size: var(--text-micro);
  color: var(--ink-soft);
  line-height: 1.45;
}

.mn-field-secondary {
  max-width: 340px;
  margin-top: 14px;
}

.mn-returns-head {
  margin-top: var(--s-section);
  font-family: var(--font-display);
  font-size: var(--text-heading);
  font-weight: var(--w-bold);
  color: var(--ink);
}

.mn-patterns {
  gap: var(--s-sm);
  flex-wrap: wrap;
  display: flex;
}

.mn-pattern {
  border-radius: var(--r-md);
  border: 1px solid var(--line-dark);
  background: var(--white);
  min-height: 44px;
  color: var(--forest);
  font-weight: var(--w-semi);
  font-size: var(--text-secondary);
  cursor: pointer;
  padding: 10px 16px;
}

.mn-pattern:active {
  transform: scale(.98);
}

.mn-pattern.on {
  background: var(--forest);
  color: var(--on-dark);
}

.mn-error {
  margin-top: var(--s-md);
  border-radius: var(--r-md);
  background: var(--error-wash);
  color: var(--error);
  font-weight: var(--w-semi);
  font-size: var(--text-secondary);
  border: 1px solid #9b242433;
  padding: 10px 14px;
}

.mn-reveal {
  gap: var(--s-lg);
  grid-template-columns: 1.5fr .8fr;
  align-items: start;
  display: grid;
}

.mn-billdoc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 20px 22px;
}

.mn-chip {
  padding: 5px var(--s-md);
  border-radius: var(--r-sm);
  background: var(--warning-wash);
  border: 1px solid var(--line-warning);
  color: var(--warning);
  font-weight: var(--w-semi);
  font-size: var(--text-micro);
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
}

.mn-h2 {
  font-family: var(--font-display);
  font-size: var(--text-heading);
  font-weight: var(--w-bold);
  margin-top: 14px;
  line-height: 1.2;
}

.mn-meta {
  gap: var(--s-md);
  margin: var(--s-md) 0 14px;
  font-size: var(--text-secondary);
  font-weight: var(--w-medium);
  color: var(--ink-soft);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.mn-stack {
  margin-top: var(--s-lg);
  display: grid;
}

.mn-stack-row {
  padding: 10px var(--s-md);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 14px;
  display: grid;
}

.mn-stack-label {
  font-size: var(--text-secondary);
  font-weight: var(--w-body);
  color: var(--ink-body);
}

.mn-stack-value {
  font-size: var(--text-secondary);
  font-weight: var(--w-medium);
  color: var(--ink-body);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.mn-stack-row[data-kind="today"] {
  background: var(--sand);
  border-radius: var(--r-md);
  margin-bottom: var(--s-sm);
}

.mn-stack-row[data-kind="today"] .mn-stack-label {
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink-soft);
}

.mn-stack-row[data-kind="today"] .mn-stack-value {
  font-size: var(--text-figure);
  font-weight: var(--w-bold);
}

.mn-stack-eyebrow {
  margin: var(--s-md) 0 var(--s-xs);
  padding: 0 var(--s-md);
  font-size: var(--text-label);
  font-weight: var(--w-semi);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--clay-text);
}

.mn-stack-row[data-kind="total"] {
  border-top: 2px solid var(--ink);
  margin-top: var(--s-xs);
}

.mn-stack-row[data-kind="total"] .mn-stack-label {
  font-weight: var(--w-bold);
}

.mn-stack-row[data-kind="total"] .mn-stack-value {
  font-size: var(--text-figure);
  font-weight: var(--w-bold);
}

.mn-stack-row[data-kind="keep"] {
  background: var(--positive-wash);
  border-radius: var(--r-md);
  margin-top: var(--s-xs);
}

.mn-stack-row[data-kind="keep"] .mn-stack-label {
  font-weight: var(--w-bold);
  color: var(--positive);
}

.mn-stack-row[data-kind="keep"] .mn-stack-value {
  font-size: var(--text-figure);
  font-weight: var(--w-bold);
  color: var(--positive);
}

.mn-stack-op {
  width: 1ch;
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
  margin-right: 6px;
  display: inline-block;
}

.mn-aside {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-lg) 20px;
}

.mn-aside h3 {
  font-size: var(--text-secondary);
  font-weight: var(--w-bold);
  color: var(--ink);
}

.mn-aside p {
  margin-top: var(--s-sm);
  font-size: var(--text-caption);
  color: var(--ink-soft);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
}

.mn-proposal {
  padding-top: var(--s-lg);
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  display: flex;
}

.mn-journey {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 20px;
}

.mn-journey-list {
  margin-top: var(--s-sm);
  display: grid;
}

.mn-journey-row {
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  padding: 13px 0;
  display: grid;
}

.mn-journey-row:first-child {
  border-top: 0;
}

.mn-policy-row {
  grid-template-columns: 1fr;
}

.mn-journey-row p {
  margin: var(--s-xs) 0;
  color: var(--ink-soft);
  font-size: var(--text-caption);
  line-height: 1.5;
}

.mn-journey-row small {
  color: var(--ink-soft);
  font-size: var(--text-micro);
}

.mn-journey-row > span {
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: var(--s-xs) 9px;
  color: var(--forest);
  font-size: var(--text-micro);
  font-weight: var(--w-semi);
  white-space: nowrap;
}

.mn-ghost {
  border-radius: var(--r-md);
  border: 1px solid var(--line-dark);
  min-height: 46px;
  color: var(--forest);
  font-size: var(--text-secondary);
  font-weight: var(--w-bold);
  cursor: pointer;
  background: none;
  padding: 0 20px;
}

.mn-capture {
  padding-top: var(--s-lg);
  border-top: 1px solid var(--line);
  margin-top: 20px;
}

.mn-capture-sub {
  font-size: var(--text-secondary);
  color: var(--ink-soft);
  margin-bottom: 14px;
  line-height: 1.55;
}

.mn-capture-grid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 480px;
  display: grid;
}

.mn-consent {
  font-size: var(--text-secondary);
  color: var(--ink-soft);
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
  max-width: 56ch;
  margin-top: 14px;
  line-height: 1.55;
  display: flex;
}

.mn-consent input {
  width: 16px;
  height: 16px;
  accent-color: var(--forest);
  flex: none;
  margin-top: 3px;
}

.mn-capture-done {
  font-size: var(--text-secondary);
  font-weight: var(--w-bold);
  color: var(--positive);
}

.mn-capture-retry {
  margin-top: var(--s-md);
  font-size: var(--text-secondary);
  color: var(--warning);
  line-height: 1.55;
}

@media (max-width: 720px) {
  .mn-capture-grid {
    grid-template-columns: 1fr;
  }
}

.mn-footer {
  margin-top: var(--s-section);
  font-size: var(--text-micro);
  color: var(--ink-soft);
  text-align: center;
  line-height: 1.6;
}

.mn-legal a {
  color: inherit;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.mn-legal a:hover {
  color: var(--ink);
}

.journey-board-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

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

.portal-board-scroll {
  margin: 0 -4px;
  padding-top: 20px;
  padding-left: 4px;
  padding-right: 4px;
  overflow-x: auto;
}

.portal-board-grid {
  grid-auto-columns: minmax(240px, 1fr);
  grid-auto-flow: column;
  gap: 14px;
  min-width: 100%;
  display: grid;
}

.portal-summary-grid {
  padding-top: var(--s-lg);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  display: grid;
}

.technician-layout {
  padding-top: var(--s-lg);
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.6fr);
  gap: 14px;
  display: grid;
}

.technician-form-grid {
  gap: var(--s-sm);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.field {
  gap: 5px;
  min-width: 0;
  display: grid;
}

.field span {
  font-size: var(--text-label);
  font-weight: var(--w-semi);
  letter-spacing: .05em;
  color: var(--ink-soft);
  text-transform: uppercase;
}

.field input, .field textarea, .field select {
  border: 1px solid var(--line-strong);
  border-radius: var(--r-md);
  width: 100%;
  min-height: 44px;
  padding: 10px var(--s-md);
  background: var(--white);
  color: var(--ink-body);
  font: inherit;
  font-size: var(--text-secondary);
}

.field textarea {
  resize: vertical;
  min-height: 76px;
}

.chip-link {
  min-height: 34px;
  padding: 0 var(--s-md);
  border-radius: var(--r-md);
  border: 1px solid var(--line-soft);
  background: var(--white);
  color: var(--green);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  cursor: pointer;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  display: inline-flex;
}

.control-panel {
  border-radius: var(--r-lg);
  background: #ffffffc7;
  border: 1px solid #0f513233;
  overflow: hidden;
}

.control-panel-toggle {
  width: 100%;
  min-height: 58px;
  color: var(--green);
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  display: grid;
}

.control-panel-toggle > span {
  min-width: 0;
  font-size: var(--text-secondary);
  font-weight: var(--w-bold);
}

.control-panel-toggle small {
  color: var(--ink-soft);
  font-size: var(--text-label);
  font-weight: var(--w-medium);
  margin-top: 2px;
  display: block;
}

.control-panel-toggle > strong {
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
}

.control-panel-body {
  border-top: 1px solid #0f513224;
  gap: 14px;
  padding: 14px;
  display: grid;
}

.assumption-deltas, .assumption-candidates {
  gap: var(--s-sm);
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  display: grid;
}

.assumption-delta, .assumption-candidates button {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  background: var(--white);
  min-width: 0;
  color: var(--ink-body);
  font: inherit;
  text-align: left;
  cursor: pointer;
  gap: 3px;
  padding: 10px 11px;
  display: grid;
}

.assumption-delta > span, .assumption-candidates span {
  color: var(--ink-muted);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
}

.assumption-delta > strong, .assumption-candidates strong {
  color: var(--green);
  font-weight: var(--w-bold);
  overflow-wrap: anywhere;
}

.assumption-delta > small, .assumption-candidates small, .document-status {
  color: var(--ink-soft);
  font-size: var(--text-micro);
  line-height: 1.45;
}

.control-panel-empty {
  color: var(--ink-soft);
  font-size: var(--text-caption);
  line-height: 1.55;
}

.assumption-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.document-import {
  border-radius: var(--r-md);
  background: var(--white);
  min-height: 42px;
  color: var(--green);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
  cursor: pointer;
  border: 1px solid #0f51324d;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  display: inline-flex;
}

.document-import input {
  display: none;
}

.assumption-editor {
  grid-template-columns: minmax(180px, 1fr) minmax(140px, .55fr) minmax(220px, 1.4fr) auto;
  align-items: end;
  gap: 10px;
  display: grid;
}

.assumption-save {
  min-height: 42px;
  font: inherit;
  cursor: pointer;
  border: 0;
}

.assumption-save:disabled {
  background: var(--disabled);
  cursor: not-allowed;
}

.assumption-message {
  color: var(--green);
  font-size: var(--text-caption);
  font-weight: var(--w-semi);
}

.drawer {
  background: var(--card);
  border-left: 1px solid var(--line-soft);
  width: min(480px, 94vw);
  box-shadow: var(--shadow-drawer);
  z-index: 40;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0 0 0 auto;
}

.drawer-head {
  gap: var(--s-sm);
  padding: var(--s-lg);
  border-bottom: 1px solid var(--line);
  display: grid;
}

.drawer-body {
  padding: var(--s-lg);
  flex: 1;
  align-content: start;
  gap: 14px;
  display: grid;
  overflow-y: auto;
}

.drawer-body:focus {
  outline: none;
}

.drawer-close {
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  background: var(--white);
  min-width: 36px;
  min-height: 36px;
  color: var(--ink-muted);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (max-width: 720px) {
  .mn-hero {
    padding-top: var(--s-section);
  }

  .mn-h1 {
    font-size: clamp(1.75rem, 8vw, 2rem);
    line-height: 1.1;
  }

  .mn-sub {
    font-size: var(--text-body);
    line-height: 1.58;
  }

  .mn-returns {
    grid-template-columns: 1fr;
  }

  .mn-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mn-panel {
    padding: 20px 16px;
  }

  .mn-reveal {
    grid-template-columns: 1fr;
  }

  .mn-journey-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .mn {
    padding: 0 16px 42px;
  }

  .mn-hero, .mn-panel, .mn-sub, .mn-caption, .mn-assure, .mn-alt {
    max-width: 100%;
  }

  .mn-grid {
    grid-template-columns: 1fr;
  }

  .mn-cta {
    justify-content: center;
    width: 100%;
  }

  .mn-stack-row {
    padding: 10px var(--s-sm);
    gap: var(--s-sm);
  }

  .mn-stack-value {
    font-size: var(--text-caption);
  }

  .mn-stack-row[data-kind="today"] .mn-stack-value, .mn-stack-row[data-kind="total"] .mn-stack-value, .mn-stack-row[data-kind="keep"] .mn-stack-value {
    font-size: var(--text-body);
  }

  .mn-proposal .mn-ghost {
    width: 100%;
  }

  .mn-rail {
    gap: var(--s-sm);
  }
}

@media (max-width: 820px) {
  .shell {
    padding: var(--s-md);
  }

  .workspace {
    min-height: calc(100vh - 24px);
    padding: 16px;
  }

  .topbar, .hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 36px 0 24px;
  }

  .lanes, .journey-board-grid, .terminal-grid, .technician-layout, .technician-form-grid {
    grid-template-columns: 1fr;
  }

  .portal-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar-actions, .portal-header-actions, .hub-footer {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .deployment {
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  .assumption-editor {
    grid-template-columns: 1fr 1fr;
  }

  .assumption-source, .assumption-save {
    grid-column: 1 / -1;
  }

  .hub-footer {
    gap: var(--s-sm);
    flex-direction: column;
    display: flex !important;
  }

  .lane {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .control-panel-toggle {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .control-panel-toggle > strong {
    grid-column: 2;
  }

  .assumption-editor, .portal-summary-grid {
    grid-template-columns: 1fr;
  }

  .assumption-actions, .document-import {
    width: 100%;
  }

  .mn-pattern {
    flex: 140px;
    min-height: 44px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
