/* /Features/Admin/Pages/AdminPage.razor.rz.scp.css */
/* ===== ADMIN PAGE — SCOPED STYLES ===== */

.page-header[b-b61trk6fk7] {
    padding: 0.75rem 0 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.75rem;
}

.page-header h3[b-b61trk6fk7] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.page-header h3 i[b-b61trk6fk7] {
    color: #3b82f6;
}

/* Toolbar used by sub-components */
[b-b61trk6fk7] .admin-toolbar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Table card used by sub-components */
[b-b61trk6fk7] .table-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

[b-b61trk6fk7] .table-card .table {
    --bs-table-bg: #fff;
    margin-bottom: 0;
}

[b-b61trk6fk7] .table-card .table thead th {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    padding: 0.75rem 0.75rem;
    white-space: nowrap;
}

[b-b61trk6fk7] .table-card .table tbody td {
    padding: 0.65rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

[b-b61trk6fk7] .table-card .table tbody tr:last-child td {
    border-bottom: none;
}

[b-b61trk6fk7] .table-card .table tbody tr:hover {
    background-color: #f8fafc;
}

/* Export / Invoice form card */
[b-b61trk6fk7] .form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    margin-bottom: 1rem;
}

/* Modal styling for sub-components */
[b-b61trk6fk7] .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

[b-b61trk6fk7] .modal-header {
    border-bottom: 1px solid #e2e8f0;
}

[b-b61trk6fk7] .modal-footer {
    border-top: 1px solid #e2e8f0;
}
/* /Features/Admin/Pages/UserComponent.razor.rz.scp.css */
/* Modal styles are handled by global .modal-modern and .modal-confirm in site.css */
/* /Features/Admin/Pages/Users.razor.rz.scp.css */
/* ===== USERS PAGE — SCOPED STYLES ===== */

/* Toolbar */
[b-hykrb8v9mr] .toolbar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

[b-hykrb8v9mr] .table-card .table tbody tr:hover {
    background-color: #f8fafc;
}

/* Buttons */
[b-hykrb8v9mr] .btn {
    border-radius: 6px;
    transition: all 0.15s ease;
}

[b-hykrb8v9mr] .form-group {
    margin-bottom: 0.75rem;
}

[b-hykrb8v9mr] .form-control,
[b-hykrb8v9mr] .form-select {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.15s, box-shadow 0.15s;
}

[b-hykrb8v9mr] .form-control:focus,
[b-hykrb8v9mr] .form-select:focus {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}
/* /Features/Booking/Pages/Booking.razor.rz.scp.css */
/* ===== BOOKING PAGE — SCOPED STYLES ===== */

/* Page header */
[b-0o4wuo0u0g] .page-header {
    padding: 0.75rem 0 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.75rem;
}

[b-0o4wuo0u0g] .page-header h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

[b-0o4wuo0u0g] .page-header h3 i {
    color: #3b82f6;
}

/* BU legend */
[b-0o4wuo0u0g] .bu-legend {
    align-items: center;
}

[b-0o4wuo0u0g] .bu-badge {
    display: inline-block;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    min-width: 0;
    text-align: center;
    line-height: 1.4;
}

/* Toolbar */
[b-0o4wuo0u0g] .toolbar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.75rem;
    overflow-x: auto;
}

[b-0o4wuo0u0g] .toolbar-item {
    min-width: 0;
    flex-shrink: 0;
}

[b-0o4wuo0u0g] .toolbar-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    margin-bottom: 0.25rem;
}

/* Patient info pill in toolbar */
[b-0o4wuo0u0g] .patient-info-pill {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    color: #1e40af;
}

[b-0o4wuo0u0g] .patient-info-pill .separator {
    color: #93c5fd;
}

[b-0o4wuo0u0g] .patient-info-pill .verdict-date {
    font-size: 0.8rem;
    color: #3b82f6;
}

/* Patient select dropdown */
[b-0o4wuo0u0g] .patient-select {
    min-width: 200px;
}

/* Modal: patient summary card */
[b-0o4wuo0u0g] .patient-summary {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    font-size: 0.875rem;
    color: #334155;
}

[b-0o4wuo0u0g] .patient-summary i {
    color: #3b82f6;
}

/* Modal: verdict / deadline info */
[b-0o4wuo0u0g] .verdict-info {
    font-size: 0.875rem;
    color: #475569;
    padding: 0.4rem 0.75rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
}

[b-0o4wuo0u0g] .verdict-info i {
    color: #16a34a;
}
/* /Features/Booking/Pages/PatientBooking.razor.rz.scp.css */
/* ===== PATIENT BOOKING PAGE — SCOPED STYLES ===== */

/* List card */
/* ::deep .list-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

::deep .list-card-header {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
} */

/*::deep .booking-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

::deep .booking-item {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    transition: background 0.15s;
}

::deep .booking-item:hover {
    background: #f8fafc;
}

::deep .booking-item:last-child {
    border-bottom: none;
}

::deep .booking-date {
    font-weight: 600;
    color: #334155;
}

::deep .booking-detail {
    color: #0f172a;
}

::deep .booking-unit {
    color: #94a3b8;
    font-size: 0.8rem;
}*/
/* /Features/Booking/Pages/PatientBookingPrint.razor.rz.scp.css */
/* ===== PATIENT BOOKING PRINT PAGE — SCOPED STYLES ===== */

/* Page header */
.page-header[b-wzpz1dcj5u] {
    padding: 0.75rem 0 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.75rem;
}

.page-header h3[b-wzpz1dcj5u] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.page-header h3 i[b-wzpz1dcj5u] {
    color: #3b82f6;
}

/* List card */
.list-card[b-wzpz1dcj5u] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

.list-card-header[b-wzpz1dcj5u] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.booking-list[b-wzpz1dcj5u] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-item[b-wzpz1dcj5u] {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    transition: background 0.15s;
}

.booking-item:hover[b-wzpz1dcj5u] {
    background: #f8fafc;
}

.booking-item:last-child[b-wzpz1dcj5u] {
    border-bottom: none;
}

.booking-item--canceled[b-wzpz1dcj5u] {
    opacity: 0.65;
}

.booking-date[b-wzpz1dcj5u] {
    font-weight: 600;
    color: #334155;
}

.booking-detail[b-wzpz1dcj5u] {
    color: #0f172a;
}

.booking-duration[b-wzpz1dcj5u] {
    color: #64748b;
    font-size: 0.8rem;
}
/* /Features/Booking/Pages/ProfessionBooking.razor.rz.scp.css */
/* ===== PROFESSION BOOKING PAGE — SCOPED STYLES ===== */

/* Page header */
.page-header[b-cbn02lvnaq] {
    padding: 0.75rem 0 0.5rem;
}

.page-header h3[b-cbn02lvnaq] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.page-header h3 i[b-cbn02lvnaq] {
    color: #3b82f6;
}

/* Toolbar */
.toolbar[b-cbn02lvnaq] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.toolbar-item[b-cbn02lvnaq] {
    min-width: 140px;
}

/* List card */
.list-card[b-cbn02lvnaq] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

.list-card-header[b-cbn02lvnaq] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.booking-list[b-cbn02lvnaq] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-item[b-cbn02lvnaq] {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    transition: background 0.15s;
}

.booking-item:hover[b-cbn02lvnaq] {
    background: #f8fafc;
}

.booking-item:last-child[b-cbn02lvnaq] {
    border-bottom: none;
}

.booking-date[b-cbn02lvnaq] {
    font-weight: 600;
    color: #334155;
}

.booking-patient[b-cbn02lvnaq] {
    color: #0f172a;
}

.booking-unit[b-cbn02lvnaq] {
    color: #94a3b8;
    font-size: 0.8rem;
}

.booking-verdict[b-cbn02lvnaq] {
    color: #64748b;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

/* Form controls */
.form-control[b-cbn02lvnaq],
.form-select[b-cbn02lvnaq] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-control:focus[b-cbn02lvnaq],
.form-select:focus[b-cbn02lvnaq] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

/* Buttons */
.btn[b-cbn02lvnaq] {
    border-radius: 6px;
    transition: all 0.15s ease;
}
/* /Features/Dashboard/Components/DashboardPanel.razor.rz.scp.css */
/* ===== DASHBOARD PANEL — SCOPED STYLES ===== */

/* ── Wrapper ─────────────────────────────────── */
.dashboard[b-tvm75jw4g6] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding: 0.25rem 0 0.75rem;
}

.dash-loading[b-tvm75jw4g6] {
    display: flex;
    justify-content: center;
    padding: 2.5rem 0;
}

/* ── Year selector ───────────────────────────── */
.dash-year-bar[b-tvm75jw4g6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: -0.5rem;
}

.dash-year-label[b-tvm75jw4g6] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dash-year-pills[b-tvm75jw4g6] {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.dash-year-pill[b-tvm75jw4g6] {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.2rem 0.65rem;
    border-radius: 99px;
    border: 1.5px solid #e2e8f0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.5;
}

.dash-year-pill:hover[b-tvm75jw4g6] {
    border-color: #6366f1;
    color: #6366f1;
    background: #eef2ff;
}

.dash-year-pill--active[b-tvm75jw4g6] {
    border-color: #6366f1;
    background: #6366f1;
    color: #fff;
}

/* ── Section header ──────────────────────────── */
.dash-section-head[b-tvm75jw4g6] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.dash-section-icon[b-tvm75jw4g6] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eef2ff;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.dash-section-icon--green[b-tvm75jw4g6] { background: #f0fdf4; color: #22c55e; }
.dash-section-icon--amber[b-tvm75jw4g6] { background: #fffbeb; color: #f59e0b; }

.dash-section-title[b-tvm75jw4g6] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}

.dash-section-meta[b-tvm75jw4g6] {
    margin-left: auto;
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 500;
}

/* ── Half-width row (e.g. pie chart) ────────── */
.dash-half-row[b-tvm75jw4g6] {
    width: 50%;
}

@media (max-width: 700px) {
    .dash-half-row[b-tvm75jw4g6] {
        width: 100%;
    }
}

/* ── Charts row (2 kolumner) ─────────────────── */
.dash-charts-row[b-tvm75jw4g6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}

@media (max-width: 700px) {
    .dash-charts-row[b-tvm75jw4g6] {
        grid-template-columns: 1fr;
    }
}

/* ── Type-kort ───────────────────────────────── */
.type-grid[b-tvm75jw4g6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.type-card[b-tvm75jw4g6] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8edf2;
    overflow: hidden;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.07),
        0 1px 2px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.type-card:hover[b-tvm75jw4g6] {
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.10),
        0 2px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.type-card-stripe[b-tvm75jw4g6] {
    height: 4px;
    background: var(--accent, #6366f1);
}

.type-card-body[b-tvm75jw4g6] {
    padding: 1.25rem 1.4rem 1.25rem;
}

.type-card-name[b-tvm75jw4g6] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 1.1rem;
}

.type-card-dot[b-tvm75jw4g6] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent, #6366f1);
    flex-shrink: 0;
    margin-top: 3px;
}

.type-card-metrics[b-tvm75jw4g6] {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #e2e8f0;
    padding-top: 1rem;
}

.type-metric[b-tvm75jw4g6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 6px;
    padding: 0 0.5rem;
}

.type-metric + .type-metric[b-tvm75jw4g6] {
    border-left: 1px solid #e2e8f0;
}

.type-metric-val[b-tvm75jw4g6] {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.type-metric-lbl[b-tvm75jw4g6] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

/* ── Chart card ──────────────────────────────── */
.chart-card[b-tvm75jw4g6] {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    padding: 1.1rem 1.1rem 0.65rem;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

/* ── Y-axel layout ───────────────────────────── */
.chart-body[b-tvm75jw4g6] {
    display: flex;
    align-items: flex-start;
    gap: 0.3rem;
}

.chart-y-axis[b-tvm75jw4g6] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
    padding: 2px 0 4px;
    flex-shrink: 0;
    width: 20px;
}

.chart-y-label[b-tvm75jw4g6] {
    font-size: 0.55rem;
    color: #94a3b8;
    text-align: right;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.chart-right[b-tvm75jw4g6] {
    flex: 1;
    min-width: 0;
}

/* ── Linjediagram (inline SVG) ───────────────── */
.line-chart-svg[b-tvm75jw4g6] {
    width: 100%;
    height: 130px;
    display: block;
    overflow: visible;
}

.line-chart-months[b-tvm75jw4g6] {
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
}

.line-chart-month[b-tvm75jw4g6] {
    font-size: 0.6rem;
    color: #94a3b8;
    text-align: center;
    flex: 1;
    font-variant-numeric: tabular-nums;
}

/* Segmenterad toggle */
.chart-seg[b-tvm75jw4g6] {
    display: flex;
    background: #f1f5f9;
    border-radius: 7px;
    padding: 2px;
    gap: 2px;
    margin-left: auto;
    flex-shrink: 0;
}

.chart-seg-btn[b-tvm75jw4g6] {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    background: transparent;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    line-height: 1.6;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.chart-seg-btn:hover[b-tvm75jw4g6] {
    color: #334155;
}

.chart-seg-btn--active[b-tvm75jw4g6] {
    background: #fff;
    color: #1e293b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Typ-legende (per-typ-läge) */
.chart-type-legend[b-tvm75jw4g6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.35rem;
}

.chart-type-legend-item[b-tvm75jw4g6] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    color: #475569;
    white-space: nowrap;
}

.chart-type-legend-dot[b-tvm75jw4g6] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Pajdiagram (conic-gradient) ─────────────── */
.pie-layout[b-tvm75jw4g6] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.pie-wrap[b-tvm75jw4g6] {
    flex-shrink: 0;
}

.pie-donut[b-tvm75jw4g6] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.12),
        0 1px 3px rgba(0, 0, 0, 0.08);
}

.pie-hole[b-tvm75jw4g6] {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.pie-total[b-tvm75jw4g6] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.pie-total-lbl[b-tvm75jw4g6] {
    font-size: 0.52rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px;
}

.pie-legend[b-tvm75jw4g6] {
    flex: 1;
    min-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.pie-legend-row[b-tvm75jw4g6] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.pie-legend-dot[b-tvm75jw4g6] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pie-legend-name[b-tvm75jw4g6] {
    font-size: 0.78rem;
    color: #475569;
    width: 130px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pie-legend-bar-wrap[b-tvm75jw4g6] {
    flex: 1;
    height: 6px;
    background: #f1f5f9;
    border-radius: 99px;
    overflow: hidden;
}

.pie-legend-bar[b-tvm75jw4g6] {
    display: block;
    height: 100%;
    border-radius: 99px;
    min-width: 2px;
}

.pie-legend-count[b-tvm75jw4g6] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #334155;
    min-width: 30px;
    text-align: right;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.pie-legend-pct[b-tvm75jw4g6] {
    font-size: 0.7rem;
    color: #94a3b8;
    min-width: 32px;
    text-align: right;
    flex-shrink: 0;
}

/* ── Shimmer ─────────────────────────────────── */
.dashboard-shimmer[b-tvm75jw4g6] {
    border-radius: 6px;
    background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-tvm75jw4g6 1.4s infinite;
}

@keyframes shimmer-b-tvm75jw4g6 {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Teaser ──────────────────────────────────── */
.dashboard-teaser-content[b-tvm75jw4g6] {
    filter: blur(1.5px);
    pointer-events: none;
    user-select: none;
}

.dashboard-teaser-overlay[b-tvm75jw4g6] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    z-index: 1;
}

.dashboard-teaser-overlay h4[b-tvm75jw4g6] {
    font-weight: 700;
    color: #0f172a;
}

.dashboard-teaser-overlay p[b-tvm75jw4g6] {
    color: #475569;
    font-size: 0.9rem;
}
/* /Features/Login/Pages/ChangePassword.razor.rz.scp.css */
/* ===== CHANGE PASSWORD PAGE — SCOPED STYLES ===== */

.change-pw-wrapper[b-54omjm17sw] {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.change-pw-card[b-54omjm17sw] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 2rem;
    width: 100%;
    max-width: 440px;
}

.change-pw-card h5[b-54omjm17sw] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #0f172a;
    font-weight: 600;
}

.change-pw-card h5 i[b-54omjm17sw] {
    color: #3b82f6;
}

.change-pw-card .form-label[b-54omjm17sw] {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #475569;
    margin-bottom: 0.25rem;
}

.change-pw-card .form-control[b-54omjm17sw] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.change-pw-card .form-control:focus[b-54omjm17sw] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

.change-pw-card .input-group-text[b-54omjm17sw] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px 0 0 6px;
    color: #64748b;
}

.change-pw-card .btn-primary[b-54omjm17sw] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.change-pw-card .alert[b-54omjm17sw] {
    border-radius: 8px;
    font-size: 0.875rem;
}
/* /Features/Login/Pages/ForgetPassword.razor.rz.scp.css */
h5[b-ad19prb3te] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #0f172a;
    font-weight: 600;
}

.form-label[b-ad19prb3te] {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #475569;
    margin-bottom: 0.25rem;
}

.form-control[b-ad19prb3te] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.form-control:focus[b-ad19prb3te] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

.input-group-text[b-ad19prb3te] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px 0 0 6px;
    color: #64748b;
}

.btn-primary[b-ad19prb3te] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.btn-link[b-ad19prb3te] {
    color: #64748b;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    margin-top: 0.75rem;
}

.mb-3[b-ad19prb3te] {
    margin-bottom: 1rem !important;
}

.alert[b-ad19prb3te] {
    border-radius: 8px;
    font-size: 0.875rem;
}
/* /Features/Login/Pages/Login.razor.rz.scp.css */
/* ===== LOGIN PAGE — SCOPED STYLES ===== */

.login-wrapper[b-rc4a0vnwxt] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    z-index: 1000;
}

.login-wrapper .login-card[b-rc4a0vnwxt] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    padding: 2.5rem;
    width: 100%;
    max-width: 420px;
}

.login-wrapper .logo[b-rc4a0vnwxt] {
    display: block;
    margin: 0 auto 1.5rem;
    max-width: 200px;
    height: auto;
}

.login-wrapper h5[b-rc4a0vnwxt] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #0f172a;
    font-weight: 600;
}

.login-wrapper .form-label[b-rc4a0vnwxt] {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #475569;
    margin-bottom: 0.25rem;
}

.login-wrapper .form-control[b-rc4a0vnwxt] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.login-wrapper .form-control:focus[b-rc4a0vnwxt] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

.login-wrapper .input-group-text[b-rc4a0vnwxt] {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px 0 0 6px;
    color: #64748b;
}

.login-wrapper .btn-primary[b-rc4a0vnwxt] {
    width: 100%;
    padding: 0.65rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.login-wrapper .btn-link[b-rc4a0vnwxt] {
    color: #64748b;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    margin-top: 0.75rem;
}

.login-wrapper .mb-3[b-rc4a0vnwxt] {
    margin-bottom: 1rem !important;
}

.login-wrapper .alert[b-rc4a0vnwxt] {
    border-radius: 8px;
    font-size: 0.875rem;
}
/* /Features/Patient/Pages/Patient.razor.rz.scp.css */
/* ===== PATIENT PAGE — SCOPED STYLES ===== */

/* Toolbar */
.toolbar[b-nclylvhznm] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

/* Filter panel */
.filter-panel[b-nclylvhznm] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
}

.filter-checks[b-nclylvhznm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
    flex: 1 1 auto;
}

.filter-selects[b-nclylvhznm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.filter-selects .form-select[b-nclylvhznm] {
    width: 160px;
}

/* Search input */
.search[b-nclylvhznm] {
    position: relative;
    min-width: 0;
}

.search .bi[b-nclylvhznm] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #94a3b8;
    font-size: 0.9rem;
}

.search input[b-nclylvhznm] {
    padding-right: 2rem;
}

.search-clear[b-nclylvhznm] {
    pointer-events: auto !important;
    cursor: pointer;
    color: #94a3b8 !important;
}

.search-clear:hover[b-nclylvhznm] {
    color: #334155 !important;
}

/* Table card wrapper */
.table-card[b-nclylvhznm] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

.table-card .table[b-nclylvhznm] {
    --bs-table-bg: #fff;
    margin-bottom: 0;
}

.table-card .table thead th[b-nclylvhznm] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    padding: 0.75rem 0.75rem;
    white-space: nowrap;
}

.table-card .table tbody td[b-nclylvhznm] {
    padding: 0.65rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
}

.table-card .table tbody tr:hover[b-nclylvhznm] {
    background-color: #f8fafc;
}

/* Status icon badges */
.status-icon[b-nclylvhznm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 6px;
    font-size: 0.85rem;
    background: #f1f5f9;
    color: #64748b;
    transition: background 0.15s;
}

.status-icon:hover[b-nclylvhznm] {
    background: #e2e8f0;
}

/* Modern form controls inside this page */
.form-control[b-nclylvhznm],
.form-select[b-nclylvhznm] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-control:focus[b-nclylvhznm],
.form-select:focus[b-nclylvhznm] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

/* Modern buttons inside this page */
.btn[b-nclylvhznm] {
    border-radius: 6px;
    transition: all 0.15s ease;
}

/* Modal styling */
.modal-content[b-nclylvhznm] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.modal-header[b-nclylvhznm] {
    background: linear-gradient(135deg, #1e3a5f 0%, #1b6ec2 100%);
    color: #fff;
    padding: 1rem 1.25rem;
    border-bottom: none;
}

.modal-body[b-nclylvhznm] {
    padding: 1.25rem 1.5rem;
}

.modal-footer[b-nclylvhznm] {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
}

.modal-section[b-nclylvhznm] {
    margin-bottom: 1.25rem;
}

.modal-section:last-child[b-nclylvhznm] {
    margin-bottom: 0;
}

.modal-section-title[b-nclylvhznm] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #f1f5f9;
}

.completion-list[b-nclylvhznm] {
    font-size: 0.8rem;
    min-height: 2rem;
}

/* Form groups */
.form-group[b-nclylvhznm] {
    margin-bottom: 0.75rem;
}
/* /Features/Profession/Pages/Profession.razor.rz.scp.css */
/* ===== PROFESSION PAGE — SCOPED STYLES ===== */

/* Page header */
.page-header[b-7k72f4evm2] {
    padding: 0.75rem 0 0.5rem;
}

.page-header h3[b-7k72f4evm2] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.page-header h3 i[b-7k72f4evm2] {
    color: #3b82f6;
}

/* Toolbar */
.toolbar[b-7k72f4evm2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Table card */
.table-card[b-7k72f4evm2] {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.table-card .table[b-7k72f4evm2] {
    --bs-table-bg: #fff;
    margin-bottom: 0;
}

.table-card .table thead th[b-7k72f4evm2] {
    background: #f1f5f9;
    border-bottom: 2px solid #cbd5e1;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #334155;
    padding: 0.75rem 0.75rem;
    white-space: nowrap;
}

.table-card .table tbody td[b-7k72f4evm2] {
    padding: 0.65rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
    color: #0f172a;
}

.table-card .table tbody tr:last-child td[b-7k72f4evm2] {
    border-bottom: none;
}

.table-card .table tbody tr:hover[b-7k72f4evm2] {
    background-color: #f1f5f9;
}

/* Form controls */
.form-control[b-7k72f4evm2],
.form-select[b-7k72f4evm2] {
    border-radius: 6px;
    border: 1px solid #94a3b8;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-control:focus[b-7k72f4evm2],
.form-select:focus[b-7k72f4evm2] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

/* Buttons */
.btn[b-7k72f4evm2] {
    border-radius: 6px;
    transition: all 0.15s ease;
}

/* Modal */
.modal-content[b-7k72f4evm2] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.20);
}

.modal-header[b-7k72f4evm2] {
    background: linear-gradient(135deg, #1e3a5f 0%, #1b6ec2 100%);
    color: #fff;
    padding: 1rem 1.25rem;
    border-bottom: none;
}

.modal-header .modal-title[b-7k72f4evm2] {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.modal-body[b-7k72f4evm2] {
    padding: 1.25rem;
}

.modal-footer[b-7k72f4evm2] {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

.form-group[b-7k72f4evm2] {
    margin-bottom: 0.875rem;
}

.form-group label[b-7k72f4evm2] {
    display: block;
    font-weight: 500;
    font-size: 0.8125rem;
    color: #334155;
    margin-bottom: 0.3rem;
}
/* /Features/Schedule/Pages/Schedule.razor.rz.scp.css */
/* ===== SCHEDULE PAGE — SCOPED STYLES ===== */

/* Page header */
.page-header[b-gdbxtwh4xj] {
    padding: 0.75rem 0 0.5rem;
}

.page-header h3[b-gdbxtwh4xj] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.page-header h3 i[b-gdbxtwh4xj] {
    color: #3b82f6;
}

/* Toolbar */
.toolbar[b-gdbxtwh4xj] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.toolbar-item[b-gdbxtwh4xj] {
    min-width: 200px;
}

/* Table card */
.table-card[b-gdbxtwh4xj] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    overflow: hidden;
}

.table-card .table[b-gdbxtwh4xj] {
    --bs-table-bg: #fff;
    margin-bottom: 0;
}

.table-card .table thead th[b-gdbxtwh4xj] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    padding: 0.75rem 0.75rem;
    white-space: nowrap;
}

.table-card .table tbody td[b-gdbxtwh4xj] {
    padding: 0.5rem 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #f1f5f9;
}

.table-card .table tbody th[b-gdbxtwh4xj] {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    font-size: 0.85rem;
    color: #64748b;
}

.table-card .table tbody tr:hover[b-gdbxtwh4xj] {
    background-color: #f8fafc;
}

/* Schedule date label */
.schedule-date[b-gdbxtwh4xj] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.35rem;
}

/* Schedule slot card */
.schedule-slot[b-gdbxtwh4xj] {
    /*background: #f8fafc;*/
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.15rem;
}

.schedule-name[b-gdbxtwh4xj] {
    font-weight: 600;
    color: #0f172a;
}

.schedule-type[b-gdbxtwh4xj] {
    color: #64748b;
    font-size: 0.75rem;
}

.schedule-time[b-gdbxtwh4xj] {
    color: #334155;
    font-size: 0.75rem;
}

.schedule-notes[b-gdbxtwh4xj] {
    color: #94a3b8;
    font-size: 0.75rem;
    font-style: italic;
}

.schedule-actions[b-gdbxtwh4xj] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.schedule-actions a[b-gdbxtwh4xj] {
    font-size: 0.75rem;
    color: #3b82f6;
    text-decoration: none;
}

.schedule-actions a:hover[b-gdbxtwh4xj] {
    text-decoration: underline;
}

.schedule-add[b-gdbxtwh4xj] {
    margin-top: 0.35rem;
}

.schedule-add .btn[b-gdbxtwh4xj] {
    font-size: 0.75rem;
}

/* Form controls */
.form-control[b-gdbxtwh4xj],
.form-select[b-gdbxtwh4xj] {
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.form-control:focus[b-gdbxtwh4xj],
.form-select:focus[b-gdbxtwh4xj] {
    border-color: #1b6ec2;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.15);
}

/* Buttons */
.btn[b-gdbxtwh4xj] {
    border-radius: 6px;
    transition: all 0.15s ease;
}

/* Modal */
.modal-content[b-gdbxtwh4xj] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.modal-footer[b-gdbxtwh4xj] {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.form-group[b-gdbxtwh4xj] {
    margin-bottom: 0.75rem;
}

.form-group label[b-gdbxtwh4xj] {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #475569;
    margin-bottom: 0.25rem;
}
/* /Pages/Index.razor.rz.scp.css */
/* ===== INDEX PAGE — SCOPED STYLES ===== */

.welcome-header[b-0efbc8hsyq] {
    padding: 1.5rem 0 0.5rem;
}

.welcome-header h1[b-0efbc8hsyq] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

.welcome-header h1 i[b-0efbc8hsyq] {
    color: #3b82f6;
}

.welcome-header p[b-0efbc8hsyq] {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 0;
}
/* /Shared/TabControl.razor.rz.scp.css */
/* ===== TAB CONTROL — SCOPED STYLES ===== */

.tab-wrapper[b-v3dyl7iglx] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Tab bar — pill/segment style */
.tab-wrapper .nav-tabs[b-v3dyl7iglx] {
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.tab-wrapper .nav-tabs .nav-item[b-v3dyl7iglx] {
    margin: 0;
}

.tab-wrapper .nav-tabs .nav-link[b-v3dyl7iglx] {
    border: none;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-weight: 500;
    font-size: 0.8375rem;
    color: #64748b;
    background: transparent;
    transition: color 0.15s, background 0.15s;
    white-space: nowrap;
    cursor: pointer;
}

.tab-wrapper .nav-tabs .nav-link:hover[b-v3dyl7iglx] {
    color: #1e293b;
    background: rgba(0,0,0,0.05);
}

.tab-wrapper .nav-tabs .nav-link.active[b-v3dyl7iglx] {
    color: #1e293b;
    background: #fff;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
}

.tab-content-panel[b-v3dyl7iglx] {
    padding: 1.5rem;
}
/* /Shared/WatchDateReminder.razor.rz.scp.css */
.watch-reminder[b-2rds78f7k6] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    background: #fff8ed;
    border: 1px solid #f59e0b;
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 0.6rem 0.9rem;
    margin-bottom: 1rem;
}

.watch-reminder-icon[b-2rds78f7k6] {
    color: #d97706;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.watch-reminder-body[b-2rds78f7k6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    min-width: 0;
}

.watch-reminder-title[b-2rds78f7k6] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #92400e;
    white-space: nowrap;
}

.watch-reminder-list[b-2rds78f7k6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.watch-reminder-item[b-2rds78f7k6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 20px;
    padding: 0.15rem 0.6rem;
    font-size: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.watch-reminder-item:hover[b-2rds78f7k6] {
    background: #fde68a;
    border-color: #f59e0b;
}

.watch-reminder-code[b-2rds78f7k6] {
    font-weight: 600;
    color: #374151;
}

.watch-reminder-date[b-2rds78f7k6] {
    color: #dc2626;
    font-weight: 600;
}
