/* Academia Yamilet · Evaluaciones independientes v77 */
.dashboard-main>[data-v77-suppressed="true"]{display:none!important}
.dashboard-main[data-v77-route="evaluations"]>[data-aula-pages-v71]{display:block!important}

.v77-evaluations-page{display:grid;gap:22px;width:100%;max-width:1480px;margin:0 auto;padding:26px 30px 44px;color:#18231f}
.v77-eval-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 0 0}
.v77-eval-heading>div:first-child{max-width:720px}
.v77-eval-heading>div:first-child>span,.v77-eval-list-heading>div>span,.v77-eval-progress>div:first-child>span,.v77-eval-feature>div>span,.v77-eval-empty>div:nth-child(2)>span{display:block;margin-bottom:6px;color:#c28e22;font-size:9px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.v77-eval-heading h1{margin:0;font-size:clamp(30px,3vw,38px);line-height:1.06;letter-spacing:-.035em;font-weight:730}
.v77-eval-heading p{max-width:680px;margin:8px 0 0;color:#68756f;font-size:14px;line-height:1.55}
.v77-eval-summary{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.v77-eval-summary article{min-width:112px;padding:11px 15px;border:1px solid #dce4e0;border-radius:12px;background:#fff}
.v77-eval-summary strong{display:block;font-size:21px;font-weight:760;color:#18231f}
.v77-eval-summary span{display:block;margin-top:2px;color:#68756f;font-size:10px;font-weight:700;letter-spacing:.04em}

.v77-eval-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;border:1px solid #dce4e0;border-radius:17px;background:#fff}
.v77-eval-progress h2{margin:0;font-size:22px;line-height:1.2;font-weight:720}
.v77-eval-progress p{margin:7px 0 0;color:#68756f;font-size:12px;line-height:1.5}
.v77-eval-progress-value{text-align:right}
.v77-eval-progress-value strong{display:block;color:#0f4b3f;font-size:29px;font-weight:780;line-height:1}
.v77-eval-progress-value span{display:block;margin-top:4px;color:#68756f;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.v77-eval-progress-bar{grid-column:1/-1;height:8px;border-radius:999px;background:#e8eeeb;overflow:hidden}
.v77-eval-progress-bar i{display:block;height:100%;border-radius:inherit;background:#0f4b3f}

.v77-eval-feature{display:grid;grid-template-columns:minmax(0,1fr) 220px;min-height:270px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#103f36 0%,#0f4b3f 100%);color:#fff;box-shadow:0 16px 36px rgba(15,75,63,.10)}
.v77-eval-feature>div{padding:34px clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center}
.v77-eval-feature h2{margin:0;font-size:clamp(25px,2.5vw,34px);line-height:1.08;letter-spacing:-.025em;font-weight:730;color:#fff}
.v77-eval-feature p{max-width:700px;margin:10px 0 15px;color:rgba(255,255,255,.76);font-size:13px;line-height:1.6}
.v77-eval-feature-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:18px}
.v77-eval-feature-meta b{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.11);color:#fff;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.v77-eval-feature-meta small{color:rgba(255,255,255,.68);font-size:10px}
.v77-eval-feature button{align-self:flex-start;min-height:41px;padding:0 16px;border:0;border-radius:10px;background:#fff;color:#0f4b3f;font-size:11px;font-weight:800;cursor:pointer}
.v77-eval-feature aside{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.065);border-left:1px solid rgba(255,255,255,.10)}
.v77-eval-feature aside>span{font-size:70px;font-weight:740;line-height:1;color:rgba(255,255,255,.93);letter-spacing:-.05em}
.v77-eval-feature aside>small{color:#f2c963;font-size:9px;font-weight:850;letter-spacing:.13em}

.v77-eval-list-section{display:grid;gap:14px}
.v77-eval-list-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:3px 2px 0}
.v77-eval-list-heading h2{margin:0;font-size:22px;line-height:1.2;font-weight:720}
.v77-eval-list-heading>small{color:#68756f;font-size:11px;font-weight:700}
.v77-eval-filters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.v77-eval-filters button{min-height:34px;padding:0 11px;border:1px solid #dce4e0;border-radius:999px;background:#fff;color:#68756f;font-size:10px;font-weight:750;cursor:pointer}
.v77-eval-filters button.active,.v77-eval-filters button:hover{background:#0f4b3f;border-color:#0f4b3f;color:#fff}
.v77-eval-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.v77-eval-card{display:flex;flex-direction:column;min-height:220px;padding:18px;border:1px solid #dce4e0;border-radius:15px;background:#fff;transition:.16s ease}
.v77-eval-card:hover{transform:translateY(-1px);border-color:rgba(15,75,63,.22);box-shadow:0 10px 24px rgba(15,75,63,.055)}
.v77-eval-card[hidden]{display:none!important}
.v77-eval-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.v77-eval-number{color:#aeb8b3;font-size:18px;font-weight:760}
.v77-eval-status{padding:5px 8px;border-radius:999px;background:#f2f5f3;color:#68756f;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.v77-eval-status.approved{background:#e7f3ec;color:#2f7258}.v77-eval-status.attempted{background:#fff5de;color:#9b6e10}.v77-eval-status.pending{background:#eef2f0;color:#64716b}
.v77-eval-card>small{margin-top:16px;color:#c28e22;font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.v77-eval-card h3{margin:6px 0 7px;font-size:17px;line-height:1.25;font-weight:720}
.v77-eval-card p{flex:1;margin:0;color:#68756f;font-size:11px;line-height:1.5}
.v77-eval-meta{margin-top:13px;padding-top:11px;border-top:1px solid #edf1ef;color:#7b8982;font-size:10px;line-height:1.4}
.v77-eval-action{align-self:flex-start;margin-top:13px;padding:0;border:0;background:transparent;color:#0f4b3f;font-size:11px;font-weight:800;cursor:pointer}
.v77-eval-all-done{padding:26px;border:1px dashed rgba(15,75,63,.20);border-radius:15px;background:#fbfcfb;text-align:center}
.v77-eval-all-done strong{font-size:14px}.v77-eval-all-done p{margin:4px 0 0;color:#68756f;font-size:11px}

.v77-eval-empty{display:grid;grid-template-columns:68px minmax(0,1fr);gap:18px;align-items:start;padding:34px;border:1px dashed rgba(15,75,63,.20);border-radius:18px;background:linear-gradient(145deg,#fff,#f4f8f6)}
.v77-eval-empty-icon{width:62px;height:62px;border-radius:16px;background:#e8f1ed;color:#0f4b3f;display:grid;place-items:center;font-size:24px;font-weight:850}
.v77-eval-empty h2{margin:0;font-size:24px;line-height:1.15;font-weight:720}
.v77-eval-empty p{max-width:700px;margin:8px 0 0;color:#68756f;font-size:12px;line-height:1.55}
.v77-eval-empty-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.v77-eval-empty-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 14px;border:1px solid #dce4e0;border-radius:9px;background:#fff;color:#0f4b3f;text-decoration:none;font-size:11px;font-weight:770}
.v77-eval-empty-actions a:first-child{background:#0f4b3f;border-color:#0f4b3f;color:#fff}
.v77-eval-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.v77-eval-info-grid article{padding:18px;border:1px solid #dce4e0;border-radius:14px;background:#fff}
.v77-eval-info-grid b{display:inline-grid;place-items:center;width:30px;height:30px;margin-bottom:12px;border-radius:9px;background:#eaf2ef;color:#0f4b3f;font-size:9px}
.v77-eval-info-grid strong{display:block;font-size:13px}.v77-eval-info-grid p{margin:5px 0 0;color:#68756f;font-size:10px;line-height:1.5}

.v77-eval-note{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid #dce4e0;border-radius:13px;background:#f1f6f4}
.v77-eval-note>span{width:34px;height:34px;border-radius:10px;background:#e4efeb;color:#0f4b3f;display:grid;place-items:center;font-weight:800}
.v77-eval-note strong{font-size:12px}.v77-eval-note p{margin:2px 0 0;color:#68756f;font-size:10px;line-height:1.45}
.v77-eval-note a{color:#0f4b3f;text-decoration:none;font-size:11px;font-weight:780}
.v77-eval-loading{min-height:340px;display:flex;align-items:center;justify-content:center;gap:10px;color:#68756f;font-size:12px}
.v77-eval-loading>span{width:20px;height:20px;border:2px solid #dce4e0;border-top-color:#0f4b3f;border-radius:50%;animation:v77spin .8s linear infinite}@keyframes v77spin{to{transform:rotate(360deg)}}

@media(max-width:980px){.v77-eval-feature{grid-template-columns:1fr 170px}.v77-eval-grid{grid-template-columns:1fr}.v77-eval-info-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.v77-evaluations-page{padding:22px 18px 38px}.v77-eval-heading{align-items:flex-start;flex-direction:column}.v77-eval-summary{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.v77-eval-summary article{min-width:0}.v77-eval-feature{grid-template-columns:1fr}.v77-eval-feature aside{display:none}.v77-eval-list-heading{align-items:flex-start;flex-direction:column}.v77-eval-filters{justify-content:flex-start}.v77-eval-note{grid-template-columns:36px minmax(0,1fr)}.v77-eval-note a{grid-column:2}.v77-eval-info-grid{grid-template-columns:1fr}}
@media(max-width:520px){.v77-evaluations-page{padding:18px 14px 34px;gap:18px}.v77-eval-summary article{padding:10px}.v77-eval-summary strong{font-size:18px}.v77-eval-progress{grid-template-columns:1fr}.v77-eval-progress-value{text-align:left}.v77-eval-progress-bar{grid-column:1}.v77-eval-feature>div{padding:26px 22px}.v77-eval-empty{grid-template-columns:1fr;padding:26px 20px}.v77-eval-filters{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.v77-eval-filters button{width:100%}}
