:root{--primary-color: #007aff;--primary-dark: #0056cc;--success-color: #34c759;--error-color: #ff3b30;--warning-color: #ff9500;--text-primary: #1c1c1e;--text-secondary: #8e8e93;--text-tertiary: #c7c7cc;--background-primary: #f2f2f7;--card-background: #ffffff;--secondary-background: #f2f2f7;--border-color: #e5e5ea;--input-background: #ffffff;--disabled-color: #c7c7cc}@media(prefers-color-scheme:dark){:root{--primary-color: #0a84ff;--primary-dark: #409cff;--success-color: #30d158;--error-color: #ff453a;--warning-color: #ff9f0a;--text-primary: #ffffff;--text-secondary: #98989d;--text-tertiary: #636366;--background-primary: #000000;--card-background: #1c1c1e;--secondary-background: #2c2c2e;--border-color: #38383a;--input-background: #2c2c2e;--disabled-color: #636366}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f2f7;color:#1c1c1e;line-height:1.5;overflow-x:hidden;min-height:100vh;min-height:-webkit-fill-available}html{height:-webkit-fill-available}#root{min-height:100vh;min-height:-webkit-fill-available}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:#007aff;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:transparent}button:disabled{cursor:not-allowed;opacity:.5}input,textarea{font-family:inherit;font-size:16px;border:none;outline:none;background:transparent}::selection{background:#007aff;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8e8e93}@supports (-webkit-touch-callout: none){body{overscroll-behavior-y:none}}.safe-area-inset-top{padding-top:env(safe-area-inset-top)}.safe-area-inset-bottom{padding-bottom:env(safe-area-inset-bottom)}:focus-visible{outline:2px solid #007aff;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.update-banner{background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;padding:12px 16px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;box-shadow:0 2px 8px #007aff4d}.update-content{display:flex;align-items:center;gap:8px}.update-icon{font-size:1.2rem}.update-text{font-size:.95rem;font-weight:500}.update-btn{background:#fff3;color:#fff;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background .2s}.update-btn:hover{background:#ffffff4d}@media(max-width:380px){.update-banner{flex-direction:column;gap:12px;text-align:center}.update-btn{width:100%}}.install-prompt{position:fixed;bottom:20px;left:16px;right:16px;background:var(--card-background, #ffffff);border-radius:16px;padding:16px;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;justify-content:space-between;z-index:1000;max-width:400px;margin:0 auto}.install-content{display:flex;align-items:center;gap:12px}.install-icon{font-size:2rem}.install-text{display:flex;flex-direction:column;gap:2px}.install-text strong{font-size:1rem;color:var(--text-primary, #1c1c1e)}.install-text span{font-size:.85rem;color:var(--text-secondary, #8e8e93)}.install-actions{display:flex;align-items:center;gap:8px}.install-btn{background:#007aff;color:#fff;padding:10px 20px;border-radius:10px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background .2s}.install-btn:hover{background:#0056cc}.dismiss-btn{background:transparent;color:var(--text-secondary, #8e8e93);padding:8px;border-radius:50%;font-size:1.2rem;border:none;cursor:pointer;transition:background .2s}.dismiss-btn:hover{background:var(--secondary-background, #f2f2f7)}.ios-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.ios-modal{background:var(--card-background, #ffffff);border-radius:20px;padding:24px;max-width:320px;width:100%;text-align:center}.ios-modal h3{font-size:1.2rem;color:var(--text-primary, #1c1c1e);margin-bottom:20px}.ios-steps{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.ios-step{display:flex;align-items:center;gap:12px;text-align:left}.step-number{width:28px;height:28px;background:#007aff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;flex-shrink:0}.step-text{font-size:.95rem;color:var(--text-primary, #1c1c1e);line-height:1.4}.share-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;color:#007aff}.ios-close-btn{background:#007aff;color:#fff;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;width:100%;transition:background .2s}.ios-close-btn:hover{background:#0056cc}@media(prefers-color-scheme:dark){.install-prompt{background:#1c1c1e;box-shadow:0 4px 20px #0006}.ios-modal{background:#1c1c1e}}@media(max-width:400px){.install-prompt{left:12px;right:12px;padding:12px}.install-icon{font-size:1.5rem}.install-text strong{font-size:.9rem}.install-text span{font-size:.8rem}.install-btn{padding:8px 16px;font-size:.85rem}}.home-page{padding:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(40px,env(safe-area-inset-bottom));min-height:100vh;background:#f2f2f7}.home-header{text-align:center;margin-bottom:24px}.home-header h1{font-size:32px;font-weight:700;color:#1c1c1e;margin:0}.home-header .subtitle{font-size:14px;color:#8e8e93;margin:4px 0 0}.stats-bar{display:flex;justify-content:space-between;background:#fff;border-radius:16px;padding:16px;margin-bottom:20px;box-shadow:0 2px 12px #0000000a}.stat{display:flex;flex-direction:column;align-items:center;flex:1}.stat-value{font-size:20px;font-weight:700;color:#1c1c1e}.stat-label{font-size:11px;color:#8e8e93;margin-top:2px}.daily-study{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:20px;padding:24px;margin-bottom:28px;cursor:pointer;transition:transform .2s ease}.daily-study:active{transform:scale(.98)}.daily-content h2{font-size:20px;font-weight:700;color:#fff;margin:0 0 4px}.daily-content p{font-size:14px;color:#fffc;margin:0}.daily-action{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.start-icon{font-size:18px;color:#fff;margin-left:2px}.module-section{margin-bottom:28px}.section-title{font-size:13px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px 4px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.module-card{background:#fff;border-radius:16px;padding:20px 16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.module-card:active{transform:scale(.98);background:#f8f8f8}.module-card.disabled{opacity:.5;cursor:not-allowed}.module-card.disabled:active{transform:none}.module-icon{font-size:28px;display:block;margin-bottom:12px}.module-title{font-size:16px;font-weight:600;color:#1c1c1e;margin:0 0 4px}.module-subtitle{font-size:12px;color:#8e8e93;margin:0}.drill-list{display:flex;flex-direction:column;gap:8px}.drill-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:14px;padding:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.drill-card:active{transform:scale(.99);background:#f8f8f8}.drill-icon{font-size:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-color, #007aff);background:color-mix(in srgb,var(--accent-color) 15%,white);border-radius:12px}.drill-content{flex:1}.drill-title{font-size:16px;font-weight:600;color:#1c1c1e;margin:0 0 2px}.drill-subtitle{font-size:13px;color:#8e8e93;margin:0}.drill-arrow{font-size:24px;color:#c7c7cc;font-weight:300}.settings-link{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.settings-link:active{background:#f8f8f8}.settings-icon{font-size:20px}.settings-link span:nth-child(2){flex:1;font-size:16px;font-weight:500;color:#1c1c1e}.flashcard-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:20px;gap:24px}.flashcard-wrapper{width:100%;max-width:360px;perspective:1000px}.flashcard{width:100%;height:420px;position:relative;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);cursor:pointer}.flashcard.flipped{transform:rotateY(180deg)}.flashcard-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;background:#fff;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 24px 24px;overflow:hidden}.flashcard-back{transform:rotateY(180deg)}.word-type{position:absolute;top:16px;left:16px;font-size:12px;font-weight:500;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px}.word{font-size:26px;font-weight:600;color:#1c1c1e;text-align:center;margin:20px 0;line-height:1.3;padding:0 10px}.hint{position:absolute;bottom:16px;font-size:13px;color:#c7c7cc}.audio-button{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#f2f2f7;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.audio-button:active{transform:scale(.95);background:#e5e5ea}.audio-button.playing{background:#007aff;color:#fff}.audio-button svg{width:20px;height:20px}.contexts{width:100%;margin-top:auto;padding-top:16px;max-height:180px;overflow-y:auto;border-top:1px solid #e5e5ea}.context{padding:8px 0;border-top:1px solid #f2f2f7}.context:first-child{border-top:none}.context-spanish{font-size:14px;color:#1c1c1e;margin:0 0 4px}.context-german{font-size:13px;color:#8e8e93;margin:0}.rating-buttons{display:flex;gap:12px;width:100%;max-width:360px;justify-content:center}.rating-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border:none;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.rating-btn:active{transform:scale(.95)}.rating-icon{font-size:20px;font-weight:600}.rating-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.rating-btn.again{color:#ff3b30}.rating-btn.again:active{background:#ffebeb}.rating-btn.hard{color:#ff9500}.rating-btn.hard:active{background:#fff5e5}.rating-btn.good{color:#34c759}.rating-btn.good:active{background:#e8f9ed}.rating-btn.easy{color:#007aff}.rating-btn.easy:active{background:#e5f1ff}.study-page{min-height:100vh;display:flex;flex-direction:column;background:#f2f2f7}.study-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:#fff}.back-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#007aff}.back-btn svg{width:24px;height:24px}.progress-info{font-size:15px;font-weight:600;color:#1c1c1e}.header-spacer{width:40px}.progress-bar{height:3px;background:#e5e5ea}.progress-fill{height:100%;background:#007aff;transition:width .3s ease}.loading{display:flex;align-items:center;justify-content:center;flex:1;font-size:16px;color:#8e8e93}.study-complete{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 24px;text-align:center}.complete-icon{font-size:64px;margin-bottom:24px}.study-complete h2{font-size:24px;font-weight:700;color:#1c1c1e;margin:0 0 8px}.study-complete>p{font-size:16px;color:#8e8e93;margin:0 0 32px}.complete-stats{display:flex;gap:32px;margin-bottom:40px}.stat-item .stat-value{font-size:36px;font-weight:700;color:#34c759}.stat-item .stat-label{font-size:13px;color:#8e8e93;margin-top:4px}.home-btn{padding:16px 40px;font-size:17px;font-weight:600;font-family:inherit;background:#007aff;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.home-btn:active{transform:scale(.98);background:#06d}.typing-challenge{display:flex;flex-direction:column;align-items:center;padding:24px;flex:1;width:100%;max-width:400px;margin:0 auto}.challenge-header{text-align:center;margin-bottom:32px}.challenge-header .word-type{font-size:12px;font-weight:500;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px}.german-word{font-size:28px;font-weight:600;color:#1c1c1e;margin:12px 0 8px}.instruction{font-size:14px;color:#8e8e93;margin:0}.typing-form{width:100%;display:flex;flex-direction:column;gap:16px}.typing-form input{width:100%;padding:16px 20px;font-size:18px;font-family:inherit;border:2px solid #e5e5ea;border-radius:14px;background:#fff;outline:none;transition:all .2s ease;text-align:center}.typing-form input:focus{border-color:#007aff;box-shadow:0 0 0 4px #007aff1a}.typing-form input.correct{border-color:#34c759;background:#e8f9ed}.typing-form input.incorrect{border-color:#ff3b30;background:#ffebeb}.submit-btn{padding:16px 32px;font-size:17px;font-weight:600;font-family:inherit;background:#007aff;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.submit-btn:active{transform:scale(.98);background:#06d}.submit-btn:disabled{background:#c7c7cc;cursor:not-allowed}.result{margin-top:24px;padding:24px;border-radius:16px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.result.correct{background:#e8f9ed}.result.incorrect{background:#ffebeb}.result-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.result.correct .result-icon{background:#34c759;color:#fff}.result.incorrect .result-icon{background:#ff3b30;color:#fff}.result-content{text-align:center}.result-label{font-size:18px;font-weight:600;margin:0 0 8px}.result.correct .result-label{color:#248a3d}.result.incorrect .result-label{color:#d70015}.correct-answer{font-size:24px;font-weight:600;color:#1c1c1e;margin:0}.result-context{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.1)}.result-context .context-spanish{font-size:14px;color:#1c1c1e;margin:0 0 4px}.result-context .context-german{font-size:13px;color:#8e8e93;margin:0}.continue-btn{width:100%;padding:16px;font-size:17px;font-weight:600;font-family:inherit;background:#1c1c1e;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.continue-btn:active{transform:scale(.98);opacity:.9}.speaking-challenge{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:20px}.speaking-card{width:100%;max-width:360px;background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;align-items:center;position:relative}.speaking-card .word-type{position:absolute;top:16px;left:16px;font-size:12px;font-weight:500;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px}.prompt-content{text-align:center;margin:24px 0 32px}.instruction{font-size:14px;color:#8e8e93;margin:0 0 12px}.german-word{font-size:28px;font-weight:600;color:#1c1c1e;margin:0;line-height:1.3}.error-message{color:#ff3b30;font-size:13px;text-align:center;margin:0 0 16px;padding:8px 12px;background:#ffebeb;border-radius:8px;width:100%}.mic-button{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 32px;background:linear-gradient(135deg,#007aff,#5856d6);color:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;width:100%;max-width:200px}.mic-button:hover{transform:scale(1.02)}.mic-button:active{transform:scale(.98)}.mic-button svg{width:48px;height:48px}.mic-button span{font-size:14px;font-weight:500}.hint-button{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 16px;background:#f2f2f7;color:#8e8e93;border:none;border-radius:10px;cursor:pointer;font-size:13px;transition:all .2s ease}.hint-button:hover{background:#e5e5ea;color:#1c1c1e}.hint-button svg{width:18px;height:18px}.speaking-card.listening{padding:48px 24px}.listening-animation{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.pulse-ring{position:absolute;width:100%;height:100%;border:3px solid #007aff;border-radius:50%;animation:pulse 2s ease-out infinite;opacity:0}.pulse-ring.delay-1{animation-delay:.5s}.pulse-ring.delay-2{animation-delay:1s}@keyframes pulse{0%{transform:scale(.5);opacity:.8}to{transform:scale(1.5);opacity:0}}.mic-icon-large{width:64px;height:64px;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1}.mic-icon-large svg{width:32px;height:32px}.listening-text{font-size:18px;font-weight:500;color:#007aff;margin:0 0 24px}.cancel-button{padding:10px 24px;background:#f2f2f7;color:#8e8e93;border:none;border-radius:10px;cursor:pointer;font-size:14px;transition:all .2s ease}.cancel-button:hover{background:#e5e5ea}.speaking-card.feedback{padding:32px 24px}.speaking-card.feedback.correct{border:2px solid #34c759}.speaking-card.feedback.incorrect{border:2px solid #ff3b30}.feedback-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;margin-bottom:16px}.speaking-card.correct .feedback-icon{background:#e8f9ed;color:#34c759}.speaking-card.incorrect .feedback-icon{background:#ffebeb;color:#ff3b30}.feedback-title{font-size:22px;font-weight:600;margin:0 0 20px}.speaking-card.correct .feedback-title{color:#34c759}.speaking-card.incorrect .feedback-title{color:#ff3b30}.feedback-details{width:100%;margin-bottom:20px}.feedback-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f2f2f7}.feedback-row:last-of-type{border-bottom:none}.feedback-row .label{font-size:13px;color:#8e8e93}.feedback-row .value{font-size:15px;font-weight:500}.feedback-row .value.spoken{color:#1c1c1e;font-style:italic}.feedback-row .value.expected{color:#007aff}.confidence{text-align:center;font-size:12px;color:#8e8e93;margin-top:8px}.play-correct-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#f2f2f7;color:#007aff;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;margin-bottom:20px}.play-correct-btn:hover{background:#e5e5ea}.play-correct-btn svg{width:20px;height:20px}.feedback-actions{display:flex;gap:12px;width:100%}.retry-btn,.continue-btn{flex:1;padding:14px 20px;border:none;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-btn{background:#f2f2f7;color:#1c1c1e}.retry-btn:hover{background:#e5e5ea}.continue-btn{background:#007aff;color:#fff}.continue-btn:hover{background:#0066d6}.speaking-card.not-supported{text-align:center}.not-supported-icon{font-size:48px;opacity:.5;margin-bottom:16px}.speaking-card.not-supported h3{font-size:18px;color:#1c1c1e;margin:0 0 8px}.speaking-card.not-supported p{font-size:14px;color:#8e8e93;margin:0 0 20px;line-height:1.5}.skip-btn{padding:12px 24px;background:#f2f2f7;color:#8e8e93;border:none;border-radius:10px;cursor:pointer;font-size:14px;transition:all .2s ease}.skip-btn:hover{background:#e5e5ea}.fill-blank{display:flex;flex-direction:column;align-items:center;padding:24px;flex:1;width:100%;max-width:400px;margin:0 auto}.fill-header{text-align:center;margin-bottom:24px}.exercise-type{font-size:12px;font-weight:600;color:#007aff;text-transform:uppercase;letter-spacing:.5px;background:#e5f1ff;padding:4px 12px;border-radius:100px}.german-hint{font-size:20px;font-weight:500;color:#8e8e93;margin:16px 0 0}.sentence-container{background:#fff;border-radius:16px;padding:24px;width:100%;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}.sentence{font-size:20px;font-weight:500;color:#1c1c1e;margin:0 0 12px;line-height:1.4}.german-translation{font-size:14px;color:#8e8e93;margin:0;font-style:italic}.fill-form{width:100%;display:flex;flex-direction:column;gap:16px}.fill-form input{width:100%;padding:16px 20px;font-size:18px;font-family:inherit;border:2px solid #e5e5ea;border-radius:14px;background:#fff;outline:none;transition:all .2s ease;text-align:center}.fill-form input:focus{border-color:#007aff;box-shadow:0 0 0 4px #007aff1a}.fill-form input.correct{border-color:#34c759;background:#e8f9ed}.fill-form input.incorrect{border-color:#ff3b30;background:#ffebeb}.fill-blank .submit-btn{padding:16px 32px;font-size:17px;font-weight:600;font-family:inherit;background:#007aff;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.fill-blank .submit-btn:active{transform:scale(.98);background:#06d}.fill-blank .submit-btn:disabled{background:#c7c7cc;cursor:not-allowed}.fill-blank .result{margin-top:24px;padding:24px;border-radius:16px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.fill-blank .result.correct{background:#e8f9ed}.fill-blank .result.incorrect{background:#ffebeb}.fill-blank .result-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.fill-blank .result.correct .result-icon{background:#34c759;color:#fff}.fill-blank .result.incorrect .result-icon{background:#ff3b30;color:#fff}.fill-blank .result-content{text-align:center}.fill-blank .result-label{font-size:16px;font-weight:600;margin:0 0 8px}.fill-blank .result.correct .result-label{color:#248a3d}.fill-blank .result.incorrect .result-label{color:#d70015}.fill-blank .correct-answer{font-size:24px;font-weight:600;color:#1c1c1e;margin:0 0 8px}.full-sentence{font-size:14px;color:#636366;margin:0}.fill-blank .continue-btn{width:100%;padding:16px;font-size:17px;font-weight:600;font-family:inherit;background:#1c1c1e;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.fill-blank .continue-btn:active{transform:scale(.98);opacity:.9}.grammar-drill{display:flex;flex-direction:column;align-items:center;padding:24px;flex:1;width:100%;max-width:400px;margin:0 auto}.drill-header{text-align:center;margin-bottom:24px}.drill-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;border-radius:100px;display:inline-block}.drill-type.ser-estar{background:#ffe5e5;color:#d70015}.drill-type.saber-conocer{background:#e5f1ff;color:#06d}.drill-type.pronoun{background:#f0e5ff;color:#7c3aed}.drill-type.gender{background:#e5ffe8;color:#248a3d}.drill-title{font-size:20px;font-weight:600;color:#1c1c1e;margin:16px 0 0}.sentence-box{background:#fff;border-radius:16px;padding:24px;width:100%;margin-bottom:24px;box-shadow:0 2px 12px #0000000f;text-align:center}.drill-sentence{font-size:22px;font-weight:500;color:#1c1c1e;margin:0;line-height:1.4}.gender-info{display:flex;gap:8px;justify-content:center;margin-top:16px}.gender-tag{font-size:12px;font-weight:500;padding:4px 10px;background:#f2f2f7;border-radius:100px;color:#636366}.adjective-info{text-align:center;margin-bottom:20px;color:#636366;font-size:16px}.adjective-info strong{color:#1c1c1e}.choice-buttons{display:flex;gap:16px;width:100%;margin-bottom:20px}.choice-buttons.pronoun-choices{flex-wrap:wrap}.choice-buttons.pronoun-choices .choice-btn{flex:1 1 calc(50% - 8px);min-width:80px}.choice-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:20px 16px;border:2px solid #e5e5ea;border-radius:16px;background:#fff;cursor:pointer;transition:all .2s ease}.choice-btn:active:not(:disabled){transform:scale(.98)}.choice-btn.selected{border-color:#007aff;background:#e5f1ff}.choice-btn.correct{border-color:#34c759;background:#e8f9ed}.choice-btn.incorrect{border-color:#ff3b30;background:#ffebeb}.choice-btn:disabled{cursor:default}.choice-verb{font-size:20px;font-weight:700;color:#1c1c1e}.choice-hint{font-size:12px;color:#8e8e93}.gender-form{width:100%;display:flex;flex-direction:column;gap:16px}.gender-form input{width:100%;padding:16px 20px;font-size:18px;font-family:inherit;border:2px solid #e5e5ea;border-radius:14px;background:#fff;outline:none;transition:all .2s ease;text-align:center}.gender-form input:focus{border-color:#007aff;box-shadow:0 0 0 4px #007aff1a}.gender-form input.correct{border-color:#34c759;background:#e8f9ed}.gender-form input.incorrect{border-color:#ff3b30;background:#ffebeb}.check-btn{width:100%;padding:16px 32px;font-size:17px;font-weight:600;font-family:inherit;background:#007aff;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.check-btn:active{transform:scale(.98);background:#06d}.check-btn:disabled{background:#c7c7cc;cursor:not-allowed}.grammar-drill .result{margin-top:24px;padding:24px;border-radius:16px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.grammar-drill .result.correct{background:#e8f9ed}.grammar-drill .result.incorrect{background:#ffebeb}.grammar-drill .result-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.grammar-drill .result.correct .result-icon{background:#34c759;color:#fff}.grammar-drill .result.incorrect .result-icon{background:#ff3b30;color:#fff}.grammar-drill .result-content{text-align:center}.correct-sentence{font-size:18px;font-weight:600;color:#1c1c1e;margin:0 0 8px}.pronoun-type{font-size:13px;font-weight:600;color:#7c3aed;margin:0 0 8px;text-transform:uppercase;letter-spacing:.3px}.explanation{font-size:14px;color:#636366;margin:0;line-height:1.4}.grammar-drill .continue-btn{width:100%;padding:16px;font-size:17px;font-weight:600;font-family:inherit;background:#1c1c1e;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.grammar-drill .continue-btn:active{transform:scale(.98);opacity:.9}.verb-drill{width:100%;max-width:500px;margin:0 auto}.verb-drill-card{background:var(--card-background);border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014}.verb-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.verb-infinitive{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.verb-german{font-size:1rem;color:var(--text-secondary);font-style:italic}.pronoun-hint{text-align:center;margin-bottom:8px}.pronoun{display:inline-block;background:var(--primary-color);color:#fff;padding:4px 16px;border-radius:20px;font-size:1rem;font-weight:500}.sentence-container{margin:20px 0}.sentence{font-size:1.25rem;line-height:2;text-align:center;color:var(--text-primary);margin:0}.sentence-part{vertical-align:middle}.verb-input{display:inline-block;width:120px;padding:6px 12px;font-size:1.25rem;text-align:center;border:2px solid var(--primary-color);border-radius:8px;background:var(--input-background);color:var(--text-primary);outline:none;vertical-align:middle;margin:0 4px}.verb-input:focus{border-color:var(--primary-dark);box-shadow:0 0 0 3px #007aff33}.verb-input::placeholder{color:var(--text-tertiary)}.answer-display{display:inline-block;padding:4px 12px;border-radius:6px;font-weight:600;vertical-align:middle;margin:0 4px}.answer-display.correct{background:#34c75926;color:var(--success-color)}.answer-display.incorrect{background:#ff3b3026;color:var(--error-color);text-decoration:line-through}.german-translation{text-align:center;color:var(--text-secondary);font-size:.95rem;margin:16px 0;font-style:italic}.result-feedback{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-radius:12px;margin:16px 0}.result-feedback.correct{background:#34c7591a;color:var(--success-color)}.result-feedback.incorrect{background:#ff3b301a;color:var(--error-color)}.result-icon{font-size:1.5rem;font-weight:700}.result-details{display:flex;flex-direction:column;align-items:flex-start}.result-text{font-size:1rem;font-weight:500}.correct-answer{font-size:1.25rem;font-weight:600;margin-top:4px}.conjugation-table{background:var(--secondary-background);border-radius:12px;padding:16px;margin:16px 0;overflow:hidden}.conjugation-table h4{margin:0 0 12px;font-size:.9rem;color:var(--text-secondary)}.conjugation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.conj-row{display:flex;gap:8px;align-items:center}.conj-pronoun{font-size:.85rem;color:var(--text-tertiary);min-width:60px}.conj-form{font-size:.95rem;font-weight:500;color:var(--text-primary)}.action-form{margin-top:20px}.submit-btn,.continue-btn{width:100%;padding:14px 24px;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.submit-btn{background:var(--primary-color);color:#fff}.submit-btn:hover:not(:disabled){background:var(--primary-dark)}.submit-btn:disabled{background:var(--disabled-color);cursor:not-allowed;opacity:.6}.continue-btn{background:var(--success-color);color:#fff}.continue-btn:hover{background:#2eb664}@media(prefers-color-scheme:dark){.verb-drill-card{background:var(--card-background)}.conjugation-table{background:#ffffff0d}}@media(max-width:480px){.verb-drill-card{padding:16px}.verb-infinitive{font-size:1.3rem}.sentence{font-size:1.1rem}.verb-input{width:100px;font-size:1.1rem}.conjugation-grid{grid-template-columns:1fr}}.verb-drill-page{min-height:100vh;background:var(--background-primary);padding:16px 16px 100px}.loading-state{display:flex;align-items:center;justify-content:center;height:50vh;font-size:1.1rem;color:var(--text-secondary)}.drill-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.back-btn{background:none;border:none;font-size:1rem;color:var(--primary-color);cursor:pointer;padding:8px 0}.drill-title{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0}.progress-indicator{font-size:.9rem;color:var(--text-secondary);font-weight:500}.progress-bar-container{width:100%;height:6px;background:var(--border-color);border-radius:3px;margin-bottom:24px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--success-color));border-radius:3px;transition:width .3s ease}.exercise-container{margin:0 auto;max-width:500px}.score-indicator{display:flex;justify-content:center;gap:24px;margin-top:24px;font-size:1rem;font-weight:500}.score-correct{color:var(--success-color)}.score-incorrect{color:var(--error-color)}.completion-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:24px}.completion-emoji{font-size:5rem;margin-bottom:16px}.completion-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 24px}.completion-stats{display:flex;align-items:center;gap:16px;margin-bottom:24px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2.5rem;font-weight:700;color:var(--text-primary)}.stat-label{font-size:.9rem;color:var(--text-secondary)}.stat-divider{font-size:2rem;color:var(--text-tertiary)}.completion-percentage{width:100%;max-width:300px;height:24px;background:var(--border-color);border-radius:12px;margin-bottom:32px;position:relative;overflow:hidden}.percentage-bar{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--success-color));border-radius:12px;transition:width .5s ease}.percentage-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.85rem;font-weight:600;color:var(--text-primary)}.completion-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px}.action-btn{padding:14px 24px;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.action-btn.primary{background:var(--primary-color);color:#fff}.action-btn.primary:hover{background:var(--primary-dark)}.action-btn.secondary{background:var(--secondary-background);color:var(--text-primary)}.action-btn.secondary:hover{background:var(--border-color)}@media(max-width:480px){.drill-header{padding:0 4px}.drill-title{font-size:1.1rem}.completion-emoji{font-size:4rem}.completion-title{font-size:1.6rem}.stat-value{font-size:2rem}}.settings-page{min-height:100vh;background:#f2f2f7}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:#fff;border-bottom:1px solid #e5e5ea}.settings-header h1{font-size:17px;font-weight:600;color:#1c1c1e;margin:0}.settings-content{padding:20px;padding-bottom:max(40px,env(safe-area-inset-bottom))}.settings-section{margin-bottom:32px}.settings-section .section-title{font-size:13px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px 4px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{background:#fff;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px #0000000a}.stat-card .stat-value{font-size:28px;font-weight:700;color:#1c1c1e}.stat-card .stat-label{font-size:12px;color:#8e8e93;margin-top:4px}.setting-item{background:#fff;border-radius:14px;padding:16px;margin-bottom:8px;box-shadow:0 2px 8px #0000000a}.setting-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.setting-label{font-size:16px;font-weight:500;color:#1c1c1e}.setting-value{font-size:16px;font-weight:600;color:#007aff}.setting-item input[type=range]{width:100%;height:4px;background:#e5e5ea;border-radius:2px;outline:none;-webkit-appearance:none;appearance:none}.setting-item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer}.setting-toggle{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:14px;padding:16px;box-shadow:0 2px 8px #0000000a}.toggle{position:relative;display:inline-block;width:51px;height:31px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e5ea;transition:.3s;border-radius:31px}.toggle-slider:before{position:absolute;content:"";height:27px;width:27px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #00000026}.toggle input:checked+.toggle-slider{background-color:#34c759}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.info-item{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:14px;padding:16px;margin-bottom:8px;box-shadow:0 2px 8px #0000000a}.info-item span:first-child{font-size:16px;color:#1c1c1e}.info-value{font-size:16px;font-weight:600;color:#8e8e93}.update-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;font-size:16px;font-weight:600;font-family:inherit;background:#fff;color:#007aff;border:none;border-radius:14px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.update-btn svg{width:20px;height:20px}.update-btn:active{background:#f8f8f8}.install-update-btn{width:100%;padding:16px;margin-top:8px;font-size:16px;font-weight:600;font-family:inherit;background:#34c759;color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease}.install-update-btn:active{opacity:.9}.settings-section.danger .section-title{color:#ff3b30}.reset-btn{width:100%;padding:16px;font-size:16px;font-weight:500;font-family:inherit;background:#fff;color:#ff3b30;border:none;border-radius:14px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.reset-btn:active{background:#ffebeb}.confirm-reset{background:#fff;border-radius:14px;padding:20px;text-align:center;box-shadow:0 2px 8px #0000000a}.confirm-reset p{font-size:16px;color:#1c1c1e;margin:0 0 16px}.confirm-buttons{display:flex;gap:12px}.cancel-btn,.confirm-btn{flex:1;padding:12px;font-size:16px;font-weight:600;font-family:inherit;border:none;border-radius:12px;cursor:pointer}.cancel-btn{background:#e5e5ea;color:#1c1c1e}.confirm-btn{background:#ff3b30;color:#fff}.settings-footer{text-align:center;padding-top:20px}.settings-footer p{font-size:13px;color:#c7c7cc;margin:0;line-height:1.6}.voice-select{margin-top:12px}.voice-dropdown{width:100%;padding:12px 40px 12px 16px;margin-top:8px;font-size:15px;color:#1c1c1e;background:#f2f2f7;border:none;border-radius:10px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238e8e93' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.voice-dropdown:focus{outline:none;box-shadow:0 0 0 3px #007aff4d}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f2f2f7}.loading-content{display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #e5e5ea;border-top-color:#007aff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-content p{font-size:16px;color:#8e8e93;margin:0}.error-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f2f2f7;padding:24px}.error-content{text-align:center;max-width:300px}.error-icon{font-size:48px;display:block;margin-bottom:16px}.error-content h2{font-size:20px;font-weight:600;color:#1c1c1e;margin:0 0 8px}.error-content p{font-size:14px;color:#8e8e93;margin:0 0 24px}.error-content button{padding:12px 24px;font-size:16px;font-weight:600;font-family:inherit;background:#007aff;color:#fff;border:none;border-radius:12px;cursor:pointer}
