/* Tema claro clínico inspirado en MediNest. El tema oscuro existente queda intacto. */
html[data-theme="light"] {
    color-scheme: light;
    --pc-accent: #099aa7;
    --pc-accent-strong: #077f8a;
    --pc-accent-soft: #e4f5f6;
    --pc-accent-ring: rgba(9,154,167,.19);
    --pc-bg: #f7f9f9;
    --pc-surface: #fff;
    --pc-surface-muted: #f1f6f6;
    --pc-text: #1f2f31;
    --pc-text-muted: #667678;
    --pc-border: #dce7e8;
    --pc-shadow: 0 16px 42px rgba(25,62,66,.09);
    --sidebar-bg: #fff;
    --sidebar-bg-2: #f7f9f9;
    --sidebar-text: #304244;
    --sidebar-muted: #778789;
    --ok: #078765;
    --ok-soft: #e2f5ef;
    --warn: #c57a08;
    --warn-soft: #fff2d7;
    --danger: #d84f62;
    --danger-soft: #fde9ec;
}
html[data-theme="light"] body {
    background: radial-gradient(circle at 82% 8%,rgba(9,154,167,.09),transparent 28rem),linear-gradient(180deg,#fbfdfd 0,#f7f9f9 42%,#f3f7f7 100%);
    color: var(--pc-text);
}
html[data-theme="light"] .sidebar {
    border-right: 1px solid var(--pc-border);
    background: radial-gradient(circle at 18% 3%,rgba(9,154,167,.12),transparent 15rem),linear-gradient(180deg,#fff,#f7f9f9);
    color: var(--sidebar-text);
    box-shadow: 14px 0 42px rgba(31,67,71,.07);
}
html[data-theme="light"] .brand-corporate>.brand-logo-dark{display:none}
html[data-theme="light"] .brand-corporate>.brand-logo-light{display:block;mix-blend-mode:multiply}
html[data-theme="light"] .sidebar :is(.brand,.brand-copy strong,.sidebar-footer){color:var(--sidebar-text)}
html[data-theme="light"] .sidebar :is(.brand-copy small,.nav-label,.sidebar-footer){color:var(--sidebar-muted)}
html[data-theme="light"] .sidebar .nav a{color:#526466}
html[data-theme="light"] .sidebar .nav a i{color:#6d8183}
html[data-theme="light"] .sidebar .nav a:hover{background:#edf7f7;color:#077f8a}
html[data-theme="light"] .sidebar .nav a.active{background:linear-gradient(90deg,#dff3f4,#edf9f9);color:#077f8a;box-shadow:inset 0 0 0 1px rgba(9,154,167,.1)}
html[data-theme="light"] .sidebar .nav a.active i{color:#099aa7}
html[data-theme="light"] .sidebar .nav a.active::before{background:linear-gradient(180deg,#13b3bd,#087f89)}
html[data-theme="light"] .sidebar-nav-scroll{scrollbar-color:rgba(9,154,167,.35) transparent}
html[data-theme="light"] :is(.desktop-header,.mobile-header){border-color:var(--pc-border);background:rgba(255,255,255,.94);color:var(--pc-text);box-shadow:0 14px 38px rgba(34,73,76,.08)}
html[data-theme="light"] :is(.header-icon,.mobile-header-action,.mobile-profile-trigger,.mobile-header .menu-toggle,.mobile-header .btn-logout){border-color:#dbe8e9;background:#f1f7f7;color:#536769}
html[data-theme="light"] :is(.header-icon,.mobile-header-action,.mobile-profile-trigger):hover{background:#e2f4f5;color:#07838e}
html[data-theme="light"] :is(.global-search,.global-search input,.global-search kbd){border-color:#dce8e9;background:#f2f7f7;color:#58696b}
html[data-theme="light"] :is(.header-create,.btn-primary,.btn.btn-primary){border-color:#099aa7;background:linear-gradient(135deg,#077f8a,#11aab6);color:#fff;box-shadow:0 12px 28px rgba(9,154,167,.24)}
html[data-theme="light"] :is(.header-create,.btn-primary,.btn.btn-primary):hover{background:linear-gradient(135deg,#066f78,#099aa7);color:#fff}
html[data-theme="light"] .page-eyebrow{color:#078b96}
html[data-theme="light"] :is(.panel,.card,.kpi,.crm-card,.crm-users-card,.clinical-records-card,.ops-card,.followup-timeline,.fu-task-card){border-color:var(--pc-border);background:var(--pc-surface);box-shadow:var(--pc-shadow)}
html[data-theme="light"] :is(input,select,textarea){border-color:#d6e4e5;background-color:#fbfdfd;color:#263638}
html[data-theme="light"] :is(input,select,textarea):focus{border-color:#099aa7;box-shadow:0 0 0 4px var(--pc-accent-ring);outline:0}
html[data-theme="light"] table thead th{border-color:#dce7e8;background:#f0f6f6;color:#506466}
html[data-theme="light"] table tbody tr:hover{background:#f1f8f8}
html[data-theme="light"] :is(.chip,.badge,.status-pill){border-color:#d7e8e9}
html[data-theme="light"] :is(.header-dropdown,.mobile-header-dropdown){border-color:var(--pc-border);background:#fff;color:var(--pc-text);box-shadow:0 24px 62px rgba(24,60,64,.18)}
html[data-theme="light"] :is(.profile-summary,.mobile-profile-summary){background:linear-gradient(135deg,#e4f5f6,#fff)}
html[data-theme="light"] :is(.profile-links a,.mobile-profile-links a,.notification-item,.mobile-notification-item):hover{background:#eef7f7}
html[data-theme="light"] .profile-links a i,
html[data-theme="light"] .mobile-profile-links>a>i:first-child{background:#e1f3f4;color:#078a95}
html[data-theme="light"] :is(.profile-avatar,.mobile-profile-avatar){border-color:#099aa7;background:#def2f3;color:#077f8a}
html[data-theme="light"] .mobile-header-badge{border-color:#fff}
html[data-theme="light"] .mobile-brand{color:#1f2f31}
html[data-theme="light"] .sidebar-footer{border-top:1px solid #dce7e8;background:transparent;box-shadow:none}
html[data-theme="light"] ::selection{background:#bce7e9;color:#123235}
@media(max-width:991px){html[data-theme="light"] .sidebar{box-shadow:24px 0 70px rgba(16,47,51,.25)}}
