/* _content/AZExecute.UI.Shared/Components/Features/General/AzxEntityHeroComponent.razor.rz.scp.css */
.azx-entity-hero[b-q1487kvwdr] {
    border-radius: 22px;
    border: 1px solid rgba(149, 203, 81, 0.32);
    box-shadow: 0 18px 36px rgba(10, 16, 10, 0.2);
}

.azx-entity-hero.azx-entity-hero-compact[b-q1487kvwdr]  .azx-front-overview-title {
    font-size: clamp(1.65rem, 2.8vw, 2.4rem);
    max-width: 20ch;
}

.azx-entity-hero.azx-entity-hero-compact[b-q1487kvwdr]  .azx-front-overview-subtitle {
    margin-top: 0.55rem;
}

.azx-entity-hero[b-q1487kvwdr]  .mud-paper.mud-paper-inherit-background {
    background-color: transparent;
}

.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip {
    background: rgba(235, 245, 227, 0.16);
    border: 1px solid rgba(192, 227, 152, 0.34);
    color: var(--mud-palette-dark-text);
    backdrop-filter: blur(2px);
}

.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip.mud-chip-filled,
.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip.mud-chip-filled .mud-chip-content,
.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip.mud-chip-filled .mud-chip-icon {
    color: var(--mud-palette-dark-text) !important;
}

.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip .mud-chip-icon,
.azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip .mud-chip-content {
    color: var(--mud-palette-dark-text);
}

.mud-theme-light .azx-entity-hero[b-q1487kvwdr]  .azx-entity-hero-chip-scope .mud-chip {
    background: rgba(222, 238, 203, 0.22);
    border-color: rgba(188, 217, 151, 0.46);
}

.azx-entity-hero-stats[b-q1487kvwdr] {
    width: 100%;
}

.azx-entity-hero.application-overview-hero[b-q1487kvwdr] {
    border-color: rgba(149, 203, 81, 0.42);
    box-shadow: 0 22px 42px rgba(10, 16, 10, 0.24);
}

@media (max-width: 600px) {
    .azx-entity-hero[b-q1487kvwdr] {
        border-radius: 16px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* _content/AZExecute.UI.Shared/Components/Features/General/AzxEntityTabsShellComponent.razor.rz.scp.css */
.azx-entity-tabs-shell[b-sc66qcz9v0]  .mud-tabs-toolbar {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.azx-entity-tabs-shell[b-sc66qcz9v0]  .mud-tab {
    text-transform: none;
    font-weight: 700;
}
/* _content/AZExecute.UI.Shared/Components/Features/General/EntityDetailsSurfaceComponent.razor.rz.scp.css */
.azx-entity-details-surface[b-pl1zlbptel] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(118, 186, 27, 0.1), transparent 40%),
        linear-gradient(180deg, rgba(118, 186, 27, 0.04), rgba(118, 186, 27, 0));
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(10, 16, 10, 0.08);
}

.azx-entity-details-header[b-pl1zlbptel] {
    padding: 1rem 1.25rem 0.75rem;
}

.azx-entity-details-divider[b-pl1zlbptel] {
    border-color: rgba(118, 186, 27, 0.24);
}

.azx-entity-details-body[b-pl1zlbptel] {
    padding: 0.75rem 1.25rem 1.25rem;
}

@media (max-width: 600px) {
    .azx-entity-details-header[b-pl1zlbptel] {
        padding: 0.75rem 0.85rem 0.55rem;
    }

    .azx-entity-details-body[b-pl1zlbptel] {
        padding: 0.55rem 0.85rem 0.85rem;
    }
}
/* _content/AZExecute.UI.Shared/Components/Features/Machines/LiveConsoleComponent.razor.rz.scp.css */
.machine-live-console[b-bfokbgkyjj] {
    border-radius: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.machine-live-console.machine-live-console--fullscreen[b-bfokbgkyjj] {
    height: 100%;
    min-height: calc(100vh - 190px);
}

.machine-live-console.machine-live-console--fullscreen > .mud-paper[b-bfokbgkyjj] {
    min-height: calc(100vh - 210px);
}

.machine-live-console.machine-live-console--fullscreen .machine-console-v2-host[b-bfokbgkyjj] {
    --machine-console-v2-min-height: clamp(460px, calc(100vh - 440px), 980px);
}

.machine-console-active-layout[b-bfokbgkyjj] {
    display: grid;
    gap: 0.9rem;
}

.console-output-shell[b-bfokbgkyjj],
.console-command-shell[b-bfokbgkyjj] {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.console-session-placeholder[b-bfokbgkyjj] {
    border-radius: 14px;
    background: radial-gradient(circle at 18% -8%,rgba(118,186,27,.31),transparent 54%),radial-gradient(circle at 92% 14%,rgba(88,142,24,.28),transparent 46%),linear-gradient(160deg,#0f1410 0%,#171f16 55%,#152015 100%);
    border: 1px solid rgba(159, 196, 109, 0.34);
}

.console-session-placeholder[b-bfokbgkyjj]  .console-session-placeholder-title {
    color: var(--azx-hero-ink) !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.console-session-placeholder[b-bfokbgkyjj]  .console-session-placeholder-subtitle {
    color: var(--azx-hero-ink) !important;
    max-width: 70ch;
}

.console-session-placeholder[b-bfokbgkyjj]  .console-session-placeholder-subtitle strong {
    color: var(--azx-hero-ink) !important;
}

.machine-console-header[b-bfokbgkyjj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.machine-console-header-title[b-bfokbgkyjj] {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(202, 230, 170, 0.95);
}

.machine-console-header-hint[b-bfokbgkyjj] {
    color: var(--mud-palette-text-secondary);
}

.machine-console-type-select[b-bfokbgkyjj] {
    min-width: 170px;
}

.machine-console-editor-shell[b-bfokbgkyjj] {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.machine-console-editor-shell-output[b-bfokbgkyjj] {
    --machine-console-output-min-height: 340px;
    min-height: var(--machine-console-output-min-height);
}

.machine-console-commandline[b-bfokbgkyjj] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.3rem 0;
}

.machine-console-prompt[b-bfokbgkyjj] {
    font-family: Consolas, "Cascadia Code", Menlo, Monaco, monospace;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(168, 214, 119, 0.96);
    background: rgba(15, 21, 31, 0.9);
    border: 1px solid rgba(143, 174, 115, 0.34);
    border-radius: 8px;
    padding: 0.46rem 0.72rem;
    letter-spacing: 0.04em;
    user-select: none;
}

.machine-console-commandline-input[b-bfokbgkyjj] {
    flex: 1;
    min-width: 0;
}

.machine-console-v2-host[b-bfokbgkyjj] {
    --machine-console-v2-min-height: 420px;
    min-height: var(--machine-console-v2-min-height);
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(142, 176, 109, 0.28);
    background: #0b0f17;
    overflow: hidden;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(150, 173, 131, 0.28);
    overflow: hidden;
    background: rgba(7, 10, 16, 0.82);
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco-output {
    min-height: var(--machine-console-output-min-height) !important;
    height: 100% !important;
}

.machine-console-editor-shell-output[b-bfokbgkyjj]  .machine-console-monaco-output {
    min-height: var(--machine-console-output-min-height) !important;
    height: 100% !important;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco-output > div,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco-output .monaco-editor,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco-output .monaco-editor .overflow-guard,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco-output .monaco-scrollable-element {
    min-height: var(--machine-console-output-min-height) !important;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco .monaco-editor,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco > div,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco .monaco-editor .overflow-guard,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco .monaco-editor .monaco-scrollable-element,
.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco .monaco-scrollable-element {
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-monaco .monaco-scrollable-element > .scrollbar.vertical {
    display: block !important;
    opacity: 1 !important;
    right: 0 !important;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-commandline-input .mud-input-control {
    margin-top: 0;
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-commandline-input .mud-input-slot {
    background: rgba(9, 13, 20, 0.92);
    border-radius: 9px;
    border: 1px solid rgba(145, 174, 120, 0.3);
}

.machine-live-console[b-bfokbgkyjj]  .machine-console-commandline-input input {
    font-family: Consolas, "Cascadia Code", Menlo, Monaco, monospace;
    color: rgba(228, 242, 212, 0.97);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-terminal {
    height: var(--machine-console-v2-min-height);
    min-height: var(--machine-console-v2-min-height);
    display: flex;
    flex-direction: column;
    background: #000000;
    color: #d8e6ca;
    font-family: Consolas, "Cascadia Code", Menlo, Monaco, monospace;
    font-size: 0.95rem;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-output {
    flex: 1;
    overflow-y: scroll;
    overflow-x: auto;
    padding: 0.8rem 0.95rem 0.35rem 0.95rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.4;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line {
    min-height: 1.2em;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--prompt {
    color: #95f06d;
    font-weight: 700;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--command {
    color: #f4f7ee;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--stderr-marker,
.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--stderr,
.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--error,
.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--exit-fail {
    color: #ff5f56;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--warning {
    color: #ffd866;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--verbose,
.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--debug {
    color: #4fc1ff;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--meta {
    color: #b6c2d9;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-line.azx-livev2-line--exit-ok {
    color: #9fd579;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-input-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-top: 1px solid rgba(121, 156, 96, 0.3);
    padding: 0.65rem 0.95rem 0.78rem 0.95rem;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-prompt {
    color: rgba(169, 221, 115, 0.96);
    font-weight: 700;
    user-select: none;
    letter-spacing: 0.03em;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-input {
    flex: 1;
    min-width: 0;
    outline: none;
    color: #e8f3dc;
    white-space: pre-wrap;
    word-break: break-word;
}

.machine-live-console[b-bfokbgkyjj]  .azx-livev2-terminal[data-busy="true"] .azx-livev2-input {
    opacity: 0.72;
}

@media (max-width: 900px) {
    .machine-live-console.machine-live-console--fullscreen[b-bfokbgkyjj] {
        min-height: calc(100vh - 165px);
    }

    .machine-console-editor-shell-output[b-bfokbgkyjj] {
        --machine-console-output-min-height: 340px;
        min-height: var(--machine-console-output-min-height);
    }

    .machine-console-v2-host[b-bfokbgkyjj] {
        --machine-console-v2-min-height: 360px;
    }

    .machine-live-console.machine-live-console--fullscreen .machine-console-v2-host[b-bfokbgkyjj] {
        --machine-console-v2-min-height: clamp(300px, calc(100vh - 440px), 700px);
    }
}

@media (max-width: 650px) {
    .machine-console-commandline[b-bfokbgkyjj] {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .machine-console-prompt[b-bfokbgkyjj] {
        width: fit-content;
    }

    .machine-console-commandline-input[b-bfokbgkyjj] {
        min-width: 100%;
    }
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj] {
    background: linear-gradient(180deg, rgba(243, 248, 238, 0.82) 0%, rgba(235, 243, 230, 0.88) 100%);
}

.mud-theme-light .console-output-shell[b-bfokbgkyjj] {
    background: linear-gradient(180deg, rgba(234, 244, 223, 0.7) 0%, rgba(220, 233, 204, 0.84) 100%);
    border-color: rgba(108, 146, 67, 0.36);
}

.mud-theme-light .console-command-shell[b-bfokbgkyjj] {
    background: linear-gradient(180deg, rgba(243, 248, 238, 0.7) 0%, rgba(232, 241, 225, 0.82) 100%);
    border-color: rgba(114, 148, 74, 0.3);
}

.mud-theme-light .console-session-placeholder[b-bfokbgkyjj] {
    background: radial-gradient(circle at top right, rgba(199, 228, 170, 0.6) 0%, rgba(238, 246, 231, 0.92) 70%);
    border-color: rgba(119, 158, 73, 0.38);
}

.mud-theme-light .machine-console-header-title[b-bfokbgkyjj] {
    color: rgba(66, 103, 29, 0.94);
}

.mud-theme-light .machine-console-prompt[b-bfokbgkyjj] {
    background: rgba(241, 247, 235, 0.94);
    color: rgba(54, 94, 25, 0.96);
    border-color: rgba(109, 151, 66, 0.34);
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .machine-console-commandline-input .mud-input-slot {
    background: rgba(250, 252, 247, 0.98);
    border-color: rgba(116, 152, 80, 0.3);
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .machine-console-commandline-input input {
    color: rgba(25, 37, 22, 0.98);
}

.mud-theme-light .machine-console-v2-host[b-bfokbgkyjj] {
    border-color: rgba(113, 152, 72, 0.34);
    background: #f8fbf5;
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .azx-livev2-terminal {
    background: #f8fbf5;
    color: #1f3220;
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .azx-livev2-input-row {
    border-top-color: rgba(112, 150, 74, 0.28);
    background: linear-gradient(180deg, rgba(244, 250, 238, 0.98) 0%, rgba(238, 247, 230, 0.98) 100%);
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .azx-livev2-prompt {
    color: rgba(54, 99, 22, 0.96);
}

.mud-theme-light .machine-live-console[b-bfokbgkyjj]  .azx-livev2-input {
    color: #1f3320;
}
