/* /Layout/MainLayout.razor.rz.scp.css */
.frame[b-0wba6yqp18] {
    position: relative;
    min-height: 100vh;
    padding: 1.5rem 1rem;
    overflow: hidden;
}

.frame__backdrop[b-0wba6yqp18] {
    position: absolute;
    inset: 0;
    background: radial-gradient(90% 90% at 10% 10%, rgba(78, 70, 255, 0.18), transparent 45%),
                radial-gradient(60% 60% at 90% 0%, rgba(239, 89, 113, 0.18), transparent 40%),
                linear-gradient(135deg, #0d111c, #0a0d18 30%, #050914 70%);
    z-index: 0;
}

.frame__content[b-0wba6yqp18] {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jymv2v9heb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jymv2v9heb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jymv2v9heb] {
    font-size: 1.1rem;
}

.bi[b-jymv2v9heb] {
    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-jymv2v9heb] {
    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-jymv2v9heb] {
    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-jymv2v9heb] {
    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-jymv2v9heb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jymv2v9heb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jymv2v9heb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jymv2v9heb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jymv2v9heb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jymv2v9heb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jymv2v9heb] {
        display: none;
    }

    .collapse[b-jymv2v9heb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jymv2v9heb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.canvas[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--text);
    width: 100%;
}

.top-bar[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: stretch;
}

.top-bar__left[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.action-row[b-58s9hbf5vj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.action-btn[b-58s9hbf5vj] {
    border: 1px solid var(--line);
    background: linear-gradient(120deg, rgba(93, 229, 255, 0.08), rgba(93, 229, 255, 0));
    color: var(--text);
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    font-size: 0.98rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.2s ease;
    box-shadow: var(--shadow);
}

.action-btn:hover[b-58s9hbf5vj] {
    transform: translateY(-2px);
    border-color: var(--accent-2);
    box-shadow: 0 12px 40px rgba(93, 229, 255, 0.18);
}

.record-btn[b-58s9hbf5vj] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #0c1426;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--text);
    padding: 1rem 1.3rem;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.record-btn:hover[b-58s9hbf5vj] {
    transform: translateY(-2px);
    border-color: var(--accent);
}

.record-btn.is-live[b-58s9hbf5vj] {
    background: linear-gradient(135deg, rgba(242, 92, 84, 0.16), rgba(93, 229, 255, 0.12));
    border-color: var(--accent);
}

.record-dot[b-58s9hbf5vj] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0 rgba(242, 92, 84, 0.7);
    transition: box-shadow 0.2s ease;
}

.record-btn.is-live .record-dot[b-58s9hbf5vj] {
    animation: pulse-b-58s9hbf5vj 1.4s ease-in-out infinite;
}

.record-copy[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    font-weight: 600;
}

.record-copy small[b-58s9hbf5vj] {
    color: var(--muted);
    font-weight: 500;
}

@keyframes pulse-b-58s9hbf5vj {
    0% { box-shadow: 0 0 0 0 rgba(242, 92, 84, 0.55); }
    70% { box-shadow: 0 0 0 18px rgba(242, 92, 84, 0); }
    100% { box-shadow: 0 0 0 0 rgba(242, 92, 84, 0); }
}

.body-grid[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 0.85rem;
    align-items: start;
}

.main-rail[b-58s9hbf5vj] {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.side-rail[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    order: 2;
}

.rail-card[b-58s9hbf5vj],
.transcription-card[b-58s9hbf5vj],
.result-card[b-58s9hbf5vj],
.timeline-card[b-58s9hbf5vj],
.mock-panel[b-58s9hbf5vj] {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem 1.05rem;
    box-shadow: var(--shadow);
}

.card-title[b-58s9hbf5vj] {
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.pill[b-58s9hbf5vj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(93, 229, 255, 0.12);
    color: var(--text);
    border: 1px solid rgba(93, 229, 255, 0.35);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pill--ghost[b-58s9hbf5vj] {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--line);
}

.agenda-list[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.agenda-item[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 0.4rem;
    align-items: center;
    padding: 0.65rem 0.6rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
}

.agenda-item .time[b-58s9hbf5vj] {
    font-weight: 700;
    color: var(--accent-2);
}

.muted[b-58s9hbf5vj] {
    color: var(--muted);
}

.transcription-card[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.transcribed-text[b-58s9hbf5vj] {
    font-size: clamp(1.4rem, 1.8vw + 1rem, 2.4rem);
    line-height: 1.3;
    font-weight: 700;
}

.ai-reflection[b-58s9hbf5vj] {
    background: linear-gradient(90deg, rgba(242, 92, 84, 0.18), rgba(242, 92, 84, 0.08));
    border: 1px solid rgba(242, 92, 84, 0.5);
    border-radius: 10px;
    padding: 0.75rem 0.8rem;
    font-weight: 600;
}

.status-chip[b-58s9hbf5vj] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
}

.result-card[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.card-header[b-58s9hbf5vj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.result-summary[b-58s9hbf5vj] {
    font-size: 1.05rem;
    margin: 0;
}

.result-grid[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.highlight[b-58s9hbf5vj] {
    font-size: 1.1rem;
    font-weight: 700;
}

.timeline-card[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.timeline[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.log-list[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.log-row[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0.4rem;
    align-items: start;
}

.timeline-row[b-58s9hbf5vj] {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.45rem;
    align-items: center;
}

.timeline-row .time[b-58s9hbf5vj] {
    font-weight: 700;
    color: var(--muted);
}

.bubble[b-58s9hbf5vj] {
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
}

.timeline-row.is-ai .bubble[b-58s9hbf5vj] {
    border-color: rgba(93, 229, 255, 0.35);
    background: rgba(93, 229, 255, 0.08);
}

.timeline-row.is-system .bubble[b-58s9hbf5vj] {
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--muted);
}

.mock-panel[b-58s9hbf5vj] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.mock-row[b-58s9hbf5vj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.mock-input[b-58s9hbf5vj] {
    flex: 1 1 280px;
    background: #0b1324;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--text);
    padding: 0.75rem 0.85rem;
}

.ghost-btn[b-58s9hbf5vj] {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    border-radius: var(--radius);
    padding: 0.75rem 0.9rem;
    cursor: pointer;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.ghost-btn:hover[b-58s9hbf5vj] {
    border-color: var(--accent-2);
    transform: translateY(-1px);
}

.tip[b-58s9hbf5vj] {
    color: var(--muted);
    font-size: 0.95rem;
}

@media (max-width: 1024px) {
    .top-bar[b-58s9hbf5vj] {
        grid-template-columns: 1fr;
    }

    .body-grid[b-58s9hbf5vj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .action-btn[b-58s9hbf5vj] {
        width: 100%;
    }

    .timeline-row[b-58s9hbf5vj] {
        grid-template-columns: 1fr;
    }
}
