*{box-sizing:border-box}
html{background:#060814}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#060814;color:#d1d5db;font-size:14px}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.55}
.panel{background:#090d1a;border:1px solid #161f38;border-radius:12px}
.field{width:100%;min-height:40px;background:#060a14;border:1px solid #243257;border-radius:8px;padding:9px 12px;color:#e5e7eb;font-size:12px;line-height:20px;outline:none;transition:border-color .16s,box-shadow .16s,background .16s}
.field::placeholder{color:#667085}
.field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.08)}
.field:disabled{opacity:.55;cursor:not-allowed}
.card{transition:border-color .16s,background .16s}
.card:hover{transform:none;border-color:#243257;background:#0d1425}
.metric{position:relative;overflow:hidden}
.metric:after{display:none}
.action{transition:border-color .16s,background .16s}
.action:hover{transform:none;border-color:#2f4a78;background:#10172a}
.scroll::-webkit-scrollbar,.lista-scroll::-webkit-scrollbar{width:6px;height:6px}
.scroll::-webkit-scrollbar-thumb,.lista-scroll::-webkit-scrollbar-thumb{background:#1b2642;border-radius:8px}
.scroll::-webkit-scrollbar-track,.lista-scroll::-webkit-scrollbar-track{background:transparent}
.drop-active{border-color:#3b82f6!important;background:rgba(37,99,235,.08)!important}
.pdf-frame{border:0;background:#fff}
.skeleton{background:linear-gradient(90deg,#0a1122,#141d34,#0a1122);background-size:200% 100%;animation:sk 1.2s linear infinite}
@keyframes sk{to{background-position:-200% 0}}
.crm-icon-button{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;color:#94a3b8;transition:.16s}
.crm-icon-button:hover{background:#10172a;color:#fff}
.crm-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:#2563eb;padding:10px 16px;color:#fff;font-size:12px;font-weight:600;transition:.16s}
.crm-primary:hover{background:#1d4ed8}
.crm-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #243257;border-radius:8px;background:#10172a;padding:10px 16px;color:#d1d5db;font-size:12px;font-weight:600;transition:.16s}
.crm-secondary:hover{background:#141d34;color:#fff}
.crm-label{display:block;color:#cbd5e1;font-size:12px;font-weight:600}
.crm-label-uppercase{display:block;color:#6b7280;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.crm-modal{width:100%;max-height:94vh;overflow-y:auto;border:1px solid #243257;border-radius:14px;background:#10172a;box-shadow:0 25px 70px rgba(0,0,0,.45)}
.crm-modal-header{position:sticky;top:0;z-index:15;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #243257;background:#10172a;padding:16px 20px}
.crm-modal-footer{position:sticky;bottom:0;z-index:15;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #243257;background:#10172a;padding:16px 20px}
.crm-table thead{background:#060a14}
.crm-table thead tr{border-bottom:1px solid #161f38;color:#6b7280;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.crm-table tbody tr{border-bottom:1px solid #161f38}
.crm-table tbody tr:last-child{border-bottom:0}
.crm-table tbody tr:hover{background:rgba(30,64,175,.05)}
body.tema-claro{background:#f2f4f9;color:#111827}
body.tema-claro header,body.tema-claro aside,body.tema-claro .panel,body.tema-claro .crm-modal,body.tema-claro .crm-modal-header,body.tema-claro .crm-modal-footer{background:#fff!important;border-color:#dfe4ef!important}
body.tema-claro .field{background:#fff;border-color:#cdd7e6;color:#111827}
body.tema-claro .crm-secondary,body.tema-claro .action{background:#f5f7fb;border-color:#d7dfeb;color:#334155}
body.tema-claro .crm-table thead{background:#f5f7fb}
body.tema-claro .text-white,body.tema-claro .text-gray-200,body.tema-claro .text-gray-300{color:#111827!important}
body.tema-claro .text-gray-400{color:#52596b!important}
body.tema-claro .text-gray-500,body.tema-claro .text-gray-600{color:#6b7280!important}
body.tema-claro .border-\[\#161f38\],body.tema-claro .border-\[\#243257\]{border-color:#dfe4ef!important}
body.tema-claro .bg-\[\#090d1a\],body.tema-claro .bg-\[\#10172a\],body.tema-claro .bg-\[\#060a14\]{background:#fff!important}

/* Navegación fluida y acabado visual global */
html,body{min-height:100%;background:#060814}
html[data-crm-theme="claro"],html[data-crm-theme="claro"] body{background:#f2f4f9}
#crm-route-progress{position:fixed;z-index:2147483647;top:0;left:0;width:0;height:2px;pointer-events:none;background:linear-gradient(90deg,#2563eb,#60a5fa,#ea0029);box-shadow:0 0 12px rgba(59,130,246,.75);opacity:0;transform-origin:left center}
#crm-route-progress.is-active{opacity:1;animation:crm-route-progress 8s cubic-bezier(.12,.72,.18,1) forwards}
#crm-route-progress.is-finishing{width:100%;opacity:0;transition:width .12s ease,opacity .18s ease .06s;animation:none}
@keyframes crm-route-progress{0%{width:3%}18%{width:34%}55%{width:68%}100%{width:88%}}
body>aside:empty,body>aside.crm-sidebar-slot{width:260px;min-width:260px;height:100vh;flex:0 0 260px;background:#090d1a;border-right:1px solid #161f38}html[data-crm-sidebar-compact="1"] body>aside:empty,html[data-crm-sidebar-compact="1"] body>aside.crm-sidebar-slot{width:76px;min-width:76px;flex-basis:76px}
html[data-crm-theme="claro"] body>aside:empty,html[data-crm-theme="claro"] body>aside.crm-sidebar-slot{background:#fff;border-color:#dfe4ef}
header{backdrop-filter:saturate(125%) blur(12px);-webkit-backdrop-filter:saturate(125%) blur(12px)}
.panel,.card,.crm-modal{box-shadow:0 1px 0 rgba(255,255,255,.018),0 12px 34px rgba(0,0,0,.075)}
.panel{background-image:linear-gradient(145deg,rgba(255,255,255,.012),transparent 42%)}
.card{will-change:border-color,background-color}
.crm-primary,.crm-secondary,.action,.crm-icon-button{transform:translateZ(0)}
.crm-primary:active,.crm-secondary:active,.action:active,.crm-icon-button:active{transform:translateY(1px)}
input,select,textarea{accent-color:#3b82f6}
:focus-visible{outline:2px solid rgba(96,165,250,.75);outline-offset:2px}
main{isolation:isolate}
main>nav:first-child{opacity:.9}
table{border-spacing:0}
.crm-table tbody tr{transition:background-color .12s ease}
body.tema-claro .panel,body.tema-claro .card,body.tema-claro .crm-modal{box-shadow:0 1px 2px rgba(15,23,42,.035),0 10px 30px rgba(15,23,42,.045)}
@media(max-width:1023px){body>aside:empty,body>aside.crm-sidebar-slot{display:none}}
@media(prefers-reduced-motion:reduce){#crm-route-progress.is-active{animation:none;width:72%}.card,.action,.crm-primary,.crm-secondary,.crm-icon-button{transition:none!important}}

/* Mantiene navegación, encabezado y contenido estables entre documentos */

/* MÓDULOS PROFESIONALES RH Y COMPRAS */
:root{
  --area-accent:#3b82f6;
  --area-accent-rgb:59,130,246;
  --area-soft:rgba(59,130,246,.10);
  --area-border:rgba(59,130,246,.25);
}
body.area-rh{--area-accent:#8b5cf6;--area-accent-rgb:139,92,246;--area-soft:rgba(139,92,246,.11);--area-border:rgba(139,92,246,.28)}
body.area-co{--area-accent:#0ea5e9;--area-accent-rgb:14,165,233;--area-soft:rgba(14,165,233,.10);--area-border:rgba(14,165,233,.25)}
.profile-page{font-size:13px}
.profile-shell{max-width:1580px;margin:0 auto;width:100%;padding:24px 28px 42px}
.profile-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#64748b;font-size:11px}
.profile-breadcrumb a{transition:color .15s}.profile-breadcrumb a:hover{color:#bfdbfe}
.profile-hero{position:relative;overflow:hidden;border:1px solid var(--area-border);border-radius:18px;background:linear-gradient(135deg,rgba(var(--area-accent-rgb),.15),rgba(9,13,26,.82) 52%,rgba(9,13,26,.96));padding:24px 26px;box-shadow:0 16px 48px rgba(0,0,0,.12)}
.profile-hero:before{content:"";position:absolute;right:-110px;top:-150px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(var(--area-accent-rgb),.16);box-shadow:0 0 0 54px rgba(var(--area-accent-rgb),.035),0 0 0 108px rgba(var(--area-accent-rgb),.02)}
.profile-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--area-accent),transparent);opacity:.38}
.profile-hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:22px}
.profile-hero-main{display:flex;align-items:flex-start;gap:16px;min-width:0}
.profile-hero-icon{width:50px;height:50px;flex:0 0 50px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#dbeafe;background:rgba(var(--area-accent-rgb),.12);border:1px solid var(--area-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.profile-kicker{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--area-border);border-radius:999px;background:rgba(var(--area-accent-rgb),.08);padding:5px 10px;color:rgb(var(--area-accent-rgb));font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.profile-kicker:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}
.profile-title{margin:9px 0 0;color:#f8fafc;font-size:26px;line-height:1.12;font-weight:750;letter-spacing:-.025em}
.profile-subtitle{max-width:820px;margin-top:7px;color:#8794aa;font-size:13px;line-height:1.65}
.profile-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px}
.profile-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}
.profile-metric{position:relative;overflow:hidden;min-height:116px;border:1px solid #1b2944;border-radius:14px;background:linear-gradient(150deg,#0b1222,#090d1a);padding:17px 18px;box-shadow:0 10px 30px rgba(0,0,0,.07)}
.profile-metric:after{content:"";position:absolute;right:-28px;top:-34px;width:92px;height:92px;border-radius:50%;background:rgba(var(--area-accent-rgb),.06)}
.profile-metric-label{position:relative;z-index:1;color:#758299;font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.profile-metric-value{position:relative;z-index:1;margin-top:12px;color:#f8fafc;font-size:25px;line-height:1;font-weight:780;letter-spacing:-.02em}
.profile-metric-foot{position:relative;z-index:1;margin-top:8px;color:#5e6a80;font-size:10px}

.profile-metrics-compact{gap:10px;margin-top:14px}
.profile-metrics-compact .profile-metric{min-height:84px;padding:12px 14px;border-radius:11px}
.profile-metrics-compact .profile-metric:after{width:68px;height:68px;right:-22px;top:-25px}
.profile-metrics-compact .profile-metric-label{font-size:8px;letter-spacing:.11em}
.profile-metrics-compact .profile-metric-value{margin-top:8px;font-size:21px}
.profile-metrics-compact .profile-metric-foot{margin-top:5px;font-size:9px;line-height:1.35}
@media(min-width:1160px){body.area-rh .profile-metrics-compact,body.area-co .profile-metrics-compact{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))!important}}
@media(max-width:720px){.profile-metrics-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-metrics-compact .profile-metric{min-height:78px}}
@media(max-width:430px){.profile-metrics-compact{grid-template-columns:1fr!important}}

.profile-metric[data-tone="success"] .profile-metric-value{color:#34d399}.profile-metric[data-tone="warning"] .profile-metric-value{color:#fbbf24}.profile-metric[data-tone="danger"] .profile-metric-value{color:#fb7185}.profile-metric[data-tone="info"] .profile-metric-value{color:#60a5fa}.profile-metric[data-tone="accent"] .profile-metric-value{color:rgb(var(--area-accent-rgb))}
.profile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0 14px;border:1px solid #17223a;border-radius:13px;background:#090d1a;padding:11px 12px}
.profile-toolbar-fields{display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(2,minmax(170px,.55fr));gap:10px;flex:1}
.profile-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.profile-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.profile-card{border:1px solid #17223a;border-radius:14px;background:#090d1a;box-shadow:0 10px 32px rgba(0,0,0,.055);overflow:hidden}
.profile-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #17223a;padding:15px 17px}
.profile-card-body{padding:16px 17px}
.profile-card-title{color:#f1f5f9;font-size:13px;font-weight:720}.profile-card-subtitle{margin-top:3px;color:#68758a;font-size:10px}
.profile-module-card{position:relative;overflow:hidden;border:1px solid #1a2842;border-radius:14px;background:linear-gradient(145deg,#0b1222,#090d1a);padding:18px;transition:border-color .16s,background .16s,transform .16s}
.profile-module-card:hover{border-color:var(--area-border);background:linear-gradient(145deg,rgba(var(--area-accent-rgb),.075),#090d1a);transform:translateY(-1px)}
.profile-module-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:rgb(var(--area-accent-rgb));border:1px solid var(--area-border);background:var(--area-soft)}
.profile-module-title{margin-top:14px;color:#f8fafc;font-size:13px;font-weight:720}.profile-module-copy{margin-top:6px;min-height:40px;color:#728097;font-size:11px;line-height:1.55}.profile-module-link{display:inline-flex;margin-top:14px;color:rgb(var(--area-accent-rgb));font-size:10px;font-weight:750}
.profile-list{display:flex;flex-direction:column}.profile-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #17223a}.profile-list-item:last-child{border-bottom:0}.profile-list-title{color:#e5e7eb;font-size:11px;font-weight:650}.profile-list-meta{margin-top:4px;color:#667085;font-size:9px;line-height:1.45}
.profile-badge{display:inline-flex;align-items:center;gap:5px;border:1px solid #2a3854;border-radius:999px;background:#0d1526;padding:4px 8px;color:#a8b4c8;font-size:8px;font-weight:760;white-space:nowrap}.profile-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.profile-badge.success{border-color:rgba(16,185,129,.26);background:rgba(6,78,59,.16);color:#6ee7b7}.profile-badge.warning{border-color:rgba(245,158,11,.27);background:rgba(120,53,15,.15);color:#fcd34d}.profile-badge.danger{border-color:rgba(244,63,94,.25);background:rgba(136,19,55,.14);color:#fda4af}.profile-badge.info{border-color:rgba(59,130,246,.25);background:rgba(30,64,175,.13);color:#93c5fd}.profile-badge.accent{border-color:var(--area-border);background:var(--area-soft);color:rgb(var(--area-accent-rgb))}
.profile-empty{display:flex;min-height:230px;align-items:center;justify-content:center;text-align:center;padding:34px}.profile-empty-icon{width:48px;height:48px;margin:0 auto;border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid #253653;background:#0f182a;color:#64748b}.profile-empty-title{margin-top:14px;color:#e2e8f0;font-size:13px;font-weight:700}.profile-empty-copy{max-width:440px;margin:7px auto 0;color:#68758a;font-size:10px;line-height:1.55}
.profile-progress{height:6px;border-radius:999px;background:#111b2f;overflow:hidden}.profile-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--area-accent),#60a5fa)}
.profile-table{width:100%;border-collapse:separate;border-spacing:0}.profile-table thead th{position:sticky;top:0;z-index:2;background:#070b16;border-bottom:1px solid #17223a;padding:11px 13px;color:#667085;font-size:9px;font-weight:760;letter-spacing:.09em;text-align:left;text-transform:uppercase}.profile-table tbody td{border-bottom:1px solid #151f34;padding:12px 13px;color:#aeb8ca;font-size:11px;vertical-align:middle}.profile-table tbody tr:last-child td{border-bottom:0}.profile-table tbody tr{transition:background .12s}.profile-table tbody tr:hover{background:rgba(var(--area-accent-rgb),.035)}
.profile-action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:33px;border:1px solid #243552;border-radius:8px;background:#10192b;padding:7px 10px;color:#c7d2e3;font-size:9px;font-weight:700;transition:.15s}.profile-action-button:hover{border-color:var(--area-border);background:var(--area-soft);color:#fff}.profile-action-button.primary{border-color:var(--area-border);background:rgba(var(--area-accent-rgb),.14);color:rgb(var(--area-accent-rgb))}.profile-action-button.danger{border-color:rgba(244,63,94,.24);background:rgba(136,19,55,.12);color:#fda4af}
.profile-segmented{display:inline-flex;border:1px solid #263653;border-radius:9px;background:#080e1c;padding:3px}.profile-segmented button{border-radius:6px;padding:7px 11px;color:#718096;font-size:9px;font-weight:700}.profile-segmented button.is-active{background:rgba(var(--area-accent-rgb),.16);color:rgb(var(--area-accent-rgb));box-shadow:inset 0 0 0 1px var(--area-border)}
.profile-modal{width:100%;max-height:92vh;overflow:auto;border:1px solid #253654;border-radius:17px;background:#0b1222;box-shadow:0 28px 90px rgba(0,0,0,.48)}
.profile-modal-header{position:sticky;top:0;z-index:10;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #1b2943;background:rgba(11,18,34,.98);padding:18px 20px;backdrop-filter:blur(12px)}
.profile-modal-footer{position:sticky;bottom:0;z-index:10;display:flex;align-items:center;justify-content:flex-end;gap:9px;border-top:1px solid #1b2943;background:rgba(11,18,34,.98);padding:14px 20px;backdrop-filter:blur(12px)}
.profile-form-section{border:1px solid #1a2740;border-radius:13px;background:#090f1d;padding:16px}.profile-form-section-title{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#dbeafe;font-size:11px;font-weight:720}.profile-form-section-title span{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:7px;background:var(--area-soft);color:rgb(var(--area-accent-rgb))}
.profile-notice{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--area-border);border-radius:11px;background:var(--area-soft);padding:11px 13px;color:#9fb2cc;font-size:10px;line-height:1.5}
.profile-danger-zone{border:1px solid rgba(244,63,94,.22);border-radius:12px;background:rgba(76,5,25,.10);padding:14px}
body.tema-claro .profile-hero{background:linear-gradient(135deg,rgba(var(--area-accent-rgb),.10),#fff 58%);box-shadow:0 14px 38px rgba(15,23,42,.06)}
body.tema-claro .profile-title,body.tema-claro .profile-card-title,body.tema-claro .profile-module-title,body.tema-claro .profile-empty-title,body.tema-claro .profile-list-title{color:#0f172a}
body.tema-claro .profile-subtitle,body.tema-claro .profile-card-subtitle,body.tema-claro .profile-module-copy,body.tema-claro .profile-list-meta,body.tema-claro .profile-empty-copy{color:#64748b}
body.tema-claro .profile-metric,body.tema-claro .profile-card,body.tema-claro .profile-module-card,body.tema-claro .profile-toolbar,body.tema-claro .profile-modal,body.tema-claro .profile-modal-header,body.tema-claro .profile-modal-footer,body.tema-claro .profile-form-section{background:#fff;border-color:#dbe3ef;box-shadow:0 8px 28px rgba(15,23,42,.045)}
body.tema-claro .profile-metric-value{color:#0f172a}body.tema-claro .profile-table thead th{background:#f6f8fb;border-color:#dbe3ef;color:#64748b}body.tema-claro .profile-table tbody td,body.tema-claro .profile-list-item{border-color:#e5eaf2;color:#475569}body.tema-claro .profile-action-button{background:#f7f9fc;border-color:#d6dfec;color:#334155}body.tema-claro .profile-badge{background:#f5f7fb;border-color:#d6deeb;color:#475569}
@media(max-width:1150px){.profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-toolbar{align-items:stretch;flex-direction:column}.profile-toolbar-fields{grid-template-columns:1fr 1fr}.profile-toolbar-actions{justify-content:flex-end}}
@media(max-width:720px){.profile-shell{padding:18px 15px 34px}.profile-hero{padding:20px}.profile-hero-content{align-items:flex-start;flex-direction:column}.profile-hero-main{gap:12px}.profile-hero-icon{width:44px;height:44px;flex-basis:44px}.profile-title{font-size:22px}.profile-actions{justify-content:flex-start;width:100%}.profile-metrics{grid-template-columns:1fr}.profile-toolbar-fields{grid-template-columns:1fr}.profile-toolbar-actions{justify-content:stretch}.profile-toolbar-actions>*{flex:1}.profile-card-header{align-items:flex-start;flex-direction:column}}

html,body{opacity:1!important;visibility:visible} body{transition:none!important}


/* MODO CLARO ESTABLE EN TODOS LOS PERFILES */
html.tema-claro,html[data-crm-theme="claro"],html.tema-claro body,html[data-crm-theme="claro"] body{background:#f2f4f9!important;color:#111827!important;color-scheme:light}
html.tema-claro body>div,html[data-crm-theme="claro"] body>div{background-color:transparent}
body.tema-claro main,html.tema-claro main,html[data-crm-theme="claro"] main{color:#111827}
body.tema-claro .bg-\[\#060814\],body.tema-claro .bg-\[\#060a14\],body.tema-claro .bg-\[\#070b16\],body.tema-claro .bg-\[\#080d1a\],body.tema-claro .bg-\[\#090d1a\],body.tema-claro .bg-\[\#0b1222\],body.tema-claro .bg-\[\#0b1325\],body.tema-claro .bg-\[\#0d1425\],body.tema-claro .bg-\[\#10172a\],html.tema-claro .bg-\[\#060814\],html.tema-claro .bg-\[\#060a14\],html.tema-claro .bg-\[\#070b16\],html.tema-claro .bg-\[\#080d1a\],html.tema-claro .bg-\[\#090d1a\],html.tema-claro .bg-\[\#0b1222\],html.tema-claro .bg-\[\#0b1325\],html.tema-claro .bg-\[\#0d1425\],html.tema-claro .bg-\[\#10172a\]{background:#fff!important}
body.tema-claro .border-\[\#151f34\],body.tema-claro .border-\[\#161f38\],body.tema-claro .border-\[\#17223a\],body.tema-claro .border-\[\#1a2740\],body.tema-claro .border-\[\#1a2944\],body.tema-claro .border-\[\#1b2943\],body.tema-claro .border-\[\#243257\],body.tema-claro .border-\[\#253654\],html.tema-claro .border-\[\#151f34\],html.tema-claro .border-\[\#161f38\],html.tema-claro .border-\[\#17223a\],html.tema-claro .border-\[\#1a2740\],html.tema-claro .border-\[\#1a2944\],html.tema-claro .border-\[\#1b2943\],html.tema-claro .border-\[\#243257\],html.tema-claro .border-\[\#253654\]{border-color:#dbe3ef!important}
body.tema-claro .text-white,html.tema-claro .text-white{color:#0f172a!important}
body.tema-claro .text-gray-200,body.tema-claro .text-gray-300,html.tema-claro .text-gray-200,html.tema-claro .text-gray-300{color:#334155!important}
body.tema-claro .text-gray-400,html.tema-claro .text-gray-400{color:#526079!important}
body.tema-claro .text-gray-500,body.tema-claro .text-gray-600,html.tema-claro .text-gray-500,html.tema-claro .text-gray-600{color:#64748b!important}
body.tema-claro .crm-table tbody tr:hover,body.tema-claro .profile-table tbody tr:hover{background:#f3f6fa!important}
body.tema-claro .crm-table tbody tr,body.tema-claro .profile-table tbody td{border-color:#e3e8f0!important}
body.tema-claro .profile-hero-icon,body.tema-claro .profile-empty-icon{background:rgba(var(--area-accent-rgb),.08)!important}
body.tema-claro .profile-segmented{background:#f3f6fa;border-color:#d6dfec}
body.tema-claro .rh-tab{background:#f5f7fb;border-color:#d6dfec;color:#526079}
body.tema-claro .rh-tab.is-active{background:rgba(139,92,246,.10);border-color:rgba(139,92,246,.35);color:#6d28d9}
body.tema-claro .supplier-business-card{background:linear-gradient(145deg,#fff,#f7f9fc)!important;border-color:#d8e2ef!important;box-shadow:0 10px 28px rgba(15,23,42,.055)!important}
body.tema-claro .supplier-business-card:hover,body.tema-claro .supplier-business-card.is-selected{border-color:rgba(14,165,233,.45)!important;background:linear-gradient(145deg,#fff,rgba(14,165,233,.055))!important}
body.tema-claro .supplier-card-name,body.tema-claro .supplier-detail-name{color:#0f172a!important}
body.tema-claro .supplier-card-meta{color:#64748b!important}
@media(prefers-reduced-motion:reduce){html,body,*{scroll-behavior:auto!important}}

/* Refinamiento: Estado actual de herramientas */
.tool-status-card{position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.tool-status-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:2px;background:linear-gradient(90deg,#3b82f6,#22d3ee,transparent)}.tool-status-card:hover{transform:translateY(-2px);border-color:#31517f;box-shadow:0 18px 40px rgba(1,8,22,.28)}
