/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ezur2160yq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ezur2160yq] {
    flex: 1;
    background: #f1f5f9;
    min-height: 100vh;
}

.sidebar[b-ezur2160yq] {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}

.top-row[b-ezur2160yq] {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
}

    .top-row[b-ezur2160yq]  a, .top-row[b-ezur2160yq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ezur2160yq]  a:hover, .top-row[b-ezur2160yq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ezur2160yq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ezur2160yq] {
        justify-content: space-between;
    }

    .top-row[b-ezur2160yq]  a, .top-row[b-ezur2160yq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ezur2160yq] {
        flex-direction: row;
    }

    .sidebar[b-ezur2160yq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ezur2160yq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ezur2160yq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ezur2160yq], article[b-ezur2160yq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ezur2160yq] {
    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-ezur2160yq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

[b-ezur2160yq] .search-result-item:hover {
    background-color: #f8f9fa;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1k5kwd7w1q] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.navbar-toggler:checked[b-1k5kwd7w1q] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1k5kwd7w1q] {
    min-height: 4rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.navbar-brand[b-1k5kwd7w1q] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.25rem 0;
}

.brand-icon-box[b-1k5kwd7w1q] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.brand-name[b-1k5kwd7w1q] {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.brand-tagline[b-1k5kwd7w1q] {
    display: block;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.5;
    font-weight: 500;
    line-height: 1;
}

.nav-section-label[b-1k5kwd7w1q] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.3);
    padding: 1.1rem 1.5rem 0.4rem 1.5rem;
    text-transform: uppercase;
}

.nav-item[b-1k5kwd7w1q] {
    font-size: 0.85rem;
    padding-bottom: 0.1rem;
}

    .nav-item:first-of-type[b-1k5kwd7w1q] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-1k5kwd7w1q] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-1k5kwd7w1q]  .nav-link {
        color: rgba(255, 255, 255, 0.6);
        background: none;
        border: none;
        border-radius: 8px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        width: 100%;
        gap: 0.75rem;
        transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 400;
        position: relative;
    }

    .nav-item[b-1k5kwd7w1q]  .nav-link i {
        font-size: 1rem;
        width: 1.25rem;
        text-align: center;
        opacity: 0.7;
        transition: opacity 0.15s ease;
    }

.nav-item[b-1k5kwd7w1q]  a.active {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.15));
    color: white;
    font-weight: 600;
    box-shadow: inset 3px 0 0 #3b82f6;
}

.nav-item[b-1k5kwd7w1q]  a.active i {
    opacity: 1;
    color: #60a5fa;
}

.nav-item[b-1k5kwd7w1q]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
}

.nav-item[b-1k5kwd7w1q]  .nav-link:hover i {
    opacity: 1;
}

.nav-scrollable[b-1k5kwd7w1q] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1k5kwd7w1q] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1k5kwd7w1q] {
        display: none;
    }

    .nav-scrollable[b-1k5kwd7w1q] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-w18y5caedd],
.components-reconnect-repeated-attempt-visible[b-w18y5caedd],
.components-reconnect-failed-visible[b-w18y5caedd],
.components-pause-visible[b-w18y5caedd],
.components-resume-failed-visible[b-w18y5caedd],
.components-rejoining-animation[b-w18y5caedd] {
    display: none;
}

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


#components-reconnect-modal[b-w18y5caedd] {
    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-w18y5caedd 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-w18y5caedd {
    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/About.razor.rz.scp.css */
/* ===== About Page — Deck Cards ===== */
.deck-card[b-2qkl96k72s] {
    background: var(--wms-card);
    border-radius: var(--wms-radius-lg);
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all var(--wms-transition);
    box-shadow: var(--wms-shadow-sm);
    border: 1px solid var(--wms-border);
    height: 100%;
}

.deck-card:hover[b-2qkl96k72s] {
    transform: translateY(-4px);
    box-shadow: var(--wms-shadow-lg);
    border-color: var(--wms-primary);
}

.deck-card-icon[b-2qkl96k72s] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.6rem;
    color: #fff;
}

.deck-card h5[b-2qkl96k72s] {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

/* ===== Slide Viewer ===== */
.slide[b-2qkl96k72s] {
    border-radius: var(--wms-radius-lg);
    min-height: 520px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: var(--wms-shadow);
    position: relative;
}

.slide-content[b-2qkl96k72s] {
    flex: 1;
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-overline[b-2qkl96k72s] {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--wms-primary);
    margin-bottom: 0.5rem;
}

.slide[style*="0f172a"] .slide-overline[b-2qkl96k72s] {
    color: rgba(255, 255, 255, 0.6);
}

.slide-title[b-2qkl96k72s] {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.slide[style*="0f172a"] .slide-title[b-2qkl96k72s] {
    color: #fff;
}

.slide-subtitle[b-2qkl96k72s] {
    font-size: 1.1rem;
    color: var(--wms-text-muted);
    margin-bottom: 1.5rem;
}

.slide[style*="0f172a"] .slide-subtitle[b-2qkl96k72s] {
    color: rgba(255, 255, 255, 0.7);
}

.slide-footer[b-2qkl96k72s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 3rem;
    font-size: 0.7rem;
    color: var(--wms-text-muted);
    border-top: 1px solid var(--wms-border);
    background: rgba(255, 255, 255, 0.5);
}

.slide[style*="0f172a"] .slide-footer[b-2qkl96k72s] {
    border-top-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
}

/* Slide dot buttons */
[b-2qkl96k72s] .slide-dot {
    min-width: 30px;
    padding: 2px 6px;
    font-size: 0.7rem;
}

/* ===== Slide Content Components ===== */

/* Hero points (dark slides) */
[b-2qkl96k72s] .slide-hero-points {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 600px;
}

[b-2qkl96k72s] .hero-point {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

[b-2qkl96k72s] .hero-point i {
    font-size: 1.4rem;
    color: #3b82f6;
    flex-shrink: 0;
}

/* Two-column layout */
[b-2qkl96k72s] .slide-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

[b-2qkl96k72s] .col-block {
    padding: 1.5rem;
    border-radius: var(--wms-radius);
    background: #f8fafc;
    border: 1px solid var(--wms-border);
}

[b-2qkl96k72s] .col-block h4,
[b-2qkl96k72s] .col-block h5 {
    margin-bottom: 1rem;
    font-weight: 700;
}

[b-2qkl96k72s] .col-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-2qkl96k72s] .col-block ul li {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
}

[b-2qkl96k72s] .col-block-danger {
    background: #fef2f2;
    border-color: #fecaca;
}

[b-2qkl96k72s] .col-block-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

[b-2qkl96k72s] .tech-list {
    list-style: none;
    padding: 0;
}

[b-2qkl96k72s] .tech-list li {
    padding: 0.4rem 0;
    font-size: 0.9rem;
}

/* 3-column grid */
[b-2qkl96k72s] .slide-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

[b-2qkl96k72s] .grid-card {
    padding: 1.5rem;
    border-radius: var(--wms-radius);
    background: #f8fafc;
    border: 1px solid var(--wms-border);
    text-align: center;
}

[b-2qkl96k72s] .grid-card h5 {
    font-weight: 700;
    margin: 0.75rem 0 0.5rem;
}

[b-2qkl96k72s] .grid-card p {
    font-size: 0.85rem;
    color: var(--wms-text-muted);
    margin: 0;
}

/* Stats row */
[b-2qkl96k72s] .slide-stats-row {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-2qkl96k72s] .stat-block {
    text-align: center;
    padding: 1rem;
}

[b-2qkl96k72s] .stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--wms-primary);
    line-height: 1.1;
}

.slide[style*="0f172a"][b-2qkl96k72s]  .stat-num {
    color: #60a5fa;
}

[b-2qkl96k72s] .stat-block .stat-label {
    font-size: 0.8rem;
    color: var(--wms-text-muted);
    margin-top: 0.25rem;
}

.slide[style*="0f172a"][b-2qkl96k72s]  .stat-block .stat-label {
    color: rgba(255, 255, 255, 0.6);
}

/* Feature grid */
[b-2qkl96k72s] .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

[b-2qkl96k72s] .feature-item {
    padding: 1.25rem;
    border-radius: var(--wms-radius-sm);
    background: #f8fafc;
    border: 1px solid var(--wms-border);
}

[b-2qkl96k72s] .feature-item i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

[b-2qkl96k72s] .feature-item h6 {
    font-weight: 700;
    margin-bottom: 0.35rem;
}

[b-2qkl96k72s] .feature-item p {
    font-size: 0.82rem;
    color: var(--wms-text-muted);
    margin: 0;
    line-height: 1.4;
}

/* Table style for slides */
[b-2qkl96k72s] .slide-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--wms-radius-sm);
    overflow: hidden;
    border: 1px solid var(--wms-border);
    font-size: 0.9rem;
}

[b-2qkl96k72s] .slide-table thead th {
    background: var(--wms-primary);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    text-align: left;
}

[b-2qkl96k72s] .slide-table tbody td {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--wms-border);
}

[b-2qkl96k72s] .slide-table tbody tr:last-child td {
    border-bottom: none;
}

[b-2qkl96k72s] .slide-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* Timeline */
[b-2qkl96k72s] .slide-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 2rem;
    position: relative;
}

[b-2qkl96k72s] .slide-timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--wms-border);
}

[b-2qkl96k72s] .timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

[b-2qkl96k72s] .timeline-marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

[b-2qkl96k72s] .timeline-content h6 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

[b-2qkl96k72s] .timeline-content p {
    font-size: 0.85rem;
    color: var(--wms-text-muted);
    margin: 0;
}

/* Pricing cards */
[b-2qkl96k72s] .pricing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-2qkl96k72s] .pricing-badge {
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    background: #f1f5f9;
    color: var(--wms-text-muted);
    margin-bottom: 1rem;
}

[b-2qkl96k72s] .pricing-amount {
    font-size: 2rem;
    font-weight: 800;
    color: var(--wms-text);
    margin-bottom: 0.25rem;
}

[b-2qkl96k72s] .pricing-period {
    font-size: 0.8rem;
    color: var(--wms-text-muted);
    margin-bottom: 1rem;
}

[b-2qkl96k72s] .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

[b-2qkl96k72s] .pricing-features li {
    padding: 0.35rem 0;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-2qkl96k72s] .pricing-features li i {
    color: var(--wms-success);
}

[b-2qkl96k72s] .pricing-featured {
    border: 2px solid var(--wms-primary);
    background: #fff !important;
    position: relative;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .slide-content[b-2qkl96k72s] {
        padding: 1.5rem;
    }

    .slide-footer[b-2qkl96k72s] {
        padding: 0.5rem 1.5rem;
    }

    [b-2qkl96k72s] .slide-two-col {
        grid-template-columns: 1fr;
    }

    [b-2qkl96k72s] .slide-grid-3 {
        grid-template-columns: 1fr;
    }

    [b-2qkl96k72s] .feature-grid {
        grid-template-columns: 1fr;
    }

    .slide[b-2qkl96k72s] {
        min-height: auto;
    }

    .slide-title[b-2qkl96k72s] {
        font-size: 1.4rem;
    }
}

/* ===== Print Styles — renders ALL slides for PDF ===== */
@media print {
    /* Hide everything except the printable deck */
    :global(.sidebar)[b-2qkl96k72s],
    :global(.top-row)[b-2qkl96k72s],
    :global(.page-header)[b-2qkl96k72s],
    :global(.navbar-toggler)[b-2qkl96k72s],
    :global(.nav-scrollable)[b-2qkl96k72s],
    .slide-dot[b-2qkl96k72s],
    button[b-2qkl96k72s] {
        display: none !important;
    }

    /* Show ALL slides (remove d-none) */
    #printable-deck .slide[b-2qkl96k72s] {
        display: flex !important;
        break-after: page;
        break-inside: avoid;
        min-height: 100vh;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        border: none;
    }

    .slide-content[b-2qkl96k72s] {
        padding: 2rem;
    }

    .slide-footer[b-2qkl96k72s] {
        padding: 0.5rem 2rem;
    }

    /* Force backgrounds to print */
    *[b-2qkl96k72s] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    @page {
        size: landscape;
        margin: 0;
    }
}
