.review-shell{gap:22px;display:grid}.review-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.review-summary article{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:16px}.review-summary strong,.review-summary span{display:block}.review-summary strong{color:var(--brand-dark);font-size:1.45rem}.review-summary span{color:var(--muted);margin-top:3px;font-size:.76rem}.review-filters{flex-wrap:wrap;gap:8px;display:flex}.review-filters button{border:1px solid var(--line);min-height:40px;color:var(--muted);background:var(--panel);cursor:pointer;border-radius:10px;padding:0 13px;font-weight:750}.review-filters button.active{color:#fff;border-color:var(--brand);background:var(--brand)}.review-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.review-card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:17px;padding:22px}.review-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:16px;display:flex}.review-card header span{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.review-card header h2{margin:4px 0 0;font-size:1.05rem}.review-card header a{color:var(--brand-dark);white-space:nowrap;font-size:.8rem;font-weight:750;text-decoration:none}.review-card>h3{margin:20px 0 14px;font-size:1.08rem}.review-transcript{color:var(--muted);background:#f6f9f7;border-radius:11px;padding:12px 14px}.review-choices{gap:8px;display:grid}.review-choices button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fbfcfb;border-radius:11px;grid-template-columns:32px 1fr;align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:grid}.review-choices button>span{width:28px;height:28px;color:var(--brand-dark);background:var(--brand-soft);border-radius:8px;place-items:center;font-weight:800;display:grid}.review-choices button.selected{border-color:var(--brand);background:var(--brand-soft)}.review-choices button.correct{background:#e8f7ef;border-color:#2f946c}.review-choices button.wrong{background:#fff0f0;border-color:#cf6262}.review-card-actions{justify-content:flex-end;margin-top:14px;display:flex}.review-feedback{background:#fff3f3;border-radius:12px;margin-top:14px;padding:14px 16px}.review-feedback.is-correct{background:#e8f7ef}.review-feedback p{color:var(--muted);margin:6px 0 0}.review-legacy-note{color:var(--muted);font-size:.82rem}.review-next-actions{gap:14px;display:grid}.review-next-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.review-next-grid article{border:1px solid var(--line);background:var(--panel);border-radius:14px;padding:18px}.review-next-grid h3{margin:0;font-size:1rem}.review-next-grid p{color:var(--muted);margin:7px 0 12px}.review-next-grid a{color:var(--brand-dark);font-weight:750;text-decoration:none}@media (max-width:760px){.review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.review-card header{flex-direction:column}.review-card-actions .button{width:100%}.review-next-grid{grid-template-columns:1fr}}
