/* stx role tokens — override any of these to re-theme by meaning. */
:root {
  --stx-fg: oklch(21% 0.034 264.665);
  --stx-fg-strong: oklch(37.3% 0.034 259.733);
  --stx-fg-muted: oklch(44.6% 0.03 256.802);
  --stx-fg-soft: oklch(55.1% 0.027 264.364);
  --stx-fg-subtle: oklch(70.7% 0.022 261.325);
  --stx-surface: oklch(98.5% 0.002 247.839);
  --stx-surface-raised: oklch(96.7% 0.003 264.542);
  --stx-surface-sunken: oklch(92.8% 0.006 264.531);
  --stx-line: oklch(92.8% 0.006 264.531);
  --stx-line-strong: oklch(87.2% 0.01 258.338);
  --stx-accent: oklch(51.1% 0.262 276.966);
  --stx-info: oklch(54.6% 0.245 262.881);
  --stx-danger: oklch(57.7% 0.245 27.325);
  --stx-success: oklch(62.7% 0.194 149.214);
  --stx-warning: oklch(79.5% 0.184 86.047);
  --stx-accent-solid: oklch(51.1% 0.262 276.966);
  --stx-info-solid: oklch(54.6% 0.245 262.881);
  --stx-danger-solid: oklch(57.7% 0.245 27.325);
  --stx-success-solid: oklch(62.7% 0.194 149.214);
}
.dark {
  --stx-fg: oklch(96.7% 0.003 264.542);
  --stx-fg-strong: oklch(87.2% 0.01 258.338);
  --stx-fg-muted: oklch(70.7% 0.022 261.325);
  --stx-fg-soft: oklch(70.7% 0.022 261.325);
  --stx-fg-subtle: oklch(55.1% 0.027 264.364);
  --stx-surface: oklch(27.8% 0.033 256.848);
  --stx-surface-raised: oklch(37.3% 0.034 259.733);
  --stx-surface-sunken: oklch(37.3% 0.034 259.733);
  --stx-line: oklch(37.3% 0.034 259.733);
  --stx-line-strong: oklch(44.6% 0.03 256.802);
  --stx-accent: oklch(67.3% 0.182 276.935);
  --stx-info: oklch(70.7% 0.165 254.624);
  --stx-danger: oklch(70.4% 0.191 22.216);
  --stx-success: oklch(79.2% 0.209 151.711);
  --stx-warning: oklch(85.2% 0.199 91.936);
  --stx-accent-solid: oklch(58.5% 0.233 277.117);
  --stx-info-solid: oklch(62.3% 0.214 259.815);
  --stx-danger-solid: oklch(63.7% 0.237 25.331);
  --stx-success-solid: oklch(72.3% 0.219 149.579);
}
@layer tc-base {
/*
! Tailwind CSS Preflight | MIT License | https://tailwindcss.com
*/

/*
  The fallback is a neutral grey, not currentColor.

  currentColor makes every border whose colour was never set take the TEXT
  colour, which is near-black on a light page and near-white on a dark one.
  That is never what an author means by a divider: the divide-* and
  border-width utilities set a width and no colour, so a plain divide-y
  rendered as a heavy black rule instead of a hairline.

  It also punished the obvious workaround. Setting border-color on a parent
  does not reach divide-* children, because divide targets
  "> :not([hidden]) ~ :not([hidden])" and the child declaration from this
  block wins.

  Tailwind preflight resolves this the same way (its default is gray-200).
  --border-color stays the escape hatch: set it once on :root, or per
  theme, and every uncoloured border follows.
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, #e5e7eb);
}

::before,
::after {
  --tc-content: '';
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Geist, system-ui, -apple-system, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  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: var(--border-color, inherit);
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: color-mix(in oklab, currentColor 50%, transparent);
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}
}

.role-active {
  border-color: oklch(62.3% 0.214 259.815);
  background-color: oklch(97% 0.014 254.604);
  color: oklch(48.8% 0.243 264.376);
  font-weight: 600;
  --tc-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);
  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow);
}

.dark .role-active {
  background-color: oklch(62.3% 0.214 259.815 / 0.1);
  color: oklch(70.7% 0.165 254.624);
}

.role-inactive {
  border-color: oklch(92.9% 0.013 255.508);
  color: oklch(70.4% 0.04 256.788);
  font-weight: 500;
}

.dark .role-inactive {
  border-color: oklch(37.2% 0.044 257.287);
  color: oklch(55.4% 0.046 257.417);
}

.period-active {
  background-color: oklch(54.6% 0.245 262.881);
  color: #fff;
}

.period-inactive {
  background-color: oklch(96.8% 0.007 247.896);
  color: oklch(44.6% 0.043 257.281);
}

.dark .period-inactive {
  background-color: oklch(27.9% 0.041 260.031);
  color: oklch(86.9% 0.022 252.894);
}

.period-inactive:hover {
  background-color: oklch(92.9% 0.013 255.508);
}

.dark .period-inactive:hover {
  background-color: oklch(37.2% 0.044 257.287);
}

.tsb-positive {
  color: oklch(69.6% 0.17 162.48);
}

.tsb-negative {
  color: oklch(64.5% 0.246 16.439);
}

.zone-1 {
  background-color: oklch(70.7% 0.165 254.624);
}

.zone-2 {
  background-color: oklch(76.5% 0.177 163.223);
}

.zone-3 {
  background-color: oklch(82.8% 0.189 84.429);
}

.zone-4 {
  background-color: oklch(75% 0.183 55.934);
}

.zone-5 {
  background-color: oklch(64.5% 0.246 16.439);
}

.connect-active {
  background-color: oklch(96.8% 0.007 247.896);
  color: oklch(55.4% 0.046 257.417);
}

.dark .connect-active {
  background-color: oklch(27.9% 0.041 260.031);
  color: oklch(70.4% 0.04 256.788);
}

.connect-inactive {
  background-color: oklch(54.6% 0.245 262.881);
  color: #fff;
}

.sidebar-active {
  color: oklch(54.6% 0.245 262.881);
  background-color: oklch(97% 0.014 254.604);
}

.dark .sidebar-active {
  color: oklch(70.7% 0.165 254.624);
  background-color: oklch(37.9% 0.146 265.522 / 0.2);
}

.sidebar-inactive {
  color: oklch(55.4% 0.046 257.417);
}

.dark .sidebar-inactive {
  color: oklch(70.4% 0.04 256.788);
}

.sidebar-inactive:hover {
  background-color: oklch(96.8% 0.007 247.896);
}

.dark .sidebar-inactive:hover {
  background-color: oklch(27.9% 0.041 260.031);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background-color: oklch(54.6% 0.245 262.881);
  border-radius: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tc-shadow: var(--tc-shadow-colored);
  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);
  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow);
  --tc-shadow-color: oklch(54.6% 0.245 262.881);
}

.btn-primary:hover {
  background-color: oklch(48.8% 0.243 264.376);
}

.btn-primary:disabled {
  opacity: 0.5;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: oklch(37.2% 0.044 257.287);
  background-color: #fff;
  border-width: 1px;
  border-color: oklch(92.9% 0.013 255.508);
  border-radius: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dark .btn-secondary {
  color: oklch(92.9% 0.013 255.508);
  background-color: oklch(27.9% 0.041 260.031);
  border-color: oklch(37.2% 0.044 257.287);
}

.btn-secondary:hover {
  background-color: oklch(98.4% 0.003 247.858);
}

.dark .btn-secondary:hover {
  background-color: oklch(37.2% 0.044 257.287);
}

.btn-secondary:disabled {
  opacity: 0.5;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: oklch(44.6% 0.043 257.281);
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dark .btn-ghost {
  color: oklch(70.4% 0.04 256.788);
}

.btn-ghost:hover {
  color: oklch(20.8% 0.042 265.755);
  background-color: oklch(96.8% 0.007 247.896);
}

.dark .btn-ghost:hover {
  color: #fff;
  background-color: oklch(27.9% 0.041 260.031);
}

.btn-ghost:disabled {
  opacity: 0.5;
}

.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background-color: oklch(58.6% 0.253 17.585);
  border-radius: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-danger:hover {
  background-color: oklch(51.4% 0.222 16.935);
}

.btn-danger:disabled {
  opacity: 0.5;
}

.input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: oklch(20.8% 0.042 265.755);
  background-color: #fff;
  border-width: 1px;
  border-color: oklch(92.9% 0.013 255.508);
  border-radius: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dark .input {
  color: #fff;
  background-color: oklch(20.8% 0.042 265.755);
  border-color: oklch(37.2% 0.044 257.287);
}

.input:focus {
  outline-style: none;
  --tc-ring-offset-shadow: var(--tc-ring-inset,) 0 0 0 var(--tc-ring-offset-width, 0px) var(--tc-ring-offset-color, #fff);
  --tc-ring-shadow: var(--tc-ring-inset,) 0 0 0 calc(2px + var(--tc-ring-offset-width, 0px)) var(--tc-ring-color, rgba(59, 130, 246, 0.5));
  box-shadow: var(--tc-ring-offset-shadow), var(--tc-ring-shadow), var(--tc-shadow, 0 0 #0000);
  --tc-ring-color: oklch(62.3% 0.214 259.815 / 0.2);
  border-color: oklch(62.3% 0.214 259.815);
}

.input::placeholder {
  color: oklch(70.4% 0.04 256.788);
}

.dark .input::placeholder {
  color: oklch(55.4% 0.046 257.417);
}

.input-error {
  border-color: oklch(64.5% 0.246 16.439);
}

.dark .input-error {
  border-color: oklch(64.5% 0.246 16.439);
}

.input-error:focus {
  border-color: oklch(64.5% 0.246 16.439);
  --tc-ring-color: oklch(64.5% 0.246 16.439 / 0.2);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-radius: 9999px;
}

.badge-success {
  color: oklch(50.8% 0.118 165.612);
  background-color: oklch(97.9% 0.021 166.113);
}

.dark .badge-success {
  color: oklch(84.5% 0.143 164.978);
  background-color: oklch(37.8% 0.077 168.94 / 0.3);
}

.badge-warning {
  color: oklch(55.5% 0.163 48.998);
  background-color: oklch(98.7% 0.022 95.277);
}

.dark .badge-warning {
  color: oklch(87.9% 0.169 91.605);
  background-color: oklch(41.4% 0.112 45.904 / 0.3);
}

.badge-danger {
  color: oklch(51.4% 0.222 16.935);
  background-color: oklch(96.9% 0.015 12.422);
}

.dark .badge-danger {
  color: oklch(81% 0.117 11.638);
  background-color: oklch(41% 0.159 10.272 / 0.3);
}

.badge-info {
  color: oklch(48.8% 0.243 264.376);
  background-color: oklch(97% 0.014 254.604);
}

.dark .badge-info {
  color: oklch(80.9% 0.105 251.813);
  background-color: oklch(37.9% 0.146 265.522 / 0.3);
}

.pill {
  display: inline-flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pill-active {
  color: oklch(48.8% 0.243 264.376);
  background-color: oklch(97% 0.014 254.604);
  border-color: oklch(88.2% 0.059 254.128);
}

.dark .pill-active {
  color: oklch(80.9% 0.105 251.813);
  background-color: oklch(37.9% 0.146 265.522 / 0.2);
  border-color: oklch(37.9% 0.146 265.522 / 0.4);
}

.pill-inactive {
  color: oklch(44.6% 0.043 257.281);
  background-color: #fff;
  border-color: oklch(92.9% 0.013 255.508);
}

.dark .pill-inactive {
  color: oklch(70.4% 0.04 256.788);
  background-color: oklch(20.8% 0.042 265.755);
  border-color: oklch(37.2% 0.044 257.287);
}

.pill-inactive:hover {
  background-color: oklch(98.4% 0.003 247.858);
}

.dark .pill-inactive:hover {
  background-color: oklch(27.9% 0.041 260.031);
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-white {
  color: #fff;
}

.bg-blue-600 {
  background-color: oklch(54.6% 0.245 262.881);
}

.hover\:bg-blue-700:hover {
  background-color: oklch(48.8% 0.243 264.376);
}

.rounded-xl {
  border-radius: 0.75rem;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.shadow-sm {
  --tc-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);
  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow);
}

.shadow-blue-600\/10 {
  --tc-shadow-color: oklch(54.6% 0.245 262.881);
  --tc-shadow: var(--tc-shadow-colored);
}

.text-slate-700 {
  color: oklch(37.2% 0.044 257.287);
}

.dark .dark\:text-slate-200 {
  color: oklch(92.9% 0.013 255.508);
}

.bg-white {
  background-color: #fff;
}

.dark .dark\:bg-slate-800 {
  background-color: oklch(27.9% 0.041 260.031);
}

.hover\:bg-slate-50:hover {
  background-color: oklch(98.4% 0.003 247.858);
}

.dark .dark\:hover\:bg-slate-700:hover {
  background-color: oklch(37.2% 0.044 257.287);
}

.border {
  border-width: 1px;
}

.border-slate-200 {
  border-color: oklch(92.9% 0.013 255.508);
}

.dark .dark\:border-slate-700 {
  border-color: oklch(37.2% 0.044 257.287);
}

.font-medium {
  font-weight: 500;
}

.text-slate-600 {
  color: oklch(44.6% 0.043 257.281);
}

.dark .dark\:text-slate-400 {
  color: oklch(70.4% 0.04 256.788);
}

.hover\:text-slate-900:hover {
  color: oklch(20.8% 0.042 265.755);
}

.dark .dark\:hover\:text-white:hover {
  color: #fff;
}

.hover\:bg-slate-100:hover {
  background-color: oklch(96.8% 0.007 247.896);
}

.dark .dark\:hover\:bg-slate-800:hover {
  background-color: oklch(27.9% 0.041 260.031);
}

.rounded-lg {
  border-radius: 0.5rem;
}

.bg-rose-600 {
  background-color: oklch(58.6% 0.253 17.585);
}

.hover\:bg-rose-700:hover {
  background-color: oklch(51.4% 0.222 16.935);
}

.w-full {
  width: 100%;
}

.text-slate-900 {
  color: oklch(20.8% 0.042 265.755);
}

.dark .dark\:text-white {
  color: #fff;
}

.dark .dark\:bg-slate-900 {
  background-color: oklch(20.8% 0.042 265.755);
}

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

.focus\:ring-2:focus {
  --tc-ring-offset-shadow: var(--tc-ring-inset,) 0 0 0 var(--tc-ring-offset-width, 0px) var(--tc-ring-offset-color, #fff);
  --tc-ring-shadow: var(--tc-ring-inset,) 0 0 0 calc(2px + var(--tc-ring-offset-width, 0px)) var(--tc-ring-color, rgba(59, 130, 246, 0.5));
  box-shadow: var(--tc-ring-offset-shadow), var(--tc-ring-shadow), var(--tc-shadow, 0 0 #0000);
}

.focus\:ring-blue-500\/20:focus {
  --tc-ring-color: oklch(62.3% 0.214 259.815 / 0.2);
}

.focus\:border-blue-500:focus {
  border-color: oklch(62.3% 0.214 259.815);
}

.placeholder\:text-slate-400::placeholder {
  color: oklch(70.4% 0.04 256.788);
}

.dark .dark\:placeholder\:text-slate-500::placeholder {
  color: oklch(55.4% 0.046 257.417);
}

.border-rose-500 {
  border-color: oklch(64.5% 0.246 16.439);
}

.dark .dark\:border-rose-500 {
  border-color: oklch(64.5% 0.246 16.439);
}

.focus\:border-rose-500:focus {
  border-color: oklch(64.5% 0.246 16.439);
}

.focus\:ring-rose-500\/20:focus {
  --tc-ring-color: oklch(64.5% 0.246 16.439 / 0.2);
}

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

.uppercase {
  text-transform: uppercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.rounded-full {
  border-radius: 9999px;
}

.text-emerald-700 {
  color: oklch(50.8% 0.118 165.612);
}

.dark .dark\:text-emerald-300 {
  color: oklch(84.5% 0.143 164.978);
}

.bg-emerald-50 {
  background-color: oklch(97.9% 0.021 166.113);
}

.dark .dark\:bg-emerald-900\/30 {
  background-color: oklch(37.8% 0.077 168.94 / 0.3);
}

.text-amber-700 {
  color: oklch(55.5% 0.163 48.998);
}

.dark .dark\:text-amber-300 {
  color: oklch(87.9% 0.169 91.605);
}

.bg-amber-50 {
  background-color: oklch(98.7% 0.022 95.277);
}

.dark .dark\:bg-amber-900\/30 {
  background-color: oklch(41.4% 0.112 45.904 / 0.3);
}

.text-rose-700 {
  color: oklch(51.4% 0.222 16.935);
}

.dark .dark\:text-rose-300 {
  color: oklch(81% 0.117 11.638);
}

.bg-rose-50 {
  background-color: oklch(96.9% 0.015 12.422);
}

.dark .dark\:bg-rose-900\/30 {
  background-color: oklch(41% 0.159 10.272 / 0.3);
}

.text-blue-700 {
  color: oklch(48.8% 0.243 264.376);
}

.dark .dark\:text-blue-300 {
  color: oklch(80.9% 0.105 251.813);
}

.bg-blue-50 {
  background-color: oklch(97% 0.014 254.604);
}

.dark .dark\:bg-blue-900\/30 {
  background-color: oklch(37.9% 0.146 265.522 / 0.3);
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.dark .dark\:bg-blue-900\/20 {
  background-color: oklch(37.9% 0.146 265.522 / 0.2);
}

.border-blue-200 {
  border-color: oklch(88.2% 0.059 254.128);
}

.dark .dark\:border-blue-900\/40 {
  border-color: oklch(37.9% 0.146 265.522 / 0.4);
}

.border-blue-500 {
  border-color: oklch(62.3% 0.214 259.815);
}

.dark .dark\:bg-blue-500\/10 {
  background-color: oklch(62.3% 0.214 259.815 / 0.1);
}

.dark .dark\:text-blue-400 {
  color: oklch(70.7% 0.165 254.624);
}

.text-slate-400 {
  color: oklch(70.4% 0.04 256.788);
}

.dark .dark\:text-slate-500 {
  color: oklch(55.4% 0.046 257.417);
}

.bg-slate-100 {
  background-color: oklch(96.8% 0.007 247.896);
}

.dark .dark\:text-slate-300 {
  color: oklch(86.9% 0.022 252.894);
}

.hover\:bg-slate-200:hover {
  background-color: oklch(92.9% 0.013 255.508);
}

.text-emerald-500 {
  color: oklch(69.6% 0.17 162.48);
}

.text-rose-500 {
  color: oklch(64.5% 0.246 16.439);
}

.bg-blue-400 {
  background-color: oklch(70.7% 0.165 254.624);
}

.bg-emerald-400 {
  background-color: oklch(76.5% 0.177 163.223);
}

.bg-amber-400 {
  background-color: oklch(82.8% 0.189 84.429);
}

.bg-orange-400 {
  background-color: oklch(75% 0.183 55.934);
}

.bg-rose-500 {
  background-color: oklch(64.5% 0.246 16.439);
}

.text-slate-500 {
  color: oklch(55.4% 0.046 257.417);
}

.text-blue-600 {
  color: oklch(54.6% 0.245 262.881);
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.btn-primary { display: inline-flex; align-items: center; justify-content: center; padding-left: 1rem;  padding-right: 1rem; padding-top: 0.5rem;  padding-bottom: 0.5rem; font-weight: 600; font-size: 0.875rem;  line-height: 1.25rem; color: #fff; background-color: oklch(54.6% 0.245 262.881); border-radius: 0.75rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; --tc-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow); --tc-shadow-color: oklch(54.6% 0.245 262.881);  --tc-shadow: var(--tc-shadow-colored); }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; padding-left: 1rem;  padding-right: 1rem; padding-top: 0.5rem;  padding-bottom: 0.5rem; font-weight: 600; font-size: 0.875rem;  line-height: 1.25rem; color: oklch(37.2% 0.044 257.287); background-color: #fff; border-width: 1px; border-color: oklch(92.9% 0.013 255.508); border-radius: 0.75rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; padding-left: 0.75rem;  padding-right: 0.75rem; padding-top: 0.5rem;  padding-bottom: 0.5rem; font-weight: 500; font-size: 0.875rem;  line-height: 1.25rem; color: oklch(44.6% 0.043 257.281); border-radius: 0.5rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; }
@media (prefers-color-scheme: dark) { .dark .btn-ghost { color: oklch(70.4% 0.04 256.788); } }
.btn-danger { display: inline-flex; align-items: center; justify-content: center; padding-left: 1rem;  padding-right: 1rem; padding-top: 0.5rem;  padding-bottom: 0.5rem; font-weight: 600; font-size: 0.875rem;  line-height: 1.25rem; color: #fff; background-color: oklch(58.6% 0.253 17.585); border-radius: 0.75rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; }
.input { padding-left: 0.75rem;  padding-right: 0.75rem; padding-top: 0.625rem;  padding-bottom: 0.625rem; width: 100%; font-size: 0.875rem;  line-height: 1.25rem; color: oklch(20.8% 0.042 265.755); background-color: #fff; border-width: 1px; border-color: oklch(92.9% 0.013 255.508); border-radius: 0.75rem; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; }
@media (prefers-color-scheme: dark) { .dark .input { color: #fff; } }
.input-error { border-color: oklch(64.5% 0.246 16.439); }
@media (prefers-color-scheme: dark) { .dark .input-error { border-color: oklch(64.5% 0.246 16.439); } }
.badge { display: inline-flex; align-items: center; padding-left: 0.625rem;  padding-right: 0.625rem; padding-top: 0.125rem;  padding-bottom: 0.125rem; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: 0.025em; border-radius: 9999px; }
.badge-success { color: oklch(50.8% 0.118 165.612); background-color: oklch(97.9% 0.021 166.113); }
.badge-warning { color: oklch(55.5% 0.163 48.998); background-color: oklch(98.7% 0.022 95.277); }
.badge-danger { color: oklch(51.4% 0.222 16.935); background-color: oklch(96.9% 0.015 12.422); }
.badge-info { color: oklch(48.8% 0.243 264.376); background-color: oklch(97% 0.014 254.604); }
.pill { display: inline-flex; align-items: center; padding-left: 0.75rem;  padding-right: 0.75rem; padding-top: 0.25rem;  padding-bottom: 0.25rem; font-weight: 500; font-size: 0.75rem;  line-height: 1rem; border-radius: 9999px; border-width: 1px; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);  transition-duration: 150ms; }
.pill-active { color: oklch(48.8% 0.243 264.376); background-color: oklch(97% 0.014 254.604); border-color: oklch(88.2% 0.059 254.128); }
.pill-inactive { color: oklch(44.6% 0.043 257.281); background-color: #fff; border-color: oklch(92.9% 0.013 255.508); }
@media (prefers-color-scheme: dark) { .dark .pill-inactive { color: oklch(70.4% 0.04 256.788); } }
.role-active { border-color: oklch(62.3% 0.214 259.815); background-color: oklch(97% 0.014 254.604); color: oklch(48.8% 0.243 264.376); font-weight: 600; --tc-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);  --tc-shadow-colored: 0 1px 3px 0 var(--tc-shadow-color), 0 1px 2px -1px var(--tc-shadow-color);  box-shadow: var(--tc-ring-offset-shadow, 0 0 #0000), var(--tc-ring-shadow, 0 0 #0000), var(--tc-shadow); }
.role-inactive { border-color: oklch(92.9% 0.013 255.508); color: oklch(70.4% 0.04 256.788); font-weight: 500; }
@media (prefers-color-scheme: dark) { .dark .role-inactive { color: oklch(55.4% 0.046 257.417); } }
.period-active { background-color: oklch(54.6% 0.245 262.881); color: #fff; }
.period-inactive { background-color: oklch(96.8% 0.007 247.896); color: oklch(44.6% 0.043 257.281); }
.tsb-positive { color: oklch(69.6% 0.17 162.48); }
.tsb-negative { color: oklch(64.5% 0.246 16.439); }
.zone-1 { background-color: oklch(70.7% 0.165 254.624); }
.zone-2 { background-color: oklch(76.5% 0.177 163.223); }
.zone-3 { background-color: oklch(82.8% 0.189 84.429); }
.zone-4 { background-color: oklch(75% 0.183 55.934); }
.zone-5 { background-color: oklch(64.5% 0.246 16.439); }
.connect-active { background-color: oklch(96.8% 0.007 247.896); color: oklch(55.4% 0.046 257.417); }
@media (prefers-color-scheme: dark) { .dark .connect-active { color: oklch(70.4% 0.04 256.788); } }
.connect-inactive { background-color: oklch(54.6% 0.245 262.881); color: #fff; }
.sidebar-active { color: oklch(54.6% 0.245 262.881); background-color: oklch(97% 0.014 254.604); }
.sidebar-inactive { color: oklch(55.4% 0.046 257.417); }
@media (prefers-color-scheme: dark) { .dark .sidebar-inactive { color: oklch(70.4% 0.04 256.788); } }