/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Inter", system-ui, sans-serif;
    --default-mono-font-family: "JetBrains Mono", ui-monospace, monospace;
  }
}
@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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-amber {
    accent-color: var(--amber);
  }
  .accent-indigo {
    accent-color: var(--indigo);
  }
  .accent-sage {
    accent-color: var(--sage);
  }
  .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);
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
:root {
  --t-fast: 140ms cubic-bezier(0.4, 0, 0.2, 1);
  --t-base: 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
body[data-theme="light"] {
  --bg: #fafaf7;
  --bg-2: #f2f1eb;
  --paper: #ffffff;
  --ink: #1f1d1a;
  --ink-2: #3c3a36;
  --ink-3: #6b6963;
  --ink-4: #9c9a93;
  --ink-5: #c9c7bf;
  --line: #e7e4da;
  --line-2: #d7d3c7;
  --hover: #f2f0e8;
  --sage: #10b981;
  --sage-2: #059669;
  --sage-soft: #ecfdf5;
  --sage-line: #a7f3d0;
  --amber: #d97706;
  --amber-soft: #fef3c7;
  --amber-line: #fcd34d;
  --rose: #dc2626;
  --rose-soft: #fee2e2;
  --rose-line: #fca5a5;
  --indigo: #4f46e5;
  --indigo-soft: #eef2ff;
  --indigo-line: #c7d2fe;
  --violet: #7c3aed;
  --violet-soft: #f5f3ff;
  --violet-line: #ddd6fe;
  --term-bg: #0f172a;
  --term-fg: #94a3b8;
  --shadow-sm: 0 1px 2px rgba(31, 29, 26, 0.04);
  --focus: rgba(16, 185, 129, 0.18);
  --disabled-opacity: 0.4;
}
body[data-theme="dark"] {
  --bg: #13120f;
  --bg-2: #1a1815;
  --paper: #1f1d18;
  --ink: #ede8da;
  --ink-2: #c8c2b3;
  --ink-3: #928d80;
  --ink-4: #6b6760;
  --ink-5: #4a4640;
  --line: #2a2722;
  --line-2: #3a362f;
  --hover: #26231d;
  --sage: #34d399;
  --sage-2: #10b981;
  --sage-soft: rgba(52, 211, 153, 0.12);
  --sage-line: rgba(52, 211, 153, 0.35);
  --amber: #fbbf24;
  --amber-soft: rgba(251, 191, 36, 0.12);
  --amber-line: rgba(251, 191, 36, 0.35);
  --rose: #f87171;
  --rose-soft: rgba(248, 113, 113, 0.12);
  --rose-line: rgba(248, 113, 113, 0.35);
  --indigo: #818cf8;
  --indigo-soft: rgba(129, 140, 248, 0.13);
  --indigo-line: rgba(129, 140, 248, 0.35);
  --violet: #a78bfa;
  --violet-soft: rgba(167, 139, 250, 0.13);
  --violet-line: rgba(167, 139, 250, 0.35);
  --term-bg: #0a0908;
  --term-fg: #9c988c;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --focus: rgba(52, 211, 153, 0.25);
  --disabled-opacity: 0.4;
}
* {
  box-sizing: border-box;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  transition: background-color var(--t-base), color var(--t-base);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
  }
}
h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
}
h1 {
  font-size: 22px;
  line-height: 1.25;
}
h2 {
  font-size: 16px;
  line-height: 1.3;
}
h3 {
  font-size: 13px;
  line-height: 1.45;
}
.code, code, kbd {
  font-family: var(--font-mono);
  font-size: 12px;
}
button {
  cursor: pointer;
  font-family: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--paper);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  transition: all 120ms;
  white-space: nowrap;
  line-height: 1.3;
}
.btn:hover {
  background: var(--bg-2);
  border-color: var(--ink-5);
}
.btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--focus);
}
.btn[disabled], .btn.disabled {
  opacity: var(--disabled-opacity);
  cursor: not-allowed;
  pointer-events: none;
}
.btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.btn.primary {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.btn.primary:hover {
  background: #000;
  border-color: #000;
}
.btn.sage {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}
.btn.sage:hover {
  background: var(--sage-2);
  border-color: var(--sage-2);
}
.btn.ghost {
  background: transparent;
  border-color: transparent;
  color: var(--ink-3);
}
.btn.ghost:hover {
  background: var(--bg-2);
  color: var(--ink);
}
.btn.sm {
  padding: 3px 8px;
  font-size: 11px;
}
.btn.danger {
  color: var(--rose);
  border-color: var(--rose-line);
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.card-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border-bottom: 1px solid var(--line);
  gap: 8px;
}
.card-hd h3 {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-hd h3 svg {
  width: 13px;
  height: 13px;
  color: var(--ink-3);
}
.card-bd {
  padding: 14px;
}
.kpi {
  padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--line);
}
.kpi .lbl {
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.kpi .lbl svg {
  width: 12px;
  height: 12px;
  color: var(--ink-4);
}
.kpi .val {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--ink);
  margin-top: 4px;
  font-feature-settings: "tnum" 1;
}
.kpi .val .u {
  font-size: 14px;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 2px;
}
.kpi .delta {
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.kpi .delta.up {
  color: var(--sage-2);
}
.kpi .delta.warn {
  color: var(--amber);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
thead th {
  padding: 7px 12px;
  text-align: left;
  color: var(--ink-3);
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  white-space: nowrap;
}
thead th.num {
  text-align: right;
}
tbody td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
}
tbody td.num {
  text-align: right;
  font-feature-settings: "tnum" 1;
}
tbody tr:last-child td {
  border-bottom: 0;
}
tbody tr.click {
  cursor: pointer;
}
tbody tr.click:hover {
  background: var(--bg-2);
}
.t-title {
  color: var(--ink);
  font-weight: 500;
  font-size: 12.5px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid transparent;
  background: var(--paper);
  white-space: nowrap;
  line-height: 1.4;
}
.pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.pill.running {
  background: var(--indigo-soft);
  color: var(--indigo);
  border-color: var(--indigo-line);
}
.pill.running .dot {
  background: var(--indigo);
}
.pill.attn {
  background: var(--amber-soft);
  color: var(--amber);
  border-color: var(--amber-line);
}
.pill.attn .dot {
  background: var(--amber);
}
.pill.approval {
  background: var(--violet-soft);
  color: var(--violet);
  border-color: var(--violet-line);
}
.pill.approval .dot {
  background: var(--violet);
}
.pill.done {
  background: var(--sage-soft);
  color: var(--sage-2);
  border-color: var(--sage-line);
}
.pill.done .dot {
  background: var(--sage);
}
.pill.failed {
  background: var(--rose-soft);
  color: var(--rose);
  border-color: var(--rose-line);
}
.pill.failed .dot {
  background: var(--rose);
}
.pill.muted {
  background: var(--bg-2);
  color: var(--ink-3);
  border-color: var(--line);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 1px 7px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.5;
}
.chip.green {
  border-color: var(--sage-line);
  color: var(--sage-2);
  background: var(--sage-soft);
}
.chip.amber {
  border-color: var(--amber-line);
  color: var(--amber);
  background: var(--amber-soft);
}
.chip.indigo {
  border-color: var(--indigo-line);
  color: var(--indigo);
  background: var(--indigo-soft);
}
.chip.violet {
  border-color: var(--violet-line);
  color: var(--violet);
  background: var(--violet-soft);
}
.chip.rose {
  border-color: var(--rose-line);
  color: var(--rose);
  background: var(--rose-soft);
}
.rail {
  display: flex;
  gap: 4px;
  padding: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  width: 100%;
}
.rail-seg {
  flex: 1;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--bg-2);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid transparent;
  overflow: hidden;
}
.rail-seg .stage {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: 5px;
}
.rail-seg .stage svg {
  width: 11px;
  height: 11px;
}
.rail-seg .ms {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-4);
}
.rail-seg.done {
  background: var(--sage-soft);
  border-color: var(--sage-line);
}
.rail-seg.done .stage, .rail-seg.done .ms {
  color: var(--sage-2);
}
.rail-seg.run {
  background: var(--indigo-soft);
  border-color: var(--indigo-line);
}
.rail-seg.run .stage, .rail-seg.run .ms {
  color: var(--indigo);
}
.rail-seg.gate {
  background: var(--amber-soft);
  border-color: var(--amber-line);
}
.rail-seg.gate .stage, .rail-seg.gate .ms {
  color: var(--amber);
}
.rail-seg.fail {
  background: var(--rose-soft);
  border-color: var(--rose-line);
}
.rail-seg.fail .stage {
  color: var(--rose);
}
.rail-seg.run::before, .rail-seg.gate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: rail-sweep 1.8s ease-in-out infinite;
  border-radius: 5px;
}
body[data-theme="dark"] .rail-seg.run::before, body[data-theme="dark"] .rail-seg.gate::before {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
}
@keyframes rail-sweep {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
.rail-seg.run::after, .rail-seg.gate::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  animation: rail-pulse 1.4s ease-in-out infinite;
}
.rail-seg.run::after {
  background: var(--indigo);
}
.rail-seg.gate::after {
  background: var(--amber);
}
@keyframes rail-pulse {
  0%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.5;
    transform: scaleX(0.85);
  }
}
.pipe {
  display: flex;
  gap: 2px;
  height: 7px;
  width: 100%;
  border-radius: 3px;
}
.pipe .seg {
  flex: 1;
  background: var(--line);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: background-color var(--t-base);
}
.pipe .seg.done {
  background: var(--sage);
}
.pipe .seg.fail {
  background: var(--rose);
}
.pipe .seg.curr {
  background: var(--amber);
  box-shadow: 0 0 0 1px var(--amber-line);
}
.pipe .seg.curr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: pipe-sweep 1.4s ease-in-out infinite;
}
.pipe .seg.curr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--amber);
  animation: pipe-pulse 1.4s ease-in-out infinite;
  border-radius: 2px;
}
@keyframes pipe-sweep {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -20% 0;
  }
}
@keyframes pipe-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
body[data-theme="dark"] .pipe .seg.curr::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
}
.pipe-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.pipe-meta .stage-name {
  color: var(--amber);
  font-weight: 600;
}
.pipe-meta .live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--amber);
  border-radius: 50%;
  animation: pipe-pulse 1.4s ease-in-out infinite;
}
.input {
  width: 100%;
  padding: 7px 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.input:hover {
  border-color: var(--ink-5);
}
.input:focus {
  outline: 0;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px var(--bg-2);
}
.input[disabled] {
  background: var(--bg-2);
  color: var(--ink-3);
  opacity: var(--disabled-opacity);
  cursor: not-allowed;
}
.input[readonly] {
  background: var(--bg-2);
  color: var(--ink-2);
}
.input[aria-invalid="true"] {
  border-color: var(--rose-line);
  background: var(--rose-soft);
}
textarea.input {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.65;
  resize: vertical;
  min-height: 90px;
}
.label {
  display: block;
  font-size: 11px;
  color: var(--ink-2);
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hint {
  font-size: 11px;
  color: var(--ink-4);
  margin-top: 4px;
}
.error {
  font-size: 11px;
  color: var(--rose);
  margin-top: 4px;
}
.field {
  margin-bottom: 12px;
  width: 100%;
  max-width: 380px;
}
.callout {
  padding: 10px 14px;
  border: 1px solid var(--sage-line);
  background: var(--sage-soft);
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink-2);
  font-size: 12px;
}
.callout.amber {
  border-color: var(--amber-line);
  background: var(--amber-soft);
}
.callout.violet {
  border-color: var(--violet-line);
  background: var(--violet-soft);
}
.callout.rose {
  border-color: var(--rose-line);
  background: var(--rose-soft);
}
.callout svg {
  width: 15px;
  height: 15px;
  color: var(--sage-2);
  flex-shrink: 0;
  margin-top: 1px;
}
.callout.amber svg {
  color: var(--amber);
}
.callout.violet svg {
  color: var(--violet);
}
.callout.rose svg {
  color: var(--rose);
}
.callout strong {
  color: var(--ink);
  font-weight: 600;
}
.event {
  display: flex;
  gap: 11px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
}
.event:last-child {
  border-bottom: 0;
}
.event .ico {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ink-3);
}
.event .ico svg {
  width: 13px;
  height: 13px;
}
.event .ico.ok {
  background: var(--sage-soft);
  color: var(--sage-2);
}
.event .ico.run {
  background: var(--indigo-soft);
  color: var(--indigo);
}
.event .ico.warn {
  background: var(--amber-soft);
  color: var(--amber);
}
.event .ico.fail {
  background: var(--rose-soft);
  color: var(--rose);
}
.event .body {
  flex: 1;
  font-size: 12.5px;
}
.event .body strong {
  font-weight: 600;
  color: var(--ink);
}
.event .meta {
  color: var(--ink-3);
  font-size: 11.5px;
  margin-top: 2px;
}
.meta-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  gap: 8px;
}
.meta-row:last-child {
  border-bottom: 0;
}
.meta-row .k {
  color: var(--ink-3);
}
.meta-row .v {
  color: var(--ink);
  font-weight: 500;
  text-align: right;
}
.fbar {
  display: inline-flex;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 2px;
  flex-wrap: wrap;
}
.fbar button {
  background: transparent;
  border: 0;
  padding: 5px 11px;
  font-size: 12px;
  color: var(--ink-3);
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.fbar button.on {
  background: var(--bg-2);
  color: var(--ink);
}
.fbar button:hover:not(.on) {
  color: var(--ink);
}
.fbar .ct {
  background: var(--bg-2);
  padding: 0 5px;
  border-radius: 4px;
  font-size: 10px;
  color: var(--ink-3);
  font-weight: 500;
}
.fbar button.on .ct {
  background: var(--paper);
}
.tabs {
  display: inline-flex;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 3px;
  flex-wrap: wrap;
}
.tab {
  padding: 5px 11px;
  border: 0;
  background: transparent;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}
.tab:hover {
  color: var(--ink);
}
.tab.active {
  background: var(--ink);
  color: var(--bg);
}
.tab[disabled] {
  color: var(--ink-4);
  cursor: not-allowed;
  opacity: var(--disabled-opacity);
}
.skel {
  background: var(--bg-2);
  border-radius: 4px;
  animation: skel-pulse 1.4s ease-in-out infinite;
  display: inline-block;
}
@keyframes skel-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
.steps {
  display: flex;
  align-items: stretch;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 22px;
  gap: 3px;
  overflow: hidden;
}
.steps .step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 5px;
  color: var(--ink-3);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color var(--t-base), color var(--t-base);
  min-width: 0;
  position: relative;
  text-decoration: none;
}
.steps .step:hover:not(.active) {
  background: var(--hover);
  color: var(--ink);
}
.steps .step.active {
  background: var(--ink);
  color: var(--bg);
}
.steps .step.done {
  color: var(--sage-2);
}
.steps .step .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--ink-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 11px;
  flex-shrink: 0;
  font-family: var(--font-mono);
  transition: background-color var(--t-base), color var(--t-base);
}
.steps .step.active .num {
  background: var(--paper);
  color: var(--ink);
}
.steps .step.done .num {
  background: var(--sage);
  color: #fff;
}
.steps .step .step-text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.steps .step .step-text .step-sub {
  display: block;
  font-size: 10.5px;
  color: var(--ink-4);
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.steps .step.active .step-text {
  color: var(--bg);
}
.steps .step.active .step-text .step-sub {
  color: var(--bg);
  opacity: 0.78;
}
.steps .step.done .step-text {
  color: var(--sage-2);
}
.steps .step.done .step-text .step-sub {
  color: var(--sage-2);
  opacity: 0.7;
}
.steps .step + .step::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: var(--line);
}
.steps .step.active + .step::before,
.steps .step + .step.active::before,
.steps .step:hover::before {
  opacity: 0;
}
.sx {
  margin-bottom: 24px;
  scroll-margin-top: 64px;
  padding: 0 2px;
}
.sx-hd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 2px;
}
.sx-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  font-family: var(--font-mono);
  line-height: 1;
}
.sx-hd .ti {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.sx-hd h2,
.sx-hd .sx-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.008em;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
}
.sx-hd .desc {
  color: var(--ink-3);
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.45;
}
.sx-hd .meta {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-4);
  font-weight: 600;
  align-self: center;
  flex-shrink: 0;
  padding: 4px 8px;
  background: var(--bg-2);
  border-radius: 4px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--bg);
  padding: 8px 14px;
  border-radius: 0 0 6px 0;
  font-size: 12px;
  font-weight: 600;
  z-index: 200;
}
.skip-link:focus {
  left: 0;
}
.topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 16px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.workspace {
  font-size: 12px;
  color: var(--ink-3);
  background: var(--paper);
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid var(--line);
  white-space: nowrap;
}
.tb-search {
  flex: 1;
  max-width: 480px;
  position: relative;
}
.tb-search svg {
  position: absolute;
  left: 9px;
  top: 7px;
  width: 14px;
  height: 14px;
  color: var(--ink-4);
}
.tb-search input {
  width: 100%;
  padding: 5px 10px 5px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
  color: var(--ink);
  font-family: inherit;
}
.tb-search input:focus {
  outline: 0;
  border-color: var(--ink);
}
.tb-search kbd {
  position: absolute;
  right: 8px;
  top: 6px;
  background: var(--bg);
  color: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 10px;
  font-family: var(--font-mono);
}
.tb-spacer {
  flex: 1;
}
.tb-icon {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color var(--t-base), color var(--t-base);
  cursor: pointer;
}
.tb-icon:hover {
  background: var(--paper);
  color: var(--ink);
}
.tb-icon:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--focus);
}
.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcd34d, #f472b6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1d1a;
  font-weight: 600;
  font-size: 11px;
  flex-shrink: 0;
}
.avatar-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.avatar-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--focus);
  border-radius: 50%;
}
.shell {
  display: grid;
  grid-template-columns: var(--sb-w, 204px) 1fr;
  min-height: calc(100vh - 48px);
  transition: grid-template-columns var(--t-base);
}
body.sb-collapsed {
  --sb-w: 56px;
}
.sidebar {
  padding: 14px 10px;
  border-right: 1px solid var(--line);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 48px;
  height: calc(100vh - 48px);
  overflow-y: auto;
  overflow-x: hidden;
  transition: padding var(--t-base);
}
.nav-section {
  margin-bottom: 14px;
}
.nav-label {
  padding: 0 10px 5px;
  color: var(--ink-4);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--ink-3);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 120ms;
  white-space: nowrap;
}
.nav-item:hover {
  background: var(--hover);
  color: var(--ink);
}
.nav-item.active {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 0 0 1px var(--line);
}
.nav-item svg {
  width: 15px;
  height: 15px;
  color: var(--ink-4);
  flex-shrink: 0;
}
.nav-item.active svg {
  color: var(--ink);
}
.nav-item .ct {
  margin-left: auto;
  background: var(--sage-soft);
  color: var(--sage-2);
  border-radius: 9px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  text-align: center;
}
.sb-foot {
  margin-top: auto;
  padding: 10px;
  color: var(--ink-4);
  font-size: 11px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
}
.sb-foot .live {
  color: var(--sage-2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sb-foot .live::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--sage);
  border-radius: 50%;
}
body.sb-collapsed .sidebar {
  padding: 10px 6px;
}
body.sb-collapsed .nav-section {
  margin-bottom: 6px;
}
body.sb-collapsed .nav-label {
  display: none;
}
body.sb-collapsed .nav-item {
  justify-content: center;
  gap: 0;
  padding: 9px 0;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 7px;
  position: relative;
}
body.sb-collapsed .nav-item svg {
  width: 18px;
  height: 18px;
}
body.sb-collapsed .nav-item .ct {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 9px;
  padding: 0 4px;
  min-width: 14px;
  line-height: 14px;
  height: 14px;
}
body.sb-collapsed .sb-foot {
  display: none;
}
.main {
  padding: 0;
  background: var(--bg);
  min-width: 0;
  overflow-x: hidden;
}
.page {
  padding: 18px 22px 60px;
}
.page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.page-head .crumb {
  color: var(--ink-4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 4px;
}
.page-head h1 {
  font-size: 22px;
}
.page-head .sub {
  color: var(--ink-3);
  font-size: 13px;
  margin-top: 3px;
}
.page-head .rhs {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.grid {
  display: grid;
  gap: 12px;
}
.g-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.g-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.g-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .g-4, .g-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: none;
  }
  .g-4, .g-3, .g-2 {
    grid-template-columns: 1fr;
  }
}
.av-wrap {
  position: relative;
}
.av-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
  min-width: 240px;
  z-index: 80;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--t-fast), transform var(--t-fast), visibility var(--t-fast);
}
.av-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.av-menu-hd {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
}
.av-menu-hd .name {
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
}
.av-menu-hd .email {
  color: var(--ink-3);
  font-size: 11px;
  margin-top: 2px;
}
.av-menu-hd .role-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.av-menu-hd .role-chip.role-pm {
  background: var(--indigo-soft);
  color: var(--indigo);
  border: 1px solid var(--indigo-line);
}
.av-menu-hd .role-chip.role-ops {
  background: var(--violet-soft);
  color: var(--violet);
  border: 1px solid var(--violet-line);
}
.av-menu-hd .role-chip.role-exec {
  background: var(--sage-soft);
  color: var(--sage-2);
  border: 1px solid var(--sage-line);
}
.av-menu-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border-radius: 5px;
  color: var(--ink-2);
  cursor: pointer;
  font-size: 12.5px;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.av-menu-item:hover {
  background: var(--hover);
  color: var(--ink);
}
.av-menu-item svg {
  width: 14px;
  height: 14px;
  color: var(--ink-3);
}
.av-menu-item .ks {
  margin-left: auto;
  color: var(--ink-4);
  font-family: var(--font-mono);
  font-size: 10px;
}
.av-menu-divider {
  height: 1px;
  background: var(--line);
  margin: 4px -2px;
}
.av-submenu {
  padding: 6px 12px;
  background: var(--bg-2);
  border-radius: 5px;
  margin: 2px 0;
}
.av-submenu-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-4);
  font-weight: 600;
  margin-bottom: 5px;
}
.av-submenu .row {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.av-submenu .role-pick {
  padding: 3px 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 5px;
  font-size: 11px;
  color: var(--ink-3);
  cursor: pointer;
  font-family: inherit;
}
.av-submenu .role-pick:hover {
  border-color: var(--ink-5);
  color: var(--ink);
}
.av-submenu .role-pick.on {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.viewing-as {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: var(--amber-soft);
  border-bottom: 1px solid var(--amber-line);
  color: var(--amber);
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  position: sticky;
  top: 48px;
  z-index: 49;
}
.viewing-as svg {
  width: 14px;
  height: 14px;
}
.viewing-as button {
  background: transparent;
  border: 1px solid var(--amber-line);
  color: var(--amber);
  padding: 2px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.viewing-as button:hover {
  background: var(--paper);
}
body[data-impersonating="true"] .viewing-as {
  display: flex;
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  padding: 24px;
  transition: background-color var(--t-base);
}
.login-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px 32px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.login-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  justify-content: center;
}
.login-brand .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 16px;
}
.login-card h1 {
  font-size: 18px;
  text-align: center;
  margin: 14px 0 4px;
  font-weight: 600;
}
.login-sub {
  color: var(--ink-3);
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
}
.login-card .field {
  margin-bottom: 14px;
  max-width: none;
}
.login-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  color: var(--ink-4);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.login-divider::before, .login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.login-sso {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.login-sso .btn {
  justify-content: center;
  padding: 10px 14px;
}
.login-foot {
  margin-top: 20px;
  text-align: center;
  color: var(--ink-4);
  font-size: 11px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-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;
      --tw-ease: initial;
    }
  }
}

