:root{--jce-navy:#071f35;--jce-blue:#0a3b66;--jce-gold:#cfa84f;--jce-bg:#f3f6fa;--jce-text:#142337;--jce-muted:#64748b;--jce-line:#dce5ef;--jce-white:#fff;--jce-danger:#9f2633;--jce-success:#19734b}
*{box-sizing:border-box}.jce-app{min-height:100vh;background:var(--jce-bg);color:var(--jce-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.jce-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.jce-sidebar{background:var(--jce-navy);color:#fff;padding:26px 18px;position:sticky;top:0;height:100vh;overflow:auto}.jce-brand{padding:8px 12px 24px;border-bottom:1px solid rgba(255,255,255,.14);margin-bottom:18px}.jce-brand strong{display:block;font-size:18px}.jce-brand span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#a8bdd1}.jce-nav a{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:12px;color:#dce8f3;text-decoration:none;font-weight:700;font-size:14px;margin:3px 0}.jce-nav a:hover,.jce-nav a.active{background:#123c60;color:#fff}.jce-main{min-width:0}.jce-topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:#fff;border-bottom:1px solid var(--jce-line);position:sticky;top:0;z-index:20}.jce-topbar h1{font-size:22px;margin:0}.jce-top-actions{display:flex;gap:10px;align-items:center}.jce-content{padding:28px;max-width:1680px;margin:0 auto}.jce-grid{display:grid;gap:18px}.jce-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.jce-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.jce-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-card{background:#fff;border:1px solid var(--jce-line);border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(14,39,65,.06)}.jce-card h2,.jce-card h3{margin-top:0}.jce-stat strong{display:block;font-size:30px;color:var(--jce-navy)}.jce-stat span{color:var(--jce-muted);font-size:13px}.jce-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:11px 16px;background:var(--jce-navy);color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer;line-height:1.1}.jce-btn.gold{background:var(--jce-gold);color:#152031!important}.jce-btn.light{background:#eef4f8;color:var(--jce-navy)!important}.jce-btn.danger{background:var(--jce-danger)}.jce-toolbar{display:flex;gap:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:18px}.jce-table-wrap{overflow:auto;border:1px solid var(--jce-line);border-radius:14px}.jce-table{width:100%;border-collapse:collapse;background:#fff}.jce-table th,.jce-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--jce-line);vertical-align:top}.jce-table th{background:#f7f9fc;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#53657a}.jce-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.jce-field{display:flex;flex-direction:column;gap:7px}.jce-field.full{grid-column:1/-1}.jce-field label{font-weight:800;font-size:13px}.jce-field input,.jce-field select,.jce-field textarea{width:100%;border:1px solid #cdd9e6;border-radius:11px;padding:12px 13px;background:#fff;color:var(--jce-text);font:inherit}.jce-field textarea{min-height:110px;resize:vertical}.jce-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.jce-check{border:1px solid var(--jce-line);border-radius:10px;padding:10px;background:#f9fbfd}.jce-notice{padding:14px 16px;border-radius:12px;background:#eaf6ef;border:1px solid #b9dfc7;color:#185c3c;margin-bottom:18px}.jce-notice.error{background:#fff0f1;border-color:#f3c0c5;color:#8a1f2c}.jce-empty{text-align:center;padding:42px 20px;color:var(--jce-muted)}.jce-badge{display:inline-flex;border-radius:999px;padding:5px 9px;background:#eaf1f7;color:#224968;font-size:12px;font-weight:800}.jce-portal{min-height:100vh;background:#eef3f8}.jce-portal-shell{max-width:1320px;margin:auto;padding:26px}.jce-portal-header{background:linear-gradient(135deg,#071f35,#0b416e);color:#fff;border-radius:24px;padding:28px;display:flex;justify-content:space-between;gap:20px;align-items:center}.jce-portal-header h1{margin:0 0 6px;font-size:30px}.jce-progress{height:10px;background:#dce7f0;border-radius:99px;overflow:hidden}.jce-progress span{display:block;height:100%;background:var(--jce-gold)}.jce-login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#071f35,#0b416e)}.jce-login-card{width:min(520px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
@media(max-width:1100px){.jce-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.jce-shell{grid-template-columns:1fr}.jce-sidebar{position:relative;height:auto}.jce-form-grid,.jce-grid.cols-2,.jce-grid.cols-3,.jce-grid.cols-4{grid-template-columns:1fr}.jce-checks{grid-template-columns:1fr 1fr}.jce-topbar{position:relative;padding:16px 18px}.jce-content{padding:18px}.jce-portal-shell{padding:14px}.jce-portal-header{align-items:flex-start;flex-direction:column}}

/* Final CFA overrides: preserve readable contrast after all legacy theme rules. */
.jcphe-cfa-module .cfa-pane h3,.jcphe-cfa-module .cfa-pane p,.jcphe-cfa-module .cfa-pane label,.jcphe-cfa-module .cfa-report-head h3,.jcphe-cfa-module .jcphe-cfa-results h3{color:#173852!important;-webkit-text-fill-color:#173852!important}
.jcphe-cfa-module .cfa-pane h3{font-size:1.35rem;line-height:1.35;margin:22px 0 14px}.jcphe-cfa-module .cfa-pane p,.jcphe-cfa-module .jcphe-cfa-footnote{color:#36566b!important;-webkit-text-fill-color:#36566b!important}
.jcphe-cfa-module .cfa-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.jcphe-cfa-module .cfa-tabs .jce-btn{color:#173852!important;-webkit-text-fill-color:#173852!important;background:#e8f0f4!important;border:1px solid #82a8ba!important}.jcphe-cfa-module .cfa-tabs .jce-btn.gold{background:#e1b94e!important;border-color:#aa7f16!important}
.jcphe-cfa-module .jcphe-cfa-results{background:#f8fbfd!important;border:1px solid #b7cdd9!important;border-radius:16px;padding:18px;margin-top:22px}.jcphe-cfa-module .cfa-report-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.jcphe-cfa-module .jcphe-cfa-results .cfa-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #aec5d2;background:#fff}.jcphe-cfa-module .jcphe-cfa-results .jce-table{min-width:980px}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td{background:#fff!important;color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td{background:#eaf3f7!important;color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:hover td{background:#d9edf5!important}
@media(max-width:600px){.jcphe-cfa-module .cfa-tabs .jce-btn{flex:1 1 100%}.jcphe-cfa-module .jcphe-cfa-results{padding:12px}.jcphe-cfa-module .cfa-report-head .jce-btn{width:100%}}

/* Hard contrast fix for CFA rows and headings. Light is the safe default; dark is scoped below. */
.jcphe-cfa-module .cfa-pane h2,.jcphe-cfa-module .cfa-pane h3,.jcphe-cfa-module #cfa-calc h3,.jcphe-cfa-module #cfa-buyer h3,.jcphe-cfa-module #cfa-history h3{color:#173852!important;-webkit-text-fill-color:#173852!important;text-shadow:none}
.jcphe-cfa-module .jcphe-cfa-results h3,.jcphe-cfa-module .cfa-report-head h3{color:#173852!important;-webkit-text-fill-color:#173852!important;text-shadow:none}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr td,.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr td *{opacity:1!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td{background-color:#ffffff!important;background-image:none!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td{background-color:#eaf3f7!important;background-image:none!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:hover td{background-color:#d9edf5!important}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td{background-color:#ffffff!important;background-image:none!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td{background-color:#eaf3f7!important;background-image:none!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module .cfa-pane h3,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module .cfa-pane h3{color:#f5f8fb!important;-webkit-text-fill-color:#f5f8fb!important}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-buyer .jce-field label,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-buyer .jce-field label,body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-calc .jce-field label,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-calc .jce-field label{color:#f5f8fb!important;-webkit-text-fill-color:#f5f8fb!important;text-shadow:0 1px 1px rgba(0,0,0,.3)}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-buyer p,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-buyer p,body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-calc p,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-calc p{color:#d7e7ef!important;-webkit-text-fill-color:#d7e7ef!important}
body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-buyer input,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-buyer input,body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-buyer select,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-buyer select,body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-calc input,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-calc input,body.jcphe-design-690.jce-mode-dark .jcphe-cfa-module #cfa-calc select,body.jcphe-design-690.jce-theme-dark .jcphe-cfa-module #cfa-calc select{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background-color:#082333!important;border-color:#70a9c1!important}

/* 8.8.1 · Theme contrast contract.
   Explicit light tokens prevent a late legacy rule or OS preference from leaking dark text colors
   into white surfaces. Dark mode keeps its existing independent token block. */
body.jce-app.jce-mode-light,
body.jce-app.jce-theme-light{
  color-scheme:light;
  --jce-page:#edf4f8;
  --jce-bg:#edf4f8;
  --jce-surface:#ffffff;
  --jce-card:#ffffff;
  --jce-surface-soft:#e8f1f6;
  --jce-ink:#17344a;
  --jce-text:#17344a;
  --jce-heading:#0b2d49;
  --jce-muted:#5d7485;
  --jce-border:#bfd2de;
  --jce-line:#d0dfe8;
  --jce-focus:#16769f;
  --jce-shadow:rgba(9,45,68,.10);
}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main{background:var(--jce-page)!important;color:var(--jce-ink)!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jce-card,.jce-table,.jce-table td,.jce-tabs,.jce-check,.jce-table-wrap,.jce-message-thread,.jce-message-body,.jce-workspace-selector,.jce-inventory-summary){background-color:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jce-card,.jce-table,.jce-tabs,.jce-check,.jce-message-thread,.jce-message-body,.jce-workspace-selector,.jce-inventory-summary) :is(h1,h2,h3,h4,h5,h6,strong,b,label,legend,summary,dt){color:var(--jce-heading)!important;-webkit-text-fill-color:var(--jce-heading)!important;text-shadow:none!important;opacity:1!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jce-card,.jce-tabs,.jce-check,.jce-message-thread,.jce-message-body,.jce-workspace-selector,.jce-inventory-summary) :is(p,small,span,li,dd,figcaption,time){color:var(--jce-muted)!important;-webkit-text-fill-color:var(--jce-muted)!important;opacity:1!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(input,select,textarea){background:#fff!important;color:#102f45!important;-webkit-text-fill-color:#102f45!important;border-color:#91b1c3!important;color-scheme:light!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(input,textarea)::placeholder{color:#657d8d!important;-webkit-text-fill-color:#657d8d!important;opacity:1!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jce-table th{background:#e5eff4!important;color:#173b53!important;-webkit-text-fill-color:#173b53!important;border-color:var(--jce-border)!important}
/* Intentional dark/brand surfaces opt back into light typography. */
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jce-persona-hero,.jce-mail-hero,.jcd-hero,.jcphe-contact-enterprise-hero,.jcphe-client-app-head,.jcphe-private-folder) :is(h1,h2,h3,h4,p,small,span,strong,b,label){color:#fff!important;-webkit-text-fill-color:#fff!important}
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jcphe-cfa-module .cfa-pane :is(h2,h3,label){color:#173852!important;-webkit-text-fill-color:#173852!important;text-shadow:none!important}
@media(prefers-color-scheme:light){
  body.jce-app.jce-mode-auto{color-scheme:light;--jce-page:#edf4f8;--jce-bg:#edf4f8;--jce-surface:#fff;--jce-card:#fff;--jce-surface-soft:#e8f1f6;--jce-ink:#17344a;--jce-text:#17344a;--jce-heading:#0b2d49;--jce-muted:#5d7485;--jce-border:#bfd2de;--jce-line:#d0dfe8;--jce-focus:#16769f;--jce-shadow:rgba(9,45,68,.10)}
  body.jce-app.jce-mode-auto:not(.jce-portal) .jcphe-cfa-module .cfa-pane :is(h2,h3,label){color:#173852!important;-webkit-text-fill-color:#173852!important;text-shadow:none!important}
}

/* 8.8.6 · Final command-bar control contract; must remain last. */
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>button.jce-btn.light,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light:visited{
 background:#eef5f8!important;
 color:#102f47!important;
 -webkit-text-fill-color:#102f47!important;
 border:1px solid #a9c1cf!important;
 text-shadow:none!important;
 opacity:1!important;
 visibility:visible!important;
}
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light:hover,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light:focus-visible,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>button.jce-btn.light:hover,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>button.jce-btn.light:focus-visible{
 background:#d9e9f1!important;color:#082b45!important;-webkit-text-fill-color:#082b45!important;border-color:#7198ad!important;
}
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>:is(a,button).jce-btn.light:is([disabled],[aria-disabled="true"],.is-disabled){
 background:#e5edf2!important;color:#355469!important;-webkit-text-fill-color:#355469!important;border-color:#b6c9d4!important;opacity:.72!important;cursor:not-allowed!important;
}

/* 8.8.3 · Branded dark surfaces stay readable in every theme. */
html body.jce-app .jce-main .jcphe-exec-hero,
html body.jce-app .jce-main .jcphe-exec-day{color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important}
html body.jce-app .jce-main .jcphe-exec-hero :is(h1,h2,h3,strong,b),
html body.jce-app .jce-main .jcphe-exec-day :is(h1,h2,h3,strong,b){color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;opacity:1!important}
html body.jce-app .jce-main .jcphe-exec-hero :is(p,small,span),
html body.jce-app .jce-main .jcphe-exec-day :is(p,small,span){color:#c8dce7!important;-webkit-text-fill-color:#c8dce7!important;text-shadow:none!important;opacity:1!important}
html body.jce-app .jce-main .jcphe-exec-hero .jce-eyebrow{color:#f1cf72!important;-webkit-text-fill-color:#f1cf72!important}
html body.jce-app .jce-main .jcphe-exec-live>span{color:#8ce8aa!important;-webkit-text-fill-color:#8ce8aa!important}
html body.jce-app .jce-main .jcphe-exec-day a{color:#fff!important;-webkit-text-fill-color:#fff!important}
/* Light controls on the dark command bar require dark labels. */
html body.jce-app .jce-topbar :is(a,button).jce-btn.light,
html body.jce-app .jce-topbar :is(a,button).jce-btn.light:visited{background:#eef5f8!important;color:#102f47!important;-webkit-text-fill-color:#102f47!important;border-color:#b9ceda!important;text-shadow:none!important;opacity:1!important}
html body.jce-app .jce-topbar :is(a,button).jce-btn.light:hover,
html body.jce-app .jce-topbar :is(a,button).jce-btn.light:focus-visible{background:#d7e7ef!important;color:#082b45!important;-webkit-text-fill-color:#082b45!important}

/* Client Portal 1.5 */
.jce-portal{background:linear-gradient(180deg,#eef3f8 0,#f8fafc 52%,#eef3f8 100%)}
.jce-portal-shell{max-width:1440px;margin:0 auto;padding:26px 28px 0}
.jce-portal-header{border-radius:24px;background:linear-gradient(125deg,#0b1f36,#163a60);box-shadow:0 24px 60px rgba(10,31,54,.18);padding:34px;color:#fff;display:flex;justify-content:space-between;gap:28px;align-items:center}
.jce-portal-header h1{font-size:clamp(2rem,4vw,3.3rem);margin:.15rem 0 .5rem;color:#fff}.jce-portal-header p{color:#dbeafe;max-width:720px;margin:0}.jce-portal-header small{color:#f3cc78;letter-spacing:.08em;font-weight:800}
.jce-header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.jce-btn.danger{background:#fff;color:#9f1239;border-color:#fecdd3}.jce-btn.danger:hover{background:#fff1f2}
.jce-client-nav{position:sticky;top:12px;z-index:20;margin:16px auto 0;padding:9px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid #dbe5ef;border-radius:18px;display:flex;gap:5px;overflow:auto;box-shadow:0 12px 32px rgba(15,23,42,.08)}
.jce-client-nav a{white-space:nowrap;text-decoration:none;color:#334155;font-weight:750;padding:10px 15px;border-radius:12px}.jce-client-nav a:hover{background:#eef4fa;color:#0b1f36}
.jce-simulation-banner{margin-bottom:14px;padding:13px 18px;border-radius:14px;background:#fff7d6;border:1px solid #e8c75f;display:flex;gap:14px;align-items:center;color:#5f4a00}.jce-simulation-banner span{font-size:.92rem}
.jce-quick-panel{margin-top:20px;padding:24px;border-radius:22px;background:#fff;border:1px solid #dbe5ef;box-shadow:0 18px 42px rgba(15,23,42,.06)}.jce-quick-panel>div:first-child small{font-weight:850;letter-spacing:.08em;color:#886b1f}.jce-quick-panel h2{margin:.25rem 0 1rem}
.jce-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.jce-quick-grid a{display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center;text-decoration:none;color:#0f172a;border:1px solid #dce5ef;border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#f8fafc);transition:.18s transform,.18s box-shadow}.jce-quick-grid a:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,23,42,.09)}.jce-quick-grid span{grid-row:1/3;width:48px;height:48px;border-radius:14px;background:#eaf1f8;display:grid;place-items:center;font-size:1.25rem}.jce-quick-grid strong{font-size:.98rem}.jce-quick-grid small{color:#64748b;line-height:1.3}
.jce-section-icon{width:42px;height:42px;border-radius:13px;background:#eaf1f8;color:#12385c;display:grid;place-items:center;font-weight:900;margin-bottom:12px}.jce-case-card{border-top:4px solid #caa44b}.jce-card{scroll-margin-top:92px}
.jce-support-strip{margin-top:22px;border-radius:22px;padding:28px;background:linear-gradient(120deg,#f6ecd1,#fff);border:1px solid #e5d3a2;display:flex;justify-content:space-between;gap:24px;align-items:center}.jce-support-strip h2{margin:.2rem 0}.jce-support-strip p{margin:0;color:#526173}.jce-support-strip small{font-weight:850;letter-spacing:.08em;color:#806319}
.jce-client-footer{display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center;padding:28px;color:#64748b}.jce-client-footer a{color:#9f1239;font-weight:800;text-decoration:none}
@media(max-width:980px){.jce-portal-header,.jce-support-strip{align-items:flex-start;flex-direction:column}.jce-header-actions{justify-content:flex-start}.jce-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.jce-portal-shell{padding:14px 12px 0}.jce-portal-header{padding:24px 20px;border-radius:20px}.jce-header-actions{width:100%}.jce-header-actions .jce-btn{flex:1;text-align:center}.jce-client-nav{top:6px;border-radius:14px}.jce-quick-grid{grid-template-columns:1fr}.jce-simulation-banner{align-items:flex-start;flex-direction:column;gap:4px}}

.jce-profile-dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.jce-profile-dashboard a{display:flex;flex-direction:column;gap:5px;padding:20px;border:1px solid #dce5ef;border-radius:16px;background:linear-gradient(145deg,#fff,#f7fafc);text-decoration:none;color:#17324d;box-shadow:0 8px 24px rgba(17,43,70,.06);transition:.18s ease}.jce-profile-dashboard a:hover{transform:translateY(-2px);border-color:#b98a32}.jce-profile-dashboard strong{font-size:28px}.jce-profile-dashboard span{font-weight:800}.jce-profile-dashboard small{color:#657789}@media(max-width:1000px){.jce-profile-dashboard{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.jce-profile-dashboard{grid-template-columns:1fr}}

.jce-btn.danger{background:#9f1239;color:#fff;border-color:#9f1239}.jce-notice.error{border-left:5px solid #b91c1c}.jce-card textarea{line-height:1.55}.jce-card h2{letter-spacing:-.02em}

/* Enterprise 1.9 · Usuarios y comunicaciones */
.jce-user-avatar img{border-radius:18px;box-shadow:0 8px 20px rgba(7,31,53,.15)}.jce-timeline{display:grid;gap:12px}.jce-timeline article{border-left:4px solid var(--jce-gold);background:#f8fafc;border-radius:0 14px 14px 0;padding:14px 16px}.jce-timeline small{display:block;color:var(--jce-muted);margin-top:4px}.jce-mail-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:linear-gradient(125deg,#071f35,#123f68);color:#fff;border-radius:22px;padding:28px;margin-bottom:16px}.jce-mail-hero h2{font-size:28px;margin:4px 0}.jce-mail-hero p{color:#d6e5f2;max-width:760px}.jce-mail-kpis{display:flex;gap:10px;flex-wrap:wrap}.jce-mail-kpis span{background:rgba(255,255,255,.12);padding:12px 15px;border-radius:14px}.jce-mail-kpis strong{font-size:22px;display:block}.jce-tabs{display:flex;gap:6px;overflow:auto;background:#fff;border:1px solid var(--jce-line);border-radius:14px;padding:7px;margin-bottom:16px}.jce-tabs a{padding:10px 15px;border-radius:10px;text-decoration:none;color:var(--jce-text);font-weight:800;white-space:nowrap}.jce-tabs a.active{background:var(--jce-navy);color:#fff}@media(max-width:820px){.jce-mail-hero{align-items:flex-start;flex-direction:column}}

/* v2.0 application experience */
.jce-persona-hero{margin-top:22px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#082943,#11577b);color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:0 20px 45px rgba(8,41,67,.22);position:relative;overflow:hidden}.jce-persona-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08);right:-80px;top:-130px}.jce-persona-hero h2{font-size:clamp(27px,3.2vw,44px);margin:8px 0}.jce-persona-hero p{max-width:650px;color:#dceaf3}.jce-mini-stats{display:grid;grid-template-columns:repeat(3,110px);gap:10px;z-index:1}.jce-mini-stats a{background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);padding:16px;border-radius:16px;text-decoration:none;color:#fff;text-align:center}.jce-mini-stats strong{display:block;font-size:25px}.jce-mini-stats span{font-size:12px;color:#dceaf3}.persona-vendedor{background:linear-gradient(135deg,#29335c,#7251a0)}.persona-arrendador{background:linear-gradient(135deg,#0d4d4a,#15847d)}.persona-arrendatario{background:linear-gradient(135deg,#4a2b15,#a2692d)}.jce-journey{margin-top:18px;padding:22px;background:#fff;border:1px solid #dce6ee;border-radius:20px}.jce-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.jce-step{padding:16px;border-radius:14px;background:#f2f6f9;border:1px solid #dfE8ef}.jce-step span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#d9e4ec;color:#24445d;font-weight:800;margin-bottom:10px}.jce-step.done{background:#eef9f5;border-color:#bfe4d4}.jce-step.done span{background:#197353;color:#fff}.jce-admin-control{border-top:5px solid #bd8c32}.jce-switch{display:flex;gap:12px;align-items:center;padding:14px;border-radius:14px;background:#eef4f8}.jce-switch input{width:22px;height:22px}.jce-security-panel{padding:18px;border-radius:16px;background:linear-gradient(135deg,#eef8f3,#f5fbf8);border:1px solid #cce7d8;color:#285a43}@media(max-width:800px){.jce-persona-hero{display:block}.jce-mini-stats{grid-template-columns:repeat(3,1fr);margin-top:18px}.jce-step-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.jce-mini-stats,.jce-step-grid{grid-template-columns:1fr}.jce-persona-hero{padding:23px}}

.jce-feed{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid #e6edf4}.jce-feed.is-new{border-left:4px solid #c4973b;padding-left:14px;background:linear-gradient(90deg,#fffaf0,transparent)}.jce-feed p{margin:5px 0;color:#536477}.jce-timeline article{display:grid;grid-template-columns:150px 1fr auto;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid #e4ebf2}.jce-timeline time{font-weight:800;color:#17324d}.jce-nav{scrollbar-width:thin}.jce-card{box-shadow:0 10px 30px rgba(14,38,62,.07)}@media(max-width:760px){.jce-timeline article{grid-template-columns:1fr}.jce-sidebar{width:100%;position:relative;min-height:auto}.jce-shell{display:block}.jce-main{min-width:0}.jce-topbar{position:relative}}

/* v3.1 communications, reports and outreach */
.jce-message-thread{border:1px solid #dce5ef;border-radius:16px;background:#fff;overflow:hidden;margin-bottom:12px}.jce-message-thread summary{list-style:none;cursor:pointer;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(180deg,#fff,#f8fafc)}.jce-message-thread summary::-webkit-details-marker{display:none}.jce-message-thread summary strong,.jce-message-thread summary small{display:block}.jce-message-thread summary small{color:#64748b;margin-top:5px}.jce-message-body{padding:18px;border-top:1px solid #e3eaf1;line-height:1.7;background:#fffdf8}.jce-message-body p{margin:0}.jce-outreach-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.jce-outreach-kpis .jce-card strong{font-size:2rem;display:block}.jce-script-card{border-left:5px solid #c49a45}.jce-call-result{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef4f8;font-weight:800;font-size:.8rem}.jce-btn-row{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:800px){.jce-outreach-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.jce-outreach-kpis{grid-template-columns:1fr}}

.jce-document-vault{display:grid;gap:14px;margin-top:16px}.jce-vault-item{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:16px;border:1px solid #dce5ef;border-radius:18px;background:linear-gradient(135deg,#fff,#f7fbff)}.jce-vault-item h3{margin:3px 0 7px}.jce-vault-item p{margin:0 0 12px;color:#617186}.jce-vault-icon{width:48px;height:48px;border-radius:15px;background:#0b3159;color:#fff;display:grid;place-items:center;font-size:22px}.jce-btn.danger{background:#fff1f1;color:#a12121;border-color:#f1caca}.jce-field small{display:block;color:#6d7c8e;margin-top:6px;line-height:1.45}
/* v3.3 Call Center */
.jce-callcenter-shell{display:grid;gap:18px}.jce-callcenter-hero{background:linear-gradient(135deg,#071c35,#123d65 65%,#176f7b);color:#fff;border-radius:24px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 18px 50px rgba(7,28,53,.22)}.jce-callcenter-hero h1{font-size:clamp(28px,4vw,44px);margin:4px 0 8px}.jce-callcenter-hero p{max-width:760px;margin:0;color:#dbeaf5}.jce-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:#f1c86a;font-weight:800}.jce-agent-status{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:14px 16px;border-radius:16px;min-width:220px}.jce-agent-status .dot{width:12px;height:12px;background:#55d98b;border-radius:50%;box-shadow:0 0 0 5px rgba(85,217,139,.15)}.jce-agent-status small{display:block;color:#cce0ed;margin-top:3px}.jce-callcenter-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.jce-callcenter-kpis article{background:#fff;border:1px solid #dce6ef;border-radius:18px;padding:18px;box-shadow:0 8px 25px rgba(17,50,78,.07)}.jce-callcenter-kpis span,.jce-callcenter-kpis small{display:block;color:#66788a}.jce-callcenter-kpis strong{font-size:30px;color:#0b2b48;display:block;margin:5px 0}.jce-callcenter-tabs{display:flex;gap:8px;overflow:auto;background:#fff;border:1px solid #dce6ef;border-radius:18px;padding:8px;position:sticky;top:10px;z-index:8;box-shadow:0 8px 30px rgba(14,43,72,.08)}.jce-callcenter-tabs button{border:0;background:transparent;padding:11px 15px;border-radius:12px;white-space:nowrap;font-weight:750;color:#53697c;cursor:pointer}.jce-callcenter-tabs button.active{background:#0d3558;color:#fff;box-shadow:0 6px 18px rgba(13,53,88,.22)}.jce-callcenter-panel{display:none}.jce-callcenter-panel.active{display:block;animation:jceFade .2s ease}@keyframes jceFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.jce-queue-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e8eef3}.jce-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#0d3558,#1b7181);color:#fff;display:grid;place-items:center;font-weight:800}.jce-queue-row small{display:block;color:#738494;margin-top:3px}.jce-btn.mini{padding:8px 10px;font-size:12px}.jce-channel-bars{display:grid;gap:14px;margin:20px 0}.jce-channel-bars>div{display:grid;grid-template-columns:120px 1fr 35px;align-items:center;gap:10px}.jce-channel-bars b{display:block;height:9px;border-radius:10px;background:linear-gradient(90deg,#0d3558 var(--value),#e4ebf1 var(--value))}.jce-channel-bars em{font-style:normal;font-weight:800}.jce-quick-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.jce-quick-links button,.jce-quick-links a{border:1px solid #cedbe6;background:#f7fafc;color:#173a57;padding:12px;border-radius:12px;text-align:center;text-decoration:none;font-weight:750;cursor:pointer}.jce-scroll-list{max-height:640px;overflow:auto;padding-right:5px}.jce-dial-pad{background:#071c35;border-radius:20px;padding:18px;margin:15px 0}.jce-dial-pad input{width:100%;background:#0d2c4b;color:#fff;border:1px solid #214b70;border-radius:12px;text-align:center;font-size:18px;padding:12px}.jce-dial-pad>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.jce-dial-pad button{border:0;background:#123d65;color:#fff;border-radius:12px;padding:11px;font-size:17px}.jce-campaign-card{display:flex;justify-content:space-between;gap:16px;padding:16px;border:1px solid #dfe8ef;border-radius:16px;margin:10px 0;background:#fbfdff}.jce-campaign-card small{display:block;color:#728392;margin-top:4px}.jce-muted{color:#6d7f90;font-size:14px}.jce-callcenter-shell textarea{min-height:105px}
@media(max-width:1100px){.jce-callcenter-kpis{grid-template-columns:repeat(3,1fr)}.jce-callcenter-hero{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.jce-callcenter-kpis{grid-template-columns:repeat(2,1fr)}.jce-callcenter-hero{padding:20px;border-radius:18px}.jce-agent-status{width:100%;min-width:0}.jce-channel-bars>div{grid-template-columns:85px 1fr 28px}.jce-quick-links{grid-template-columns:1fr}.jce-callcenter-tabs{top:4px}}
/* Enterprise 4.0: dossier, reliability and operations at scale */
.jce-dossier-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#0b2037,#173f64);color:#fff}.jce-dossier-hero h2{color:#fff;margin:.35rem 0}.jce-dossier-hero p{color:#d9e8f5}.jce-progress-ring{--pct:75;width:116px;height:116px;flex:0 0 116px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(#d8aa52 calc(var(--pct)*1%),rgba(255,255,255,.17) 0)}.jce-progress-ring:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#0b2037}.jce-progress-ring strong,.jce-progress-ring span{position:relative;z-index:1;grid-column:1;grid-row:1}.jce-progress-ring strong{font-size:1.55rem;margin-top:-16px}.jce-progress-ring span{font-size:.72rem;margin-top:28px;color:#d9e8f5}.jce-badge.danger{background:#8d1d25!important;color:#fff!important}.jce-table tbody tr:hover{background:#f4f8fc}.jce-timeline pre{font-size:.75rem;background:#f2f5f8;padding:10px;border-radius:8px;max-height:160px;overflow:auto}@media(max-width:760px){.jce-dossier-hero{align-items:flex-start}.jce-progress-ring{width:92px;height:92px;flex-basis:92px}}
/* v4.1 access and administrative safety */
.jce-header-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.jce-portal-header .jce-btn.danger,.jce-client-footer a{background:#b42318!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 8px 20px rgba(0,0,0,.22);font-weight:900}.jce-portal-header .jce-btn.danger:hover,.jce-client-footer a:hover{background:#8f1d14!important;transform:translateY(-1px)}.jce-client-footer a{padding:9px 14px;border-radius:10px;text-decoration:none}.jce-divider{border:0;border-top:1px solid #d8e2ec;margin:22px 0}.jce-danger-zone{border:1px solid #e7a4a0;background:#fff7f6;border-radius:14px;padding:14px}.jce-danger-zone summary{cursor:pointer;color:#9f241b;font-weight:900}.jce-danger-zone p{color:#6f2d28}.jce-inline-delete{margin:0;display:inline-flex}.jce-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.jce-btn.danger{background:#b42318!important;color:#fff!important;border:1px solid #7f1d16!important}.jce-btn.danger:hover{background:#8f1d14!important}

.jce-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.jce-process-card{border:1px solid #dce6ef;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fff,#f7fafc)}.jce-process-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.jce-process-head h3{margin:3px 0}.jce-process-head strong{font-size:28px;color:#0c2c49}.jce-process-head small{font-size:10px;font-weight:800;letter-spacing:.12em;color:#738397}.jce-progress{height:10px;background:#dfe8ef;border-radius:999px;overflow:hidden;margin:12px 0}.jce-progress span{display:block;height:100%;background:linear-gradient(90deg,#c9972e,#f0c86c);border-radius:999px}.jce-process-list{display:grid;gap:8px;margin:15px 0}.jce-process-list form{margin:0}.jce-process-item{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #dbe5ed;background:#fff;border-radius:12px;padding:11px 12px;cursor:pointer;color:#25384a}.jce-process-item:hover{border-color:#b98a2e;transform:translateY(-1px)}.jce-process-item.done{background:#edf8f2;border-color:#94cfac;color:#1c5b36}.jce-process-check{width:24px;height:24px;border:2px solid #aebdca;border-radius:7px;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.jce-process-item.done .jce-process-check{background:#247447;border-color:#247447;color:#fff}@media(max-width:900px){.jce-process-grid{grid-template-columns:1fr}}

/* v4.3 · Zoom Scheduler */
.jcphe-scheduler-module{width:100%}.jcphe-scheduler-intro{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.jcphe-scheduler-intro small,.jcphe-scheduler-page-head small{display:block;font-weight:900;letter-spacing:.13em;color:#a77a22}.jcphe-scheduler-intro h2{margin:4px 0 8px;color:#0d2c49;font-size:clamp(26px,4vw,40px)}.jcphe-scheduler-intro p{margin:0;color:#607084;max-width:760px;line-height:1.65}.jcphe-scheduler-icon{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border-radius:16px;background:linear-gradient(145deg,#0d2c49,#174d78);color:#fff;font-size:26px;box-shadow:0 12px 28px rgba(13,44,73,.22)}.jcphe-scheduler-frame-wrap{overflow:hidden;border:1px solid #d9e4ed;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(13,44,73,.12)}.jcphe-scheduler-help{margin-top:12px;padding:12px 15px;border-radius:12px;background:#f3f7fa;color:#536579;font-size:13px}.jcphe-scheduler-help a{font-weight:800;color:#0d2c49}.jcphe-scheduler-page{background:radial-gradient(circle at 90% 0,rgba(214,173,85,.18),transparent 35%),#eef4f8}.jcphe-scheduler-page-shell{max-width:1180px;margin:0 auto;padding:38px 20px 50px}.jcphe-scheduler-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;padding:28px;margin-bottom:22px;border-radius:24px;background:linear-gradient(135deg,#0d2c49,#164c78);color:#fff;box-shadow:0 20px 60px rgba(13,44,73,.24)}.jcphe-scheduler-page-head h1{margin:7px 0 8px;font-size:clamp(32px,5vw,56px);line-height:1}.jcphe-scheduler-page-head p{max-width:760px;margin:0;color:#dce9f3;line-height:1.65}.jcphe-scheduler-page-actions{display:flex;gap:10px;flex-wrap:wrap}.jcphe-scheduler-page-footer{text-align:center;padding:24px;color:#63768a;font-size:13px}@media(max-width:760px){.jcphe-scheduler-page-head{flex-direction:column;padding:22px}.jcphe-scheduler-page-actions,.jcphe-scheduler-page-actions .jce-btn{width:100%}.jcphe-scheduler-frame-wrap iframe{height:720px!important}.jce-scheduler-portal-card{padding:14px!important}}

/* v4.5 client experience */
.jce-client-app-nav{position:sticky;top:10px;z-index:20;overflow-x:auto;scrollbar-width:none;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border:1px solid #dbe7f0;box-shadow:0 14px 38px rgba(15,35,55,.09)}
.jce-client-app-nav::-webkit-scrollbar{display:none}.jce-client-app-nav a{white-space:nowrap}.jce-client-app-nav a.active{background:#0b2d4d;color:#fff;box-shadow:0 8px 20px rgba(11,45,77,.18)}
.jce-portal-shell [hidden]{display:none!important}.jce-view-active{animation:jceViewIn .22s ease both}@keyframes jceViewIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.jce-meeting-grid{display:grid;gap:14px;margin-top:20px}.jce-meeting-card{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;padding:18px;border:1px solid #dce7f0;border-radius:18px;background:linear-gradient(135deg,#fff,#f7fbff)}
.jce-meeting-date{display:grid;place-items:center;min-height:68px;border-radius:16px;background:#0b2d4d;color:#fff}.jce-meeting-date strong{font-size:28px;line-height:1}.jce-meeting-date span{text-transform:uppercase;font-size:11px;letter-spacing:.12em}.jce-meeting-card h3{margin:4px 0 7px}.jce-meeting-card p{margin:0 0 12px}
.jce-client-footer a{display:inline-flex!important;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;background:#8b1e2d;color:#fff!important;font-weight:800;text-decoration:none;box-shadow:0 8px 20px rgba(139,30,45,.24)}
@media(max-width:700px){.jce-client-app-nav{top:0;border-radius:0;margin-left:-14px;margin-right:-14px;padding-left:14px}.jce-meeting-card{grid-template-columns:58px 1fr;padding:14px}.jce-meeting-date{min-height:58px}.jce-client-footer{gap:12px;align-items:flex-start;flex-direction:column}}


/* Expediente 360° */
.jce-360-intro{background:linear-gradient(135deg,#071f3b,#0b4f91);color:#fff}.jce-360-intro h2,.jce-360-intro p,.jce-360-intro small{color:#fff}.jce-360-selector{display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid rgba(255,255,255,.25);border-radius:16px;background:rgba(255,255,255,.1);color:#fff;text-decoration:none}.jce-360-selector:hover{background:rgba(255,255,255,.18)}.jce-360-list{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid #e4ebf2;text-decoration:none;color:#102a43}.jce-360-list:last-child{border:0}.jce-360-list small{color:#64748b}.jce-360-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#061c35,#0a58a0);color:#fff}.jce-360-hero h2,.jce-360-hero p,.jce-360-hero small{color:#fff}.jce-360-tags{display:flex;gap:8px;flex-wrap:wrap}.jce-360-tags span{background:rgba(255,255,255,.14);padding:6px 10px;border-radius:999px;font-size:.82rem}.jce-360-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:16px}.jce-360-kpis a{background:#fff;border:1px solid #dce7f2;border-radius:15px;padding:15px;text-decoration:none;color:#12304d;box-shadow:0 5px 18px rgba(12,45,78,.05)}.jce-360-kpis strong{display:block;font-size:1.45rem;color:#075eaa}.jce-360-kpis span{font-size:.8rem;font-weight:700}.jce-360-bars>div{margin:14px 0}.jce-360-bars span{display:flex;justify-content:space-between;font-weight:700}.jce-360-bars i{display:block;height:9px;background:#e6edf5;border-radius:99px;overflow:hidden;margin-top:7px}.jce-360-bars em{display:block;height:100%;background:linear-gradient(90deg,#0b64b4,#35a8ff);border-radius:99px}.jce-360-timeline article{display:grid;grid-template-columns:18px 1fr;gap:12px;position:relative;padding-bottom:20px}.jce-360-timeline article:before{content:"";position:absolute;left:6px;top:14px;bottom:0;width:2px;background:#d9e5f1}.jce-360-timeline article:last-child:before{display:none}.jce-360-timeline i{width:14px;height:14px;background:#0b64b4;border:3px solid #cfe7fb;border-radius:50%;margin-top:3px;z-index:1}.jce-360-timeline p{margin:5px 0}.jce-360-timeline small{color:#64748b}@media(max-width:1000px){.jce-360-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.jce-360-hero{align-items:flex-start;flex-direction:column}.jce-360-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* JC Property Hub Enterprise V5 */
.jce-sidebar{width:286px;background:linear-gradient(180deg,#082b4c 0%,#061f37 100%);box-shadow:12px 0 35px rgba(4,27,48,.14)}
.jce-brand{padding:24px 22px 18px;border-bottom:1px solid rgba(255,255,255,.09)}.jce-brand strong{font-size:17px}.jce-brand span{opacity:.7;letter-spacing:.4px}
.jce-nav{padding:12px 11px 30px}.jce-nav-group{padding:16px 12px 6px;color:#7fa7c8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1.35px}
.jce-nav a{display:flex!important;align-items:center;gap:11px;padding:10px 12px!important;margin:2px 0;border-radius:10px;color:#dbeaf6!important;font-size:13px;font-weight:650;transition:.18s ease}
.jce-nav a:hover{background:rgba(255,255,255,.08);transform:translateX(2px)}.jce-nav a.active{background:linear-gradient(135deg,#1878c8,#0f5f9f);box-shadow:0 8px 20px rgba(0,93,165,.34);color:#fff!important}
.jce-nav-icon{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 20px}.jce-nav-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jce-main{margin-left:286px}.jce-topbar{backdrop-filter:blur(14px);background:rgba(255,255,255,.92);border-bottom:1px solid #dae5ee}.jce-topbar h1{font-size:22px;color:#092d50}
.jce-mobile-toggle,.jce-sidebar-overlay{display:none}.jce-report-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#082f53,#0f659f);color:#fff}.jce-report-hero h2{color:#fff;font-size:26px;margin:5px 0}.jce-report-hero p{max-width:780px;color:#d9eaf6}.jce-report-card .jce-nav-icon{width:42px;height:42px;border-radius:11px;background:#e8f3fc;color:#0d67aa}.jce-report-card .jce-nav-icon svg{width:24px;height:24px}
@media(max-width:980px){.jce-mobile-toggle{display:flex;position:fixed;z-index:1002;left:12px;top:12px;width:44px;height:44px;border:0;border-radius:11px;background:#082f53;flex-direction:column;justify-content:center;gap:5px;padding:11px;box-shadow:0 6px 18px #092d5040}.jce-mobile-toggle span{display:block;height:2px;background:#fff;border-radius:2px}.jce-sidebar{position:fixed;left:-300px;top:0;bottom:0;z-index:1001;transition:left .22s ease;overflow-y:auto}.jce-main{margin-left:0}.jce-topbar{padding-left:68px}.jce-menu-open .jce-sidebar{left:0}.jce-menu-open .jce-sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(2,18,33,.52);z-index:1000}.jce-report-hero{flex-direction:column;align-items:flex-start}}
@media(max-width:600px){.jce-content{padding:14px}.jce-topbar{padding-top:14px;padding-bottom:14px}.jce-topbar h1{font-size:18px}.jce-grid.cols-3,.jce-grid.cols-4{grid-template-columns:1fr}.jce-sidebar{width:min(88vw,300px)}}


/* Enterprise 5.0.1: corrección de alineación y aprovechamiento del ancho */
@media(min-width:981px){
  .jce-shell{display:grid;grid-template-columns:286px minmax(0,1fr);width:100%;max-width:none;margin:0;align-items:start}
  .jce-sidebar{width:286px;min-width:286px;position:sticky;left:auto;top:0;height:100vh}
  .jce-main{margin-left:0!important;width:100%;min-width:0}
  .jce-content{width:100%;max-width:1800px;margin:0 auto;padding:30px clamp(24px,3vw,48px)}
  .jce-topbar{width:100%;padding-left:clamp(24px,3vw,48px);padding-right:clamp(24px,3vw,48px)}
}.jcphe-cfa-module .jcphe-cfa-results table.jce-table tbody tr td{background:#fff!important;color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jcphe-cfa-results table.jce-table tbody tr:nth-child(even) td{background:#f3f8fa!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
@media(min-width:1500px){
  .jce-content{max-width:1900px}
}
@media(max-width:980px){
  .jce-shell{display:block;width:100%}
  .jce-main{width:100%;min-width:0}
  .jce-content{width:100%;max-width:none;margin:0;padding:20px}
}
@media(max-width:600px){
  .jce-content{padding:14px 12px}
}
/* V5.1 Modo Calle / Quiosco */
.jce-kiosk-shell{max-width:1500px;margin:0 auto}.jce-kiosk-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#062d52,#0d6eb8);color:#fff;padding:28px;border-radius:22px;margin-bottom:18px}.jce-kiosk-hero h2{font-size:30px;margin:7px 0}.jce-kiosk-hero p{margin:0;color:#d9ebfa}.jce-kiosk-badge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#ffffff20;font-size:11px;font-weight:900;letter-spacing:1px}.jce-kiosk-actions{display:flex;gap:9px;flex-wrap:wrap}.jce-kiosk-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.72fr);gap:18px;margin-bottom:18px}.jce-kiosk-types{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:18px}.jce-kiosk-types input{position:absolute;opacity:0}.jce-kiosk-types span{display:flex;min-height:58px;align-items:center;justify-content:center;text-align:center;border:1px solid #cfdde9;border-radius:13px;padding:10px;font-weight:800;cursor:pointer}.jce-kiosk-types input:checked+span{background:#0d6eb8;color:#fff;border-color:#0d6eb8}.jce-kiosk-submit{display:flex;justify-content:space-between;gap:10px;margin-top:15px}.jce-kiosk-shortcuts{display:flex;flex-direction:column;gap:9px}.jce-kiosk-shortcuts>a{display:block;padding:14px;border-radius:12px;background:#eef5fb;color:#0b4d80;font-weight:800;text-decoration:none}.jce-kiosk-tip{margin-top:auto;background:#fff7df;border:1px solid #efda91;border-radius:13px;padding:14px}.jce-kiosk-list{display:grid;gap:10px}.jce-kiosk-item{display:flex;gap:14px;align-items:flex-start;padding:13px;border:1px solid #dbe5ed;border-radius:14px}.jce-kiosk-photo img{width:72px;height:72px;object-fit:cover;border-radius:10px}.jce-kiosk-copy{flex:1;min-width:0}.jce-kiosk-copy>span{display:block;font-size:12px;color:#6a7e90}.jce-kiosk-copy p{margin:5px 0}.jce-kiosk-row-actions{display:flex;gap:12px;flex-wrap:wrap}.jce-kiosk-row-actions a{font-size:12px;font-weight:800}.jce-kiosk-row-actions .danger{color:#b3261e}.jce-kiosk-shell.is-full{max-width:none}.jce-kiosk-shell.is-full~*{}body:has(.jce-kiosk-shell.is-full) .jce-sidebar,body:has(.jce-kiosk-shell.is-full) .jce-topbar{display:none}body:has(.jce-kiosk-shell.is-full) .jce-main{margin-left:0!important;width:100%!important}body:has(.jce-kiosk-shell.is-full) .jce-content{max-width:none!important;padding:12px!important}
@media(max-width:900px){.jce-kiosk-grid{grid-template-columns:1fr}.jce-kiosk-types{grid-template-columns:repeat(2,1fr)}.jce-kiosk-hero{align-items:flex-start;flex-direction:column}.jce-kiosk-hero h2{font-size:24px}.jce-kiosk-actions{width:100%}.jce-kiosk-actions .jce-btn{flex:1;text-align:center}.jce-kiosk-submit{position:sticky;bottom:8px;background:#fff;padding:10px;border-radius:14px;box-shadow:0 8px 30px #0b2e4b25;z-index:3}.jce-kiosk-submit .jce-btn{flex:1}.jce-kiosk-item{align-items:center}.jce-kiosk-item>.jce-pill{display:none}}
@media(max-width:520px){.jce-kiosk-types{grid-template-columns:1fr 1fr}.jce-kiosk-types span{min-height:48px;font-size:12px}.jce-kiosk-item{align-items:flex-start}.jce-kiosk-photo img{width:58px;height:58px}.jce-kiosk-row-actions{gap:9px}}
/* V5.1.1 - robust full-screen kiosk and conditional questionnaire */
body.jce-kiosk-mode{overflow-x:hidden;background:#eef4f9}
body.jce-kiosk-mode .jce-sidebar,body.jce-kiosk-mode .jce-topbar,body.jce-kiosk-mode .jce-mobile-toggle,body.jce-kiosk-mode .jce-sidebar-overlay{display:none!important}
body.jce-kiosk-mode .jce-shell{display:block!important;min-height:100vh}
body.jce-kiosk-mode .jce-main{margin:0!important;width:100%!important;max-width:none!important;min-height:100vh}
body.jce-kiosk-mode .jce-content{width:100%!important;max-width:1760px!important;margin:0 auto!important;padding:18px clamp(12px,2.5vw,38px) 40px!important}
body.jce-kiosk-mode .jce-kiosk-shell{max-width:none;width:100%}
.jce-kiosk-step{display:flex;align-items:center;gap:10px;margin:4px 0 12px;color:#173b5c;font-weight:900}.jce-kiosk-step strong{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#0d6eb8;color:#fff}.jce-kiosk-dynamic[hidden]{display:none!important}.jce-kiosk-form-card select,.jce-kiosk-form-card input,.jce-kiosk-form-card textarea{width:100%}.jce-kiosk-form-card label{transition:opacity .18s ease}.jce-kiosk-shell.is-full .jce-kiosk-grid{grid-template-columns:minmax(0,2.4fr) minmax(280px,.65fr)}
@media(max-width:900px){body.jce-kiosk-mode .jce-content{padding:10px 8px 28px!important}.jce-kiosk-shell.is-full .jce-kiosk-grid{grid-template-columns:1fr}.jce-kiosk-shell.is-full .jce-kiosk-hero{border-radius:16px;margin-bottom:10px}.jce-kiosk-shell.is-full .jce-card{border-radius:15px}.jce-kiosk-step{margin-top:8px}.jce-kiosk-dynamic.span-2{grid-column:1/-1}}
@media(max-width:520px){body.jce-kiosk-mode .jce-content{padding:0 0 22px!important}.jce-kiosk-shell.is-full .jce-kiosk-hero{border-radius:0;padding:18px 14px}.jce-kiosk-shell.is-full .jce-card{border-radius:0;border-left:0;border-right:0}.jce-kiosk-shell.is-full .jce-kiosk-grid{gap:8px}.jce-kiosk-shell.is-full .jce-kiosk-types{padding:0}.jce-kiosk-shell.is-full .jce-form-grid.cols-2{grid-template-columns:1fr}.jce-kiosk-shell.is-full .span-2{grid-column:auto}}

/* V5.2 Rótulos, QR y acceso */
.jce-qr-box{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:22px;align-items:center}.jce-qr-box img{width:100%;max-width:260px;background:#fff;border:1px solid #d9e4ee;border-radius:16px;padding:12px}.jce-qr-box code{display:block;overflow-wrap:anywhere;background:#f2f6fa;padding:12px;border-radius:10px;margin:10px 0}.jce-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:720px){.jce-qr-box{grid-template-columns:1fr}.jce-qr-box img{margin:auto}}
.jce-module-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px;padding:8px;background:#edf3f8;border:1px solid #d7e2ec;border-radius:14px}.jce-module-tabs a{padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:800;color:#29445e}.jce-module-tabs a.active{background:#092d50;color:#fff;box-shadow:0 4px 12px #092d5030}.jce-actions form{display:inline-flex;margin:0}.jce-actions{display:flex;gap:7px;flex-wrap:wrap;align-items:center}@media(max-width:700px){.jce-module-tabs{display:grid;grid-template-columns:1fr}.jce-module-tabs a{text-align:center}.jce-actions .jce-btn,.jce-actions form,.jce-actions form button{width:100%}}

/* TMS 6.6 - progreso ponderado reversible */
.jce-progress-summary{text-align:right}.jce-progress-summary strong{display:block;font-size:2rem;color:var(--jce-navy)}.jce-progress-summary small,.jce-progress-caption{color:var(--jce-muted)}.jce-progress-large{height:16px;margin:14px 0 8px}.jce-checklist-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0}.jce-stage-card{border:1px solid var(--jce-line);border-radius:18px;background:#f8fafc;margin:14px 0;padding:0 18px 18px}.jce-stage-card>summary{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 0;cursor:pointer}.jce-stage-card>summary div:first-child{display:flex;flex-direction:column}.jce-stage-card>summary small{color:var(--jce-muted);font-weight:500;margin-top:4px}.jce-stage-percent{font-size:1.45rem;font-weight:900;color:var(--jce-navy)}.jce-task-list{display:grid;gap:10px;margin-top:14px}.jce-task-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;background:#fff;border:1px solid var(--jce-line);border-radius:15px;padding:14px}.jce-task-row.is-complete{background:#f1f9f4;border-color:#acd4bb}.jce-task-toggle-form{margin:0}.jce-task-toggle{width:38px;height:38px;border-radius:11px;border:2px solid #aebdca;background:#fff;cursor:pointer;font-weight:900;font-size:20px}.jce-task-row.is-complete .jce-task-toggle{background:#247447;border-color:#247447;color:#fff}.jce-task-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.jce-task-main small{display:block;color:var(--jce-muted);margin-top:6px}.jce-task-edit>summary{cursor:pointer;font-weight:800;color:var(--jce-navy)}.jce-task-edit[open]{grid-column:1/-1;padding-top:12px;border-top:1px solid var(--jce-line)}.jce-client-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0}.jce-client-stage{border:1px solid var(--jce-line);border-radius:16px;padding:17px;background:#fff}.jce-client-task-list{display:grid;gap:9px;margin-top:14px}.jce-client-task{display:flex;align-items:center;gap:10px;padding:9px;border-radius:10px;background:#f7f9fb}.jce-client-task.done{background:#edf8f2}.jce-client-task small{display:block;color:var(--jce-muted);margin-top:3px}@media(max-width:900px){.jce-task-row{grid-template-columns:auto minmax(0,1fr)}.jce-task-edit{grid-column:1/-1}.jce-client-stage-grid{grid-template-columns:1fr}.jce-checklist-intro{align-items:flex-start;flex-direction:column}}

.jcphe-contact-history{display:grid;gap:0;margin-top:10px}.jcphe-history-item{display:grid;grid-template-columns:18px 1fr;gap:12px;position:relative}.jcphe-history-item:before{content:"";position:absolute;left:7px;top:18px;bottom:-8px;width:2px;background:#dce5ef}.jcphe-history-item:last-child:before{display:none}.jcphe-history-marker{width:16px;height:16px;border-radius:50%;background:#0b2b49;margin-top:19px;border:4px solid #e7eef5;z-index:1}.jcphe-history-content{padding:12px 0 20px}.jcphe-history-content h4{margin:7px 0 4px}.jcphe-history-content p{margin:8px 0;color:#33485b}.jcphe-history-content time{font-size:12px;color:#607386}.jcphe-history-filters{margin-top:16px}

/* 6.16.0 - initial property tables */
.jcphe-initial-table-card{border:1px solid #dbe4ee;background:#fff}.jcphe-table-summary{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.jcphe-table-summary>span{background:#f7f9fc;border:1px solid #dce5ef;border-radius:999px;padding:8px 12px}.jcphe-entry-table th{white-space:nowrap}.jcphe-entry-table td{vertical-align:middle;min-width:110px}.jcphe-entry-table td:first-child{min-width:180px}.jcphe-entry-table input,.jcphe-entry-table select{width:100%;min-width:100px}.jcphe-risk-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;border:1px solid transparent}.jcphe-risk-green{background:#e8f7ee;color:#176b3a;border-color:#9bd8b3}.jcphe-risk-orange{background:#fff2df;color:#9b4a00;border-color:#f2bd79}.jcphe-risk-red{background:#fde9e8;color:#a52722;border-color:#efa49f}.jcphe-risk-neutral{background:#eef2f6;color:#526171;border-color:#cfd8e2}.jce-check.compact{display:block;margin:2px 0}
/* Property Experience 6.17 */
.jcphe-collapsible-card{background:#f8fbff}.jce-inline-link-field{display:flex;gap:10px;align-items:center}.jce-inline-link-field input{flex:1}[data-jcphe-geo-message]{display:block;margin-top:8px;color:#466079}[data-jcphe-geo-message][data-state="error"]{color:#a32121}.jcphe-public-preview-note{border-left:4px solid #0f3d75;padding:10px 12px;background:#eff6ff}.jce-card>details{margin-top:14px;border-top:1px solid #dce5ef;padding-top:12px}.jce-card>details>summary{cursor:pointer;color:#0f3d75}

.jcphe-inventory-meta{display:grid;gap:3px;margin-top:8px}.jcphe-inventory-meta small{display:block}.jce-table details form[data-jcphe-record-form]{margin-top:10px}

/* 6.19.2 · Operational filters */
.jcphe-filter-bar{display:grid;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(120,130,140,.22)}
.jcphe-filter-row{display:grid;grid-template-columns:minmax(260px,2fr) minmax(150px,1fr) minmax(160px,1fr);gap:12px;align-items:end}
.jcphe-filter-search{min-width:0}.jcphe-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.jcphe-result-list{display:grid;gap:10px}
.jcphe-result-item{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 0;border-top:1px solid rgba(120,130,140,.18)}
.jcphe-result-item:first-child{border-top:0}.jcphe-result-item h3{margin:7px 0 3px}.jcphe-result-item p{margin:0;opacity:.78}
.jcphe-pagination{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:18px;padding-top:14px;border-top:1px solid rgba(120,130,140,.18)}
@media(max-width:800px){.jcphe-filter-row{grid-template-columns:1fr}.jcphe-result-item{align-items:flex-start;flex-direction:column}}

/* Property relations UI hotfix 6.19.3: prevent owner/professional action panels from collapsing into narrow columns. */
.jcphe-property-relation-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start;width:100%;margin:12px 0!important}
.jcphe-property-relation-actions .jcphe-relation-panel{display:block;min-width:0;width:100%;margin:0;padding:0;border:1px solid #dce5ef;border-radius:14px;background:#fff;overflow:hidden}
.jcphe-property-relation-actions .jcphe-relation-panel>summary{display:flex;align-items:center;gap:10px;min-height:52px;padding:14px 16px;cursor:pointer;list-style:none;background:#f7fafc;color:#12385c;font-weight:800;border:0}
.jcphe-property-relation-actions .jcphe-relation-panel>summary::-webkit-details-marker{display:none}
.jcphe-property-relation-actions .jcphe-relation-panel>summary:before{content:'+';display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#e8f0f7;color:#0a3b66;font-weight:900;flex:0 0 26px}
.jcphe-property-relation-actions .jcphe-relation-panel[open]>summary{background:#eef4f8;border-bottom:1px solid #dce5ef}
.jcphe-property-relation-actions .jcphe-relation-panel[open]>summary:before{content:'−'}
.jcphe-property-relation-actions .jcphe-relation-panel>form,.jcphe-property-relation-actions .jcphe-relation-panel>p{margin:0;padding:16px}
.jcphe-property-relation-actions .jcphe-relation-panel>p{color:#607084;line-height:1.5}
.jcphe-property-relation-actions .jcphe-relation-panel .jce-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.jcphe-property-relation-actions .jcphe-relation-panel .jce-field.full{grid-column:1/-1}
.jcphe-property-relation-actions .jcphe-relation-panel .jce-checks{margin:14px 0}
.jcphe-property-relation-actions .jcphe-relation-panel .jce-btn{width:auto;max-width:100%;white-space:normal}
@media(max-width:900px){.jcphe-property-relation-actions{grid-template-columns:1fr}.jcphe-property-relation-actions .jcphe-relation-panel .jce-form-grid{grid-template-columns:1fr}}

/* 6.21.0 — Mi día / Centro de mando */
.jce-nav-more{margin:8px 0}.jce-nav-more summary{list-style:none;cursor:pointer;padding:12px 13px;border-radius:12px;color:#c9d8e6;font-weight:800;font-size:13px}.jce-nav-more summary::-webkit-details-marker{display:none}.jce-nav-more summary:after{content:'⌄';float:right;opacity:.7}.jce-nav-more[open] summary:after{content:'⌃'}.jce-nav-more-list{padding-left:5px}.jce-nav-more-list .jce-nav-group{margin-top:10px}.jce-work-dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px;border-radius:22px;background:linear-gradient(135deg,#071f35,#0c4c72 65%,#176f7b);color:#fff;box-shadow:0 18px 45px rgba(7,31,53,.18)}.jce-work-dashboard-hero h2{margin:3px 0 6px;font-size:32px}.jce-work-dashboard-hero p{margin:0;color:#d8e8f3;max-width:760px}.jce-work-dashboard-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.jce-work-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px}.jce-work-kpi{display:block;background:#fff;border:1px solid #dce6ef;border-radius:17px;padding:17px;color:#173a57;text-decoration:none;box-shadow:0 8px 24px rgba(14,39,65,.06);transition:transform .15s ease,box-shadow .15s ease}.jce-work-kpi:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(14,39,65,.1)}.jce-work-kpi span,.jce-work-kpi small{display:block;color:#6b7d8e}.jce-work-kpi strong{display:block;font-size:30px;margin:4px 0;color:#0a2c49}.jce-work-quick{display:grid;gap:9px}.jce-work-quick a{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #dce6ef;border-radius:13px;background:#f8fbfd;color:#163b59;text-decoration:none}.jce-work-quick a:hover{background:#eef5f9}.jce-work-quick strong{width:30px;height:30px;border-radius:9px;background:#e4edf4;display:grid;place-items:center}.jce-work-quick span{font-weight:800}.jce-work-quick small{display:block;font-weight:500;color:#718294;margin-top:2px}.jce-work-dashboard-grid .jce-card{min-width:0}@media(max-width:1100px){.jce-work-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.jce-work-dashboard-hero{align-items:flex-start;flex-direction:column}.jce-work-dashboard-actions{justify-content:flex-start}}@media(max-width:720px){.jce-work-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-work-dashboard-hero{padding:20px;border-radius:18px}.jce-work-kpi strong{font-size:25px}}@media(max-width:520px){.jce-work-kpis{grid-template-columns:1fr}.jce-work-dashboard-actions .jce-btn{width:100%}}

/* 6.21.2 · Navigation refinement: one hierarchy, elegant groups, no duplicate principal menu */
.jce-sidebar{background:linear-gradient(180deg,#071d33 0%,#092a47 48%,#061a2d 100%);border-right:1px solid rgba(255,255,255,.08);padding:22px 14px 18px;box-shadow:16px 0 42px rgba(3,22,39,.16)}
.jce-brand{padding:8px 12px 20px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.10)}
.jce-brand strong{font-size:17px;letter-spacing:-.02em}.jce-brand span{display:block;margin-top:5px;color:#9fb6ca;letter-spacing:.12em}
.jce-nav{display:flex;flex-direction:column;gap:3px}.jce-nav a{transition:background .16s ease,color .16s ease,transform .16s ease;border:1px solid transparent}
.jce-nav-primary-item{position:relative;padding:10px 11px!important;border-radius:11px!important;color:#dbe8f2!important;font-size:13px!important}
.jce-nav-primary-item:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;transform:translateX(1px)}
.jce-nav-primary-item.active{background:linear-gradient(90deg,rgba(38,126,181,.34),rgba(201,159,63,.12))!important;border-color:rgba(201,159,63,.22)!important;color:#fff!important;box-shadow:inset 3px 0 0 #d3aa54}
.jce-nav-primary-item.active .jce-nav-icon{color:#e1bd69}
.jce-nav-primary-item.jcphe-our-portfolio-link{border-color:rgba(207,168,79,.26)!important;background:linear-gradient(90deg,rgba(207,168,79,.12),rgba(38,126,181,.12))!important}.jce-nav-primary-item.jcphe-our-portfolio-link .jce-nav-icon{color:#e1bd69}.jce-nav-primary-item.jcphe-our-portfolio-link strong em{margin-left:4px;color:#8ed8ff;font-style:normal;font-size:11px}
.jce-nav-icon{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 18px;color:#9db6ca}.jce-nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.jce-nav-section{margin-top:5px;border-top:1px solid rgba(255,255,255,.07);padding-top:5px}.jce-nav-section summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:#a9bdcd;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.10em}.jce-nav-section summary::-webkit-details-marker{display:none}.jce-nav-section summary:hover{background:rgba(255,255,255,.055);color:#edf5fb}.jce-nav-section-icon{display:inline-grid;place-items:center;width:18px;color:#7794aa}.jce-nav-section-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.jce-nav-chevron{margin-left:auto;font-size:19px;line-height:1;transform:rotate(0deg);transition:transform .16s ease;color:#708da3}.jce-nav-section[open] .jce-nav-chevron{transform:rotate(90deg);color:#d5ad5c}.jce-nav-section-list{padding:2px 0 5px}.jce-nav-subitem{padding:8px 10px 8px 15px!important;margin:1px 0!important;border-radius:9px!important;font-size:12.5px!important;font-weight:650!important;color:#b9cbd9!important}.jce-nav-subitem:hover{background:rgba(255,255,255,.06)!important;color:#fff!important}.jce-nav-subitem.active{background:rgba(35,113,165,.25)!important;color:#fff!important;border-color:rgba(90,163,207,.16)!important;box-shadow:inset 2px 0 0 #62a7d1}.jce-nav-subitem.active .jce-nav-icon{color:#7ec1e8}.jce-nav-group{padding:8px 10px 5px;color:#718ba0;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.jce-nav-links{margin-top:7px;padding-top:7px;border-top:1px solid rgba(255,255,255,.08)}.jce-nav-links a{font-size:12px!important;color:#91aabd!important;padding:7px 10px!important}.jce-nav-links a:hover{color:#fff!important;background:rgba(255,255,255,.05)!important}
@media(max-width:980px){.jce-sidebar{padding-top:66px}}

/* 6.21.3 — Agent-friendly navigation: one menu, fewer visible choices, warmer hierarchy */
.jce-nav-compact-group{margin-top:6px;padding-top:5px;border-top:1px solid rgba(255,255,255,.07)}
.jce-nav-secondary{margin-top:3px;padding-top:0;border-top:0}
.jce-nav-secondary summary{padding:8px 11px;text-transform:none;letter-spacing:.01em;font-size:12px;font-weight:750;color:#9fb5c7}
.jce-nav-secondary summary:hover{background:rgba(255,255,255,.055);color:#f4f8fb}
.jce-nav-secondary .jce-nav-section-list{padding:1px 0 3px}
.jce-nav-secondary .jce-nav-subitem{padding:7px 10px 7px 18px!important;font-size:12px!important;color:#a9bfce!important}
.jce-nav-helper{margin-top:9px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035);display:grid;gap:4px}
.jce-nav-helper-title{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#6f899e;padding:1px 5px 4px}
.jce-nav-helper a{font-size:11.5px!important;color:#d6e5ef!important;padding:7px 8px!important;border-radius:8px!important}
.jce-nav-helper a:hover{background:rgba(255,255,255,.07)!important;color:#fff!important}
.jce-top-actions .jce-btn{border-radius:10px}
@media(max-width:980px){.jce-nav-helper{margin-bottom:10px}}

/* Final global contrast pass for shared intranet controls. */
body.jce-mode-dark .jce-content .jce-card,body.jce-mode-dark .jce-content .jce-panel,body.jce-mode-dark .jce-content .jce-section{color:#123047!important;background:#fff!important;border-color:#cbd8e2!important}
body.jce-mode-dark .jce-content .jce-card h1,body.jce-mode-dark .jce-content .jce-card h2,body.jce-mode-dark .jce-content .jce-card h3,body.jce-mode-dark .jce-content .jce-card strong,body.jce-mode-dark .jce-content .jce-panel strong{color:#123047!important}
body.jce-mode-dark .jce-content .jce-card p,body.jce-mode-dark .jce-content .jce-card small,body.jce-mode-dark .jce-content .jce-panel p{color:#36566d!important;opacity:1!important}
body.jce-mode-dark .jce-content .jce-btn,body.jce-mode-dark .jce-content button{color:#fff!important;background:#164e63!important;border-color:#0e7490!important;opacity:1!important}
body.jce-mode-dark .jce-content .jce-btn.gold,body.jce-mode-dark .jce-content button.gold{color:#123047!important;background:#d7af52!important;border-color:#b88d2d!important}
body.jce-mode-dark .jce-topbar a,body.jce-mode-dark .jce-topbar button{color:#eaf4fa!important}

/* 6.21.3 — Agent-friendly quick actions */
.jce-agent-shortcuts{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:9px 24px;background:#f7f9fc;border-bottom:1px solid #e2e8ef}
.jce-agent-shortcuts-title{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#738396;margin-right:4px}
.jce-agent-shortcuts a{display:inline-flex;align-items:center;min-height:31px;padding:5px 10px;border:1px solid #dbe4ec;border-radius:9px;background:#fff;color:#183d5c;text-decoration:none;font-size:11.5px;font-weight:800;box-shadow:0 2px 7px rgba(20,50,80,.04)}
.jce-agent-shortcuts a:hover{border-color:#b9cddd;background:#f2f7fa;transform:translateY(-1px)}
.jce-topbar{background:#fff!important}
.jce-content{padding-top:22px}
@media(max-width:720px){.jce-agent-shortcuts{padding:8px 14px}.jce-agent-shortcuts-title{width:100%}}

/* 6.21.3 — navegación unificada y acciones contextuales */
.jce-nav-compact-group{margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.09)}
.jce-nav-secondary{margin-top:2px;padding-top:2px;border-top:0}
.jce-nav-secondary summary{min-height:38px;padding:9px 11px;border:1px solid transparent}
.jce-nav-secondary[open] summary{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.06);color:#f4f8fb}
.jce-nav-section-list{padding:4px 3px 7px 8px}
.jce-nav-subitem{min-height:36px}
.jce-nav-links{margin-top:10px}
.jce-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.jce-top-actions .jce-btn{white-space:nowrap}
@media(max-width:720px){.jce-top-actions{gap:6px}.jce-top-actions .jce-btn{padding:9px 11px;font-size:12px}}


/* 6.21.4 — Expediente 360, búsqueda y dashboard accionables */
.jce-status-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.jce-status-filters a{display:flex;align-items:center;gap:12px;padding:15px 17px;border-radius:16px;text-decoration:none;border:1px solid #dce6ef;background:#fff;color:#173a57;box-shadow:0 7px 20px rgba(14,39,65,.05)}.jce-status-filters a strong{font-size:25px}.jce-status-filters a span{font-weight:850}.jce-status-filters .status-active{border-left:5px solid #16845b}.jce-status-filters .status-completed{border-left:5px solid #236db0}.jce-status-filters .status-cancelled{border-left:5px solid #b64b57}.jce-status-filters .status-all{border-left:5px solid #6c7885}.jce-status-filters a.active{background:#0b2b47;color:#fff;border-color:#0b2b47;transform:translateY(-1px)}.jce-inline-search{display:flex;gap:9px;align-items:center;margin-bottom:15px}.jce-inline-search input{flex:1;min-height:44px;border:1px solid #d5e0e9;border-radius:11px;padding:0 13px}.jce-search-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.jce-search-filter-grid .search-wide{grid-column:1/-1}.jce-search-actions{display:flex;gap:8px;align-items:end}.jce-search-pro{overflow:visible}.jce-dossier-list-head{margin-bottom:15px}.jce-work-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1100px){.jce-status-filters{grid-template-columns:repeat(2,1fr)}.jce-search-filter-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.jce-status-filters,.jce-search-filter-grid{grid-template-columns:1fr}.jce-inline-search{flex-direction:column;align-items:stretch}.jce-search-actions{align-items:stretch;flex-direction:column}}

/* 6.22.0 · Property editor organization + privacy */
.jcphe-property-section{border:1px solid #dbe5ee;background:#fbfdff;box-shadow:none}.jcphe-property-section h3{margin:0;color:#0d2c49}.jcphe-property-section .jce-toolbar p{margin:5px 0 0;color:#66798b}.jcphe-private-zone{border-color:#d8dce2;background:#f7f8fa}.jcphe-private-zone .jce-badge{background:#263746;color:#fff}.jcphe-publication-control{border-color:#cfdde8;background:#f8fbfd}.jcphe-publication-control .jce-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.jcphe-publication-control .jce-check{padding:10px 12px;border:1px solid #dbe5ee;border-radius:11px;background:#fff}.jcphe-property-section textarea{min-height:105px}@media(max-width:760px){.jcphe-publication-control .jce-checks{grid-template-columns:1fr}}

/* 6.22.7 kiosk workflow */
.jce-kiosk-row-actions .jce-kiosk-primary-action{background:#0d6eb8;color:#fff!important;padding:7px 10px;border-radius:9px;text-decoration:none}.jce-kiosk-item{transition:transform .15s ease,box-shadow .15s ease}.jce-kiosk-item:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(11,46,75,.08)}

/* 6.23.2 · Buscador de oportunidades · adaptadores de proveedores */
.jce-new-menu{position:relative}.jce-new-menu>summary{list-style:none;cursor:pointer}.jce-new-menu>summary::-webkit-details-marker{display:none}.jce-new-menu-panel{position:absolute;right:0;top:calc(100% + 9px);z-index:40;width:270px;padding:9px;background:#fff;border:1px solid #dce5ed;border-radius:15px;box-shadow:0 18px 48px rgba(9,38,63,.18);display:grid;gap:4px}.jce-new-menu:not([open]) .jce-new-menu-panel{display:none}.jce-new-menu-panel a{display:flex;flex-direction:column;gap:2px;text-decoration:none;color:#173a57;border-radius:10px;padding:10px 12px}.jce-new-menu-panel a:hover{background:#f1f6fa}.jce-new-menu-panel strong{font-size:13px}.jce-new-menu-panel small{color:#6c8092;font-size:11px}
.jce-new-menu-panel a strong{color:#173a57!important}.jce-new-menu-panel a small{color:#60788b!important}
body.jce-app.jce-mode-dark .jce-new-menu-panel{background:#0d2231!important;border-color:#42657b!important;box-shadow:0 20px 55px rgba(0,0,0,.45)!important}
body.jce-app.jce-mode-dark .jce-new-menu-panel a{color:#eef7fb!important;border:1px solid transparent}
body.jce-app.jce-mode-dark .jce-new-menu-panel a strong{color:#fff!important}
body.jce-app.jce-mode-dark .jce-new-menu-panel a small{color:#b4c8d5!important}
body.jce-app.jce-mode-dark .jce-new-menu-panel a:hover,body.jce-app.jce-mode-dark .jce-new-menu-panel a:focus-visible{background:#17384b!important;border-color:#4d7187!important}

/* v6.54.0 · contraste nocturno uniforme, tablas legibles y controles accesibles */
body.jce-app.jce-mode-dark{--jce-bg:#061722;--jce-text:#edf6fb;--jce-line:#34566b;--jce-muted:#b5c8d4;background:#061722!important;color:#edf6fb!important}
body.jce-app.jce-mode-dark :is(.jce-main,.jce-content,.jce-card,.jce-table-wrap,.jce-table,.jce-table tbody,.jce-table tr,.jcphe-property-section,.jcphe-checklist-hub,.jce-process-card,.jce-process-body,.jce-task-row,.jce-stage-card,.jce-check,.jce-inline-doc-link,.jcphe-contact-action-center,.jcphe-contact-access-panel){background:#0d2432!important;color:#edf6fb!important;border-color:#34566b!important}
body.jce-app.jce-mode-dark .jce-topbar{background:#091e2c!important;color:#fff!important;border-color:#34566b!important}
body.jce-app.jce-mode-dark .jce-table th{background:#163446!important;color:#f6fbff!important;border-color:#496b80!important}
body.jce-app.jce-mode-dark .jce-table td{background:#0d2432!important;color:#edf6fb!important;border-color:#29495c!important}
body.jce-app.jce-mode-dark .jce-table tbody tr:nth-child(even) td{background:#112c3c!important}
body.jce-app.jce-mode-dark .jce-table tbody tr:hover td{background:#193b4f!important}
body.jce-app.jce-mode-dark :is(h1,h2,h3,h4,strong,label,summary,.jce-process-summary-copy strong,.jce-process-summary-progress b){color:#fff!important}
body.jce-app.jce-mode-dark :is(p,small,.jce-muted,.jce-field small,.jce-process-summary-copy em){color:#b9ccd8!important}
body.jce-app.jce-mode-dark :is(input,select,textarea){background:#071b28!important;color:#f4f9fc!important;border-color:#52758a!important;color-scheme:dark}
body.jce-app.jce-mode-dark :is(input,textarea)::placeholder{color:#9db4c2!important;opacity:1}
body.jce-app.jce-mode-dark :is(.jce-btn.light,.jce-badge){background:#1b4257!important;color:#fff!important;border:1px solid #5a7d91!important}
body.jce-app.jce-mode-dark :is(.jce-notice,.jce-security-panel){background:#123b32!important;color:#eafff5!important;border-color:#397766!important}
.jce-appearance-close{appearance:none;border:0;background:transparent;color:inherit;font:700 30px/1 sans-serif;cursor:pointer;padding:4px 8px;border-radius:9px}.jce-appearance-close:hover,.jce-appearance-close:focus-visible{background:#e8eef3;outline:2px solid #315b7c}.jce-mode-dark .jce-appearance-close:hover{background:#24485c}
.jce-route-loader-percent{display:block;margin:8px 0 6px;color:#fff;font-size:22px;font-variant-numeric:tabular-nums}.jce-route-loader-progress i{width:0;transition:width .12s ease!important;animation:none!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto{--jce-bg:#061722;--jce-text:#edf6fb;--jce-line:#34566b;--jce-muted:#b5c8d4}}

/* v6.55.0 · centro administrativo de representación */
.jcphe-rep-command{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;padding:22px 24px;border-radius:18px;background:linear-gradient(130deg,#082b45,#124f72);color:#fff;box-shadow:0 14px 34px rgba(7,42,67,.16)}.jcphe-rep-command small{font-size:9px;font-weight:900;letter-spacing:.16em;color:#d9b65e}.jcphe-rep-command h1{margin:4px 0 3px;color:#fff;font-size:27px}.jcphe-rep-command p{margin:0;color:#c9dce7}.jcphe-rep-command-actions{display:flex;gap:8px;flex-wrap:wrap}.jcphe-rep-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.jcphe-rep-metrics article{padding:15px 17px;border:1px solid #dbe5ec;border-radius:14px;background:#fff}.jcphe-rep-metrics small,.jcphe-rep-metrics span{display:block;color:#6d8191;font-size:10px}.jcphe-rep-metrics strong{display:block;margin:4px 0;font-size:27px;color:#143c59}.jcphe-rep-metrics article.attention{border-color:#e5c477;background:#fffaf0}.jcphe-rep-metrics article.attention strong{color:#9b6a0e}.jcphe-rep-module-card{padding:18px}.jcphe-representation-embedded{margin-top:14px;border-radius:14px}.jcphe-embedded-head>div:first-child{display:grid}.jcphe-embedded-head>div:first-child small{font-size:8px;font-weight:900;letter-spacing:.12em;color:#987019}.jcphe-embedded-head>div:first-child span{font-size:10px;color:#6a7e8e}.jcphe-embedded-head>div:last-child{display:flex;gap:8px}.jcphe-embedded-head>div:last-child a{padding:7px 9px;border:1px solid #ccdae3;border-radius:8px;background:#fff;text-decoration:none;font-size:10px;font-weight:850}.jcphe-representation-embedded iframe{height:calc(100vh - 178px);min-height:760px}
body.jce-mode-dark .jcphe-rep-metrics article{background:#0d2432!important;border-color:#34566b!important}body.jce-mode-dark .jcphe-rep-metrics :is(strong,small,span){color:#f1f8fb!important}body.jce-mode-dark .jcphe-embedded-head>div:last-child a{background:#173d52;color:#fff;border-color:#52768c}
@media(max-width:900px){.jcphe-rep-command{align-items:flex-start;flex-direction:column}.jcphe-rep-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.jcphe-rep-metrics{grid-template-columns:1fr}.jcphe-rep-command-actions{width:100%}.jcphe-rep-command-actions .jce-btn{flex:1}}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-new-menu-panel{background:#0d2231!important;border-color:#42657b!important}body.jce-app.jce-mode-auto .jce-new-menu-panel a strong{color:#fff!important}body.jce-app.jce-mode-auto .jce-new-menu-panel a small{color:#b4c8d5!important}body.jce-app.jce-mode-auto .jce-new-menu-panel a:hover{background:#17384b!important}}
.jcphe-representation-embedded{margin-top:16px;overflow:hidden;border:1px solid var(--jce-border,#c9dce6);border-radius:16px;background:var(--jce-surface-soft,#edf4f8)}.jcphe-embedded-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid var(--jce-border,#c9dce6)}.jcphe-embedded-head>div{display:grid;gap:2px}.jcphe-embedded-head small{color:#5e7485}.jcphe-embedded-head>a{font-size:12px;font-weight:800}.jcphe-representation-embedded iframe{display:block;width:100%;height:min(1120px,calc(100vh - 190px));min-height:760px;border:0;background:#edf3f7}body.jce-mode-dark .jcphe-representation-embedded,body.jce-mode-dark .jcphe-embedded-head{background:#0d2231!important;border-color:#42657b!important}body.jce-mode-dark .jcphe-embedded-head :is(strong,a){color:#fff!important}body.jce-mode-dark .jcphe-embedded-head small{color:#b4c8d5!important}@media(max-width:760px){.jcphe-embedded-head{align-items:flex-start;flex-direction:column}.jcphe-representation-embedded iframe{height:calc(100vh - 145px);min-height:680px}}
.jce-start-day{display:flex!important;flex-direction:column;align-items:flex-start!important;line-height:1.05;padding:12px 17px!important}.jce-start-day small{display:block;margin-top:5px;font-size:10px;font-weight:700;opacity:.85;text-transform:none;letter-spacing:0}
.jce-radar{border-color:#eadcb2;background:linear-gradient(180deg,#fffdf7,#fff)}.jce-radar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.jce-radar-grid>a{display:flex;min-height:112px;flex-direction:column;justify-content:center;padding:15px;border:1px solid #e5e9ed;border-radius:14px;background:#fff;text-decoration:none;color:#163b59;transition:.15s ease}.jce-radar-grid>a:hover{transform:translateY(-2px);border-color:#d5b76b;box-shadow:0 9px 25px rgba(23,57,86,.08)}.jce-radar-grid strong{font-size:28px;line-height:1;color:#a77112}.jce-radar-grid span{font-weight:850;margin-top:7px;font-size:12.5px}.jce-radar-grid small{color:#718394;margin-top:4px}
.jce-contact-action-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin:14px 0 18px}.jce-contact-action{display:flex;min-height:70px;justify-content:center;flex-direction:column;padding:11px 13px;border:1px solid #dbe5ed;border-radius:13px;background:#fff;color:#173b57;text-decoration:none}.jce-contact-action:hover{background:#f3f8fb;border-color:#bfd2df}.jce-contact-action.primary{background:#0c3b61;color:#fff;border-color:#0c3b61}.jce-contact-action strong{font-size:13px}.jce-contact-action small{display:block;margin-top:4px;font-size:10.5px;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1150px){.jce-radar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jce-contact-action-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.jce-new-menu-panel{position:fixed;left:12px;right:12px;top:72px;width:auto}.jce-radar-grid{grid-template-columns:1fr 1fr}.jce-contact-action-strip{grid-template-columns:1fr 1fr}.jce-radar-grid>a{min-height:96px}}
@media(max-width:480px){.jce-radar-grid,.jce-contact-action-strip{grid-template-columns:1fr}}

/* Property workspace readability: one field per row; checkmarks remain compact. */
.jcphe-property-form-grid{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}
.jcphe-property-form-grid>.jce-field,.jcphe-property-form-grid>.jce-field.full{grid-column:1/-1!important;min-width:0}
.jcphe-property-form-grid .jce-form-grid{grid-template-columns:minmax(0,1fr)!important}
.jce-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;align-items:start}
.jcphe-document-open-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:9px}
@media(max-width:900px){.jce-checks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.jce-checks{grid-template-columns:1fr}}

/* v6.24.5 - documentación por URL */
.jce-process-entry{display:grid;gap:8px}.jce-inline-doc-link{display:grid;grid-template-columns:1fr!important;gap:10px;margin:0 0 8px!important;padding:12px;border:1px solid #e2e9f0;border-radius:12px;background:#f8fafc}.jce-inline-doc-link label{display:grid;gap:5px;margin:0}.jce-inline-doc-link label>span{font-size:11px;font-weight:800;letter-spacing:.03em;color:#64748b}.jce-inline-doc-link input[type="url"],.jce-inline-doc-link input[type="number"]{width:100%;min-height:42px;border:1px solid #cbd8e5;border-radius:10px;padding:9px 11px;background:#fff;color:#1f3347}.jce-doc-secondary{display:grid;grid-template-columns:minmax(170px,240px) auto auto;align-items:end;gap:10px}.jce-doc-secondary .jce-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media(max-width:760px){.jce-doc-secondary{grid-template-columns:1fr}.jce-doc-secondary .jce-btn{width:100%}}

/* v6.25.0 · Agent workspace: calmer density, canonical dossiers and active context */
.jce-shell{grid-template-columns:252px minmax(0,1fr)}.jce-sidebar{padding:20px 14px}.jce-brand{padding:7px 10px 18px;margin-bottom:12px}.jce-nav a{padding:10px 11px;font-size:13px}.jce-topbar{padding:13px 22px;min-height:68px}.jce-topbar h1{font-size:20px}.jce-topbar>div:first-child small{font-size:11px;color:#718096}.jce-content{padding:22px;max-width:1560px}.jce-card{padding:18px;border-radius:16px;box-shadow:0 7px 22px rgba(14,39,65,.045)}.jce-toolbar{margin-bottom:14px}.jce-toolbar h2{margin-bottom:3px}.jce-table th,.jce-table td{padding:11px 12px}.jce-btn{border-radius:10px;padding:10px 14px}.jce-btn.mini{padding:7px 10px;font-size:11px}.jce-context-dossier{display:flex;flex-direction:column;min-width:145px;padding:7px 11px;border:1px solid #d6e1e9;border-radius:11px;background:#f8fafc;text-decoration:none;color:#173a57}.jce-context-dossier small{font-size:8px;letter-spacing:.09em;color:#748598}.jce-context-dossier strong{font-size:12px;margin-top:2px}.jce-active-dossier-pill{display:flex;flex-direction:column;min-width:230px;padding:10px 13px;border:1px solid #d9c27f;border-radius:12px;background:#fffaf0;text-decoration:none;color:#173a57}.jce-active-dossier-pill small{font-size:9px;letter-spacing:.1em;color:#8a6a15}.jce-active-dossier-pill strong{font-size:13px;margin:2px 0}.jce-active-dossier-pill span{font-size:11px;color:#697b8d}
.jce-workspace-selector{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);gap:22px;align-items:center;border-left:4px solid var(--jce-gold);background:linear-gradient(115deg,#fff,#fbfcfd)}.jce-workspace-selector small{font-size:10px;font-weight:850;letter-spacing:.12em;color:#8a6a15}.jce-workspace-selector h2{margin:4px 0;font-size:20px}.jce-workspace-selector p{margin:0 0 12px;color:#63768a}.jce-workspace-select-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.jce-workspace-select-form label{grid-column:1/-1;font-size:11px;font-weight:800;color:#52677a}.jce-workspace-select-form select,.jce-workspace-select-form .jce-workspace-search{min-width:0;width:100%;height:42px;border:1px solid #cfdbe5;border-radius:10px;padding:0 11px;background:#fff}.jce-workspace-select-form .jce-workspace-search{grid-column:1/-1}.jce-workspace-select-form .jce-workspace-search:focus,.jce-workspace-select-form select:focus{outline:0;border-color:#315b7c;box-shadow:0 0 0 3px rgba(49,91,124,.10)}.jce-workspace-result-count{grid-column:1/-1!important;color:#718296!important;letter-spacing:0!important;font-size:10px!important}.jce-workspace-select-form>a{grid-column:1/-1;font-size:11px;font-weight:800;color:#315b7c;text-decoration:none}.jce-workspace-selector form{margin:0}
.jce-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.jce-dashboard-stats a{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #dce5ed;border-radius:13px;background:#fff;color:#173a57;text-decoration:none}.jce-dashboard-stats strong{font-size:23px}.jce-dashboard-stats span{font-size:12px;font-weight:800;color:#66798b}.jce-dashboard-stats a.needs-attention{border-color:#edc6ca;background:#fffafa}.jce-dashboard-stats a.needs-attention strong{color:#a62d3a}.jce-dashboard-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:14px}.jce-dashboard-actions a{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border:1px solid #dbe5ed;border-radius:12px;background:#fff;text-decoration:none;color:#173a57}.jce-dashboard-actions a.primary{background:#0b2f4e;color:#fff;border-color:#0b2f4e}.jce-dashboard-actions strong{font-size:12px}.jce-dashboard-actions small{font-size:10px;color:inherit;opacity:.68}.jce-dashboard-main{margin-top:0!important}.jce-compact-case-list,.jce-priority-list{display:grid}.jce-compact-case-list article{display:grid;grid-template-columns:minmax(210px,1.25fr) minmax(180px,.8fr) auto;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #e5ebf0}.jce-compact-case-list article:first-child{border-top:0}.jce-compact-case-list strong,.jce-compact-case-list span,.jce-compact-case-list small{display:block}.jce-compact-case-list article>div:first-child span{margin-top:3px;color:#66798b;font-size:11px}.jce-compact-case-list article>div:nth-child(2) small{margin-top:4px;color:#556b7e;font-size:10px;max-width:220px}.jce-priority-list article{display:grid;grid-template-columns:9px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px 0;border-top:1px solid #e5ebf0}.jce-priority-list article:first-child{border-top:0}.jce-priority-list strong,.jce-priority-list small{display:block}.jce-priority-list small{color:#6c7f90;margin-top:3px;font-size:10px}.jce-priority-list time{font-size:10px;color:#61778b;white-space:nowrap}.jce-priority-list a{font-size:11px;font-weight:800;color:#315b7c;text-decoration:none}.jce-priority-dot{width:8px;height:8px;border-radius:50%;background:#7c8b98}.jce-priority-dot.high{background:#b83645}.jce-priority-dot.normal{background:#ca9b2f}.jce-priority-dot.low{background:#318268}
.jcphe-dossier-search-card .jcphe-filter-row{grid-template-columns:minmax(280px,2fr) repeat(3,minmax(150px,.7fr))}.jcphe-dossier-table td{vertical-align:middle}.jcphe-dossier-table td small{display:block;margin-top:4px;color:#6c7f90;font-size:10px}.jcphe-dossier-table tr.is-active td{background:#fffaf0}.jcphe-dossier-table tr.is-active td:first-child{box-shadow:inset 4px 0 #cfa84f}.jcphe-row-actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.jcphe-row-actions form{margin:0}.jcphe-dossier-table th:last-child,.jcphe-dossier-table td:last-child{min-width:220px}
@media(max-width:1180px){.jce-dashboard-actions{grid-template-columns:repeat(3,1fr)}.jcphe-dossier-search-card .jcphe-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-dossier-search-card .jcphe-filter-search{grid-column:1/-1}}
@media(max-width:900px){.jce-workspace-selector{grid-template-columns:1fr}.jce-dashboard-stats{grid-template-columns:repeat(2,1fr)}.jce-compact-case-list article{grid-template-columns:1fr auto}.jce-compact-case-list article>div:nth-child(2){grid-column:1/2}.jce-shell{grid-template-columns:1fr}.jce-sidebar{position:fixed;width:272px;height:100vh}.jce-top-actions .jce-context-dossier{display:none}}
@media(max-width:720px){.jce-dashboard-actions{grid-template-columns:1fr 1fr}.jce-workspace-select-form{grid-template-columns:1fr}.jce-workspace-select-form label,.jce-workspace-select-form>a{grid-column:1}.jcphe-dossier-search-card .jcphe-filter-row{grid-template-columns:1fr}.jcphe-dossier-search-card .jcphe-filter-search{grid-column:1}.jcphe-dossier-table-wrap{border:0;overflow:visible}.jcphe-dossier-table thead{display:none}.jcphe-dossier-table,.jcphe-dossier-table tbody,.jcphe-dossier-table tr,.jcphe-dossier-table td{display:block;width:100%}.jcphe-dossier-table tr{margin-bottom:12px;border:1px solid #dce5ed;border-radius:13px;overflow:hidden;background:#fff}.jcphe-dossier-table td{display:grid;grid-template-columns:92px 1fr;gap:8px;border-bottom:1px solid #edf1f4;padding:10px 12px}.jcphe-dossier-table td:before{content:attr(data-label);font-size:9px;font-weight:850;letter-spacing:.06em;color:#718296;text-transform:uppercase}.jcphe-dossier-table td:last-child{min-width:0;border-bottom:0}.jcphe-row-actions{flex-wrap:wrap}.jce-active-dossier-pill{min-width:0;width:100%}}
@media(max-width:520px){.jce-dashboard-stats,.jce-dashboard-actions{grid-template-columns:1fr}.jce-priority-list article{grid-template-columns:9px 1fr}.jce-priority-list time,.jce-priority-list a{grid-column:2}.jce-content{padding:14px}.jce-card{padding:15px}}

/* v6.26.0 · Property editor, compact menus and elegant checklists */
.jce-sidebar{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.jce-sidebar::-webkit-scrollbar{width:7px}.jce-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:99px}.jce-nav,.jce-nav a,.jce-nav-section summary{min-width:0;max-width:100%}.jce-nav a>span:last-child,.jce-nav-section summary>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jce-topbar{min-width:0;gap:14px}.jce-topbar>div:first-child{flex:1 1 auto;min-width:170px}.jce-top-actions{flex:0 1 auto;min-width:0}.jce-top-actions img{flex:0 0 auto;border-radius:10px}.jce-new-menu-panel{max-width:calc(100vw - 24px)}
.jcphe-property-editor-bar{position:sticky;top:78px;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 12px;padding:10px;border:1px solid #d8e3ec;border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 9px 26px rgba(12,43,69,.08)}.jcphe-property-editor-main,.jcphe-property-editor-critical{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.jcphe-property-editor-critical{margin-left:auto}.jcphe-property-editor-bar form{margin:0}.jcphe-property-jump-nav{display:flex;gap:6px;margin-bottom:12px;padding:6px;overflow-x:auto;border:1px solid #dde6ed;border-radius:12px;background:#f6f9fb;scrollbar-width:thin}.jcphe-property-jump-nav a{flex:0 0 auto;padding:7px 10px;border-radius:8px;color:#36566f;text-decoration:none;font-size:11px;font-weight:800}.jcphe-property-jump-nav a:hover{background:#fff;color:#0d3558;box-shadow:0 3px 10px rgba(12,43,69,.07)}.jcphe-property-editor-card{border-top:3px solid #d0a84f;scroll-margin-top:155px}.jcphe-property-editor-card>.jce-card{background:#fbfcfd;box-shadow:none}
.jce-check{display:flex;align-items:center;gap:9px;min-height:42px;margin:0;border-color:#dbe5ed;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.jce-check:hover{border-color:#a9bfd0;background:#f8fbfd}.jce-check:has(input:checked){border-color:#78b092;background:#f0f9f4;box-shadow:inset 3px 0 #247447}.jce-check input[type="checkbox"]{width:18px;height:18px;flex:0 0 18px;margin:0;accent-color:#247447}.jce-check.compact{display:inline-flex;min-height:34px;padding:7px 9px}.jce-checks{gap:8px}
.jcphe-checklist-hub{margin-top:18px!important;padding:20px;scroll-margin-top:155px;background:linear-gradient(180deg,#fff,#fafcfd)}.jcphe-checklist-hub>.jce-toolbar p{max-width:850px;color:#64788a}.jcphe-checklist-hub .jce-process-grid{grid-template-columns:minmax(0,1fr);gap:10px}.jcphe-checklist-hub .jce-process-card{padding:0;margin:0;border:1px solid #dbe5ed;border-radius:15px;background:#fff;overflow:visible}.jcphe-checklist-hub .jce-process-card[open]{border-color:#b9ccd9;box-shadow:0 8px 24px rgba(12,43,69,.06)}.jce-process-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,220px) 24px;align-items:center;gap:16px;padding:14px 16px;cursor:pointer;list-style:none}.jce-process-summary::-webkit-details-marker{display:none}.jce-process-summary-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.jce-process-summary-copy small{font-size:9px;font-weight:900;letter-spacing:.11em;color:#8a6a15}.jce-process-summary-copy strong{font-size:15px;color:#153a57}.jce-process-summary-copy em{font-size:10px;font-style:normal;color:#6c7f90}.jce-process-summary-progress{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:9px}.jce-process-summary-progress b{font-size:12px;color:#173a57}.jce-process-summary-progress i{display:block;height:7px;overflow:hidden;border-radius:99px;background:#e5ebf0}.jce-process-summary-progress i span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#c79935,#e4bf68)}.jce-process-chevron{font-size:18px;color:#718497;transition:transform .15s ease}.jce-process-card[open]>.jce-process-summary .jce-process-chevron{transform:rotate(180deg)}.jce-process-body{padding:0 14px 14px;border-top:1px solid #edf1f4}.jcphe-checklist-hub .jce-process-list{gap:7px;margin:12px 0}.jcphe-checklist-hub .jce-process-entry{gap:0;padding:9px 10px;border:1px solid #e1e8ee;border-radius:12px;background:#fbfcfd}.jcphe-checklist-hub .jce-process-entry.is-complete{border-color:#b9d8c5;background:#f5fbf7}.jce-process-entry-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.jce-process-entry-main>form{flex:1;min-width:0;margin:0}.jcphe-checklist-hub .jce-process-item{padding:0;border:0;background:transparent}.jcphe-checklist-hub .jce-process-item:hover{transform:none}.jcphe-checklist-hub .jce-process-item>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}.jcphe-checklist-hub .jce-process-item strong{font-size:12px}.jcphe-checklist-hub .jce-process-item small{font-size:9px;color:#748697}.jce-process-document-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.jce-document-state{display:inline-flex;padding:5px 7px;border-radius:999px;background:#eef3f6;color:#66798a;font-size:9px;font-weight:850}.jce-document-state.linked{background:#e8f6ee;color:#17633a}.jce-process-document{margin:8px 0 0 34px}.jce-process-document>summary{cursor:pointer;color:#315c7d;font-size:10px;font-weight:850}.jce-process-document[open]>summary{margin-bottom:8px}.jcphe-checklist-hub .jce-inline-doc-link{margin:0!important;padding:11px;background:#fff}.jce-doc-url-field small{color:#6c7f90;font-size:10px;line-height:1.4}.jce-process-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:9px;border-top:1px solid #edf1f4}.jce-process-footer>span{font-size:9px;color:#77899a}.jce-process-footer form{margin:0}
@media(max-width:1280px){.jce-top-actions .jce-context-action{display:none}.jcphe-property-editor-bar{position:relative;top:auto}}
@media(max-width:1100px){.jce-top-actions .jce-portal-shortcut,.jce-top-actions>img{display:none}.jce-dossier-shortcut{padding:9px 11px;font-size:11px}}
@media(max-width:760px){.jcphe-property-editor-bar{align-items:stretch;flex-direction:column}.jcphe-property-editor-critical{margin-left:0}.jcphe-property-editor-critical .jce-btn{flex:1}.jce-process-summary{grid-template-columns:minmax(0,1fr) 24px}.jce-process-summary-progress{grid-column:1/2;grid-row:2}.jce-process-chevron{grid-column:2;grid-row:1/3}.jce-process-entry-main{align-items:flex-start;flex-direction:column}.jce-process-document-actions{justify-content:flex-start;margin-left:34px}.jce-process-document{margin-left:0}.jce-process-footer{align-items:flex-start;flex-direction:column}.jce-top-actions .jce-dossier-shortcut{display:none}}

/* v6.27.0 · Branded, category-based navigation */
.jce-brand{display:flex;align-items:center;gap:10px;padding:5px 7px 14px;margin-bottom:9px}.jce-brand-mark{display:grid!important;place-items:center;flex:0 0 58px;width:58px;height:44px;margin:0!important;padding:5px;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 5px 16px rgba(0,0,0,.16);letter-spacing:0!important}.jce-brand-mark img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.jce-brand-mark b{font-size:15px;color:#123d66;letter-spacing:.03em}.jce-brand-copy{display:flex!important;min-width:0;flex:1;flex-direction:column;margin:0!important;letter-spacing:0!important}.jce-brand-copy strong{display:block;overflow:hidden;color:#fff;font-size:13px;line-height:1.15;letter-spacing:-.01em;text-overflow:ellipsis}.jce-brand-copy .jce-brand-subtitle{display:block;margin:3px 0 0;color:#b5c7d5;font-size:9px;line-height:1.25;letter-spacing:0;text-transform:none}.jce-brand-copy small{display:block;margin-top:4px;color:#718ca2;font-size:8px;font-weight:800;letter-spacing:.1em}
.jce-nav-primary-item{--jce-nav-accent:#7dd3fc;--jce-nav-soft:rgba(125,211,252,.13)}.jce-nav-primary-dashboard{--jce-nav-accent:#60a5fa;--jce-nav-soft:rgba(96,165,250,.14)}.jce-nav-primary-queue{--jce-nav-accent:#2dd4bf;--jce-nav-soft:rgba(45,212,191,.13)}.jce-nav-primary-opportunities{--jce-nav-accent:#c084fc;--jce-nav-soft:rgba(192,132,252,.13)}.jce-nav-primary-calling{--jce-nav-accent:#fb923c;--jce-nav-soft:rgba(251,146,60,.14)}.jce-nav-primary-search{--jce-nav-accent:#38bdf8;--jce-nav-soft:rgba(56,189,248,.13)}.jce-nav-primary-dossier{--jce-nav-accent:#4ade80;--jce-nav-soft:rgba(74,222,128,.13)}.jce-nav-primary-item .jce-nav-icon{color:var(--jce-nav-accent)}.jce-nav-primary-item:hover{background:var(--jce-nav-soft)!important}.jce-nav-primary-item.active{background:linear-gradient(90deg,var(--jce-nav-soft),rgba(255,255,255,.035))!important;border-color:rgba(255,255,255,.08)!important;box-shadow:inset 3px 0 0 var(--jce-nav-accent)!important}.jce-nav-primary-item.active .jce-nav-icon{color:var(--jce-nav-accent)!important}
.jce-nav-compact-group{margin-top:8px;padding-top:7px}.jce-nav-secondary{--jce-cat:#94a3b8;--jce-cat-soft:rgba(148,163,184,.12);margin:2px 0}.jce-nav-cat-clients{--jce-cat:#38bdf8;--jce-cat-soft:rgba(56,189,248,.12)}.jce-nav-cat-properties{--jce-cat:#34d399;--jce-cat-soft:rgba(52,211,153,.12)}.jce-nav-cat-followup{--jce-cat:#fbbf24;--jce-cat-soft:rgba(251,191,36,.12)}.jce-nav-cat-communications{--jce-cat:#a78bfa;--jce-cat-soft:rgba(167,139,250,.12)}.jce-nav-cat-team{--jce-cat:#fb7185;--jce-cat-soft:rgba(251,113,133,.11)}.jce-nav-cat-system{--jce-cat:#94a3b8;--jce-cat-soft:rgba(148,163,184,.11)}.jce-nav-quick{--jce-cat:#7dd3fc;--jce-cat-soft:rgba(125,211,252,.10);margin-top:6px;border-top:1px solid rgba(255,255,255,.07);padding-top:6px}.jce-nav-secondary summary{min-height:38px;padding:7px 9px;gap:8px}.jce-nav-secondary summary>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jce-nav-secondary .jce-nav-section-icon{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:8px;background:var(--jce-cat-soft);color:var(--jce-cat)}.jce-nav-secondary .jce-nav-section-icon svg{width:14px;height:14px}.jce-nav-secondary summary:hover,.jce-nav-secondary[open]>summary{background:var(--jce-cat-soft);color:#f8fbfd}.jce-nav-secondary[open]>summary{box-shadow:inset 2px 0 0 var(--jce-cat)}.jce-nav-secondary .jce-nav-chevron,.jce-nav-secondary[open] .jce-nav-chevron{color:var(--jce-cat)}.jce-nav-secondary .jce-nav-section-list{margin:3px 0 4px 12px;padding:2px 0 3px 7px;border-left:1px solid color-mix(in srgb,var(--jce-cat) 42%,transparent)}.jce-nav-secondary .jce-nav-subitem{min-height:32px;padding:6px 8px!important;color:#adc1d0!important}.jce-nav-secondary .jce-nav-subitem .jce-nav-icon{color:var(--jce-cat);opacity:.72}.jce-nav-secondary .jce-nav-subitem:hover{background:var(--jce-cat-soft)!important}.jce-nav-secondary .jce-nav-subitem.active{background:var(--jce-cat-soft)!important;border-color:transparent!important;box-shadow:inset 2px 0 0 var(--jce-cat)!important}.jce-nav-secondary .jce-nav-subitem.active .jce-nav-icon{color:var(--jce-cat)!important;opacity:1}
.jce-brand-settings{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:12px;border:1px solid #dce5ed;border-radius:13px;background:#f8fafc}.jce-brand-settings-preview{display:grid;place-items:center;flex:0 0 82px;width:82px;height:58px;padding:7px;border:1px solid #e3e9ee;border-radius:10px;background:#fff;overflow:hidden}.jce-brand-settings-preview img{display:block;max-width:100%;max-height:100%;object-fit:contain}.jce-brand-settings-preview b{font-size:18px;color:#123d66}.jce-brand-settings p{display:grid;gap:3px;margin:0;color:#1d3d57}.jce-brand-settings small{color:#6b7e90;line-height:1.35}.jce-admin-control .jce-field>small{margin-top:2px;color:#6b7e90;line-height:1.4}
@supports not (color:color-mix(in srgb,#fff 50%,transparent)){.jce-nav-secondary .jce-nav-section-list{border-left-color:rgba(255,255,255,.12)}}
@media(max-width:980px){.jce-brand{padding-top:0}.jce-brand-mark{flex-basis:54px;width:54px;height:42px}}

/* v6.27.1 · Single active route and readable sidebar identity */
.jce-brand{gap:8px;padding-left:5px;padding-right:5px}.jce-brand-mark{flex-basis:52px;width:52px;height:42px}.jce-brand-copy strong{overflow:visible;white-space:normal;text-overflow:clip;font-size:11.5px;line-height:1.22}.jce-brand-copy .jce-brand-subtitle{font-size:8.5px}.jce-nav-secondary[open]>summary{background:rgba(255,255,255,.035);box-shadow:none}.jce-nav-secondary.jce-nav-has-active>summary{background:var(--jce-cat-soft);box-shadow:inset 2px 0 0 var(--jce-cat)}
@media(max-width:980px){.jce-brand-mark{flex-basis:50px;width:50px;height:40px}}

/* v6.27.2 · Exact sidebar track alignment, full color restored */
@media(min-width:981px){.jce-shell{grid-template-columns:286px minmax(0,1fr)}.jce-sidebar{width:286px;min-width:286px;max-width:286px;height:100dvh;scrollbar-gutter:stable}.jce-main{width:100%;min-width:0;margin-left:0!important}}
body.admin-bar .jce-sidebar{height:calc(100dvh - 32px)}
.jce-brand{gap:10px;padding-left:7px;padding-right:7px}.jce-brand-mark{flex-basis:58px;width:58px;height:44px}.jce-brand-copy strong{overflow:visible;white-space:normal;text-overflow:clip;font-size:13px;line-height:1.18}.jce-brand-copy .jce-brand-subtitle{font-size:9px}.jce-nav-secondary[open]>summary{background:var(--jce-cat-soft);box-shadow:inset 2px 0 0 var(--jce-cat)}
@media(max-width:980px){.jce-sidebar{max-width:min(88vw,300px);min-width:0;scrollbar-gutter:stable}.jce-brand-mark{flex-basis:54px;width:54px;height:42px}}
@media(max-width:782px){body.admin-bar .jce-sidebar{height:calc(100dvh - 46px)}}

/* v6.27.3 · 300px intranet sidebar with stacked company identity */
@media(min-width:981px){.jce-shell{grid-template-columns:300px minmax(0,1fr)}.jce-sidebar{width:300px;min-width:300px;max-width:300px}}
.jce-brand{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 8px 15px}.jce-brand-mark{display:grid!important;place-items:center;flex:0 0 auto;width:min(220px,100%);height:78px;margin:0!important;padding:7px 10px;border-radius:12px}.jce-brand-mark img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.jce-brand-copy{align-items:center;width:100%;text-align:center}.jce-brand-copy strong{font-size:15px;line-height:1.2}.jce-brand-copy .jce-brand-subtitle{margin-top:3px;font-size:9.5px}.jce-brand-copy small{margin-top:4px;font-size:8px;letter-spacing:.13em}
@media(max-width:980px){.jce-brand-mark{flex-basis:auto;width:min(205px,100%);height:72px}.jce-brand-copy strong{font-size:14px}}

/* v6.28.0 · Guided client portal and synchronized kiosk intake */
.jce-portal-assistant{display:grid;grid-template-columns:auto minmax(0,1fr);gap:15px;align-items:start;margin:18px 0;padding:20px;border:1px solid #cfe0eb;border-radius:20px;background:linear-gradient(135deg,#f7fcff 0%,#fff 60%,#fff9ea 125%);box-shadow:0 12px 35px rgba(10,46,74,.07)}.jce-portal-assistant-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#0d5f98,#12a3b5);font-size:23px;box-shadow:0 9px 22px rgba(13,95,152,.2)}.jce-portal-assistant-main>small{color:#9a721f;font-size:9px;font-weight:900;letter-spacing:.13em}.jce-portal-assistant h2{margin:3px 0 2px;color:#102f49;font-size:21px}.jce-portal-assistant p{margin:0 0 12px;color:#65798a;font-size:13px}.jce-portal-assistant-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;max-width:780px;padding:6px;border:1px solid #d4e1e9;border-radius:14px;background:#fff}.jce-portal-assistant-search input{min-width:0;min-height:40px;border:0!important;background:transparent!important;box-shadow:none!important;padding:8px 10px!important}.jce-portal-assistant-search input:focus{outline:0}.jce-portal-assistant-search button{border:0;border-radius:10px;background:#0b3455;color:#fff;padding:9px 14px;font-weight:850;cursor:pointer}.jce-portal-assistant-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.jce-portal-assistant-chips button{border:1px solid #d8e3ea;border-radius:999px;background:#fff;color:#24465f;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.jce-portal-assistant-chips button:hover{background:#edf7fa;border-color:#a8d0d7}.jce-portal-assistant-answer{display:flex;align-items:center;gap:9px;max-width:780px;margin-top:10px;padding:10px 12px;border-radius:12px;background:#eaf6f8;color:#183b55}.jce-portal-assistant-answer[hidden]{display:none}.jce-portal-assistant-answer strong{flex:1;font-size:12px}.jce-portal-assistant-answer button{border:0;border-radius:8px;background:#0b3455;color:#fff;padding:7px 10px;font-size:11px;font-weight:850;cursor:pointer}
.jce-kiosk-sync{display:grid;grid-template-columns:repeat(2,minmax(150px,.45fr)) minmax(340px,1.4fr);gap:10px;align-items:stretch;margin-bottom:18px}.jce-kiosk-sync>div,.jce-kiosk-sync>nav{padding:14px 16px;border:1px solid #dbe5ed;border-radius:14px;background:#fff}.jce-kiosk-sync>div{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}.jce-kiosk-sync small{grid-column:1/-1;color:#708395;font-size:9px;font-weight:900;letter-spacing:.09em}.jce-kiosk-sync strong{font-size:25px;color:#0d4e7b}.jce-kiosk-sync span{font-size:11px;color:#64788a}.jce-kiosk-sync nav{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.jce-kiosk-sync nav a{display:grid;place-items:center;min-height:46px;padding:7px;border-radius:10px;background:#f1f7fa;color:#174363;text-align:center;text-decoration:none;font-size:11px;font-weight:850}.jce-kiosk-sync nav a:hover{background:#e3f1f5}.jce-kiosk-item.is-digital{border-left:4px solid #13a3b5;background:linear-gradient(90deg,#f4fbfc,#fff 20%)}.jce-kiosk-digital-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:15px;background:#e3f5f7;font-size:23px}
@media(max-width:850px){.jce-kiosk-sync{grid-template-columns:1fr 1fr}.jce-kiosk-sync>nav{grid-column:1/-1}.jce-portal-assistant{grid-template-columns:1fr}.jce-portal-assistant-icon{width:42px;height:42px}}
@media(max-width:560px){.jce-portal-assistant{padding:15px}.jce-portal-assistant-search{grid-template-columns:1fr}.jce-portal-assistant-search button{width:100%}.jce-portal-assistant-answer{align-items:flex-start;flex-wrap:wrap}.jce-portal-assistant-answer button{width:100%}.jce-kiosk-sync{grid-template-columns:1fr}.jce-kiosk-sync>nav{grid-column:1;grid-template-columns:1fr 1fr}}


/* v6.28.2 · Real Estate external tools hub · import refresh */
.jce-re-tools{margin-top:18px}.jce-re-tools .jce-toolbar{align-items:flex-start}.jce-re-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.jce-re-tools-grid>a{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;align-items:center;min-height:72px;padding:12px 14px;border:1px solid #d9e5ed;border-radius:14px;background:linear-gradient(145deg,#fff,#f7fafc);color:#173b56;text-decoration:none;box-shadow:0 5px 15px rgba(13,52,85,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.jce-re-tools-grid>a:hover{transform:translateY(-2px);border-color:#9cc6d6;box-shadow:0 10px 24px rgba(13,52,85,.1)}.jce-re-tool-icon{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#edf5f8;font-size:20px}.jce-re-tools-grid strong{align-self:end;font-size:13px;line-height:1.2}.jce-re-tools-grid small{align-self:start;margin-top:3px;color:#718496;font-size:10px}.jce-nav-quick-label{display:block;padding:12px 12px 5px;color:rgba(255,255,255,.48);font-size:8px;font-weight:900;letter-spacing:.16em}.jce-nav-quick .jce-nav-icon{font-size:15px;line-height:1}.jce-nav-quick .jce-nav-section-list{padding-bottom:7px}
@media(max-width:1050px){.jce-re-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.jce-re-tools-grid{grid-template-columns:1fr}.jce-re-tools-grid>a{min-height:66px}}

/* 6.28.5 · Public website-style shell ONLY for Mi Portal.
   Does not load the WordPress theme header and does not alter Centro de Operaciones. */
.jcphe-public-shell{
  position:relative;z-index:1000;width:100%;background:#fff;border-bottom:1px solid #dfe7f1;
  box-shadow:0 8px 24px rgba(7,26,50,.08);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif
}
.jcphe-public-shell-inner{max-width:1240px;margin:auto;min-height:78px;padding:10px 22px;display:flex;align-items:center;gap:24px}
.jcphe-public-brand{display:grid;gap:1px;min-width:230px;color:#071a32!important;text-decoration:none!important}
.jcphe-public-brand strong{font-size:17px;line-height:1.15}.jcphe-public-brand span{font-size:11px;color:#65758a}
.jcphe-public-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}
.jcphe-public-nav a{padding:10px 11px;border-radius:9px;color:#18304c!important;text-decoration:none!important;font-size:13px;font-weight:800;white-space:nowrap}
.jcphe-public-nav a:hover{background:#f1f6fb}.jcphe-public-nav .is-current{background:#071a32;color:#fff!important}
.jcphe-public-nav .jcphe-book-link{background:#fff7e8;color:#8a5b0b!important;border:1px solid #efd69c}
.jcphe-public-contact{padding:10px 13px;border-radius:10px;background:#1265e8;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:900;white-space:nowrap}
@media(max-width:980px){
  .jcphe-public-shell-inner{flex-wrap:wrap;gap:8px;padding:10px 14px}
  .jcphe-public-brand{min-width:0;flex:1}
  .jcphe-public-contact{order:2}
  .jcphe-public-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding:4px 0 2px}
}

/* 6.28.6 · eXp Realty brand visible in authenticated Mi Portal */
.jcphe-public-brand{display:flex!important;align-items:center!important;gap:12px!important;min-width:270px!important}
.jcphe-public-brand-logo{display:grid;place-items:center;flex:0 0 112px;width:112px;height:45px;padding:4px 7px;border:1px solid #dbe5ef;border-radius:11px;background:#fff;box-shadow:0 4px 12px rgba(7,26,50,.06)}
.jcphe-public-brand-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
.jcphe-public-brand-copy{display:grid;gap:2px;min-width:0}
.jcphe-public-brand-copy strong{color:#071a32;font-size:15px;line-height:1.12;white-space:nowrap}
.jcphe-public-brand-copy small{color:#65758a;font-size:10px;line-height:1.25;white-space:nowrap}
@media(max-width:980px){
  .jcphe-public-brand{min-width:0!important;gap:9px!important}
  .jcphe-public-brand-logo{flex-basis:90px;width:90px;height:38px;padding:3px 6px}
  .jcphe-public-brand-copy strong{font-size:13px}
  .jcphe-public-brand-copy small{font-size:9px}
}
@media(max-width:560px){
  .jcphe-public-shell-inner{padding:8px 10px}
  .jcphe-public-brand-logo{flex-basis:76px;width:76px;height:34px;border-radius:9px}
  .jcphe-public-brand-copy strong{font-size:12px}
  .jcphe-public-brand-copy small{font-size:8px}
  .jcphe-public-contact{padding:9px 10px;font-size:11px}
}


/* 6.28.7 · FINAL FIX: compact authenticated portal header */
body.jce-portal .jcphe-public-shell{
  position:relative!important;z-index:10000!important;width:100%!important;
  background:#fff!important;border-bottom:1px solid #dce6ef!important;
  box-shadow:0 6px 22px rgba(7,26,50,.07)!important;
  overflow:visible!important
}
body.jce-portal .jcphe-public-shell-inner{
  width:min(1240px,calc(100% - 32px))!important;max-width:1240px!important;
  min-height:72px!important;margin:0 auto!important;padding:8px 0!important;
  display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:nowrap!important
}
body.jce-portal .jcphe-public-brand{
  display:flex!important;align-items:center!important;gap:10px!important;
  flex:0 0 auto!important;min-width:0!important;max-width:320px!important;
  margin:0!important;padding:0!important;color:#071a32!important;text-decoration:none!important
}
body.jce-portal .jcphe-public-brand-logo{
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 96px!important;width:96px!important;height:42px!important;
  min-width:96px!important;max-width:96px!important;min-height:42px!important;max-height:42px!important;
  margin:0!important;padding:3px 6px!important;border:1px solid #dce6ef!important;
  border-radius:10px!important;background:#fff!important;overflow:hidden!important;
  box-shadow:0 3px 10px rgba(7,26,50,.05)!important
}
body.jce-portal .jcphe-public-brand-logo img{
  display:block!important;width:88px!important;height:34px!important;
  min-width:0!important;max-width:88px!important;min-height:0!important;max-height:34px!important;
  margin:0!important;padding:0!important;object-fit:contain!important;object-position:center!important
}
body.jce-portal .jcphe-public-brand-copy{
  display:flex!important;flex-direction:column!important;justify-content:center!important;
  min-width:0!important;width:auto!important;margin:0!important;padding:0!important;text-align:left!important
}
body.jce-portal .jcphe-public-brand-copy strong{
  display:block!important;margin:0!important;color:#0b2847!important;font-size:14px!important;
  line-height:1.15!important;font-weight:850!important;white-space:nowrap!important
}
body.jce-portal .jcphe-public-brand-copy small{
  display:block!important;margin:3px 0 0!important;color:#607488!important;font-size:9px!important;
  line-height:1.2!important;font-weight:650!important;white-space:nowrap!important
}
body.jce-portal .jcphe-public-nav{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:3px!important;flex:1 1 auto!important;min-width:0!important;margin:0 0 0 auto!important;
  padding:0!important;overflow:visible!important;white-space:nowrap!important
}
body.jce-portal .jcphe-public-nav a{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:40px!important;margin:0!important;padding:8px 9px!important;border-radius:9px!important;
  color:#17324d!important;background:transparent!important;text-decoration:none!important;
  font-size:12px!important;line-height:1!important;font-weight:800!important;box-shadow:none!important
}
body.jce-portal .jcphe-public-nav a:hover,
body.jce-portal .jcphe-public-nav a:focus-visible{
  color:#0b4f86!important;background:#eef5fb!important
}
body.jce-portal .jcphe-public-nav .jcphe-book-link{
  color:#81550b!important;background:#fff7e8!important;border:1px solid #efd69c!important
}
body.jce-portal .jcphe-public-nav .jcphe-book-link:hover{
  color:#684300!important;background:#ffefc9!important
}
body.jce-portal .jcphe-public-nav .is-current,
body.jce-portal .jcphe-public-nav .is-current:hover,
body.jce-portal .jcphe-public-nav .is-current:focus-visible{
  color:#fff!important;background:#082946!important;border-color:#082946!important
}
body.jce-portal .jcphe-public-contact{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 auto!important;min-height:40px!important;margin:0!important;padding:9px 13px!important;
  border-radius:10px!important;background:#1265e8!important;color:#fff!important;
  text-decoration:none!important;font-size:12px!important;line-height:1!important;font-weight:900!important
}
body.jce-portal .jcphe-public-contact:hover{background:#0b54c6!important;color:#fff!important}

@media(max-width:1080px){
  body.jce-portal .jcphe-public-shell-inner{width:min(100% - 24px,1240px)!important;gap:10px!important}
  body.jce-portal .jcphe-public-brand-logo{flex-basis:82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:38px!important;min-height:38px!important;max-height:38px!important}
  body.jce-portal .jcphe-public-brand-logo img{width:74px!important;max-width:74px!important;height:30px!important;max-height:30px!important}
  body.jce-portal .jcphe-public-brand-copy strong{font-size:12px!important}
  body.jce-portal .jcphe-public-brand-copy small{font-size:8px!important}
  body.jce-portal .jcphe-public-nav a{padding:8px 7px!important;font-size:11px!important}
}
@media(max-width:900px){
  body.jce-portal .jcphe-public-shell-inner{min-height:64px!important;flex-wrap:wrap!important;padding:7px 0!important}
  body.jce-portal .jcphe-public-brand{flex:1 1 auto!important;max-width:none!important}
  body.jce-portal .jcphe-public-contact{order:2!important}
  body.jce-portal .jcphe-public-nav{
    order:3!important;flex:1 0 100%!important;width:100%!important;justify-content:flex-start!important;
    overflow-x:auto!important;overflow-y:hidden!important;padding:5px 0 2px!important;scrollbar-width:none!important
  }
  body.jce-portal .jcphe-public-nav::-webkit-scrollbar{display:none!important}
}
@media(max-width:560px){
  body.jce-portal .jcphe-public-shell-inner{width:calc(100% - 20px)!important;gap:7px!important}
  body.jce-portal .jcphe-public-brand-logo{flex-basis:70px!important;width:70px!important;min-width:70px!important;max-width:70px!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:2px 4px!important}
  body.jce-portal .jcphe-public-brand-logo img{width:62px!important;max-width:62px!important;height:28px!important;max-height:28px!important}
  body.jce-portal .jcphe-public-brand-copy strong{font-size:11px!important}
  body.jce-portal .jcphe-public-brand-copy small{display:none!important}
  body.jce-portal .jcphe-public-contact{min-height:36px!important;padding:8px 10px!important;font-size:10px!important}
  body.jce-portal .jcphe-public-nav a{min-height:36px!important;padding:7px 9px!important;font-size:10.5px!important}
}

/* === Mi Portal · private social experience 6.29.0 === */
.jcphe-social-portal{background:#f2f6fb;color:#102238}.jcphe-client-network{max-width:1440px;margin:0 auto;padding:26px 28px 48px}.jcphe-client-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;background:linear-gradient(135deg,#0b2037 0%,#153c62 62%,#255c87 100%);color:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(15,35,55,.18);position:relative;overflow:hidden}.jcphe-client-hero:after{content:"";position:absolute;right:-70px;top:-100px;width:280px;height:280px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025)}.jcphe-client-avatar{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);font-size:32px;font-weight:900;backdrop-filter:blur(8px);z-index:1}.jcphe-client-hero-copy,.jcphe-client-hero-actions{position:relative;z-index:1}.jcphe-client-hero h1{font-size:clamp(28px,3vw,44px);line-height:1.05;margin:4px 0 10px;color:#fff;letter-spacing:-.03em}.jcphe-client-hero p{font-size:16px;color:#dce9f6;max-width:780px;margin:0}.jcphe-trust-line{display:flex;gap:14px;flex-wrap:wrap;margin-top:15px;font-size:12px;color:#c9dced}.jcphe-client-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;max-width:360px}.jcphe-client-hero .jce-btn.light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.22)}
.jcphe-portal-card-nav{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:12px;margin:18px 0 26px}.jcphe-portal-nav-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:15px 14px;background:#fff;color:#17304a;text-decoration:none;border:1px solid #dce6f0;border-radius:18px;box-shadow:0 8px 22px rgba(20,44,68,.055);transition:.2s ease}.jcphe-portal-nav-card:hover{transform:translateY(-2px);border-color:#aac6df;box-shadow:0 14px 30px rgba(20,44,68,.11)}.jcphe-portal-nav-card.active{border-color:#b88b30;background:linear-gradient(180deg,#fffdf7,#fff);box-shadow:0 10px 30px rgba(179,135,44,.14)}.jcphe-portal-nav-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#edf4fb;color:#174b76;font-weight:900;font-size:20px}.jcphe-portal-nav-card.active .jcphe-portal-nav-icon{background:#f8eed7;color:#8b6418}.jcphe-portal-nav-card strong,.jcphe-portal-nav-card small{display:block}.jcphe-portal-nav-card strong{font-size:13px}.jcphe-portal-nav-card small{font-size:10px;color:#6d7f90;margin-top:2px;line-height:1.25}.jcphe-portal-nav-card em{font-style:normal;font-size:22px;color:#9aabbb}
.jcphe-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:10px 0 14px}.jcphe-section-heading h2{font-size:30px;letter-spacing:-.02em;margin:3px 0 5px}.jcphe-section-heading p{margin:0;color:#66788b}.jcphe-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.jcphe-status-card{background:#fff;border:1px solid #dce6f0;border-radius:20px;padding:20px;min-height:126px;box-shadow:0 8px 24px rgba(18,43,69,.05)}.jcphe-status-card>span,.jcphe-status-card>small{display:block;color:#728396;font-size:12px}.jcphe-status-card>strong{display:block;font-size:24px;line-height:1.15;margin:8px 0;color:#112b44}.jcphe-mini-progress,.jcphe-process-progress>div{height:8px;border-radius:99px;background:#e8eef4;overflow:hidden}.jcphe-mini-progress i,.jcphe-process-progress i{display:block;height:100%;background:linear-gradient(90deg,#1c5885,#b78c33);border-radius:99px}
.jcphe-social-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:18px}.jcphe-feed-card{min-height:330px}.jcphe-client-feed{display:grid;gap:0}.jcphe-client-feed article{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:16px 2px;border-bottom:1px solid #e5edf4}.jcphe-client-feed article:last-child{border-bottom:0}.jcphe-feed-dot{width:42px;height:42px;border-radius:14px;background:#edf4fa;display:grid;place-items:center;color:#164e78;font-weight:800}.jcphe-client-feed h3{margin:2px 0 4px;font-size:15px}.jcphe-client-feed p{margin:0;color:#4f6478;line-height:1.5}.jcphe-client-feed small{color:#8a99a8}.jcphe-client-feed em{display:inline-block;margin-top:8px;font-style:normal;font-size:12px;background:#f6f8fa;border-radius:8px;padding:5px 8px;color:#465c70}.jcphe-world-card{background:linear-gradient(180deg,#102b46,#0d2135);color:#fff;border:0}.jcphe-world-card h2{color:#fff}.jcphe-world-card>p{color:#cad9e8}.jcphe-world-action{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-top:12px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:15px;color:#fff;text-decoration:none;background:rgba(255,255,255,.06)}.jcphe-world-action:hover{background:rgba(255,255,255,.11)}.jcphe-world-action>span{font-size:24px}.jcphe-world-action strong,.jcphe-world-action small{display:block}.jcphe-world-action small{color:#bad0e4}.jcphe-world-action em{font-style:normal;font-size:20px}.jcphe-client-resources{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.6fr);gap:22px;align-items:center;margin-top:18px}.jcphe-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px}.jcphe-resource-grid a{background:#f7fafc;border:1px solid #dde7f0;border-radius:16px;padding:16px;text-decoration:none;color:#17304a;min-height:120px}.jcphe-resource-grid a:hover{background:#fff;border-color:#afc8dc}.jcphe-resource-grid span{font-size:25px}.jcphe-resource-grid strong,.jcphe-resource-grid small{display:block}.jcphe-resource-grid strong{margin-top:10px;font-size:14px}.jcphe-resource-grid small{color:#718395;margin-top:4px;font-size:11px}
.jcphe-process-list{display:grid;gap:14px}.jcphe-process-card{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(300px,1.4fr);gap:26px;align-items:center}.jcphe-process-card h3{margin:4px 0}.jcphe-process-progress strong{font-size:24px}.jcphe-process-progress>div{margin:8px 0}.jcphe-process-progress small{color:#687b8e}.jcphe-task-grid{display:grid;gap:10px}.jcphe-client-task{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:17px;border:1px solid #e0e9f1;background:#fbfdff;border-radius:16px}.jcphe-client-task>span{width:35px;height:35px;border-radius:12px;background:#eaf2f8;display:grid;place-items:center;font-weight:900;color:#245b84}.jcphe-client-task.done{opacity:.68}.jcphe-client-task h3{margin:3px 0 4px}.jcphe-client-task p{margin:0;color:#5f7285}.jcphe-message-list{display:grid;gap:12px}.jcphe-message-bubble{padding:17px 18px;border-radius:18px;background:#f2f6fa;border:1px solid #e0e8f0;max-width:88%}.jcphe-message-bubble.from-team{border-top-left-radius:6px}.jcphe-message-bubble.from-client{margin-left:auto;background:#edf7f1;border-color:#d4eadc;border-top-right-radius:6px}.jcphe-message-bubble h3{margin:3px 0 7px}.jcphe-message-bubble p{margin:0;line-height:1.55}.jcphe-message-bubble small{color:#778a9c}.jcphe-meeting-launchers{display:grid;grid-template-columns:1fr 1fr;gap:14px}.jcphe-meeting-launchers>a{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;text-decoration:none;color:#fff;background:linear-gradient(135deg,#0d2943,#21547e);border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(18,45,71,.12)}.jcphe-meeting-launchers>a:nth-child(2){background:linear-gradient(135deg,#25364b,#394f68)}.jcphe-meeting-launchers>a>span{font-size:30px}.jcphe-meeting-launchers small,.jcphe-meeting-launchers strong,.jcphe-meeting-launchers p{display:block;margin:0}.jcphe-meeting-launchers small{color:#bdcede;font-size:10px}.jcphe-meeting-launchers strong{font-size:20px;margin:3px 0}.jcphe-meeting-launchers p{color:#d6e2ed}.jcphe-meeting-launchers em{font-size:24px;font-style:normal}.jcphe-security-card{background:#102b46;color:#fff}.jcphe-security-card h2{color:#fff}.jcphe-security-card ul{padding-left:20px;color:#d7e5f1;line-height:1.75}.jcphe-onboarding{text-align:center;padding:50px 30px}.jcphe-onboarding .jce-actions{justify-content:center}
.jcphe-portal-assistant{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start;margin-top:20px;background:linear-gradient(135deg,#fff,#f3f8fc);border-color:#cbddeb}.jcphe-assistant-mark{width:55px;height:55px;border-radius:18px;background:linear-gradient(135deg,#153e61,#b78b32);display:grid;place-items:center;color:#fff;font-size:25px;box-shadow:0 10px 25px rgba(31,64,93,.18)}.jcphe-portal-assistant form{display:grid;grid-template-columns:1fr auto;gap:9px;max-width:750px}.jcphe-portal-assistant input{min-height:46px;border:1px solid #cbd9e5;border-radius:12px;padding:0 14px;background:#fff}.jce-portal-assistant-answer{margin-top:10px;display:flex;gap:9px;align-items:center;background:#fff;border:1px solid #dce6ef;border-radius:12px;padding:10px}.jce-portal-assistant-answer[hidden]{display:none}.jcphe-assistant-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.jcphe-assistant-chips a{font-size:11px;text-decoration:none;border:1px solid #d7e3ec;border-radius:99px;padding:6px 9px;background:#fff;color:#375771}
@media(max-width:1200px){.jcphe-portal-card-nav{grid-template-columns:repeat(4,1fr)}.jcphe-status-grid{grid-template-columns:repeat(2,1fr)}.jcphe-client-resources{grid-template-columns:1fr}.jcphe-resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.jcphe-client-network{padding:16px}.jcphe-client-hero{grid-template-columns:1fr;padding:23px;border-radius:22px}.jcphe-client-avatar{width:58px;height:58px;border-radius:18px}.jcphe-client-hero-actions{justify-content:flex-start}.jcphe-portal-card-nav{display:flex;overflow:auto;padding-bottom:5px;scroll-snap-type:x mandatory}.jcphe-portal-nav-card{min-width:195px;scroll-snap-align:start}.jcphe-social-layout,.jcphe-process-card,.jcphe-meeting-launchers{grid-template-columns:1fr}.jcphe-section-heading{align-items:flex-start;flex-direction:column}.jcphe-public-nav{display:none}.jcphe-client-resources{padding:18px}.jcphe-resource-grid{grid-template-columns:1fr 1fr}}

/* 8.2.3 · Mi Portal: readable contrast and two-column navigation. */
@media(min-width:851px){
  body.jce-portal .jce-portal-shell{display:grid!important;grid-template-columns:minmax(245px,290px) minmax(0,1fr)!important;column-gap:24px!important;align-items:start!important;padding:28px!important}
  body.jce-portal .jce-portal-shell>.jce-simulation-banner,
  body.jce-portal .jce-portal-shell>.jce-notice{grid-column:1/-1!important}
  body.jce-portal .jce-portal-shell>.jcphe-client-app-head{grid-column:1/-1!important}
  body.jce-portal .jce-portal-shell>.jcphe-portal-section-nav{grid-column:1!important;grid-row:2!important;display:block!important;position:sticky!important;top:20px!important;margin:0!important;padding:14px!important;background:#0d3048!important;border:1px solid #3e7189!important;border-radius:20px!important;box-shadow:0 14px 30px rgba(7,31,50,.14)!important}
  body.jce-portal .jcphe-portal-section-nav>section{background:transparent!important;border:0!important;padding:0!important;margin:0 0 16px!important}
  body.jce-portal .jcphe-portal-section-nav>section:last-child{margin-bottom:0!important}
  body.jce-portal .jcphe-portal-section-nav>section>div{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  body.jce-portal .jcphe-portal-section-nav .jcphe-portal-group-label{color:#c7e6f2!important;padding:5px 7px 9px!important}
  body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card{grid-template-columns:38px 1fr 14px!important;min-height:64px!important;padding:10px!important;background:#17435b!important;border-color:#4c7f95!important;color:#fff!important}
  body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card strong{color:#fff!important;-webkit-text-fill-color:#fff!important}
  body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card small{color:#c9e0ea!important;-webkit-text-fill-color:#c9e0ea!important}
  body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card em{color:#b7d7e2!important}
  body.jce-portal .jce-portal-shell> :not(.jcphe-client-app-head):not(.jcphe-portal-section-nav){grid-column:2!important;min-width:0}
}
body.jce-portal .jce-portal-shell .jcphe-onboarding,
body.jce-portal .jce-portal-shell .jcphe-portal-assistant{background:#fff!important;color:#12384f!important;border:1px solid #c7dce7!important}
body.jce-portal .jce-portal-shell .jcphe-onboarding :is(h1,h2,h3,strong,b){color:#103650!important;-webkit-text-fill-color:#103650!important;opacity:1!important}
body.jce-portal .jce-portal-shell .jcphe-onboarding :is(p,small,span,li){color:#526f82!important;-webkit-text-fill-color:#526f82!important;opacity:1!important}
body.jce-portal .jce-portal-shell .jcphe-portal-assistant :is(h1,h2,h3,strong,b){color:#103650!important;-webkit-text-fill-color:#103650!important;opacity:1!important}
body.jce-portal .jce-portal-shell .jcphe-portal-assistant :is(p,small,span,li){color:#526f82!important;-webkit-text-fill-color:#526f82!important;opacity:1!important}
@media(max-width:560px){.jcphe-status-grid,.jcphe-resource-grid{grid-template-columns:1fr}.jcphe-client-hero h1{font-size:30px}.jcphe-portal-assistant{grid-template-columns:1fr}.jcphe-portal-assistant form{grid-template-columns:1fr}.jcphe-client-network{padding:10px}.jcphe-client-hero{border-radius:18px}.jcphe-public-shell-inner{padding-left:12px;padding-right:12px}}


/* === Contactos / clientes · compact action selector 6.29.4 === */
.jcphe-contact-list-toolbar{margin-bottom:12px}.jcphe-contact-search{min-width:min(420px,100%);padding:9px 12px;border:1px solid #ccd8e4;border-radius:10px;background:#fff}.jcphe-contact-list-tools{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.jce-btn.mini{padding:7px 10px;border-radius:9px;font-size:12px;line-height:1}.jcphe-contact-table-wrap{border-radius:12px}.jcphe-contact-table{table-layout:fixed}.jcphe-contact-table th,.jcphe-contact-table td{padding:8px 10px;vertical-align:middle}.jcphe-contact-table th:nth-child(1){width:29%}.jcphe-contact-table th:nth-child(2){width:22%}.jcphe-contact-table th:nth-child(3){width:13%}.jcphe-contact-table th:nth-child(4){width:13%}.jcphe-contact-table th:nth-child(5){width:23%}.jcphe-contact-compact-row{height:52px}.jcphe-contact-compact-row:nth-child(even) td{background:#fbfcfe}.jcphe-contact-compact-row:hover td{background:#f3f8fc}.jcphe-contact-primary{display:flex;align-items:center;gap:7px;min-width:0;white-space:nowrap}.jcphe-contact-primary strong{overflow:hidden;text-overflow:ellipsis}.jcphe-contact-primary>span{flex:0 0 auto;font-size:10px;font-weight:800;color:#7b8b9c;background:#eef3f7;border-radius:999px;padding:2px 6px}.jcphe-contact-meta{display:block;margin-top:2px;color:#6b7c8d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.jcphe-contact-role{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.jcphe-contact-preference,.jcphe-contact-municipality{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.jcphe-contact-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;white-space:nowrap}.jcphe-contact-action-select{width:min(190px,100%);height:31px;border:1px solid #cfd9e3;border-radius:9px;background:#fff;color:#173b58;padding:4px 28px 4px 9px;font-size:12px;font-weight:750;cursor:pointer}.jcphe-contact-action-select:hover,.jcphe-contact-action-select:focus{border-color:#8fa9bd;box-shadow:0 0 0 2px rgba(31,91,133,.08);outline:none}@media(max-width:980px){.jcphe-contact-table{min-width:880px}.jcphe-contact-table th:nth-child(1){width:250px}.jcphe-contact-table th:nth-child(2){width:190px}.jcphe-contact-table th:nth-child(3){width:120px}.jcphe-contact-table th:nth-child(4){width:120px}.jcphe-contact-table th:nth-child(5){width:200px}}@media(max-width:640px){.jcphe-contact-list-toolbar{align-items:stretch}.jcphe-contact-search{width:100%;min-width:0}.jcphe-contact-list-tools{width:100%}.jcphe-contact-list-tools .jce-btn{flex:1}.jcphe-contact-compact-row{height:48px}}

/* === Contactos / clientes · enterprise profile 6.29.4 === */
.jcphe-contact-page-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}.jcphe-contact-back{display:inline-flex;align-items:center;gap:7px;color:#31566f;text-decoration:none;font-weight:800;font-size:13px}.jcphe-contact-back:hover{color:#153e5b}.jcphe-contact-head-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.jcphe-contact-enterprise-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;background:linear-gradient(135deg,#10283d 0%,#173c59 62%,#255b80 100%);border-radius:22px;padding:24px;color:#fff;box-shadow:0 16px 36px rgba(18,44,65,.15);position:relative;overflow:hidden}.jcphe-contact-enterprise-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:310px;height:310px;border:1px solid rgba(255,255,255,.11);border-radius:50%;box-shadow:0 0 0 40px rgba(255,255,255,.026),0 0 0 80px rgba(255,255,255,.018);pointer-events:none}.jcphe-contact-enterprise-avatar{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;font-size:24px;font-weight:900;letter-spacing:.02em;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);position:relative;z-index:1}.jcphe-contact-enterprise-copy{min-width:0;position:relative;z-index:1}.jcphe-contact-kicker{font-size:10px;letter-spacing:.11em;font-weight:900;color:#bdd1e0}.jcphe-contact-enterprise-copy h1{margin:4px 0 10px;color:#fff;font-size:clamp(24px,2.6vw,38px);line-height:1.05;letter-spacing:-.025em}.jcphe-contact-chip-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.jcphe-contact-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15);font-size:11px;font-weight:800;color:#f2f7fb}.jcphe-contact-chip.subtle{color:#d3e1eb}.jcphe-contact-chip.is-active{background:rgba(36,169,105,.18);border-color:rgba(117,222,166,.28)}.jcphe-contact-chip.is-pending{background:rgba(232,172,56,.14);border-color:rgba(255,211,124,.25)}
.jcphe-contact-enterprise-primary{display:grid;grid-template-columns:1fr;gap:8px;position:relative;z-index:1;min-width:210px}.jcphe-enterprise-primary-action{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:10px 12px;border-radius:13px;text-decoration:none;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);transition:.16s ease}.jcphe-enterprise-primary-action:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}.jcphe-enterprise-primary-action>span{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:17px}.jcphe-enterprise-primary-action strong,.jcphe-enterprise-primary-action small{display:block}.jcphe-enterprise-primary-action strong{font-size:12px}.jcphe-enterprise-primary-action small{font-size:10px;color:#c9d9e5;margin-top:2px}
.jcphe-contact-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0 16px}.jcphe-contact-info-grid article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;background:#fff;border:1px solid #dfe8ef;border-radius:14px;padding:12px 13px;min-height:68px;box-shadow:0 4px 14px rgba(34,60,80,.035)}.jcphe-contact-info-icon{width:36px;height:36px;border-radius:11px;background:#eef4f8;color:#1d557b;display:grid;place-items:center;font-size:16px;font-weight:900}.jcphe-contact-info-grid small,.jcphe-contact-info-grid strong,.jcphe-contact-info-grid a{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jcphe-contact-info-grid small{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#7d8c99;font-weight:900}.jcphe-contact-info-grid strong,.jcphe-contact-info-grid a{font-size:12px;margin-top:3px;color:#1f3d52;text-decoration:none}.jcphe-contact-info-grid a:hover{color:#12639a}
.jcphe-contact-enterprise-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.72fr);gap:16px;align-items:start}.jcphe-contact-action-center{padding:19px}.jcphe-contact-action-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.jcphe-contact-action-card{display:grid;grid-template-columns:35px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:68px;padding:10px 11px;border:1px solid #e0e8ef;border-radius:13px;background:#fbfdff;text-decoration:none;color:#1b3b52;transition:.15s ease}.jcphe-contact-action-card:hover{background:#fff;border-color:#b9cedd;box-shadow:0 7px 18px rgba(39,67,89,.07);transform:translateY(-1px)}.jcphe-contact-action-card>span{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#edf4f8;font-size:16px}.jcphe-contact-action-card.featured{background:#f2f8fc;border-color:#bed5e4}.jcphe-contact-action-card.featured>span{background:#dceef8}.jcphe-contact-action-card strong,.jcphe-contact-action-card small{display:block}.jcphe-contact-action-card strong{font-size:11.5px;line-height:1.2}.jcphe-contact-action-card small{font-size:9.5px;color:#718394;margin-top:3px;line-height:1.3}.jcphe-contact-action-card em{font-size:18px;color:#8fa1af;font-style:normal}
.jcphe-contact-access-panel{padding:18px;position:sticky;top:18px}.jcphe-access-panel-head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.jcphe-access-shield{width:42px;height:42px;border-radius:13px;background:#edf5f8;display:grid;place-items:center;font-size:19px}.jcphe-access-panel-head small{font-size:9px;letter-spacing:.08em;font-weight:900;color:#83929f}.jcphe-access-panel-head h2{font-size:17px;margin:2px 0 0}.jcphe-access-dot{width:10px;height:10px;border-radius:999px;background:#d4a34b;box-shadow:0 0 0 4px rgba(212,163,75,.12)}.jcphe-access-dot.is-active{background:#28a26a;box-shadow:0 0 0 4px rgba(40,162,106,.12)}.jcphe-access-actions{display:grid;gap:7px;margin-top:14px}.jcphe-access-actions form{margin:0}.jcphe-access-button{width:100%;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;text-align:left;border:1px solid #dfe8ee;border-radius:12px;padding:9px 10px;background:#fff;color:#214158;text-decoration:none;cursor:pointer;font:inherit}.jcphe-access-button:hover{background:#f7fafc;border-color:#bcd0dd}.jcphe-access-button.primary{background:#143d5a;color:#fff;border-color:#143d5a}.jcphe-access-button.primary:hover{background:#1b4d6e}.jcphe-access-button>span{width:34px;height:34px;border-radius:10px;background:#edf4f8;display:grid;place-items:center}.jcphe-access-button.primary>span{background:rgba(255,255,255,.12)}.jcphe-access-button strong,.jcphe-access-button small{display:block}.jcphe-access-button strong{font-size:11.5px}.jcphe-access-button small{font-size:9.5px;color:#7b8d9b;margin-top:2px}.jcphe-access-button.primary small{color:#c9d9e4}.jcphe-access-security-note{margin-top:13px;padding:11px;border-radius:11px;background:#f4f8fb;border:1px solid #e0e9ef;font-size:10px;line-height:1.45;color:#5f7382}.jcphe-contact-danger{margin-top:13px}.jcphe-contact-danger summary{font-size:10px;color:#7b8791;cursor:pointer}
@media(max-width:1180px){.jcphe-contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-contact-action-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-contact-enterprise-layout{grid-template-columns:1fr}.jcphe-contact-access-panel{position:static}.jcphe-contact-enterprise-primary{min-width:185px}}
@media(max-width:760px){.jcphe-contact-page-head{align-items:flex-start;flex-direction:column}.jcphe-contact-enterprise-hero{grid-template-columns:auto 1fr;padding:18px}.jcphe-contact-enterprise-primary{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%}.jcphe-contact-info-grid{grid-template-columns:1fr 1fr}.jcphe-contact-action-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.jcphe-contact-enterprise-hero{grid-template-columns:1fr}.jcphe-contact-enterprise-avatar{width:54px;height:54px;border-radius:15px}.jcphe-contact-enterprise-primary,.jcphe-contact-info-grid,.jcphe-contact-action-card-grid{grid-template-columns:1fr}.jcphe-contact-info-grid article{min-height:62px}.jcphe-contact-head-actions{width:100%}.jcphe-contact-head-actions .jce-btn{flex:1;text-align:center}.jcphe-contact-action-center{padding:14px}}

/* 6.29.6 — Centro único de Enlaces Rápidos */
.jce-quick-menu{position:relative}.jce-quick-menu>summary{list-style:none;cursor:pointer}.jce-quick-menu>summary::-webkit-details-marker{display:none}.jce-quick-menu-trigger{display:inline-flex!important;align-items:center;gap:7px;white-space:nowrap}.jce-quick-trigger-icon{display:grid;place-items:center;width:18px;height:18px}.jce-quick-trigger-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.jce-quick-trigger-chevron{font-size:12px;opacity:.65;transition:transform .16s ease}.jce-quick-menu[open] .jce-quick-trigger-chevron{transform:rotate(180deg)}
.jce-quick-menu-panel{position:absolute;z-index:1000;top:calc(100% + 10px);right:0;width:min(900px,calc(100vw - 310px));padding:16px;border:1px solid #d6e2ea;border-radius:18px;background:rgba(255,255,255,.985);box-shadow:0 24px 64px rgba(8,35,57,.2);backdrop-filter:blur(16px)}.jce-quick-menu-panel:before{content:"";position:absolute;right:68px;top:-7px;width:13px;height:13px;border-left:1px solid #d6e2ea;border-top:1px solid #d6e2ea;background:#fff;transform:rotate(45deg)}
.jce-quick-menu-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:2px 3px 14px;border-bottom:1px solid #e5edf2}.jce-quick-menu-head>div{display:grid;gap:2px}.jce-quick-menu-head small{font-size:8px;font-weight:900;letter-spacing:.16em;color:#7390a4}.jce-quick-menu-head strong{font-size:17px;color:#123b59;letter-spacing:-.015em}.jce-quick-menu-head span{font-size:10px;color:#6d8292}.jce-quick-menu-count{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border:1px solid #d9e6ed;border-radius:999px;background:#f7fafc;font-size:9px!important;font-weight:850;color:#587084!important;white-space:nowrap}
.jce-quick-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:13px}.jce-quick-link-card{position:relative;display:flex;min-width:0;min-height:116px;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:13px;border:1px solid #dce6ec;border-radius:14px;background:linear-gradient(145deg,#fff,#f7fafc);text-decoration:none!important;color:#163c58;box-shadow:0 4px 12px rgba(11,49,78,.035);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.jce-quick-link-card:hover{transform:translateY(-2px);border-color:#9bc3d4;background:#fff;box-shadow:0 10px 24px rgba(11,49,78,.1)}.jce-quick-card-icon{display:grid;place-items:center;width:36px;height:36px;margin-bottom:10px;border-radius:11px;background:#eaf3f7;color:#165b78}.jce-quick-card-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.jce-quick-link-card strong{font-size:11.5px;line-height:1.25;color:#143d5a}.jce-quick-link-card small{display:block;margin-top:4px;font-size:9px;line-height:1.35;color:#6f8290}.jce-quick-link-card i{position:absolute;top:11px;right:11px;font-size:10px;font-style:normal;color:#91a5b3}
@media(max-width:1240px){.jce-quick-menu-panel{width:min(760px,calc(100vw - 280px))}.jce-quick-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){.jce-quick-menu-panel{position:fixed;top:76px;right:16px;left:16px;width:auto;max-height:calc(100vh - 96px);overflow:auto}.jce-quick-menu-panel:before{display:none}.jce-quick-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.jce-quick-menu-trigger>span:nth-child(2){display:none}.jce-quick-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-quick-link-card{min-height:104px}.jce-quick-menu-head span:not(.jce-quick-menu-count){display:none}}
@media(max-width:430px){.jce-quick-menu-panel{top:68px;right:9px;left:9px;padding:12px;border-radius:15px}.jce-quick-menu-grid{gap:7px}.jce-quick-link-card{padding:11px;min-height:100px}.jce-quick-menu-count{display:none}}

/* 6.29.7 — Accesos rápidos visibles dentro del menú azul */
.jce-sidebar-quicklinks{margin:2px 0 12px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.jce-sidebar-quicklinks-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 2px 9px}.jce-sidebar-quicklinks-head span{font-size:8px;font-weight:900;letter-spacing:.14em;color:#8eabc2}.jce-sidebar-quicklinks-head small{font-size:7px;font-weight:850;letter-spacing:.11em;color:#5f7f98}
.jce-sidebar-quicklinks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.jce-nav .jce-sidebar-quicklink{position:relative;display:flex;min-width:0;min-height:72px;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:0;padding:8px 5px;border:1px solid rgba(184,210,230,.13);border-radius:12px;background:linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.035));color:#fff;text-align:center;box-shadow:0 5px 14px rgba(0,0,0,.07);transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}
.jce-nav .jce-sidebar-quicklink:hover{transform:translateY(-2px);border-color:rgba(130,203,235,.34);background:linear-gradient(155deg,rgba(75,169,216,.16),rgba(255,255,255,.05));box-shadow:0 8px 18px rgba(0,0,0,.13)}
.jce-sidebar-quicklink-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:rgba(89,188,229,.12);color:#73c8ef}.jce-sidebar-quicklink:nth-child(3n+2) .jce-sidebar-quicklink-icon{background:rgba(222,174,75,.11);color:#e3ba63}.jce-sidebar-quicklink:nth-child(3n) .jce-sidebar-quicklink-icon{background:rgba(118,205,164,.11);color:#83d5ae}.jce-sidebar-quicklink-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.jce-nav .jce-sidebar-quicklink strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f5f9fc;font-size:9px;line-height:1.15;letter-spacing:-.01em}.jce-nav .jce-sidebar-quicklink small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7f9bb1;font-size:7.2px;line-height:1.1;font-weight:650}
.jce-sidebar-nav-label{margin:5px 9px 4px;color:#607f98;font-size:7.5px;font-weight:900;letter-spacing:.15em}
@media(max-width:980px){.jce-sidebar-quicklinks{margin-top:4px}.jce-nav .jce-sidebar-quicklink{min-height:70px}}

/* v6.33.0 · Operational experience refresh */
.jce-sidebar-quick-more{display:grid;gap:5px;margin:8px 7px 2px}.jce-sidebar-quick-more label{color:#86a3b8;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.jce-sidebar-quick-more select{width:100%;min-height:35px;padding:6px 28px 6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#102f49;color:#eef7fc;font-size:10px}
.jcphe-dossier-table tbody tr{transition:background .15s,border-color .15s}.jcphe-dossier-table tr:has(.jce-badge){border-left:4px solid #d8a93d}.jcphe-dossier-table tr:has(.jce-badge.danger){border-left-color:#d64d4d;background:#fff8f8}.jcphe-dossier-table tr.is-active{background:#eef9f3!important;border-left-color:#1f9d62!important}.jcphe-dossier-table .jcphe-row-actions>a:nth-child(2){border-color:#86bde0;background:#eaf5fc;color:#15557d}.jcphe-dossier-table .jcphe-row-actions button{border-color:#7ecb9d!important;background:#e9f8ef!important;color:#17633a!important}.jcphe-dossier-table tr.is-active .jcphe-row-actions button{background:#18794e!important;color:#fff!important}
.jcphe-intake-steps{position:sticky;top:38px;z-index:5;display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0 0 18px;padding:10px;border:1px solid #d6e3eb;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(12,48,75,.08);backdrop-filter:blur(12px)}.jcphe-intake-steps span{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px;color:#708394;font-size:11px;font-weight:850}.jcphe-intake-steps b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#edf2f5;color:#31536c}.jcphe-intake-steps .is-active{color:#0c5d91}.jcphe-intake-steps .is-active b{background:#0c5d91;color:#fff}.jcphe-crm-intake-form>.jce-grid .jce-card{border-top:4px solid #2b88b7;box-shadow:0 9px 25px rgba(15,55,82,.06)}
.jce-search-radar-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-22px -22px 18px;padding:22px 28px;border-radius:18px 18px 0 0;background:linear-gradient(120deg,#092f4d,#0b618c);color:#fff}.jce-search-radar-hero h2{margin:3px 0;color:#fff}.jce-search-radar-hero p{margin:0;color:#c9e2ef}.jce-search-radar{position:relative;display:grid;place-items:center;flex:0 0 112px;width:112px;height:112px;border:1px solid rgba(127,220,238,.35);border-radius:50%;overflow:hidden;background:repeating-radial-gradient(circle,transparent 0 18px,rgba(106,219,232,.16) 19px 20px),linear-gradient(135deg,rgba(31,203,203,.12),transparent)}.jce-search-radar:before,.jce-search-radar:after{content:"";position:absolute;background:rgba(117,223,235,.22)}.jce-search-radar:before{width:100%;height:1px}.jce-search-radar:after{width:1px;height:100%}.jce-search-radar i{position:absolute;inset:50% 50% 0 50%;width:50%;height:50%;transform-origin:0 0;background:linear-gradient(30deg,rgba(73,226,215,.42),transparent 70%);animation:jceRadar 2.8s linear infinite}.jce-search-radar b{width:7px;height:7px;border-radius:50%;background:#f6c85f;box-shadow:28px -21px 0 #69e3d8,-25px 29px 0 #fff}.jce-search-radar span{position:absolute;bottom:10px;font-size:8px;font-weight:900;letter-spacing:.12em}.jce-queue-insights{margin-top:18px;background:linear-gradient(145deg,#fff,#f5fafc)}.jce-queue-chart{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.jce-queue-chart article{padding:14px;border:1px solid #dce7ed;border-radius:13px;background:#fff}.jce-queue-chart header{display:flex;justify-content:space-between;gap:8px;color:#35536a}.jce-queue-chart header strong{color:#0d547d;font-size:22px}.jce-queue-chart i{display:block;height:8px;margin-top:12px;overflow:hidden;border-radius:99px;background:#e9eff3}.jce-queue-chart i b{display:block;height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,#0d7fa6,#3cc8b8)}
.jcphe-script-card-actions{margin:0 0 14px;padding:11px;border:1px solid #cfe0ea;border-radius:12px;background:#f3f9fc}.jcphe-script-card-actions label{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#244960;font-size:11px;font-weight:900}.jcphe-script-card-actions select{max-width:260px}.jcphe-script-action-launcher.is-highlighted{outline:3px solid rgba(27,161,177,.35);box-shadow:0 0 0 8px rgba(27,161,177,.1)}
@keyframes jceRadar{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.jce-search-radar i{animation:none}}@media(max-width:760px){.jcphe-intake-steps{position:static;grid-template-columns:repeat(5,minmax(56px,1fr));overflow-x:auto}.jcphe-intake-steps span{flex-direction:column;font-size:9px}.jce-search-radar{flex-basis:82px;width:82px;height:82px}.jce-queue-chart{grid-template-columns:1fr 1fr}}@media(max-width:480px){.jce-queue-chart{grid-template-columns:1fr}}

/* v6.33.1 · Visible script actions and reliable compact navigation */
.jce-sidebar-select-shell{position:relative}.jce-sidebar-select-shell select{appearance:none!important;-webkit-appearance:none!important;display:block;width:100%;height:38px!important;margin:0!important;padding:7px 34px 7px 11px!important;border:1px solid rgba(116,193,226,.3)!important;border-radius:10px!important;background:linear-gradient(145deg,#153c59,#0d2b43)!important;color:#eef8fc!important;font-size:10px!important;font-weight:750;box-shadow:inset 0 1px rgba(255,255,255,.04)}.jce-sidebar-select-shell>span{position:absolute;right:11px;top:50%;transform:translateY(-55%);pointer-events:none;color:#74c2e3;font-size:18px}.jce-sidebar-select-shell select:focus{outline:2px solid rgba(100,196,232,.35);outline-offset:1px}
.jcphe-library-card>summary{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(250px,340px) auto!important;align-items:center!important;gap:14px!important}.jcphe-library-card>summary>.jcphe-script-card-actions{display:block!important;margin:0!important;padding:8px 9px!important;border:1px solid #cbdfe9!important;border-radius:11px!important;background:#f2f8fb!important}.jcphe-library-card>summary>.jcphe-script-card-actions label{display:grid!important;grid-template-columns:auto minmax(150px,1fr)!important;align-items:center!important;gap:8px!important}.jcphe-library-card>summary>.jcphe-script-card-actions label>span{color:#386078;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.jcphe-library-card>summary>.jcphe-script-card-actions select{display:block!important;width:100%!important;max-width:none!important;min-height:35px!important;margin:0!important;border:1px solid #b7cfdd!important;border-radius:8px!important;background:#fff!important;color:#153e59!important;font-size:11px!important;font-weight:750}.jcphe-library-card>summary>.jcphe-script-card-actions.is-done{border-color:#79c99a!important;background:#edf9f2!important}.jcphe-library-card>summary>span:last-child{white-space:nowrap}@media(max-width:850px){.jcphe-library-card>summary{grid-template-columns:1fr auto!important}.jcphe-library-card>summary>.jcphe-script-card-actions{grid-column:1/-1;grid-row:2}.jcphe-library-card>summary>.jcphe-script-card-actions label{grid-template-columns:1fr}} 

/* v6.33.2 · Dashboard case actions stay inside card */
.jce-sidebar-select-shell select option{background:#fff!important;color:#173a57!important;font-size:12px}.jce-dashboard-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.jce-dashboard-main>.jce-card{min-width:0;overflow:hidden}.jce-dashboard-main>.jce-card>.jce-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.jce-compact-case-list{min-width:0}.jce-compact-case-list article{width:100%;min-width:0;grid-template-columns:minmax(0,1.25fr) minmax(125px,.7fr) minmax(76px,90px);gap:10px}.jce-compact-case-list article>div{min-width:0}.jce-compact-case-list article>div:first-child span{overflow-wrap:anywhere}.jce-compact-case-list article>.jce-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%;min-width:0;margin:0!important}.jce-compact-case-list article>.jce-actions .jce-btn{display:flex!important;justify-content:center;width:100%;min-width:0;margin:0!important;padding:7px 8px!important;box-sizing:border-box}.jce-compact-case-list .jce-badge{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1120px){.jce-dashboard-main{grid-template-columns:1fr!important}.jce-compact-case-list article{grid-template-columns:minmax(0,1fr) minmax(140px,.65fr) 88px}}@media(max-width:650px){.jce-compact-case-list article{grid-template-columns:1fr 82px}.jce-compact-case-list article>div:nth-child(2){grid-column:1}.jce-compact-case-list article>.jce-actions{grid-column:2;grid-row:1/3}}

/* v6.34.0 · Operational-first navigation, dashboard and route loader */
.jce-day-command{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;margin-bottom:14px;padding:22px 24px;border-radius:20px;background:linear-gradient(125deg,#082e4e,#0d5f86);color:#fff;box-shadow:0 16px 36px rgba(8,46,78,.17)}.jce-day-command small{font-size:10px;font-weight:900;letter-spacing:.14em;color:#f0c969}.jce-day-command h2{margin:5px 0 3px;color:#fff;font-size:clamp(19px,2vw,27px)}.jce-day-command p{margin:0;color:#d5e8f3}.jce-day-command .jce-btn{min-width:176px;min-height:48px}
.jce-operational-kpis{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;margin-bottom:14px}.jce-operational-kpis a{display:flex;min-width:0;flex-direction:column;gap:2px;padding:13px 12px;border:1px solid #d9e5ed;border-radius:13px;background:#fff;color:#173a57;text-decoration:none}.jce-operational-kpis strong{font-size:23px;line-height:1}.jce-operational-kpis span{overflow:hidden;text-overflow:ellipsis;color:#657a8c;font-size:10px;font-weight:850;white-space:nowrap}
.jce-inventory-summary{margin:0 0 14px;border:1px solid #dce5ed;border-radius:13px;background:#f8fafc}.jce-inventory-summary>summary{display:flex;justify-content:space-between;gap:12px;padding:11px 14px;cursor:pointer;color:#365269;font-size:11px;font-weight:850;list-style:none}.jce-inventory-summary>summary::-webkit-details-marker{display:none}.jce-inventory-summary>summary span{color:#788b9b;font-weight:650}.jce-inventory-summary .jce-dashboard-stats{margin:0;padding:0 10px 10px}
.jce-route-loader{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;background:rgba(245,249,252,.94);color:#173a57;opacity:1;visibility:visible;transition:opacity .18s ease,visibility .18s ease;backdrop-filter:blur(10px)}.jce-route-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.jce-route-loader-card{display:grid;justify-items:center;gap:14px;width:min(330px,calc(100vw - 40px));padding:24px}.jce-route-loader-logo{display:grid;place-items:center;width:72px;height:72px;border:1px solid #dce8ef;border-radius:20px;background:#fff;box-shadow:0 13px 32px rgba(10,52,82,.13)}.jce-route-loader-logo img{display:block;max-width:56px;max-height:56px}.jce-route-loader-logo b{font-size:20px;color:#123d5d}.jce-route-loader-message{font-size:13px;font-weight:850;text-align:center}.jce-route-loader-progress{display:block;width:100%;height:5px;overflow:hidden;border-radius:99px;background:#dce8ee}.jce-route-loader-progress i{display:block;width:38%;height:100%;border-radius:inherit;background:var(--jce-loader-color);animation:jceRouteProgress 1.1s ease-in-out infinite}.jce-route-loader.style-bar{display:block;background:transparent;backdrop-filter:none;pointer-events:none}.jce-route-loader.style-bar .jce-route-loader-card{display:block;width:100%;padding:0}.jce-route-loader.style-bar .jce-route-loader-message{position:absolute;top:10px;right:14px;padding:5px 9px;border-radius:8px;background:#fff;box-shadow:0 5px 14px rgba(12,46,72,.12)}.jce-route-loader.style-bar .jce-route-loader-progress{height:4px;border-radius:0}.jce-route-loader.style-minimal{background:rgba(247,250,252,.82)}.jce-route-loader.style-minimal .jce-route-loader-logo{display:none}.jce-route-loader.style-minimal .jce-route-loader-card{width:240px}.jce-loader-settings{grid-column:1/-1;padding-top:18px;border-top:1px solid #dde6ed}.jce-loader-settings>.jce-field{max-width:560px}
@keyframes jceRouteProgress{0%{transform:translateX(-110%)}50%{transform:translateX(85%)}100%{transform:translateX(270%)}}
@media(max-width:1100px){.jce-operational-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:650px){.jce-day-command{grid-template-columns:1fr;padding:19px}.jce-day-command .jce-btn{width:100%}.jce-operational-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-inventory-summary>summary{flex-direction:column}.jce-new-menu-panel{max-height:calc(100vh - 96px);overflow:auto}}
@media(prefers-reduced-motion:reduce){.jce-route-loader,.jce-route-loader-progress i{animation:none!important;transition:none!important}.jce-route-loader-progress i{width:100%;opacity:.7}}

.jcphe-ce-topic-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0 0 14px}.jcphe-ce-topic-progress span{display:flex;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid #d7e3ea;border-radius:9px;background:#f8fbfd;color:#607789;font-size:9px}.jcphe-ce-topic-progress span.complete{border-color:#91d1ac;background:#eef9f2;color:#17633a}@media(max-width:700px){.jcphe-ce-topic-progress{grid-template-columns:1fr 1fr}}
/* v6.37.0 · Compact inventory, contextual analytics, themes and white-label chrome */
.jce-theme-ocean{--jce-navy:#071f35;--jce-blue:#0b628e;--jce-gold:#d1aa4f}.jce-theme-royal{--jce-navy:#111f57;--jce-blue:#3157b7;--jce-gold:#d8b24c}.jce-theme-emerald{--jce-navy:#092f32;--jce-blue:#15756c;--jce-gold:#d2ab52}.jce-theme-plum{--jce-navy:#34213f;--jce-blue:#754f8c;--jce-gold:#d4a95a}
.jce-preference-dock{position:fixed;z-index:1005;top:38px;right:18px}.jce-preference-dock details{position:relative}.jce-preference-dock summary{display:flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:var(--jce-navy);color:#fff;box-shadow:0 7px 22px rgba(4,22,38,.18);cursor:pointer;list-style:none}.jce-preference-dock summary::-webkit-details-marker{display:none}.jce-preference-dock summary b{font-size:11px}.jce-preference-form{position:absolute;top:42px;right:0;display:grid;grid-template-columns:1fr;gap:10px;width:250px;padding:16px;border:1px solid #cbdbe5;border-radius:15px;background:#fff;color:#18364d;box-shadow:0 22px 55px rgba(4,25,43,.23)}.jce-preference-form label{display:grid;gap:5px;font-size:11px;font-weight:850}.jce-preference-form select{width:100%;min-height:37px;padding:7px 10px;border:1px solid #bfced9;border-radius:9px;background:#fff;color:#18364d}
#wpadminbar{background:linear-gradient(90deg,var(--jce-navy),var(--jce-blue))!important;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 4px 14px rgba(3,20,35,.2)}#wpadminbar #wp-admin-bar-jcphe-intranet-brand>.ab-item{font-weight:850;color:#fff}#wpadminbar #wp-admin-bar-jcphe-intranet-brand .ab-icon{display:inline-grid;place-items:center;color:var(--jce-gold);font-size:11px}#wpadminbar #wp-admin-bar-jcphe-intranet-security>.ab-item{color:#d8e7f0}#wpadminbar #wp-admin-bar-jcphe-intranet-security>.ab-item:before{content:'●';color:#65d89a;font-size:10px;margin-right:6px}#wpadminbar .ab-top-menu>li:hover>.ab-item,#wpadminbar .ab-top-menu>li.hover>.ab-item{background:rgba(255,255,255,.1)!important;color:#fff!important}#wpadminbar .ab-sub-wrapper{background:var(--jce-navy)!important}
.jce-sidebar-select-shell select,.jce-sidebar-select-shell select option{background:#0b3d62!important;color:#f7fbff!important;color-scheme:dark!important}.jce-sidebar-select-shell select{border-color:#4385aa!important}.jce-sidebar-select-shell>span{color:#edc86b!important}
.jcphe-geo-advanced{margin-bottom:12px!important;padding:0!important;border-radius:13px!important;box-shadow:none!important}.jcphe-geo-advanced>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;cursor:pointer;list-style:none}.jcphe-geo-advanced>summary::-webkit-details-marker{display:none}.jcphe-geo-advanced>summary span{display:flex;align-items:center;gap:10px}.jcphe-geo-advanced>summary small{padding:4px 7px;border-radius:99px;background:#e8f1f7;color:#315975;font-size:8px;font-weight:900;letter-spacing:.08em}.jcphe-geo-advanced>summary strong{font-size:12px}.jcphe-geo-advanced>summary>b{color:var(--jce-blue);font-size:11px}.jcphe-geo-advanced>form{padding:13px 14px 15px;border-top:1px solid var(--jce-line)}.jcphe-geo-advanced .jcphe-property-form-grid{grid-template-columns:repeat(4,minmax(110px,1fr));gap:9px}.jcphe-geo-buttons{display:flex!important;flex-direction:row!important;align-items:end;gap:6px}.jcphe-geo-buttons .jce-btn{min-height:42px;padding:8px 10px;font-size:10px}
tr[id^="property-row-"]>td{padding:8px 10px!important;vertical-align:middle!important;font-size:12px;line-height:1.25}tr[id^="property-row-"]>td:first-child{min-width:230px}tr[id^="property-row-"]>td:first-child>strong{font-size:13px;color:var(--jce-navy)}tr[id^="property-row-"]>td:first-child small:nth-of-type(n+2),tr[id^="property-row-"]>td:nth-child(2)>small,tr[id^="property-row-"]>td:nth-child(4)>small,tr[id^="property-row-"]>td:nth-child(5)>small,tr[id^="property-row-"] .jcphe-inventory-meta{display:none!important}tr[id^="property-row-"]>td:nth-child(2),tr[id^="property-row-"]>td:nth-child(4){white-space:nowrap}tr[id^="property-row-"]>td:nth-child(6){min-width:210px;width:230px}tr[id^="property-row-"]>td:nth-child(6)>.jce-actions{display:grid!important;grid-template-columns:70px minmax(120px,1fr);align-items:end;gap:6px!important;margin:0!important}tr[id^="property-row-"]>td:nth-child(6)>.jce-actions>.jce-btn{display:none!important}.jcphe-property-primary-action{display:flex!important;padding:8px!important}.jcphe-property-action-menu{display:grid;gap:3px;min-width:0}.jcphe-property-action-menu span{font-size:8px;font-weight:900;letter-spacing:.05em;color:#64798b;text-transform:uppercase}.jcphe-property-action-menu select{width:100%;min-height:32px;border:1px solid #aec8d9;border-radius:8px;background:#edf6fb;color:#123f5e;font-size:10px;font-weight:800}tr[id^="property-row-"]>td:nth-child(6)>details.jce-card{min-width:0!important;margin:5px 0 0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}tr[id^="property-row-"]>td:nth-child(6)>details.jce-card>summary{font-size:10px;color:#2a637f;cursor:pointer}
.jce-metrics-panel{margin-bottom:14px;padding:16px;border:1px solid #d5e2ea;border-radius:18px;background:linear-gradient(145deg,#f9fcfe,#eef5f8);box-shadow:0 12px 30px rgba(7,37,58,.06)}.jce-metrics-panel>header{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:12px}.jce-metrics-panel>header small{color:var(--jce-blue);font-size:9px;font-weight:900;letter-spacing:.12em}.jce-metrics-panel>header h2{margin:3px 0 0;color:var(--jce-navy);font-size:18px}.jce-metrics-panel>header>span{color:#718598;font-size:10px}.jce-metrics-panel .jce-operational-kpis{margin:0}.jce-metrics-panel .jce-operational-kpis>a{align-items:center;text-align:center;padding:12px 8px}.jce-metrics-panel .jce-operational-kpis>a>strong{margin-top:6px;color:#183b55;font-size:11px;line-height:1.2}.jce-metrics-panel .jce-operational-kpis>a>small{color:#6a7d8d;font-size:9px}.jce-metric-ring{position:relative!important;display:grid!important;place-items:center;width:64px;height:64px;overflow:visible!important;border-radius:50%;background:conic-gradient(var(--jce-blue) calc(var(--metric)*1%),#dce8ee 0);color:#173a57!important}.jce-metric-ring:before{content:"";position:absolute;inset:6px;border-radius:50%;background:#fff}.jce-metric-ring b,.jce-metric-ring i{position:relative;z-index:1}.jce-metric-ring b{align-self:end;font-size:17px;line-height:1}.jce-metric-ring i{align-self:start;margin-top:2px;color:#718493;font-size:8px;font-style:normal}
.jce-route-loader.style-elegant,.jce-route-loader.style-minimal{background:radial-gradient(circle at 50% 28%,rgba(25,79,111,.58),transparent 34%),linear-gradient(145deg,#020d17,#061d2d 58%,#092b40)!important;color:#fff!important;backdrop-filter:blur(14px)}.jce-route-loader.style-elegant:before{content:"";position:absolute;inset:0;opacity:.13;background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(255,255,255,.12) 80px)}.jce-route-loader.style-elegant .jce-route-loader-card,.jce-route-loader.style-minimal .jce-route-loader-card{position:relative;padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(5,25,40,.82);box-shadow:0 30px 80px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.08)}.jce-route-loader-logo{border-color:rgba(212,173,85,.48)!important;background:#fff!important;box-shadow:0 0 0 7px rgba(212,173,85,.08),0 18px 40px rgba(0,0,0,.32)!important}.jce-route-loader-security{color:#d7b965;font-size:8px;font-weight:900;letter-spacing:.14em}.jce-route-loader-message{color:#f5f9fc!important}.jce-route-loader-progress{background:rgba(255,255,255,.12)!important}.jce-route-loader-progress i{background:linear-gradient(90deg,transparent,var(--jce-loader-color),#f2d98e,transparent)!important}
.jce-mode-dark,.jce-mode-auto{--jce-dark-bg:#07131d;--jce-dark-card:#0d2130;--jce-dark-line:#284052;--jce-dark-text:#e8f1f6;--jce-dark-muted:#a7bbc8}.jce-mode-dark{--jce-bg:var(--jce-dark-bg);--jce-text:var(--jce-dark-text);--jce-line:var(--jce-dark-line)}.jce-mode-dark .jce-topbar,.jce-mode-dark .jce-card,.jce-mode-dark .jce-table,.jce-mode-dark .jce-table td,.jce-mode-dark .jce-metrics-panel,.jce-mode-dark .jce-operational-kpis a,.jce-mode-dark .jce-workspace-selector,.jce-mode-dark .jce-inventory-summary{background:var(--jce-dark-card)!important;color:var(--jce-dark-text)!important;border-color:var(--jce-dark-line)!important}.jce-mode-dark .jce-table th{background:#102a3b!important;color:#c7d8e2!important}.jce-mode-dark h1,.jce-mode-dark h2,.jce-mode-dark h3,.jce-mode-dark .jce-operational-kpis strong,.jce-mode-dark tr[id^="property-row-"]>td:first-child>strong{color:var(--jce-dark-text)!important}.jce-mode-dark p,.jce-mode-dark small,.jce-mode-dark .jce-muted{color:var(--jce-dark-muted)!important}.jce-mode-dark input,.jce-mode-dark select,.jce-mode-dark textarea,.jce-mode-dark .jce-preference-form{background:#102635!important;color:#eef6fa!important;border-color:#385266!important}.jce-mode-dark .jce-metric-ring:before{background:var(--jce-dark-card)}
@media(prefers-color-scheme:dark){.jce-mode-auto{--jce-bg:var(--jce-dark-bg);--jce-text:var(--jce-dark-text);--jce-line:var(--jce-dark-line)}.jce-mode-auto .jce-topbar,.jce-mode-auto .jce-card,.jce-mode-auto .jce-table,.jce-mode-auto .jce-table td,.jce-mode-auto .jce-metrics-panel,.jce-mode-auto .jce-operational-kpis a,.jce-mode-auto .jce-workspace-selector,.jce-mode-auto .jce-inventory-summary{background:var(--jce-dark-card)!important;color:var(--jce-dark-text)!important;border-color:var(--jce-dark-line)!important}.jce-mode-auto .jce-table th{background:#102a3b!important;color:#c7d8e2!important}.jce-mode-auto h1,.jce-mode-auto h2,.jce-mode-auto h3,.jce-mode-auto .jce-operational-kpis strong,.jce-mode-auto tr[id^="property-row-"]>td:first-child>strong{color:var(--jce-dark-text)!important}.jce-mode-auto p,.jce-mode-auto small{color:var(--jce-dark-muted)!important}.jce-mode-auto input,.jce-mode-auto select,.jce-mode-auto textarea,.jce-mode-auto .jce-preference-form{background:#102635!important;color:#eef6fa!important;border-color:#385266!important}.jce-mode-auto .jce-metric-ring:before{background:var(--jce-dark-card)}}
@media(max-width:980px){.jce-preference-dock{top:10px;right:10px}.jcphe-geo-advanced .jcphe-property-form-grid{grid-template-columns:1fr 1fr}.jce-metrics-panel .jce-operational-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.jce-preference-dock summary b{display:none}.jce-preference-form{width:min(250px,calc(100vw - 28px))}.jcphe-geo-advanced>summary span{align-items:flex-start;flex-direction:column;gap:3px}.jcphe-geo-advanced .jcphe-property-form-grid{grid-template-columns:1fr}.jcphe-geo-buttons{flex-wrap:wrap}.jce-metrics-panel .jce-operational-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.jce-metrics-panel>header{align-items:flex-start;flex-direction:column}.jce-metric-ring{width:58px;height:58px}}
.jcphe-ce-progress-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.jcphe-ce-progress-grid article{padding:16px;border:1px solid var(--jce-line);border-radius:15px;background:#fff}.jcphe-ce-progress-grid span{display:block;color:var(--jce-navy);font-size:22px;font-weight:900}.jcphe-ce-progress-grid strong{display:block;margin:3px 0 11px;font-size:11px}.jcphe-ce-progress-grid i{display:block;height:7px;overflow:hidden;border-radius:99px;background:linear-gradient(90deg,var(--jce-blue) calc(var(--progress)*1%),#dce7ed 0)}.jcphe-ce-requirements{margin-bottom:14px;padding:0!important}.jcphe-ce-requirements>summary{display:flex;justify-content:space-between;gap:12px;padding:13px 16px;cursor:pointer}.jcphe-ce-requirements>form{padding:0 16px 16px}.jcphe-ce-filters{margin-bottom:0}.jcphe-ce-library{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.jcphe-ce-library article{display:flex;flex-direction:column;min-width:0}.jcphe-ce-library article>header{display:flex;justify-content:space-between;gap:10px}.jcphe-ce-library article>.jce-actions{margin-top:auto}.jcphe-meeting-library{display:grid;gap:10px}.jcphe-meeting-library>article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--jce-line);border-radius:13px;background:#f8fbfd}.jcphe-meeting-library h3{margin:3px 0}.jcphe-meeting-library p{margin:3px 0}.jce-mode-dark .jcphe-ce-progress-grid article,.jce-mode-dark .jcphe-meeting-library>article{background:var(--jce-dark-card);border-color:var(--jce-dark-line)}@media(prefers-color-scheme:dark){.jce-mode-auto .jcphe-ce-progress-grid article,.jce-mode-auto .jcphe-meeting-library>article{background:var(--jce-dark-card);border-color:var(--jce-dark-line)}}@media(max-width:1000px){.jcphe-ce-library{grid-template-columns:1fr 1fr}.jcphe-ce-progress-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.jcphe-ce-library,.jcphe-ce-progress-grid{grid-template-columns:1fr}.jcphe-ce-requirements>summary,.jcphe-meeting-library>article{grid-template-columns:1fr;flex-direction:column}.jcphe-meeting-library>article>.jce-actions{justify-content:flex-start}}

/* v6.39.0 · Whole-intranet appearance system and WordPress-bar control */
body.jce-app.jce-theme-ocean{--jce-navy:#071f35;--jce-blue:#0b628e;--jce-gold:#d1aa4f;--jce-page:#edf5f8;--jce-surface:#fff;--jce-surface-soft:#e7f1f6;--jce-ink:#132f43;--jce-heading:#082b45;--jce-border:#c9dce6;--jce-nav:#061e32;--jce-focus:#49a9d0;--jce-shadow:rgba(6,42,65,.11)}
body.jce-app.jce-theme-royal{--jce-navy:#111f57;--jce-blue:#3157b7;--jce-gold:#d8b24c;--jce-page:#f0f2fb;--jce-surface:#fff;--jce-surface-soft:#e9edfa;--jce-ink:#202d55;--jce-heading:#14245d;--jce-border:#ccd3ed;--jce-nav:#101b48;--jce-focus:#6c8be2;--jce-shadow:rgba(31,52,122,.13)}
body.jce-app.jce-theme-emerald{--jce-navy:#092f32;--jce-blue:#15756c;--jce-gold:#d2ab52;--jce-page:#edf7f4;--jce-surface:#fff;--jce-surface-soft:#e4f2ed;--jce-ink:#173b38;--jce-heading:#0b413d;--jce-border:#c5dfd7;--jce-nav:#082d30;--jce-focus:#4aaa9e;--jce-shadow:rgba(10,72,66,.12)}
body.jce-app.jce-theme-plum{--jce-navy:#34213f;--jce-blue:#754f8c;--jce-gold:#d4a95a;--jce-page:#f6f0f7;--jce-surface:#fff;--jce-surface-soft:#f0e7f2;--jce-ink:#432f49;--jce-heading:#43264f;--jce-border:#dfcde3;--jce-nav:#30203a;--jce-focus:#a475ba;--jce-shadow:rgba(70,38,80,.13)}
body.jce-app.jce-mode-dark{--jce-page:#07131d;--jce-surface:#0d2130;--jce-surface-soft:#112b3b;--jce-ink:#e8f1f6;--jce-heading:#f3f8fb;--jce-border:#2b485b;--jce-shadow:rgba(0,0,0,.32)}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto{--jce-page:#07131d;--jce-surface:#0d2130;--jce-surface-soft:#112b3b;--jce-ink:#e8f1f6;--jce-heading:#f3f8fb;--jce-border:#2b485b;--jce-shadow:rgba(0,0,0,.32)}}
body.jce-app{--jce-bg:var(--jce-page);--jce-text:var(--jce-ink);--jce-line:var(--jce-border);background:radial-gradient(circle at 82% 0,color-mix(in srgb,var(--jce-blue) 10%,transparent),transparent 31%),var(--jce-page)!important;color:var(--jce-ink)!important;transition:background-color .18s ease,color .18s ease}
.jce-app .jce-sidebar{background:linear-gradient(180deg,var(--jce-nav),color-mix(in srgb,var(--jce-nav) 84%,var(--jce-blue)))!important}.jce-app .jce-nav a.active,.jce-app .jce-nav-primary-item.active{background:linear-gradient(135deg,var(--jce-blue),color-mix(in srgb,var(--jce-blue) 72%,var(--jce-focus)))!important;box-shadow:0 8px 20px color-mix(in srgb,var(--jce-blue) 34%,transparent)!important}
.jce-app .jce-topbar{background:color-mix(in srgb,var(--jce-surface) 94%,transparent)!important;border-color:var(--jce-border)!important}.jce-app .jce-content{color:var(--jce-ink)}
.jce-app :is(.jce-card,.jce-table,.jce-tabs,.jce-table td,.jce-message-thread,.jce-message-body,.jce-quick-panel,.jce-journey,.jce-callcenter-kpis article,.jce-callcenter-tabs,.jce-campaign-card,.jce-workspace-selector,.jce-inventory-summary,.jce-metrics-panel,.jce-operational-kpis>a,.jcphe-ce-progress-grid article,.jcphe-meeting-library>article){background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important;box-shadow:0 10px 28px var(--jce-shadow)}
.jce-app :is(.jce-table th,.jce-check,.jce-step,.jce-quick-links button,.jce-quick-links a,.jce-badge,.jcphe-property-action-menu select){background:var(--jce-surface-soft)!important;color:var(--jce-heading)!important;border-color:var(--jce-border)!important}
.jce-app .jce-content :is(h1,h2,h3,h4,h5,legend),.jce-app .jce-topbar h1,.jce-app .jce-stat strong,.jce-app .jce-callcenter-kpis strong{color:var(--jce-heading)!important}.jce-app .jce-content :is(p,small,.jce-muted){border-color:var(--jce-border)}
.jce-app :is(input,select,textarea){background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important}.jce-app :is(input,select,textarea,button,a,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--jce-focus) 62%,transparent)!important;outline-offset:2px}
.jce-app .jce-btn:not(.gold):not(.danger):not(.light){background:var(--jce-blue)!important}.jce-app .jce-btn.light{background:var(--jce-surface-soft)!important;color:var(--jce-heading)!important;border:1px solid var(--jce-border)!important}.jce-app .jce-btn.gold{background:var(--jce-gold)!important}.jce-app .jce-metric-ring{background:conic-gradient(var(--jce-blue) calc(var(--metric)*1%),var(--jce-surface-soft) 0)!important}.jce-app .jce-metric-ring:before{background:var(--jce-surface)!important}
.jce-app :is(.jce-persona-hero,.jce-callcenter-hero,.jce-report-hero,.jce-mail-hero,.jce-day-command,.jce-dossier-hero,.jce-search-radar-hero,.jce-360-intro,.jce-360-hero,.jcphe-contact-enterprise-hero,.jcphe-scheduler-page-head,.jcphe-crm-hero,.jcphe-script-hero){background:linear-gradient(135deg,var(--jce-nav),var(--jce-blue))!important}
#wpadminbar #wp-admin-bar-jcphe-intranet-appearance>.ab-item{color:#fff!important;font-weight:800}#wpadminbar #wp-admin-bar-jcphe-intranet-appearance .ab-icon{display:inline-grid;place-items:center;color:var(--jce-gold);font-size:13px}
.jce-appearance-panel{position:fixed;inset:0;z-index:100000;display:grid;visibility:hidden;place-items:start end;padding:44px 18px 18px;opacity:0;pointer-events:none;transition:opacity .16s ease,visibility .16s ease}.jce-appearance-panel.is-open,.jce-appearance-panel:target{visibility:visible;opacity:1;pointer-events:auto}.jce-appearance-backdrop{position:absolute;inset:0;background:rgba(2,13,23,.58);backdrop-filter:blur(5px)}
.jce-appearance-panel .jce-preference-form{position:relative;top:auto;right:auto;z-index:1;display:grid;gap:12px;width:min(360px,calc(100vw - 28px));padding:20px;border:1px solid var(--jce-border);border-radius:18px;background:var(--jce-surface);color:var(--jce-ink);box-shadow:0 28px 80px rgba(0,0,0,.35)}.jce-appearance-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--jce-border);padding-bottom:12px}.jce-appearance-panel header small{color:var(--jce-blue);font-size:8px;font-weight:900;letter-spacing:.13em}.jce-appearance-panel header h2{margin:3px 0 0;color:var(--jce-heading);font-size:21px}.jce-appearance-close{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--jce-surface-soft);color:var(--jce-heading);font-size:24px;text-decoration:none}.jce-appearance-panel label{display:grid;gap:6px;font-size:11px;font-weight:850}.jce-appearance-panel select{width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--jce-border);border-radius:10px;background:var(--jce-surface);color:var(--jce-ink)}.jce-translation-note{margin:0;padding:10px;border:1px solid var(--jce-border);border-radius:10px;background:var(--jce-surface-soft);color:var(--jce-ink);font-size:9px;line-height:1.45}.jce-google-translate:empty{display:none}.jce-google-translate .goog-te-gadget{color:var(--jce-ink)!important;font-size:10px}.jce-google-translate select{max-width:100%}
@media(max-width:782px){.jce-appearance-panel{padding-top:54px}}@media(prefers-reduced-motion:reduce){body.jce-app,.jce-appearance-panel{transition:none!important}}

/* v6.40.0 · Central contrast contract for every dark application surface */
.jce-app :is(.jce-sidebar,.jce-route-loader,.jce-day-command,.jce-portal-header,.jce-mail-hero,.jce-persona-hero,.jce-callcenter-hero,.jce-dossier-hero,.jce-report-hero,.jce-search-radar-hero,.jce-work-dashboard-hero,.jce-kiosk-hero,.jce-360-intro,.jce-360-hero,.jcphe-contact-enterprise-hero,.jcphe-scheduler-page-head,.jcphe-client-hero,.jcphe-crm-hero,.jcphe-script-hero,.jcphe-production-hero,.jce-dial-pad,.jce-meeting-date,.jcphe-access-button.primary){color:#f7fbff!important}
.jce-app :is(.jce-sidebar,.jce-route-loader,.jce-day-command,.jce-portal-header,.jce-mail-hero,.jce-persona-hero,.jce-callcenter-hero,.jce-dossier-hero,.jce-report-hero,.jce-search-radar-hero,.jce-work-dashboard-hero,.jce-kiosk-hero,.jce-360-intro,.jce-360-hero,.jcphe-contact-enterprise-hero,.jcphe-scheduler-page-head,.jcphe-client-hero,.jcphe-crm-hero,.jcphe-script-hero,.jcphe-production-hero,.jce-dial-pad,.jce-meeting-date,.jcphe-access-button.primary) :is(h1,h2,h3,h4,h5,h6,p,strong,span,label,em){color:#f7fbff!important}
.jce-app :is(.jce-day-command>div>small,.jce-eyebrow,.jce-search-radar-hero>div>small,.jcphe-contact-kicker,.jcphe-scheduler-page-head>div>small,.jcphe-crm-hero>div>small){color:var(--jce-gold)!important}
.jce-app :is(.jce-tabs a.active,.jce-callcenter-tabs button.active,.jce-client-app-nav a.active,.jce-nav a.active,.jce-nav-primary-item.active){color:#fff!important}
.jce-app .jce-sidebar-select-shell select{background:linear-gradient(145deg,var(--jce-blue),color-mix(in srgb,var(--jce-nav) 72%,var(--jce-blue)))!important;color:#fff!important;border-color:color-mix(in srgb,var(--jce-focus) 70%,#fff)!important;color-scheme:dark!important;box-shadow:inset 0 1px rgba(255,255,255,.12),0 6px 16px rgba(0,0,0,.16)!important}
.jce-app .jce-sidebar-select-shell select option{background:var(--jce-blue)!important;color:#fff!important}.jce-app .jce-sidebar-select-shell>span{color:var(--jce-gold)!important}
.jce-app .jce-day-command{border:1px solid color-mix(in srgb,var(--jce-focus) 34%,transparent);box-shadow:0 16px 36px color-mix(in srgb,var(--jce-nav) 24%,transparent)}

/* v6.41.0 · Centered branding, icon-only loader and clean account chrome */
.jce-app .jce-brand{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:10px!important;padding:14px 8px 20px!important;text-align:center!important}
.jce-app .jce-brand-mark{display:grid!important;place-items:center!important;width:min(232px,100%)!important;height:92px!important;margin:0 auto!important;padding:12px 16px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:17px!important;background:linear-gradient(145deg,#fff,#f4f8fb)!important;box-shadow:0 14px 32px rgba(0,0,0,.22),inset 0 1px #fff!important}
.jce-app .jce-brand-mark img{display:block!important;width:100%!important;height:100%!important;margin:auto!important;object-fit:contain!important;object-position:center!important}.jce-app .jce-brand-copy{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}.jce-app .jce-brand-copy strong{font-size:15px!important}.jce-app .jce-brand-copy .jce-brand-subtitle{max-width:230px;color:#c8d9e4!important}
.jce-route-loader .jce-route-loader-card{align-content:center;justify-content:center;text-align:center}.jce-route-loader .jce-route-loader-logo{width:92px!important;height:92px!important;padding:8px!important;border-radius:26px!important}.jce-route-loader .jce-route-loader-logo img{display:block!important;width:76px!important;height:76px!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important}
#wpadminbar #wp-admin-bar-jcphe-intranet-webmaster>.ab-item{color:#fff!important;font-weight:800}#wpadminbar #wp-admin-bar-jcphe-intranet-webmaster .ab-icon{display:inline-grid;place-items:center;color:var(--jce-gold);font-size:13px}#wpadminbar #wp-admin-bar-jcphe-exp-realtime-host>.ab-item{display:flex!important;align-items:center;gap:5px;color:#e8fff0!important;font-weight:800}#wpadminbar #wp-admin-bar-jcphe-exp-realtime-host .jcphe-host-satellite{display:inline-grid;place-items:center;width:auto;margin:0;color:#8ce7ff;font-size:14px;line-height:1}#wpadminbar #wp-admin-bar-jcphe-exp-realtime-host .jcphe-host-online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#52e58a;box-shadow:0 0 0 2px rgba(82,229,138,.2),0 0 8px rgba(82,229,138,.75)}#wpadminbar #wp-admin-bar-jcphe-intranet-account>.ab-item{color:#fff!important;font-weight:750}
@media(max-width:1100px){#wpadminbar #wp-admin-bar-jcphe-exp-realtime-host .ab-label{display:none!important}#wpadminbar #wp-admin-bar-jcphe-exp-realtime-host>.ab-item{padding-inline:8px!important}}
@media(max-width:980px){.jce-app .jce-brand-mark{width:min(218px,100%)!important;height:84px!important}}

/* v6.42.0 · Mobile navigation and full-width safe-area layout */
html:has(body.jce-app),body.jce-app{width:100%;max-width:100%;overflow-x:hidden}
@media(max-width:980px){
  body.jce-app .jce-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr)!important}
  body.jce-app .jce-main{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
  body.jce-app .jce-topbar{width:100%!important;max-width:100%!important;margin:0!important;padding-left:max(76px,calc(env(safe-area-inset-left) + 76px))!important;padding-right:max(14px,env(safe-area-inset-right))!important}
  body.jce-app .jce-content{width:100%!important;max-width:100%!important;margin:0!important;padding-right:max(18px,env(safe-area-inset-right))!important;padding-left:max(18px,env(safe-area-inset-left))!important}
  body.jce-app .jce-mobile-toggle{position:fixed!important;z-index:100000!important;top:10px!important;left:max(10px,env(safe-area-inset-left))!important;display:grid!important;grid-template-columns:18px auto!important;grid-template-rows:repeat(3,4px)!important;align-content:center!important;align-items:center!important;column-gap:7px!important;width:auto!important;min-width:62px!important;height:42px!important;padding:8px 10px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;background:linear-gradient(145deg,var(--jce-nav),var(--jce-blue))!important;color:#fff!important;box-shadow:0 8px 22px rgba(5,31,49,.28)!important;text-decoration:none!important}
  body.jce-app.admin-bar .jce-mobile-toggle{top:56px!important}
  body.jce-app .jce-mobile-toggle span{grid-column:1!important;display:block!important;width:18px!important;height:2px!important;border-radius:99px!important;background:#fff!important}
  body.jce-app .jce-mobile-toggle b{grid-column:2!important;grid-row:1/4!important;color:#fff!important;font-size:10px!important;letter-spacing:.02em!important}
  body.jce-app .jce-sidebar{position:fixed!important;z-index:99999!important;top:0!important;bottom:0!important;left:calc(-1 * min(88vw,300px) - 18px)!important;width:min(88vw,300px)!important;max-width:300px!important;height:100dvh!important;padding-top:max(20px,env(safe-area-inset-top))!important;transition:left .2s ease!important}
  body.jce-app.admin-bar .jce-sidebar{padding-top:56px!important}
  body.jce-app.jce-menu-open .jce-sidebar,body.jce-app .jce-sidebar:target{left:0!important}
  body.jce-app.jce-menu-open{overflow:hidden!important}
  body.jce-app .jce-sidebar-overlay{position:fixed!important;inset:0!important;z-index:99998!important;background:rgba(2,18,33,.58)!important;backdrop-filter:blur(3px);text-decoration:none!important}
  body.jce-app:not(.jce-menu-open) .jce-sidebar-overlay{display:none!important}
}
@media(max-width:600px){
  body.jce-app .jce-topbar{min-height:78px!important;align-items:flex-start!important;padding-top:14px!important;padding-bottom:12px!important}
  body.jce-app .jce-topbar>div:first-child{min-width:0!important}
  body.jce-app .jce-topbar>div:first-child small{display:block;white-space:normal;line-height:1.35}
  body.jce-app .jce-top-actions{gap:6px!important}
  body.jce-app .jce-new-menu>summary{padding:9px 11px!important;font-size:10px!important;white-space:nowrap}
  body.jce-app .jce-content{padding-top:16px!important;padding-bottom:max(28px,env(safe-area-inset-bottom))!important;padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}
}
@media(prefers-reduced-motion:reduce){body.jce-app .jce-sidebar{transition:none!important}}

/* v6.43.1 · Desktop navigation follows the complete page height.
   The page owns scrolling, so the menu no longer ends at one viewport or
   leaves a visually disconnected block beneath it. */
@media(min-width:981px){
  body.jce-app .jce-shell{
    align-items:stretch!important;
    min-height:100vh!important;
  }
  body.jce-app .jce-sidebar{
    position:relative!important;
    top:auto!important;
    align-self:stretch!important;
    height:auto!important;
    min-height:100%!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
  }
}
/* v6.45.0 · Client portal contrast and readability pass */
body.jce-portal{--portal-ink:#102b40;--portal-muted:#4d6477;--portal-line:#bfd0dc;--portal-card:#fff;--portal-soft:#edf4f8;background:#eaf1f5!important;color:var(--portal-ink)!important}
body.jce-portal .jce-portal-shell{color:var(--portal-ink)}
body.jce-portal :is(.jce-card,.jcphe-status-card,.jcphe-process-panel,.jcphe-task-card,.jcphe-document-card,.jcphe-message-card,.jcphe-meeting-card,.jcphe-profile-card,.jcphe-portal-assistant,.jce-message-thread){background:var(--portal-card)!important;color:var(--portal-ink)!important;border-color:var(--portal-line)!important}
body.jce-portal :is(.jce-card,.jcphe-status-card,.jcphe-process-panel,.jcphe-task-card,.jcphe-document-card,.jcphe-message-card,.jcphe-meeting-card,.jcphe-profile-card,.jcphe-portal-assistant) :is(h1,h2,h3,h4,strong,label){color:#082b45!important}
body.jce-portal :is(.jce-card,.jcphe-status-card,.jcphe-process-panel,.jcphe-task-card,.jcphe-document-card,.jcphe-message-card,.jcphe-meeting-card,.jcphe-profile-card,.jcphe-portal-assistant) :is(p,small,span,time){color:var(--portal-muted)!important}
body.jce-portal .jcphe-client-hero :is(h1,h2,h3,p,strong,span,small){color:#f7fbff!important}
body.jce-portal .jcphe-client-hero .jce-eyebrow{color:#f4cf79!important}
body.jce-portal .jcphe-portal-card-nav{background:#fff!important;border:1px solid var(--portal-line)!important}
body.jce-portal .jcphe-portal-nav-card{background:#f5f9fb!important;border-color:#cad9e3!important;color:#14364f!important}
body.jce-portal .jcphe-portal-nav-card :is(strong,em){color:#14364f!important}
body.jce-portal .jcphe-portal-nav-card small{color:#536b7d!important}
body.jce-portal .jcphe-portal-nav-card:hover,body.jce-portal .jcphe-portal-nav-card.active{background:#0b416e!important;border-color:#0b416e!important}
body.jce-portal .jcphe-portal-nav-card:is(:hover,.active) :is(strong,small,em){color:#fff!important}
body.jce-portal :is(input,select,textarea){background:#fff!important;color:#102b40!important;border:2px solid #9db4c5!important}
body.jce-portal :is(input,select,textarea)::placeholder{color:#657b8c!important;opacity:1}
body.jce-portal :is(input,select,textarea):focus{outline:3px solid rgba(11,98,142,.22)!important;border-color:#0b628e!important}
body.jce-portal .jce-table{background:#fff!important;color:#102b40!important}
body.jce-portal .jce-table th{background:#dfeaf1!important;color:#173d58!important}
body.jce-portal .jce-table td{background:#fff!important;color:#18384f!important;border-color:#c9d8e2!important}
body.jce-portal a:not(.jce-btn):not(.jcphe-portal-nav-card):not(.jcphe-public-brand):not(.jcphe-public-contact){color:#075b91;text-decoration-color:#5f94b7}
body.jce-portal .jce-btn.light{background:#e2edf3!important;color:#082f4b!important;border:1px solid #a9bfce!important}
body.jce-portal .jce-btn.gold{background:#d1aa4f!important;color:#101d29!important;border:1px solid #9d771f!important}
body.jce-portal .jce-badge{background:#dceaf2!important;color:#173e59!important;border:1px solid #afc7d6!important}
body.jce-portal .jce-notice{background:#e5f5ea!important;color:#145333!important;border-color:#84c49e!important}
body.jce-portal .jce-empty{color:#4d6477!important}
@media(prefers-contrast:more){body.jce-portal{--portal-ink:#061b2b;--portal-muted:#324b5d;--portal-line:#7895a8}body.jce-portal :is(input,select,textarea){border-color:#506f83!important}body.jce-portal .jce-btn{outline:1px solid currentColor}}

/* v6.46.0 · coherent surfaces and contrast throughout the intranet */
body.jce-app:not(.jce-portal){background:var(--jce-page,#edf4f8);color:var(--jce-ink,#17344a)}
body.jce-app:not(.jce-portal) .jce-main{background:var(--jce-page,#edf4f8);color:var(--jce-ink,#17344a)}
body.jce-app:not(.jce-portal) .jce-main :is(h1,h2,h3,h4,h5,h6){color:var(--jce-heading,#0b2d49)}
body.jce-app:not(.jce-portal) .jce-main :is(p,small,.jce-muted){color:#526a7c}
body.jce-app:not(.jce-portal) .jce-main :is(.jce-card,.jce-table,.jce-table td,.jce-tabs,.jce-message-thread,.jce-message-body,.jce-check,.jcphe-property-section,.jcphe-private-zone,.jcphe-publication-control,.jce-cma-choice,.jcphe-relation-panel,.jcphe-note-entry,.jcphe-comp-ready,.jce-workspace-selector,.jce-inventory-summary){background:var(--jce-surface,#fff);color:var(--jce-ink,#17344a);border-color:var(--jce-border,#c9dce6)}
body.jce-app:not(.jce-portal) .jce-main .jce-table th{background:var(--jce-surface-soft,#e7f1f6);color:var(--jce-heading,#0b2d49);border-color:var(--jce-border,#c9dce6)}
body.jce-app:not(.jce-portal) .jce-main :is(input,select,textarea){background:var(--jce-surface,#fff);color:var(--jce-ink,#17344a);border-color:var(--jce-border,#c9dce6)}
body.jce-app:not(.jce-portal) .jce-main :is(input,textarea)::placeholder{color:#667d8e;opacity:1}
body.jce-app:not(.jce-portal) .jce-main :is(input,select,textarea):focus{outline:3px solid color-mix(in srgb,var(--jce-focus,#49a9d0) 25%,transparent);border-color:var(--jce-focus,#49a9d0)}
body.jce-app:not(.jce-portal) .jce-main .jce-btn.light{background:var(--jce-surface-soft,#e7f1f6)!important;color:var(--jce-heading,#0b2d49)!important;border:1px solid var(--jce-border,#c9dce6)!important}
body.jce-app:not(.jce-portal) .jce-main :is(.jce-badge,.jce-call-result){background:var(--jce-surface-soft,#e7f1f6);color:var(--jce-heading,#0b2d49);border:1px solid var(--jce-border,#c9dce6)}

body.jce-app.jce-mode-dark{color-scheme:dark;--jce-page:#06131d;--jce-surface:#0d2231;--jce-surface-soft:#132f41;--jce-ink:#eaf3f8;--jce-heading:#fff;--jce-border:#34566b;--jce-focus:#66c7e6;--jce-shadow:rgba(0,0,0,.38);--jce-muted:#b4c8d5}
body.jce-app.jce-mode-dark .jce-main :is(p,small,.jce-muted,time,figcaption){color:#b4c8d5!important}
body.jce-app.jce-mode-dark .jce-main :is(label,strong,b,dt,li,td,summary,legend){color:#eaf3f8}
body.jce-app.jce-mode-dark .jce-main :is(.jce-card,.jce-table,.jce-table td,.jce-tabs,.jce-message-thread,.jce-message-body,.jce-check,.jcphe-property-section,.jcphe-private-zone,.jcphe-publication-control,.jce-cma-choice,.jcphe-relation-panel,.jcphe-note-entry,.jce-workspace-selector,.jce-inventory-summary,.jce-compact-case-list article,.jce-priority-list article,.jcphe-meeting-library>article,.jcphe-ce-progress-grid article,.jce-campaign-card,.jce-callcenter-kpis article,.jce-quick-links a,.jce-quick-links button){background:#0d2231!important;color:#eaf3f8!important;border-color:#34566b!important;box-shadow:0 12px 30px rgba(0,0,0,.20)}
body.jce-app.jce-mode-dark .jce-main :is(.jce-table tbody tr:hover,.jce-feed.is-new){background:#153448!important}
body.jce-app.jce-mode-dark .jce-main .jce-table th{background:#17384b!important;color:#f6fbff!important;border-color:#43657a!important}
body.jce-app.jce-mode-dark .jce-main :is(input,select,textarea,.jce-preference-form){background:#071a27!important;color:#f4f9fc!important;border-color:#42657b!important}
body.jce-app.jce-mode-dark .jce-main :is(input,textarea)::placeholder{color:#9ab3c2!important}
body.jce-app.jce-mode-dark .jce-main option{background:#071a27;color:#f4f9fc}
body.jce-app.jce-mode-dark .jce-main .jce-btn.light{background:#17384b!important;color:#fff!important;border-color:#53758a!important}
body.jce-app.jce-mode-dark .jce-main :is(.jce-badge,.jce-call-result){background:#1a4055!important;color:#fff!important;border-color:#53758a!important}
body.jce-app.jce-mode-dark .jce-main :is(.jce-notice,.jce-security-panel,.jcphe-scheduler-help){background:#123547!important;color:#eaf7ff!important;border-color:#3f7087!important}
body.jce-app.jce-mode-dark .jce-main .jce-notice.error{background:#47232a!important;color:#ffe7e9!important;border-color:#9c4f59!important}
body.jce-app.jce-mode-dark .jce-main :is(code,pre){background:#061721!important;color:#dff4ff!important;border-color:#34566b!important}
body.jce-app.jce-mode-dark .jce-main a:not(.jce-btn){color:#8dd8f0}
body.jce-app.jce-mode-dark .jce-main :is(hr,.jce-divider){border-color:#34566b}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto{color-scheme:dark;--jce-page:#06131d;--jce-surface:#0d2231;--jce-surface-soft:#132f41;--jce-ink:#eaf3f8;--jce-heading:#fff;--jce-border:#34566b;--jce-focus:#66c7e6;--jce-shadow:rgba(0,0,0,.38)}body.jce-app.jce-mode-auto .jce-main :is(p,small,.jce-muted,time){color:#b4c8d5!important}body.jce-app.jce-mode-auto .jce-main :is(label,strong,b,li,td,summary){color:#eaf3f8}body.jce-app.jce-mode-auto .jce-main :is(.jce-card,.jce-table,.jce-table td,.jce-tabs,.jce-message-thread,.jce-message-body,.jce-check,.jcphe-property-section,.jcphe-private-zone,.jcphe-publication-control,.jce-cma-choice,.jcphe-relation-panel,.jcphe-note-entry,.jce-workspace-selector,.jce-inventory-summary){background:#0d2231!important;color:#eaf3f8!important;border-color:#34566b!important}body.jce-app.jce-mode-auto .jce-main .jce-table th{background:#17384b!important;color:#fff!important}body.jce-app.jce-mode-auto .jce-main :is(input,select,textarea){background:#071a27!important;color:#f4f9fc!important;border-color:#42657b!important}body.jce-app.jce-mode-auto .jce-main .jce-btn.light{background:#17384b!important;color:#fff!important;border-color:#53758a!important}}

/* Property editor: clear information architecture, useful density, and section rhythm */
.jcphe-property-editor-card{padding:clamp(16px,2.4vw,28px)}
.jcphe-property-editor-card>form>.jcphe-property-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 18px!important;align-items:start}
.jcphe-property-editor-card>form>.jcphe-property-form-grid>.jce-field.full{grid-column:1/-1!important}
.jcphe-property-editor-card .jce-field{min-width:0;padding:2px}
.jcphe-property-editor-card .jce-field>label{color:var(--jce-heading,#0b2d49);font-size:12px;letter-spacing:.01em}
.jcphe-property-editor-card .jce-field>small{line-height:1.45}
.jcphe-property-editor-card .jcphe-property-section{grid-column:1/-1;padding:18px!important;margin:5px 0;border-left:4px solid var(--jce-blue,#0b628e);border-radius:15px}
.jcphe-property-editor-card .jcphe-private-zone{border-left-color:#9b6b77;background:#fff9fa}
.jcphe-property-editor-card .jcphe-publication-control{border-left-color:var(--jce-gold,#d1aa4f)}
.jcphe-property-editor-card .jcphe-property-section .jcphe-property-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.jcphe-property-chapter{grid-column:1/-1;display:flex;align-items:center;gap:11px;margin:14px 0 2px;padding:12px 14px;border:1px solid var(--jce-border,#c9dce6);border-radius:13px;background:var(--jce-surface-soft,#e7f1f6)}
.jcphe-property-chapter>span{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border-radius:9px;background:var(--jce-navy,#071f35);color:#fff;font-size:12px;font-weight:900}.jcphe-property-chapter strong,.jcphe-property-chapter small{display:block}.jcphe-property-chapter strong{color:var(--jce-heading,#0b2d49)}.jcphe-property-chapter small{margin-top:2px;color:#5b7181}
body.jce-app.jce-mode-dark .jcphe-property-chapter{background:#153448!important;border-color:#42657b!important}body.jce-app.jce-mode-dark .jcphe-property-chapter strong{color:#fff!important}body.jce-app.jce-mode-dark .jcphe-property-chapter small{color:#b4c8d5!important}
.jcphe-property-jump-nav{position:sticky;top:144px;z-index:11;background:var(--jce-surface,#fff);border-color:var(--jce-border,#c9dce6);box-shadow:0 7px 20px var(--jce-shadow,rgba(6,42,65,.11))}
.jcphe-property-jump-nav a{color:var(--jce-ink,#17344a);border:1px solid transparent}
.jcphe-property-jump-nav a:hover{background:var(--jce-surface-soft,#e7f1f6);border-color:var(--jce-border,#c9dce6)}
body.jce-app.jce-mode-dark .jcphe-property-editor-card .jcphe-private-zone{background:#251f2a!important}
body.jce-app.jce-mode-dark .jcphe-property-editor-bar,body.jce-app.jce-mode-dark .jcphe-property-jump-nav{background:rgba(13,34,49,.96)!important;border-color:#34566b!important}
body.jce-app.jce-mode-dark .jcphe-property-jump-nav a{color:#dcebf3!important}
@media(max-width:900px){.jcphe-property-editor-card>form>.jcphe-property-form-grid,.jcphe-property-editor-card .jcphe-property-section .jcphe-property-form-grid{grid-template-columns:1fr!important}.jcphe-property-jump-nav{position:relative;top:auto}}

/* 8.15.5 · Centro de propiedad progresivo */
.jcphe-property-workspace-summary{margin:0 0 12px;border-top:4px solid var(--jce-gold,#d1aa4f)}
.jcphe-property-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0}
.jcphe-property-summary-grid a{display:flex;min-height:92px;flex-direction:column;justify-content:center;padding:14px;border:1px solid var(--jce-border,#c9dce6);border-radius:14px;background:var(--jce-surface-soft,#eef5f8);color:var(--jce-ink,#17344a);text-decoration:none;transition:transform .15s ease,border-color .15s ease}
.jcphe-property-summary-grid a:hover{transform:translateY(-2px);border-color:var(--jce-blue,#0b628e)}
.jcphe-property-summary-grid strong{font-size:26px;line-height:1}.jcphe-property-summary-grid span{margin-top:7px;font-weight:800}
.jcphe-property-workspace-nav a.is-active,.jcphe-property-step-nav .is-active{background:var(--jce-blue,#0b628e)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.jcphe-property-step-nav{display:flex;gap:8px;overflow-x:auto;margin:2px 0 18px;padding:8px;border-radius:13px;background:var(--jce-surface-soft,#eef5f8)}
.jcphe-property-step-nav button{flex:1 0 180px}
[data-property-panel][hidden],[data-jcphe-property-summary][hidden],[data-property-step-panel][hidden]{display:none!important}
@media(max-width:760px){.jcphe-property-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-property-editor-bar{position:relative;top:auto}.jcphe-property-workspace-nav{scroll-snap-type:x proximity}.jcphe-property-workspace-nav a{scroll-snap-align:start}.jcphe-property-step-nav button{flex-basis:150px}}

/* Rebuilt login: isolated from theme CSS and safe on desktop/mobile */
body.jcphe-login-page{margin:0!important;background:#071d31!important;color:#17344a!important}
.jcphe-login-page .jce-login-wrap{min-height:100svh;padding:clamp(14px,4vw,48px);background:radial-gradient(circle at 12% 10%,rgba(22,112,158,.42),transparent 32%),radial-gradient(circle at 90% 90%,rgba(209,170,79,.18),transparent 30%),linear-gradient(135deg,#061725,#0b3556)!important}
.jcphe-login-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.72fr);width:min(1080px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:#fff;box-shadow:0 35px 100px rgba(0,0,0,.38)}
.jcphe-login-intro{padding:clamp(30px,6vw,70px);background:linear-gradient(145deg,#08243b,#0d527c);color:#fff}
.jcphe-login-intro img{display:block;max-width:210px;max-height:72px;object-fit:contain;margin-bottom:40px;filter:drop-shadow(0 5px 14px rgba(0,0,0,.15))}
.jcphe-login-intro>span,.jce-login-card>small{display:block;color:#eacb82;font-size:11px;font-weight:900;letter-spacing:.14em}
.jcphe-login-intro h1{max-width:620px;margin:12px 0;font-size:clamp(31px,5vw,56px);line-height:1.02;letter-spacing:-.035em;color:#fff!important}
.jcphe-login-intro p{max-width:570px;color:#d8e9f3;font-size:16px;line-height:1.65}
.jcphe-login-intro ul{display:grid;gap:10px;margin:25px 0 0;padding:0;list-style:none;color:#eef8fd}.jcphe-login-intro li:before{content:'✓';margin-right:9px;color:#e2b956;font-weight:900}
.jcphe-login-page .jce-login-card{display:flex;flex-direction:column;justify-content:center;width:auto;min-width:0;padding:clamp(28px,5vw,58px);border-radius:0;box-shadow:none;background:#fff!important;color:#17344a!important}
.jcphe-login-lock{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:14px;background:#e9f2f7;font-size:21px}
.jcphe-login-page .jce-login-card h2{margin:6px 0 7px;color:#092e4a!important;font-size:31px}.jcphe-login-page .jce-login-card>p{margin:0 0 22px;color:#566c7c!important;line-height:1.55}
.jcphe-login-page .jcphe-login-form>p{margin:0 0 17px}.jcphe-login-page .jcphe-login-form label{display:block;margin-bottom:7px;color:#17344a!important;font-size:13px;font-weight:850}
.jcphe-login-page .jcphe-login-form input[type=text],.jcphe-login-page .jcphe-login-form input[type=password]{display:block;width:100%!important;max-width:none!important;min-height:52px!important;margin:0!important;padding:12px 14px!important;border:2px solid #bdceda!important;border-radius:12px!important;background:#fff!important;color:#102d43!important;box-shadow:none!important;font:600 16px/1.25 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;-webkit-appearance:none;appearance:none}
.jcphe-login-page .jcphe-login-form input[type=text]:focus,.jcphe-login-page .jcphe-login-form input[type=password]:focus{outline:3px solid rgba(11,98,142,.18)!important;border-color:#0b628e!important}
.jcphe-login-page .jcphe-login-form .login-remember{margin:2px 0 18px!important}.jcphe-login-page .jcphe-login-form .login-remember label{display:flex!important;align-items:center;gap:10px;margin:0!important;font-size:14px!important}.jcphe-login-page .jcphe-login-form .login-remember input[type=checkbox]{flex:0 0 18px;width:18px!important;height:18px!important;min-height:0!important;margin:0!important;padding:0!important;border-radius:4px!important;accent-color:#0b628e;-webkit-appearance:auto;appearance:auto}
.jcphe-login-page .jcphe-login-form .login-submit{margin:0!important}.jcphe-login-page .jcphe-login-form .login-submit .jce-btn{width:100%!important;min-height:52px!important;border:0!important;border-radius:12px!important;background:#0a3555!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:none!important;cursor:pointer}.jcphe-login-page .jcphe-login-form .login-submit .jce-btn:hover{background:#0d527c!important}
.jcphe-login-links{display:grid;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid #dbe5ec}.jcphe-login-links a,.jcphe-login-home{color:#0b5f91!important;font-weight:800;text-decoration:none}.jcphe-login-home{margin-top:24px;font-size:12px}
@media(max-width:780px){.jcphe-login-shell{grid-template-columns:1fr;border-radius:20px}.jcphe-login-intro{padding:26px}.jcphe-login-intro img{max-width:160px;margin-bottom:22px}.jcphe-login-intro h1{font-size:32px}.jcphe-login-intro ul{display:none}.jcphe-login-page .jce-login-card{padding:28px 24px 34px}}

/* 6.47.0 · contact profile and client dashboard contrast */
body.jce-mode-dark .jcphe-contact-info-grid article,body.jce-mode-dark .jcphe-contact-action-card,body.jce-mode-dark .jcphe-access-button,body.jce-mode-dark .jce-profile-dashboard a,body.jce-mode-dark .jce-contact-action{background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none}
body.jce-mode-dark .jcphe-contact-info-grid :is(strong,a),body.jce-mode-dark .jcphe-contact-action-card :is(strong,em),body.jce-mode-dark .jcphe-access-button strong,body.jce-mode-dark .jce-profile-dashboard :is(strong,span),body.jce-mode-dark .jce-contact-action strong{color:#f6fbff!important}
body.jce-mode-dark .jcphe-contact-info-grid small,body.jce-mode-dark .jcphe-contact-action-card small,body.jce-mode-dark .jcphe-access-button small,body.jce-mode-dark .jce-profile-dashboard small,body.jce-mode-dark .jce-contact-action small{color:#b3c8d5!important}
body.jce-mode-dark .jcphe-contact-info-icon,body.jce-mode-dark .jcphe-contact-action-card>span,body.jce-mode-dark .jcphe-access-button>span,body.jce-mode-dark .jcphe-access-shield{background:#173d52!important;color:#fff!important;border-color:#4e7186!important}
body.jce-mode-dark .jcphe-contact-action-card.featured,body.jce-mode-dark .jcphe-contact-action-card:hover,body.jce-mode-dark .jcphe-access-button:hover,body.jce-mode-dark .jce-profile-dashboard a:hover{background:#153448!important;border-color:#5a8197!important}
body.jce-mode-dark .jcphe-access-button.primary{background:#12618d!important;color:#fff!important;border-color:#3a87ad!important}
body.jce-mode-dark .jcphe-access-security-note{background:#102d3e!important;color:#c9dce7!important;border-color:#3b5f75!important}
body.jce-mode-dark .jcphe-contact-back{color:#9fdbef!important}
body.jce-mode-dark .jcphe-contact-enterprise-hero :is(h1,h2,h3,p,strong,span,small,a){color:#fff!important}
body.jce-mode-dark .jcphe-contact-kicker{color:#f0cc77!important}
body.jce-mode-dark .jcphe-contact-compact-row:nth-child(even) td{background:#102a3b!important}
body.jce-mode-dark .jcphe-contact-compact-row:hover td{background:#17384b!important}
body.jce-mode-dark .jcphe-contact-primary>span{background:#1b455c!important;color:#fff!important}
body.jce-mode-dark .jcphe-contact-meta,body.jce-mode-dark .jcphe-contact-role,body.jce-mode-dark .jcphe-contact-preference,body.jce-mode-dark .jcphe-contact-municipality{color:#b3c8d5!important}
body.jce-mode-dark .jcphe-contact-action-select,body.jce-mode-dark .jcphe-contact-search{background:#071a27!important;color:#f4f9fc!important;border-color:#466b82!important}
body.jce-mode-dark .jcphe-contact-action-select option{background:#071a27;color:#f4f9fc}
body.jce-mode-dark .jce-main details>div[style*="background:#f6f8fb"]{background:#102d3e!important;color:#eaf3f8!important;border:1px solid #3b5f75!important}
@media(prefers-color-scheme:dark){body.jce-mode-auto .jcphe-contact-info-grid article,body.jce-mode-auto .jcphe-contact-action-card,body.jce-mode-auto .jcphe-access-button,body.jce-mode-auto .jce-profile-dashboard a{background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important}body.jce-mode-auto .jcphe-contact-info-grid :is(strong,a),body.jce-mode-auto .jcphe-contact-action-card strong,body.jce-mode-auto .jce-profile-dashboard :is(strong,span){color:#fff!important}body.jce-mode-auto .jcphe-contact-info-icon,body.jce-mode-auto .jcphe-contact-action-card>span{background:#173d52!important;color:#fff!important}}

/* 6.47.0 · final module-wide contrast safety net (including shortcode views). */
body.jce-app.jce-mode-dark .jce-main :is(article,section,aside,details,fieldset,dialog)[style*="background:#fff"],body.jce-app.jce-mode-dark .jce-main :is(article,section,aside,details,fieldset,dialog)[style*="background: #fff"],body.jce-app.jce-mode-dark .jce-main :is(article,section,aside,details,fieldset,dialog)[style*="background:white"],body.jce-app.jce-mode-dark .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-presentation-card,.jcphe-presentation-panel,.jcphe-production-panel,.jcphe-production-card,.jcphe-asset-card,.jcphe-day-card,.jcphe-route-card,.jcphe-attention-card,.jcphe-capture-card,.jcphe-production-shortcuts,.jcphe-production-funnel){background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none!important}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-production-panel,.jcphe-attention-card,.jcphe-capture-card,.jcphe-production-shortcuts,.jcphe-production-funnel) :is(h1,h2,h3,h4,strong,b,label,summary){color:#fff!important}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-production-panel,.jcphe-attention-card,.jcphe-capture-card,.jcphe-production-shortcuts,.jcphe-production-funnel) :is(p,small,span,em){color:#b3c8d5!important}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-production-panel) :is(a,button):not(.jce-btn),body.jce-app.jce-mode-dark .jce-main :is(.jcphe-production-shortcuts,.jcphe-capture-actions,.jcphe-money-route)>div>a{background:#153448!important;color:#f4f9fc!important;border-color:#4b6f84!important}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-production-hero,.jcphe-script-hero,.jce-oh-hero) :is(h1,h2,h3,p,span,strong){color:#fff!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-main :is(article,section,aside,details,fieldset,dialog)[style*="background:#fff"],body.jce-app.jce-mode-auto .jce-main :is(article,section,aside,details,fieldset,dialog)[style*="background: #fff"],body.jce-app.jce-mode-auto .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-presentation-card,.jcphe-presentation-panel,.jcphe-production-panel,.jcphe-production-card,.jcphe-asset-card,.jcphe-day-card,.jcphe-route-card,.jcphe-attention-card,.jcphe-capture-card,.jcphe-production-shortcuts,.jcphe-production-funnel){background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none!important}body.jce-app.jce-mode-auto .jce-main :is(.jcphe-meeting-presentations,.jcphe-presentation-library,.jcphe-presentation-grid,.jcphe-production-panel,.jcphe-attention-card,.jcphe-capture-card,.jcphe-production-shortcuts,.jcphe-production-funnel) :is(h1,h2,h3,h4,strong,b,label,summary){color:#fff!important}}

/* 6.49.0 · client communication center */
.jcphe-ticket-list,.jcphe-alert-list{display:grid;gap:14px}.jcphe-ticket-card{border-left:4px solid #1c709b}.jcphe-ticket-card .jce-toolbar{align-items:flex-start}.jcphe-ticket-reply{margin-top:16px;padding-top:12px;border-top:1px solid var(--jce-border,#d3e0e8)}.jcphe-ticket-reply summary{cursor:pointer;font-weight:850}.jcphe-ticket-reply form{margin-top:12px}.jcphe-alert-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px;border:1px solid var(--jce-border,#d3e0e8);border-radius:15px;background:var(--jce-surface,#fff)}.jcphe-alert-list h3,.jcphe-alert-list p{margin:3px 0}.jcphe-alert-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eaf3f8;color:#0b5279;font-size:20px}.jcphe-contact-communications>.jce-card{margin:0}.jcphe-ticket-summary{padding:12px 0;border-bottom:1px solid var(--jce-border,#d3e0e8)}.jcphe-ticket-summary .jce-badge{float:right}.jcphe-ticket-summary p{margin:7px 0}.jce-mode-dark .jcphe-alert-list article,.jce-mode-dark .jcphe-ticket-card,.jce-mode-dark .jcphe-contact-communications .jce-card{background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important}.jce-mode-dark .jcphe-alert-icon{background:#173d52;color:#fff}.jce-mode-dark .jcphe-ticket-reply,.jce-mode-dark .jcphe-ticket-summary{border-color:#3b5f75}.jce-mode-dark .jcphe-alert-list :is(h3,p,small),.jce-mode-dark .jcphe-ticket-card :is(h3,p,small,summary){color:#eaf3f8!important}@media(max-width:760px){.jcphe-alert-list article{grid-template-columns:auto 1fr}.jcphe-alert-list article>a{grid-column:2}.jcphe-contact-communications{grid-template-columns:1fr!important}}

/* 6.50.0 · deterministic portal contrast, independent of OS dark mode */
body.jce-portal.jcphe-social-portal{background:#f2f6fb!important;color:#102238!important}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-portal-nav-card,.jcphe-status-card,.jcphe-client-task,.jce-vault-item,.jcphe-process-card,.jcphe-alert-list article){color:#17344a}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-portal-nav-card,.jcphe-status-card,.jcphe-client-task,.jce-vault-item,.jcphe-process-card,.jcphe-alert-list article):not(.jcphe-world-card):not(.jcphe-security-card){background:#fff!important;border-color:#d5e2eb!important}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-portal-nav-card,.jcphe-status-card,.jcphe-client-task,.jce-vault-item,.jcphe-process-card,.jcphe-alert-list article):not(.jcphe-world-card):not(.jcphe-security-card) :is(h1,h2,h3,h4,strong,label,summary){color:#102f47!important}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-portal-nav-card,.jcphe-status-card,.jcphe-client-task,.jce-vault-item,.jcphe-process-card,.jcphe-alert-list article):not(.jcphe-world-card):not(.jcphe-security-card) :is(p,li,small,span,em){color:#526b7d}
body.jce-portal .jcphe-security-card,body.jce-portal .jcphe-world-card{background:#102b46!important;color:#fff!important;border-color:#294d69!important}
body.jce-portal .jcphe-security-card :is(h1,h2,h3,h4,strong,label,summary),body.jce-portal .jcphe-world-card :is(h1,h2,h3,h4,strong,label,summary){color:#fff!important}
body.jce-portal .jcphe-security-card :is(p,li,small,span),body.jce-portal .jcphe-world-card :is(p,li,small,span){color:#d7e5f1!important}
body.jce-portal .jcphe-security-card li::marker{color:#e1b958}
body.jce-portal .jce-field :is(input,textarea,select){background:#fff!important;color:#17344a!important;border-color:#b9cedb!important}
body.jce-portal .jce-field :is(input,textarea)::placeholder{color:#6b8191!important;opacity:1}
body.jce-portal .jce-notice{background:#edf6fb!important;color:#173f59!important;border-color:#9fc9df!important}
body.jce-portal .jce-notice :is(strong,p,span){color:#173f59!important}

/* 6.51.0 · elegant client portal navigation and continuing education contrast */
body.jce-portal .jcphe-portal-card-nav{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card{background:#fff!important;color:#17344a!important;border-color:#d5e2eb!important;box-shadow:0 7px 20px rgba(14,45,68,.055)}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card :is(strong,em){color:#17344a!important}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card small{color:#607789!important}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card:hover{background:#edf5fa!important;border-color:#91b7ce!important;transform:translateY(-2px)}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card.active{background:linear-gradient(135deg,#082f50,#145a82)!important;color:#fff!important;border-color:#2b769d!important;box-shadow:0 14px 32px rgba(8,47,80,.22);transform:translateY(-2px)}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card.active :is(strong,small,em){color:#fff!important}
body.jce-portal .jce-portal-shell .jcphe-portal-nav-card.active .jcphe-portal-nav-icon{background:rgba(255,255,255,.15)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)}
body.jce-portal .jcphe-section-heading{padding:18px 20px;border:1px solid #cadde9;border-left:5px solid #145a82;border-radius:18px;background:linear-gradient(135deg,#f8fbfd,#edf5fa);box-shadow:0 8px 24px rgba(13,52,79,.055)}
body.jce-portal .jcphe-section-heading :is(h1,h2,h3){color:#0c3553!important}
body.jce-portal .jcphe-section-heading p{color:#536f82!important}
body.jce-portal .jcphe-section-heading .jce-eyebrow{color:#0d608d!important}

body.jce-app.jce-mode-dark .jce-main .jcphe-ce-progress-grid article,body.jce-app.jce-mode-dark .jce-main .jcphe-ce-requirements,body.jce-app.jce-mode-dark .jce-main .jcphe-ce-filters,body.jce-app.jce-mode-dark .jce-main .jcphe-ce-library article{background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-progress-grid article :is(span,strong),body.jce-app.jce-mode-dark .jce-main .jcphe-ce-requirements :is(strong,span,label),body.jce-app.jce-mode-dark .jce-main .jcphe-ce-filters label,body.jce-app.jce-mode-dark .jce-main .jcphe-ce-library article :is(h3,strong){color:#fff!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-library article :is(p,small),body.jce-app.jce-mode-dark .jce-main .jcphe-ce-requirements summary span{color:#bfd2de!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-topic-progress span{background:#102b3d!important;color:#dceaf2!important;border-color:#42657b!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-topic-progress span.complete{background:#174b3a!important;color:#d9f8e8!important;border-color:#3e8a69!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-progress-grid i{background:linear-gradient(90deg,#38a9d6 calc(var(--progress)*1%),#294759 0)!important}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-ce-requirements,.jcphe-ce-filters) :is(input,textarea,select){background:#071a27!important;color:#f4f9fc!important;border-color:#466b82!important}
body.jce-app.jce-mode-dark .jce-main .jcphe-ce-library .jce-badge{background:#21475c!important;color:#fff!important;border-color:#52758a!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-main .jcphe-ce-progress-grid article,body.jce-app.jce-mode-auto .jce-main .jcphe-ce-requirements,body.jce-app.jce-mode-auto .jce-main .jcphe-ce-filters,body.jce-app.jce-mode-auto .jce-main .jcphe-ce-library article{background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none!important}body.jce-app.jce-mode-auto .jce-main .jcphe-ce-progress-grid article :is(span,strong),body.jce-app.jce-mode-auto .jce-main .jcphe-ce-requirements :is(strong,span,label),body.jce-app.jce-mode-auto .jce-main .jcphe-ce-filters label,body.jce-app.jce-mode-auto .jce-main .jcphe-ce-library article :is(h3,strong){color:#fff!important}body.jce-app.jce-mode-auto .jce-main .jcphe-ce-library article :is(p,small),body.jce-app.jce-mode-auto .jce-main .jcphe-ce-requirements summary span{color:#bfd2de!important}body.jce-app.jce-mode-auto .jce-main .jcphe-ce-topic-progress span{background:#102b3d!important;color:#dceaf2!important;border-color:#42657b!important}body.jce-app.jce-mode-auto .jce-main .jcphe-ce-topic-progress span.complete{background:#174b3a!important;color:#d9f8e8!important;border-color:#3e8a69!important}body.jce-app.jce-mode-auto .jce-main :is(.jcphe-ce-requirements,.jcphe-ce-filters) :is(input,textarea,select){background:#071a27!important;color:#f4f9fc!important;border-color:#466b82!important}}
@media(max-width:850px){body.jce-portal .jcphe-portal-card-nav{display:flex}body.jce-portal .jcphe-section-heading{padding:16px}}

/* 6.52.0 · secure logout access on desktop and mobile */
.jce-logout-desktop{background:#173f59!important;color:#fff!important;border:1px solid #315f79!important;white-space:nowrap}.jce-logout-desktop:hover{background:#9f2f3b!important;border-color:#ba4651!important}
.jce-sidebar-session{display:none;margin:18px 4px 6px;padding:12px;border-top:1px solid rgba(255,255,255,.16)}.jce-sidebar-session>div{display:flex;align-items:center;gap:9px;margin-bottom:10px}.jce-sidebar-session img{border-radius:10px}.jce-sidebar-session span{display:flex;min-width:0;flex-direction:column}.jce-sidebar-session small{color:#9fb8c9;font-size:8px;font-weight:850;letter-spacing:.09em}.jce-sidebar-session strong{overflow:hidden;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.jce-sidebar-logout{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:0!important;padding:11px 12px!important;border:1px solid rgba(255,132,142,.35)!important;border-radius:11px!important;background:rgba(174,48,61,.22)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important}.jce-sidebar-logout:hover{background:#a83240!important;border-color:#cf6570!important}
@media(max-width:980px){.jce-logout-desktop{display:none!important}.jce-sidebar-session{display:block}.jce-sidebar{display:flex!important;flex-direction:column!important}.jce-sidebar .jce-nav{flex:1 0 auto}}
.jce-sidebar-quick-more-label{color:#86a3b8;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.jce-sidebar-more-menu{position:relative}.jce-sidebar-more-menu>summary{display:flex;align-items:center;justify-content:space-between;min-height:38px;padding:7px 11px;border:1px solid #4385aa;border-radius:10px;background:linear-gradient(145deg,#0b4c78,#0b304b);color:#fff;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.jce-sidebar-more-menu>summary::-webkit-details-marker{display:none}.jce-sidebar-more-menu>summary span{color:#edc86b;font-size:17px}.jce-sidebar-more-menu[open]>summary{outline:2px solid rgba(100,196,232,.35)}.jce-sidebar-more-menu>div{position:absolute;z-index:100;left:0;right:0;bottom:44px;max-height:min(430px,65vh);overflow:auto;padding:7px;border:1px solid #4c7389;border-radius:13px;background:#0b2639;box-shadow:0 18px 48px rgba(0,0,0,.4)}.jce-sidebar-more-menu a{display:block;padding:9px 10px;border-radius:9px;text-decoration:none}.jce-sidebar-more-menu a:hover,.jce-sidebar-more-menu a:focus{background:#155174;outline:none}.jce-sidebar-more-menu a strong,.jce-sidebar-more-menu a small{display:block;color:#f4f9fc}.jce-sidebar-more-menu a small{margin-top:2px;color:#aac2d0;font-size:8px}.jce-appearance-backdrop{border:0;padding:0;cursor:default}.jce-appearance-close{position:relative;z-index:5;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation}
.jce-top-searches{display:flex;align-items:center;gap:7px;flex:1 1 420px;max-width:620px}.jce-top-global-search{display:grid;grid-template-columns:minmax(170px,1fr) 38px;flex:1;margin:0}.jce-top-global-search input{min-height:40px;margin:0;padding:8px 11px;border:1px solid var(--jce-border);border-radius:10px 0 0 10px;background:var(--jce-surface);color:var(--jce-ink)}.jce-top-global-search button{border:0;border-radius:0 10px 10px 0;background:var(--jce-blue);color:#fff;font-size:22px;cursor:pointer}.jce-top-research-menu{position:relative;flex:0 0 auto}.jce-top-research-menu>summary{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 11px;border:1px solid var(--jce-border);border-radius:10px;background:var(--jce-surface-soft);color:var(--jce-heading);font-size:10px;font-weight:850;cursor:pointer;list-style:none;white-space:nowrap}.jce-top-research-menu>summary::-webkit-details-marker{display:none}.jce-top-research-menu>summary span{color:var(--jce-gold)}.jce-top-research-menu>div{position:absolute;z-index:80;top:47px;right:0;width:290px;padding:8px;border:1px solid var(--jce-border);border-radius:14px;background:var(--jce-surface);box-shadow:0 18px 50px rgba(0,0,0,.28)}.jce-top-research-menu a{display:block;padding:9px 10px;border-radius:9px;text-decoration:none}.jce-top-research-menu a:hover{background:var(--jce-surface-soft)}.jce-top-research-menu strong,.jce-top-research-menu small{display:block;color:var(--jce-heading)}.jce-top-research-menu small{margin-top:2px;color:var(--jce-ink);font-size:8px}.jce-research-launcher{margin-bottom:18px;background:linear-gradient(135deg,var(--jce-surface),var(--jce-surface-soft))!important}.jce-research-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.jce-research-grid a{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--jce-border);border-radius:12px;background:var(--jce-surface);color:var(--jce-heading);text-decoration:none}.jce-research-grid a:hover{border-color:var(--jce-focus);transform:translateY(-1px)}.jce-research-grid span{color:var(--jce-ink);font-size:10px}@media(max-width:1350px){.jce-top-searches{order:3;flex-basis:100%;max-width:none}.jce-topbar{flex-wrap:wrap}}@media(max-width:760px){.jce-top-searches{display:grid;grid-template-columns:1fr}.jce-top-research-menu>summary{justify-content:space-between}.jce-top-research-menu>div{position:fixed;left:14px;right:14px;top:150px;width:auto}.jce-research-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.jce-research-grid{grid-template-columns:1fr}}

/* 6.59.0 · unified client command center */
.jcphe-client-command-center{margin:20px 0;padding:20px;border:1px solid var(--jce-border);border-radius:22px;background:linear-gradient(145deg,var(--jce-surface),var(--jce-surface-soft));box-shadow:0 16px 42px rgba(12,48,72,.08)}
.jcphe-command-center-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.jcphe-command-center-head h2{margin:4px 0 5px;color:var(--jce-heading);font-size:clamp(21px,2.2vw,31px)}.jcphe-command-center-head p{max-width:760px;margin:0;color:var(--jce-ink)}
.jcphe-command-module-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:18px}.jcphe-command-module-nav a{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;min-width:0;padding:12px;border:1px solid var(--jce-border);border-radius:13px;background:var(--jce-surface);color:var(--jce-heading);text-decoration:none;transition:.18s ease}.jcphe-command-module-nav a:hover{border-color:var(--jce-focus);transform:translateY(-2px)}.jcphe-command-module-nav b{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:var(--jce-blue);color:#fff;font-size:11px}.jcphe-command-module-nav span{overflow:hidden;font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.jcphe-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.jcphe-command-grid>.jce-card{min-width:0;margin:0}.jcphe-command-note,.jcphe-command-support{grid-column:1/-1}.jcphe-command-feed{display:grid;gap:8px}.jcphe-command-feed article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid var(--jce-border);border-radius:11px;background:var(--jce-surface-soft)}.jcphe-command-feed article>span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:var(--jce-blue);color:#fff;font-size:9px;font-weight:900}.jcphe-command-feed article div{min-width:0}.jcphe-command-feed article p{overflow:hidden;margin:0;color:var(--jce-heading);font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.jcphe-command-feed article small{display:block;margin-top:2px;color:var(--jce-ink);font-size:8px}.jcphe-command-feed article a{font-size:9px;font-weight:900;white-space:nowrap}.jcphe-command-support-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.jcphe-command-support-actions a{display:flex;min-height:70px;flex-direction:column;justify-content:center;padding:12px;border:1px solid var(--jce-border);border-radius:12px;background:var(--jce-surface-soft);color:var(--jce-heading);font-size:11px;font-weight:900;text-decoration:none}.jcphe-command-support-actions a small{margin-top:4px;color:var(--jce-ink);font-size:8px;font-weight:600}.jcphe-command-support-actions a:hover{border-color:var(--jce-focus);background:var(--jce-surface)}
body.jce-app.jce-mode-dark .jce-main .jcphe-client-command-center{background:linear-gradient(145deg,#0b2130,#102b3d)!important;color:#eaf3f8!important;border-color:#3b5f75!important;box-shadow:none!important}body.jce-app.jce-mode-dark .jce-main .jcphe-client-command-center :is(h2,h3,strong,label){color:#fff!important}body.jce-app.jce-mode-dark .jce-main .jcphe-client-command-center :is(p,small){color:#bfd2de!important}body.jce-app.jce-mode-dark .jce-main :is(.jcphe-command-module-nav a,.jcphe-command-feed article,.jcphe-command-support-actions a){background:#0b1d2a!important;color:#edf7fc!important;border-color:#3b5f75!important}body.jce-app.jce-mode-dark .jce-main .jcphe-client-command-center :is(input,select,textarea){background:#071a27!important;color:#fff!important;border-color:#466b82!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-main .jcphe-client-command-center{background:linear-gradient(145deg,#0b2130,#102b3d)!important;color:#eaf3f8!important;border-color:#3b5f75!important}body.jce-app.jce-mode-auto .jce-main .jcphe-client-command-center :is(h2,h3,strong,label){color:#fff!important}body.jce-app.jce-mode-auto .jce-main .jcphe-client-command-center :is(p,small){color:#bfd2de!important}body.jce-app.jce-mode-auto .jce-main :is(.jcphe-command-module-nav a,.jcphe-command-feed article,.jcphe-command-support-actions a){background:#0b1d2a!important;color:#edf7fc!important;border-color:#3b5f75!important}body.jce-app.jce-mode-auto .jce-main .jcphe-client-command-center :is(input,select,textarea){background:#071a27!important;color:#fff!important;border-color:#466b82!important}}
@media(max-width:1100px){.jcphe-command-module-nav{grid-template-columns:repeat(3,1fr)}.jcphe-command-support-actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.jcphe-client-command-center{padding:14px}.jcphe-command-center-head{display:block}.jcphe-command-center-head .jce-actions{margin-top:12px}.jcphe-command-grid{grid-template-columns:1fr}.jcphe-command-note,.jcphe-command-support{grid-column:auto}.jcphe-command-module-nav{grid-template-columns:repeat(2,1fr)}.jcphe-command-feed article{grid-template-columns:30px minmax(0,1fr)}.jcphe-command-feed article>a{grid-column:2}}@media(max-width:440px){.jcphe-command-module-nav,.jcphe-command-support-actions{grid-template-columns:1fr}}

/* 6.60.0 · continuing education and editorial center */
.jcphe-ce-command{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:15px;padding:23px;border-radius:20px;background:linear-gradient(135deg,#0a3554,#106b92);box-shadow:0 14px 36px rgba(8,49,77,.16);color:#fff}.jcphe-ce-command h2{margin:5px 0;color:#fff}.jcphe-ce-command p{max-width:760px;margin:0;color:#dcecf4}.jcphe-ce-command .jce-eyebrow{color:#f0d481}.jcphe-ce-period{display:grid;grid-template-columns:1.25fr repeat(3,.7fr) auto;align-items:end;gap:10px}.jcphe-ce-period>div{display:grid;gap:5px}.jcphe-ce-period label{color:var(--jce-heading);font-size:9px;font-weight:900;text-transform:uppercase}.jcphe-ce-period :is(input,select){width:100%;min-height:42px}.jcphe-ce-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:15px 0}.jcphe-ce-kpis article{display:grid;gap:5px;padding:17px;border:1px solid var(--jce-border);border-radius:15px;background:var(--jce-surface)}.jcphe-ce-kpis small{color:var(--jce-ink);font-size:8px;font-weight:900;letter-spacing:.12em}.jcphe-ce-kpis strong{overflow:hidden;color:var(--jce-heading);font-size:25px;text-overflow:ellipsis;white-space:nowrap}.jcphe-ce-kpis span{color:var(--jce-ink);font-size:9px}.jcphe-ce-category-dashboard{margin-bottom:15px}.jcphe-ce-category-dashboard details{position:relative}.jcphe-ce-category-dashboard details>form{position:absolute;z-index:30;right:0;top:46px;width:min(800px,90vw);max-height:70vh;overflow:auto;padding:16px;border:1px solid var(--jce-border);border-radius:15px;background:var(--jce-surface);box-shadow:0 18px 50px rgba(0,0,0,.25)}.jcphe-ce-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}.jcphe-ce-category-grid article{padding:12px;border:1px solid var(--jce-border);border-radius:12px;background:var(--jce-surface-soft)}.jcphe-ce-category-grid header{display:flex;align-items:start;justify-content:space-between;gap:8px}.jcphe-ce-category-grid strong{color:var(--jce-heading);font-size:10px}.jcphe-ce-category-grid b{color:var(--jce-heading);font-size:17px}.jcphe-ce-category-grid i{display:block;height:7px;margin:10px 0 7px;border-radius:999px;background:linear-gradient(90deg,var(--jce-blue) calc(var(--ce-progress)*1%),var(--jce-border) 0)}.jcphe-ce-category-grid small{color:var(--jce-ink);font-size:8px}.jcphe-ce-course-editor{margin:15px 0;border-top:4px solid var(--jce-gold)}.jcphe-ce-publisher{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:17px;padding:15px;border:1px solid var(--jce-border);border-radius:14px;background:var(--jce-surface-soft)}.jcphe-ce-publisher>div{flex:1 1 260px}.jcphe-ce-publisher h3,.jcphe-ce-publisher p{margin:2px 0}.jcphe-ce-publisher form{display:flex;gap:7px;flex-wrap:wrap}.jcphe-ce-editorial-library{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:15px 0}.jcphe-ce-publish-state{display:inline-flex;margin:5px 0 12px;padding:5px 8px;border-radius:999px;background:#edf2f5;color:#667b8a;font-size:8px;font-weight:900;text-transform:uppercase}.jcphe-ce-publish-state.publish{background:#e3f7eb;color:#17613b}.jcphe-ce-publish-state.draft{background:#fff4d8;color:#765a18}
body.jce-app.jce-mode-dark .jce-main :is(.jcphe-ce-kpis article,.jcphe-ce-category-grid article,.jcphe-ce-course-editor,.jcphe-ce-category-dashboard details>form,.jcphe-ce-publisher){background:#0d2231!important;color:#eaf3f8!important;border-color:#3b5f75!important}body.jce-app.jce-mode-dark .jce-main :is(.jcphe-ce-kpis,.jcphe-ce-category-grid,.jcphe-ce-course-editor,.jcphe-ce-publisher) :is(h2,h3,strong,b,label){color:#fff!important}body.jce-app.jce-mode-dark .jce-main :is(.jcphe-ce-kpis,.jcphe-ce-category-grid,.jcphe-ce-course-editor,.jcphe-ce-publisher) :is(p,span,small){color:#bfd2de!important}
@media(max-width:1050px){.jcphe-ce-period{grid-template-columns:repeat(2,1fr)}.jcphe-ce-period .jce-btn{align-self:end}.jcphe-ce-category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.jcphe-ce-command{align-items:stretch;flex-direction:column}.jcphe-ce-period,.jcphe-ce-kpis,.jcphe-ce-category-grid,.jcphe-ce-editorial-library{grid-template-columns:1fr}.jcphe-ce-category-dashboard details>form{position:fixed;left:12px;right:12px;top:90px;width:auto}}

/* 6.61.0 · presentation-ready digital business card */
.jcphe-card-quicklink{border-color:rgba(226,185,92,.4)!important;background:linear-gradient(155deg,rgba(216,170,67,.21),rgba(255,255,255,.05))!important}.jcphe-card-quicklink .jce-sidebar-quicklink-icon{background:linear-gradient(145deg,#d8ae50,#f0d68f)!important;color:#082c47!important;box-shadow:0 0 0 4px rgba(218,177,82,.11)}
.jcphe-business-card-modal[hidden]{display:none!important}.jcphe-business-card-modal{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:24px}.jcphe-business-card-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(2,16,27,.78);backdrop-filter:blur(12px);cursor:default}.jcphe-business-card-dialog{position:relative;width:min(940px,96vw);max-height:94vh;overflow:auto;border:1px solid rgba(137,199,226,.32);border-radius:28px;background:linear-gradient(145deg,#071d2d,#0b3e5d);box-shadow:0 35px 100px rgba(0,0,0,.5);color:#fff}.jcphe-business-card-dialog>header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.jcphe-business-card-dialog>header>div{display:flex;align-items:center;gap:10px}.jcphe-business-card-dialog>header small{color:#e5c36c;font-size:9px;font-weight:900;letter-spacing:.14em}.jcphe-business-card-dialog>header strong{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:linear-gradient(145deg,#d2a944,#f0d689);color:#082b44;font-size:11px}.jcphe-business-card-dialog>header button{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-size:18px;cursor:pointer}.jcphe-business-card-body{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:30px}.jcphe-business-card-identity{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center}.jcphe-business-card-photo{display:grid;width:88px;height:88px;place-items:center;overflow:hidden;margin-bottom:18px;border:3px solid #d7b358;border-radius:25px;background:#eaf3f8;color:#0a3553;font-size:28px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.25)}.jcphe-business-card-photo img{width:100%;height:100%;object-fit:cover}.jcphe-business-card-identity>span{color:#e7c974;font-size:10px;font-weight:900;letter-spacing:.16em}.jcphe-business-card-identity h2{max-width:100%;margin:7px 0;color:#fff;font-size:clamp(29px,4vw,47px);line-height:1}.jcphe-business-card-identity p{margin:4px 0;color:#d9e9f2;font-size:16px}.jcphe-business-card-identity>b{margin-top:8px;color:#fff;font-size:12px}.jcphe-business-card-trust{display:flex;flex-wrap:wrap;gap:7px;margin-top:19px}.jcphe-business-card-trust span{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#dcebf3;font-size:8px;font-weight:800}.jcphe-business-card-scan{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(255,255,255,.075);text-align:center}.jcphe-business-card-qr{width:min(240px,60vw);padding:12px;border-radius:17px;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.25)}.jcphe-business-card-qr img{display:block;width:100%;height:auto}.jcphe-business-card-scan>strong{margin-top:14px;color:#fff;font-size:15px}.jcphe-business-card-scan p{margin:5px 0;color:#c5dbe7;font-size:10px}.jcphe-business-card-scan small{color:#e8ca76;font-size:8px}.jcphe-business-card-contact{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 30px 18px}.jcphe-business-card-contact a{display:grid;gap:3px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;text-decoration:none}.jcphe-business-card-contact small{color:#e4c36e;font-size:8px;font-weight:900;letter-spacing:.12em}.jcphe-business-card-contact strong{font-size:17px}.jcphe-business-card-contact span{color:#aec8d7;font-size:8px}.jcphe-business-card-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 30px 24px}.jcphe-business-card-actions :is(button,a){display:flex;min-height:44px;align-items:center;justify-content:center;padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:#103f5b;color:#fff;text-align:center;text-decoration:none;font:inherit;font-size:9px;font-weight:900;cursor:pointer}.jcphe-business-card-actions .primary{border-color:#d7ae50;background:linear-gradient(145deg,#d2a844,#f0d481);color:#092d48}.jcphe-business-card-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 22px;background:rgba(0,0,0,.18)}.jcphe-business-card-dialog>footer span{color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em}.jcphe-business-card-dialog>footer small{color:#9eb9c9;font-size:8px}.jcphe-business-card-modal.is-presenting{padding:0}.jcphe-business-card-modal.is-presenting .jcphe-business-card-dialog{width:100vw;max-height:100vh;min-height:100vh;border:0;border-radius:0}.jcphe-business-card-modal.is-presenting .jcphe-business-card-body{min-height:56vh}.jcphe-business-card-modal.is-presenting .jcphe-business-card-qr{width:min(360px,62vw)}.jcphe-business-card-modal.is-presenting .jcphe-business-card-contact strong{font-size:clamp(20px,3vw,34px)}body.jcphe-card-modal-open{overflow:hidden}
@media(max-width:720px){.jcphe-business-card-modal{padding:8px}.jcphe-business-card-dialog{border-radius:20px}.jcphe-business-card-body{grid-template-columns:1fr;padding:22px}.jcphe-business-card-identity{align-items:center;text-align:center}.jcphe-business-card-contact,.jcphe-business-card-actions{grid-template-columns:1fr;padding-left:22px;padding-right:22px}.jcphe-business-card-actions{grid-template-columns:1fr 1fr}.jcphe-business-card-dialog>footer{align-items:flex-start;flex-direction:column}.jcphe-business-card-modal.is-presenting .jcphe-business-card-body{min-height:0}}
@media print{body.jcphe-card-modal-open>*:not(.jcphe-business-card-modal){display:none!important}.jcphe-business-card-modal{position:static;padding:0}.jcphe-business-card-backdrop,.jcphe-business-card-dialog>header,.jcphe-business-card-actions{display:none!important}.jcphe-business-card-dialog{width:100%;max-height:none;border:0;box-shadow:none}}

/* 6.62.0 · always-available promotional ScreenSaver */
.jcphe-showcase-launcher{position:fixed;z-index:9998;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;min-height:44px;padding:9px 14px;border:1px solid rgba(226,187,91,.62);border-radius:999px;background:linear-gradient(145deg,#082f4d,#0b628b);box-shadow:0 12px 32px rgba(2,31,50,.3);color:#fff;cursor:pointer}.jcphe-showcase-launcher span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#e0b657;color:#082f4d;font-size:9px}.jcphe-showcase-launcher strong{font-size:10px;letter-spacing:.04em}.jcphe-showcase[hidden]{display:none!important}.jcphe-showcase{position:fixed;z-index:200000;inset:0;overflow:hidden;background:radial-gradient(circle at 75% 20%,#125b7b 0,#082d47 30%,#041725 74%);color:#fff}.jcphe-showcase:before{position:absolute;inset:-30%;background:conic-gradient(from 140deg,transparent,rgba(67,193,233,.08),transparent,rgba(221,176,75,.08),transparent);content:"";animation:jcpheShowcaseAura 18s linear infinite}.jcphe-showcase-brand{position:absolute;z-index:4;top:28px;left:34px;display:flex;align-items:center;gap:11px}.jcphe-showcase-mark{display:grid;width:45px;height:45px;place-items:center;border-radius:14px;background:linear-gradient(145deg,#d8ab43,#f2d88d);box-shadow:0 10px 30px rgba(0,0,0,.25);color:#082d47;font-size:14px;font-weight:950}.jcphe-showcase-brand div{display:grid}.jcphe-showcase-brand strong{font-size:12px;letter-spacing:.14em}.jcphe-showcase-brand small{margin-top:3px;color:#b8d2df;font-size:7px;letter-spacing:.16em}.jcphe-showcase-stage{position:absolute;inset:0}.jcphe-showcase-stage article{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:7vw;padding:100px 8vw 125px;opacity:0;pointer-events:none;transform:translateX(45px) scale(.985);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.8,.2,1)}.jcphe-showcase-stage article.active{opacity:1;pointer-events:auto;transform:none}.jcphe-showcase-copy{position:relative;z-index:2}.jcphe-showcase-copy>span{color:var(--showcase-accent);font-size:11px;font-weight:950;letter-spacing:.18em}.jcphe-showcase-copy h2{max-width:780px;margin:14px 0;color:#fff;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.045em}.jcphe-showcase-copy p{max-width:670px;color:#c8dce7;font-size:clamp(14px,1.4vw,20px);line-height:1.55}.jcphe-showcase-copy :is(a,button){display:inline-flex;margin-top:15px;padding:13px 17px;border:1px solid color-mix(in srgb,var(--showcase-accent) 65%,white);border-radius:12px;background:color-mix(in srgb,var(--showcase-accent) 16%,transparent);color:#fff;text-decoration:none;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.jcphe-showcase-art{position:relative;display:grid;min-height:360px;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50% 25% 45% 30%;background:linear-gradient(145deg,color-mix(in srgb,var(--showcase-accent) 24%,transparent),rgba(255,255,255,.025));box-shadow:inset 0 0 80px rgba(255,255,255,.04),0 30px 80px rgba(0,0,0,.25);animation:jcpheShowcaseFloat 6s ease-in-out infinite}.jcphe-showcase-art b{position:absolute;top:22px;right:40px;color:rgba(255,255,255,.2);font-size:70px}.jcphe-showcase-art strong{color:#fff;font-size:clamp(42px,6vw,82px);letter-spacing:.08em;writing-mode:vertical-rl}.jcphe-showcase-art i{position:absolute;right:-12px;bottom:37px;max-width:190px;padding:11px 13px;border-radius:11px;background:#fff;color:#123b55;font-size:9px;font-style:normal;font-weight:850;box-shadow:0 13px 32px rgba(0,0,0,.26)}.jcphe-showcase-final{display:flex;flex-direction:column;align-items:center;gap:8px}.jcphe-showcase-final>div{width:min(330px,45vw);padding:14px;border-radius:25px;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.35)}.jcphe-showcase-final img{display:block;width:100%;height:auto}.jcphe-showcase-final strong{margin-top:8px;color:#fff;font-size:clamp(25px,3.5vw,47px)}.jcphe-showcase-final span{color:#bdd3df;font-size:13px}.jcphe-showcase-controls{position:absolute;z-index:5;left:34px;right:34px;bottom:54px;display:grid;grid-template-columns:auto minmax(100px,1fr) auto;align-items:center;gap:18px}.jcphe-showcase-controls>div{display:flex;gap:7px}.jcphe-showcase-controls>div button{width:9px;height:9px;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;cursor:pointer}.jcphe-showcase-controls>div button.active{background:#e2b85b;border-color:#e2b85b;box-shadow:0 0 0 5px rgba(226,184,91,.14)}.jcphe-showcase-controls>span{height:3px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.14)}.jcphe-showcase-controls>span i{display:block;width:0;height:100%;background:linear-gradient(90deg,#4dc5ef,#e2b85b);animation:jcpheShowcaseProgress 8s linear forwards}.jcphe-showcase-return{display:grid;min-width:135px;gap:1px;padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;user-select:none}.jcphe-showcase-return b{font-size:10px}.jcphe-showcase-return small{color:#a9c4d3;font-size:7px}.jcphe-showcase-return.is-holding{background:linear-gradient(90deg,rgba(226,184,91,.55) var(--hold-progress,0%),rgba(255,255,255,.08) 0)}.jcphe-showcase>footer{position:absolute;z-index:4;right:34px;bottom:18px;display:flex;gap:12px;color:#8eafc1;font-size:8px}.jcphe-showcase>footer span{color:#fff;font-weight:900;letter-spacing:.1em}body.jcphe-showcase-open{overflow:hidden}
@keyframes jcpheShowcaseAura{to{transform:rotate(360deg)}}@keyframes jcpheShowcaseFloat{50%{transform:translateY(-14px) rotate(1deg)}}@keyframes jcpheShowcaseProgress{to{width:100%}}
@media(max-width:760px){.jcphe-showcase-launcher{right:11px;bottom:74px}.jcphe-showcase-brand{top:18px;left:18px}.jcphe-showcase-stage article{grid-template-columns:1fr;padding:95px 22px 145px}.jcphe-showcase-art{display:none}.jcphe-showcase-copy h2{font-size:clamp(39px,12vw,61px)}.jcphe-showcase-final>div{width:min(270px,68vw)}.jcphe-showcase-controls{left:18px;right:18px;bottom:62px;grid-template-columns:1fr auto}.jcphe-showcase-controls>span{grid-column:1/-1;grid-row:1}.jcphe-showcase>footer{left:18px;right:18px;bottom:17px;justify-content:space-between}.jcphe-showcase>footer small{display:none}}
@media(prefers-reduced-motion:reduce){.jcphe-showcase:before,.jcphe-showcase-art,.jcphe-showcase-controls>span i{animation:none}.jcphe-showcase-stage article{transition:none}}
@media print{.jcphe-showcase-launcher,.jcphe-showcase{display:none!important}}

/* 6.62.1 · Mi tarjeta y ScreenSaver visibles como los primeros accesos rápidos */
.jce-sidebar-quicklink.jcphe-quick-action{position:relative;overflow:hidden;border-width:2px!important}.jce-sidebar-quicklink.jcphe-quick-action:after{position:absolute;top:6px;right:7px;width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px rgba(255,255,255,.1);content:""}.jce-sidebar-quicklink.jcphe-quick-action-card{border-color:#dfb44f!important;background:linear-gradient(150deg,rgba(223,180,79,.24),rgba(255,255,255,.055))!important}.jce-sidebar-quicklink.jcphe-quick-action-card .jce-sidebar-quicklink-icon{background:#dfb44f!important;color:#082f4d!important}.jce-sidebar-quicklink.jcphe-quick-action-screensaver{border-color:#4fc5e9!important;background:linear-gradient(150deg,rgba(79,197,233,.23),rgba(255,255,255,.055))!important}.jce-sidebar-quicklink.jcphe-quick-action-screensaver .jce-sidebar-quicklink-icon{background:#4fc5e9!important;color:#082f4d!important}.jce-sidebar-quicklink.jcphe-quick-action strong,.jce-sidebar-quicklink.jcphe-quick-action small{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.jce-sidebar-quicklink.jcphe-quick-action strong{font-size:9px!important;line-height:1.1!important}

/* 6.68.0 · Segmentación y filtros avanzados de clientes */
.jcphe-client-segments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 14px}.jcphe-client-segments a{display:flex;align-items:center;gap:12px;min-height:66px;padding:12px 15px;border:1px solid #d6e3eb;border-radius:15px;background:#fff;color:#173b56;text-decoration:none;box-shadow:0 6px 18px rgba(13,49,76,.05)}.jcphe-client-segments a:hover,.jcphe-client-segments a.active{transform:translateY(-1px);border-color:#1685ba;box-shadow:0 10px 24px rgba(13,79,116,.12)}.jcphe-client-segments strong{display:grid;place-items:center;min-width:39px;height:39px;border-radius:12px;background:#e7f1f6;color:#0d557c;font-size:17px}.jcphe-client-segments span{font-weight:850}.jcphe-client-segments .category-title_search strong{background:#fff2cf;color:#78570b}.jcphe-client-segments .category-both strong{background:#e8e0ff;color:#55339a}.jcphe-contact-filters{margin:0 0 15px;padding:18px!important}.jcphe-contact-filters h2{margin:3px 0 0!important;font-size:20px}.jcphe-contact-filters .jce-form-grid{margin-top:13px}.jcphe-client-category{display:inline-flex;padding:5px 9px;border:1px solid #b8d7e7;border-radius:999px;background:#e9f5fa;color:#0d567c;font-size:10px;font-weight:900;white-space:nowrap}.jcphe-client-category.category-title_search,.jcphe-contact-chip.category-title_search{border-color:#dfbd64;background:#fff4d4;color:#72500a}.jcphe-client-category.category-both,.jcphe-contact-chip.category-both{border-color:#bba8e8;background:#f0ebff;color:#553391}.jcphe-contact-entity,.jcphe-contact-company+small{display:block;margin-top:4px;color:#718596}.jcphe-contact-company{display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jcphe-contact-table{min-width:1180px}
body.jce-mode-dark .jcphe-client-segments a,body.jce-mode-dark .jcphe-contact-filters{background:#0d2636!important;color:#eef6fa!important;border-color:#426b82!important;box-shadow:none!important}body.jce-mode-dark .jcphe-client-segments a:hover,body.jce-mode-dark .jcphe-client-segments a.active{background:#17445c!important;border-color:#5ac2ea!important}body.jce-mode-dark .jcphe-client-segments strong{background:#21475b!important;color:#fff!important}body.jce-mode-dark .jcphe-client-category{background:#173f54!important;color:#e9f7fd!important;border-color:#4b819d!important}body.jce-mode-dark .jcphe-client-category.category-title_search,body.jce-mode-dark .jcphe-contact-chip.category-title_search{background:#493b1f!important;color:#fff0bd!important;border-color:#a8873d!important}body.jce-mode-dark .jcphe-client-category.category-both,body.jce-mode-dark .jcphe-contact-chip.category-both{background:#382d56!important;color:#eee5ff!important;border-color:#7560a6!important}body.jce-mode-dark .jcphe-contact-entity,body.jce-mode-dark .jcphe-contact-company+small{color:#b8cbd6!important}
@media(max-width:900px){.jcphe-client-segments{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.jcphe-client-segments{grid-template-columns:1fr 1fr}.jcphe-client-segments a{display:grid;justify-items:center;text-align:center;gap:5px;padding:10px}.jcphe-contact-filters .jce-toolbar{align-items:flex-start}}

/* 6.69.0 · Paneles operacionales en vivo */
.jcphe-live-operations{margin:0 0 18px;padding:20px;border:1px solid #d5e3eb;border-radius:19px;background:linear-gradient(145deg,#fafdff,#edf5f8);box-shadow:0 12px 32px rgba(12,50,76,.08)}.jcphe-live-operations>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}.jcphe-live-operations h2{margin:3px 0 5px;font-size:22px;color:#123b58}.jcphe-live-operations header p{margin:0;color:#657c8d}.jcphe-live-status{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #b9d9c7;border-radius:999px;background:#effaf3;color:#236543;font-size:10px;font-weight:850;white-space:nowrap}.jcphe-live-status i{width:8px;height:8px;border-radius:50%;background:#29a668;box-shadow:0 0 0 4px rgba(41,166,104,.12);animation:jcpheLivePulse 1.8s infinite}.jcphe-live-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.jcphe-live-metric-grid article{min-width:0;padding:14px;border:1px solid #dce7ed;border-radius:14px;background:#fff}.jcphe-live-metric-grid article>span{display:block;min-height:27px;color:#647b8c;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.jcphe-live-metric-grid article>strong{display:block;margin:4px 0;color:#103b59;font-size:24px;line-height:1}.jcphe-live-metric-grid article>small{display:block;margin-top:7px;color:#78909f;font-size:9px}.jcphe-live-metric-grid article>div{height:6px;margin-top:10px;overflow:hidden;border-radius:99px;background:#e3ebf0}.jcphe-live-metric-grid article>div i{display:block;width:var(--metric);height:100%;border-radius:inherit;background:linear-gradient(90deg,#1579ad,#42bad4,#d0a64e);transition:width .35s ease}@keyframes jcpheLivePulse{50%{opacity:.45;transform:scale(.82)}}
body.jce-mode-dark .jcphe-live-operations{background:linear-gradient(145deg,#0c2636,#102e40)!important;color:#eef6fa!important;border-color:#426b82!important;box-shadow:none!important}body.jce-mode-dark .jcphe-live-operations h2{color:#fff!important}body.jce-mode-dark .jcphe-live-operations header p{color:#bfd1db!important}body.jce-mode-dark .jcphe-live-metric-grid article{background:#0a2130!important;color:#eef6fa!important;border-color:#3c6278!important}body.jce-mode-dark .jcphe-live-metric-grid article>span,body.jce-mode-dark .jcphe-live-metric-grid article>small{color:#b8ccd7!important}body.jce-mode-dark .jcphe-live-metric-grid article>strong{color:#fff!important}body.jce-mode-dark .jcphe-live-metric-grid article>div{background:#29495c!important}body.jce-mode-dark .jcphe-live-status{background:#153d30!important;color:#bdf0d3!important;border-color:#35795a!important}
@media(max-width:1180px){.jcphe-live-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.jcphe-live-operations>header{display:block}.jcphe-live-status{margin-top:10px}.jcphe-live-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.jcphe-live-metric-grid{grid-template-columns:1fr 1fr}.jcphe-live-metric-grid article>strong{font-size:20px}}

/* 6.70.0 · Mapa aéreo integrado */
.jcphe-aerial-workspace>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.jcphe-aerial-workspace>header h2{margin:4px 0 6px;font-size:28px}.jcphe-aerial-workspace>header p{margin:0;color:#677f90}.jcphe-aerial-layout{display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:14px}.jcphe-aerial-layout>aside{align-self:start}.jcphe-aerial-layout textarea{resize:vertical}.jcphe-aerial-result{display:grid;gap:5px;margin:15px 0;padding:14px;border:1px solid #d6e4ec;border-radius:13px;background:#f5f9fb}.jcphe-aerial-result small{color:#7d93a2;font-size:8px;font-weight:900;letter-spacing:.12em}.jcphe-aerial-result strong{color:#123c5a}.jcphe-aerial-result span{color:#6a8191;font-size:11px}.jcphe-aerial-result a{margin-top:5px;color:#076da3;font-weight:850;text-decoration:none}.jcphe-aerial-map-frame{position:relative;min-height:660px;overflow:hidden;border:1px solid #aac6d6;border-radius:19px;background:#dce8ee;box-shadow:0 16px 38px rgba(11,49,75,.12)}.jcphe-aerial-map-frame iframe{display:block;width:100%;height:660px;border:0}.jcphe-aerial-map-tools{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:10px;padding:8px 9px 8px 13px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(8,35,53,.9);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.3);backdrop-filter:blur(12px)}.jcphe-aerial-map-tools span{font-size:10px;font-weight:800}.jcphe-aerial-map-tools button{border:0;border-radius:8px;background:#d8ad4d;color:#102d41;padding:7px 11px;font-weight:900;cursor:pointer}
.jcphe-territorial-searches{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.jcphe-territorial-searches button{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;min-height:72px;padding:11px;border:1px solid #d5e3eb;border-radius:14px;background:#fff;color:#173d59;text-align:left;cursor:pointer}.jcphe-territorial-searches button:hover,.jcphe-territorial-searches button.active{border-color:#43a8d1;background:#f0f9fc;box-shadow:0 8px 20px rgba(13,76,112,.1)}.jcphe-territorial-searches button>span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#e7f2f7;color:#17688e;font-size:18px}.jcphe-territorial-searches strong{align-self:end;font-size:11px}.jcphe-territorial-searches small{align-self:start;color:#718696;font-size:8px}
body.jce-mode-dark .jcphe-territorial-searches button{background:#0d2636!important;color:#f0f7fa!important;border-color:#3f667d!important}body.jce-mode-dark .jcphe-territorial-searches button:hover,body.jce-mode-dark .jcphe-territorial-searches button.active{background:#17445c!important;border-color:#5dc4eb!important}body.jce-mode-dark .jcphe-territorial-searches button>span{background:#20485d!important;color:#7bd7f6!important}body.jce-mode-dark .jcphe-territorial-searches small{color:#b8ccd7!important}
body.jce-mode-dark .jcphe-aerial-workspace>header p{color:#bdd0db!important}body.jce-mode-dark .jcphe-aerial-result{background:#0b2535!important;border-color:#426b82!important}body.jce-mode-dark .jcphe-aerial-result strong{color:#fff!important}body.jce-mode-dark .jcphe-aerial-result span,body.jce-mode-dark .jcphe-aerial-result small{color:#b9ccd7!important}body.jce-mode-dark .jcphe-aerial-result a{color:#6ed1f5!important}
@media(max-width:900px){.jcphe-territorial-searches{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-aerial-layout{grid-template-columns:1fr}.jcphe-aerial-map-frame,.jcphe-aerial-map-frame iframe{min-height:520px;height:520px}}@media(max-width:600px){.jcphe-aerial-workspace>header{display:block}.jcphe-aerial-workspace>header .jce-actions{margin-top:12px}.jcphe-aerial-map-frame,.jcphe-aerial-map-frame iframe{min-height:430px;height:430px}}@media(max-width:430px){.jcphe-territorial-searches{grid-template-columns:1fr}}
.jcphe-showcase-controls{grid-template-columns:auto auto auto minmax(100px,1fr) auto}.jcphe-showcase-kiosk{display:grid;min-width:125px;gap:1px;padding:9px 13px;border:1px solid rgba(79,197,233,.38);border-radius:11px;background:rgba(17,104,139,.24);color:#fff;cursor:pointer}.jcphe-showcase-kiosk b{font-size:10px}.jcphe-showcase-kiosk small{color:#acd2e2;font-size:7px}.jcphe-showcase-disconnect{display:grid;min-width:135px;gap:1px;padding:9px 13px;border:1px solid rgba(238,119,128,.38);border-radius:11px;background:rgba(158,38,48,.23);color:#fff;text-align:center;text-decoration:none}.jcphe-showcase-disconnect b{font-size:10px}.jcphe-showcase-disconnect small{color:#d4b5ba;font-size:7px}
@media(max-width:760px){.jcphe-showcase-stage article{padding-bottom:190px}.jcphe-showcase-controls{bottom:55px;grid-template-columns:1fr 1fr}.jcphe-showcase-controls>div{display:none}.jcphe-showcase-controls>span{grid-column:1/-1;grid-row:1}.jcphe-showcase-return,.jcphe-showcase-kiosk,.jcphe-showcase-disconnect{min-width:0}.jcphe-showcase-disconnect{grid-column:1/-1}.jcphe-showcase>footer{bottom:14px}}

/* 6.63.0 · Client portal organized like an application */
body.jce-portal .jcphe-client-app-head{grid-template-columns:auto minmax(0,1fr) 190px;align-items:start;padding:27px 29px;border-radius:22px;background:linear-gradient(120deg,#071f35,#0e4267 72%,#17638a);box-shadow:0 14px 36px rgba(8,38,61,.16)}body.jce-portal .jcphe-client-app-head:after{opacity:.45}.jcphe-client-app-head .jcphe-client-avatar{width:62px;height:62px;border-radius:18px;font-size:25px}.jcphe-client-app-head h1{margin:3px 0 5px;font-size:clamp(25px,2.7vw,38px)}.jcphe-client-app-head .jcphe-client-hero-copy>p{font-size:13px}.jcphe-client-head-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:17px}.jcphe-client-head-status>span{display:grid;gap:2px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.055)}.jcphe-client-head-status b{color:#fff;font-size:11px}.jcphe-client-head-status small{color:#bad0df!important;font-size:8px}.jcphe-client-app-head .jcphe-client-hero-actions{display:grid;width:100%;gap:7px}.jcphe-client-app-head .jce-btn{justify-content:center;min-height:39px;padding:8px 11px;font-size:10px}.jcphe-client-signout{justify-self:center;padding:5px;color:#bdd2df!important;font-size:9px;font-weight:800;text-decoration:none}.jcphe-client-signout:hover{color:#fff!important;text-decoration:underline}
body.jce-portal .jcphe-portal-section-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin:13px 0 22px}.jcphe-portal-section-nav>section{min-width:0;padding:10px;border:1px solid #d9e5ed;border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 5px 17px rgba(18,48,72,.035)}.jcphe-portal-group-label{display:block;padding:1px 5px 8px;color:#657c8e;font-size:8px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.jcphe-portal-section-nav>section>div{display:grid;gap:5px}.jcphe-portal-section-nav .jcphe-portal-nav-card{min-height:57px;margin:0;padding:8px 9px;border-radius:11px;box-shadow:none}.jcphe-portal-section-nav .jcphe-portal-nav-card:hover{transform:translateY(-1px);border-color:#9ebdd1;box-shadow:0 7px 16px rgba(18,52,77,.08)}.jcphe-portal-section-nav .jcphe-portal-nav-card.active{border-color:#1a678f!important;background:linear-gradient(105deg,#edf7fc,#fff)!important;box-shadow:inset 3px 0 #15658f}.jcphe-portal-section-nav .jcphe-portal-nav-icon{width:31px;height:31px;border-radius:9px;font-size:13px}.jcphe-portal-section-nav .jcphe-portal-nav-card strong{font-size:11px}.jcphe-portal-section-nav .jcphe-portal-nav-card small{font-size:8px}.jcphe-portal-section-nav .jcphe-portal-nav-card em{font-size:15px}
body.jce-portal .jcphe-connect-card{padding:20px!important;border:1px solid #d7e3eb!important;background:linear-gradient(160deg,#f8fbfd,#edf4f8)!important;color:#17364d!important}body.jce-portal .jcphe-connect-card :is(h2,strong){color:#123b57!important}body.jce-portal .jcphe-connect-card :is(p,small,span){color:#647d8f!important}.jcphe-connect-card h2{margin:4px 0 5px;font-size:18px}.jcphe-connect-card>p{font-size:11px}.jcphe-connect-card .jcphe-world-action{margin-top:8px;padding:10px 11px;border-color:#d3e1e9;background:#fff;color:#173b55}.jcphe-connect-card .jcphe-world-action:hover{border-color:#92b5c9;background:#fff}.jcphe-connect-card .jcphe-world-action>span{font-size:18px}.jcphe-connect-card .jcphe-world-action strong{font-size:11px}.jcphe-connect-card .jcphe-world-action small{font-size:8px}.jcphe-connect-card .jcphe-world-action em{color:#2a6a8c;font-size:15px}.jcphe-connect-more{display:inline-flex;margin-top:11px;color:#1b648b;font-size:9px;font-weight:900;text-decoration:none}
@media(max-width:980px){body.jce-portal .jcphe-client-app-head{grid-template-columns:auto 1fr}.jcphe-client-app-head .jcphe-client-hero-actions{grid-column:1/-1;grid-template-columns:1fr 1fr 1fr auto}.jcphe-client-head-status{grid-template-columns:1fr 1fr 1fr}body.jce-portal .jcphe-portal-section-nav{grid-template-columns:1fr}}
@media(max-width:620px){body.jce-portal .jcphe-client-app-head{grid-template-columns:1fr;padding:20px}.jcphe-client-head-status{grid-template-columns:1fr}.jcphe-client-app-head .jcphe-client-hero-actions{grid-column:auto;grid-template-columns:1fr}.jcphe-client-app-head .jcphe-client-signout{padding:8px}.jcphe-portal-section-nav>section{padding:8px}}

/* 6.63.0 · Universal destructive-area contrast */
.jce-app .jce-danger-zone{border:1px solid #d9655d!important;background:#fff3f1!important;color:#4d1915!important;box-shadow:0 8px 20px rgba(117,31,25,.08)!important}.jce-app .jce-danger-zone summary{color:#8f2019!important;font-weight:950!important}.jce-app .jce-danger-zone :is(h1,h2,h3,h4,strong,label){color:#6f1d18!important}.jce-app .jce-danger-zone :is(p,small,span,li){color:#713c37!important}.jce-app .jce-danger-zone :is(input,select,textarea){border-color:#c97a73!important;background:#fff!important;color:#351412!important;-webkit-text-fill-color:#351412!important}.jce-app .jce-danger-zone :is(input,textarea)::placeholder{color:#8b6865!important}.jce-app .jce-danger-zone .jce-check{border-color:#d6a49f!important;background:#fff9f8!important;color:#5d2824!important}.jce-app .jce-danger-zone .jce-btn.danger{background:#b42318!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#7f1d16!important}.jce-app .jce-notice.error{border:1px solid #d9655d!important;background:#fff3f1!important;color:#6f1d18!important}.jce-app .jce-notice.error :is(strong,p,span,small){color:#6f1d18!important}
body.jce-app.jce-mode-dark .jce-main .jce-danger-zone{border-color:#c45555!important;background:#301719!important;color:#ffe9e7!important;box-shadow:none!important}body.jce-app.jce-mode-dark .jce-main .jce-danger-zone summary,body.jce-app.jce-mode-dark .jce-main .jce-danger-zone :is(h1,h2,h3,h4,strong,label){color:#ffd9d5!important}body.jce-app.jce-mode-dark .jce-main .jce-danger-zone :is(p,small,span,li){color:#efbbb6!important}body.jce-app.jce-mode-dark .jce-main .jce-danger-zone :is(input,select,textarea){border-color:#a95656!important;background:#160b0c!important;color:#fff!important;-webkit-text-fill-color:#fff!important}body.jce-app.jce-mode-dark .jce-main .jce-danger-zone .jce-check{border-color:#844747!important;background:#211011!important;color:#ffe4e1!important}body.jce-app.jce-mode-dark .jce-main .jce-notice.error{border-color:#b95656!important;background:#301719!important;color:#ffd9d5!important}body.jce-app.jce-mode-dark .jce-main .jce-notice.error :is(strong,p,span,small){color:#ffd9d5!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-main .jce-danger-zone{border-color:#c45555!important;background:#301719!important;color:#ffe9e7!important}body.jce-app.jce-mode-auto .jce-main .jce-danger-zone summary,body.jce-app.jce-mode-auto .jce-main .jce-danger-zone :is(h1,h2,h3,h4,strong,label){color:#ffd9d5!important}body.jce-app.jce-mode-auto .jce-main .jce-danger-zone :is(p,small,span,li){color:#efbbb6!important}body.jce-app.jce-mode-auto .jce-main .jce-danger-zone :is(input,select,textarea){border-color:#a95656!important;background:#160b0c!important;color:#fff!important;-webkit-text-fill-color:#fff!important}body.jce-app.jce-mode-auto .jce-main .jce-notice.error{border-color:#b95656!important;background:#301719!important;color:#ffd9d5!important}body.jce-app.jce-mode-auto .jce-main .jce-notice.error :is(strong,p,span,small){color:#ffd9d5!important}}
.jcphe-showcase-brand .jcphe-showcase-mark{width:70px;padding:6px;background:#fff}.jcphe-showcase-brand .jcphe-showcase-mark img{display:block;width:100%;height:auto;max-height:36px;object-fit:contain}
/* v6.71 · Expediente electrónico: lectura clara y separación estricta de carpetas */
.jcphe-dossier{display:grid;gap:18px;max-width:1680px;margin-inline:auto}.jcphe-dossier-head{background:linear-gradient(135deg,var(--jce-card,#fff),color-mix(in srgb,var(--jce-accent,#087aa5) 10%,var(--jce-card,#fff)));border:1px solid var(--jce-border,#c9d7e2);border-radius:22px;padding:24px;box-shadow:0 16px 40px rgba(8,33,52,.08)}.jcphe-dossier-head h1{margin:.35rem 0;font-size:clamp(1.75rem,3vw,2.65rem);letter-spacing:-.035em}.jcphe-dossier-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.jcphe-dossier-cloud{display:grid;grid-template-columns:minmax(260px,1fr) minmax(360px,1.35fr);gap:18px;align-items:center;padding:20px 22px;border:1px solid var(--jce-border,#c9d7e2);border-left:5px solid var(--jce-gold,#ddb34d);border-radius:18px;background:var(--jce-card,#fff);box-shadow:0 12px 30px rgba(8,33,52,.07)}.jcphe-dossier-cloud h2{margin:.25rem 0}.jcphe-dossier-cloud p,.jcphe-dossier-cloud>small{color:var(--jce-muted,#607487)}.jcphe-dossier-cloud>small{grid-column:1/-1}.jcphe-dossier-cloud-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.jcphe-private-folder{background:#27364a!important;color:#fff!important;border-color:#40526b!important}@media(max-width:900px){.jcphe-dossier-cloud{grid-template-columns:1fr}.jcphe-dossier-cloud-actions{justify-content:flex-start}.jcphe-dossier-cloud>small{grid-column:auto}}body.jce-theme-dark .jcphe-dossier-head,body.jce-theme-dark .jcphe-dossier-cloud,[data-theme="dark"] .jcphe-dossier-head,[data-theme="dark"] .jcphe-dossier-cloud{background:#102a3b;color:#f5f9fc;border-color:#3b6279}body.jce-theme-dark .jcphe-dossier-cloud p,body.jce-theme-dark .jcphe-dossier-cloud>small,[data-theme="dark"] .jcphe-dossier-cloud p,[data-theme="dark"] .jcphe-dossier-cloud>small{color:#bed0dc}
/* v6.72 · clientes sin desplazamiento lateral */
.jcphe-contact-table-wrap{overflow:visible}.jcphe-contact-table{table-layout:fixed}.jcphe-contact-table th,.jcphe-contact-table td{overflow-wrap:anywhere}.jcphe-contact-table th:nth-child(1){width:19%}.jcphe-contact-table th:nth-child(2){width:13%}.jcphe-contact-table th:nth-child(3){width:17%}.jcphe-contact-table th:nth-child(4){width:12%}.jcphe-contact-table th:nth-child(5){width:9%}.jcphe-contact-table th:nth-child(6){width:11%}.jcphe-contact-table th:nth-child(7){width:19%}.jcphe-contact-table .jcphe-contact-action-select{width:100%;min-width:0}.jcphe-contact-table small{display:block}@media(max-width:1180px){.jcphe-contact-table-wrap{border:0}.jcphe-contact-table,.jcphe-contact-table tbody{display:block}.jcphe-contact-table thead{display:none}.jcphe-contact-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:15px;border:1px solid var(--jce-line,#dce5ef);border-radius:16px;background:var(--jce-white,#fff)}.jcphe-contact-table td{display:block;padding:6px!important;border:0!important;min-width:0}.jcphe-contact-table td:first-child,.jcphe-contact-table td:last-child{grid-column:1/-1}.jcphe-contact-table td:nth-child(2):before{content:'Clasificación';}.jcphe-contact-table td:nth-child(3):before{content:'Empresa / unidad';}.jcphe-contact-table td:nth-child(4):before{content:'Roles';}.jcphe-contact-table td:nth-child(5):before{content:'Preferencia';}.jcphe-contact-table td:nth-child(6):before{content:'Municipio / ciudad';}.jcphe-contact-table td:nth-child(n+2):before{display:block;margin-bottom:4px;color:var(--jce-muted,#64748b);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}}@media(max-width:620px){.jcphe-contact-table tr{grid-template-columns:1fr}.jcphe-contact-table td{grid-column:1!important}}
@media(max-width:1180px){body.jce-app.jce-mode-dark .jcphe-contact-table tr{background:#102a3b;border-color:#355b72;color:#f5f9fc}}
/* v6.74 · Inicio y búsqueda global antes de accesos rápidos */
.jcphe-sidebar-launcher{display:grid;gap:10px;margin:0 0 16px}.jcphe-sidebar-home{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.07);color:#fff!important;text-decoration:none}.jcphe-sidebar-home:hover,.jcphe-sidebar-home.active{background:linear-gradient(135deg,#117ca8,#0d5f89);border-color:#55badc;box-shadow:0 10px 24px rgba(0,0,0,.18)}.jcphe-sidebar-home .jce-nav-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.12)}.jcphe-sidebar-home svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.jcphe-sidebar-home span:last-child{display:grid}.jcphe-sidebar-home strong{font-size:15px}.jcphe-sidebar-home small{color:#bcd0df;font-size:10px}.jcphe-sidebar-global-search{padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(0,0,0,.12)}.jcphe-sidebar-global-search label{display:block;margin-bottom:7px;color:#eaf5fb;font-size:11px;font-weight:800;letter-spacing:.04em}.jcphe-sidebar-global-search>div{display:grid;grid-template-columns:minmax(0,1fr) 40px;border:1px solid #54809b;border-radius:10px;overflow:hidden;background:#fff}.jcphe-sidebar-global-search input{min-width:0;width:100%;height:40px;padding:0 10px;border:0;outline:0;background:#fff;color:#10283b;font-size:12px}.jcphe-sidebar-global-search button{display:grid;place-items:center;border:0;background:#d7af52;color:#10283b;cursor:pointer}.jcphe-sidebar-global-search button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.jcphe-sidebar-global-search>small{display:block;margin-top:7px;color:#9fb8ca;font-size:9px;line-height:1.35}

/* v6.77.0 · eXp Calendar */
.jcphe-expcal-hero{display:flex;justify-content:space-between;align-items:center;gap:22px;background:linear-gradient(135deg,#082f53,#0f659f);color:#fff}.jcphe-expcal-hero h2,.jcphe-expcal-hero p,.jcphe-expcal-hero small{color:#fff}.jcphe-expcal-hero h2{font-size:30px;margin:4px 0 8px}.jcphe-expcal-hero p{max-width:820px;margin:0;color:#dce9f3}.jcphe-expcal-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(290px,.8fr);gap:18px;margin-top:18px}.jcphe-expcal-frame{position:relative;min-height:760px;border:1px solid #d9e4ed;border-radius:16px;overflow:hidden;background:#fff}.jcphe-expcal-frame iframe{width:100%;height:760px;border:0;background:#fff}.jcphe-expcal-frame:fullscreen{background:#fff}.jcphe-expcal-frame:fullscreen iframe{height:100vh}.jcphe-expcal-fallback{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;border-radius:14px;background:rgba(7,31,53,.94);color:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 14px 34px rgba(0,0,0,.2)}.jcphe-expcal-fallback p{margin:0;color:#dbeafe;flex:1;font-size:13px}.jcphe-expcal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.jcphe-expcal-side hr{border:0;border-top:1px solid #dce5ef;margin:22px 0}.jcphe-expcal-muted{color:#64748b;line-height:1.5}.jcphe-expcal-settings summary{font-weight:850;cursor:pointer;color:#0a3b66;margin-bottom:12px}.jcphe-expcal-settings form{display:grid;gap:12px;margin-top:12px}.jcphe-expcal-events{display:grid;gap:10px}.jcphe-expcal-events article{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid #dce5ef;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfd)}.jcphe-expcal-events time{display:grid;place-items:center;min-height:62px;border-radius:12px;background:#082f53;color:#fff;font-weight:900;font-size:17px}.jcphe-expcal-events time small{display:block;color:#cfe1ef;font-size:10px}.jcphe-expcal-events article p{margin:5px 0;color:#526579}.jcphe-expcal-events article>div:last-child{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1000px){.jcphe-expcal-layout{grid-template-columns:1fr}.jcphe-expcal-hero{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.jcphe-expcal-frame,.jcphe-expcal-frame iframe{min-height:650px;height:650px}.jcphe-expcal-fallback{align-items:flex-start;flex-direction:column}.jcphe-expcal-actions{grid-template-columns:1fr}.jcphe-expcal-events article{grid-template-columns:62px 1fr}.jcphe-expcal-events article>div:last-child{grid-column:1/-1;justify-content:flex-start}}

/* 6.77.4 · login hardening against WordPress/theme form CSS */
.jcphe-login-page .jce-login-card *{box-sizing:border-box}
.jcphe-login-page .jcphe-login-form{display:block;width:100%;margin:0}
.jcphe-login-page .jcphe-login-form input:-webkit-autofill{-webkit-text-fill-color:#102d43!important;-webkit-box-shadow:0 0 0 1000px #fff inset!important}
@media(max-width:820px){.jcphe-login-page .jce-login-wrap{padding:14px!important;align-items:start}.jcphe-login-shell{display:block!important;max-width:560px;margin:auto}.jcphe-login-intro{padding:22px 24px!important}.jcphe-login-intro img{max-width:145px!important;margin-bottom:14px!important}.jcphe-login-intro>span{font-size:10px}.jcphe-login-intro h1{margin:8px 0 4px!important;font-size:24px!important;line-height:1.08!important}.jcphe-login-intro p{margin:0!important;font-size:14px!important;line-height:1.45!important}.jcphe-login-intro ul{display:none!important}.jcphe-login-page .jce-login-card{padding:28px 24px 32px!important}.jcphe-login-page .jce-login-card h2{font-size:28px!important}}

/* 6.77.4 · Credential cards: compact, readable and presentation-ready */
.jcphe-credentials-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch}
.jcphe-credential-card{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:auto 1fr!important;gap:12px 14px!important;min-height:0!important;padding:16px!important;align-items:start!important;color:#17344a!important;background:linear-gradient(145deg,#fff,#f5f9fc)!important;border:1px solid #d7e3ec!important;box-shadow:0 10px 24px rgba(10,47,76,.07)!important}
.jcphe-credential-card .jcphe-credential-select{grid-column:1/-1!important;display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0 0 12px!important;border-bottom:1px solid #e1eaf0!important;color:#17344a!important;font-size:12px!important}
.jcphe-credential-card .jcphe-credential-select input{width:17px!important;height:17px!important;min-height:0!important;margin:0!important;accent-color:#0b628e}
.jcphe-credential-card .jce-vault-icon{grid-column:1;grid-row:2;margin:0!important}
.jcphe-credential-card .jcphe-credential-body{grid-column:2;grid-row:2;min-width:0}
.jcphe-credential-card .jcphe-credential-title{display:block!important;margin:1px 0 5px!important;color:#102f47!important;font-size:16px!important;line-height:1.25!important;overflow-wrap:anywhere}
.jcphe-credential-card .jcphe-credential-body>p{margin:0 0 10px!important;color:#607589!important;font-size:13px!important;line-height:1.4!important}
.jcphe-credential-card .jce-badge{max-width:100%;white-space:normal;line-height:1.25;background:#e7f0f6;color:#173f5c!important}
.jcphe-credential-card .jce-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:12px!important}
.jcphe-credential-card .jce-actions .jce-btn{min-height:36px;padding:8px 11px!important;border-radius:10px!important;font-size:12px!important}
@media(max-width:1100px){.jcphe-credentials-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.jcphe-credentials-gallery{grid-template-columns:1fr!important}.jcphe-credential-card{grid-template-columns:48px minmax(0,1fr)!important}}

/* v6.77.6 · Credenciales: single-column presentation library */
.jcphe-credentials-toolbar{margin-bottom:14px}
.jcphe-credential-summary{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.jcphe-credential-summary span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--jce-border,#d7e3ec);border-radius:999px;background:var(--jce-surface,#fff);color:var(--jce-ink,#17344a);font-size:12px;font-weight:700}.jcphe-credential-summary b{font-size:15px;color:var(--jce-heading,#102f47)}
.jcphe-credentials-shell{padding:12px!important}.jcphe-credentials-gallery{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.jcphe-credential-card{display:grid!important;grid-template-columns:36px 50px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:0!important;padding:14px!important;border:1px solid var(--jce-border,#d7e3ec)!important;border-radius:14px!important;background:var(--jce-surface,#fff)!important;color:var(--jce-ink,#17344a)!important;box-shadow:none!important}.jcphe-credential-select{display:grid!important;place-items:center!important;gap:2px!important;margin:0!important;padding:0!important;border:0!important;font-size:9px!important;color:var(--jce-muted,#607589)!important}.jcphe-credential-select input{width:18px!important;height:18px!important;min-height:0!important;margin:0!important;accent-color:#0b628e}.jcphe-credential-select span{font-size:0}.jcphe-credential-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#0b3d62;color:#fff;font-size:25px;font-weight:800}.jcphe-credential-body{min-width:0}.jcphe-credential-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.jcphe-credential-title{display:block!important;margin:0 0 4px!important;color:var(--jce-heading,#102f47)!important;font-size:15px!important;line-height:1.3!important;overflow-wrap:anywhere}.jcphe-credential-heading p{margin:0!important;color:var(--jce-muted,#607589)!important;font-size:12px!important}.jcphe-credential-heading .jce-badge{flex:0 0 auto}.jcphe-credential-meta{display:flex;flex-wrap:wrap;gap:7px 16px;margin-top:9px}.jcphe-credential-meta span{display:flex;gap:5px;min-width:0;color:var(--jce-muted,#607589);font-size:11px}.jcphe-credential-meta b{color:var(--jce-ink,#17344a)}.jcphe-credential-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;max-width:360px}.jcphe-credential-actions .jce-btn{min-height:34px!important;padding:7px 10px!important;font-size:11px!important;white-space:nowrap}.jcphe-credential-more{position:relative}.jcphe-credential-more summary{list-style:none;cursor:pointer}.jcphe-credential-more summary::-webkit-details-marker{display:none}.jcphe-credential-more>div{position:absolute;right:0;top:calc(100% + 6px);z-index:30;display:grid;min-width:190px;padding:6px;border:1px solid var(--jce-border,#d7e3ec);border-radius:12px;background:var(--jce-surface,#fff);box-shadow:0 14px 35px rgba(0,0,0,.16)}.jcphe-credential-more>div a{padding:9px 10px;border-radius:8px;color:var(--jce-ink,#17344a);font-size:12px;text-decoration:none}.jcphe-credential-more>div a:hover{background:var(--jce-surface-soft,#eef5f8)}
body.jce-app.jce-mode-dark .jcphe-credential-summary span,body.jce-app.jce-mode-dark .jcphe-credential-card,body.jce-app.jce-mode-dark .jcphe-credential-more>div{background:#0d2231!important;border-color:#34566b!important;color:#eaf3f8!important}body.jce-app.jce-mode-dark .jcphe-credential-title,body.jce-app.jce-mode-dark .jcphe-credential-meta b,body.jce-app.jce-mode-dark .jcphe-credential-summary b{color:#fff!important}body.jce-app.jce-mode-dark .jcphe-credential-heading p,body.jce-app.jce-mode-dark .jcphe-credential-meta span,body.jce-app.jce-mode-dark .jcphe-credential-select{color:#b4c8d5!important}body.jce-app.jce-mode-dark .jcphe-credential-more>div a{color:#eaf3f8!important}body.jce-app.jce-mode-dark .jcphe-credential-more>div a:hover{background:#17384b!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jcphe-credential-summary span,body.jce-app.jce-mode-auto .jcphe-credential-card,body.jce-app.jce-mode-auto .jcphe-credential-more>div{background:#0d2231!important;border-color:#34566b!important;color:#eaf3f8!important}body.jce-app.jce-mode-auto .jcphe-credential-title,body.jce-app.jce-mode-auto .jcphe-credential-meta b,body.jce-app.jce-mode-auto .jcphe-credential-summary b{color:#fff!important}body.jce-app.jce-mode-auto .jcphe-credential-heading p,body.jce-app.jce-mode-auto .jcphe-credential-meta span{color:#b4c8d5!important}}
.jcphe-cred-lightbox[hidden]{display:none!important}.jcphe-cred-lightbox{position:fixed;inset:0;z-index:9999999;background:rgba(3,10,17,.97);color:#fff}.jcphe-cred-stage{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.jcphe-cred-stage>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;background:#071722;border-bottom:1px solid #29485b}.jcphe-cred-stage>header>div:first-child{display:grid;gap:2px;min-width:0}.jcphe-cred-stage>header small{color:#8eb1c4;font-size:10px;font-weight:800;letter-spacing:.12em}.jcphe-cred-stage>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important}.jcphe-cred-head-actions{display:flex;align-items:center;gap:8px}.jcphe-cred-head-actions button{width:38px;height:38px;border:1px solid #52758a;border-radius:10px;background:#17384b;color:#fff;cursor:pointer;font-size:18px}.jcphe-cred-stage>main{min-height:0;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:stretch;padding:10px}.jcphe-cred-frame-wrap{min-width:0;min-height:0;border-radius:12px;overflow:hidden;background:#fff}.jcphe-cred-frame-wrap iframe{display:block;width:100%;height:100%;border:0;background:#fff}.jcphe-cred-arrow{border:0;background:transparent;color:#fff;font-size:52px;cursor:pointer}.jcphe-cred-arrow:hover{background:rgba(255,255,255,.07)}.jcphe-cred-stage>footer{display:grid;justify-items:center;gap:6px;padding:9px 14px 12px;background:#071722;border-top:1px solid #29485b}.jcphe-cred-stage>footer>div{display:flex;gap:6px;max-width:100%;overflow:auto}.jcphe-cred-stage>footer button{min-width:30px;height:30px;border:1px solid #64879b;border-radius:999px;background:transparent;color:#fff;cursor:pointer}.jcphe-cred-stage>footer button.active{background:#fff;color:#071722;border-color:#fff}.jcphe-cred-stage>footer small{color:#8eb1c4}
@media(max-width:900px){.jcphe-credential-card{grid-template-columns:32px 44px minmax(0,1fr)!important}.jcphe-credential-actions{grid-column:3;justify-content:flex-start;max-width:none}.jcphe-credential-heading{align-items:flex-start}.jcphe-credential-meta{display:grid;grid-template-columns:1fr 1fr}.jcphe-cred-stage>main{grid-template-columns:44px minmax(0,1fr) 44px;padding:6px}.jcphe-cred-arrow{font-size:40px}}
@media(max-width:620px){.jcphe-credential-card{grid-template-columns:32px minmax(0,1fr)!important;gap:9px!important}.jcphe-credential-mark{display:none}.jcphe-credential-body{grid-column:2}.jcphe-credential-actions{grid-column:1/-1;justify-content:flex-start;padding-top:4px}.jcphe-credential-heading{display:grid}.jcphe-credential-meta{grid-template-columns:1fr}.jcphe-credential-more>div{left:0;right:auto}.jcphe-cred-stage>main{grid-template-columns:38px minmax(0,1fr) 38px}.jcphe-cred-stage>header{padding:10px}.jcphe-cred-stage>header small{display:none}.jcphe-cred-head-actions [data-cred-count]{font-size:11px}.jcphe-cred-stage>footer small{display:none}}


/* v6.77.7 — Credenciales: ancho completo, alineación y tablas centradas */
.jcphe-credentials-toolbar,
.jcphe-credential-summary,
.jcphe-credentials-shell,
.jcphe-credentials-gallery{
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.jcphe-credentials-shell{padding:16px!important;overflow:visible!important}
.jcphe-credentials-gallery{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
.jcphe-credential-card{
  display:grid!important;
  grid-template-columns:36px 52px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:16px 18px!important;
  gap:10px 14px!important;
  align-items:start!important;
  justify-items:stretch!important;
  box-sizing:border-box!important;
}
.jcphe-credential-select{grid-column:1!important;grid-row:1!important;align-self:start!important}
.jcphe-credential-mark{grid-column:2!important;grid-row:1!important}
.jcphe-credential-body{grid-column:3!important;grid-row:1!important;width:100%!important;min-width:0!important}
.jcphe-credential-heading{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important}
.jcphe-credential-heading>div{min-width:0!important;flex:1 1 auto!important}
.jcphe-credential-heading .jce-badge{flex:0 0 auto!important;max-width:230px!important;text-align:center!important}
.jcphe-credential-meta{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px 14px!important;margin-top:10px!important}
.jcphe-credential-meta span{min-width:0!important;display:block!important}
.jcphe-credential-meta span b{display:block!important;margin-bottom:2px!important}
.jcphe-credential-actions{
  grid-column:3!important;
  grid-row:2!important;
  width:100%!important;
  max-width:none!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:8px!important;
  margin:2px 0 0!important;
  padding-top:10px!important;
  border-top:1px solid var(--jce-border,#d7e3ec)!important;
}
.jcphe-credential-actions .jce-btn,
.jcphe-credential-actions summary.jce-btn{min-width:88px!important;text-align:center!important;justify-content:center!important}
.jce-table-wrap{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;overflow-x:auto!important;box-sizing:border-box!important}
.jce-table{width:100%!important;min-width:0!important;max-width:none!important;margin:0 auto!important;table-layout:auto!important}
.jce-table th,.jce-table td{vertical-align:middle!important}
body.jce-app.jce-mode-dark .jcphe-credential-actions{border-top-color:#34566b!important}
@media(max-width:1000px){
 .jcphe-credential-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
 .jcphe-credentials-shell{padding:10px!important}
 .jcphe-credential-card{grid-template-columns:32px minmax(0,1fr)!important;padding:13px!important;gap:8px 10px!important}
 .jcphe-credential-mark{display:none!important}
 .jcphe-credential-body{grid-column:2!important}
 .jcphe-credential-actions{grid-column:1/-1!important;grid-row:2!important;padding-top:10px!important}
 .jcphe-credential-heading{display:grid!important;gap:8px!important}
 .jcphe-credential-heading .jce-badge{max-width:100%!important;justify-self:start!important}
 .jcphe-credential-meta{grid-template-columns:1fr!important}
 .jcphe-credential-actions .jce-btn,.jcphe-credential-actions summary.jce-btn{flex:1 1 calc(50% - 8px)!important;min-width:0!important}
}

/* v6.77.9 · Credenciales — full-width readable row layout */
.jcphe-credentials-shell{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding:16px!important;
  overflow:visible!important;
}
.jcphe-credentials-gallery{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
}
.jcphe-credential-card{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:30px 52px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  grid-template-areas:
    "select mark body"
    "actions actions actions"!important;
  align-items:start!important;
  column-gap:14px!important;
  row-gap:14px!important;
  padding:18px 20px!important;
  box-sizing:border-box!important;
}
.jcphe-credential-card .jcphe-credential-select{
  grid-area:select!important;
  align-self:start!important;
  display:flex!important;
  justify-content:center!important;
  padding-top:8px!important;
  border:0!important;
}
.jcphe-credential-card .jcphe-credential-mark{
  grid-area:mark!important;
  width:48px!important;
  height:48px!important;
  margin:0!important;
}
.jcphe-credential-card .jcphe-credential-body{
  grid-area:body!important;
  width:100%!important;
  min-width:0!important;
}
.jcphe-credential-card .jcphe-credential-heading{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:12px 24px!important;
}
.jcphe-credential-card .jcphe-credential-heading>div{
  min-width:0!important;
}
.jcphe-credential-card .jcphe-credential-title{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 5px!important;
  font-size:18px!important;
  line-height:1.28!important;
  font-weight:800!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.jcphe-credential-card .jcphe-credential-heading .jce-badge{
  justify-self:end!important;
  max-width:240px!important;
  padding:7px 12px!important;
  white-space:nowrap!important;
  text-align:center!important;
}
.jcphe-credential-card .jcphe-credential-meta{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(140px,1fr))!important;
  gap:10px 18px!important;
  margin-top:14px!important;
}
.jcphe-credential-card .jcphe-credential-meta span{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:2px!important;
  padding:9px 10px!important;
  border:1px solid rgba(99,129,149,.18)!important;
  border-radius:10px!important;
  background:rgba(233,241,246,.42)!important;
  font-size:12px!important;
  line-height:1.35!important;
  overflow-wrap:anywhere!important;
}
.jcphe-credential-card .jcphe-credential-meta b{
  display:block!important;
  font-size:10px!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  opacity:.78!important;
}
.jcphe-credential-card .jcphe-credential-actions{
  grid-area:actions!important;
  width:100%!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  padding:12px 0 0 96px!important;
  margin:0!important;
  border-top:1px solid rgba(99,129,149,.22)!important;
  box-sizing:border-box!important;
}
.jcphe-credential-card .jcphe-credential-actions .jce-btn,
.jcphe-credential-card .jcphe-credential-more>summary{
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 14px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body.jce-app.jce-mode-dark .jcphe-credential-card .jcphe-credential-meta span{
  background:#112c3e!important;
  border-color:#2e5065!important;
  color:#c7d8e3!important;
}
body.jce-app.jce-mode-dark .jcphe-credential-card .jcphe-credential-actions{
  border-top-color:#2e5065!important;
}
@media(prefers-color-scheme:dark){
  body.jce-app.jce-mode-auto .jcphe-credential-card .jcphe-credential-meta span{
    background:#112c3e!important;
    border-color:#2e5065!important;
    color:#c7d8e3!important;
  }
  body.jce-app.jce-mode-auto .jcphe-credential-card .jcphe-credential-actions{border-top-color:#2e5065!important}
}
@media(max-width:1250px){
  .jcphe-credential-card .jcphe-credential-meta{grid-template-columns:repeat(2,minmax(160px,1fr))!important}
}
@media(max-width:760px){
  .jcphe-credentials-shell{padding:10px!important}
  .jcphe-credential-card{
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-template-areas:
      "select body"
      "actions actions"!important;
    padding:14px!important;
    column-gap:10px!important;
  }
  .jcphe-credential-card .jcphe-credential-mark{display:none!important}
  .jcphe-credential-card .jcphe-credential-heading{grid-template-columns:1fr!important;gap:8px!important}
  .jcphe-credential-card .jcphe-credential-heading .jce-badge{justify-self:start!important;white-space:normal!important;max-width:100%!important}
  .jcphe-credential-card .jcphe-credential-meta{grid-template-columns:1fr!important}
  .jcphe-credential-card .jcphe-credential-actions{padding:10px 0 0!important}
  .jcphe-credential-card .jcphe-credential-actions .jce-btn,
  .jcphe-credential-card .jcphe-credential-more{flex:1 1 calc(50% - 8px)!important}
  .jcphe-credential-card .jcphe-credential-more>summary{width:100%!important}
}

/* v6.78.6 — Contacts: no horizontal scrolling inside the intranet content pane */
.jcphe-contact-table-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:hidden!important;
}
.jcphe-contact-table{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
}
.jcphe-contact-table th,
.jcphe-contact-table td{
  min-width:0!important;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  overflow-wrap:anywhere;
  word-break:normal;
}
.jcphe-contact-table .jcphe-contact-primary,
.jcphe-contact-table .jcphe-contact-company,
.jcphe-contact-table .jcphe-contact-role,
.jcphe-contact-table .jcphe-contact-preference,
.jcphe-contact-table .jcphe-contact-municipality,
.jcphe-contact-table .jcphe-contact-meta{
  min-width:0;
  max-width:100%;
}
.jcphe-contact-table .jcphe-contact-row-actions{
  min-width:0;
  width:100%;
  justify-content:flex-start;
  flex-wrap:wrap;
  white-space:normal;
}
.jcphe-contact-table .jcphe-contact-row-actions .jce-btn{
  flex:0 0 auto;
}
.jcphe-contact-table .jcphe-contact-action-select{
  flex:1 1 120px;
  width:auto!important;
  min-width:0!important;
  max-width:100%;
}
/* With the Intranet sidebar open, prioritise the useful columns instead of forcing horizontal scroll. */
@media (max-width:1550px){
  .jcphe-contact-table th:nth-child(5),
  .jcphe-contact-table td:nth-child(5),
  .jcphe-contact-table th:nth-child(6),
  .jcphe-contact-table td:nth-child(6){display:none}
  .jcphe-contact-table th:nth-child(1){width:25%}
  .jcphe-contact-table th:nth-child(2){width:16%}
  .jcphe-contact-table th:nth-child(3){width:20%}
  .jcphe-contact-table th:nth-child(4){width:15%}
  .jcphe-contact-table th:nth-child(7){width:24%}
}
/* Card layout begins earlier because usable width is narrower than viewport width. */
@media (max-width:1250px){
  .jcphe-contact-table-wrap{overflow:visible!important}
  .jcphe-contact-table,.jcphe-contact-table tbody{display:block;width:100%!important}
  .jcphe-contact-table thead{display:none}
  .jcphe-contact-table tr{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    width:100%;
    max-width:100%;
    margin-bottom:14px;
    padding:15px;
    box-sizing:border-box;
    border:1px solid var(--jce-line,#dce5ef);
    border-radius:16px;
    background:var(--jce-white,#fff)
  }
  .jcphe-contact-table td{display:block!important;padding:6px!important;border:0!important;min-width:0!important;width:auto!important}
  .jcphe-contact-table td:first-child,.jcphe-contact-table td:last-child{grid-column:1/-1}
  .jcphe-contact-table td:nth-child(5),.jcphe-contact-table td:nth-child(6){display:block!important}
  .jcphe-contact-table td:nth-child(2):before{content:'Clasificación'}
  .jcphe-contact-table td:nth-child(3):before{content:'Empresa / unidad'}
  .jcphe-contact-table td:nth-child(4):before{content:'Roles'}
  .jcphe-contact-table td:nth-child(5):before{content:'Preferencia'}
  .jcphe-contact-table td:nth-child(6):before{content:'Municipio / ciudad'}
  .jcphe-contact-table td:nth-child(n+2):before{display:block;margin-bottom:4px;color:var(--jce-muted,#64748b);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
}
@media (max-width:700px){
  .jcphe-contact-table tr{grid-template-columns:1fr}
  .jcphe-contact-table td{grid-column:1!important}
  .jcphe-contact-row-actions{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center}
  .jcphe-contact-action-select{width:100%!important}
}
body.jce-app.jce-mode-dark .jcphe-contact-table tr{color:#f5f9fc}
\n\n/* v6.78.7 — Contacts: five-column layout, no squeezed right side */
.jcphe-contact-table{table-layout:fixed!important;width:100%!important;min-width:0!important}
.jcphe-contact-table th:nth-child(1){width:26%!important}
.jcphe-contact-table th:nth-child(2){width:14%!important}
.jcphe-contact-table th:nth-child(3){width:21%!important}
.jcphe-contact-table th:nth-child(4){width:19%!important}
.jcphe-contact-table th:nth-child(5){width:20%!important}
.jcphe-contact-table th,.jcphe-contact-table td{overflow:visible!important;overflow-wrap:normal!important;word-break:normal!important}
.jcphe-contact-table .jcphe-contact-secondary{display:block;margin-top:4px;color:var(--jce-muted,#8ea5b5);font-size:10px;line-height:1.35;white-space:normal}
.jcphe-contact-table .jcphe-contact-role{display:block;line-height:1.35;white-space:normal;overflow-wrap:anywhere}
.jcphe-contact-table .jcphe-contact-row-actions{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:7px!important;align-items:center!important;width:100%!important}
.jcphe-contact-table .jcphe-contact-action-select{width:100%!important;min-width:0!important;max-width:100%!important}
@media(max-width:1320px){
  .jcphe-contact-table th:nth-child(1){width:29%!important}
  .jcphe-contact-table th:nth-child(2){width:15%!important}
  .jcphe-contact-table th:nth-child(3){width:22%!important}
  .jcphe-contact-table th:nth-child(4){width:18%!important}
  .jcphe-contact-table th:nth-child(5){width:16%!important}
  .jcphe-contact-table .jcphe-contact-row-actions{grid-template-columns:1fr!important}
}
@media(max-width:1100px){
  .jcphe-contact-table,.jcphe-contact-table tbody{display:block!important;width:100%!important}
  .jcphe-contact-table thead{display:none!important}
  .jcphe-contact-table tr{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin-bottom:12px!important;padding:14px!important;box-sizing:border-box!important}
  .jcphe-contact-table td{display:block!important;width:auto!important;padding:6px!important;border:0!important;min-width:0!important}
  .jcphe-contact-table td:first-child,.jcphe-contact-table td:last-child{grid-column:1/-1!important}
  .jcphe-contact-table td:nth-child(2):before{content:'Clasificación'!important}
  .jcphe-contact-table td:nth-child(3):before{content:'Empresa / unidad'!important}
  .jcphe-contact-table td:nth-child(4):before{content:'Roles'!important}
  .jcphe-contact-table td:nth-child(n+2):before{display:block;margin-bottom:4px;color:var(--jce-muted,#64748b);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
}
@media(max-width:650px){.jcphe-contact-table tr{grid-template-columns:1fr!important}.jcphe-contact-table td{grid-column:1!important}}
body.jce-app.jce-mode-dark .jcphe-contact-table .jcphe-contact-secondary{color:#a9c4d5!important}


/* 6.79.2 · Operations workspace comfort + reliable quick actions */
@media(min-width:981px){
 body.jce-app .jce-shell{grid-template-columns:310px minmax(0,1fr)!important}
 body.jce-app .jce-sidebar{padding:22px 16px!important}
 body.jce-app .jce-content{width:100%!important;max-width:1900px!important;padding:24px clamp(20px,2.2vw,38px)!important}
 body.jce-app .jce-topbar{gap:18px!important;flex-wrap:wrap!important;padding:16px clamp(20px,2.2vw,38px)!important}
 body.jce-app .jce-top-actions{min-width:0!important;flex-wrap:wrap!important;justify-content:flex-end!important}
}
.jce-sidebar-quicklinks{padding:13px!important}
.jce-sidebar-quicklinks-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.jce-nav .jce-sidebar-quicklink{appearance:none;-webkit-appearance:none;width:100%;min-height:78px!important;padding:10px 8px!important;border-style:solid;font-family:inherit;cursor:pointer}
.jce-nav button.jce-sidebar-quicklink{border-width:1px}
.jce-nav .jce-sidebar-quicklink strong{font-size:10.5px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.jce-nav .jce-sidebar-quicklink small{font-size:8.5px!important;line-height:1.2!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.jce-sidebar-quicklink-icon{width:34px!important;height:34px!important}
.jce-sidebar-quicklink-icon svg{width:19px!important;height:19px!important}
.jce-sidebar-quicklink.jcphe-quick-action{min-height:92px!important;box-shadow:0 9px 22px rgba(0,0,0,.15)!important}
.jce-sidebar-quicklink.jcphe-quick-action strong{font-size:12px!important}
.jce-sidebar-quicklink.jcphe-quick-action small{font-size:9px!important}
.jce-sidebar-quicklink.jcphe-quick-action:focus-visible{outline:3px solid rgba(117,210,242,.45)!important;outline-offset:2px}
/* Keep large operational cards and tables from looking pinned into a corner. */
body.jce-app .jce-main .jce-card{max-width:100%}
body.jce-app .jce-main .jce-table-wrap{width:100%;max-width:100%}
body.jce-app .jce-main .jce-toolbar{align-items:flex-start}
@media(max-width:980px){
 .jce-sidebar-quicklinks-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .jce-nav .jce-sidebar-quicklink{min-height:72px!important}
}
@media(max-width:420px){.jce-sidebar-quicklinks-grid{grid-template-columns:1fr 1fr!important}}
/* Modal actions must always sit above the operations workspace. */
.jcphe-business-card-modal:not([hidden]){display:grid!important;z-index:1000000!important}
.jcphe-showcase:not([hidden]){display:block!important;z-index:1000000!important}
body.jcphe-card-modal-open,body.jcphe-showcase-open{overflow:hidden!important}

/* =========================================================
   6.79.3 · Friendly operational surfaces + client portal refresh
   Kiosk, access control, property intake and Mi Portal
   ========================================================= */

/* --- KIOSK / FIELD CAPTURE ------------------------------------------------ */
.jce-kiosk-shell{--kiosk-blue:#0e6fb3;--kiosk-navy:#082b46;--kiosk-cyan:#7bd3ef}
.jce-kiosk-hero{padding:clamp(22px,3vw,34px);border-radius:26px;background:linear-gradient(125deg,#07345b 0%,#0d5f9d 58%,#1183c8 100%);box-shadow:0 18px 44px rgba(4,50,84,.18)}
.jce-kiosk-hero>div:first-child{max-width:930px}.jce-kiosk-hero h2{font-size:clamp(28px,3.1vw,44px);line-height:1.08;letter-spacing:-.025em;margin:10px 0 12px}.jce-kiosk-hero p{max-width:820px;font-size:clamp(14px,1.35vw,18px);line-height:1.55;color:#d7eaf7}
.jce-kiosk-hero .jce-btn.light{min-height:48px;padding:12px 18px;background:rgba(7,32,50,.72)!important;color:#fff!important;border:1px solid rgba(255,255,255,.24);box-shadow:none}
.jcphe-kiosk-command-strip{grid-template-columns:repeat(2,minmax(190px,.55fr)) minmax(420px,1.5fr);gap:14px;margin:20px 0 24px}
.jcphe-kiosk-command-strip>div,.jcphe-kiosk-command-strip>nav{min-height:104px;padding:17px 19px;border-radius:18px;border:1px solid #cfe0eb;background:linear-gradient(145deg,#fff,#f5f9fc);box-shadow:0 8px 24px rgba(10,53,82,.06)}
.jcphe-kiosk-command-strip>div{grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px}.jcphe-kiosk-command-strip small{grid-column:1/-1;color:#59768b!important;font-size:10px;letter-spacing:.12em}.jcphe-kiosk-command-strip strong{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#e5f2f8;color:#0b5e8b;font-size:22px}.jcphe-kiosk-command-strip span{color:#516d80!important;font-size:13px;line-height:1.35}
.jcphe-kiosk-command-strip nav{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;padding:12px}.jcphe-kiosk-command-strip nav a{min-height:76px;padding:12px 9px;border:1px solid #d9e7ef;border-radius:14px;background:#eef6fa;color:#0c547d!important;font-size:12px;transition:.16s ease}.jcphe-kiosk-command-strip nav a:hover{background:#fff;border-color:#8fc2da;transform:translateY(-2px);box-shadow:0 8px 18px rgba(10,75,110,.09)}
.jce-kiosk-grid{grid-template-columns:minmax(0,1.85fr) minmax(300px,.65fr);gap:22px}.jcphe-kiosk-capture-card{padding:clamp(20px,2.4vw,30px);border-radius:22px}.jce-kiosk-step{margin:5px 0 15px;gap:12px;color:#123d5b;font-size:16px}.jce-kiosk-step strong{width:38px;height:38px;background:linear-gradient(135deg,#0d71b9,#1595d2);font-size:16px;box-shadow:0 7px 18px rgba(13,113,185,.2)}
.jce-kiosk-types{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:26px}.jce-kiosk-types span{min-height:70px;border-radius:16px;border:1px solid #a9c9dc;background:#f7fbfd;color:#143e5b;font-size:13px;box-shadow:0 3px 10px rgba(11,61,91,.035);transition:.16s ease}.jce-kiosk-types label:hover span{border-color:#4da6d0;background:#eef8fc;transform:translateY(-1px)}.jce-kiosk-types input:checked+span{background:linear-gradient(135deg,#0b70b9,#198ccc);border-color:#0b70b9;color:#fff;box-shadow:0 10px 25px rgba(12,104,166,.2)}
.jcphe-kiosk-capture-card .jce-field>label,.jcphe-kiosk-capture-card label.jce-kiosk-dynamic{font-size:12px;color:#274c64}.jcphe-kiosk-capture-card :is(input,select,textarea){min-height:46px;border-color:#bdd3e1;background:#fbfdff}.jcphe-kiosk-capture-card :is(input,select,textarea):focus{outline:3px solid rgba(26,139,196,.15);border-color:#1888c3}

/* Dark / auto dark must never produce pale text on white kiosk cards. */
body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip>div,body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip>nav,
body.jce-app.jce-mode-dark .jcphe-kiosk-capture-card{background:#102b3c!important;border-color:#355b70!important;color:#eef8fc!important}
body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip small,body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip span{color:#b8d0de!important}
body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip strong{background:#173f55;color:#83d5f0}
body.jce-app.jce-mode-dark .jcphe-kiosk-command-strip nav a{background:#15374a!important;border-color:#3d6377!important;color:#dff4ff!important}
body.jce-app.jce-mode-dark .jce-kiosk-types span{background:#102b3c!important;border-color:#46697c!important;color:#f2f8fb!important}
body.jce-app.jce-mode-dark .jce-kiosk-types input:checked+span{background:linear-gradient(135deg,#0b70b9,#157eae)!important;border-color:#4ca6d2!important;color:#fff!important}
body.jce-app.jce-mode-dark .jce-kiosk-step{color:#f2f8fb!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jcphe-kiosk-command-strip>div,body.jce-app.jce-mode-auto .jcphe-kiosk-command-strip>nav,body.jce-app.jce-mode-auto .jcphe-kiosk-capture-card{background:#102b3c!important;border-color:#355b70!important;color:#eef8fc!important}body.jce-app.jce-mode-auto .jcphe-kiosk-command-strip :is(small,span){color:#b8d0de!important}body.jce-app.jce-mode-auto .jcphe-kiosk-command-strip strong{background:#173f55;color:#83d5f0}body.jce-app.jce-mode-auto .jcphe-kiosk-command-strip nav a{background:#15374a!important;border-color:#3d6377!important;color:#dff4ff!important}body.jce-app.jce-mode-auto .jce-kiosk-types span{background:#102b3c!important;border-color:#46697c!important;color:#f2f8fb!important}body.jce-app.jce-mode-auto .jce-kiosk-types input:checked+span{background:linear-gradient(135deg,#0b70b9,#157eae)!important;color:#fff!important}body.jce-app.jce-mode-auto .jce-kiosk-step{color:#f2f8fb!important}}

/* --- SIGNS / LOCKBOX / ACCESS --------------------------------------------- */
.jcphe-access-heading{margin:2px 0 16px;padding:3px 2px}.jcphe-access-heading h2{font-size:clamp(25px,2.5vw,36px);letter-spacing:-.02em;margin:0 0 6px}.jcphe-access-heading p{max-width:760px;margin:0;color:#627b8e}
.jcphe-access-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px;margin-bottom:22px;border-radius:18px;background:#e9f2f7;border-color:#cadde8}.jcphe-access-tabs a{display:flex;align-items:center;justify-content:center;min-height:54px;padding:12px;border:1px solid transparent;border-radius:13px;color:#27627f;font-size:13px}.jcphe-access-tabs a:hover{background:#f8fcfe;border-color:#aac9da}.jcphe-access-tabs a.active{background:linear-gradient(135deg,#092f51,#0e5f88);color:#fff!important;border-color:#236e95;box-shadow:0 10px 24px rgba(8,53,84,.18)}
.jcphe-access-form-card,.jcphe-access-list-card{padding:clamp(18px,2.4vw,28px);border-radius:20px}.jcphe-access-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding-bottom:17px;border-bottom:1px solid #d9e6ee}.jcphe-access-card-head>span{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:#e8f3f8;font-size:22px}.jcphe-access-card-head small{color:#4f8099;font-size:9px;font-weight:950;letter-spacing:.14em}.jcphe-access-card-head h2{margin:3px 0 4px;font-size:22px}.jcphe-access-card-head p{margin:0;color:#687f90;font-size:12px}.jcphe-access-form-card .jce-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.jcphe-access-form-card :is(input,select,textarea){min-height:46px}.jcphe-access-list-card .jce-table-wrap{border-radius:15px}
body.jce-app.jce-mode-dark .jcphe-access-tabs{background:#102b3c!important;border-color:#365b70!important}body.jce-app.jce-mode-dark .jcphe-access-tabs a{color:#d5e9f3!important}body.jce-app.jce-mode-dark .jcphe-access-tabs a:not(.active):hover{background:#173d52!important;border-color:#51788d!important}body.jce-app.jce-mode-dark .jcphe-access-card-head{border-color:#35576a!important}body.jce-app.jce-mode-dark .jcphe-access-card-head>span{background:#173e54!important}body.jce-app.jce-mode-dark .jcphe-access-card-head p{color:#b4c9d5!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jcphe-access-tabs{background:#102b3c!important;border-color:#365b70!important}body.jce-app.jce-mode-auto .jcphe-access-tabs a{color:#d5e9f3!important}body.jce-app.jce-mode-auto .jcphe-access-card-head{border-color:#35576a!important}body.jce-app.jce-mode-auto .jcphe-access-card-head>span{background:#173e54!important}body.jce-app.jce-mode-auto .jcphe-access-card-head p{color:#b4c9d5!important}}

/* --- PROPERTY INTAKE / INVENTORY ------------------------------------------ */
.jcphe-property-editor-friendly{padding:clamp(20px,2.6vw,32px);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdfe)}.jcphe-property-editor-friendly>h2{font-size:clamp(25px,2.5vw,34px);letter-spacing:-.02em;margin-bottom:5px}.jcphe-property-editor-friendly>p{max-width:880px;color:#647c8f;margin:0 0 24px;line-height:1.55}
.jcphe-property-editor-friendly>form>.jcphe-property-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 20px!important}.jcphe-property-editor-friendly .jcphe-property-chapter{margin:17px 0 2px;padding:15px 17px;border-radius:15px;background:linear-gradient(105deg,#eaf4f9,#f8fbfd);border:1px solid #c8dce8}.jcphe-property-editor-friendly .jcphe-property-chapter:first-child{margin-top:0}.jcphe-property-editor-friendly .jcphe-property-chapter>span{width:36px;height:36px;flex-basis:36px;border-radius:11px;background:linear-gradient(135deg,#0b3657,#126a94);font-size:13px}.jcphe-property-editor-friendly .jcphe-property-chapter strong{font-size:14px}.jcphe-property-editor-friendly .jcphe-property-chapter small{font-size:10px}.jcphe-property-editor-friendly .jce-field{gap:8px}.jcphe-property-editor-friendly .jce-field>label{font-size:12px;color:#274b63}.jcphe-property-editor-friendly :is(input,select,textarea){min-height:47px;border-radius:12px;border-color:#bfd3df;background:#fff}.jcphe-property-editor-friendly :is(input,select,textarea):focus{outline:3px solid rgba(20,126,178,.14);border-color:#1783b7;box-shadow:0 0 0 1px rgba(20,126,178,.08)}.jcphe-property-editor-friendly .jcphe-collapsible-card{padding:18px;border:1px solid #cbdde7;background:#f8fbfd;box-shadow:none}.jcphe-property-editor-friendly .jcphe-property-section{margin-top:9px!important;border-radius:17px}
body.jce-app.jce-mode-dark .jcphe-property-editor-friendly{background:#0d2231!important}body.jce-app.jce-mode-dark .jcphe-property-editor-friendly .jcphe-property-chapter{background:#153448!important;border-color:#42657b!important}body.jce-app.jce-mode-dark .jcphe-property-editor-friendly .jcphe-property-chapter strong{color:#fff!important}body.jce-app.jce-mode-dark .jcphe-property-editor-friendly .jcphe-property-chapter small{color:#bdd0dc!important}body.jce-app.jce-mode-dark .jcphe-property-editor-friendly>p{color:#b7cad6!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jcphe-property-editor-friendly{background:#0d2231!important}body.jce-app.jce-mode-auto .jcphe-property-editor-friendly .jcphe-property-chapter{background:#153448!important;border-color:#42657b!important}body.jce-app.jce-mode-auto .jcphe-property-editor-friendly .jcphe-property-chapter strong{color:#fff!important}body.jce-app.jce-mode-auto .jcphe-property-editor-friendly .jcphe-property-chapter small{color:#bdd0dc!important}body.jce-app.jce-mode-auto .jcphe-property-editor-friendly>p{color:#b7cad6!important}}

/* --- MI PORTAL · MODERN CLIENT EXPERIENCE -------------------------------- */
body.jce-portal{background:linear-gradient(180deg,#eef6fa 0,#f8fbfd 380px,#f4f8fb 100%);color:#17384f}
body.jce-portal .jce-portal-shell{max-width:1380px;padding:clamp(18px,2.8vw,36px)}
body.jce-portal .jcphe-public-shell{background:rgba(255,255,255,.94);border-bottom:1px solid #d7e6ee;backdrop-filter:blur(16px);box-shadow:0 6px 24px rgba(12,50,76,.05)}
body.jce-portal .jcphe-client-app-head{grid-template-columns:auto minmax(0,1fr) 210px;padding:clamp(23px,3vw,34px);border-radius:28px;background:radial-gradient(circle at 78% 15%,rgba(78,184,222,.24),transparent 30%),linear-gradient(125deg,#062b49,#0b547c 63%,#1377a5);box-shadow:0 20px 50px rgba(6,43,73,.19);overflow:hidden}
body.jce-portal .jcphe-client-app-head h1{font-size:clamp(28px,3.3vw,44px);letter-spacing:-.035em}.jcphe-client-app-head .jcphe-client-hero-copy>p{max-width:760px;color:#d2e6f2!important;font-size:14px;line-height:1.55}.jcphe-client-app-head .jce-eyebrow{color:#8ee1f4!important}
body.jce-portal .jcphe-client-head-status{gap:10px;margin-top:20px}.jcphe-client-head-status>span{min-height:72px;padding:12px 13px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.085);backdrop-filter:blur(9px)}.jcphe-client-head-status b{font-size:12px}.jcphe-client-head-status small{font-size:9px!important;color:#c2dae7!important}
body.jce-portal .jcphe-client-app-head .jce-btn{min-height:43px;border-radius:12px}.jcphe-client-app-head .jce-btn.gold{background:#f0c45b!important;color:#183044!important;box-shadow:0 9px 22px rgba(0,0,0,.12)}.jcphe-client-app-head .jce-btn.light{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}.jcphe-client-app-head .jce-btn.light:hover{background:rgba(255,255,255,.2)!important}
body.jce-portal .jcphe-portal-section-nav{gap:14px;margin:16px 0 26px}.jcphe-portal-section-nav>section{padding:13px;border-radius:19px;background:rgba(255,255,255,.84);border:1px solid #d5e4ec;box-shadow:0 8px 26px rgba(13,52,78,.045)}.jcphe-portal-group-label{padding:2px 6px 10px;color:#4f7185;font-size:9px}.jcphe-portal-section-nav>section>div{gap:7px}.jcphe-portal-section-nav .jcphe-portal-nav-card{min-height:64px;padding:10px 11px;border-radius:13px;background:#fff!important;border:1px solid #e0eaf0!important}.jcphe-portal-section-nav .jcphe-portal-nav-icon{width:36px;height:36px;border-radius:11px;background:#e9f4f8;color:#0e678e}.jcphe-portal-section-nav .jcphe-portal-nav-card strong{font-size:12px}.jcphe-portal-section-nav .jcphe-portal-nav-card small{font-size:9px;color:#688093!important}.jcphe-portal-section-nav .jcphe-portal-nav-card.active{background:linear-gradient(110deg,#e9f6fb,#fff)!important;border-color:#6cb2cf!important;box-shadow:inset 4px 0 #11749c,0 8px 20px rgba(14,98,139,.09)}.jcphe-portal-section-nav .jcphe-portal-nav-card.active :is(strong,small,em){color:#0a4868!important}.jcphe-portal-section-nav .jcphe-portal-nav-card.active .jcphe-portal-nav-icon{background:#126d96!important;color:#fff!important}
body.jce-portal .jcphe-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 14px;padding:18px 21px;border:1px solid #d7e5ed;border-radius:18px;background:linear-gradient(135deg,#fff,#f6fafc);box-shadow:0 6px 20px rgba(14,54,80,.035)}body.jce-portal .jcphe-section-heading h2{margin:3px 0 5px;color:#0d3550!important;font-size:clamp(22px,2.5vw,31px);letter-spacing:-.02em}body.jce-portal .jcphe-section-heading p{margin:0;color:#60798c!important;line-height:1.5}
body.jce-portal .jcphe-status-grid{gap:14px}.jcphe-status-card{min-height:138px;padding:18px!important;border-radius:18px!important;box-shadow:0 9px 28px rgba(12,54,80,.055)!important}.jcphe-status-card>span{color:#5b7a8e!important;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.jcphe-status-card>strong{color:#0a4263!important;font-size:clamp(22px,2.3vw,30px)!important}.jcphe-status-card>small{color:#627c8e!important}.jcphe-mini-progress{height:9px;background:#dfeaf0!important}.jcphe-mini-progress i{background:linear-gradient(90deg,#1383ae,#55c4da)!important}
body.jce-portal .jce-portal-shell .jce-card{border-radius:19px;border-color:#d5e3eb!important;box-shadow:0 9px 27px rgba(13,51,76,.05)}body.jce-portal .jce-portal-shell .jce-card h2,body.jce-portal .jce-portal-shell .jce-card h3{color:#123c59!important}body.jce-portal .jce-portal-shell .jce-card p{color:#5d7688!important;line-height:1.55}
body.jce-portal .jcphe-portal-assistant{border:1px solid #bcd8e5!important;background:linear-gradient(135deg,#eaf7fb,#fff)!important;box-shadow:0 12px 32px rgba(15,86,120,.08)}body.jce-portal .jcphe-portal-assistant input{min-height:48px;border-color:#afd0df!important;background:#fff!important;color:#17384f!important}

@media(max-width:1050px){.jcphe-kiosk-command-strip{grid-template-columns:1fr 1fr}.jcphe-kiosk-command-strip>nav{grid-column:1/-1}.jce-kiosk-grid{grid-template-columns:1fr}.jcphe-access-tabs{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.jce-kiosk-types{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-access-tabs{grid-template-columns:1fr}.jcphe-access-form-card .jce-form-grid,.jcphe-property-editor-friendly>form>.jcphe-property-form-grid{grid-template-columns:1fr!important}body.jce-portal .jcphe-client-app-head{grid-template-columns:1fr}.jcphe-client-app-head .jcphe-client-hero-actions{grid-template-columns:1fr 1fr!important}.jcphe-client-head-status{grid-template-columns:1fr!important}}
@media(max-width:560px){.jcphe-kiosk-command-strip{grid-template-columns:1fr}.jcphe-kiosk-command-strip>nav{grid-column:1;grid-template-columns:1fr 1fr}.jce-kiosk-types{grid-template-columns:1fr 1fr}.jcphe-access-form-card,.jcphe-access-list-card,.jcphe-property-editor-friendly{padding:16px}.jcphe-client-app-head .jcphe-client-hero-actions{grid-template-columns:1fr!important}body.jce-portal .jce-portal-shell{padding:12px}body.jce-portal .jcphe-section-heading{padding:15px}.jcphe-portal-section-nav>section{padding:9px}}


/* 6.79.4 — Contrast & operational data-entry refresh */
.jce-app .jcphe-initial-table-card .jcphe-table-summary span,
.jce-app .jcphe-initial-table-card .jcphe-risk-badge,
.jce-app .jcphe-client-conversation-center article { color: var(--jce-text,#eef7ff)!important; background:rgba(19,61,84,.72)!important; border:1px solid rgba(121,196,229,.32)!important; }
.jce-app .jcphe-initial-table-card .jcphe-table-summary strong{color:#fff!important}
.jce-app .jcphe-initial-table-card .jce-table-wrap{border:1px solid rgba(121,196,229,.28);border-radius:16px;overflow:auto;background:#0b2a3b}
.jce-app .jcphe-initial-table-card .jce-table{min-width:980px;background:#0b2a3b;color:#eef7ff}
.jce-app .jcphe-initial-table-card .jce-table th{background:#173f57!important;color:#fff!important}
.jce-app .jcphe-initial-table-card .jce-table td{background:#0d2d40!important;color:#eef7ff!important;border-color:rgba(121,196,229,.18)!important}
.jce-app .jcphe-initial-table-card input,.jce-app .jcphe-initial-table-card select{background:#082738!important;color:#f6fbff!important;border:1px solid #3f718d!important;min-height:48px}
.jce-app .jcphe-initial-table-card input::placeholder{color:#a9c3d2!important;opacity:1}
.jce-app .jcphe-property-form-grid input,.jce-app .jcphe-property-form-grid select,.jce-app .jcphe-property-form-grid textarea{background:#082738!important;color:#f6fbff!important;border-color:#3f718d!important}
.jce-app .jcphe-property-form-grid label{color:#f6fbff!important}
.jce-app .jcphe-money-select{display:grid!important;grid-template-columns:62px 1fr!important;border:1px solid #3f718d!important;border-radius:14px!important;overflow:hidden;background:#082738!important}
.jce-app .jcphe-money-select>span{display:grid;place-items:center;background:#123f58!important;color:#bfe7fb!important;font-weight:800}
.jce-app .jcphe-money-select select{border:0!important;border-radius:0!important;background:#082738!important;color:#fff!important}
.jcphe-client-conversation-center .jcphe-conversation-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.jcphe-client-conversation-center article{padding:14px;border-radius:14px;display:grid;gap:5px}
.jcphe-client-conversation-center article time{font-size:12px;color:#b9d5e4}.jcphe-client-conversation-center article strong{font-size:15px}.jcphe-client-conversation-center article span,.jcphe-client-conversation-center article small{color:#d5e7f0}
.jcphe-history-row-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
@media(max-width:760px){.jcphe-client-conversation-center .jcphe-conversation-summary-grid{grid-template-columns:1fr}}

/* 6.79.6 · Restore three-column quick access on desktop; responsive below. */
@media(min-width:981px){body.jce-app .jce-sidebar-quicklinks-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(min-width:521px) and (max-width:980px){body.jce-app .jce-sidebar-quicklinks-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body.jce-app .jce-sidebar-quicklinks-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* 6.79.8 · Quick-access labels: compact, readable and contained */
body.jce-app .jce-sidebar-quicklinks-grid{align-items:stretch!important}
body.jce-app .jce-nav .jce-sidebar-quicklink{min-height:96px!important;padding:10px 6px!important;overflow:hidden!important;justify-content:flex-start!important}
body.jce-app .jce-sidebar-quicklink-icon{flex:0 0 auto;margin-top:1px!important}
body.jce-app .jce-nav .jce-sidebar-quicklink strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;min-height:24px!important;max-height:30px!important;font-size:11px!important;line-height:1.12!important;letter-spacing:-.02em!important;overflow-wrap:anywhere!important;word-break:normal!important}
body.jce-app .jce-nav .jce-sidebar-quicklink small{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;max-height:24px!important;font-size:8.6px!important;line-height:1.12!important;overflow-wrap:anywhere!important}
body.jce-app .jce-sidebar-quicklink.jcphe-quick-action strong{font-size:11px!important;min-height:24px!important}
body.jce-app .jce-sidebar-quicklink.jcphe-quick-action small{font-size:8.6px!important}
@media(max-width:520px){body.jce-app .jce-nav .jce-sidebar-quicklink{min-height:90px!important;padding:9px 6px!important}body.jce-app .jce-nav .jce-sidebar-quicklink strong{font-size:10.5px!important}}

/* 6.88.2 · Mi Día contrast + Executive Control Center */
.jce-app .jce-work-kpi{background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important;box-shadow:0 10px 28px var(--jce-shadow)!important}
.jce-app .jce-work-kpi span{color:var(--jce-heading)!important;font-weight:800}
.jce-app .jce-work-kpi strong{color:var(--jce-heading)!important}
.jce-app .jce-work-kpi small{color:color-mix(in srgb,var(--jce-ink) 72%,transparent)!important;font-weight:650}
.jce-app .jce-work-dashboard-hero .jce-start-day,.jce-app .jce-work-dashboard-hero .jce-start-day strong{color:#071f35!important}
.jce-app .jce-work-dashboard-hero .jce-start-day small{display:block;margin-top:4px;color:#33485a!important;font-weight:800}
.jce-app .jce-work-dashboard-hero .jce-btn.light{background:rgba(5,31,51,.58)!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important}
.jce-app .jce-work-dashboard-hero .jce-btn.light:hover{background:rgba(5,31,51,.78)!important;border-color:rgba(255,255,255,.5)!important}
@media(prefers-color-scheme:dark){body.jce-app.jce-mode-auto .jce-work-kpi{background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important}body.jce-app.jce-mode-auto .jce-work-kpi :is(span,strong,small){color:var(--jce-ink)!important}}
body.jce-app.jce-mode-dark .jce-work-kpi :is(span,strong,small){color:var(--jce-ink)!important}

.jcphe-executive{display:grid;gap:12px;margin:0 0 16px}
.jcphe-exec-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:1px solid color-mix(in srgb,var(--jce-blue) 45%,var(--jce-border));border-radius:20px;background:linear-gradient(125deg,var(--jce-navy),color-mix(in srgb,var(--jce-blue) 78%,var(--jce-navy)));color:#fff;box-shadow:0 18px 42px color-mix(in srgb,var(--jce-navy) 25%,transparent)}
.jcphe-exec-hero h2{margin:4px 0 5px;color:#fff!important;font-size:clamp(24px,3vw,34px)}.jcphe-exec-hero p{margin:0;color:#ddecf4!important;max-width:760px}.jcphe-exec-hero .jce-eyebrow{color:#f1cf72!important}
.jcphe-exec-live{display:grid;justify-items:end;gap:5px;min-width:190px}.jcphe-exec-live>span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900;letter-spacing:.12em}.jcphe-exec-live>span i{width:8px;height:8px;border-radius:50%;background:#5de28c;box-shadow:0 0 0 5px rgba(93,226,140,.14)}.jcphe-exec-live small{color:#ddecf4!important}.jcphe-exec-live .jce-btn{margin-top:3px;background:#fff!important;color:#143b58!important;border-color:#fff!important}
.jcphe-exec-decisions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.jcphe-exec-decisions>a,.jcphe-exec-decisions>article{display:block;min-width:0;padding:14px 15px;border:1px solid var(--jce-border);border-radius:15px;background:var(--jce-surface);color:var(--jce-ink);text-decoration:none;box-shadow:0 8px 22px var(--jce-shadow)}.jcphe-exec-decisions span,.jcphe-exec-decisions small{display:block}.jcphe-exec-decisions span{color:var(--jce-heading);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.jcphe-exec-decisions strong{display:block;margin:5px 0 2px;color:var(--jce-heading);font-size:28px;line-height:1}.jcphe-exec-decisions small{color:color-mix(in srgb,var(--jce-ink) 70%,transparent);font-size:9px}.jcphe-exec-decisions .attention{border-color:#e0a1a7;background:color-mix(in srgb,#fff1f1 80%,var(--jce-surface))}.jcphe-exec-decisions .attention strong{color:#a62f3a}.jcphe-exec-decisions .clear{border-color:#96d0ad;background:color-mix(in srgb,#effaf3 80%,var(--jce-surface))}
.jcphe-exec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.jcphe-exec-grid>.jce-card{min-width:0;margin:0;padding:17px}
.jcphe-exec-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.jcphe-exec-title span{display:block;color:var(--jce-blue);font-size:8px;font-weight:950;letter-spacing:.12em}.jcphe-exec-title h3{margin:3px 0 0;font-size:16px}.jcphe-exec-title>a{color:var(--jce-blue);font-size:10px;font-weight:850;text-decoration:none;white-space:nowrap}
.jcphe-exec-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.jcphe-exec-metric{min-width:0;padding:11px;border:1px solid var(--jce-border);border-radius:11px;background:var(--jce-surface-soft)}.jcphe-exec-metric span{display:block;min-height:25px;color:color-mix(in srgb,var(--jce-ink) 75%,transparent);font-size:9px;font-weight:800;line-height:1.25}.jcphe-exec-metric strong{display:block;overflow:hidden;margin-top:5px;color:var(--jce-heading);font-size:20px;line-height:1.1;text-overflow:ellipsis}.jcphe-exec-metric.is-alert strong{color:#b53f49}.jcphe-exec-metric.is-hot strong{color:#a56f10}.jcphe-exec-metric.is-text strong{font-size:14px;white-space:normal}
.jcphe-exec-funnel{display:grid;grid-template-columns:repeat(11,auto);align-items:center;justify-content:space-between;gap:6px;padding:13px;border:1px solid var(--jce-border);border-radius:13px;background:var(--jce-surface-soft);overflow-x:auto}.jcphe-exec-funnel article{text-align:center;min-width:58px}.jcphe-exec-funnel strong,.jcphe-exec-funnel span{display:block}.jcphe-exec-funnel strong{color:var(--jce-heading);font-size:22px}.jcphe-exec-funnel span{color:color-mix(in srgb,var(--jce-ink) 72%,transparent);font-size:8px;font-weight:850}.jcphe-exec-funnel i{color:var(--jce-blue);font-style:normal;font-weight:900}.jcphe-exec-grid section>footer{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px;color:color-mix(in srgb,var(--jce-ink) 72%,transparent);font-size:9px}.jcphe-exec-grid section>footer b{color:var(--jce-heading)}
.jcphe-bulk-manage-bar{align-items:center;flex-wrap:wrap}.jcphe-bulk-manage-bar>.jce-actions{margin-left:auto}.jcphe-opportunity-select{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.jcphe-opportunity-select>span{font-size:10px;color:var(--jce-heading)}
@media(max-width:1180px){.jcphe-exec-decisions{grid-template-columns:repeat(3,1fr)}.jcphe-exec-grid{grid-template-columns:1fr}}
@media(max-width:760px){.jcphe-exec-hero{align-items:flex-start;flex-direction:column;padding:19px}.jcphe-exec-live{justify-items:start}.jcphe-exec-decisions{grid-template-columns:repeat(2,1fr)}.jcphe-exec-kpis{grid-template-columns:repeat(2,1fr)}.jcphe-bulk-manage-bar>.jce-actions{width:100%;margin-left:0}.jcphe-bulk-manage-bar>.jce-actions .jce-btn{flex:1}}
@media(max-width:470px){.jcphe-exec-decisions,.jcphe-exec-kpis{grid-template-columns:1fr}.jcphe-exec-funnel{justify-content:start}.jcphe-exec-live .jce-btn{width:100%}}
/* 6.88.2 · complete Mi Día contrast normalization */
.jce-app :is(.jce-queue-insights,.jce-radar,.jce-queue-chart article,.jce-radar-grid>a,.jce-work-quick a){background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important}
.jce-app .jce-radar{background:linear-gradient(180deg,color-mix(in srgb,var(--jce-gold) 7%,var(--jce-surface)),var(--jce-surface))!important}
.jce-app :is(.jce-queue-chart header,.jce-radar-grid span,.jce-work-quick span){color:var(--jce-heading)!important}
.jce-app :is(.jce-queue-chart header strong,.jce-radar-grid strong){color:var(--jce-blue)!important}
.jce-app :is(.jce-radar-grid small,.jce-work-quick small){color:color-mix(in srgb,var(--jce-ink) 72%,transparent)!important}
.jce-app .jce-work-quick strong{background:var(--jce-surface-soft)!important;color:var(--jce-heading)!important}
/* 8.2.2 · Inicio: tarjetas rápidas legibles en modo oscuro y automático. */
html body.jce-app .jce-dashboard-actions a,
html body.jce-app .jce-dashboard-actions a strong,
html body.jce-app .jce-dashboard-actions a small{opacity:1!important}
html body.jce-app .jce-dashboard-actions a{background:#f6fafc!important;color:#123b55!important;border:1px solid #b9d0dc!important;box-shadow:0 8px 20px rgba(0,0,0,.10)!important}
html body.jce-app .jce-dashboard-actions a strong{color:#123b55!important;-webkit-text-fill-color:#123b55!important;font-weight:900!important}
html body.jce-app .jce-dashboard-actions a small{color:#527488!important;-webkit-text-fill-color:#527488!important}
html body.jce-app .jce-dashboard-actions a.primary{background:linear-gradient(145deg,#0b4770,#12658f)!important;color:#fff!important;border-color:#2e88b0!important}
html body.jce-app .jce-dashboard-actions a.primary strong,html body.jce-app .jce-dashboard-actions a.primary small{color:#fff!important;-webkit-text-fill-color:#fff!important}
.jce-app .jce-queue-chart i{background:var(--jce-surface-soft)!important}
/* 6.89 Navigation clarity: preserve all destinations, reduce cognitive load. */
.jce-nav-primary-item>span:last-child{display:flex;flex-direction:column;min-width:0;gap:1px}.jce-nav-primary-item>span:last-child strong{font:inherit;font-weight:800}.jce-nav-primary-item>span:last-child small{font-size:10px;line-height:1.2;opacity:.68;font-weight:600}.jcphe-nav-workspaces{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.09)}.jcphe-nav-workspaces:before{content:'TODAS LAS HERRAMIENTAS';display:block;padding:0 13px 8px;font-size:10px;letter-spacing:.13em;font-weight:900;opacity:.55}.jce-nav-secondary summary span:nth-child(2){font-weight:800}.jce-nav-section-list{padding-bottom:6px}.jce-nav-subitem{min-height:39px}.jce-nav-subitem.active{font-weight:800}.jce-sidebar-nav-label{letter-spacing:.13em}@media(max-width:900px){.jce-nav-primary-item>span:last-child small{display:block}}


/* 6.91.2 · Client portal contrast + control center */
body.jce-portal{--jcphe-client-text:#102f45;--jcphe-client-muted:#526f82;--jcphe-client-soft:#6b8292;--jcphe-client-border:#cddde7;--jcphe-client-card:#ffffff}
body.jce-portal .jce-portal-shell{color:var(--jcphe-client-text)!important}
body.jce-portal .jce-portal-shell :is(h1,h2,h3,h4,strong,b,label,dt){color:#103650}
body.jce-portal .jce-portal-shell :is(p,small,span,dd,li){color:var(--jcphe-client-muted)}
body.jce-portal .jce-portal-shell .jce-eyebrow{color:#1a6388!important}
body.jce-portal .jce-portal-shell .jce-card,
body.jce-portal .jcphe-status-card,
body.jce-portal .jcphe-portal-section-nav>section{background:#fff!important;color:#14384f!important;border-color:var(--jcphe-client-border)!important}
body.jce-portal .jcphe-status-card>span{color:#42667c!important}
body.jce-portal .jcphe-status-card>strong{color:#0b3854!important}
body.jce-portal .jcphe-status-card>small{color:#587488!important}
body.jce-portal .jcphe-client-app-head :is(h1,h2,h3,strong,b){color:#fff!important}
body.jce-portal .jcphe-client-app-head :is(p,small,span){color:#d6e8f2!important}
body.jce-portal .jcphe-client-app-head .jce-eyebrow{color:#a9e8f7!important}
body.jce-portal .jcphe-client-app-head .jce-btn.light{color:#fff!important}
body.jce-portal .jcphe-client-app-head .jce-btn.gold{color:#142f42!important}
body.jce-portal .jcphe-connect-card,
body.jce-portal .jcphe-security-card{background:linear-gradient(145deg,#0d3855,#0a2e48)!important;border-color:#315d76!important;color:#fff!important}
body.jce-portal .jcphe-connect-card :is(h2,h3,strong,b),body.jce-portal .jcphe-security-card :is(h2,h3,strong,b){color:#fff!important}
body.jce-portal .jcphe-connect-card :is(p,small,span,li),body.jce-portal .jcphe-security-card :is(p,small,span,li){color:#d6e7f0!important}
body.jce-portal .jcphe-connect-card .jce-eyebrow,body.jce-portal .jcphe-security-card .jce-eyebrow{color:#9bdff2!important}
body.jce-portal .jcphe-world-action{background:#fff!important;color:#15384e!important;border-color:#c9dce7!important}
body.jce-portal .jcphe-world-action :is(strong,small,span,em){color:#15384e!important}
body.jce-portal .jcphe-connect-more{color:#a9e4f3!important}
body.jce-portal input,body.jce-portal select,body.jce-portal textarea{background:#fff!important;color:#17384f!important;border-color:#b9cfdd!important}
body.jce-portal input::placeholder,body.jce-portal textarea::placeholder{color:#718796!important}
body.jce-portal .jcphe-profile-readonly dt{color:#244c64!important}body.jce-portal .jcphe-profile-readonly dd{color:#506d7f!important}

/* Intranet dossier: white cards must never inherit dark-theme light text */
.jcphe-dossier-summary .jcphe-dossier-stat,.jcphe-dossier-section,.jcphe-dossier-fact,.jcphe-dossier-empty{background:#fff!important;color:#15384f!important;border-color:#d1dfe8!important}
.jcphe-dossier-summary .jcphe-dossier-stat :is(small,span){color:#60788a!important}.jcphe-dossier-summary .jcphe-dossier-stat strong{color:#113d59!important}
.jcphe-dossier-section h2,.jcphe-dossier-section h3,.jcphe-dossier-fact strong{color:#123a55!important}
.jcphe-dossier-section p,.jcphe-dossier-section small,.jcphe-dossier-fact span,.jcphe-dossier-empty{color:#61798b!important}
.jcphe-dossier-table{color:#17384f!important}.jcphe-dossier-table th{color:#31546a!important;background:#f1f6f9!important}.jcphe-dossier-table td{color:#27495f!important;background:#fff!important}.jcphe-dossier-table td small{color:#657c8d!important}

/* Portal configuration console */
.jcphe-client-portal-control{border:1px solid #b9d5e4!important;box-shadow:0 14px 36px rgba(8,49,75,.08)!important}
.jcphe-portal-control-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0 18px}.jcphe-portal-control-guide article{padding:13px;border:1px solid #d5e3eb;border-radius:13px;background:#f7fbfd}.jcphe-portal-control-guide strong{display:block;color:#123c59}.jcphe-portal-control-guide span{display:block;margin-top:4px;color:#60798a;font-size:12px;line-height:1.45}
.jcphe-portal-master-switch{padding:14px;border:1px solid #c7dce7;border-radius:13px;background:#f5fafc}.jcphe-portal-master-switch .jce-check{align-items:flex-start}.jcphe-portal-master-switch .jce-check span{display:grid;gap:3px}.jcphe-portal-master-switch small{color:#60798a!important}
.jcphe-module-toggle-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}.jcphe-module-toggle{align-items:flex-start!important;padding:11px 12px!important;border:1px solid #d5e3eb;border-radius:11px;background:#fff}.jcphe-module-toggle span{display:grid;gap:2px}.jcphe-module-toggle strong{color:#173d57}.jcphe-module-toggle small{color:#647d8e!important;font-size:11px}.jcphe-portal-save-actions{margin-top:16px}.jcphe-portal-admin-intro{border-left:5px solid #d9ae45!important}
@media(max-width:900px){.jcphe-portal-control-guide{grid-template-columns:1fr 1fr}.jcphe-module-toggle-grid{grid-template-columns:1fr}}
@media(max-width:560px){.jcphe-portal-control-guide{grid-template-columns:1fr}}

/* 6.91.3 · Contrast hardening + safe basic client portal defaults */
/* Intranet: keep secondary actions legible even when a module injects white backgrounds. */
body.jce-app:not(.jce-portal) .jce-main :is(a,button).jce-btn.light,
body.jce-app:not(.jce-portal) .jce-main :is(a,button).jce-btn.light:visited{
  background:#183b50!important;color:#f7fbfd!important;border:1px solid #5d7e91!important;
  text-shadow:none!important;opacity:1!important;
}
body.jce-app:not(.jce-portal).jce-mode-light .jce-main :is(a,button).jce-btn.light{
  background:#eef5f8!important;color:#123b56!important;border-color:#b9ceda!important;
}
body.jce-app:not(.jce-portal) .jce-main :is(button,a)[disabled],
body.jce-app:not(.jce-portal) .jce-main :is(button,a)[aria-disabled="true"]{
  opacity:.62!important;color:inherit!important;
}
/* Portal-control guide: cards are intentionally light regardless of intranet theme. */
.jce-app .jcphe-client-portal-control .jcphe-portal-control-guide article{background:#f8fbfd!important;border-color:#cbdde7!important}
.jce-app .jcphe-client-portal-control .jcphe-portal-control-guide article strong{color:#103a55!important}
.jce-app .jcphe-client-portal-control .jcphe-portal-control-guide article span{color:#526f82!important}
.jce-app .jcphe-client-portal-control .jcphe-portal-master-switch{background:#102d40!important;border-color:#4e7288!important}
.jce-app .jcphe-client-portal-control .jcphe-portal-master-switch :is(strong,label){color:#fff!important}
.jce-app .jcphe-client-portal-control .jcphe-portal-master-switch small{color:#c7d9e4!important}
.jce-app .jcphe-client-portal-control .jcphe-module-toggle{background:#102d40!important;border-color:#4e7288!important}
.jce-app .jcphe-client-portal-control .jcphe-module-toggle strong{color:#fff!important}
.jce-app .jcphe-client-portal-control .jcphe-module-toggle small{color:#c5d8e4!important}
.jcphe-basic-portal-notice{background:#eaf7ef!important;border-color:#9fcfb0!important;color:#174d32!important}
.jcphe-basic-portal-notice strong{color:#174d32!important}
/* Customer portal: light surfaces always get dark typography. */
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-status-card,.jcphe-portal-section-nav>section,.jcphe-client-property-card,.jcphe-client-resource-cards article){color:#12384f!important}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-status-card,.jcphe-portal-section-nav>section,.jcphe-client-property-card,.jcphe-client-resource-cards article) :is(h1,h2,h3,h4,strong,b,label,dt){color:#0d334c!important}
body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-status-card,.jcphe-portal-section-nav>section,.jcphe-client-property-card,.jcphe-client-resource-cards article) :is(p,small,span,dd,li){color:#526e80!important}
/* Dark customer cards must explicitly reverse text after light-card rule above. */
body.jce-portal .jce-portal-shell :is(.jcphe-connect-card,.jcphe-security-card){color:#fff!important}
body.jce-portal .jce-portal-shell :is(.jcphe-connect-card,.jcphe-security-card) :is(h1,h2,h3,h4,strong,b,label){color:#fff!important}
body.jce-portal .jce-portal-shell :is(.jcphe-connect-card,.jcphe-security-card) :is(p,small,span,li){color:#d5e7f1!important}
body.jce-portal .jce-portal-shell :is(.jcphe-connect-card,.jcphe-security-card) .jce-eyebrow{color:#9de3f5!important}
/* Focus and checkbox contrast. */
.jcphe-client-portal-control input[type="checkbox"]{accent-color:#d7aa45}
.jcphe-client-portal-control :is(input,select,textarea):focus{outline:3px solid rgba(70,181,220,.28)!important;outline-offset:1px}


/* 6.91.8 · Explicit Desktop / Tablet / Mobile layout modes and reliable Appearance controls */
.jce-device-preference{display:grid;gap:9px;padding:12px;border:1px solid var(--jce-border,#c9dce6);border-radius:13px;background:var(--jce-surface-soft,#edf4f8)}
.jce-device-preference>div:first-child{display:grid;gap:2px}.jce-device-preference>div:first-child>strong{color:var(--jce-heading,#0b2d49);font-size:11px}.jce-device-preference>div:first-child>small{color:var(--jce-muted,#607487);font-size:9px;line-height:1.35}
.jce-device-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.jce-device-toggle button{display:grid;grid-template-columns:26px minmax(0,1fr);grid-template-rows:auto auto;column-gap:7px;align-items:center;min-width:0;padding:9px;border:1px solid var(--jce-border,#c9dce6);border-radius:10px;background:var(--jce-surface,#fff);color:var(--jce-ink,#17344a);text-align:left;cursor:pointer;font:inherit}.jce-device-toggle button>span{grid-row:1/3;display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:var(--jce-surface-soft,#edf4f8);color:var(--jce-blue,#0b628e);font-size:15px}.jce-device-toggle button>strong{font-size:10px;line-height:1.1}.jce-device-toggle button>small{font-size:8px;line-height:1.2;color:var(--jce-muted,#607487)}.jce-device-toggle button:is(:hover,:focus-visible){border-color:var(--jce-blue,#0b628e);outline:none}.jce-device-toggle button.is-active{border-color:var(--jce-blue,#0b628e);background:color-mix(in srgb,var(--jce-blue,#0b628e) 10%,var(--jce-surface,#fff));box-shadow:0 0 0 2px color-mix(in srgb,var(--jce-blue,#0b628e) 16%,transparent)}
.jce-appearance-panel[aria-hidden="true"]:not(:target){visibility:hidden!important;opacity:0!important;pointer-events:none!important}.jce-appearance-panel[aria-hidden="false"]{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.jce-appearance-close{z-index:20!important;pointer-events:auto!important;touch-action:manipulation!important;user-select:none!important}

/* Forced tablet/mobile share the safe off-canvas navigation even on a large monitor. */
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;grid-template-columns:minmax(0,1fr)!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-main{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-topbar{width:100%!important;max-width:100%!important;margin:0!important;padding-left:max(76px,calc(env(safe-area-inset-left) + 76px))!important;padding-right:max(14px,env(safe-area-inset-right))!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-content{width:100%!important;max-width:100%!important;margin:0!important;padding-right:max(18px,env(safe-area-inset-right))!important;padding-left:max(18px,env(safe-area-inset-left))!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-mobile-toggle{position:fixed!important;z-index:100000!important;top:10px!important;left:max(10px,env(safe-area-inset-left))!important;display:grid!important;grid-template-columns:18px auto!important;grid-template-rows:repeat(3,4px)!important;align-content:center!important;align-items:center!important;column-gap:7px!important;width:auto!important;min-width:62px!important;height:42px!important;padding:8px 10px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;background:linear-gradient(145deg,var(--jce-nav),var(--jce-blue))!important;color:#fff!important;box-shadow:0 8px 22px rgba(5,31,49,.28)!important;text-decoration:none!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile).admin-bar .jce-mobile-toggle{top:56px!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-mobile-toggle span{grid-column:1!important;display:block!important;width:18px!important;height:2px!important;border-radius:99px!important;background:#fff!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-mobile-toggle b{grid-column:2!important;grid-row:1/4!important;color:#fff!important;font-size:10px!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-sidebar{position:fixed!important;z-index:99999!important;top:0!important;bottom:0!important;left:calc(-1 * min(88vw,300px) - 18px)!important;width:min(88vw,300px)!important;max-width:300px!important;height:100dvh!important;min-height:0!important;padding-top:max(20px,env(safe-area-inset-top))!important;overflow-y:auto!important;transition:left .2s ease!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile).admin-bar .jce-sidebar{padding-top:56px!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile).jce-menu-open .jce-sidebar,body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-sidebar:target{left:0!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile).jce-menu-open{overflow:hidden!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-sidebar-overlay{position:fixed!important;inset:0!important;z-index:99998!important;background:rgba(2,18,33,.58)!important;backdrop-filter:blur(3px);text-decoration:none!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile):not(.jce-menu-open) .jce-sidebar-overlay{display:none!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-main :is(.jce-table-wrap,.jcphe-contact-table-wrap){max-width:100%!important;overflow:auto!important}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-main :is(img,video,iframe,canvas,svg){max-width:100%}
body.jce-app:is(.jce-layout-tablet,.jce-layout-mobile) .jce-main :is(.jce-card,.jce-toolbar,.jce-form-grid,.jce-grid,[class*="-grid"]){min-width:0!important;max-width:100%!important}

/* Tablet: comfortable two-column working surface without desktop clipping. */
body.jce-app.jce-layout-tablet .jce-main :is(.jce-grid.cols-4,.jce-grid.cols-3,.jce-checks,[class*="-grid"]){grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.jce-app.jce-layout-tablet .jce-main .jce-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.jce-app.jce-layout-tablet .jce-main :is(.jce-field.full,[class*="full"]){min-width:0}
body.jce-app.jce-layout-tablet .jce-content{padding-top:20px!important}

/* Mobile: one-column cards/forms and scroll-safe tables regardless of physical viewport. */
body.jce-app.jce-layout-mobile .jce-topbar{min-height:78px!important;align-items:flex-start!important;padding-top:14px!important;padding-bottom:12px!important}
body.jce-app.jce-layout-mobile .jce-topbar>div:first-child{min-width:0!important}.jce-layout-mobile .jce-topbar>div:first-child small{display:block;white-space:normal;line-height:1.35}
body.jce-app.jce-layout-mobile .jce-content{padding-top:16px!important;padding-bottom:max(28px,env(safe-area-inset-bottom))!important;padding-left:max(12px,env(safe-area-inset-left))!important;padding-right:max(12px,env(safe-area-inset-right))!important}
body.jce-app.jce-layout-mobile .jce-main :is(.jce-grid,.jce-form-grid,.jce-checks,[class*="-grid"]){grid-template-columns:minmax(0,1fr)!important}
body.jce-app.jce-layout-mobile .jce-main :is(.jce-toolbar,.jce-top-actions,.jce-actions){max-width:100%;flex-wrap:wrap!important}
body.jce-app.jce-layout-mobile .jce-main :is(input,select,textarea,button,.jce-btn){max-width:100%}
body.jce-app.jce-layout-mobile .jce-table{min-width:680px}

/* Desktop explicitly restores the normal wide shell when a smaller physical viewport would otherwise switch modes. */
body.jce-app.jce-layout-desktop{overflow-x:auto!important}
body.jce-app.jce-layout-desktop .jce-shell{display:grid!important;grid-template-columns:280px minmax(900px,1fr)!important;min-width:1180px!important;align-items:stretch!important}
body.jce-app.jce-layout-desktop .jce-sidebar{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;height:auto!important;min-height:100%!important;overflow:visible!important;padding-top:26px!important}
body.jce-app.jce-layout-desktop .jce-main{min-width:900px!important;width:auto!important;margin:0!important}
body.jce-app.jce-layout-desktop .jce-mobile-toggle,body.jce-app.jce-layout-desktop .jce-sidebar-overlay{display:none!important}
body.jce-app.jce-layout-desktop .jce-topbar{position:sticky!important;top:0!important;padding:18px 28px!important}
body.jce-app.jce-layout-desktop .jce-content{padding:28px!important;max-width:1680px!important;margin:0 auto!important}


/* 6.91.11 · Inicio interactivo: todos los KPI abren su fuente y muestran count + % cuando aplica. */
.jcphe-executive .jcphe-exec-metric{position:relative;display:block;color:var(--jce-ink);text-decoration:none;overflow:hidden;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.jcphe-executive a.jcphe-exec-metric:hover,.jcphe-executive a.jcphe-exec-metric:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--metric-accent,#247aaa) 55%,var(--jce-border));box-shadow:0 12px 25px color-mix(in srgb,var(--metric-accent,#247aaa) 14%,transparent);outline:none}
.jcphe-executive .jcphe-exec-metric:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--metric-accent,#247aaa)}
.jcphe-executive .jcphe-exec-metric.tone-blue{--metric-accent:#247aaa}.jcphe-executive .jcphe-exec-metric.tone-teal{--metric-accent:#168987}.jcphe-executive .jcphe-exec-metric.tone-green{--metric-accent:#2b8b57}.jcphe-executive .jcphe-exec-metric.tone-gold{--metric-accent:#b98117}.jcphe-executive .jcphe-exec-metric.tone-purple{--metric-accent:#7651a8}.jcphe-executive .jcphe-exec-metric.tone-red{--metric-accent:#b6434e}
.jcphe-exec-share,.jcphe-exec-open{display:block!important;min-height:0!important;margin-top:7px;color:color-mix(in srgb,var(--metric-accent,#247aaa) 82%,var(--jce-ink))!important;font-size:8px!important;font-weight:800!important}.jcphe-exec-share b{font-size:10px}
.jcphe-exec-decisions>a{transition:transform .16s ease,box-shadow .16s ease}.jcphe-exec-decisions>a:hover,.jcphe-exec-decisions>a:focus-visible{transform:translateY(-2px);box-shadow:0 13px 28px var(--jce-shadow);outline:2px solid color-mix(in srgb,var(--jce-blue) 30%,transparent);outline-offset:2px}.jcphe-exec-decisions .jcphe-health-link{border-color:color-mix(in srgb,#2b8b57 45%,var(--jce-border));background:color-mix(in srgb,#edf9f2 72%,var(--jce-surface))}
.jcphe-exec-funnel a{display:block;min-width:58px;padding:5px 4px;border-radius:9px;color:inherit;text-align:center;text-decoration:none;transition:background .15s ease}.jcphe-exec-funnel a:hover,.jcphe-exec-funnel a:focus-visible{background:color-mix(in srgb,var(--jce-blue) 10%,var(--jce-surface));outline:none}.jcphe-exec-funnel a strong,.jcphe-exec-funnel a span,.jcphe-exec-funnel a small{display:block}.jcphe-exec-funnel a small{margin-top:2px;color:var(--jce-blue);font-size:7px;font-weight:900}.jcphe-exec-grid section>footer a{color:inherit;text-decoration:none}.jcphe-exec-grid section>footer a:hover b{text-decoration:underline}
.jcphe-latest-important{display:grid;gap:10px;margin:0 0 14px}.jcphe-latest-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:2px 2px 0}.jcphe-latest-head>div>span{color:var(--jce-blue);font-size:8px;font-weight:950;letter-spacing:.13em}.jcphe-latest-head h2{margin:3px 0 2px;font-size:19px}.jcphe-latest-head p{margin:0;color:var(--jce-muted);font-size:10px}.jcphe-latest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.jcphe-latest-card{margin:0!important;padding:15px!important}.jcphe-latest-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.jcphe-latest-title h3{margin:0;font-size:14px}.jcphe-latest-title>a{color:var(--jce-blue);font-size:9px;font-weight:850;text-decoration:none}.jcphe-latest-list{display:grid}.jcphe-latest-list>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 4px;border-top:1px solid var(--jce-border);color:var(--jce-ink);text-decoration:none}.jcphe-latest-list>a:first-child{border-top:0}.jcphe-latest-list>a:hover{background:var(--jce-surface-soft)}.jcphe-latest-list>a>span:nth-child(2){min-width:0}.jcphe-latest-list strong,.jcphe-latest-list small{display:block}.jcphe-latest-list strong{overflow:hidden;color:var(--jce-heading);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.jcphe-latest-list small{overflow:hidden;margin-top:2px;color:var(--jce-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.jcphe-latest-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:color-mix(in srgb,var(--latest-accent,#247aaa) 12%,var(--jce-surface));color:var(--latest-accent,#247aaa);font-weight:950}.jcphe-latest-icon.tone-blue{--latest-accent:#247aaa}.jcphe-latest-icon.tone-gold{--latest-accent:#b98117}.jcphe-latest-value{text-align:right}.jcphe-latest-value b{display:block;color:var(--jce-heading);font-size:14px}.jcphe-latest-value small{font-size:7px;text-transform:uppercase}
@media(max-width:900px){.jcphe-latest-grid{grid-template-columns:1fr}}@media(max-width:560px){.jcphe-latest-head{align-items:flex-start;flex-direction:column}.jcphe-latest-head .jce-btn{width:100%}.jcphe-latest-list>a{grid-template-columns:31px minmax(0,1fr) auto}}


/* 6.91.14 · Mi Portal uses the same public navigation language as /portal/ */
body.jce-portal .jcphe-site-header{position:relative;z-index:10000;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#14314b;border-bottom:3px solid #d9ad43;box-shadow:0 8px 26px rgba(18,44,70,.08)}
body.jce-portal .jcphe-site-topbar{background:#0c2d49;color:#eaf4fb;font-size:11px;font-weight:750}
body.jce-portal .jcphe-site-topbar>div{width:min(1280px,calc(100% - 36px));min-height:30px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.jce-portal .jcphe-site-topbar nav{display:flex;gap:16px}body.jce-portal .jcphe-site-topbar a{color:#eaf4fb!important;text-decoration:none!important}
body.jce-portal .jcphe-site-navrow{position:relative;width:min(1280px,calc(100% - 36px));min-height:76px;margin:auto;display:flex;align-items:center;gap:24px}
body.jce-portal .jcphe-site-brand{display:grid;gap:2px;min-width:220px;color:#102f4c!important;text-decoration:none!important}
body.jce-portal .jcphe-site-brand strong{font-size:16px;line-height:1.1;font-weight:900}body.jce-portal .jcphe-site-brand small{font-size:10px;color:#62788a;font-weight:700}
body.jce-portal .jcphe-site-nav{display:flex;align-items:center;gap:3px;margin-left:auto}
body.jce-portal .jcphe-site-nav>a,body.jce-portal .jcphe-site-menu-group>summary{min-height:42px;display:flex;align-items:center;gap:5px;padding:10px 11px;border-radius:10px;color:#183752!important;background:transparent;text-decoration:none!important;font-size:12px;font-weight:850;cursor:pointer;list-style:none;white-space:nowrap}
body.jce-portal .jcphe-site-menu-group>summary::-webkit-details-marker{display:none}body.jce-portal .jcphe-site-nav>a:hover,body.jce-portal .jcphe-site-menu-group>summary:hover,body.jce-portal .jcphe-site-menu-group[open]>summary{background:#eef5fa;color:#0b5686!important}
body.jce-portal .jcphe-site-menu-group{position:relative}body.jce-portal .jcphe-site-mega{position:absolute;top:calc(100% + 8px);left:0;width:330px;padding:10px;border:1px solid #dce6ef;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(12,45,73,.16)}
body.jce-portal .jcphe-site-menu-group:nth-of-type(n+3) .jcphe-site-mega{left:auto;right:0}
body.jce-portal .jcphe-site-mega a{display:grid;gap:3px;padding:11px 12px;border-radius:10px;color:#173852!important;text-decoration:none!important}body.jce-portal .jcphe-site-mega a:hover{background:#f2f7fb}body.jce-portal .jcphe-site-mega b{font-size:12px}body.jce-portal .jcphe-site-mega small{font-size:10px;line-height:1.35;color:#6d8192}
body.jce-portal .jcphe-site-portal-link{display:grid!important;align-content:center!important;gap:1px!important;padding:8px 13px!important;background:#0c2d49!important;color:#fff!important;box-shadow:0 5px 13px rgba(12,45,73,.15)}body.jce-portal .jcphe-site-portal-link b{font-size:12px}body.jce-portal .jcphe-site-portal-link small{font-size:8px;color:#cce0ee}
body.jce-portal .jcphe-site-mobile-menu{display:none;margin-left:auto;position:relative}body.jce-portal .jcphe-site-mobile-menu>summary{list-style:none;padding:10px 14px;border:1px solid #d7e2eb;border-radius:10px;font-size:12px;font-weight:900;cursor:pointer}body.jce-portal .jcphe-site-mobile-menu>summary::-webkit-details-marker{display:none}
body.jce-portal .jcphe-site-mobile-panel{position:absolute;right:0;top:calc(100% + 8px);width:min(300px,calc(100vw - 28px));padding:10px;border:1px solid #dce6ef;border-radius:15px;background:#fff;box-shadow:0 18px 45px rgba(12,45,73,.16)}body.jce-portal .jcphe-site-mobile-panel>a{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:9px;color:#173852!important;text-decoration:none!important;font-size:12px;font-weight:850}body.jce-portal .jcphe-site-mobile-panel>a:hover{background:#f1f6fa}body.jce-portal .jcphe-site-mobile-panel>a.is-current{background:#0c2d49;color:#fff!important}body.jce-portal .jcphe-site-mobile-panel>a small{font-size:9px;opacity:.78}
@media(max-width:900px){body.jce-portal .jcphe-site-nav{display:none}body.jce-portal .jcphe-site-mobile-menu{display:block}body.jce-portal .jcphe-site-navrow{min-height:66px}body.jce-portal .jcphe-site-topbar>div{min-height:28px}}
@media(max-width:560px){body.jce-portal .jcphe-site-topbar>div{width:calc(100% - 24px);font-size:9px}body.jce-portal .jcphe-site-topbar nav a:last-child{display:none}body.jce-portal .jcphe-site-navrow{width:calc(100% - 24px);gap:10px}body.jce-portal .jcphe-site-brand{min-width:0}body.jce-portal .jcphe-site-brand strong{font-size:13px}body.jce-portal .jcphe-site-brand small{font-size:8px}}


/* 6.91.15 · Inicio + automation cards: strong contrast in every appearance mode. */
.jce-app .jcphe-exec-decisions>a{
  --decision-accent:var(--jce-blue,#247aaa);
  position:relative;overflow:hidden;
  background:linear-gradient(145deg,color-mix(in srgb,var(--decision-accent) 9%,var(--jce-surface)),var(--jce-surface))!important;
  border-color:color-mix(in srgb,var(--decision-accent) 34%,var(--jce-border))!important;
  color:var(--jce-ink)!important;
}
.jce-app .jcphe-exec-decisions>a:nth-child(2){--decision-accent:#c18a20}
.jce-app .jcphe-exec-decisions>a:nth-child(3){--decision-accent:#237eaa}
.jce-app .jcphe-exec-decisions>a:nth-child(4){--decision-accent:#7258b3}
.jce-app .jcphe-exec-decisions>a:nth-child(5){--decision-accent:#2f8b5d}
.jce-app .jcphe-exec-decisions>a.attention{--decision-accent:#c94853;background:linear-gradient(145deg,color-mix(in srgb,#c94853 13%,var(--jce-surface)),var(--jce-surface))!important;border-color:color-mix(in srgb,#c94853 48%,var(--jce-border))!important}
.jce-app .jcphe-exec-decisions>a.clear{--decision-accent:#2f8b5d;background:linear-gradient(145deg,color-mix(in srgb,#2f8b5d 12%,var(--jce-surface)),var(--jce-surface))!important;border-color:color-mix(in srgb,#2f8b5d 45%,var(--jce-border))!important}
.jce-app .jcphe-exec-decisions>a.jcphe-health-link{--decision-accent:#2f8b5d;background:linear-gradient(145deg,color-mix(in srgb,#2f8b5d 12%,var(--jce-surface)),var(--jce-surface))!important;border-color:color-mix(in srgb,#2f8b5d 45%,var(--jce-border))!important}
.jce-app .jcphe-exec-decisions>a:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--decision-accent)}
.jce-app .jcphe-exec-decisions>a :is(span,strong,small,b){color:var(--jce-ink)!important;text-shadow:none!important}
.jce-app .jcphe-exec-decisions>a span{color:color-mix(in srgb,var(--decision-accent) 78%,var(--jce-heading))!important}
.jce-app .jcphe-exec-decisions>a strong{color:var(--jce-heading)!important}
.jce-app .jcphe-exec-decisions>a small{color:color-mix(in srgb,var(--jce-ink) 76%,transparent)!important}
.jce-app .jcphe-exec-decisions>a.attention strong{color:color-mix(in srgb,#c94853 76%,var(--jce-heading))!important}
.jce-app .jcphe-exec-decisions>a.clear strong,.jce-app .jcphe-exec-decisions>a.jcphe-health-link strong{color:color-mix(in srgb,#2f8b5d 78%,var(--jce-heading))!important}

/* Home automation/data-quality signals must never fall back to a white card in dark mode. */
.jce-app .jcphe-growth-now{background:var(--jce-surface)!important;color:var(--jce-ink)!important;border-color:var(--jce-border)!important}
.jce-app .jcphe-growth-event-grid{gap:12px}
.jce-app .jcphe-growth-event{
  --signal-accent:#247aaa;
  background:linear-gradient(145deg,color-mix(in srgb,var(--signal-accent) 8%,var(--jce-surface)),var(--jce-surface))!important;
  color:var(--jce-ink)!important;
  border:1px solid color-mix(in srgb,var(--signal-accent) 32%,var(--jce-border))!important;
  border-left:4px solid var(--signal-accent)!important;
  box-shadow:0 8px 20px var(--jce-shadow)!important;
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.jce-app .jcphe-growth-event.critical{--signal-accent:#c94853}.jce-app .jcphe-growth-event.high{--signal-accent:#c18a20}.jce-app .jcphe-growth-event.medium{--signal-accent:#247aaa}
.jce-app .jcphe-growth-event:is(:hover,:focus-visible){transform:translateY(-2px);box-shadow:0 13px 28px var(--jce-shadow)!important;outline:none}
.jce-app .jcphe-growth-event>span{color:color-mix(in srgb,var(--signal-accent) 82%,var(--jce-heading))!important;opacity:1!important}
.jce-app .jcphe-growth-event>strong{color:var(--jce-heading)!important;font-size:12px;line-height:1.35}
.jce-app .jcphe-growth-event>small{color:color-mix(in srgb,var(--jce-ink) 76%,transparent)!important;opacity:1!important;line-height:1.35}

/* Keep all executive cards readable when an old hard-coded light style leaks in. */
.jce-app .jcphe-executive :is(.jcphe-exec-metric,.jcphe-exec-funnel){border-color:var(--jce-border)!important}
.jce-app .jcphe-exec-metric{background:var(--jce-surface-soft)!important;color:var(--jce-ink)!important}
.jce-app .jcphe-exec-funnel{background:var(--jce-surface-soft)!important;color:var(--jce-ink)!important}
.jce-app .jcphe-exec-funnel a :is(strong,span){color:var(--jce-heading)!important}
.jce-app .jcphe-exec-funnel a small{color:color-mix(in srgb,var(--jce-blue) 82%,var(--jce-heading))!important}

@media(prefers-color-scheme:dark){
  body.jce-app.jce-mode-auto .jcphe-exec-decisions>a,
  body.jce-app.jce-mode-auto .jcphe-growth-event{color:var(--jce-ink)!important}
}


/* 6.91.24 · Brokerage selector and header contrast hardening. */
.jcphe-brokerage-selector{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid #b8cddd;border-radius:12px;background:#f4f8fb;color:#173852}.jcphe-brokerage-selector select,.jcphe-brokerage-selector input{min-height:44px;border:1px solid #789ab0;border-radius:10px;background:#fff;color:#102f47;font-weight:650}.jcphe-brokerage-selector small{color:#38566d!important;line-height:1.4}.jcphe-brokerage-selector input[hidden]{display:none}.jce-topbar .jce-context-dossier{background:#fff!important;color:#173852!important;border:1px solid #789ab0!important}.jce-topbar .jce-context-dossier small{color:#38566d!important;font-weight:800}.jce-topbar .jce-context-dossier strong{color:#102f47!important}
.jce-field:has(> input[name="brokerage_company"]){display:none!important}
@media(max-width:640px){.jcphe-brokerage-selector{margin-bottom:12px!important}.jcphe-brokerage-selector select,.jcphe-brokerage-selector input{font-size:16px}}

/* 6.91.16 · Mi Portal button contrast hardening for public-shell header + portal actions. */
body.jce-portal .jcphe-site-nav>a,
body.jce-portal .jcphe-site-menu-group>summary,
body.jce-portal .jcphe-site-mobile-menu>summary{
  border:1px solid transparent;
  color:#173852!important;
  -webkit-text-fill-color:#173852!important;
}
body.jce-portal .jcphe-site-nav>a:hover,
body.jce-portal .jcphe-site-nav>a:focus-visible,
body.jce-portal .jcphe-site-menu-group>summary:hover,
body.jce-portal .jcphe-site-menu-group>summary:focus-visible,
body.jce-portal .jcphe-site-menu-group[open]>summary,
body.jce-portal .jcphe-site-mobile-menu>summary:hover,
body.jce-portal .jcphe-site-mobile-menu>summary:focus-visible{
  background:#eef5fa!important;
  border-color:#b8d0e2!important;
  color:#0b5686!important;
  -webkit-text-fill-color:#0b5686!important;
  box-shadow:0 8px 20px rgba(12,45,73,.08);
  outline:none;
}
body.jce-portal .jcphe-site-nav>a.is-current,
body.jce-portal .jcphe-site-menu-group>summary.is-current,
body.jce-portal .jcphe-site-mobile-panel>a.is-current{
  background:#0c2d49!important;
  border-color:#0c2d49!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 10px 24px rgba(12,45,73,.16);
}
body.jce-portal .jcphe-site-portal-link,
body.jce-portal .jcphe-site-portal-link:visited{
  background:#0c2d49!important;
  border:1px solid #0c2d49!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.jce-portal .jcphe-site-portal-link small{color:#d8ebf8!important}
body.jce-portal .jcphe-site-portal-link:hover,
body.jce-portal .jcphe-site-portal-link:focus-visible{
  background:#11446d!important;
  border-color:#11446d!important;
  box-shadow:0 14px 30px rgba(12,45,73,.18);
  outline:2px solid rgba(17,68,109,.22);
  outline-offset:2px;
}
body.jce-portal .jcphe-site-mobile-menu>summary{
  background:#fff!important;
  border-color:#c7d7e4!important;
  color:#173852!important;
  -webkit-text-fill-color:#173852!important;
  font-weight:900;
}
body.jce-portal .jcphe-site-mobile-panel>a,
body.jce-portal .jcphe-site-mega a{
  border:1px solid transparent;
  color:#173852!important;
  -webkit-text-fill-color:#173852!important;
}
body.jce-portal .jcphe-site-mobile-panel>a:hover,
body.jce-portal .jcphe-site-mobile-panel>a:focus-visible,
body.jce-portal .jcphe-site-mega a:hover,
body.jce-portal .jcphe-site-mega a:focus-visible{
  background:#f1f6fa!important;
  border-color:#d5e2ec!important;
  color:#0b5686!important;
  -webkit-text-fill-color:#0b5686!important;
  outline:none;
}
body.jce-portal .jcphe-site-mobile-panel>a small,
body.jce-portal .jcphe-site-mega small{color:#5a6f81!important;opacity:1!important}
body.jce-portal .jce-btn{
  border:1px solid transparent;
  box-shadow:0 8px 18px rgba(8,38,61,.10);
}
body.jce-portal .jce-btn.gold{background:#d5a840!important;border-color:#b98a24!important;color:#13283a!important;-webkit-text-fill-color:#13283a!important}
body.jce-portal .jce-btn.gold:hover,body.jce-portal .jce-btn.gold:focus-visible{background:#c99930!important;border-color:#a97712!important;color:#102435!important;-webkit-text-fill-color:#102435!important}
body.jce-portal .jce-btn.light{background:#f0f5f9!important;border-color:#c9d9e5!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
body.jce-portal .jce-btn.light:hover,body.jce-portal .jce-btn.light:focus-visible{background:#e7f0f7!important;border-color:#a9c2d4!important;color:#0b5686!important;-webkit-text-fill-color:#0b5686!important}
body.jce-portal .jce-btn:not(.light):not(.gold):not(.danger){background:#0c2d49!important;border-color:#0c2d49!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
body.jce-portal .jce-btn:not(.light):not(.gold):not(.danger):hover,
body.jce-portal .jce-btn:not(.light):not(.gold):not(.danger):focus-visible{background:#11446d!important;border-color:#11446d!important;outline:2px solid rgba(17,68,109,.22);outline-offset:2px}
body.jce-portal :is(a,button).jce-btn:focus-visible,body.jce-portal .jcphe-site-nav>a:focus-visible,body.jce-portal .jcphe-site-menu-group>summary:focus-visible,body.jce-portal .jcphe-site-mobile-menu>summary:focus-visible{outline:2px solid rgba(17,68,109,.22);outline-offset:2px}
/* Polylang / language switcher hardening when present in portal shell. */
body.jce-portal :is(.pll-switcher,.jcphe-language-switcher,.trp-language-switcher,.__gatsby) a,
body.jce-portal :is(.pll-switcher,.jcphe-language-switcher,.trp-language-switcher) button{color:#173852!important;-webkit-text-fill-color:#173852!important}
body.jce-portal :is(.pll-switcher,.jcphe-language-switcher,.trp-language-switcher) .current-lang a,
body.jce-portal :is(.pll-switcher,.jcphe-language-switcher,.trp-language-switcher) [aria-current="true"]{background:#0c2d49!important;color:#fff!important;-webkit-text-fill-color:#fff!important}


/* 6.91.17 · Workspace geometry hardening: keep sidebar and main content in their intended desktop grid cells. */
@media(min-width:981px){
  .jce-shell>.jce-sidebar{grid-column:1!important;grid-row:1!important}
  .jce-shell>.jce-main{grid-column:2!important;grid-row:1!important;display:block!important;min-width:0!important}
  .jce-shell>.jce-main>.jce-content{display:block!important;min-width:0!important}
}


/* 6.91.19 · Global mobile readability and sizing hardening. */
@media(max-width:900px){
  body.jce-app:not(.jce-portal) .jce-main{overflow-x:hidden!important;background:var(--jce-bg)!important}
  body.jce-app:not(.jce-portal) .jce-topbar{
    position:relative!important;top:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important;
    min-height:0!important;padding:18px max(14px,env(safe-area-inset-right)) 15px max(76px,calc(env(safe-area-inset-left) + 76px))!important;
    background:linear-gradient(135deg,#08283d,#0c4768)!important;border-bottom:1px solid #2c6079!important;color:#fff!important;box-shadow:none!important
  }
  body.jce-app:not(.jce-portal) .jce-topbar h1{margin:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(20px,5.5vw,27px)!important;line-height:1.1!important;letter-spacing:-.02em!important}
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child small{display:block!important;margin-top:5px!important;color:#c7dce8!important;-webkit-text-fill-color:#c7dce8!important;font-size:10px!important;line-height:1.35!important;opacity:1!important}
  body.jce-app:not(.jce-portal) .jce-top-searches{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:none!important;order:2!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search{grid-template-columns:minmax(0,1fr) 48px!important;width:100%!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search input{min-width:0!important;min-height:48px!important;padding:10px 13px!important;background:#071c29!important;border-color:#52758a!important;color:#f7fbfd!important;-webkit-text-fill-color:#f7fbfd!important;font-size:14px!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search input::placeholder{color:#a9c1cf!important;opacity:1!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search button{min-height:48px!important;background:#0d75a4!important;color:#fff!important;font-size:21px!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>summary{min-height:46px!important;width:100%!important;padding:10px 13px!important;background:#14384d!important;border-color:#55758a!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div{top:auto!important;bottom:calc(84px + env(safe-area-inset-bottom))!important;left:12px!important;right:12px!important;width:auto!important;max-height:min(62vh,520px)!important;overflow:auto!important;background:#0e2939!important;border-color:#496c80!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu a{color:#f4f9fc!important}.jce-top-research-menu a :is(strong,small){color:inherit!important}
  body.jce-app:not(.jce-portal) .jce-top-actions{display:flex!important;gap:8px!important;width:100%!important;order:3!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px!important;scrollbar-width:none}
  body.jce-app:not(.jce-portal) .jce-top-actions::-webkit-scrollbar{display:none}
  body.jce-app:not(.jce-portal) .jce-top-actions>.jce-btn,body.jce-app:not(.jce-portal) .jce-top-actions>details>summary{min-height:42px!important;padding:9px 12px!important;white-space:nowrap!important;font-size:11px!important}
  body.jce-app:not(.jce-portal) .jce-top-actions img{width:38px!important;height:38px!important;flex:0 0 38px!important}
  body.jce-app:not(.jce-portal) .jce-content{padding:14px max(12px,env(safe-area-inset-right)) calc(92px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important}
  body.jce-app:not(.jce-portal) .jce-card{padding:16px!important;border-radius:16px!important}
  body.jce-app:not(.jce-portal) :is(.jce-card,.jcphe-cold-dashboard) h2{font-size:clamp(19px,5vw,25px)!important;line-height:1.15!important}
  body.jce-app:not(.jce-portal) :is(.jce-card,.jcphe-cold-dashboard) h3{font-size:clamp(16px,4.2vw,20px)!important;line-height:1.2!important}
  body.jce-app:not(.jce-portal) :is(.jce-card,.jcphe-cold-dashboard) p{line-height:1.5!important}
  body.jce-app:not(.jce-portal) :is(button,.jce-btn,input,select,textarea,summary){font-size:max(16px,1em)}
  body.jce-app:not(.jce-portal) .jce-btn{min-height:44px!important;padding:10px 13px!important;border-radius:11px!important}
  body.jce-app:not(.jce-portal) :is(input,select,textarea){min-height:44px!important}
  body.jce-app:not(.jce-portal) .jce-table-wrap{border-radius:12px!important;-webkit-overflow-scrolling:touch}
  body.jce-app:not(.jce-portal) .jce-table{min-width:640px!important}
  body.jce-app:not(.jce-portal) :is(.jce-muted,.jce-card small,.jce-card p){color:var(--jce-ink)!important;opacity:.82!important}
  body.jce-app:not(.jce-portal) .jce-eyebrow{color:#e7ba55!important;opacity:1!important}
  body.jce-app:not(.jce-portal) .jce-mobile-toggle{top:max(12px,env(safe-area-inset-top))!important;min-width:70px!important;height:46px!important;border-color:#5c8197!important;background:linear-gradient(145deg,#0b3650,#14668c)!important;color:#fff!important}
  body.jce-app:not(.jce-portal).admin-bar .jce-mobile-toggle{top:56px!important}
}
@media(max-width:520px){
  body.jce-app:not(.jce-portal) .jce-topbar{padding-left:max(74px,calc(env(safe-area-inset-left) + 74px))!important}
  body.jce-app:not(.jce-portal) .jce-card{padding:14px!important}
  body.jce-app:not(.jce-portal) .jce-content{padding-left:max(10px,env(safe-area-inset-left))!important;padding-right:max(10px,env(safe-area-inset-right))!important}
}


/* 6.91.20 · Mobile header geometry: compact, non-overlapping controls across every operations screen. */
@media(max-width:900px){
  body.jce-app:not(.jce-portal) .jce-topbar{isolation:isolate!important;padding-top:14px!important;padding-bottom:12px!important}
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child{min-width:0!important;padding-right:4px!important}
  body.jce-app:not(.jce-portal) .jce-topbar h1{overflow-wrap:anywhere!important}
  body.jce-app:not(.jce-portal) .jce-top-actions{min-height:44px!important}
  body.jce-app:not(.jce-portal) .jce-content>*:first-child{margin-top:0!important}
  body.jce-app:not(.jce-portal) .jce-content{scroll-padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}
}


/* 6.91.21 · Mobile collision audit: tabs, floating controls and narrow-device navigation. */
@media(max-width:900px){
  body.jce-app:not(.jce-portal) .jcphe-cold-subnav{
    display:flex!important;flex-wrap:nowrap!important;max-width:100%!important;
    overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;
    scrollbar-width:none!important;overscroll-behavior-inline:contain;
  }
  body.jce-app:not(.jce-portal) .jcphe-cold-subnav::-webkit-scrollbar{display:none!important}
  body.jce-app:not(.jce-portal) .jcphe-cold-subnav>a,
  body.jce-app:not(.jce-portal) .jcphe-cold-subnav>.jcphe-cold-more{flex:0 0 auto!important}
  body.jce-app:not(.jce-portal) .jcphe-prospect-mobile-nav{
    bottom:calc(84px + env(safe-area-inset-bottom))!important;
    z-index:100120!important;max-width:100%!important;overflow:hidden!important;
    box-shadow:0 10px 28px rgba(4,27,44,.16)!important;
  }
  body.jce-app:not(.jce-portal) .jcphe-copilot-orb{
    right:14px!important;bottom:calc(148px + env(safe-area-inset-bottom))!important;
    z-index:100185!important;min-width:50px!important;height:46px!important;
  }
  body.jce-app:not(.jce-portal) .jcphe-copilot-drawer{
    bottom:calc(84px + env(safe-area-inset-bottom))!important;
    max-height:calc(100dvh - 110px - env(safe-area-inset-bottom))!important;
  }
}
@media(max-width:390px){
  .jcphe-687-bottom a{padding-inline:1px!important}
  .jcphe-687-bottom a b{font-size:9px!important;white-space:normal!important;text-align:center!important;line-height:1.05!important}
  .jcphe-687-bottom a span{font-size:20px!important}
  body.jce-app:not(.jce-portal) .jcphe-prospect-mobile-nav a{font-size:7.5px!important;line-height:1.05!important;padding-inline:2px!important}
}


/* 6.91.22 · Mobile unified shell: eliminate desktop/light header leakage at every mobile breakpoint. */
@media(max-width:980px){
  body.jce-app:not(.jce-portal) .jce-main{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin-left:0!important;overflow-x:clip!important;background:var(--jce-page)!important;
  }
  body.jce-app:not(.jce-portal) .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-mobile .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-tablet .jce-topbar{
    position:relative!important;top:auto!important;z-index:30!important;isolation:isolate!important;
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:10px!important;
    width:100%!important;max-width:100%!important;min-height:0!important;margin:0!important;
    padding:15px max(14px,env(safe-area-inset-right)) 14px max(74px,calc(env(safe-area-inset-left) + 74px))!important;
    background:linear-gradient(135deg,#08283d 0%,#0b3e5a 58%,#0b5877 100%)!important;
    border:0!important;border-bottom:1px solid #397087!important;border-radius:0!important;
    color:#f7fbff!important;box-shadow:0 8px 20px rgba(2,22,36,.12)!important;
    backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  }
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child{min-width:0!important;margin:0!important;padding:0!important}
  body.jce-app:not(.jce-portal) .jce-topbar h1{
    margin:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
    font-size:clamp(20px,5.5vw,25px)!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.02em!important;
    text-shadow:0 1px 1px rgba(0,0,0,.12)!important
  }
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child small{
    display:block!important;margin-top:4px!important;color:#c5dbe7!important;-webkit-text-fill-color:#c5dbe7!important;
    font-size:10px!important;line-height:1.3!important;font-weight:650!important;opacity:1!important;white-space:normal!important
  }
  body.jce-app:not(.jce-portal) .jce-top-searches{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;order:2!important;
    width:100%!important;max-width:none!important;min-width:0!important;margin:0!important
  }
  body.jce-app:not(.jce-portal) .jce-top-global-search{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;width:100%!important;min-width:0!important;margin:0!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search input{
    min-width:0!important;width:100%!important;min-height:46px!important;height:46px!important;margin:0!important;padding:9px 13px!important;
    border:1px solid #547a90!important;border-right:0!important;border-radius:12px 0 0 12px!important;
    background:#071d2a!important;color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;font-size:15px!important;line-height:1.2!important
  }
  body.jce-app:not(.jce-portal) .jce-top-global-search input::placeholder{color:#afc5d1!important;opacity:1!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search button{
    min-width:46px!important;width:46px!important;min-height:46px!important;height:46px!important;margin:0!important;padding:0!important;
    border:1px solid #1682af!important;border-radius:0 12px 12px 0!important;background:#0b79a6!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:21px!important
  }
  body.jce-app:not(.jce-portal) .jce-top-research-menu{width:100%!important;min-width:0!important;margin:0!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>summary{
    justify-content:space-between!important;width:100%!important;min-height:44px!important;padding:10px 13px!important;
    border:1px solid #4d7186!important;border-radius:11px!important;background:#123a50!important;color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;
    font-size:12px!important;font-weight:850!important
  }
  body.jce-app:not(.jce-portal) .jce-top-research-menu>summary span{color:#e2ba55!important;-webkit-text-fill-color:#e2ba55!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div{
    position:fixed!important;z-index:100320!important;left:10px!important;right:10px!important;top:auto!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;
    width:auto!important;max-height:62dvh!important;padding:8px!important;overflow:auto!important;border:1px solid #496b80!important;border-radius:16px!important;
    background:#0d2432!important;color:#eef7fb!important;box-shadow:0 22px 58px rgba(0,0,0,.38)!important
  }
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div a{min-height:48px!important;padding:10px 12px!important;color:#eef7fb!important;-webkit-text-fill-color:#eef7fb!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div a:hover,body.jce-app:not(.jce-portal) .jce-top-research-menu>div a:focus-visible{background:#17384b!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div strong{color:#fff!important;-webkit-text-fill-color:#fff!important}
  body.jce-app:not(.jce-portal) .jce-top-research-menu>div small{color:#bad0dc!important;-webkit-text-fill-color:#bad0dc!important}
  body.jce-app:not(.jce-portal) .jce-top-actions{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;order:3!important;
    width:100%!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;flex-wrap:wrap!important
  }
  body.jce-app:not(.jce-portal) .jce-top-actions>.jce-btn,
  body.jce-app:not(.jce-portal) .jce-top-actions>details>summary{
    min-height:42px!important;padding:9px 13px!important;border-radius:11px!important;font-size:11px!important;line-height:1.1!important
  }
  body.jce-app:not(.jce-portal) .jce-top-actions .jce-new-menu{margin-left:auto!important}
  body.jce-app:not(.jce-portal) .jce-top-actions .jce-new-menu>summary.jce-btn.gold{
    background:#d7aa42!important;border:1px solid #e6c46e!important;color:#13283a!important;-webkit-text-fill-color:#13283a!important;box-shadow:0 7px 18px rgba(0,0,0,.13)!important
  }
  body.jce-app:not(.jce-portal) .jce-new-menu-panel{
    position:fixed!important;z-index:100330!important;left:10px!important;right:10px!important;top:auto!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;
    width:auto!important;max-width:none!important;max-height:66dvh!important;overflow:auto!important;padding:8px!important;
    border:1px solid #496b80!important;border-radius:16px!important;background:#0d2432!important;color:#eef7fb!important;box-shadow:0 22px 58px rgba(0,0,0,.4)!important
  }
  body.jce-app:not(.jce-portal) .jce-new-menu-panel a{min-height:50px!important;padding:10px 12px!important;color:#eef7fb!important;-webkit-text-fill-color:#eef7fb!important}
  body.jce-app:not(.jce-portal) .jce-new-menu-panel a:hover,body.jce-app:not(.jce-portal) .jce-new-menu-panel a:focus-visible{background:#17384b!important}
  body.jce-app:not(.jce-portal) .jce-new-menu-panel a strong{color:#fff!important;-webkit-text-fill-color:#fff!important}
  body.jce-app:not(.jce-portal) .jce-new-menu-panel a small{color:#bad0dc!important;-webkit-text-fill-color:#bad0dc!important}
  body.jce-app:not(.jce-portal) .jce-content{
    width:100%!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;
    padding:14px max(12px,env(safe-area-inset-right)) calc(104px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;
    background:transparent!important;overflow-x:clip!important
  }
  body.jce-app:not(.jce-portal) .jce-mobile-toggle{
    z-index:100250!important;left:max(10px,env(safe-area-inset-left))!important;top:max(11px,env(safe-area-inset-top))!important;
    min-width:68px!important;width:auto!important;height:46px!important;padding:9px 11px!important;border:1px solid #63869a!important;border-radius:13px!important;
    background:linear-gradient(145deg,#0b3650,#14688f)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 8px 20px rgba(0,0,0,.2)!important
  }
  body.jce-app:not(.jce-portal).admin-bar .jce-mobile-toggle{top:max(55px,calc(46px + env(safe-area-inset-top)))!important}
  body.jce-app:not(.jce-portal) :is(.jce-card,.jce-table-wrap,.jce-table,.jce-tabs,.jce-metrics-panel,.jce-workspace-selector,.jce-inventory-summary){max-width:100%!important;min-width:0!important;border-color:var(--jce-border)!important}
  body.jce-app:not(.jce-portal) :is(.jce-grid,.jce-form-grid,.jce-checks,[class*="-grid"]){max-width:100%!important;min-width:0!important}
  body.jce-app:not(.jce-portal) :is(img,video,iframe,canvas,svg){max-width:100%!important;height:auto}
  body.jce-app:not(.jce-portal) :is(input,select,textarea,button,.jce-btn,summary){max-width:100%!important}
  body.jce-app:not(.jce-portal) .jce-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
}
@media(max-width:520px){
  body.jce-app:not(.jce-portal) .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-mobile .jce-topbar{
    gap:8px!important;padding:13px max(10px,env(safe-area-inset-right)) 12px max(72px,calc(env(safe-area-inset-left) + 72px))!important
  }
  body.jce-app:not(.jce-portal) .jce-topbar h1{font-size:21px!important}
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child small{font-size:9px!important}
  body.jce-app:not(.jce-portal) .jce-top-global-search input{font-size:14px!important}
  body.jce-app:not(.jce-portal) .jce-top-actions>.jce-btn,body.jce-app:not(.jce-portal) .jce-top-actions>details>summary{min-height:40px!important;padding:8px 11px!important}
}


/* 6.91.23 · Mobile first-content visibility: never let module selectors/tabs slide under the header. */
@media (max-width:1100px), (hover:none) and (pointer:coarse){
  body.jce-app:not(.jce-portal) .jce-main{
    overflow-x:hidden!important;
    overflow-y:visible!important;
  }
  body.jce-app:not(.jce-portal) .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-mobile .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-tablet .jce-topbar,
  body.jce-app:not(.jce-portal).jce-layout-desktop .jce-topbar{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    transform:none!important;
    margin:0!important;
  }
  body.jce-app:not(.jce-portal) .jce-content,
  body.jce-app:not(.jce-portal).jce-layout-mobile .jce-content,
  body.jce-app:not(.jce-portal).jce-layout-tablet .jce-content,
  body.jce-app:not(.jce-portal).jce-layout-desktop .jce-content{
    position:relative!important;
    z-index:1!important;
    overflow:visible!important;
    padding-top:22px!important;
  }
  body.jce-app:not(.jce-portal) .jce-content>*:first-child{
    position:relative!important;
    z-index:1!important;
    margin-top:0!important;
    transform:none!important;
    scroll-margin-top:18px!important;
  }
  body.jce-app:not(.jce-portal) :is(
    .jcphe-client-segments,
    .jcphe-cold-subnav,
    .jcphe-prospect-mobile-nav,
    .jce-tabs,
    .jcphe-production-tabs,
    .jcphe-module-tabs,
    .jcphe-workspace-selector,
    .jce-workspace-selector
  ){
    position:relative!important;
    top:auto!important;
    transform:none!important;
    margin-top:0!important;
    scroll-margin-top:18px!important;
  }
  body.jce-app:not(.jce-portal) .jcphe-client-segments{
    padding-top:2px!important;
    padding-bottom:2px!important;
    overflow:visible!important;
  }
}
@media(max-width:520px){
  body.jce-app:not(.jce-portal) .jce-content,
  body.jce-app:not(.jce-portal).jce-layout-mobile .jce-content{padding-top:18px!important}
  body.jce-app:not(.jce-portal) .jcphe-client-segments{gap:9px!important}
  body.jce-app:not(.jce-portal) .jcphe-client-segments a{min-height:76px!important;padding:10px 8px!important}
}


/* 6.91.24 · Desktop command center polish inspired by the approved dark reference. */
@media(min-width:901px){
 body.jce-app .jce-topbar{min-height:72px!important;padding-top:14px!important;padding-bottom:14px!important;background:linear-gradient(90deg,#071d2d,#0a2f48)!important;border-bottom:1px solid #31546b!important;box-shadow:0 10px 28px rgba(0,0,0,.16)!important}
 body.jce-app .jce-topbar :is(h1,h2,h3,strong){color:#fff!important}
 body.jce-app .jce-topbar :is(p,small){color:#bcd0dc!important}
 body.jce-app .jce-topbar input{background:#061c2c!important;color:#f6fbff!important;border-color:#41677e!important}
 body.jce-app .jce-topbar input::placeholder{color:#a9bfcc!important;opacity:1!important}
 .jcphe-exec-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(330px,430px)!important;align-items:center!important;gap:18px!important;padding:18px 20px!important;background:linear-gradient(120deg,#07283e 0%,#07567b 68%,#08324b 100%)!important;border-color:#1f7299!important;box-shadow:0 16px 38px rgba(0,0,0,.18)!important}
 .jcphe-exec-hero>div:first-child{min-width:0!important}.jcphe-exec-live{min-width:145px!important}
 .jcphe-exec-day{display:grid!important;gap:10px!important;min-width:0!important;padding:13px 14px!important;border:1px solid #2b6d8f!important;border-radius:15px!important;background:linear-gradient(145deg,#071e30,#0a2b42)!important;color:#eef8ff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 26px rgba(0,0,0,.16)!important}
 .jcphe-exec-day-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.jcphe-exec-day-head strong{color:#f7fbff!important;font-size:10px!important;letter-spacing:.07em!important}.jcphe-exec-day-head a{padding:6px 9px!important;border:1px solid #2b7eaa!important;border-radius:8px!important;background:#0d6b99!important;color:#fff!important;font-size:9px!important;font-weight:850!important;text-decoration:none!important}
 .jcphe-exec-day-grid{display:grid!important;grid-template-columns:1fr 1fr!important;border:1px solid #244b62!important;border-radius:11px!important;overflow:hidden!important}.jcphe-exec-day-grid a{display:grid!important;gap:2px!important;padding:10px 12px!important;color:#fff!important;text-decoration:none!important;background:rgba(255,255,255,.025)!important}.jcphe-exec-day-grid a+a{border-left:1px solid #244b62!important}.jcphe-exec-day-grid strong{color:#fff!important;font-size:20px!important;line-height:1!important}.jcphe-exec-day-grid span{color:#c7d8e2!important;font-size:8px!important;font-weight:750!important}
 .jcphe-exec-decisions>a,.jcphe-exec-decisions>article{background:linear-gradient(145deg,#0a2536,#0b2c40)!important;border-color:#315b72!important;box-shadow:0 8px 22px rgba(0,0,0,.12)!important}.jcphe-exec-decisions span{color:#c9dce6!important}.jcphe-exec-decisions strong{color:#fff!important}.jcphe-exec-decisions small{color:#b6ccd8!important}.jcphe-exec-decisions .attention,.jcphe-exec-decisions .clear,.jcphe-exec-decisions .jcphe-health-link{background:linear-gradient(145deg,#0a2b34,#0c3440)!important}
 .jcphe-executive>.jcphe-exec-grid>.jce-card{background:linear-gradient(145deg,#082333,#0a293b)!important;border-color:#315b72!important;color:#eaf5fb!important}.jcphe-executive>.jcphe-exec-grid>.jce-card :is(h2,h3,strong){color:#fff!important}.jcphe-executive>.jcphe-exec-grid>.jce-card :is(p,small,span){color:#bdd0dc!important}
 .jcphe-687-brief{background:linear-gradient(145deg,#071e30,#0a2b42)!important;color:#eef8ff!important;border-color:#2b6d8f!important}.jcphe-687-brief :is(h2,strong,span){color:#fff!important}.jcphe-687-brief :is(p,small){color:#c3d5df!important}.jcphe-687-brief>button{color:#fff!important}
}
@media(min-width:901px) and (max-width:1240px){.jcphe-exec-hero{grid-template-columns:minmax(0,1fr) minmax(300px,390px)!important}.jcphe-exec-live{display:none!important}}
@media(max-width:900px){.jcphe-exec-day{display:none!important}}

/* 6.92.1 · Mobile shell final hardening + Team & Agents safety pass. */
@media (max-width:1100px), (hover:none) and (pointer:coarse){
  html,body.jce-app{max-width:100%!important;overflow-x:hidden!important}
  body.jce-app:not(.jce-portal) .jce-shell,
  body.jce-app:not(.jce-portal) .jce-main{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}
  body.jce-app:not(.jce-portal) .jce-topbar{
    position:relative!important;inset:auto!important;height:auto!important;max-height:none!important;overflow:visible!important;
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important;align-items:stretch!important;
    padding:14px max(12px,env(safe-area-inset-right)) 13px max(74px,calc(env(safe-area-inset-left) + 74px))!important;
    background:#082b40!important;background-image:linear-gradient(135deg,#061f31 0%,#0a3f5d 62%,#086883 100%)!important;
    border:0!important;border-bottom:1px solid #3d7188!important;border-radius:0!important;color:#fff!important;
    box-shadow:0 9px 22px rgba(0,0,0,.18)!important
  }
  body.jce-app:not(.jce-portal) .jce-topbar>*{position:relative!important;z-index:1!important;max-width:100%!important;min-width:0!important}
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child{display:block!important;padding:0!important;margin:0!important;background:transparent!important}
  body.jce-app:not(.jce-portal) .jce-topbar h1{display:block!important;margin:0!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important}
  body.jce-app:not(.jce-portal) .jce-topbar>div:first-child small{color:#c7dce8!important;-webkit-text-fill-color:#c7dce8!important}
  body.jce-app:not(.jce-portal) .jce-top-searches,
  body.jce-app:not(.jce-portal) .jce-top-actions{background:transparent!important}
  body.jce-app:not(.jce-portal) .jce-content{width:100%!important;max-width:100%!important;margin:0!important;padding-top:16px!important}
  body.jce-app:not(.jce-portal) .jce-mobile-toggle{top:max(10px,env(safe-area-inset-top))!important}
}
@media(max-width:520px){
  body.jce-app:not(.jce-portal) .jce-topbar{padding-left:max(72px,calc(env(safe-area-inset-left) + 72px))!important;padding-right:max(10px,env(safe-area-inset-right))!important}
  body.jce-app:not(.jce-portal) .jce-top-actions{justify-content:flex-start!important}
  body.jce-app:not(.jce-portal) .jce-top-actions .jce-new-menu{margin-left:0!important}
}

.jcphe-team-toolbar{align-items:flex-end}.jcphe-team-toolbar h2{margin:.15rem 0 .25rem}.jcphe-team-toolbar p{max-width:900px;margin-bottom:0}
.jcphe-team-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}
.jcphe-team-kpis article{padding:16px;border:1px solid var(--jce-border);border-radius:15px;background:var(--jce-surface);box-shadow:0 8px 22px var(--jce-shadow)}
.jcphe-team-kpis small,.jcphe-team-kpis span{display:block;color:var(--jce-ink);opacity:.72}.jcphe-team-kpis strong{display:block;margin:5px 0;font-size:29px;color:var(--jce-heading)}
.jcphe-team-editor{margin-bottom:18px}.jcphe-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.jcphe-team-member{position:relative;padding:16px;border:1px solid var(--jce-border);border-radius:16px;background:var(--jce-surface-soft);overflow:hidden}
.jcphe-team-member:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#7891a1}.jcphe-team-member.status-productive:before{background:#23865a}.jcphe-team-member.status-onboarding:before{background:#0e8fa3}.jcphe-team-member.status-attention:before,.jcphe-team-member.status-at_risk:before{background:#d09327}.jcphe-team-member.status-inactive:before{background:#7f8991}
.jcphe-team-member header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.jcphe-team-member header img{border-radius:12px}.jcphe-team-member h3{margin:0 0 3px}.jcphe-team-member header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jcphe-team-status{padding:5px 8px;border:1px solid var(--jce-border);border-radius:999px;background:var(--jce-surface);font-size:10px;font-weight:850;white-space:nowrap}
.jcphe-team-member dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.jcphe-team-member dl div{padding:9px;border:1px solid var(--jce-border);border-radius:10px;background:var(--jce-surface)}.jcphe-team-member dt{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.65}.jcphe-team-member dd{margin:3px 0 0;font-weight:800;overflow-wrap:anywhere}.jcphe-team-access-form{margin-top:8px}.jcphe-team-access-form .jce-btn{width:100%}
body.jce-mode-dark .jcphe-team-kpis article,body.jce-mode-dark .jcphe-team-member,body.jce-mode-dark .jcphe-team-member dl div,body.jce-mode-dark .jcphe-team-status{background:#0d2535!important;border-color:#36586c!important;color:#eef7fb!important}
@media(max-width:1050px){.jcphe-team-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.jcphe-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.jcphe-team-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.jcphe-team-kpis article{padding:12px}.jcphe-team-grid{grid-template-columns:1fr}.jcphe-team-member header{grid-template-columns:auto minmax(0,1fr)}.jcphe-team-status{grid-column:1/-1;justify-self:start}.jcphe-team-member dl{grid-template-columns:1fr 1fr}.jcphe-team-member .jce-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.jcphe-team-member .jce-actions .jce-btn{width:100%!important}}

.jcphe-team-security-note{margin:8px 0 0;padding:8px 10px;border:1px solid var(--jce-border);border-radius:10px;font-size:11px;font-weight:800;opacity:.85}

/* 6.94.0 Office OS / Agent 360 */
.jcphe-office-os{margin-bottom:22px}.jcphe-office-os-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(340px,1.2fr);gap:20px}.jcphe-office-settings{display:grid;gap:12px}.jcphe-office-settings label{display:grid;gap:6px;font-weight:700}.jcphe-office-settings select{width:100%;min-height:44px}.jcphe-office-action-list{display:grid;gap:9px}.jcphe-office-action-list article{display:flex;gap:10px;padding:11px 12px;border:1px solid rgba(20,35,55,.10);border-radius:12px}.jcphe-office-action-list article>span{width:9px;height:9px;border-radius:50%;background:#c2a15a;margin-top:5px;flex:0 0 auto}.jcphe-office-action-list article.priority-high>span{background:#b84848}.jcphe-office-action-list strong,.jcphe-office-action-list small{display:block}.jcphe-office-action-list small{margin-top:3px;opacity:.72}.jcphe-agent360-kpis{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:10px;margin:16px 0}.jcphe-agent360-kpis article{padding:13px;border:1px solid rgba(20,35,55,.09);border-radius:14px}.jcphe-agent360-kpis small,.jcphe-agent360-kpis strong,.jcphe-agent360-kpis span{display:block}.jcphe-agent360-kpis strong{font-size:1.35rem;margin:4px 0}.jcphe-onboarding-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:8px;margin:14px 0}.jcphe-agent-signals{margin-top:16px;padding:12px 14px;border-radius:12px;background:rgba(184,72,72,.06)}
@media(max-width:900px){.jcphe-office-os-grid{grid-template-columns:1fr}.jcphe-agent360-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.jcphe-agent360-kpis,.jcphe-onboarding-grid{grid-template-columns:1fr}}
\n/* 6.96 Production Candidate: readiness + simplified client today */
.jcphe-readiness-strip{display:grid;grid-template-columns:minmax(180px,.35fr) 1fr;gap:18px;padding:16px 18px;margin-bottom:18px;border:1px solid #d9e5ef;border-radius:16px;background:#f7fafc}.jcphe-readiness-strip>div:first-child{display:flex;flex-direction:column;gap:4px}.jcphe-readiness-strip strong{font-size:28px}.jcphe-readiness-strip>div:last-child{display:flex;flex-wrap:wrap;gap:8px;align-content:center}.jcphe-readiness-strip span{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #dbe4ec;font-size:13px}.jcphe-readiness-strip.needs-review{border-color:#ead7a1;background:#fffaf0}.jcphe-client-today{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;margin:0 0 18px;border-radius:18px;background:#f5f8fb;border:1px solid #dde7ef}.jcphe-client-today h2{margin:3px 0 5px}.jcphe-client-today p{margin:0;color:#53687b}.jcphe-client-today-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:800px){.jcphe-readiness-strip{grid-template-columns:1fr}.jcphe-client-today{align-items:flex-start;flex-direction:column;padding:16px}.jcphe-client-today-actions{justify-content:flex-start;width:100%}.jcphe-client-today-actions .jce-btn{flex:1;text-align:center}}@media(max-width:520px){.jcphe-readiness-strip{padding:13px}.jcphe-client-today{border-radius:14px}.jcphe-client-today-actions{display:grid;grid-template-columns:1fr;width:100%}}\n

/* v7.0.3 · mobile top workspace continuity + iOS safe area */
@media(max-width:980px){
 body.jce-app{background:#071d2a!important;overflow-x:hidden}
 .jce-main{background:#071d2a!important;min-height:100vh!important}
 .jce-topbar{position:relative!important;display:block!important;padding:calc(72px + env(safe-area-inset-top)) 16px 16px!important;background:linear-gradient(180deg,#082b43 0%,#0b3852 100%)!important;border-bottom:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:none!important;backdrop-filter:none!important}
 .jce-topbar>div:first-child{padding:0!important;margin:0 0 14px!important}
 .jce-topbar h1{color:#fff!important;font-size:22px!important;line-height:1.15!important;margin:0 0 5px!important;text-shadow:none!important}
 .jce-topbar small{color:#c5d9e5!important;opacity:1!important}
 .jce-top-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}
 .jce-top-actions>.jce-dossier-shortcut,.jce-top-actions>.jce-context-action,.jce-top-actions>.jce-portal-shortcut,.jce-top-actions>.jce-logout-desktop,.jce-top-actions>img,.jce-top-actions>.avatar,.jce-top-actions>.jce-context-dossier{display:none!important}
 .jce-top-actions .jce-top-global-search,.jce-top-actions .jce-top-research-menu,.jce-top-actions .jce-new-menu{width:100%!important;margin:0!important}
 .jce-top-global-search{display:grid!important;grid-template-columns:minmax(0,1fr) 58px!important;background:#071f31!important;border:1px solid #4b7993!important;border-radius:16px!important;overflow:hidden!important;min-height:58px!important}
 .jce-top-global-search input{min-width:0!important;width:100%!important;border:0!important;background:#071f31!important;color:#fff!important;font-size:16px!important;padding:0 16px!important;outline:none!important}
 .jce-top-global-search input::placeholder{color:#d4e1e8!important;opacity:.9!important}
 .jce-top-global-search button{border:0!important;border-left:1px solid #315b74!important;background:#1190bd!important;color:#fff!important;font-size:22px!important;border-radius:0!important}
 .jce-top-research-menu>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:58px!important;padding:0 16px!important;background:#154a65!important;color:#fff!important;border:1px solid #4b7993!important;border-radius:15px!important;font-size:16px!important;font-weight:800!important;list-style:none!important}
 .jce-new-menu{align-self:flex-start!important;width:auto!important}
 .jce-new-menu>summary{min-height:54px!important;padding:0 20px!important;border-radius:14px!important;box-shadow:0 7px 18px rgba(0,0,0,.16)!important}
 .jce-content{background:#071d2a!important;padding:16px 12px calc(92px + env(safe-area-inset-bottom))!important;margin:0!important;max-width:none!important}
 .jce-mobile-toggle{top:calc(12px + env(safe-area-inset-top))!important;left:12px!important;width:auto!important;min-width:116px!important;height:48px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:14px!important;background:linear-gradient(135deg,#0b3d5f,#12658a)!important;box-shadow:0 8px 22px rgba(0,0,0,.26)!important;padding:0 14px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important}
 .jce-mobile-toggle:after{content:'Menú';color:#fff;font-size:14px;font-weight:850}
 .jce-mobile-toggle span{width:22px!important;flex:0 0 22px!important}
 .jce-card{max-width:100%!important;min-width:0!important}
}
@media(max-width:520px){
 .jce-topbar{padding-left:14px!important;padding-right:14px!important}
 .jce-content{padding-left:10px!important;padding-right:10px!important}
 .jce-topbar h1{font-size:20px!important}
}
/* diagnostic + monitor layout */
.jce-context-dossier{background:#fff!important;color:#12304a!important;border:1px solid #b8ccda!important;border-radius:12px;padding:9px 13px;text-decoration:none;display:flex;flex-direction:column;min-width:135px}.jce-context-dossier small{color:#49657a!important;font-weight:800}.jce-context-dossier strong{color:#082b45!important;font-weight:900}.jce-workspace-selector>div>small{color:#9a6c08!important;font-weight:900}.jce-workspace-selector>div>h2{color:#082b45!important}.jce-workspace-selector>div>p{color:#36556b!important}
.jce-topbar .jce-context-dossier{display:flex!important;background:#fff!important;color:#0b2d49!important;-webkit-text-fill-color:#0b2d49!important;border:2px solid #527d98!important}.jce-topbar .jce-context-dossier small{color:#315a73!important;-webkit-text-fill-color:#315a73!important;font-size:9px!important}.jce-topbar .jce-context-dossier strong{color:#082b45!important;-webkit-text-fill-color:#082b45!important;font-size:12px!important}
.jce-app .jce-topbar a.jce-context-dossier{background:#0b3b5d!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:2px solid #77b9d2!important;box-shadow:0 5px 14px rgba(4,27,46,.24)!important}.jce-app .jce-topbar a.jce-context-dossier small,.jce-app .jce-topbar a.jce-context-dossier strong{color:#fff!important;-webkit-text-fill-color:#fff!important}.jce-app .jce-topbar a.jce-context-dossier small{opacity:.9!important}.jce-app .jce-topbar a.jce-context-dossier:hover,.jce-app .jce-topbar a.jce-context-dossier:focus-visible{background:#125278!important;color:#fff!important}
.jce-app .jce-btn.gold{background:#b88618!important;color:#101f2d!important;border:1px solid #8b650f!important;text-shadow:none!important}.jce-app .jce-btn.gold:hover,.jce-app .jce-btn.gold:focus-visible{background:#966d0e!important;color:#fff!important}.jce-app .jce-btn.light{background:#e4edf3!important;color:#092d4d!important;border:1px solid #8aa6b8!important}.jce-app .jce-btn.light:hover,.jce-app .jce-btn.light:focus-visible{background:#cfe0ea!important;color:#061d31!important}
.jcphe-health-score{display:flex;flex-direction:column;align-items:flex-end}.jcphe-health-score strong{font-size:28px;color:#0b3c5e}.jcphe-health-score span{font-size:12px;color:#657c8e}.jcphe-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.jcphe-health-grid article{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #d9e5ec;border-radius:13px;background:#f8fbfd}.jcphe-health-grid article>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#dff5e8;color:#17633e;font-weight:900;flex:0 0 28px}.jcphe-health-grid article.is-warning>span{background:#fff1cf;color:#8a5a00}.jcphe-health-grid small{display:block;margin-top:3px;color:#667d8d}.jcphe-performance-monitor .jce-stat{border:1px solid #dce7ed;border-radius:14px;padding:15px;background:#f9fbfc}@media(max-width:900px){.jcphe-health-grid{grid-template-columns:1fr}.jcphe-health-score{align-items:flex-start}.jcphe-performance-monitor .jce-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:520px){.jcphe-performance-monitor .jce-grid{grid-template-columns:1fr!important}}
/* 7.0.0 — authenticated client portal navigation: compact, clear and stable. */
body.jce-portal .jcphe-client-portal-nav{align-items:center;gap:4px}
body.jce-portal .jcphe-client-portal-nav>a{font-size:12px!important}
body.jce-portal .jcphe-client-portal-nav>a.jcphe-portal-return{margin-left:5px;background:#0b3b5d!important;color:#fff!important;border:1px solid #77b9d2!important;box-shadow:0 4px 10px rgba(4,27,46,.16)}
body.jce-portal .jcphe-client-portal-nav>a.jcphe-portal-return:hover,body.jce-portal .jcphe-client-portal-nav>a.jcphe-portal-return:focus-visible{background:#125278!important;color:#fff!important}
body.jce-portal .jcphe-site-mobile-panel>a.jcphe-portal-return{margin-top:7px;justify-content:center;background:#0b3b5d!important;color:#fff!important;border:1px solid #77b9d2!important}
body.jce-portal a.jcphe-portal-return,
body.jce-portal a.jcphe-portal-return:visited{background:#0b3b5d!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}
body.jce-portal a.jcphe-portal-return:hover,
body.jce-portal a.jcphe-portal-return:focus-visible{background:#125278!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
body.jce-portal .jcphe-client-portal-nav{flex-wrap:wrap!important;overflow:visible!important}
body.jce-portal .jcphe-client-portal-nav>a.jcphe-public-blog-link{display:inline-flex!important;flex:0 0 auto!important;background:#e1b94e!important;color:#102f47!important;-webkit-text-fill-color:#102f47!important;border:1px solid #9b761a!important;border-radius:10px!important;font-weight:900!important;opacity:1!important;visibility:visible!important;box-shadow:0 4px 10px rgba(11,48,70,.12)!important}
body.jce-portal .jcphe-client-portal-nav>a.jcphe-public-blog-link:hover,body.jce-portal .jcphe-client-portal-nav>a.jcphe-public-blog-link:focus-visible{background:#c89625!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
body.jce-portal .jcphe-site-mobile-panel>a.jcphe-public-blog-link{display:flex!important;background:#e1b94e!important;color:#102f47!important;-webkit-text-fill-color:#102f47!important;border:1px solid #9b761a!important;font-weight:900!important}
/* CFA restored: readable results on light cards and dark application shell. */
.jcphe-cfa-module{color:#173852!important}.jcphe-cfa-module h2,.jcphe-cfa-module h3,.jcphe-cfa-module label,.jcphe-cfa-module strong{color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jce-eyebrow{color:#8b681c!important;-webkit-text-fill-color:#8b681c!important}.jcphe-cfa-module .jce-notice.error{background:#fff2f1!important;color:#6f1d18!important}.jcphe-cfa-module .jcphe-cfa-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0}.jcphe-cfa-module .jcphe-cfa-stats>div{background:#eaf3f7!important;border:1px solid #b7cdd9!important;border-radius:12px;padding:13px}.jcphe-cfa-module .jcphe-cfa-stats small,.jcphe-cfa-module .jcphe-cfa-stats strong{display:block}.jcphe-cfa-module .jcphe-cfa-stats small{color:#49677b!important}.jcphe-cfa-module .jcphe-cfa-stats strong{font-size:20px;margin-top:5px}.jcphe-cfa-options{display:grid;gap:10px}.jcphe-cfa-options article{background:#fff!important;border:1px solid #b7cdd9!important;border-left:5px solid #cfa84f!important;border-radius:12px;padding:14px}.jcphe-cfa-options article span{display:block;color:#49677b!important;margin-top:4px}.jcphe-cfa-options article p,.jcphe-cfa-footnote{color:#49677b!important}.jcphe-cfa-module .jce-table{color:#173852!important;background:#fff!important}.jcphe-cfa-module .jce-table th{background:#eaf3f7!important;color:#173852!important}.jcphe-cfa-module .jce-table td{color:#173852!important;background:#fff!important}@media(max-width:900px){.jcphe-cfa-module .jcphe-cfa-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.jcphe-cfa-module .jcphe-cfa-stats{grid-template-columns:1fr}}
.jcphe-cfa-module .jce-toolbar h2,.jcphe-cfa-module .jce-toolbar p,.jcphe-cfa-module .jce-field label,.jcphe-cfa-module .jce-field strong{color:#f4f8fb!important;-webkit-text-fill-color:#f4f8fb!important}.jcphe-cfa-module .jce-field label{font-weight:800!important}.jcphe-cfa-module .jce-field input,.jcphe-cfa-module .jce-field select{background:#082333!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid #70a9c1!important}.jcphe-cfa-module .jce-notice.error,.jcphe-cfa-module .jce-notice.error strong{color:#fff!important;-webkit-text-fill-color:#fff!important}.jcphe-cfa-module .jce-notice.error{background:#4a171c!important;border-color:#e47b80!important}.jcphe-cfa-module .jce-badge{color:#102536!important;-webkit-text-fill-color:#102536!important;background:#f3c74f!important;border-color:#f8dc83!important}.jcphe-cfa-module .jce-btn.gold{color:#102536!important;-webkit-text-fill-color:#102536!important;background:#e1b94e!important}.jcphe-cfa-module .jcphe-cfa-results h3{color:#f4f8fb!important;-webkit-text-fill-color:#f4f8fb!important}.jcphe-cfa-module .jcphe-cfa-options article,.jcphe-cfa-module .jcphe-cfa-options article strong{color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jcphe-cfa-options article span,.jcphe-cfa-module .jcphe-cfa-options article p{color:#49677b!important;-webkit-text-fill-color:#49677b!important}.jcphe-cfa-module .jcphe-cfa-stats>div,.jcphe-cfa-module .jcphe-cfa-stats small,.jcphe-cfa-module .jcphe-cfa-stats strong{color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jcphe-cfa-stats small{color:#49677b!important;-webkit-text-fill-color:#49677b!important}
.jcphe-cfa-module .jcphe-cfa-breakdown,.jcphe-cfa-module .jcphe-cfa-breakdown p,.jcphe-cfa-module .jcphe-cfa-breakdown strong{color:#f4f8fb!important;-webkit-text-fill-color:#f4f8fb!important}.jcphe-cfa-module .jcphe-cfa-breakdown{background:#12364b!important;border:1px solid #70a9c1!important;border-radius:14px;padding:16px;margin:16px 0}.jcphe-cfa-module .jcphe-cfa-breakdown .jce-notice.error{background:#4a171c!important}.jcphe-cfa-module .jce-table,.jcphe-cfa-module .jce-table td,.jcphe-cfa-module .jce-table th{color:#173852!important;-webkit-text-fill-color:#173852!important}.jcphe-cfa-module .jce-table td,.jcphe-cfa-module .jce-table th{background:#f8fbfd!important}.jcphe-cfa-module .jcphe-cfa-footnote{color:#c9dce7!important;-webkit-text-fill-color:#c9dce7!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#ffffff!important;color:#173852!important;-webkit-text-fill-color:#173852!important;border:1px solid #aec5d2!important;border-radius:10px!important;overflow:hidden!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table thead th{background:#dcecf3!important;color:#0d3048!important;-webkit-text-fill-color:#0d3048!important;font-weight:800!important;text-align:left!important;border-bottom:2px solid #7ea8bb!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td{background:#f3f8fa!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td{background:#ffffff!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody td{background:inherit!important;color:#173852!important;-webkit-text-fill-color:#173852!important;border-bottom:1px solid #c6d8e0!important;font-weight:600!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table th,.jcphe-cfa-module .jcphe-cfa-results .jce-table td{padding:12px 14px!important}@media print{.jcphe-cfa-module{background:#fff!important;color:#111!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table,.jcphe-cfa-module .jcphe-cfa-results .jce-table td,.jcphe-cfa-module .jcphe-cfa-results .jce-table th{background:#fff!important;color:#111!important;-webkit-text-fill-color:#111!important;border-color:#777!important}.jcphe-cfa-module .jcphe-cfa-results .jce-table thead th{background:#e5e5e5!important}}
/* CFA accessibility and report presentation: final overrides for theme/legacy rules. */
.jcphe-cfa-module .cfa-pane h3,.jcphe-cfa-module .cfa-pane p,.jcphe-cfa-module .cfa-pane label,.jcphe-cfa-module .cfa-pane .jce-field label,.jcphe-cfa-module .cfa-report-head h3,.jcphe-cfa-module .jcphe-cfa-results h3{color:#173852!important;-webkit-text-fill-color:#173852!important}
.jcphe-cfa-module .cfa-pane h3{font-size:1.35rem;line-height:1.35;margin:22px 0 14px}
.jcphe-cfa-module .cfa-pane p,.jcphe-cfa-module .jcphe-cfa-footnote{color:#36566b!important;-webkit-text-fill-color:#36566b!important}
.jcphe-cfa-module .jce-field label{font-weight:800!important}
.jcphe-cfa-module .cfa-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.jcphe-cfa-module .cfa-tabs .jce-btn{color:#173852!important;-webkit-text-fill-color:#173852!important;background:#e8f0f4!important;border:1px solid #82a8ba!important}
.jcphe-cfa-module .cfa-tabs .jce-btn.gold{background:#e1b94e!important;border-color:#aa7f16!important}
.jcphe-cfa-module .jcphe-cfa-results{background:#f8fbfd!important;border:1px solid #b7cdd9!important;border-radius:16px;padding:18px;margin-top:22px}
.jcphe-cfa-module .cfa-report-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.jcphe-cfa-module .jcphe-cfa-results .cfa-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #aec5d2;background:#fff}
.jcphe-cfa-module .jcphe-cfa-results .jce-table{min-width:980px}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(odd) td{background:#fff!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:nth-child(even) td{background:#eaf3f7!important;color:#173852!important;-webkit-text-fill-color:#173852!important}
.jcphe-cfa-module .jcphe-cfa-results .jce-table tbody tr:hover td{background:#d9edf5!important}
@media(max-width:600px){.jcphe-cfa-module .cfa-tabs .jce-btn{flex:1 1 100%}.jcphe-cfa-module .jcphe-cfa-results{padding:12px}.jcphe-cfa-module .cfa-report-head .jce-btn{width:100%}}
/* 8.1.7: contraste y accesos editoriales restaurados. */
html body.jce-app .jce-cma-start .jce-cma-choice,
html body.jce-app .jce-cma-start .jce-cma-choice h3,
html body.jce-app .jce-cma-start .jce-cma-choice p,
html body.jce-app .jce-cma-start .jce-cma-choice label,
html body.jce-app .jce-cma-start .jce-cma-choice strong{color:#102f47!important;-webkit-text-fill-color:#102f47!important;opacity:1!important}
html body.jce-app .jce-cma-command h1,html body.jce-app .jce-cma-command h2,html body.jce-app .jce-cma-command h3,html body.jce-app .jce-cma-command p{color:#f7fbff!important;-webkit-text-fill-color:#f7fbff!important;opacity:1!important}
html body.jce-app .jce-cma-start .jce-cma-choice{background:#f7fbfd!important;border-color:#9ebccc!important}

/* 8.2.4 · Final client-portal contrast pass. */
html body.jce-portal .jcphe-portal-section-nav,
html body.jce-portal .jcphe-portal-section-nav>section{background:#ffffff!important;color:#12384f!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-group-label{color:#315d73!important;-webkit-text-fill-color:#315d73!important;opacity:1!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card,
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card:hover{background:#ffffff!important;color:#12384f!important;border-color:#b7d2df!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card.active{background:#e9f6fa!important;border-color:#11799b!important;box-shadow:0 0 0 2px rgba(17,121,155,.14)!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card strong{color:#12384f!important;-webkit-text-fill-color:#12384f!important;opacity:1!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card small{color:#527285!important;-webkit-text-fill-color:#527285!important;opacity:1!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card em{color:#26718b!important;-webkit-text-fill-color:#26718b!important;opacity:1!important}
html body.jce-portal .jcphe-portal-section-nav .jcphe-portal-nav-card.active strong{color:#0b5278!important;-webkit-text-fill-color:#0b5278!important}
html body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-onboarding,.jcphe-portal-assistant) :is(h1,h2,h3,h4,strong,b,label){color:#12384f!important;-webkit-text-fill-color:#12384f!important;opacity:1!important}
html body.jce-portal .jce-portal-shell :is(.jce-card,.jcphe-onboarding,.jcphe-portal-assistant) :is(p,small,span,li,dd){color:#527285!important;-webkit-text-fill-color:#527285!important;opacity:1!important}

/* v8.2.7 · Inventario colaborativo compacto y tarjetas uniformes */
.jcphe-collaboration-dashboard-card .jce-operational-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 0}
.jcphe-collaboration-dashboard-card .jce-operational-kpis>a,.jce-metrics-panel .jce-operational-kpis>a{align-items:center;justify-content:flex-start;min-height:132px;box-sizing:border-box;padding:12px 9px;text-align:center}
.jcphe-collaboration-dashboard-card .jce-operational-kpis>a>strong,.jce-metrics-panel .jce-operational-kpis>a>strong{display:block;max-width:100%;margin-top:6px;color:var(--jce-heading,#183b55);font-size:12px!important;line-height:1.22!important;overflow-wrap:anywhere}
.jcphe-collaboration-dashboard-card .jce-operational-kpis>a>small,.jce-metrics-panel .jce-operational-kpis>a>small{display:block;max-width:100%;color:var(--jce-muted,#6a7d8d);font-size:9px!important;line-height:1.3;text-wrap:balance}
.jcphe-collaboration-dashboard-card .jce-metric-ring,.jce-metrics-panel .jce-metric-ring{flex:0 0 auto;width:58px;height:58px}
.jcphe-collaboration-dashboard-card .jce-metric-ring b,.jce-metrics-panel .jce-metric-ring b{max-width:46px;overflow:hidden;font-size:15px!important;text-overflow:ellipsis;white-space:nowrap}
.jcphe-collaboration-dashboard-card .jce-metric-ring i,.jce-metrics-panel .jce-metric-ring i{font-size:7px!important}
@media(max-width:760px){.jcphe-collaboration-dashboard-card .jce-operational-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.jcphe-collaboration-dashboard-card .jce-operational-kpis>a,.jce-metrics-panel .jce-operational-kpis>a{min-height:124px}}
@media(max-width:420px){.jcphe-collaboration-dashboard-card .jce-operational-kpis{gap:7px}.jcphe-collaboration-dashboard-card .jce-operational-kpis>a,.jce-metrics-panel .jce-operational-kpis>a{padding:10px 6px}.jcphe-collaboration-dashboard-card .jce-operational-kpis>a>strong,.jce-metrics-panel .jce-operational-kpis>a>strong{font-size:11px!important}}

/* 8.8.2 · Local contrast contracts for Office Health, Performance and System Events. */
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events),
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events){background:#fff!important;color:#17344a!important;border-color:#aac4d3!important}
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(h1,h2,h3,strong,b,label),
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(h1,h2,h3,strong,b,label){color:#0b2d49!important;-webkit-text-fill-color:#0b2d49!important;text-shadow:none!important;opacity:1!important}
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(p,small,span,time,.jce-empty),
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(p,small,span,time,.jce-empty){color:#526f82!important;-webkit-text-fill-color:#526f82!important;opacity:1!important}
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-health-grid article,
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-health-grid article,
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-performance-monitor .jce-stat,
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-performance-monitor .jce-stat,
body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-system-events .jce-timeline article,
body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-system-events .jce-timeline article{background:#f8fbfd!important;color:#17344a!important;border-color:#c4d8e3!important;box-shadow:none!important}
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events){background:#0d2231!important;color:#eaf3f8!important;border-color:#34566b!important}
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(h1,h2,h3,strong,b,label){color:#fff!important;-webkit-text-fill-color:#fff!important}
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(p,small,span,time,.jce-empty){color:#b9cfdb!important;-webkit-text-fill-color:#b9cfdb!important}
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main .jcphe-health-grid article,
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main .jcphe-performance-monitor .jce-stat,
body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main .jcphe-system-events .jce-timeline article{background:#132f41!important;color:#eaf3f8!important;border-color:#42657b!important;box-shadow:none!important}
/* Status circles retain semantic colors instead of inheriting module typography. */
.jce-app .jcphe-health-grid article.is-ok>span{background:#dff5e8!important;color:#17633e!important;-webkit-text-fill-color:#17633e!important}
.jce-app .jcphe-health-grid article.is-warning>span{background:#fff1cf!important;color:#8a5a00!important;-webkit-text-fill-color:#8a5a00!important}
@media(prefers-color-scheme:light){
 body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events){background:#fff!important;color:#17344a!important;border-color:#aac4d3!important}
 body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(h1,h2,h3,strong,b,label){color:#0b2d49!important;-webkit-text-fill-color:#0b2d49!important;text-shadow:none!important}
 body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main :is(.jcphe-health-center,.jcphe-performance-monitor,.jcphe-system-events) :is(p,small,span,time,.jce-empty){color:#526f82!important;-webkit-text-fill-color:#526f82!important}
 body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-health-grid article,
 body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-performance-monitor .jce-stat,
body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-system-events .jce-timeline article{background:#f8fbfd!important;color:#17344a!important;border-color:#c4d8e3!important}
}

/* 8.8.4 · Final night-mode label override; intentionally last in the cascade. */
html body.jce-app .jce-main .jcphe-executive .jcphe-exec-hero .jcphe-exec-day .jcphe-exec-day-head>strong{
 color:#f7fbff!important;
 -webkit-text-fill-color:#f7fbff!important;
 text-shadow:0 1px 1px rgba(0,0,0,.25)!important;
 opacity:1!important;
 visibility:visible!important;
}
html body.jce-app .jce-main .jcphe-executive .jcphe-exec-hero .jcphe-exec-day .jcphe-exec-day-head>strong::first-letter{
 color:#8ce8aa!important;
 -webkit-text-fill-color:#8ce8aa!important;
}

/* 8.8.5 · Documents table: explicit daytime typography and secondary actions. */
html body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-documents-table .jce-table tbody td,
html body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-documents-table .jce-table tbody td{background:#fff!important;color:#17384f!important;-webkit-text-fill-color:#17384f!important;border-color:#c4d8e3!important;opacity:1!important}
html body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-documents-table .jce-table tbody td strong,
html body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-documents-table .jce-table tbody td strong{color:#082f49!important;-webkit-text-fill-color:#082f49!important;opacity:1!important}
html body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-documents-table .jce-table tbody td small,
html body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-documents-table .jce-table tbody td small{color:#4f6c7f!important;-webkit-text-fill-color:#4f6c7f!important;opacity:1!important}
html body.jce-app:not(.jce-portal):not(.jce-mode-dark):not(.jce-theme-dark):not(.jce-mode-auto) .jce-main .jcphe-documents-table :is(a,button).jce-btn.light,
html body.jce-app:not(.jce-portal):is(.jce-mode-light,.jce-theme-light) .jce-main .jcphe-documents-table :is(a,button).jce-btn.light{background:#e6f0f5!important;color:#113b55!important;-webkit-text-fill-color:#113b55!important;border:1px solid #9bb9c9!important;text-shadow:none!important;opacity:1!important}
html body.jce-app:not(.jce-portal):is(.jce-mode-dark,.jce-theme-dark) .jce-main .jcphe-documents-table :is(a,button).jce-btn.light{background:#17384b!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#53758a!important}
@media(prefers-color-scheme:light){
 html body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-documents-table .jce-table tbody td{background:#fff!important;color:#17384f!important;-webkit-text-fill-color:#17384f!important;border-color:#c4d8e3!important}
 html body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-documents-table .jce-table tbody td strong{color:#082f49!important;-webkit-text-fill-color:#082f49!important}
 html body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-documents-table .jce-table tbody td small{color:#4f6c7f!important;-webkit-text-fill-color:#4f6c7f!important}
 html body.jce-app.jce-mode-auto:not(.jce-portal) .jce-main .jcphe-documents-table :is(a,button).jce-btn.light{background:#e6f0f5!important;color:#113b55!important;-webkit-text-fill-color:#113b55!important;border-color:#9bb9c9!important}
}

/* 8.8.6 · Authoritative final placement for command-bar light controls. */
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>button.jce-btn.light,
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>a.jce-btn.light:visited{background:#eef5f8!important;color:#102f47!important;-webkit-text-fill-color:#102f47!important;border:1px solid #a9c1cf!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>:is(a,button).jce-btn.light:is(:hover,:focus-visible){background:#d9e9f1!important;color:#082b45!important;-webkit-text-fill-color:#082b45!important;border-color:#7198ad!important}
html body.jce-app:not(.jce-portal) header.jce-topbar .jce-top-actions>:is(a,button).jce-btn.light:is([disabled],[aria-disabled="true"],.is-disabled){background:#e5edf2!important;color:#355469!important;-webkit-text-fill-color:#355469!important;border-color:#b6c9d4!important;opacity:.72!important;cursor:not-allowed!important}

/* 8.12.1 · navegación compacta y un solo creador de notificaciones. */
.jcphe-notification-hero [data-notification-create-open]{display:none!important}
#wpadminbar #wp-admin-bar-jcphe-intranet-notifications>.ab-item{color:#fff!important}
#wpadminbar #wp-admin-bar-jcphe-intranet-notifications.has-alerts>.ab-item .ab-icon{color:#ffd15c!important;text-shadow:0 0 10px rgba(255,209,92,.65)}
@media (min-width:721px) and (max-width:1100px){
 body.jce-app:not(.jce-portal) .jce-new-menu-panel{position:fixed!important;top:82px!important;right:14px!important;bottom:auto!important;left:auto!important;width:min(470px,calc(100vw - 28px))!important;max-width:470px!important;max-height:calc(100dvh - 102px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:10px!important;overflow-y:auto!important;overscroll-behavior:contain!important}
 body.jce-app:not(.jce-portal) .jce-new-menu-panel a{min-height:68px!important;justify-content:center!important}
}
@media (max-width:720px){
 body.jce-app:not(.jce-portal) .jce-new-menu-panel{top:auto!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;left:10px!important;right:10px!important;width:auto!important;max-height:min(62dvh,520px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.jce-app:not(.jce-portal) .jce-new-menu-panel a{min-height:62px!important}
}
@media (max-width:430px){body.jce-app:not(.jce-portal) .jce-new-menu-panel{grid-template-columns:1fr!important}}

/* Ask GPT · compact topbar shortcut */
.jce-top-actions .jce-ask-gpt{white-space:nowrap;padding:10px 13px;gap:7px}
.jce-top-actions .jce-ask-gpt-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:7px;background:var(--jce-navy);color:#fff;font-size:12px;line-height:1;flex:0 0 auto}
.jce-top-actions .jce-ask-gpt:hover .jce-ask-gpt-icon,.jce-top-actions .jce-ask-gpt:focus-visible .jce-ask-gpt-icon{background:#fff;color:var(--jce-navy)}
@media(max-width:1100px){.jce-top-actions .jce-ask-gpt>span:last-child{display:none}.jce-top-actions .jce-ask-gpt{padding:10px}}

/* Ask GPT · 8.15.26 brand polish — presentation only; no layout/module behavior changes. */
.jce-app .jce-brand{
  gap:9px!important;
  padding:18px 10px 21px!important;
}
.jce-app .jce-brand-mark{
  position:relative!important;
  width:min(236px,100%)!important;
  height:82px!important;
  padding:4px 8px 7px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.jce-app .jce-brand-mark::after{
  content:"";
  position:absolute;
  left:17%;right:17%;bottom:0;
  height:1px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,rgba(217,177,78,.88),transparent);
  box-shadow:0 4px 14px rgba(217,177,78,.16);
}
.jce-app .jce-brand-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 12px rgba(0,0,0,.22));
}
.jce-app .jce-brand-copy{
  gap:2px!important;
  flex-direction:column!important;
}
.jce-app .jce-brand-copy strong{
  font-size:15px!important;
  line-height:1.2!important;
  letter-spacing:.015em!important;
  color:#f4f8fb!important;
  text-shadow:0 1px 8px rgba(0,0,0,.22)!important;
}
.jce-app .jce-brand-copy .jce-brand-subtitle{
  max-width:230px!important;
  font-size:11px!important;
  line-height:1.35!important;
  color:#aebfca!important;
}
.jce-app .jce-brand-copy small{
  margin-top:3px!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  color:#91a9b7!important;
}
@media(max-width:980px){
  .jce-app .jce-brand-mark{width:min(218px,100%)!important;height:76px!important}
}

/* 8.15.28 · Compact icon-only quick apps in top command bar */
.jce-native-apps{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(134,158,177,.42);border-radius:12px;background:rgba(239,245,249,.90);box-shadow:0 2px 8px rgba(9,35,55,.05);white-space:nowrap}
.jce-native-app{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#173852;width:34px;height:34px;padding:6px;border-radius:8px;display:inline-grid;place-items:center;cursor:pointer;font:inherit;transition:background .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease;flex:0 0 34px}
.jce-native-app:hover,.jce-native-app:focus-visible{background:#fff;color:#0d5d91;box-shadow:0 3px 10px rgba(9,35,55,.12);transform:translateY(-1px);outline:none}
.jce-native-app svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.jce-native-app-sep{width:1px;height:20px;margin:0 2px;background:rgba(92,117,136,.28);flex:0 0 1px}
body.jce-mode-dark .jce-native-apps{background:rgba(18,55,79,.86);border-color:rgba(255,255,255,.16);box-shadow:none}
body.jce-mode-dark .jce-native-app{color:#eaf4fb}
body.jce-mode-dark .jce-native-app:hover,body.jce-mode-dark .jce-native-app:focus-visible{background:rgba(255,255,255,.10);color:#fff}
body.jce-mode-dark .jce-native-app-sep{background:rgba(255,255,255,.18)}
@media(max-width:1180px){.jce-native-apps{gap:1px;padding:2px}.jce-native-app{width:31px;height:31px;flex-basis:31px;padding:5px}.jce-native-app svg{width:19px;height:19px}.jce-native-app-sep{margin:0 1px}}
@media(max-width:720px){.jce-native-apps{order:2;max-width:56vw;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.jce-native-apps::-webkit-scrollbar{display:none}.jce-native-app{width:32px;height:32px;flex-basis:32px}}

/* 8.15.29 · Topbar compacta: búsqueda global + crear + menú Más */
html body.jce-app:not(.jce-portal) .jce-main>.jce-topbar{display:grid!important;grid-template-columns:minmax(210px,.62fr) minmax(0,1.8fr)!important;align-items:center!important;gap:12px 18px!important;padding:13px clamp(18px,2vw,30px)!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #d8e3ea!important;box-shadow:0 5px 18px rgba(7,31,48,.07)!important;backdrop-filter:blur(14px)!important;overflow:visible!important}
html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading{min-width:0!important;margin:0!important;padding:0!important}
html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading h1{margin:0 0 3px!important;color:#14334a!important;font-size:21px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading small{display:block!important;color:#5d7180!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
html body.jce-app:not(.jce-portal) .jce-topbar>.jce-top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important;width:100%!important;overflow:visible!important;flex-wrap:nowrap!important}
.jce-topbar-search{position:relative;display:flex;align-items:center;flex:1 1 280px;min-width:150px;max-width:360px;height:38px;border:1px solid #c9d8e1;border-radius:10px;background:#f7fafc;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.jce-topbar-search:focus-within{border-color:#6e9eb9;background:#fff;box-shadow:0 0 0 3px rgba(35,112,155,.10)}
.jce-topbar-search>svg{width:17px;height:17px;margin-left:11px;flex:0 0 17px;fill:none;stroke:#607889;stroke-width:1.8;stroke-linecap:round}
.jce-topbar-search input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;color:#17384e!important;height:36px!important;min-height:36px!important;padding:0 8px!important;box-shadow:none!important;font-size:12px!important}
.jce-topbar-search input::placeholder{color:#7a8d9b;opacity:1}
.jce-topbar-search button{height:30px;margin-right:4px;padding:0 9px;border:0;border-radius:7px;background:#e6eff4;color:#20465e;font-size:10px;font-weight:800;cursor:pointer}
.jce-field-apps{flex:0 0 auto!important;padding:2px!important;border-color:#d3dfe6!important;background:#f6f9fb!important;box-shadow:none!important}
.jce-field-apps .jce-native-app{width:32px!important;height:32px!important;flex-basis:32px!important;padding:6px!important}
.jce-field-apps .jce-native-app svg{width:18px!important;height:18px!important}
html body.jce-app:not(.jce-portal) .jce-top-actions .jce-ask-gpt{height:36px!important;min-height:36px!important;padding:7px 9px!important;border-radius:9px!important;font-size:10px!important;white-space:nowrap!important}
html body.jce-app:not(.jce-portal) .jce-top-actions>.jce-dossier-shortcut{height:36px!important;min-height:36px!important;max-width:122px!important;padding:7px 10px!important;border-radius:9px!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.jce-icon-menu{position:relative!important;flex:0 0 auto!important;width:auto!important;margin:0!important}
html body.jce-app:not(.jce-portal) .jce-icon-menu>summary{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border-radius:10px!important;font-size:20px!important;line-height:1!important;list-style:none!important;cursor:pointer!important}
.jce-icon-menu>summary::-webkit-details-marker,.jce-more-summary::-webkit-details-marker{display:none}
.jce-more-menu{position:relative;flex:0 0 auto;margin:0}
.jce-more-summary{display:grid;place-items:center;width:36px;height:36px;border:1px solid #c8d7e0;border-radius:10px;background:#f1f6f9;color:#173c55;font-size:14px;font-weight:900;letter-spacing:1px;cursor:pointer;list-style:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.jce-more-summary:hover,.jce-more-summary:focus-visible{background:#fff;border-color:#82a7ba;transform:translateY(-1px);outline:none}
.jce-more-panel{position:absolute;z-index:10050;top:calc(100% + 10px);right:0;width:258px;padding:12px;border:1px solid #ccdbe4;border-radius:14px;background:#fff;box-shadow:0 18px 46px rgba(9,39,59,.18)}
.jce-more-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:1px 2px 9px;border-bottom:1px solid #e3ebf0}
.jce-more-panel-head strong{font-size:12px;color:#17384e}.jce-more-panel-head small{font-size:9px;color:#738794}
.jce-more-native-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:10px 0;border-bottom:1px solid #e3ebf0}
.jce-more-native-icons .jce-native-app{width:40px;height:40px;justify-self:center;border:1px solid #dbe5eb;background:#f7fafc;color:#173c55;border-radius:10px}
.jce-more-native-icons .jce-native-app:hover,.jce-more-native-icons .jce-native-app:focus-visible{background:#fff;border-color:#9bb9c8}
.jce-more-links{display:grid;gap:3px;padding-top:8px}
.jce-more-links a{display:flex;align-items:center;gap:9px;min-height:36px;padding:7px 9px;border-radius:9px;color:#17384e!important;text-decoration:none!important;font-size:11px}
.jce-more-links a:hover,.jce-more-links a:focus-visible{background:#eef5f8;color:#0c527a!important;outline:none}
.jce-more-links a>span{display:grid;place-items:center;width:20px;color:#4f6f82}.jce-more-links a strong{font-size:11px}
.jce-more-links .jce-more-logout{color:#8b2f38!important}.jce-more-links .jce-more-logout:hover{background:#fff1f2;color:#7b202a!important}
html body.jce-app:not(.jce-portal) .jce-top-actions>img,html body.jce-app:not(.jce-portal) .jce-top-actions>.avatar{display:block!important;width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;border-radius:10px!important}
body.jce-mode-dark .jce-more-panel{background:#12374f;border-color:rgba(255,255,255,.18)}body.jce-mode-dark .jce-more-panel-head{border-color:rgba(255,255,255,.12)}body.jce-mode-dark .jce-more-panel-head strong,body.jce-mode-dark .jce-more-links a{color:#eef6fb!important}body.jce-mode-dark .jce-more-panel-head small{color:#b7cbd6}body.jce-mode-dark .jce-more-native-icons{border-color:rgba(255,255,255,.12)}body.jce-mode-dark .jce-more-native-icons .jce-native-app{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.14);color:#fff}body.jce-mode-dark .jce-more-links a:hover{background:rgba(255,255,255,.08)!important}
@media(max-width:1420px){.jce-topbar-search{max-width:270px}.jce-topbar-search button{display:none}.jce-top-actions .jce-ask-gpt>span:last-child{display:none!important}.jce-top-actions .jce-ask-gpt{width:36px!important;justify-content:center!important}.jce-top-actions>.jce-dossier-shortcut>span:last-child{display:none}.jce-top-actions>.jce-dossier-shortcut{width:36px!important;padding:0!important;justify-content:center!important}}
@media(max-width:1120px){html body.jce-app:not(.jce-portal) .jce-main>.jce-topbar{grid-template-columns:minmax(180px,.55fr) minmax(0,1.7fr)!important;gap:10px!important;padding-inline:16px!important}.jce-topbar-search{max-width:none;min-width:120px}.jce-field-apps{display:none!important}html body.jce-app:not(.jce-portal) .jce-top-actions>img,html body.jce-app:not(.jce-portal) .jce-top-actions>.avatar{display:none!important}}
@media(max-width:820px){html body.jce-app:not(.jce-portal) .jce-main>.jce-topbar{grid-template-columns:1fr!important;grid-template-rows:auto auto!important;padding:12px 14px!important;gap:9px!important}html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading{padding-left:50px!important}html body.jce-app:not(.jce-portal) .jce-topbar>.jce-top-actions{justify-content:stretch!important}.jce-topbar-search{flex:1 1 auto!important;max-width:none!important}.jce-top-actions>.jce-context-action{display:none!important}.jce-more-panel{position:fixed;top:112px;right:12px;width:min(280px,calc(100vw - 24px));max-height:calc(100dvh - 132px);overflow:auto}}
@media(max-width:520px){html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading h1{font-size:18px!important}.jce-topbar-search{height:36px}.jce-topbar-search input{font-size:11px!important}.jce-top-actions .jce-ask-gpt{display:none!important}.jce-top-actions>.jce-dossier-shortcut{display:none!important}.jce-more-native-icons{grid-template-columns:repeat(5,1fr)}html body.jce-app:not(.jce-portal) .jce-topbar>.jce-topbar-heading{padding-left:48px!important}}
