/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  :where(.space-y-4 > :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)));
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .text-center {
    text-align: center;
  }
  .underline {
    text-decoration-line: underline;
  }
}
:root {
  --ground: #F2F3F1;
  --surface: #FFFFFF;
  --surface-2: #F6F7F5;
  --ink: #1B2126;
  --ink-2: #4B555D;
  --ink-3: #6E7880;
  --line: #CFD5D2;
  --line-2: #E4E8E5;
  --accent: #1E4F7A;
  --accent-ink: #FFFFFF;
  --connector: #4F5A63;
  --connector-bg: #E6E9EA;
  --org: #1F5FA3;
  --org-bg: #DCEAF9;
  --runner: #8A4E00;
  --runner-bg: #FAEBD0;
  --danger: #9E3324;
  --danger-bg: #FBE4E0;
  --ok: #256B45;
  --ok-bg: #DDF0E4;
  --focus: #E08A1E;
  --radius: 4px;
  --radius-lg: 6px;
  --sans: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #14191D;
    --surface: #1C2328;
    --surface-2: #222A30;
    --ink: #E6EAED;
    --ink-2: #AAB4BC;
    --ink-3: #7E8992;
    --line: #333F48;
    --line-2: #28323A;
    --accent: #7FB3E6;
    --accent-ink: #0F1A24;
    --connector: #A3ADB5;
    --connector-bg: #2C353C;
    --org: #8CBBF0;
    --org-bg: #1A3350;
    --runner: #E9B15A;
    --runner-bg: #3D2E10;
    --danger: #F08B7A;
    --danger-bg: #48231E;
    --ok: #7CCB9A;
    --ok-bg: #1B3A28;
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --ground: #14191D;
  --surface: #1C2328;
  --surface-2: #222A30;
  --ink: #E6EAED;
  --ink-2: #AAB4BC;
  --ink-3: #7E8992;
  --line: #333F48;
  --line-2: #28323A;
  --accent: #7FB3E6;
  --accent-ink: #0F1A24;
  --connector: #A3ADB5;
  --connector-bg: #2C353C;
  --org: #8CBBF0;
  --org-bg: #1A3350;
  --runner: #E9B15A;
  --runner-bg: #3D2E10;
  --danger: #F08B7A;
  --danger-bg: #48231E;
  --ok: #7CCB9A;
  --ok-bg: #1B3A28;
  color-scheme: dark;
}
[data-phx-session], [data-phx-teleported-src] {
  display: contents;
}
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
code, .mono {
  font-family: var(--mono);
  font-size: .94em;
}
button, input, select {
  font: inherit;
  color: inherit;
}
a {
  color: var(--accent);
}
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
select, input[type=text], input[type=email], input[type=password], input[type=search] {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 5px 8px;
  min-height: 32px;
}
.app {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 20px 64px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.nav .brand {
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.nav .spacer {
  flex: 1;
}
.nav a {
  color: var(--ink-2);
  text-decoration: none;
}
.nav a:hover {
  color: var(--ink);
}
.top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.top h1 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 2px;
}
.top .sub {
  color: var(--ink-2);
  font-size: 13px;
}
.scopebar {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  overflow: hidden;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.sc {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-right: 1px solid var(--line-2);
  flex: 1 1 0;
  min-width: 200px;
}
.sc:last-child {
  border-right: 0;
}
.sc.on {
  background: var(--surface-2);
}
.sc .hint {
  color: var(--ink-3);
  font-size: 12.5px;
}
.chip {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 3px;
  font-size: 12.5px;
}
.chip.connector, .badge.connector {
  background: var(--connector-bg);
  color: var(--connector);
}
.chip.org, .badge.org {
  background: var(--org-bg);
  color: var(--org);
}
.chip.runner, .badge.runner {
  background: var(--runner-bg);
  color: var(--runner);
}
.toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 13px;
}
.toolbar .spacer {
  flex: 1;
}
.seg {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.seg a, .seg button {
  border: 0;
  background: var(--surface);
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ink);
  text-decoration: none;
}
.seg a + a, .seg button + button {
  border-left: 1px solid var(--line-2);
}
.seg .on {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn {
  display: inline-block;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 5px 10px;
  font-size: 12.5px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.3;
  color: var(--ink);
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  background: var(--surface-2);
}
.btn.primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}
.btn.sm {
  padding: 2px 7px;
  font-size: 12px;
}
.btn.quiet {
  border: 0;
  background: none;
  color: var(--ink-3);
}
.btn.quiet:hover {
  color: var(--ink);
}
.btn.link {
  border: 0;
  background: none;
  color: var(--accent);
  padding: 0 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn:disabled {
  opacity: .55;
  cursor: default;
}
.warnbox {
  background: var(--danger-bg);
  color: var(--danger);
  border-radius: var(--radius-lg);
  padding: 9px 14px;
  font-size: 13px;
  margin-bottom: 10px;
}
.warnbox code {
  font-weight: 600;
}
.notebox {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 10px;
}
.notebox pre {
  margin: 6px 0 0;
  font-family: var(--mono);
  font-size: 12px;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 8px 10px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
}
.tablewrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow-x: auto;
}
.tablewrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.tablewrap th {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: var(--ink-3);
  padding: 8px 12px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  background: var(--surface-2);
}
.tablewrap td {
  padding: 7px 12px;
  border-bottom: 1px solid var(--line-2);
  vertical-align: middle;
  line-height: 1.35;
  font-size: 13px;
}
.tablewrap tbody tr:last-child td {
  border-bottom: 0;
}
.tablewrap td.act {
  text-align: right;
  white-space: nowrap;
}
.tablewrap tr .act .btn {
  opacity: 0;
}
.tablewrap tr:hover .act .btn, .tablewrap tr:focus-within .act .btn {
  opacity: 1;
}
@media (hover: none) {
  .tablewrap tr .act .btn {
    opacity: 1;
  }
}
.tablewrap tr.disabled td.name {
  text-decoration: line-through;
  color: var(--ink-3);
}
.muted {
  color: var(--ink-3);
  font-size: 12px;
}
.badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 500;
  padding: 1px 7px;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: middle;
}
.badge.ok {
  color: var(--ok);
  background: var(--ok-bg);
}
.badge.off {
  color: var(--danger);
  background: var(--danger-bg);
}
.badge.idle {
  color: var(--connector);
  background: var(--connector-bg);
}
.badge + .badge {
  margin-left: 4px;
}
.form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 10px 12px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  margin-bottom: 10px;
}
.form.stack {
  flex-direction: column;
  align-items: stretch;
  background: var(--surface);
}
.f {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
  color: var(--ink-3);
}
.f .err {
  color: var(--danger);
  font-size: 12.5px;
}
.f label.check {
  flex-direction: row;
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--ink-2);
  font-size: 13px;
}
.empty {
  padding: 28px 14px;
  color: var(--ink-3);
  text-align: center;
}
.foot {
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--ink-3);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.flash {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 50;
  max-width: 360px;
  border-radius: var(--radius-lg);
  padding: 9px 14px;
  font-size: 13px;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
}
.flash.error {
  background: var(--danger-bg);
  color: var(--danger);
  border-color: transparent;
}
.flash p {
  margin: 0;
}
.narrow {
  max-width: 380px;
  margin: 40px auto 0;
}
@media (prefers-reduced-motion: no-preference) {
  .btn, .seg a, .seg button, .tablewrap tr .act .btn {
    transition: background-color .12s, opacity .12s;
  }
}
.tablewrap td.wide {
  width: 100%;
  max-width: 0;
}
.tablewrap .text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.tablewrap .payload {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  background: var(--surface-2);
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 6px 8px;
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.top .sub .badge {
  margin-right: 4px;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
    }
  }
}
