/* БАЗА — контекст практики конкретного узла карты */
.practice-skill-context{margin:10px 0 16px;padding:18px;border:1px solid #ddd9ff;border-radius:18px;background:linear-gradient(145deg,#f7f5ff,#fbfbff)}
.practice-skill-code{font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.7px;color:#6557e7;margin-bottom:7px}
.practice-skill-context h3{font-size:19px;line-height:1.2;margin:0 0 7px}
.practice-skill-context p{font-size:12px;line-height:1.5;color:var(--muted);margin:0 0 14px}
.practice-skill-progress{height:8px;border-radius:999px;background:#e9e9f5;overflow:hidden}
.practice-skill-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--violet));transition:width .25s ease}
.practice-skill-meta{display:flex;justify-content:space-between;gap:12px;color:#767d96;font-size:11px;margin-top:7px}.practice-skill-meta b{color:#5749d9}
.practice-skill-back{width:100%;margin-top:14px}
