/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qexmoq8dgp],
.components-reconnect-repeated-attempt-visible[b-qexmoq8dgp],
.components-reconnect-failed-visible[b-qexmoq8dgp],
.components-pause-visible[b-qexmoq8dgp],
.components-resume-failed-visible[b-qexmoq8dgp],
.components-rejoining-animation[b-qexmoq8dgp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-retrying[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-failed[b-qexmoq8dgp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qexmoq8dgp] {
    display: block;
}


#components-reconnect-modal[b-qexmoq8dgp] {
    background-color: var(--rz-dialog-background-color);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--rz-dialog-border-radius);
    box-shadow: var(--rz-dialog-shadow);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qexmoq8dgp 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-qexmoq8dgp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qexmoq8dgp 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-qexmoq8dgp]::backdrop {
    background-color: var(--rz-dialog-mask-background-color);
    animation: components-reconnect-modal-fadeInOpacity-b-qexmoq8dgp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qexmoq8dgp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qexmoq8dgp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qexmoq8dgp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qexmoq8dgp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qexmoq8dgp] {
    margin: 0;
    text-align: center;
}

.components-rejoining-animation[b-qexmoq8dgp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qexmoq8dgp] {
        position: absolute;
        border: 3px solid var(--rz-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qexmoq8dgp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qexmoq8dgp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qexmoq8dgp {
    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/Login.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   LOGIN PAGE — Premium Glassmorphism Design
   ═══════════════════════════════════════════════ */

.login-page[b-k7jz2pfudh] {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #0b0f1e 0%, #1a1f3a 45%, #0d1527 100%);
    font-family: 'Roboto', 'Inter', system-ui, sans-serif;
}

/* ─── Animated background orbs ─── */
.blob[b-k7jz2pfudh] {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    animation: blobFloat-b-k7jz2pfudh 10s ease-in-out infinite;
    z-index: 0;
}

.blob-1[b-k7jz2pfudh] {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(99,102,241,0.25), rgba(79,70,229,0.08));
    top: -250px;
    left: -150px;
    animation-delay: 0s;
}

.blob-2[b-k7jz2pfudh] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(34,211,238,0.18), rgba(8,145,178,0.05));
    bottom: -150px;
    left: 25%;
    animation-delay: 3.5s;
}

.blob-3[b-k7jz2pfudh] {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(168,85,247,0.2), rgba(124,58,237,0.06));
    top: 35%;
    left: 45%;
    animation-delay: 6s;
}

@keyframes blobFloat-b-k7jz2pfudh {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-28px) scale(1.04); }
}

/* ─── Left branding panel ─── */
.login-brand[b-k7jz2pfudh] {
    flex: 0 0 58%;
    padding: 3.5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/* top logo row */
.brand-logo[b-k7jz2pfudh] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-shield[b-k7jz2pfudh] {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(99,102,241,0.45), 0 0 0 1px rgba(255,255,255,0.1);
    flex-shrink: 0;
}

.logo-text[b-k7jz2pfudh] {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
    letter-spacing: 0.3px;
    line-height: 1.2;
}

/* central brand body */
.brand-body[b-k7jz2pfudh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    max-width: 560px;
}

.brand-headline[b-k7jz2pfudh] {
    font-size: clamp(2.4rem, 3.8vw, 3.6rem);
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 0 1.5rem;
    letter-spacing: -0.8px;
}

.brand-headline .accent[b-k7jz2pfudh] {
    background: linear-gradient(135deg, #818cf8 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-subtitle[b-k7jz2pfudh] {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.75;
    margin: 0 0 2.75rem;
}

/* feature list */
.feature-list[b-k7jz2pfudh] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.feature-item[b-k7jz2pfudh] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,0.72);
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.4;
}

.feature-icon-wrap[b-k7jz2pfudh] {
    width: 38px;
    height: 38px;
    background: rgba(99,102,241,0.12);
    border: 1px solid rgba(99,102,241,0.28);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

/* bottom footer */
.brand-footer[b-k7jz2pfudh] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.4px;
}

/* ─── Right login panel ─── */
.login-form-panel[b-k7jz2pfudh] {
    flex: 0 0 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 3.5rem 3rem 2rem;
    position: relative;
    z-index: 1;
}

/* glassmorphism card */
.login-card[b-k7jz2pfudh] {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 3rem 2.75rem;
    width: 100%;
    max-width: 440px;
    box-shadow:
        0 48px 96px rgba(0,0,0,0.38),
        0 12px 40px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.85);
    position: relative;
    overflow: hidden;
}

/* subtle top gradient stripe */
.login-card[b-k7jz2pfudh]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #38bdf8);
    border-radius: 28px 28px 0 0;
}

/* card header */
.card-header[b-k7jz2pfudh] {
    margin-bottom: 2rem;
    text-align: left;
}

.card-icon[b-k7jz2pfudh] {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(99,102,241,0.1), rgba(139,92,246,0.08));
    border: 1.5px solid rgba(99,102,241,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.card-title[b-k7jz2pfudh] {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.4rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.card-subtitle[b-k7jz2pfudh] {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* error banner */
.error-banner[b-k7jz2pfudh] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1.5px solid #fecaca;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: #dc2626;
    font-size: 0.88rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    animation: slideDown-b-k7jz2pfudh 0.2s ease;
}

@keyframes slideDown-b-k7jz2pfudh {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── Override RadzenLogin internals ─── */

/* Remove RadzenLogin default card padding */
[b-k7jz2pfudh] .rz-login {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

/* Form field spacing */
[b-k7jz2pfudh] .rz-login .rz-g {
    gap: 0;
}

/* Labels */
[b-k7jz2pfudh] .rz-login label,
[b-k7jz2pfudh] .rz-login .rz-form-field > label {
    font-size: 0.825rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

/* Input fields */
[b-k7jz2pfudh] .rz-login .rz-textbox {
    height: 48px;
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #f8fafc !important;
    font-size: 0.93rem !important;
    color: #0f172a !important;
    padding: 0 14px !important;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s !important;
    width: 100%;
}

[b-k7jz2pfudh] .rz-login .rz-textbox:focus,
[b-k7jz2pfudh] .rz-login .rz-textbox:focus-within,
[b-k7jz2pfudh] .rz-login .rz-state-focused .rz-textbox {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.14) !important;
    background: #ffffff !important;
    outline: none !important;
}

/* Form row spacing */
[b-k7jz2pfudh] .rz-login .rz-col-12 {
    padding-top: 0;
    padding-bottom: 1.1rem;
}

/* Remember me checkbox row */
[b-k7jz2pfudh] .rz-login .rz-checkbox-box {
    border-radius: 6px;
    border-color: #cbd5e1;
    width: 18px;
    height: 18px;
}

[b-k7jz2pfudh] .rz-login .rz-checkbox-box.rz-state-active {
    background: #6366f1;
    border-color: #6366f1;
}

[b-k7jz2pfudh] .rz-login .rz-chkbox-label {
    font-size: 0.875rem;
    color: #475569;
}

/* Sign-in button */
[b-k7jz2pfudh] .rz-login .rz-button {
    width: 100% !important;
    height: 50px !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #fff !important;
    font-size: 0.97rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 18px rgba(99,102,241,0.38), 0 1px 4px rgba(0,0,0,0.12) !important;
    transition: transform 0.14s, box-shadow 0.14s !important;
    margin-top: 0.5rem;
    cursor: pointer;
}

[b-k7jz2pfudh] .rz-login .rz-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 7px 28px rgba(99,102,241,0.5), 0 2px 6px rgba(0,0,0,0.15) !important;
}

[b-k7jz2pfudh] .rz-login .rz-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 3px 12px rgba(99,102,241,0.3) !important;
}

/* ─── Responsive ─── */
@media (max-width: 960px) {
    .login-page[b-k7jz2pfudh] { flex-direction: column; }

    .login-brand[b-k7jz2pfudh] {
        flex: 0 0 auto;
        padding: 2.5rem 2.5rem 2rem;
        min-height: 280px;
    }

    .brand-body[b-k7jz2pfudh] { padding: 1.5rem 0 1rem; }
    .brand-headline[b-k7jz2pfudh] { font-size: 2.1rem; }
    .feature-list[b-k7jz2pfudh] { display: none; }

    .login-form-panel[b-k7jz2pfudh] {
        flex: 1;
        padding: 2rem 2rem 3rem;
    }
}

@media (max-width: 520px) {
    .login-brand[b-k7jz2pfudh] { padding: 1.75rem 1.5rem; }
    .brand-headline[b-k7jz2pfudh] { font-size: 1.75rem; }
    .login-form-panel[b-k7jz2pfudh] { padding: 1.5rem 1.25rem 2.5rem; }

    .login-card[b-k7jz2pfudh] {
        padding: 2.25rem 1.75rem;
        border-radius: 22px;
    }
}
/* /Components/Pages/Login2FA.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   LOGIN 2FA PAGE — matches Login.razor.css design
   ═══════════════════════════════════════════════ */

.login-page[b-ew9teiqylc] {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #0b0f1e 0%, #1a1f3a 45%, #0d1527 100%);
    font-family: 'Roboto', 'Inter', system-ui, sans-serif;
}

/* ─── Animated background orbs ─── */
.blob[b-ew9teiqylc] {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    animation: blobFloat-b-ew9teiqylc 10s ease-in-out infinite;
    z-index: 0;
}

.blob-1[b-ew9teiqylc] {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(99,102,241,0.25), rgba(79,70,229,0.08));
    top: -250px;
    left: -150px;
    animation-delay: 0s;
}

.blob-2[b-ew9teiqylc] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(34,211,238,0.18), rgba(8,145,178,0.05));
    bottom: -150px;
    left: 25%;
    animation-delay: 3.5s;
}

.blob-3[b-ew9teiqylc] {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(168,85,247,0.2), rgba(124,58,237,0.06));
    top: 35%;
    left: 45%;
    animation-delay: 6s;
}

@keyframes blobFloat-b-ew9teiqylc {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-28px) scale(1.04); }
}

/* ─── Form panel ─── */
.login-form-panel[b-ew9teiqylc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
}

/* glassmorphism card */
.login-card[b-ew9teiqylc] {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 3rem 2.75rem;
    width: 100%;
    max-width: 460px;
    box-shadow:
        0 48px 96px rgba(0,0,0,0.38),
        0 12px 40px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.85);
    position: relative;
    overflow: hidden;
}

.login-card[b-ew9teiqylc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #38bdf8);
    border-radius: 28px 28px 0 0;
}

/* card header */
.card-header[b-ew9teiqylc] {
    margin-bottom: 2rem;
    text-align: left;
}

.card-icon[b-ew9teiqylc] {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(99,102,241,0.1), rgba(139,92,246,0.08));
    border: 1.5px solid rgba(99,102,241,0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.card-title[b-ew9teiqylc] {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.4rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.card-subtitle[b-ew9teiqylc] {
    font-size: 0.92rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* error banner */
.error-banner[b-ew9teiqylc] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1.5px solid #fecaca;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: #dc2626;
    font-size: 0.88rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    animation: slideDown-b-ew9teiqylc 0.2s ease;
}

@keyframes slideDown-b-ew9teiqylc {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── Responsive ─── */
@media (max-width: 520px) {
    .login-form-panel[b-ew9teiqylc] { padding: 1.5rem 1.25rem 2.5rem; }
    .login-card[b-ew9teiqylc] {
        padding: 2.25rem 1.75rem;
        border-radius: 22px;
    }
}
/* /Components/Pages/MachineDetail.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   PAGE HEADER
   ═══════════════════════════════════════════════════════════════ */
.page-header[b-03by9ie30p] {
    border-bottom: 1px solid var(--rz-border-color);
    padding-bottom: 1rem;
}

/* ═══════════════════════════════════════════════════════════════
   SCREENSHOT
   ═══════════════════════════════════════════════════════════════ */
.screenshot-card[b-03by9ie30p] {
    overflow: hidden;
    padding: 0 !important;
    min-height: 320px;
    display: flex;
    align-items: stretch;
}

.screenshot-img[b-03by9ie30p] {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 520px;
    object-fit: contain;
    display: block;
    background: #000;
}

.screenshot-placeholder[b-03by9ie30p] {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--rz-base-100);
    gap: 0;
}

/* ═══════════════════════════════════════════════════════════════
   MACHINE TYPE BADGE (large, colored)
   ═══════════════════════════════════════════════════════════════ */
.machine-type-badge[b-03by9ie30p] {
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.35rem 1.1rem;
    border-radius: 12px;
    display: inline-block;
    text-transform: uppercase;
}

.machine-type-badge.type-physical[b-03by9ie30p] {
    color: var(--rz-success);
    background: rgba(var(--rz-success-rgb, 34, 197, 94), 0.1);
    border: 2px solid var(--rz-success);
}

.machine-type-badge.type-virtual[b-03by9ie30p] {
    color: var(--rz-info);
    background: rgba(var(--rz-info-rgb, 14, 165, 233), 0.1);
    border: 2px solid var(--rz-info);
}

.machine-type-badge.type-sandbox[b-03by9ie30p] {
    color: var(--rz-warning);
    background: rgba(var(--rz-warning-rgb, 245, 158, 11), 0.1);
    border: 2px solid var(--rz-warning);
}

/* ═══════════════════════════════════════════════════════════════
   QUICK INFO (status card)
   ═══════════════════════════════════════════════════════════════ */
.qi-row[b-03by9ie30p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--rz-base-200);
    font-size: 0.85rem;
}

.qi-row:last-child[b-03by9ie30p] {
    border-bottom: none;
}

.qi-lbl[b-03by9ie30p] {
    flex-shrink: 0;
    width: 90px;
    color: var(--rz-text-secondary-color);
    font-size: 0.78rem;
}

.qi-val[b-03by9ie30p] {
    flex: 1;
    font-weight: 600;
    word-break: break-all;
}

/* ═══════════════════════════════════════════════════════════════
   INSTALL STEP TRACKER
   ═══════════════════════════════════════════════════════════════ */
.step-track-outer[b-03by9ie30p] {
    padding: 0.5rem 0.5rem 0;
}

.step-track[b-03by9ie30p] {
    display: flex;
    align-items: center;
}

/* Node (circle) */
.sn[b-03by9ie30p] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sn-circle[b-03by9ie30p] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    border: 2.5px solid var(--rz-base-300);
    background: var(--rz-base-background-color);
    color: var(--rz-text-disabled-color);
    transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
    position: relative;
    z-index: 1;
}

.sn-done .sn-circle[b-03by9ie30p] {
    background: var(--rz-success);
    border-color: var(--rz-success);
    color: #fff;
}

.sn-active .sn-circle[b-03by9ie30p] {
    background: var(--rz-primary);
    border-color: var(--rz-primary);
    color: #fff;
    box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.18);
}

/* Connector line between nodes */
.sn-line[b-03by9ie30p] {
    flex: 1;
    height: 3px;
    background: var(--rz-base-300);
    transition: background 0.3s;
    min-width: 8px;
}

.sn-line.sn-done[b-03by9ie30p] {
    background: var(--rz-success);
}

/* Labels below track */
.step-labels[b-03by9ie30p] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
    padding: 0 4px;
}

.sn-lbl[b-03by9ie30p] {
    flex: 1;
    text-align: center;
    font-size: 0.72rem;
    color: var(--rz-text-secondary-color);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px;
}

/* ═══════════════════════════════════════════════════════════════
   ACTION BUTTONS
   ═══════════════════════════════════════════════════════════════ */
[b-03by9ie30p] .action-btn {
    width: 100%;
    height: 62px;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    border-radius: 10px !important;
    transition: transform 0.1s, box-shadow 0.15s;
}

[b-03by9ie30p] .action-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

[b-03by9ie30p] .action-btn:active:not(:disabled) {
    transform: translateY(0);
}

/* ═══════════════════════════════════════════════════════════════
   SYSTEM INFO TABLE
   ═══════════════════════════════════════════════════════════════ */
.info-table[b-03by9ie30p] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--rz-base-200);
}

.info-row[b-03by9ie30p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    border-bottom: 1px solid var(--rz-base-200);
    min-height: 44px;
}

.info-row:last-child[b-03by9ie30p] {
    border-bottom: none;
}

.info-row:nth-child(even)[b-03by9ie30p] {
    background: var(--rz-base-100);
}

.info-lbl[b-03by9ie30p] {
    flex-shrink: 0;
    width: 110px;
    font-size: 0.78rem;
    color: var(--rz-text-secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-val[b-03by9ie30p] {
    flex: 1;
    font-size: 0.88rem;
    font-weight: 600;
    word-break: break-word;
    min-width: 0;
}

.info-val.mono[b-03by9ie30p],
.qi-val.mono[b-03by9ie30p] {
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.82rem;
}

.info-val.xs[b-03by9ie30p] {
    font-size: 0.78rem;
}

.no-val[b-03by9ie30p] {
    color: var(--rz-text-disabled-color);
}

/* ═══════════════════════════════════════════════════════════════
   COUNTRY FLAG
   ═══════════════════════════════════════════════════════════════ */
.country-flag[b-03by9ie30p] {
    width: 24px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    flex-shrink: 0;
}

.country-flag-lg[b-03by9ie30p] {
    width: 32px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   CHIPS
   ═══════════════════════════════════════════════════════════════ */
.chip-wrap[b-03by9ie30p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.process-wrap[b-03by9ie30p] {
    max-height: 180px;
    overflow-y: auto;
    padding: 0.25rem;
    border: 1px solid var(--rz-base-200);
    border-radius: 8px;
    background: var(--rz-base-100);
}

.chip[b-03by9ie30p] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.chip.mono[b-03by9ie30p] {
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.72rem;
}

.chip-info[b-03by9ie30p] {
    background: rgba(var(--rz-info-rgb, 14, 165, 233), 0.12);
    color: var(--rz-info);
    border: 1px solid rgba(var(--rz-info-rgb, 14, 165, 233), 0.3);
}

.chip-warning[b-03by9ie30p] {
    background: rgba(var(--rz-warning-rgb, 245, 158, 11), 0.12);
    color: var(--rz-warning);
    border: 1px solid rgba(var(--rz-warning-rgb, 245, 158, 11), 0.3);
}

.chip-secondary[b-03by9ie30p] {
    background: rgba(var(--rz-secondary-rgb, 100, 116, 139), 0.12);
    color: var(--rz-secondary);
    border: 1px solid rgba(var(--rz-secondary-rgb, 100, 116, 139), 0.3);
}

.chip-light[b-03by9ie30p] {
    background: var(--rz-base-200);
    color: var(--rz-text-secondary-color);
    border: 1px solid var(--rz-base-300);
}

/* ═══════════════════════════════════════════════════════════════
   SCREENSHOT THUMBNAIL — zoom-in cursor hint
   ═══════════════════════════════════════════════════════════════ */
.screenshot-img[b-03by9ie30p] {
    cursor: zoom-in;
    transition: opacity 0.15s;
}
.screenshot-img:hover[b-03by9ie30p] {
    opacity: 0.92;
}

/* ═══════════════════════════════════════════════════════════════
   LIGHTBOX
   ═══════════════════════════════════════════════════════════════ */

/* Backdrop — covers viewport, blurred dark overlay */
.lightbox-backdrop[b-03by9ie30p] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(8, 8, 12, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    /* Remove default outline when focused for keyboard events */
    outline: none;
    animation: lb-fade-b-03by9ie30p 0.2s ease both;
}

@keyframes lb-fade-b-03by9ie30p {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Image wrapper — animated, stops click-propagation to backdrop */
.lightbox-img-wrap[b-03by9ie30p] {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Add safe padding so image never touches the viewport edges */
    padding: 3.5rem 1.5rem 3rem;
    max-width: 100%;
    max-height: 100%;
    animation: lb-zoom-b-03by9ie30p 0.2s cubic-bezier(0.34, 1.38, 0.64, 1) both;
}

@keyframes lb-zoom-b-03by9ie30p {
    from { transform: scale(0.88); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}

/* The full-resolution screenshot */
.lightbox-img[b-03by9ie30p] {
    max-width:  90vw;
    max-height: 90vh;
    width:  auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow:
        0  2px  6px  rgba(0,0,0,0.35),
        0 12px  40px rgba(0,0,0,0.55),
        0 32px  80px rgba(0,0,0,0.35);
    cursor: default;
    display: block;
}

/* Close button — top-right corner */
.lightbox-close[b-03by9ie30p] {
    position: fixed;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 10000;
    width:  48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.18s, border-color 0.18s, transform 0.15s;
    /* Reset browser button defaults */
    padding: 0;
    line-height: 1;
}

.lightbox-close:hover[b-03by9ie30p],
.lightbox-close:focus-visible[b-03by9ie30p] {
    background: rgba(239, 68, 68, 0.78);
    border-color: rgba(239, 68, 68, 0.55);
    transform: scale(1.1) rotate(90deg);
    outline: none;
}

/* Hint text — centered at the bottom of the viewport */
.lightbox-hint[b-03by9ie30p] {
    position: fixed;
    bottom: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.76rem;
    letter-spacing: 0.02em;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
}

/* Responsive: tighten padding on small screens */
@media (max-width: 600px) {
    .lightbox-img-wrap[b-03by9ie30p] {
        padding: 4rem 0.75rem 2.75rem;
    }

    .lightbox-img[b-03by9ie30p] {
        max-width:  96vw;
        max-height: 86vh;
        border-radius: 4px;
    }

    .lightbox-close[b-03by9ie30p] {
        top: 0.6rem;
        right: 0.6rem;
        width:  42px;
        height: 42px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   BROWSER DATA SECTION (ROW 7)
   ═══════════════════════════════════════════════════════════════ */

/* Summary stats strip */
.brow-summary[b-03by9ie30p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.75rem 0 0.5rem;
}

.brow-stat[b-03by9ie30p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    min-width: 80px;
    padding: 0.6rem 0.9rem;
    border-radius: 10px;
    border: 1px solid var(--rz-base-200);
    background: var(--rz-base-background-color);
    flex: 1 0 80px;
    max-width: 120px;
}

.brow-stat :deep(.rzi)[b-03by9ie30p] {
    font-size: 1.3rem;
    opacity: 0.75;
}

.brow-stat-val[b-03by9ie30p] {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.brow-stat-lbl[b-03by9ie30p] {
    font-size: 0.68rem;
    color: var(--rz-text-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.brow-stat-primary[b-03by9ie30p]  { border-color: var(--rz-primary);   background: rgba(var(--rz-primary-rgb,   99,102,241), 0.07); }
.brow-stat-primary  .brow-stat-val[b-03by9ie30p] { color: var(--rz-primary); }
.brow-stat-primary  :deep(.rzi)[b-03by9ie30p] { color: var(--rz-primary); }

.brow-stat-danger[b-03by9ie30p]   { border-color: var(--rz-danger);    background: rgba(var(--rz-danger-rgb,   239, 68, 68), 0.07); }
.brow-stat-danger   .brow-stat-val[b-03by9ie30p] { color: var(--rz-danger); }
.brow-stat-danger   :deep(.rzi)[b-03by9ie30p] { color: var(--rz-danger); }

.brow-stat-warning[b-03by9ie30p]  { border-color: var(--rz-warning);   background: rgba(var(--rz-warning-rgb,  245,158, 11), 0.07); }
.brow-stat-warning  .brow-stat-val[b-03by9ie30p] { color: var(--rz-warning); }
.brow-stat-warning  :deep(.rzi)[b-03by9ie30p] { color: var(--rz-warning); }

.brow-stat-info[b-03by9ie30p]     { border-color: var(--rz-info);      background: rgba(var(--rz-info-rgb,     14,165,233), 0.07); }
.brow-stat-info     .brow-stat-val[b-03by9ie30p] { color: var(--rz-info); }
.brow-stat-info     :deep(.rzi)[b-03by9ie30p] { color: var(--rz-info); }

.brow-stat-secondary[b-03by9ie30p]{ border-color: var(--rz-base-300);  }
.brow-stat-secondary .brow-stat-val[b-03by9ie30p] { color: var(--rz-text-color); }

/* Mini stats row (inside browser/profile accordion header) */
.brow-mini-stats[b-03by9ie30p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 0 0.75rem;
}

.brow-ms[b-03by9ie30p] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.8rem;
    color: var(--rz-text-secondary-color);
    background: var(--rz-base-100);
    border: 1px solid var(--rz-base-200);
    border-radius: 20px;
    padding: 0.2rem 0.6rem;
    white-space: nowrap;
}

.brow-ms :deep(.rzi)[b-03by9ie30p] {
    font-size: 0.9rem;
}

/* Social-cookie grid inside each profile */
.brow-cookie-grid[b-03by9ie30p] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.45rem;
    margin-top: 0.25rem;
}

.brow-cookie-item[b-03by9ie30p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem 0.7rem;
    background: var(--rz-base-background-color);
    border: 1px solid var(--rz-base-200);
    border-radius: 6px;
    min-height: 36px;
}

.brow-cookie-item:nth-child(even)[b-03by9ie30p] {
    background: var(--rz-base-100);
}

.brow-cookie-lbl[b-03by9ie30p] {
    font-size: 0.82rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

@media (max-width: 576px) {
    .brow-summary[b-03by9ie30p] {
        gap: 0.4rem;
    }
    .brow-stat[b-03by9ie30p] {
        min-width: 68px;
        max-width: 100%;
        padding: 0.5rem 0.6rem;
    }
    .brow-stat-val[b-03by9ie30p] {
        font-size: 1rem;
    }
    .brow-cookie-grid[b-03by9ie30p] {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════════════════════
   SOCIAL COOKIES OVERVIEW (ROW 7 Tab 1 — below summary strip)
   ═══════════════════════════════════════════════════════════════ */

.brow-social-section[b-03by9ie30p] {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--rz-base-200);
    border-radius: 10px;
    background: var(--rz-base-100);
}

.brow-social-header[b-03by9ie30p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--rz-text-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.brow-social-badge[b-03by9ie30p] {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--rz-success);
    background: rgba(var(--rz-success-rgb, 34, 197, 94), 0.12);
    border: 1px solid rgba(var(--rz-success-rgb, 34, 197, 94), 0.3);
    border-radius: 20px;
    padding: 0.05rem 0.55rem;
    letter-spacing: 0.02em;
}

.brow-social-grid[b-03by9ie30p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Each social platform tile — mirrors .brow-stat sizing */
.brow-social-stat[b-03by9ie30p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-width: 78px;
    max-width: 110px;
    flex: 1 0 78px;
    padding: 0.55rem 0.75rem;
    border-radius: 9px;
    border: 1px solid var(--rz-base-200);
    background: var(--rz-base-background-color);
    opacity: 0.55;
    transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
}

/* Lit up when count > 0 */
.brow-social-stat.brow-social-active[b-03by9ie30p] {
    opacity: 1;
    border-color: var(--rz-base-300);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}

.brow-social-icon[b-03by9ie30p] {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.05rem;
}

/* Reuse .brow-stat-val / .brow-stat-lbl from the existing stat strip */

@media (max-width: 576px) {
    .brow-social-grid[b-03by9ie30p] {
        gap: 0.35rem;
    }
    .brow-social-stat[b-03by9ie30p] {
        min-width: 66px;
        padding: 0.45rem 0.5rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   BROWSER ACCORDION — custom expand/collapse cards (ROW 7 Tab 1)
   ═══════════════════════════════════════════════════════════════ */

.brow-accordion[b-03by9ie30p] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

/* ── Browser card ─────────────────────────────────────────────── */
.brow-card[b-03by9ie30p] {
    border: 1px solid var(--rz-base-200);
    border-radius: 10px;
    overflow: hidden;
    background: var(--rz-base-background-color);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.brow-card-open[b-03by9ie30p] {
    border-color: var(--rz-base-300);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.brow-card-hdr[b-03by9ie30p] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.7rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font-family: inherit;
    transition: background 0.15s;
    min-height: 52px;
}

.brow-card-hdr:hover[b-03by9ie30p] {
    background: var(--rz-base-100);
}

.brow-card-icon[b-03by9ie30p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    flex-shrink: 0;
    font-size: 1.3rem;
    /* background & color driven by inline style from brand color */
}

.brow-card-title[b-03by9ie30p] {
    flex: 1;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brow-card-ver[b-03by9ie30p] {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--rz-text-secondary-color);
    background: var(--rz-base-200);
    border-radius: 4px;
    padding: 0.05rem 0.4rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.brow-card-tag[b-03by9ie30p] {
    font-size: 0.67rem;
    font-weight: 600;
    color: var(--rz-info);
    background: rgba(var(--rz-info-rgb, 14, 165, 233), 0.12);
    border: 1px solid rgba(var(--rz-info-rgb, 14, 165, 233), 0.3);
    border-radius: 4px;
    padding: 0.05rem 0.4rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.brow-card-meta[b-03by9ie30p] {
    font-size: 0.78rem;
    color: var(--rz-text-secondary-color);
    white-space: nowrap;
    flex-shrink: 0;
}

.brow-card-chevron[b-03by9ie30p] {
    flex-shrink: 0;
    font-size: 1.05rem;
    color: var(--rz-text-secondary-color);
    transition: transform 0.22s ease;
    line-height: 1;
    margin-left: auto;
}

.brow-card-chevron.open[b-03by9ie30p] {
    transform: rotate(180deg);
}

.brow-card-body[b-03by9ie30p] {
    padding: 0.75rem 1rem 1rem;
    border-top: 1px solid var(--rz-base-200);
    background: var(--rz-base-100);
}

/* ── Profile accordion (nested inside browser card) ──────────── */
.prof-accordion[b-03by9ie30p] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

.prof-card[b-03by9ie30p] {
    border: 1px solid var(--rz-base-200);
    border-radius: 8px;
    overflow: hidden;
    background: var(--rz-base-background-color);
    transition: border-color 0.15s;
}

.prof-card-open[b-03by9ie30p] {
    border-color: var(--rz-base-300);
}

.prof-card-hdr[b-03by9ie30p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font-family: inherit;
    transition: background 0.15s;
    min-height: 42px;
}

.prof-card-hdr:hover[b-03by9ie30p] {
    background: var(--rz-base-100);
}

.prof-card-icon[b-03by9ie30p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 0.85rem;
    background: var(--rz-base-200);
    border: 1px solid var(--rz-base-300);
    /* color driven by inline style (browser brand color) */
}

.prof-card-name[b-03by9ie30p] {
    flex: 1;
    font-size: 0.88rem;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prof-card-chevron[b-03by9ie30p] {
    flex-shrink: 0;
    font-size: 0.9rem;
    color: var(--rz-text-secondary-color);
    transition: transform 0.22s ease;
    line-height: 1;
}

.prof-card-chevron.open[b-03by9ie30p] {
    transform: rotate(180deg);
}

.prof-card-body[b-03by9ie30p] {
    padding: 0.6rem 0.75rem 0.75rem;
    border-top: 1px solid var(--rz-base-200);
    background: var(--rz-base-100);
}

/* ═══════════════════════════════════════════════════════════════
   FEATURE STATUS GRID (ROW 6)
   ═══════════════════════════════════════════════════════════════ */
.ft-grid[b-03by9ie30p] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.25rem 0 0.5rem;
}

.ft-item[b-03by9ie30p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    background: var(--rz-base-background-color);
    border-radius: 6px;
    border: 1px solid var(--rz-base-200);
    min-height: 38px;
}

.ft-item:nth-child(even)[b-03by9ie30p] {
    background: var(--rz-base-100);
}

.ft-name[b-03by9ie30p] {
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--rz-text-color);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Single-column variant — used for solo items like coin override */
.ft-grid-single[b-03by9ie30p] {
    grid-template-columns: 1fr;
    max-width: 480px;
}

/* Highlighted item (coin override row) */
.ft-item-highlight[b-03by9ie30p] {
    border-color: var(--rz-warning);
    background: rgba(var(--rz-warning-rgb, 245, 158, 11), 0.06);
    min-height: 52px;
    padding: 0.6rem 1rem;
}

@media (max-width: 576px) {
    .ft-grid[b-03by9ie30p] {
        grid-template-columns: 1fr;
    }
    .ft-grid-single[b-03by9ie30p] {
        max-width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════
   GRID SCROLL WRAPPER
   Wraps wide DataGrids so they scroll horizontally inside their
   card instead of causing the whole page to overflow on mobile.
   ═══════════════════════════════════════════════════════════════ */
.grid-scroll-wrapper[b-03by9ie30p] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — mobile (≤ 767 px)
   Desktop styles above are never changed. This block only adds
   overrides that apply on small screens.
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

    /* ── Page header ──────────────────────────────────────────── */
    .page-header[b-03by9ie30p] {
        gap: 0.5rem;
        padding-bottom: 0.75rem;
    }

    /* ── Machine type badge ───────────────────────────────────── */
    .machine-type-badge[b-03by9ie30p] {
        font-size: 1.2rem;
        padding: 0.25rem 0.85rem;
    }

    /* ── Screenshot ───────────────────────────────────────────── */
    .screenshot-card[b-03by9ie30p] {
        min-height: 220px;
    }

    .screenshot-img[b-03by9ie30p] {
        min-height: 220px;
        max-height: 280px;
    }

    .screenshot-placeholder[b-03by9ie30p] {
        min-height: 220px;
    }

    /* ── Install step tracker ─────────────────────────────────── */
    .step-labels[b-03by9ie30p] {
        display: none;          /* too cramped on narrow screens */
    }

    .sn-circle[b-03by9ie30p] {
        width:  32px;
        height: 32px;
        font-size: 0.78rem;
    }

    .sn-line[b-03by9ie30p] {
        min-width: 4px;
    }

    /* ── Action buttons — larger touch targets ────────────────── */
    [b-03by9ie30p] .action-btn {
        height: 54px !important;
        font-size: 0.9rem  !important;
        letter-spacing: 0.04em !important;
        border-radius: 8px !important;
    }

    /* ── Quick-info rows (Status Card) ───────────────────────── */
    .qi-row[b-03by9ie30p] {
        padding: 0.32rem 0;
        gap: 0.4rem;
    }

    .qi-lbl[b-03by9ie30p] {
        width: 78px;
        font-size: 0.72rem;
    }

    .qi-val[b-03by9ie30p] {
        font-size: 0.8rem;
    }

    /* ── System-info table ────────────────────────────────────── */
    .info-table[b-03by9ie30p] {
        border-radius: 6px;
    }

    .info-row[b-03by9ie30p] {
        padding:    0.45rem 0.6rem;
        min-height: 38px;
        gap:        0.5rem;
    }

    .info-lbl[b-03by9ie30p] {
        width:     82px;
        font-size: 0.68rem;
    }

    .info-val[b-03by9ie30p] {
        font-size: 0.82rem;
    }

    /* Long mono strings (IPs, MACs, GUIDs) must wrap, not overflow */
    .info-val.mono[b-03by9ie30p],
    .qi-val.mono[b-03by9ie30p] {
        font-size:      0.72rem;
        word-break:     break-all;
        overflow-wrap:  break-word;
    }

    .info-val.xs[b-03by9ie30p],
    .qi-val.small[b-03by9ie30p] {
        font-size:     0.71rem;
        word-break:    break-all;
        overflow-wrap: break-word;
    }

    /* ── Chips ────────────────────────────────────────────────── */
    .chip[b-03by9ie30p] {
        font-size:  0.72rem;
        max-width:  100%;        /* remove the 260 px cap — let them wrap */
        white-space: normal;
        word-break: break-all;
    }

    .chip.mono[b-03by9ie30p] {
        font-size:  0.67rem;
        word-break: break-all;
    }

    .process-wrap[b-03by9ie30p] {
        max-height: 130px;
    }

    /* ═══════════════════════════════════════════════════════════════
   SOCIAL ACCOUNT CARD (Tab Mạng xã hội)
   ═══════════════════════════════════════════════════════════════ */
    .social-account-card[b-03by9ie30p] {
        padding: 1rem;
        border: 1px solid var(--rz-base-200);
        border-radius: 10px;
        background: var(--rz-base-background-color);
        margin-bottom: 1rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease;
    }

        .social-account-card:hover[b-03by9ie30p] {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            border-color: var(--rz-base-300);
        }

    .social-header[b-03by9ie30p] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.6rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .social-id[b-03by9ie30p] {
        font-size: 0.82rem;
        color: var(--rz-text-secondary-color);
        font-weight: 400;
    }

    .social-info[b-03by9ie30p] {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        font-size: 0.87rem;
        line-height: 1.4;
        color: var(--rz-text-secondary-color);
    }

    .social-sub[b-03by9ie30p] {
        margin-top: 0.8rem;
        font-weight: 600;
        color: var(--rz-primary);
        font-size: 0.9rem;
        padding-top: 0.5rem;
        border-top: 1px dashed var(--rz-base-300);
    }

    .social-sub-item[b-03by9ie30p] {
        font-size: 0.85rem;
        padding: 0.35rem 0;
        border-bottom: 1px dashed var(--rz-base-200);
        color: var(--rz-text-color);
    }

    /* ===================== MOBILE OPTIMIZATION ===================== */
    @media (max-width: 576px) {
        .social-account-card[b-03by9ie30p] {
            padding: 0.85rem;
            margin-bottom: 0.75rem;
            border-radius: 8px;
        }

        .social-header[b-03by9ie30p] {
            font-size: 0.96rem;
            gap: 0.4rem;
        }

        .social-info[b-03by9ie30p] {
            font-size: 0.84rem;
            gap: 0.3rem;
        }

        .social-sub[b-03by9ie30p] {
            font-size: 0.86rem;
            margin-top: 0.7rem;
        }

        .social-sub-item[b-03by9ie30p] {
            font-size: 0.83rem;
            padding: 0.3rem 0;
        }
    }
}
/* /Components/Pages/SpreadsheetEditor.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   THANH CÔNG CỤ TRÊN CÙNG
   ═══════════════════════════════════════════════════════════════ */
.editor-topbar[b-thznvlpl9g] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--rz-border-color);
    background: var(--rz-base-background-color);
    min-height: 52px;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   TIÊU ĐỀ — chế độ chỉnh sửa (TextBox) và chỉ xem (text)
   ═══════════════════════════════════════════════════════════════ */
[b-thznvlpl9g] .editor-title-input {
    flex: 1;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0.3rem 0.55rem;
    background: transparent;
    transition: border-color 0.2s, background 0.2s;
}

[b-thznvlpl9g] .editor-title-input:hover {
    border-color: var(--rz-base-300);
    background: var(--rz-base-100);
}

[b-thznvlpl9g] .editor-title-input:focus {
    border-color: var(--rz-primary);
    background: var(--rz-base-background-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(var(--rz-primary-rgb, 99, 102, 241), 0.18);
}

.editor-title-display[b-thznvlpl9g] {
    flex: 1;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.3rem 0.55rem;
}

/* ═══════════════════════════════════════════════════════════════
   BADGE QUYỀN TRUY CẬP — hình viên thuốc với màu sắc
   ═══════════════════════════════════════════════════════════════ */
.access-badge[b-thznvlpl9g] {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.2rem 0.7rem;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
}

/* Chỉnh sửa — xanh lá */
.access-edit[b-thznvlpl9g] {
    color: var(--rz-success);
    background: rgba(var(--rz-success-rgb, 34, 197, 94), 0.12);
    border: 1px solid rgba(var(--rz-success-rgb, 34, 197, 94), 0.3);
}

/* Chỉ xem — xám */
.access-view[b-thznvlpl9g] {
    color: var(--rz-text-secondary-color);
    background: var(--rz-base-200);
    border: 1px solid var(--rz-base-300);
}

/* ═══════════════════════════════════════════════════════════════
   CHỈ BÁO TRẠNG THÁI LƯU — 3 trạng thái: unsaved / saving / saved
   ═══════════════════════════════════════════════════════════════ */
.save-indicator[b-thznvlpl9g] {
    font-size: 0.76rem;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    padding: 0.15rem 0.6rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Chưa lưu — cam/vàng cảnh báo + pulse animation */
.save-indicator.unsaved[b-thznvlpl9g] {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    animation: pulse-unsaved-b-thznvlpl9g 2s ease-in-out infinite;
}

@keyframes pulse-unsaved-b-thznvlpl9g {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Đang lưu — xanh dương + xoay icon */
.save-indicator.saving[b-thznvlpl9g] {
    color: var(--rz-info, #3b82f6);
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    font-style: italic;
}

/* Đã lưu — xanh lá */
.save-indicator.saved[b-thznvlpl9g] {
    color: var(--rz-success, #22c55e);
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    opacity: 0.85;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — màn hình nhỏ
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 576px) {
    .editor-topbar[b-thznvlpl9g] {
        gap: 0.35rem;
        padding: 0.4rem 0.5rem;
    }

    [b-thznvlpl9g] .editor-title-input,
    .editor-title-display[b-thznvlpl9g] {
        font-size: 0.92rem;
    }

    .save-indicator[b-thznvlpl9g] {
        font-size: 0.68rem;
    }

    .access-badge[b-thznvlpl9g] {
        font-size: 0.65rem;
        padding: 0.15rem 0.5rem;
    }
}
/* /Components/Pages/Spreadsheets.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   Spreadsheets — Folder Browser Styles
   ═══════════════════════════════════════════════════════════════════ */

/* ── Page icon ─────────────────────────────────────────────────── */
.page-icon[b-5exqn7otyy] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #5b6abf 0%, #7c3aed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(91, 106, 191, 0.3);
}

/* ── Breadcrumb ────────────────────────────────────────────────── */
.breadcrumb-nav[b-5exqn7otyy] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.breadcrumb-separator[b-5exqn7otyy] {
    color: var(--rz-text-secondary-color);
    font-size: 1.2rem;
    font-weight: 600;
    user-select: none;
}

.breadcrumb-link[b-5exqn7otyy] {
    color: var(--rz-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: background 0.15s ease;
}

.breadcrumb-link:hover[b-5exqn7otyy] {
    text-decoration: underline;
    background: var(--rz-base-200);
}

.breadcrumb-active[b-5exqn7otyy] {
    color: var(--rz-text-color);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: default;
    padding: 0.25rem 0.5rem;
}

/* ── File list container ───────────────────────────────────────── */
.file-list[b-5exqn7otyy] {
    padding: 0;
}

/* ── File row (shared for folder + sheet) ──────────────────────── */
.file-row[b-5exqn7otyy] {
    display: grid;
    grid-template-columns: 40px 1fr 120px 140px 80px auto;
    align-items: center;
    padding: 0.65rem 1.25rem;
    gap: 0.5rem;
    border-bottom: 1px solid var(--rz-border-disabled-color);
    transition: background-color 0.15s ease;
    cursor: default;
}

.file-row:last-child[b-5exqn7otyy] {
    border-bottom: none;
}

.file-row:hover[b-5exqn7otyy] {
    background-color: var(--rz-base-200);
}

/* ── File icon ─────────────────────────────────────────────────── */
.file-icon[b-5exqn7otyy] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

[b-5exqn7otyy] .folder-icon .rzi {
    color: #f59e0b !important;
    font-size: 1.4rem !important;
}

[b-5exqn7otyy] .sheet-icon .rzi {
    color: #22c55e !important;
    font-size: 1.3rem !important;
}

/* ── File name ─────────────────────────────────────────────────── */
.file-name[b-5exqn7otyy] {
    font-size: 0.95rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.folder-row .file-name[b-5exqn7otyy] {
    cursor: pointer;
    color: var(--rz-text-color);
}

.folder-row .file-name:hover[b-5exqn7otyy] {
    color: var(--rz-primary);
    text-decoration: underline;
}

/* ── Spreadsheet link ──────────────────────────────────────────── */
.spreadsheet-link[b-5exqn7otyy] {
    color: var(--rz-text-color);
    text-decoration: none;
    font-weight: 500;
}

.spreadsheet-link:hover[b-5exqn7otyy] {
    color: var(--rz-primary);
    text-decoration: underline;
}

/* ── Meta info ─────────────────────────────────────────────────── */
.file-meta[b-5exqn7otyy] {
    font-size: 0.85rem;
    color: var(--rz-text-secondary-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Access badge column ───────────────────────────────────────── */
.file-access[b-5exqn7otyy] {
    display: flex;
    justify-content: center;
}

/* ── Actions ───────────────────────────────────────────────────── */
.file-actions[b-5exqn7otyy] {
    display: flex;
    gap: 2px;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.file-row:hover .file-actions[b-5exqn7otyy] {
    opacity: 1;
}

/* ── Divider giữa folders và sheets ────────────────────────────── */
.file-divider[b-5exqn7otyy] {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--rz-border-disabled-color) 20%, var(--rz-border-disabled-color) 80%, transparent 100%);
    margin: 0.25rem 1.25rem;
}

/* ── Avatar circle (reuse) ─────────────────────────────────────── */
.avatar-circle[b-5exqn7otyy] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--rz-primary-lighter);
    color: var(--rz-primary);
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Responsive: ẩn cột meta trên mobile ───────────────────────── */
@media (max-width: 768px) {
    .file-row[b-5exqn7otyy] {
        grid-template-columns: 36px 1fr auto;
    }
    .file-meta[b-5exqn7otyy],
    .file-access[b-5exqn7otyy] {
        display: none;
    }
    .file-actions[b-5exqn7otyy] {
        opacity: 1; /* Luôn hiện trên mobile */
    }
}
