.ecae-consultorios-front{
    max-width:1120px;
    margin:0 auto;
    padding:18px 16px 40px;
    color:#173247;
}
.ecae-hero-card{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) auto;
    gap:18px;
    align-items:center;
    background:#f4f8fb;
    border:1px solid #d5e3ef;
    border-radius:28px;
    padding:26px 30px;
    box-shadow:0 8px 22px rgba(11,73,109,.05);
}
.ecae-eyebrow{
    display:inline-block;
    margin-bottom:10px;
    font-weight:700;
    font-size:13px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#0b5788;
}
.ecae-hero-card h1{
    margin:0 0 10px;
    font-size:38px;
    line-height:1.03;
    font-weight:800;
    letter-spacing:-0.03em;
    text-transform:uppercase;
    color:#07111e;
}
.ecae-hero-card p{
    margin:0;
    font-size:15px;
    line-height:1.5;
    color:#24445d;
    max-width:640px;
}
.ecae-return-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:205px;
    min-height:56px;
    padding:14px 22px;
    border-radius:18px;
    background:#045a8c;
    color:#fff !important;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    box-shadow:0 12px 24px rgba(4,90,140,.16);
}
.ecae-filter-bar{
    margin-top:18px;
    display:flex;
    gap:14px;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.ecae-pill-group{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.ecae-pill-btn{
    border:1px solid #c4d7e6;
    background:#fff;
    border-radius:999px;
    padding:11px 18px;
    min-height:46px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#18415d;
    font-weight:700;
    cursor:pointer;
    transition:.2s ease;
}
.ecae-pill-btn.is-active,
.ecae-pill-btn:hover{
    background:#045a8c;
    color:#fff;
    border-color:#045a8c;
    transform:translateY(-1px);
}
.ecae-pill-icon{font-size:16px;line-height:1;}
.ecae-search-wrap{margin-left:auto;}
.ecae-search-input{
    width:300px;
    min-height:50px;
    border-radius:999px;
    border:1px solid #cfdae5;
    background:#fff;
    padding:0 18px;
    font-size:15px;
}
.ecae-consultorio-panel{display:none; margin-top:18px;}
.ecae-consultorio-panel.is-active{display:block;}
.ecae-panel-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:14px;
    margin-bottom:14px;
}
.ecae-panel-head h2{
    margin:0 0 4px;
    font-size:26px;
    color:#0f2f45;
}
.ecae-panel-head p{
    margin:0;
    font-size:15px;
    color:#5d7486;
}
.ecae-badge-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid #b7d0e3;
    color:#0c5988;
    font-weight:700;
    background:#eef5fb;
}
.ecae-toolbar-row{margin-bottom:14px;}
.ecae-year-group{margin-bottom:0;}
.ecae-year-panel{display:none;}
.ecae-year-panel.is-active{display:block;}
.ecae-month-selector-wrap{margin-bottom:14px;}
.ecae-month-selector-label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
    color:#446274;
    font-size:13px;
}
.ecae-month-selector{
    width:220px;
    max-width:100%;
    min-height:50px;
    border:1px solid #cfdae5;
    border-radius:14px;
    background:#fff;
    padding:0 14px;
    color:#18415d;
    font-weight:700;
    font-size:15px;
}
.ecae-month-panels{display:block; position:relative;}
.ecae-month-panels.is-loading{opacity:.65; transition:opacity .2s ease;}
.ecae-month-detail{
    display:none;
    background:#fff;
    border:1px solid #d8e4ee;
    border-radius:24px;
    padding:20px;
    box-shadow:0 12px 30px rgba(10,59,88,.06);
}
.ecae-month-detail.is-active{display:block;}
.ecae-month-detail-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}
.ecae-month-kicker{
    display:inline-block;
    margin-bottom:6px;
    color:#5f7686;
    font-weight:700;
    text-transform:uppercase;
    font-size:13px;
}
.ecae-month-detail h3{
    margin:0;
    font-size:26px;
    color:#0d2d44;
}
.ecae-count-badge{
    display:inline-flex;
    min-width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#e9f2f8;
    color:#0a5a89;
    font-weight:800;
}
.ecae-items-stack{display:flex; flex-direction:column; gap:12px;}
.ecae-item-card{
    border:1px solid #dbe7ef;
    border-radius:18px;
    padding:16px;
    background:#f9fbfd;
}
.ecae-item-card h4{
    margin:0 0 8px;
    font-size:19px;
    color:#0c2a40;
}
.ecae-item-card p{
    margin:0 0 14px;
    color:#5c7282;
    line-height:1.55;
    font-size:14px;
}
.ecae-action-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:42px;
    padding:0 18px;
    border-radius:12px;
    background:#0b5d8d;
    color:#fff !important;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    transition:.18s ease;
}
.ecae-action-btn:hover{
    opacity:.88;
    transform:translateY(-1px);
}
.ecae-action-btn .ecae-btn-icon{
    font-size:15px;
    line-height:1;
}
/* Colores por tipo */
.ecae-action-btn[data-type="video"]{background:#c0392b;}
.ecae-action-btn[data-type="pdf"]  {background:#c0392b;}
.ecae-action-btn[data-type="ppt"]  {background:#c0680b;}
.ecae-action-btn[data-type="excel"]{background:#1a7a3c;}
/* Borde de color segun tipo */
.ecae-item-card[data-item-type="video"]{border-left:4px solid #e74c3c;}
.ecae-item-card[data-item-type="pdf"]  {border-left:4px solid #e74c3c;}
.ecae-item-card[data-item-type="ppt"]  {border-left:4px solid #e67e22;}
.ecae-item-card[data-item-type="excel"]{border-left:4px solid #27ae60;}
.ecae-item-card[data-item-type="link"] {border-left:4px solid #2980b9;}
/* Badge tipo */
.ecae-item-type-badge{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:3px 10px;
    border-radius:999px;
    margin-bottom:8px;
}
.ecae-item-type-badge[data-badge="video"]{background:#fdecea;color:#c0392b;}
.ecae-item-type-badge[data-badge="pdf"]  {background:#fdecea;color:#c0392b;}
.ecae-item-type-badge[data-badge="ppt"]  {background:#fef3e2;color:#c0680b;}
.ecae-item-type-badge[data-badge="excel"]{background:#e9f7ef;color:#1a7a3c;}
.ecae-item-type-badge[data-badge="link"] {background:#eaf3fb;color:#1a5a8d;}
/* Skeleton loading */
.ecae-month-panels.is-loading::after{
    content:"";
    display:block;
    height:120px;
    border-radius:18px;
    background:linear-gradient(90deg,#eef3f8 25%,#dce8f0 50%,#eef3f8 75%);
    background-size:200% 100%;
    animation:ecae-shimmer 1.2s infinite;
}
@keyframes ecae-shimmer{
    0%{background-position:200% 0}
    100%{background-position:-200% 0}
}
.ecae-empty-state,
.ecae-empty-state-wide,
.ecae-consultorios-lock{
    border:1px dashed #c7d9e7;
    border-radius:18px;
    padding:18px;
    background:#f8fbfd;
    color:#5c7282;
}
.ecae-empty-state-wide,
.ecae-consultorios-lock{margin-top:16px;}
.ecae-consultorios-lock h3{margin-top:0;color:#0f2f45;}
@media (max-width: 900px){
    .ecae-hero-card{grid-template-columns:1fr; padding:22px;}
    .ecae-return-btn{min-width:unset; width:100%;}
    .ecae-search-wrap{margin-left:0; width:100%;}
    .ecae-search-input{width:100%;}
}
@media (max-width: 640px){
    .ecae-consultorios-front{padding:14px 14px 34px;}
    .ecae-hero-card h1{font-size:30px;}
    .ecae-panel-head{flex-direction:column;}
    .ecae-month-selector{width:100%;}
}

/* ── Skeleton loader ── */
.ecae-skeleton-wrap{padding:16px;}
.ecae-skeleton-line{
    height:16px;
    border-radius:8px;
    background:linear-gradient(90deg,#eef3f8 25%,#dce8f0 50%,#eef3f8 75%);
    background-size:200% 100%;
    animation:ecae-shimmer 1.2s infinite;
    margin-bottom:12px;
}
.ecae-skeleton-title{height:24px; width:60%;}
.ecae-skeleton-short{width:40%;}
@keyframes ecae-shimmer{
    0%{background-position:200% 0}
    100%{background-position:-200% 0}
}

/* ── Múltiples botones por tarjeta ── */
.ecae-item-badges{
    display:flex;
    gap:6px;
    flex-wrap:wrap;
    margin-bottom:8px;
}
.ecae-item-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:14px;
}
/* Botón de documento tiene variante de borde */
.ecae-doc-btn{
    background:#1a2b3c !important;
    color:#fff !important;
    border:none;
}
.ecae-doc-btn[data-type="pdf"]  {background:#c0392b !important;}
.ecae-doc-btn[data-type="ppt"]  {background:#c0680b !important;}
.ecae-doc-btn[data-type="excel"]{background:#1a7a3c !important;}
.ecae-doc-btn[data-type="link"] {background:#2c3e50 !important;}
.ecae-doc-btn:hover{
    filter: brightness(0.88);
    background:inherit !important;
}
