/* _content/TaBlitzLabsWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
/* Site app bar: contained menu like a regular site header (logo left, nav right) */
[b-9fv9s7sv9d] .site-appbar > div {
    width: 100%;
    box-sizing: border-box;
}

.appbar-inner[b-9fv9s7sv9d] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
    gap: 0.5rem;
}

.appbar-logo-wrap[b-9fv9s7sv9d] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.appbar-logo-link[b-9fv9s7sv9d] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.appbar-logo[b-9fv9s7sv9d] {
    height: 48px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
}

@media (min-width: 768px) {
    .appbar-logo[b-9fv9s7sv9d] {
        height: 52px;
        max-width: 280px;
    }
}

/* Hamburger: visible in compact mode; inline nav hidden */
.appbar-toggler-wrap[b-9fv9s7sv9d] {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
}

.appbar-nav[b-9fv9s7sv9d] {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.appbar-inner.appbar--compact .appbar-nav[b-9fv9s7sv9d] {
    display: none;
}

.appbar-inner.appbar--expanded .appbar-nav[b-9fv9s7sv9d] {
    display: flex;
}

.appbar-inner.appbar--expanded .appbar-toggler-wrap[b-9fv9s7sv9d] {
    display: none !important;
}

/* JS measurement frame: force full inline layout to read scrollWidth vs clientWidth */
.appbar-inner.appbar--measure .appbar-nav[b-9fv9s7sv9d] {
    display: flex !important;
}

.appbar-inner.appbar--measure .appbar-toggler-wrap[b-9fv9s7sv9d] {
    display: none !important;
}

/* Mobile overlay (rollup menu) – outside MudLayout so it stacks above app bar */
.main-layout-root .appbar-nav-overlay[b-9fv9s7sv9d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6);
    z-index: 1400;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

.main-layout-root .appbar-nav-overlay.open[b-9fv9s7sv9d] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.main-layout-root .appbar-nav-dropdown[b-9fv9s7sv9d] {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: #1e293b;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 1401;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
}

.appbar-nav-dropdown[b-9fv9s7sv9d]  .appbar-nav-link {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.appbar-nav-dropdown[b-9fv9s7sv9d]  .appbar-nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #5dd1ff !important;
}

.appbar-nav-dropdown[b-9fv9s7sv9d]  .appbar-nav-link.mud-nav-link-active {
    background: rgba(20, 189, 255, 0.15);
    color: #5dd1ff !important;
}

/* Overlay menu only when compact (hamburger); hidden when inline nav is shown */
.main-layout-root.appbar-root--expanded .appbar-nav-overlay[b-9fv9s7sv9d] {
    display: none;
}

[b-9fv9s7sv9d] .appbar-nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

[b-9fv9s7sv9d] .appbar-nav-link:hover {
    color: #5dd1ff !important;
}

[b-9fv9s7sv9d] .appbar-nav-link.mud-nav-link-active {
    color: #5dd1ff !important;
}

[b-9fv9s7sv9d] .dr-tablitz-nav-link {
    white-space: nowrap;
}

/* Main content */
.content-wrapper[b-9fv9s7sv9d] {
    padding: 0;
    min-height: calc(100vh - 64px);
}

@media (min-width: 641px) {
    .content-wrapper[b-9fv9s7sv9d] {
        padding: 0;
    }
}

/* Footer */
.site-footer[b-9fv9s7sv9d] {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.8);
    padding: 2.5rem 0;
    margin-top: auto;
}

.footer-inner[b-9fv9s7sv9d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.footer-left p[b-9fv9s7sv9d] {
    margin: 0 0 0.25rem 0;
}

.footer-tagline[b-9fv9s7sv9d] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-links[b-9fv9s7sv9d] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links a[b-9fv9s7sv9d] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-links a:hover[b-9fv9s7sv9d] {
    color: #5dd1ff;
}

#blazor-error-ui[b-9fv9s7sv9d] {
    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-9fv9s7sv9d] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/TaBlitzLabsWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n88w8xbs3l] {
    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);
}

.navbar-toggler:checked[b-n88w8xbs3l] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n88w8xbs3l] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-n88w8xbs3l] {
    font-size: 1.1rem;
}

.navbar-logo[b-n88w8xbs3l] {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.nav-item[b-n88w8xbs3l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-n88w8xbs3l] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-n88w8xbs3l] {
    padding-bottom: 1rem;
}

.nav-item[b-n88w8xbs3l]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-n88w8xbs3l]  a.active {
    background-color: rgba(20, 189, 255, 0.25);
    color: #5dd1ff;
}

.nav-item[b-n88w8xbs3l]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item[b-n88w8xbs3l]  .dr-tablitz-nav-link {
    white-space: nowrap;
}

.nav-scrollable[b-n88w8xbs3l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n88w8xbs3l] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n88w8xbs3l] {
        display: none;
    }

    .nav-scrollable[b-n88w8xbs3l] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TaBlitzLabsWebsite/Components/Shared/SiteSearchBar.razor.rz.scp.css */
/* Trigger: icon-only in app bar */
.appbar-search-trigger[b-rkjdqfzgdo] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

[b-rkjdqfzgdo] .appbar-search-icon-btn {
    color: rgba(255, 255, 255, 0.92) !important;
}

[b-rkjdqfzgdo] .appbar-search-icon-btn:hover {
    color: #5dd1ff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Backdrop under modal (below modal z-index) */
.site-search-backdrop[b-rkjdqfzgdo] {
    position: fixed;
    inset: 0;
    z-index: 2390;
    background: rgba(15, 23, 42, 0.55);
    animation: site-search-fade-in-b-rkjdqfzgdo 0.15s ease-out;
}

@keyframes site-search-fade-in-b-rkjdqfzgdo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal shell — force light text palette (global theme is often dark on this site) */
.site-search-modal[b-rkjdqfzgdo] {
    position: fixed;
    z-index: 2400;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    animation: site-search-pop-b-rkjdqfzgdo 0.2s ease-out;
    color: #0f172a;
    color-scheme: light;
    --mud-palette-text-primary: #0f172a;
    --mud-palette-text-secondary: #475569;
    --mud-palette-text-disabled: #94a3b8;
    --mud-palette-action-default: #334155;
}

.site-search-modal[b-rkjdqfzgdo]  .mud-typography {
    color: inherit !important;
}

.site-search-modal[b-rkjdqfzgdo]  .mud-list-item {
    color: #0f172a !important;
}

.site-search-modal[b-rkjdqfzgdo]  .mud-list-item .mud-typography {
    color: inherit !important;
}

@keyframes site-search-pop-b-rkjdqfzgdo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Desktop / tablet: centered overlay, search column left, results right */
@media (min-width: 992px) {
    .site-search-modal[b-rkjdqfzgdo] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: min(1040px, 94vw);
        height: min(88vh, 900px);
        max-height: min(88vh, 900px);
        border-radius: 12px;
    }

    .site-search-layout[b-rkjdqfzgdo] {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .site-search-left[b-rkjdqfzgdo] {
        flex: 0 0 min(340px, 38%);
        padding: 1rem 1.25rem 1.25rem;
        border-right: 1px solid #e2e8f0;
        background: #fff;
        color: #0f172a;
        overflow-y: auto;
    }

    .site-search-results-panel[b-rkjdqfzgdo] {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        background: #fff;
        color: #0f172a;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Phone: full-screen panel */
@media (max-width: 991px) {
    .site-search-modal[b-rkjdqfzgdo] {
        inset: 0;
        width: 100%;
        height: 100dvh;
        max-height: none;
        border-radius: 0;
        transform: none;
        top: 0;
        left: 0;
        animation: none;
    }

    .site-search-layout[b-rkjdqfzgdo] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .site-search-left[b-rkjdqfzgdo] {
        flex: 0 0 auto;
        padding: 0.75rem 1rem 1rem;
        border-bottom: 1px solid #e2e8f0;
        background: #fff;
        color: #0f172a;
    }

    .site-search-results-panel[b-rkjdqfzgdo] {
        flex: 1 1 auto;
        min-height: 0;
        background: #fff;
        color: #0f172a;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.site-search-modal-header[b-rkjdqfzgdo] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    color: #0f172a;
}

.site-search-title[b-rkjdqfzgdo] {
    color: #0f172a;
    font-weight: 700;
}

[b-rkjdqfzgdo] .site-search-close-btn {
    color: #475569 !important;
}

[b-rkjdqfzgdo] .site-search-field {
    width: 100%;
}

[b-rkjdqfzgdo] .site-search-field input {
    font-size: 1.05rem !important;
    color: #0f172a !important;
}

[b-rkjdqfzgdo] .site-search-field .mud-input-slot {
    color: #0f172a !important;
}

[b-rkjdqfzgdo] .site-search-field label {
    color: #475569 !important;
}

.site-search-hint[b-rkjdqfzgdo] {
    display: block;
    margin-top: 0.5rem;
    color: #64748b;
}

/* Results list — large, readable */
.site-search-hit-list[b-rkjdqfzgdo] {
    padding: 0.25rem 0 1rem;
}

[b-rkjdqfzgdo] .site-search-hit {
    padding: 0 !important;
    min-height: auto !important;
}

[b-rkjdqfzgdo] .site-search-hit:hover {
    background: #f1f5f9 !important;
}

.site-search-hit-inner[b-rkjdqfzgdo] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.site-search-hit-title[b-rkjdqfzgdo] {
    color: #0f172a !important;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.site-search-hit-title[b-rkjdqfzgdo]  .mud-typography {
    color: #0f172a !important;
}

.site-search-hit-snippet[b-rkjdqfzgdo] {
    color: #334155 !important;
    line-height: 1.5;
}

.site-search-hit-snippet[b-rkjdqfzgdo]  .mud-typography {
    color: #334155 !important;
}

.site-search-hit-snippet[b-rkjdqfzgdo]  mark {
    background: #fef08a;
    color: #0f172a !important;
    padding: 0 0.15em;
    border-radius: 2px;
}

[b-rkjdqfzgdo] .site-search-kind-chip {
    margin-top: 0.5rem;
    color: #0f172a !important;
}
