/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Outfit", "Segoe UI", sans-serif;
    --font-mono: "Outfit", "Segoe UI", sans-serif;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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-neutral: #172033;
    --color-primary: #2d77bd;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  :root {
    --at-ink: #172033;
    --at-ink-soft: #253044;
    --at-paper: #f7f9fb;
    --at-paper-bright: #ffffff;
    --at-line: #dce3e9;
    --at-muted: #66717b;
    --at-lime: #2d77bd;
    --at-lime-dark: #1f5f9f;
    --at-coral: #e46d21;
    --at-aqua: #e6f0f6;
    --at-gold: #f0a21a;
    --at-blue: #2d77bd;
    --at-display: "Outfit", "Segoe UI", sans-serif;
    --at-body: "Outfit", "Segoe UI", sans-serif;
    --at-mono: "Outfit", "Segoe UI", sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
  }
  body.auditteam-site-body {
    margin: 0;
    background: var(--at-paper);
    color: var(--at-ink);
    font-family: var(--at-body);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  body.admin-bar .at-site-header {
    top: 32px;
  }
  a {
    color: inherit;
  }
  button,	a {
    -webkit-tap-highlight-color: transparent;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
  ::selection {
    background: var(--at-lime);
    color: var(--at-ink);
  }
  [x-cloak] {
    display: none !important;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  :focus-visible {
    outline: 3px solid var(--at-aqua);
    outline-offset: 4px;
  }
}
@layer components {
  .at-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }
  .at-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(16, 19, 15, 0.94);
    color: var(--at-paper-bright);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(18px);
  }
  .at-nav-shell {
    width: min(1240px, calc(100% - 48px));
    height: 76px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .at-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    font-family: var(--at-display);
    font-size: 1.08rem;
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1;
    text-decoration: none;
  }
  .at-brand-mark {
    width: 38px;
    height: 38px;
    color: var(--at-lime);
  }
  .at-brand-dot {
    color: var(--at-lime);
  }
  .at-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-left: auto;
  }
  .at-desktop-nav a,	.at-login-link {
    position: relative;
    color: #d8ddd5;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 180ms ease;
  }
  .at-desktop-nav a::after,	.at-login-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--at-lime);
    transition: right 180ms ease;
  }
  .at-desktop-nav a:hover,	.at-login-link:hover {
    color: #ffffff;
  }
  .at-desktop-nav a:hover::after,	.at-login-link:hover::after {
    right: 0;
  }
  .at-nav-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: 8px;
  }
  .at-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: transparent;
    color: white;
  }
  .at-menu-toggle svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .at-mobile-nav {
    display: none;
    padding: 6px 24px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--at-ink);
  }
  .at-mobile-nav a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: white;
    text-decoration: none;
  }
  .at-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: var(--at-body);
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
  }
  .at-button:hover {
    transform: translateY(-2px);
  }
  .at-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
  }
  .at-button:hover svg {
    transform: translateX(3px);
  }
  .at-button-small {
    min-height: 42px;
    padding-inline: 17px;
    border-radius: 10px;
    font-size: 0.82rem;
  }
  .at-button-lime {
    background: var(--at-lime);
    color: var(--at-ink);
    box-shadow: 0 10px 30px rgba(200, 241, 105, 0.16);
  }
  .at-button-lime:hover {
    background: #d5fb7f;
    box-shadow: 0 14px 36px rgba(200, 241, 105, 0.24);
  }
  .at-button-ghost-dark {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
    color: white;
  }
  .at-button-ghost-dark:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.09);
  }
  .at-button-outline {
    border-color: var(--at-ink);
    background: transparent;
    color: var(--at-ink);
  }
  .at-button-outline:hover {
    background: var(--at-ink);
    color: white;
  }
  .at-button-dark {
    background: var(--at-ink);
    color: white;
  }
  .at-hero {
    position: relative;
    min-height: 730px;
    overflow: hidden;
    background: var(--at-ink);
    color: white;
  }
  .at-hero-grid,	.at-final-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to right, black, transparent 76%);
  }
  .at-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
  }
  .at-orb-one {
    width: 420px;
    height: 420px;
    top: -260px;
    left: 18%;
    background: radial-gradient(circle, rgba(114, 223, 207, 0.18), transparent 66%);
  }
  .at-orb-two {
    width: 540px;
    height: 540px;
    right: -240px;
    bottom: -280px;
    background: radial-gradient(circle, rgba(200, 241, 105, 0.14), transparent 68%);
  }
  .at-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    align-items: center;
    gap: 64px;
    min-height: 730px;
    padding-block: 72px 82px;
  }
  .at-hero-copy {
    position: relative;
    z-index: 4;
    animation: at-rise 650ms ease both;
  }
  .at-eyebrow,	.at-kicker {
    margin: 0 0 18px;
    font-family: var(--at-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .at-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #d8ded5;
    background: rgba(255, 255, 255, 0.04);
  }
  .at-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--at-lime);
    box-shadow: 0 0 0 5px rgba(200, 241, 105, 0.12);
  }
  .at-hero h1 {
    max-width: 690px;
    margin: 0;
    font-family: var(--at-display);
    font-size: clamp(3.25rem, 5.8vw, 6.3rem);
    font-weight: 650;
    letter-spacing: -0.064em;
    line-height: 0.91;
  }
  .at-hero h1 span {
    color: var(--at-lime);
  }
  .at-hero-lede {
    max-width: 620px;
    margin: 28px 0 0;
    color: #c5cbc1;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.65;
  }
  .at-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }
  .at-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 24px;
    margin-top: 52px;
  }
  .at-hero-proof div {
    display: grid;
    gap: 2px;
  }
  .at-hero-proof strong {
    font-family: var(--at-display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .at-hero-proof span {
    color: #8f978b;
    font-family: var(--at-mono);
    font-size: 0.61rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  .at-product-frame {
    position: relative;
    width: 710px;
    justify-self: start;
    animation: at-rise 720ms 100ms ease both;
  }
  .at-frame-label {
    position: absolute;
    top: -30px;
    right: 0;
    color: #899184;
    font-family: var(--at-mono);
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .at-app-window {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 18px;
    background: #f7f8f3;
    color: var(--at-ink);
    box-shadow: 0 44px 90px rgba(0, 0, 0, 0.42), 0 0 0 8px rgba(255, 255, 255, 0.035);
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
    transform-origin: left center;
  }
  .at-app-topbar {
    height: 48px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid #daddd5;
    background: #ffffff;
  }
  .at-window-dots {
    display: flex;
    gap: 6px;
  }
  .at-window-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c5c9c1;
  }
  .at-window-dots i:first-child {
    background: var(--at-coral);
  }
  .at-window-dots i:nth-child(2) {
    background: var(--at-gold);
  }
  .at-window-dots i:last-child {
    background: var(--at-aqua);
  }
  .at-app-title {
    font-family: var(--at-display);
    font-size: 0.72rem;
    font-weight: 700;
  }
  .at-avatar {
    width: 25px;
    height: 25px;
    justify-self: end;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--at-ink);
    color: white;
    font-family: var(--at-mono);
    font-size: 0.48rem;
  }
  .at-app-body {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 455px;
  }
  .at-app-sidebar {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 12px 14px;
    border-right: 1px solid #daddd5;
    background: #eeefe9;
  }
  .at-side-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px 15px;
    font-family: var(--at-mono);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  .at-side-brand span {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background: var(--at-lime-dark);
  }
  .at-app-sidebar > a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 9px;
    border-radius: 7px;
    color: #5e645a;
    font-size: 0.62rem;
    font-weight: 500;
    text-decoration: none;
  }
  .at-app-sidebar > a i {
    width: 9px;
    height: 9px;
    border: 1.4px solid currentColor;
    border-radius: 3px;
  }
  .at-app-sidebar > a.is-active {
    background: var(--at-ink);
    color: white;
    box-shadow: 0 8px 18px rgba(16, 19, 15, 0.12);
  }
  .at-app-sidebar > a.is-active i {
    border-color: var(--at-lime);
    background: var(--at-lime);
  }
  .at-side-note {
    margin-top: auto;
    padding: 10px;
    border: 1px solid #d4d8cf;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.62);
  }
  .at-side-note > span,	.at-side-note small {
    display: block;
    font-family: var(--at-mono);
    font-size: 0.47rem;
  }
  .at-side-note div {
    height: 4px;
    margin: 7px 0 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #dfe2dc;
  }
  .at-side-note div i {
    display: block;
    width: 64%;
    height: 100%;
    background: var(--at-lime-dark);
  }
  .at-side-note small {
    color: #7c8278;
  }
  .at-app-main {
    padding: 22px 22px 18px;
    overflow: hidden;
  }
  .at-app-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .at-app-heading span {
    color: #81867d;
    font-family: var(--at-mono);
    font-size: 0.52rem;
    text-transform: uppercase;
  }
  .at-app-heading h3 {
    margin: 2px 0 0;
    font-family: var(--at-display);
    font-size: 1.24rem;
    letter-spacing: -0.035em;
  }
  .at-app-heading button,	.at-audit-card button {
    border: 0;
    border-radius: 7px;
    background: var(--at-ink);
    color: white;
    font-size: 0.54rem;
    font-weight: 600;
  }
  .at-app-heading button {
    padding: 8px 11px;
  }
  .at-audit-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #daddd5;
    border-radius: 11px;
    background: white;
    box-shadow: 0 8px 20px rgba(31, 38, 29, 0.05);
  }
  .at-audit-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--at-lime);
    font-family: var(--at-mono);
    font-size: 0.55rem;
    font-weight: 700;
  }
  .at-audit-meta {
    display: grid;
    gap: 2px;
  }
  .at-audit-meta strong {
    font-size: 0.66rem;
  }
  .at-audit-meta span {
    color: #7b8177;
    font-size: 0.51rem;
  }
  .at-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 4px 7px;
    border-radius: 99px;
    font-family: var(--at-mono);
    font-size: 0.45rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .at-status-progress,	.at-status-draft {
    background: #fff0ca;
    color: #79540a;
  }
  .at-status-open {
    background: #e7e9e3;
    color: #52584f;
  }
  .at-status-closed {
    background: #def5df;
    color: #28602c;
  }
  .at-progress {
    grid-column: 2 / 4;
    height: 4px;
    overflow: hidden;
    border-radius: 99px;
    background: #e5e7e1;
  }
  .at-progress i {
    display: block;
    width: 68%;
    height: 100%;
    background: var(--at-lime-dark);
  }
  .at-audit-card button {
    grid-column: 3;
    grid-row: 3;
    padding: 6px 10px;
  }
  .at-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }
  .at-mini-card {
    padding: 12px;
    border: 1px solid #daddd5;
    border-radius: 10px;
    background: #f3f4ef;
  }
  .at-mini-card > span,	.at-mini-card small {
    display: block;
    color: #7b8177;
    font-size: 0.5rem;
  }
  .at-mini-card strong {
    display: block;
    margin: 3px 0;
    font-family: var(--at-display);
    font-size: 0.88rem;
  }
  .at-mini-card-dark {
    border-color: var(--at-ink);
    background: var(--at-ink);
    color: white;
  }
  .at-mini-card-dark > span,	.at-mini-card-dark small {
    color: #aeb5ab;
  }
  .at-findings {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #daddd5;
    border-radius: 10px;
    background: white;
  }
  .at-findings-head,	.at-finding-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px 55px;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
  }
  .at-findings-head {
    background: #eff0eb;
    color: #777d73;
    font-family: var(--at-mono);
    font-size: 0.46rem;
    text-transform: uppercase;
  }
  .at-findings-head strong {
    color: var(--at-ink);
  }
  .at-finding-row {
    border-top: 1px solid #e4e6e1;
    font-size: 0.51rem;
  }
  .at-finding-row > div {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .at-finding-row i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 2px;
  }
  .at-risk-high {
    background: var(--at-coral);
  }
  .at-risk-medium {
    background: var(--at-gold);
  }
  .at-risk-low {
    background: #4ea45a;
  }
  .at-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--at-ink);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    animation: at-float 4.2s ease-in-out infinite;
  }
  .at-floating-card svg {
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 8px;
    background: var(--at-lime);
    fill: none;
    stroke: var(--at-ink);
    stroke-width: 1.5;
  }
  .at-floating-card span {
    display: grid;
    color: #747a70;
    font-size: 0.52rem;
  }
  .at-floating-card strong {
    color: var(--at-ink);
    font-size: 0.61rem;
  }
  .at-floating-ai {
    top: 100px;
    right: -28px;
  }
  .at-floating-review {
    left: -26px;
    bottom: 44px;
    animation-delay: -1.2s;
  }
  .at-floating-review i {
    width: 24px;
    height: 24px;
    border: 7px solid var(--at-aqua);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white;
  }
  .at-trust-strip {
    border-bottom: 1px solid var(--at-line);
    background: var(--at-paper-bright);
  }
  .at-trust-strip .at-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .at-trust-strip .at-shell > span {
    color: var(--at-muted);
    font-size: 0.84rem;
  }
  .at-trust-items {
    display: flex;
    align-items: center;
    gap: 17px;
    font-family: var(--at-mono);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .at-trust-items i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--at-lime-dark);
  }
  .at-section {
    padding-block: 118px;
  }
  .at-kicker {
    color: #788170;
  }
  .at-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 64px;
  }
  .at-section-heading h2,	.at-judgment-copy h2,	.at-final-inner h2 {
    margin: 0;
    font-family: var(--at-display);
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 620;
    letter-spacing: -0.058em;
    line-height: 0.98;
  }
  .at-section-heading > p,	.at-judgment-copy > p {
    margin: 0;
    color: var(--at-muted);
    font-size: 1rem;
    line-height: 1.72;
  }
  .at-workflow {
    background: var(--at-paper);
  }
  .at-workflow-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--at-ink);
  }
  .at-step {
    position: relative;
    min-height: 310px;
    padding: 22px 25px 28px 0;
    border-right: 1px solid var(--at-line);
  }
  .at-step + .at-step {
    padding-left: 24px;
  }
  .at-step:last-child {
    border-right: 0;
  }
  .at-step > span {
    font-family: var(--at-mono);
    font-size: 0.62rem;
    color: #81877c;
  }
  .at-step-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 62px 0 32px;
    border: 1px solid var(--at-ink);
    border-radius: 16px;
    background: var(--at-paper-bright);
    box-shadow: 7px 7px 0 var(--at-lime);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
  .at-step:hover .at-step-icon {
    transform: translate(-3px, -3px);
    box-shadow: 11px 11px 0 var(--at-lime);
  }
  .at-step-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .at-step h3 {
    margin: 0 0 10px;
    font-family: var(--at-display);
    font-size: 1.28rem;
    letter-spacing: -0.035em;
  }
  .at-step p {
    margin: 0;
    color: var(--at-muted);
    font-size: 0.86rem;
    line-height: 1.6;
  }
  .at-capabilities {
    position: relative;
    background: var(--at-ink);
    color: white;
  }
  .at-section-heading-light > p {
    color: #aeb5aa;
  }
  .at-section-heading-light .at-kicker {
    color: var(--at-lime);
  }
  .at-capability-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
  }
  .at-capability {
    position: relative;
    grid-column: span 2;
    min-height: 410px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    background: #171b16;
  }
  .at-capability:nth-child(4),	.at-capability:nth-child(5) {
    grid-column: span 3;
    min-height: 350px;
  }
  .at-capability-featured {
    background: var(--at-lime);
    color: var(--at-ink);
  }
  .at-capability-number {
    font-family: var(--at-mono);
    font-size: 0.61rem;
    letter-spacing: 0.08em;
    opacity: 0.66;
  }
  .at-capability h3 {
    margin: 25px 0 8px;
    font-family: var(--at-display);
    font-size: 1.55rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
  .at-capability p {
    margin: 0;
    color: #aeb5aa;
    font-size: 0.86rem;
    line-height: 1.62;
  }
  .at-capability-featured p {
    color: #3c4535;
  }
  .at-capability-art {
    height: 174px;
    margin-top: 23px;
    border-radius: 12px;
  }
  .at-capability-art-ai {
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    transform: rotate(-1.5deg);
  }
  .at-prompt-line {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(16, 19, 15, 0.24);
    border-radius: 8px;
    background: white;
    font-size: 0.62rem;
  }
  .at-prompt-line i {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--at-ink);
  }
  .at-ai-answer {
    padding: 15px 10px 8px;
  }
  .at-ai-answer span {
    display: block;
    width: 93%;
    height: 6px;
    margin-bottom: 8px;
    border-radius: 99px;
    background: rgba(16, 19, 15, 0.14);
  }
  .at-ai-answer span:nth-child(2) {
    width: 78%;
  }
  .at-ai-answer span:nth-child(3) {
    width: 54%;
  }
  .at-review-chip {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 6px;
    background: var(--at-ink);
    color: white;
    font-family: var(--at-mono);
    font-size: 0.47rem;
  }
  .at-capability-art-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .at-link-node {
    width: 67px;
    height: 67px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    font-family: var(--at-mono);
    font-size: 0.54rem;
  }
  .at-link-node:nth-of-type(2) {
    border-color: var(--at-lime);
    background: var(--at-lime);
    color: var(--at-ink);
  }
  .at-capability-art-link i {
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .at-capability-art-roles {
    position: relative;
  }
  .at-capability-art-roles span {
    position: absolute;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    background: #20261e;
    font-family: var(--at-mono);
    font-size: 0.55rem;
  }
  .at-capability-art-roles span:nth-child(1) {
    top: 10px;
    left: 8px;
    background: var(--at-lime);
    color: var(--at-ink);
    transform: rotate(-5deg);
  }
  .at-capability-art-roles span:nth-child(2) {
    top: 31px;
    right: 10px;
    transform: rotate(4deg);
  }
  .at-capability-art-roles span:nth-child(3) {
    bottom: 26px;
    left: 38px;
    transform: rotate(3deg);
  }
  .at-capability-art-roles span:nth-child(4) {
    right: 35px;
    bottom: 2px;
    transform: rotate(-4deg);
  }
  .at-capability-art-export {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
  }
  .at-capability-art-export > div {
    width: 80px;
    height: 105px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: #20251f;
    transform: rotate(-3deg);
  }
  .at-capability-art-export > div:nth-child(2) {
    transform: translateY(-8px);
  }
  .at-capability-art-export > div:nth-child(3) {
    transform: rotate(4deg);
  }
  .at-capability-art-export span {
    font-family: var(--at-mono);
    font-size: 0.56rem;
    color: var(--at-lime);
  }
  .at-capability-art-export i {
    display: block;
    height: 4px;
    margin-top: 20px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 0 rgba(255, 255, 255, 0.12), 0 20px 0 rgba(255, 255, 255, 0.09);
  }
  .at-capability-art-followup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }
  .at-capability-art-followup .at-status {
    padding: 9px 12px;
    font-size: 0.57rem;
  }
  .at-judgment {
    background: var(--at-aqua);
  }
  .at-judgment-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 90px;
  }
  .at-judgment-card {
    position: relative;
    min-height: 470px;
    padding: 42px;
    border: 1px solid var(--at-ink);
    border-radius: 24px;
    background: var(--at-paper-bright);
    box-shadow: 18px 18px 0 rgba(16, 19, 15, 0.92);
  }
  .at-judgment-mark {
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: var(--at-lime);
  }
  .at-judgment-mark svg {
    width: 65px;
    height: 65px;
    fill: none;
    stroke: var(--at-ink);
    stroke-width: 2;
  }
  .at-judgment-note {
    position: absolute;
    right: -34px;
    bottom: 44px;
    width: 82%;
    padding: 24px;
    border: 1px solid var(--at-ink);
    border-radius: 16px;
    background: white;
    transform: rotate(-2deg);
  }
  .at-judgment-note span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 8px;
    border-radius: 6px;
    background: var(--at-ink);
    color: white;
    font-family: var(--at-mono);
    font-size: 0.5rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .at-judgment-note strong {
    display: block;
    font-family: var(--at-display);
    font-size: 1.35rem;
    letter-spacing: -0.03em;
  }
  .at-judgment-note p {
    margin: 8px 0 0;
    color: var(--at-muted);
    font-size: 0.8rem;
    line-height: 1.55;
  }
  .at-judgment-copy .at-kicker {
    color: #31534e;
  }
  .at-judgment-copy > p {
    margin-top: 26px;
    color: #294540;
  }
  .at-judgment-copy ul {
    display: grid;
    gap: 14px;
    margin: 31px 0 0;
    padding: 0;
    list-style: none;
  }
  .at-judgment-copy li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 0.92rem;
    font-weight: 600;
  }
  .at-judgment-copy li svg {
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 50%;
    background: var(--at-ink);
    fill: none;
    stroke: var(--at-lime);
    stroke-width: 2;
  }
  .at-plans {
    background: var(--at-paper-bright);
  }
  .at-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .at-plan-card {
    position: relative;
    display: flex;
    min-height: 440px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--at-line);
    border-radius: 18px;
    background: var(--at-paper);
  }
  .at-plan-card-featured {
    border-color: var(--at-ink);
    background: var(--at-lime);
    box-shadow: 10px 10px 0 var(--at-ink);
    transform: translateY(-8px);
  }
  .at-plan-badge {
    position: absolute;
    top: -14px;
    right: 18px;
    padding: 7px 10px;
    border-radius: 99px;
    background: var(--at-ink);
    color: white;
    font-family: var(--at-mono);
    font-size: 0.5rem;
    text-transform: uppercase;
  }
  .at-plan-top {
    min-height: 78px;
  }
  .at-plan-top h3 {
    margin: 0 0 5px;
    font-family: var(--at-display);
    font-size: 1.55rem;
    letter-spacing: -0.04em;
  }
  .at-plan-top span {
    color: var(--at-muted);
    font-size: 0.77rem;
  }
  .at-plan-card-featured .at-plan-top span {
    color: #44522f;
  }
  .at-plan-price {
    min-height: 55px;
    margin: 17px 0 25px;
    font-family: var(--at-display);
    font-size: 2.35rem;
    font-weight: 650;
    letter-spacing: -0.05em;
  }
  .at-plan-price small {
    font-family: var(--at-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--at-muted);
  }
  .at-plan-tba {
    display: flex;
    align-items: center;
    font-size: 1.22rem;
    letter-spacing: -0.025em;
  }
  .at-plan-card ul {
    display: grid;
    gap: 10px;
    margin: 0 0 28px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(16, 19, 15, 0.16);
    list-style: none;
  }
  .at-plan-card li {
    color: var(--at-muted);
    font-size: 0.82rem;
  }
  .at-plan-card li strong {
    color: var(--at-ink);
  }
  .at-plan-card .at-button {
    width: 100%;
    margin-top: auto;
  }
  .at-plan-note {
    max-width: 780px;
    margin: 34px auto 0;
    color: var(--at-muted);
    font-size: 0.76rem;
    text-align: center;
  }
  .at-final-cta {
    position: relative;
    overflow: hidden;
    padding-block: 104px;
    background: var(--at-ink);
    color: white;
  }
  .at-final-grid {
    mask-image: linear-gradient(to left, black, transparent 75%);
  }
  .at-final-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: end;
    gap: 80px;
  }
  .at-final-inner .at-kicker {
    color: var(--at-lime);
  }
  .at-final-inner h2 span {
    color: var(--at-lime);
  }
  .at-final-inner > div:last-child {
    display: grid;
    gap: 25px;
    justify-items: start;
  }
  .at-final-inner > div:last-child p {
    max-width: 430px;
    margin: 0;
    color: #b6bcb2;
    line-height: 1.7;
  }
  .at-page-content {
    width: min(760px, calc(100% - 48px));
    margin-inline: auto;
    padding-block: 80px;
  }
  .at-site-footer {
    padding: 70px 0 28px;
    border-top: 1px solid #262b24;
    background: var(--at-ink);
    color: white;
  }
  .at-footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-bottom: 64px;
  }
  .at-brand-footer {
    font-size: 1.2rem;
  }
  .at-footer-brand p {
    max-width: 380px;
    margin: 22px 0 0;
    color: #8f978b;
    font-size: 0.87rem;
  }
  .at-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .at-footer-nav > div {
    display: grid;
    align-content: start;
    gap: 10px;
  }
  .at-footer-nav strong {
    margin-bottom: 7px;
    color: #eef1ec;
    font-family: var(--at-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .at-footer-nav a {
    color: #8f978b;
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 180ms ease;
  }
  .at-footer-nav a:hover {
    color: var(--at-lime);
  }
  .at-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
    border-top: 1px solid #282e26;
    color: #737b70;
    font-family: var(--at-mono);
    font-size: 0.55rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  @keyframes at-rise {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes at-float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
  @media (max-width: 1180px) {
    .at-desktop-nav {
      gap: 18px;
    }
    .at-hero-layout {
      grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
      gap: 36px;
    }
    .at-product-frame {
      width: 650px;
    }
    .at-plan-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
    .at-plan-card-featured {
      transform: none;
    }
  }
  @media (max-width: 980px) {
    body.admin-bar .at-site-header {
      top: 46px;
    }
    .at-desktop-nav,	.at-nav-actions {
      display: none;
    }
    .at-menu-toggle,	.at-mobile-nav {
      display: flex;
    }
    .at-mobile-nav {
      flex-direction: column;
    }
    .at-hero-layout {
      grid-template-columns: 1fr;
      padding-top: 76px;
    }
    .at-hero-copy {
      max-width: 740px;
    }
    .at-product-frame {
      width: 760px;
      margin: 20px auto -130px 4%;
    }
    .at-app-window {
      transform: none;
    }
    .at-hero {
      padding-bottom: 150px;
    }
    .at-section-heading {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .at-workflow-line {
      grid-template-columns: repeat(2, 1fr);
      border-top: 0;
    }
    .at-step {
      min-height: 260px;
      padding: 22px 24px 28px !important;
      border-top: 1px solid var(--at-ink);
    }
    .at-step-icon {
      margin-top: 42px;
    }
    .at-capability {
      grid-column: span 3;
    }
    .at-capability:nth-child(5) {
      grid-column: 2 / span 4;
    }
    .at-judgment-layout {
      grid-template-columns: 1fr;
      gap: 80px;
    }
    .at-judgment-card {
      width: min(620px, 90%);
    }
    .at-footer-main {
      grid-template-columns: 0.75fr 1.25fr;
      gap: 45px;
    }
  }
  @media (max-width: 700px) {
    .at-shell,	.at-nav-shell {
      width: min(100% - 32px, 1180px);
    }
    .at-nav-shell {
      height: 66px;
    }
    .at-brand-mark {
      width: 34px;
      height: 34px;
    }
    .at-hero {
      min-height: auto;
      padding-bottom: 60px;
    }
    .at-hero-layout {
      min-height: 0;
      padding-block: 62px 30px;
    }
    .at-hero h1 {
      font-size: clamp(3rem, 15vw, 4.8rem);
    }
    .at-hero-proof {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 38px;
    }
    .at-hero-proof div {
      grid-template-columns: 80px 1fr;
      align-items: center;
    }
    .at-product-frame {
      width: 650px;
      margin: 35px 0 -40px;
      transform: scale(0.76);
      transform-origin: left top;
    }
    .at-frame-label,	.at-floating-card {
      display: none;
    }
    .at-trust-strip .at-shell {
      min-height: 110px;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      gap: 14px;
    }
    .at-trust-items {
      flex-wrap: wrap;
      gap: 9px;
    }
    .at-section {
      padding-block: 78px;
    }
    .at-section-heading {
      margin-bottom: 42px;
    }
    .at-workflow-line {
      grid-template-columns: 1fr;
    }
    .at-step {
      min-height: 220px;
    }
    .at-step + .at-step {
      border-left: 0;
    }
    .at-step-icon {
      margin: 34px 0 25px;
    }
    .at-capability-grid {
      grid-template-columns: 1fr;
    }
    .at-capability,	.at-capability:nth-child(4),	.at-capability:nth-child(5) {
      grid-column: 1;
      min-height: 380px;
    }
    .at-judgment-card {
      min-height: 400px;
      padding: 28px;
      box-shadow: 10px 10px 0 var(--at-ink);
    }
    .at-judgment-note {
      right: -12px;
      width: 88%;
    }
    .at-plan-grid {
      grid-template-columns: 1fr;
    }
    .at-final-inner {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 35px;
    }
    .at-footer-main {
      grid-template-columns: 1fr;
    }
    .at-footer-nav {
      grid-template-columns: repeat(2, 1fr);
    }
    .at-footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
    }
  }
  @media (max-width: 430px) {
    .at-product-frame {
      transform: scale(0.58);
      margin-bottom: -150px;
    }
    .at-hero-actions .at-button {
      width: 100%;
    }
    .at-section-heading h2,	.at-judgment-copy h2,	.at-final-inner h2 {
      font-size: 2.65rem;
    }
    .at-footer-nav {
      grid-template-columns: 1fr 1fr;
    }
  }
}
.at-site-header {
  background: rgba(255, 255, 255, 0.96);
  color: var(--at-ink);
  border-bottom-color: #e2e7eb;
  box-shadow: 0 2px 12px rgba(23, 32, 51, 0.045);
}
.at-brand-mark {
  color: var(--at-blue);
}
.at-brand > span {
  background: linear-gradient(90deg, #173a63 0%, #2d77bd 48%, #f0a21a 78%, #e46d21 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.at-brand-dot {
  color: transparent;
}
.at-desktop-nav a, .at-login-link {
  color: #4f5b66;
  font-weight: 500;
}
.at-desktop-nav a:hover, .at-login-link:hover {
  color: #172033;
}
.at-desktop-nav a::after, .at-login-link::after {
  background: #2d77bd;
}
.at-menu-toggle {
  border-color: #d3dae0;
  color: #172033;
  background: #f8fafb;
}
.at-mobile-nav {
  border-top-color: #e2e7eb;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(23, 32, 51, 0.09);
}
.at-mobile-nav a {
  border-bottom-color: #edf0f2;
  color: #35404b;
}
.at-button {
  border-radius: 7px;
  font-weight: 600;
  box-shadow: none;
}
.at-button-lime {
  background: #2d77bd;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(45, 119, 189, 0.17);
}
.at-button-lime:hover {
  background: #1f5f9f;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(45, 119, 189, 0.22);
}
.at-button-ghost-dark {
  border-color: #cbd6df;
  background: #ffffff;
  color: #26333d;
}
.at-button-ghost-dark:hover {
  border-color: #2d77bd;
  background: #eef6ff;
  color: #174b78;
}
.at-button-outline {
  border-color: #cbd6df;
  background: #ffffff;
  color: #26333d;
}
.at-button-outline:hover {
  border-color: #2d77bd;
  background: #eef6ff;
  color: #174b78;
}
.at-button-dark {
  background: #303841;
  color: #ffffff;
}
.at-hero {
  min-height: 700px;
  background: linear-gradient(135deg, #f5faff 0%, #ffffff 55%, #fff8eb 100%);
  color: #172033;
  border-bottom: 1px solid #dce3e9;
}
.at-hero-grid {
  opacity: 0.48;
  background-image: linear-gradient(rgba(45, 119, 189, 0.055) 1px, transparent 1px),	linear-gradient(90deg, rgba(45, 119, 189, 0.055) 1px, transparent 1px);
  mask-image: linear-gradient(to right, black, transparent 88%);
}
.at-orb-one {
  background: radial-gradient(circle, rgba(45, 119, 189, 0.13), transparent 68%);
}
.at-orb-two {
  background: radial-gradient(circle, rgba(240, 162, 26, 0.13), transparent 68%);
}
.at-hero-layout {
  min-height: 700px;
  padding-block: 64px 74px;
}
.at-eyebrow {
  border-color: #d5e2ec;
  background: rgba(255, 255, 255, 0.84);
  color: #50606d;
  box-shadow: 0 4px 14px rgba(23, 58, 99, 0.04);
}
.at-live-dot {
  background: #2d77bd;
  box-shadow: 0 0 0 5px rgba(45, 119, 189, 0.11);
}
.at-hero h1 {
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 0.98;
}
.at-hero h1 span {
  background: linear-gradient(90deg, #2d77bd 0%, #1769aa 52%, #e46d21 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.at-hero-lede {
  color: #5f6b75;
}
.at-hero-proof {
  padding-top: 20px;
  border-top: 1px solid #dce3e9;
}
.at-hero-proof strong {
  color: #173a63;
}
.at-hero-proof span {
  color: #7c858d;
  letter-spacing: 0.02em;
}
.at-product-frame {
  width: 700px;
}
.at-frame-label {
  color: #7a858f;
}
.at-app-window {
  border-color: #d7dfe5;
  border-radius: 13px;
  background: #fbfcfd;
  box-shadow: 0 24px 64px rgba(30, 55, 75, 0.17), 0 0 0 7px rgba(45, 119, 189, 0.035);
  transform: none;
}
.at-app-topbar {
  border-bottom-color: #e1e5e9;
}
.at-app-title {
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(90deg, #173a63 0%, #2d77bd 48%, #f0a21a 78%, #e46d21 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.at-avatar {
  background: #303841;
}
.at-app-sidebar {
  border-right-color: #dde3e7;
  background: #f3f6f8;
}
.at-side-brand span {
  background: #2d77bd;
}
.at-app-sidebar > a {
  color: #59636d;
  border-radius: 6px;
}
.at-app-sidebar > a.is-active {
  background: #303841;
  box-shadow: none;
}
.at-app-sidebar > a.is-active i {
  border-color: #2d77bd;
  background: #2d77bd;
}
.at-side-note {
  border-color: #dce2e7;
  background: #ffffff;
}
.at-side-note div i {
  background: #2d77bd;
}
.at-app-heading button, .at-audit-card button {
  background: #303841;
}
.at-audit-card {
  border-color: #dce2e7;
  border-radius: 9px;
  box-shadow: 0 2px 7px rgba(30, 55, 75, 0.045);
}
.at-audit-icon {
  background: #e6f0f6;
  color: #173a63;
}
.at-progress i {
  background: #2d77bd;
}
.at-mini-card {
  border-color: #dde3e7;
  border-radius: 8px;
  background: #f8fafb;
}
.at-mini-card-dark {
  border-color: #e6eef5;
  background: #edf4f8;
  color: #172033;
}
.at-mini-card-dark > span, .at-mini-card-dark small {
  color: #66717b;
}
.at-findings {
  border-color: #dde3e7;
  border-radius: 8px;
}
.at-findings-head {
  background: #eef2f5;
}
.at-floating-card {
  border-color: #d9e1e7;
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(30, 55, 75, 0.16);
}
.at-floating-card svg {
  background: #e6f0f6;
  stroke: #1769aa;
}
.at-floating-review i {
  border-color: #2d77bd;
}
.at-trust-strip {
  background: #ffffff;
}
.at-trust-items i {
  background: #2d77bd;
}
.at-section {
  padding-block: 102px;
}
.at-kicker {
  color: #2d77bd;
  letter-spacing: 0.08em;
}
.at-section-heading h2, .at-judgment-copy h2, .at-final-inner h2 {
  font-weight: 700;
  letter-spacing: -0.045em;
}
.at-workflow {
  background: #ffffff;
}
.at-workflow-line {
  border-top-color: #ccd6de;
}
.at-step {
  border-right-color: #e1e5e9;
}
.at-step-icon {
  border-color: #cad6df;
  border-radius: 10px;
  background: #f8fafb;
  box-shadow: 5px 5px 0 #e6f0f6;
}
.at-step:hover .at-step-icon {
  box-shadow: 8px 8px 0 #d9eaf5;
}
.at-step-icon svg {
  stroke: #1769aa;
}
.at-capabilities {
  background: #f3f7fa;
  color: #172033;
  border-top: 1px solid #e0e6ea;
  border-bottom: 1px solid #e0e6ea;
}
.at-section-heading-light > p {
  color: #66717b;
}
.at-section-heading-light .at-kicker {
  color: #2d77bd;
}
.at-capability {
  border-color: #dce3e9;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(30, 55, 75, 0.045);
}
.at-capability-featured {
  background: linear-gradient(135deg, #e8f4f8 0%, #ffffff 100%);
  color: #172033;
  border-color: #bfd6e7;
}
.at-capability p, .at-capability-featured p {
  color: #66717b;
}
.at-capability-art-ai {
  background: #f5faff;
  border: 1px solid #dce7f0;
  transform: none;
}
.at-prompt-line {
  border-color: #cbd9e4;
}
.at-review-chip {
  background: #303841;
}
.at-link-node {
  border-color: #c9d8e4;
  background: #f8fafb;
  color: #354655;
}
.at-link-node:nth-of-type(2) {
  border-color: #2d77bd;
  background: #e6f0f6;
  color: #174b78;
}
.at-capability-art-link i {
  background: #b9cad7;
}
.at-capability-art-roles span {
  border-color: #d3dde5;
  background: #f3f6f8;
  color: #35404b;
}
.at-capability-art-roles span:nth-child(1) {
  background: #e6f0f6;
  color: #174b78;
}
.at-capability-art-export > div {
  border-color: #d7e1e8;
  background: #f8fafb;
}
.at-capability-art-export span {
  color: #1769aa;
}
.at-capability-art-export i {
  background: #d9e0e5;
  box-shadow: 0 10px 0 #e1e6ea, 0 20px 0 #e7ebee;
}
.at-judgment {
  background: #ffffff;
}
.at-judgment-card {
  border-color: #cbd7e0;
  border-radius: 13px;
  background: linear-gradient(135deg, #f5faff, #ffffff);
  box-shadow: 12px 12px 0 #e6f0f6;
}
.at-judgment-mark {
  border-radius: 12px;
  background: #e6f0f6;
}
.at-judgment-mark svg {
  stroke: #2d77bd;
}
.at-judgment-note {
  border-color: #d5dee5;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(30, 55, 75, 0.13);
  transform: none;
}
.at-judgment-note span {
  background: #2d77bd;
}
.at-judgment-copy .at-kicker {
  color: #2d77bd;
}
.at-judgment-copy > p {
  color: #596771;
}
.at-judgment-copy li svg {
  background: #e6f0f6;
  stroke: #1769aa;
}
.at-plans {
  background: #f7f9fb;
}
.at-plan-card {
  border-color: #dce3e9;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(30, 55, 75, 0.035);
}
.at-plan-card-featured {
  border: 2px solid #2d77bd;
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(45, 119, 189, 0.12);
}
.at-plan-badge {
  background: #2d77bd;
}
.at-final-cta {
  background: #173a63;
}
.at-final-grid {
  opacity: 0.18;
}
.at-final-inner .at-kicker {
  color: #8fc8ff;
}
.at-final-inner h2 span {
  color: #ffffff;
}
.at-final-inner > div:last-child p {
  color: #cfdae4;
}
.at-site-footer {
  border-top-color: #243f5d;
  background: #0f2947;
}
.at-footer-brand p, .at-footer-nav a {
  color: #aab9c7;
}
.at-footer-nav a:hover {
  color: #ffffff;
}
.at-footer-bottom {
  border-top-color: #29445f;
  color: #8fa2b3;
}
@media (max-width: 980px) {
  .at-hero {
    padding-bottom: 130px;
  }
  .at-product-frame {
    box-shadow: none;
  }
}
@media (max-width: 700px) {
  .at-hero {
    padding-bottom: 35px;
  }
  .at-product-frame {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    transform: none;
  }
  .at-app-window {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .at-app-body {
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .at-app-sidebar {
    display: none;
  }
  .at-app-main {
    min-width: 0;
    padding: 16px 12px 14px;
  }
  .at-audit-card {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }
  .at-findings-head,	.at-finding-row {
    grid-template-columns: minmax(0, 1fr) 48px 50px;
    padding-inline: 8px;
  }
  .at-mini-grid {
    grid-template-columns: 1fr;
  }
  .at-section {
    padding-block: 72px;
  }
}
@media (max-width: 430px) {
  .at-product-frame {
    width: 100%;
    margin-bottom: 0;
    transform: none;
  }
  .at-app-topbar {
    grid-template-columns: 1fr auto 1fr;
  }
  .at-app-heading {
    align-items: flex-start;
    gap: 10px;
  }
  .at-app-heading button {
    flex: 0 0 auto;
  }
  .at-status {
    padding-inline: 5px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
