@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5zq7ndjk3k] {
    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-5zq7ndjk3k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ghr6aqdi5a],
.components-reconnect-repeated-attempt-visible[b-ghr6aqdi5a],
.components-reconnect-failed-visible[b-ghr6aqdi5a],
.components-pause-visible[b-ghr6aqdi5a],
.components-resume-failed-visible[b-ghr6aqdi5a],
.components-rejoining-animation[b-ghr6aqdi5a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-retrying[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-failed[b-ghr6aqdi5a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ghr6aqdi5a] {
    display: block;
}


#components-reconnect-modal[b-ghr6aqdi5a] {
    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-ghr6aqdi5a 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ghr6aqdi5a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ghr6aqdi5a 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ghr6aqdi5a]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ghr6aqdi5a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ghr6aqdi5a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ghr6aqdi5a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ghr6aqdi5a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ghr6aqdi5a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ghr6aqdi5a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ghr6aqdi5a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ghr6aqdi5a] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ghr6aqdi5a] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ghr6aqdi5a] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ghr6aqdi5a] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ghr6aqdi5a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ghr6aqdi5a] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ghr6aqdi5a {
    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/Home.razor.rz.scp.css */
/* =====================================================
   LANDING PAGE ROOT — breaks out of layout content padding
   so sections extend full-width
   ===================================================== */
.landing-root[b-2q30v2114a] {
    margin: -1rem -2rem -3rem;
}

/* =====================================================
   LANDING PAGE — top nav
   ===================================================== */
.landing-nav[b-2q30v2114a] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(248, 250, 252, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-soft);
    padding: 0.75rem 0;
}

.landing-brand[b-2q30v2114a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-main);
    text-decoration: none;
}

.landing-brand .material-icons[b-2q30v2114a] {
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.landing-hero[b-2q30v2114a] {
    padding: 5rem 0 4rem;
    background: linear-gradient(160deg, #f0f5f8 0%, #fafcfe 60%, #f0f5f8 100%);
    text-align: center;
}

.landing-badge[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(95, 125, 142, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(95, 125, 142, 0.25);
    border-radius: 2rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 1.75rem;
}

.landing-badge .material-icons[b-2q30v2114a] {
    font-size: 0.95rem;
}

.landing-hero-title[b-2q30v2114a] {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--text-main);
    margin-bottom: 1.25rem;
}

.hero-accent[b-2q30v2114a] {
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.landing-hero-sub[b-2q30v2114a] {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 580px;
    margin: 0 auto 2.5rem;
}

/* CTA Buttons */
.btn-landing-primary[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 0.6rem;
    padding: 0.75rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn-landing-primary:hover[b-2q30v2114a] {
    background: #4d6a7a;
    border-color: #4d6a7a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(95, 125, 142, 0.35);
}

.btn-landing-secondary[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: transparent;
    color: var(--text-main);
    border: 2px solid var(--border-soft);
    border-radius: 0.6rem;
    padding: 0.75rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.15s, border-color 0.15s, color 0.15s;
}

.btn-landing-secondary:hover[b-2q30v2114a] {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Integrations bar */
.landing-integrations[b-2q30v2114a] {
    margin-top: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.landing-integrations-label[b-2q30v2114a] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-right: 0.25rem;
}

.landing-integration-item[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    border-radius: 2rem;
    padding: 0.3rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--text-muted);
}

.landing-integration-item .material-icons[b-2q30v2114a] {
    font-size: 0.95rem;
    color: var(--primary-color);
}

/* =====================================================
   FEATURES SECTION
   ===================================================== */
.landing-features[b-2q30v2114a] {
    padding: 5rem 0;
    background: #f1f4f5;
}

.landing-section-label[b-2q30v2114a] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}

.landing-section-title[b-2q30v2114a] {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--text-main);
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.landing-section-sub[b-2q30v2114a] {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 520px;
}

.landing-feature-card[b-2q30v2114a] {
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    padding: 1.75rem;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.landing-feature-card:hover[b-2q30v2114a] {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.landing-feature-icon[b-2q30v2114a] {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.ficon-primary[b-2q30v2114a] {
    background: rgba(95, 125, 142, 0.12);
    color: var(--primary-color);
}

.ficon-secondary[b-2q30v2114a] {
    background: rgba(100, 116, 139, 0.1);
    color: #64748b;
}

.ficon-tertiary[b-2q30v2114a] {
    background: rgba(95, 125, 142, 0.08);
    color: #7a96a5;
}

.landing-feature-icon .material-icons[b-2q30v2114a] {
    font-size: 1.5rem;
}

.landing-feature-title[b-2q30v2114a] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.5rem;
}

.landing-feature-body[b-2q30v2114a] {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Source pills */
.landing-source-pills[b-2q30v2114a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
}

.landing-source-pill[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(95, 125, 142, 0.08);
    color: var(--primary-color);
    border-radius: 2rem;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.landing-source-pill .material-icons[b-2q30v2114a] {
    font-size: 0.85rem;
}

/* Chat bubble mockup */
.landing-chat-preview[b-2q30v2114a] {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.chat-bubble-user[b-2q30v2114a] {
    align-self: flex-end;
    background: var(--primary-color);
    color: #fff;
    border-radius: 1rem 1rem 0.2rem 1rem;
    padding: 0.55rem 0.9rem;
    font-size: 0.8rem;
    max-width: 85%;
}

.chat-bubble-ai[b-2q30v2114a] {
    align-self: flex-start;
    background: #f0f4f6;
    color: var(--text-main);
    border-radius: 1rem 1rem 1rem 0.2rem;
    padding: 0.55rem 0.9rem;
    font-size: 0.8rem;
    max-width: 85%;
    border: 1px solid var(--border-soft);
}

.chat-bubble-source[b-2q30v2114a] {
    font-size: 0.7rem;
    color: var(--primary-color);
    padding-left: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.chat-bubble-source .material-icons[b-2q30v2114a] {
    font-size: 0.75rem;
}

/* Metrics strip */
.landing-metrics[b-2q30v2114a] {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.landing-metric-value[b-2q30v2114a] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.landing-metric-label[b-2q30v2114a] {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 0.2rem;
}

/* =====================================================
   WORKSPACE PREVIEW SECTION
   ===================================================== */
.landing-workspace[b-2q30v2114a] {
    padding: 5rem 0;
    background: var(--bg-app);
}

.landing-workspace-shell[b-2q30v2114a] {
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
    max-width: 900px;
    margin: 3rem auto 0;
}

.landing-ws-titlebar[b-2q30v2114a] {
    background: #f0f4f6;
    border-bottom: 1px solid var(--border-soft);
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.landing-ws-dot[b-2q30v2114a] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.landing-ws-inner[b-2q30v2114a] {
    display: flex;
    height: 340px;
}

.landing-ws-sidebar[b-2q30v2114a] {
    width: 200px;
    min-width: 200px;
    border-right: 1px solid var(--border-soft);
    padding: 1rem 0.75rem;
    background: #f8fafc;
}

.landing-ws-brand[b-2q30v2114a] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.landing-ws-brand .material-icons[b-2q30v2114a] {
    font-size: 1rem;
    color: var(--primary-color);
}

.landing-ws-nav-item[b-2q30v2114a] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.4rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}

.landing-ws-nav-item.ws-active[b-2q30v2114a] {
    background: rgba(95, 125, 142, 0.1);
    color: var(--primary-color);
    font-weight: 600;
}

.landing-ws-nav-item .material-icons[b-2q30v2114a] {
    font-size: 0.95rem;
}

.landing-ws-main[b-2q30v2114a] {
    flex: 1;
    padding: 1.25rem 1.5rem;
    overflow: hidden;
}

.landing-ws-header[b-2q30v2114a] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.landing-ws-cards[b-2q30v2114a] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
}

.landing-ws-card[b-2q30v2114a] {
    background: #f8fafc;
    border: 1px solid var(--border-soft);
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.landing-ws-card-title[b-2q30v2114a] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 0.3rem;
}

.landing-ws-card-body[b-2q30v2114a] {
    height: 5px;
    background: var(--border-soft);
    border-radius: 2px;
    margin-bottom: 0.25rem;
}

.landing-ws-card-tag[b-2q30v2114a] {
    display: inline-block;
    background: rgba(95, 125, 142, 0.1);
    color: var(--primary-color);
    border-radius: 1rem;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.1rem 0.4rem;
}

.landing-ws-chat[b-2q30v2114a] {
    margin-top: 0.75rem;
    background: #f0f4f6;
    border-radius: 0.5rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.7rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.landing-ws-chat .material-icons[b-2q30v2114a] {
    font-size: 0.85rem;
    color: var(--primary-color);
}

/* =====================================================
   CTA SECTION
   ===================================================== */
.landing-cta[b-2q30v2114a] {
    padding: 5rem 0;
    background: var(--bg-app);
}

.landing-cta-inner[b-2q30v2114a] {
    background: linear-gradient(135deg, #456373 0%, #2d4555 100%);
    border-radius: 1.5rem;
    padding: 3.5rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.landing-cta-inner[b-2q30v2114a]::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.landing-cta-inner[b-2q30v2114a]::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.landing-cta-title[b-2q30v2114a] {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

.landing-cta-sub[b-2q30v2114a] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
}

.btn-cta-light[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    color: #2d4555;
    border: 2px solid #fff;
    border-radius: 0.6rem;
    padding: 0.75rem 1.6rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.btn-cta-light:hover[b-2q30v2114a] {
    color: #2d4555;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-outline[b-2q30v2114a] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.6rem;
    padding: 0.75rem 1.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, transform 0.15s;
}

.btn-cta-outline:hover[b-2q30v2114a] {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
    transform: translateY(-2px);
}

/* =====================================================
   FOOTER
   ===================================================== */
.landing-footer[b-2q30v2114a] {
    background: var(--text-main);
    color: rgba(255, 255, 255, 0.5);
    padding: 1.75rem 0;
    font-size: 0.82rem;
    text-align: center;
}

.landing-footer a[b-2q30v2114a] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.landing-footer a:hover[b-2q30v2114a] {
    color: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   RESPONSIVE OVERRIDES
   ===================================================== */
@media (max-width: 767.98px) {
    .nonav-dashboard-wrap[b-2q30v2114a] {
        padding: 1rem 1rem 2rem;
    }

    .landing-hero[b-2q30v2114a] {
        padding: 3rem 0 2.5rem;
    }

    .landing-features[b-2q30v2114a],
    .landing-workspace[b-2q30v2114a],
    .landing-cta[b-2q30v2114a] {
        padding: 3rem 0;
    }

    .landing-ws-inner[b-2q30v2114a] {
        height: auto;
        flex-direction: column;
    }

    .landing-ws-sidebar[b-2q30v2114a] {
        width: 100%;
        min-width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-soft);
        padding: 0.75rem;
    }

    .landing-ws-cards[b-2q30v2114a] {
        grid-template-columns: 1fr;
    }

    .landing-cta-inner[b-2q30v2114a] {
        padding: 2.5rem 1.5rem;
    }
}
/* /Components/Pages/Projects/Notes.razor.rz.scp.css */
/* ── Full-height layout ────────────────────────────────────────────────── */

.notes-layout[b-2ttknl06h8] {
    display: flex;
    gap: 0;
    height: calc(100vh - 4.5rem);
    overflow: hidden;
    position: relative;
}

/* ── Sidebar ───────────────────────────────────────────────────────────── */

.notes-sidebar[b-2ttknl06h8] {
    width: 260px;
    flex-shrink: 0;
    border-right: 1px solid var(--rz-border-color);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--rz-base-background-color);
    transition: transform 0.25s ease;
}

.notes-sidebar-header[b-2ttknl06h8] {
    padding: 0.75rem;
    border-bottom: 1px solid var(--rz-border-color);
    flex-shrink: 0;
}

/* ── Note list ─────────────────────────────────────────────────────────── */

.note-list[b-2ttknl06h8] {
    flex: 1;
    overflow-y: auto;
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.note-item[b-2ttknl06h8] {
    padding: 0.45rem 0.6rem;
    border-radius: var(--rz-border-radius);
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--rz-text-color);
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.note-item:hover[b-2ttknl06h8] {
    background: var(--rz-base-300);
}

.note-item.active[b-2ttknl06h8] {
    background: var(--rz-primary-lighter);
    color: var(--rz-primary);
    font-weight: 500;
}

.note-item-row[b-2ttknl06h8] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    min-width: 0;
}

.note-item-title[b-2ttknl06h8] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.note-item-date[b-2ttknl06h8] {
    font-size: 0.72rem;
    color: var(--rz-text-disabled-color);
}

.note-drag-handle[b-2ttknl06h8] {
    cursor: grab;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.note-drag-handle:active[b-2ttknl06h8] {
    cursor: grabbing;
}

.note-action-btn[b-2ttknl06h8] {
    opacity: 0;
    flex-shrink: 0;
    transition: opacity 0.15s;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--rz-text-secondary-color);
    line-height: 1;
    display: flex;
    align-items: center;
}

.note-item:hover .note-action-btn[b-2ttknl06h8],
.note-item.active .note-action-btn[b-2ttknl06h8] {
    opacity: 0.6;
}

.note-action-btn:hover[b-2ttknl06h8] {
    opacity: 1 !important;
}

.note-delete-btn:hover[b-2ttknl06h8] {
    color: var(--rz-danger);
}

.note-rename-input[b-2ttknl06h8] {
    width: 100%;
    font-size: 0.85rem;
    font-family: inherit;
    padding: 0.2rem 0.35rem;
    border: 1px solid var(--rz-primary);
    border-radius: var(--rz-border-radius);
    background: var(--rz-base-background-color);
    color: var(--rz-text-color);
    outline: none;
    box-sizing: border-box;
}

.note-item-editing[b-2ttknl06h8] {
    cursor: default;
}

/* ── Drag ghost ────────────────────────────────────────────────────────── */

.note-sortable-ghost[b-2ttknl06h8] {
    opacity: 0.4;
    background: var(--rz-primary-lighter);
}

/* ── Main area ─────────────────────────────────────────────────────────── */

.notes-main[b-2ttknl06h8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

/* ── Header ────────────────────────────────────────────────────────────── */

.notes-header[b-2ttknl06h8] {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--rz-border-color);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notes-menu-btn[b-2ttknl06h8] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--rz-text-color);
    padding: 0.25rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ── AI Search info banner ─────────────────────────────────────────────── */

.notes-banner[b-2ttknl06h8] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.6rem 1rem;
    background: #fffbeb;
    border-bottom: 1px solid #fde68a;
    flex-shrink: 0;
}

.notes-banner-close[b-2ttknl06h8] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--rz-text-secondary-color);
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.6;
}

.notes-banner-close:hover[b-2ttknl06h8] {
    opacity: 1;
}

/* ── Title row ─────────────────────────────────────────────────────────── */

.notes-title-row[b-2ttknl06h8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem 0.25rem;
    flex-shrink: 0;
    border-bottom: 1px solid var(--rz-border-color);
}

.notes-title-input[b-2ttknl06h8] {
    flex: 1;
    font-size: 1.15rem;
    font-weight: 600;
    font-family: inherit;
    border: none;
    outline: none;
    background: transparent;
    color: var(--rz-text-color);
    min-width: 0;
    padding: 0.25rem 0;
}

.notes-title-input[b-2ttknl06h8]::placeholder {
    color: var(--rz-text-disabled-color);
    font-weight: 400;
}

/* ── Editor wrapper ────────────────────────────────────────────────────── */

.notes-editor-wrap[b-2ttknl06h8] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.notes-editor-wrap .rz-html-editor[b-2ttknl06h8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-radius: 0 !important;
}

.notes-editor-wrap .rz-html-editor-content[b-2ttknl06h8] {
    flex: 1;
    overflow-y: auto;
}

/* ── Empty state ───────────────────────────────────────────────────────── */

.notes-empty-state[b-2ttknl06h8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--rz-text-secondary-color);
    padding: 2rem;
    text-align: center;
}

/* ── Mobile: drawer ────────────────────────────────────────────────────── */

.notes-backdrop[b-2ttknl06h8] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 199;
}

@@media (max-width: 768px) {
    .notes-menu-btn[b-2ttknl06h8] {
        display: flex;
    }

    .notes-sidebar[b-2ttknl06h8] {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 200;
        transform: translateX(-100%);
        box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
    }

    .notes-sidebar.notes-sidebar-open[b-2ttknl06h8] {
        transform: translateX(0);
    }

    .notes-backdrop[b-2ttknl06h8] {
        display: block;
    }
}
/* /Components/Pages/Projects/UploadDocuments.razor.rz.scp.css */
.drop-zone-wrapper[b-2son97mpkj] {
    border: 2px dashed var(--rz-border-color);
    border-radius: var(--rz-border-radius);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: border-color 0.2s ease;
}

.drop-zone-wrapper:hover[b-2son97mpkj] {
    border-color: var(--rz-primary);
}

/* Remove Radzen upload's own outer chrome so it blends into the wrapper */
[b-2son97mpkj] .rz-fileupload {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

[b-2son97mpkj] .rz-fileupload-buttonbar {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
}

/* Hide Radzen's own "Drag 'n' Drop Files" paragraph — we supply our own */
[b-2son97mpkj] .rz-fileupload-content > p {
    display: none !important;
}

/* Remove Radzen's inner content area padding so drop-zone-wrapper fills edge-to-edge */
[b-2son97mpkj] .rz-fileupload-content {
    padding: 0 !important;
    width: 100%;
}
/* /Components/Pages/SyncIssuesDialog.razor.rz.scp.css */
.sync-issues-list[b-w4jc6n78y8] {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 380px;
}

.sync-issue-row[b-w4jc6n78y8] {
    padding: 0.75rem 0.25rem;
    border-bottom: 1px solid var(--rz-base-200, #e2e8f0);
}

.sync-issue-row:last-child[b-w4jc6n78y8] {
    border-bottom: none;
}

.sync-issue-connectors[b-w4jc6n78y8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.35rem;
}

.sync-connector-badge[b-w4jc6n78y8] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fca5a5;
}
/* /Components/Pages/SyncStatusPill.razor.rz.scp.css */
.sync-pill[b-dzmvltl9iy] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem 0.35rem 0.6rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1.5px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: box-shadow 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
}

.sync-pill:hover[b-dzmvltl9iy] {
    box-shadow: 0 3px 10px rgba(0,0,0,0.13);
    transform: translateY(-1px);
}

.sync-pill:active[b-dzmvltl9iy] {
    transform: translateY(0);
}

.sync-pill--ok[b-dzmvltl9iy] {
    color: #16a34a;
    border-color: #bbf7d0;
}

.sync-pill--ok .sync-pill-icon[b-dzmvltl9iy] {
    color: #16a34a;
}

.sync-pill--error[b-dzmvltl9iy] {
    color: #dc2626;
    border-color: #fecaca;
}

.sync-pill--error .sync-pill-icon[b-dzmvltl9iy] {
    color: #dc2626;
}

.sync-pill-icon[b-dzmvltl9iy] {
    font-size: 1rem;
}
