/*! 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;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[250\] {
    z-index: 250;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .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;
    }
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[92dvh\] {
    max-height: 92dvh;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-\[96px\] {
    min-height: 96px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .\[appearance\:textfield\] {
    appearance: textfield;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[auto_minmax\(0\,1fr\)\] {
    grid-template-columns: auto minmax(0,1fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  :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)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-0\.5 {
    row-gap: calc(var(--spacing) * 0.5);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[var\(--axo-radius-xl\)\] {
    border-radius: var(--axo-radius-xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-\[24px\] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-\[var\(--axo-accent\)\] {
    border-color: var(--axo-accent);
  }
  .border-\[var\(--axo-border\)\] {
    border-color: var(--axo-border);
  }
  .border-\[var\(--axo-border-strong\)\] {
    border-color: var(--axo-border-strong);
  }
  .border-\[var\(--axo-mint\)\] {
    border-color: var(--axo-mint);
  }
  .border-\[var\(--axo-status-crit\)\] {
    border-color: var(--axo-status-crit);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-\[var\(--axo-accent\)\] {
    background-color: var(--axo-accent);
  }
  .bg-\[var\(--axo-accent-soft\)\] {
    background-color: var(--axo-accent-soft);
  }
  .bg-\[var\(--axo-border\)\] {
    background-color: var(--axo-border);
  }
  .bg-\[var\(--axo-border-strong\)\] {
    background-color: var(--axo-border-strong);
  }
  .bg-\[var\(--axo-field-bg\)\] {
    background-color: var(--axo-field-bg);
  }
  .bg-\[var\(--axo-mint-soft\)\] {
    background-color: var(--axo-mint-soft);
  }
  .bg-\[var\(--axo-status-crit\)\] {
    background-color: var(--axo-status-crit);
  }
  .bg-\[var\(--axo-surface\)\] {
    background-color: var(--axo-surface);
  }
  .bg-\[var\(--axo-surface-2\)\] {
    background-color: var(--axo-surface-2);
  }
  .bg-\[var\(--axo-surface-2\)\]\/40 {
    background-color: var(--axo-surface-2);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--axo-surface-2) 40%, transparent);
    }
  }
  .bg-\[var\(--axo-surface-inverse\)\] {
    background-color: var(--axo-surface-inverse);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[max\(0\.75rem\,env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[var\(--axo-accent\)\] {
    color: var(--axo-accent);
  }
  .text-\[var\(--axo-accent-text\)\] {
    color: var(--axo-accent-text);
  }
  .text-\[var\(--axo-status-crit\)\] {
    color: var(--axo-status-crit);
  }
  .text-\[var\(--axo-status-crit-text\)\] {
    color: var(--axo-status-crit-text);
  }
  .text-\[var\(--axo-surface\)\] {
    color: var(--axo-surface);
  }
  .text-\[var\(--axo-text\)\] {
    color: var(--axo-text);
  }
  .text-\[var\(--axo-text-faint\)\] {
    color: var(--axo-text-faint);
  }
  .text-\[var\(--axo-text-inverse\)\] {
    color: var(--axo-text-inverse);
  }
  .text-\[var\(--axo-text-muted\)\] {
    color: var(--axo-text-muted);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--axo-shadow-lg\)\] {
    --tw-shadow: var(--axo-shadow-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--axo-shadow-md\)\] {
    --tw-shadow: var(--axo-shadow-md);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--axo-shadow-sm\)\] {
    --tw-shadow: var(--axo-shadow-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--axo-shadow-xl\)\] {
    --tw-shadow: var(--axo-shadow-xl);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .transition-\[background\,color\,border-color\,box-shadow\] {
    transition-property: background,color,border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\,background\] {
    transition-property: border-color,box-shadow,background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--axo-field-bg\:var\(--axo-surface\)\] {
    --axo-field-bg: var(--axo-surface);
  }
  .placeholder\:text-\[var\(--axo-text-faint\)\]::placeholder {
    color: var(--axo-text-faint);
  }
  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .first\:pt-0:first-child {
    padding-top: 0px;
  }
  .last\:pb-0:last-child {
    padding-bottom: 0px;
  }
  @media (hover: hover) {
    .hover\:border-\[var\(--axo-text-faint\)\]:hover {
      border-color: var(--axo-text-faint);
    }
    .hover\:bg-\[var\(--axo-accent-hover\)\]:hover {
      background-color: var(--axo-accent-hover);
    }
    .hover\:bg-\[var\(--axo-accent-soft\)\]:hover {
      background-color: var(--axo-accent-soft);
    }
    .hover\:bg-\[var\(--axo-surface-2\)\]:hover {
      background-color: var(--axo-surface-2);
    }
    .hover\:bg-\[var\(--axo-surface-3\)\]:hover {
      background-color: var(--axo-surface-3);
    }
    .hover\:text-\[var\(--axo-text\)\]:hover {
      color: var(--axo-text);
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
    .hover\:shadow-\[var\(--axo-shadow-accent-hover\)\]:hover {
      --tw-shadow: var(--axo-shadow-accent-hover);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-\[var\(--axo-shadow-lg\)\]:hover {
      --tw-shadow: var(--axo-shadow-lg);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:border-\[var\(--axo-accent\)\]:focus {
    border-color: var(--axo-accent);
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-default:disabled {
    cursor: default;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:transition-none {
      transition-property: none;
    }
  }
  @media (width < 40rem) {
    .max-sm\:h-auto {
      height: auto;
    }
    .max-sm\:min-h-9 {
      min-height: calc(var(--spacing) * 9);
    }
    .max-sm\:min-h-10 {
      min-height: calc(var(--spacing) * 10);
    }
    .max-sm\:min-h-12 {
      min-height: calc(var(--spacing) * 12);
    }
    .max-sm\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .max-sm\:text-center {
      text-align: center;
    }
    .max-sm\:leading-snug {
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }
    .max-sm\:whitespace-normal {
      white-space: normal;
    }
  }
  @media (width >= 40rem) {
    .sm\:sticky {
      position: sticky;
    }
    .sm\:inset-x-auto {
      inset-inline: auto;
    }
    .sm\:top-0 {
      top: 0px;
    }
    .sm\:top-4 {
      top: calc(var(--spacing) * 4);
    }
    .sm\:right-0 {
      right: 0px;
    }
    .sm\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .sm\:-mr-2 {
      margin-right: calc(var(--spacing) * -2);
    }
    .sm\:mb-0 {
      margin-bottom: 0px;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:h-8 {
      height: calc(var(--spacing) * 8);
    }
    .sm\:h-9 {
      height: calc(var(--spacing) * 9);
    }
    .sm\:h-\[280px\] {
      height: 280px;
    }
    .sm\:h-full {
      height: 100%;
    }
    .sm\:max-h-\[90vh\] {
      max-height: 90vh;
    }
    .sm\:max-h-none {
      max-height: none;
    }
    .sm\:min-h-0 {
      min-height: 0px;
    }
    .sm\:min-h-\[390px\] {
      min-height: 390px;
    }
    .sm\:w-9 {
      width: calc(var(--spacing) * 9);
    }
    .sm\:w-full {
      width: 100%;
    }
    .sm\:touch-auto {
      touch-action: auto;
    }
    .sm\:grid-cols-\[250px_minmax\(0\,1fr\)\] {
      grid-template-columns: 250px minmax(0,1fr);
    }
    .sm\:grid-cols-\[minmax\(0\,2fr\)_minmax\(0\,3fr\)\] {
      grid-template-columns: minmax(0,2fr) minmax(0,3fr);
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .sm\:gap-y-4 {
      row-gap: calc(var(--spacing) * 4);
    }
    .sm\:self-start {
      align-self: flex-start;
    }
    .sm\:rounded-\[24px\] {
      border-radius: 24px;
    }
    .sm\:rounded-none {
      border-radius: 0;
    }
    .sm\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
    .sm\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
    .sm\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
    .sm\:border-b-0 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    .sm\:border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    .sm\:border-\[var\(--axo-border\)\] {
      border-color: var(--axo-border);
    }
    .sm\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .sm\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
    .sm\:pr-7 {
      padding-right: calc(var(--spacing) * 7);
    }
    .sm\:pb-0 {
      padding-bottom: 0px;
    }
    .sm\:text-\[12px\] {
      font-size: 12px;
    }
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-7 {
      height: calc(var(--spacing) * 7);
    }
    .lg\:h-8 {
      height: calc(var(--spacing) * 8);
    }
  }
  .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
    appearance: none;
  }
  .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
    appearance: none;
  }
  @media (width < 40rem) {
    .max-sm\:\[\&\>button\]\:flex-1 > button {
      flex: 1;
    }
  }
}
.xterm {
  cursor: text;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.xterm.focus, .xterm:focus {
  outline: none;
}
.xterm .xterm-helpers {
  position: absolute;
  top: 0;
  z-index: 5;
}
.xterm .xterm-helper-textarea {
  padding: 0;
  border: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
  left: -9999em;
  top: 0;
  width: 0;
  height: 0;
  z-index: -5;
  white-space: nowrap;
  overflow: hidden;
  resize: none;
}
.xterm .composition-view {
  background: #000;
  color: #FFF;
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.xterm .composition-view.active {
  display: block;
}
.xterm .xterm-viewport {
  background-color: #000;
  overflow-y: scroll;
  cursor: default;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.xterm .xterm-screen {
  position: relative;
}
.xterm .xterm-screen canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.xterm-char-measure-element {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -9999em;
  line-height: normal;
}
.xterm.enable-mouse-events {
  cursor: default;
}
.xterm.xterm-cursor-pointer, .xterm .xterm-cursor-pointer {
  cursor: pointer;
}
.xterm.column-select.focus {
  cursor: crosshair;
}
.xterm .xterm-accessibility:not(.debug), .xterm .xterm-message {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: transparent;
  pointer-events: none;
}
.xterm .xterm-accessibility-tree:not(.debug) *::selection {
  color: transparent;
}
.xterm .xterm-accessibility-tree {
  font-family: monospace;
  user-select: text;
  white-space: pre;
}
.xterm .xterm-accessibility-tree > div {
  transform-origin: left;
  width: fit-content;
}
.xterm .live-region {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.xterm-dim {
  opacity: 1 !important;
}
.xterm-underline-1 {
  text-decoration: underline;
}
.xterm-underline-2 {
  text-decoration: double underline;
}
.xterm-underline-3 {
  text-decoration: wavy underline;
}
.xterm-underline-4 {
  text-decoration: dotted underline;
}
.xterm-underline-5 {
  text-decoration: dashed underline;
}
.xterm-overline {
  text-decoration: overline;
}
.xterm-overline.xterm-underline-1 {
  text-decoration: overline underline;
}
.xterm-overline.xterm-underline-2 {
  text-decoration: overline double underline;
}
.xterm-overline.xterm-underline-3 {
  text-decoration: overline wavy underline;
}
.xterm-overline.xterm-underline-4 {
  text-decoration: overline dotted underline;
}
.xterm-overline.xterm-underline-5 {
  text-decoration: overline dashed underline;
}
.xterm-strikethrough {
  text-decoration: line-through;
}
.xterm-screen .xterm-decoration-container .xterm-decoration {
  z-index: 6;
  position: absolute;
}
.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
  z-index: 7;
}
.xterm-decoration-overview-ruler {
  z-index: 8;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.xterm-decoration-top {
  z-index: 2;
  position: relative;
}
.xterm .xterm-scrollable-element > .scrollbar {
  cursor: default;
}
.xterm .xterm-scrollable-element > .scrollbar > .scra {
  cursor: pointer;
  font-size: 11px !important;
}
.xterm .xterm-scrollable-element > .visible {
  opacity: 1;
  background: rgba(0,0,0,0);
  transition: opacity 100ms linear;
  z-index: 11;
}
.xterm .xterm-scrollable-element > .invisible {
  opacity: 0;
  pointer-events: none;
}
.xterm .xterm-scrollable-element > .invisible.fade {
  transition: opacity 800ms linear;
}
.xterm .xterm-scrollable-element > .shadow {
  position: absolute;
  display: none;
}
.xterm .xterm-scrollable-element > .shadow.top {
  display: block;
  top: 0;
  left: 3px;
  height: 3px;
  width: 100%;
  box-shadow: var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset;
}
.xterm .xterm-scrollable-element > .shadow.left {
  display: block;
  top: 3px;
  left: 0;
  height: 100%;
  width: 3px;
  box-shadow: var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset;
}
.xterm .xterm-scrollable-element > .shadow.top-left-corner {
  display: block;
  top: 0;
  left: 0;
  height: 3px;
  width: 3px;
}
.xterm .xterm-scrollable-element > .shadow.top.left {
  box-shadow: var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset;
}
[data-axo-new] {
  --axo-radius-xs: 8px;
  --axo-radius-sm: 12px;
  --axo-radius-md: 16px;
  --axo-radius-lg: 20px;
  --axo-radius-xl: 24px;
  --axo-radius-2xl: 28px;
  --axo-radius-pill: 999px;
  --axo-space-1: 4px;
  --axo-space-2: 8px;
  --axo-space-3: 12px;
  --axo-space-4: 16px;
  --axo-space-5: 20px;
  --axo-space-6: 24px;
  --axo-space-8: 32px;
  --axo-space-10: 40px;
  --axo-space-12: 48px;
  --axo-font-sans: "Google Sans", "Inter", "Manrope", "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --axo-font-mono: "Google Sans Code", "JetBrains Mono", "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --axo-bg: #FBF4F4;
  --axo-bg-elev: #FDFBFB;
  --axo-surface: #FFFFFF;
  --axo-surface-2: #FCF5F5;
  --axo-surface-3: #F7EBEB;
  --axo-surface-inverse: #1A1010;
  --axo-border: #F2E3E3;
  --axo-border-strong: #E3CCCC;
  --axo-logo-bg: #FBF3F3;
  --axo-logo-border: #E8D6D6;
  --axo-text: #1A1313;
  --axo-text-muted: #6B5B5B;
  --axo-text-faint: #9A8B8B;
  --axo-text-inverse: #FDF5F5;
  --axo-accent: #C82C3C;
  --axo-accent-hover: #AC2433;
  --axo-accent-soft: #FDECEE;
  --axo-accent-text: #FFFFFF;
  --axo-shadow-accent-hover: 0 6px 18px rgba(200, 44, 60, 0.24);
  --axo-blush: #FCB9BC;
  --axo-blush-soft: #FDECEE;
  --axo-blush-deep: #FC9CA1;
  --axo-mint: var(--axo-blush);
  --axo-mint-soft: var(--axo-blush-soft);
  --axo-mint-deep: var(--axo-blush-deep);
  --axo-status-ok: #0E7A52;
  --axo-status-ok-soft: #DDF2E8;
  --axo-status-warn: #8A5F05;
  --axo-status-warn-soft: #FAEDCD;
  --axo-status-crit: #AF4519;
  --axo-status-crit-soft: #FBE7DC;
  --axo-status-crit-text: #FFFFFF;
  --axo-status-info: #2264A8;
  --axo-status-info-soft: #DAEAF7;
  --axo-status-mute: #9A8B8B;
  --axo-status-mute-soft: #F0EAEA;
  --axo-fx-1: rgba(252, 185, 188, 0.40);
  --axo-fx-2: rgba(253, 236, 238, 0.55);
  --axo-hero-gradient: linear-gradient(135deg, rgba(26, 16, 16, 0.96) 0%, rgba(42, 18, 21, 0.95) 48%, rgba(68, 24, 29, 0.92) 100%);
  --axo-hero-glow: rgba(252, 156, 161, 0.55);
  --axo-shadow-sm: 0 1px 2px rgba(26, 19, 19, 0.04), 0 1px 1px rgba(26, 19, 19, 0.03);
  --axo-shadow-md: 0 4px 16px rgba(26, 19, 19, 0.05), 0 1px 2px rgba(26, 19, 19, 0.03);
  --axo-shadow-lg: 0 12px 40px rgba(26, 19, 19, 0.08), 0 2px 6px rgba(26, 19, 19, 0.04);
  --axo-shadow-xl: 0 24px 64px rgba(26, 19, 19, 0.12);
  --axo-shadow-glow: 0 0 0 4px rgba(200, 44, 60, 0.12);
  --axo-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --axo-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
.axo-brand-wordmark {
  font-family: "Cause", "Avenir Next", var(--axo-font-sans), sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
}
[data-axo-new][data-axo-mode="dark"], html[data-axo-mode="dark"] [data-axo-new] {
  --axo-bg: #0A0708;
  --axo-bg-elev: #100C0D;
  --axo-surface: #181113;
  --axo-surface-2: #1E1618;
  --axo-surface-3: #251B1E;
  --axo-surface-inverse: #1E1214;
  --axo-border: #281D20;
  --axo-border-strong: #35272A;
  --axo-logo-bg: #241A1C;
  --axo-logo-border: #3A2B2E;
  --axo-text: #F2EBEB;
  --axo-text-muted: #A99C9C;
  --axo-text-faint: #776C6C;
  --axo-text-inverse: #F2EBEB;
  --axo-accent: #FC9CA1;
  --axo-accent-hover: #FFB4B8;
  --axo-accent-soft: rgba(252, 156, 161, 0.14);
  --axo-accent-text: #2A0E10;
  --axo-shadow-accent-hover: 0 6px 18px rgba(252, 156, 161, 0.20);
  --axo-blush: #FFC0C3;
  --axo-blush-soft: rgba(252, 156, 161, 0.16);
  --axo-blush-deep: #FC9CA1;
  --axo-status-ok: #3FCB8E;
  --axo-status-ok-soft: rgba(63, 203, 142, 0.14);
  --axo-status-warn: #F1B748;
  --axo-status-warn-soft: rgba(241, 183, 72, 0.14);
  --axo-status-crit: #F97A45;
  --axo-status-crit-soft: rgba(249, 122, 69, 0.16);
  --axo-status-crit-text: #2A0E0A;
  --axo-status-info: #6BB7F1;
  --axo-status-info-soft: rgba(107, 183, 241, 0.14);
  --axo-status-mute: #776C6C;
  --axo-status-mute-soft: rgba(169, 156, 156, 0.10);
  --axo-fx-1: rgba(252, 156, 161, 0.07);
  --axo-fx-2: rgba(107, 183, 241, 0.04);
  --axo-hero-glow: rgba(252, 156, 161, 0.5);
  --axo-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --axo-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25);
  --axo-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
  --axo-shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.55);
  --axo-shadow-glow: 0 0 0 4px rgba(252, 156, 161, 0.18);
}
html[data-axo-palette="mint"] [data-axo-new], [data-axo-new][data-axo-palette="mint"] {
  --axo-bg: #F1F6F4;
  --axo-bg-elev: #FBFCFC;
  --axo-surface: #FFFFFF;
  --axo-surface-2: #F6FAF8;
  --axo-surface-3: #EEF4F1;
  --axo-surface-inverse: #0A1612;
  --axo-border: #E3ECE7;
  --axo-border-strong: #CFDBD4;
  --axo-logo-bg: #F3F6F5;
  --axo-logo-border: #D8E1DC;
  --axo-text: #0F1A16;
  --axo-text-muted: #5B6B65;
  --axo-text-faint: #8A9893;
  --axo-text-inverse: #F4FAF7;
  --axo-accent: #0E8E72;
  --axo-accent-hover: #0B7861;
  --axo-accent-soft: #DCEFE7;
  --axo-accent-text: #FFFFFF;
  --axo-shadow-accent-hover: 0 6px 18px rgba(14, 142, 114, 0.25);
  --axo-blush: #B8E5D5;
  --axo-blush-soft: #DEF1E8;
  --axo-blush-deep: #6FCBAE;
  --axo-status-ok: #16A07A;
  --axo-status-ok-soft: #DCEFE7;
  --axo-status-warn: #C58A12;
  --axo-status-warn-soft: #FAEDCD;
  --axo-status-crit: #D14B4B;
  --axo-status-crit-soft: #FBE1E1;
  --axo-status-crit-text: #FFFFFF;
  --axo-status-info: #2F7AB8;
  --axo-status-info-soft: #DAEAF7;
  --axo-status-mute: #8A9893;
  --axo-status-mute-soft: #ECF0EE;
  --axo-fx-1: rgba(184, 229, 213, 0.45);
  --axo-fx-2: rgba(222, 241, 232, 0.55);
  --axo-hero-gradient: linear-gradient(135deg, rgba(10, 22, 18, 0.96) 0%, rgba(11, 33, 27, 0.95) 48%, rgba(15, 55, 43, 0.92) 100%);
  --axo-hero-glow: rgba(91, 229, 183, 0.6);
  --axo-shadow-sm: 0 1px 2px rgba(15, 26, 22, 0.04), 0 1px 1px rgba(15, 26, 22, 0.03);
  --axo-shadow-md: 0 4px 16px rgba(15, 26, 22, 0.05), 0 1px 2px rgba(15, 26, 22, 0.03);
  --axo-shadow-lg: 0 12px 40px rgba(15, 26, 22, 0.08), 0 2px 6px rgba(15, 26, 22, 0.04);
  --axo-shadow-xl: 0 24px 64px rgba(15, 26, 22, 0.12);
  --axo-shadow-glow: 0 0 0 4px rgba(14, 142, 114, 0.12);
}
html[data-axo-palette="mint"][data-axo-mode="dark"] [data-axo-new], html[data-axo-palette="mint"] [data-axo-new][data-axo-mode="dark"], [data-axo-new][data-axo-mode="dark"][data-axo-palette="mint"] {
  --axo-bg: #07090C;
  --axo-bg-elev: #0B0F14;
  --axo-surface: #11161D;
  --axo-surface-2: #161C25;
  --axo-surface-3: #1C2330;
  --axo-surface-inverse: #0E1A15;
  --axo-border: #1E2632;
  --axo-border-strong: #2A3340;
  --axo-logo-bg: #1A2029;
  --axo-logo-border: #313B48;
  --axo-text: #EAF1ED;
  --axo-text-muted: #9AA8A2;
  --axo-text-faint: #6A7770;
  --axo-text-inverse: #EAF1ED;
  --axo-accent: #34D8A8;
  --axo-accent-hover: #5BE5B7;
  --axo-accent-soft: rgba(52, 216, 168, 0.12);
  --axo-accent-text: #06120E;
  --axo-shadow-accent-hover: 0 6px 18px rgba(52, 216, 168, 0.22);
  --axo-blush: #5BE5B7;
  --axo-blush-soft: rgba(52, 216, 168, 0.16);
  --axo-blush-deep: #34D8A8;
  --axo-status-ok: #34D8A8;
  --axo-status-ok-soft: rgba(52, 216, 168, 0.14);
  --axo-status-warn: #F1B748;
  --axo-status-warn-soft: rgba(241, 183, 72, 0.14);
  --axo-status-crit: #FF6B6B;
  --axo-status-crit-soft: rgba(255, 107, 107, 0.14);
  --axo-status-crit-text: #2A0E0A;
  --axo-status-info: #6BB7F1;
  --axo-status-info-soft: rgba(107, 183, 241, 0.14);
  --axo-status-mute: #6A7770;
  --axo-status-mute-soft: rgba(154, 168, 162, 0.10);
  --axo-fx-1: rgba(52, 216, 168, 0.06);
  --axo-fx-2: rgba(107, 183, 241, 0.04);
  --axo-hero-glow: rgba(91, 229, 183, 0.6);
  --axo-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --axo-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25);
  --axo-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.3);
  --axo-shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.55);
  --axo-shadow-glow: 0 0 0 4px rgba(52, 216, 168, 0.18);
}
[data-axo-support] {
  --axo-chart-1: #0E8E72;
  --axo-chart-2: #2A78D6;
  --axo-chart-3: #EDA100;
  --axo-chart-4: #6B4FD8;
  --axo-chart-5: #E34948;
  --axo-chart-6: #EB6834;
  --axo-chart-track: var(--axo-surface-3);
  --axo-chart-grid: var(--axo-border);
}
[data-axo-mode="dark"] [data-axo-support] {
  --axo-chart-1: #199E70;
  --axo-chart-2: #3987E5;
  --axo-chart-3: #C98500;
  --axo-chart-4: #9085E9;
  --axo-chart-5: #E66767;
  --axo-chart-6: #D95926;
}
html[data-axo-mode="light"] body {
  background-color: #FBF4F4;
}
html[data-axo-mode="dark"] body {
  background-color: #0A0708;
}
html[data-axo-palette="mint"][data-axo-mode="light"] body {
  background-color: #F1F6F4;
}
html[data-axo-palette="mint"][data-axo-mode="dark"] body {
  background-color: #07090C;
}
[data-axo-new] {
  background: var(--axo-bg);
  color: var(--axo-text);
  font-family: var(--axo-font-sans);
  font-feature-settings: "cv11", "ss01", "ss03";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-axo-new][data-axo-toast-viewport] {
  background: transparent;
}
.axo-provider-logo {
  background: var(--axo-logo-bg, var(--axo-surface-2));
  border-color: var(--axo-logo-border, var(--axo-border));
}
[data-axo-new][data-axo-mode="light"] {
  --color-bg: var(--axo-bg);
  --color-surface: var(--axo-surface);
  --color-surface-alt: var(--axo-surface-2);
  --color-text: var(--axo-text);
  --color-text-muted: var(--axo-text-muted);
  --color-border: var(--axo-border);
  --color-accent: var(--axo-accent);
  --color-accent-hover: var(--axo-accent-hover);
  --color-btn-text: #FFFFFF;
}
[data-axo-new][data-axo-mode="dark"] {
  --color-bg: var(--axo-bg);
  --color-surface: var(--axo-surface);
  --color-surface-alt: var(--axo-surface-2);
  --color-text: var(--axo-text);
  --color-text-muted: var(--axo-text-muted);
  --color-border: var(--axo-border);
  --color-accent: var(--axo-accent);
  --color-accent-hover: var(--axo-accent-hover);
  --color-btn-text: var(--axo-bg);
}
[data-axo-new] *::selection {
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
}
[data-axo-new] .axo-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--axo-field-bg, var(--axo-surface));
  background-clip: padding-box;
  caret-color: var(--axo-text);
}
[data-axo-new][data-axo-mode="light"] .axo-input {
  color-scheme: light;
}
[data-axo-new][data-axo-mode="dark"] .axo-input {
  color-scheme: dark;
}
[data-axo-new] input[type="search"].axo-input::-webkit-search-decoration, [data-axo-new] input[type="search"].axo-input::-webkit-search-cancel-button, [data-axo-new] input[type="search"].axo-input::-webkit-search-results-button, [data-axo-new] input[type="search"].axo-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
[data-axo-new] input.axo-input:-webkit-autofill, [data-axo-new] input.axo-input:-webkit-autofill:hover, [data-axo-new] input.axo-input:-webkit-autofill:active, [data-axo-new] textarea.axo-input:-webkit-autofill, [data-axo-new] textarea.axo-input:-webkit-autofill:hover, [data-axo-new] textarea.axo-input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--axo-text);
  caret-color: var(--axo-text);
  box-shadow: 0 0 0 1000px var(--axo-field-bg, var(--axo-surface)) inset;
}
[data-axo-new] input.axo-input:-webkit-autofill:focus, [data-axo-new] textarea.axo-input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--axo-text);
  caret-color: var(--axo-text);
  box-shadow: 0 0 0 1000px var(--axo-field-bg, var(--axo-surface)) inset, var(--axo-shadow-glow);
}
[data-axo-new] input:not(.axo-input):-webkit-autofill, [data-axo-new] input:not(.axo-input):-webkit-autofill:hover, [data-axo-new] input:not(.axo-input):-webkit-autofill:focus, [data-axo-new] input:not(.axo-input):-webkit-autofill:active, [data-axo-new] textarea:not(.axo-input):-webkit-autofill, [data-axo-new] textarea:not(.axo-input):-webkit-autofill:hover, [data-axo-new] textarea:not(.axo-input):-webkit-autofill:focus, [data-axo-new] textarea:not(.axo-input):-webkit-autofill:active {
  -webkit-text-fill-color: var(--axo-text);
  caret-color: var(--axo-text);
  box-shadow: 0 0 0 1000px var(--axo-surface) inset;
}
[data-axo-new] *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
[data-axo-new] *::-webkit-scrollbar-track {
  background: transparent;
}
[data-axo-new] *::-webkit-scrollbar-thumb {
  background: var(--axo-border-strong);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
[data-axo-new] *::-webkit-scrollbar-thumb:hover {
  background: var(--axo-text-faint);
  background-clip: content-box;
}
[data-axo-new] .axo-tabs-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(106, 119, 112, 0.28) transparent;
}
[data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
[data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar-track, [data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}
[data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
[data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar-thumb {
  min-width: 24px;
  border: 0;
  border-radius: 999px;
  background: rgba(106, 119, 112, 0.24);
}
[data-axo-new] .axo-tabs-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(154, 168, 162, 0.38);
}
[data-axo-new][data-axo-mode="light"] .axo-tabs-scrollbar {
  scrollbar-color: rgba(91, 107, 101, 0.22) transparent;
}
[data-axo-new][data-axo-mode="light"] .axo-tabs-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(91, 107, 101, 0.18);
}
[data-axo-new][data-axo-mode="light"] .axo-tabs-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(91, 107, 101, 0.28);
}
[data-axo-new][data-axo-mode="light"] .axo-app-bg {
  background: radial-gradient(1200px 600px at 0% -10%, var(--axo-fx-1) 0%, transparent 60%), radial-gradient(900px 500px at 100% 0%, var(--axo-fx-2) 0%, transparent 55%), var(--axo-bg);
}
[data-axo-new][data-axo-mode="dark"] .axo-app-bg {
  background: radial-gradient(1000px 500px at 0% -10%, var(--axo-fx-1) 0%, transparent 60%), radial-gradient(900px 500px at 100% 0%, var(--axo-fx-2) 0%, transparent 55%), var(--axo-bg);
  position: relative;
}
[data-axo-new][data-axo-mode="dark"] .axo-app-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 20%, rgba(255,255,255,0.6) 0.5px, transparent 1px), radial-gradient(circle at 70% 60%, rgba(255,255,255,0.4) 0.5px, transparent 1px), radial-gradient(circle at 50% 90%, rgba(255,255,255,0.5) 0.5px, transparent 1px), radial-gradient(circle at 90% 30%, rgba(255,255,255,0.3) 0.5px, transparent 1px);
  background-size: 220px 180px, 280px 220px, 200px 240px, 320px 260px;
  opacity: 0.35;
  pointer-events: none;
  mix-blend-mode: screen;
}
[data-axo-new] .axo-agent-window-shell {
  isolation: isolate;
  container-name: axosun-window;
  container-type: size;
  right: 20px;
  bottom: 20px;
  width: min(var(--axo-agent-window-width, 480px), calc(100vw - 40px));
  height: min(var(--axo-agent-window-height, 640px), calc(100dvh - 40px));
}
[data-axo-new] .axo-agent-window-glow {
  position: absolute;
  z-index: 0;
  inset: -3px;
  border-radius: 26px;
  pointer-events: none;
  opacity: 0.16;
  transform: scale(0.995);
  transform-origin: center;
  box-shadow: 0 0 22px 4px var(--axo-accent), 0 0 46px 10px var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 22px 4px color-mix(in srgb, var(--axo-accent) 28%, transparent), 0 0 46px 10px color-mix(in srgb, var(--axo-accent) 12%, transparent);
  }
  will-change: opacity, transform;
}
[data-axo-new][data-axo-activity="approval"] .axo-agent-window-glow {
  opacity: 0.3;
  transform: scale(1);
}
[data-axo-new][data-axo-activity="working"] .axo-agent-window-glow {
  animation: axo-agent-exterior-breathe 3s ease-in-out infinite;
}
[data-axo-new] .axo-agent-window {
  border: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--axo-accent) 34%, var(--axo-border));
  }
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 84%, transparent);
  }
  box-shadow: var(--axo-shadow-lg), 0 0 0 1px var(--axo-text);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: var(--axo-shadow-lg), 0 0 0 1px color-mix(in srgb, var(--axo-text) 5%, transparent);
  }
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
}
[data-axo-new] .axo-agent-window-header {
  border-bottom: 1px solid var(--axo-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--axo-text) 8%, transparent);
  }
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 28%, transparent);
  }
}
[data-axo-new] .axo-agent-window-footer {
  border-top: 1px solid var(--axo-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--axo-text) 7%, transparent);
  }
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 38%, transparent);
  }
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
}
[data-axo-new] .axo-agent-window-body {
  padding: 18px 20px 20px;
}
[data-axo-new] .axo-agent-window-content, [data-axo-new] .axo-agent-window-footer-content {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}
[data-axo-new] .axo-agent-window-content {
  height: 100%;
  min-height: 100%;
}
[data-axo-new] .axo-agent-window-footer-content {
  padding: 12px 16px max(16px, env(safe-area-inset-bottom));
}
[data-axo-new] .axo-agent-window-resize-handle {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 22px 0 10px 0;
  background: transparent;
  cursor: nwse-resize;
  touch-action: none;
}
[data-axo-new] .axo-agent-setup {
  display: grid;
  grid-template-areas: "intro" "capabilities" "action";
  gap: 20px;
  align-content: start;
}
[data-axo-new] .axo-agent-setup-intro {
  grid-area: intro;
}
[data-axo-new] .axo-agent-setup-capabilities {
  grid-area: capabilities;
}
[data-axo-new] .axo-agent-setup-action {
  grid-area: action;
}
@container axosun-window (max-width: 430px) {
  [data-axo-new] .axo-agent-window-body {
    padding: 14px;
  }
  [data-axo-new] .axo-agent-window-footer-content {
    padding: 12px 12px max(12px, env(safe-area-inset-bottom));
  }
  [data-axo-new] .axo-agent-setup {
    gap: 16px;
  }
  [data-axo-new] .axo-permission-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  [data-axo-new] .axo-permission-actions > button {
    width: 100%;
    min-height: 44px;
  }
}
@container axosun-window (max-width: 430px) and (max-height: 520px) {
  [data-axo-new] .axo-agent-setup {
    gap: 12px;
  }
  [data-axo-new] .axo-agent-setup-intro p, [data-axo-new] .axo-agent-setup-capabilities > p {
    display: none;
  }
  [data-axo-new] .axo-agent-setup-capabilities, [data-axo-new] .axo-agent-setup-action {
    padding-top: 12px;
  }
}
@container axosun-window (min-width: 660px) {
  [data-axo-new] .axo-agent-setup {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
    grid-template-areas: "intro action" "capabilities action";
    column-gap: 28px;
    row-gap: 20px;
  }
  [data-axo-new] .axo-agent-setup-action {
    align-self: stretch;
    padding-top: 0;
    padding-left: 24px;
    border-top: 0;
    border-left: 1px solid var(--axo-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@container axosun-window (min-height: 720px) {
  [data-axo-new] .axo-agent-setup {
    align-content: center;
  }
}
[data-axo-new] .axo-chat-turn {
  width: 100%;
  min-width: 0;
}
[data-axo-new] .axo-chat-message {
  min-width: 0;
}
[data-axo-new] .axo-chat-message-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-size: 10.5px;
  line-height: 1.2;
  color: var(--axo-text-muted);
}
[data-axo-new] .axo-chat-message-user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
[data-axo-new] .axo-chat-message-user .axo-chat-message-meta {
  justify-content: flex-end;
  padding-right: 2px;
}
[data-axo-new] .axo-chat-user-bubble {
  max-width: min(84%, 620px);
  padding: 10px 13px;
  border: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--axo-accent) 36%, var(--axo-border));
  }
  border-radius: 16px 16px 5px 16px;
  background: linear-gradient( 135deg, var(--axo-accent-soft), var(--axo-surface) );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 135deg, color-mix(in srgb, var(--axo-accent-soft) 84%, transparent), color-mix(in srgb, var(--axo-surface) 72%, transparent) );
  }
  color: var(--axo-text);
  font-size: 13.5px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-chat-message-agent {
  width: 100%;
  padding-left: 13px;
  border-left: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 1px solid color-mix(in srgb, var(--axo-accent) 42%, var(--axo-border));
  }
}
[data-axo-new] .axo-chat-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--axo-accent);
  box-shadow: 0 0 8px var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 8px color-mix(in srgb, var(--axo-accent) 55%, transparent);
  }
}
[data-axo-new] .axo-chat-agent-body {
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-agent-answer-lead {
  padding: 12px 13px;
  border-top: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--axo-accent) 18%, var(--axo-border));
  }
  border-bottom: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--axo-accent) 18%, var(--axo-border));
  }
  background: linear-gradient( 90deg, var(--axo-accent-soft), transparent 78% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--axo-accent-soft) 44%, transparent), transparent 78% );
  }
}
[data-axo-new] .axo-agent-run-meta > summary, [data-axo-new] .axo-agent-tool-result > summary {
  width: fit-content;
  cursor: pointer;
  color: var(--axo-text-faint);
  font-size: 10.5px;
  transition: color 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-run-meta > summary:hover, [data-axo-new] .axo-agent-tool-result > summary:hover {
  color: var(--axo-text);
}
[data-axo-new] .axo-agent-empty {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 20px 8px;
}
[data-axo-new] .axo-agent-quick-prompts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
[data-axo-new] .axo-agent-quick-prompts > button {
  display: flex;
  min-height: 44px;
  cursor: pointer;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface-2);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface-2) 62%, transparent);
  }
  color: var(--axo-text);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  transition: border-color 180ms var(--axo-ease), background-color 180ms var(--axo-ease), color 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-quick-prompts > button:hover {
  border-color: var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-accent) 42%, var(--axo-border));
  }
  background: var(--axo-accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-accent-soft) 52%, transparent);
  }
}
[data-axo-new] .axo-agent-working-message {
  display: grid;
  gap: 12px;
}
[data-axo-new] .axo-agent-working-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
[data-axo-new] .axo-agent-work-disclosure {
  border-top: 1px solid var(--axo-border);
  border-bottom: 1px solid var(--axo-border);
}
[data-axo-new] .axo-agent-work-disclosure > summary {
  display: flex;
  min-height: 42px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--axo-text-muted);
  font-size: 11.5px;
  font-weight: 600;
  transition: color 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-work-disclosure > summary::-webkit-details-marker {
  display: none;
}
[data-axo-new] .axo-agent-work-disclosure > summary:hover {
  color: var(--axo-text);
}
[data-axo-new] .axo-agent-work-disclosure > summary > span:last-child {
  flex: none;
  color: var(--axo-text-faint);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 500;
}
[data-axo-new] .axo-agent-work-list {
  display: grid;
  gap: 0;
  padding: 0 0 10px;
}
[data-axo-new] .axo-agent-work-step {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
}
[data-axo-new] .axo-agent-work-step-icon {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: var(--axo-text-faint);
}
[data-axo-new] .axo-agent-work-step[data-state="done"] .axo-agent-work-step-icon, [data-axo-new] .axo-agent-work-step[data-state="active"] .axo-agent-work-step-icon {
  color: var(--axo-accent);
}
[data-axo-new] .axo-agent-work-step[data-state="error"] .axo-agent-work-step-icon {
  color: var(--axo-status-crit);
}
[data-axo-new] .axo-agent-tool-result > pre {
  max-height: 160px;
  margin-top: 5px;
  overflow: auto;
  padding: 8px 10px;
  border-left: 1px solid var(--axo-border-strong);
  color: var(--axo-text-muted);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10.5px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-agent-reasoning {
  padding: 3px 0 3px 11px;
  border-left: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 1px solid color-mix(in srgb, var(--axo-accent) 34%, var(--axo-border));
  }
}
[data-axo-new] .axo-agent-completed-workflow {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--axo-border);
}
[data-axo-new] .axo-agent-completed-workflow-title {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--axo-text);
  font-size: 12px;
  font-weight: 650;
}
[data-axo-new] .axo-agent-clarification, [data-axo-new] .axo-agent-clarification-readonly {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--axo-accent) 38%, var(--axo-border));
  }
  border-radius: 15px;
  background: linear-gradient( 135deg, var(--axo-accent-soft), var(--axo-surface-2) );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 135deg, color-mix(in srgb, var(--axo-accent-soft) 58%, transparent), color-mix(in srgb, var(--axo-surface-2) 74%, transparent) );
  }
}
[data-axo-new] .axo-agent-clarification-readonly, [data-axo-new] .axo-agent-clarification-head {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--axo-text);
  font-size: 13px;
  line-height: 1.55;
}
[data-axo-new] .axo-agent-clarification-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 8px;
  margin-top: 12px;
}
[data-axo-new] .axo-agent-clarification-option {
  display: flex;
  min-height: 48px;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 78%, transparent);
  }
  text-align: left;
  transition: border-color 180ms var(--axo-ease), background-color 180ms var(--axo-ease), opacity 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-clarification-option:hover:not(:disabled) {
  border-color: var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-accent) 68%, var(--axo-border));
  }
  background: var(--axo-accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-accent-soft) 72%, var(--axo-surface));
  }
}
[data-axo-new] .axo-agent-clarification-option:disabled, [data-axo-new] .axo-agent-clarification-send:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
[data-axo-new] .axo-agent-clarification-form {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
[data-axo-new] .axo-agent-clarification-field {
  display: flex;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 82%, transparent);
  }
  transition: border-color 180ms var(--axo-ease), box-shadow 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-clarification-field:focus-within {
  border-color: var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-accent) 72%, var(--axo-border));
  }
  box-shadow: 0 0 0 3px var(--axo-accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--axo-accent-soft) 76%, transparent);
  }
}
[data-axo-new] .axo-agent-clarification-send {
  display: inline-flex;
  width: 46px;
  min-height: 46px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 0;
  border-left: 1px solid var(--axo-border);
  background: var(--axo-accent);
  color: var(--axo-accent-text);
  transition: background-color 180ms var(--axo-ease), opacity 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-clarification-send:hover:not(:disabled) {
  background: var(--axo-accent-hover);
}
[data-axo-new] .axo-agent-clarification-sent {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--axo-text-muted);
  font-size: 11.5px;
}
[data-axo-new] .axo-agent-transport-notice {
  padding: 8px 0 8px 11px;
  border-left: 2px solid var(--axo-status-warn);
  color: var(--axo-text-muted);
  font-size: 11.5px;
  line-height: 1.55;
}
[data-axo-new] .axo-canvas-flow {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 8px;
}
[data-axo-new] .axo-canvas-arrow {
  display: none;
  align-items: center;
  justify-content: center;
}
[data-axo-new] .axo-canvas-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 12px;
}
[data-axo-new] .axo-guided-request {
  padding: 12px 0 12px 13px;
  border-left: 2px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 2px solid color-mix(in srgb, var(--axo-accent) 42%, var(--axo-border));
  }
  background: linear-gradient( 90deg, var(--axo-accent-soft), transparent 72% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--axo-accent-soft) 32%, transparent), transparent 72% );
  }
}
[data-axo-new] .axo-guided-turn {
  display: grid;
  gap: 10px;
  padding: 2px 0;
}
[data-axo-new] .axo-log-source-grid, [data-axo-new] .axo-wizard-name-grid, [data-axo-new] .axo-wizard-choice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
[data-axo-new] .axo-log-source-grid {
  align-items: end;
}
[data-axo-new] .axo-wizard-wide-field {
  display: block;
}
[data-axo-new] .axo-wizard-actions, [data-axo-new] .axo-node-selection-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-axo-new] .axo-wizard-actions {
  margin-top: 12px;
}
[data-axo-new] .axo-node-selection-row > button, [data-axo-new] .axo-wizard-actions > button, [data-axo-new] .axo-log-source-grid > button {
  width: 100%;
}
[data-axo-new] .axo-proposed-action {
  padding: 13px 0;
  border-top: 1px solid var(--axo-border);
  border-bottom: 1px solid var(--axo-border);
}
[data-axo-new] .axo-proposed-action[data-policy="denied"] {
  padding-left: 12px;
  border-left: 2px solid var(--axo-status-crit);
  background: linear-gradient( 90deg, var(--axo-status-crit-soft), transparent 76% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--axo-status-crit-soft) 48%, transparent), transparent 76% );
  }
}
[data-axo-new] .axo-proposed-action[data-approval="pending"] {
  padding-left: 12px;
  border-left: 2px solid var(--axo-status-warn);
}
[data-axo-new] .axo-proposed-action-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
[data-axo-new] .axo-proposed-action-blocked {
  width: 100%;
  padding: 8px 10px;
  border-left: 2px solid var(--axo-status-warn);
  color: var(--axo-text-muted);
  font-size: 11px;
  line-height: 1.45;
}
[data-axo-new] .axo-proposed-action-actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
[data-axo-new] .axo-proposed-action-actions > button {
  width: 100%;
}
[data-axo-new] .axo-result-meta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 12px;
  color: var(--axo-text-muted);
  font-size: 11.5px;
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-result-meta-wide {
  min-width: 0;
}
[data-axo-new] .axo-post-action-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 0 12px 12px;
  border-left: 2px solid var(--axo-accent);
  background: linear-gradient( 90deg, var(--axo-accent-soft), transparent 78% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--axo-accent-soft) 42%, transparent), transparent 78% );
  }
}
[data-axo-new] .axo-post-action-hint > button {
  width: 100%;
}
[data-axo-new] .axo-plan-branch, [data-axo-new] .axo-plan-orphans {
  width: 100%;
  cursor: pointer;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--axo-border);
  background: transparent;
  color: var(--axo-text);
  text-align: left;
  transition: border-color 180ms var(--axo-ease), background-color 180ms var(--axo-ease);
}
[data-axo-new] .axo-plan-branch:first-child {
  border-top: 1px solid var(--axo-border);
}
[data-axo-new] .axo-plan-branch:hover, [data-axo-new] .axo-plan-orphans:hover {
  border-color: var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-accent) 52%, var(--axo-border));
  }
  background: linear-gradient( 90deg, var(--axo-accent-soft), transparent 76% );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient( 90deg, color-mix(in srgb, var(--axo-accent-soft) 30%, transparent), transparent 76% );
  }
}
[data-axo-new] .axo-plan-orphans {
  font-size: 12px;
  color: var(--axo-text-muted);
}
[data-axo-new] .axo-object-selection {
  margin-block: 12px;
  padding: 11px 0 11px 12px;
  border-left: 1px solid var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-left: 1px solid color-mix(in srgb, var(--axo-accent) 42%, var(--axo-border));
  }
}
[data-axo-new] .axo-agent-composer {
  display: grid;
  gap: 9px;
}
[data-axo-new] .axo-agent-composer-field {
  overflow: hidden;
  border: 1px solid var(--axo-border);
  border-radius: 15px;
  background: var(--axo-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface) 68%, transparent);
  }
  transition: border-color 180ms var(--axo-ease), box-shadow 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-composer-field:focus-within {
  border-color: var(--axo-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-accent) 72%, var(--axo-border));
  }
  box-shadow: 0 0 0 3px var(--axo-accent-soft);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--axo-accent-soft) 76%, transparent);
  }
}
[data-axo-new] .axo-agent-send-button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--axo-accent);
  color: var(--axo-accent-text);
  transition: background-color 180ms var(--axo-ease), opacity 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-send-button:hover:not(:disabled) {
  background: var(--axo-accent-hover);
}
[data-axo-new] .axo-agent-send-button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}
[data-axo-new] .axo-agent-access-control {
  min-width: 0;
}
[data-axo-new] .axo-agent-access-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
[data-axo-new] .axo-agent-access-label {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 5px;
  color: var(--axo-text-muted);
  font-size: 10.5px;
  font-weight: 600;
}
[data-axo-new] .axo-agent-access-segments {
  display: grid;
  min-width: 0;
  flex: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface-2);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface-2) 72%, transparent);
  }
}
[data-axo-new] .axo-agent-access-option {
  display: inline-flex;
  min-width: 0;
  min-height: 38px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 8px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--axo-text-muted);
  font-size: 10.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 180ms var(--axo-ease), color 180ms var(--axo-ease);
}
[data-axo-new] .axo-agent-access-option:disabled {
  cursor: wait;
  opacity: 0.48;
}
[data-axo-new] .axo-agent-access-option:not(:disabled):hover {
  color: var(--axo-text);
}
[data-axo-new] .axo-agent-access-option[data-active="true"] {
  color: var(--axo-text);
  background: var(--axo-surface);
  box-shadow: var(--axo-shadow-sm);
}
[data-axo-new] .axo-agent-access-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 999px;
  background: var(--axo-status-ok);
}
[data-axo-new] .axo-agent-access-option[data-mode="risky_actions"] .axo-agent-access-dot {
  background: var(--axo-status-warn);
}
[data-axo-new] .axo-agent-access-option[data-mode="full_access"] .axo-agent-access-dot {
  background: var(--axo-status-crit);
}
[data-axo-new] .axo-inline-approval {
  overflow: hidden;
  border: 1px solid var(--axo-status-warn);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--axo-status-warn) 42%, var(--axo-border));
  }
  border-left-width: 3px;
  border-radius: 14px;
  background: var(--axo-status-warn-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-status-warn-soft) 42%, var(--axo-surface));
  }
}
[data-axo-new] .axo-inline-approval[data-risk="high"], [data-axo-new] .axo-inline-approval[data-risk="critical"], [data-axo-new] .axo-inline-approval[data-risk="destructive"] {
  border-color: var(--axo-status-crit);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--axo-status-crit) 48%, var(--axo-border));
  }
  background: var(--axo-status-crit-soft);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-status-crit-soft) 42%, var(--axo-surface));
  }
}
[data-axo-new] .axo-inline-approval-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--axo-text);
  @supports (color: color-mix(in lab, red, red)) {
    border-bottom: 1px solid color-mix(in srgb, var(--axo-text) 8%, transparent);
  }
}
[data-axo-new] .axo-inline-approval-body {
  padding: 13px;
}
[data-axo-new] .axo-inline-approval-command {
  margin-top: 11px;
  overflow-x: auto;
  padding: 9px 10px;
  border-left: 2px solid var(--axo-status-crit);
  background: var(--axo-surface-2);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface-2) 76%, transparent);
  }
  color: var(--axo-text);
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-inline-approval-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
  border-top: 1px solid var(--axo-border);
  border-bottom: 1px solid var(--axo-border);
}
[data-axo-new] .axo-inline-approval-meta > div {
  min-width: 0;
  padding: 9px 8px 9px 0;
}
[data-axo-new] .axo-inline-approval-meta > div + div {
  padding-left: 10px;
  border-left: 1px solid var(--axo-border);
}
[data-axo-new] .axo-inline-approval-meta dt {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--axo-text-faint);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
[data-axo-new] .axo-inline-approval-meta dd {
  margin-top: 4px;
  color: var(--axo-text);
  font-size: 11.5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
[data-axo-new] .axo-inline-approval-impact {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
[data-axo-new] .axo-inline-approval-impact > div {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  color: var(--axo-text-muted);
}
[data-axo-new] .axo-inline-approval-impact > div > svg {
  margin-top: 2px;
  color: var(--axo-accent);
}
[data-axo-new] .axo-inline-approval-impact > div[data-kind="risk"] > svg {
  color: var(--axo-status-warn);
}
[data-axo-new] .axo-inline-approval[data-risk="high"] .axo-inline-approval-impact > div[data-kind="risk"] > svg, [data-axo-new] .axo-inline-approval[data-risk="critical"] .axo-inline-approval-impact > div[data-kind="risk"] > svg, [data-axo-new] .axo-inline-approval[data-risk="destructive"] .axo-inline-approval-impact > div[data-kind="risk"] > svg {
  color: var(--axo-status-crit);
}
[data-axo-new] .axo-inline-approval-impact strong, [data-axo-new] .axo-inline-approval-impact span {
  display: block;
}
[data-axo-new] .axo-inline-approval-impact strong {
  color: var(--axo-text);
  font-size: 10.5px;
}
[data-axo-new] .axo-inline-approval-impact span {
  margin-top: 1px;
  font-size: 11px;
  line-height: 1.5;
}
[data-axo-new] .axo-inline-approval-scope {
  margin-top: 12px;
  padding-top: 9px;
  border-top: 1px solid var(--axo-border);
}
[data-axo-new] .axo-inline-approval-scope > summary {
  min-height: 32px;
  cursor: pointer;
  color: var(--axo-text);
  font-size: 11.5px;
  font-weight: 600;
}
[data-axo-new] .axo-inline-approval-result {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid var(--axo-border);
}
[data-axo-new] .axo-inline-approval[data-decision="rejected"] {
  border-color: var(--axo-border-strong);
  background: var(--axo-surface-3);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--axo-surface-3) 72%, var(--axo-surface));
  }
}
@container axosun-window (max-width: 430px) {
  [data-axo-new] .axo-chat-user-bubble {
    max-width: 94%;
  }
  [data-axo-new] .axo-chat-message-agent {
    padding-left: 10px;
  }
  [data-axo-new] .axo-agent-empty {
    min-height: 210px;
    padding-inline: 0;
  }
  [data-axo-new] .axo-agent-access-row {
    display: block;
  }
  [data-axo-new] .axo-agent-access-label {
    margin-bottom: 6px;
  }
  [data-axo-new] .axo-agent-access-option {
    min-height: 44px;
    padding-inline: 5px;
    font-size: 10px;
  }
  [data-axo-new] .axo-inline-approval-meta {
    grid-template-columns: 1fr;
  }
  [data-axo-new] .axo-inline-approval-meta > div + div {
    padding-left: 0;
    border-top: 1px solid var(--axo-border);
    border-left: 0;
  }
}
@container axosun-window (min-width: 660px) {
  [data-axo-new] .axo-canvas-flow {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  }
  [data-axo-new] .axo-canvas-arrow {
    display: flex;
  }
  [data-axo-new] .axo-canvas-steps, [data-axo-new] .axo-agent-quick-prompts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [data-axo-new] .axo-log-source-grid {
    grid-template-columns: minmax(0, 1fr) 140px auto;
  }
  [data-axo-new] .axo-wizard-name-grid, [data-axo-new] .axo-wizard-choice-grid, [data-axo-new] .axo-result-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-axo-new] .axo-wizard-wide-field, [data-axo-new] .axo-result-meta-wide {
    grid-column: 1 / -1;
  }
  [data-axo-new] .axo-wizard-actions, [data-axo-new] .axo-node-selection-row, [data-axo-new] .axo-proposed-action-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  [data-axo-new] .axo-wizard-actions, [data-axo-new] .axo-node-selection-row {
    align-items: center;
  }
  [data-axo-new] .axo-node-selection-row > button, [data-axo-new] .axo-wizard-actions > button, [data-axo-new] .axo-log-source-grid > button, [data-axo-new] .axo-post-action-hint > button {
    width: auto;
  }
  [data-axo-new] .axo-proposed-action-blocked {
    width: auto;
    max-width: 180px;
  }
  [data-axo-new] .axo-proposed-action-actions {
    display: flex;
    width: auto;
    flex: none;
  }
  [data-axo-new] .axo-proposed-action-actions > button {
    width: auto;
  }
  [data-axo-new] .axo-inline-approval-impact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  [data-axo-new] .axo-inline-approval-impact > div + div {
    padding-left: 14px;
    border-left: 1px solid var(--axo-border);
  }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  [data-axo-new] .axo-agent-window, [data-axo-new] .axo-agent-window-footer {
    background: var(--axo-surface);
  }
}
.axo-login-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.42)), url('/login-bg-dark-mobile.png') center bottom / cover no-repeat !important;
}
@media (min-width: 640px) {
  .axo-login-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45)), url('/login-bg-dark-tablet-v2.png') center / cover no-repeat !important;
  }
}
@media (min-width: 1024px) {
  .axo-login-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/login-bg.png') center / cover no-repeat !important;
  }
}
@keyframes axo-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes axo-slide-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes axo-pulse-ok {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--axo-status-ok-soft);
  }
  50% {
    box-shadow: 0 0 0 6px transparent;
  }
}
@keyframes axo-pulse-crit {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(209, 75, 75, 0.45);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(209, 75, 75, 0);
  }
}
@keyframes axo-shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes axo-agent-exterior-breathe {
  0%, 100% {
    opacity: 0.17;
    transform: scale(0.992);
  }
  50% {
    opacity: 0.36;
    transform: scale(1.01);
  }
}
[data-axo-new] .axo-pulse-ok {
  animation: axo-pulse-ok 2.4s var(--axo-ease) infinite;
}
[data-axo-new] .axo-pulse-crit {
  animation: axo-pulse-crit 1.6s var(--axo-ease) infinite;
}
[data-axo-new][data-axo-mode="light"] .axo-health-hero {
  background: var(--axo-hero-gradient);
  border-color: rgba(26, 19, 19, 0.08);
  box-shadow: 0 16px 38px rgba(26, 19, 19, 0.10), 0 2px 8px rgba(26, 19, 19, 0.05);
}
[data-axo-new][data-axo-mode="light"] .axo-health-hero-glow {
  opacity: 0.18;
}
[data-axo-new][data-axo-mode="light"] .axo-health-hero-stat {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.14);
}
[data-axo-new][data-axo-mode="light"] .axo-health-hero-link {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
[data-axo-new][data-axo-mode="light"] .axo-health-hero-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
[data-axo-new] .axo-skeleton {
  background: linear-gradient(90deg, var(--axo-surface-2) 0%, var(--axo-surface-3) 50%, var(--axo-surface-2) 100%);
  background-size: 800px 100%;
  animation: axo-shimmer 1.4s linear infinite;
  border-radius: var(--axo-radius-sm);
}
@media (prefers-reduced-motion: reduce) {
  [data-axo-new] *, [data-axo-new] *::before, [data-axo-new] *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-axo-new] .axo-pulse-ok, [data-axo-new] .axo-pulse-crit {
    animation: none !important;
  }
  [data-axo-new][data-axo-activity="working"] .axo-agent-window-glow {
    animation: none !important;
    opacity: 0.28;
    transform: scale(1);
  }
  [data-axo-new] .animate-spin {
    animation-name: pulse-soft !important;
    animation-duration: 1.6s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
}
@media (max-width: 639px) {
  [data-axo-new] .axo-agent-window-shell {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    min-height: min(420px, calc(100dvh - 16px));
    height: min(620px, 72dvh);
  }
  [data-axo-new] .axo-agent-window-glow {
    inset: -2px;
    border-radius: 24px;
    box-shadow: 0 0 18px 3px var(--axo-accent), 0 0 34px 7px var(--axo-accent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 18px 3px color-mix(in srgb, var(--axo-accent) 27%, transparent), 0 0 34px 7px color-mix(in srgb, var(--axo-accent) 11%, transparent);
    }
  }
  [data-axo-new] .axo-agent-window {
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
  }
  [data-axo-new] .axo-agent-window-resize-handle {
    display: none;
  }
}
[data-axo-new] .axo-card {
  background: var(--axo-surface);
  border: 1px solid var(--axo-border);
  border-radius: var(--axo-radius-xl);
  box-shadow: var(--axo-shadow-sm);
}
[data-axo-new] .axo-card-elevated {
  background: var(--axo-surface);
  border: 1px solid var(--axo-border);
  border-radius: var(--axo-radius-xl);
  box-shadow: var(--axo-shadow-md);
}
[data-axo-new] .axo-card-flat {
  background: var(--axo-surface-2);
  border: 1px solid var(--axo-border);
  border-radius: var(--axo-radius-lg);
}
[data-axo-new] .axo-divider {
  height: 1px;
  background: var(--axo-border);
  width: 100%;
}
[data-axo-new] .axo-focus-ring:focus-visible {
  outline: none;
  box-shadow: var(--axo-shadow-glow);
}
[data-axo-new] .axo-scroll-x {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
[data-axo-new] .axo-scroll-x-hidden {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
[data-axo-new] .axo-scroll-x-hidden::-webkit-scrollbar {
  display: none;
}
@media (pointer: coarse) {
  [data-axo-new] .axo-hit:not(.absolute):not(.fixed):not(.sticky) {
    position: relative;
  }
  [data-axo-new] .axo-hit::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: max(100%, 44px);
    height: max(100%, 44px);
    transform: translate(-50%, -50%);
  }
}
[data-axo-new] .axo-sheet-grab {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: var(--axo-border-strong);
}
@media (max-width: 640px) {
  [data-axo-new] .axo-scroll-x > table, [data-axo-new] .axo-scroll-x-hidden > table {
    min-width: max-content;
  }
}
[data-axo-new][data-axo-mode="dark"] {
  --axo-accent: #D98993;
  --axo-accent-hover: #E5A0A8;
  --axo-accent-soft: rgba(217, 137, 147, .14);
  --axo-accent-text: #261719;
}
@font-face {
  font-family: "Google Sans";
  src: url("/assets/demo/google-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("/assets/demo/google-sans-cyrillic.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-052F;
}
@font-face {
  font-family: Cause;
  font-weight: 100 900;
  src: url("/assets/demo/cause-latin.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--axo-bg);
  color: var(--axo-text);
  font-family: var(--axo-font-sans);
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
h1,
h2,
p {
  margin: 0;
}
.muted {
  color: var(--axo-text-muted);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sso-entry {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  text-align: center;
  color: var(--axo-text-muted);
  font-size: 12px;
}
.brand span {
  display: block;
  font-size: 11px;
  color: var(--axo-text-muted);
  margin-top: 4px;
}
.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 100dvh;
}
.login-hero {
  padding: 42px 50px 25px;
  background: radial-gradient(ellipse at 48% 42%, var(--axo-fx-1), transparent 66%),
    var(--axo-surface-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--axo-border);
}
.hero-copy {
  max-width: 500px;
  margin: 55px auto 35px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--axo-text-muted);
  margin-bottom: 16px;
}
.hero-copy h1 {
  font-size: clamp(30px, 3.25vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -1.9px;
}
.hero-copy > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--axo-text-muted);
  margin-top: 20px;
  max-width: 410px;
}
.hero-mascot {
  display: block;
  width: 245px;
  height: 210px;
  object-fit: contain;
  margin: 10px auto;
}
.hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hero-features > div {
  border: 1px solid var(--axo-border);
  background: var(--axo-surface);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 6px 8px;
}
.hero-features svg {
  color: var(--axo-accent);
  grid-row: span 2;
}
.hero-features strong {
  font-size: 13px;
}
.hero-features span {
  font-size: 11px;
  color: var(--axo-text-muted);
}
.hero-footer {
  font-size: 11px;
  color: var(--axo-text-muted);
}
.hero-footer span {
  margin: 0 10px;
}
.login-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--axo-bg-elev);
}
.login-main > header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}
.mobile-brand {
  display: none;
}
.login-form-wrap {
  width: min(390px, calc(100% - 48px));
  margin: auto;
  padding: 35px 0 65px;
}
.login-form-wrap h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.15;
}
.intro {
  font-size: 14px;
  line-height: 1.6;
  margin: 13px 0 30px;
}
.gateway-approval-details {
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  border: 1px solid var(--axo-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--axo-surface);
}
.gateway-approval-details > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 16px;
  padding: 12px 15px;
  border-top: 1px solid var(--axo-border);
  font-size: 13px;
}
.gateway-approval-details > div:first-child {
  border-top: 0;
}
.gateway-approval-details span {
  color: var(--axo-text-muted);
}
.gateway-approval-details strong {
  overflow-wrap: anywhere;
  text-align: right;
}
.gateway-approval-layout .login-form-wrap > .w-full {
  margin-top: 12px;
}
.icon-tile {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
  margin-bottom: 25px;
}
.form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--axo-text-muted);
  font-size: 11px;
  line-height: 1.5;
}
.login-footer {
  padding: 25px;
  text-align: center;
  font-size: 11px;
  color: var(--axo-text-muted);
}
.error-box {
  border: 1px solid var(--axo-status-crit);
  background: var(--axo-status-crit-soft);
  color: var(--axo-status-crit);
  padding: 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
.account-header {
  padding: 22px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--axo-border);
  background: var(--axo-surface);
}
.account-main {
  max-width: 1160px;
  margin: 60px auto;
  padding: 0 28px;
}
.account-main h1 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
}
.security-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  margin-top: 32px;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title > svg {
  color: var(--axo-accent);
}
.section-title h2 {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--axo-status-ok);
  background: var(--axo-status-ok-soft);
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 10px;
  white-space: nowrap;
}
.action-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 25px;
}
.session-list {
  list-style: none;
  margin: 12px 0 20px;
  padding: 0;
}
.session-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--axo-border);
}
.session-list strong {
  display: block;
  font-size: 13px;
}
.session-list div > span {
  display: block;
  font-size: 11px;
  color: var(--axo-text-muted);
  margin-top: 5px;
}
.qr-area {
  display: flex;
  gap: 20px;
  align-items: center;
}
.qr-area svg {
  flex-shrink: 0;
  border-radius: 12px;
  border: 8px solid white;
  background: white;
}
.qr-area strong {
  font-size: 14px;
}
.recovery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  border: 1px solid var(--axo-border);
  background: var(--axo-surface-2);
  padding: 14px;
  border-radius: 14px;
}
.recovery-grid code {
  font-size: 12px;
  overflow-wrap: anywhere;
  line-height: 1.7;
}
@media (max-width: 1000px) {
  .login-hero {
    padding: 35px 30px;
  }
  .hero-copy h1 {
    font-size: 35px;
  }
  .hero-features {
    grid-template-columns: 1fr;
  }
  .hero-mascot {
    height: 180px;
  }
  .security-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .login-layout {
    display: block;
  }
  .login-hero {
    display: none;
  }
  .login-main {
    min-height: 100dvh;
  }
  .mobile-brand {
    display: block;
  }
  .login-main > header {
    justify-content: space-between;
    padding: 20px;
  }
  .brand span {
    font-size: 10px;
  }
  .login-form-wrap {
    margin: 30px auto auto;
    padding: 24px 0 40px;
  }
  .login-form-wrap h2 {
    font-size: 28px;
  }
  .login-footer {
    padding: 25px 24px;
    line-height: 1.6;
  }
  .account-header {
    padding: 16px;
  }
  .account-main {
    margin: 32px auto;
    padding: 0 18px;
  }
  .account-main h1 {
    font-size: 28px;
  }
  .qr-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .qr-area svg {
    align-self: center;
  }
  .recovery-grid code {
    font-size: 11px;
  }
  .form-note {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.console-layout {
  display: grid;
  grid-template-columns: 248px minmax(0,1fr);
  min-height: 100dvh;
  background: var(--axo-bg);
}
.console-sidebar {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 25px 15px 16px;
  background: var(--axo-surface);
  border-right: 1px solid var(--axo-border);
}
.console-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 28px;
}
.console-brand img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.console-brand strong {
  font-size: 25px;
  line-height: 1;
}
.console-sidebar-label {
  padding: 7px 12px 11px;
  color: var(--axo-text-faint);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.45px;
}
.console-sidebar nav {
  display: grid;
  gap: 3px;
  overflow-y: auto;
  min-height: 0;
  align-content: start;
  scrollbar-width: thin;
}
.console-sidebar nav > div > .console-sidebar-label {
  padding: 18px 12px 7px;
}
.console-sidebar nav button,.console-sidebar-bottom button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--axo-text-muted);
  text-align: left;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  transition: background .18s,color .18s;
}
.console-sidebar nav button:hover,.console-sidebar-bottom button:hover {
  background: var(--axo-surface-2);
  color: var(--axo-text);
}
.console-sidebar nav button.active,.console-sidebar-bottom button.active {
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
}
.console-sidebar-bottom {
  margin-top: auto;
  border-top: 1px solid var(--axo-border);
  padding-top: 12px;
}
.console-sidebar-bottom > span {
  display: block;
  padding: 5px 12px;
  color: var(--axo-text-faint);
  font-size: 11px;
}
.console-workspace {
  min-width: 0;
}
.console-preview-banner {
  padding: 8px 20px;
  background: var(--axo-status-warn-soft);
  color: var(--axo-status-warn);
  text-align: center;
  font-size: 11px;
  font-weight: 650;
}
.console-topbar {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
  background: var(--axo-bg-elev);
  border-bottom: 1px solid var(--axo-border);
}
.console-breadcrumb {
  color: var(--axo-text-muted);
  font-size: 13px;
  font-weight: 600;
}
.console-mobile-brand,.console-mobile-nav {
  display: none;
}
.console-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.console-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 33px 70px;
}
.console-hero {
  position: relative;
  min-height: 224px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 33px 42px;
  border-radius: 24px;
  border: 1px solid var(--axo-border);
  background: radial-gradient(circle at 85% 70%,var(--axo-fx-1),transparent 42%),var(--axo-surface);
  box-shadow: var(--axo-shadow-sm);
}
.console-hero + .console-table-wrap,.console-hero + .console-state,.console-hero + .console-error {
  margin-top: 22px;
}
.console-hero-mesh {
  background: radial-gradient(circle at 80% 35%,var(--axo-fx-1),transparent 35%),radial-gradient(circle at 18% 92%,var(--axo-fx-2),transparent 46%),var(--axo-surface);
}
.console-hero-dark {
  border-color: transparent;
  background: var(--axo-hero-gradient);
  color: var(--axo-text-inverse);
}
.console-hero-dark .eyebrow {
  color: var(--axo-blush-deep);
}
.console-hero-dark .console-hero-copy > p:not(.eyebrow) {
  color: rgba(255,245,245,.73);
}
.console-hero-dark .console-hero-icon {
  color: var(--axo-blush-deep);
  opacity: .45;
}
.console-hero-dark .console-hero-icon,.console-hero-dark .console-hero-mascot {
  opacity: .26;
  filter: saturate(.68) contrast(.92);
}
.console-hero-dark .console-hero-action button[data-variant="outline"] {
  border-color: rgba(255,245,245,.24);
  color: var(--axo-text-inverse);
}
.console-hero-dark .console-hero-action button[data-variant="primary"] {
  color: var(--axo-accent-text);
}
.console-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.console-hero .eyebrow {
  margin-bottom: 11px;
  color: var(--axo-accent);
}
.console-hero h1 {
  font-size: clamp(26px,3vw,37px);
  font-weight: 650;
  letter-spacing: -1.3px;
  line-height: 1.14;
}
.console-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 12px;
  color: var(--axo-text-muted);
  font-size: 14px;
  line-height: 1.55;
}
.console-hero-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.console-hero-mascot,.console-hero-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 214px;
  width: 214px;
  height: 190px;
  margin: 0 10px 0 28px;
  pointer-events: none;
}
.console-hero-mascot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 22px rgba(16,8,12,.2));
}
.console-hero-icon {
  color: transparent;
  opacity: 1;
  transform: none;
}
.console-hero-icon > svg {
  display: none;
}
.console-hero-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center bottom/contain no-repeat;
  filter: drop-shadow(0 14px 22px rgba(16,8,12,.2));
}
.console-content[data-section="overview"] .console-hero-icon::after {
  background-image: url("/mascots/sections/overview.png");
}
.console-content[data-section="discovery"] .console-hero-icon::after {
  background-image: url("/mascots/sections/discovery.png");
}
.console-content[data-section="hosts"] .console-hero-icon::after {
  background-image: url("/mascots/sections/hosts.png");
}
.console-content[data-section="fleet"] .console-hero-icon::after {
  background-image: url("/mascots/sections/fleet.png");
}
.console-content[data-section="bastions"] .console-hero-icon::after {
  background-image: url("/mascots/sections/bastions.png");
}
.console-content[data-section="agents"] .console-hero-icon::after {
  background-image: url("/mascots/sections/agents.png");
}
.console-content[data-section="inventory"] .console-hero-icon::after {
  background-image: url("/mascots/sections/inventory.png");
}
.console-content[data-section="users"] .console-hero-icon::after {
  background-image: url("/mascots/sections/users.png");
}
.console-content[data-section="roles"] .console-hero-icon::after {
  background-image: url("/mascots/sections/roles.png");
}
.console-content[data-section="access"] .console-hero-icon::after {
  background-image: url("/mascots/sections/access.png");
}
.console-content[data-section="temporary"] .console-hero-icon::after {
  background-image: url("/mascots/sections/temporary.png");
}
.console-content[data-section="security"] .console-hero-icon::after {
  background-image: url("/mascots/sections/security.png");
}
.console-content[data-section="shell"] .console-hero-icon::after {
  background-image: url("/mascots/sections/shell.png");
}
.console-content[data-section="automation"] .console-hero-icon::after {
  background-image: url("/mascots/sections/automation.png");
}
.console-content[data-section="operations"] .console-hero-icon::after {
  background-image: url("/mascots/sections/operations.png");
}
.console-content[data-section="sessions"] .console-hero-icon::after {
  background-image: url("/mascots/sections/sessions.png");
}
.console-content[data-section="audit"] .console-hero-icon::after {
  background-image: url("/mascots/sections/audit.png");
}
.console-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 15px;
  margin-top: 20px;
}
.console-metrics > div {
  padding: 19px 20px;
  display: flex;
  flex-direction: column;
  min-height: 130px;
}
.console-metrics span {
  color: var(--axo-text-muted);
  font-size: 12px;
}
.console-metrics strong {
  display: block;
  margin: 7px 0 3px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
}
.console-metrics small {
  color: var(--axo-text-faint);
  font-size: 11px;
}
.console-split {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.console-split > div {
  min-width: 0;
  padding: 22px;
}
.console-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.console-card-header h2,.console-guide h2 {
  font-size: 17px;
  font-weight: 650;
}
.console-list-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 2px;
  border-top: 1px solid var(--axo-border);
}
.console-list-row > svg {
  color: var(--axo-accent);
}
.console-list-row > div {
  min-width: 0;
  flex: 1;
}
.console-list-row strong,.console-list-row small {
  display: block;
}
.console-list-row strong {
  font-size: 13px;
}
.console-list-row small {
  margin-top: 3px;
  color: var(--axo-text-muted);
  font-size: 11px;
}
.console-guide {
  position: relative;
  overflow: hidden;
}
.console-guide img {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 135px;
  height: 135px;
  object-fit: contain;
  opacity: .32;
}
.console-guide h2,.console-guide p,.console-guide button {
  position: relative;
}
.console-guide p {
  max-width: 290px;
  margin: 15px 0 24px;
  color: var(--axo-text-muted);
  font-size: 13px;
  line-height: 1.6;
}
.console-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 23px 0 17px;
}
.console-toolbar > * {
  min-width: 0;
}
.console-toolbar > .console-search {
  flex: 1;
}
.console-toolbar > input,.console-toolbar > div:not(.console-search) {
  max-width: 240px;
}
.console-search {
  position: relative;
  display: flex;
  align-items: center;
}
.console-search > svg {
  position: absolute;
  z-index: 1;
  left: 13px;
  color: var(--axo-text-faint);
}
.console-search input {
  padding-left: 39px;
}
.console-host-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 15px;
  margin-top: 18px;
}
.console-host-card {
  min-width: 0;
  padding: 19px;
}
.console-host-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.console-host-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: var(--axo-accent);
  background: var(--axo-accent-soft);
}
.console-host-card h2 {
  margin-top: 16px;
  font-size: 17px;
  font-weight: 650;
  overflow-wrap: anywhere;
}
.console-host-card > p {
  margin-top: 5px;
  color: var(--axo-text-muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.console-host-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 19px 0;
}
.console-host-meta span {
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--axo-surface-2);
  color: var(--axo-text-muted);
  font-size: 11px;
}
.console-host-actions,.console-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.console-host-actions {
  padding-top: 14px;
  border-top: 1px solid var(--axo-border);
}
.console-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 99px;
  background: var(--axo-status-warn-soft);
  color: var(--axo-status-warn);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}
.console-pill.ok {
  background: var(--axo-status-ok-soft);
  color: var(--axo-status-ok);
}
.console-state,.console-error {
  padding: 22px;
  border: 1px dashed var(--axo-border-strong);
  border-radius: 14px;
  color: var(--axo-text-muted);
  font-size: 13px;
}
.console-error {
  border-style: solid;
  border-color: var(--axo-status-crit);
  color: var(--axo-status-crit);
  background: var(--axo-status-crit-soft);
}
.console-dialog-body {
  display: grid;
  grid-template-columns: 150px minmax(0,1fr);
  align-items: center;
  gap: 32px;
}
.console-dialog-body > img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  align-self: center;
  justify-self: center;
}
.console-dialog-body > div {
  min-width: 0;
}
.console-dialog-body > div > :first-child {
  margin-top: 0;
}
.console-dialog-body > div > :last-child {
  margin-bottom: 0;
}
.console-dialog-body > div > p + p {
  margin-top: 12px;
}
.console-dialog-body h3 {
  margin: 22px 0 8px;
  font-size: 15px;
  font-weight: 650;
}
.console-dialog-body p {
  line-height: 1.55;
}
.console-dialog-body > div > p + .console-fields,.console-dialog-body > div > p + [class*="field"] {
  margin-top: 24px;
}
.console-dialog-body > div > p + .console-dialog-field {
  margin-top: 24px;
}
.console-dialog-body .console-fields > p {
  margin: 0;
}
.console-dialog-body .console-inline-actions {
  margin-top: 18px;
  gap: 10px;
}
.console-dialog-body .console-detail-grid + p,.console-dialog-body .console-detail-grid + h3 {
  margin-top: 24px;
}
[data-axo-dialog="wizard-host"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-host.png");
}
[data-axo-dialog="wizard-group"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-group.png");
}
[data-axo-dialog="wizard-user"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-user.png");
}
[data-axo-dialog="wizard-role"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-role.png");
}
[data-axo-dialog="wizard-grant"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-grant.png");
}
[data-axo-dialog="wizard-temporary"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-temporary.png");
}
[data-axo-dialog="wizard-bastion"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-bastion.png");
}
[data-axo-dialog="wizard-bastion"] .console-dialog-body {
  align-items: start;
}
[data-axo-dialog="wizard-bastion"] .console-dialog-body > img {
  position: sticky;
  top: 20px;
  align-self: start;
}
@media (max-width:640px) {
  [data-axo-dialog="wizard-bastion"] .console-dialog-body > img {
    position: static;
  }
}
[data-axo-dialog="wizard-agent"] .console-dialog-body > img {
  content: url("/mascots/dialogs/wizard-agent.png");
}
[data-axo-dialog="dialog-command"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-command.png");
}
[data-axo-dialog="dialog-automation"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-automation.png");
}
[data-axo-dialog="dialog-files"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-files.png");
}
[data-axo-dialog="dialog-security"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-security.png");
}
[data-axo-dialog="dialog-terminal-links"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-terminal-links.png");
}
[data-axo-dialog="dialog-confirm"] .console-dialog-body > img {
  content: url("/mascots/dialogs/dialog-confirm.png");
}
[data-axo-dialog="dialog-terminal-links"] .console-dialog-body {
  grid-template-columns: 172px minmax(0,1fr);
  min-height: 210px;
  gap: 34px;
}
[data-axo-dialog="dialog-terminal-links"] .console-dialog-body > img {
  width: 168px;
  height: 168px;
}
[data-axo-dialog="dialog-terminal-links"] .console-dialog-body > div {
  display: grid;
  align-content: center;
  gap: 12px;
}
[data-axo-dialog="dialog-terminal-links"] .console-dialog-body > div > p {
  color: var(--axo-text-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.console-detail-grid {
  display: grid;
  grid-template-columns: minmax(95px,1fr) minmax(0,2fr);
  gap: 10px 20px;
  margin: 20px 0;
  padding: 17px;
  border-radius: 13px;
  background: var(--axo-surface-2);
  font-size: 12px;
}
.console-detail-grid span {
  color: var(--axo-text-muted);
}
.console-detail-grid strong {
  font-weight: 600;
  overflow-wrap: anywhere;
}
.console-fields {
  display: grid;
  gap: 15px;
  margin: 18px 0;
}
.security-policy-card {
  padding: 22px;
  margin-top: 22px;
}
.security-policy-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.security-policy-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}
.security-policy-actions p {
  max-width: 570px;
}
.host-policy-toolbar {
  display: grid;
  grid-template-columns: minmax(260px,2fr) minmax(210px,1fr) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 16px;
}
.host-policy-toolbar > button {
  margin-bottom: 1px;
}
.host-policy-intro {
  margin: 0 0 18px;
  max-width: 900px;
  line-height: 1.6;
}
.host-policy-table {
  white-space: normal;
  table-layout: fixed;
}
.host-policy-table th:first-child {
  width: 19%;
}
.host-policy-table th:nth-child(2) {
  width: 19%;
}
.host-policy-table th:nth-child(3) {
  width: 34%;
}
.host-policy-table th:nth-child(4) {
  width: 14%;
}
.host-policy-table th:nth-child(5) {
  width: 14%;
}
.host-policy-value {
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.host-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.host-policy-choices {
  display: grid;
  gap: 10px;
}
.node-wizard-batch {
  display: grid;
  gap: 14px;
}
.node-wizard-batch-row {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--axo-border);
  border-radius: 16px;
  background: var(--axo-surface-2);
}
.node-wizard-batch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.node-wizard-batch-fields {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
@media (max-width:640px) {
  .node-wizard-batch-fields {
    grid-template-columns: 1fr;
  }
}
.host-rule-search {
  max-width: 580px;
  margin: 12px 0 18px;
}
@media (max-width:900px) {
  .host-policy-table {
    min-width: 800px;
  }
}
@media (max-width:640px) {
  .host-policy-toolbar {
    grid-template-columns: 1fr;
  }
}
@media (max-width:900px) {
  .security-policy-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px) {
  .security-policy-grid {
    grid-template-columns: 1fr;
  }
  .security-policy-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
.console-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 25px;
  padding: 17px 20px;
  margin: 20px 0;
  border: 1px solid var(--axo-border);
  border-radius: 14px;
  background: var(--axo-surface);
  color: var(--axo-text-muted);
  font-size: 12px;
}
.console-table-wrap {
  overflow: auto;
  border: 1px solid var(--axo-border);
  border-radius: 16px;
  background: var(--axo-surface);
}
.console-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}
.console-table th {
  color: var(--axo-text-muted);
  background: var(--axo-surface-2);
  font-weight: 650;
}
.console-table th,.console-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--axo-border);
}
.console-table tr:last-child td {
  border-bottom: 0;
}
.console-table td strong,.console-table td small {
  display: block;
}
.console-table td small {
  margin-top: 4px;
  color: var(--axo-text-faint);
}
.console-table td code,.console-one-time code {
  font-family: var(--axo-font-mono);
}
.console-audit-list {
  border: 1px solid var(--axo-border);
  border-radius: 16px;
  background: var(--axo-surface);
  margin: 20px 0;
}
.console-audit-row {
  display: flex;
  gap: 15px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--axo-border);
}
.console-audit-row:last-child {
  border-bottom: 0;
}
.console-audit-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--axo-accent);
  background: var(--axo-accent-soft);
}
.console-audit-row > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.console-audit-row strong {
  font-size: 13px;
}
.console-audit-row p,.console-audit-row small,.console-audit-row > span {
  color: var(--axo-text-muted);
  font-size: 11px;
  line-height: 1.5;
}
.console-audit-row p {
  margin-top: 4px;
}
.console-recording {
  max-height: 450px;
  overflow: auto;
  padding: 15px;
  border-radius: 10px;
  background: #161314;
  color: #f5ebeb;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 12px/1.5 var(--axo-font-mono);
}
.recording-player {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}
.recording-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.recording-controls > div {
  width: 100px;
  margin-left: auto;
}
.recording-timeline {
  display: grid;
  gap: 9px;
  padding: 15px 18px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface-2);
}
.recording-timeline-head,.recording-timeline-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.recording-timeline-head strong {
  font-size: 12px;
}
.recording-timeline-head span {
  font: 12px var(--axo-font-mono);
  color: var(--axo-text-muted);
}
.recording-timeline-labels {
  color: var(--axo-text-faint);
  font-size: 10px;
}
.recording-timeline input[type="range"] {
  width: 100%;
  height: 22px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.recording-timeline input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(to right,var(--axo-accent) var(--recording-progress),var(--axo-border-strong) var(--recording-progress));
}
.recording-timeline input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border: 3px solid var(--axo-surface);
  border-radius: 50%;
  background: var(--axo-accent);
  box-shadow: 0 0 0 1px var(--axo-accent);
}
.recording-timeline input[type="range"]:focus-visible {
  outline: 2px solid var(--axo-accent);
  outline-offset: 2px;
}
.recording-timeline input[type="range"]:disabled {
  cursor: default;
  opacity: .5;
}
.recording-terminal {
  height: 270px;
  padding: 10px;
  border-radius: 10px;
  background: #161314;
}
.console-one-time {
  display: grid;
  gap: 10px;
  padding: 15px;
  margin-top: 18px;
  background: var(--axo-surface-2);
  border-radius: 12px;
}
.console-one-time code {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.console-code-block {
  max-height: 220px;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface);
  color: var(--axo-text);
  font: 12px/1.55 var(--axo-font-mono);
}
.enterprise-install-command {
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 8px 0;
  padding: 14px 16px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface-2);
  font: 13px/1.5 var(--axo-font-mono);
}
.bastion-route-tree {
  display: grid;
  gap: 12px;
  margin-bottom: 25px;
}
.bastion-route-root {
  overflow: hidden;
  border: 1px solid var(--axo-border);
  border-radius: 15px;
  background: var(--axo-surface);
}
.bastion-route-root > summary,.bastion-route-children > details > summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.bastion-route-root > summary::-webkit-details-marker,.bastion-route-children > details > summary::-webkit-details-marker {
  display: none;
}
.bastion-route-root > summary {
  min-height: 63px;
  padding: 12px 20px;
}
.bastion-route-root > summary svg {
  color: var(--axo-accent);
  flex: none;
}
.bastion-route-root > summary strong {
  flex: 1;
}
.bastion-route-root summary small {
  color: var(--axo-text-muted);
  white-space: nowrap;
}
.bastion-route-children {
  display: grid;
  gap: 5px;
  padding: 0 18px 16px 51px;
}
.bastion-route-children > details > summary {
  min-height: 39px;
  color: var(--axo-text-muted);
}
.bastion-route-children > details > summary span {
  flex: 1;
}
.bastion-route-hosts {
  display: grid;
  gap: 4px;
  margin: 3px 0 8px 25px;
  border-left: 1px solid var(--axo-border);
  padding-left: 16px;
}
.bastion-route-hosts > button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 9px;
  padding: 7px 10px;
  text-align: left;
  background: transparent;
  color: var(--axo-text);
  cursor: pointer;
}
.bastion-route-hosts > button:hover,.bastion-route-hosts > button:focus-visible {
  background: var(--axo-surface-2);
  outline: none;
}
.bastion-route-hosts > button > strong {
  flex: 1;
  font-size: 13px;
}
.bastion-route-hosts > button > span {
  color: var(--axo-text-muted);
  font: 12px var(--axo-font-mono);
}
.bastion-route-hosts > button > small {
  min-width: 75px;
  text-align: right;
}
.file-manager-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.file-breadcrumbs {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  gap: 4px;
}
.file-breadcrumbs button {
  border: 0;
  border-radius: 8px;
  padding: 7px 9px;
  background: transparent;
  color: var(--axo-text-muted);
  font: 600 13px var(--axo-font-mono);
  cursor: pointer;
}
.file-breadcrumbs button:hover,.file-breadcrumbs button:focus-visible {
  background: var(--axo-surface-2);
  color: var(--axo-text);
  outline: none;
}
.file-breadcrumbs button:not(:first-child)::before {
  content: "/";
  margin-right: 10px;
  color: var(--axo-text-faint);
}
.file-list-card {
  padding: 0;
  overflow: hidden;
}
.file-list-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--axo-border);
}
.file-list-heading svg,.file-entry-name svg {
  flex: none;
  color: var(--axo-accent);
}
.file-list-heading strong {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  font: 600 14px var(--axo-font-mono);
}
.file-list-heading span {
  color: var(--axo-text-muted);
  font-size: 12px;
}
.file-list-card .console-table-wrap {
  border: 0;
  border-radius: 0;
}
.file-entry-name {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
}
.file-entry-name strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.file-entry-name small {
  white-space: nowrap;
  border-radius: 7px;
  padding: 4px 6px;
  background: var(--axo-status-warn-soft);
  color: var(--axo-status-warn);
  font-size: 10px;
}
.file-row-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.file-manager .console-info-strip {
  margin-top: 18px;
}
.file-manager .console-info-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media (max-width:640px) {
  .bastion-route-children {
    padding-left: 25px;
  }
  .bastion-route-hosts {
    margin-left: 8px;
    padding-left: 9px;
  }
  .bastion-route-hosts > button > span {
    display: none;
  }
}
.console-fingerprint {
  overflow-wrap: anywhere;
  margin: 18px 0 16px !important;
  font-family: var(--axo-font-mono);
  font-size: 11px !important;
  line-height: 1.5;
}
.console-identity-fingerprint {
  display: block;
  margin: 16px 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--axo-border);
  overflow-wrap: anywhere;
}
.terminal-page {
  display: flex;
  flex-direction: column;
}
.terminal-pane-hidden {
  display: none;
}
.console-session-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  margin: -5px 0 20px;
  padding: 5px 0 10px;
  scrollbar-width: thin;
}
.console-session-tabs > button,.console-session-tab {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  border: 1px solid var(--axo-border);
  border-radius: 15px;
  background: var(--axo-surface);
  color: var(--axo-text-muted);
  font: 600 13px var(--axo-font-sans);
  transition: background .15s,color .15s,border-color .15s;
}
.console-session-tabs > button {
  gap: 9px;
  padding: 0 15px;
  cursor: pointer;
}
.console-session-tab > button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 41px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0 10px 0 14px;
  cursor: pointer;
}
.console-session-tab > button:first-child {
  max-width: 230px;
}
.console-session-tab > button:first-child span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.console-session-tab > button + button {
  padding: 0 11px;
  border-radius: 0 15px 15px 0;
}
.console-session-tab > button + button:hover {
  color: var(--axo-text);
  background: var(--axo-surface-2);
}
.console-session-tabs .active {
  color: var(--axo-text);
  border-color: var(--axo-border-strong);
  background: var(--axo-surface-2);
}
.console-session-tabs .active svg {
  color: var(--axo-accent);
}
.console-session-tabs .console-session-new {
  min-width: 43px;
  padding: 0;
  justify-content: center;
  border-color: transparent;
  background: transparent;
}
.console-session-tabs .console-session-new:hover {
  color: var(--axo-accent);
  background: var(--axo-accent-soft);
}
.roles-layout {
  display: grid;
  grid-template-columns: minmax(220px,270px) minmax(0,1fr);
  gap: 18px;
  margin-top: 22px;
  align-items: start;
}
.roles-layout .roles-list {
  padding: 15px;
  position: sticky;
  top: 20px;
}
.roles-list-head,.roles-detail-head,.roles-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.roles-list-head {
  margin-bottom: 11px;
}
.roles-list-head h2,.roles-detail h2 {
  margin: 0;
  font-size: 20px;
}
.role-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 9px;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: left;
  background: transparent;
  color: var(--axo-text);
  cursor: pointer;
}
.role-list-item:hover,.role-list-item.selected {
  border-color: var(--axo-border-strong);
  background: var(--axo-surface-2);
}
.role-list-item span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.role-list-item strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}
.role-list-item small,.roles-detail-head p,.roles-section-head p,.roles-item small {
  color: var(--axo-text-muted);
  font-size: 12px;
  line-height: 1.5;
}
.role-list-item b {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 7px;
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
  font-size: 11px;
}
.roles-detail {
  display: grid;
  gap: 15px;
  min-width: 0;
}
.roles-detail > div:not(.roles-footer) {
  padding: 21px;
}
.roles-detail-head {
  align-items: start;
}
.roles-detail-head .eyebrow {
  margin: 0 0 6px;
}
.roles-detail-head p {
  margin: 6px 0 0;
}
.roles-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}
.roles-stats span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid var(--axo-border);
  border-radius: 9px;
  font-size: 11px;
}
.roles-stats svg {
  color: var(--axo-accent);
}
.roles-inherits {
  margin-top: 16px;
  color: var(--axo-text-muted);
  font-size: 12px;
}
.roles-inherits strong {
  color: var(--axo-text);
}
.roles-section-head {
  align-items: start;
  margin-bottom: 16px;
}
.roles-section-head h3 {
  margin: 0;
  font-size: 16px;
}
.roles-section-head p {
  margin: 5px 0 0;
}
.roles-item-list {
  display: grid;
  gap: 6px;
}
.roles-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--axo-border);
  border-radius: 10px;
}
.roles-item > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.roles-item strong {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.roles-item small {
  overflow-wrap: anywhere;
}
.roles-footer {
  display: flex;
  justify-content: end;
}
.roles-empty {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 70px 20px;
  text-align: center;
}
.roles-empty svg {
  color: var(--axo-accent);
}
.roles-empty h2,.roles-empty p {
  margin: 0;
}
.roles-parent-options {
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow: auto;
}
.roles-permission-options {
  display: grid;
  gap: 14px;
}
.roles-permission-options > p {
  margin: 0 0 2px;
}
.roles-host-options {
  display: grid;
  gap: 12px;
  max-height: 270px;
  overflow: auto;
  padding: 4px 2px;
}
.roles-file-actions {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 18px;
}
@media (max-width:720px) {
  .roles-file-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width:800px) {
  .roles-layout {
    grid-template-columns: 1fr;
  }
  .roles-layout .roles-list {
    position: static;
  }
  .roles-section-head {
    flex-wrap: wrap;
  }
}
.terminal-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.terminal-toolbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.terminal-host-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 650;
}
.terminal-cwd-button {
  max-width: 220px;
  min-width: 0;
}
.terminal-cwd-button span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.terminal-viewport {
  height: clamp(320px,48dvh,540px);
  padding: 13px;
  border: 1px solid var(--axo-border-strong);
  border-radius: 15px;
  background: #161314;
}
.terminal-recovery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 0;
}
.terminal-recovery p {
  flex-basis: 100%;
  color: var(--axo-text-muted);
  font-size: 12px;
}
.guest-shell {
  min-height: 100dvh;
}
.guest-header {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 13px max(24px,calc((100vw - 1500px)/2 + 33px));
  border-bottom: 1px solid var(--axo-border);
  background: var(--axo-surface);
}
.guest-header > button {
  margin-left: auto;
}
.guest-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.guest-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.guest-main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 33px 70px;
}
.guest-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  color: var(--axo-text-muted);
  font-size: 13px;
}
.guest-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.guest-tabs {
  margin: 25px 0 16px;
}
.guest-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 320px;
  margin: 9vh auto 0;
  max-width: 650px;
  padding: 35px;
  text-align: center;
}
.guest-state img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}
.guest-state h1 {
  font-size: 26px;
}
.guest-state p {
  color: var(--axo-text-muted);
  line-height: 1.5;
}
.temporary-detail {
  display: grid;
  gap: 17px;
  margin-top: 33px;
}
.temporary-detail h3 {
  margin: 7px 0 0;
  font-size: 17px;
}
.temporary-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.temporary-choices button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 150px;
  padding: 17px;
  border: 1px solid var(--axo-border);
  border-radius: 15px;
  background: var(--axo-surface);
  color: var(--axo-text);
  text-align: left;
  font: inherit;
}
.temporary-choices button.active {
  border-color: var(--axo-accent);
  background: var(--axo-accent-soft);
}
.temporary-choices button svg {
  color: var(--axo-accent);
}
.temporary-choices button span {
  color: var(--axo-text-muted);
  font-size: 12px;
  line-height: 1.4;
}
.temporary-host-options {
  display: grid;
  max-height: 240px;
  overflow: auto;
  gap: 9px;
  padding: 6px;
}
@media (max-width:640px) {
  .temporary-choices {
    grid-template-columns: 1fr;
  }
  .guest-header {
    min-height: 64px;
    padding: 10px 16px;
    gap: 9px;
  }
  .guest-header .console-pill {
    display: none;
  }
  .guest-brand img {
    width: 30px;
    height: 30px;
  }
  .guest-brand .axo-brand-wordmark {
    font-size: 22px;
  }
  .guest-main {
    padding: 20px 16px 50px;
  }
}
@media (max-width:1100px) {
  .console-host-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .console-metrics {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:850px) {
  .console-layout {
    display: block;
  }
  .console-sidebar {
    display: none;
  }
  .console-topbar {
    padding: 0 18px;
    height: 58px;
  }
  .console-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 14px;
  }
  .console-mobile-brand img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .console-mobile-brand strong {
    font-size: 20px;
  }
  .console-mobile-nav {
    display: flex;
    overflow: auto;
    gap: 4px;
    padding: 7px 12px;
    border-bottom: 1px solid var(--axo-border);
    background: var(--axo-surface);
    scrollbar-width: none;
  }
  .console-mobile-nav button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    color: var(--axo-text-muted);
    background: transparent;
    font-size: 11px;
  }
  .console-mobile-nav button.active {
    color: var(--axo-accent);
    background: var(--axo-accent-soft);
  }
  .console-content {
    padding: 20px 16px 50px;
  }
}
.console-target-picker {
  display: grid;
  gap: 8px;
  max-height: 250px;
  overflow: auto;
  padding: 10px;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
}
.console-target-results {
  display: grid;
  gap: 7px;
  margin: 16px 0;
  max-height: 260px;
  overflow: auto;
}
.console-target-results > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--axo-border);
  border-radius: 10px;
  font-size: 12px;
}
.console-target-results strong {
  font-weight: 650;
}
.console-target-results span,.console-target-results small {
  color: var(--axo-text-muted);
}
.console-warning {
  padding: 12px;
  border-radius: 10px;
  background: var(--axo-status-warn-soft);
  color: var(--axo-status-warn);
  font-size: 12px;
  line-height: 1.5;
}
.console-empty-card {
  display: grid;
  justify-items: start;
  gap: 9px;
  max-width: 520px;
  padding: 25px;
  margin-top: 20px;
}
.console-empty-card svg {
  color: var(--axo-accent);
}
.console-empty-card h2 {
  font-size: 17px;
  font-weight: 650;
}
.console-empty-card p {
  max-width: 440px;
  margin-bottom: 8px;
  color: var(--axo-text-muted);
  font-size: 13px;
  line-height: 1.5;
}
.enterprise-layout,.discovery-layout {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 18px;
  margin-top: 19px;
}
.enterprise-tree {
  padding: 17px;
  align-self: start;
  min-width: 0;
}
.enterprise-tree h2 {
  padding: 5px 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--axo-text-muted);
}
.enterprise-tree h2:not(:first-child) {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--axo-border);
}
.enterprise-tree details {
  margin: 3px 0;
}
.enterprise-tree summary {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 9px 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.enterprise-tree summary .enterprise-project-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--axo-text);
}
.enterprise-tree summary .enterprise-project-count {
  flex: none;
  color: var(--axo-text-muted);
}
.enterprise-tree button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  padding: 9px 8px 9px 19px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--axo-text);
  text-align: left;
  font-size: 12px;
}
.enterprise-tree button:hover,.enterprise-tree button.active {
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
}
.enterprise-tree button small {
  width: 100%;
  padding-left: 23px;
  color: var(--axo-text-muted);
  font-size: 10px;
}
.enterprise-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 24px 0 12px;
}
.enterprise-section-heading:first-child {
  margin-top: 0;
}
.enterprise-section-heading h2 {
  font-size: 16px;
  font-weight: 700;
}
.enterprise-section-heading span {
  color: var(--axo-text-muted);
  font-size: 11px;
}
.enterprise-host-list {
  display: grid;
  gap: 9px;
}
.enterprise-host-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}
.enterprise-host-row strong,.enterprise-host-row small {
  display: block;
}
.enterprise-host-row strong {
  font-size: 14px;
}
.enterprise-host-row small {
  margin-top: 3px;
  color: var(--axo-text-muted);
  font-size: 11px;
}
.enterprise-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0;
}
.enterprise-chips span {
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--axo-accent-soft);
  color: var(--axo-accent);
  font-size: 10px;
  font-family: var(--axo-font-mono);
}
.enterprise-pairs {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.enterprise-pair {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 7px;
}
.enterprise-resolved {
  padding: 9px 10px;
  border-bottom: 1px solid var(--axo-border);
  font-size: 12px;
}
.enterprise-role {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--axo-border);
}
.enterprise-role strong,.enterprise-role small {
  display: block;
}
.enterprise-role strong {
  font-size: 12px;
}
.enterprise-role small {
  margin-top: 3px;
  color: var(--axo-text-muted);
  font-size: 11px;
}
.enterprise-invitations {
  padding: 17px;
  margin-top: 20px;
}
.enterprise-invitations h2 {
  font-size: 15px;
  margin-bottom: 8px;
}
.enterprise-invitations > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--axo-border);
  font-size: 12px;
}
.user-ssh-keys {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
.user-ssh-keys > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--axo-surface-2);
}
.user-ssh-keys code {
  overflow-wrap: anywhere;
  min-width: 0;
  font: 11px var(--axo-font-mono);
}
.enterprise-topology {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 22px 0;
}
.enterprise-topology > div {
  display: grid;
  justify-items: start;
  gap: 7px;
  min-height: 112px;
  padding: 17px;
}
.enterprise-topology > div svg {
  color: var(--axo-accent);
}
.enterprise-topology strong {
  font-size: 13px;
}
.enterprise-topology small {
  color: var(--axo-text-muted);
  font-size: 11px;
}
.enterprise-topology > svg {
  color: var(--axo-text-faint);
}
.gateway-origin-host {
  margin-top: 12px !important;
}
.gateway-served-hosts {
  display: grid;
  gap: 12px;
  max-height: 290px;
  overflow: auto;
  padding: 4px 2px;
}
.enterprise-choice,.discovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.discovery-toolbar {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}
.discovery-toolbar .console-search {
  flex: 1 1 auto;
  min-width: 0;
}
.discovery-toolbar .console-search input {
  width: 100%;
}
.discovery-toolbar > div:last-child {
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
}
.automation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 16px;
  margin: 14px 0 30px;
}
.automation-paths {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin: 0 0 18px;
}
.automation-paths button {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  min-height: 94px;
  padding: 17px;
  border: 1px solid var(--axo-border);
  border-radius: 16px;
  background: var(--axo-surface);
  color: var(--axo-text);
  text-align: left;
  cursor: pointer;
}
.automation-paths button:hover {
  border-color: var(--axo-accent);
  background: var(--axo-surface-2);
}
.automation-paths button.active {
  border-color: var(--axo-accent);
  background: var(--axo-accent-soft);
}
.automation-paths svg {
  flex: 0 0 auto;
  color: var(--axo-accent);
}
.automation-paths strong,.automation-paths small {
  display: block;
}
.automation-paths strong {
  font-size: 13px;
}
.automation-paths small {
  margin-top: 5px;
  color: var(--axo-text-muted);
  font-size: 11px;
  line-height: 1.45;
}
@media (max-width:760px) {
  .automation-paths {
    grid-template-columns: 1fr;
  }
  .automation-paths button {
    min-height: 0;
  }
}
.automation-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.automation-card h3 {
  font-size: 18px;
  margin: 0;
}
.automation-card > p {
  margin: 0;
  color: var(--axo-text-muted);
  font-size: 13px;
}
.automation-card-head,.automation-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-card-head {
  justify-content: space-between;
  color: var(--axo-accent);
}
.automation-card-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
}
.automation-step-list {
  display: grid;
  gap: 8px;
}
.automation-step-list > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-size: 13px;
}
.automation-step-list b {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 7px;
  background: var(--axo-surface-soft);
  color: var(--axo-text-muted);
  font-size: 11px;
}
.automation-step-list span {
  font-weight: 600;
}
.automation-step-list small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--axo-text-muted);
}
.automation-builder {
  display: grid;
  gap: 14px;
}
.automation-builder > div {
  display: grid;
  gap: 12px;
}
.automation-builder .enterprise-section-heading {
  margin: 0;
}
.automation-time,.automation-file-fields {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.automation-days {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px;
}
.automation-textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  border: 1px solid var(--axo-border);
  border-radius: 12px;
  background: var(--axo-surface);
  color: var(--axo-text);
  padding: 12px 14px;
  font: 13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;
}
.automation-textarea:focus {
  outline: 2px solid var(--axo-accent);
  outline-offset: 2px;
}
.discovery-layout {
  grid-template-columns: 320px minmax(0,1fr);
  margin-top: 0;
}
.discovery-selected,.discovery-placeholder {
  min-height: 320px;
  padding: 25px;
}
.discovery-selected {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,38%);
  gap: 24px 30px;
  align-content: start;
}
.discovery-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.discovery-summary .console-pill {
  margin: 0;
}
.discovery-summary h2 {
  margin: 4px 0 0;
  font-size: 25px;
  line-height: 1.2;
}
.discovery-summary > p {
  margin: 0;
  color: var(--axo-text-muted);
  font-size: 13px;
}
.discovery-summary .enterprise-chips {
  margin: 3px 0 0;
}
.discovery-selected > .console-detail-grid {
  grid-template-columns: minmax(102px,38%) minmax(0,1fr);
  gap: 12px 14px;
  margin: 0;
  align-self: start;
}
.discovery-selected > .discovery-actions,.discovery-selected > .discovery-help {
  grid-column: 1 / -1;
}
.discovery-actions {
  margin-top: 2px;
  gap: 12px;
}
.discovery-actions > button {
  min-width: 210px;
}
.discovery-help {
  margin: 0;
  color: var(--axo-text-muted);
  font-size: 13px;
  line-height: 1.5;
}
.discovery-placeholder h2 {
  margin-top: 10px;
  font-size: 25px;
}
.discovery-placeholder p {
  margin-top: 8px;
  color: var(--axo-text-muted);
  font-size: 13px;
}
.discovery-selected .console-detail-grid {
  max-width: 650px;
}
.discovery-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.discovery-placeholder svg {
  color: var(--axo-accent);
}
.enterprise-code-editor {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  padding: 15px;
  border: 1px solid var(--axo-border-strong);
  border-radius: 12px;
  outline: 0;
  background: #161314;
  color: #f5ebeb;
  font: 13px/1.5 var(--axo-font-mono);
}
.enterprise-code-editor:focus {
  border-color: var(--axo-accent);
  box-shadow: 0 0 0 3px var(--axo-accent-soft);
}
.console-target-results a {
  color: var(--axo-accent);
  font-size: 11px;
  text-decoration: underline;
}
.enterprise-grants {
  margin-top: 30px;
}
.enterprise-grants > p {
  margin: 0 0 12px;
}
@media (max-width:900px) {
  .enterprise-layout,.discovery-layout {
    grid-template-columns: 1fr;
  }
  .discovery-layout.has-selection .discovery-main {
    order: -1;
  }
  .enterprise-tree {
    max-height: 300px;
    overflow: auto;
  }
  .enterprise-topology {
    grid-template-columns: 1fr;
  }
  .enterprise-topology > svg {
    transform: rotate(90deg);
    justify-self: center;
  }
}
@media (max-width:1100px) {
  .discovery-selected {
    grid-template-columns: 1fr;
  }
  .discovery-selected > .console-detail-grid {
    grid-column: 1;
    margin: 0;
  }
}
@media (max-width:640px) {
  .discovery-actions > button {
    width: 100%;
  }
  .enterprise-host-row,.enterprise-invitations > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .enterprise-pair {
    grid-template-columns: 1fr;
  }
  .discovery-toolbar {
    flex-direction: column;
  }
}
@media (max-width:700px) {
  .console-topbar-actions > button:nth-child(-n+2) {
    display: none;
  }
  .discovery-toolbar > div:last-child {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width:640px) {
  .console-hero {
    min-height: 0;
    padding: 25px;
  }
  .console-hero-icon,.console-hero-mascot {
    display: none;
  }
  .console-hero h1 {
    font-size: 27px;
  }
  .console-host-grid,.console-split {
    grid-template-columns: 1fr;
  }
  .console-toolbar {
    flex-wrap: wrap;
  }
  .console-toolbar > .console-search {
    flex-basis: 100%;
  }
  .console-toolbar > input,.console-toolbar > div:not(.console-search) {
    flex: 1;
  }
  .console-dialog-body {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .console-dialog-body > img {
    width: 110px;
    height: 110px;
    justify-self: center;
  }
  [data-axo-dialog="dialog-terminal-links"] .console-dialog-body {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 12px;
  }
  [data-axo-dialog="dialog-terminal-links"] .console-dialog-body > img {
    width: 132px;
    height: 132px;
  }
  .console-detail-grid {
    grid-template-columns: 1fr 1.5fr;
  }
  .console-metrics {
    gap: 8px;
  }
  .console-metrics > div {
    padding: 15px;
  }
  .console-audit-row > span {
    white-space: nowrap;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
