/* _content/ReMindHealth/Components/Account/Pages/Login.razor.rz.scp.css */
.auth-container[b-s6ml5r96vf] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.auth-card[b-s6ml5r96vf] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

    .auth-card h1[b-s6ml5r96vf] {
        font-size: 2rem;
        font-weight: 700;
        color: #333;
        margin: 0 0 0.5rem 0;
        text-align: center;
    }

.subtitle[b-s6ml5r96vf] {
    text-align: center;
    color: #666;
    margin: 0 0 2rem 0;
}

.alert[b-s6ml5r96vf] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.alert-danger[b-s6ml5r96vf] {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.form-group[b-s6ml5r96vf] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-s6ml5r96vf] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #333;
    }

.form-control[b-s6ml5r96vf] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

    .form-control:focus[b-s6ml5r96vf] {
        outline: none;
        border-color: #667eea;
    }

.form-check[b-s6ml5r96vf] {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-s6ml5r96vf] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-label[b-s6ml5r96vf] {
    cursor: pointer;
    user-select: none;
}

.btn-submit[b-s6ml5r96vf] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-submit:hover:not(:disabled)[b-s6ml5r96vf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    .btn-submit:disabled[b-s6ml5r96vf] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.auth-footer[b-s6ml5r96vf] {
    margin-top: 1.5rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

    .auth-footer p[b-s6ml5r96vf] {
        color: #666;
        margin: 0;
    }

    .auth-footer a[b-s6ml5r96vf] {
        color: #667eea;
        font-weight: 600;
        text-decoration: none;
    }

        .auth-footer a:hover[b-s6ml5r96vf] {
            text-decoration: underline;
        }

.text-danger[b-s6ml5r96vf] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
/* _content/ReMindHealth/Components/Account/Pages/Register.razor.rz.scp.css */
.auth-container[b-x4hnb35cl3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.auth-card[b-x4hnb35cl3] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

    .auth-card h1[b-x4hnb35cl3] {
        font-size: 2rem;
        font-weight: 700;
        color: #333;
        margin: 0 0 0.5rem 0;
        text-align: center;
    }

.subtitle[b-x4hnb35cl3] {
    text-align: center;
    color: #666;
    margin: 0 0 2rem 0;
}

.alert[b-x4hnb35cl3] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: center;
}

.alert-danger[b-x4hnb35cl3] {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.alert-success[b-x4hnb35cl3] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    font-weight: 600;
}

.form-group[b-x4hnb35cl3] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-x4hnb35cl3] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #333;
    }

.form-control[b-x4hnb35cl3] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

    .form-control:focus[b-x4hnb35cl3] {
        outline: none;
        border-color: #667eea;
    }

.btn-submit[b-x4hnb35cl3] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 1rem;
}

    .btn-submit:hover:not(:disabled)[b-x4hnb35cl3] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    .btn-submit:disabled[b-x4hnb35cl3] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.auth-footer[b-x4hnb35cl3] {
    margin-top: 1.5rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

    .auth-footer p[b-x4hnb35cl3] {
        color: #666;
        margin: 0;
    }

    .auth-footer a[b-x4hnb35cl3] {
        color: #667eea;
        font-weight: 600;
        text-decoration: none;
    }

.text-danger[b-x4hnb35cl3] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}
/* _content/ReMindHealth/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-omrn3i8z3p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-omrn3i8z3p] {
    flex: 1;
}
.top-row[b-omrn3i8z3p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-omrn3i8z3p]  a, .top-row[b-omrn3i8z3p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-omrn3i8z3p]  a:hover, .top-row[b-omrn3i8z3p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-omrn3i8z3p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-omrn3i8z3p] {
        justify-content: space-between;
    }

    .top-row[b-omrn3i8z3p]  a, .top-row[b-omrn3i8z3p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-omrn3i8z3p] {
        flex-direction: row;
    }

    .sidebar[b-omrn3i8z3p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-omrn3i8z3p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-omrn3i8z3p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-omrn3i8z3p], article[b-omrn3i8z3p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-omrn3i8z3p] {
    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-omrn3i8z3p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ReMindHealth/Components/Pages/Dashboard.razor.rz.scp.css */
/* Gesamt-Layout */
.app-frame[b-x0tjoiy3w5] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f3f4f6;
    padding: 1rem;
}

/* Weißer Handy-Container */
.home-container[b-x0tjoiy3w5] {
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 430px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    font-family: "Segoe UI", system-ui, sans-serif;
    overflow-y: auto;
}

/* Überschrift */
.greeting[b-x0tjoiy3w5] {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Grid der 4 Feature-Kacheln */
.button-grid[b-x0tjoiy3w5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

/* Feature-Karten */
.feature-card[b-x0tjoiy3w5] {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 1rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.feature-card:hover[b-x0tjoiy3w5] {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

/* Icons */
.feature-icon[b-x0tjoiy3w5] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto 0.5rem auto;
}

.feature-card p[b-x0tjoiy3w5] {
    font-weight: 600;
    color: #111;
    font-size: 0.9rem;
}

/* Zusammenfassungen */
.summary-section[b-x0tjoiy3w5] {
    margin-top: 1.5rem;
}

.summary-section h3[b-x0tjoiy3w5] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.summary-card[b-x0tjoiy3w5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.summary-card:hover[b-x0tjoiy3w5] {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.summary-icon[b-x0tjoiy3w5] {
    width: 45px;
    height: 45px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.summary-info[b-x0tjoiy3w5] {
    flex: 1;
}

.summary-title[b-x0tjoiy3w5] {
    font-weight: 800;
    color: #111;
    margin: 0;
}

.summary-date[b-x0tjoiy3w5] {
    font-size: 0.85rem;
    color: #666;
    margin: 0.2rem 0 0 0;
}

.summary-arrow[b-x0tjoiy3w5] {
    font-size: 1.4rem;
    color: #100606;
}

/* Responsive */
@media (max-width: 480px) {
    .home-container[b-x0tjoiy3w5] {
        height: 100vh;
        border-radius: 0;
        box-shadow: none;
    }
}
/* _content/ReMindHealth/Components/Pages/Kalender.razor.rz.scp.css */
/* Kalender Page Styles */

.header-with-back[b-lvb09kbu1j] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.zurueck-wrapper[b-lvb09kbu1j] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.zurueck-button[b-lvb09kbu1j] {
    width: 40px;
    height: 40px;
}

.greeting[b-lvb09kbu1j] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.loading-state[b-lvb09kbu1j],
.no-appointments[b-lvb09kbu1j] {
    text-align: center;
    padding: 3rem 1rem;
}

    .no-appointments p[b-lvb09kbu1j] {
        margin: 0.5rem 0;
        color: #666;
        font-size: 1rem;
    }

.primary-button[b-lvb09kbu1j] {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

    .primary-button:hover[b-lvb09kbu1j] {
        background: #0056b3;
    }

/* Termin List */
.termin-list[b-lvb09kbu1j] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    max-height: 300px;
    overflow-y: auto;
    padding: 0.5rem;
}

.termin-item[b-lvb09kbu1j] {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .termin-item:hover[b-lvb09kbu1j] {
        border-color: #007bff;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
        transform: translateX(4px);
    }

    .termin-item.active[b-lvb09kbu1j] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-color: #667eea;
        color: white;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    }

.termin-date[b-lvb09kbu1j] {
    font-size: 1rem;
    font-weight: 600;
}

.termin-time[b-lvb09kbu1j] {
    font-size: 1.1rem;
    font-weight: 700;
    opacity: 0.9;
}

/* Termin Detail */
.termin-detail[b-lvb09kbu1j] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
}

.no-info[b-lvb09kbu1j] {
    text-align: center;
    padding: 2rem;
    color: #666;
}

    .no-info i[b-lvb09kbu1j] {
        font-size: 3rem;
        color: #ccc;
        margin-bottom: 1rem;
    }

    .no-info p[b-lvb09kbu1j] {
        margin: 0.5rem 0;
        font-size: 0.95rem;
    }

    .no-info .hint[b-lvb09kbu1j] {
        font-size: 0.85rem;
        color: #999;
        margin-top: 0.5rem;
    }

.termin-info[b-lvb09kbu1j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .termin-info i.bi-calendar-check-fill[b-lvb09kbu1j] {
        font-size: 2.5rem;
        color: #667eea;
        margin-bottom: 0.5rem;
    }

    .termin-info h4[b-lvb09kbu1j] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        color: #333;
    }

    .termin-info p[b-lvb09kbu1j] {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #555;
        font-size: 1rem;
    }

        .termin-info p i[b-lvb09kbu1j] {
            color: #667eea;
            font-size: 1.1rem;
        }

.termin-zeit[b-lvb09kbu1j] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.termin-adresse[b-lvb09kbu1j] {
    color: #666;
    line-height: 1.5;
}

.termin-beschreibung[b-lvb09kbu1j] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    color: #555;
    line-height: 1.6;
    margin-top: 0.5rem;
}

.termin-teilnehmer[b-lvb09kbu1j] {
    font-style: italic;
    color: #666;
}

.termin-dauer[b-lvb09kbu1j] {
    font-weight: 500;
    color: #667eea;
}

/* Scrollbar Styling */
.termin-list[b-lvb09kbu1j]::-webkit-scrollbar {
    width: 8px;
}

.termin-list[b-lvb09kbu1j]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.termin-list[b-lvb09kbu1j]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

    .termin-list[b-lvb09kbu1j]::-webkit-scrollbar-thumb:hover {
        background: #764ba2;
    }

/* Responsive */
@media (max-width: 768px) {
    .termin-item[b-lvb09kbu1j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .termin-detail[b-lvb09kbu1j] {
        padding: 1.5rem;
    }

    .termin-info h4[b-lvb09kbu1j] {
        font-size: 1.25rem;
    }
}

/* Animation for active termin */
@keyframes slideIn-b-lvb09kbu1j {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.termin-detail[b-lvb09kbu1j] {
    animation: slideIn-b-lvb09kbu1j 0.3s ease-out;
}
/* _content/ReMindHealth/Components/Pages/Landing.razor.rz.scp.css */
/* Gesamter Bildschirm – Handy-Ansicht */
.mobile-wrapper[b-15gyoemtk5] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9fafc;
}

/* Weißer Handy-Kasten */
.mobile-card[b-15gyoemtk5] {
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 430px;
    height: 90vh; /* fast voller Bildschirm */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Inhalt mittig */
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    font-family: "Segoe UI", system-ui, sans-serif;
}

/* Button */
.next-btn[b-15gyoemtk5] {
    width: 100%;
    padding: 0.9rem;
    background-color: #0078D4;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1rem;
    box-shadow: 0 4px 8px rgba(0,120,212,0.3);
    transition: all 0.2s ease;
}

.next-btn:hover[b-15gyoemtk5] {
    background-color: #005fa3;
    transform: translateY(-2px);
}

/* Bild */
.mobile-image[b-15gyoemtk5] {
    width: 120px;
    margin: 0 auto 1rem auto;
}

/* Text */
h3[b-15gyoemtk5] {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

p[b-15gyoemtk5] {
    color: #555;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.small-text[b-15gyoemtk5] {
    font-size: 12px;
    color: #888;
}
/* _content/ReMindHealth/Components/Pages/Landing0.razor.rz.scp.css */
/* Ganzer Bildschirm – wie Handy-Layout */
.mobile-wrapper[b-p5agl17570] {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Element unten zentriert */
    background-color: #f9fafc; /* heller Handy-Hintergrund */
}

/* Weißer App-Block */
.mobile-card[b-p5agl17570] {
    width: 100%;
    max-width: 430px; /* wie Smartphone */
    height: 90vh; /* fast ganzer Bildschirm */
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center; /* Inhalt unten */
    align-items: center;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

/* Logo */
.remind-logo[b-p5agl17570] {
    width: 250px;
    height: auto;
    margin-bottom: 2rem;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

/* Text */
.subtitle[b-p5agl17570] {
    font-size: 1.1rem;
    color: #334155;
    font-weight: 500;
    margin-bottom: 2rem;
}
/* _content/ReMindHealth/Components/Pages/NewUser.razor.rz.scp.css */
.new-user-container[b-vye4u0ojz6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.new-user-card[b-vye4u0ojz6] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: fadeIn-b-vye4u0ojz6 0.3s ease-out;
}

    /* Headings */
    .new-user-card h1[b-vye4u0ojz6] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.3rem;
        color: #333;
    }

.subtitle[b-vye4u0ojz6] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.8rem;
}

/* Divider line */
.divider[b-vye4u0ojz6] {
    height: 2px;
    width: 80px;
    background: #667eea;
    border-radius: 4px;
    margin: 0.8rem auto 1.8rem auto;
}

/* Secondary text */
.description[b-vye4u0ojz6] {
    color: #555;
    margin-bottom: 2rem;
}

/* Buttons */
.button-group[b-vye4u0ojz6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-primary[b-vye4u0ojz6],
.btn-secondary[b-vye4u0ojz6] {
    display: block;
    padding: 1rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s;
}

/* Primary button – create account */
.btn-primary[b-vye4u0ojz6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

    .btn-primary:hover[b-vye4u0ojz6] {
        transform: translateY(-2px);
    }

/* Secondary button – login */
.btn-secondary[b-vye4u0ojz6] {
    background: #f3f3f3;
    color: #444;
    border: 2px solid #ddd;
}

    .btn-secondary:hover[b-vye4u0ojz6] {
        background: #e7e7e7;
        transform: translateY(-2px);
    }

/* Footer */
.footer-text[b-vye4u0ojz6] {
    margin-top: 2rem;
    color: #777;
    font-size: 0.9rem;
}

/* Smooth fade-in */
@keyframes fadeIn-b-vye4u0ojz6 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/ReMindHealth/Components/Pages/Privacy.razor.rz.scp.css */
/* Gesamter Bildschirm – Handy-Ansicht */
.mobile-wrapper[b-zhyku5j0th] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9fafc;
}

/* Weißer Handy-Kasten */
.mobile-card[b-zhyku5j0th] {
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 430px;
    height: 90vh; /* fast voller Bildschirm */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Inhalt mittig */
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    font-family: "Segoe UI", system-ui, sans-serif;
}

/* Logo */
.privacy-logo[b-zhyku5j0th] {
    width: 260px;
    height: auto;
    display: block;
    margin: 0 auto 1.5rem auto;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
}

/* Textabschnitte */
.description[b-zhyku5j0th] {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Listen */
.info-list[b-zhyku5j0th] {
    font-size: 0.9rem;
    color: #333;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
}

.privacy-link[b-zhyku5j0th] {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1rem;
}

.privacy-link a[b-zhyku5j0th] {
    color: #2f76d2;
    text-decoration: none;
}

/* Checkboxen */
.checkboxes label[b-zhyku5j0th] {
    display: block;
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 0.6rem;
}

/* Button */
.agree-btn[b-zhyku5j0th] {
    width: 100%;
    padding: 0.9rem;
    background-color: #ccc; /* Grau standard */
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: not-allowed;
    margin-top: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.agree-btn:enabled[b-zhyku5j0th] {
    background-color: #0078D4;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,120,212,0.3);
}

.agree-btn:enabled:hover[b-zhyku5j0th] {
    background-color: #005fa3;
    transform: translateY(-2px);
}
/* _content/ReMindHealth/Components/Pages/PrivacyConsent.razor.rz.scp.css */
.privacy-consent-container[b-x6n5th16g1] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    position: relative;
}

.back-button[b-x6n5th16g1] {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 100;
}

    .back-button:hover[b-x6n5th16g1] {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .back-button span[b-x6n5th16g1] {
        font-size: 1.5rem;
        color: #667eea;
        font-weight: bold;
    }

.consent-card[b-x6n5th16g1] {
    background: white;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: slideUp-b-x6n5th16g1 0.5s ease-out;
}

@keyframes slideUp-b-x6n5th16g1 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon Section */
.icon-section[b-x6n5th16g1] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.clipboard-icon[b-x6n5th16g1],
.person-icon[b-x6n5th16g1] {
    width: 100px;
    height: 100px;
}

    .clipboard-icon svg[b-x6n5th16g1],
    .person-icon svg[b-x6n5th16g1] {
        width: 100%;
        height: 100%;
    }

/* Title */
.consent-card h1[b-x6n5th16g1] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Consent Text */
.consent-text[b-x6n5th16g1] {
    margin-bottom: 2rem;
}

.primary-text[b-x6n5th16g1] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.secondary-text[b-x6n5th16g1] {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Checkbox */
.checkbox-container[b-x6n5th16g1] {
    margin: 2rem 0;
}

.checkbox-label[b-x6n5th16g1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    cursor: pointer;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .checkbox-label:hover[b-x6n5th16g1] {
        background: #e9ecef;
    }

    .checkbox-label input[type="checkbox"][b-x6n5th16g1] {
        appearance: none;
        width: 24px;
        height: 24px;
        border: 2px solid #667eea;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
    }

        .checkbox-label input[type="checkbox"]:checked[b-x6n5th16g1] {
            background: #667eea;
        }

            .checkbox-label input[type="checkbox"]:checked[b-x6n5th16g1]::after {
                content: "✓";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: white;
                font-size: 16px;
                font-weight: bold;
            }

.checkbox-text[b-x6n5th16g1] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    flex: 1;
}

/* Button */
.consent-button[b-x6n5th16g1] {
    width: 100%;
    padding: 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

    .consent-button:hover:not(:disabled)[b-x6n5th16g1] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    .consent-button:disabled[b-x6n5th16g1] {
        background: #ccc;
        cursor: not-allowed;
        box-shadow: none;
    }

/* Info Box */
.info-box[b-x6n5th16g1] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 12px;
    text-align: left;
}

    .info-box p[b-x6n5th16g1] {
        margin: 0 0 0.75rem 0;
        font-size: 1rem;
        color: #1976d2;
    }

    .info-box ul[b-x6n5th16g1] {
        margin: 0;
        padding-left: 1.25rem;
        list-style: none;
    }

        .info-box ul li[b-x6n5th16g1] {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.5rem;
            color: #555;
            font-size: 0.95rem;
            line-height: 1.5;
        }

            .info-box ul li[b-x6n5th16g1]::before {
                content: "✓";
                position: absolute;
                left: 0;
                color: #1976d2;
                font-weight: bold;
            }

/* Responsive */
@media (max-width: 768px) {
    .privacy-consent-container[b-x6n5th16g1] {
        padding: 1rem;
    }

    .consent-card[b-x6n5th16g1] {
        padding: 2rem 1.5rem;
    }

        .consent-card h1[b-x6n5th16g1] {
            font-size: 1.5rem;
        }

    .icon-section[b-x6n5th16g1] {
        gap: 1rem;
    }

    .clipboard-icon[b-x6n5th16g1],
    .person-icon[b-x6n5th16g1] {
        width: 80px;
        height: 80px;
    }

    .back-button[b-x6n5th16g1] {
        top: 1rem;
        left: 1rem;
        width: 45px;
        height: 45px;
    }
}
/* _content/ReMindHealth/Components/Pages/Record.razor.rz.scp.css */
/* Record Page Styles */

.app-frame[b-rt8sy9zkcb] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Back Button */
.zurueck-wrapper[b-rt8sy9zkcb] {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    background: white;
    border: none;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
}

    .zurueck-wrapper:hover[b-rt8sy9zkcb] {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

.zurueck-button[b-rt8sy9zkcb] {
    width: 32px;
    height: 32px;
    display: block;
}

/* Recording Container */
.record-container[b-rt8sy9zkcb] {
    background: white;
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
}

/* Card Header */
.card-header[b-rt8sy9zkcb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

    .card-header h2[b-rt8sy9zkcb] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #333;
    }

/* Status Indicator */
.status-indicator[b-rt8sy9zkcb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border-radius: 25px;
}

.status-dot[b-rt8sy9zkcb] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

    .status-dot.ready[b-rt8sy9zkcb] {
        background: #28a745;
        animation: pulse-ready-b-rt8sy9zkcb 2s ease-in-out infinite;
    }

    .status-dot.recording[b-rt8sy9zkcb] {
        background: #dc3545;
        animation: pulse-recording-b-rt8sy9zkcb 1s ease-in-out infinite;
    }

@keyframes pulse-ready-b-rt8sy9zkcb {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

@keyframes pulse-recording-b-rt8sy9zkcb {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
    }
}

.status-text[b-rt8sy9zkcb] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}

/* Recording Controls */
.recording-controls[b-rt8sy9zkcb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin: 2rem 0;
}

/* Recording Button */
.recording-button[b-rt8sy9zkcb] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .recording-button.ready[b-rt8sy9zkcb] {
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        color: white;
    }

    .recording-button.recording[b-rt8sy9zkcb] {
        background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
        color: white;
        animation: recording-pulse-b-rt8sy9zkcb 2s ease-in-out infinite;
    }

    .recording-button:hover[b-rt8sy9zkcb] {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .recording-button:active[b-rt8sy9zkcb] {
        transform: scale(0.98);
    }

@keyframes recording-pulse-b-rt8sy9zkcb {
    0%, 100% {
        box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
    }

    50% {
        box-shadow: 0 10px 40px rgba(220, 53, 69, 0.7);
    }
}

/* Icons */
.icon[b-rt8sy9zkcb] {
    font-size: 3rem;
    font-style: normal;
}

    .icon.mic[b-rt8sy9zkcb]::before {
        content: "🎙️";
    }

    .icon.stop[b-rt8sy9zkcb]::before {
        content: "⏹️";
    }

.icon-check[b-rt8sy9zkcb]::before {
    content: "✓";
    margin-right: 0.5rem;
}

.icon-close[b-rt8sy9zkcb]::before {
    content: "✕";
    margin-right: 0.5rem;
}

/* Recording Info */
.recording-info[b-rt8sy9zkcb] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
}

.info-item[b-rt8sy9zkcb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1.75rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    min-width: 110px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-value[b-rt8sy9zkcb] {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.25rem;
}

.info-label[b-rt8sy9zkcb] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Transcription Review */
.transcription-review[b-rt8sy9zkcb] {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    margin-top: 2rem;
}

    .transcription-review label[b-rt8sy9zkcb] {
        display: block;
        font-weight: 700;
        color: #333;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    .transcription-review textarea[b-rt8sy9zkcb] {
        width: 100%;
        padding: 1rem;
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        font-family: 'Segoe UI', system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.6;
        resize: vertical;
        transition: border-color 0.3s ease;
    }

        .transcription-review textarea:focus[b-rt8sy9zkcb] {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
        }

/* Action Buttons */
.action-buttons[b-rt8sy9zkcb] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn[b-rt8sy9zkcb] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-success[b-rt8sy9zkcb] {
    background: linear-gradient(135deg, #28a745 0%, #20a03a 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

    .btn-success:hover[b-rt8sy9zkcb] {
        background: linear-gradient(135deg, #20a03a 0%, #1e9638 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
    }

.btn-cancel[b-rt8sy9zkcb] {
    background: #6c757d;
    color: white;
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

    .btn-cancel:hover[b-rt8sy9zkcb] {
        background: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(108, 117, 125, 0.4);
    }

/* Note Section */
.note-section[b-rt8sy9zkcb] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f0f0f0;
}

    .note-section label[b-rt8sy9zkcb] {
        display: block;
        font-weight: 600;
        color: #555;
        margin-bottom: 0.75rem;
        font-size: 0.95rem;
    }

.note-input[b-rt8sy9zkcb] {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

    .note-input:focus[b-rt8sy9zkcb] {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    }

    .note-input[b-rt8sy9zkcb]::placeholder {
        color: #999;
    }

/* Responsive */
@media (max-width: 768px) {
    .app-frame[b-rt8sy9zkcb] {
        padding: 1rem;
    }

    .record-container[b-rt8sy9zkcb] {
        padding: 2rem 1.5rem;
    }

    .card-header[b-rt8sy9zkcb] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .recording-button[b-rt8sy9zkcb] {
        width: 160px;
        height: 160px;
        font-size: 1.1rem;
    }

    .icon[b-rt8sy9zkcb] {
        font-size: 2.5rem;
    }

    .recording-info[b-rt8sy9zkcb] {
        flex-wrap: wrap;
    }

    .info-item[b-rt8sy9zkcb] {
        flex: 1;
        min-width: 90px;
    }

    .action-buttons[b-rt8sy9zkcb] {
        flex-direction: column;
    }

    .zurueck-wrapper[b-rt8sy9zkcb] {
        top: 1rem;
        left: 1rem;
    }
}
/* _content/ReMindHealth/Components/Pages/Search.razor.rz.scp.css */
/* Search Page Styles */

.app-frame[b-o7b3t4drn5] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 1rem;
}

.search-container[b-o7b3t4drn5] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* Back Button */
.zurueck-wrapper[b-o7b3t4drn5] {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    background: white;
    border: none;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: all 0.3s ease;
}

    .zurueck-wrapper:hover[b-o7b3t4drn5] {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

.zurueck-button[b-o7b3t4drn5] {
    width: 32px;
    height: 32px;
    display: block;
}

/* Page Title */
.page-title[b-o7b3t4drn5] {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Search Box */
.search-box[b-o7b3t4drn5] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.search-input[b-o7b3t4drn5] {
    flex: 1;
    padding: 1.25rem 1.5rem;
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .search-input:focus[b-o7b3t4drn5] {
        outline: none;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

    .search-input[b-o7b3t4drn5]::placeholder {
        color: #999;
    }

.search-button[b-o7b3t4drn5] {
    padding: 1.25rem 2.5rem;
    background: white;
    color: #667eea;
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .search-button:hover:not(:disabled)[b-o7b3t4drn5] {
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .search-button:disabled[b-o7b3t4drn5] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Loading State */
.loading-state[b-o7b3t4drn5] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.spinner[b-o7b3t4drn5] {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #667eea;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    animation: spin-b-o7b3t4drn5 1s linear infinite;
}

@keyframes spin-b-o7b3t4drn5 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-state p[b-o7b3t4drn5] {
    color: #666;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Result Container */
.result-container[b-o7b3t4drn5] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    animation: fadeIn-b-o7b3t4drn5 0.5s ease-in;
}

@keyframes fadeIn-b-o7b3t4drn5 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Result Header */
.result-header[b-o7b3t4drn5] {
    border-bottom: 3px solid #667eea;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

    .result-header h3[b-o7b3t4drn5] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #333;
    }

/* Result Sections */
.result-section[b-o7b3t4drn5] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

    .result-section.important[b-o7b3t4drn5] {
        background: #fff3cd;
        border-left-color: #ffc107;
    }

    .result-section h4[b-o7b3t4drn5] {
        margin: 0 0 1rem 0;
        font-size: 1.3rem;
        font-weight: 700;
        color: #333;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .result-section p[b-o7b3t4drn5] {
        margin: 0;
        color: #555;
        line-height: 1.8;
        font-size: 1.05rem;
    }

    .result-section ul[b-o7b3t4drn5] {
        margin: 0;
        padding-left: 1.5rem;
        list-style: none;
    }

        .result-section ul li[b-o7b3t4drn5] {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.75rem;
            color: #555;
            line-height: 1.6;
            font-size: 1.05rem;
        }

            .result-section ul li[b-o7b3t4drn5]::before {
                content: "▸";
                position: absolute;
                left: 0;
                color: #667eea;
                font-weight: bold;
            }

/* Disclaimer */
.disclaimer[b-o7b3t4drn5] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

    .disclaimer strong[b-o7b3t4drn5] {
        display: block;
        font-size: 1.2rem;
        color: #856404;
        margin-bottom: 0.5rem;
    }

.disclaimer[b-o7b3t4drn5] {
    color: #856404;
    line-height: 1.6;
}

/* No Results */
.no-results[b-o7b3t4drn5] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

    .no-results p[b-o7b3t4drn5] {
        color: #666;
        font-size: 1.1rem;
        margin: 0;
    }

/* Responsive */
@media (max-width: 768px) {
    .page-title[b-o7b3t4drn5] {
        font-size: 1.8rem;
    }

    .search-box[b-o7b3t4drn5] {
        flex-direction: column;
    }

    .search-button[b-o7b3t4drn5] {
        width: 100%;
        padding: 1rem;
    }

    .result-container[b-o7b3t4drn5] {
        padding: 1.5rem;
    }

    .result-header h3[b-o7b3t4drn5] {
        font-size: 1.5rem;
    }

    .result-section[b-o7b3t4drn5] {
        padding: 1rem;
    }

        .result-section h4[b-o7b3t4drn5] {
            font-size: 1.1rem;
        }

    .zurueck-wrapper[b-o7b3t4drn5] {
        top: 1rem;
        left: 1rem;
    }
}

/* Smooth Scrolling */
html[b-o7b3t4drn5] {
    scroll-behavior: smooth;
}

/* Selection Color */
[b-o7b3t4drn5]::selection {
    background: #667eea;
    color: white;
}
/* _content/ReMindHealth/Components/Pages/Summaries.razor.rz.scp.css */
.header-with-back[b-pkiwu3w42m] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.summary-list[b-pkiwu3w42m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.conversation-card[b-pkiwu3w42m] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .conversation-card:hover[b-pkiwu3w42m] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

    .conversation-card.selected[b-pkiwu3w42m] {
        border: 2px solid #007bff;
        box-shadow: 0 4px 16px rgba(0, 123, 255, 0.2);
    }

.conversation-header[b-pkiwu3w42m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.conversation-icon img[b-pkiwu3w42m] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.conversation-info[b-pkiwu3w42m] {
    flex: 1;
}

.conversation-title[b-pkiwu3w42m] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.conversation-date[b-pkiwu3w42m] {
    margin: 0.25rem 0 0 0;
    font-size: 0.9rem;
    color: #666;
}

.status-badge[b-pkiwu3w42m] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

    .status-badge.completed[b-pkiwu3w42m] {
        background: #d4edda;
        color: #155724;
    }

    .status-badge.pending[b-pkiwu3w42m],
    .status-badge.converting[b-pkiwu3w42m],
    .status-badge.transcribing[b-pkiwu3w42m],
    .status-badge.transcribed[b-pkiwu3w42m],
    .status-badge.analyzing[b-pkiwu3w42m] {
        background: #fff3cd;
        color: #856404;
    }

    .status-badge.failed[b-pkiwu3w42m] {
        background: #f8d7da;
        color: #721c24;
    }

.conversation-details[b-pkiwu3w42m] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.detail-section[b-pkiwu3w42m] {
    margin-bottom: 1.5rem;
}

    .detail-section h5[b-pkiwu3w42m] {
        margin: 0 0 0.75rem 0;
        font-size: 1rem;
        font-weight: 600;
        color: #007bff;
    }

    .detail-section p[b-pkiwu3w42m] {
        margin: 0.5rem 0;
        color: #555;
        line-height: 1.6;
    }

.transcription-text[b-pkiwu3w42m] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    white-space: pre-wrap;
    max-height: 300px;
    overflow-y: auto;
}

.extracted-item[b-pkiwu3w42m] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

    .extracted-item strong[b-pkiwu3w42m] {
        display: block;
        margin-bottom: 0.5rem;
        color: #333;
    }

    .extracted-item p[b-pkiwu3w42m] {
        margin: 0.25rem 0;
        font-size: 0.9rem;
    }

.priority-badge[b-pkiwu3w42m],
.note-type-badge[b-pkiwu3w42m] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .priority-badge.urgent[b-pkiwu3w42m] {
        background: #f8d7da;
        color: #721c24;
    }

    .priority-badge.high[b-pkiwu3w42m] {
        background: #fff3cd;
        color: #856404;
    }

    .priority-badge.medium[b-pkiwu3w42m] {
        background: #d1ecf1;
        color: #0c5460;
    }

    .priority-badge.low[b-pkiwu3w42m] {
        background: #d4edda;
        color: #155724;
    }

.note-type-badge[b-pkiwu3w42m] {
    background: #e7f3ff;
    color: #004085;
}

.loading-state[b-pkiwu3w42m],
.no-summaries[b-pkiwu3w42m] {
    text-align: center;
    padding: 3rem 1rem;
}

    .no-summaries p[b-pkiwu3w42m] {
        margin: 0.5rem 0;
        color: #666;
    }

.primary-button[b-pkiwu3w42m] {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

    .primary-button:hover[b-pkiwu3w42m] {
        background: #0056b3;
    }

.zurueck-wrapper[b-pkiwu3w42m] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.zurueck-button[b-pkiwu3w42m] {
    width: 40px;
    height: 40px;
}
/* _content/ReMindHealth/Components/Pages/TerminErstellen.razor.rz.scp.css */
.app-frame[b-tgo7xpkm53] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f3f4f6;
    padding: 1rem;
}

.home-container[b-tgo7xpkm53] {
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 430px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    font-family: "Segoe UI", system-ui, sans-serif;
    overflow-y: auto;
}

.greeting[b-tgo7xpkm53] {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-tgo7xpkm53] {
    margin-bottom: 1rem;
}

.input-field[b-tgo7xpkm53] {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.next-btn[b-tgo7xpkm53] {
    background-color: #0078D4;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 1rem;
}

.next-btn:hover[b-tgo7xpkm53] {
    background-color: #005fa3;
}

.delete-btn[b-tgo7xpkm53] {
    background-color: #d32f2f;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 0.8rem;
}
