/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../opt/mavrk-next-deps/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../opt/mavrk-next-deps/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@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;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --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;
:root {
  --ink: #0d1b2a;
  --ink-soft: #2a3a52;
  --muted: #5b6b81;
  --paper: #f5f9ff;
  --card: #ffffff;
  --line: rgba(35, 72, 107, 0.12);
  --line-strong: rgba(35, 72, 107, 0.22);
  --blue: #1d4ed8;
  --blue-deep: #0f3a8c;
  --teal: #0e7c74;
  --aqua: #d6f5f0;
  --rose: #ffe2ea;
  --amber: #fff1d6;
  --violet: #ece1ff;
  --mint: #defce8;
  --azure: #def0ff;
  --shadow-sm: 0 4px 14px rgba(15, 52, 96, 0.08);
  --shadow: 0 18px 50px rgba(15, 52, 96, 0.12);
  --shadow-lg: 0 30px 80px rgba(15, 52, 96, 0.18);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}
* {
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
}
body {
  background: radial-gradient(60% 40% at 0% 0%, #d6f5f0 0%, transparent 60%),
    radial-gradient(50% 35% at 100% 0%, #ffe2ea 0%, transparent 55%),
    radial-gradient(70% 60% at 50% 100%, #def0ff 0%, transparent 70%),
    linear-gradient(180deg, #f5f9ff 0%, #f1f6ff 60%, #fdfbff 100%);
  color: var(--ink);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.oncology-shell {
  min-height: 100vh;
  padding: 24px clamp(16px, 4vw, 40px) 60px;
  max-width: 1280px;
  margin: 0 auto;
}
.oncology-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  margin-bottom: 22px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-mark svg {
  width: 22px;
  height: 22px;
}
.brand strong {
  display: block;
  letter-spacing: -.01em;
  font-size: 15px;
}
.brand span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}
.topbar-cta {
  background: var(--ink);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: transform .18s ease, background .18s ease;
}
.topbar-cta:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
}
.oncology-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 22px;
  margin-bottom: 28px;
}
.hero-copy, .hero-panel, .type-list, .resource-panel, .support-strip,
.universal-strip, .request-strip {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(18px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding: clamp(28px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.hero-copy::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -120px;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(29, 78, 216, 0.18), transparent 60%);
  pointer-events: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow.ghost {
  color: rgba(255,255,255,0.85);
}
h1 {
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
  margin: 18px 0 14px;
  max-width: 780px;
}
h2 {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 6px 0;
}
p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 15.5px;
  margin: 0;
}
.search-card {
  margin-top: 28px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
}
.search-card label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.search-card input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: var(--azure);
  color: var(--ink);
  font-size: 16px;
}
.search-card input::placeholder {
  color: rgba(13,27,42,0.45);
}
.search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.search-chips button {
  background: #f0f5ff;
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.search-chips button:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.au-stats {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.au-stats > div {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(222,240,255,0.7));
  border: 1px solid var(--line);
}
.au-stats strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.01em;
  color: var(--blue-deep);
  font-weight: 800;
}
.au-stats span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
@media (max-width: 540px) {
  .au-stats {
    grid-template-columns: 1fr;
  }
}
.hero-panel {
  padding: 28px;
  background: linear-gradient(155deg, var(--ink) 0%, #173763 60%, var(--blue) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-panel h2 {
  color: #fff;
}
.hero-panel p {
  color: rgba(255,255,255,0.78);
}
.panel-also {
  font-size: 13px;
  letter-spacing: .04em;
}
.hero-panel-glow {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 65%);
  pointer-events: none;
}
.hero-panel dl {
  margin: 18px 0 0;
  display: grid;
  gap: 14px;
}
.hero-panel dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,0.6);
  font-weight: 800;
}
.hero-panel dd {
  margin: 4px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #fff;
}
.panel-cta {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  font-weight: 600;
  font-size: 14px;
  transition: background .18s ease;
}
.panel-cta:hover {
  background: rgba(255,255,255,0.24);
}
.navigator-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
}
.type-list, .resource-panel {
  padding: 24px;
}
.type-list h2 {
  font-size: 22px;
  margin-bottom: 16px;
}
.type-buttons {
  display: grid;
  gap: 10px;
  max-height: 760px;
  overflow: auto;
  padding-right: 4px;
}
.type-buttons::-webkit-scrollbar {
  width: 6px;
}
.type-buttons::-webkit-scrollbar-thumb {
  background: var(--line-strong);
  border-radius: 999px;
}
.type-buttons button {
  cursor: pointer;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  background: #fff;
  color: var(--ink);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.type-buttons button:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}
.type-buttons button.active {
  background: linear-gradient(135deg, var(--ink), var(--blue));
  color: white;
  border-color: transparent;
  box-shadow: var(--shadow);
}
.type-buttons strong {
  display: block;
  font-size: 15px;
}
.type-buttons span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  opacity: .72;
}
.empty {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--rose);
  color: var(--ink-soft);
  font-size: 14px;
}
.section-heading {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.signs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}
.mini-label {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 800;
  margin-bottom: 10px;
}
.bullet-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}
.bullet-list.ordered {
  list-style: decimal;
}
.bullet-list li {
  margin-bottom: 6px;
}
.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px;
  background: var(--paper);
  border-radius: 999px;
  border: 1px solid var(--line);
}
.cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 13.5px;
  font-weight: 600;
  transition: background .18s ease, color .18s ease;
}
.cat-tab em {
  font-style: normal;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(13,27,42,0.08);
}
.cat-tab.active {
  background: var(--ink);
  color: #fff;
}
.cat-tab.active em {
  background: rgba(255,255,255,0.18);
  color: #fff;
}
.cat-tab:hover:not(.active) {
  background: rgba(13,27,42,0.06);
  color: var(--ink);
}
.resource-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.resource-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fff, #f8fbff);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.resource-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue);
  box-shadow: var(--shadow);
}
.resource-card .card-tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  background: var(--azure);
  color: var(--blue-deep);
}
.resource-card.tone-rose .card-tag {
  background: var(--rose);
  color: #b03056;
}
.resource-card.tone-amber .card-tag {
  background: var(--amber);
  color: #946100;
}
.resource-card.tone-violet .card-tag {
  background: var(--violet);
  color: #5b3da5;
}
.resource-card.tone-mint .card-tag {
  background: var(--mint);
  color: #1e6b3b;
}
.resource-card h3 {
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 4px 0;
  color: var(--ink);
}
.resource-card .card-org {
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
}
.resource-card .card-note {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: auto;
}
.resource-card .card-arrow {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(13,27,42,0.06);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .2s ease, color .2s ease;
}
.resource-card:hover .card-arrow {
  background: var(--ink);
  color: #fff;
}
.universal-strip {
  padding: 28px;
  margin-bottom: 28px;
}
.universal-head {
  max-width: 720px;
  margin-bottom: 18px;
}
.universal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.universal-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  transition: transform .18s ease, border-color .18s ease;
}
.universal-card:hover {
  transform: translateY(-2px);
  border-color: var(--teal);
}
.universal-card strong {
  font-size: 15px;
  letter-spacing: -.01em;
}
.universal-card span {
  font-size: 13px;
  color: var(--muted);
}
.universal-card em {
  font-style: normal;
  font-weight: 700;
  color: var(--teal);
  font-size: 13.5px;
  margin-top: 6px;
}
.request-strip {
  padding: 32px;
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.2fr);
  gap: 30px;
  background: radial-gradient(40% 50% at 0% 0%, rgba(214, 245, 240, 0.6), transparent 60%),
    radial-gradient(50% 60% at 100% 100%, rgba(222, 240, 255, 0.7), transparent 60%),
    rgba(255,255,255,0.85);
}
.request-copy h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}
.request-bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.request-bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: var(--ink-soft);
}
.request-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  box-shadow: 0 0 0 4px rgba(14, 124, 116, 0.15);
}
.request-form {
  display: grid;
  gap: 14px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: grid;
  gap: 6px;
}
.field span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ink);
  text-transform: uppercase;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  font-size: 14.5px;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}
.field textarea {
  resize: vertical;
  min-height: 80px;
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.checkbox input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}
.btn-primary {
  border: 0;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ink), var(--blue));
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.btn-primary:disabled {
  opacity: .65;
  cursor: progress;
}
.btn-secondary {
  border: 1px solid var(--line);
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  transition: background .18s ease;
}
.btn-secondary:hover {
  background: var(--paper);
}
.form-error {
  background: var(--rose);
  color: #8a1c3a;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  font-weight: 500;
}
.form-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: linear-gradient(155deg, var(--mint), #fff);
  border: 1px solid rgba(30, 107, 59, 0.2);
}
.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e6b3b, #0e7c74);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}
.form-success h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -.02em;
}
.form-success p {
  font-size: 14.5px;
}
.support-strip {
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #0d1b2a, #14406a);
  color: #fff;
}
.support-strip h2 {
  color: #fff;
}
.support-strip p {
  color: rgba(255,255,255,0.78);
}
.support-strip .eyebrow {
  color: #f5b6c4;
}
.urgent-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.urgent-grid span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  font-weight: 600;
  font-size: 13.5px;
}
.oncology-foot {
  text-align: center;
  margin-top: 28px;
  padding: 0 12px;
}
.oncology-foot p {
  color: var(--muted);
  font-size: 12.5px;
}
@media (max-width: 1080px) {
  .navigator-grid {
    grid-template-columns: 1fr;
  }
  .universal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .request-strip {
    grid-template-columns: 1fr;
  }
  .type-buttons {
    max-height: none;
  }
}
@media (max-width: 760px) {
  .oncology-shell {
    padding: 14px 14px 40px;
  }
  .oncology-topbar {
    flex-direction: column;
    gap: 12px;
    border-radius: var(--radius-md);
    padding: 14px;
  }
  .oncology-hero {
    grid-template-columns: 1fr;
  }
  .resource-cards {
    grid-template-columns: 1fr;
  }
  .universal-grid {
    grid-template-columns: 1fr;
  }
  .signs-grid {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .support-strip {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  h1 {
    font-size: 36px;
  }
}
.section-header {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.section-header h2 {
  margin: 0;
}
.mavrk-auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: radial-gradient(circle at top left, var(--auth-accent, #f59e0b), transparent 34%), linear-gradient(135deg, #fff7ed, #ffffff 42%, #f8fafc);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at top left, color-mix(in srgb, var(--auth-accent, #f59e0b) 22%, transparent), transparent 34%), linear-gradient(135deg, #fff7ed, #ffffff 42%, #f8fafc);
  }
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.mavrk-auth-card {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 34px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 90px rgba(15, 23, 42, .18);
}
.mavrk-auth-brand {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 52px;
  color: white;
  background: linear-gradient(145deg, var(--auth-primary, #111827), #020617);
  position: relative;
  overflow: hidden;
}
.mavrk-auth-mark {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: var(--auth-accent, #f59e0b);
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}
.mavrk-auth-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .96));
}
.mavrk-auth-error {
  border-radius: 14px;
  background: #fef2f2;
  color: #991b1b;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
}
.mavrk-auth-social {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #dbe3ef;
  background: white;
  color: #0f172a;
}
.mavrk-auth-small {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}
.mavrk-auth-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.mavrk-auth-footer {
  margin: 18px 0 0;
  color: #64748b;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../opt/mavrk-next-deps/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!../../opt/mavrk-next-deps/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/auth.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.mavrk-auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: radial-gradient(circle at top left, color-mix(in srgb, var(--auth-accent) 22%, transparent), transparent 34%), linear-gradient(135deg, #fff7ed, #ffffff 42%, #f8fafc);
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.mavrk-auth-card {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 34px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 90px rgba(15, 23, 42, .18);
}
.mavrk-auth-brand {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 52px;
  color: white;
  background: linear-gradient(145deg, var(--auth-primary), #020617);
  position: relative;
  overflow: hidden;
}
.mavrk-auth-brand::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  transform: rotate(-18deg) scale(1.25);
}
.mavrk-auth-brand > * { position: relative; z-index: 1; }
.mavrk-auth-brand img {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  object-fit: cover;
  background: white;
  padding: 8px;
}
.mavrk-auth-mark {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: var(--auth-accent);
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}
.mavrk-auth-brand p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, .72);
}
.mavrk-auth-brand h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .92;
  letter-spacing: -.06em;
}
.mavrk-auth-brand span {
  max-width: 540px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.65;
}
.mavrk-auth-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .96));
}
.mavrk-auth-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}
.mavrk-auth-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  padding: 14px 15px;
  font-size: 16px;
  outline: none;
  background: white;
  color: #0f172a;
}
.mavrk-auth-form input:focus {
  border-color: var(--auth-primary);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--auth-primary) 14%, transparent);
}
.mavrk-auth-form button,
.mavrk-auth-social {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.mavrk-auth-form button {
  border: 0;
  background: var(--auth-primary);
  color: white;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--auth-primary) 28%, transparent);
}
.mavrk-auth-social {
  border: 1px solid #dbe3ef;
  background: white;
  color: #0f172a;
}
.mavrk-auth-error {
  border-radius: 14px;
  background: #fef2f2;
  color: #991b1b;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
}
.mavrk-auth-small {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}
.mavrk-auth-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.mavrk-auth-links a {
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}
.mavrk-auth-footer {
  margin: 18px 0 0;
  color: #64748b;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 760px) {
  .mavrk-auth-page { padding: 16px; }
  .mavrk-auth-card { grid-template-columns: 1fr; border-radius: 26px; }
  .mavrk-auth-brand { min-height: 330px; padding: 32px; }
  .mavrk-auth-form { padding: 28px; }
  .mavrk-auth-brand h1 { font-size: 38px; }
}

