/* =========================================================
   SprinGO Assessment Player Pro v2.6.2
   Mobile-first, EdTech/B2B SaaS exam room UX.
   ========================================================= */
.sprcm-exam-pro,.sprcm-exam-pro *{box-sizing:border-box}.sprcm-exam-pro{--navy:#0f172a;--slate:#475569;--muted:#64748b;--line:#dbe5f2;--line2:#c7d5e8;--soft:#f8fafc;--soft2:#eef6ff;--blue:#2563eb;--blue2:#1d4ed8;--cyan:#06b6d4;--green:#10b981;--amber:#f59e0b;--red:#ef4444;max-width:1120px;margin:24px auto 48px;padding:0 14px;color:var(--navy);font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}.sprcm-exam-pro-sticky{position:sticky;top:0;z-index:999;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;gap:14px;align-items:center;margin:0 0 14px;padding:16px 18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(15,23,42,.09);backdrop-filter:blur(14px)}body.admin-bar .sprcm-exam-pro-sticky{top:32px}.sprcm-exam-pro-title span{display:block;margin-bottom:4px;color:#2563eb;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.sprcm-exam-pro-title strong{display:block;font-size:clamp(18px,2.2vw,25px);line-height:1.18;font-weight:950;letter-spacing:-.02em}.sprcm-exam-pro-title small{display:block;margin-top:4px;color:var(--muted);font-size:13px;line-height:1.45}.sprcm-exam-pro-kpis{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sprcm-exam-pro-kpis span{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#312e81;font-size:13px;font-weight:850;white-space:nowrap}.sprcm-exam-pro-kpis b{font-size:15px}.sprcm-exam-pro-timer{display:inline-flex;align-items:center;justify-content:center;min-width:98px;min-height:44px;padding:8px 14px;border-radius:14px;background:#ecfdf5;color:#047857;font-size:18px;font-weight:950;font-variant-numeric:tabular-nums}.sprcm-exam-pro-timer.is-danger{background:#fef2f2;color:#b91c1c;animation:sprcmPulseTimer 1s ease-in-out infinite}@keyframes sprcmPulseTimer{0%,100%{box-shadow:0 0 0 rgba(239,68,68,0)}50%{box-shadow:0 0 0 7px rgba(239,68,68,.13)}}.sprcm-exam-pro-save{min-width:106px;color:var(--muted);font-size:12px;font-weight:850;text-align:right}.sprcm-exam-pro-save.is-saved{color:#047857}.sprcm-exam-pro-save.is-saving{color:#b45309}.sprcm-exam-pro-progress{height:8px;margin:0 0 18px;border-radius:999px;background:#e5e7eb;overflow:hidden}.sprcm-exam-pro-progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#06b6d4,#10b981);transition:width .22s ease}.sprcm-exam-pro-stage{position:relative;display:grid;gap:16px}.sprcm-exam-pro-stage.is-loading:before{content:"";position:absolute;inset:0;z-index:10;border-radius:24px;background:rgba(248,250,252,.74);backdrop-filter:blur(3px)}.sprcm-exam-pro-stage.is-loading:after{content:"";position:absolute;top:42px;left:50%;z-index:11;width:36px;height:36px;margin-left:-18px;border:3px solid #dbe4f0;border-top-color:var(--blue);border-radius:50%;animation:sprcmSpin .85s linear infinite}@keyframes sprcmSpin{to{transform:rotate(360deg)}}.sprcm-exam-pro-question{position:relative;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.06);transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.sprcm-exam-pro-question:hover{border-color:#bfdbfe;box-shadow:0 18px 42px rgba(15,23,42,.08);transform:translateY(-1px)}.sprcm-exam-pro-qhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sprcm-exam-pro-badge{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#eff6ff;color:var(--blue);font-size:13px;font-weight:950}.sprcm-exam-pro-bookmark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#94a3b8;font-size:17px;cursor:pointer;transition:.18s ease}.sprcm-exam-pro-bookmark:hover{border-color:#fbbf24;color:#d97706;background:#fffbeb}.sprcm-exam-pro-bookmark.is-marked{border-color:#f59e0b;background:#fef3c7;color:#b45309}.sprcm-exam-pro-question h3{margin:0 0 18px;font-size:clamp(16px,1.8vw,19px);line-height:1.55;font-weight:900;letter-spacing:-.01em}.sprcm-exam-pro-answers{display:grid;gap:10px}.sprcm-exam-pro-answer{position:relative;display:grid!important;grid-template-columns:34px minmax(0,1fr) 26px;gap:12px;align-items:center;min-height:58px;padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.sprcm-exam-pro-answer input{position:absolute!important;opacity:0!important;pointer-events:none!important}.sprcm-exam-pro-answer:hover{border-color:#93c5fd;background:#f8fbff;transform:translateY(-1px)}.sprcm-exam-pro-answer.is-selected{border-color:var(--blue);background:linear-gradient(0deg,#eff6ff,#f8fbff);box-shadow:0 12px 28px rgba(37,99,235,.14)}.sprcm-exam-pro-letter{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:950}.sprcm-exam-pro-answer.is-selected .sprcm-exam-pro-letter{background:var(--blue);color:#fff}.sprcm-exam-pro-answer-text{font-size:15px;line-height:1.5}.sprcm-exam-pro-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:950;opacity:0;transform:scale(.75);transition:.16s ease}.sprcm-exam-pro-answer.is-selected .sprcm-exam-pro-check{opacity:1;transform:scale(1)}.sprcm-exam-pro-help{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.sprcm-exam-pro-input,.sprcm-exam-pro-textarea{width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;padding:14px 15px;font:inherit;font-size:15px;line-height:1.5;outline:0;transition:border-color .16s ease,box-shadow .16s ease}.sprcm-exam-pro-input:focus,.sprcm-exam-pro-textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.sprcm-exam-pro-textarea-wrap{position:relative}.sprcm-exam-pro-textarea{min-height:150px;resize:vertical;padding-bottom:38px}.sprcm-exam-pro-counter{position:absolute;right:12px;bottom:10px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:var(--muted);font-size:12px;font-weight:800}.sprcm-exam-pro-nav{position:sticky;bottom:14px;z-index:990;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;margin:20px 0 0;padding:16px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(15,23,42,.12);backdrop-filter:blur(14px)}.sprcm-exam-pro-matrix{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;max-height:112px;overflow:auto;padding:2px}.sprcm-exam-pro-matrix button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:36px;height:36px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#334155;font-size:14px;font-weight:950;cursor:pointer;transition:.16s ease}.sprcm-exam-pro-matrix button:hover{border-color:#60a5fa;color:#1d4ed8}.sprcm-exam-pro-matrix button.is-active{border-color:var(--blue);background:var(--blue);color:#fff}.sprcm-exam-pro-matrix button.is-answered:not(.is-active){border-color:#86efac;background:#dcfce7;color:#047857}.sprcm-exam-pro-matrix button.is-marked:not(.is-active){border-color:#f59e0b;background:#fef3c7;color:#b45309}.sprcm-exam-pro-matrix button.is-marked:after{content:"";position:absolute;right:4px;top:4px;width:7px;height:7px;border-radius:999px;background:#f59e0b}.sprcm-exam-pro-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;font-size:14px;font-weight:950;text-decoration:none;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:.16s ease}.sprcm-exam-pro-btn.is-secondary{border-color:var(--line);background:#fff;color:#475569}.sprcm-exam-pro-btn.is-primary{background:var(--blue);color:#fff}.sprcm-exam-pro-btn.is-submit{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;box-shadow:0 14px 34px rgba(37,99,235,.24)}.sprcm-exam-pro-btn:hover:not(:disabled){transform:translateY(-1px)}.sprcm-exam-pro-btn:disabled{opacity:.5;cursor:not-allowed}.sprcm-exam-pro-empty,.sprcm-exam-pro-error{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--muted)}.sprcm-exam-pro-toast{position:fixed;right:22px;bottom:22px;z-index:99999;max-width:min(420px,calc(100vw - 32px));padding:14px 16px;border-radius:16px;background:#0f172a;color:#fff;box-shadow:0 18px 46px rgba(15,23,42,.28);font-weight:800;opacity:0;transform:translateY(12px);pointer-events:none;transition:.18s ease}.sprcm-exam-pro-toast.is-show{opacity:1;transform:translateY(0)}.sprcm-exam-pro-toast.is-warn{background:#7c2d12}.sprcm-exam-pro-toast.is-danger{background:#991b1b}
/* Result page */
.sprcm-result-pro262,.sprcm-result-pro262 *{box-sizing:border-box}.sprcm-result-pro262{display:grid;gap:18px;margin:26px 0;color:#0f172a}.sprcm-r262-hero{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:18px;align-items:center;padding:24px;border:1px solid #dbe5f2;border-radius:24px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 48px rgba(15,23,42,.07)}.sprcm-r262-hero p,.sprcm-r262-eyebrow{margin:0 0 8px;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.sprcm-r262-hero h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.1;font-weight:950}.sprcm-r262-hero span{display:block;margin-top:8px;color:#64748b;line-height:1.55}.sprcm-r262-score{display:grid;justify-items:center;padding:18px;border-radius:20px;background:#0f4c81;color:#fff}.sprcm-r262-score small{opacity:.85;font-weight:800}.sprcm-r262-score strong{font-size:48px;line-height:1;font-weight:950}.sprcm-r262-score em{font-style:normal;opacity:.88}.sprcm-r262-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sprcm-r262-kpis article{padding:18px;border:1px solid #dbe5f2;border-radius:18px;background:#fff}.sprcm-r262-kpis strong{display:block;font-size:25px;font-weight:950}.sprcm-r262-kpis span{color:#64748b;font-weight:800}.sprcm-r262-notice{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid #fde68a;border-radius:18px;background:#fffbeb;color:#92400e}.sprcm-r262-notice b{font-weight:950}.sprcm-r262-notice span{color:#92400e}.sprcm-r262-grid{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(260px,.95fr);gap:18px}.sprcm-r262-stack{display:grid;gap:18px}.sprcm-r262-card{padding:22px;border:1px solid #dbe5f2;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.06)}.sprcm-r262-card h3{margin:0 0 16px;font-size:21px;font-weight:950}.sprcm-r262-radar{display:block;width:100%;height:auto;max-height:520px}.sprcm-r262-rank{display:grid;gap:10px;margin:0;padding:0;list-style:none}.sprcm-r262-rank li{display:grid;grid-template-columns:32px minmax(0,1fr) 48px;gap:10px;align-items:center;padding:12px;border-radius:14px;background:#f0fdf4;border:1px solid #bbf7d0}.sprcm-r262-rank.is-weak li{background:#fef2f2;border-color:#fecaca}.sprcm-r262-rank span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#10b981;color:#fff;font-weight:950}.sprcm-r262-rank.is-weak span{background:#ef4444}.sprcm-r262-rank strong{font-size:14px}.sprcm-r262-rank b{text-align:right}.sprcm-r262-bars{display:grid;gap:11px}.sprcm-r262-bar{display:grid;grid-template-columns:minmax(170px,1fr) minmax(140px,360px) 70px;gap:12px;align-items:center}.sprcm-r262-bar strong{display:block;font-size:14px;font-weight:950}.sprcm-r262-bar small{display:block;margin-top:3px;color:#64748b;font-size:12px}.sprcm-r262-bar .track{height:12px;border-radius:999px;background:#e5e7eb;overflow:hidden}.sprcm-r262-bar .track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#2563eb)}.sprcm-r262-bar b{text-align:right}.sprcm-r262-accordion{display:grid;gap:11px}.sprcm-r262-detail{border:1px solid #dbe5f2;border-radius:16px;background:#fff;overflow:hidden}.sprcm-r262-detail summary{display:grid;grid-template-columns:72px minmax(0,1fr) 78px;gap:12px;align-items:center;min-height:58px;padding:13px 15px;cursor:pointer;list-style:none}.sprcm-r262-detail summary::-webkit-details-marker{display:none}.sprcm-r262-detail summary span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:950}.sprcm-r262-detail summary strong{font-size:14px;line-height:1.42}.sprcm-r262-detail summary em{justify-self:end;padding:5px 10px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-style:normal;font-size:12px;font-weight:950}.sprcm-r262-detail.is-ok summary em{background:#dcfce7;color:#047857}.sprcm-r262-detail-body{padding:16px;border-top:1px solid #dbe5f2;background:#fbfdff}.sprcm-r262-detail-body h4{margin:0 0 12px;font-size:16px;line-height:1.55}.sprcm-r262-options{display:grid;gap:9px}.sprcm-r262-option{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid #dbe5f2;border-radius:13px;background:#fff}.sprcm-r262-option b{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#f1f5f9}.sprcm-r262-option em{font-style:normal;color:#64748b;font-size:12px;font-weight:850}.sprcm-r262-option.is-correct{border-color:#86efac;background:#f0fdf4}.sprcm-r262-option.is-wrong{border-color:#fecaca;background:#fef2f2}.sprcm-r262-explain{margin-top:13px;padding:14px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe}.sprcm-r262-courses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sprcm-r262-courses article{display:flex;flex-direction:column;min-height:100%;border:1px solid #dbe5f2;border-radius:18px;background:#fff;overflow:hidden}.sprcm-r262-courses .thumb{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:linear-gradient(135deg,#bae6fd,#2563eb);color:#fff;font-weight:950;text-decoration:none}.sprcm-r262-courses .thumb img{width:100%;height:100%;object-fit:cover}.sprcm-r262-courses article>div{display:flex;flex-direction:column;gap:8px;flex:1;padding:14px}.sprcm-r262-courses h4{margin:0;font-size:16px;line-height:1.32;font-weight:950}.sprcm-r262-courses p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.sprcm-r262-courses .btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:11px;background:#2563eb;color:#fff;text-decoration:none;font-weight:950}.sprcm-muted{color:#64748b}
@media(max-width:980px){.sprcm-exam-pro-sticky{grid-template-columns:1fr}.sprcm-exam-pro-kpis{justify-content:flex-start}.sprcm-exam-pro-save{text-align:left}.sprcm-exam-pro-nav{grid-template-columns:1fr}.sprcm-exam-pro-btn{width:100%}.sprcm-r262-grid{grid-template-columns:1fr}.sprcm-r262-kpis{grid-template-columns:repeat(2,1fr)}.sprcm-r262-courses{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){body.admin-bar .sprcm-exam-pro-sticky{top:46px}.sprcm-exam-pro{margin:12px auto 34px;padding:0 10px}.sprcm-exam-pro-sticky{border-radius:18px;padding:14px}.sprcm-exam-pro-question{border-radius:18px;padding:16px}.sprcm-exam-pro-answer{grid-template-columns:30px minmax(0,1fr) 22px;min-height:56px;padding:12px}.sprcm-exam-pro-letter{width:28px;height:28px}.sprcm-exam-pro-nav{position:static;border-radius:18px}.sprcm-r262-hero{grid-template-columns:1fr}.sprcm-r262-kpis{grid-template-columns:1fr}.sprcm-r262-bar{grid-template-columns:1fr}.sprcm-r262-detail summary{grid-template-columns:1fr;gap:7px}.sprcm-r262-detail summary em{justify-self:start}.sprcm-r262-option{grid-template-columns:28px minmax(0,1fr)}.sprcm-r262-option em{grid-column:2}.sprcm-r262-courses{grid-template-columns:1fr}}
/* v2.7.0 Gamification, validation, donut result */
.sprcm-exam-pro-question.is-missing{border-color:#ef4444!important;background:linear-gradient(180deg,#fff,#fff7f7)!important;box-shadow:0 0 0 3px rgba(239,68,68,.10)!important}.sprcm-exam-pro-matrix button.is-missing:not(.is-active){border-color:#ef4444;background:#fee2e2;color:#b91c1c}.sprcm-exam-pro-timer.is-danger{animation:sprcmPulseRed 1s infinite;background:#fee2e2!important;color:#991b1b!important}@keyframes sprcmPulseRed{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}.sprcm-confetti-canvas{position:fixed;inset:0;z-index:2147483647;pointer-events:none}.sprcm-r262-hero.is-gamified{background:linear-gradient(135deg,#ffffff 0%,#f8fbff 55%,#fff7ed 100%)}.sprcm-r262-score b{display:block;margin-top:8px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:13px;font-style:normal}.sprcm-r262-gift{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;align-items:center;padding:22px;border:1px solid #fde68a;border-radius:24px;background:linear-gradient(135deg,#fff7ed,#fffbeb);box-shadow:0 16px 38px rgba(251,191,36,.12)}.sprcm-gift-box{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:26px;background:#fff;box-shadow:0 18px 40px rgba(245,158,11,.25);font-size:58px;cursor:pointer;animation:sprcmGiftWiggle 1.7s ease-in-out infinite;user-select:none}.sprcm-gift-box:hover{transform:translateY(-2px) scale(1.03)}@keyframes sprcmGiftWiggle{0%,100%{transform:rotate(0deg)}15%{transform:rotate(-7deg)}30%{transform:rotate(7deg)}45%{transform:rotate(-4deg)}60%{transform:rotate(4deg)}}.sprcm-r262-gift h3{margin:0 0 6px;font-size:22px;font-weight:950}.sprcm-r262-gift p{margin:0 0 12px;color:#92400e}.sprcm-reward-result{margin-top:10px;font-weight:900;color:#047857}.sprcm-reward-result a{color:#2563eb;text-decoration:none}.sprcm-r262-donut{display:block;width:100%;height:auto;max-height:430px}.sprcm-r262-actions{display:flex;justify-content:flex-end}.sprcm-exam-pro[aria-disabled="true"] input,.sprcm-exam-pro[aria-disabled="true"] textarea,.sprcm-exam-pro[aria-disabled="true"] button:not([data-retake-exam]):not([data-open-reward-btn]){pointer-events:none;opacity:.82}@media(max-width:720px){.sprcm-r262-gift{grid-template-columns:1fr;text-align:center}.sprcm-gift-box{margin:auto}.sprcm-r262-actions{justify-content:stretch}.sprcm-r262-actions .sprcm-exam-pro-btn{width:100%}}

/* v2.7.1 - Reward popup + display index polish */
.sprcm-exam-pro-question[data-render-index] .sprcm-exam-pro-badge{min-width:72px;text-align:center}
.sprcm-reward-modal{position:fixed;inset:0;z-index:2147483600;display:none;align-items:center;justify-content:center;padding:22px}.sprcm-reward-modal.is-open{display:flex}.sprcm-reward-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(6px)}.sprcm-reward-modal__box{position:relative;width:min(520px,calc(100vw - 36px));border-radius:28px;background:linear-gradient(180deg,#fff,#fffaf0);border:1px solid #fde68a;box-shadow:0 30px 90px rgba(15,23,42,.26);padding:34px;text-align:center;animation:sprcmRewardPop .22s ease-out}.sprcm-reward-modal__close{position:absolute;top:16px;right:16px;width:42px;height:42px;border:0;border-radius:999px;background:#f8fafc;color:#be123c;font-size:24px;font-weight:900;cursor:pointer}.sprcm-reward-modal__icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto 16px;border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(245,158,11,.25);font-size:56px;animation:sprcmGiftWiggle 1.7s ease-in-out infinite}.sprcm-reward-modal__eyebrow{margin:0 0 6px;color:#2563eb;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.sprcm-reward-modal__box h3{margin:0 0 10px;font-size:28px;line-height:1.15;color:#0f172a}.sprcm-reward-modal__desc{margin:0 auto 22px;max-width:420px;color:#475569;font-size:15px;line-height:1.55}.sprcm-reward-modal__cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:14px;background:#2563eb;color:#fff!important;text-decoration:none!important;font-weight:900;box-shadow:0 12px 30px rgba(37,99,235,.24)}.sprcm-reward-modal__cta:hover{background:#1d4ed8;transform:translateY(-1px)}@keyframes sprcmRewardPop{from{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}

/* =========================================================
   v2.7.3 - Chart legend below + current IDP timeline + one-page exam polish
   ========================================================= */
.sprcm-r262-chart-card{min-height:620px;display:flex;flex-direction:column;overflow:hidden}
.sprcm-r262-chart-wrap{display:flex;align-items:center;justify-content:center;width:100%;min-height:430px;flex:1;padding:8px 8px 2px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fbff)}
.sprcm-r262-donut{width:100%!important;max-width:760px;height:auto!important;max-height:none!important;margin:auto;display:block}
.sprcm-r262-donut-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0}
.sprcm-r262-legend-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:28px;padding:6px 8px;border:1px solid #edf2f7;border-radius:12px;background:#fbfdff}
.sprcm-r262-legend-item span{width:12px;height:12px;border-radius:4px;display:block}
.sprcm-r262-legend-item strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12.5px;font-weight:850;color:#0f172a}
.sprcm-r262-legend-item em{font-style:normal;font-size:12px;font-weight:950;color:#2563eb;text-align:right}
.sprcm-r262-idp-timeline-card{overflow:hidden}
.sprcm-r262-idp-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.sprcm-r262-idp-head h3{margin:0;font-size:21px;font-weight:950}.sprcm-r262-idp-head p{margin:0 0 4px!important}
.sprcm-r262-idp-track{display:flex;align-items:stretch;gap:10px;overflow-x:auto;padding:6px 2px 10px;scrollbar-width:thin}
.sprcm-r262-idp-step{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:132px;min-height:92px;padding:14px 12px;border:1px solid #dbe5f2;border-radius:18px;background:#f8fafc;color:#0f172a;text-align:center;transition:.18s ease;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.sprcm-r262-idp-step:after{content:"";position:absolute;right:-11px;top:50%;width:10px;height:2px;background:#cbd5e1;transform:translateY(-50%)}
.sprcm-r262-idp-step:last-child:after{display:none}
.sprcm-r262-idp-dot{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#eaf2ff;color:#2563eb;font-size:13px;font-weight:950}
.sprcm-r262-idp-step strong{font-size:13px;line-height:1.25;font-weight:950}.sprcm-r262-idp-step small{color:#64748b;font-size:11px;line-height:1.3}.sprcm-r262-idp-step em{display:none;font-style:normal;font-size:10px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.sprcm-r262-idp-step.is-current{border-color:#ef4444;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 18px 48px rgba(239,68,68,.25),0 0 0 4px rgba(239,68,68,.10);transform:translateY(-2px)}
.sprcm-r262-idp-step.is-current .sprcm-r262-idp-dot{background:#fff;color:#dc2626}.sprcm-r262-idp-step.is-current small,.sprcm-r262-idp-step.is-current em{color:#fff}.sprcm-r262-idp-step.is-current em{display:inline-flex;margin-top:3px;padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.18)}
.sprcm-exam-pro-stage{scroll-margin-top:130px}.sprcm-exam-pro-sticky{top:12px}.admin-bar .sprcm-exam-pro-sticky,body.admin-bar .sprcm-exam-pro-sticky{top:44px}
.sprcm-exam-pro-nav{grid-template-columns:auto minmax(0,1fr) auto;}
.sprcm-exam-pro-nav [data-exam-next]:disabled{display:none}.sprcm-exam-pro-nav [data-exam-prev]:disabled{opacity:.55}.sprcm-exam-pro-matrix{justify-content:flex-start}.sprcm-exam-pro-matrix:before{content:"Bản đồ câu hỏi";margin-right:6px;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:980px){.sprcm-r262-donut-legend{grid-template-columns:1fr}.sprcm-r262-chart-card{min-height:auto}.sprcm-r262-chart-wrap{min-height:360px}.sprcm-r262-idp-step{min-width:122px}.sprcm-exam-pro-nav{grid-template-columns:1fr}.sprcm-exam-pro-matrix{justify-content:center}.sprcm-exam-pro-matrix:before{width:100%;text-align:center;margin:0 0 4px}}
