/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --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-4xl: 2.25rem;
    --text-5xl: 3rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: calc(var(--radius) - 4px);
    --radius-md: calc(var(--radius) - 2px);
    --radius-lg: var(--radius);
    --radius-xl: 0.75rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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-accent: var(--accent);
    --color-border: var(--border);
    --color-link: var(--link);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-1000 {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .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: calc(var(--spacing) * 1);
  }
  .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);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .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;
  }
  .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-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-\[320px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 320px 1fr;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[3fr_2fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 3fr 2fr;
    }
  }
}
:root {
  --radius: 0.9rem;
  --background: #F1FFFE;
  --foreground: #025660;
  --card: #FFFFFF;
  --card-foreground: #025660;
  --primary: #00DAF6;
  --primary-foreground: #013A41;
  --link: #0E7490;
  --secondary: #E4F2F2;
  --secondary-foreground: #025660;
  --muted: #E7F2F3;
  --muted-foreground: #3D6B73;
  --accent: #CAEDF2;
  --accent-foreground: #025660;
  --success: #15803D;
  --success-foreground: #FFFFFF;
  --border: #D0EDF1;
  --input: #D0EDF1;
  --ring: #0E7490;
}
.dark {
  --background: hsl(225 35% 6%);
  --foreground: hsl(210 40% 98%);
  --card: hsl(225 30% 9%);
  --card-foreground: hsl(210 40% 98%);
  --primary: hsl(340 75% 55%);
  --primary-foreground: hsl(210 40% 98%);
  --link: hsl(340 75% 55%);
  --success: hsl(142 71% 45%);
  --success-foreground: hsl(0 0% 100%);
  --secondary: hsl(225 22% 14%);
  --secondary-foreground: hsl(210 40% 96%);
  --muted: hsl(225 22% 14%);
  --muted-foreground: hsl(215 16% 65%);
  --accent: hsl(225 22% 16%);
  --accent-foreground: hsl(210 40% 98%);
  --border: hsl(220 20% 18%);
  --input: hsl(220 20% 18%);
  --ring: hsl(340 75% 55%);
}
@layer base {
  body {
    background-color: var(--background);
    color: var(--foreground);
    padding-bottom: 5.5rem;
  }
}
h1:focus:not(:focus-visible) {
  outline: none;
}
.dark .severity-card-critical {
  border-left: 3px solid rgb(244 63 94 / 0.6);
  box-shadow: inset 0 0 30px rgb(255 59 92 / 0.06), 0 0 15px rgb(255 59 92 / 0.08);
}
.dark .severity-card-high {
  border-left: 3px solid rgb(251 146 60 / 0.6);
  box-shadow: inset 0 0 30px rgb(255 109 46 / 0.06), 0 0 15px rgb(255 109 46 / 0.08);
}
.dark .severity-card-medium {
  border-left: 3px solid rgb(251 191 36 / 0.6);
  box-shadow: inset 0 0 30px rgb(240 180 41 / 0.05), 0 0 15px rgb(240 180 41 / 0.06);
}
.dark .severity-card-low {
  border-left: 3px solid rgb(96 165 250 / 0.6);
  box-shadow: inset 0 0 30px rgb(59 130 246 / 0.05), 0 0 15px rgb(59 130 246 / 0.06);
}
.dark .severity-card-informational {
  border-left: 3px solid rgb(161 161 170 / 0.4);
}
.severity-card-critical {
  border-left: 3px solid rgb(244 63 94 / 0.6);
}
.severity-card-high {
  border-left: 3px solid rgb(234 88 12 / 0.6);
}
.severity-card-medium {
  border-left: 3px solid rgb(217 119 6 / 0.6);
}
.severity-card-low {
  border-left: 3px solid rgb(37 99 235 / 0.6);
}
.severity-card-informational {
  border-left: 3px solid rgb(82 82 91 / 0.4);
}
.dark .severity-badge-critical {
  border-color: rgb(244 63 94 / 0.5);
  background-color: rgb(244 63 94 / 0.15);
  color: rgb(251 113 133);
  box-shadow: 0 0 12px rgb(255 59 92 / 0.3);
}
.dark .severity-badge-high {
  border-color: rgb(251 146 60 / 0.5);
  background-color: rgb(251 146 60 / 0.15);
  color: rgb(253 186 116);
  box-shadow: 0 0 12px rgb(255 109 46 / 0.3);
}
.dark .severity-badge-medium {
  border-color: rgb(251 191 36 / 0.5);
  background-color: rgb(251 191 36 / 0.15);
  color: rgb(252 211 77);
  box-shadow: 0 0 10px rgb(240 180 41 / 0.25);
}
.dark .severity-badge-low {
  border-color: rgb(96 165 250 / 0.5);
  background-color: rgb(96 165 250 / 0.15);
  color: rgb(147 197 253);
  box-shadow: 0 0 10px rgb(59 130 246 / 0.25);
}
.dark .severity-badge-informational {
  border-color: rgb(113 113 122 / 0.5);
  background-color: rgb(113 113 122 / 0.15);
  color: rgb(161 161 170);
}
.severity-badge-critical {
  border-color: rgb(244 63 94 / 0.35);
  background-color: rgb(244 63 94 / 0.10);
  color: #BE123C;
}
.severity-badge-high {
  border-color: rgb(234 88 12 / 0.35);
  background-color: rgb(251 146 60 / 0.12);
  color: #9A3412;
}
.severity-badge-medium {
  border-color: rgb(217 119 6 / 0.35);
  background-color: rgb(251 191 36 / 0.14);
  color: #854D0E;
}
.severity-badge-low {
  border-color: rgb(37 99 235 / 0.35);
  background-color: rgb(96 165 250 / 0.12);
  color: #1D4ED8;
}
.severity-badge-informational {
  border-color: rgb(82 82 91 / 0.30);
  background-color: rgb(113 113 122 / 0.10);
  color: #3F3F46;
}
.dark .severity-dot-critical {
  background-color: rgb(251 113 133);
}
.dark .severity-dot-high {
  background-color: rgb(251 146 60);
}
.dark .severity-dot-medium {
  background-color: rgb(251 191 36);
}
.dark .severity-dot-low {
  background-color: rgb(96 165 250);
}
.dark .severity-dot-informational {
  background-color: rgb(161 161 170);
}
.severity-dot-critical {
  background-color: rgb(225 29 72);
}
.severity-dot-high {
  background-color: rgb(234 88 12);
}
.severity-dot-medium {
  background-color: rgb(217 119 6);
}
.severity-dot-low {
  background-color: rgb(37 99 235);
}
.severity-dot-informational {
  background-color: rgb(82 82 91);
}
.dark .update-badge-created {
  color: rgb(74 222 128);
  border-color: rgb(74 222 128 / 0.4);
  background-color: rgb(74 222 128 / 0.12);
}
.dark .update-badge-merged {
  color: rgb(96 165 250);
  border-color: rgb(96 165 250 / 0.4);
  background-color: rgb(96 165 250 / 0.12);
}
.dark .update-badge-duplicate {
  color: rgb(161 161 170);
  border-color: rgb(161 161 170 / 0.4);
  background-color: rgb(161 161 170 / 0.12);
}
.update-badge-created {
  color: #15803D;
  border-color: rgb(34 197 94 / 0.35);
  background-color: rgb(34 197 94 / 0.12);
}
.update-badge-merged {
  color: #1D4ED8;
  border-color: rgb(37 99 235 / 0.35);
  background-color: rgb(96 165 250 / 0.12);
}
.update-badge-duplicate {
  color: #3F3F46;
  border-color: rgb(82 82 91 / 0.30);
  background-color: rgb(113 113 122 / 0.10);
}
.dark .preset-chip-0 {
  border-color: rgb(244 63 94 / 0.5);
  background-color: rgb(244 63 94 / 0.15);
  color: rgb(251 113 133);
  box-shadow: 0 0 12px rgb(244 63 94 / 0.25);
}
.dark .preset-chip-1 {
  border-color: rgb(251 146 60 / 0.5);
  background-color: rgb(251 146 60 / 0.15);
  color: rgb(253 186 116);
  box-shadow: 0 0 12px rgb(251 146 60 / 0.25);
}
.dark .preset-chip-2 {
  border-color: rgb(251 191 36 / 0.5);
  background-color: rgb(251 191 36 / 0.15);
  color: rgb(252 211 77);
  box-shadow: 0 0 10px rgb(251 191 36 / 0.2);
}
.dark .preset-chip-3 {
  border-color: rgb(96 165 250 / 0.5);
  background-color: rgb(96 165 250 / 0.15);
  color: rgb(147 197 253);
  box-shadow: 0 0 10px rgb(96 165 250 / 0.2);
}
.dark .preset-chip-4 {
  border-color: rgb(113 113 122 / 0.5);
  background-color: rgb(113 113 122 / 0.15);
  color: rgb(161 161 170);
}
.dark .preset-chip-5 {
  border-color: rgb(16 185 129 / 0.5);
  background-color: rgb(16 185 129 / 0.15);
  color: rgb(110 231 183);
  box-shadow: 0 0 10px rgb(16 185 129 / 0.2);
}
.dark .preset-chip-6 {
  border-color: rgb(139 92 246 / 0.5);
  background-color: rgb(139 92 246 / 0.15);
  color: rgb(196 181 253);
  box-shadow: 0 0 10px rgb(139 92 246 / 0.2);
}
.dark .preset-chip-7 {
  border-color: rgb(20 184 166 / 0.5);
  background-color: rgb(20 184 166 / 0.15);
  color: rgb(94 234 212);
  box-shadow: 0 0 10px rgb(20 184 166 / 0.2);
}
.dark .preset-chip-8 {
  border-color: rgb(217 70 239 / 0.5);
  background-color: rgb(217 70 239 / 0.15);
  color: rgb(240 171 252);
  box-shadow: 0 0 10px rgb(217 70 239 / 0.2);
}
.dark .preset-chip-9 {
  border-color: rgb(34 211 238 / 0.5);
  background-color: rgb(34 211 238 / 0.15);
  color: rgb(103 232 249);
  box-shadow: 0 0 10px rgb(34 211 238 / 0.2);
}
.preset-chip-0 {
  border-color: rgb(244 63 94 / 0.35);
  background-color: rgb(244 63 94 / 0.10);
  color: #BE123C;
}
.preset-chip-1 {
  border-color: rgb(234 88 12 / 0.35);
  background-color: rgb(251 146 60 / 0.12);
  color: #9A3412;
}
.preset-chip-2 {
  border-color: rgb(217 119 6 / 0.35);
  background-color: rgb(251 191 36 / 0.14);
  color: #854D0E;
}
.preset-chip-3 {
  border-color: rgb(37 99 235 / 0.35);
  background-color: rgb(96 165 250 / 0.12);
  color: #1D4ED8;
}
.preset-chip-4 {
  border-color: rgb(82 82 91 / 0.30);
  background-color: rgb(113 113 122 / 0.10);
  color: #3F3F46;
}
.preset-chip-5 {
  border-color: rgb(5 150 105 / 0.35);
  background-color: rgb(16 185 129 / 0.12);
  color: #047857;
}
.preset-chip-6 {
  border-color: rgb(124 58 237 / 0.35);
  background-color: rgb(139 92 246 / 0.12);
  color: #6D28D9;
}
.preset-chip-7 {
  border-color: rgb(13 148 136 / 0.35);
  background-color: rgb(20 184 166 / 0.12);
  color: #0F766E;
}
.preset-chip-8 {
  border-color: rgb(162 28 175 / 0.35);
  background-color: rgb(217 70 239 / 0.12);
  color: #A21CAF;
}
.preset-chip-9 {
  border-color: rgb(14 116 144 / 0.35);
  background-color: rgb(34 211 238 / 0.12);
  color: #0E7490;
}
.dark .watchlist-chip {
  border-color: rgb(96 165 250 / 0.5);
  background-color: rgb(96 165 250 / 0.15);
  color: rgb(147 197 253);
}
.watchlist-chip {
  border-color: rgb(0 218 246 / 0.5);
  background-color: rgb(0 218 246 / 0.14);
  color: #0E7490;
}
.preset-chip--active {
  box-shadow: 0 0 0 2px var(--ring), 0 0 12px var(--ring);
  filter: brightness(1.15);
}
@layer components {
  .surface {
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
    background-color: var(--card);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--card) 80%, transparent);
    }
  }
  .surface-hover {
    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));
    &:hover {
      @media (hover: hover) {
        border-color: var(--border);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--border) 90%, transparent);
        }
      }
    }
  }
}
.dark .status-badge-active {
  color: rgb(74 222 128);
  border-color: rgb(74 222 128 / 0.4);
  background-color: rgb(74 222 128 / 0.12);
}
.dark .status-badge-paused {
  color: rgb(161 161 170);
  border-color: rgb(113 113 122 / 0.5);
  background-color: rgb(113 113 122 / 0.15);
}
.dark .email-badge-sent {
  color: rgb(74 222 128);
  border-color: rgb(74 222 128 / 0.4);
  background-color: rgb(74 222 128 / 0.12);
}
.dark .email-badge-pending {
  color: rgb(252 211 77);
  border-color: rgb(251 191 36 / 0.4);
  background-color: rgb(251 191 36 / 0.12);
}
.dark .email-badge-failed {
  color: rgb(251 113 133);
  border-color: rgb(244 63 94 / 0.4);
  background-color: rgb(244 63 94 / 0.12);
}
.dark .btn-destructive {
  color: rgb(251 113 133);
  border-color: rgb(244 63 94 / 0.4);
  background-color: rgb(244 63 94 / 0.10);
}
.dark .btn-destructive:hover {
  background-color: rgb(244 63 94 / 0.18);
}
.status-badge-active {
  color: #15803D;
  border-color: rgb(34 197 94 / 0.35);
  background-color: rgb(34 197 94 / 0.12);
}
.status-badge-paused {
  color: #3F3F46;
  border-color: rgb(82 82 91 / 0.30);
  background-color: rgb(113 113 122 / 0.10);
}
.email-badge-sent {
  color: #15803D;
  border-color: rgb(34 197 94 / 0.35);
  background-color: rgb(34 197 94 / 0.12);
}
.email-badge-pending {
  color: #854D0E;
  border-color: rgb(217 119 6 / 0.35);
  background-color: rgb(251 191 36 / 0.14);
}
.email-badge-failed {
  color: #BE123C;
  border-color: rgb(244 63 94 / 0.35);
  background-color: rgb(244 63 94 / 0.10);
}
.btn-destructive {
  color: #BE123C;
  border-color: rgb(244 63 94 / 0.35);
  background-color: rgb(244 63 94 / 0.10);
}
.btn-destructive:hover {
  background-color: rgb(244 63 94 / 0.18);
}
.theme-icon-moon {
  display: none;
}
.dark .theme-icon-sun {
  display: none;
}
.dark .theme-icon-moon {
  display: inline;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
