.glasses-slots{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:760px;margin:28px auto 0;padding:28px;border:12px solid #174f8d;border-radius:140px;background:#f7fbff;position:relative}.glasses-slots:after{content:"";position:absolute;left:50%;top:42%;width:48px;height:16px;transform:translateX(-50%);background:#174f8d}.lens-wrap{display:grid;justify-items:center;gap:8px}.lens-slot{display:grid;place-items:center;width:100%;aspect-ratio:1.35;border:3px dashed #8ab5df;border-radius:50%;background:#fff;color:#082d7d;overflow:hidden;cursor:pointer}.lens-slot img{width:100%;height:100%;object-fit:contain}.lens-slot.filled{border-style:solid}.lens-wrap>.audio-button{z-index:2}@media(max-width:620px){.glasses-slots{border-width:8px;padding:16px;gap:10px}.glasses-slots:after{width:26px;height:10px}.lens-slot strong{font-size:13px}}
.l1-progress{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin:0 0 1rem;
  padding:.85rem 1.1rem;
  border:2px solid #d8e4f5;
  border-radius:18px;
  background:#f7faff;
  color:#123a78;
  font-size:1rem;
}
.l1-progress strong{font-size:1.15rem}
.l1-focused{min-height:100vh;background:#f7f9fc}
.l1-focus-topbar{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:.75rem max(1rem,calc((100vw - 1120px)/2));background:rgba(255,255,255,.97);border-bottom:1px solid #dce6f2;backdrop-filter:blur(10px)}
.l1-focus-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0;color:#123a78}
.l1-focus-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.15rem}
.l1-focus-heading span{white-space:nowrap;font-weight:800}
.l1-focus-stage{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 7rem}
.l1-focused .credits{margin-top:3rem}
.l1-one-task .teacch-workspace>section{display:none}
.l1-one-task.l1-mode-main .teacch-workspace>.teacch-instruction,
.l1-one-task.l1-mode-main .teacch-workspace>.hands-on{display:block}
.l1-one-task.l1-mode-main .teacch-workspace>.now-me.profile-activity{display:block}
.l1-one-task.l1-mode-personal .teacch-workspace>.now-me{display:block}
.l1-one-task[class*="l1-mode-personal-"] .teacch-workspace>.now-me{display:block}
.l1-one-task[class*="l1-mode-personal-"] .personal-group{display:none}
.l1-one-task[class*="l1-mode-personal-"] .personal-group[data-active-personal="true"]{display:block}
.l1-one-task.l1-mode-finish .teacch-workspace>.self-check{display:block}
.l1-one-task[class*="l1-mode-personal-"] .now-me>.section-heading{margin-bottom:1rem}
.l1-one-task.l1-mode-main .teacch-instruction{display:flex;padding:.75rem 1rem;margin-bottom:1rem}
.l1-one-task.l1-mode-main .teacch-instruction>div{min-height:auto;padding:.5rem .75rem}
.l1-one-task.l1-mode-main .teacch-workspace>.teacch-instruction{display:none}
.l1-one-task.l1-mode-main .section-heading p{display:none}
.slot-heading-visual{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:.65rem;min-height:72px;text-align:left}
.slot-heading-visual>img{width:64px;height:58px;object-fit:contain;border-radius:12px;background:#fff}
.l1-visual-flow{display:flex;align-items:stretch;justify-content:center;gap:.45rem;margin:0 0 1rem;padding:.7rem;border:3px solid #bfd3eb;border-radius:22px;background:#fff}
.l1-flow-card{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:.5rem;min-width:0;flex:1;padding:.55rem;border:3px solid #d7e2ef;border-radius:17px;background:#f8fbff;color:#173f79}
.l1-flow-card.active{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 4px #ffe0ec}
.l1-flow-card.done{border-color:#60ad7d;background:#eef9f1}
.l1-flow-card>img{display:block;width:68px;height:62px;object-fit:contain;background:#fff;border-radius:10px}
.l1-flow-card>strong{font-size:1rem;text-align:center}.l1-flow-card>.audio-button{width:42px;height:42px}
.l1-flow-arrow{align-self:center;font-size:1.8rem;font-weight:1000;color:#7796bd}
.self-check>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.rating-wrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.35rem}
.rating-wrap .rating{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:180px;text-align:center}
.rating-support{display:block;width:112px;height:100px;object-fit:contain;border-radius:14px;background:#fff}
.l1-step-nav{
  position:fixed;
  left:50%;
  bottom:1rem;
  transform:translateX(-50%);
  z-index:8;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  width:min(680px,calc(100% - 2rem));
  margin:0;
  padding:.75rem;
  border:2px solid #dbe6f5;
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 35px rgba(16,48,96,.16);
  backdrop-filter:blur(8px);
}
@media (max-width:760px){
  .l1-progress{align-items:flex-start;flex-direction:column;gap:.2rem}
  .l1-focus-topbar{grid-template-columns:auto 1fr;padding:.55rem .75rem}
  .l1-focus-heading{align-items:flex-start;flex-direction:column;gap:.1rem}
  .l1-focus-heading strong{max-width:100%;font-size:1rem}
  .l1-focus-heading span{font-size:.85rem}
  .l1-focus-stage{width:min(100% - 1rem,1120px);padding-top:.5rem}
  .l1-step-nav{bottom:.5rem;padding:.6rem}
  .slot-heading-visual{grid-template-columns:52px 1fr auto}.slot-heading-visual>img{width:52px;height:48px}
  .self-check>div{grid-template-columns:1fr}.rating-wrap .rating{min-height:132px;flex-direction:row}.rating-support{width:88px;height:82px}
  .l1-visual-flow{display:grid;grid-template-columns:1fr;gap:.4rem}.l1-flow-arrow{display:none}.l1-flow-card{grid-template-columns:58px 1fr auto}.l1-flow-card>img{width:58px;height:54px}
}
.l1-context{margin:0 auto 1.2rem;max-width:760px;text-align:center;background:#fff;border:3px solid #c9d9ee;border-radius:24px;padding:.75rem}.l1-context img{display:block;width:100%;max-height:340px;object-fit:contain}.l1-context figcaption{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.65rem;font-size:1.1rem;font-weight:900;color:#123d7a}
.l1-access-bar{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:.7rem;margin:0 0 1rem;padding:.8rem;background:#f3f7fc;border:2px solid #c9d9ee;border-radius:22px}.l1-access-bar button{display:grid;grid-template-columns:48px 1fr;align-items:center;justify-content:center;gap:.55rem;min-height:66px;padding:.35rem .55rem;border:2px solid #86a9d7;border-radius:16px;background:#fff;color:#123d7a;font:900 1rem Nunito,sans-serif;text-align:left}.l1-access-bar button img{display:block;width:48px;height:48px;object-fit:contain}.l1-access-bar button span{display:block}.l1-access-bar p{grid-column:1/-1;margin:0;padding:.55rem;text-align:center;font-weight:900;color:#123d7a;background:#fff;border-radius:12px}
@media(max-width:760px){.l1-access-bar{grid-template-columns:repeat(2,1fr)}}
.l1-access-wrap{margin-bottom:1rem}.l1-settings{margin-bottom:.65rem;border:2px solid #d5e1f1;border-radius:16px;background:#fff}.l1-settings summary{cursor:pointer;padding:.75rem 1rem;font-weight:900;color:#123d7a}.l1-settings>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;padding:0 .75rem .75rem}.l1-settings button{min-height:48px;border:2px solid #b8cbe5;border-radius:12px;background:#fff;color:#153d76;font-weight:800}.l1-help-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin:.65rem 0;padding:.8rem 1rem;border:3px solid #5a95d6;border-radius:18px;background:#eef6ff;color:#123d7a}.l1-help-panel p{margin:0;font-weight:800}.l1-progress>div{display:flex;align-items:center;gap:1rem}.l1-progress-dots{display:flex;gap:.35rem}.l1-progress-dots span{width:14px;height:14px;border:2px solid #6c91c2;border-radius:50%;background:#fff}.l1-progress-dots span.done{background:#174f8d}.finished-label{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.7rem;padding:.55rem .8rem;border-radius:999px;background:#e8f6ed;color:#195f37;font-weight:900}.participation-check>p{font-size:1.05rem;color:#405875}.participation-check>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.participation-option{display:flex;align-items:center;gap:.7rem;min-height:88px;padding:.8rem;border:3px solid #c7d7e9;border-radius:18px;background:#fff;color:#173b6e;text-align:left;font-size:1rem}.participation-option>span{font-size:1.7rem}.participation-option.selected{border-color:#174f8d;background:#eaf3ff;box-shadow:0 0 0 3px #bad4f1}.personal-card:focus-visible,.answer-slot:focus-visible,.l1-access-bar button:focus-visible,.participation-option:focus-visible,.l1-step-nav button:focus-visible,.audio-button:focus-visible{outline:5px solid #ffbf47;outline-offset:3px}.l1-large-text .l1-focused{font-size:120%}.l1-high-contrast .l1-focused{filter:contrast(1.22)}.l1-simple-bg .l1-focused,.l1-simple-bg .teacch-workspace,.l1-simple-bg .hands-on,.l1-simple-bg .now-me{background:#fff!important;background-image:none!important}.l1-no-motion .l1-focused *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(max-width:900px){.l1-settings>div{grid-template-columns:repeat(2,1fr)}.participation-check>div:last-child{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.l1-settings>div,.participation-check>div:last-child{grid-template-columns:1fr}.l1-help-panel{grid-template-columns:1fr auto}.l1-help-panel strong{grid-column:1/-1}.l1-access-bar{grid-template-columns:1fr}.l1-progress>div{align-items:flex-start;flex-direction:column;gap:.4rem}.l1-focused{overflow-x:hidden}}
.participation-heading{display:flex!important;align-items:center;justify-content:space-between;gap:1rem}.participation-heading p{margin:.3rem 0}.final-options-toggle{min-height:52px;margin:.6rem 0 1rem;padding:.65rem 1rem;border:2px solid #6d91bf;border-radius:14px;background:#fff;color:#123d7a;font-weight:900}.participation-audio{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.4rem}.volcano-model{display:flex;align-items:flex-end;justify-content:center;gap:.65rem;margin:0 auto 1.25rem;padding:1rem;border-radius:24px;background:#f6f9fc}.volcano-step{display:grid;justify-items:center;gap:.45rem;min-width:150px;text-align:center;color:#173b6e}.volcano-step span{display:block;width:82px;height:64px;border-radius:50% 50% 16% 16%;clip-path:polygon(50% 0,100% 100%,0 100%)}.volcano-step.green span{background:#5ea94c}.volcano-step.yellow span{width:110px;height:86px;background:#efbd3d}.volcano-step.red span{width:138px;height:106px;background:#df4c49}.volcano-arrow{align-self:center;font-size:2rem;font-weight:900;color:#5479a8}.volcano-now-me{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:1rem;align-items:start}.volcano-now-me .volcano-model{flex-direction:column;align-items:center}.volcano-now-me .volcano-arrow{transform:rotate(0)}.ander-center img{width:150px;height:125px;object-fit:contain;border-radius:16px;background:#fff}@media(max-width:760px){.volcano-model{align-items:center;flex-direction:column}.volcano-arrow{transform:rotate(0)}.volcano-now-me{grid-template-columns:1fr}.participation-heading{align-items:flex-start;flex-direction:column}}
.clean-pictogram{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(112px,14vw,170px);padding:.35rem;background:#fff;border-radius:18px;overflow:hidden}
.clean-pictogram svg{display:block;width:100%;height:100%;max-width:190px;max-height:150px}
.arasaac-pictogram img{display:block;width:100%;height:100%;max-width:190px;max-height:150px;object-fit:contain;object-position:center}
.personal-card .clean-pictogram,.choice-card .clean-pictogram{flex:1 1 auto}
.answer-slot .clean-pictogram{height:120px}
.slot-heading-visual{min-height:52px}
.visual-action-cue{display:flex;align-items:center;gap:.7rem;max-width:760px;margin:1rem auto;padding:.8rem 1rem;border:2px solid #b8d1ef;border-radius:16px;background:#f5f9ff;font-weight:800;color:#173f79}
.answer-group h3{display:flex;align-items:center;justify-content:center;gap:.65rem}
.answer-group h3 .clean-pictogram{width:82px;height:70px;padding:.15rem}
.now-me-situations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.now-me-situations>div{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:.75rem;padding:1rem;border:2px solid #d7e3f3;border-radius:22px;background:#fff}
.now-me-situations>div>.clean-pictogram{height:90px}
.now-me-situations .personal-group{grid-column:1/-1;margin:0}
@media(max-width:760px){.now-me-situations{grid-template-columns:1fr}.now-me-situations>div{grid-template-columns:84px 1fr}.now-me-situations>div>.clean-pictogram{height:74px}}
.l1-focused .answer-slot:not(.filled)>strong,
.l1-focused .answer-slot:not(.filled)>span,
.l1-focused .lens-slot:not(.filled)>strong,
.l1-focused .lens-slot:not(.filled)>span{display:none!important}
.activity-one .hands-on{position:relative}.activity-one-count{display:flex;justify-content:center;gap:.55rem;margin:0 0 1rem}.activity-one-count span{width:20px;height:20px;border:3px solid #6d91bf;border-radius:50%;background:#fff}.activity-one-count span.done{background:#174f8d}.activity-one .choice-card img{height:108px}.activity-one .choice-card{min-height:132px}.activity-one .slot-heading-visual{grid-template-columns:72px auto;justify-content:center}.activity-one .slot-heading-visual>img{width:72px;height:68px}.activity-one .slot-heading-visual>strong{display:none}.activity-one .slot-heading-visual>.audio-button{width:46px;height:46px}.now-me-heading{align-items:center!important;justify-content:center}.now-me-self{width:132px;height:132px;object-fit:contain;border-radius:22px;background:#fff}.activity-one .personal-group{position:relative;padding-top:.25rem}.activity-one .personal-category-image{display:block;width:118px;height:108px;object-fit:contain;margin:0 auto .7rem;border-radius:20px;background:#fff}.activity-one-check .self-check-heading{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.activity-one-check .self-check-heading>img{width:92px;height:92px;object-fit:contain}.activity-one-check .self-check-heading h2{margin:0}.activity-one-check>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr))}.activity-one-check .rating{min-height:170px}
@media(max-width:760px){.now-me-self{width:104px;height:104px}.activity-one .personal-category-image{width:96px;height:88px}.activity-one-check>div:last-child{grid-template-columns:1fr 1fr}}

/* Actividad 1: completar información sobre Ander */
.activity-one-main{padding:1.15rem!important;background:#fff!important}
.activity-one-identity{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin:0 auto 1rem;padding:.75rem 1rem;border-bottom:3px solid #d8e5f4}
.activity-one-identity>div{display:flex;align-items:center;gap:.7rem}.activity-one-identity h2{margin:0;color:#0b3882;font-size:clamp(1.65rem,3vw,2.5rem)}
.activity-one-identity>img{display:block;width:118px;height:105px;object-fit:contain;border-radius:18px;background:#fff}
.fact-rows{display:grid;gap:.85rem;max-width:900px;margin:0 auto 1.25rem}
.fact-row{--fact:#2f75bd;display:grid;grid-template-columns:minmax(210px,270px) 1fr;gap:.8rem;align-items:stretch;padding:.55rem;border:3px solid #b8d0e8;border-left:10px solid var(--fact);border-radius:20px;background:#fff}.fact-row.fact-glasses{--fact:#218f91}.fact-row.fact-likes{--fact:#dc4f83}
.fact-label{display:grid;grid-template-columns:76px 1fr auto;align-items:center;gap:.65rem;padding:.35rem .55rem;border-radius:14px;background:#f2f7fc;color:#153d76}.fact-glasses .fact-label{background:#edf8f7}.fact-likes .fact-label{background:#fff1f6}
.fact-label>img{display:block;width:76px;height:70px;object-fit:contain;border-radius:12px;background:#fff}.fact-label>strong{font-size:1.18rem}.fact-label>.audio-button{width:44px;height:44px}
.fact-answer{display:flex;align-items:center;justify-content:center;gap:.8rem;min-height:104px;padding:.5rem;border:3px dashed #8baed3;border-radius:16px;background:#fbfdff;color:#143c73;cursor:pointer}.fact-glasses .fact-answer{border-color:#76b8b8}.fact-likes .fact-answer{border-color:#dc8eaa}
.fact-answer.filled{border-style:solid;background:#f4f9ff}.fact-answer>strong{font-size:1.15rem}.fact-answer .clean-pictogram{width:112px;height:90px;padding:.2rem}.fact-answer .ander-card-image{width:112px;height:90px;object-fit:contain}
.fact-answer-multiple{display:flex;flex-wrap:wrap;cursor:pointer}.placed-fact{position:relative;display:flex;align-items:center;gap:.35rem;min-width:145px;padding:.4rem .65rem;border:2px solid #dc8eaa;border-radius:14px;background:#fff;color:#143c73;font:900 1rem Nunito,sans-serif;cursor:pointer}.placed-fact .clean-pictogram{width:78px;height:72px}.placed-fact>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f4d5e0;color:#7b2445;font-size:1.35rem}.placed-fact:focus-visible{outline:5px solid #ffbf47;outline-offset:3px}
.fact-row.ready .fact-answer{border-style:solid;border-color:var(--fact);background:#eef6ff;box-shadow:0 0 0 4px #dcecff}.fact-row.fact-glasses.ready .fact-answer{background:#edf9f8;box-shadow:0 0 0 4px #d8f0ee}.fact-row.fact-likes.ready .fact-answer{background:#fff1f6;box-shadow:0 0 0 4px #f9dce7}
.fact-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;max-width:900px;margin:0 auto;padding-top:1rem;border-top:2px solid #e1e9f4}
.fact-options .audio-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.25rem}.fact-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:145px;padding:.5rem;border:3px solid #c7d7e9;border-radius:18px;background:#fff;color:#153d76;font:900 1rem Nunito,sans-serif;cursor:pointer}
.fact-option .clean-pictogram{height:94px;padding:.15rem}.fact-option .ander-card-image{width:100%;height:94px;object-fit:contain}.fact-option.selected{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 4px #ffe0ec}.fact-option .selection-mark{display:none;position:absolute;right:.35rem;top:.25rem;color:#fff;background:#174f8d;border-radius:50%;width:28px;height:28px;place-items:center}.fact-option.selected .selection-mark{display:grid}
.fact-option:focus-visible,.fact-answer:focus-visible{outline:5px solid #ffbf47;outline-offset:3px}
.activity-one .personal-title-visual{display:grid;grid-template-columns:112px 1fr auto;align-items:center;gap:1rem;max-width:780px;margin:0 auto 1rem;padding:.75rem 1rem;border:3px solid #bfd3eb;border-radius:20px;background:#f8fbff;text-align:left}.activity-one .personal-title-visual>img{display:block;width:112px;height:102px;object-fit:contain;border-radius:16px;background:#fff}.activity-one .personal-title-visual h3,.activity-one .personal-title-visual p{margin:.15rem 0}.activity-one .personal-title-visual h3{font-size:1.45rem;color:#123d7a}.activity-one .personal-title-visual>.audio-button{width:52px;height:52px}
@media(max-width:780px){.activity-one-identity{justify-content:space-between}.activity-one-identity>img{width:96px;height:88px}.fact-row{grid-template-columns:1fr}.fact-label{grid-template-columns:64px 1fr auto}.fact-label>img{width:64px;height:58px}.fact-options{grid-template-columns:repeat(2,minmax(0,1fr))}.fact-options .audio-card:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}.fact-answer{min-height:94px}}
@media(max-width:600px){.activity-one .personal-title-visual{grid-template-columns:82px 1fr auto}.activity-one .personal-title-visual>img{width:82px;height:76px}}

/* Actividad 2: las gafas se relacionan con dos situaciones */
.activity-two-main{padding:1.15rem!important;background:#fff!important}.activity-two-heading{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin:0 auto .65rem;text-align:left}.activity-two-heading>div{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:.65rem}.activity-two-heading h2{grid-column:1/-1;margin:0;color:#0b3882;font-size:clamp(1.7rem,3vw,2.55rem)}.activity-two-heading p{margin:.15rem 0;color:#315382;font-size:1.25rem;font-weight:900}.activity-two-heading>img{display:block;width:150px;height:100px;object-fit:contain;background:#fff;border-radius:18px}
.activity-two-counter{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.35rem auto .8rem;color:#153d76}.activity-two-counter>strong{font-size:1.2rem}.activity-two-counter>div{display:flex;gap:.55rem}.activity-two-counter span{display:block;width:25px;height:25px;border:4px solid #5987bd;border-radius:50%;background:#fff}.activity-two-counter span.done{background:#174f8d}
.glasses-choice{position:relative;max-width:790px;margin:0 auto 1.1rem;padding:4.6rem 1.1rem 1.1rem;border:10px solid #174f8d;border-radius:150px;background:#f4f9ff}.glasses-symbol{position:absolute;left:50%;top:.25rem;transform:translateX(-50%);display:block;width:130px;height:72px;object-fit:contain;background:#fff;border-radius:16px}.glasses-bridge{position:absolute;left:50%;top:58%;width:54px;height:14px;transform:translate(-50%,-50%);border-radius:999px;background:#174f8d}.glasses-lenses{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.glasses-lens{display:flex;align-items:center;justify-content:center;min-height:165px;padding:.55rem;border:4px dashed #7da6d2;border-radius:50%;background:#fff;color:#153d76;cursor:pointer;overflow:hidden}.glasses-lens.filled{border-style:solid}.glasses-lens.ready{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 5px #ffe0ec}.glasses-lens:focus-visible,.activity-two-option:focus-visible{outline:5px solid #ffbf47;outline-offset:3px}
.activity-two-scene{display:block;width:100%;aspect-ratio:1.72;overflow:hidden;border-radius:13px;background:#fff}.activity-two-scene img{display:block;width:100%;height:auto;object-fit:cover;object-position:top}.glasses-lens .activity-two-scene{width:150px}.glasses-lens>strong{font-size:1rem}.glasses-lens.filled{display:grid;grid-template-columns:145px 1fr;gap:.35rem;text-align:center}
.activity-two-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;max-width:900px;margin:0 auto}.activity-two-options .audio-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.3rem}.activity-two-option{position:relative;display:flex;flex-direction:column;gap:.45rem;align-items:center;justify-content:center;width:100%;min-height:175px;padding:.65rem;border:3px solid #c4d5e9;border-radius:19px;background:#fff;color:#153d76;font:900 1.05rem Nunito,sans-serif;cursor:pointer}.activity-two-option.selected{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 4px #ffe0ec}.activity-two-option .selection-mark{display:none;position:absolute;right:.4rem;top:.35rem;width:29px;height:29px;place-items:center;border-radius:50%;background:#174f8d;color:#fff}.activity-two-option.selected .selection-mark{display:grid}.activity-two-done{width:max-content;margin:1rem auto 0;padding:.65rem 1rem;border-radius:999px;background:#e8f6ed;color:#195f37;font-size:1.15rem;font-weight:1000}
@media(max-width:760px){.activity-two-heading{justify-content:space-between}.activity-two-heading>img{width:105px;height:78px}.glasses-choice{padding:4rem .65rem .75rem;border-width:7px}.glasses-lenses{gap:.8rem}.glasses-bridge{width:30px;height:10px}.glasses-lens{min-height:125px}.glasses-lens.filled{display:flex;flex-direction:column}.glasses-lens .activity-two-scene{width:105px}.activity-two-options{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-two-option{min-height:150px}}

/* Actividad 2: pistas inequívocas, apoyos alrededor de «yo» y cierre visual */
.activity-two-heading{justify-content:center;text-align:center}.activity-two-heading>div{max-width:680px}.activity-two-heading>img{display:none}
.glasses-lens{position:relative}.lens-number{position:absolute;top:.5rem;left:.7rem;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#174f8d;color:#fff;font:1000 1.05rem Nunito,sans-serif;z-index:2}.lens-plus{color:#5c86b7;font-size:3rem;font-weight:800;line-height:1}
.activity-two-options .audio-card{position:relative;display:block}.activity-two-options .audio-card>.audio-button{position:absolute;right:.5rem;bottom:.5rem;z-index:3;width:40px;height:40px;background:#fff}.activity-two-options .activity-two-option{padding-bottom:2.8rem}
.activity-two-now-me{background:#fff}.activity-two-now-me .now-me-heading p{margin:.25rem 0;color:#315382;font-size:1.2rem;font-weight:900}.activity-two-support-group{max-width:980px;margin:0 auto}.my-support-zone{position:relative;display:grid;grid-template-columns:155px 1fr;align-items:center;gap:1rem;min-height:270px;margin:1rem 0 1.25rem;padding:1.25rem;border:4px dashed #78a3d0;border-radius:30px;background:#f6faff;overflow:hidden}.support-self{position:relative;z-index:2;width:145px;height:145px;object-fit:contain;border-radius:50%;background:#fff;border:4px solid #c4d8ee}.support-empty-cues{position:absolute;inset:1.3rem 1.3rem 1.3rem 175px;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center}.support-empty-cues span{height:145px;border:3px dashed #c4d8ee;border-radius:22px;background:#fff}.chosen-supports{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.chosen-supports button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;padding:.45rem;border:3px solid #2d7f69;border-radius:20px;background:#effaf5;color:#174f43;font:900 1rem Nunito,sans-serif;cursor:pointer}.chosen-supports .clean-pictogram{height:92px}.chosen-supports button>span{position:absolute;right:.35rem;top:.25rem;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#d9eee6;font-size:1.35rem}.activity-two-support-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.activity-two-support-options .audio-card{position:relative}.support-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:155px;padding:.55rem 2.7rem .55rem .55rem;border:3px solid #c7d8ea;border-radius:20px;background:#fff;color:#153d76;font:900 1rem Nunito,sans-serif;cursor:pointer}.support-option .clean-pictogram{height:96px}.activity-two-support-options .audio-button{position:absolute;right:.45rem;bottom:.45rem;width:40px;height:40px;background:#fff}.support-option.selected{border-color:#2d7f69;background:#effaf5}
.participation-summary-zone{margin:1rem 0;padding:1rem;border:3px solid #91b4d8;border-radius:22px;background:#f5f9ff;text-align:left}.participation-summary-zone>strong{display:block;margin-bottom:.65rem;color:#153d76;font-size:1.2rem}.participation-summary-zone>div{display:flex;flex-wrap:wrap;gap:.65rem;min-height:82px}.participation-summary-zone button{position:relative;display:flex;align-items:center;gap:.5rem;padding:.45rem 2.4rem .45rem .55rem;border:3px solid #2d7f69;border-radius:18px;background:#effaf5;color:#174f43;font:900 .95rem Nunito,sans-serif;cursor:pointer}.participation-summary-zone button img{width:66px;height:66px;object-fit:contain}.participation-summary-zone button b{position:absolute;right:.45rem;top:.35rem;font-size:1.25rem}.summary-empty{display:block;width:100%;min-height:75px;border:3px dashed #bed1e6;border-radius:16px;background:#fff}
@media(max-width:760px){.my-support-zone{grid-template-columns:1fr}.support-self{margin:auto}.support-empty-cues{inset:170px .8rem .8rem}.chosen-supports,.activity-two-support-options{grid-template-columns:repeat(2,minmax(0,1fr))}.chosen-supports button{min-height:132px}.activity-two-options .audio-card>.audio-button{width:36px;height:36px}}

/* Actividad 3: situación de Ander, relación personal y registro diferenciados */
.activity-three-main{padding:1rem!important;background:#fff!important}.a3-heading{display:grid;grid-template-columns:minmax(210px,.65fr) minmax(360px,1.35fr);align-items:center;gap:1rem;margin-bottom:.65rem}.a3-heading>div{display:flex;align-items:center;justify-content:center;gap:.65rem}.a3-heading h2{margin:0;color:#0b3882;font-size:clamp(1.8rem,3vw,2.65rem)}.a3-heading>img{display:block;width:100%;max-height:235px;object-fit:contain;border-radius:22px;background:#fff}.a3-count{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.25rem 0 .75rem;color:#153d76}.a3-count>strong{font-size:1.2rem}.a3-count>div{display:flex;gap:.45rem}.a3-count span{display:block;width:22px;height:22px;border:3px solid #6e96c4;border-radius:50%;background:#fff}.a3-count span.done{background:#174f8d}.a3-board{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-bottom:.9rem}.a3-category{padding:.75rem;border:4px solid;border-radius:24px}.a3-category.calm{border-color:#4d8bc2;background:#eff7ff}.a3-category.overload{border-color:#d36969;background:#fff3f2}.a3-category>header{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-bottom:.55rem}.a3-category h3{margin:0;font-size:1.4rem;color:#153d76}.a3-category>header>.clean-pictogram{width:68px;height:60px}.a3-volcano{display:grid;place-items:center;width:62px;height:56px;color:#c53d36;font-size:3.8rem;line-height:.8;filter:drop-shadow(0 8px 0 #72362c)}.a3-category>div{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.a3-category-slot{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:125px;padding:.45rem;border:3px dashed #7fa4cc;border-radius:19px;background:#fff;color:#153d76;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a3-category.overload .a3-category-slot{border-color:#d78a82}.a3-category-slot.filled{border-style:solid}.a3-category-slot.ready{box-shadow:0 0 0 4px #ffd7e6}.a3-slot-circle{display:block;width:62px;height:62px;border:4px dashed #9ab7d6;border-radius:50%;background:#f8fbff}.a3-card-picture{display:block;width:90px;height:82px;padding:.25rem;border-radius:14px;background:#fff}.a3-card-picture img{display:block;width:100%;height:100%;object-fit:contain}.a3-category-slot .a3-card-picture{width:78px;height:72px}.a3-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}.a3-options .audio-card{position:relative}.a3-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:135px;padding:.4rem .4rem 2.2rem;border:3px solid #c6d7e9;border-radius:18px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif;cursor:pointer}.a3-option.selected{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 4px #ffe0ec}.a3-option .a3-card-picture{width:78px;height:73px}.a3-options .audio-button{position:absolute;right:.35rem;bottom:.35rem;width:35px;height:35px;background:#fff}.a3-now-me{background:#fff}.a3-personal-situation{display:grid;grid-template-columns:minmax(180px,.75fr) 50px minmax(420px,1.5fr);align-items:center;gap:.8rem;margin:1rem 0;padding:1rem;border:3px solid #d4e1f0;border-radius:26px;background:#f9fbfe}.a3-situation-context{position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.65rem;border-radius:19px;background:#fff;color:#153d76;text-align:center}.a3-situation-context .a3-card-picture{width:125px;height:115px}.a3-situation-context>.audio-button{position:absolute;right:.4rem;top:.4rem;width:40px;height:40px}.a3-relation-arrow{color:#6990bc;font-size:2.4rem;font-weight:900;text-align:center}.a3-personal-answer{margin:0!important}.a3-response-title{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:.55rem;margin-bottom:.55rem;color:#153d76}.a3-response-title>.clean-pictogram{width:72px;height:66px}.a3-personal-slot{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:105px;margin-bottom:.55rem;border:3px dashed #83a7ce;border-radius:18px;background:#fff;color:#153d76;font:900 1rem Nunito,sans-serif;cursor:pointer}.a3-personal-slot.filled{border-style:solid;border-color:#2d7f69;background:#effaf5}.a3-personal-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.a3-personal-options .audio-card{position:relative}.a3-personal-option{display:flex;flex-direction:column;align-items:center;width:100%;min-height:120px;padding:.35rem .35rem 2rem;border:3px solid #c7d8ea;border-radius:17px;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif;cursor:pointer}.a3-personal-option.selected{border-color:#2d7f69;background:#effaf5}.a3-personal-option .a3-card-picture{width:72px;height:66px}.a3-personal-options .audio-button{position:absolute;right:.3rem;bottom:.3rem;width:34px;height:34px;background:#fff}
@media(max-width:900px){.a3-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a3-personal-situation{grid-template-columns:180px 34px 1fr}}
@media(max-width:680px){.a3-heading{grid-template-columns:1fr}.a3-heading>img{max-height:175px}.a3-board{grid-template-columns:1fr}.a3-category>div{grid-template-columns:1fr 1fr}.a3-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a3-personal-situation{grid-template-columns:1fr}.a3-relation-arrow{transform:rotate(90deg)}.a3-personal-options{grid-template-columns:1fr 1fr}}

/* Actividad 3 final: categorías semánticas, reparto 2 + 2 y audio secundario */
.activity-three-main .a3-heading{grid-template-columns:minmax(230px,.72fr) minmax(330px,1.28fr);margin-bottom:.35rem}
.activity-three-main .a3-heading>img{max-height:190px}
.a3-ander-context{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:#e7f1fc;color:#174f8d;font:1000 .95rem Nunito,sans-serif}
.a3-category>header.a3-category-header{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.55rem}
.a3-category-name{display:flex;align-items:center;gap:.45rem;min-width:0}
.a3-category-name>.a3-card-picture{width:62px;height:58px}
.a3-category-icon{display:block;width:66px;height:60px;object-fit:contain}
.a3-category-count{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:0 0 auto;padding:.35rem .55rem;border-radius:15px;background:rgba(255,255,255,.8);color:#153d76}
.a3-category-count>strong{font-size:.92rem;white-space:nowrap}
.a3-category-count>div{display:flex;gap:.35rem}
.a3-category-count span{display:block;width:19px;height:19px;border:3px solid #7398c2;border-radius:50%;background:#fff}
.a3-category.overload .a3-category-count span{border-color:#cc746c}
.a3-category-count span.done{background:#174f8d}
.a3-category.overload .a3-category-count span.done{background:#b5453f}
.activity-three-main .a3-category-slot{min-height:108px}
.activity-three-main .a3-option{min-height:122px}
.activity-three-main .audio-button{width:34px;height:34px;min-width:34px;opacity:.72}
.activity-three-main .audio-button:hover,.activity-three-main .audio-button:focus-visible{opacity:1}
.a3-neutral-feedback{width:max-content;max-width:100%;margin:.55rem auto 0;padding:.45rem .8rem;border-radius:999px;background:#eef6ff;color:#315382;font-weight:800;text-align:center}
@media(max-width:900px){.activity-three-main .a3-heading{grid-template-columns:minmax(190px,.65fr) minmax(300px,1.35fr)}.activity-three-main .a3-heading>img{max-height:165px}.a3-category{padding:.6rem}.activity-three-main .a3-category-slot{min-height:96px}.activity-three-main .a3-option{min-height:112px}.a3-option .a3-card-picture{height:60px}}
@media(max-width:680px){.activity-three-main .a3-heading{grid-template-columns:1fr}.a3-category>header.a3-category-header{align-items:flex-start}.a3-category-name{flex-wrap:wrap}.a3-category-icon{width:58px;height:54px}}

/* Actividad 4: un único volcán continuo y una asociación personal diferenciada */
.activity-four-main{padding:1rem!important;background:#fff!important}.a4-heading{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:.25rem}.a4-heading>img{width:82px;height:82px;object-fit:contain}.a4-heading>div{display:flex;align-items:center;gap:.55rem}.a4-heading h2{margin:0;color:#0b3882;font-size:clamp(1.8rem,3vw,2.55rem)}
.a4-layout{display:grid;grid-template-columns:minmax(430px,.95fr) minmax(440px,1.05fr);align-items:center;gap:1rem}.a4-continuous-volcano{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;max-width:620px;margin:auto;filter:drop-shadow(0 10px 12px rgba(45,65,90,.12))}.a4-zone{position:relative;padding:.55rem 1.1rem;border:4px solid;background:#fff}.a4-zone>header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.35rem;color:#153d76}.a4-zone>header span{width:22px;height:22px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px currentColor}.a4-zone>header div{display:flex;align-items:baseline;gap:.45rem}.a4-zone>header b{font-size:.82rem;letter-spacing:.06em}.a4-zone>header strong{font-size:1.05rem}.a4-zone.red{width:58%;border-color:#c94b44;border-radius:150px 150px 0 0;background:#ffe7e4}.a4-zone.red>header span{background:#c94b44;color:#c94b44}.a4-zone.yellow{width:80%;border-color:#d49c20;background:#fff3c8}.a4-zone.yellow>header span{background:#efbd3d;color:#d49c20}.a4-zone.yellow>div{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.a4-zone.green{width:100%;border-color:#568f42;border-radius:0 0 28px 28px;background:#eaf7df}.a4-zone.green>header span{background:#66aa4f;color:#568f42}.a4-volcano-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;min-height:92px;padding:.35rem;border:3px dashed rgba(40,66,100,.38);border-radius:18px;background:rgba(255,255,255,.88);color:#153d76;font:900 .88rem Nunito,sans-serif;cursor:pointer}.a4-volcano-slot.filled{border-style:solid}.a4-volcano-slot.ready{box-shadow:0 0 0 5px rgba(255,63,142,.22)}.a4-volcano-slot .a3-card-picture{width:68px;height:62px}.a4-slot-dot{display:block;width:48px;height:48px;border:4px dashed #86a5c5;border-radius:50%;background:#fff}.a4-remove{position:absolute;right:.3rem;top:.2rem;font-size:1.25rem}.a4-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.a4-options .audio-card,.a4-personal-options .audio-card{position:relative}.a4-option,.a4-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:128px;padding:.4rem .4rem 2rem;border:3px solid #c7d8ea;border-radius:18px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif;cursor:pointer}.a4-option.selected,.a4-personal-option.selected{border-color:#ff3f8e;background:#fff4f8;box-shadow:0 0 0 4px #ffe0ec}.a4-option .a3-card-picture,.a4-personal-option .a3-card-picture{width:76px;height:70px}.a4-options .audio-button,.a4-personal-options .audio-button{position:absolute;right:.35rem;bottom:.35rem;width:34px;height:34px;opacity:.72;background:#fff}
.a4-now-me{background:#fff}.a4-now-me .now-me-heading p{margin:.2rem 0;color:#315382;font-size:1.15rem;font-weight:900}.a4-personal-progression{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:stretch;gap:.4rem;max-width:1050px;margin:.75rem auto}.a4-personal-row{display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto 86px;align-items:center;gap:.45rem;padding:.65rem;border:4px solid;border-radius:22px}.a4-personal-row.green{border-color:#568f42;background:#eef9e8}.a4-personal-row.yellow{border-color:#d49c20;background:#fff7da}.a4-personal-row.red{border-color:#c94b44;background:#fff0ee}.a4-state-volcano{width:68px;height:62px;mask:url('assets/shared/arasaac/volcano.png') center/contain no-repeat;-webkit-mask:url('assets/shared/arasaac/volcano.png') center/contain no-repeat}.a4-state-volcano.green{background:#568f42}.a4-state-volcano.yellow{background:#d49c20}.a4-state-volcano.red{background:#c94b44}.a4-state-meaning{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.15rem .35rem;color:#153d76}.a4-state-meaning>span{grid-column:1/-1;font-size:.78rem;font-weight:900;text-transform:uppercase}.a4-state-meaning>strong{font-size:.95rem}.a4-state-meaning>.audio-button{width:31px;height:31px;opacity:.7}.a4-personal-slot{position:relative;grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;min-height:82px;border:3px dashed #83a7ce;border-radius:16px;background:#fff;color:#153d76;font:900 .86rem Nunito,sans-serif;cursor:pointer}.a4-personal-slot.filled{border-style:solid}.a4-personal-slot.ready{box-shadow:0 0 0 4px rgba(255,63,142,.2)}.a4-personal-slot .a3-card-picture{width:60px;height:55px}.a4-up{align-self:center;color:#6788ae;font-size:2rem;font-weight:1000;text-align:center}.a4-personal-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;max-width:820px;margin:1rem auto 0}.activity-four .audio-button{min-width:32px}.activity-four-main>.a3-neutral-feedback{margin-top:.5rem}
@media(max-width:920px){.a4-layout{grid-template-columns:minmax(390px,.95fr) minmax(360px,1.05fr)}.a4-option{min-height:112px}.a4-volcano-slot{min-height:82px}.a4-personal-progression{grid-template-columns:1fr 24px 1fr 24px 1fr}.a4-personal-row{grid-template-columns:58px 1fr}.a4-state-volcano{width:56px;height:52px}}
@media(max-width:720px){.a4-heading>div{flex-wrap:wrap}.a4-layout{grid-template-columns:1fr}.a4-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a4-personal-progression{grid-template-columns:1fr}.a4-up{transform:none}.a4-personal-options{grid-template-columns:1fr}.a4-personal-row{grid-template-columns:72px 1fr}.a4-zone.red{width:65%}.a4-zone.yellow{width:84%}}

/* Actividad 1 · Ahora yo: elección personal con resumen visible */
.activity-one .a1-personal-choice{margin:1rem 0 1.4rem;padding:1rem;border:3px solid #d1e0f0;border-radius:26px;background:#fbfdff}.activity-one .a1-personal-choice .personal-title-visual{max-width:none;margin:0 0 .75rem;padding:.6rem .85rem;border:0;border-bottom:2px solid #dce7f3;border-radius:0;background:transparent}.activity-one .a1-personal-choice .personal-title-visual.text-only{grid-template-columns:1fr auto}.activity-one .a1-personal-choice .personal-title-visual>img{width:78px;height:72px}.activity-one .a1-personal-choice .personal-title-visual h3{font-size:1.55rem}.a1-choice-type{display:block;margin-top:.3rem;color:#174f8d;font-size:1rem}.a1-no-best{display:block;margin-top:.18rem;color:#526b8a;font-size:.92rem;font-weight:800}.activity-one .a1-personal-choice .personal-title-visual>.audio-button{width:36px;height:36px;opacity:.72}
.a1-choice-summary{display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:.7rem;min-height:92px;margin:.6rem 0 .85rem;padding:.65rem .8rem;border:3px solid #8eb1d6;border-radius:20px;background:#f2f8ff;color:#153d76}.a1-choice-summary>strong{font-size:1.05rem}.a1-choice-summary>div{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.a1-choice-summary button{position:relative;display:flex;align-items:center;gap:.4rem;min-height:70px;padding:.35rem 2rem .35rem .45rem;border:3px solid #28785e;border-radius:16px;background:#e9f7f1;color:#174f43;font:900 .9rem Nunito,sans-serif;cursor:pointer;box-shadow:0 3px 7px rgba(30,80,65,.12)}.a1-choice-summary button .clean-pictogram{width:58px;height:56px}.a1-choice-summary button b{position:absolute;right:.4rem;top:.25rem;font-size:1.25rem}.a1-summary-empty{display:block;width:100%;min-height:64px;border:3px dashed #bfd0e3;border-radius:14px;background:#fff}
.activity-one .a1-personal-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.activity-one .a1-personal-options .audio-card{position:relative}.activity-one .a1-personal-options .personal-card{min-height:155px;padding:.55rem .45rem 2.15rem;border:3px solid #c7d8ea;background:#fff;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.activity-one .a1-personal-options .personal-card.selected{transform:translateY(-3px);border:5px solid #28785e;background:#e9f7f1;box-shadow:0 7px 14px rgba(30,90,70,.2)}.activity-one .a1-personal-options .personal-card.selected .selection-mark{display:grid;width:34px;height:34px;background:#176b50;color:#fff;font-size:1.15rem}.activity-one .a1-personal-options .audio-button{position:absolute;right:.35rem;bottom:.35rem;width:34px;height:34px;opacity:.7;background:#fff}.activity-one .a1-personal-options .pictogram-label{line-height:1.15;text-align:center}
@media(max-width:900px){.activity-one .a1-personal-options{grid-template-columns:repeat(4,minmax(0,1fr))}.activity-one .a1-personal-options .personal-card{min-height:145px}}
@media(max-width:680px){.activity-one .a1-personal-choice{padding:.7rem}.activity-one .a1-personal-choice .personal-title-visual{grid-template-columns:64px 1fr auto}.activity-one .a1-personal-choice .personal-title-visual.text-only{grid-template-columns:1fr auto}.activity-one .a1-personal-choice .personal-title-visual>img{width:62px;height:58px}.a1-choice-summary{grid-template-columns:1fr}.activity-one .a1-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Actividad 4 ajustada: crecimiento explícito y elección personal directa */
.a4-growth-wrap{display:grid;grid-template-columns:minmax(0,1fr) 58px;align-items:center;gap:.25rem}.a4-growth-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;color:#365f91}.a4-growth-arrow span{font-size:clamp(3.8rem,8vw,7rem);font-weight:500;line-height:.82}.a4-growth-arrow strong{font-size:.9rem;letter-spacing:.08em;writing-mode:vertical-rl;transform:rotate(180deg)}
.a4-own-state .now-me-heading>div{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:.55rem}.a4-own-state .now-me-heading h2{grid-column:1/-1}.a4-own-state .now-me-heading p{margin:.15rem 0;color:#153d76;font-size:1.35rem;font-weight:1000}.a4-own-state .now-me-heading span{color:#526b8a;font-weight:800}.a4-own-state .now-me-heading .audio-button{width:34px;height:34px;opacity:.72}.a4-own-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;max-width:1000px;margin:1rem auto}.a4-own-audio{position:relative}.a4-own-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;width:100%;min-height:205px;padding:.75rem 2.6rem .75rem .75rem;border:4px solid;border-radius:24px;color:#153d76;font:900 1rem Nunito,sans-serif;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.a4-own-option.green{border-color:#568f42;background:#eef9e8}.a4-own-option.yellow{border-color:#d49c20;background:#fff7da}.a4-own-option.red{border-color:#c94b44;background:#fff0ee}.a4-own-option .a4-state-volcano{width:96px;height:88px}.a4-own-option>span:not(.a4-state-volcano):not(.a4-own-check){font-size:.84rem;text-transform:uppercase}.a4-own-option>strong{font-size:1.08rem;text-align:center}.a4-own-option.selected{transform:translateY(-4px);border-width:6px;box-shadow:0 8px 18px rgba(35,65,90,.2)}.a4-own-check{display:none;position:absolute;right:.55rem;top:.5rem;place-items:center;width:38px;height:38px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.3rem}.a4-own-option.selected .a4-own-check{display:grid}.a4-own-audio>.audio-button{position:absolute;right:.45rem;bottom:.45rem;width:34px;height:34px;opacity:.7;background:#fff}.a4-own-skip{position:relative;display:flex;align-items:center;justify-content:center;gap:.65rem;width:max-content;max-width:100%;min-height:76px;margin:0 auto;padding:.55rem 3rem .55rem .75rem;border:3px solid #9badc1;border-radius:18px;background:#fff;color:#294564;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a4-own-skip .clean-pictogram{width:58px;height:54px}.a4-own-skip>span:last-child{position:absolute;right:.7rem;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#174f8d;color:#fff}.a4-own-skip.selected{border:5px solid #174f8d;background:#eef5fc;box-shadow:0 5px 12px rgba(30,65,100,.15)}
@media(max-width:760px){.a4-growth-wrap{grid-template-columns:minmax(0,1fr) 44px}.a4-growth-arrow span{font-size:4.3rem}.a4-own-options{grid-template-columns:1fr}.a4-own-option{min-height:150px}.a4-own-option .a4-state-volcano{width:76px;height:70px}}

/* Actividad 1 · apoyo semántico para «Qué utilizo» */
.activity-one [data-personal="use"] .personal-title-visual,
.activity-one [data-personal="skill"] .personal-title-visual,
.activity-one [data-personal="like"] .personal-title-visual{grid-template-columns:132px 1fr auto}
.activity-one [data-personal="use"] .personal-title-visual>img,
.activity-one [data-personal="skill"] .personal-title-visual>img,
.activity-one [data-personal="like"] .personal-title-visual>img{width:124px;height:84px;object-fit:contain;background:#fff}
@media(max-width:680px){
 .activity-one [data-personal="use"] .personal-title-visual,
 .activity-one [data-personal="skill"] .personal-title-visual,
 .activity-one [data-personal="like"] .personal-title-visual{grid-template-columns:100px 1fr auto}
 .activity-one [data-personal="use"] .personal-title-visual>img,
 .activity-one [data-personal="skill"] .personal-title-visual>img,
 .activity-one [data-personal="like"] .personal-title-visual>img{width:94px;height:66px}
}

/* Actividad 5 · Ander en el centro y elección personal no normativa */
.activity-five .a5-main,.activity-five .a5-now-me{border-radius:26px;background:#fff}.a5-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.a5-heading>div:first-child{display:flex;align-items:center;gap:.65rem}.a5-heading>div:first-child>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#e8f2ff;color:#1760a8;font-size:2rem}.a5-heading h2,.a5-heading p{margin:.1rem 0}.a5-heading h2{color:#123d7a;font-size:clamp(1.55rem,3vw,2.25rem)}.a5-heading p{color:#496581;font-weight:850}.a5-heading .audio-button{width:34px;height:34px;opacity:.7}.a5-count{display:flex;align-items:center;gap:.55rem;padding:.5rem .75rem;border:2px solid #bdd2e8;border-radius:18px;color:#123d7a;background:#f7fbff}.a5-count>span{display:flex;gap:.25rem}.a5-count i{display:block;width:19px;height:19px;border:3px solid #5b87b5;border-radius:50%;background:#fff}.a5-count i.done{background:#1760a8}.a5-work-area{display:grid;grid-template-columns:minmax(430px,.95fr) minmax(480px,1.05fr);align-items:center;gap:1rem}.a5-orbit{position:relative;display:grid;grid-template-columns:1fr 130px 1fr;grid-template-rows:112px 148px 112px;grid-template-areas:". top ." "left center right" ". bottom .";align-items:center;justify-items:center;min-height:390px;padding:.6rem;border-radius:50%;background:radial-gradient(circle,#f8fcff 0 28%,#e9f4ff 29% 31%,#fff 32% 100%)}.a5-orbit-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.3rem;width:150px;min-height:92px;padding:.35rem;border:3px dashed #7fa7ce;border-radius:22px;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif;cursor:pointer}.a5-orbit-slot:nth-child(1){grid-area:top}.a5-orbit-slot:nth-child(2){grid-area:left}.a5-ander{grid-area:center;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.a5-orbit-slot:nth-child(4){grid-area:right}.a5-orbit-slot:nth-child(5){grid-area:bottom}.a5-orbit-slot i{width:45px;height:45px;border:4px dotted #7fa7ce;border-radius:50%}.a5-orbit-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 5px #ffe2ed}.a5-orbit-slot.filled{border-style:solid;border-color:#1760a8}.a5-orbit-slot .clean-pictogram{width:64px;height:60px}.a5-orbit-slot>span:last-child{position:absolute;right:.35rem;top:.2rem;font-size:1.2rem}.a5-ander>img{width:112px;height:118px;object-fit:contain;border-radius:45%}.a5-ander>strong{margin-top:-.25rem;color:#123d7a;font-size:1.15rem}.a5-ander .audio-button{width:30px;height:30px;opacity:.68}.a5-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.a5-options .audio-card,.a5-personal-options .audio-card{position:relative}.a5-option,.a5-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.45rem .45rem 1.8rem;border:3px solid #c5d8ea;border-radius:19px;background:#fff;color:#153d76;font:900 .92rem Nunito,sans-serif;cursor:pointer}.a5-option.selected,.a5-personal-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a5-option .clean-pictogram,.a5-personal-option .clean-pictogram{width:76px;height:70px}.a5-options .audio-button,.a5-personal-options .audio-button{position:absolute;right:.3rem;bottom:.3rem;width:31px;height:31px;opacity:.62;background:#fff}.a5-personal-heading{display:grid;grid-template-columns:96px 1fr auto;align-items:center;gap:.75rem;margin-bottom:.8rem;padding:.6rem;border-bottom:2px solid #dbe7f3}.a5-personal-heading>img{width:90px;height:84px;object-fit:contain}.a5-personal-heading h2,.a5-personal-heading h3,.a5-personal-heading p{margin:.12rem 0}.a5-personal-heading h2{color:#123d7a;font-size:1.55rem}.a5-personal-heading h3{color:#174f8d;font-size:1.2rem}.a5-personal-heading p{color:#526b8a;font-weight:800}.a5-personal-heading .audio-button{width:35px;height:35px;opacity:.7}.a5-personal-summary{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:.75rem;min-height:105px;padding:.65rem;border:3px solid #92b6d8;border-radius:22px;background:#f5faff}.a5-self-small{display:flex;align-items:center;gap:.45rem;color:#123d7a}.a5-self-small img{width:58px;height:58px;object-fit:contain}.a5-personal-summary>div:last-child{display:flex;flex-wrap:wrap;gap:.4rem}.a5-personal-summary>div:last-child button{display:grid;grid-template-columns:48px auto auto;align-items:center;gap:.3rem;min-height:60px;padding:.25rem .45rem;border:2px solid #5586b7;border-radius:15px;background:#fff;color:#153d76;font-weight:900}.a5-personal-summary button .clean-pictogram{width:46px;height:44px}.a5-personal-summary button b{font-size:1.25rem}.a5-summary-empty{display:block;width:100%;height:58px;border:3px dashed #9ab8d5;border-radius:16px;background:#fff}.a5-personal-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.75rem}
@media(max-width:980px){.a5-work-area{grid-template-columns:minmax(400px,.95fr) minmax(360px,1.05fr)}.a5-orbit{grid-template-columns:1fr 112px 1fr}.a5-orbit-slot{width:132px}.a5-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a5-option{min-height:112px}.a5-personal-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.a5-heading{align-items:flex-start;flex-direction:column}.a5-work-area{grid-template-columns:1fr}.a5-orbit{grid-template-columns:1fr 100px 1fr;grid-template-rows:100px 135px 100px;min-height:350px}.a5-orbit-slot{width:118px;min-height:82px}.a5-orbit-slot .clean-pictogram{width:52px;height:49px}.a5-ander>img{width:90px;height:98px}.a5-personal-heading{grid-template-columns:72px 1fr auto}.a5-personal-heading>img{width:68px;height:64px}.a5-personal-summary{grid-template-columns:1fr}.a5-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
.a5-heading>div:first-child>span img{width:42px;height:42px;object-fit:contain}

/* Actividades 4 y 5: apoyos visuales semánticos, estables y no decorativos */
.a4-own-option>span.a4-own-visuals{display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:inherit;text-transform:none}
.a4-own-option .a4-own-visuals .a4-state-volcano{width:86px;height:78px}
.a4-functional-cue{width:54px;height:52px;object-fit:contain;padding:.2rem;border-radius:13px;background:#fff;box-shadow:0 0 0 1px #d7e1ec}
.a5-heading>div:first-child>span.a5-help-heading-icon{width:112px;height:72px;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 0 0 1px #dce5ef;flex:0 0 auto}
.a5-heading>div:first-child>span.a5-help-heading-icon img{width:108px;height:68px;object-fit:contain}
.a5-personal-summary{grid-template-columns:190px 42px minmax(0,1fr);gap:.65rem;min-height:126px}
.a5-self-support{position:relative;width:70px;height:66px;flex:0 0 auto}
.a5-self-small .a5-self-person{width:58px;height:58px;object-fit:contain}
.a5-self-small .a5-self-help{position:absolute;right:0;bottom:0;width:31px;height:31px;object-fit:contain;background:#fff;border-radius:50%;box-shadow:0 0 0 2px #d6e3f2}
.a5-summary-arrow{font-size:2rem;font-weight:1000;color:#5d86bc;text-align:center}
.a5-summary-choices{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;min-height:72px}
.a5-summary-choices button{display:grid;grid-template-columns:48px auto auto;align-items:center;gap:.3rem;min-height:60px;padding:.25rem .45rem;border:2px solid #5586b7;border-radius:15px;background:#fff;color:#153d76;font-weight:900}
.a5-summary-choices button .clean-pictogram,.a5-summary-choices button .a5-special-pictogram{width:46px;height:44px}
.a5-summary-choices button b{font-size:1.25rem;color:#a82d4f}
.a5-summary-empty{display:flex;align-items:center;justify-content:center;gap:.45rem;height:66px}
.a5-summary-empty i{width:38px;height:38px;border:2px dashed #afc1d4;border-radius:10px;background:#f8fbfe}
.a5-special-pictogram{position:relative;display:grid;place-items:center;width:76px;height:70px;border-radius:14px;background:#fff}
.a5-other-pictogram>span{width:48px;height:37px;border:3px dashed #7597c0;border-radius:9px}
.a5-other-pictogram>b{position:absolute;right:5px;bottom:3px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.25rem}
.a5-none-pictogram img{width:58px;height:58px;object-fit:contain}
@media(max-width:720px){.a5-personal-summary{grid-template-columns:1fr}.a5-summary-arrow{transform:rotate(-90deg)}.a4-functional-cue{width:48px;height:46px}}

/* Actividad 6 · personas que ayudan */
.activity-six .a6-main,.activity-six .a6-now-me{border-radius:26px;background:#fff}.a6-heading,.a6-personal-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin-bottom:.6rem}.a6-heading h2,.a6-heading p,.a6-personal-heading h2,.a6-personal-heading h3,.a6-personal-heading p{margin:.1rem 0}.a6-heading h2,.a6-personal-heading h2{color:#123d7a;font-size:clamp(1.5rem,3vw,2.15rem)}.a6-heading p,.a6-personal-heading p{color:#506986;font-weight:850}.a6-heading .audio-button,.a6-personal-heading .audio-button{width:34px;height:34px;opacity:.68}.a6-heading-network,.a6-self-network{position:relative;width:105px;height:76px;border-radius:18px;background:#f3f8fd;overflow:hidden}.a6-heading-ander,.a6-self-network img:first-child{position:absolute;left:8px;bottom:3px;width:57px;height:67px;object-fit:contain}.a6-heading-people,.a6-self-network img:last-child{position:absolute;right:4px;top:8px;width:55px;height:52px;object-fit:contain}.a6-count{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:.4rem auto .75rem;color:#123d7a}.a6-count>span:not(.a6-category-cue){display:flex;gap:.25rem}.a6-count i{display:block;width:20px;height:20px;border:3px solid #628db8;border-radius:50%;background:#fff}.a6-count i.done{background:#1760a8}.a6-category-cue{display:flex;align-items:center;gap:.25rem;margin-left:.5rem;padding:.25rem .55rem;border-radius:14px;background:#edf5fc;font-weight:900}.a6-category-cue img{width:35px;height:32px;object-fit:contain}.a6-layout{display:grid;grid-template-columns:minmax(460px,.95fr) minmax(460px,1.05fr);gap:1rem;align-items:center}.a6-network{position:relative;display:grid;justify-items:center;gap:.35rem;min-height:355px;padding:.5rem;border-radius:48%;background:radial-gradient(circle,#f6fbff 0 31%,#deedfb 32% 34%,#fff 35%)}.a6-network-row{display:grid;grid-template-columns:145px 130px 145px;align-items:center;gap:.45rem}.a6-center{display:flex;flex-direction:column;align-items:center;z-index:2;color:#123d7a}.a6-center>img{width:115px;height:122px;object-fit:contain}.a6-center .audio-button{width:29px;height:29px;opacity:.65}.a6-network-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;width:145px;min-height:100px;padding:.35rem;border:3px dashed #7fa7ce;border-radius:50%;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif}.a6-network-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 5px #ffe2ed}.a6-network-slot.filled{border-style:solid;border-color:#1760a8;border-radius:22px}.a6-network-slot .clean-pictogram{width:62px;height:60px}.a6-network-slot>span:last-child{position:absolute;right:.35rem;top:.2rem;font-size:1.15rem}.a6-person-placeholder{display:flex!important;align-items:flex-end;justify-content:center;gap:4px;width:66px;height:56px}.a6-person-placeholder i{display:block;position:relative;width:28px;height:32px;border-radius:14px 14px 9px 9px;background:#dbe8f4}.a6-person-placeholder i:before{content:"";position:absolute;left:6px;top:-17px;width:16px;height:16px;border-radius:50%;background:#dbe8f4}.a6-options,.a6-personal-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.a6-options .audio-card,.a6-personal-options .audio-card{position:relative}.a6-option,.a6-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.45rem .45rem 1.65rem;border:3px solid #c5d8ea;border-radius:19px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif}.a6-option.selected,.a6-personal-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a6-option .clean-pictogram,.a6-personal-option .clean-pictogram{width:76px;height:70px}.a6-options .audio-button,.a6-personal-options .audio-button{position:absolute;right:.3rem;bottom:.3rem;width:31px;height:31px;opacity:.62;background:#fff}.a6-personal-heading{border-bottom:2px solid #dce7f2;padding-bottom:.6rem}.a6-personal-heading h3{color:#174f8d;font-size:1.2rem}.a6-personal-summary{display:grid;grid-template-columns:120px 45px 1fr;align-items:center;gap:.65rem;min-height:135px;padding:.7rem;border:3px dashed #92b6d8;border-radius:24px;background:#f5faff}.a6-me{display:flex;flex-direction:column;align-items:center;color:#123d7a}.a6-me img{width:76px;height:72px;object-fit:contain}.a6-soft-link{font-size:2rem;font-weight:1000;color:#668bb5;text-align:center}.a6-personal-summary>div:last-child>strong{display:block;margin-bottom:.35rem;color:#123d7a;font-size:1.08rem}.a6-selected-people{display:flex;flex-wrap:wrap;gap:.4rem;min-height:68px}.a6-selected-people button{display:grid;grid-template-columns:48px auto auto;align-items:center;gap:.3rem;min-height:62px;padding:.25rem .45rem;border:2px solid #5586b7;border-radius:15px;background:#fff;color:#153d76;font-weight:900}.a6-selected-people .clean-pictogram,.a6-selected-people .a6-special-icon{width:46px;height:44px}.a6-selected-people button>b{color:#a82d4f;font-size:1.2rem}.a6-empty-network{display:flex;align-items:center;gap:.45rem;width:100%;height:64px}.a6-empty-network i{position:relative;width:46px;height:42px;border:2px dashed #a9bed3;border-radius:50%;background:#fff}.a6-special-icon{position:relative;display:grid;place-items:center;width:76px;height:70px;border-radius:14px;background:#fff}.a6-special-icon>img{width:62px;height:58px;object-fit:contain}.a6-other-person>b{position:absolute;right:3px;bottom:2px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.2rem}.a6-later>b{position:absolute;right:3px;bottom:2px;padding:0 .35rem;border-radius:10px;background:#e8eef5;color:#35536f;letter-spacing:.1em}.a6-personal-option.neutral-later{border-style:dashed;background:#f8fafc}.a6-personal-options{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.7rem}
@media(max-width:760px){.a6-layout{grid-template-columns:1fr}.a6-network{min-height:325px}.a6-network-row{grid-template-columns:112px 95px 112px}.a6-network-slot{width:112px;min-height:84px}.a6-center>img{width:88px;height:98px}.a6-options,.a6-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a6-personal-summary{grid-template-columns:1fr}.a6-soft-link{transform:rotate(-90deg)}.a6-heading,.a6-personal-heading{grid-template-columns:auto 1fr}.a6-heading>.audio-button,.a6-personal-heading>.audio-button{grid-column:2}}

/* Correcciones prioritarias: las zonas muestran quién recibe las elecciones */
.participation-summary-zone{display:grid;grid-template-columns:180px 42px minmax(0,1fr);align-items:center;gap:.65rem;min-height:125px;text-align:left}
.participation-summary-person{display:flex;align-items:center;gap:.45rem;color:#153d76}.participation-summary-person img{width:64px;height:64px;object-fit:contain}.participation-summary-person strong{font-size:1.02rem;line-height:1.2}.participation-summary-arrow{color:#668bb5;font-size:2rem;font-weight:1000;text-align:center}.participation-summary-choices{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;min-height:76px}.participation-summary-zone>.participation-summary-choices button{display:grid;grid-template-columns:58px 1fr auto}.participation-summary-zone>.participation-summary-choices button img{width:56px;height:56px;object-fit:contain;padding:.15rem}.participation-summary-zone .summary-empty{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:70px}.participation-summary-zone .summary-empty i{width:42px;height:42px;border:2px dashed #b4c7da;border-radius:12px;background:#f8fbfe}
.activity-two-now-me .support-semantic-icon{width:126px;height:102px;object-fit:contain;border-radius:18px;background:#fff}.my-support-zone{grid-template-columns:145px 40px 1fr}.support-relation-arrow{position:relative;z-index:2;color:#668bb5;font-size:2rem;font-weight:1000;text-align:center}.support-empty-cues{inset:1.3rem 1.3rem 1.3rem 205px}
.a5-personal-heading>img{width:112px;height:88px;padding:.25rem;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 0 0 1px #dce5ef}
.a6-heading-network,.a6-self-network{display:flex;align-items:center;justify-content:center;gap:.1rem;padding:.25rem;overflow:visible;background:#f3f8fd}.a6-heading-ander,.a6-heading-people,.a6-self-network img:first-child,.a6-self-network img:last-child{position:static;width:49%;height:68px;object-fit:contain;padding:.12rem}.a6-option .clean-pictogram,.a6-personal-option .clean-pictogram,.a6-network-slot .clean-pictogram{padding:.35rem;background:#fff;overflow:visible}.a6-option .clean-pictogram img,.a6-personal-option .clean-pictogram img,.a6-network-slot .clean-pictogram img,.a6-selected-people .clean-pictogram img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.a6-option,.a6-personal-option{overflow:visible;padding-top:.6rem}.a6-category-cue img{object-fit:contain;padding:.1rem}
@media(max-width:760px){.participation-summary-zone{grid-template-columns:1fr}.participation-summary-arrow,.support-relation-arrow{transform:rotate(90deg)}.my-support-zone{grid-template-columns:1fr}.support-empty-cues{inset:250px .8rem .8rem}.support-relation-arrow{margin:auto}.activity-two-now-me .support-semantic-icon{width:102px;height:88px}}

/* Actividad 7 · multimodalidad de aprendizaje */
.activity-seven .a7-main,.activity-seven .a7-now-me{border-radius:26px;background:#fff}.a7-heading,.a7-personal-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin-bottom:.55rem}.a7-heading h2,.a7-heading p,.a7-personal-heading h2,.a7-personal-heading h3,.a7-personal-heading p{margin:.1rem 0}.a7-heading h2,.a7-personal-heading h2{color:#123d7a;font-size:clamp(1.5rem,3vw,2.15rem)}.a7-heading p,.a7-personal-heading p{color:#506986;font-weight:850}.a7-heading .audio-button,.a7-personal-heading .audio-button{width:34px;height:34px;opacity:.68}.a7-learning-icon,.a7-self-learning{position:relative;display:grid;grid-template-columns:70px 72px;align-items:center;width:146px;height:90px;padding:.25rem;border-radius:20px;background:#f3f8fd}.a7-ander-icon,.a7-self-learning>img{width:68px;height:80px;object-fit:contain}.a7-learning-icon>span,.a7-self-learning>span{display:grid;grid-template-columns:1fr 1fr;gap:.15rem}.a7-learning-icon>span img,.a7-self-learning>span img{width:32px;height:32px;padding:.12rem;object-fit:contain;border-radius:8px;background:#fff}.a7-count{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:.35rem 0 .7rem;color:#123d7a}.a7-count>span:not(.a7-category-cue){display:flex;gap:.25rem}.a7-count i{display:block;width:20px;height:20px;border:3px solid #628db8;border-radius:50%;background:#fff}.a7-count i.done{background:#1760a8}.a7-category-cue{display:flex;align-items:center;gap:.18rem;margin-left:.5rem;padding:.25rem .5rem;border-radius:14px;background:#edf5fc}.a7-category-cue img{width:29px;height:29px;padding:.08rem;object-fit:contain;background:#fff;border-radius:7px}.a7-category-cue b{margin-left:.2rem;font-size:.8rem}.a7-layout{display:grid;grid-template-columns:minmax(470px,.95fr) minmax(470px,1.05fr);gap:1rem;align-items:center}.a7-orbit{display:grid;justify-items:center;gap:.25rem;min-height:390px;padding:.45rem;border-radius:48%;background:radial-gradient(circle,#f7fbff 0 29%,#e2eef9 30% 32%,#fff 33%)}.a7-orbit-row{display:grid;grid-template-columns:145px 130px 145px;align-items:center;gap:.45rem}.a7-center{display:flex;flex-direction:column;align-items:center;color:#123d7a;z-index:2}.a7-center>img{width:112px;height:120px;object-fit:contain}.a7-center .audio-button{width:29px;height:29px;opacity:.64}.a7-orbit-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;width:145px;min-height:92px;padding:.35rem;border:3px dashed #7fa7ce;border-radius:50%;background:#fff;color:#153d76;font:900 .86rem Nunito,sans-serif}.a7-orbit-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 5px #ffe2ed}.a7-orbit-slot.filled{border-style:solid;border-color:#1760a8;border-radius:22px}.a7-orbit-slot .clean-pictogram{width:60px;height:58px}.a7-orbit-slot>span:last-child{position:absolute;right:.35rem;top:.2rem;font-size:1.15rem}.a7-mode-placeholder{display:grid;place-items:center;width:58px;height:58px;border:3px dashed #b0c4d9;border-radius:50%}.a7-mode-placeholder i{width:28px;height:28px;border-radius:8px;background:#e4eef7}.a7-options,.a7-personal-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.a7-options .audio-card,.a7-personal-options .audio-card{position:relative}.a7-option,.a7-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.5rem .5rem 1.7rem;border:3px solid #c5d8ea;border-radius:19px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif}.a7-option.selected,.a7-personal-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a7-option .clean-pictogram,.a7-personal-option .clean-pictogram{width:76px;height:70px;padding:.3rem}.a7-option .clean-pictogram img,.a7-personal-option .clean-pictogram img,.a7-orbit-slot .clean-pictogram img,.a7-selected .clean-pictogram img{width:100%;height:100%;object-fit:contain;object-position:center}.a7-options .audio-button,.a7-personal-options .audio-button{position:absolute;right:.3rem;bottom:.3rem;width:31px;height:31px;opacity:.62;background:#fff}.a7-personal-heading{padding-bottom:.6rem;border-bottom:2px solid #dce7f2}.a7-personal-heading h3{color:#174f8d;font-size:1.2rem}.a7-summary{display:grid;grid-template-columns:105px 205px minmax(0,1fr);align-items:center;gap:.65rem;min-height:135px;padding:.7rem;border:3px dashed #92b6d8;border-radius:24px;background:#f5faff}.a7-me{display:flex;flex-direction:column;align-items:center;color:#123d7a}.a7-me img{width:72px;height:68px;object-fit:contain}.a7-summary-title{display:flex;align-items:center;gap:.5rem;color:#123d7a}.a7-summary-title span{color:#668bb5;font-size:2rem;font-weight:1000}.a7-selected{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:68px}.a7-selected button{display:grid;grid-template-columns:48px auto auto;align-items:center;gap:.3rem;min-height:62px;padding:.25rem .45rem;border:2px solid #5586b7;border-radius:15px;background:#fff;color:#153d76;font-weight:900}.a7-selected .clean-pictogram,.a7-selected .a7-special-icon{width:46px;height:44px}.a7-selected button>b{color:#a82d4f;font-size:1.2rem}.a7-summary-empty{display:flex;align-items:center;gap:.45rem;width:100%;height:64px}.a7-summary-empty i{width:43px;height:40px;border:2px dashed #a9bed3;border-radius:12px;background:#fff}.a7-special-icon{position:relative;display:grid;place-items:center;width:76px;height:70px;border-radius:14px;background:#fff}.a7-special-icon>img{width:62px;height:58px;object-fit:contain}.a7-other>b{position:absolute;right:3px;bottom:2px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.2rem}.a7-later>b{position:absolute;right:3px;bottom:2px;padding:0 .35rem;border-radius:10px;background:#e8eef5;color:#35536f;letter-spacing:.1em}.a7-personal-option.neutral-later{border-style:dashed;background:#f8fafc}.a7-personal-options{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:.7rem}
@media(max-width:800px){.a7-layout{grid-template-columns:1fr}.a7-orbit{min-height:340px}.a7-orbit-row{grid-template-columns:112px 95px 112px}.a7-orbit-slot{width:112px;min-height:82px}.a7-center>img{width:86px;height:94px}.a7-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a7-summary{grid-template-columns:1fr}.a7-summary-title{justify-content:center}.a7-summary-title span{transform:rotate(90deg)}.a7-heading,.a7-personal-heading{grid-template-columns:auto 1fr}.a7-heading>.audio-button,.a7-personal-heading>.audio-button{grid-column:2}.a7-category-cue b{display:none}}
/* Flexible semantic summaries: participation and Activity 7 */
.participation-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem}
.participation-semantic-icon{display:grid;grid-template-columns:64px 42px;align-items:center;width:112px;min-height:78px;padding:.3rem;border-radius:18px;background:#f2f8fd}
.participation-semantic-icon .participation-person{width:62px;height:70px;object-fit:contain}
.participation-semantic-icon>span{display:grid;gap:.15rem}
.participation-semantic-icon>span img{width:36px;height:34px;padding:.1rem;border-radius:8px;background:#fff;object-fit:contain}
.flexible-selection-band{align-content:center;min-width:0;padding:.45rem;border:2px dashed #a9c1d9;border-radius:18px;background:#fff}
.summary-empty-label,.a7-summary-empty-label{display:block;width:100%;padding:.8rem;color:#6c8199;font-weight:800;text-align:center}
.a7-learning-icon,.a7-self-learning{grid-template-columns:72px 42px;width:122px}
.a7-learning-icon>span,.a7-self-learning>span{grid-template-columns:1fr}
.a7-learning-icon>span img,.a7-self-learning>span img{width:36px;height:25px;padding:.08rem}
@media(max-width:760px){.participation-heading{grid-template-columns:auto 1fr}.participation-heading>.audio-button{grid-column:2}.participation-semantic-icon{width:100px;grid-template-columns:58px 38px}.a7-summary{grid-template-columns:90px 1fr}.a7-selected{grid-column:1/-1}}
/* Activity 8: shared play without moralising */
.activity-eight .a8-main,.activity-eight .a8-now-me{border-radius:26px;background:#fff}.a8-heading,.a8-personal-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin-bottom:.65rem}.a8-heading h2,.a8-heading p,.a8-personal-heading h2,.a8-personal-heading h3,.a8-personal-heading p{margin:.1rem 0}.a8-heading h2,.a8-personal-heading h2{color:#123d7a;font-size:clamp(1.5rem,3vw,2.15rem)}.a8-heading p,.a8-personal-heading p{color:#506986;font-weight:850}.a8-personal-heading h3{color:#174f8d}.a8-heading .audio-button,.a8-personal-heading .audio-button{width:34px;height:34px;opacity:.68}.a8-shared-play,.a8-self-play{display:flex;align-items:flex-end;justify-content:center;width:145px;height:86px;padding:.3rem;border-radius:20px;background:#f3f8fd}.a8-shared-play img,.a8-self-play img{width:44px;height:70px;object-fit:contain}.a8-shared-play img:last-child,.a8-self-play img:last-child{width:48px;height:48px}.a8-context{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(450px,1.15fr);grid-template-areas:"scene count" "scene relation" "scene slots";gap:.45rem 1rem;align-items:center;padding:.75rem;border:3px solid #bcd2e8;border-radius:24px;background:#f7fbff}.a8-scene-window{grid-area:scene;height:300px;overflow:hidden;border-radius:22px;background:#fff}.a8-scene-window img{width:100%;height:100%;object-fit:cover;object-position:center 48%;transform:scale(1.5)}.a8-count{grid-area:count;display:flex;align-items:center;justify-content:center;gap:.55rem;color:#123d7a}.a8-count>span{display:flex;gap:.25rem}.a8-count i{width:20px;height:20px;border:3px solid #628db8;border-radius:50%;background:#fff}.a8-count i.done{background:#1760a8}.a8-relation{grid-area:relation;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#153d76}.a8-relation>span{font-size:2rem;color:#668bb5}.a8-relation .audio-button{width:30px;height:30px;opacity:.65}.a8-slots{grid-area:slots;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.a8-scene-slot{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;padding:.35rem;border:3px dashed #7fa7ce;border-radius:20px;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif}.a8-scene-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 4px #ffe2ed}.a8-scene-slot.filled{border-style:solid}.a8-scene-slot .clean-pictogram{width:72px;height:65px}.a8-scene-slot>b{position:absolute;right:.35rem;top:.2rem;font-size:1.2rem}.a8-slot-cue img{width:56px;height:54px;object-fit:contain;opacity:.42}.a8-options,.a8-personal-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin-top:.7rem}.a8-options .audio-card,.a8-personal-options .audio-card{position:relative}.a8-option,.a8-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:130px;padding:.45rem .4rem 1.65rem;border:3px solid #c5d8ea;border-radius:19px;background:#fff;color:#153d76;font:900 .86rem Nunito,sans-serif}.a8-option.selected,.a8-personal-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a8-option .clean-pictogram,.a8-personal-option .clean-pictogram{width:75px;height:69px}.a8-option .clean-pictogram img,.a8-personal-option .clean-pictogram img,.a8-scene-slot .clean-pictogram img,.a8-selected .clean-pictogram img{width:100%;height:100%;object-fit:contain;object-position:center}.a8-options .audio-button,.a8-personal-options .audio-button{position:absolute;right:.25rem;bottom:.25rem;width:30px;height:30px;opacity:.6;background:#fff}.a8-personal-heading{padding-bottom:.6rem;border-bottom:2px solid #dce7f2}.a8-summary{display:grid;grid-template-columns:125px 220px minmax(0,1fr);align-items:center;gap:.65rem;min-height:135px;padding:.7rem;border:3px dashed #92b6d8;border-radius:24px;background:#f5faff}.a8-me{display:flex;flex-direction:column;align-items:center;color:#123d7a;text-align:center}.a8-me img{width:72px;height:68px;object-fit:contain}.a8-summary-title{display:flex;align-items:center;gap:.45rem;color:#123d7a}.a8-summary-title span{font-size:2rem;color:#668bb5}.a8-selected{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:70px}.a8-selected button{display:grid;grid-template-columns:45px auto auto;align-items:center;gap:.3rem;min-height:60px;padding:.25rem .4rem;border:2px solid #5586b7;border-radius:15px;background:#fff;color:#153d76;font-weight:900}.a8-selected .clean-pictogram,.a8-selected .a8-special-icon{width:43px;height:42px}.a8-selected button>b{color:#a82d4f;font-size:1.2rem}.a8-special-icon{position:relative;display:grid;place-items:center;width:75px;height:69px;border-radius:14px;background:#fff}.a8-special-icon>img{width:62px;height:58px;object-fit:contain}.a8-other>b{position:absolute;right:2px;bottom:2px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#174f8d;color:#fff}.a8-later>b{position:absolute;right:2px;bottom:2px;padding:0 .3rem;border-radius:9px;background:#e8eef5;color:#35536f}.a8-more{display:block;margin:.7rem auto 0;padding:.65rem 1rem;border:2px solid #6f94bc;border-radius:16px;background:#fff;color:#153d76;font-weight:900}.a8-personal-option.neutral-later{border-style:dashed;background:#f8fafc}.a8-personal-option .selection-mark{display:none}.a8-personal-option.selected .selection-mark{display:grid;position:absolute;right:.35rem;top:.3rem;width:27px;height:27px;place-items:center;border-radius:50%;background:#174f8d;color:#fff}.a8-personal-option{position:relative}
@media(max-width:950px){.a8-context{grid-template-columns:1fr;grid-template-areas:"scene" "count" "relation" "slots"}.a8-scene-window{height:240px}.a8-options,.a8-personal-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a8-summary{grid-template-columns:100px 1fr}.a8-selected{grid-column:1/-1}}
@media(max-width:620px){.a8-heading,.a8-personal-heading{grid-template-columns:auto 1fr}.a8-heading>.audio-button,.a8-personal-heading>.audio-button{grid-column:2}.a8-shared-play,.a8-self-play{width:105px}.a8-slots,.a8-options,.a8-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a8-scene-slot:last-child{grid-column:1/-1}.a8-scene-window{height:205px}}
.a8-shared-play img:only-child{width:132px;height:78px;object-fit:contain;border-radius:14px}.a8-scene-window img{object-fit:contain;object-position:center;transform:none;padding:.35rem}.a8-slot-cue{display:block;width:54px;height:54px;border:3px dashed #a7bed6;border-radius:16px;background:#f8fbfe}.a8-slot-cue img{display:none}
/* Activity 9: interests as identity, not reward */
.activity-nine .a9-main,.activity-nine .a9-now-me{border-radius:26px;background:#fff}.a9-heading,.a9-personal-heading{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;margin-bottom:.6rem}.a9-heading h2,.a9-heading p,.a9-personal-heading h2,.a9-personal-heading h3,.a9-personal-heading p{margin:.1rem 0}.a9-heading h2,.a9-personal-heading h2{color:#123d7a;font-size:clamp(1.5rem,3vw,2.15rem)}.a9-heading p,.a9-personal-heading p{color:#506986;font-weight:850}.a9-personal-heading h3{color:#174f8d}.a9-heading .audio-button,.a9-personal-heading .audio-button{width:34px;height:34px;opacity:.68}.a9-ander-interests,.a9-self-interests{display:grid;grid-template-columns:68px 40px;align-items:center;width:118px;height:88px;padding:.25rem;border-radius:20px;background:#f3f8fd}.a9-ander-interests .a9-person,.a9-self-interests .a9-person{width:66px;height:78px;object-fit:contain}.a9-ander-interests>span,.a9-self-interests>span{display:grid;gap:.12rem}.a9-ander-interests>span img,.a9-self-interests>span img{width:34px;height:23px;padding:.06rem;border-radius:7px;background:#fff;object-fit:contain}.a9-count{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:.35rem 0 .65rem;color:#123d7a}.a9-count>span{display:flex;gap:.25rem}.a9-count i{width:20px;height:20px;border:3px solid #628db8;border-radius:50%;background:#fff}.a9-count i.done{background:#1760a8}.a9-layout{display:grid;grid-template-columns:minmax(470px,.95fr) minmax(470px,1.05fr);gap:1rem;align-items:center}.a9-orbit{display:grid;justify-items:center;gap:.25rem;min-height:390px;padding:.45rem;border-radius:48%;background:radial-gradient(circle,#fff9fb 0 29%,#f7dae6 30% 32%,#fff 33%)}.a9-orbit-row{display:grid;grid-template-columns:145px 130px 145px;align-items:center;gap:.45rem}.a9-center{display:flex;flex-direction:column;align-items:center;color:#123d7a;z-index:2}.a9-center>img{width:112px;height:120px;object-fit:contain}.a9-center .audio-button{width:29px;height:29px;opacity:.64}.a9-interest-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;width:145px;min-height:92px;padding:.35rem;border:3px dashed #a77998;border-radius:50%;background:#fff;color:#153d76;font:900 .86rem Nunito,sans-serif}.a9-interest-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 5px #ffe2ed}.a9-interest-slot.filled{border-style:solid;border-color:#a44d75;border-radius:22px}.a9-interest-slot .clean-pictogram{width:60px;height:58px}.a9-interest-slot>b{position:absolute;right:.35rem;top:.2rem;font-size:1.15rem}.a9-interest-placeholder{width:55px;height:55px;border:3px dashed #c6a8bb;border-radius:50%;background:#fffafd}.a9-options,.a9-personal-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.a9-options .audio-card,.a9-personal-options .audio-card{position:relative}.a9-option,.a9-personal-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.5rem .5rem 1.7rem;border:3px solid #d7c2cf;border-radius:19px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif}.a9-option.selected,.a9-personal-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a9-option .clean-pictogram,.a9-personal-option .clean-pictogram{width:76px;height:70px;padding:.3rem}.a9-option .clean-pictogram img,.a9-personal-option .clean-pictogram img,.a9-interest-slot .clean-pictogram img,.a9-selected .clean-pictogram img{width:100%;height:100%;object-fit:contain;object-position:center}.a9-options .audio-button,.a9-personal-options .audio-button{position:absolute;right:.3rem;bottom:.3rem;width:31px;height:31px;opacity:.62;background:#fff}.a9-personal-heading{padding-bottom:.6rem;border-bottom:2px solid #dce7f2}.a9-summary{display:grid;grid-template-columns:100px 190px minmax(0,1fr);align-items:center;gap:.65rem;min-height:130px;padding:.7rem;border:3px dashed #b28ca4;border-radius:24px;background:#fff8fb}.a9-me{display:flex;flex-direction:column;align-items:center;color:#123d7a}.a9-me img{width:72px;height:68px;object-fit:contain}.a9-summary-title{display:flex;align-items:center;gap:.5rem;color:#123d7a}.a9-summary-title span{color:#9c6b8b;font-size:2rem}.a9-selected{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:68px}.a9-selected button{display:grid;grid-template-columns:46px auto auto;align-items:center;gap:.3rem;min-height:62px;padding:.25rem .45rem;border:2px solid #9d6d8a;border-radius:15px;background:#fff;color:#153d76;font-weight:900}.a9-selected .clean-pictogram,.a9-selected .a9-special-icon{width:44px;height:44px}.a9-selected button>b{color:#a82d4f;font-size:1.2rem}.a9-special-icon{position:relative;display:grid;place-items:center;width:76px;height:70px;border-radius:14px;background:#fff}.a9-special-icon>img{width:62px;height:58px;object-fit:contain}.a9-other>b{position:absolute;right:3px;bottom:2px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.2rem}.a9-later>b{position:absolute;right:3px;bottom:2px;padding:0 .35rem;border-radius:10px;background:#e8eef5;color:#35536f;letter-spacing:.1em}.a9-personal-option.neutral-later{border-style:dashed;background:#f8fafc}.a9-personal-option .selection-mark{display:none}.a9-personal-option.selected .selection-mark{display:grid;position:absolute;right:.35rem;top:.3rem;width:27px;height:27px;place-items:center;border-radius:50%;background:#174f8d;color:#fff}.a9-personal-options{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:.7rem}
@media(max-width:950px){.a9-layout{grid-template-columns:1fr}.a9-summary{grid-template-columns:90px 1fr}.a9-selected{grid-column:1/-1}.a9-personal-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
.a8-watch-play{display:grid!important;grid-template-columns:1fr 1fr;align-items:center;gap:.08rem}.a8-watch-play img{width:100%!important;height:100%!important;min-width:0;object-fit:contain}.a8-watch-play img:first-child{transform:scale(.84)}
.activity-nine{padding-bottom:7rem}.a9-photo-picto{display:grid;place-items:center;width:76px;height:70px;padding:.15rem;border-radius:14px;background:#fff;overflow:hidden}.a9-photo-picto img{width:100%;height:100%;object-fit:contain;object-position:center}.a9-interest-slot .a9-photo-picto{width:60px;height:58px}.a9-selected .a9-photo-picto{width:44px;height:44px}.a9-ander-interests>span img:last-child{border:1px solid #d9e4ef}
.activity-ten .a10-orbit{background:radial-gradient(circle,#f7fbff 0 29%,#dfeaf6 30% 32%,#fff 33%)}.a10-heading-scenes,.a10-self-scenes{display:grid;grid-template-columns:68px 42px;align-items:center;width:122px;height:90px;padding:.25rem;border-radius:20px;background:#f3f8fd}.a10-heading-scenes .a10-ander,.a10-self-scenes .a10-self{width:66px;height:79px;object-fit:contain}.a10-heading-scenes>span,.a10-self-scenes>span{display:grid;gap:.1rem}.a10-heading-scenes>span img,.a10-self-scenes>span img{width:36px;height:24px;padding:.05rem;border-radius:7px;background:#fff;object-fit:contain}.a10-context-picto,.a10-photo-picto,.a10-special-icon{position:relative;display:grid;place-items:center;width:76px;height:70px;padding:.2rem;border-radius:14px;background:#fff;overflow:hidden}.a10-context-picto>img,.a10-photo-picto>img,.a10-special-icon>img{width:100%;height:100%;object-fit:contain;object-position:center}.a10-create,.a10-expert{grid-template-columns:1.15fr .85fr}.a10-create>i,.a10-expert>i{display:grid;gap:.08rem}.a10-create>i img,.a10-expert>i img{width:30px;height:28px;object-fit:contain}.a10-pair{grid-template-columns:1fr 1fr;gap:.08rem}.a10-pair>img{min-width:0}.a10-other>b{position:absolute;right:2px;bottom:2px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#174f8d;color:#fff;font-size:1.2rem}.a10-later>b{position:absolute;right:2px;bottom:2px;padding:0 .32rem;border-radius:9px;background:#e8eef5;color:#35536f}.a10-none{grid-template-columns:1fr 1fr;gap:.1rem}.a10-none>i{display:flex;gap:.1rem}.a10-none>i b{display:block;width:11px;height:11px;border:2px solid #8294a8;border-radius:4px;background:#fff}.a10-trait-placeholder{display:grid;grid-template-columns:34px 26px;align-items:center;width:66px;height:58px;padding:.2rem;border:3px dashed #b2c4d6;border-radius:18px}.a10-trait-placeholder img{width:34px;height:44px;object-fit:contain;opacity:.45}.a10-trait-placeholder i{width:22px;height:22px;border-radius:7px;background:#e3ebf4}.activity-ten .a9-interest-slot .a10-context-picto,.activity-ten .a9-interest-slot .a10-photo-picto{width:60px;height:58px}.activity-ten .a9-selected .a10-context-picto,.activity-ten .a9-selected .a10-photo-picto,.activity-ten .a9-selected .a10-special-icon{width:44px;height:44px;padding:.08rem}.activity-ten .a9-selected .a10-create>i img,.activity-ten .a9-selected .a10-expert>i img{width:18px;height:18px}.a10-personal-options{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:2rem}
@media(max-width:620px){.a10-heading-scenes,.a10-self-scenes{width:104px;grid-template-columns:58px 36px}.a10-heading-scenes .a10-ander,.a10-self-scenes .a10-self{width:56px}.a10-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.a9-heading,.a9-personal-heading{grid-template-columns:auto 1fr}.a9-heading>.audio-button,.a9-personal-heading>.audio-button{grid-column:2}.a9-orbit-row{grid-template-columns:110px 100px 110px}.a9-interest-slot{width:110px}.a9-options,.a9-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Activity 11: semantic outside / inside classification */
.activity-eleven{padding-bottom:7rem}.activity-eleven .a11-main,.activity-eleven .a11-now-me{border-radius:26px;background:#fff}.a11-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;margin-bottom:.5rem;padding-bottom:.55rem;border-bottom:2px solid #dce7f2}.a11-heading h2,.a11-heading p{margin:.08rem 0}.a11-heading h2{color:#123d7a;font-size:clamp(1.55rem,3vw,2.2rem)}.a11-heading p{color:#496684;font-weight:900}.a11-heading>.audio-button{width:34px;height:34px;opacity:.68}.a11-semantic-heading{position:relative;display:grid;grid-template-columns:42px 58px 42px;align-items:center;justify-content:center;width:154px;height:92px;padding:.35rem;border:2px solid #c4d7e9;border-radius:22px;background:linear-gradient(90deg,#eef7ff 0 49%,#fff1f6 51% 100%)}.a11-semantic-heading>img{display:block;width:100%;height:64px;padding:.12rem;object-fit:contain;object-position:center}.a11-semantic-heading .a11-composite-person{height:80px;z-index:1}.a11-semantic-heading .a11-composite-outside,.a11-semantic-heading .a11-composite-inside{height:48px;border-radius:10px;background:#fff}.a11-total{display:flex;align-items:center;justify-content:center;gap:.65rem;margin:.4rem 0 .65rem;color:#123d7a}.a11-count-dots{display:inline-flex;align-items:center;gap:.22rem;margin-left:.25rem;vertical-align:middle}.a11-count-dots i{display:block;width:19px;height:19px;border:3px solid #6d95bd;border-radius:50%;background:#fff}.a11-count-dots i.done{background:#1760a8}.a11-board{display:grid;grid-template-columns:minmax(250px,1fr) 145px minmax(330px,1.25fr);align-items:stretch;gap:.75rem;padding:.7rem;border:3px solid #bed3e7;border-radius:25px;background:#f8fbfe}.a11-person{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#123d7a}.a11-person>img{width:125px;height:150px;object-fit:contain;object-position:center}.a11-person>.audio-button{width:29px;height:29px;opacity:.62}.a11-zone{display:flex;flex-direction:column;min-height:235px;padding:.6rem;border:3px solid;border-radius:23px}.a11-zone>header{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.45rem;padding-bottom:.45rem}.a11-zone>header>img{width:56px;height:54px;padding:.16rem;border-radius:13px;background:#fff;object-fit:contain;object-position:center}.a11-zone h3,.a11-zone header span{margin:0;color:#123d7a}.a11-zone h3{font-size:1.25rem}.a11-zone header span{font-size:.86rem;font-weight:900}.a11-zone header .audio-button{width:29px;height:29px;opacity:.6}.outside-zone{border-color:#6f9ccb;background:#eef7ff}.inside-zone{border-color:#c77b9b;background:#fff1f6}.inside-zone>div{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.a11-slot{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;width:100%;min-height:135px;padding:.35rem;border:3px dashed #83a9ce;border-radius:20px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif}.inside-zone .a11-slot{border-color:#c293a7}.a11-slot.ready{border-color:#ff3f8e;box-shadow:0 0 0 4px #ffe0ec}.a11-slot.filled{border-style:solid}.a11-slot>b{position:absolute;right:.4rem;top:.2rem;color:#9b3159;font-size:1.25rem}.a11-empty-dot{width:56px;height:56px;border:3px dashed #a7bdd1;border-radius:50%;background:#f7fafc}.a11-pictogram{display:grid;place-items:center;width:82px;height:76px;padding:.45rem;border-radius:15px;background:#fff;overflow:hidden}.a11-pictogram img{width:100%;height:100%;object-fit:contain;object-position:center}.a11-slot .a11-pictogram{width:72px;height:67px}.a11-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin-top:.65rem}.a11-options .audio-card{position:relative}.a11-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.45rem .4rem 1.7rem;border:3px solid #c5d8ea;border-radius:19px;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif}.a11-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a11-options .audio-button{position:absolute;right:.28rem;bottom:.28rem;width:30px;height:30px;opacity:.6;background:#fff}.a11-now-me .a11-board{border-color:#d6c6d2;background:#fffafd}.a11-now-me .a11-person>img{width:112px;height:142px}.a11-now-me .a11-total{margin-top:.2rem}.a11-now-me{padding-bottom:2rem}
@media(max-width:920px){.a11-board{grid-template-columns:1fr 110px 1.15fr}.a11-person>img{width:100px}.a11-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.a11-heading{grid-template-columns:auto 1fr}.a11-heading>.audio-button{grid-column:2}.a11-semantic-heading{width:105px;grid-template-columns:58px 36px}.a11-semantic-heading>img{width:56px}.a11-board{grid-template-columns:1fr;grid-template-areas:"person" "outside" "inside"}.a11-person{grid-area:person}.outside-zone{grid-area:outside}.inside-zone{grid-area:inside}.a11-zone{min-height:0}.a11-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* Navegación libre, ampliación y preferencias visuales transversales */
.activity-index-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.activity-index-button{min-height:44px;white-space:nowrap}.activity-menu-backdrop{position:fixed;inset:0;z-index:10000;background:rgba(14,38,84,.55);display:grid;place-items:center;padding:20px}.activity-menu-dialog{width:min(960px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.3)}.activity-menu-dialog>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.activity-menu-dialog h2{margin:0;color:#0a388b;font-size:clamp(28px,4vw,42px)}.activity-menu-dialog p{margin:5px 0 0;color:#475b7c}.activity-menu-close{width:52px;height:52px;border:2px solid #bfd2ee;border-radius:50%;background:#fff;color:#0a388b;font-size:34px;line-height:1}.activity-menu-legend{display:flex;gap:20px;flex-wrap:wrap;margin:18px 0}.activity-menu-legend span{display:flex;gap:7px;align-items:center}.activity-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.activity-menu-grid button{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;text-align:left;min-height:64px;padding:12px;border:2px solid #d4e0ef;border-radius:15px;background:#fff;color:#17365f}.activity-menu-grid button.current{border-color:#0a388b;background:#edf4ff}.activity-menu-grid button.visited{border-color:#72b38a;background:#f2fbf5}.activity-menu-grid button span{font-size:22px;color:#0a388b}
.l1-focused img,.digital-book img{object-fit:contain!important;object-position:center!important;max-width:100%}.has-image-zoom{position:relative}.image-zoom-trigger{position:absolute!important;right:4px!important;top:4px!important;z-index:8!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #9eb8dc!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:#0a388b!important;box-shadow:0 1px 5px rgba(0,0,0,.18)!important;font-size:23px!important;line-height:1!important}.image-zoom-trigger:focus{outline:4px solid #ff3b86!important;outline-offset:2px}.image-zoom-modal{position:fixed;inset:0;z-index:11000;background:rgba(8,27,61,.72);display:grid;place-items:center;padding:18px}.image-zoom-content{width:min(820px,94vw);max-height:92vh;overflow:auto;background:#faf8f3;border-radius:24px;padding:22px;text-align:center}.image-zoom-content h2{margin:.1rem 0 .8rem;color:#17365f;font-size:clamp(22px,3vw,32px)}.image-zoom-preview-host{display:grid!important;place-items:center!important;min-height:260px;padding:20px;border-radius:16px;background:#fff}.image-zoom-preview{display:grid;place-items:center;width:min(620px,85vw);max-height:58vh}.image-zoom-preview>img{display:block;width:100%;max-height:56vh;object-fit:contain!important;object-position:center!important}.image-zoom-preview .a11-semantic-heading{width:min(500px,78vw);height:min(320px,48vh);grid-template-columns:1fr 1.35fr 1fr;padding:22px}.image-zoom-preview .a11-semantic-heading>img{height:100%;max-height:250px;object-fit:contain!important}.image-zoom-actions{display:flex!important;justify-content:center!important;gap:14px;margin-top:16px}.image-zoom-content button{min-height:52px;padding:10px 25px;border:2px solid #0a388b;border-radius:14px;background:#fff;color:#0a388b;font-weight:800;font-size:18px}.image-zoom-content .image-zoom-close{background:#0a388b;color:#fff}
.image-size-symbol{font-size:28px;line-height:1}.l1-images-large .teacch-workspace .clean-pictogram,.l1-images-large .teacch-workspace .a10-context-picto,.l1-images-large .teacch-workspace .a10-special-icon{transform:scale(1.18);transform-origin:center}.l1-images-xlarge .teacch-workspace .clean-pictogram,.l1-images-xlarge .teacch-workspace .a10-context-picto,.l1-images-xlarge .teacch-workspace .a10-special-icon{transform:scale(1.38);transform-origin:center}.l1-images-large .teacch-workspace .audio-card{min-height:150px}.l1-images-xlarge .teacch-workspace .audio-card{min-height:180px}.l1-images-large .personal-grid,.l1-images-large .a9-personal-options{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important}.l1-images-xlarge .personal-grid,.l1-images-xlarge .a9-personal-options{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important}
.participation-check{padding-bottom:34px}.participation-heading .participation-semantic-icon{width:112px;min-width:112px}.participation-summary-choices{min-height:112px;flex:1}.participation-option img{width:78px;height:78px;object-fit:contain!important}.a10-more-options{display:block;margin:18px auto 4px;min-height:50px;padding:10px 22px;border:2px solid #0a388b;border-radius:14px;background:#fff;color:#0a388b;font-weight:800;font-size:17px}.l1-one-task{padding-bottom:118px}.l1-step-nav{z-index:300}
@media(max-width:820px){.l1-focus-topbar{flex-wrap:wrap}.activity-index-actions{order:3;width:100%}.activity-index-actions .btn{flex:1}.activity-menu-grid{grid-template-columns:1fr}.activity-menu-dialog{padding:17px}.activity-menu-legend{gap:10px}.activity-index-button{font-size:14px}}

/* Las escenas principales de cabecera son apoyos semánticos, no miniaturas decorativas. */
.activity-eight .a8-shared-play{width:clamp(180px,18vw,240px);height:clamp(112px,12vw,150px);padding:.45rem;align-items:center;border:2px solid #d5e3f1;border-radius:22px;overflow:hidden}
.activity-eight .a8-shared-play img:only-child{width:100%;height:100%;max-width:224px;max-height:136px;object-fit:contain!important;object-position:center!important;border-radius:14px}
@media(max-width:620px){.activity-eight .a8-heading{grid-template-columns:1fr}.activity-eight .a8-heading>.audio-button{grid-column:1}.activity-eight .a8-shared-play{width:min(220px,72vw);height:125px;justify-self:center}}

/* Actividad 12: dos personas vinculadas a una misma situación, sin cajas genéricas. */
.activity-twelve{padding-bottom:7.5rem}.activity-twelve .a12-main,.activity-twelve .a12-now-me{border-radius:26px;background:#fff}.a12-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:.7rem;padding-bottom:.65rem;border-bottom:2px solid #dce7f2}.a12-heading h2,.a12-heading p{margin:.08rem 0}.a12-heading h2{color:#123d7a;font-size:clamp(1.65rem,3vw,2.35rem)}.a12-heading p{color:#4b6684;font-weight:850}.a12-heading>.audio-button{width:34px;height:34px;opacity:.65}.a12-header-scene{position:relative;display:grid;place-items:center;width:clamp(190px,20vw,260px);height:145px;padding:.45rem;border:2px solid #c5d8ea;border-radius:22px;background:#f4f9fd;overflow:hidden}.a12-header-scene>img{width:100%;height:100%;object-fit:contain!important;object-position:center!important}.a12-total{display:flex;align-items:center;justify-content:center;gap:.55rem;margin:.35rem 0 .65rem;color:#123d7a}.a12-context-scene{position:relative;width:min(850px,100%);height:250px;margin:0 auto .7rem;padding:.5rem;border:3px solid #bad0e5;border-radius:24px;background:#fff;overflow:hidden}.a12-context-scene>img{width:100%;height:100%;object-fit:contain!important;object-position:center!important}.a12-people-board{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.a12-person{padding:.65rem;border:3px solid;border-radius:24px}.a12-person.ander{border-color:#719bc5;background:#eef7ff}.a12-person.other{border-color:#b18ab1;background:#fff5fb}.a12-person>header{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:.5rem;margin-bottom:.5rem}.a12-person>header>img{width:76px;height:86px;padding:.15rem;border-radius:15px;background:#fff;object-fit:contain!important;object-position:center!important}.a12-person h3{margin:0;color:#123d7a;font-size:1.45rem}.a12-person>header>.audio-button,.a12-meaning-slot header>.audio-button{width:29px;height:29px;opacity:.58}.a12-person>div{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.a12-meaning-slot{display:flex;flex-direction:column;min-width:0}.a12-meaning-slot>header{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:.35rem;min-height:52px;padding:.25rem}.a12-meaning-slot>header>img{width:42px;height:42px;padding:.1rem;object-fit:contain!important;object-position:center!important}.a12-meaning-slot>header>strong{color:#153d76;font-size:1rem}.a12-slot{position:relative;display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-height:135px;padding:.4rem;border:3px dashed #86a9cd;border-radius:19px;background:#fff;color:#153d76;font:900 .9rem Nunito,sans-serif}.a12-person.other .a12-slot{border-color:#b89ab7}.a12-slot.ready{border-color:#ff3f8e!important;box-shadow:0 0 0 4px #ffe1ed}.a12-slot.filled{border-style:solid}.a12-slot>b{position:absolute;right:.35rem;top:.15rem;color:#a12d55;font-size:1.25rem}.a12-empty{width:56px;height:56px;border:3px dashed #adc1d4;border-radius:50%;background:#f8fbfe}.a12-pictogram{display:grid;place-items:center;width:82px;height:76px;padding:.35rem;border-radius:14px;background:#fff;overflow:hidden}.a12-pictogram>img{width:100%;height:100%;object-fit:contain!important;object-position:center!important}.a12-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin-top:.75rem}.a12-options .audio-card{position:relative}.a12-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:132px;padding:.4rem .35rem 1.65rem;border:3px solid #c7d9e9;border-radius:18px;background:#fff;color:#153d76;font:900 .88rem Nunito,sans-serif}.a12-option.selected{border-color:#ff3f8e;background:#fff3f8;box-shadow:0 0 0 4px #ffe0ec}.a12-options .audio-button{position:absolute;right:.25rem;bottom:.25rem;width:29px;height:29px;opacity:.58;background:#fff}.a12-self-heading{display:grid;grid-template-columns:80px 46px;align-items:center;width:138px;height:105px;padding:.35rem;border:2px solid #d2c5d4;border-radius:21px;background:#fff7fb}.a12-self-heading>img{width:80px;height:94px;object-fit:contain!important}.a12-self-heading>span{display:grid;gap:.18rem}.a12-self-heading>span img{width:43px;height:39px;padding:.08rem;border-radius:9px;background:#fff;object-fit:contain!important}.a12-personal-board{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.a12-personal-board>article{display:grid;grid-template-columns:90px minmax(0,1fr);grid-template-rows:auto 1fr;align-items:center;gap:.25rem .6rem;min-height:210px;padding:.65rem;border:3px solid #b4cbe0;border-radius:23px;background:#f7fbff}.a12-personal-board>article:nth-child(2){border-color:#c6a8c2;background:#fff8fc}.a12-personal-board>article>img{grid-row:1/3;width:88px;height:125px;object-fit:contain!important;object-position:center!important}.a12-personal-board>article>strong{color:#123d7a;font-size:1.25rem}.a12-personal-board .a12-meaning-slot>header{display:none}.a12-personal-board .a12-slot{min-height:130px}.a12-options.personal-options{grid-template-columns:repeat(4,minmax(0,1fr));padding-bottom:1.5rem}
@media(max-width:900px){.a12-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a12-context-scene{height:220px}.a12-person>div{grid-template-columns:1fr}}
@media(max-width:650px){.a12-heading{grid-template-columns:1fr}.a12-heading>.audio-button{grid-column:1}.a12-header-scene{width:min(260px,82vw);height:145px;justify-self:center}.a12-people-board,.a12-personal-board{grid-template-columns:1fr}.a12-context-scene{height:190px}.a12-options,.a12-options.personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a12-person>header{grid-template-columns:68px 1fr auto}.a12-person>header>img{width:68px;height:76px}.a12-personal-board>article{grid-template-columns:78px minmax(0,1fr)}.a12-personal-board>article>img{width:76px;height:105px}}

/* La escena completa ya está en la cabecera: no se repite dentro de la tarea. */
.activity-twelve .a12-context-scene{display:none}
/* La segunda persona se representa de forma neutral, sin anticipar su emoción. */
.activity-twelve .a12-person.other>header>img{content:url("assets/shared/arasaac/friend.png")}

/* Lupa selectiva: primero damos presencia real a las composiciones de cabecera. */
.activity-nine:not(.activity-ten) .a9-ander-interests,
.activity-ten .a10-heading-scenes{width:clamp(170px,16vw,220px);height:128px;grid-template-columns:minmax(92px,1.25fr) minmax(58px,.75fr);padding:.45rem;border:2px solid #d5e3f1;border-radius:22px;overflow:hidden}
.activity-nine:not(.activity-ten) .a9-ander-interests .a9-person,
.activity-ten .a10-heading-scenes .a10-ander{width:100%;height:112px;object-fit:contain!important;object-position:center!important}
.activity-nine:not(.activity-ten) .a9-ander-interests>span img,
.activity-ten .a10-heading-scenes>span img{width:52px;height:34px;object-fit:contain!important;object-position:center!important}

/* Actividad 11: una composición completa y semántica, no un corazón aislado. */
.activity-eleven .a11-semantic-heading{width:clamp(210px,20vw,270px);height:132px;grid-template-columns:minmax(60px,.8fr) minmax(86px,1.15fr) minmax(70px,.9fr);padding:.55rem}
.activity-eleven .a11-semantic-heading .a11-composite-person{height:112px}
.activity-eleven .a11-semantic-heading .a11-composite-outside{height:70px}
.activity-eleven .a11-semantic-heading .a11-composite-inside{content:url("assets/shared/arasaac/worried.png");height:78px;padding:.2rem;object-fit:contain!important;object-position:center!important}
.a11-zone>header{grid-template-columns:112px minmax(0,1fr) auto}
.a11-zone>header>div p{margin:.05rem 0 .18rem;color:#385a7e;font-size:.84rem;font-weight:900;line-height:1.15}
.a11-zone-cue{display:grid;grid-template-columns:54px 54px;align-items:center;width:108px;height:76px;padding:.25rem;border-radius:15px;background:#fff;overflow:hidden}
.a11-zone-cue img{width:54px!important;height:68px!important;padding:.12rem!important;border:0!important;border-radius:10px!important;background:#fff!important;object-fit:contain!important;object-position:center!important}
.a11-zone-cue img+img{height:54px!important}
.inside-cue img+img{height:62px!important}
.a11-state-context{grid-template-columns:42% 58%;gap:.05rem;padding:.25rem!important}
.a11-state-context .a11-state-person{width:100%;height:100%;object-fit:contain!important;object-position:center!important;opacity:.88}
.a11-state-context .a11-state-symbol{width:100%;height:100%;object-fit:contain!important;object-position:center!important}

/* Todo pictograma conserva su proporción y un margen de seguridad. */
.activity-eleven img,.activity-eight .a8-shared-play img,.activity-nine .a9-ander-interests img,.activity-ten .a10-heading-scenes img{object-fit:contain!important;object-position:center!important}

@media(max-width:760px){
  .activity-nine:not(.activity-ten) .a9-ander-interests,.activity-ten .a10-heading-scenes{width:min(210px,72vw);height:122px;justify-self:center}
  .activity-eleven .a11-semantic-heading{width:min(245px,76vw);height:124px;justify-self:center}
  .a11-zone>header{grid-template-columns:98px minmax(0,1fr) auto}
  .a11-zone-cue{grid-template-columns:47px 47px;width:94px;height:70px}
  .a11-zone-cue img{width:47px!important;height:62px!important}
}

/* Identidad global y estable para todos los bloques "Ahora yo". */
.global-now-me-header{display:grid;grid-template-columns:clamp(210px,20vw,270px) minmax(0,1fr) auto;align-items:center;gap:1rem;margin:0 0 .8rem;padding:.65rem .75rem;border:2px solid #d4dfeb;border-radius:24px;background:#f5f9fd}
.global-now-me-header h2{margin:0;color:#123d7a;font-size:clamp(1.75rem,3vw,2.4rem)}
.global-now-me-header>.audio-button{width:34px;height:34px;opacity:.66}
.global-now-me-visual{position:relative;display:grid;grid-template-columns:minmax(92px,1.2fr) minmax(72px,.8fr);align-items:center;width:100%;height:128px;padding:.45rem;border:2px solid #c7d9e9;border-radius:20px;background:#fff;overflow:hidden}
.global-now-me-avatar{width:100%;height:112px;object-fit:contain!important;object-position:center!important}
.global-now-me-visual>span{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem;align-items:center}
.global-now-me-visual>span img{width:100%;height:48px;padding:.12rem;border-radius:10px;background:#f7fafd;object-fit:contain!important;object-position:center!important}
.global-now-me-visual>span img:only-child{grid-column:1/-1}
.global-now-me-visual>.image-zoom-trigger{display:none!important}
.now-me-title-duplicate{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Ocultamos únicamente los antiguos avatares de cabecera; se conserva la pregunta contextual. */
.now-me .a8-personal-heading>.a8-self-play,
.now-me .a9-personal-heading>.a9-self-interests,
.now-me .a9-personal-heading>.a10-self-scenes,
.now-me .a11-heading>.a11-semantic-heading,
.now-me .a12-heading>.a12-self-heading{display:none!important}

/* Actividad 13: relación visual situación-apoyo */
.activity-thirteen .hands-on,.activity-thirteen .now-me{padding:1rem!important;background:#fff!important}
.a13-heading{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(330px,1.3fr) auto;align-items:center;gap:1rem;margin-bottom:.75rem}
.a13-heading h2,.a13-personal-heading h2{margin:0;color:#0b3882;font-size:clamp(1.75rem,3vw,2.55rem)}
.a13-heading p,.a13-personal-heading p{margin:.3rem 0 0;color:#3e5d86;font-size:1.08rem;font-weight:800}
.a13-header-composition{display:grid;grid-template-columns:1.2fr .72fr .72fr;align-items:end;gap:.35rem;min-height:150px;padding:.55rem;border:3px solid #c7d9ee;border-radius:24px;background:#f5f9ff}
.a13-header-composition img{display:block;width:100%;height:128px;object-fit:contain;object-position:center}
.a13-header-composition .a13-ander{height:142px}
.a13-total{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.35rem 0 .8rem;color:#153d76}.a13-total>strong{font-size:1.15rem}
.a13-relations{display:grid;gap:.65rem;margin-bottom:.9rem}
.a13-relation{display:grid;grid-template-columns:minmax(210px,.9fr) 54px minmax(260px,1.1fr);align-items:center;gap:.55rem;padding:.55rem;border:3px solid #bdd2e9;border-radius:22px;background:#f8fbff}
.a13-situation{display:grid;grid-template-columns:96px 1fr auto;align-items:center;gap:.65rem;min-height:112px;padding:.35rem .55rem;border-radius:17px;background:#fff;color:#173d72}
.a13-arrow{text-align:center;color:#4675ab;font-size:2.3rem;font-weight:1000}
.a13-support{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:.55rem}.a13-support>span{font-weight:1000;color:#245f52;text-align:center}
.a13-support-slot{position:relative;display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:112px;padding:.45rem 2.1rem .45rem .5rem;border:4px dashed #69a997;border-radius:18px;background:#f4fbf8;color:#174f43;font:900 1rem Nunito,sans-serif;cursor:pointer}
.a13-support-slot.ready{box-shadow:0 0 0 5px #ffe0ec}.a13-support-slot.filled{border-style:solid}.a13-support-slot>b{position:absolute;right:.55rem;top:.35rem;font-size:1.4rem}.a13-empty{display:block;width:68px;height:68px;border:4px dashed #9cc8bb;border-radius:50%;background:#fff}
.a13-picture{display:flex;align-items:center;justify-content:center;width:96px;height:88px;padding:.3rem;border-radius:14px;background:#fff;overflow:hidden}.a13-picture img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.a13-options,.a13-personal-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.a13-options .audio-card,.a13-personal-options .audio-card{position:relative}
.a13-option,.a13-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:145px;padding:.45rem .45rem 2.5rem;border:3px solid #c7d7e9;border-radius:18px;background:#fff;color:#153d76;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a13-option.selected,.a13-personal-option.selected{border-color:#d8477a;background:#fff2f7;box-shadow:0 0 0 3px #ffd2e2}.a13-options .audio-button,.a13-personal-options .audio-button{position:absolute;right:.4rem;bottom:.35rem;width:38px;height:38px;background:#fff}
.a13-personal-heading{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.2rem 0 .65rem;text-align:center}
.a13-personal-band{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:1rem;min-height:205px;margin:.8rem 0;padding:1rem;border:4px solid #83a9d1;border-radius:26px;background:#f4f9ff}.a13-personal-band>img{display:block;width:125px;height:125px;object-fit:contain;border-radius:50%;background:#fff}.a13-personal-band>div>strong{display:block;margin-bottom:.6rem;color:#173d72;font-size:1.2rem}.a13-personal-band>div>span{display:flex;flex-wrap:wrap;gap:.65rem;min-height:115px}.a13-personal-band button{position:relative;display:flex;align-items:center;gap:.4rem;min-width:160px;padding:.35rem 2rem .35rem .35rem;border:3px solid #37836e;border-radius:18px;background:#effaf6;color:#174f43;font:900 .9rem Nunito,sans-serif}.a13-personal-band button .a13-picture{width:74px;height:68px}.a13-personal-band button i{position:absolute;right:.5rem;top:.35rem;font:normal 1000 1.25rem Nunito,sans-serif}.a13-personal-empty{display:block;width:100%;min-height:105px;border:3px dashed #b7cce4;border-radius:18px;background:#fff}
.activity-thirteen .now-me>.global-now-me-header{margin-bottom:.75rem}.activity-thirteen .global-now-me-visual{min-width:250px}
@media(max-width:900px){.a13-heading{grid-template-columns:220px 1fr auto}.a13-options,.a13-personal-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a13-relation{grid-template-columns:minmax(180px,.9fr) 40px minmax(220px,1.1fr)}}
@media(max-width:650px){.a13-heading{grid-template-columns:1fr;text-align:center}.a13-heading>.audio-button{justify-self:center}.a13-header-composition{max-width:360px;width:100%;margin:auto}.a13-relation{grid-template-columns:1fr}.a13-arrow{transform:rotate(90deg);line-height:.7}.a13-support{grid-template-columns:1fr}.a13-situation{grid-template-columns:82px 1fr auto}.a13-options,.a13-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a13-personal-band{grid-template-columns:1fr}.a13-personal-band>img{margin:auto}.a13-personal-band>div>span{justify-content:center}.a13-personal-band>div>strong{text-align:center}}
.now-me .a8-personal-heading,.now-me .a9-personal-heading,.now-me .a11-heading,.now-me .a12-heading{grid-template-columns:minmax(0,1fr) auto}

/* Actividad 12: comparación paralela, lenguaje no inferencial y señal interna contextual. */
.activity-twelve .a12-meaning-slot header>img[src$="worried.png"]{width:50px;height:50px;padding:.12rem;object-fit:contain!important;object-position:center!important}
.activity-twelve .a12-personal-board>article{grid-template-rows:auto auto 1fr}
.activity-twelve .a12-personal-board>article>img{grid-row:1/4}
.a12-personal-prompt{align-self:start;color:#496684;font-size:.93rem;font-weight:900;line-height:1.2}
.activity-twelve .a12-personal-board .a12-meaning-slot{grid-column:2;min-width:0}

@media(max-width:650px){
  .global-now-me-header{grid-template-columns:1fr;text-align:center}
  .global-now-me-header>.audio-button{justify-self:center}
  .global-now-me-visual{width:min(250px,78vw);justify-self:center}
}

/* Actividad 17: perspectiva de Ander -> expresión de la propia perspectiva. */
.activity-seventeen{padding-bottom:8rem}.a17-main,.a17-now-me{display:grid;gap:.9rem}.a17-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem}.a17-heading h2{margin:0;color:#123d7a;font-size:clamp(2rem,3.5vw,3rem)}.a17-heading p{margin:.25rem 0 0;color:#506986;font-weight:800}.a17-heading>.audio-button{width:36px;height:36px;opacity:.65}.a17-count{display:flex;align-items:center;justify-content:center;gap:.8rem;color:#123d7a}.a17-count>strong{font-size:1.2rem}.a17-dots{display:flex;gap:.4rem}.a17-dots span{display:block;width:23px;height:23px;border:3px solid #739bc5;border-radius:50%;background:#fff}.a17-dots span.done{border-color:#438a75;background:#438a75}.a17-perspective{display:grid;grid-template-columns:minmax(170px,240px) 40px minmax(0,1fr);align-items:center;gap:.8rem;padding:.8rem;border:4px solid #7fa7cf;border-radius:26px;background:#f3f8fe}.a17-perspective>img{display:block;width:100%;height:220px;padding:.25rem;border-radius:20px;background:#fff;object-fit:contain!important;object-position:center!important}.a17-perspective>span{color:#6a91bd;font-size:2.2rem;font-weight:1000}.a17-perspective>div>strong{display:block;margin-bottom:.5rem;color:#173d72;font-size:1.2rem}.a17-chosen{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;min-height:135px}.a17-chosen>i{display:block;min-height:130px;border:3px dashed #a9c2dd;border-radius:18px;background:#fff}.a17-chosen>button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:.3rem 1.55rem .3rem .3rem;border:3px solid #438a75;border-radius:18px;background:#fff;color:#174f43;font:900 .85rem Nunito,sans-serif;cursor:pointer}.a17-chosen>button img{display:block;width:100%;height:88px;object-fit:contain!important;object-position:center!important}.a17-chosen>button span{line-height:1.1}.a17-chosen>button b{position:absolute;right:.35rem;top:.25rem;font-size:1.3rem}.a17-options{display:grid;gap:.7rem}.a17-options.ander{grid-template-columns:repeat(3,minmax(0,1fr))}.a17-options.personal{grid-template-columns:repeat(4,minmax(0,1fr))}.a17-card-wrap{position:relative;min-width:0}.a17-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:210px;padding:.45rem .45rem 2.15rem;border:3px solid #c6d7e9;border-radius:20px;background:#fff;color:#173d72;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a17-card.selected{border-color:#ff3f86;background:#fff4f8;box-shadow:0 0 0 3px #ffd9e7}.a17-picture{display:block;width:100%;height:155px;overflow:hidden;border-radius:15px;background:#fff}.a17-picture img{display:block;width:100%;height:100%;padding:0;object-fit:contain!important;object-position:center!important}.a17-card strong{margin-top:.35rem;line-height:1.15}.a17-card .selection-mark{display:none;position:absolute;right:.45rem;top:.4rem;width:30px;height:30px;place-items:center;border-radius:50%;background:#174f8d;color:#fff}.a17-card.selected .selection-mark{display:grid}.a17-card-wrap>.audio-button{position:absolute;right:.45rem;bottom:.4rem;width:31px;height:31px;opacity:.58}.a17-feedback{margin:0;padding:.65rem 1rem;border-radius:14px;background:#e8f5ed;color:#235e3d;text-align:center;font-weight:850}.a17-now-me{border-top-color:#ff3f86}.a17-personal-question{margin:0;text-align:center}.a17-now-me .a17-perspective>img{height:170px}.a17-now-me .a17-card{min-height:190px}.a17-now-me .a17-picture{height:130px}
@media(max-width:900px){.a17-perspective{grid-template-columns:150px 32px minmax(0,1fr)}.a17-perspective>img{height:170px}.a17-chosen{grid-template-columns:repeat(3,minmax(110px,1fr));overflow-x:auto}.a17-options.personal{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.a17-perspective{grid-template-columns:1fr;text-align:center}.a17-perspective>img{width:180px;height:180px;margin:auto}.a17-perspective>span{transform:rotate(90deg)}.a17-chosen{grid-template-columns:1fr}.a17-chosen>i{min-height:95px}.a17-options.ander,.a17-options.personal{grid-template-columns:1fr}.a17-card{min-height:230px}.a17-picture,.a17-now-me .a17-picture{height:175px}}

/* Actividad 16: escena -> posible experiencia, sin cajas genéricas. */
.activity-sixteen{--a16-soft:#f3f8ff;--a16-line:#b9d3ef;padding-bottom:8rem}.a16-main,.a16-now-me{display:grid;gap:1.15rem}.a16-heading{display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:1rem}.a16-heading>img,.a16-self{width:88px;height:88px;border-radius:22px;background:#eef6ff;padding:10px;object-fit:contain}.a16-heading h2{margin:0;color:#0b3b8f;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.a16-heading p{margin:.45rem 0 0;color:#40577a;font-size:1.05rem}.a16-count{display:flex;align-items:center;justify-content:center;gap:1rem;color:#0b3b8f}.a16-count>strong{font-size:1.15rem}.a16-scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.a16-scene-card{display:grid;grid-template-rows:auto auto 1fr;gap:.55rem;min-width:0;padding:.7rem;border:2px solid var(--a16-line);border-radius:24px;background:#fff}.a16-scene{aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:#f7fbff}.a16-scene img,.a16-context-picture>img:first-child{width:100%;height:100%;display:block;object-fit:contain!important;object-position:center!important}.a16-scene-label{display:flex;align-items:center;justify-content:center;gap:.45rem;text-align:center;color:#173c70;min-height:44px}.a16-scene-label .audio-button,.a16-context-response .audio-button{width:34px;height:34px;min-width:34px}.a16-relation{display:grid;gap:.45rem;align-content:start;padding:.65rem;border-radius:16px;background:var(--a16-soft);text-align:center}.a16-relation>span,.a16-context-response span{font-size:.78rem;font-weight:900;letter-spacing:.04em;color:#31557f}.a16-answer{width:100%;min-height:96px;border:3px dashed #7ea8d8;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.55rem;color:#163d73;cursor:pointer}.a16-answer.ready{outline:5px solid #dcecff;outline-offset:2px}.a16-answer.filled{border-style:solid;border-color:#4e91d8}.a16-answer b{margin-left:auto;font-size:1.25rem}.a16-empty{width:48px;height:48px;border-radius:12px;border:3px dashed #a9c4e2;background:#f8fbff}.a16-feeling-picture{width:68px;height:68px;flex:0 0 68px;display:grid;place-items:center;border-radius:14px;background:#fff;padding:4px}.a16-feeling-picture img{width:100%;height:100%;object-fit:contain!important}.a16-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem}.a16-options.personal{grid-template-columns:repeat(4,minmax(0,1fr))}.a16-option{width:100%;min-height:132px;padding:.7rem;border:2px solid #cadaeb;border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;color:#173c70;cursor:pointer}.a16-option.selected{border-color:#ff3f86;box-shadow:0 0 0 5px #ffe4ef}.a16-option .a16-feeling-picture{width:76px;height:76px;flex-basis:76px}.a16-options .audio-card>.audio-button{width:32px;height:32px;min-width:32px;margin:.25rem auto 0}.a16-neutral-feedback{margin:0;padding:.75rem 1rem;border-radius:14px;background:#e9f7ef;color:#235d3d;text-align:center;font-weight:800}.a16-now-me{border-top-color:#ff3f86}.a16-self{display:grid;place-items:center}.a16-self img{width:100%;height:100%;object-fit:contain!important}.a16-context-list{display:grid;gap:.9rem}.a16-context{display:grid;grid-template-columns:minmax(300px,1.5fr) minmax(260px,1fr);gap:1rem;align-items:center;padding:.7rem;border:2px solid #d5e2f0;border-radius:22px;background:#fff}.a16-context-picture{position:relative;aspect-ratio:3.75/1;overflow:hidden;border-radius:16px;background:#eef6ff}.a16-self-badge{position:absolute;right:10px;bottom:10px!important;width:62px!important;height:62px!important;object-fit:contain!important;border:3px solid #fff;border-radius:50%;padding:5px;background:#fff;box-shadow:0 2px 10px #163d7340}.a16-context-response{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.9fr);gap:.7rem;align-items:center}.a16-context-response>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.35rem}.a16-context-response>div>span{grid-column:1/-1}.a16-context-response .a16-answer{min-height:108px}
@media(max-width:950px){.a16-scene-grid{grid-template-columns:1fr}.a16-scene-card{grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr);grid-template-rows:auto 1fr}.a16-scene{grid-row:1/3}.a16-scene-label{justify-content:flex-start}.a16-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a16-options.personal{grid-template-columns:repeat(3,minmax(0,1fr))}.a16-context{grid-template-columns:1fr}.a16-context-response{grid-template-columns:1fr minmax(180px,.7fr)}}
@media(max-width:620px){.a16-heading{grid-template-columns:68px minmax(0,1fr) auto}.a16-heading>img,.a16-self{width:64px;height:64px}.a16-scene-card{grid-template-columns:1fr;grid-template-rows:auto}.a16-scene{grid-row:auto}.a16-options,.a16-options.personal{grid-template-columns:repeat(2,minmax(0,1fr))}.a16-context-picture{aspect-ratio:2.3/1}.a16-context-response{grid-template-columns:1fr}.a16-option{min-height:120px}}

.a16-personal-prompt{grid-column:1/-1;display:flex;align-items:center;gap:.4rem;color:#31557f}
.a16-personal-prompt .audio-button{width:30px!important;height:30px!important;min-width:30px!important;opacity:.65}

/* Corrección global: una familia visual limpia para "Ahora yo" y lupas realmente útiles. */
.global-now-me-header{grid-template-columns:clamp(250px,24vw,330px) minmax(0,1fr) auto;padding:.7rem .85rem}
.global-now-me-visual{grid-template-columns:minmax(125px,1.15fr) minmax(105px,.85fr);gap:.4rem;height:150px;padding:.55rem}
.global-now-me-avatar{height:132px}
.global-now-me-visual>span{gap:.35rem}
.global-now-me-visual>span img{height:76px;padding:.18rem;border-radius:12px}
.now-me .a6-personal-heading>.a6-self-network{display:none!important}

/* Actividad 6: la relación Ander + personas debe leerse antes de recurrir a la lupa. */
.activity-six .a6-heading-network{width:clamp(175px,17vw,220px);height:132px;gap:.55rem;padding:.55rem;border:2px solid #d5e3f1;border-radius:22px}
.activity-six .a6-heading-network .a6-heading-ander,
.activity-six .a6-heading-network .a6-heading-people{width:48%;height:112px;padding:.2rem}

/* Actividad 13: composición completa más visible a tamaño normal. */
.a13-header-composition{gap:.55rem;min-height:182px;padding:.7rem}
.a13-header-composition img{height:154px}
.a13-header-composition .a13-ander{height:170px}

/* Modal: la composición ocupa el espacio disponible y no queda como una miniatura. */
.image-zoom-content{width:min(1080px,96vw);max-height:94vh}
.image-zoom-preview-host{min-height:min(520px,66vh)}
.image-zoom-preview{width:min(940px,90vw);min-height:min(450px,58vh);max-height:68vh}
.image-zoom-preview>img{max-height:64vh}
.image-zoom-preview .a6-heading-network{width:min(720px,84vw)!important;height:min(430px,55vh)!important;gap:1.2rem!important;padding:1.2rem!important}
.image-zoom-preview .a6-heading-network img{width:48%!important;height:min(370px,48vh)!important}
.image-zoom-preview .a10-heading-scenes{width:min(780px,86vw)!important;height:min(470px,58vh)!important;grid-template-columns:minmax(380px,1.3fr) minmax(220px,.7fr)!important;gap:1rem!important;padding:1rem!important}
.image-zoom-preview .a10-heading-scenes .a10-ander{width:100%!important;height:min(420px,52vh)!important}
.image-zoom-preview .a10-heading-scenes>span{gap:.6rem!important}
.image-zoom-preview .a10-heading-scenes>span img{width:100%!important;height:min(125px,15vh)!important}
.image-zoom-preview .a13-header-composition{width:min(840px,88vw)!important;min-height:min(470px,58vh)!important;gap:1rem!important;padding:1rem!important}
.image-zoom-preview .a13-header-composition img{height:min(390px,49vh)!important}
.image-zoom-preview .a13-header-composition .a13-ander{height:min(420px,52vh)!important}

@media(max-width:650px){
  .global-now-me-header{grid-template-columns:1fr}
  .global-now-me-visual{width:min(310px,88vw);height:138px;grid-template-columns:minmax(112px,1.15fr) minmax(94px,.85fr)}
  .global-now-me-avatar{height:120px}
  .global-now-me-visual>span img{height:66px}
  .activity-six .a6-heading-network{width:min(220px,76vw);height:126px;justify-self:center}
  .image-zoom-preview-host{min-height:360px;padding:12px}
  .image-zoom-preview{min-height:320px}
  .image-zoom-preview .a10-heading-scenes{grid-template-columns:minmax(190px,1.3fr) minmax(105px,.7fr)!important}
}

/* Actividad 14 · situación concreta → necesidad o apoyo. */
.activity-fourteen{padding-bottom:8rem}.activity-fourteen img{object-fit:contain!important;object-position:center!important}
.a14-main,.a14-now-me{border-radius:26px;background:#fff}
.a14-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:.65rem;text-align:center}
.a14-heading h2,.a14-personal-heading h2{margin:.05rem 0;color:#123d7a;font-size:clamp(1.65rem,3vw,2.35rem)}
.a14-heading p,.a14-personal-heading p{margin:.15rem 0;color:#506986;font-weight:850}
.a14-heading>.audio-button,.a14-personal-heading>.audio-button{width:34px;height:34px;opacity:.66}
.a14-heading-composition{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:.4rem;width:100%;height:142px;padding:.55rem;border:2px solid #c8dbea;border-radius:22px;background:#f4f9fd;overflow:hidden}
.a14-heading-composition img{display:block;width:100%;height:122px;padding:.15rem}
.a14-count{display:flex;align-items:center;justify-content:center;gap:.65rem;margin:.35rem 0 .75rem;color:#123d7a}
.a14-relations{display:grid;gap:.7rem}
.a14-relation{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(105px,.32fr) 42px minmax(270px,.88fr);align-items:center;gap:.65rem;padding:.65rem;border:3px solid #d0ddea;border-radius:22px;background:#f9fbfd}
.a14-scene{position:relative;display:grid;place-items:center;height:150px;padding:.35rem;border:2px solid #b7cce0;border-radius:17px;background:#fff;overflow:hidden}
.a14-scene img{display:block;width:100%;height:100%;padding:.2rem}
.a14-situation-title{display:flex;align-items:center;justify-content:center;gap:.35rem;color:#123d7a;text-align:center}.a14-situation-title strong{font-size:1.12rem}.a14-situation-title .audio-button{width:30px;height:30px;opacity:.62}
.a14-arrow{color:#628bb4;font-size:2.1rem;font-weight:1000;text-align:center}
.a14-need{display:grid;grid-template-columns:minmax(105px,.55fr) minmax(145px,1fr);align-items:center;gap:.55rem;color:#173d72;font-weight:900}.a14-need>span{line-height:1.2}
.a14-answer{position:relative;display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:112px;padding:.4rem 1.8rem .4rem .4rem;border:4px dashed #72a591;border-radius:18px;background:#f3faf7;color:#174f43;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a14-answer.ready{box-shadow:0 0 0 5px #ffe0eb}.a14-answer.filled{border-style:solid}.a14-answer>b{position:absolute;right:.45rem;top:.3rem;font-size:1.35rem}.a14-empty{display:block;width:66px;height:66px;border:4px dashed #9ec8ba;border-radius:50%;background:#fff}
.a14-picture{display:grid;place-items:center;width:88px;height:78px;padding:.35rem;border-radius:14px;background:#fff;overflow:hidden}.a14-picture img{display:block;width:100%;height:100%;padding:.18rem}
.a14-options,.a14-personal-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin-top:.8rem}.a14-options .audio-card,.a14-personal-options .audio-card{position:relative}
.a14-option,.a14-personal-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:140px;padding:.4rem .4rem 2.3rem;border:3px solid #c5d6e7;border-radius:18px;background:#fff;color:#153d76;font:900 .92rem Nunito,sans-serif;cursor:pointer}.a14-option.selected,.a14-personal-option.selected{border-color:#d8477a;background:#fff3f7;box-shadow:0 0 0 3px #ffd5e3}.a14-options .audio-button,.a14-personal-options .audio-button{position:absolute;right:.35rem;bottom:.3rem;width:34px;height:34px;opacity:.64;background:#fff}
.a14-check-row{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:58px;margin-top:.75rem}.a14-feedback{margin:0;padding:.55rem .75rem;border-radius:14px;color:#294d6f;font-weight:850}.a14-feedback.matches{background:#eaf6f0}.a14-feedback.review{background:#fff6dd}
.a14-personal-heading{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:.1rem 0 .55rem;text-align:center}
.a14-personal-sentence{display:grid;grid-template-columns:150px 42px minmax(0,1fr);align-items:center;gap:.6rem;min-height:200px;padding:.8rem;border:4px solid #7fa7cf;border-radius:24px;background:#f3f8fe}.a14-personal-sentence>img{display:block;width:145px;height:145px;padding:.15rem;border-radius:18px;background:#fff}.a14-personal-sentence>span{color:#668bb5;font-size:2rem;font-weight:1000}.a14-personal-sentence>div>strong{display:block;margin-bottom:.45rem;color:#173d72;font-size:1.15rem}
.a14-personal-selected{display:flex;flex-wrap:wrap;gap:.5rem;min-height:100px}.a14-personal-selected>i{display:block;width:92px;height:92px;border:3px dashed #abc2da;border-radius:18px;background:#fff}.a14-personal-selected button{position:relative;display:flex;align-items:center;gap:.35rem;min-width:155px;padding:.3rem 1.75rem .3rem .3rem;border:3px solid #438a75;border-radius:17px;background:#fff;color:#174f43;font-weight:900}.a14-personal-selected button .a14-picture{width:66px;height:62px}.a14-personal-selected button>b{position:absolute;right:.4rem;top:.25rem;font-size:1.25rem}
.a14-personal-options{grid-template-columns:repeat(5,minmax(0,1fr))}
.a14-self-check .participation-heading{grid-template-columns:minmax(0,1fr) auto;text-align:center}.a14-self-check .participation-heading>div:first-child{display:block}.a14-self-check>div:last-child{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.a14-self-check .participation-audio{min-width:0}
.image-zoom-preview .a14-scene{width:min(900px,88vw)!important;height:min(560px,66vh)!important;padding:1rem!important}.image-zoom-preview .a14-scene img{width:100%!important;height:100%!important}
.image-zoom-preview .a14-heading-composition{width:min(760px,84vw)!important;height:min(470px,58vh)!important;gap:1rem!important;padding:1rem!important}.image-zoom-preview .a14-heading-composition img{height:min(410px,51vh)!important}

@media(max-width:980px){.a14-relation{grid-template-columns:minmax(190px,.8fr) 100px 34px minmax(230px,1fr)}.a14-need{grid-template-columns:1fr}.a14-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a14-personal-options{grid-template-columns:repeat(3,minmax(0,1fr))}.a14-self-check>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.a14-heading{grid-template-columns:1fr;text-align:center}.a14-heading-composition{width:min(235px,78vw);justify-self:center}.a14-heading>.audio-button{justify-self:center}.a14-relation{grid-template-columns:1fr;text-align:center}.a14-scene{height:185px}.a14-arrow{transform:rotate(90deg);line-height:.7}.a14-need{grid-template-columns:1fr}.a14-options,.a14-personal-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a14-personal-sentence{grid-template-columns:1fr;text-align:center}.a14-personal-sentence>img{margin:auto}.a14-personal-sentence>span{transform:rotate(90deg)}.a14-personal-selected{justify-content:center}.a14-check-row{flex-direction:column}}

/* Corrección transversal definitiva: identidad YO fija y contexto separado. */
.global-now-me-header{grid-template-columns:118px minmax(0,1fr) auto;min-height:132px;padding:.65rem 1rem}
.global-now-me-visual{display:grid;place-items:center;width:112px;height:112px;padding:.25rem;border:0;background:transparent;overflow:visible}
.global-now-me-avatar{display:block;width:104px!important;height:104px!important;padding:0!important;object-fit:contain!important;object-position:center!important}
.global-now-me-context{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:.85rem;min-height:112px;margin:0 0 .85rem;padding:.65rem 1rem;border:2px solid #d7e3ef;border-radius:20px;background:#fff;color:#153d76}
.global-now-me-context>span{display:grid;place-items:center;width:86px;min-height:86px}
.global-now-me-context>span>img{display:block;width:86px;height:86px;padding:.2rem;object-fit:contain!important;object-position:center!important}
.global-now-me-context.two-context-icons{grid-template-columns:172px minmax(0,1fr)}
.global-now-me-context.two-context-icons>span{grid-template-columns:1fr 1fr;width:172px;gap:.35rem}
.global-now-me-context.two-context-icons>span>img{width:82px;height:82px}
.global-now-me-context>strong{font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1.2}
.global-now-me-context-text{display:flex;min-height:auto;padding:.65rem 1rem}

/* Actividad 15: secuencia narrativa interactiva con escenas completas del dossier. */
.activity-fifteen{padding-bottom:8rem}.a15-main{display:block}.a15-heading{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:.55rem}.a15-heading-icon{display:flex;align-items:center;justify-content:center;gap:.25rem}.a15-heading-icon img{width:58px;height:58px;object-fit:contain}.a15-heading-icon span{color:#668bb5;font-size:1.65rem;font-weight:1000}.a15-heading h2{margin:0;color:#123d7a;font-size:clamp(1.8rem,3vw,2.5rem)}.a15-heading p{margin:.15rem 0;color:#506986;font-weight:850}.a15-heading>.audio-button{width:34px;height:34px;opacity:.65}.a15-count{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:.35rem 0 .75rem;color:#123d7a}.a15-count>div{display:flex;gap:.35rem}.a15-count>div span{width:21px;height:21px;border:3px solid #7fa7cf;border-radius:50%;background:#fff}.a15-count>div span.done{background:#438a75;border-color:#438a75}.a15-sequence{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.8rem;align-items:center;margin:.5rem 0 1rem}.a15-step{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:.35rem}.a15-number{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#123d7a;color:#fff;font-size:1.3rem;font-weight:1000}.a15-time-arrow{position:absolute;right:-1.55rem;color:#668bb5;font-size:2rem;font-weight:1000}.a15-slot{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:205px;padding:.35rem;border:3px dashed #8caed2;border-radius:20px;background:#f7fbff;color:#123d7a;font:900 .95rem Nunito,sans-serif;cursor:pointer}.a15-slot.ready{border-color:#d8477a;background:#fff5f8}.a15-slot.filled{border-style:solid;background:#fff}.a15-slot>b{position:absolute;right:.45rem;top:.3rem;font-size:1.25rem}.a15-empty{width:70%;height:150px;border:3px dashed #b6cae0;border-radius:15px;background:#fff}.a15-picture{display:block;width:100%;height:170px;overflow:hidden;border-radius:14px;background:#fff}.a15-picture img{display:block;width:100%;height:100%;padding:0;object-fit:contain!important;object-position:center!important}.a15-slot .a15-picture{height:160px}.a15-slot strong{margin-top:.2rem}.a15-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.a15-option-wrap{position:relative;min-width:0}.a15-option{display:flex;flex-direction:column;align-items:center;width:100%;min-height:245px;padding:.35rem .35rem 2rem;border:3px solid #c5d6e7;border-radius:20px;background:#fff;color:#123d7a;font:900 1rem Nunito,sans-serif;cursor:pointer}.a15-option.selected{border-color:#d8477a;background:#fff3f7;box-shadow:0 0 0 3px #ffd5e3}.a15-option .a15-picture{height:205px}.a15-option-wrap>.audio-button{position:absolute;right:.35rem;bottom:.3rem;width:32px;height:32px;opacity:.62}.a15-option-wrap>.image-zoom-trigger{position:absolute;left:.4rem;bottom:.35rem}.a15-check-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.a15-feedback{margin:0;padding:.7rem 1rem;border-radius:14px;font-weight:900}.a15-feedback.ordered{background:#e5f4ea;color:#216640}.a15-feedback.review{background:#fff4dc;color:#76541a}
@media(max-width:1050px){.a15-sequence{gap:1.15rem}.a15-time-arrow{right:-1.05rem}.a15-slot{min-height:180px}.a15-slot .a15-picture{height:138px}.a15-option{min-height:220px}.a15-option .a15-picture{height:180px}}
@media(max-width:760px){.a15-heading{grid-template-columns:1fr;text-align:center}.a15-heading-icon{justify-self:center}.a15-heading>.audio-button{justify-self:center}.a15-sequence{grid-template-columns:1fr;gap:1.8rem}.a15-step{grid-template-columns:44px minmax(0,1fr)}.a15-time-arrow{right:50%;bottom:-1.7rem;transform:translateX(50%) rotate(90deg)}.a15-slot{min-height:260px}.a15-slot .a15-picture{height:215px}.a15-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a15-check-row{flex-direction:column}}
@media(max-width:480px){.a15-options{grid-template-columns:1fr}.a15-option .a15-picture{height:260px}}
.now-me-context-source{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Actividad 11: fuera observable e interior neutral, sin emoción predeterminada. */
.a11-zone-cue.inside-cue{grid-template-columns:1.15fr .78fr .72fr;width:150px;padding:.25rem}
.a11-zone-cue.inside-cue img{display:block;width:100%!important;height:66px!important;padding:.08rem;object-fit:contain!important;object-position:center!important}
.a11-zone-cue.inside-cue .a11-inside-signal{height:54px!important}
.activity-eleven .a11-composite-inside{object-fit:contain!important;object-position:center!important}
.a11-state-context{grid-template-columns:34% 25% 41%;gap:.05rem;padding:.22rem!important}
.a11-state-context .a11-state-person,.a11-state-context .a11-state-signal,.a11-state-context .a11-state-symbol{display:block;width:100%!important;height:100%!important;padding:.05rem;object-fit:contain!important;object-position:center!important}

/* El modal amplía el contenido real de cualquier composición autorizada. */
.image-zoom-preview>.has-image-zoom,.image-zoom-preview>[class*="heading"],.image-zoom-preview>[class*="scene"],.image-zoom-preview>[class*="interests"]{width:min(900px,85vw)!important;max-width:85vw!important;min-height:min(430px,58vh)!important;max-height:65vh!important;margin:auto!important;padding:1rem!important}
.image-zoom-preview img{max-width:100%!important;max-height:65vh!important;object-fit:contain!important;object-position:center!important}

@media(max-width:650px){
 .global-now-me-header{grid-template-columns:92px minmax(0,1fr) auto;text-align:left;min-height:108px}
 .global-now-me-visual{width:88px;height:88px}.global-now-me-avatar{width:84px!important;height:84px!important}
 .global-now-me-context{grid-template-columns:76px minmax(0,1fr);min-height:94px}.global-now-me-context>span{width:70px;min-height:70px}.global-now-me-context>span>img{width:70px;height:70px}
 .global-now-me-context.two-context-icons{grid-template-columns:142px minmax(0,1fr)}.global-now-me-context.two-context-icons>span{width:142px}.global-now-me-context.two-context-icons>span>img{width:68px;height:68px}
 .a11-zone-cue.inside-cue{grid-template-columns:1.1fr .75fr .7fr;width:132px}
}

/* Actividad 17: tarjetas limpias, pictogramas personales neutros y completos. */
.a17-card{overflow:hidden}
.a17-options.ander .a17-picture{height:190px}
.a17-options.ander .a17-picture img{padding:.3rem}
.a17-arasaac{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem}
.a17-arasaac img{width:100%;height:100%;max-width:150px;object-fit:contain!important;object-position:center!important}
.a17-arasaac.composite img{width:48%;height:92%}
.a17-chosen-icons{display:flex;align-items:center;justify-content:center;gap:.2rem;width:100%;height:88px}
.a17-chosen-icons img{width:48%!important;height:100%!important;object-fit:contain!important}
.a17-now-me .a17-perspective>img{padding:.7rem}
@media(max-width:900px){.a17-options.personal{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.a17-options.personal{grid-template-columns:1fr}.a17-options.ander .a17-picture{height:190px}}

/* Actividad 18: perfil personal alrededor de las gafas, sin clasificación impuesta. */
.activity-eighteen{padding-bottom:8rem}.a18-main,.a18-summary{display:grid;gap:.85rem}.a18-heading,.a18-summary>header{display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:1rem}.a18-heading h2,.a18-summary h2{margin:0;color:#123d7a;font-size:clamp(2rem,3.4vw,2.8rem)}.a18-heading p,.a18-summary header p{margin:.2rem 0;color:#506986;font-weight:850}.a18-glasses{display:grid;place-items:center;width:145px;height:105px;padding:.3rem;border-radius:24px;background:#edf6ff}.a18-glasses img,.a18-summary>header>img{display:block;width:135px;height:95px;padding:.2rem;object-fit:contain!important}.a18-heading>.audio-button,.a18-summary>header>.audio-button{width:35px;height:35px;opacity:.65}
.a18-identity{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:.8rem;padding:.65rem;border:2px solid #d8e5f0;border-radius:22px;background:#f8fbfe}.a18-person{display:grid;place-items:center;width:145px;height:145px;padding:.4rem;border:3px solid #92b4d5;border-radius:50%;background:#fff;overflow:hidden}.a18-person img{display:block;width:100%;height:100%;padding:.1rem;object-fit:contain!important;object-position:center!important}.a18-identity-controls{display:grid;gap:.5rem}.a18-identity-controls>label{display:grid;gap:.25rem;color:#153d76;font-weight:900}.a18-identity-controls input[type=text],.a18-identity-controls input:not([type]){min-height:48px;padding:.55rem .7rem;border:3px solid #abc2d9;border-radius:14px;font:800 1rem Nunito,sans-serif}.a18-identity-controls>div{display:flex;flex-wrap:wrap;gap:.45rem}.a18-file-button{display:inline-flex;align-items:center;min-height:44px;padding:.45rem .8rem;border:2px solid #8cadd0;border-radius:14px;background:#fff;color:#123d7a;font-weight:900;cursor:pointer}.a18-file-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.a18-drawing{width:100%;padding:.45rem;border:2px solid #c7d8e8;border-radius:16px;background:#fff}.a18-draw-pad{display:block;width:100%;height:150px;border:3px dashed #95b4d3;border-radius:12px;touch-action:none}.a18-drawing small{color:#536b85;font-weight:750}
.a18-profile-axis{display:flex;align-items:center;justify-content:center;gap:.65rem;margin:.15rem auto -.2rem;padding:.4rem 1rem;border:3px solid #87aace;border-radius:24px;background:#f1f7fd;color:#123d7a}.a18-profile-axis img{width:110px;height:68px;object-fit:contain}.a18-profile-axis strong{font-size:1.2rem;letter-spacing:.08em}.a18-categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem}.a18-category{grid-column:span 2;min-width:0;padding:.65rem;border:3px solid #aac4dc;border-radius:21px;background:#f7fbff;transition:.15s}.a18-category:nth-child(4){grid-column:2/span 2}.a18-category:nth-child(5){grid-column:4/span 2}.a18-category.ready{border-color:#e1467c;box-shadow:0 0 0 4px #ffe0eb;cursor:pointer}.a18-category header{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:.5rem;min-height:76px}.a18-category header>img{display:block;width:62px;height:62px;padding:.15rem;border-radius:14px;background:#fff;object-fit:contain!important}.a18-category h3{margin:0;color:#123d7a;font-size:1.15rem}.a18-category p{margin:.15rem 0;color:#536b85;font-size:.85rem;font-weight:750;line-height:1.2}.a18-category header>.audio-button{width:30px;height:30px;opacity:.58}.a18-category-items{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:112px;padding:.45rem;border:3px dashed #a9c2da;border-radius:16px;background:#fff}.a18-category-items>button{position:relative;display:grid;grid-template-columns:58px minmax(55px,1fr);align-items:center;gap:.25rem;min-height:82px;padding:.25rem 1.35rem .25rem .25rem;border:2px solid #6fa188;border-radius:14px;background:#f3faf6;color:#174f43;font:900 .82rem Nunito,sans-serif;cursor:pointer}.a18-category-items>button>b{position:absolute;right:.3rem;top:.18rem;font-size:1.1rem}.a18-category-items .a18-picture{height:66px}.a18-empty{display:grid;place-items:center;width:100%;min-height:88px}.a18-empty img{width:70px;height:70px;opacity:.45;object-fit:contain}
.a18-bank{display:grid;gap:.65rem;margin-top:.25rem}.a18-dua{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.65rem .8rem;border:3px solid #8faed0;border-radius:18px;background:#eef6ff}.a18-dua>div{display:grid;color:#123d7a}.a18-dua span{color:#536b85;font-weight:750}.a18-bank-help{display:flex;align-items:center;justify-content:center;gap:.45rem;margin:0;color:#234d78;text-align:center;font-weight:850}.a18-bank-help>.audio-button{width:31px;height:31px;opacity:.58}.a18-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.a18-card-wrap{position:relative;min-width:0}.a18-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:184px;padding:.4rem .4rem 2rem;border:3px solid #c5d7e8;border-radius:18px;background:#fff;color:#153d76;font:900 .92rem Nunito,sans-serif;cursor:pointer}.a18-card.selected{border-color:#e1467c;background:#fff4f8;box-shadow:0 0 0 3px #ffdce8}.a18-card-wrap>.audio-button{position:absolute;right:.35rem;bottom:.3rem;width:31px;height:31px;opacity:.58}.a18-picture{display:flex;align-items:center;justify-content:center;gap:.2rem;width:100%;height:122px;padding:.35rem;overflow:hidden;border-radius:14px;background:#fff}.a18-picture img{display:block;width:100%;height:100%;object-fit:contain!important;object-position:center!important}.a18-picture.composite img{width:48%;height:92%}.a18-picture.science img{width:135%;height:135%;max-width:none;object-fit:cover!important;object-position:center 61%!important;clip-path:inset(22% 14% 23% 14% round 10px)}
.a18-finish{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.6rem}.a18-finish span{color:#536b85;font-weight:800}.a18-summary-list{display:grid;gap:.55rem}.a18-summary-list>article{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;gap:.65rem;padding:.55rem;border:2px solid #d1dfec;border-radius:17px;background:#f8fbfe}.a18-summary-list>article>div:first-child{display:flex;align-items:center;gap:.45rem;color:#123d7a}.a18-summary-list>article>div:first-child img{width:58px;height:58px;object-fit:contain}.a18-summary-list>article>div:last-child{display:flex;flex-wrap:wrap;gap:.4rem}.a18-summary-list span{display:grid;grid-template-columns:55px minmax(50px,1fr);align-items:center;gap:.25rem;padding:.2rem .45rem;border:2px solid #8bb7a2;border-radius:13px;background:#fff}.a18-summary-list span .a18-picture{height:54px;padding:.1rem}.a18-summary-list em{color:#6d7f91}.a18-summary blockquote{margin:.4rem 0;padding:.75rem 1rem;border-left:6px solid #ff3f86;border-radius:12px;background:#fff3f8;color:#123d7a;font-size:1.25rem;font-weight:900}.a18-summary>p{margin:.1rem 0;color:#536b85;font-weight:850}.a18-summary>.btn{justify-self:center}
@media(max-width:980px){.a18-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.a18-category,.a18-category:nth-child(4),.a18-category:nth-child(5){grid-column:auto}.a18-category:last-child{grid-column:1/-1}.a18-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.a18-heading,.a18-summary>header{grid-template-columns:1fr;text-align:center}.a18-glasses,.a18-summary>header>img{justify-self:center}.a18-heading>.audio-button,.a18-summary>header>.audio-button{justify-self:center}.a18-identity{grid-template-columns:1fr}.a18-person{justify-self:center}.a18-categories,.a18-options{grid-template-columns:1fr}.a18-category:last-child{grid-column:auto}.a18-dua,.a18-finish{flex-direction:column;text-align:center}.a18-summary-list>article{grid-template-columns:1fr}.a18-profile-axis img{width:86px}.a18-card{min-height:220px}.a18-picture{height:158px}}

/* Actividad 18: perfil final compacto con opciones siempre cercanas. */
.activity-eighteen{padding-bottom:2rem}
.a18-work-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);align-items:start;gap:1rem}
.a18-profile-column{display:grid;gap:.65rem;min-width:0}
.a18-options-column{position:sticky;top:92px;min-width:0;max-height:calc(100vh - 112px);overflow:auto;padding:.65rem;border:3px solid #b8cee3;border-radius:24px;background:#f7fbff;box-shadow:0 12px 28px rgba(18,61,122,.08)}
.a18-identity{grid-template-columns:92px minmax(0,1fr);padding:.45rem .55rem;gap:.6rem;border-radius:18px}
.a18-person{width:88px;height:88px;border-width:2px}
.a18-identity-controls{gap:.35rem}.a18-identity-controls>label{grid-template-columns:minmax(140px,.35fr) minmax(180px,1fr);align-items:center;gap:.45rem}
.a18-identity-controls input[type=text],.a18-identity-controls input:not([type]){min-height:42px;padding:.4rem .6rem}
.a18-file-button,.a18-identity-controls .btn{min-height:39px;padding:.35rem .65rem}
.a18-draw-pad{height:105px}
.a18-profile-axis{justify-content:flex-start;width:100%;margin:0;padding:.3rem .65rem;border-width:2px;border-radius:16px}
.a18-profile-axis img{width:72px;height:44px}.a18-profile-axis strong{font-size:1.05rem}
.a18-categories{grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}
.a18-category{padding:.5rem;border-width:2px;border-radius:17px}.a18-category header{grid-template-columns:48px minmax(0,1fr) auto;gap:.35rem;min-height:59px}.a18-category header>img{width:46px;height:46px}.a18-category h3{font-size:1rem}.a18-category p{font-size:.76rem}.a18-category-items{min-height:68px;padding:.3rem;border-width:2px;border-radius:13px}.a18-empty{min-height:55px}.a18-empty img{width:44px;height:44px}.a18-category-items>button{grid-template-columns:40px minmax(48px,1fr);min-height:57px;padding:.2rem 1.15rem .2rem .2rem;font-size:.72rem}.a18-category-items .a18-picture{height:43px}
.a18-bank{gap:.5rem;margin:0}.a18-dua{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:.5rem;border-width:2px;border-radius:15px}.a18-dua .btn{min-height:40px;padding:.35rem .55rem;font-size:.82rem}.a18-bank-help{font-size:.78rem;line-height:1.2}.a18-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.a18-card{min-height:126px;padding:.25rem .25rem 1.7rem;border-width:2px;border-radius:14px;font-size:.78rem}.a18-picture{height:82px;padding:.2rem}.a18-card-wrap>.audio-button{width:27px;height:27px}.a18-finish{justify-content:flex-start;padding:.25rem}.a18-finish span{font-size:.82rem}
@media(max-width:1100px){.a18-work-grid{grid-template-columns:minmax(0,1fr) 320px}.a18-identity-controls>label{grid-template-columns:1fr}.a18-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.a18-category,.a18-category:nth-child(4),.a18-category:nth-child(5){grid-column:auto}.a18-category:last-child{grid-column:1/-1}}
@media(max-width:820px){.a18-work-grid{grid-template-columns:1fr}.a18-options-column{position:static;max-height:none;grid-row:2}.a18-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.a18-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.a18-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a18-categories{grid-template-columns:1fr}.a18-category:last-child{grid-column:auto}.a18-identity{grid-template-columns:72px minmax(0,1fr)}.a18-person{width:68px;height:68px}.a18-card{min-height:132px}.a18-picture{height:86px}}

/* Actividad 18: perfil por categoría activa */
.activity-eighteen{padding-bottom:7rem}.activity-eighteen .a18-main{max-width:1180px;margin:auto;gap:.65rem}.activity-eighteen .a18-heading{grid-template-columns:105px minmax(0,1fr) auto}.activity-eighteen .a18-glasses{width:100px;height:72px;border-radius:18px}.activity-eighteen .a18-glasses img{width:92px;height:66px}.activity-eighteen .a18-heading h2{font-size:clamp(1.8rem,3vw,2.5rem)}
.activity-eighteen .a18-identity{grid-template-columns:70px minmax(0,1fr);padding:.35rem .5rem}.activity-eighteen .a18-person{width:66px;height:66px}.activity-eighteen .a18-identity-controls{grid-template-columns:minmax(260px,1fr) auto;align-items:center}.activity-eighteen .a18-identity-controls>label{grid-template-columns:auto minmax(180px,1fr)}.activity-eighteen .a18-profile-title{margin:.1rem 0;color:#123d7a;font-size:1.05rem;letter-spacing:.08em}
.a18-tabs{display:flex;gap:.45rem;overflow-x:auto;padding:.15rem .1rem .35rem;scrollbar-width:thin}.a18-tabs button{position:relative;display:grid;grid-template-columns:42px minmax(105px,1fr) 26px;align-items:center;gap:.35rem;min-width:185px;padding:.4rem .5rem;border:2px solid #b7cbe0;border-radius:15px;background:#f8fbfe;color:#264d77;font:850 .86rem Nunito,sans-serif;text-align:left;cursor:pointer}.a18-tabs button img{width:40px;height:40px;padding:.1rem;border-radius:10px;background:#fff;object-fit:contain!important}.a18-tabs button b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e8f0f8}.a18-tabs button.active{border:4px solid #174b8b;padding:.28rem .38rem;background:#eaf4ff;color:#0c3875}.a18-tabs button.active::after{content:'';position:absolute;left:18px;right:18px;bottom:-7px;height:5px;border-radius:5px;background:#ff3f86}
.a18-active-panel{display:grid;gap:.55rem;padding:.65rem;border:3px solid #9ab8d6;border-radius:22px;background:#f8fbfe}.a18-active-panel>header{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:.55rem}.a18-active-panel>header>img{width:60px;height:60px;padding:.2rem;border-radius:14px;background:#fff;object-fit:contain!important}.a18-active-panel h3{margin:0;color:#123d7a;font-size:1.35rem}.a18-active-panel header p{margin:.1rem 0;color:#526a84;font-weight:800}.a18-current{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:.5rem;padding:.4rem .55rem;border:2px solid #bdd0e2;border-radius:15px;background:#fff;color:#123d7a}.a18-current>div{display:flex;flex-wrap:wrap;gap:.35rem}.a18-current button{position:relative;display:grid;grid-template-columns:45px minmax(55px,1fr);align-items:center;gap:.25rem;min-height:56px;padding:.2rem 1.15rem .2rem .2rem;border:2px solid #74a38c;border-radius:12px;background:#f3faf6;color:#174f43;font:850 .76rem Nunito,sans-serif}.a18-current button .a18-picture{height:45px;padding:.05rem}.a18-current button b{position:absolute;right:.25rem;top:.12rem;font-size:1rem}.a18-no-choice{color:#6a7c8f;font-weight:750}.a18-options-title{display:flex;align-items:center;justify-content:space-between;color:#123d7a}.a18-options-title span{color:#5d7187;font-size:.82rem;font-weight:750}.a18-active-panel .a18-options{grid-template-columns:repeat(4,minmax(0,1fr))}.a18-active-panel .a18-card{min-height:118px}.a18-active-panel .a18-picture{height:76px}.a18-active-panel .a18-more{justify-self:center}.activity-eighteen .a18-finish{justify-content:space-between;border-top:1px solid #d8e4ef}
.a18-drawing-modal[hidden]{display:none}.a18-drawing-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:1rem;background:rgba(16,43,76,.48)}.a18-drawing-modal .a18-drawing{width:min(650px,95vw);padding:1rem;box-shadow:0 18px 55px rgba(0,0,0,.25)}.a18-drawing-modal .a18-drawing header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;color:#123d7a;font-size:1.25rem}.a18-drawing-close{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:#eaf2fa;color:#123d7a;font-size:1.6rem;font-weight:900;cursor:pointer}.a18-drawing-modal .a18-draw-pad{height:280px}.a18-drawing-modal .btn{margin-top:.55rem}
@media(max-width:900px){.activity-eighteen .a18-identity-controls{grid-template-columns:1fr}.a18-active-panel .a18-options{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.activity-eighteen .a18-heading{grid-template-columns:76px minmax(0,1fr) auto;text-align:left}.activity-eighteen .a18-glasses{width:72px;height:56px}.activity-eighteen .a18-glasses img{width:66px;height:50px}.activity-eighteen .a18-identity{grid-template-columns:58px minmax(0,1fr)}.activity-eighteen .a18-person{width:54px;height:54px}.activity-eighteen .a18-identity-controls>label{grid-template-columns:1fr}.a18-current{grid-template-columns:1fr}.a18-active-panel .a18-options{grid-template-columns:repeat(2,minmax(0,1fr))}.a18-tabs button{min-width:165px}.activity-eighteen .a18-finish{align-items:stretch}}

/* Actividad 18: acabado cálido, personal y con menor ruido visual */
.activity-eighteen{background:linear-gradient(180deg,#f6faff 0,#fffaf5 62%,#fff 100%)}.activity-eighteen .a18-main{padding:clamp(.7rem,1.7vw,1.2rem);border:0;background:transparent;box-shadow:none}.activity-eighteen .a18-heading{padding:.6rem .8rem;border-radius:22px;background:linear-gradient(105deg,#eaf5ff,#fff7fa);box-shadow:0 8px 22px rgba(30,74,124,.08)}
.activity-eighteen .a18-identity{border:0;background:#fffdf9;box-shadow:0 7px 20px rgba(35,65,98,.09)}.activity-eighteen .a18-person{width:78px;height:78px;border:2px solid #a9c7df;background:#edf6fc}.activity-eighteen .a18-identity-controls input{border:1px solid #b9cde0!important;background:#fff!important}.activity-eighteen .a18-file-button,.activity-eighteen .a18-identity-controls .btn{border:1px solid #9fbad2;box-shadow:0 2px 7px rgba(35,65,98,.06)}.activity-eighteen .a18-remove-identity{color:#8d3657;background:#fff7fa}
.a18-tabs button:nth-child(1){background:#eef6ff}.a18-tabs button:nth-child(2){background:#eff9f4}.a18-tabs button:nth-child(3){background:#fff9df}.a18-tabs button:nth-child(4){background:#fff0f5}.a18-tabs button:nth-child(5){background:#f5f1f8}.a18-tabs button{border:1px solid rgba(72,103,136,.22);box-shadow:0 3px 10px rgba(25,62,102,.055)}.a18-tabs button.active{border:3px solid #174b8b;box-shadow:0 7px 17px rgba(23,75,139,.13)}
.a18-active-panel{border:0;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(26,65,105,.1)}.a18-active-panel>header{padding:.15rem .25rem}.a18-current{border:0;background:#eef7ff;box-shadow:inset 0 0 0 1px #d5e5f3}.a18-current button{border:0;box-shadow:0 3px 9px rgba(36,93,70,.12)}.a18-no-choice::before{content:'+ ';font-size:1.15rem;font-weight:950}.a18-no-choice{display:inline-flex;align-items:center;min-height:42px;padding:.25rem .65rem;border-radius:12px;background:#fff;color:#58728a}.a18-options{gap:.55rem}.a18-active-panel .a18-card{border:1px solid #d5e1ec;background:#fff;box-shadow:0 4px 12px rgba(26,65,105,.08);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.a18-active-panel .a18-card:hover,.a18-active-panel .a18-card:focus-visible{transform:translateY(-2px);box-shadow:0 7px 18px rgba(26,65,105,.13)}.a18-active-panel .a18-card.selected{border:2px solid #e1467c;background:#fff7fa;animation:a18-choice .28s ease}.a18-active-panel .a18-picture{height:82px}.a18-active-panel .a18-card-wrap>.audio-button{opacity:.45}.a18-summary-button{background:#edf6ff;color:#123d7a;border-color:#8cb1d2}.activity-eighteen .a18-finish{padding-bottom:1rem}
.a18-access{margin:0 auto .55rem;max-width:1180px}.a18-access>details{border:1px solid #cfdeeb;border-radius:14px;background:rgba(255,255,255,.86)}.a18-access>details>summary{padding:.55rem .75rem;color:#174b82;font-weight:900;cursor:pointer}.a18-access .l1-settings{margin:.25rem .6rem;border:0;background:#f7fafc}.a18-access-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem;padding:.35rem .6rem .65rem}.a18-access-actions button{display:flex;align-items:center;justify-content:center;gap:.3rem;min-height:46px;padding:.3rem;border:1px solid #bfd1e1;border-radius:11px;background:#fff;color:#123d7a;font-weight:800}.a18-access-actions img{width:34px;height:34px;object-fit:contain!important}.a18-access>details>p{margin:.2rem .65rem .65rem;padding:.45rem;border-radius:10px;background:#eef6ff;color:#123d7a;font-weight:800}
@keyframes a18-choice{0%{transform:scale(.97)}60%{transform:scale(1.025)}100%{transform:scale(1)}}.l1-no-motion .a18-active-panel .a18-card{animation:none!important;transition:none!important}
@media(max-width:780px){.a18-access-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-eighteen .a18-identity-controls{grid-template-columns:1fr}.activity-eighteen .a18-person{width:68px;height:68px}}
.l1-completion-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:clamp(1.25rem,4vw,4rem);background:linear-gradient(145deg,#f4f8ff 0 55%,#fff4f8 55%)}
.l1-completion-card{width:min(760px,100%);margin:auto;text-align:center;padding:clamp(2rem,6vw,4.5rem);border:2px solid #cdddf4;border-radius:36px;background:#fff;box-shadow:0 24px 60px rgba(18,61,122,.12)}
.l1-completion-card>img{width:clamp(140px,22vw,230px);height:clamp(100px,15vw,160px);object-fit:contain;margin:auto}
.l1-completion-card h1{margin:.7rem 0;color:#123d7a;font-size:clamp(2.2rem,6vw,4.2rem)}
.l1-completion-card>p:not(.l1-completion-count){font-size:clamp(1.2rem,2.5vw,1.65rem);color:#40577c}
.l1-completion-count{display:inline-block;margin:1rem 0 0;padding:.55rem 1rem;border-radius:999px;background:#e8f7ee;color:#17653c;font-weight:900;font-size:1.15rem}
.l1-completion-card .btn{margin-top:1.5rem;min-height:64px;font-size:1.2rem}
.l1-completion-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.l1-completion-actions .btn{margin-top:1.5rem}

/* Perfil global: solo elecciones personales del nivel, editable y no clínico. */
.global-profile-page{min-height:100vh;padding:1rem clamp(1rem,4vw,3.5rem) 3rem;background:linear-gradient(155deg,#f3f8ff 0 62%,#fff5f8 62%)}
.global-profile-top{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem;border:2px solid #d5e2ef;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(18,61,122,.08)}
.global-profile-top strong{color:#123d7a;font-size:1.25rem}.global-profile-top .btn{min-height:44px}
.global-profile-hero{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:1rem;max-width:980px;margin:1.1rem auto;padding:1rem 1.25rem;border:3px solid #9abada;border-radius:30px;background:#fff}
.global-profile-hero>img{width:124px;height:124px;padding:.35rem;border:3px solid #7fa6cd;border-radius:50%;background:#f4f9ff;object-fit:contain!important}.global-profile-hero p{margin:0;color:#52729a;font-weight:900;letter-spacing:.12em}.global-profile-hero h1{margin:.1rem 0;color:#123d7a;font-size:clamp(2.1rem,5vw,3.7rem)}.global-profile-hero span{display:inline-block;padding:.4rem .7rem;border-radius:999px;background:#fff1f6;color:#8d3157;font-weight:900}
.global-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:1180px;margin:auto}.global-profile-category{min-width:0;padding:.8rem;border:3px solid #c0d4e7;border-radius:25px;background:#fff;box-shadow:0 12px 28px rgba(18,61,122,.06)}
.global-profile-category>header{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:.6rem;padding-bottom:.55rem;border-bottom:2px solid #e1eaf2}.global-profile-category>header>img{width:68px;height:68px;padding:.2rem;border-radius:15px;background:#f2f7fc;object-fit:contain!important}.global-profile-category h2{margin:0;color:#123d7a;font-size:1.35rem}.global-profile-category>header .audio-button{width:31px;height:31px;opacity:.6}
.global-profile-category>div{display:flex;flex-wrap:wrap;gap:.55rem;padding:.65rem 0}.global-profile-item{position:relative;display:grid;grid-template-columns:64px minmax(75px,1fr);align-items:center;gap:.35rem;min-width:190px;max-width:100%;padding:.35rem 1.8rem .35rem .35rem;border:2px solid #82b29b;border-radius:16px;background:#f4fbf7;color:#164f42}.global-profile-item .clean-pictogram,.global-profile-item .a18-picture{width:62px;height:58px;padding:.1rem}.global-profile-item .clean-pictogram img,.global-profile-item .a18-picture img{width:100%;height:100%;object-fit:contain!important}.global-profile-item strong{font-size:.9rem}.global-profile-item select{grid-column:1/-1;min-height:34px;padding:.25rem;border:1px solid #abc1d4;border-radius:9px;background:#fff;color:#35536f;font-weight:750}.global-profile-item>button{position:absolute;right:.3rem;top:.25rem;width:27px;height:27px;border:0;border-radius:50%;background:#fff;color:#9f3157;font-size:1.2rem;font-weight:900}
.global-profile-add{min-height:42px;padding:.45rem .8rem;border:2px dashed #789dc2;border-radius:13px;background:#f8fbff;color:#123d7a;font-weight:900}.global-profile-empty{grid-column:1/-1;padding:2rem;text-align:center;border:3px dashed #a8bfd7;border-radius:25px;background:#fff}.global-profile-empty img{width:120px;height:120px;object-fit:contain}.global-profile-empty h2{color:#123d7a}.global-profile-tools{max-width:980px;margin:1.2rem auto 0;padding:1rem;border:3px solid #a9c4de;border-radius:25px;background:#fff;text-align:center}.global-profile-tools>p{margin:.2rem auto 1rem;color:#123d7a;font-size:1.15rem;font-weight:900}.global-profile-tools>div{display:flex;justify-content:center;flex-wrap:wrap;gap:.7rem}
@media(max-width:800px){.global-profile-grid{grid-template-columns:1fr}.global-profile-hero{grid-template-columns:90px 1fr}.global-profile-hero>img{width:86px;height:86px}.global-profile-category>header{grid-template-columns:58px 1fr auto}.global-profile-category>header>img{width:56px;height:56px}}
@media(max-width:520px){.global-profile-page{padding:.5rem}.global-profile-top strong{display:none}.global-profile-item{width:100%}.global-profile-hero{grid-template-columns:1fr;text-align:center}.global-profile-hero>img{justify-self:center}}
.a18-current button{animation:a18-added .28s ease both}@keyframes a18-added{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.a18-current button{animation:none}}
.activity-eighteen .a18-identity{grid-template-columns:118px minmax(0,1fr)}
.a18-person-frame{display:grid;justify-items:center;gap:.2rem;color:#385a7e;text-align:center;font-weight:850}
.activity-eighteen .a18-person{width:108px;height:108px}
.activity-eighteen .a18-person img{object-fit:contain!important;object-position:center!important}
.a18-person-frame small{font-size:.72rem;line-height:1.1}
@media(max-width:600px){.activity-eighteen .a18-identity{grid-template-columns:96px minmax(0,1fr)}.activity-eighteen .a18-person{width:92px;height:92px}.a18-person-frame small{font-size:.66rem}}
