html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

/* Media Components */
.photo-capture, .audio-recorder {
    margin: 1rem 0;
}

.photo-preview {
    position: relative;
    margin: 1rem 0;
}

.photo-preview img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.photo-actions {
    margin-top: 0.5rem;
}

.photo-capture-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.audio-preview {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 1rem 0;
}

.audio-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.audio-info .duration {
    color: #6c757d;
    font-size: 0.9rem;
}

.audio-preview audio {
    width: 100%;
    margin: 0.5rem 0;
}

.audio-recording {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.recording-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}

.recording-indicator .pulse {
    width: 12px;
    height: 12px;
    background: #dc3545;
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.recording-buttons {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.icon {
    margin-right: 0.25rem;
}

/* PWA Install Prompt */
.pwa-install-prompt {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    max-width: 500px;
    margin: 0 auto;
    z-index: 1000;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.prompt-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.prompt-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.prompt-text {
    flex: 1;
}

.prompt-text h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: #333;
}

.prompt-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.prompt-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}

.prompt-actions .btn {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .pwa-install-prompt {
        left: 0.5rem;
        right: 0.5rem;
    }

    .prompt-content {
        flex-direction: column;
        text-align: center;
    }

    .prompt-actions {
        width: 100%;
    }

    .prompt-actions .btn {
        width: 100%;
    }
}

/* Scrollbare Dashboard-Sektionen mit dezentem Scrollbalken */
.scroll-section::-webkit-scrollbar {
    width: 4px;
}

.scroll-section::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-section::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 4px;
}

.scroll-section::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}

/* LÃƒÆ’Ã‚Â¶sch-Button Hover-Effekt */
.delete-btn:hover,
.delete-btn:active {
    background: #fee2e2 !important;
    color: #ef4444 !important;
}

/* Status-Pill "Versendet" */
.pill-sent {
    background: #e0f2fe;
    color: #0369a1;
}

/* Recording Status Indicator Pulse */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.recording-status.is-recording .rec-indicator {
    animation: pulse 1s infinite;
}

/* Einheitliches Seiten-Layout */
.app-page {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.page-content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
    padding-left: 0;
    padding-right: 0;
}

.page-content::-webkit-scrollbar {
    width: 4px;
}

.page-content::-webkit-scrollbar-track {
    background: transparent;
}

.page-content::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 4px;
}

.page-content::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}

/* Thin Scroll fÃƒÆ’Ã‚Â¼r beliebige Container */
.thin-scroll {
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
}

.thin-scroll::-webkit-scrollbar {
    width: 4px;
}

.thin-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.thin-scroll::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 4px;
}

.thin-scroll::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}

/* Modal Overlay */
.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    padding: 24px;
}

.confirm-modal {
    width: 100%;
    max-width: 280px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.confirm-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 6px;
}

.confirm-text {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 16px;
    line-height: 1.5;
}

.confirm-text strong {
    color: #1a202c;
}

.confirm-actions {
    display: flex;
    gap: 10px;
}

.confirm-actions .btn-outline,
.confirm-actions .btn-primary {
    flex: 1;
    padding: 12px;
    font-size: 14px;
    border-radius: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.confirm-actions .btn-outline {
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.confirm-actions .btn-primary {
    background: #3b82f6;
    color: white;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â
   DASHBOARD & BERICHTE REDESIGN - Mockup-based Styles
   ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â Gemeinsam (Content-Bereich beider Seiten) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.screen-content { 
    flex: 1; 
    min-height: 0; 
    overflow-y: auto; 
    background: #f8fafc; 
    padding: 16px; 
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â DASHBOARD ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.cta-section { margin-bottom: 18px; }

.btn-record-main {
    width: 100%; 
    padding: 16px; 
    border-radius: 16px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff; 
    font-size: 15px; 
    font-weight: 700;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px;
    box-shadow: 0 10px 22px rgba(37,99,235,0.3); 
    border: none;
    cursor: pointer;
}

.mic-icon-large { 
    font-size: 20px; 
}

/* Formular-Chip/Sheet/Badge-Styles wurden nach Dashboard.razor.css,
   FormSelectionSheet.razor.css und ReportRecord.razor.css verschoben (CSS-Isolation). */

.section-title {
    font-size: 12px; 
    font-weight: 700; 
    color: #94a3b8;
    text-transform: uppercase; 
    letter-spacing: 0.07em;
    margin-bottom: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

.section-count {
    background: #eeeeea; 
    color: #4b5563; 
    font-size: 11px; 
    font-weight: 600;
    padding: 2px 8px; 
    border-radius: 9px;
}

.open-report-card {
    background: #fff; 
    border-radius: 16px; 
    padding: 14px 16px;
    border: 1px solid #e2e8f0; 
    display: flex; 
    align-items: center;
    gap: 12px; 
    margin-bottom: 10px;
    cursor: pointer;
}

.open-report-icon {
    width: 44px; 
    height: 44px; 
    border-radius: 13px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 19px; 
    flex-shrink: 0; 
    position: relative;
}

.icon-recording { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-review { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-signature { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-failed { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-sync { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-processing { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }
.icon-document { background: var(--icon-badge-bg, #f0f0ec); color: var(--icon-badge-fg, #33383f); }

.process-item-spinner {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--accent, #2b6e66);
    animation: process-spin 0.75s linear infinite;
}

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

.rec-live-dot {
    position: absolute; 
    top: -2px; 
    right: -2px; 
    width: 10px; 
    height: 10px;
    border-radius: 50%; 
    background: #ef4444; 
    border: 2px solid #fff;
    animation: pulse 1s infinite;
}

@keyframes pulse { 
    0%, 100% { opacity: 1; } 
    50% { opacity: 0.4; } 
}

.open-report-info { 
    flex: 1; 
    min-width: 0; 
}

.open-report-name { 
    font-size: 14px; 
    font-weight: 700; 
    color: #1a202c; 
}

.open-report-form {
    font-size: 10px; 
    color: #a0aec0; 
    margin-top: 2px;
    display: flex; 
    align-items: center; 
    gap: 4px; 
    font-weight: 600;
}

.open-report-meta { 
    font-size: 11px; 
    color: #94a3b8; 
    margin-top: 3px; 
}

.open-report-meta.processing {
    color: #2563eb;
    font-weight: 700;
}

.open-report-time {
    font-size: 10px; 
    color: #cbd5e1; 
    margin-top: 3px;
    display: flex; 
    align-items: center; 
    gap: 4px; 
    font-weight: 500;
}

.open-report-steps { 
    display: flex; 
    gap: 4px; 
    margin-top: 7px; 
}

.step-seg { 
    flex: 1; 
    max-width: 26px; 
}

.step-bar { 
    height: 3px; 
    border-radius: 2px; 
    background: #e6e6e2; 
}

.step-bar.done, 
.step-bar.active { 
    background: var(--accent, #2b6e66); 
}

.step-bar.warn { 
    background: #f59e0b; 
}

.open-report-arrow { 
    color: #cbd5e1; 
    font-size: 18px; 
    flex-shrink: 0; 
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â Berichtsname bearbeiten & Bericht lÃƒÆ’Ã‚Â¶schen (Titelzeilen-Icons) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.open-report-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.report-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

.edit-name-btn,
.delete-report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.edit-name-btn:hover {
    background: #eff6ff;
    color: #3b82f6;
}

.delete-report-btn:hover {
    background: #fee2e2;
    color: #dc2626;
}

.name-edit-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.name-edit-input {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    border: 1px solid #3b82f6;
    border-radius: 8px;
    padding: 4px 8px;
    outline: none;
}

.name-edit-confirm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

.name-edit-confirm.save {
    background: #dcfce7;
    color: #16a34a;
}

.name-edit-confirm.cancel {
    background: #fee2e2;
    color: #dc2626;
}

.name-edit-hint {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 3px;
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â LÃƒÆ’Ã‚Â¶schen-BestÃƒÆ’Ã‚Â¤tigung (Mockup-Confirm-Dialog, pro Karte) ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.confirm-canvas {
    position: relative;
}

.confirm-canvas .open-report-card {
    filter: blur(1.5px);
    opacity: 0.5;
    pointer-events: none;
}

.confirm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    z-index: 60;
}

.confirm-dialog {
    background: #fff;
    border-radius: 16px;
    padding: 20px 18px;
    width: 260px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.confirm-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto 12px;
}

.confirm-actions {
    display: flex;
    gap: 8px;
}

.confirm-actions .btn-cancel-sm,
.confirm-actions .btn-danger-sm {
    flex: 1;
    padding: 9px 0;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.btn-cancel-sm {
    background: #f1f5f9;
    color: #475569;
}

.btn-danger-sm {
    background: #dc2626;
    color: #fff;
}

.empty-state { 
    text-align: center; 
    padding: 40px 20px; 
    color: #94a3b8; 
}

.empty-state-icon { 
    font-size: 32px; 
    margin-bottom: 10px; 
}

.empty-state-text { 
    font-size: 13px; 
    font-weight: 600; 
}

/* ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â BERICHTE-LISTE ÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚ÂÃƒÂ¢Ã¢â‚¬Â¢Ã‚Â */
.search-bar {
    background: #fff; 
    border: 1px solid #e2e8f0; 
    border-radius: 14px;
    padding: 11px 14px; 
    display: flex; 
    align-items: center; 
    gap: 8px;
    margin-bottom: 12px;
}

.search-bar input {
    border: none; 
    outline: none; 
    flex: 1; 
    font-size: 14px;
    color: #1a202c; 
    font-family: inherit; 
    background: transparent;
}

.search-bar input::placeholder { 
    color: #cbd5e1; 
}

.search-icon { 
    color: #94a3b8; 
    font-size: 15px; 
}

.filter-chips { 
    display: flex; 
    gap: 8px; 
    margin-bottom: 16px; 
    overflow-x: auto; 
}

.filter-chip {
    flex-shrink: 0; 
    padding: 7px 14px; 
    border-radius: 20px;
    font-size: 12px; 
    font-weight: 700; 
    white-space: nowrap; 
    cursor: pointer;
}

.filter-chip.active { 
    background: var(--accent, #2b6e66); 
    color: #fff; 
}

.filter-chip.inactive { 
    background: #fff; 
    color: #64748b; 
    border: 1px solid #e2e8f0; 
}

.month-divider {
    font-size: 11px; 
    font-weight: 700; 
    color: #94a3b8;
    text-transform: uppercase; 
    letter-spacing: 0.06em;
    margin: 14px 0 8px;
}

.done-report-card {
    background: #fff; 
    border-radius: 16px; 
    padding: 14px 16px;
    border: 1px solid #e2e8f0; 
    display: flex; 
    align-items: center;
    gap: 12px; 
    margin-bottom: 8px;
    cursor: pointer;
}

.done-report-icon {
    width: 42px; 
    height: 42px; 
    border-radius: 12px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 18px; 
    flex-shrink: 0; 
    background: #f1f5f9;
}

.done-report-info { 
    flex: 1; 
    min-width: 0; 
}

.done-report-name { 
    font-size: 14px; 
    font-weight: 700; 
    color: #1a202c; 
}

.done-report-meta { 
    font-size: 11px; 
    color: #94a3b8; 
    margin-top: 2px; 
}

.pill-done { 
    background: #dcfce7; 
    color: #15803d; 
    font-size: 10px; 
    font-weight: 700; 
    padding: 3px 9px; 
    border-radius: 20px; 
    flex-shrink: 0; 
}
