@keyframes qv-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes qv-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}@keyframes qv-blink{0%,to{opacity:1}50%{opacity:.35}}.qv-enter{animation:.9s ease-out both qv-fade-up}.qv-enter-late{animation:.9s ease-out .35s both qv-fade-up}.qv-live-dot{animation:1.6s ease-in-out infinite qv-pulse}.qv-connecting{animation:1.4s ease-in-out infinite qv-blink}@media (prefers-reduced-motion:reduce){.qv-enter,.qv-enter-late,.qv-live-dot,.qv-connecting{animation:none}}.qv-dock{bottom:max(16px, env(safe-area-inset-bottom));right:max(16px, env(safe-area-inset-right));z-index:200;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed}@media (max-width:640px){.qv-dock{right:50%;transform:translate(50%)}}.qv-orb-pulse{animation:1.4s ease-in-out infinite qvOrbPulse}@keyframes qvOrbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}
.dashboard-module__Erh9wa__root{max-width:720px;color:var(--ivory);margin:0 auto;padding:32px 24px}@media (max-width:480px){.dashboard-module__Erh9wa__root{padding:24px 16px}}.dashboard-module__Erh9wa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.dashboard-module__Erh9wa__headerTitle{font-family:var(--font-playfair), Georgia, serif;color:var(--ivory);margin:0;font-size:clamp(1.5rem,4vw,1.9rem);font-style:italic;font-weight:600;line-height:1.15}.dashboard-module__Erh9wa__actions{gap:4px;display:flex}.dashboard-module__Erh9wa__iconLink{color:var(--silver);letter-spacing:.02em;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:10px 12px;font-size:13px;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.dashboard-module__Erh9wa__iconLink:hover{color:var(--desire);background:var(--desire-mist)}.dashboard-module__Erh9wa__sectionLabel{letter-spacing:.25em;color:var(--desire);text-transform:uppercase;margin-bottom:12px;font-size:.65rem;font-weight:600}.dashboard-module__Erh9wa__balance{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);border-radius:20px;margin-bottom:28px;padding:24px;box-shadow:0 4px 24px #00000040}.dashboard-module__Erh9wa__balanceRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-module__Erh9wa__balanceColumn{flex-direction:column;gap:6px;display:flex}.dashboard-module__Erh9wa__balanceLabel{letter-spacing:.2em;color:var(--silver);text-transform:uppercase;font-size:.65rem;font-weight:600}.dashboard-module__Erh9wa__balanceAmount{color:var(--ivory);font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.dashboard-module__Erh9wa__balanceTier{color:var(--silver);font-size:13px}.dashboard-module__Erh9wa__tierBadge{letter-spacing:.15em;text-transform:uppercase;background:var(--desire-mist);color:var(--desire);border:1px solid #e23b6c33;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:.65rem;font-weight:600;display:inline-flex}.dashboard-module__Erh9wa__tierBadgeGold{background:var(--gold-glow);color:var(--gold);border-color:#c9a96e4d}.dashboard-module__Erh9wa__tierBadgeDot{background:currentColor;border-radius:50%;width:5px;height:5px}.dashboard-module__Erh9wa__upgradeButton{background:var(--desire);color:#fff;cursor:pointer;letter-spacing:.01em;border:0;border-radius:12px;min-height:44px;padding:13px 20px;font-weight:600;transition:background .2s,box-shadow .2s,transform .2s;box-shadow:0 4px 20px #e23b6c4d}.dashboard-module__Erh9wa__upgradeButton:hover{background:var(--desire-soft);transform:translateY(-1px);box-shadow:0 6px 30px #e23b6c66}@media (max-width:480px){.dashboard-module__Erh9wa__upgradeButton{width:100%}}.dashboard-module__Erh9wa__quickActions{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;display:grid}@media (max-width:420px){.dashboard-module__Erh9wa__quickActions{grid-template-columns:1fr}}.dashboard-module__Erh9wa__quickActionBtn{background:var(--carbon);border:1px solid var(--slate);text-align:left;cursor:pointer;color:var(--ivory);font:inherit;border-radius:16px;padding:20px;transition:border-color .2s,background .2s,transform .2s}.dashboard-module__Erh9wa__quickActionBtn:hover{border-color:var(--desire);background:var(--desire-mist);transform:translateY(-1px)}.dashboard-module__Erh9wa__quickActionLabel{font-size:15px;font-weight:600}.dashboard-module__Erh9wa__quickActionHint{color:var(--silver);margin-top:4px;font-size:12px}.dashboard-module__Erh9wa__continueSection{margin-top:16px}.dashboard-module__Erh9wa__continueLabel{letter-spacing:.25em;color:var(--desire);text-transform:uppercase;margin-bottom:14px;font-size:.65rem;font-weight:600}.dashboard-module__Erh9wa__continueGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.dashboard-module__Erh9wa__continueCard{background:var(--carbon);border:1px solid var(--slate);text-align:center;cursor:pointer;color:var(--ivory);font:inherit;border-radius:16px;flex-direction:column;align-items:center;padding:16px 12px;transition:border-color .2s,transform .2s;display:flex}.dashboard-module__Erh9wa__continueCard:hover{border-color:var(--desire);transform:translateY(-2px)}.dashboard-module__Erh9wa__continueCard[disabled]{opacity:.6;cursor:wait}.dashboard-module__Erh9wa__continueAvatar{object-fit:cover;background:linear-gradient(135deg, var(--desire), var(--desire-deep));border-radius:50%;width:56px;height:56px;margin-bottom:8px;box-shadow:0 0 30px #e23b6c40}.dashboard-module__Erh9wa__continueName{font-size:13px;font-weight:600}.dashboard-module__Erh9wa__continueDate{color:var(--silver);margin-top:2px;font-size:11px}.dashboard-module__Erh9wa__loading{text-align:center;color:var(--silver);padding:40px}.dashboard-module__Erh9wa__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000c7;justify-content:center;align-items:center;padding:clamp(16px,5vw,32px);display:flex;position:fixed;inset:0}.dashboard-module__Erh9wa__modalCard{background:var(--graphite);border:1px solid var(--slate);width:100%;max-width:460px;color:var(--ivory);border-radius:24px;padding:clamp(24px,5vw,32px);box-shadow:0 24px 60px #0009}.dashboard-module__Erh9wa__modalLabel{letter-spacing:.25em;color:var(--desire);text-transform:uppercase;margin-bottom:12px;font-size:.65rem;font-weight:600}.dashboard-module__Erh9wa__modalTitle{font-family:var(--font-playfair), Georgia, serif;color:var(--ivory);margin:0 0 12px;font-size:clamp(1.3rem,4vw,1.65rem);font-style:italic;font-weight:600;line-height:1.2}.dashboard-module__Erh9wa__modalLead{color:var(--silver);margin:0 0 24px;font-size:14px;line-height:1.6}.dashboard-module__Erh9wa__modalPrimary{background:var(--desire);color:#fff;width:100%;min-height:48px;font:inherit;letter-spacing:.01em;cursor:pointer;border:0;border-radius:12px;margin-bottom:12px;padding:14px 20px;font-weight:600;transition:background .2s,box-shadow .2s,transform .2s;box-shadow:0 4px 20px #e23b6c4d}.dashboard-module__Erh9wa__modalPrimary:hover:not(:disabled){background:var(--desire-soft);transform:translateY(-1px);box-shadow:0 6px 30px #e23b6c66}.dashboard-module__Erh9wa__modalPrimary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.dashboard-module__Erh9wa__modalSecondary{width:100%;min-height:48px;color:var(--silver);border:1px solid var(--slate);font:inherit;cursor:pointer;background:0 0;border-radius:12px;margin-bottom:8px;padding:13px 20px;transition:border-color .2s,color .2s,background .2s}.dashboard-module__Erh9wa__modalSecondary:hover:not(:disabled){border-color:var(--desire);color:var(--ivory);background:var(--desire-mist)}.dashboard-module__Erh9wa__modalSecondary:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__Erh9wa__sprechlyHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;display:flex}.dashboard-module__Erh9wa__sprechlyNav{gap:1rem;display:flex}.dashboard-module__Erh9wa__sprechlyNavLink{color:var(--silver);cursor:pointer;background:0 0;border:none;align-items:center;min-height:44px;padding:0 .25rem;font-family:inherit;font-size:.875rem;text-decoration:none;display:inline-flex}.dashboard-module__Erh9wa__sprechlyNavLink:hover{color:var(--ivory)}.dashboard-module__Erh9wa__sprechlySection{width:100%;margin-bottom:2rem}.dashboard-module__Erh9wa__sprechlySectionLabel{letter-spacing:.25em;text-transform:uppercase;color:var(--desire);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.dashboard-module__Erh9wa__sprechlyStreakCard{text-align:center;background:#c9a96e14;border:1px solid #c9a96e40;border-radius:16px;padding:1.5rem}.dashboard-module__Erh9wa__sprechlyStreakNumber{font-family:var(--font-playfair), Georgia, serif;color:var(--gold);font-size:2.5rem;font-style:italic;font-weight:600}.dashboard-module__Erh9wa__sprechlyStreakLabel{color:var(--silver);margin-top:.25rem;font-size:.875rem}.dashboard-module__Erh9wa__sprechlySkillsRow{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.dashboard-module__Erh9wa__sprechlySkillSicher{color:#4ade80;background:#4ade801a;border:1px solid #4ade8040;border-radius:100px;padding:.25rem .625rem;font-size:.75rem}.dashboard-module__Erh9wa__sprechlySkillWackelig{color:#facc15;background:#facc151a;border:1px solid #facc1540;border-radius:100px;padding:.25rem .625rem;font-size:.75rem}.dashboard-module__Erh9wa__sprechlySkillArbeiten{color:#60a5fa;background:#60a5fa1a;border:1px solid #60a5fa40;border-radius:100px;padding:.25rem .625rem;font-size:.75rem}.dashboard-module__Erh9wa__sprechlyTutorTiles{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__Erh9wa__sprechlyTutorTile{background:var(--carbon);border:1px solid var(--slate);cursor:pointer;text-align:left;min-height:44px;color:inherit;border-radius:12px;align-items:center;gap:1rem;padding:1rem;font-family:inherit;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.dashboard-module__Erh9wa__sprechlyTutorTile:hover{background:var(--desire-mist);border-color:var(--desire)}.dashboard-module__Erh9wa__sprechlyTutorAvatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.dashboard-module__Erh9wa__sprechlyTutorInfo{flex:1}.dashboard-module__Erh9wa__sprechlyTutorName{color:var(--ivory);font-weight:600}.dashboard-module__Erh9wa__sprechlyTutorLesson{color:var(--silver);margin-top:.125rem;font-size:.8rem}.dashboard-module__Erh9wa__sprechlyTutorCta{background:var(--desire);color:#fff;border-radius:8px;padding:.375rem .75rem;font-size:.875rem;font-weight:600}.dashboard-module__Erh9wa__sprechlyEmptyState{color:var(--silver);text-align:center;padding:1rem 0;font-size:.9rem}.dashboard-module__Erh9wa__sprechlyQuickGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:600px){.dashboard-module__Erh9wa__sprechlyQuickGrid{grid-template-columns:1fr}}.dashboard-module__Erh9wa__sprechlyQuickTile{background:var(--carbon);border:1px solid var(--slate);cursor:pointer;text-align:center;color:var(--ivory);border-radius:12px;min-height:44px;padding:1.25rem 1rem;font-family:inherit;font-weight:600}.dashboard-module__Erh9wa__sprechlyQuickTile:hover{border-color:var(--desire)}
