/* /Components/Dictionary/DictionaryEditPopup.razor.rz.scp.css */
/* ── SPEECH DICTIONARY FEATURE ────────────────────────────────────────────────
   Fil: Components/Dictionary/DictionaryEditPopup.razor.css
   Sletning: Fjern hele Components/Dictionary/-mappen.
   ───────────────────────────────────────────────────────────────────────────── */

.dict-backdrop[b-ahfqpaj512] {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.35);
}

.dict-popup[b-ahfqpaj512] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: min(420px, calc(100vw - 32px));
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    font-family: inherit;
}

.dict-popup-header[b-ahfqpaj512] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 12px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.dict-popup-title[b-ahfqpaj512] {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.dict-close-btn[b-ahfqpaj512] {
    background: none;
    border: none;
    font-size: 18px;
    color: #64748b;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1;
}

.dict-close-btn:hover[b-ahfqpaj512] {
    background: #f1f5f9;
    color: #1e293b;
}

.dict-popup-body[b-ahfqpaj512] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dict-field-group[b-ahfqpaj512] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dict-label[b-ahfqpaj512] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.dict-marked-text[b-ahfqpaj512] {
    background: #fef9c3;
    border: 1px solid #fde047;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-style: italic;
    color: #1e293b;
    word-break: break-word;
}

.dict-input[b-ahfqpaj512] {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: 7px;
    padding: 9px 11px;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.dict-input:focus[b-ahfqpaj512] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.dict-input-multiline[b-ahfqpaj512] {
    min-height: 112px;
    resize: vertical;
    line-height: 1.4;
}

.dict-suggestions[b-ahfqpaj512] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dict-suggestion-btn[b-ahfqpaj512] {
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-radius: 7px;
    padding: 10px 12px;
    font-size: 14px;
    color: #1e293b;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    word-break: break-word;
}

.dict-suggestion-btn:hover[b-ahfqpaj512],
.dict-suggestion-btn.selected[b-ahfqpaj512] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.dict-loading[b-ahfqpaj512] {
    color: #64748b;
    font-size: 13px;
    text-align: center;
    padding: 12px 0;
}

.dict-actions[b-ahfqpaj512] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.dict-btn[b-ahfqpaj512] {
    border-radius: 7px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}

.dict-btn:disabled[b-ahfqpaj512] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dict-btn-primary[b-ahfqpaj512] {
    background: #2563eb;
    color: #fff;
}

.dict-btn-primary:hover:not(:disabled)[b-ahfqpaj512] {
    background: #1d4ed8;
}

.dict-btn-secondary[b-ahfqpaj512] {
    background: #f1f5f9;
    color: #475569;
}

.dict-btn-secondary:hover:not(:disabled)[b-ahfqpaj512] {
    background: #e2e8f0;
}

.dict-btn-outline[b-ahfqpaj512] {
    background: transparent;
    color: #2563eb;
    border: 1.5px solid #2563eb;
    padding: 8px 16px;
}

.dict-btn-outline:hover:not(:disabled)[b-ahfqpaj512] {
    background: #eff6ff;
}

.dict-status[b-ahfqpaj512] {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 6px;
    text-align: center;
}

.dict-status-ok[b-ahfqpaj512] {
    background: #dcfce7;
    color: #166534;
}

.dict-status-error[b-ahfqpaj512] {
    background: #fee2e2;
    color: #991b1b;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .dict-popup[b-ahfqpaj512] {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        border-radius: 16px 16px 0 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-host[b-7mn7btuw23] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: var(--shell-padding, 14px);
}

#blazor-error-ui[b-7mn7btuw23] {
    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-7mn7btuw23] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c80bmk53jv] {
    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-c80bmk53jv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-c80bmk53jv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c80bmk53jv] {
    font-size: 1.1rem;
}

.bi[b-c80bmk53jv] {
    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-c80bmk53jv] {
    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-c80bmk53jv] {
    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-c80bmk53jv] {
    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-c80bmk53jv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c80bmk53jv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c80bmk53jv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c80bmk53jv]  .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-c80bmk53jv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c80bmk53jv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-c80bmk53jv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c80bmk53jv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c80bmk53jv] {
        display: none;
    }

    .nav-scrollable[b-c80bmk53jv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3r97v6jrvt],
.components-reconnect-repeated-attempt-visible[b-3r97v6jrvt],
.components-reconnect-failed-visible[b-3r97v6jrvt],
.components-pause-visible[b-3r97v6jrvt],
.components-resume-failed-visible[b-3r97v6jrvt],
.components-rejoining-animation[b-3r97v6jrvt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-retrying[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-failed[b-3r97v6jrvt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3r97v6jrvt] {
    display: block;
}


#components-reconnect-modal[b-3r97v6jrvt] {
    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-3r97v6jrvt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3r97v6jrvt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3r97v6jrvt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3r97v6jrvt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3r97v6jrvt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3r97v6jrvt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3r97v6jrvt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3r97v6jrvt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3r97v6jrvt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3r97v6jrvt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3r97v6jrvt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3r97v6jrvt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3r97v6jrvt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3r97v6jrvt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3r97v6jrvt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3r97v6jrvt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3r97v6jrvt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3r97v6jrvt {
    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/Shared/FeedbackButton.razor.rz.scp.css */
/* ── TEST-WEB FEEDBACK FEATURE ── Components/Shared/FeedbackButton.razor.css ── */

.fb-root[b-nubhark8uj] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
}

/* Floating action button */
.fb-fab[b-nubhark8uj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #1f6feb;
    color: #fff;
    border: none;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
}

.fb-fab:hover[b-nubhark8uj] {
    background: #1858c7;
    transform: translateY(-1px);
}

.fb-fab:focus-visible[b-nubhark8uj] {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.fb-fab-label[b-nubhark8uj] {
    line-height: 1;
}

/* Backdrop */
.fb-backdrop[b-nubhark8uj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1999;
}

/* Popup */
.fb-popup[b-nubhark8uj] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 340px;
    max-width: calc(100vw - 24px);
    background: #ffffff;
    color: #1f2328;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    padding: 16px;
    z-index: 2001;
    font-size: 14px;
}

.fb-popup-header[b-nubhark8uj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fb-popup-header h3[b-nubhark8uj] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.fb-close[b-nubhark8uj] {
    background: transparent;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #57606a;
    padding: 0 4px;
}

.fb-close:hover[b-nubhark8uj] {
    color: #1f2328;
}

.fb-popup-meta[b-nubhark8uj] {
    background: #f6f8fa;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
    color: #57606a;
    margin-bottom: 10px;
    line-height: 1.5;
}

.fb-meta-key[b-nubhark8uj] {
    font-weight: 600;
    color: #424a53;
}

.fb-popup-meta code[b-nubhark8uj] {
    font-size: 11.5px;
    background: transparent;
    color: #1f2328;
}

.fb-label[b-nubhark8uj] {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 13px;
}

.fb-textarea[b-nubhark8uj] {
    width: 100%;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    padding: 8px 10px;
    font-family: inherit;
    font-size: 13px;
    resize: vertical;
    min-height: 70px;
    box-sizing: border-box;
}

.fb-textarea:focus[b-nubhark8uj] {
    outline: none;
    border-color: #1f6feb;
    box-shadow: 0 0 0 2px rgba(31, 111, 235, 0.25);
}

.fb-reason-panel[b-nubhark8uj] {
    margin-top: 12px;
    padding: 10px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.fb-reason-panel-critical[b-nubhark8uj] {
    background: #fff7f7;
    border-color: #f2c6c8;
}

.fb-reason-title[b-nubhark8uj] {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.fb-reason-chip-grid[b-nubhark8uj] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fb-reason-chip[b-nubhark8uj] {
    border: 1px solid #d0d7de;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.fb-reason-chip:hover:not(:disabled)[b-nubhark8uj] {
    transform: translateY(-1px);
    border-color: #94a3b8;
}

.fb-reason-chip.is-active[b-nubhark8uj] {
    background: #dbeafe;
    border-color: #60a5fa;
    color: #1e3a8a;
    font-weight: 600;
}

.fb-result[b-nubhark8uj] {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.fb-result-ok[b-nubhark8uj] {
    background: #dafbe1;
    color: #1a7f37;
}

.fb-result-error[b-nubhark8uj] {
    background: #ffebe9;
    color: #cf222e;
}

/* Action buttons */
.fb-actions[b-nubhark8uj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.fb-btn[b-nubhark8uj] {
    border: none;
    border-radius: 6px;
    padding: 8px 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    transition: opacity 0.15s ease, transform 0.1s ease;
}

.fb-btn:hover:not(:disabled)[b-nubhark8uj] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.fb-btn.is-active[b-nubhark8uj] {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.fb-btn:disabled[b-nubhark8uj] {
    opacity: 0.5;
    cursor: not-allowed;
}

.fb-btn-god[b-nubhark8uj] {
    background: #1a7f37;
}

.fb-btn-traels[b-nubhark8uj] {
    background: #bf8700;
}

.fb-btn-kritisk[b-nubhark8uj] {
    background: #cf222e;
}

.fb-save-row[b-nubhark8uj] {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.fb-btn-save[b-nubhark8uj] {
    background: #1f6feb;
    min-width: 120px;
}
/* /Components/Shared/FeedbackSurveyPrompt.razor.rz.scp.css */
.survey-root[b-6n1cycqhbu] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2400;
}

.survey-backdrop[b-6n1cycqhbu] {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(9, 18, 28, 0.44);
    pointer-events: auto;
}

.survey-modal[b-6n1cycqhbu] {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(920px, calc(100vw - 24px));
    max-height: min(88vh, 960px);
    border-radius: 22px;
    border: 1px solid rgba(33, 77, 108, 0.18);
    background: linear-gradient(180deg, rgba(247, 251, 255, 0.99), rgba(237, 245, 252, 0.98));
    box-shadow: 0 22px 60px rgba(10, 28, 50, 0.28);
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    pointer-events: auto;
}

.survey-header[b-6n1cycqhbu] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(33, 77, 108, 0.12);
}

.survey-kicker[b-6n1cycqhbu] {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5a7188;
    font-weight: 700;
    margin-bottom: 6px;
}

.survey-header h3[b-6n1cycqhbu] {
    margin: 0;
    color: #17344d;
    font-size: 1.08rem;
}

.survey-close[b-6n1cycqhbu] {
    border: 0;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.72);
    color: #355879;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
}

.survey-body[b-6n1cycqhbu] {
    overflow: auto;
    padding: 18px 20px 20px;
    display: grid;
    gap: 14px;
}

.survey-intro[b-6n1cycqhbu] {
    margin: 0;
    color: #38566f;
    line-height: 1.5;
    font-size: 0.92rem;
}

.survey-card[b-6n1cycqhbu] {
    border-radius: 16px;
    border: 1px solid rgba(33, 77, 108, 0.12);
    background: rgba(255, 255, 255, 0.72);
    padding: 14px 14px 12px;
    display: grid;
    gap: 10px;
}

.survey-question[b-6n1cycqhbu] {
    color: #17344d;
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.35;
}

.survey-scale-followup[b-6n1cycqhbu] {
    display: grid;
    gap: 8px;
    margin-top: 2px;
}

.survey-scale-followup-label[b-6n1cycqhbu] {
    color: #5b7186;
    font-size: 0.84rem;
    font-weight: 600;
}

.survey-scale-followup-textarea[b-6n1cycqhbu] {
    min-height: 64px;
}

.survey-binary-row[b-6n1cycqhbu],
.survey-scale-row[b-6n1cycqhbu],
.survey-reason-grid[b-6n1cycqhbu] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.survey-binary-row-tight[b-6n1cycqhbu] {
    gap: 6px;
}

.survey-chip[b-6n1cycqhbu],
.survey-scale[b-6n1cycqhbu],
.survey-secondary[b-6n1cycqhbu],
.survey-primary[b-6n1cycqhbu] {
    border: 1px solid rgba(33, 77, 108, 0.18);
    border-radius: 999px;
    padding: 9px 12px;
    font: inherit;
    font-size: 0.82rem;
    cursor: pointer;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.survey-chip[b-6n1cycqhbu],
.survey-scale[b-6n1cycqhbu],
.survey-secondary[b-6n1cycqhbu] {
    background: rgba(255, 255, 255, 0.88);
    color: #294b67;
}

.survey-chip:hover[b-6n1cycqhbu],
.survey-scale:hover[b-6n1cycqhbu],
.survey-secondary:hover[b-6n1cycqhbu],
.survey-primary:hover[b-6n1cycqhbu] {
    transform: translateY(-1px);
}

.survey-chip.is-active[b-6n1cycqhbu],
.survey-scale.is-active[b-6n1cycqhbu] {
    background: rgba(205, 226, 246, 0.98);
    border-color: rgba(33, 77, 108, 0.38);
    color: #183954;
    font-weight: 700;
}

.survey-scale[b-6n1cycqhbu] {
    min-width: 42px;
    justify-content: center;
    padding-inline: 0;
}

.survey-textarea[b-6n1cycqhbu] {
    width: 100%;
    border: 1px solid rgba(33, 77, 108, 0.18);
    border-radius: 14px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #1b3550;
    font: inherit;
    resize: vertical;
    min-height: 84px;
    box-sizing: border-box;
}

.survey-textarea:focus[b-6n1cycqhbu] {
    outline: none;
    border-color: rgba(33, 77, 108, 0.36);
    box-shadow: 0 0 0 3px rgba(65, 124, 171, 0.15);
}

.survey-textarea-spacer[b-6n1cycqhbu] {
    margin-top: 2px;
}

.survey-status[b-6n1cycqhbu] {
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 0.84rem;
    line-height: 1.4;
}

.survey-status.is-ok[b-6n1cycqhbu] {
    background: rgba(214, 244, 224, 0.84);
    color: #176336;
}

.survey-status.is-error[b-6n1cycqhbu] {
    background: rgba(255, 236, 235, 0.9);
    color: #b21f2d;
}

.survey-footer[b-6n1cycqhbu] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(33, 77, 108, 0.12);
    background: rgba(245, 250, 255, 0.85);
}

.survey-secondary[b-6n1cycqhbu] {
    min-width: 120px;
}

.survey-primary[b-6n1cycqhbu] {
    min-width: 124px;
    background: linear-gradient(180deg, #2e6ea0, #22557d);
    color: #fff;
    border-color: rgba(17, 53, 82, 0.18);
}

.survey-primary:disabled[b-6n1cycqhbu],
.survey-secondary:disabled[b-6n1cycqhbu],
.survey-chip:disabled[b-6n1cycqhbu],
.survey-scale:disabled[b-6n1cycqhbu] {
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
}

@media (max-width: 720px) {
    .survey-modal[b-6n1cycqhbu] {
        width: calc(100vw - 14px);
        max-height: calc(100vh - 14px);
        border-radius: 18px;
    }

    .survey-header[b-6n1cycqhbu],
    .survey-body[b-6n1cycqhbu],
    .survey-footer[b-6n1cycqhbu] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .survey-footer[b-6n1cycqhbu] {
        justify-content: stretch;
        flex-direction: column-reverse;
    }

    .survey-secondary[b-6n1cycqhbu],
    .survey-primary[b-6n1cycqhbu] {
        width: 100%;
    }
}
