:root {
    --bb-grundlegend-bg: #dc3545;
    --bb-grundlegend-fg: #fff;
    --bb-sehr-hoch-bg: #fd7e14;
    --bb-sehr-hoch-fg: #212529;
    --bb-hoch-bg: #ffc107;
    --bb-hoch-fg: #212529;
    --bb-gering-bg: #90ee90;
    --bb-gering-fg: #212529;
    --bb-keiner-bg: #198754;
    --bb-keiner-fg: #fff;
    --bb-keine-angabe-bg: #e9ecef;
    --bb-keine-angabe-fg: #495057;
    --bb-keine-angabe-border: #ced4da;

    --kompass-primary: #1a4a8a;
    --kompass-primary-dark: #052767;
    --kompass-accent: #2d9cdb;
    --kompass-accent-soft: #e8f4fc;
    --kompass-secondary: #3a0647;
    --kompass-surface: #f8f9fb;
    --kompass-text-muted: #6c757d;

    --kompass-classroom-bg: url('/images/klassenraum.jpg');
    --kompass-watermark: url('/images/compass-watermark.svg');
    --kompass-main-classroom-overlay: linear-gradient(
        180deg,
        rgba(248, 249, 251, 0.94) 0%,
        rgba(248, 249, 251, 0.9) 100%);
    --kompass-radius-lg: 0.875rem;
    --kompass-radius-md: 0.625rem;
    --kompass-shadow-soft: 0 0.25rem 1rem rgba(5, 39, 103, 0.08);
    --kompass-shadow-hover: 0 0.5rem 1.5rem rgba(5, 39, 103, 0.14);
    --kompass-transition: 0.22s ease;
    --kompass-sidebar-width: 250px;

    --bs-primary: var(--kompass-primary);
    --bs-primary-rgb: 26, 74, 138;
    --bs-link-color: var(--kompass-primary);
    --bs-link-hover-color: var(--kompass-primary-dark);
    --bs-body-font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
}

body {
    font-family: var(--bs-body-font-family);
    color: #212529;
    margin: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.navbar-brand {
    font-family: 'Nunito', system-ui, sans-serif;
}

.btn-primary {
    --bs-btn-bg: var(--kompass-primary);
    --bs-btn-border-color: var(--kompass-primary);
    --bs-btn-hover-bg: var(--kompass-primary-dark);
    --bs-btn-hover-border-color: var(--kompass-primary-dark);
    --bs-btn-active-bg: var(--kompass-primary-dark);
    --bs-btn-active-border-color: var(--kompass-primary-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--kompass-primary);
    --bs-btn-border-color: var(--kompass-primary);
    --bs-btn-hover-bg: var(--kompass-primary);
    --bs-btn-hover-border-color: var(--kompass-primary);
    --bs-btn-active-bg: var(--kompass-primary-dark);
    --bs-btn-active-border-color: var(--kompass-primary-dark);
}

.kompass-card {
    border: none;
    border-radius: var(--kompass-radius-lg);
    box-shadow: var(--kompass-shadow-soft);
    transition:
        transform var(--kompass-transition),
        box-shadow var(--kompass-transition);
}

.kompass-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--kompass-shadow-hover);
}

.kompass-card--static:hover {
    transform: none;
    box-shadow: var(--kompass-shadow-soft);
}

.bb-grundlegend {
    background-color: var(--bb-grundlegend-bg);
    color: var(--bb-grundlegend-fg);
}

.bb-sehr-hoch {
    background-color: var(--bb-sehr-hoch-bg);
    color: var(--bb-sehr-hoch-fg);
}

.bb-hoch {
    background-color: var(--bb-hoch-bg);
    color: var(--bb-hoch-fg);
}

.bb-gering {
    background-color: var(--bb-gering-bg);
    color: var(--bb-gering-fg);
}

.bb-keiner {
    background-color: var(--bb-keiner-bg);
    color: var(--bb-keiner-fg);
}

.bb-keine-angabe {
    background-color: var(--bb-keine-angabe-bg);
    color: var(--bb-keine-angabe-fg);
}

.foerderbedarfs-legende {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    padding: 0.65rem 0.85rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
}

.foerderbedarfs-legende__title {
    font-weight: 600;
    color: #495057;
    margin-right: 0.25rem;
}

.foerderbedarfs-legende__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.foerderbedarfs-legende__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.2;
}

.foerderbedarfs-legende__label {
    color: #6c757d;
}

.foerderbedarfs-legende--compact .foerderbedarfs-legende__label {
    display: none;
}

.bewertung-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.bewertung-pill {
    min-width: 2rem;
    padding: 0.2rem 0.45rem;
    border: 2px solid transparent;
    border-radius: 0.3rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}

.bewertung-pill:hover:not(:disabled) {
    opacity: 1;
}

.bewertung-pill--active {
    opacity: 1;
    box-shadow: 0 0 0 2px #0d6efd;
    transform: translateY(-1px);
}

.bewertung-pill:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.bewertung-pill.bb-keine-angabe {
    background-color: var(--bb-keine-angabe-bg);
    color: var(--bb-keine-angabe-fg);
    border-color: var(--bb-keine-angabe-border);
}

.erfassung-page .erfassung-fortschritt {
    font-size: 0.875rem;
    color: #6c757d;
}

.erfassung-page .erfassung-grid thead th {
    background: #f8f9fa;
    font-size: 0.8125rem;
    border-bottom-width: 2px;
}

.erfassung-page .erfassung-grid tbody tr:hover {
    background: #fafbfc;
}

.erfassung-page .erfassung-grid .vorher-zelle {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.erfassung-page .erfassung-grid .vorher-zelle--leer {
    color: #adb5bd;
    font-weight: 400;
}

.erfassung-page .erfassung-grid .bewertung-zelle {
    min-width: 14rem;
}

.bewertungs-verlauf__dot.bb-grundlegend { fill: var(--bb-grundlegend-bg); }
.bewertungs-verlauf__dot.bb-sehr-hoch { fill: var(--bb-sehr-hoch-bg); }
.bewertungs-verlauf__dot.bb-hoch { fill: var(--bb-hoch-bg); }
.bewertungs-verlauf__dot.bb-gering { fill: var(--bb-gering-bg); }
.bewertungs-verlauf__dot.bb-keiner { fill: var(--bb-keiner-bg); }

.bewertung-zelle {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.erlaeuterung-hinweis {    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    vertical-align: middle;
}

.erlaeuterung-hinweis__trigger {
    cursor: help;
    color: #6c757d;
    font-size: 0.95em;
    line-height: 1;
    user-select: none;
}

.erlaeuterung-hinweis__trigger:hover {
    color: #0d6efd;
}

.erlaeuterung-hinweis__overlay {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.45rem);
    transform: translateX(-50%);
    z-index: 1080;
    min-width: 14rem;
    max-width: 24rem;
    padding: 0.5rem 0.75rem;
    background: #212529;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    white-space: pre-wrap;
    text-align: left;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.erlaeuterung-hinweis__overlay::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.35rem solid transparent;
    border-top-color: #212529;
}

.erlaeuterung-hinweis:hover .erlaeuterung-hinweis__overlay,
.erlaeuterung-hinweis:focus .erlaeuterung-hinweis__overlay,
.erlaeuterung-hinweis:focus-within .erlaeuterung-hinweis__overlay {
    visibility: visible;
    opacity: 1;
}

.erfassung-page .card,
.erfassung-page .card-header {
    overflow: visible;
}

.massnahmen-page .rich-text-preview {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background: #fff;
    min-height: 4rem;
}

.rich-text-editor__area {
    min-height: 10rem;
    overflow-y: auto;
}

.rich-text-editor__area:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.massnahme-zuordnung-modal .bewertung-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.massnahme-zuordnung-modal .massnahme-row {
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
}

.massnahme-zuordnung-modal .massnahme-row:last-child {
    border-bottom: none;
}

.massnahme-zuordnung-modal .massnahme-zuordnung-check {
    color: inherit;
    vertical-align: baseline;
}

.massnahme-zuordnung-modal .massnahme-zuordnung-check .form-check-input {
    pointer-events: none;
}

.entwicklungsbericht-page .termin-matrix-wrap {
    overflow-x: auto;
}

.entwicklungsbericht-page .termin-matrix .zeile-auspraegung .sticky-col:has(.bewertungs-verlauf:hover),
.entwicklungsbericht-page .termin-matrix .zeile-auspraegung .sticky-col:has(.bewertungs-verlauf:focus-within) {
    z-index: 12;
    overflow: visible;
}

.entwicklungsbericht-page .termin-matrix {
    min-width: 100%;
}

.entwicklungsbericht-page .termin-matrix .sticky-col {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 14rem;
    max-width: 22rem;
    background: #fff;
    box-shadow: 2px 0 0 #dee2e6;
}

.entwicklungsbericht-page .termin-matrix thead .sticky-col {
    z-index: 2;
    background: #f8f9fa;
}

.entwicklungsbericht-page .termin-matrix .gruppe-bereich .sticky-col {
    padding-left: 0.75rem;
    font-weight: 600;
    background: #e9ecef;
}

.entwicklungsbericht-page .termin-matrix .gruppe-unterbereich .sticky-col {
    padding-left: 1.75rem;
    font-weight: 500;
    background: #f1f3f5;
}

.entwicklungsbericht-page .termin-matrix .zeile-auspraegung .sticky-col,
.entwicklungsbericht-page .termin-matrix .zeile-interpretation .sticky-col {
    padding-left: 2.75rem;
}

.entwicklungsbericht-page .termin-matrix .zeile-interpretation .sticky-col {
    font-style: italic;
    color: #495057;
}

.entwicklungsbericht-page .termin-matrix .bewertung-zelle {
    min-width: 3rem;
}

.entwicklungsbericht-page .entwicklungsbericht-zeile-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bewertungs-verlauf {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    vertical-align: middle;
    cursor: help;
}

.bewertungs-verlauf__chart {
    display: block;
    overflow: visible;
}

.bewertungs-verlauf__line {
    fill: none;
    stroke: #6c757d;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bewertungs-verlauf__dot {
    stroke: #fff;
    stroke-width: 0.5;
}

.bewertungs-verlauf__tooltip {
    position: absolute;
    left: calc(100% + 0.5rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1080;
    min-width: 14rem;
    max-width: 22rem;
    padding: 0.5rem 0.65rem;
    background: #212529;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
}

.bewertungs-verlauf__tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border: 0.35rem solid transparent;
    border-right-color: #212529;
}

.bewertungs-verlauf__tooltip-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.bewertungs-verlauf__tooltip-row {
    display: block;
}

.bewertungs-verlauf:hover .bewertungs-verlauf__tooltip,
.bewertungs-verlauf:focus .bewertungs-verlauf__tooltip,
.bewertungs-verlauf:focus-within .bewertungs-verlauf__tooltip {
    visibility: visible;
    opacity: 1;
}

/* ── Login ── */

.login-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        linear-gradient(135deg, rgba(5, 39, 103, 0.88) 0%, rgba(58, 6, 71, 0.84) 100%),
        var(--kompass-classroom-bg) center / cover no-repeat fixed;
}

.login-card {
    width: 100%;
    max-width: 26rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.97);
    border-radius: var(--kompass-radius-lg);
    box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
}

.login-card h1 {
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Nunito', system-ui, sans-serif;
    color: var(--kompass-primary-dark);
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-card h1 .bi {
    font-size: 1.5rem;
    color: var(--kompass-accent);
}

.login-test-accounts {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.login-test-accounts__title {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--kompass-primary-dark);
    margin-bottom: 0;
}

.login-test-accounts__hint {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 0;
}

.login-test-account {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    text-align: left;
    background: rgba(5, 39, 103, 0.04);
    border: 1px solid rgba(5, 39, 103, 0.12);
    border-radius: var(--kompass-radius);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.login-test-account:hover:not(:disabled) {
    background: rgba(5, 39, 103, 0.08);
    border-color: rgba(5, 39, 103, 0.22);
}

.login-test-account:disabled {
    opacity: 0.65;
}

.login-test-account__role {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--kompass-primary-dark);
}

.login-test-account__email {
    font-size: 0.8125rem;
    color: #6c757d;
}

/* ── Startseite ── */

.home-page {
    max-width: 72rem;
}

.home-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.75rem 2rem;
    border-radius: var(--kompass-radius-lg);
    background:
        linear-gradient(135deg, rgba(5, 39, 103, 0.9) 0%, rgba(58, 6, 71, 0.86) 100%),
        var(--kompass-classroom-bg) center / cover no-repeat;
    color: #fff;
    box-shadow: var(--kompass-shadow-soft);
    position: relative;
    overflow: hidden;
}

.home-hero::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    width: 9rem;
    height: 9rem;
    background: var(--kompass-watermark) center / contain no-repeat;
    opacity: 0.2;
    pointer-events: none;
}

.home-hero__brand,
.home-hero__welcome {
    position: relative;
    z-index: 1;
}

.home-page .card,
.home-stat-card,
.home-tenant-card {
    border: none;
    border-radius: var(--kompass-radius-lg);
    box-shadow: var(--kompass-shadow-soft);
    overflow: hidden;
    transition:
        transform var(--kompass-transition),
        box-shadow var(--kompass-transition);
}

.home-page .card:hover,
.home-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--kompass-shadow-hover);
}

.home-tenant-card:hover {
    transform: none;
    box-shadow: var(--kompass-shadow-soft);
}

.home-page .form-control,
.home-page .form-select {
    border-radius: var(--kompass-radius-md);
}

.home-hero__title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-hero__title .bi {
    font-size: 1.75rem;
    color: var(--kompass-accent);
}

.home-hero__subtitle {
    margin-bottom: 0;
    font-size: 0.9rem;
    opacity: 0.85;
    max-width: 28rem;
}

.home-hero__greeting {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.home-role-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 500;
}

.home-tenant-card {
    background: #fff;
}

.home-search__label {
    font-weight: 600;
    color: #495057;
}

.home-search__wrapper {
    position: relative;
}

.home-search__results,
.home-search__empty {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: var(--kompass-radius-md);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.home-search__results {
    max-height: 16rem;
    overflow-y: auto;
}

.home-search__result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
}

.home-search__result:hover,
.home-search__result:focus {
    background: var(--kompass-accent-soft);
}

.home-search__result-name {
    font-weight: 600;
    color: #212529;
}

.home-search__result-meta {
    font-size: 0.8125rem;
    color: #6c757d;
}

.home-search__empty {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.home-stat-card {
    height: 100%;
    padding: 1.25rem 1rem;
    text-align: center;
    background: #fff;
}

.home-stat-card__value {
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Nunito', system-ui, sans-serif;
    color: var(--kompass-primary-dark);
    line-height: 1.2;
}

.home-stat-card__label {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: #6c757d;
}

.home-recent-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-recent-link:hover .home-recent-link__title {
    color: var(--kompass-primary);
}

.home-recent-link__title {
    display: block;
    font-weight: 600;
}

.home-recent-link__meta {
    display: block;
    font-size: 0.8125rem;
    color: #6c757d;
}

.home-footer {
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
}

.home-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(180deg, var(--kompass-accent-soft) 0%, #fff 100%);
}

.home-empty-state__illustration {
    width: 100%;
    max-width: 11rem;
    height: auto;
    margin-bottom: 1rem;
    opacity: 0.95;
}

.home-empty-state__text {
    margin-bottom: 1rem;
    color: var(--kompass-text-muted);
    max-width: 18rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}

/* ── Ladeanimation ── */

#app {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--kompass-surface);
}

.loading-progress {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.loading-progress circle:first-child {
    fill: none;
    stroke: var(--kompass-accent-soft);
    stroke-width: 0.25rem;
}

.loading-progress circle:last-child {
    fill: none;
    stroke: var(--kompass-accent);
    stroke-width: 0.25rem;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    animation: kompass-spin 1.2s ease-in-out infinite;
}

.loading-progress-text {
    font-family: 'Nunito', system-ui, sans-serif;
    font-weight: 700;
    color: var(--kompass-primary-dark);
    font-size: 0.9375rem;
}

.loading-progress-text::after {
    content: 'KOMPASS wird geladen…';
}

@keyframes kompass-spin {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        transform: rotate(0deg);
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -124;
        transform: rotate(360deg);
    }
}

/* ── Toast & Fehlerdialog ── */

.kompass-toast-host {
    position: fixed;
    bottom: 1.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    pointer-events: none;
    width: max-content;
    max-width: min(24rem, calc(100vw - 2rem));
}

.kompass-toast {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1.25rem;
    background: rgba(33, 37, 41, 0.94);
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.28);
    font-size: 0.9375rem;
    line-height: 1.4;
    animation: kompass-toast-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
    backdrop-filter: blur(4px);
}

.kompass-toast__icon {
    color: #6fcf97;
    flex-shrink: 0;
}

@keyframes kompass-toast-in {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kompass-error-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2050;
    background: rgba(0, 0, 0, 0.45);
}

.kompass-error-modal {
    z-index: 2060;
}

.kompass-error-modal .modal-content {
    border: none;
    border-radius: var(--kompass-radius-lg);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.2);
}

/* ── Passwortstärke ── */

.password-strength__track {
    height: 0.375rem;
    background: #e9ecef;
    border-radius: 999px;
    overflow: hidden;
}

.password-strength__fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.password-strength__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
}
