@import '_content/Barschel.UI/Barschel.UI.587nfoh3k9.bundle.scp.css';
@import '_content/QualiCube.Frontend.Foundation/QualiCube.Frontend.Foundation.i4wx6e7bo1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.instructor-shell[b-ox9d8nedxh] {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    gap: clamp(1.15rem, 0.9rem + 0.9vw, 1.8rem);
}

[b-ox9d8nedxh] .qc-shell__backdrop::after {
    background:
        linear-gradient(180deg, rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.24), rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.72) 72%, rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.92)),
        linear-gradient(90deg, rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.62), rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.16) 46%, rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.6)),
        var(--qc-body-gradient);
}

[b-ox9d8nedxh] .qc-stage__panel {
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.74);
    border-color: rgba(226, 232, 240, 0.13);
    box-shadow: 0 28px 80px -58px rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(18px) saturate(112%);
}

[data-bs-theme="light"][b-ox9d8nedxh]  .qc-shell__backdrop::after {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.3), rgba(248, 250, 252, 0.74) 74%, rgba(248, 250, 252, 0.92)),
        linear-gradient(90deg, rgba(248, 250, 252, 0.68), rgba(248, 250, 252, 0.24) 46%, rgba(248, 250, 252, 0.62)),
        var(--qc-body-gradient);
}

[data-bs-theme="light"][b-ox9d8nedxh]  .qc-stage__panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.94)),
        rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 18px 52px -42px rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(10px);
}

.instructor-topline[b-ox9d8nedxh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem;
    border: 1px solid var(--qc-outline);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.36);
}

.instructor-nav[b-ox9d8nedxh] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.instructor-nav__link[b-ox9d8nedxh] {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.42rem 0.78rem;
    border-radius: 8px;
    color: var(--qc-muted);
    text-decoration: none;
    font-weight: 650;
    transition: background-color 150ms ease, color 150ms ease;
}

.instructor-nav__link:hover[b-ox9d8nedxh] {
    background: rgba(255, 255, 255, 0.06);
    color: var(--bs-body-color);
}

.instructor-nav__link.is-active[b-ox9d8nedxh] {
    background: var(--bs-body-color);
    color: var(--bs-body-bg);
}

[data-bs-theme="light"] .instructor-nav__link.is-active[b-ox9d8nedxh] {
    color: #ffffff;
    background: #1c1d1f;
}

[data-bs-theme="light"] .instructor-topline[b-ox9d8nedxh] {
    background: rgba(255, 255, 255, 0.72);
}

[data-bs-theme="light"] .instructor-nav__link:hover[b-ox9d8nedxh] {
    background: rgba(28, 29, 31, 0.06);
    color: var(--bs-body-color);
}

.instructor-actions[b-ox9d8nedxh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.instructor-actions[b-ox9d8nedxh]  .btn {
    min-height: 2.25rem;
    border-radius: 8px;
}

.instructor-main[b-ox9d8nedxh] {
    min-width: 0;
}

@media (max-width: 760px) {
    .instructor-topline[b-ox9d8nedxh] {
        align-items: stretch;
        flex-direction: column;
    }

    .instructor-nav[b-ox9d8nedxh] {
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }

    .instructor-actions[b-ox9d8nedxh] {
        flex-wrap: wrap;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mjemayk1k1] {
    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-mjemayk1k1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mjemayk1k1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mjemayk1k1] {
    font-size: 1.1rem;
}

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

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

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

    .nav-item[b-mjemayk1k1]  .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-mjemayk1k1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mjemayk1k1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mjemayk1k1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mjemayk1k1] {
    display: block;
}

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

    .nav-scrollable[b-mjemayk1k1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        overflow-y: auto;
    }
}
/* /Components/Pages/Courses.razor.rz.scp.css */
.instructor-courses[b-exvknecmvy] {
    display: grid;
    gap: clamp(1rem, 0.85rem + 0.7vw, 1.7rem);
}

.courses-head[b-exvknecmvy] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.courses-kicker[b-exvknecmvy] {
    margin: 0 0 0.2rem;
    color: var(--qc-muted);
    font-size: 0.86rem;
    font-weight: 650;
}

.courses-head h1[b-exvknecmvy] {
    margin: 0;
    font-size: clamp(2.2rem, 1.8rem + 1.15vw, 3.05rem);
    line-height: 1.05;
    font-weight: 720;
}

.courses-state[b-exvknecmvy],
.course-row[b-exvknecmvy] {
    border: 1px solid var(--qc-outline);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.48);
    box-shadow: 0 18px 56px -46px rgba(0, 0, 0, 0.7);
}

.courses-state[b-exvknecmvy] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem;
    color: var(--qc-muted);
}

.course-list[b-exvknecmvy] {
    display: grid;
    gap: 1rem;
}

.course-row[b-exvknecmvy] {
    overflow: hidden;
}

.course-row__head[b-exvknecmvy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    border-bottom: 1px solid var(--qc-outline);
}

.course-row__head h2[b-exvknecmvy] {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 720;
}

.course-row__head p[b-exvknecmvy] {
    margin: 0.2rem 0 0;
    color: var(--qc-muted);
}

.course-row__head > span[b-exvknecmvy] {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.3rem 0.58rem;
    border-radius: 7px;
    background: rgba(var(--bs-primary-rgb), 0.14);
    color: var(--bs-body-color);
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
}

.course-metrics[b-exvknecmvy] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--qc-outline);
}

.course-metrics div[b-exvknecmvy] {
    display: grid;
    gap: 0.18rem;
    padding: 0.85rem 1.15rem;
}

.course-metrics div + div[b-exvknecmvy] {
    border-left: 1px solid var(--qc-outline);
}

.course-metrics span[b-exvknecmvy],
.course-row__last[b-exvknecmvy],
.course-surveys__muted[b-exvknecmvy],
.course-surveys__status[b-exvknecmvy],
.course-surveys__empty[b-exvknecmvy] {
    color: var(--qc-muted);
}

.course-metrics span[b-exvknecmvy] {
    font-size: 0.8rem;
    font-weight: 650;
}

.course-metrics strong[b-exvknecmvy] {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 720;
}

.course-row__last[b-exvknecmvy] {
    margin: 0;
    padding: 0.8rem 1.15rem 0;
    font-size: 0.9rem;
}

.course-surveys[b-exvknecmvy] {
    overflow-x: auto;
    padding: 0.8rem 1.15rem 1.05rem;
}

.course-surveys table[b-exvknecmvy] {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.course-surveys th[b-exvknecmvy],
.course-surveys td[b-exvknecmvy] {
    padding: 0.7rem 0.55rem;
    border-bottom: 1px solid var(--qc-outline);
    vertical-align: middle;
}

.course-surveys tbody tr:last-child td[b-exvknecmvy] {
    border-bottom: 0;
}

.course-surveys tbody tr:hover[b-exvknecmvy] {
    background: rgba(255, 255, 255, 0.025);
}

.course-surveys th[b-exvknecmvy] {
    color: var(--qc-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.course-surveys__title[b-exvknecmvy] {
    font-weight: 700;
}

.course-surveys__status[b-exvknecmvy],
.course-surveys__muted[b-exvknecmvy] {
    font-size: 0.84rem;
}

.course-surveys .btn[b-exvknecmvy] {
    border-radius: 8px;
}

[data-bs-theme="light"] .courses-state[b-exvknecmvy],
[data-bs-theme="light"] .course-row[b-exvknecmvy] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.96)),
        rgba(255, 255, 255, 0.9);
}

[data-bs-theme="light"] .course-surveys tbody tr:hover[b-exvknecmvy] {
    background: rgba(28, 29, 31, 0.025);
}

@media (max-width: 900px) {
    .course-metrics[b-exvknecmvy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .course-metrics div:nth-child(odd)[b-exvknecmvy] {
        border-left: 0;
    }

    .course-metrics div:nth-child(n + 3)[b-exvknecmvy] {
        border-top: 1px solid var(--qc-outline);
    }
}

@media (max-width: 620px) {
    .course-row__head[b-exvknecmvy] {
        flex-direction: column;
    }

    .course-metrics[b-exvknecmvy] {
        grid-template-columns: 1fr;
    }

    .course-metrics div + div[b-exvknecmvy] {
        border-left: 0;
        border-top: 1px solid var(--qc-outline);
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.instructor-dashboard[b-ga4vxl1h0c] {
    display: grid;
    gap: clamp(1rem, 0.85rem + 0.7vw, 1.7rem);
}

.dashboard-head[b-ga4vxl1h0c] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-kicker[b-ga4vxl1h0c] {
    margin: 0 0 0.2rem;
    color: var(--qc-muted);
    font-size: 0.86rem;
    font-weight: 650;
}

.dashboard-head h1[b-ga4vxl1h0c] {
    margin: 0;
    font-size: clamp(2.2rem, 1.8rem + 1.15vw, 3.05rem);
    line-height: 1.05;
    font-weight: 720;
}

.dashboard-state[b-ga4vxl1h0c],
.privacy-strip[b-ga4vxl1h0c],
.metric-strip[b-ga4vxl1h0c],
.survey-section[b-ga4vxl1h0c] {
    border: 1px solid var(--qc-outline);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(var(--bs-body-bg-rgb, 16, 17, 19), 0.48);
    box-shadow: 0 18px 56px -46px rgba(0, 0, 0, 0.7);
}

.dashboard-state[b-ga4vxl1h0c] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem;
    color: var(--qc-muted);
}

.privacy-strip[b-ga4vxl1h0c] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
    color: var(--qc-muted);
}

.privacy-strip i[b-ga4vxl1h0c] {
    color: rgba(var(--bs-primary-rgb), 0.9);
}

.metric-strip[b-ga4vxl1h0c] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.metric[b-ga4vxl1h0c] {
    display: grid;
    gap: 0.25rem;
    padding: 1.1rem 1.2rem;
}

.metric + .metric[b-ga4vxl1h0c] {
    border-left: 1px solid var(--qc-outline);
}

.metric span[b-ga4vxl1h0c],
.metric small[b-ga4vxl1h0c],
.survey-row__meta dt[b-ga4vxl1h0c],
.survey-row__main p[b-ga4vxl1h0c],
.survey-row__action span[b-ga4vxl1h0c],
.empty-state[b-ga4vxl1h0c] {
    color: var(--qc-muted);
}

.metric span[b-ga4vxl1h0c],
.survey-row__meta dt[b-ga4vxl1h0c] {
    font-size: 0.82rem;
    font-weight: 650;
}

.metric strong[b-ga4vxl1h0c] {
    font-size: clamp(2.05rem, 1.6rem + 1vw, 2.75rem);
    line-height: 1;
    font-weight: 720;
}

.metric small[b-ga4vxl1h0c] {
    font-size: 0.88rem;
}

.survey-section[b-ga4vxl1h0c] {
    display: grid;
}

.section-head[b-ga4vxl1h0c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
    border-bottom: 1px solid var(--qc-outline);
}

.section-head h2[b-ga4vxl1h0c] {
    margin: 0;
    font-size: 1rem;
    font-weight: 720;
}

.section-head span[b-ga4vxl1h0c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 1.7rem;
    padding: 0 0.55rem;
    border-radius: 7px;
    background: rgba(var(--bs-primary-rgb), 0.14);
    color: var(--bs-body-color);
    font-weight: 700;
}

.survey-list[b-ga4vxl1h0c] {
    display: grid;
}

.survey-row[b-ga4vxl1h0c] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.85fr);
    gap: 1rem;
    padding: 1.05rem 1.1rem;
    align-items: center;
}

.survey-row + .survey-row[b-ga4vxl1h0c] {
    border-top: 1px solid var(--qc-outline);
}

.survey-row:hover[b-ga4vxl1h0c] {
    background: rgba(255, 255, 255, 0.025);
}

.survey-row--action[b-ga4vxl1h0c] {
    grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.8fr) minmax(210px, 0.7fr);
}

.survey-row__main[b-ga4vxl1h0c] {
    min-width: 0;
}

.survey-row__main h3[b-ga4vxl1h0c] {
    margin: 0.38rem 0 0.15rem;
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 720;
}

.survey-row__main p[b-ga4vxl1h0c] {
    margin: 0;
}

.survey-row__meta[b-ga4vxl1h0c] {
    display: grid;
    gap: 0.5rem;
    margin: 0;
}

.survey-row__meta div[b-ga4vxl1h0c] {
    display: grid;
    grid-template-columns: 6.2rem minmax(0, 1fr);
    gap: 0.8rem;
}

.survey-row__meta dd[b-ga4vxl1h0c],
.survey-row__meta dt[b-ga4vxl1h0c] {
    margin: 0;
}

.survey-row__action[b-ga4vxl1h0c] {
    display: grid;
    justify-items: start;
    gap: 0.45rem;
}

.survey-row__action .btn[b-ga4vxl1h0c] {
    border-radius: 8px;
}

.survey-row__action span[b-ga4vxl1h0c] {
    font-size: 0.84rem;
    line-height: 1.35;
}

.status-badge[b-ga4vxl1h0c] {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 7px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    font-size: 0.78rem;
    font-weight: 700;
}

.status-badge.is-active[b-ga4vxl1h0c] {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
}

.status-badge.is-upcoming[b-ga4vxl1h0c] {
    border-color: rgba(245, 158, 11, 0.42);
    background: rgba(245, 158, 11, 0.16);
    color: #fde68a;
}

.status-badge.is-closed[b-ga4vxl1h0c] {
    border-color: rgba(59, 130, 246, 0.36);
    background: rgba(59, 130, 246, 0.14);
    color: #bfdbfe;
}

[data-bs-theme="light"] .dashboard-state[b-ga4vxl1h0c],
[data-bs-theme="light"] .privacy-strip[b-ga4vxl1h0c],
[data-bs-theme="light"] .metric-strip[b-ga4vxl1h0c],
[data-bs-theme="light"] .survey-section[b-ga4vxl1h0c] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.96)),
        rgba(255, 255, 255, 0.9);
}

[data-bs-theme="light"] .survey-row:hover[b-ga4vxl1h0c] {
    background: rgba(28, 29, 31, 0.025);
}

[data-bs-theme="light"] .status-badge.is-active[b-ga4vxl1h0c] {
    color: #166534;
}

[data-bs-theme="light"] .status-badge.is-upcoming[b-ga4vxl1h0c] {
    color: #92400e;
}

[data-bs-theme="light"] .status-badge.is-closed[b-ga4vxl1h0c] {
    color: #1d4ed8;
}

.empty-state[b-ga4vxl1h0c] {
    margin: 0;
    padding: 1rem 1.1rem;
}

@media (max-width: 900px) {
    .metric-strip[b-ga4vxl1h0c],
    .survey-row[b-ga4vxl1h0c],
    .survey-row--action[b-ga4vxl1h0c] {
        grid-template-columns: 1fr;
    }

    .metric + .metric[b-ga4vxl1h0c] {
        border-left: 0;
        border-top: 1px solid var(--qc-outline);
    }
}

@media (max-width: 560px) {
    .survey-row__meta div[b-ga4vxl1h0c] {
        grid-template-columns: 1fr;
        gap: 0.12rem;
    }
}
/* /Components/Pages/SurveyPage.razor.rz.scp.css */
.survey-page[b-fwo68l7m7n] {
    display: grid;
    gap: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
}

.survey-page__hero[b-fwo68l7m7n] {
    display: grid;
    gap: clamp(1.1rem, 1rem + 1vw, 1.8rem);
}

.survey-page__hero-skeleton[b-fwo68l7m7n] {
    display: grid;
    gap: 0.75rem;
}

.skeleton-line[b-fwo68l7m7n] {
    display: block;
    width: clamp(160px, 30vw, 520px);
    height: 0.75rem;
    border-radius: 6px;
    background: rgba(var(--bs-primary-rgb), 0.15);
    overflow: hidden;
    position: relative;
}

.skeleton-line[b-fwo68l7m7n]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(var(--bs-primary-rgb), 0.28), transparent);
    animation: shimmer-b-fwo68l7m7n 1300ms infinite;
}

.skeleton-line--xl[b-fwo68l7m7n] { height: 1.2rem; }
.skeleton-line--md[b-fwo68l7m7n] { width: clamp(220px, 45vw, 360px); }
.skeleton-line--sm[b-fwo68l7m7n] { width: clamp(120px, 20vw, 180px); }

@keyframes shimmer-b-fwo68l7m7n {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

.survey-page__status[b-fwo68l7m7n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
}

.survey-page__badge[b-fwo68l7m7n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.36rem 0.75rem;
    border-radius: 7px;
    letter-spacing: 0;
    font-size: 0.84rem;
    font-weight: 650;
    border: 1px solid rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.16);
    color: color-mix(in srgb, rgb(34, 197, 94) 68%, var(--bs-body-color));
}

.survey-page__badge.is-upcoming[b-fwo68l7m7n] {
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.18);
    color: color-mix(in srgb, rgb(245, 158, 11) 68%, var(--bs-body-color));
}

.survey-page__badge.is-closed[b-fwo68l7m7n] {
    border-color: rgba(59, 130, 246, 0.38);
    background: rgba(59, 130, 246, 0.16);
    color: color-mix(in srgb, rgb(59, 130, 246) 68%, var(--bs-body-color));
}

.survey-page__hint[b-fwo68l7m7n] {
    color: var(--qc-muted);
    font-size: 0.95rem;
}

.survey-page__title[b-fwo68l7m7n] {
    font-size: clamp(1.9rem, 1.55rem + 1.25vw, 2.7rem);
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
}

.survey-page__subtitle[b-fwo68l7m7n] {
    color: var(--qc-muted);
    font-size: clamp(1.05rem, 1rem + 0.4vw, 1.2rem);
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;
}

.survey-page__meta[b-fwo68l7m7n] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.survey-page__chip[b-fwo68l7m7n] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.44rem 0.75rem;
    border-radius: 8px;
    background: var(--qc-surface-elevated);
    border: 1px solid var(--qc-outline);
    font-size: 0.9rem;
}

.survey-page__chip .bi[b-fwo68l7m7n] {
    color: rgba(var(--bs-primary-rgb), 0.9);
}

.survey-page__content[b-fwo68l7m7n] {
    display: grid;
    gap: 1.5rem;
}

.survey-loader[b-fwo68l7m7n] {
    display: grid;
    justify-items: center;
    gap: 0.85rem;
    padding: clamp(2.25rem, 2vw + 2rem, 3rem);
    border-radius: 10px;
    border: 1px solid var(--qc-outline);
    background: var(--qc-surface-elevated);
    box-shadow: var(--qc-card-shadow);
}

.survey-loader__spinner[b-fwo68l7m7n] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    border: 3px solid rgba(var(--bs-primary-rgb), 0.22);
    border-top-color: rgba(var(--bs-primary-rgb), 0.95);
    animation: spin-b-fwo68l7m7n 900ms linear infinite;
}

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

.survey-callout[b-fwo68l7m7n] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: clamp(1.35rem, 1.1rem + 0.9vw, 2rem);
    border-radius: 10px;
    border: 1px solid var(--qc-outline);
    background: var(--qc-surface-elevated);
    box-shadow: var(--qc-card-shadow);
}

.survey-callout__icon[b-fwo68l7m7n] {
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    background: rgba(var(--bs-primary-rgb), 0.14);
    color: rgba(var(--bs-primary-rgb), 0.95);
}

.survey-callout__body[b-fwo68l7m7n] {
    display: grid;
    gap: 0.75rem;
}

.survey-callout__actions[b-fwo68l7m7n] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.survey-callout__actions .btn[b-fwo68l7m7n] {
    min-width: 200px;
}

.survey-callout__note[b-fwo68l7m7n] {
    font-size: 0.85rem;
}

.survey-callout--auth[b-fwo68l7m7n] {
    border-color: rgba(var(--bs-primary-rgb), 0.35);
    background: color-mix(in srgb, var(--qc-surface-elevated) 92%, rgb(var(--bs-primary-rgb)));
}

.survey-callout--success[b-fwo68l7m7n] {
    border-color: rgba(var(--bs-success-rgb), 0.35);
    background: color-mix(in srgb, var(--qc-surface-elevated) 92%, rgb(var(--bs-success-rgb)));
}

.survey-callout--success .survey-callout__icon[b-fwo68l7m7n] {
    background: rgba(var(--bs-success-rgb), 0.18);
    color: rgba(var(--bs-success-rgb), 0.9);
}

@media (max-width: 768px) {
    .survey-callout[b-fwo68l7m7n] {
        grid-template-columns: 1fr;
    }

    .survey-callout__icon[b-fwo68l7m7n] {
        justify-self: flex-start;
    }

    .survey-page__meta[b-fwo68l7m7n] {
        gap: 0.5rem;
    }

    .survey-page__chip[b-fwo68l7m7n] {
        font-size: 0.85rem;
    }
}

@media (max-width: 520px) {
    .survey-page__status[b-fwo68l7m7n] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .survey-page__title[b-fwo68l7m7n] {
        font-size: 2rem;
    }

    .survey-page__chip[b-fwo68l7m7n] {
        width: 100%;
    }
}
/* /Components/Pages/SurveyResults.razor.rz.scp.css */
h1[b-5royx8xbd2] {
    margin: 0 0 1.35rem;
    font-size: clamp(2rem, 1.7rem + 1vw, 2.65rem);
    line-height: 1.05;
    font-weight: 720;
}

.card[b-5royx8xbd2] {
    border: 1px solid var(--qc-outline) !important;
    border-radius: 10px;
    background: var(--qc-surface-elevated);
    box-shadow: var(--qc-card-shadow) !important;
    overflow: hidden;
}

.card-body[b-5royx8xbd2] {
    padding: 1.1rem;
}

h2[b-5royx8xbd2],
h3[b-5royx8xbd2] {
    font-weight: 720;
}

.badge[b-5royx8xbd2] {
    border-radius: 7px !important;
    font-weight: 700;
}

.bg-primary-subtle[b-5royx8xbd2],
.bg-info-subtle[b-5royx8xbd2] {
    background-color: rgba(var(--bs-primary-rgb), 0.12) !important;
}

.text-primary-emphasis[b-5royx8xbd2],
.text-info-emphasis[b-5royx8xbd2] {
    color: color-mix(in srgb, rgb(var(--bs-primary-rgb)) 68%, var(--bs-body-color)) !important;
}

.border.rounded-3[b-5royx8xbd2] {
    border-color: var(--qc-outline) !important;
    border-radius: 8px !important;
    background: color-mix(in srgb, var(--qc-surface-elevated) 90%, var(--bs-body-color));
}

.bg-body-tertiary[b-5royx8xbd2] {
    background: color-mix(in srgb, var(--qc-surface-elevated) 94%, rgb(var(--bs-primary-rgb))) !important;
}

dl.row[b-5royx8xbd2] {
    row-gap: 0.35rem;
}

dt[b-5royx8xbd2],
.text-muted[b-5royx8xbd2] {
    color: var(--qc-muted) !important;
}

table[b-5royx8xbd2] {
    --bs-table-bg: transparent;
    --bs-table-color: var(--bs-body-color);
    --bs-table-border-color: var(--qc-outline);
}

thead th[b-5royx8xbd2] {
    color: var(--qc-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.progress[b-5royx8xbd2] {
    height: 0.42rem !important;
    border-radius: 999px;
    background: color-mix(in srgb, var(--qc-surface-elevated) 82%, var(--bs-body-color));
}

.progress-bar[b-5royx8xbd2] {
    background-color: rgb(var(--bs-primary-rgb));
}

blockquote[b-5royx8xbd2] {
    margin: 0;
    padding: 0.65rem 0.8rem;
    border-left: 2px solid rgba(var(--bs-primary-rgb), 0.55);
    background: color-mix(in srgb, var(--qc-surface-elevated) 92%, rgb(var(--bs-primary-rgb)));
    border-radius: 0 8px 8px 0;
}

blockquote p[b-5royx8xbd2] {
    font-size: 0.96rem;
    line-height: 1.5;
}

.btn[b-5royx8xbd2] {
    border-radius: 8px;
}

svg[b-5royx8xbd2] {
    display: block;
    color: var(--bs-body-color);
}

@media (max-width: 700px) {
    .card-body[b-5royx8xbd2] {
        padding: 0.95rem;
    }
}
