/* [project]/app/globals.css [app-client] (css) */
@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-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}

@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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .fixed {
    position: fixed;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .resize {
    resize: both;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}

:root {
  --background: #0b0f1a;
  --panel: #131a2b;
  --panel-2: #1a2338;
  --border: #253049;
  --text: #e7ecf5;
  --muted: #9aa6bd;
  --accent: #4f7cff;
  --accent-2: #7c5cff;
}

html, body {
  background: var(--background);
  height: 100%;
  color: var(--text);
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}

* {
  box-sizing: border-box;
}

.md :where(h1, h2, h3) {
  margin: .8em 0 .4em;
  font-weight: 700;
  line-height: 1.3;
}

.md h1 {
  font-size: 1.3rem;
}

.md h2 {
  font-size: 1.15rem;
}

.md h3 {
  font-size: 1.05rem;
}

.md p {
  margin: .5em 0;
  line-height: 1.75;
}

.md ul, .md ol {
  margin: .5em 0;
  padding-left: 1.4em;
}

.md li {
  margin: .25em 0;
  line-height: 1.7;
}

.md code {
  background: #ffffff14;
  border-radius: 4px;
  padding: .1em .35em;
  font-size: .9em;
}

.md pre {
  border: 1px solid var(--border);
  background: #0d1322;
  border-radius: 8px;
  padding: .8em;
  overflow-x: auto;
}

.md pre code {
  background: none;
  padding: 0;
}

.md table {
  border-collapse: collapse;
  width: 100%;
  margin: .6em 0;
}

.md th, .md td {
  border: 1px solid var(--border);
  text-align: left;
  padding: .4em .6em;
}

.md blockquote {
  border-left: 3px solid var(--accent);
  color: var(--muted);
  margin: .6em 0;
  padding-left: .8em;
}

.md a {
  color: var(--accent);
  text-decoration: underline;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #2a3550;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background: none;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }
}

.cursor-blink {
  animation: 1s infinite blink;
}

.stage-tray {
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 12px;
  animation: .3s stage-in;
  display: flex;
}

.stage-item {
  border: 1px solid var(--border);
  color: var(--muted);
  background: #4f7cff0d;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  font-size: 12px;
  transition: border-color .3s, color .3s, box-shadow .3s;
  animation: .3s stage-in;
  display: inline-flex;
}

.stage-item.running {
  color: #c6d6ff;
  border-color: #4f7cff8c;
  box-shadow: 0 0 14px #4f7cff2e, inset 0 0 10px #4f7cff14;
}

.stage-item.done {
  color: var(--muted);
}

.stage-spinner {
  border: 1.5px solid #7c5cff47;
  border-top-color: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 11px;
  height: 11px;
  animation: .7s linear infinite stage-spin;
}

.stage-check {
  color: #5fd3a2;
  flex: none;
}

.stage-detail {
  color: var(--muted);
  opacity: .75;
  font-size: 11px;
}

.stage-label-running {
  background: linear-gradient(90deg, #c6d6ff 0%, #7c9bff 50%, #c6d6ff 100%) 0 0 / 200%;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 1.6s linear infinite stage-shimmer;
}

@keyframes stage-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes stage-shimmer {
  to {
    background-position: -200%;
  }
}

@keyframes stage-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/