/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@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;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-darkest: #162e51;
    --color-primary-darker: #1a4480;
    --color-primary: #005ea2;
    --color-primary-light: #73b3e7;
    --color-primary-lighter: #d9e8f6;
    --color-base-darkest: #1b1b1b;
    --color-base-darker: #2e2e2e;
    --color-base-dark: #565c65;
    --color-base: #71767a;
    --color-base-light: #a9aeb1;
    --color-base-lighter: #dfe1e2;
    --color-base-lightest: #f0f0f0;
    --color-accent-warm: #fa9441;
    --color-accent-warm-dark: #c05600;
    --color-success: #00a91c;
    --color-warning: #ffbe2e;
    --color-error: #d54309;
    --color-focus: #2491ff;
    --color-highlight: #fee685;
    --font-family-sans: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --max-width-readable: 40rem;
    --max-width-wide: 64rem;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .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;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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, 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-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@layer base {
  html {
    font-size: 100%;
    scroll-behavior: smooth;
  }
  body {
    color: var(--color-base-darkest);
    background: white;
    font-family: var(--font-family-sans);
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: var(--color-primary-darker);
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: var(--color-primary-darker);
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    color: var(--color-base-darkest);
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    color: var(--color-base-darkest);
  }
  @media (min-width: 640px) {
    body {
      font-size: 1.0625rem;
      line-height: 1.6;
    }
    h1 {
      font-size: 2.75rem;
      line-height: 1.1;
      margin-bottom: 1.5rem;
    }
    h2 {
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 1rem;
      margin-top: 2.5rem;
    }
    h3 {
      font-size: 1.375rem;
      line-height: 1.25;
      margin-bottom: 0.75rem;
      margin-top: 2rem;
    }
    h4 {
      font-size: 1.125rem;
      line-height: 1.3;
      margin-bottom: 0.5rem;
      margin-top: 1.5rem;
    }
  }
  p {
    margin-bottom: 1rem;
  }
  @media (min-width: 640px) {
    p {
      margin-bottom: 1.25rem;
    }
  }
  a {
    color: var(--color-primary);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  a:hover {
    color: var(--color-primary-darker);
    text-decoration-thickness: 2px;
  }
  a:focus {
    outline: 2px solid var(--color-focus);
    outline-offset: 2px;
    text-decoration: none;
  }
  a:active {
    color: var(--color-primary-darker);
  }
  main a:visited {
    color: #54278f;
  }
  ul, ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }
  @media (min-width: 640px) {
    ul, ol {
      margin-bottom: 1.25rem;
      padding-left: 1.5rem;
    }
  }
  li {
    margin-bottom: 0.5rem;
  }
  ul {
    list-style-type: disc;
  }
  ol {
    list-style-type: decimal;
  }
  li > ul,
  li > ol {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    font-size: 0.9375rem;
  }
  @media (min-width: 640px) {
    table {
      font-size: inherit;
    }
  }
  th, td {
    text-align: left;
    padding: 0.75rem;
    border: 1px solid var(--color-base-lighter);
    vertical-align: top;
  }
  th {
    font-weight: 700;
    background: var(--color-base-lightest);
    color: var(--color-base-darkest);
  }
  code {
    background: var(--color-base-lightest);
    padding: 0.125rem 0.375rem;
    font-size: 0.875em;
    font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
    border-radius: 2px;
    color: var(--color-base-darkest);
  }
  pre {
    background: var(--color-base-lightest);
    padding: 1rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0.875rem;
    line-height: 1.5;
    border-left: 4px solid var(--color-primary);
  }
  pre code {
    background: transparent;
    padding: 0;
    font-size: inherit;
  }
  hr {
    border: 0;
    border-top: 1px solid var(--color-base-lighter);
    margin: 2rem 0;
  }
  @media (min-width: 640px) {
    hr {
      margin: 2.5rem 0;
    }
  }
  blockquote {
    border-left: 4px solid var(--color-primary-light);
    padding-left: 1rem;
    margin: 1rem 0;
    color: var(--color-base-dark);
  }
  @media (min-width: 640px) {
    blockquote {
      padding-left: 1.5rem;
      margin: 1.5rem 0;
    }
  }
  strong, b {
    font-weight: 700;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .site-header {
    background: var(--color-primary-darker);
    color: white;
    padding: 0.75rem 0;
    border-bottom: 4px solid var(--color-accent-warm);
  }
  @media (min-width: 640px) {
    .site-header {
      padding: 1rem 0;
      position: sticky;
      top: 0;
      z-index: 100;
    }
  }
  .site-header a {
    color: white;
    text-decoration: none;
  }
  .site-header a:hover {
    text-decoration: underline;
  }
  .site-header a:focus {
    outline: 2px solid var(--color-focus);
    outline-offset: 2px;
  }
  .site-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  @media (min-width: 640px) {
    .site-nav {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }
  }
  .site-logo {
    display: inline-block;
  }
  .site-logo img {
    height: 36px;
    width: auto;
  }
  @media (min-width: 640px) {
    .site-logo img {
      height: 44px;
    }
  }
  .nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-link {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    min-height: 44px;
    border-radius: 2px;
  }
  @media (min-width: 640px) {
    .nav-link {
      font-size: 1rem;
      min-height: auto;
      padding: 0.5rem 1rem;
    }
  }
  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  .nav-link:focus {
    background: var(--color-focus);
    color: var(--color-base-darkest);
    outline: none;
  }
  .nav-link--highlight {
    background: var(--color-accent-warm);
    color: var(--color-primary-darkest);
    font-weight: 700;
  }
  .nav-link--highlight:hover {
    background: var(--color-accent-warm-dark);
    color: white;
  }
  .hero {
    background: linear-gradient(135deg, var(--color-primary-darker) 0%, var(--color-primary) 100%);
    color: white;
    padding: 2rem 0;
  }
  @media (min-width: 640px) {
    .hero {
      padding: 3rem 0;
    }
  }
  .hero h1 {
    color: white;
  }
  .hero a {
    color: var(--color-primary-lighter);
  }
  .hero a:hover {
    color: white;
  }
  .site-footer {
    background: var(--color-primary-darkest);
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
  }
  @media (min-width: 640px) {
    .site-footer {
      padding: 3rem 0;
      margin-top: 4rem;
    }
  }
  .site-footer a {
    color: var(--color-primary-lighter);
  }
  .site-footer a:hover {
    color: white;
  }
  .site-footer a:focus {
    outline-color: var(--color-focus);
  }
  .content-wrapper {
    max-width: var(--max-width-readable);
    margin: 0 auto;
    padding: 0 1rem;
  }
  @media (min-width: 640px) {
    .content-wrapper {
      padding: 0 1.5rem;
    }
  }
  @media (min-width: 900px) {
    .content-wrapper {
      max-width: var(--max-width-wide);
    }
  }
  .wide-wrapper {
    max-width: var(--max-width-wide);
    margin: 0 auto;
    padding: 0 1rem;
  }
  @media (min-width: 640px) {
    .wide-wrapper {
      padding: 0 1.5rem;
    }
  }
  .main-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  @media (min-width: 640px) {
    .main-content {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  .publish-date {
    color: var(--color-base);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .footer-grid {
    display: grid;
    gap: 2rem;
  }
  @media (min-width: 640px) {
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
  }
  .footer-section h2 {
    color: white;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  @media (min-width: 640px) {
    .footer-section h2 {
      font-size: 0.875rem;
    }
  }
  .footer-section p {
    font-size: 0.9375rem;
    color: var(--color-base-light);
    margin-bottom: 0;
  }
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9375rem;
  }
  .footer-links li {
    margin-bottom: 0.5rem;
  }
  .footer-links li:last-child {
    margin-bottom: 0;
  }
  .site-footer hr {
    margin: 2rem 0;
    border-color: var(--color-primary-darker);
  }
  .disclaimer {
    font-size: 0.8125rem;
    color: var(--color-base-light);
    margin-bottom: 0.5rem;
  }
  .copyright {
    font-size: 0.875rem;
    color: var(--color-base-light);
    margin-bottom: 0;
  }
  .card {
    background: white;
    border: 1px solid var(--color-base-lighter);
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .card:hover {
    border-color: var(--color-primary-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .card h3 {
    margin-top: 0;
  }
  .alert {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid;
    background: var(--color-base-lightest);
  }
  .alert--info {
    border-color: var(--color-primary);
  }
  .alert--success {
    border-color: var(--color-success);
    background: #ecf3ec;
  }
  .alert--warning {
    border-color: var(--color-warning);
    background: #fef0c8;
  }
  .alert--error {
    border-color: var(--color-error);
    background: #f8e1de;
  }
  .btn {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-align: center;
    min-height: 44px;
  }
  .btn--primary {
    background: var(--color-primary);
    color: white;
  }
  .btn--primary:hover {
    background: var(--color-primary-darker);
    color: white;
    text-decoration: none;
  }
  .btn--primary:focus {
    outline: 2px solid var(--color-focus);
    outline-offset: 2px;
  }
  .btn--outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
  }
  .btn--outline:hover {
    background: var(--color-primary);
    color: white;
    text-decoration: none;
  }
  .tag {
    display: inline-block;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 2px;
    background: var(--color-base-lighter);
    color: var(--color-base-dark);
  }
  .term {
    color: var(--color-primary);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    cursor: help;
  }
  .term:hover {
    color: var(--color-primary-darker);
    text-decoration-style: solid;
  }
  .glossary-tooltip {
    position: absolute;
    z-index: 1000;
    width: 320px;
    max-width: calc(100vw - 32px);
    padding: 1rem;
    background: white;
    border: 1px solid var(--color-base-lighter);
    border-left: 4px solid var(--color-primary);
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .glossary-tooltip--visible {
    opacity: 1;
    visibility: visible;
  }
  .glossary-tooltip__header {
    margin-bottom: 0.5rem;
  }
  .glossary-tooltip__acronym {
    font-weight: 700;
    color: var(--color-primary-darker);
    font-size: 1rem;
  }
  .glossary-tooltip__acronym::after {
    content: " — ";
    color: var(--color-base-light);
  }
  .glossary-tooltip__term {
    color: var(--color-base-dark);
    font-size: 0.9375rem;
  }
  .glossary-tooltip__definition {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-base-darkest);
    margin-bottom: 0.75rem;
  }
  .glossary-tooltip__link {
    font-size: 0.8125rem;
    font-weight: 600;
  }
  .glossary-tooltip--mobile {
    width: calc(100vw - 32px);
    max-width: 400px;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sr-only:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 1rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: var(--color-highlight);
    color: var(--color-base-darkest);
    font-weight: 700;
    z-index: 9999;
  }
  .newsletter-cta {
    background: var(--color-primary-lighter);
    border-left: 4px solid var(--color-primary);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    border-radius: 0 4px 4px 0;
  }
  .newsletter-cta-content {
    max-width: 100%;
  }
  .newsletter-cta-badge {
    display: inline-block;
    background: var(--color-accent-warm);
    color: var(--color-primary-darkest);
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    margin: 0 0 0.5rem 0;
  }
  .newsletter-cta-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary-darker);
    margin: 0 0 0.25rem 0;
  }
  .newsletter-cta-text {
    font-size: 0.9375rem;
    color: var(--color-base-dark);
    margin: 0 0 0.75rem 0;
  }
  .newsletter-cta-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    background: var(--color-primary);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease;
  }
  .newsletter-cta-button:hover {
    background: var(--color-primary-darker);
    color: white;
    text-decoration: none;
  }
  .start-here-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--color-primary-darkest) 0%, var(--color-primary-darker) 100%);
    padding: 0.875rem 1.25rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    flex-wrap: wrap;
  }
  .start-here-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-warm);
    flex-shrink: 0;
  }
  .start-here-cta-text {
    color: white;
    font-size: 0.9375rem;
    flex: 1;
    min-width: 120px;
  }
  .start-here-cta-button {
    display: inline-block;
    background: var(--color-accent-warm);
    color: var(--color-primary-darkest);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  .start-here-cta-button:hover {
    background: var(--color-accent-warm-dark);
    color: white;
    text-decoration: none;
    transform: translateX(2px);
  }
}
@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-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-ease {
  syntax: "*";
  inherits: false;
}
@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-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-ease: initial;
    }
  }
}
