/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-o0skt4hjn0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-o0skt4hjn0] {
    flex: 1;
}

.sidebar[b-o0skt4hjn0] {
    background: var(--win98-surface);
    border-right: 1px solid var(--ui-border);
    transition: width 180ms ease;
}

.top-row[b-o0skt4hjn0] {
    background: var(--win98-surface);
    border-bottom: 1px solid var(--ui-border);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-label[b-o0skt4hjn0] {
    color: #000;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
}

.top-row-upload[b-o0skt4hjn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.85rem;
    color: #000;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 10px;
}

.top-row-upload input[b-o0skt4hjn0] {
    max-width: 190px;
}

@media (max-width: 640.98px) {
    .top-row[b-o0skt4hjn0] {
        justify-content: space-between;
        height: auto;
        min-height: 3.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .top-row-label[b-o0skt4hjn0] {
        font-size: 0.84rem;
    }
}

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

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

    .sidebar.is-collapsed[b-o0skt4hjn0] {
        width: 88px;
    }

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

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

    .top-row[b-o0skt4hjn0], article[b-o0skt4hjn0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-actions[b-onnmjh9ycg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-toggler[b-onnmjh9ycg] {
    background: var(--win98-surface-soft);
    border: 1px solid var(--ui-border);
    border-radius: 10px;
}

.sidebar-toggle[b-onnmjh9ycg] {
    display: none;
    width: 2.2rem;
    height: 2.2rem;
    background: var(--win98-surface-soft);
    color: #000;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
}

.top-row[b-onnmjh9ycg] {
    min-height: 4rem;
}

.navbar-brand[b-onnmjh9ycg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

.brand-mark[b-onnmjh9ycg] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    background: var(--win98-blue-strong);
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    border-radius: 10px;
}

.brand-text[b-onnmjh9ycg] {
    white-space: nowrap;
}

.navbar-brand.is-collapsed .brand-text[b-onnmjh9ycg] {
    display: none;
}

.navbar-brand.is-collapsed .brand-mark[b-onnmjh9ycg] {
    display: inline-flex;
}

.bi[b-onnmjh9ycg] {
    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-onnmjh9ycg] {
    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-onnmjh9ycg] {
    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-onnmjh9ycg] {
    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-onnmjh9ycg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-onnmjh9ycg]  a {
        color: #000;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 0 0.75rem;
        border: 1px solid transparent;
        border-radius: 10px;
    }

.nav-item[b-onnmjh9ycg]  a.active {
    background: #dcdcdc;
    color: #111;
    border-color: var(--ui-border-strong);
}

.nav-item[b-onnmjh9ycg]  a:hover {
    background: #e6e6e6;
    color: #000;
    border-color: var(--ui-border);
}

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

    .sidebar-toggle[b-onnmjh9ycg] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .collapse[b-onnmjh9ycg] {
        display: block;
    }

    .nav-scrollable[b-onnmjh9ycg] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable.is-collapsed .nav-item[b-onnmjh9ycg] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-scrollable.is-collapsed .nav-item[b-onnmjh9ycg]  a {
        justify-content: center;
        margin: 0 0.75rem;
    }

    .nav-scrollable.is-collapsed .nav-label[b-onnmjh9ycg] {
        display: none;
    }

    .nav-scrollable.is-collapsed .bi[b-onnmjh9ycg] {
        margin-right: 0;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.player-shell[b-xdpvfft71s] {
    display: grid;
    gap: 1.5rem;
    padding: 0 0 2.5rem;
}

.panel-card[b-xdpvfft71s],
.banner[b-xdpvfft71s] {
    border: 1px solid var(--ui-border);
    border-radius: 14px;
}

.eyebrow[b-xdpvfft71s] {
    margin: 0 0 0.4rem;
    color: #404040;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inline-upload[b-xdpvfft71s] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem 0.9rem;
    background: var(--win98-surface-soft);
    border: 1px solid var(--ui-border);
    border-radius: 10px;
}

.toolbar-label[b-xdpvfft71s],
.trial-subtitle[b-xdpvfft71s],
.viewer-path code[b-xdpvfft71s],
.timeline-meta[b-xdpvfft71s],
.empty-inline[b-xdpvfft71s],
.viewer-empty p[b-xdpvfft71s] {
    color: #333;
}

.banner[b-xdpvfft71s] {
    padding: 0.85rem 1rem;
    font-weight: 600;
    background: var(--win98-surface);
}

.banner-error[b-xdpvfft71s] {
    color: var(--win98-danger);
}

.banner-info[b-xdpvfft71s] {
    background: #eff6ff;
    border-color: rgba(37, 99, 235, 0.16);
    color: #1d4ed8;
}

.toast-stack[b-xdpvfft71s] {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 30;
    pointer-events: none;
}

.toast-message[b-xdpvfft71s] {
    min-width: min(420px, calc(100vw - 2rem));
    padding: 0.95rem 1.1rem;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: var(--win98-surface);
    color: #000;
    font-weight: 700;
    animation: toast-in-b-xdpvfft71s 180ms ease-out;
}

.toast-info[b-xdpvfft71s] {
    border-left: 4px solid var(--win98-blue);
}

.panel-head h2[b-xdpvfft71s],
.viewer-empty h3[b-xdpvfft71s] {
    margin: 0;
    color: #000;
}

.player-grid[b-xdpvfft71s] {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 1.5rem;
}

.side-column[b-xdpvfft71s],
.main-column[b-xdpvfft71s],
.detail-grid[b-xdpvfft71s] {
    display: grid;
    gap: 1.5rem;
}

.panel-card[b-xdpvfft71s] {
    padding: 1.2rem;
    background: var(--win98-surface);
}

.loading-card[b-xdpvfft71s] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    padding: 0.9rem 1rem;
    color: #000;
    font-weight: 700;
}

.loading-spinner[b-xdpvfft71s] {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 2px solid var(--win98-shadow-mid);
    border-top-color: var(--win98-blue);
    animation: content-spin-b-xdpvfft71s 0.8s linear infinite;
}

.empty-dashboard[b-xdpvfft71s] {
    padding: 1.35rem 1.5rem;
    background: var(--win98-surface);
}

.empty-dashboard-copy h2[b-xdpvfft71s] {
    margin: 0;
    color: #000;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 700;
}

.panel-head[b-xdpvfft71s] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.session-card-actions[b-xdpvfft71s] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.metric-pill[b-xdpvfft71s] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    background: #eaeaea;
    color: #000;
    font-size: 0.86rem;
    font-weight: 700;
    border: 1px solid var(--ui-border);
    border-radius: 999px;
}

.meta-grid[b-xdpvfft71s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 0;
}

.meta-grid div[b-xdpvfft71s] {
    padding: 0.8rem;
    background: #efefef;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.meta-grid dt[b-xdpvfft71s] {
    margin-bottom: 0.3rem;
    color: #404040;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.meta-grid dd[b-xdpvfft71s] {
    margin: 0;
    color: #000;
    font-weight: 700;
    word-break: break-word;
}

.trial-list[b-xdpvfft71s] {
    display: grid;
    gap: 0.7rem;
}

.trials-section[b-xdpvfft71s] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.trials-section-head[b-xdpvfft71s] {
    margin-bottom: 0.9rem;
}

.trials-section-head h3[b-xdpvfft71s] {
    margin: 0;
    color: #17212b;
    font-size: 1rem;
}

.trial-item[b-xdpvfft71s] {
    display: grid;
    gap: 0.25rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #dcdcdc;
    text-align: left;
    transition: background 120ms ease;
}

.trial-item:hover[b-xdpvfft71s],
.trial-item.is-active[b-xdpvfft71s] {
    background: #e7e7e7;
}

.trial-item.is-active[b-xdpvfft71s] {
    border-color: var(--ui-border-strong);
    background: #d8d8d8;
}

.trial-title[b-xdpvfft71s] {
    color: #000;
    font-weight: 700;
}

.controls-row[b-xdpvfft71s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.control-button[b-xdpvfft71s] {
    padding: 0.72rem 1rem;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: var(--win98-surface-soft);
    color: #000;
    font-weight: 700;
}

.control-button:disabled[b-xdpvfft71s] {
    opacity: 0.45;
    cursor: not-allowed;
}

.control-button.primary[b-xdpvfft71s] {
    background: var(--win98-blue);
    color: #fff;
}

.control-button.subtle[b-xdpvfft71s] {
    background: #e8e8e8;
}

.timeline-strip[b-xdpvfft71s] {
    display: grid;
    gap: 0.65rem;
}

.timeline-strip input[type="range"][b-xdpvfft71s] {
    width: 100%;
}

.timeline-meta[b-xdpvfft71s] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.viewer-panel[b-xdpvfft71s] {
    overflow: hidden;
}

.timeline-panel[b-xdpvfft71s] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
}

.timeline-panel-head[b-xdpvfft71s] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.timeline-panel-head h3[b-xdpvfft71s] {
    margin: 0;
    color: #17212b;
    font-size: 1rem;
}

.viewer-toolbar[b-xdpvfft71s] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.viewer-path[b-xdpvfft71s] {
    min-width: 0;
}

.viewer-actions[b-xdpvfft71s] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.viewer-path code[b-xdpvfft71s] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.88rem;
    padding: 0 16px;
}

.image-source-grid[b-xdpvfft71s] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.dialog-backdrop[b-xdpvfft71s] {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(20, 20, 20, 0.5);
}

.dialog-window[b-xdpvfft71s] {
    width: min(640px, 100%);
    padding: 1.1rem;
    border: 1px solid var(--ui-border-strong);
    border-radius: 18px;
    background: #f4f4f4;
}

.dialog-head[b-xdpvfft71s] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.dialog-title[b-xdpvfft71s] {
    display: flex;
    align-items: center;
}

.dialog-head h3[b-xdpvfft71s] {
    margin: 0;
    color: #111;
    font-size: 1.05rem;
}

.dialog-copy[b-xdpvfft71s] {
    margin: 0 0 1rem;
    color: #444;
}

.dialog-body[b-xdpvfft71s] {
    padding-top: 0.95rem;
    border-top: 1px solid #d8d8d8;
}

.image-source-divider[b-xdpvfft71s] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    color: #666;
    font-size: 0.82rem;
    text-transform: lowercase;
}

.image-source-divider span[b-xdpvfft71s] {
    height: 1px;
    background: #d0d0d0;
}

.image-source-divider strong[b-xdpvfft71s] {
    font-weight: 700;
}

.image-bank-picker[b-xdpvfft71s] {
    display: grid;
    gap: 0.45rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: #ececec;
}

.image-bank-picker label[b-xdpvfft71s] {
    color: #404040;
    font-size: 0.84rem;
    font-weight: 700;
}

.image-bank-picker select[b-xdpvfft71s] {
    width: 100%;
    color: #000;
    font-size: 0.88rem;
}

.panorama-stage[b-xdpvfft71s] {
    position: relative;
    width: min(100%, 960px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    aspect-ratio: 2 / 1;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
        repeating-linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.08),
            rgba(0, 0, 0, 0.08) 1px,
            transparent 1px,
            transparent 12.5%
        ),
        linear-gradient(180deg, #d5d5d5 0%, #eeeeee 100%);
}

.panorama-image[b-xdpvfft71s] {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    background: #03111e;
}

.gaze-dot[b-xdpvfft71s] {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
}

.gaze-dot.is-valid[b-xdpvfft71s] {
    background: #ef4444;
}

.gaze-dot.is-invalid[b-xdpvfft71s] {
    background: #f59e0b;
}

.viewer-empty[b-xdpvfft71s] {
    padding: 2rem;
    background: #efefef;
    border: 1px dashed var(--ui-border-strong);
    border-radius: 14px;
}

.viewer-empty-action[b-xdpvfft71s] {
    margin-top: 1rem;
}

.detail-grid[b-xdpvfft71s] {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.raw-grid[b-xdpvfft71s] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.json-block[b-xdpvfft71s] {
    margin: 1rem 0 0;
    padding: 1rem;
    background: #2a2a2a;
    color: #f5f5f5;
    font-size: 0.82rem;
    line-height: 1.5;
    overflow: auto;
    border-radius: 12px;
}

.raw-json-section[b-xdpvfft71s] {
    margin-top: 1rem;
}

.raw-json-toggle[b-xdpvfft71s] {
    padding: 0.72rem 1rem;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: var(--win98-surface-soft);
    color: #000;
    font-weight: 700;
}

.samples-panel[b-xdpvfft71s] {
    min-height: 0;
}

.samples-table-wrap[b-xdpvfft71s] {
    max-height: 600px;
    overflow: auto;
    border: 1px solid var(--ui-border);
    border-radius: 14px;
    background: #fff;
}

.samples-table[b-xdpvfft71s] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.samples-table th[b-xdpvfft71s],
.samples-table td[b-xdpvfft71s] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    white-space: nowrap;
}

.samples-table thead th[b-xdpvfft71s] {
    position: sticky;
    top: 0;
    background: var(--win98-surface);
    color: #000;
    z-index: 1;
}

.samples-table tbody tr[b-xdpvfft71s] {
    cursor: pointer;
}

.samples-table tbody tr:hover[b-xdpvfft71s],
.samples-table tbody tr.is-current[b-xdpvfft71s] {
    background: #e3e3e3;
}

@media (max-width: 1080px) {
    .player-grid[b-xdpvfft71s],
    .detail-grid[b-xdpvfft71s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .meta-grid[b-xdpvfft71s],
    .raw-grid[b-xdpvfft71s] {
        grid-template-columns: 1fr;
    }

    .timeline-meta[b-xdpvfft71s],
    .viewer-toolbar[b-xdpvfft71s],
    .timeline-panel-head[b-xdpvfft71s] {
        flex-direction: column;
        align-items: stretch;
    }

    .image-source-grid[b-xdpvfft71s] {
        grid-template-columns: 1fr;
    }

    .dialog-head[b-xdpvfft71s] {
        flex-direction: column;
        align-items: stretch;
    }

    .dialog-title[b-xdpvfft71s] {
        align-items: start;
    }

    .session-card-actions[b-xdpvfft71s] {
        flex-direction: column;
        align-items: stretch;
    }

    .toast-stack[b-xdpvfft71s] {
        top: auto;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .toast-message[b-xdpvfft71s] {
        min-width: 0;
        width: 100%;
    }
}

@keyframes toast-in-b-xdpvfft71s {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes content-spin-b-xdpvfft71s {
    to {
        transform: rotate(360deg);
    }
}
