@import 'Stemtop.Web.Client.jimlgikhew.bundle.scp.css';

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

.header[b-ghy1cpbpge] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: var(--st-header-bg);
    border-bottom: 1px solid var(--st-header-border);
}

.main-content[b-ghy1cpbpge] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--st-bg);
}

.content[b-ghy1cpbpge] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

#blazor-error-ui[b-ghy1cpbpge] {
    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-ghy1cpbpge] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-dtyxg4w3cx] {
    min-height: 4rem;
    background-color: var(--st-header-bg) !important;
}

.navbar-brand[b-dtyxg4w3cx] {
    font-weight: 700;
    color: var(--st-primary) !important;
    font-size: 1.25rem;
}

.nav-link[b-dtyxg4w3cx] {
    color: var(--st-text) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s;
}

.nav-link:hover[b-dtyxg4w3cx] {
    color: var(--st-primary) !important;
}

.nav-link.active[b-dtyxg4w3cx] {
    color: var(--st-primary) !important;
    font-weight: 700;
}

.btn-primary.nav-link[b-dtyxg4w3cx] {
    background-color: var(--st-primary) !important;
    border-color: var(--st-primary) !important;
    color: var(--st-on-primary) !important;
    border-radius: var(--st-radius-sm);
}

.btn-primary.nav-link:hover[b-dtyxg4w3cx] {
    background-color: var(--st-primary-hover) !important;
}

@media (max-width: 991.98px) {
    .navbar-nav[b-dtyxg4w3cx] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .ms-lg-2[b-dtyxg4w3cx] {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-page[b-r9psrknw4v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: var(--st-public-bg);
    padding: 1rem;
}

.public-main[b-r9psrknw4v] {
    width: 100%;
    max-width: 34rem;
    flex: 1;
    padding-top: 1.5rem;
}

.public-footer[b-r9psrknw4v] {
    padding: 1.5rem 0 0.75rem;
    font-size: 0.8125rem;
    color: var(--st-text-muted);
}

.public-footer a[b-r9psrknw4v] {
    color: var(--st-text-muted);
    font-weight: 600;
    text-decoration: none;
}

.public-footer a:hover[b-r9psrknw4v] {
    color: var(--st-public-accent);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-ue3xw54t1t] {
    text-align: center;
    padding: 3.5rem 1rem 3rem;
    max-width: 42rem;
    margin: 0 auto;
}

.hero h1[b-ue3xw54t1t] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-lead[b-ue3xw54t1t] {
    font-size: 1.125rem;
    color: var(--st-text-muted);
    margin-bottom: 2rem;
}

.hero-actions[b-ue3xw54t1t] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.steps[b-ue3xw54t1t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 60rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.step[b-ue3xw54t1t] {
    text-align: left;
}

.step-number[b-ue3xw54t1t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: var(--st-primary-soft);
    color: var(--st-primary);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.step-title[b-ue3xw54t1t] {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.step p[b-ue3xw54t1t] {
    color: var(--st-text-muted);
    margin-bottom: 0;
    font-size: 0.9375rem;
}

@media (max-width: 767.98px) {
    .hero[b-ue3xw54t1t] {
        padding-top: 2rem;
    }

    .hero h1[b-ue3xw54t1t] {
        font-size: 1.875rem;
    }

    .steps[b-ue3xw54t1t] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Publiek/Stemmen.razor.rz.scp.css */
.poll-header[b-d7j737c245] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.poll-header h1[b-d7j737c245] {
    font-size: 1.5rem;
    margin-bottom: 0.375rem;
}

.poll-description[b-d7j737c245] {
    color: var(--st-text-muted);
    margin-bottom: 0;
}

.poll-state-icon[b-d7j737c245] {
    display: block;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}

.vote-instruction[b-d7j737c245] {
    text-align: center;
    color: var(--st-text-muted);
    margin-bottom: 1rem;
}

.vote-options[b-d7j737c245] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}

.vote-option[b-d7j737c245] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
    text-align: left;
    background-color: var(--st-surface);
    border: 2px solid var(--st-border);
    border-radius: var(--st-radius);
    padding: 0.875rem 1rem;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    color: var(--st-text);
    font: inherit;
}

.vote-option:hover[b-d7j737c245] {
    border-color: var(--st-public-accent);
}

.vote-option:focus-visible[b-d7j737c245] {
    outline: none;
    box-shadow: var(--st-focus-ring);
}

.vote-option.selected[b-d7j737c245] {
    border-color: var(--st-public-accent);
    background-color: var(--st-primary-soft);
}

.vote-option-image[b-d7j737c245] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: var(--st-radius-sm);
    flex-shrink: 0;
}

.vote-option-body[b-d7j737c245] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    flex: 1;
    min-width: 0;
}

.vote-option-title[b-d7j737c245] {
    font-weight: 600;
}

.vote-option-number[b-d7j737c245] {
    display: inline-block;
    min-width: 1.75rem;
    padding: 0 0.375rem;
    margin-right: 0.5rem;
    text-align: center;
    border-radius: var(--st-radius-sm);
    background-color: var(--st-primary-soft);
    color: var(--st-public-accent);
    font-weight: 700;
    font-size: 0.875rem;
}

.vote-option.selected .vote-option-number[b-d7j737c245] {
    background-color: var(--st-public-accent);
    color: var(--st-on-primary);
}

.vote-option-description[b-d7j737c245] {
    font-size: 0.875rem;
    color: var(--st-text-muted);
}

.vote-option-marker[b-d7j737c245] {
    flex-shrink: 0;
    width: 1.75rem;
    display: flex;
    justify-content: center;
}

.rank-badge[b-d7j737c245], .check-badge[b-d7j737c245] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: var(--st-public-accent);
    color: var(--st-on-primary);
    font-weight: 700;
    font-size: 0.9375rem;
}

.submit-button[b-d7j737c245] {
    box-shadow: var(--st-shadow);
}
/* /Components/Pages/Publiek/Uitslag.razor.rz.scp.css */
.results-header[b-3pnjyebn4s] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.results-header h1[b-3pnjyebn4s] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.results-meta[b-3pnjyebn4s] {
    color: var(--st-text-muted);
    margin-bottom: 0;
}

.results-list[b-3pnjyebn4s] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.results-row[b-3pnjyebn4s] {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
    margin-bottom: 0.375rem;
}

.results-position[b-3pnjyebn4s] {
    flex-shrink: 0;
    width: 1.5rem;
    font-weight: 700;
    color: var(--st-text-muted);
}

.results-item:first-child .results-position[b-3pnjyebn4s] {
    color: var(--st-public-accent);
}

.results-title[b-3pnjyebn4s] {
    flex: 1;
    font-weight: 500;
    min-width: 0;
}

.results-score[b-3pnjyebn4s] {
    font-weight: 700;
    white-space: nowrap;
}

.results-share[b-3pnjyebn4s] {
    font-weight: 400;
    color: var(--st-text-muted);
    font-size: 0.875rem;
}

.results-bar-track[b-3pnjyebn4s] {
    height: 0.625rem;
    background-color: var(--st-border);
    border-radius: 999px;
    overflow: hidden;
}

.results-bar[b-3pnjyebn4s] {
    height: 100%;
    background-color: var(--st-public-accent);
    border-radius: 999px;
    transition: width 0.4s ease;
}

.results-actions[b-3pnjyebn4s] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
