:root{--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--primary:#2563eb;--primary-light:#60a5fa;--primary-dark:#1d4ed8;--success:#16a34a;--success-light:#4ade80;--highlight:#fde68a;--accent-pink:#f97316;--error:#dc2626;--bg:#f8fafc;--bg-card:#fff;--bg-nav:#fff;--text:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--shadow:0 2px 8px #2563eb1a;--shadow-lg:0 4px 16px #2563eb26;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh;margin:0;overflow-x:hidden}#root{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;padding-bottom:72px;display:flex}h1,h2,h3,h4{color:var(--text);line-height:1.2}h1{font-size:1.75rem;font-weight:700}h2{font-size:1.375rem;font-weight:600}h3{font-size:1.125rem;font-weight:600}button{font-family:var(--sans);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;outline:none}.page{flex:1;padding:20px 16px}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.btn{border-radius:var(--radius);justify-content:center;align-items:center;min-height:44px;padding:12px 24px;font-size:1rem;font-weight:600;transition:transform .1s,opacity .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.animate-fade-in{animation:.3s ease-out fadeIn}.animate-pop-in{animation:.3s ease-out popIn}.animate-shake{animation:.4s ease-out shake}.bottom-nav{background:var(--bg-nav);border-top:1px solid var(--border);width:100%;max-width:480px;padding:8px 0;padding-bottom:max(8px, env(safe-area-inset-bottom));z-index:100;justify-content:space-around;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav-tab{color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:2px;padding:4px 12px;font-size:.75rem;text-decoration:none;transition:color .2s;display:flex}.bottom-nav-tab.active{color:var(--primary)}.bottom-nav-icon{font-size:1.5rem;line-height:1}.bottom-nav-label{font-weight:500}.progress-bar-container{flex-direction:column;gap:4px;width:100%;display:flex}.progress-bar-label{color:var(--text-secondary);font-size:.75rem;font-weight:500}.progress-bar{background:var(--border);border-radius:100px;width:100%;overflow:hidden}.progress-bar-fill{border-radius:100px;height:100%;transition:width .5s ease-out}.home-page{flex-direction:column;gap:16px;animation:.3s ease-out fadeIn;display:flex}.home-greeting{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);flex-direction:column;gap:10px;padding:20px;display:flex}.home-greeting-top{align-items:center;gap:14px;display:flex}.home-greeting h1{color:#fff;margin:0;font-size:1.625rem}.home-level-badge{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.home-level-number{background:#fff3;border-radius:999px;padding:2px 10px;font-size:1rem;font-weight:700}.home-level-name{opacity:.9;font-size:.9rem;font-weight:500}.home-xp-section{flex-direction:column;gap:5px;display:flex}.home-xp-label{opacity:.85;font-size:.8rem;font-weight:500}.home-greeting .progress-bar{background:#ffffff40!important}.home-streak-card{align-items:center;display:flex}.home-streak-inner{align-items:center;gap:14px;width:100%;display:flex}.home-streak-fire{flex-shrink:0;font-size:2.5rem;line-height:1}.home-streak-text{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.home-streak-number{color:var(--primary);font-size:3rem;font-weight:800;line-height:1}.home-streak-label,.home-streak-zero{color:var(--text-secondary);font-size:1rem;font-weight:600}.home-daily-card{border:2px solid var(--primary-light);flex-direction:column;gap:14px;display:flex}.home-daily-title{color:var(--primary);margin:0;font-size:1.05rem;font-weight:700}.home-daily-body{flex-direction:column;gap:12px;display:flex}.home-daily-info{align-items:center;gap:12px;display:flex}.home-daily-icon{flex-shrink:0;font-size:2rem;line-height:1}.home-daily-meta{flex-direction:column;gap:2px;display:flex}.home-daily-baustein{color:var(--text-secondary);font-size:.8rem;font-weight:500}.home-daily-type{color:var(--text);font-size:.975rem;font-weight:700}.home-daily-done{align-items:center;gap:8px;display:flex}.home-daily-check{font-size:1.5rem}.home-daily-done-label{color:var(--success);font-size:1rem;font-weight:700}.home-daily-btn{width:100%}.home-daily-countdown{color:var(--text-muted);margin:0;font-size:.8rem}.home-daily-loading{color:var(--text-muted);font-size:.9rem}.home-quick-start{width:100%;padding:14px 24px;font-size:1.05rem}.ueben-page{flex-direction:column;display:flex}.ueben-title{margin-bottom:4px}.ueben-subtitle{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem}.ueben-cards{flex-direction:column;gap:14px;display:flex}.baustein-card{text-align:left;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;gap:14px;padding:18px 16px;transition:transform .15s,box-shadow .15s;display:flex}.baustein-card:active{box-shadow:var(--shadow-lg);transform:scale(.98)}.baustein-card-header{align-items:flex-start;gap:14px;display:flex}.baustein-icon{flex-shrink:0;font-size:2.25rem;line-height:1}.baustein-card-meta{flex:1;min-width:0}.baustein-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1rem;font-weight:700;overflow:hidden}.baustein-description{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.baustein-card-footer{flex-direction:column;gap:6px;display:flex}.baustein-count{color:var(--text-muted);text-align:right;font-size:.8rem;font-weight:500}.baustein-detail-page{flex-direction:column;gap:20px;display:flex}.back-link{color:var(--primary);-webkit-tap-highlight-color:transparent;margin-bottom:4px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.baustein-detail-header{align-items:center;gap:14px;display:flex}.baustein-detail-icon{flex-shrink:0;font-size:2.75rem;line-height:1}.baustein-detail-title{margin-bottom:4px;font-size:1.25rem;font-weight:700}.baustein-detail-description{color:var(--text-secondary);font-size:.875rem}.exercise-type-cards{flex-direction:column;gap:12px;display:flex}.exercise-type-card{border:1.5px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.exercise-type-info{flex:1;min-width:0}.exercise-type-name{color:var(--text);margin-bottom:3px;font-size:.975rem;font-weight:700}.exercise-type-description{color:var(--text-secondary);margin-bottom:6px;font-size:.825rem;line-height:1.4}.exercise-type-count{color:var(--text-muted);font-size:.775rem;font-weight:500}.starten-btn{border-radius:var(--radius);flex-shrink:0;padding:10px 18px;font-size:.9rem;text-decoration:none}.zwei-btn{flex-direction:column;gap:24px;display:flex}.zwei-btn__instruction{color:var(--text-secondary);font-size:.95rem}.zwei-btn__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:20px 16px;font-size:1.15rem;line-height:1.7}.zwei-btn__gap{color:var(--primary);padding:0 4px;font-weight:700;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.zwei-btn__target{background:var(--highlight);color:var(--text);border-radius:4px;padding:2px 6px;font-weight:700}.zwei-btn__choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.zwei-btn__choice{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);min-width:120px;min-height:64px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:border-color .15s,background .15s,transform .1s;display:flex}.zwei-btn__choice:active{transform:scale(.97)}.zwei-btn__choice:disabled{cursor:default}.zwei-btn__choice--correct{border-color:var(--success);color:var(--success);background:#e8faf5}.zwei-btn__choice--wrong{border-color:var(--error);color:var(--error);background:#fdf0ec;animation:.4s ease-out shake}.zwei-btn__choice--neutral{opacity:.5}.zwei-btn__feedback{border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:12px;padding:16px;display:flex}.zwei-btn__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.zwei-btn__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.zwei-btn__feedback-icon{flex-shrink:0;font-size:1.25rem;font-weight:700;line-height:1.5}.zwei-btn__feedback--correct .zwei-btn__feedback-icon{color:var(--success)}.zwei-btn__feedback--wrong .zwei-btn__feedback-icon{color:var(--error)}.zwei-btn__erklaerung{color:var(--text);font-size:.95rem;line-height:1.5}.komma-klick{flex-direction:column;gap:20px;display:flex}.komma-klick__instruction{color:var(--text-secondary);font-size:.95rem}.komma-klick__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:0;padding:16px;font-size:1.2rem;line-height:2;display:flex}.komma-klick__word{white-space:nowrap;display:inline}.komma-klick__gap{border:2px dashed var(--border);border-radius:var(--radius-sm);min-width:44px;min-height:44px;color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;margin:0 2px;padding:0 4px;font-size:1.2rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex;position:relative}.komma-klick__gap:active{transform:scale(.95)}.komma-klick__gap--empty{border-color:var(--border);color:#0000}.komma-klick__gap--selected{border-color:var(--primary);background:var(--primary-light);color:#fff}.komma-klick__gap--correct{border-color:var(--success);background:var(--success-light);color:var(--text)}.komma-klick__gap--wrong{border-color:var(--error);color:var(--error);background:#ffeae4;animation:.4s ease-out shake}.komma-klick__gap--missed{border-color:var(--error);color:var(--error);background:#fff3f0}.komma-klick__missed-comma{font-size:1.2rem;font-weight:700}.komma-klick__feedback{background:var(--bg-card);border-radius:var(--radius);border-left:4px solid var(--primary);box-shadow:var(--shadow);padding:14px 16px}.komma-klick__erklaerung{color:var(--text);font-size:.95rem;line-height:1.5}.komma-klick__actions{justify-content:center;display:flex}.komma-klick__btn{width:100%;max-width:320px}.rede-zeichen{flex-direction:column;gap:20px;display:flex}.rede-zeichen__instruction{color:var(--text-secondary);font-size:.95rem}.rede-zeichen__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:2px;padding:16px;font-size:1.2rem;line-height:2;display:flex}.rede-zeichen__slot{border:2px dashed var(--border);border-radius:var(--radius-sm);text-align:center;min-width:32px;min-height:32px;color:var(--text-secondary);justify-content:center;align-items:center;padding:2px 6px;font-size:1.1rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}.rede-zeichen__slot--correct{border-color:var(--success);background:var(--success-light);color:var(--text)}.rede-zeichen__slot--wrong{border-color:var(--error);color:var(--error);background:#ffeae4;animation:.4s ease-out shake}.rede-zeichen__options{flex-direction:column;gap:12px;display:flex}.rede-zeichen__position{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rede-zeichen__pos-label{color:var(--text-secondary);min-width:90px;font-size:.9rem}.rede-zeichen__buttons{flex-flow:wrap;gap:8px;display:flex}.rede-zeichen__btn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:44px;height:44px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.rede-zeichen__btn:active{transform:scale(.95)}.rede-zeichen__btn--selected{border-color:var(--primary);background:var(--primary-light);color:#fff}.rede-zeichen__feedback{border-radius:var(--radius);border-left:4px solid var(--primary);box-shadow:var(--shadow);padding:14px 16px;font-size:.95rem;line-height:1.5}.rede-zeichen__feedback--correct{background:var(--success-light);border-color:var(--success);color:var(--text)}.rede-zeichen__feedback--wrong{border-color:var(--error);color:var(--text);background:#fff3f0}.wortarten{flex-direction:column;gap:24px;display:flex}.wortarten__instruction{color:var(--text-secondary);font-size:.95rem}.wortarten__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:20px 16px;font-size:1.15rem;line-height:1.7}.wortarten__target{background:var(--highlight);color:var(--text);border-radius:4px;padding:2px 6px;font-weight:700}.wortarten__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wortarten__btn{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);min-height:52px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,transform .1s;display:flex}.wortarten__btn:active{transform:scale(.97)}.wortarten__btn:disabled{cursor:default}.wortarten__btn--correct{border-color:var(--success);color:var(--success);background:#e8faf5}.wortarten__btn--wrong{border-color:var(--error);color:var(--error);background:#fdf0ec;animation:.4s ease-out shake}.wortarten__btn--neutral{opacity:.5}.wortarten__feedback{border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:8px;padding:16px;display:flex}.wortarten__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.wortarten__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.wortarten__feedback p:first-child{font-size:1.25rem;font-weight:700}.wortarten__feedback--correct p:first-child{color:var(--success)}.wortarten__feedback--wrong p:first-child{color:var(--error)}.wortarten__feedback p:last-child{color:var(--text);font-size:.95rem;line-height:1.5}.tempus{flex-direction:column;gap:24px;display:flex}.tempus__instruction{color:var(--text-secondary);font-size:.95rem}.tempus__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:20px 16px;font-size:1.15rem;line-height:1.7}.tempus__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.tempus__btn{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);min-height:52px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,transform .1s;display:flex}.tempus__btn:active{transform:scale(.97)}.tempus__btn:disabled{cursor:default}.tempus__btn--correct{border-color:var(--success);color:var(--success);background:#e8faf5}.tempus__btn--wrong{border-color:var(--error);color:var(--error);background:#fdf0ec;animation:.4s ease-out shake}.tempus__btn--neutral{opacity:.5}.tempus__input{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);width:100%;color:var(--text);resize:none;box-sizing:border-box;padding:12px;font-family:inherit;font-size:1rem}.tempus__input:focus{border-color:var(--primary);outline:none}.tempus__input:disabled{opacity:.7}.tempus__feedback{border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:8px;padding:16px;display:flex}.tempus__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.tempus__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.tempus__feedback p:first-child{font-size:1.1rem;font-weight:700}.tempus__feedback--correct p:first-child{color:var(--success)}.tempus__feedback--wrong p:first-child{color:var(--error)}.tempus__feedback p{color:var(--text);font-size:.95rem;line-height:1.5}.texteingabe{flex-direction:column;gap:24px;display:flex}.texteingabe__aufgabe{color:var(--text-secondary);font-size:1rem;line-height:1.5}.texteingabe__satz{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 16px;font-size:1.1rem;line-height:1.7}.texteingabe__input{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);width:100%;color:var(--text);resize:none;box-sizing:border-box;padding:12px;font-family:inherit;font-size:1rem}.texteingabe__input:focus{border-color:var(--primary);outline:none}.texteingabe__input:disabled{opacity:.7}.texteingabe__feedback{border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:8px;padding:16px;display:flex}.texteingabe__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.texteingabe__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.texteingabe__feedback>p:first-child{font-size:1.1rem;font-weight:700}.texteingabe__feedback--correct>p:first-child{color:var(--success)}.texteingabe__feedback--wrong>p:first-child{color:var(--error)}.texteingabe__loesung{color:var(--text);font-size:.95rem;font-weight:600}.texteingabe__erklaerung{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.satzglieder{flex-direction:column;gap:24px;display:flex}.satzglieder__instruction{color:var(--text-secondary);font-size:.95rem}.satzglieder__sentence{flex-wrap:wrap;gap:10px;display:flex}.satzglieder__segment{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:4px;padding:10px 14px;font-size:1rem;transition:border-color .15s,background .15s,transform .1s;display:flex}.satzglieder__segment:active{transform:scale(.97)}.satzglieder__segment:disabled{cursor:default}.satzglieder__segment--active{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, var(--bg-card))}.satzglieder__segment--correct{border-color:var(--success);background:#e8faf5}.satzglieder__segment--wrong{border-color:var(--error);background:#fdf0ec}.satzglieder__label{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:700}.satzglieder__segment--correct .satzglieder__label{color:var(--success)}.satzglieder__segment--wrong .satzglieder__label{color:var(--error)}.satzglieder__options{flex-wrap:wrap;gap:8px;display:flex}.satzglieder__option-btn{border-radius:var(--radius);border:2px solid var(--primary);background:color-mix(in srgb, var(--primary) 8%, var(--bg-card));color:var(--primary);cursor:pointer;padding:10px 16px;font-size:.9rem;font-weight:600;transition:background .15s,transform .1s}.satzglieder__option-btn:active{transform:scale(.97)}.satzglieder__feedback{border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:8px;padding:16px;display:flex}.satzglieder__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.satzglieder__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.satzglieder__feedback p:first-child{font-size:1.1rem;font-weight:700}.satzglieder__feedback--correct p:first-child{color:var(--success)}.satzglieder__feedback--wrong p:first-child{color:var(--error)}.satzglieder__feedback p:last-child{color:var(--text);font-size:.9rem;line-height:1.5}.satzarten{flex-direction:column;gap:24px;display:flex}.satzarten__instruction{color:var(--text-secondary);font-size:.95rem}.satzarten__sentence{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 16px;font-size:1.1rem;line-height:1.8}.satzarten__markiert{background:var(--highlight);color:var(--text);border-radius:4px;padding:2px 6px;font-weight:700}.satzarten__options{flex-direction:column;gap:10px;display:flex}.satzarten__btn{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);min-height:52px;color:var(--text);box-shadow:var(--shadow);cursor:pointer;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,transform .1s;display:flex}.satzarten__btn:active{transform:scale(.97)}.satzarten__btn:disabled{cursor:default}.satzarten__btn--correct{border-color:var(--success);color:var(--success);background:#e8faf5}.satzarten__btn--wrong{border-color:var(--error);color:var(--error);background:#fdf0ec;animation:.4s ease-out shake}.satzarten__btn--neutral{opacity:.5}.satzarten__feedback{border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:8px;padding:16px;display:flex}.satzarten__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.satzarten__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.satzarten__feedback p:first-child{font-size:1.25rem;font-weight:700}.satzarten__feedback--correct p:first-child{color:var(--success)}.satzarten__feedback--wrong p:first-child{color:var(--error)}.satzarten__feedback p:last-child{color:var(--text);font-size:.95rem;line-height:1.5}.mc{flex-direction:column;gap:20px;display:flex}.mc__frage{color:var(--text);font-size:1.05rem;font-weight:600;line-height:1.5}.mc__satz{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border-left:4px solid var(--primary);padding:18px 16px;font-size:1.05rem;line-height:1.7}.mc__options{flex-direction:column;gap:10px;display:flex}.mc__option{border-radius:var(--radius);border:2px solid var(--border);background:var(--bg-card);width:100%;min-height:48px;color:var(--text);text-align:left;cursor:pointer;box-shadow:var(--shadow);padding:12px 16px;font-size:1rem;line-height:1.4;transition:border-color .15s,background .15s,transform .1s}.mc__option:not(:disabled):hover{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, var(--bg-card))}.mc__option:not(:disabled):active{transform:scale(.98)}.mc__option:disabled{cursor:default}.mc__option--correct{font-weight:600;border-color:var(--success)!important;color:var(--success)!important;background:#e8faf5!important}.mc__option--wrong{animation:.4s ease-out shake;border-color:var(--error)!important;color:var(--error)!important;background:#fdf0ec!important}.mc__option--neutral{opacity:.45}.mc__feedback{border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:12px;padding:16px;display:flex}.mc__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.mc__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.mc__feedback-icon{flex-shrink:0;margin:0;font-size:1.25rem;font-weight:700;line-height:1.5}.mc__feedback--correct .mc__feedback-icon{color:var(--success)}.mc__feedback--wrong .mc__feedback-icon{color:var(--error)}.mc__feedback-text{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.eroerterung{flex-direction:column;gap:16px;display:flex}.eroerterung__instruction{color:var(--text-secondary);font-size:.95rem}.eroerterung__list{flex-direction:column;gap:10px;display:flex}.eroerterung__item{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);cursor:grab;min-height:64px;box-shadow:var(--shadow);touch-action:none;align-items:flex-start;gap:12px;padding:14px 12px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.eroerterung__item:active{cursor:grabbing}.eroerterung__item--dragging{box-shadow:var(--shadow-lg);cursor:grabbing;z-index:10}.eroerterung__handle{color:var(--text-muted);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:1.25rem;line-height:1.5}.eroerterung__number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;font-size:.8rem;font-weight:700;display:inline-flex}.eroerterung__text{color:var(--text);flex:1;min-width:0;margin:0;font-size:.95rem;line-height:1.5}.eroerterung__btn{align-self:center;width:100%;max-width:320px}.eroerterung__feedback{border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:12px;padding:16px;display:flex}.eroerterung__feedback--correct{border-left:4px solid var(--success);background:#e8faf5}.eroerterung__feedback--wrong{border-left:4px solid var(--error);background:#fdf0ec}.eroerterung__feedback-icon{flex-shrink:0;margin:0;font-size:1rem;font-weight:700;line-height:1.5}.eroerterung__feedback--correct .eroerterung__feedback-icon{color:var(--success)}.eroerterung__feedback--wrong .eroerterung__feedback-icon{color:var(--error)}.eroerterung__feedback-text{color:var(--text);margin:0;font-size:.9rem;line-height:1.5}.eroerterung__list--solution{margin-top:12px}.eroerterung__item--solution{cursor:default;border-color:var(--success);background:#e8faf5}.eroerterung__solution-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.eroerterung__label{text-transform:uppercase;letter-spacing:.04em;color:var(--success);font-size:.75rem;font-weight:700}.eroerterung__explanation{color:var(--text-secondary);margin:8px 0 0;font-size:.9rem;line-height:1.5}.flashcard{flex-direction:column;gap:18px;display:flex}.flashcard__instruction{color:var(--text-muted,var(--text));text-align:center;margin:0;font-size:1rem}.flashcard__card{all:unset;cursor:pointer;perspective:1200px;width:100%;min-height:280px;display:block}.flashcard__card:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:var(--radius)}.flashcard__inner{width:100%;min-height:280px;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.flashcard__card--flipped .flashcard__inner{transform:rotateY(180deg)}.flashcard__face{backface-visibility:hidden;border-radius:var(--radius);box-shadow:var(--shadow);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:stretch;gap:14px;padding:24px 20px;display:flex;position:absolute;inset:0}.flashcard__face--front{background:var(--bg-card);border-left:4px solid var(--primary)}.flashcard__face--back{background:color-mix(in srgb, var(--primary) 6%, var(--bg-card));border-left:4px solid var(--primary);justify-content:flex-start;overflow-y:auto;transform:rotateY(180deg)}.flashcard__kategorie{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);font-size:.8rem;font-weight:700}.flashcard__frage{color:var(--text);text-align:center;margin:0;font-size:1.15rem;font-weight:600;line-height:1.5}.flashcard__hint{color:var(--text-muted,#888);text-align:center;margin-top:auto;font-size:.85rem}.flashcard__antwort{color:var(--text);white-space:pre-wrap;font-size:.98rem;line-height:1.6}.flashcard__btn{align-self:stretch}.flashcard__actions{flex-direction:column;gap:12px;display:flex}.flashcard__erklaerung{color:var(--text);background:var(--bg-card);border-left:4px solid var(--primary);border-radius:var(--radius);margin:0;padding:12px 14px;font-size:.9rem;line-height:1.5}.flashcard__buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.flashcard__btn-wrong,.flashcard__btn-right{border-radius:var(--radius);cursor:pointer;border:2px solid var(--border);background:var(--bg-card);min-height:48px;box-shadow:var(--shadow);font-size:1rem;font-weight:600;transition:transform .1s,background .15s,border-color .15s}.flashcard__btn-wrong{color:var(--error);border-color:var(--error)}.flashcard__btn-wrong:hover{background:#fdf0ec}.flashcard__btn-right{color:var(--success);border-color:var(--success)}.flashcard__btn-right:hover{background:#e8faf5}.flashcard__btn-wrong:active,.flashcard__btn-right:active{transform:scale(.97)}.xp-notification{background:var(--primary);color:#fff;border-radius:var(--radius-xl);z-index:200;pointer-events:none;box-shadow:var(--shadow-lg);padding:12px 24px;font-size:1.5rem;font-weight:700;position:fixed;top:20%;left:50%;transform:translate(-50%)}.session-page{flex-direction:column;min-height:100dvh;padding:16px 16px 24px;display:flex}.session-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.session-close-btn{color:var(--text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;padding:4px 8px;font-size:1.1rem;line-height:1;transition:background .15s}.session-close-btn:hover,.session-close-btn:focus{background:var(--border)}.session-counter{color:var(--text-secondary);font-size:.95rem;font-weight:600}.session-xp-total{color:var(--primary);background:var(--bg);border:1.5px solid var(--primary-light);border-radius:var(--radius-xl);padding:2px 10px;font-size:.9rem;font-weight:700}.session-progress-bar{background:var(--border);border-radius:4px;width:100%;height:8px;margin-bottom:20px;overflow:hidden}.session-progress-fill{background:linear-gradient(90deg, var(--primary), var(--primary-light));border-radius:4px;height:100%;transition:width .4s}.session-exercise{flex-direction:column;flex:1;display:flex}.session-loading{text-align:center;color:var(--text-secondary);margin-top:40px;font-size:1.1rem}.session-result-page{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 72px);padding:24px 16px;display:flex}.session-result-content{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.session-result-circle{background:var(--bg-card);border:6px solid var(--primary-light);width:160px;height:160px;box-shadow:var(--shadow-lg);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:border-color .3s;display:flex}.session-result-circle--perfect{border-color:var(--success);box-shadow:0 4px 24px #00b8944d}.session-result-score{color:var(--primary);font-size:2.75rem;font-weight:800;line-height:1}.session-result-circle--perfect .session-result-score{color:var(--success)}.session-result-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.session-result-progress-bar{background:var(--border);border-radius:3px;width:200px;height:6px;overflow:hidden}.session-result-progress-fill{background:linear-gradient(90deg, var(--primary), var(--success));border-radius:3px;height:100%;transition:width .5s}.session-result-encouragement{color:var(--text);text-align:center;font-size:1.4rem;font-weight:700}.session-result-xp{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow);letter-spacing:.5px;padding:10px 28px;font-size:1.6rem;font-weight:800}.session-result-actions{flex-direction:column;gap:12px;width:100%;margin-top:8px;display:flex}.session-result-btn{width:100%;font-size:1rem}.badge-card{background:var(--bg-card);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:6px;padding:12px;transition:transform .15s;display:flex;position:relative}.badge-card--unlocked{box-shadow:0 2px 12px #6c5ce740, var(--shadow);border:1.5px solid var(--primary-light)}.badge-card--locked{opacity:.4;filter:grayscale()}.badge-card__icon{font-size:2rem;line-height:1;display:inline-block;position:relative}.badge-card__lock{font-size:.8rem;line-height:1;position:absolute;bottom:-4px;right:-6px}.badge-card__name{color:var(--text);font-size:.75rem;font-weight:600;line-height:1.2}.badge-card__desc{color:var(--text-secondary);font-size:.65rem;line-height:1.3}.badges-page__header{margin-bottom:20px}.badges-page__count{color:var(--text-secondary);margin-top:4px;font-size:.9rem}.badges-page__section{margin-bottom:24px}.badges-page__section-title{color:var(--text-secondary);margin-bottom:12px;font-size:1rem;font-weight:600}.badges-page__baustein-group{margin-bottom:16px}.badges-page__baustein-name{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:.8rem;font-weight:600}.badges-page__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.streak-calendar{margin:4px 0}.streak-calendar__weekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px;display:grid}.streak-calendar__weekday-label{color:var(--text-muted);text-align:center;font-size:.65rem;font-weight:600}.streak-calendar__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.streak-calendar__cell{aspect-ratio:1;border-radius:6px;min-width:0}.streak-calendar__cell--empty{background:0 0}.streak-calendar__cell--inactive{background:var(--border)}.streak-calendar__cell--active{background:var(--primary)}.streak-calendar__cell--today{outline:2px solid var(--primary);outline-offset:1px}.streak-calendar__cell--active.streak-calendar__cell--today{outline-color:var(--primary-dark)}.profil__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.profil__subtitle{color:var(--text-secondary);margin-top:2px;font-size:1rem}.profil__level-card{margin-bottom:16px}.profil__level-row{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.profil__level-name{color:var(--primary);font-size:1.1rem;font-weight:700}.profil__level-number{color:var(--text-secondary);font-size:.85rem}.profil__xp-row{color:var(--text-secondary);justify-content:space-between;margin-top:6px;font-size:.78rem;display:flex}.profil__maxlevel{color:var(--text-secondary);margin-top:6px;font-size:.85rem}.profil__stats-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.profil__stat-card{flex-direction:column;align-items:center;gap:4px;padding:14px 10px;display:flex}.profil__stat-icon{font-size:1.5rem;line-height:1}.profil__stat-value{color:var(--primary);font-size:1.5rem;font-weight:700;line-height:1}.profil__stat-label{color:var(--text-secondary);text-align:center;font-size:.72rem}.profil__section-title{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:600}.profil__calendar-card{margin-bottom:16px}.profil__baustein-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.profil__baustein-card{flex-direction:column;gap:6px;display:flex}.profil__baustein-header{align-items:center;gap:6px;display:flex}.profil__baustein-icon{font-size:1.2rem}.profil__baustein-name{color:var(--text);font-size:.78rem;font-weight:600;line-height:1.2}.profil__baustein-stats{color:var(--text-secondary);flex-direction:column;gap:2px;font-size:.7rem;display:flex}
