/* /Components/Home/ArchitectureSection.razor.rz.scp.css */
[b-yk1th7qzqs] .feature-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(12px);
}

[b-yk1th7qzqs] .feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(88, 166, 255, 0.3) !important;
    box-shadow: 0 8px 25px rgba(88, 166, 255, 0.08);
}

.max-w-xl[b-yk1th7qzqs] {
    max-width: 36rem;
}
/* /Components/Home/HeroSection.razor.rz.scp.css */
/* Scoped styles cleared to adopt global Tailwind CSS layout properties */
/* /Components/Home/PersonaTabs.razor.rz.scp.css */
.tab-list-wrapper[b-xdxosbab7j] {
    background: rgba(22, 27, 34, 0.6);
    backdrop-filter: blur(12px);
}

.btn-tab[b-xdxosbab7j] {
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-tab:hover[b-xdxosbab7j] {
    color: #fff !important;
}

.active-seeer[b-xdxosbab7j] {
    background: rgba(88, 166, 255, 0.15) !important;
    border: 1px solid rgba(88, 166, 255, 0.4) !important;
    box-shadow: 0 4px 20px rgba(88, 166, 255, 0.15);
}

.active-watcher[b-xdxosbab7j] {
    background: rgba(40, 167, 69, 0.15) !important;
    border: 1px solid rgba(40, 167, 69, 0.4) !important;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.15);
}

.glass-preview-card[b-xdxosbab7j] {
    backdrop-filter: blur(16px);
}

.use-case-item[b-xdxosbab7j] {
    transition: background 0.2s ease, border-color 0.2s ease;
}
.use-case-item:hover[b-xdxosbab7j] {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.max-w-xl[b-xdxosbab7j] {
    max-width: 36rem;
}
/* /Components/Home/PilotCtaSection.razor.rz.scp.css */
.cta-card[b-4m75j8yxzg] {
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
}
.cta-card:hover[b-4m75j8yxzg] {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.max-w-xl[b-4m75j8yxzg] {
    max-width: 36rem;
}

.glass-reflection[b-4m75j8yxzg] {
    position: absolute;
    top: 0; left: 0; right: 0; height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
}
/* /Components/Home/SeeerDetails.razor.rz.scp.css */
.timeline[b-vttnp30pnf] {
    position: relative;
    padding-left: 0;
}

[b-vttnp30pnf] .timeline-step {
    transition: transform 0.3s ease;
}
[b-vttnp30pnf] .timeline-step:hover {
    transform: translateX(4px);
}

[b-vttnp30pnf] .timeline-connector {
    position: absolute;
    top: 54px;
    left: 26px;
    width: 2px;
    height: calc(100% - 4px);
    background: linear-gradient(180deg, rgba(88, 166, 255, 0.4) 0%, rgba(88, 166, 255, 0.05) 100%);
    z-index: 1;
}

[b-vttnp30pnf] .timeline-card {
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
}
[b-vttnp30pnf] .timeline-card:hover {
    border-color: rgba(88, 166, 255, 0.3) !important;
    background: rgba(22, 27, 34, 0.6) !important;
}

.icon-box[b-vttnp30pnf] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(88, 166, 255, 0.1);
    border: 1px solid rgba(88, 166, 255, 0.2);
    flex-shrink: 0;
}
/* /Components/Home/UseCasesSection.razor.rz.scp.css */
.use-case-card[b-kc8j9tsp37] {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
}
.use-case-card:hover[b-kc8j9tsp37] {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.icon-box[b-kc8j9tsp37] {
    display: inline-block;
}

.max-w-xl[b-kc8j9tsp37] {
    max-width: 36rem;
}
/* /Components/Home/WatcherDetails.razor.rz.scp.css */
.command-deck-mockup[b-z8d51vlbs4] {
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
}

.mockup-feed-view img[b-z8d51vlbs4] {
    filter: brightness(0.75) contrast(1.1) saturate(1.1);
}

.pulse-dot[b-z8d51vlbs4] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.log-row[b-z8d51vlbs4] {
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 4px;
    border-radius: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.log-row:hover[b-z8d51vlbs4] {
    background: rgba(255, 255, 255, 0.05);
}

@@keyframes pulse {
    0%[b-z8d51vlbs4] {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70%[b-z8d51vlbs4] {
        box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
    }
    100%[b-z8d51vlbs4] {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout styles cleared to adopt global Tailwind CSS layout properties */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hisqlq44qk] {
    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-hisqlq44qk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hisqlq44qk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hisqlq44qk] {
    font-size: 1.1rem;
}

.bi[b-hisqlq44qk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hisqlq44qk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hisqlq44qk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hisqlq44qk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hisqlq44qk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hisqlq44qk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hisqlq44qk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hisqlq44qk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hisqlq44qk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hisqlq44qk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hisqlq44qk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hisqlq44qk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hisqlq44qk] {
        display: none;
    }

    .nav-scrollable[b-hisqlq44qk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-02jg2fotwz],
.components-reconnect-repeated-attempt-visible[b-02jg2fotwz],
.components-reconnect-failed-visible[b-02jg2fotwz],
.components-pause-visible[b-02jg2fotwz],
.components-resume-failed-visible[b-02jg2fotwz],
.components-rejoining-animation[b-02jg2fotwz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-retrying[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-failed[b-02jg2fotwz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-02jg2fotwz] {
    display: block;
}


#components-reconnect-modal[b-02jg2fotwz] {
    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-02jg2fotwz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-02jg2fotwz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-02jg2fotwz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-02jg2fotwz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-02jg2fotwz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-02jg2fotwz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-02jg2fotwz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-02jg2fotwz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-02jg2fotwz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-02jg2fotwz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-02jg2fotwz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-02jg2fotwz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-02jg2fotwz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-02jg2fotwz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-02jg2fotwz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-02jg2fotwz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-02jg2fotwz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-02jg2fotwz {
    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/ArchiveGallery.razor.rz.scp.css */
.archive-container[b-q8c6496opd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: 'Inter', sans-serif;
    color: #f8f9fa;
}

.archive-header[b-q8c6496opd] {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5rem;
}

.archive-header h1[b-q8c6496opd] {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #fff, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.archive-header p[b-q8c6496opd] {
    color: #94a3b8;
    font-size: 1.1rem;
}

.loading-state[b-q8c6496opd], .empty-state[b-q8c6496opd] {
    text-align: center;
    padding: 5rem 0;
    background: rgba(15, 23, 42, 0.6);
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.loading-state p[b-q8c6496opd], .empty-state p[b-q8c6496opd] {
    margin-top: 1rem;
    color: #94a3b8;
}

.empty-state i[b-q8c6496opd] {
    font-size: 3rem;
    color: #475569;
    margin-bottom: 1rem;
    display: inline-block;
}

.video-grid[b-q8c6496opd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.video-card[b-q8c6496opd] {
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.video-card:hover[b-q8c6496opd] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgba(99, 102, 241, 0.5);
}

.thumbnail[b-q8c6496opd] {
    height: 180px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail[b-q8c6496opd]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M23 7l-7 5 7 5V7z"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg>') center center no-repeat;
    background-size: 50%;
    opacity: 0.5;
}

.play-overlay[b-q8c6496opd] {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .play-overlay[b-q8c6496opd] {
    opacity: 1;
}

.play-overlay i[b-q8c6496opd] {
    font-size: 3.5rem;
    color: #fff;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}

.details[b-q8c6496opd] {
    padding: 1.25rem;
}

.details h5[b-q8c6496opd] {
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.details p[b-q8c6496opd] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Modal Styles */
.video-modal-backdrop[b-q8c6496opd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.video-modal[b-q8c6496opd] {
    background: #0f172a;
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

.modal-header[b-q8c6496opd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.9);
}

.modal-header h5[b-q8c6496opd] {
    margin: 0;
    font-size: 1.1rem;
    color: #f1f5f9;
}

.modal-body[b-q8c6496opd] {
    padding: 0;
    background: #000;
}

.video-player[b-q8c6496opd] {
    width: 100%;
    max-height: 70vh;
    display: block;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home styles cleared to adopt global Tailwind CSS layout properties */
/* /Components/Pages/LiveVantage.razor.rz.scp.css */
.live-vantage-page[b-q6k3ct2nze] {
    min-height: 75vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background: radial-gradient(circle at top, #24133a 0, #0e0b14 55%);
    color: #f7f4fb;
}

.live-vantage-intro[b-q6k3ct2nze] {
    width: min(100%, 42rem);
    margin-bottom: 1.5rem;
    text-align: center;
}

.live-vantage-intro h1[b-q6k3ct2nze] {
    margin: .35rem 0 .75rem;
    font-size: clamp(2rem, 6vw, 3.5rem);
}

.live-vantage-kicker[b-q6k3ct2nze] {
    margin: 0;
    color: #c7a7f2;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

thrallvision-live-vantage[b-q6k3ct2nze] {
    width: min(100%, 42rem);
}
