/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pw9z35ot7m] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pw9z35ot7m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ek5qr6xrg0],
.components-reconnect-repeated-attempt-visible[b-ek5qr6xrg0],
.components-reconnect-failed-visible[b-ek5qr6xrg0],
.components-pause-visible[b-ek5qr6xrg0],
.components-resume-failed-visible[b-ek5qr6xrg0],
.components-rejoining-animation[b-ek5qr6xrg0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-retrying[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-failed[b-ek5qr6xrg0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ek5qr6xrg0] {
    display: block;
}


#components-reconnect-modal[b-ek5qr6xrg0] {
    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-ek5qr6xrg0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ek5qr6xrg0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ek5qr6xrg0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ek5qr6xrg0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ek5qr6xrg0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ek5qr6xrg0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ek5qr6xrg0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ek5qr6xrg0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ek5qr6xrg0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ek5qr6xrg0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ek5qr6xrg0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ek5qr6xrg0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ek5qr6xrg0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ek5qr6xrg0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ek5qr6xrg0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ek5qr6xrg0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ek5qr6xrg0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ek5qr6xrg0 {
    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/TenantPortal/TenantPortalSettings.razor.rz.scp.css */
.tps-shell[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tps-toast[b-2ew80x61gd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    margin-bottom: 1.25rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.tps-toast-success[b-2ew80x61gd] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(255, 255, 255, 0.96));
    border-color: rgba(16, 185, 129, 0.22);
    color: #065f46;
}

.tps-toast-error[b-2ew80x61gd] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), rgba(255, 255, 255, 0.96));
    border-color: rgba(239, 68, 68, 0.24);
    color: #991b1b;
}

.tps-toast-copy[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tps-toast-copy span[b-2ew80x61gd] {
    font-size: 0.92rem;
    line-height: 1.45;
}

.tps-icon-button[b-2ew80x61gd] {
    border: none;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
}

.tps-icon-button:hover[b-2ew80x61gd] {
    background: rgba(15, 23, 42, 0.06);
}

.tps-hero[b-2ew80x61gd] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    gap: 1.25rem;
    padding: 1.6rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.26), transparent 34%),
        radial-gradient(circle at bottom right, rgba(13, 148, 136, 0.18), transparent 36%),
        linear-gradient(145deg, #071827 0%, #0f2940 48%, #0a1f34 100%);
    color: #f8fafc;
    box-shadow: 0 24px 60px rgba(8, 15, 33, 0.22);
}

.tps-hero-copy[b-2ew80x61gd],
.tps-hero-side[b-2ew80x61gd] {
    position: relative;
    z-index: 1;
}

.tps-eyebrow[b-2ew80x61gd] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tps-hero h1[b-2ew80x61gd] {
    margin: 0.9rem 0 0.45rem;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.05;
}

.tps-hero p[b-2ew80x61gd] {
    margin: 0;
    max-width: 42rem;
    color: rgba(241, 245, 249, 0.8);
    font-size: 1rem;
    line-height: 1.65;
}

.tps-hero-meta[b-2ew80x61gd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.tps-meta-chip[b-2ew80x61gd],
.tps-badge[b-2ew80x61gd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

.tps-meta-chip[b-2ew80x61gd] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(248, 250, 252, 0.88);
}

.tps-badge[b-2ew80x61gd] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(15, 23, 42, 0.05);
    color: var(--vc-text-primary, #0f172a);
}

.tps-hero .tps-badge[b-2ew80x61gd] {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.14);
}

.tps-badge.is-active[b-2ew80x61gd] {
    border-color: rgba(16, 185, 129, 0.22);
    color: #047857;
    background: rgba(16, 185, 129, 0.12);
}

.tps-hero .tps-badge.is-active[b-2ew80x61gd] {
    color: #ecfdf5;
    background: rgba(16, 185, 129, 0.18);
}

.tps-badge.is-inactive[b-2ew80x61gd] {
    border-color: rgba(239, 68, 68, 0.2);
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.1);
}

.tps-hero .tps-badge.is-inactive[b-2ew80x61gd] {
    color: #fee2e2;
    background: rgba(239, 68, 68, 0.16);
}

.tps-badge-dot[b-2ew80x61gd] {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.9;
}

.tps-health-card[b-2ew80x61gd] {
    height: 100%;
    padding: 1.15rem;
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.tps-health-header[b-2ew80x61gd] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.tps-health-header span[b-2ew80x61gd] {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
}

.tps-health-header strong[b-2ew80x61gd] {
    font-size: 1.65rem;
}

.tps-health-bar[b-2ew80x61gd] {
    width: 100%;
    height: 0.6rem;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.tps-health-bar span[b-2ew80x61gd] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #34d399 0%, #2dd4bf 55%, #38bdf8 100%);
}

.tps-checklist[b-2ew80x61gd] {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 0;
    margin: 1rem 0 0;
}

.tps-checklist li[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
}

.tps-check-indicator[b-2ew80x61gd] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    margin-top: 0.2rem;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.tps-checklist li.is-ready .tps-check-indicator[b-2ew80x61gd] {
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
}

.tps-checklist li strong[b-2ew80x61gd] {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
}

.tps-checklist li span[b-2ew80x61gd] {
    display: block;
    margin-top: 0.18rem;
    color: rgba(241, 245, 249, 0.72);
    font-size: 0.82rem;
    line-height: 1.45;
}

.tps-kpi-grid[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.tps-stat-card[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.15rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 254, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.15);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.tps-stat-label[b-2ew80x61gd] {
    color: var(--vc-text-secondary, #475569);
    font-size: 0.84rem;
    font-weight: 600;
}

.tps-stat-card strong[b-2ew80x61gd] {
    color: var(--vc-text-primary, #0f172a);
    font-size: 1.7rem;
    line-height: 1.1;
}

.tps-stat-foot[b-2ew80x61gd] {
    color: var(--vc-text-muted, #64748b);
    font-size: 0.82rem;
    line-height: 1.45;
}

.tps-secret-callout[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(15, 118, 110, 0.16);
    background: linear-gradient(135deg, rgba(240, 253, 250, 0.95), rgba(236, 253, 245, 0.92));
}

.tps-secret-callout h2[b-2ew80x61gd] {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: 1.05rem;
}

.tps-secret-callout p[b-2ew80x61gd] {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.tps-secret-grid[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tps-secret-grid label[b-2ew80x61gd],
.tps-field[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.tps-secret-grid span[b-2ew80x61gd],
.tps-field > span[b-2ew80x61gd] {
    color: var(--vc-text-secondary, #334155);
    font-size: 0.82rem;
    font-weight: 700;
}

.tps-copy-field[b-2ew80x61gd] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.tps-copy-field input[b-2ew80x61gd] {
    flex: 1;
}

.tps-main-grid[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.2rem;
    align-items: start;
}

.tps-column[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.tps-panel[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
}

.tps-panel-header[b-2ew80x61gd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.tps-panel-header h2[b-2ew80x61gd] {
    margin: 0;
    color: var(--vc-text-primary, #0f172a);
    font-size: 1.08rem;
}

.tps-panel-header p[b-2ew80x61gd] {
    margin: 0.35rem 0 0;
    color: var(--vc-text-secondary, #64748b);
    line-height: 1.55;
    font-size: 0.92rem;
}

.tps-brand-preview[b-2ew80x61gd] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tps-brand-mark[b-2ew80x61gd] {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.tps-form-grid[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tps-field-span-2[b-2ew80x61gd] {
    grid-column: 1 / -1;
}

.tps-field small[b-2ew80x61gd],
.tps-inline-note[b-2ew80x61gd] {
    color: var(--vc-text-muted, #64748b);
    font-size: 0.8rem;
    line-height: 1.45;
}

.tps-input[b-2ew80x61gd] {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0.9rem;
    background: #fff;
    color: var(--vc-text-primary, #0f172a);
    padding: 0.88rem 0.95rem;
    font: inherit;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.tps-input:focus[b-2ew80x61gd] {
    outline: none;
    border-color: rgba(13, 148, 136, 0.6);
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.14);
}

.tps-input[readonly][b-2ew80x61gd] {
    background: rgba(248, 250, 252, 0.92);
    color: var(--vc-text-secondary, #475569);
}

.tps-textarea[b-2ew80x61gd] {
    min-height: 11rem;
    resize: vertical;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.86rem;
    line-height: 1.55;
}

.tps-color-field[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.7rem;
}

.tps-color-field input[type="color"][b-2ew80x61gd] {
    width: 100%;
    height: 3.1rem;
    padding: 0.25rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: #fff;
    cursor: pointer;
}

.tps-panel-footer[b-2ew80x61gd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.tps-inline-form[b-2ew80x61gd] {
    display: flex;
    gap: 0.85rem;
    align-items: end;
}

.tps-inline-form-field[b-2ew80x61gd] {
    flex: 1;
}

.tps-list[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.tps-list-item[b-2ew80x61gd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.98));
}

.tps-list-copy[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.tps-list-title-row[b-2ew80x61gd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.tps-list-copy strong[b-2ew80x61gd] {
    color: var(--vc-text-primary, #0f172a);
    font-size: 0.96rem;
}

.tps-list-copy code[b-2ew80x61gd] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0f766e;
    font-size: 0.82rem;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

.tps-list-copy span[b-2ew80x61gd] {
    color: var(--vc-text-muted, #64748b);
    font-size: 0.8rem;
}

.tps-list-actions[b-2ew80x61gd] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-shrink: 0;
}

.tps-danger-button[b-2ew80x61gd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid rgba(239, 68, 68, 0.28);
    background: rgba(254, 242, 242, 0.9);
    color: #b91c1c;
    border-radius: 0.85rem;
    padding: 0.75rem 0.95rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.tps-danger-button:hover[b-2ew80x61gd] {
    background: rgba(254, 226, 226, 0.98);
    transform: translateY(-1px);
}

.tps-danger-button:disabled[b-2ew80x61gd],
.tp-btn-primary:disabled[b-2ew80x61gd],
.tp-btn-outline:disabled[b-2ew80x61gd] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.tps-empty-panel[b-2ew80x61gd],
.tps-empty[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px dashed rgba(148, 163, 184, 0.3);
    background: rgba(248, 250, 252, 0.82);
    color: var(--vc-text-secondary, #64748b);
}

.tps-empty[b-2ew80x61gd] {
    min-height: 24rem;
}

.tps-empty h2[b-2ew80x61gd] {
    margin: 0.95rem 0 0.4rem;
    color: var(--vc-text-primary, #0f172a);
}

.tps-empty p[b-2ew80x61gd],
.tps-empty-panel p[b-2ew80x61gd] {
    margin: 0;
    max-width: 34rem;
    line-height: 1.55;
}

.tps-empty-icon[b-2ew80x61gd] {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f766e;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(13, 148, 136, 0.08));
}

.tps-readiness-grid[b-2ew80x61gd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.tps-readiness-card[b-2ew80x61gd] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.15);
}

.tps-readiness-card strong[b-2ew80x61gd] {
    color: var(--vc-text-primary, #0f172a);
    font-size: 1.4rem;
}

.tps-readiness-card span[b-2ew80x61gd] {
    color: var(--vc-text-secondary, #334155);
    font-size: 0.9rem;
    font-weight: 700;
}

.tps-readiness-card small[b-2ew80x61gd] {
    color: var(--vc-text-muted, #64748b);
    line-height: 1.45;
}

.tps-spinner[b-2ew80x61gd] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    animation: tps-spin-b-2ew80x61gd 0.8s linear infinite;
}

.tps-skeleton[b-2ew80x61gd] {
    border-radius: 1.2rem;
    background: linear-gradient(90deg, rgba(226, 232, 240, 0.72) 25%, rgba(248, 250, 252, 0.96) 50%, rgba(226, 232, 240, 0.72) 75%);
    background-size: 200% 100%;
    animation: tps-shimmer-b-2ew80x61gd 1.45s ease-in-out infinite;
}

.tps-skeleton-hero[b-2ew80x61gd] {
    min-height: 17rem;
}

.tps-skeleton-card[b-2ew80x61gd] {
    min-height: 7.5rem;
}

.tps-skeleton-panel[b-2ew80x61gd] {
    min-height: 24rem;
}

@keyframes tps-spin-b-2ew80x61gd {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tps-shimmer-b-2ew80x61gd {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 1180px) {
    .tps-hero[b-2ew80x61gd],
    .tps-main-grid[b-2ew80x61gd] {
        grid-template-columns: 1fr;
    }

    .tps-kpi-grid[b-2ew80x61gd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .tps-form-grid[b-2ew80x61gd],
    .tps-secret-grid[b-2ew80x61gd],
    .tps-readiness-grid[b-2ew80x61gd],
    .tps-kpi-grid[b-2ew80x61gd] {
        grid-template-columns: 1fr;
    }

    .tps-inline-form[b-2ew80x61gd],
    .tps-panel-footer[b-2ew80x61gd],
    .tps-list-item[b-2ew80x61gd],
    .tps-copy-field[b-2ew80x61gd] {
        flex-direction: column;
        align-items: stretch;
    }

    .tps-list-actions[b-2ew80x61gd] {
        width: 100%;
        justify-content: stretch;
    }

    .tps-list-actions > *[b-2ew80x61gd] {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .tps-hero[b-2ew80x61gd],
    .tps-panel[b-2ew80x61gd],
    .tps-secret-callout[b-2ew80x61gd] {
        padding: 1rem;
    }

    .tps-landing[b-2ew80x61gd],
    .tp-landing[b-2ew80x61gd] {
        padding-left: 0;
        padding-right: 0;
    }
}
