/* V186 · contraste final y rúbricas visibles dentro de cada ítem */
#view .experience-builder-head,
#view .module-title.experience-builder-head {
  background: linear-gradient(118deg,#d7e8fb,#cfe3fb 55%,#dcedf9) !important;
  border-bottom: 1px solid #82acd8 !important;
}
#view .experience-builder-head :is(span,h3,p,b),
#view .module-title.experience-builder-head :is(span,h3,p,b) {
  color: #0b2545 !important;
  text-shadow: none !important;
}
#view .experience-builder-head > div > span { color:#164f83 !important; }
#view .experience-builder-head > b {
  border-color:#759dc7 !important;
  background:#fff !important;
  color:#0b3562 !important;
}
#view .experience-360-copy :is(span,h4,p),
#view .experience-360-copy h4 { color:#0b2545 !important; text-shadow:none !important; }
#view .orbit-bullet :is(b,small,span) { color:#0b2545 !important; text-shadow:none !important; }
#view .orbit-bullet small { color:#254f76 !important; }
#view :is(.premium-intro-card,.work-center-hero,.step-banner,.v47-dashboard-copy,.v47-next-action,.v47-owner-hero.is-owner) :is(h1,h2,h3,h4,p,small,span) {
  text-shadow:none !important;
}
#view :is(.premium-intro-card,.work-center-hero,.step-banner,.v47-dashboard-copy,.v47-next-action,.v47-owner-hero.is-owner) {
  background-color:#153b63;
}
#view .official-foundation :is(h1,h2,h3,h4,small,span,p),
#view .cpeip-reference :is(h1,h2,h3,h4,small,span,p) { color:#f5f9ff !important; }
#view .mini { color:#173b63 !important; }
#view .module-progress :is(small,span,b,strong) { color:#f5f9ff !important; }

#view .rubric-traffic[data-rubric-traffic="planificacion"] { display:none !important; }
.item-rubric-inline { margin:0 0 16px; overflow:hidden; border:1px solid #9bbce2; border-radius:12px; background:#f8fbff; }
.item-rubric-inline > summary { display:grid; grid-template-columns:12px minmax(0,1fr) auto auto; align-items:center; gap:10px; padding:13px 14px; list-style:none; cursor:pointer; color:#0b3562; background:#dcecff; }
.item-rubric-inline > summary::-webkit-details-marker { display:none; }
.item-rubric-dot { width:12px; height:12px; border-radius:50%; box-shadow:0 0 0 3px #fff; }
.item-rubric-inline.is-red .item-rubric-dot,.item-rubric-criterion.is-red i { background:#d9364f; }
.item-rubric-inline.is-yellow .item-rubric-dot,.item-rubric-criterion.is-yellow i { background:#d98700; }
.item-rubric-inline.is-green .item-rubric-dot,.item-rubric-criterion.is-green i { background:#168a56; }
.item-rubric-inline > summary strong { color:#0b2545 !important; font-size:14px; }
.item-rubric-inline > summary small { color:#355d83 !important; font-size:12px; font-weight:800; }
.item-rubric-status { padding:6px 9px; border-radius:999px; background:#fff; color:#173b63; font-size:12px; font-weight:900; }
.item-rubric-chevron { color:#164f83; font-size:18px; transition:transform .2s ease; }
.item-rubric-inline[open] .item-rubric-chevron { transform:rotate(180deg); }
.item-rubric-body { padding:14px; background:#f8fbff; }
.item-rubric-body > p { margin:0 0 12px; color:#29445f !important; font-size:12px; line-height:1.5; }
.item-rubric-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
.item-rubric-criterion { display:grid; grid-template-columns:11px 1fr; gap:9px; padding:11px; border:1px solid #cedded; border-left-width:4px; border-radius:9px; background:#fff; }
.item-rubric-criterion.is-red { border-left-color:#d9364f; }
.item-rubric-criterion.is-yellow { border-left-color:#d98700; }
.item-rubric-criterion.is-green { border-left-color:#168a56; }
.item-rubric-criterion i { width:10px; height:10px; margin-top:3px; border-radius:50%; }
.item-rubric-criterion strong { display:block; color:#0b2545 !important; font-size:12px; }
.item-rubric-criterion small { display:block; margin-top:3px; color:#3f5e7d !important; font-size:12px; font-weight:800; }
.item-rubric-legend { display:flex; flex-wrap:wrap; gap:12px; margin-top:12px; color:#385873; font-size:12px; font-weight:800; }
.item-rubric-legend span { display:inline-flex; align-items:center; gap:5px; }
.item-rubric-legend i { width:9px; height:9px; border-radius:50%; }
.item-rubric-legend .red { background:#d9364f; }.item-rubric-legend .yellow { background:#d98700; }.item-rubric-legend .green { background:#168a56; }
@media(max-width:700px){.item-rubric-grid{grid-template-columns:1fr}.item-rubric-inline>summary{grid-template-columns:12px 1fr auto}.item-rubric-status{grid-column:2}.item-rubric-chevron{grid-column:3;grid-row:1/3}}
@media(prefers-reduced-motion:reduce){.item-rubric-chevron{transition:none}}
