/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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;
    --color-red-50: oklch(97.1% .013 17.38);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-red-600: oklch(57.7% .245 27.325);
    --color-green-500: oklch(72.3% .219 149.579);
    --color-green-600: oklch(62.7% .194 149.214);
    --color-green-700: oklch(52.7% .154 150.069);
    --color-blue-50: oklch(97% .014 254.604);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-slate-200: oklch(92.9% .013 255.508);
    --color-slate-400: oklch(70.4% .04 256.788);
    --color-slate-500: oklch(55.4% .046 257.417);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

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

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

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

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

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

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

  * {
    box-sizing: border-box;
  }

  html, body {
    overflow-x: hidden;
  }

  body {
    color: #011c4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f7f9fc;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .top-1\/2 {
    top: 50%;
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

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

  .z-50 {
    z-index: 50;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .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);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }

  .max-h-\[95dvh\] {
    max-height: 95dvh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-36 {
    width: calc(var(--spacing) * 36);
  }

  .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-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-\[3rem\] {
    min-width: 3rem;
  }

  .min-w-\[900px\] {
    min-width: 900px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

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

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

  .flex-col {
    flex-direction: column;
  }

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

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

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

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-\[\#f0f4f8\] > :not(:last-child)) {
    border-color: #f0f4f8;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }

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

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

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

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

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

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\[\#1a38a3\] {
    border-color: #1a38a3;
  }

  .border-\[\#c3eaa3\] {
    border-color: #c3eaa3;
  }

  .border-\[\#dce4f5\] {
    border-color: #dce4f5;
  }

  .border-\[\#ddd6fe\] {
    border-color: #ddd6fe;
  }

  .border-\[\#e2e8f0\] {
    border-color: #e2e8f0;
  }

  .border-\[\#e8edf5\] {
    border-color: #e8edf5;
  }

  .border-\[\#f0f4f8\] {
    border-color: #f0f4f8;
  }

  .border-\[\#fde68a\] {
    border-color: #fde68a;
  }

  .border-\[\#fecaca\] {
    border-color: #fecaca;
  }

  .border-\[\#fed7aa\] {
    border-color: #fed7aa;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .border-t-blue-600 {
    border-top-color: var(--color-blue-600);
  }

  .bg-\[\#1a38a3\] {
    background-color: #1a38a3;
  }

  .bg-\[\#011c4a\]\/30 {
    background-color: oklab(24.0808% -.0168726 -.090687 / .3);
  }

  .bg-\[\#e6f7db\] {
    background-color: #e6f7db;
  }

  .bg-\[\#ede9fe\] {
    background-color: #ede9fe;
  }

  .bg-\[\#ef4444\] {
    background-color: #ef4444;
  }

  .bg-\[\#f0f4f8\] {
    background-color: #f0f4f8;
  }

  .bg-\[\#f0f4ff\] {
    background-color: #f0f4ff;
  }

  .bg-\[\#f7f9fc\] {
    background-color: #f7f9fc;
  }

  .bg-\[\#fee2e2\] {
    background-color: #fee2e2;
  }

  .bg-\[\#fef3c7\] {
    background-color: #fef3c7;
  }

  .bg-\[\#fff7ed\] {
    background-color: #fff7ed;
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-green-600 {
    background-color: var(--color-green-600);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-contain {
    object-fit: contain;
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

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

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-1 {
    padding-inline: var(--spacing);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-top {
    vertical-align: top;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#1a38a3\] {
    color: #1a38a3;
  }

  .text-\[\#2d7a00\] {
    color: #2d7a00;
  }

  .text-\[\#3d5066\] {
    color: #3d5066;
  }

  .text-\[\#5b21b6\] {
    color: #5b21b6;
  }

  .text-\[\#6b7e8f\] {
    color: #6b7e8f;
  }

  .text-\[\#9a3412\] {
    color: #9a3412;
  }

  .text-\[\#011c4a\] {
    color: #011c4a;
  }

  .text-\[\#991b1b\] {
    color: #991b1b;
  }

  .text-\[\#92400e\] {
    color: #92400e;
  }

  .text-\[\#acbbc6\] {
    color: #acbbc6;
  }

  .text-\[\#c8d4e0\] {
    color: #c8d4e0;
  }

  .text-\[\#dce4f5\] {
    color: #dce4f5;
  }

  .text-\[\#ef4444\] {
    color: #ef4444;
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-green-700 {
    color: var(--color-green-700);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/25 {
    color: #ffffff40;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/25 {
      color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .placeholder-\[\#acbbc6\]::placeholder {
    color: #acbbc6;
  }

  .accent-\[\#1a38a3\] {
    accent-color: #1a38a3;
  }

  .shadow-\[0_1px_3px_rgba\(1\,28\,74\,0\.04\)\] {
    --tw-shadow: 0 1px 3px var(--tw-shadow-color, #011c4a0a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_4px_16px_rgba\(1\,28\,74\,0\.07\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, #011c4a12);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_24px_64px_rgba\(1\,28\,74\,0\.18\)\] {
    --tw-shadow: 0 24px 64px var(--tw-shadow-color, #011c4a2e);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-\[\#1a38a3\] {
    --tw-ring-color: #1a38a3;
  }

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

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .placeholder\:text-\[\#c8d4e0\]::placeholder {
    color: #c8d4e0;
  }

  @media (hover: hover) {
    .hover\:border-\[\#c8d4e0\]:hover {
      border-color: #c8d4e0;
    }

    .hover\:border-gray-300:hover {
      border-color: var(--color-gray-300);
    }

    .hover\:bg-\[\#152e8a\]:hover {
      background-color: #152e8a;
    }

    .hover\:bg-\[\#dc2626\]:hover {
      background-color: #dc2626;
    }

    .hover\:bg-\[\#f0f4ff\]:hover {
      background-color: #f0f4ff;
    }

    .hover\:bg-\[\#f7f9fc\]:hover {
      background-color: #f7f9fc;
    }

    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }

    .hover\:text-\[\#1a38a3\]:hover {
      color: #1a38a3;
    }

    .hover\:text-\[\#6b7e8f\]:hover {
      color: #6b7e8f;
    }

    .hover\:text-\[\#011c4a\]:hover {
      color: #011c4a;
    }

    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }

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

  .focus\:border-\[\#1a38a3\]:focus {
    border-color: #1a38a3;
  }

  .focus\:border-\[\#ef4444\]:focus {
    border-color: #ef4444;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[\#1a38a3\]\/15:focus {
    --tw-ring-color: oklab(39.656% -.012374 -.175126 / .15);
  }

  .focus\:ring-\[\#1a38a3\]\/20:focus {
    --tw-ring-color: oklab(39.656% -.012374 -.175126 / .2);
  }

  .focus\:ring-\[\#ef4444\]\/10:focus {
    --tw-ring-color: oklab(63.6834% .187864 .0889286 / .1);
  }

  .focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:bg-\[\#1a38a3\]\/40:disabled {
    background-color: oklab(39.656% -.012374 -.175126 / .4);
  }

  .disabled\:bg-\[\#ef4444\]\/40:disabled {
    background-color: oklab(63.6834% .187864 .0889286 / .4);
  }

  .disabled\:bg-\[\#f7f9fc\]:disabled {
    background-color: #f7f9fc;
  }

  .disabled\:text-\[\#acbbc6\]:disabled {
    color: #acbbc6;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (hover: hover) {
    .disabled\:hover\:bg-transparent:disabled:hover {
      background-color: #0000;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:items-center {
      align-items: center;
    }

    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }

    .sm\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-row {
      flex-direction: row;
    }

    .lg\:items-center {
      align-items: center;
    }
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.c-project-intro {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  padding: 30px;
  background: #edf2fb;
  border: 1px solid #dce5f5;
  border-radius: 12px;
  margin-bottom: 24px;
}
.c-project-intro h2 {
  font-size: 24px;
  margin: 8px 0;
}
.c-project-intro p {
  max-width: 650px;
  color: #66788e;
}
.c-project-intro ol {
  display: grid;
  gap: 14px;
  counter-reset: step;
  list-style: none;
  padding: 0;
}
.c-project-intro li {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.c-project-intro li:before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #1a38a3;
}
.c-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.c-project-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  color: var(--navy);
}
.c-project-card:hover {
  border-color: #8a9ed1;
  box-shadow: 0 5px 18px #011c4a08;
}
.c-project-card h2 {
  font-size: 19px;
  margin: 18px 0 7px;
}
.c-project-card p,
.c-project-card small {
  color: #718096;
  font-size: 12px;
}
.c-project-card-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 14px;
  font-size: 12px;
}
.c-project-back {
  margin-bottom: 20px;
}
.c-project-status {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #61728b;
  gap: 10px;
}
.c-project-status small {
  color: #8794a8;
}
.c-project-progress {
  height: 4px;
  background: #e2e8f3;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 0 24px;
}
.c-project-progress > span {
  display: block;
  height: 100%;
  background: #1a38a3;
  transition: width 0.2s;
}
.c-project-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}
.c-project-steps button {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #e0e7f1;
  border-radius: 9px;
  background: #fff;
  color: #738197;
  text-align: left;
  padding: 12px 10px;
}
.c-project-steps button > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background: #f0f3f8;
  font-size: 11px;
}
.c-project-steps strong {
  font-size: 12px;
  display: block;
}
.c-project-steps small {
  font-size: 9px;
  display: block;
  margin-top: 3px;
}
.c-project-steps button.active {
  background: #011c4a;
  color: #fff;
  border-color: #011c4a;
}
.c-project-steps button.active > span {
  background: #44bb00;
  color: #011c4a;
}
.c-project-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}
.c-project-section-heading h2 {
  font-size: 21px;
  margin-top: 4px;
}
.c-project-fields {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 28px;
  display: grid;
  gap: 28px;
}
.c-project-fields:disabled {
  opacity: 0.85;
}
.c-project-section small {
  font-weight: 400;
  line-height: 1.6;
}
.c-project-fields textarea {
  line-height: 1.7;
}
.c-project-links {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}
.c-project-links details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.c-project-links summary {
  font-weight: 600;
  cursor: pointer;
}
.c-project-links .c-check {
  margin-top: 12px;
  font-weight: 400;
}
.c-project-requirement {
  padding: 22px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 16px;
}
.c-project-number {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: #e4eaf7;
  border-radius: 50%;
  color: #1a38a3;
  flex-shrink: 0;
}
.c-grow {
  flex: 1;
}
.c-project-review {
  padding: 28px;
  border-top: 1px solid var(--line);
}
.c-project-review p {
  margin: 12px 0;
  color: #718096;
}
.c-project-review details {
  margin: 18px 0;
  padding: 18px;
  background: #fff8ee;
  border-radius: 8px;
  color: #8c6221;
}
.c-project-review details ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.c-project-savebar {
  position: sticky;
  bottom: 8px;
  z-index: 5;
  background: #fff;
  border: 1px solid #dde5ef;
  box-shadow: 0 3px 20px #011c4a0d;
  border-radius: 10px;
  margin-top: 18px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.c-project-wrap {
  flex-wrap: wrap;
}
.c-project-history {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  display: grid;
  gap: 8px;
}
.c-project-history small {
  color: #718096;
}
.c-project-preview section p {
  white-space: pre-wrap;
}
.c-project-preview section {
  margin: 20px 0;
}
.c-project-preview h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.c-project-preview {
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .c-project-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-project-savebar {
    flex-wrap: wrap;
  }
  .c-project-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 720px) {
  .c-project-grid {
    grid-template-columns: 1fr;
  }
  .c-project-intro {
    padding: 20px;
  }
  .c-project-fields,
  .c-project-review {
    padding: 18px;
  }
  .c-project-steps {
    gap: 5px;
  }
  .c-project-steps button {
    padding: 10px 5px;
  }
  .c-project-steps small {
    display: none;
  }
  .c-project-status {
    flex-wrap: wrap;
  }
  .c-project-status small {
    display: block;
  }
  .c-project-savebar {
    position: static;
  }
  .c-project-savebar .c-flex {
    flex-wrap: wrap;
  }
  .c-project-requirement {
    padding: 14px;
  }
}
.c-project-views {
  display: flex;
  gap: 6px;
  padding: 5px;
  background: #eaf0f8;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 24px;
}
.c-project-views button {
  border: 0;
  border-radius: 7px;
  padding: 12px 20px;
  background: transparent;
  color: #61728b;
  font-weight: 600;
}
.c-project-views button.active {
  background: #fff;
  color: #011c4a;
  box-shadow: 0 2px 5px #011c4a0d;
}
.c-project-action-intro {
  padding: 24px 28px;
}
.c-project-action-intro > p {
  max-width: 800px;
  line-height: 1.7;
  margin-bottom: 18px;
}
.c-project-action-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.c-project-action-metrics > div {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.c-project-action-metrics strong {
  font-size: 28px;
}
.c-project-action-metrics span {
  color: #61728b;
  font-size: 13px;
}
@media (max-width: 720px) {
  .c-project-action-intro {
    padding: 18px;
  }
  .c-project-action-metrics {
    gap: 6px;
  }
  .c-project-action-metrics > div {
    padding: 12px;
  }
  .c-project-action-metrics strong {
    font-size: 22px;
  }
  .c-project-views button {
    padding: 10px 12px;
  }
}
.ciso {
  --navy: #011c4a;
  --blue: #1a38a3;
  --green: #44bb00;
  --muted: #718096;
  --line: #e7ecf3;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}
.ciso * {
  box-sizing: border-box;
}
.ciso button,
.ciso input,
.ciso select,
.ciso textarea {
  font: inherit;
}
.ciso button,
.ciso a,
.ciso select {
  touch-action: manipulation;
}
.ciso button {
  cursor: pointer;
}
.ciso button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.ciso a {
  text-decoration: none;
}
.ciso h1,
.ciso h2,
.ciso h3,
.ciso p {
  margin: 0;
}
.ciso h1 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 700;
}
.ciso h2 {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.ciso h3 {
  font-size: 14px;
  font-weight: 650;
}
.ciso small {
  font-size: 11px;
  line-height: 1.5;
}
.ciso :focus-visible {
  outline: 3px solid #789af2;
  outline-offset: 3px;
}
.c-app {
  display: flex;
  min-height: 100vh;
  background: #f5f7fb;
}
.c-main {
  flex: 1;
  min-width: 0;
}
.c-sidebar {
  width: 242px;
  flex-shrink: 0;
  background: var(--navy);
  color: #cad5eb;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.c-brand {
  font-size: 34px;
  font-weight: 750;
  letter-spacing: -2px;
  color: white;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 12px;
}
.c-brand span {
  background: #ffffff12;
  border: 1px solid #ffffff24;
  padding: 3px 7px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 10px;
  color: #b3d59f;
}
.c-sidebar-caption {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #7a93b7;
  margin: 36px 14px 14px;
}
.c-sidebar nav {
  display: grid;
  gap: 5px;
}
.c-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #adbed8;
  font-size: 12px;
  padding: 11px 13px;
  border-radius: 7px;
}
.c-sidebar nav a:hover {
  background: #ffffff0a;
  color: white;
}
.c-sidebar nav a.active {
  background: #1a38a3;
  color: white;
  box-shadow: inset 3px 0 #83dc50;
}
.c-sidebar-bottom {
  margin-top: auto;
  padding: 35px 14px 0;
  display: grid;
  gap: 9px;
  color: #95accb;
}
.c-sidebar-bottom svg {
  color: #8ddb63;
}
.c-sidebar-bottom strong {
  font-size: 12px;
  color: #c6d5e7;
}
.c-topbar {
  height: 71px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #8894a8;
}
.c-breadcrumb svg {
  color: #1a38a3;
}
.c-breadcrumb strong {
  font-weight: 500;
  color: #344767;
}
.c-top-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.c-today {
  font-size: 11px;
  color: #718096;
}
.c-user-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: #e8eefa;
  border-radius: 50%;
  color: #294b98;
  font-size: 11px;
  font-weight: 700;
}
.c-content {
  max-width: 1510px;
  margin: auto;
  padding: 25px 35px 20px;
}
.c-workspace-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 12px;
  flex-wrap: wrap;
}
.c-client-select {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce3ee;
  border-radius: 7px;
  background: white;
  padding: 0 12px;
  height: 37px;
}
.c-client-select select {
  appearance: none;
  border: 0 !important;
  min-width: 130px;
  background: transparent !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 600;
}
.c-search {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8090a7;
  background: #fff;
  border: 1px solid #e3e9f1;
  border-radius: 6px;
  padding: 0 10px;
  height: 36px;
}
.c-search input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  width: 185px;
  font-size: 11px !important;
  outline: 0;
}
.c-search button {
  border: 0;
  background: none;
  color: #8794aa;
}
.c-demo {
  font-size: 10px;
  color: #7d6b35;
  background: #faf5e8;
  border: 1px solid #f0e6c6;
  border-radius: 4px;
  padding: 3px 7px;
}
.c-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-between {
  justify-content: space-between;
}
.c-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 27px;
}
.c-page-title p {
  color: #79869c;
  font-size: 12px;
  margin-top: 10px;
}
.c-eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 750;
  color: #668054;
  margin-bottom: 9px;
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dce3ed;
  border-radius: 6px;
  background: #fff;
  color: #263b62;
  font-size: 11px !important;
  font-weight: 600;
  padding: 10px 14px;
  white-space: nowrap;
  transition:
    background 0.15s,
    box-shadow 0.15s;
}
.c-btn:hover {
  background: #f0f4fb;
  box-shadow: 0 2px 5px #011c4a08;
}
.c-primary {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
.c-primary:hover {
  background: #13308e;
}
.c-icon {
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #78889f;
  border-radius: 5px;
  padding: 6px;
}
.c-icon:hover {
  background: #eaf0fa;
  color: var(--blue);
}
.c-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin-bottom: 26px;
}
.c-kpi {
  padding: 20px 21px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--navy);
  box-shadow: 0 3px 10px #011c4a02;
  transition: transform 0.15s;
}
.c-kpi:hover {
  transform: translateY(-2px);
}
.c-kpi .c-flex {
  font-size: 11px;
  font-weight: 600;
  color: #586781;
}
.c-kpi .c-flex svg {
  padding: 0;
  opacity: 0.8;
}
.c-kpi > strong {
  font-size: 34px;
  display: block;
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 14px 0 7px;
  font-weight: 650;
}
.c-kpi > small {
  display: flex;
  justify-content: space-between;
  color: #8895a9;
  font-size: 10px;
}
.c-kpi-red > strong,
.c-kpi-red svg {
  color: #cc595e;
}
.c-kpi-amber > strong,
.c-kpi-amber svg {
  color: #c18b28;
}
.c-kpi-blue > strong,
.c-kpi-blue svg {
  color: #2e57b0;
}
.c-kpi-green > strong,
.c-kpi-green svg {
  color: #538d3a;
}
.c-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
  gap: 22px;
  margin-bottom: 25px;
}
.c-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 23px;
}
.c-dashboard-grid > .c-panel {
  margin-bottom: 0;
}
.c-panel-title {
  padding: 23px 23px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.c-panel-title .c-eyebrow {
  font-size: 8px;
  margin-bottom: 7px;
  color: #8b98ab;
}
.c-panel-title h2 {
  font-size: 15px;
}
.c-priority-row {
  width: 100%;
  border: 0;
  border-top: 1px solid #f0f3f8;
  background: #fff;
  padding: 17px 22px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 13px;
  color: var(--navy);
}
.c-priority-row:hover {
  background: #fafbfd;
}
.c-priority-row > div {
  flex: 1;
  min-width: 0;
}
.c-priority-row strong {
  display: block;
  font-size: 11px;
  font-weight: 650;
}
.c-priority-row small {
  display: block;
  font-size: 9px;
  color: #8b96a8;
  margin-top: 5px;
}
.c-priority-row > svg {
  color: #9aa8bc;
}
.c-rank {
  display: grid;
  place-items: center;
  width: 30px;
  height: 34px;
  background: #f2f5fa;
  color: #6b7b96;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.c-rank-critical {
  color: #bf555c;
  background: #fff0ee;
}
.c-rank-high {
  color: #b48632;
  background: #fff7e8;
}
.c-badge {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 600;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: 4px;
  padding: 3px 7px;
  white-space: nowrap;
  background: #eff3f8;
  color: #708097;
}
.c-critical,
.c-fail,
.c-at_risk,
.c-unprotected,
.c-blocked {
  background: #fdf0ef;
  color: #bf535a;
  border-color: #f5dfde;
}
.c-high,
.c-partial,
.c-in_review,
.c-to_assess {
  background: #fff8e9;
  color: #ae812a;
  border-color: #f5eacb;
}
.c-medium,
.c-observed,
.c-in_progress,
.c-contained,
.c-transfer {
  background: #eef3ff;
  color: #5372b5;
  border-color: #dfe8fc;
}
.c-verified,
.c-pass,
.c-approved,
.c-protected,
.c-done,
.c-completed,
.c-resolved {
  background: #eff7ec;
  color: #568b43;
  border-color: #e0edd9;
}
.c-declared,
.c-unknown,
.c-not_tested,
.c-low,
.c-todo {
  background: #f2f4f7;
  color: #818c9d;
  border-color: #e8edf2;
}
.c-accepted,
.c-false_positive,
.c-accept {
  background: #f4eef9;
  color: #8a67a0;
}
.c-panel-footer {
  padding: 15px 23px;
  background: #fcfdff;
  border-top: 1px solid #edf1f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  font-size: 10px;
  font-weight: 600;
}
.c-posture {
  padding-bottom: 18px;
}
.c-posture-legend {
  display: flex;
  gap: 15px;
  padding: 0 23px 16px;
  font-size: 9px;
  color: #8b98ab;
}
.c-posture-legend > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #bec9d9;
  display: inline-block;
  flex-shrink: 0;
}
.c-dot.verified,
.c-segmented .verified,
.c-dot.done {
  background: #69ad4f;
}
.c-dot.observed,
.c-segmented .observed,
.c-dot.in_progress {
  background: #7595d4;
}
.c-dot.declared,
.c-segmented .declared {
  background: #dce4f1;
}
.c-dot.blocked {
  background: #d46b6d;
}
.c-domain {
  padding: 0 23px;
  margin: 12px 0;
}
.c-domain > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 10px;
}
.c-domain small {
  font-size: 9px;
  color: #96a2b3;
}
.c-segmented {
  height: 5px;
  border-radius: 4px;
  display: flex;
  gap: 3px;
  overflow: hidden;
  background: #f1f4f8;
}
.c-segmented span {
  flex: 1;
  background: #e5ebf4;
}
.c-footnote {
  font-size: 10px !important;
  color: #92a0b3;
  margin-top: 17px !important;
  line-height: 1.7;
}
.c-posture .c-footnote {
  padding: 0 23px;
}
.c-table-wrap {
  overflow: auto;
}
.c-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.c-table th {
  font-size: 9px;
  color: #8592a8;
  background: #fafbfd;
  font-weight: 600;
  white-space: nowrap;
  padding: 12px 21px;
  border-bottom: 1px solid #edf1f6;
}
.c-table td {
  padding: 16px 21px;
  font-size: 11px;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
}
.c-table tbody tr:last-child td {
  border-bottom: 0;
}
.c-table td small {
  display: block;
  color: #94a0b2;
  font-size: 9px;
  margin-top: 4px;
}
.c-table tbody tr:hover {
  background: #fcfdff;
}
.c-company {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 0;
  color: var(--navy);
}
.c-company strong {
  font-size: 11px;
  font-weight: 650;
}
.c-company small {
  font-size: 9px;
}
.c-avatar {
  height: 34px;
  width: 34px;
  background: #edf0fa;
  color: #6476ae;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 650;
}
.c-avatar-1 {
  background: #eef4ec;
  color: #668963;
}
.c-avatar-2 {
  background: #f4edf4;
  color: #936c96;
}
.c-next-step {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 22px 24px;
  background: #edf2f9;
  border: 1px solid #e1e8f2;
  border-radius: 9px;
}
.c-next-icon {
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #dae4f0;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #7792bc;
}
.c-next-step > div {
  flex: 1;
}
.c-next-step strong {
  font-size: 12px;
}
.c-next-step p {
  font-size: 10px;
  margin-top: 5px;
  color: #8795aa;
}
.c-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  font-size: 9px;
  color: #a0aabc;
  letter-spacing: 0.2px;
}
.c-footer strong {
  color: #7e8d9e;
}
.c-muted {
  color: #8390a5;
  font-size: 12px;
}
.c-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
  gap: 15px;
}
.c-toolbar strong {
  font-size: 11px;
  margin-right: 10px;
}
.ciso select,
.ciso input,
.ciso textarea {
  border: 1px solid #dfe6f0;
  border-radius: 6px;
  background: #fff;
  padding: 10px 11px;
  font-size: 12px;
  color: #263d66;
  min-width: 0;
}
.c-toolbar select {
  padding: 6px 9px;
  font-size: 10px;
}
.c-view-switch {
  display: flex;
  background: #f0f3f8;
  border-radius: 5px;
  padding: 3px;
}
.c-view-switch button {
  background: none;
  border: 0;
  padding: 6px;
  color: #8391a8;
  border-radius: 4px;
}
.c-view-switch button.active {
  background: white;
  color: var(--blue);
  box-shadow: 0 1px 4px #011c4a12;
}
.c-row-title {
  background: none;
  border: 0;
  padding: 0;
  color: #20395e;
  text-align: left;
  font-size: 11px;
  font-weight: 650;
}
.c-row-title:hover {
  text-decoration: underline;
}
.c-criticality {
  color: #c79348;
  letter-spacing: 2px;
  font-size: 9px;
}
.c-criticality span {
  color: #e5ebf3;
}
.c-overdue {
  color: #c45c62 !important;
}
.c-risk-numbers {
  font-weight: 600;
  white-space: nowrap;
}
.c-risk-numbers span {
  color: #8c9ab0;
  margin: 0 8px;
}
.c-risk-numbers small {
  display: inline !important;
}
.c-kanban {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  padding: 19px;
  gap: 16px;
  overflow: auto;
  align-items: start;
  background: #fafbfd;
}
.c-kanban-column {
  min-height: 260px;
}
.c-kanban-column > h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 16px;
  color: #6b7d98;
  font-size: 11px;
}
.c-kanban-column > h3 > span:last-child {
  margin-left: auto;
  border: 1px solid #e0e6f0;
  background: #f4f6fa;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 9px;
}
.c-action-card {
  display: block;
  width: 100%;
  background: white;
  border: 1px solid #e1e8f1;
  border-radius: 7px;
  padding: 15px;
  text-align: left;
  color: var(--navy);
  margin-bottom: 11px;
  box-shadow: 0 3px 4px #011c4a02;
}
.c-action-card:hover {
  border-color: #b8c9e6;
}
.c-action-card > strong {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin: 10px 0;
}
.c-action-card > small {
  font-size: 9px;
  color: #8c9ab0;
  display: block;
}
.c-action-card > div {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  font-size: 9px;
  color: #7c8aa2;
}
.c-owner-avatar {
  border-radius: 50%;
  background: #edf2fa;
  color: #6d86af;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 8px;
}
.c-action-card footer {
  border-top: 1px solid #eef2f6;
  margin-top: 13px;
  padding-top: 11px;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 9px;
  color: #8a99af;
}
.c-action-card footer svg:last-child {
  margin-left: auto;
}
.c-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #dfe7f1;
  margin: 5px 0 27px;
}
.c-tabs button {
  padding: 11px 2px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  color: #8a97ac;
  margin-bottom: -1px;
}
.c-tabs button.active {
  border-color: var(--blue);
  color: var(--blue);
  font-weight: 650;
}
.c-info {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #f0f5fc;
  border: 1px solid #e1eaf8;
  color: #647c9e;
  border-radius: 7px;
  padding: 15px;
  font-size: 11px;
  margin: 18px 0;
  line-height: 1.75;
}
.c-info > svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.c-info p {
  margin: 4px 0;
  font-size: 11px;
}
.c-risk-overview {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 60px;
  align-items: center;
  padding: 25px 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-bottom: 22px;
}
.c-risk-overview p {
  max-width: 500px;
  font-size: 12px;
  color: #7f8fa6;
  margin: 12px 0;
}
.c-risk-overview small {
  color: #9aa5b7;
  font-size: 10px;
}
.c-matrix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 7px;
}
.c-matrix-cell {
  height: 28px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.c-matrix-cell.green {
  background: #e6f0e1;
}
.c-matrix-cell.amber {
  background: #faeccd;
}
.c-matrix-cell.red {
  background: #f2d8d5;
}
.c-matrix-cell button {
  border: 1px solid #ffffffc0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #011c4abb;
  color: white;
  font-size: 9px;
}
.c-empty {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 25px;
  gap: 12px;
  color: #98a6ba;
}
.c-empty h3 {
  color: #526885;
  font-size: 15px;
}
.c-empty p {
  font-size: 11px;
  max-width: 420px;
}
.c-inset {
  padding: 25px;
}
.c-inset > p {
  margin: 10px 0 20px;
}
.c-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.c-source-card {
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-source-logo {
  display: grid;
  place-items: center;
  background: #eff3fb;
  color: #5271ad;
  border: 1px solid #e0e9f6;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 750;
}
.c-source-card h3 {
  font-size: 14px;
  margin-top: 22px;
}
.c-source-card p {
  font-size: 11px;
  color: #7d8ca2;
  margin-top: 5px;
}
.c-source-card small {
  font-size: 9px;
  color: #99a5b7;
  margin-top: 10px;
}
.c-source-card .c-link {
  margin-top: 24px;
}
.c-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 0;
  color: var(--blue);
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}
.c-link:hover {
  text-decoration: underline;
}
.c-vendor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.c-vendor-chips > span {
  padding: 11px 15px;
  background: #fafbfd;
  border: 1px solid #e5eaf1;
  border-radius: 6px;
  font-size: 11px;
}
.c-vendor-chips small {
  display: block;
  font-size: 8px;
  color: #9ba7b8;
  margin-top: 4px;
}
.c-import-heading {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 24px;
}
.c-import-heading > div {
  flex: 1;
}
.c-import-heading p {
  font-size: 10px;
  color: #8797b0;
  margin-top: 5px;
}
.c-dropzone {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border: 1px dashed #b9cbe5;
  background: #fafcff;
  padding: 30px;
  border-radius: 8px;
  color: #6c87b1;
  margin: 25px 0;
  cursor: pointer;
}
.c-dropzone strong {
  font-size: 12px;
}
.c-dropzone span {
  font-size: 10px;
  color: #93a3bb;
}
.c-dropzone input {
  max-width: 100%;
  font-size: 10px;
  border: 0;
  background: none;
}
.ciso details {
  margin: 15px 0;
  color: #8091ac;
  font-size: 11px;
}
.ciso summary {
  cursor: pointer;
}
.c-code {
  display: block;
  background: #f3f6fb !important;
  font-family: ui-monospace, Consolas, monospace !important;
  font-size: 10px !important;
  padding: 20px;
  border-radius: 7px;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 100%;
  width: 100%;
  color: #617d9e;
}
.c-preview {
  margin-top: 25px;
}
.c-preview > div:last-child {
  margin-top: 18px;
}
.c-preview > small {
  color: #9ba7ba;
}
.c-connector-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eaf0f7;
}
.c-connector-row > div {
  flex: 1;
}
.c-connector-row strong {
  font-size: 12px;
}
.c-connector-row small {
  display: block;
  font-size: 10px;
  color: #8d9db3;
}
.c-intel-hero {
  border-radius: 10px;
  background: #071f49;
  color: #fff;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 25px;
}
.c-intel-hero svg {
  color: #8ecb77;
}
.c-intel-hero h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 17px 0 10px;
  letter-spacing: -0.7px;
}
.c-intel-hero p {
  color: #92a7c9;
  font-size: 11px;
  line-height: 1.9;
}
.c-intel-hero label {
  display: block;
  font-size: 10px;
  color: #becce0;
  margin-bottom: 10px;
}
.c-intel-hero small {
  font-size: 9px;
  color: #7891b6;
}
.c-intel-search {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.c-intel-search input {
  width: 100%;
  font-size: 11px !important;
}
.c-intel-search svg {
  color: white;
}
.c-intel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
  border: 1px solid #e2eaf4;
  border-radius: 7px;
  padding: 22px;
}
.c-intel-metrics > div {
  padding: 0 20px;
  border-right: 1px solid #edf2f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.c-intel-metrics > div:last-child {
  border: 0;
}
.c-intel-metrics small {
  color: #8a9bb4;
  font-size: 10px;
}
.c-intel-metrics strong {
  font-size: 26px;
}
.c-intel-metrics strong span {
  font-size: 12px;
  color: #92a2ba;
}
.c-source-health {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0 28px;
}
.c-source-health > div {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
}
.c-source-health small {
  color: #98a6bb;
  font-size: 9px;
}
.c-feed-row {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  border: 0;
  border-top: 1px solid #e8eff6;
  padding: 19px 0;
  background: white;
  text-align: left;
  color: #34537b;
}
.c-feed-row > div {
  flex: 1;
}
.c-feed-row strong {
  font-size: 11px;
}
.c-feed-row p {
  font-size: 10px;
  color: #8999af;
  margin-top: 7px;
  line-height: 1.8;
}
.c-feed-row > span {
  font-size: 10px;
  white-space: nowrap;
  color: #8999af;
}
.c-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  height: 100dvh;
  max-height: 100dvh;
  max-width: min(680px, 100vw);
  width: 680px;
  padding: 0;
  border: 0;
  background: white;
  box-shadow: -10px 0 40px #011c4a18;
}
.c-dialog::backdrop {
  background: #041b4266;
  backdrop-filter: blur(2px);
}
.c-drawer > header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #e6edf5;
}
.c-drawer > header h2 {
  font-size: 20px;
  line-height: 1.4;
}
.c-form,
.c-detail {
  padding: 25px 30px;
}
.c-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-form label,
.c-form-grid > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px;
  font-weight: 600;
  color: #667e9f;
}
.c-form label small {
  font-size: 9px;
  font-weight: 400;
  color: #97a6bb;
}
.c-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.c-span-2 {
  grid-column: 1/-1;
}
.c-required {
  color: #cb7474;
}
.c-form-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #eaf0f7;
  padding-top: 20px;
  position: sticky;
  bottom: 0;
  background: #fff;
}
.c-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.c-check input {
  accent-color: var(--blue);
}
.c-frameworks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.c-detail-description {
  font-size: 12px;
  color: #748aa8;
  line-height: 1.9;
  margin: 23px 0 !important;
  white-space: pre-line;
}
.c-priority-explained {
  padding: 18px;
  background: #faf8f1;
  border: 1px solid #eee7d2;
  border-radius: 8px;
  color: #8f7d45;
  font-size: 11px;
}
.c-priority-explained ul {
  margin: 14px 0;
  padding-left: 20px;
  line-height: 2;
}
.c-priority-explained small {
  font-size: 9px;
  color: #a9986a;
}
.c-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 25px 0;
}
.c-detail-grid small {
  display: block;
  color: #9aa8bb;
  font-size: 9px;
  margin-bottom: 5px;
}
.c-detail-grid strong {
  font-size: 11px;
  font-weight: 550;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.c-detail-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 23px 0;
}
.c-detail section {
  margin-top: 25px;
}
.c-linked {
  padding: 13px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid #eaf0f7;
  background: white;
  width: 100%;
  font-size: 11px;
  text-align: left;
  color: #56749b;
}
.c-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #edf2f8;
}
.c-timeline-item > .c-timeline-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #bbcde5;
  margin-top: 6px;
  flex-shrink: 0;
}
.c-timeline-item > div {
  flex: 1;
  min-width: 0;
}
.c-timeline-item strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
  overflow-wrap: anywhere;
}
.c-timeline-item small {
  display: block;
  font-size: 9px;
  color: #9aabc2;
  margin-top: 5px;
}
.c-timeline-item code {
  font-size: 9px;
  color: #a2b0c3;
}
.c-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.c-note textarea {
  width: 100%;
  min-height: 80px;
}
.c-error,
.c-success {
  font-size: 12px;
  padding: 14px 17px;
  border-radius: 7px;
  margin: 15px 0;
  line-height: 1.8;
  white-space: pre-line;
}
.c-error {
  background: #fff0f0;
  color: #b5575c;
  border: 1px solid #f2d5d6;
}
.c-success {
  background: #eef7e8;
  color: #56883e;
  border: 1px solid #dfead8;
}
.c-toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 80vw;
  background: #113755;
  color: white;
  padding: 14px 23px;
  border-radius: 8px;
  box-shadow: 0 6px 28px #011c4a30;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  color: #869fbe;
  gap: 15px;
  font-size: 12px;
}
.c-spin {
  animation: c-spin 1s linear infinite;
}
@keyframes c-spin {
  to {
    transform: rotate(360deg);
  }
}
.c-report {
  padding: 38px;
  background: white;
  border: 1px solid #e1e8f3;
  border-radius: 9px;
  margin-bottom: 25px;
}
.c-report-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 2px solid #173a8b;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.c-report-heading h1 {
  font-size: 27px;
}
.c-report-heading p {
  font-size: 11px;
  color: #93a3ba;
  margin-top: 10px;
}
.c-report-lead {
  background: #f2f6fb;
  padding: 23px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.c-report-lead p {
  font-size: 12px;
  color: #6e86a7;
  margin-top: 12px;
  line-height: 1.9;
}
.c-report-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 35px;
  margin-bottom: 30px;
}
.c-report h3 {
  margin-bottom: 13px;
}
.c-report-grid section > p {
  font-size: 12px;
  color: #7e93ae;
  line-height: 1.9;
  margin-bottom: 14px;
}
.c-report-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #eaf0f7;
}
.c-report-line strong {
  font-size: 11px;
  font-weight: 550;
  display: block;
}
.c-report-line small {
  font-size: 9px;
  color: #94a5be;
  display: block;
  margin-top: 5px;
}
.c-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1500px) {
  .c-content {
    padding: 30px 45px;
  }
  .c-kpi {
    padding: 23px 25px;
  }
  .c-priority-row {
    padding: 20px 24px;
  }
  .c-posture {
    padding-bottom: 23px;
  }
  .c-domain {
    margin: 15px 0;
  }
}
@media (max-width: 1100px) {
  .c-content {
    padding: 22px;
  }
  .c-topbar {
    padding: 0 22px;
  }
  .c-sidebar {
    width: 215px;
  }
  .c-dashboard-grid {
    grid-template-columns: 1fr;
  }
  .c-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-posture {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-posture .c-panel-title,
  .c-posture-legend,
  .c-posture .c-footnote {
    grid-column: 1/-1;
  }
  .c-page-title h1 {
    font-size: 27px;
  }
  .c-kpis {
    gap: 10px;
  }
  .c-kpi {
    padding: 15px;
  }
  .c-kpi .c-flex {
    font-size: 10px;
  }
  .c-demo {
    display: none;
  }
  .c-intel-hero {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .c-report-grid {
    grid-template-columns: 1fr;
  }
  .c-search input {
    width: 140px;
  }
  .c-table th,
  .c-table td {
    padding: 13px 16px;
  }
}
@media (max-width: 720px) {
  .c-sidebar {
    display: none;
  }
  .c-content {
    padding: 15px;
  }
  .c-topbar {
    height: 55px;
    padding: 0 15px;
  }
  .c-today,
  .c-breadcrumb > span:first-of-type,
  .c-breadcrumb > span:nth-of-type(2) {
    display: none;
  }
  .c-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-kpi > strong {
    font-size: 29px;
  }
  .c-page-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-page-title h1 {
    font-size: 26px;
  }
  .c-workspace-bar {
    margin-bottom: 25px;
  }
  .c-search {
    width: 100%;
  }
  .c-search input {
    width: 100%;
  }
  .c-source-grid {
    grid-template-columns: 1fr;
  }
  .c-next-step {
    flex-wrap: wrap;
  }
  .c-risk-overview {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-matrix-block {
    max-width: 280px;
  }
  .c-form-grid {
    grid-template-columns: 1fr;
  }
  .c-span-2 {
    grid-column: auto;
  }
  .c-form,
  .c-detail {
    padding: 22px;
  }
  .c-drawer > header {
    padding: 22px;
  }
  .c-report {
    padding: 22px;
  }
  .c-report-heading {
    flex-direction: column;
  }
  .c-toolbar {
    flex-wrap: wrap;
  }
  .c-toolbar .c-flex {
    flex-wrap: wrap;
  }
  .c-import-heading {
    flex-wrap: wrap;
  }
  .c-tabs {
    gap: 18px;
  }
  .c-tabs button {
    font-size: 10px;
  }
  .c-intel-search {
    flex-direction: column;
  }
  .c-intel-metrics {
    padding: 13px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .c-intel-metrics > div {
    border: 0;
  }
  .c-posture {
    grid-template-columns: 1fr;
  }
  .c-timeline-item code {
    display: none;
  }
}
@media print {
  body {
    background: white !important;
  }
  body * {
    visibility: hidden;
  }
  .c-report,
  .c-report * {
    visibility: visible;
  }
  .c-report {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 0;
    box-shadow: none;
  }
  .c-report .c-report-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }
  .c-report .c-report-heading {
    display: flex;
    flex-direction: row;
  }
  .c-report tr,
  .c-report-line {
    break-inside: avoid;
  }
  .c-no-print {
    display: none !important;
  }
  .c-report p,
  .c-report td,
  .c-report small {
    color: #334155 !important;
  }
  .c-report {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  @page {
    size: A4;
    margin: 13mm;
  }
}

.ciso .c-mobile-navigation {
  display: none;
}
@media (max-width: 720px) {
  .ciso .c-mobile-navigation {
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
  }
  .ciso .c-mobile-navigation select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
    color: var(--navy);
  }
}

@media (max-width: 1100px) {
  .ciso .c-workspace-bar > .c-flex {
    flex-wrap: wrap;
  }
  .ciso .c-demo {
    display: inline-flex;
  }
}
.c-action-decisions {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fafd;
  display: grid;
  gap: 12px;
}
.c-review-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.c-review-filters button {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
}
.c-review-filters button.active {
  background: #011c4a;
  color: #fff;
}
.c-review-filters span {
  margin-left: 8px;
  opacity: 0.7;
}
.c-badge.c-validated {
  background: #e9f6e5;
  color: #286415;
}
.c-badge.c-pending {
  background: #fff4dd;
  color: #825b16;
}
.c-badge.c-changes_requested {
  background: #fff0eb;
  color: #a34221;
}

.c-alert-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.c-alert-stats button {
  padding: 20px;
  display: grid;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  color: #173052;
}
.c-alert-stats button.active {
  border-color: #1a5bc5;
  box-shadow: 0 0 0 1px #1a5bc5;
}
.c-alert-stats strong {
  font-size: 28px;
}
.c-alert-stats span {
  font-size: 12px;
}
.c-alert-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  background: white;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  padding: 22px;
  cursor: pointer;
  color: inherit;
}
.c-alert-row:hover {
  background: #f8faff;
}
.c-alert-row > div {
  flex: 1;
  min-width: 0;
}
.c-alert-row p {
  margin: 8px 0;
  line-height: 1.5;
}
.c-alert-row small {
  color: #66778e;
}
.c-alert-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8294af;
  flex-shrink: 0;
}
.c-dot-critical {
  background: #c93047;
}
.c-dot-high {
  background: #e78c32;
}
.c-dot-medium {
  background: #377ccc;
}
.c-alert-counter {
  padding: 2px 5px;
  border-radius: 8px;
  background: #c42d46;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
}
.c-correlation {
  padding: 20px;
  border: 1px solid #dce5f2;
  background: #f6f9ff;
  border-radius: 12px;
  margin: 16px 0;
}
.c-correlation > div {
  margin: 12px 0;
}
.c-correlation code {
  overflow-wrap: anywhere;
  font-size: 11px;
}
.c-correlation details {
  margin: 8px 0;
}
.c-correlation summary {
  cursor: pointer;
  color: #2159a7;
}
.c-software-row {
  border: 1px solid #dce5f2;
  border-radius: 10px;
  padding: 16px;
  margin: 14px 0;
}
.c-software-row legend {
  padding: 0 8px;
  color: #244979;
  font-weight: 600;
}
.c-software-row details {
  margin: 10px 0;
}
.c-software-row details label {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.c-inventory-form {
  margin: 20px 0;
}
@media (max-width: 800px) {
  .c-alert-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-alert-row {
    padding: 16px;
  }
}

.c-cve-result { padding:20px 0; border-bottom:1px solid #e4eaf3; }.c-cve-result p { line-height:1.65; max-width:100%; overflow-wrap:anywhere; }.c-cve-result details { margin-top:10px; }.c-cve-result summary { cursor:pointer; }
