/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! 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;
    --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);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .right-0 {
    right: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .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;
  }
  .table {
    display: table;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .min-w-\[900px\] {
    min-width: 900px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-\[\#0f1418\] {
    background-color: #0f1418;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .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);
  }
  .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));
  }
}
:root {
  --bg: #0f1418;
  --panel: #131b21ee;
  --line: #26333d;
  --text: #dfe7ec;
  --muted: #8fa2ae;
  --green: #46c08a;
  --amber: #f0b556;
  --red: #e5726f;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: var(--bg);
  color: var(--text);
  font: 14px/1.45 ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}
code,
pre,
kbd {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}
.vp-topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: linear-gradient(180deg, #0b1015f2, #0b1015cc 70%, transparent);
  backdrop-filter: blur(6px);
}
.vp-logo {
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #7be3b0, #6fb8e8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.vp-dot.ok {
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}
.vp-dot.bad {
  background: var(--red);
  box-shadow: 0 0 8px var(--red);
}
.vp-btn {
  background: var(--green);
  color: #08130d;
  border: 0;
  border-radius: 8px;
  padding: 7px 12px;
  font-weight: 650;
  font-size: 13px;
  cursor: pointer;
}
.vp-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.vp-btn-ghost {
  background: #18222a;
  color: var(--text);
  border: 1px solid var(--line);
}
.vp-btn-warn {
  background: var(--red);
  color: #1b0908;
}
.vp-seg {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.vp-seg button {
  background: #141c22;
  color: var(--muted);
  border: 0;
  padding: 7px 12px;
  cursor: pointer;
  font: inherit;
  font-size: 12.5px;
}
.vp-seg button.on {
  background: var(--green);
  color: #08130d;
  font-weight: 650;
}
.vp-panel {
  position: absolute;
  top: 58px;
  bottom: 12px;
  width: min(420px, 40vw);
  z-index: 15;
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.vp-panel.left-0 {
  left: 12px;
}
.vp-panel.right-0 {
  right: 12px;
}
.vp-panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.vp-panel-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  flex: 1;
}
.vp-x {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.vp-pad {
  padding: 12px;
  overflow-y: auto;
  flex: 1;
}
.vp-sub {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
}
.vp-muted {
  color: var(--muted);
  font-size: 12.5px;
}
.vp-err {
  color: var(--red);
  font-size: 12.5px;
}
.vp-note {
  background: #1b2a22;
  border: 1px solid #2f5340;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12.5px;
}
.vp-input,
.vp-panel textarea,
.vp-panel select {
  background: #0f161b;
  border: 1px solid #34424c;
  border-radius: 8px;
  color: var(--text);
  font: inherit;
  font-size: 13px;
  padding: 8px 9px;
  width: 100%;
  box-sizing: border-box;
}
.vp-kv {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 12.5px;
}
.vp-kv span {
  color: var(--muted);
  min-width: 70px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.vp-kv b {
  font-weight: 600;
  word-break: break-word;
}
.vp-code-block,
.vp-pre {
  background: #0a0f13;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 11.5px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 260px;
  overflow: auto;
  margin: 0;
  color: #b8cdd8;
}
.vp-run {
  border-left: 2px solid var(--line);
  padding: 2px 0 2px 8px;
  font-size: 12px;
}
.vp-chip-btn {
  background: #16212a;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text);
  font: inherit;
  font-size: 12.5px;
  padding: 6px 10px;
  cursor: pointer;
}
.vp-chip-btn.on {
  background: #1d3329;
  border-color: var(--green);
}
.vp-turn {
  background: #16202a;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 8px 10px;
}
.vp-turn.talk {
  border-color: var(--green);
  box-shadow: 0 0 0 1px #46c08a55;
}
.vp-turn-who {
  font-size: 11px;
  color: var(--green);
  font-weight: 650;
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-bottom: 3px;
}
.vp-turn-who i {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}
.vp-turn-body {
  font-size: 12.5px;
  white-space: pre-wrap;
  word-break: break-word;
}
.vp-card-float {
  position: absolute;
  right: 12px;
  top: 58px;
  z-index: 16;
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  backdrop-filter: blur(10px);
}
.vp-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: #05080ac9;
  display: grid;
  place-items: center;
  padding: 20px;
}
.vp-modal {
  width: min(560px, 92vw);
  background: #101820;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.vp-col {
  background: #121b22;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px;
  min-height: 260px;
}
.vp-col-head {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
  padding: 2px 4px 8px;
}
.vp-count {
  color: var(--text);
  font-weight: 700;
}
.vp-card {
  background: #17222b;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 8px 9px;
  cursor: pointer;
}
.vp-card:hover {
  border-color: #3c5a4a;
}
.vp-card-title {
  font-size: 12.5px;
  line-height: 1.35;
}
.vp-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 10.5px;
  color: var(--muted);
}
.vp-chip {
  background: #1f2f28;
  border-radius: 6px;
  padding: 2px 6px;
  color: #9fd8bb;
}
.vp-empty {
  color: #43535e;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}
.vp-bubble {
  background: #0c1520f2;
  border: 1px solid #3d6d55;
  border-radius: 12px;
  padding: 6px 10px;
  font: 12px/1.4 ui-sans-serif, system-ui, sans-serif;
  color: #d6e8de;
  max-width: 220px;
  box-shadow: 0 6px 20px #0009;
  white-space: pre-wrap;
}
.vp-label {
  font: 10px/1 ui-monospace, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfe3ee;
  background: #0b1218f2;
  border: 1px solid #2b3b46;
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}
.vp-label[data-status='working'] {
  border-color: #46c08a;
  color: #a8ecc7;
}
.vp-label[data-status='review'] {
  border-color: #f0b556;
  color: #f5d79a;
}
.vp-label[data-status='blocked'] {
  border-color: #e5726f;
  color: #f3b0ae;
}
.vp-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 46px;
  z-index: 30;
  background: #3a1c1b;
  border: 1px solid #6d3a37;
  border-radius: 9px;
  padding: 8px 14px;
  font-size: 12.5px;
  max-width: 80vw;
}
@media (max-width: 720px) {
  .vp-panel {
    width: calc(100vw - 24px);
  }
}
.vp-board-title {
  font: 700 15px/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.18em;
  color: #cdeedd;
  text-shadow: 0 0 12px #34d39988;
  white-space: nowrap;
}
.vp-board-col {
  font: 700 10px/1 ui-monospace, monospace;
  letter-spacing: 0.14em;
  color: #8fd8b6;
  background: #0d2b2088;
  border: 1px solid #2c6b5188;
  border-radius: 6px;
  padding: 3px 7px;
  white-space: nowrap;
}
.vp-board-cards {
  position: relative;
  width: 0 !important;
  height: 0 !important;
  overflow: visible;
}
.vp-board-cols {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vp-board-colheads,
.vp-board-cols-row {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.vp-board-colheads > .vp-board-col {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.vp-board-cards-col {
  flex: 1 1 0;
  min-width: 0;
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 2px;
  pointer-events: auto;
  scrollbar-width: thin;
}
.vp-board-cards-col::-webkit-scrollbar {
  width: 5px;
}
.vp-board-cards-col::-webkit-scrollbar-thumb {
  background: #3f8f74;
  border-radius: 3px;
}
.vp-board-card {
  font: 500 10px/1.25 ui-sans-serif, system-ui, sans-serif;
  text-align: left;
  color: #e8f6f0;
  background: #15495ce6;
  border: 1px solid #2f7f9cab;
  border-left: 3px solid #5fd0a6;
  border-radius: 4px;
  padding: 3px 5px;
  cursor: pointer;
  flex: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vp-board-card:hover {
  background: #1d6883f2;
  border-color: #8fe8c6;
}
.vp-board-card[data-status='done'] {
  border-left-color: #5aa87c;
}
.vp-board-card[data-status='review'] {
  border-left-color: #f0b556;
}
.vp-board-card[data-status='blocked'] {
  border-left-color: #e5726f;
}
.vp-board-card[data-status='running'] {
  border-left-color: #58d2f0;
}
.vp-board-empty {
  font-size: 9px;
  color: #4d7f6f;
  text-align: center;
  padding: 3px 0;
}
.vp-meeting-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #2f4a5a88;
  background: #16232bcc;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s;
}
.vp-meeting-row:hover {
  background: #1e3542ee;
  border-color: #4b7f9a;
}
.vp-meeting-row.on {
  border-color: #44c08a;
}
.vp-meeting-row b {
  font: 600 12px/1.3 ui-sans-serif, system-ui, sans-serif;
  color: #e8f6f0;
}
.vp-meeting-row i {
  font: 400 10px/1.3 ui-monospace, monospace;
  color: #7f9dad;
  font-style: normal;
}
.vp-meeting-row:disabled {
  opacity: 0.5;
  cursor: default;
}
.vp-live {
  color: #44c08a;
  animation: vp-pulse 1.4s ease-in-out infinite;
}
@keyframes vp-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.vp-chip-role {
  font: 400 9px/1 ui-monospace, monospace;
  font-style: normal;
  opacity: 0.65;
  margin-left: 5px;
}
.vp-agent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 7px;
  border: 1px solid #2f4a5a88;
  background: #16232bcc;
}
.vp-agent-row.off {
  opacity: 0.72;
}
.vp-agent-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.vp-agent-meta b {
  font: 600 12px/1.2 ui-sans-serif, system-ui, sans-serif;
  color: #e8f6f0;
}
.vp-agent-meta i {
  font: 400 10px/1.2 ui-monospace, monospace;
  color: #7f9dad;
  font-style: normal;
}
.vp-btn-danger {
  border-color: #7f3a3a !important;
  color: #ffbdbd !important;
}
.vp-btn-danger:hover:not(:disabled) {
  background: #5a2020 !important;
  border-color: #b04a4a !important;
}
.vp-btn-rosy {
  border-color: #3a5f7f !important;
}
.vp-ok {
  font: 500 11px/1.4 ui-sans-serif, system-ui, sans-serif;
  color: #8fe8c6;
  background: #10302866;
  border: 1px solid #2c6b5188;
  border-radius: 6px;
  padding: 7px 9px;
}
.vp-tag-warn {
  font: 400 9px/1 ui-monospace, monospace;
  color: #ffd479;
  border: 1px solid #6b5a2c88;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 5px;
  vertical-align: middle;
}
.vp-cron-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 10px;
  border-radius: 8px;
  border: 1px solid #2f4a5a88;
  background: #16232bcc;
}
.vp-cron-card.on {
  border-color: #2c6b5188;
}
.vp-cron-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.vp-cron-top b {
  font: 600 12px/1.2 ui-sans-serif, system-ui, sans-serif;
  color: #e8f6f0;
}
.vp-cron-state {
  font: 700 9px/1 ui-monospace, monospace;
  letter-spacing: 0.06em;
  padding: 2px 5px;
  border-radius: 4px;
  text-transform: uppercase;
}
.vp-cron-state.on {
  color: #8fe8c6;
  background: #10302866;
  border: 1px solid #2c6b51;
}
.vp-cron-state.off {
  color: #9fb0bd;
  background: #1b2a3366;
  border: 1px solid #35485a;
}
.vp-cron-sched {
  font: 500 11px/1.2 ui-monospace, monospace;
  font-style: normal;
  color: #7ab8ff;
}
.vp-cron-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font: 400 10px/1.2 ui-monospace, monospace;
  color: #7f9dad;
}
.vp-cron-bad {
  color: #ff9c9c;
}
.vp-cron-prompt {
  font: 400 10px/1.35 ui-sans-serif, system-ui, sans-serif;
  color: #9fb0bd;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vp-cron-err {
  font: 400 10px/1.3 ui-monospace, monospace;
  color: #ff9c9c;
  background: #3a1a1a55;
  border-radius: 4px;
  padding: 4px 6px;
}
.vp-cron-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
}
.vp-cron-actions .vp-btn {
  font-size: 10px;
  padding: 4px 8px;
}
.vp-cron-run {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 400 10px/1.2 ui-monospace, monospace;
  color: #7f9dad;
  padding: 3px 2px;
}
.vp-cron-run i {
  font-style: normal;
  color: #5f7a8a;
}
.vp-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font: 400 11px/1.35 ui-sans-serif, system-ui, sans-serif;
  color: #b9cbd6;
  cursor: pointer;
}
.vp-check input {
  margin-top: 1px;
}
.vp-chat .vp-chat-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.vp-chat-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.vp-chat-back {
  background: none;
  border: none;
  color: #9fd8bb;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  padding: 0 2px;
}
.vp-chat-head-name {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.vp-chat-head-name b {
  font-size: 13px;
}
.vp-chat-head-name i {
  font-size: 10px;
  color: var(--muted);
  font-style: normal;
}
.vp-chat-av {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 600 12px/1 ui-sans-serif, system-ui, sans-serif;
  color: #eaf2f7;
}
.vp-chat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #1b2731;
  cursor: pointer;
}
.vp-chat-row:hover:not(:disabled) {
  background: #16222b;
}
.vp-chat-row:disabled {
  opacity: 0.45;
  cursor: default;
}
.vp-chat-row-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.vp-chat-row-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}
.vp-chat-row-top b {
  font-size: 12.5px;
  color: #d6e8de;
}
.vp-chat-row-top i {
  font-size: 9.5px;
  color: #5f7a8a;
  font-style: normal;
}
.vp-chat-row-sub {
  font-size: 11px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vp-chat-new {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vp-chat-new input {
  font-size: 12px;
}
.vp-chat-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 2px;
  background-image: radial-gradient(#1a242c 1px, transparent 1px);
  background-size: 14px 14px;
  border-radius: 8px;
}
.vp-chat-empty {
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #b9cbd6;
  line-height: 1.6;
  padding: 20px 12px;
}
.vp-msg {
  max-width: 84%;
  border-radius: 12px;
  padding: 7px 10px;
  font: 400 12px/1.45 ui-sans-serif, system-ui, sans-serif;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.vp-msg.user {
  align-self: flex-end;
  background: #1f5c46;
  color: #eafaf1;
  border-bottom-right-radius: 3px;
}
.vp-msg.assistant {
  align-self: flex-start;
  background: #1d2b35;
  color: #d3e2ec;
  border-bottom-left-radius: 3px;
}
.vp-msg-time {
  font: 400 9px/1 ui-monospace, monospace;
  color: #7f97a6;
  margin-top: 4px;
  text-align: right;
}
.vp-msg.assistant .vp-msg-time {
  color: #5f7a8a;
}
.vp-typing {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 12px;
}
.vp-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d8ea3;
  animation: vp-blink 1.2s infinite ease-in-out;
}
.vp-typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.vp-typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes vp-blink {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}
.vp-chat-input {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  border-top: 1px solid #23313c;
  padding-top: 8px;
}
.vp-chat-input textarea {
  flex: 1;
  resize: none;
  max-height: 120px;
}
.vp-chat-send {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #2f7f5f;
  color: #eafaf1;
  font-size: 14px;
}
.vp-chat-send:disabled {
  background: #26343d;
  color: #5f7a8a;
  cursor: default;
}
.vp-chat-reset {
  background: none;
  border: none;
  color: #7f97a6;
  cursor: pointer;
  font-size: 10px;
  text-decoration: underline;
  align-self: center;
  padding: 2px;
}
.vp-chat-reset:hover {
  color: #e8b978;
}
.vp-action {
  border: 1px solid #23313c;
  border-radius: 8px;
  padding: 7px 8px;
  background: #131c23;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vp-action.on {
  border-color: #2f5a45;
  background: #14211b;
}
.vp-action-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding-left: 22px;
}
.vp-input-sm {
  font-size: 10.5px !important;
  padding: 3px 6px !important;
  max-width: 150px;
}
.vp-chip-meeting {
  background: #1d2f3d;
  color: #8fc4e8;
}
.vp-chip-cron {
  background: #33291a;
  color: #e0bd7a;
}
.vp-chip-agent {
  background: #2a2337;
  color: #c0a8e8;
}
.vp-chip-warn {
  background: #3a2a18;
  color: #e8b978;
}
.vp-btn-armed {
  background: #6b2020 !important;
  border-color: #b04a4a !important;
  color: #ffe0e0 !important;
}
.vp-collapse {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vp-collapse-head {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: left;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #12191fcc;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s;
}
.vp-collapse-head:hover {
  background: #1a242b;
  border-color: #3b5568;
}
.vp-collapse-head.open {
  border-color: #2c6b51;
}
.vp-collapse-caret {
  font-size: 9px;
  color: #7f9dad;
  width: 9px;
}
.vp-collapse-label {
  font: 700 10px/1 ui-monospace, monospace;
  letter-spacing: 0.12em;
  color: #8fd8b6;
  text-transform: uppercase;
}
.vp-collapse-count {
  font: 500 9px/1 ui-monospace, monospace;
  color: #7f9dad;
  background: #1b2a3366;
  border-radius: 999px;
  padding: 2px 6px;
}
.vp-collapse-hint {
  margin-left: auto;
  font: 400 9px/1 ui-sans-serif, system-ui, sans-serif;
  color: #5f7a8a;
}
.vp-pre-block {
  overflow-wrap: anywhere;
  word-break: normal;
  max-height: 380px;
}
@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-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-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;
}
@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-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-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;
    }
  }
}

