.path-choice{background:#fff;border-radius:18px;padding:22px;margin:22px 0;box-shadow:0 7px 24px #20305014}.path-choice>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.path-choice button{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:3px;padding:17px;border:2px solid #dbe3ef;background:#f8faff;border-radius:13px}.path-choice button b{font-size:1.1rem}.path-choice button span{color:#5b32a3;font-weight:700}.path-choice button small{color:#64748b}.path-choice button.selected{border-color:var(--violet);background:#f4efff;box-shadow:0 0 0 3px #7c3aed18}.path-choice button.selected:after{content:'✓ gewählt';align-self:flex-end;color:var(--ok);font-weight:800}.quiz-status{position:sticky;top:92px;z-index:3;background:#fff;padding:12px 15px;border-radius:12px;box-shadow:0 6px 20px #20305018;margin:15px 0}.quiz-status>div{height:8px;background:#e2e8f0;border-radius:9px;overflow:hidden;margin-top:7px}.quiz-status i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--violet));transition:width .25s}.quiz-item{border:2px solid #dfe6f0;border-radius:16px;padding:18px;margin:18px 0;background:#fff}.quiz-item legend{font-weight:800;padding:0 8px;line-height:1.35}.quiz-item legend span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e7edff;color:#314da0;margin-right:9px}.quiz-item label{display:flex;gap:10px;padding:11px;margin:7px 0;border:2px solid #edf0f5;border-radius:10px;cursor:pointer}.quiz-item label:has(input:checked){border-color:var(--blue);background:#eff6ff}.quiz-item input{width:20px;height:20px;accent-color:var(--blue);flex:none}.quiz-item.quiz-correct{border-color:var(--ok)}.quiz-item.quiz-wrong{border-color:#dc2626}.quiz-item .answer-key{border-color:var(--ok)!important;background:#eaf8ee!important}.quiz-explain{padding:12px;background:#f6f8fc;border-radius:9px}.quiz-result{padding:23px;border-radius:16px;margin:22px 0;background:#fff;box-shadow:0 8px 28px #20305018}.quiz-result.passed{border-left:8px solid var(--ok);background:#f0fdf4}.quiz-result.retry{border-left:8px solid #d97706;background:#fffbeb}.quiz-result.not-ready{border-left:8px solid var(--blue);background:#eff6ff}.review-links{display:flex;flex-wrap:wrap;gap:9px;margin:13px 0}.review-links button{border:0;border-radius:99px;padding:9px 13px;background:#e8eefe;color:#233e8b;font-weight:700}@media(max-width:650px){.path-choice>div{grid-template-columns:1fr}.quiz-status{top:78px}.quiz-item{padding:14px}.quiz-item legend span{display:grid;margin-bottom:7px}}
.is-fullscreen,.is-fullscreen body{height:100%;min-height:100%;overflow-y:auto!important;overscroll-behavior:none}.is-fullscreen #app{min-height:100%;overflow:visible}.is-fullscreen main{padding-bottom:120px}#full[aria-pressed="true"]{background:#fef3c7;color:#713f12}@media(max-height:560px){header{position:relative}.progress{top:0}.quiz-status{top:10px}}
