/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-4mnc7h4hwp] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.app-bar[b-4mnc7h4hwp] {
    background-color: #3f51b5;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 64px;
    min-height: 64px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    z-index: 100;
}

.menu-button[b-4mnc7h4hwp] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: background-color 0.15s;
}

.menu-button:hover[b-4mnc7h4hwp] {
    background-color: rgba(255,255,255,0.15);
}

.menu-button svg[b-4mnc7h4hwp] {
    fill: white;
    width: 24px;
    height: 24px;
}

.app-bar-title[b-4mnc7h4hwp] {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
}

.main-content-wrapper[b-4mnc7h4hwp] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.drawer[b-4mnc7h4hwp] {
    background-color: #ffffff;
    border-right: 1px solid rgba(0,0,0,0.12);
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.25s ease;
    flex-shrink: 0;
}

.drawer.open[b-4mnc7h4hwp] {
    width: 240px;
}

.drawer.closed[b-4mnc7h4hwp] {
    width: 0;
}

.main-content[b-4mnc7h4hwp] {
    flex: 1;
    overflow-y: auto;
    background-color: #f5f5f5;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#nav-menu[b-azkk0pwrfl] {
    display: flex;
    flex-direction: column;
    width: 240px;
    padding: 8px 0;
}

[b-azkk0pwrfl] .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: rgba(0,0,0,0.87);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    transition: background-color 0.15s;
    white-space: nowrap;
}

[b-azkk0pwrfl] .nav-link:hover {
    background-color: rgba(0,0,0,0.04);
    color: rgba(0,0,0,0.87);
    text-decoration: none;
}

[b-azkk0pwrfl] .nav-link.active {
    background-color: rgba(63,81,181,0.12);
    color: #3f51b5;
    font-weight: 600;
}

[b-azkk0pwrfl] .nav-link svg {
    width: 20px;
    height: 20px;
    fill: rgba(0,0,0,0.54);
    flex-shrink: 0;
}

[b-azkk0pwrfl] .nav-link.active svg {
    fill: #3f51b5;
}

.nav-divider[b-azkk0pwrfl] {
    margin: 8px 0;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.12);
}

.text-subtitle2[b-azkk0pwrfl] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 8px 16px 4px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cyny6iza6x],
.components-reconnect-repeated-attempt-visible[b-cyny6iza6x],
.components-reconnect-failed-visible[b-cyny6iza6x],
.components-pause-visible[b-cyny6iza6x],
.components-resume-failed-visible[b-cyny6iza6x],
.components-rejoining-animation[b-cyny6iza6x] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-retrying[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-failed[b-cyny6iza6x],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cyny6iza6x] {
    display: block;
}


#components-reconnect-modal[b-cyny6iza6x] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-cyny6iza6x 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cyny6iza6x 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cyny6iza6x 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cyny6iza6x]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cyny6iza6x 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cyny6iza6x {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cyny6iza6x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cyny6iza6x {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cyny6iza6x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cyny6iza6x] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cyny6iza6x] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cyny6iza6x] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cyny6iza6x] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cyny6iza6x] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cyny6iza6x] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cyny6iza6x 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cyny6iza6x] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cyny6iza6x {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/DevelopPage.razor.rz.scp.css */
/* ===== Page wrapper ===== */
.dev-page[b-mssh2d5dcb] {
    padding: 5px;
}

.dev-header[b-mssh2d5dcb] {
    margin-bottom: 16px;
}

.dev-title[b-mssh2d5dcb] {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    margin: 0;
}

/* ===== Card ===== */
.dev-card[b-mssh2d5dcb] {
    overflow: hidden;
}

/* ===== Status bar ===== */
.dev-status-bar[b-mssh2d5dcb] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    min-height: 52px;
}

.dev-machine-icon[b-mssh2d5dcb] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dev-machine-icon[b-mssh2d5dcb]  svg,
.dev-machine-icon[b-mssh2d5dcb]  img {
    width: 22px;
    height: 22px;
}

/* Pool Refresh Time — single line: label + value side by side */
.dev-status-bar[b-mssh2d5dcb]  #pool-refresh-time {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.dev-status-bar[b-mssh2d5dcb]  .input-label {
    display: inline;
    white-space: nowrap;
    font-size: 0.8rem;
}

.dev-status-bar[b-mssh2d5dcb]  .input-text-readonly {
    display: inline;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* ===== Sections ===== */
.dev-section[b-mssh2d5dcb] {
    padding: 20px 24px;
}

.dev-section + .dev-section[b-mssh2d5dcb] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dev-section-title[b-mssh2d5dcb] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 14px 0;
    color: rgba(0, 0, 0, 0.87);
}

/* ===== Desktop: tenant cards — fixed width, no stretching ===== */
.dev-section[b-mssh2d5dcb]  .grid-item {
    flex: 0 1 280px;
    width: 280px;
}

/* ===== Desktop: service cards — compact flex wrap ===== */
.dev-section[b-mssh2d5dcb]  #docker-inspect-card,
.dev-section[b-mssh2d5dcb]  #ping-virtual-machine-card {
    flex: 1 1 190px;
    min-width: 170px;
    max-width: 250px;
}

/* ===== Tablet (600–899px) ===== */
@media (max-width: 899px) {
    .dev-page[b-mssh2d5dcb] {
        padding: 16px;
    }

    .dev-status-bar[b-mssh2d5dcb] {
        padding: 8px 16px;
        gap: 10px;
    }

    .dev-section[b-mssh2d5dcb] {
        padding: 16px;
    }

    .dev-section[b-mssh2d5dcb]  .grid-item {
        flex: 0 1 260px;
        width: 260px;
    }

    .dev-section[b-mssh2d5dcb]  #docker-inspect-card,
    .dev-section[b-mssh2d5dcb]  #ping-virtual-machine-card {
        flex: 1 1 160px;
        min-width: 140px;
        max-width: unset;
    }
}

/* ===== Mobile (< 600px) ===== */
@media (max-width: 599px) {
    .dev-page[b-mssh2d5dcb] {
        padding: 8px;
    }

    .dev-title[b-mssh2d5dcb] {
        font-size: 1.5rem;
    }

    .dev-header[b-mssh2d5dcb] {
        margin-bottom: 8px;
    }

    .dev-status-bar[b-mssh2d5dcb] {
        padding: 8px 12px;
        gap: 8px;
        /* icon + badge on row 1, time wraps to row 2 */
    }

    .dev-machine-icon[b-mssh2d5dcb] {
        width: 30px;
        height: 30px;
    }

    .dev-machine-icon[b-mssh2d5dcb]  svg,
    .dev-machine-icon[b-mssh2d5dcb]  img {
        width: 18px;
        height: 18px;
    }

    /* Pool Refresh Time fills its own row on mobile */
    .dev-status-bar[b-mssh2d5dcb]  #pool-refresh-time {
        flex-basis: 100%;
        padding: 0;
    }

    .dev-section[b-mssh2d5dcb] {
        padding: 12px;
    }

    /* Tenant cards: full width on mobile */
    .dev-section[b-mssh2d5dcb]  .grid-item {
        flex: 1 1 100%;
        min-width: unset;
        max-width: unset;
    }

    /* Service cards: 2 per row on mobile */
    .dev-section[b-mssh2d5dcb]  #docker-inspect-card,
    .dev-section[b-mssh2d5dcb]  #ping-virtual-machine-card {
        flex: 1 1 calc(50% - 4px);
        min-width: 130px;
        max-width: unset;
    }
}

/* ===== Small mobile (< 400px): service cards stack too ===== */
@media (max-width: 399px) {
    .dev-section[b-mssh2d5dcb]  #docker-inspect-card,
    .dev-section[b-mssh2d5dcb]  #ping-virtual-machine-card {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/HotfixPage.razor.rz.scp.css */
/* ===== Page wrapper ===== */
.hotfix-page[b-ls8nqkeyrc] {
    padding: 5px;
}

.hotfix-header[b-ls8nqkeyrc] {
    margin-bottom: 16px;
}

.hotfix-title[b-ls8nqkeyrc] {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    margin: 0;
}

/* ===== Card ===== */
.hotfix-card[b-ls8nqkeyrc] {
    overflow: hidden;
}

/* ===== Status bar ===== */
.hotfix-status-bar[b-ls8nqkeyrc] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    min-height: 52px;
}

.hotfix-machine-icon[b-ls8nqkeyrc] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hotfix-machine-icon[b-ls8nqkeyrc]  svg,
.hotfix-machine-icon[b-ls8nqkeyrc]  img {
    width: 22px;
    height: 22px;
}

/* Pool Refresh Time — single line: label + value side by side */
.hotfix-status-bar[b-ls8nqkeyrc]  #pool-refresh-time {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.hotfix-status-bar[b-ls8nqkeyrc]  .input-label {
    display: inline;
    white-space: nowrap;
    font-size: 0.8rem;
}

.hotfix-status-bar[b-ls8nqkeyrc]  .input-text-readonly {
    display: inline;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* ===== Sections ===== */
.hotfix-section[b-ls8nqkeyrc] {
    padding: 20px 24px;
}

.hotfix-section + .hotfix-section[b-ls8nqkeyrc] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hotfix-section-title[b-ls8nqkeyrc] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 14px 0;
    color: rgba(0, 0, 0, 0.87);
}

/* ===== Desktop: tenant cards — fixed width, no stretching ===== */
.hotfix-section[b-ls8nqkeyrc]  .grid-item {
    flex: 0 1 280px;
    width: 280px;
}

/* ===== Desktop: service cards — compact flex wrap ===== */
.hotfix-section[b-ls8nqkeyrc]  #docker-inspect-card,
.hotfix-section[b-ls8nqkeyrc]  #ping-virtual-machine-card {
    flex: 1 1 190px;
    min-width: 170px;
    max-width: 250px;
}

/* ===== Tablet (600–899px) ===== */
@media (max-width: 899px) {
    .hotfix-page[b-ls8nqkeyrc] {
        padding: 16px;
    }

    .hotfix-status-bar[b-ls8nqkeyrc] {
        padding: 8px 16px;
        gap: 10px;
    }

    .hotfix-section[b-ls8nqkeyrc] {
        padding: 16px;
    }

    .hotfix-section[b-ls8nqkeyrc]  .grid-item {
        flex: 0 1 260px;
        width: 260px;
    }

    .hotfix-section[b-ls8nqkeyrc]  #docker-inspect-card,
    .hotfix-section[b-ls8nqkeyrc]  #ping-virtual-machine-card {
        flex: 1 1 160px;
        min-width: 140px;
        max-width: unset;
    }
}

/* ===== Mobile (< 600px) ===== */
@media (max-width: 599px) {
    .hotfix-page[b-ls8nqkeyrc] {
        padding: 8px;
    }

    .hotfix-title[b-ls8nqkeyrc] {
        font-size: 1.5rem;
    }

    .hotfix-header[b-ls8nqkeyrc] {
        margin-bottom: 8px;
    }

    .hotfix-status-bar[b-ls8nqkeyrc] {
        padding: 8px 12px;
        gap: 8px;
        /* icon + badge on row 1, time wraps to row 2 */
    }

    .hotfix-machine-icon[b-ls8nqkeyrc] {
        width: 30px;
        height: 30px;
    }

    .hotfix-machine-icon[b-ls8nqkeyrc]  svg,
    .hotfix-machine-icon[b-ls8nqkeyrc]  img {
        width: 18px;
        height: 18px;
    }

    /* Pool Refresh Time fills its own row on mobile */
    .hotfix-status-bar[b-ls8nqkeyrc]  #pool-refresh-time {
        flex-basis: 100%;
        padding: 0;
    }

    .hotfix-section[b-ls8nqkeyrc] {
        padding: 12px;
    }

    /* Tenant cards: full width on mobile */
    .hotfix-section[b-ls8nqkeyrc]  .grid-item {
        flex: 1 1 100%;
        min-width: unset;
        max-width: unset;
    }

    /* Service cards: 2 per row on mobile */
    .hotfix-section[b-ls8nqkeyrc]  #docker-inspect-card,
    .hotfix-section[b-ls8nqkeyrc]  #ping-virtual-machine-card {
        flex: 1 1 calc(50% - 4px);
        min-width: 130px;
        max-width: unset;
    }
}

/* ===== Small mobile (< 400px): service cards stack too ===== */
@media (max-width: 399px) {
    .hotfix-section[b-ls8nqkeyrc]  #docker-inspect-card,
    .hotfix-section[b-ls8nqkeyrc]  #ping-virtual-machine-card {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/IonosPage.razor.rz.scp.css */
/* ===== Page wrapper ===== */
.ionos-page[b-ssno3986yh] {
    padding: 5px;
}

.ionos-header[b-ssno3986yh] {
    margin-bottom: 16px;
}

.ionos-title[b-ssno3986yh] {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    margin: 0;
}

/* ===== Card ===== */
.ionos-card[b-ssno3986yh] {
    overflow: hidden;
}

/* ===== Status bar ===== */
.ionos-status-bar[b-ssno3986yh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    min-height: 52px;
}

.ionos-machine-icon[b-ssno3986yh] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ionos-machine-icon[b-ssno3986yh]  svg,
.ionos-machine-icon[b-ssno3986yh]  img {
    width: 22px;
    height: 22px;
}

/* Pool Refresh Time — single line: label + value side by side */
.ionos-status-bar[b-ssno3986yh]  #pool-refresh-time {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.ionos-status-bar[b-ssno3986yh]  .input-label {
    display: inline;
    white-space: nowrap;
    font-size: 0.8rem;
}

.ionos-status-bar[b-ssno3986yh]  .input-text-readonly {
    display: inline;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* ===== Sections ===== */
.ionos-section[b-ssno3986yh] {
    padding: 20px 24px;
}

.ionos-section + .ionos-section[b-ssno3986yh] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ionos-section-title[b-ssno3986yh] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 14px 0;
    color: rgba(0, 0, 0, 0.87);
}

/* ===== Desktop: tenant cards — fixed width, no stretching ===== */
.ionos-section[b-ssno3986yh]  .grid-item {
    flex: 0 1 280px;
    width: 280px;
}

/* ===== Desktop: service cards — compact flex wrap ===== */
.ionos-section[b-ssno3986yh]  #docker-inspect-card,
.ionos-section[b-ssno3986yh]  #ping-virtual-machine-card {
    flex: 1 1 190px;
    min-width: 170px;
    max-width: 250px;
}

/* ===== Tablet (600–899px) ===== */
@media (max-width: 899px) {
    .ionos-page[b-ssno3986yh] {
        padding: 16px;
    }

    .ionos-status-bar[b-ssno3986yh] {
        padding: 8px 16px;
        gap: 10px;
    }

    .ionos-section[b-ssno3986yh] {
        padding: 16px;
    }

    .ionos-section[b-ssno3986yh]  .grid-item {
        flex: 0 1 260px;
        width: 260px;
    }

    .ionos-section[b-ssno3986yh]  #docker-inspect-card,
    .ionos-section[b-ssno3986yh]  #ping-virtual-machine-card {
        flex: 1 1 160px;
        min-width: 140px;
        max-width: unset;
    }
}

/* ===== Mobile (< 600px) ===== */
@media (max-width: 599px) {
    .ionos-page[b-ssno3986yh] {
        padding: 8px;
    }

    .ionos-title[b-ssno3986yh] {
        font-size: 1.5rem;
    }

    .ionos-header[b-ssno3986yh] {
        margin-bottom: 8px;
    }

    .ionos-status-bar[b-ssno3986yh] {
        padding: 8px 12px;
        gap: 8px;
        /* icon + badge on row 1, time wraps to row 2 */
    }

    .ionos-machine-icon[b-ssno3986yh] {
        width: 30px;
        height: 30px;
    }

    .ionos-machine-icon[b-ssno3986yh]  svg,
    .ionos-machine-icon[b-ssno3986yh]  img {
        width: 18px;
        height: 18px;
    }

    /* Pool Refresh Time fills its own row on mobile */
    .ionos-status-bar[b-ssno3986yh]  #pool-refresh-time {
        flex-basis: 100%;
        padding: 0;
    }

    .ionos-section[b-ssno3986yh] {
        padding: 12px;
    }

    /* Tenant cards: full width on mobile */
    .ionos-section[b-ssno3986yh]  .grid-item {
        flex: 1 1 100%;
        min-width: unset;
        max-width: unset;
    }

    /* Service cards: 2 per row on mobile */
    .ionos-section[b-ssno3986yh]  #docker-inspect-card,
    .ionos-section[b-ssno3986yh]  #ping-virtual-machine-card {
        flex: 1 1 calc(50% - 4px);
        min-width: 130px;
        max-width: unset;
    }
}

/* ===== Small mobile (< 400px): service cards stack too ===== */
@media (max-width: 399px) {
    .ionos-section[b-ssno3986yh]  #docker-inspect-card,
    .ionos-section[b-ssno3986yh]  #ping-virtual-machine-card {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/ReleasePage.razor.rz.scp.css */
/* ===== Page wrapper ===== */
.release-page[b-macod1unoh] {
    padding: 5px;
}

.release-header[b-macod1unoh] {
    margin-bottom: 16px;
}

.release-title[b-macod1unoh] {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    margin: 0;
}

/* ===== Card ===== */
.release-card[b-macod1unoh] {
    overflow: hidden;
}

/* ===== Status bar ===== */
.release-status-bar[b-macod1unoh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    min-height: 52px;
}

.release-machine-icon[b-macod1unoh] {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.release-machine-icon[b-macod1unoh]  svg,
.release-machine-icon[b-macod1unoh]  img {
    width: 22px;
    height: 22px;
}

/* Pool Refresh Time — single line: label + value side by side */
.release-status-bar[b-macod1unoh]  #pool-refresh-time {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.release-status-bar[b-macod1unoh]  .input-label {
    display: inline;
    white-space: nowrap;
    font-size: 0.8rem;
}

.release-status-bar[b-macod1unoh]  .input-text-readonly {
    display: inline;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* ===== Sections ===== */
.release-section[b-macod1unoh] {
    padding: 20px 24px;
}

.release-section + .release-section[b-macod1unoh] {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.release-section-title[b-macod1unoh] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 14px 0;
    color: rgba(0, 0, 0, 0.87);
}

/* ===== Desktop: tenant cards — fixed width, no stretching ===== */
.release-section[b-macod1unoh]  .grid-item {
    flex: 0 1 280px;
    width: 280px;
}

/* ===== Desktop: service cards — compact flex wrap ===== */
.release-section[b-macod1unoh]  #docker-inspect-card,
.release-section[b-macod1unoh]  #ping-virtual-machine-card {
    flex: 1 1 190px;
    min-width: 170px;
    max-width: 250px;
}

/* ===== Tablet (600–899px) ===== */
@media (max-width: 899px) {
    .release-page[b-macod1unoh] {
        padding: 16px;
    }

    .release-status-bar[b-macod1unoh] {
        padding: 8px 16px;
        gap: 10px;
    }

    .release-section[b-macod1unoh] {
        padding: 16px;
    }

    .release-section[b-macod1unoh]  .grid-item {
        flex: 0 1 260px;
        width: 260px;
    }

    .release-section[b-macod1unoh]  #docker-inspect-card,
    .release-section[b-macod1unoh]  #ping-virtual-machine-card {
        flex: 1 1 160px;
        min-width: 140px;
        max-width: unset;
    }
}

/* ===== Mobile (< 600px) ===== */
@media (max-width: 599px) {
    .release-page[b-macod1unoh] {
        padding: 8px;
    }

    .release-title[b-macod1unoh] {
        font-size: 1.5rem;
    }

    .release-header[b-macod1unoh] {
        margin-bottom: 8px;
    }

    .release-status-bar[b-macod1unoh] {
        padding: 8px 12px;
        gap: 8px;
        /* icon + badge on row 1, time wraps to row 2 */
    }

    .release-machine-icon[b-macod1unoh] {
        width: 30px;
        height: 30px;
    }

    .release-machine-icon[b-macod1unoh]  svg,
    .release-machine-icon[b-macod1unoh]  img {
        width: 18px;
        height: 18px;
    }

    /* Pool Refresh Time fills its own row on mobile */
    .release-status-bar[b-macod1unoh]  #pool-refresh-time {
        flex-basis: 100%;
        padding: 0;
    }

    .release-section[b-macod1unoh] {
        padding: 12px;
    }

    /* Tenant cards: full width on mobile */
    .release-section[b-macod1unoh]  .grid-item {
        flex: 1 1 100%;
        min-width: unset;
        max-width: unset;
    }

    /* Service cards: 2 per row on mobile */
    .release-section[b-macod1unoh]  #docker-inspect-card,
    .release-section[b-macod1unoh]  #ping-virtual-machine-card {
        flex: 1 1 calc(50% - 4px);
        min-width: 130px;
        max-width: unset;
    }
}

/* ===== Small mobile (< 400px): service cards stack too ===== */
@media (max-width: 399px) {
    .release-section[b-macod1unoh]  #docker-inspect-card,
    .release-section[b-macod1unoh]  #ping-virtual-machine-card {
        flex: 1 1 100%;
    }
}
