@import '_content/CleverLabPrep.UI/CleverLabPrep.UI.e2beoytdjj.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-j7p5wrv22i] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 1.5rem;
}

.auth-card[b-j7p5wrv22i] {
    background: #fff;
    border: 1px solid var(--clp-border);
    border-radius: var(--clp-radius-card);
    box-shadow: var(--clp-shadow-card);
    max-width: 24rem;
    padding: 1.75rem;
    width: 100%;
}

.auth-brand[b-j7p5wrv22i] {
    display: block;
    margin-bottom: 1.25rem;
}

.auth-brand img[b-j7p5wrv22i] {
    height: auto;
    max-width: 9rem;
}
/* /Components/Layout/FeedbackButton.razor.rz.scp.css */
.feedback-fab[b-8gth3dvaus] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
}

/* Verberg de standaard <details>-driehoek; de summary is onze knop. */
.feedback-fab__trigger[b-8gth3dvaus] {
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.feedback-fab__trigger[b-8gth3dvaus]::-webkit-details-marker {
    display: none;
}

/* Menu opent boven de knop (die staat onderaan rechts). */
.feedback-fab__menu[b-8gth3dvaus] {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.5rem);
    width: 17rem;
    max-width: 80vw;
}

.feedback-fab__menu .dropdown-item[b-8gth3dvaus] {
    white-space: normal;
}

/* Op smalle schermen boven de onderste tabbalk houden. */
@media (max-width: 768px) {
    .feedback-fab[b-8gth3dvaus] {
        bottom: 5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zkdr3ta74p] {
    display: flex;
    min-height: 100vh;
}

.page-main[b-zkdr3ta74p] {
    flex: 1;
    min-width: 0;
}

.content[b-zkdr3ta74p] {
    margin: 0 auto;
    max-width: var(--clp-content-max);
    padding: 1.25rem 1rem 2rem;
}

/* Mobiel (default): geen zijbalk, wel de bottom tab bar. */
.page-sidenav[b-zkdr3ta74p] {
    display: none;
}

.page-main[b-zkdr3ta74p] {
    padding-bottom: calc(var(--clp-tabbar-height) + env(safe-area-inset-bottom));
}

/* Tablet en desktop: lichte zijbalk, geen tab bar. */
@media (min-width: 768px) {
    .page-tabbar[b-zkdr3ta74p] {
        display: none;
    }

    .page-main[b-zkdr3ta74p] {
        padding-bottom: 0;
    }

    .page-sidenav[b-zkdr3ta74p] {
        background: var(--clp-nav-bg);
        border-right: 1px solid var(--clp-border);
        display: block;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        width: var(--clp-sidenav-width);
    }
}

/* Focusmodus (actieve vraag): alle navigatie weg. */
.page.focus-mode .page-sidenav[b-zkdr3ta74p],
.page.focus-mode .page-tabbar[b-zkdr3ta74p] {
    display: none;
}

.page.focus-mode .page-main[b-zkdr3ta74p] {
    padding-bottom: 0;
}

#blazor-error-ui[b-zkdr3ta74p] {
    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-zkdr3ta74p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ura85y21fz],
.components-reconnect-repeated-attempt-visible[b-ura85y21fz],
.components-reconnect-failed-visible[b-ura85y21fz],
.components-pause-visible[b-ura85y21fz],
.components-resume-failed-visible[b-ura85y21fz],
.components-rejoining-animation[b-ura85y21fz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-retrying[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-failed[b-ura85y21fz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ura85y21fz] {
    display: block;
}


#components-reconnect-modal[b-ura85y21fz] {
    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-ura85y21fz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ura85y21fz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ura85y21fz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ura85y21fz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ura85y21fz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ura85y21fz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ura85y21fz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ura85y21fz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ura85y21fz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ura85y21fz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ura85y21fz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ura85y21fz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ura85y21fz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ura85y21fz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ura85y21fz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ura85y21fz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ura85y21fz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ura85y21fz {
    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/Abonnement.razor.rz.scp.css */
.abo-card[b-4b78pugtag] {
    max-width: 34rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero valt op met een zachte merkgroene wash. */
.verder-hero[b-02qp2l0jpn] {
    background: rgba(160, 213, 145, 0.16);
    border-color: transparent;
}
/* /Components/Pages/Oefenen.razor.rz.scp.css */
.question-card[b-tcotzsorot] {
    max-width: 44rem;
}

.config-card[b-tcotzsorot] {
    max-width: 46rem;
}

/* Op mobiel blijft "Volgende vraag" onderin de duimzone plakken terwijl je de
   uitleg scrollt. Op desktop is dat niet nodig. */
@media (max-width: 767.98px) {
    .feedback-next[b-tcotzsorot] {
        background: #fff;
        bottom: 0;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
        position: sticky;
    }
}
/* /Components/Pages/Statistieken.razor.rz.scp.css */
.stat-tegel[b-xwk7kclizi] {
    height: 100%;
}

.stat-getal[b-xwk7kclizi] {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.1;
}

.stat-noemer[b-xwk7kclizi] {
    color: var(--clp-muted);
    font-size: 1.1rem;
    font-weight: 600;
}

.heatmap[b-xwk7kclizi] {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
}

.heat-cell[b-xwk7kclizi] {
    border-radius: var(--clp-radius);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-height: 3.5rem;
    padding: 0.5rem 0.6rem;
}

.heat-naam[b-xwk7kclizi] {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.15;
}

.heat-waarde[b-xwk7kclizi] {
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: auto;
}

.heat-high[b-xwk7kclizi] { background: rgba(47, 182, 115, 0.22); }
.heat-mid[b-xwk7kclizi] { background: rgba(240, 162, 2, 0.20); }
.heat-low[b-xwk7kclizi] { background: rgba(220, 53, 69, 0.16); }
.heat-none[b-xwk7kclizi] { background: var(--clp-surface-muted); color: var(--clp-muted); }
/* /Components/Pages/Vaardig.razor.rz.scp.css */
.comp-overzicht[b-g0dwag0yhr] {
    margin: 1rem 0 1.5rem;
    padding: 1rem;
    border: 1px solid var(--clp-border, #dee2e6);
    border-radius: 0.75rem;
    background: var(--clp-surface, #fff);
}

.comp-bars[b-g0dwag0yhr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem 1.25rem;
}

.comp-bar-top[b-g0dwag0yhr] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.comp-naam[b-g0dwag0yhr] {
    font-weight: 600;
}

.comp-pct[b-g0dwag0yhr] {
    color: var(--clp-muted, #6c757d);
    font-variant-numeric: tabular-nums;
}

.comp-track[b-g0dwag0yhr] {
    height: 8px;
    border-radius: 999px;
    background: var(--clp-track, #eceef1);
    overflow: hidden;
}

.comp-fill[b-g0dwag0yhr] {
    height: 100%;
    border-radius: 999px;
    transition: width 0.3s ease;
}

/* Eén tint per competentie, zodat A/R/V/I herkenbaar blijven. */
.comp-analyseren[b-g0dwag0yhr] { background: #2563eb; }
.comp-redeneren[b-g0dwag0yhr] { background: #7c3aed; }
.comp-verbinden[b-g0dwag0yhr] { background: #0891b2; }
.comp-integreren[b-g0dwag0yhr] { background: #db2777; }

.thema-grid[b-g0dwag0yhr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.thema-kaart[b-g0dwag0yhr] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem;
    border: 1px solid var(--clp-border, #dee2e6);
    border-radius: 0.75rem;
    background: var(--clp-surface, #fff);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.thema-kaart:hover[b-g0dwag0yhr] {
    border-color: var(--clp-vak-generiekecompetenties, #db2777);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.thema-naam[b-g0dwag0yhr] {
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.25;
}

.thema-meta[b-g0dwag0yhr] {
    color: var(--clp-muted, #6c757d);
    font-size: 0.85rem;
}

.thema-badges[b-g0dwag0yhr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.15rem;
}

.comp-chip[b-g0dwag0yhr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.thema-cta[b-g0dwag0yhr] {
    margin-top: auto;
    padding-top: 0.35rem;
    color: var(--clp-vak-generiekecompetenties, #db2777);
    font-size: 0.88rem;
    font-weight: 600;
}
