/* /Components/ChoiceTile.razor.rz.scp.css */
.tile[b-6g6gpbp7iw] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-height: 5.25rem;
    padding: 0.85rem 0.75rem 0.7rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 0.85rem;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
    color: var(--mud-palette-text-primary);
    font: inherit;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

    .tile:hover[b-6g6gpbp7iw] {
        border-color: var(--mud-palette-primary);
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
    }

    .tile:focus-visible[b-6g6gpbp7iw] {
        outline: 2px solid var(--mud-palette-primary);
        outline-offset: 2px;
    }

.tile-disabled[b-6g6gpbp7iw] {
    opacity: 0.48;
    cursor: not-allowed;
}

.tile-disabled:hover[b-6g6gpbp7iw] {
    border-color: var(--mud-palette-lines-default);
    transform: none;
    box-shadow: none;
}

.tile-selected[b-6g6gpbp7iw] {
    border-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, var(--mud-palette-surface));
    box-shadow: 0 0 0 1px var(--mud-palette-primary) inset, 0 1px 3px rgba(37, 99, 235, 0.16);
}

.tile-selected .tile-label[b-6g6gpbp7iw] {
    color: var(--mud-palette-primary);
}

/* Radio marker in the top-left corner, like the reference layout. */
.tile-mark[b-6g6gpbp7iw] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 0.85rem;
    height: 0.85rem;
    border: 2px solid var(--mud-palette-lines-inputs);
    border-radius: 50%;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tile-selected .tile-mark[b-6g6gpbp7iw] {
    border-color: var(--mud-palette-primary);
    box-shadow: inset 0 0 0 2.5px var(--mud-palette-primary);
}

/* ::deep — the class lands on MudIcon, which isolation does not stamp. */
[b-6g6gpbp7iw] .tile-icon {
    font-size: 1.6rem;
}

.tile-label[b-6g6gpbp7iw] {
    font-size: 0.925rem;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .tile-label[b-6g6gpbp7iw] {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}
/* /Components/FlagOption.razor.rz.scp.css */
.flag[b-pjs1692rfk] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    min-width: 0;
    min-height: 2.9rem;
    padding: 0.32rem 0.5rem 0.32rem 0.25rem;
    border-radius: 0.55rem;
    cursor: pointer;
    transition: background-color 0.12s ease;
}

    .flag:hover[b-pjs1692rfk] {
        background-color: var(--mud-palette-action-default-hover);
    }

.flag-disabled[b-pjs1692rfk] {
    opacity: 0.5;
    cursor: not-allowed;
}

.flag[b-pjs1692rfk]  .mud-checkbox {
    flex: 0 0 auto;
}

.flag-body[b-pjs1692rfk] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    min-width: 0;
    line-height: 1.4;
}

.flag-help[b-pjs1692rfk] {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    color: var(--mud-palette-text-secondary);
    cursor: help;
}

.flag-help[b-pjs1692rfk]  .mud-icon-root {
    font-size: 1rem;
}

.flag-help:hover[b-pjs1692rfk] {
    color: var(--mud-palette-primary);
}

.flag-label[b-pjs1692rfk] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    white-space: nowrap;
}

@media (max-width: 520px) {
    .flag[b-pjs1692rfk] {
        align-items: flex-start;
        min-height: 3.5rem;
    }

    .flag[b-pjs1692rfk]  .mud-checkbox {
        margin-top: 0.05rem;
    }

    .flag-body[b-pjs1692rfk] { padding-top: 0.35rem; }
}
/* /Components/HelpDialog.razor.rz.scp.css */
.help-note[b-bqdvuvsy2w] {
    margin: 0 0 0.75rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
    line-height: 1.7;
}

.help-text[b-bqdvuvsy2w] {
    margin: 0;
    padding: 1rem;
    border-radius: 0.6rem;
    background-color: #1b2233;
    color: #e2e8f0;
    font-family: 'Cascadia Mono', Consolas, 'SF Mono', Menlo, monospace;
    font-size: 0.78rem;
    line-height: 1.6;
    max-height: 60vh;
    overflow: auto;
    white-space: pre;
}
/* /Components/ResultCard.razor.rz.scp.css */
.result[b-poaa0kwxxb] {
    display: block;
    padding: 1rem 1.15rem 1.1rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 1.15rem;
    background-color: var(--mud-palette-surface);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
    scroll-margin-top: 5rem;
}

.result-head[b-poaa0kwxxb] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.result-badge[b-poaa0kwxxb] {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.52rem;
    background: linear-gradient(145deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    color: var(--mud-palette-primary-text);
}

/* ::deep — these classes land on MudText, which isolation does not stamp. */
[b-poaa0kwxxb] .result-title {
    font-weight: 600;
}

[b-poaa0kwxxb] .result-sub {
    color: var(--mud-palette-text-secondary);
    font-size: 0.82rem;
}

/* The terminal block keeps its dark look in both themes, like a real console. */
.term[b-poaa0kwxxb] {
    position: relative;
    padding: 1.05rem 3rem 1.05rem 1.15rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #111827, #0b1020);
    border: 1px solid #27344b;
}

.term-code[b-poaa0kwxxb] {
    display: block;
    font-family: 'Cascadia Mono', Consolas, 'SF Mono', Menlo, monospace;
    font-size: 0.95rem;
    line-height: 1.75;
    /* Must NOT be pre-wrap: the newlines and indentation between the token
       <span>s in the Razor source would each become a real line break. */
    white-space: normal;
    overflow-wrap: anywhere;
    max-height: 9rem;
    overflow-y: auto;
    user-select: all;
}

.term-prompt[b-poaa0kwxxb] {
    color: #4ade80;
    font-weight: 700;
    margin-right: 0.5rem;
    user-select: none;
}

/* Spacing lives here, not in a whitespace-only element: Razor trims those away,
   which is what made every token run together. */
.tok[b-poaa0kwxxb] {
    margin-right: 0.55ch;
}

.tok-cmd[b-poaa0kwxxb] {
    color: #fbbf24;
    font-weight: 600;
}

.tok-flag[b-poaa0kwxxb] {
    color: #7dd3fc;
}

.tok-value[b-poaa0kwxxb] {
    color: #e2e8f0;
}

[b-poaa0kwxxb] .term-copy {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #94a3b8;
}

    [b-poaa0kwxxb] .term-copy:hover {
        color: #e2e8f0;
        background-color: rgba(255, 255, 255, 0.08);
    }

.result-issues[b-poaa0kwxxb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.75rem;
}

.issue-body[b-poaa0kwxxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.issue-actions[b-poaa0kwxxb] {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
}

    /* MudButton uppercases its label, which mangles flag names like --modern. */
    .issue-actions[b-poaa0kwxxb]  .mud-button-root {
        text-transform: none;
    }

.result-foot[b-poaa0kwxxb] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
    line-height: 1.6;
    color: var(--mud-palette-text-secondary);
}
/* /Components/SectionCard.razor.rz.scp.css */
.section[b-uhx1r0lal8] {
    display: block;
    height: 100%;
    padding: 1.2rem 1.35rem 1.35rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 1.1rem;
    background-color: var(--mud-palette-surface);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.055);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    scroll-margin-top: 5rem;
}

.section:hover[b-uhx1r0lal8] {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--mud-palette-primary) 28%, var(--mud-palette-divider));
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

/* Shadows read as grime on dark surfaces; lean on the border there instead. */
@media (prefers-color-scheme: dark) {
    .section[b-uhx1r0lal8] {
        box-shadow: none;
    }
}

.section-head[b-uhx1r0lal8] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0.95rem;
}

.section-number[b-uhx1r0lal8] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.48rem;
    background: linear-gradient(145deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    color: var(--mud-palette-primary-text);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

.section-number-error[b-uhx1r0lal8] {
    background-color: var(--mud-palette-error);
    color: var(--mud-palette-error-text);
}

/* ::deep — these classes land on MudText, which isolation does not stamp. */
[b-uhx1r0lal8] .section-title {
    font-size: 1rem;
    font-weight: 700;
}

[b-uhx1r0lal8] .section-hint {
    color: var(--mud-palette-text-secondary);
    font-size: 0.82rem;
}

[b-uhx1r0lal8] .section-optional {
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: var(--mud-palette-action-default-hover);
}

.section-body[b-uhx1r0lal8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Components/SectionNav.razor.rz.scp.css */
.nav[b-hqy07iq238] {
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 48rem;
}

.nav-node[b-hqy07iq238] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    flex: 0 0 4.75rem;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

    .nav-node:focus-visible[b-hqy07iq238] {
        outline: 2px solid var(--mud-palette-primary);
        outline-offset: 3px;
        border-radius: 0.4rem;
    }

.nav-dot[b-hqy07iq238] {
    display: grid;
    place-items: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.15s ease, color 0.15s ease;
}

/* Tinted blue rather than grey: the reference rail reads as one blue family,
   while the filled state still marks which sections were actually touched. */
.nav-dot-idle[b-hqy07iq238] {
    background-color: var(--mud-palette-primary-hover);
    color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px var(--mud-palette-primary) inset;
}

.nav-dot-default[b-hqy07iq238] {
    background-color: color-mix(in srgb, var(--mud-palette-success) 10%, var(--mud-palette-surface));
    color: var(--mud-palette-success);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--mud-palette-success) 55%, transparent) inset;
}

.nav-dot-active[b-hqy07iq238],
.nav-dot-done[b-hqy07iq238] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.nav-dot-done[b-hqy07iq238] {
    background-color: var(--mud-palette-success);
    color: var(--mud-palette-success-text);
}

.nav-dot-active[b-hqy07iq238] {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--mud-palette-primary) 18%, transparent);
}

.nav-dot-error[b-hqy07iq238] {
    background-color: var(--mud-palette-error);
    color: var(--mud-palette-error-text);
}

.nav-label[b-hqy07iq238] {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
}

.nav-line[b-hqy07iq238] {
    flex: 1 1 1.5rem;
    min-width: 0.75rem;
    max-width: 3rem;
    height: 2px;
    margin-top: 0.85rem;
    border-radius: 1px;
    background-color: var(--mud-palette-primary-hover);
    transition: background-color 0.15s ease;
}

.nav-line-on[b-hqy07iq238] {
    background-color: var(--mud-palette-primary);
}

@media (max-width: 600px) {
    .nav[b-hqy07iq238] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem 0.25rem;
        min-width: 0;
    }

    .nav-node[b-hqy07iq238] {
        width: 100%;
        min-width: 0;
    }

    .nav-line[b-hqy07iq238] {
        display: none;
    }

    .nav-label[b-hqy07iq238] {
        font-size: 0.72rem;
        white-space: normal;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-ay95t8151e] .appbar {
    border-bottom: 1px solid var(--mud-palette-divider);
    background: color-mix(in srgb, var(--mud-palette-surface) 90%, transparent) !important;
    backdrop-filter: blur(16px);
}

.brand[b-ay95t8151e] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.brand-mark[b-ay95t8151e] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin-right: 0.7rem;
    border-radius: 0.62rem;
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.28);
}

.brand-copy[b-ay95t8151e] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

/* ::deep — these classes land on MudText / MudDivider, which isolation does not stamp. */
[b-ay95t8151e] .brand-name {
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

[b-ay95t8151e] .brand-app {
    color: var(--mud-palette-text-secondary);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    white-space: nowrap;
}

@media (max-width: 600px) {
    [b-ay95t8151e] .brand-app { display: none; }
}
/* /Pages/Home.razor.rz.scp.css */
.page-head[b-d1jb2uifuc] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.35rem;
    margin-bottom: 1.5rem;
    padding: 1.8rem 2rem;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-divider));
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 8% 15%, color-mix(in srgb, var(--mud-palette-primary) 14%, transparent), transparent 32%),
        radial-gradient(circle at 88% 85%, color-mix(in srgb, var(--mud-palette-secondary) 12%, transparent), transparent 34%),
        var(--mud-palette-surface);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.hero-copy[b-d1jb2uifuc] {
    max-width: 36rem;
}

.eyebrow[b-d1jb2uifuc] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
    color: var(--mud-palette-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow span[b-d1jb2uifuc] {
    width: 1.65rem;
    height: 2px;
    border-radius: 2px;
    background: var(--mud-palette-primary);
}

/* ::deep — these classes land on MudText, which isolation does not stamp. */
[b-d1jb2uifuc] .page-title {
    max-width: 34rem;
    font-weight: 850;
    font-size: clamp(1.85rem, 2.7vw, 2.65rem);
    line-height: 1.14;
    letter-spacing: -0.045em;
}

[b-d1jb2uifuc] .page-title em {
    color: var(--mud-palette-primary);
    font-style: normal;
}

[b-d1jb2uifuc] .page-sub {
    max-width: 35rem;
    margin-top: 0.7rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.8;
}

.progress-panel[b-d1jb2uifuc] {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--mud-palette-surface) 86%, transparent);
    backdrop-filter: blur(12px);
    overflow-x: auto;
    scrollbar-width: thin;
}

.result-slot[b-d1jb2uifuc] {
    margin-top: 1.5rem;
}

@media (max-width: 600px) {
    .page-head[b-d1jb2uifuc] { padding: 1.5rem 1.2rem; border-radius: 1.15rem; }
    .progress-panel[b-d1jb2uifuc] {
        padding: 0.9rem 0.5rem;
        overflow-x: visible;
    }
}

/* ---- shared section styles (::deep reaches into the section components) ---- */

[b-d1jb2uifuc] .tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 0.7rem;
}

[b-d1jb2uifuc] .tile-grid-sm {
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
}

[b-d1jb2uifuc] .option-tile-grid {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

[b-d1jb2uifuc] .dbms-tile-grid {
    grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}

/* 16rem fits the longest flag pair (--no-kubernetes-configuration / -nkc)
   on one line; narrower columns forced ugly mid-word breaks. */
[b-d1jb2uifuc] .flag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 0.35rem 1rem;
}

[b-d1jb2uifuc] .inline-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

[b-d1jb2uifuc] .inline-radios .mud-radio-content {
    white-space: nowrap;
    font-size: 0.9rem;
}

[b-d1jb2uifuc] .field-label {
    display: block;
    color: var(--mud-palette-text-secondary);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.55rem;
}

[b-d1jb2uifuc] .field-note {
    display: block;
    color: var(--mud-palette-text-secondary);
    font-size: 0.82rem;
    line-height: 1.6;
    margin-top: 0.5rem;
}

[b-d1jb2uifuc] .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

[b-d1jb2uifuc] .dimmed {
    opacity: 0.55;
}

[b-d1jb2uifuc] code {
    font-family: 'Cascadia Mono', Consolas, 'SF Mono', Menlo, monospace;
    font-size: 0.85em;
}

@media (max-width: 600px) {
    [b-d1jb2uifuc] .tile-grid,
    [b-d1jb2uifuc] .tile-grid-sm {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [b-d1jb2uifuc] .flag-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
