:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;color:#1a3d0f;background:#e8f5e0}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app{max-width:640px;margin:0 auto;padding:1.5rem}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.header h1{margin:0 0 .25rem;font-size:1.5rem;color:#2d7a14}.direction-hint{margin:0;font-size:.875rem;color:#4a6741}.app-menu{position:relative}.app-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #49b923;border-radius:8px;background:#fff;color:#2d7a14;cursor:pointer}.app-menu-trigger:hover{background:#f4faf0}.app-menu-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #49b92333}.app-menu-icon{font-size:1.1rem;line-height:1}.app-menu-dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:12rem;padding:.35rem;border:1px solid #d4edc4;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1a3d0f1f;z-index:15}.app-menu-item{display:block;width:100%;padding:.55rem .75rem;border:none;border-radius:6px;background:transparent;color:#1a3d0f;font:inherit;font-size:.95rem;text-align:left;cursor:pointer}.app-menu-item:hover{background:#f4faf0}.app-menu-item:focus-visible{outline:2px solid #2d7a14;outline-offset:1px}.app-menu-divider{height:1px;margin:.35rem 0;background:#eef8e8}.app-menu-lang{display:flex;flex-direction:column;gap:.35rem;padding:.35rem .75rem .45rem}.app-menu-lang-label{font-size:.8rem;color:#4a6741}.app-menu-lang-select{appearance:none;width:100%;padding:.45rem 2rem .45rem .75rem;border:1px solid #49b923;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232d7a14' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right .65rem center;color:#2d7a14;font-size:.95rem;font-weight:600;cursor:pointer}.app-menu-lang-select:focus{outline:none;border-color:#49b923;box-shadow:0 0 0 3px #49b92333}.app-menu-lang-select:hover{background-color:#f4faf0}.quiz{position:relative;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #1a3d0f14;overflow:hidden}.quiz--success{animation:success-card-glow 1s ease-out}.phase-label{margin:0 0 1rem;font-size:.9rem;color:#4a6741;text-transform:uppercase;letter-spacing:.04em}.infinitive-banner{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:#f4faf0;border-radius:8px;border-left:4px solid #49b923}.infinitive-label{font-size:.8rem;color:#4a6741}.infinitive-he{font-size:1.25rem;font-weight:600}.prompt{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:#1a3d0f}.complete-message{color:#2d7a14}.answer-form{display:flex;flex-direction:column;gap:.75rem}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap}.form-actions .btn.primary{flex:1;min-width:8rem}.hebrew-input{font-size:1.5rem;padding:.75rem 1rem;border:2px solid #d4edc4;border-radius:8px;font-family:Segoe UI,Arial Hebrew,David,sans-serif;text-align:right}.hebrew-input:focus{outline:none;border-color:#49b923}.hebrew-input.incorrect{border-color:#e57373;background:#fff5f5}.quiz--error{animation:error-card-glow 1s ease-out}@keyframes error-card-glow{0%{box-shadow:0 2px 8px #1a3d0f14}35%{box-shadow:0 0 0 3px #e5737359,0 4px 16px #c0392b26}to{box-shadow:0 2px 8px #1a3d0f14}}.hebrew-input.correct{border-color:#49b923;background:#f4faf0;box-shadow:0 0 0 4px #49b92326}.hebrew-input:disabled{opacity:.85;cursor:default}.success-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#ffffffd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:success-overlay-in .25s ease-out}.success-badge{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(145deg,#5fd12f,#49b923);box-shadow:0 8px 24px #49b92359;animation:success-pop .55s cubic-bezier(.34,1.56,.64,1)}.success-badge--large{width:5.5rem;height:5.5rem;margin:0 auto 1rem}.success-check{font-size:2.25rem;font-weight:700;color:#fff;line-height:1}.success-badge--large .success-check{font-size:2.75rem}.success-message{margin:0;font-size:1.35rem;font-weight:700;color:#2d7a14;animation:success-message-in .4s ease-out .15s both}.error-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#ffffffd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:error-overlay-in .25s ease-out}.error-badge{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:50%;background:linear-gradient(145deg,#ef5350,#c0392b);box-shadow:0 8px 24px #c0392b59;animation:error-pop .55s cubic-bezier(.34,1.56,.64,1)}.error-mark{font-size:2rem;font-weight:700;color:#fff;line-height:1}.error-message{margin:0;font-size:1.35rem;font-weight:700;color:#c0392b;animation:error-message-in .4s ease-out .15s both}@keyframes error-pop{0%{transform:scale(.3);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}@keyframes error-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes error-message-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes success-pop{0%{transform:scale(.3);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}@keyframes success-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes success-message-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes success-card-glow{0%{box-shadow:0 2px 8px #1a3d0f14}30%{box-shadow:0 0 0 3px #49b92340,0 8px 24px #49b92333}to{box-shadow:0 2px 8px #1a3d0f14}}.btn{padding:.65rem 1.25rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.btn.primary{background:#49b923;color:#fff}.btn.primary:hover{background:#3a9419}.btn.outline{background:#fff;color:#2d7a14;border:2px solid #49b923}.btn.outline:hover:not(:disabled){background:#f4faf0}.btn.outline.active{background:#f4faf0;border-color:#3a9419;color:#1a3d0f}.btn.outline:disabled{opacity:.55;cursor:default}.solution{margin:1rem 0 0;padding:.75rem 1rem;background:#f4faf0;border-radius:8px;font-size:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.solution-content{flex:1;min-width:0;text-align:right}.solution .pealim-link{flex-shrink:0}.solution-label{font-size:.85rem;font-weight:600;color:#4a6741;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.solution-text{font-weight:600;color:#2d7a14}.btn.secondary{background:transparent;color:#4a6741;text-decoration:underline}.quiz-nav{display:flex;justify-content:center;gap:1.25rem;margin-top:1.5rem}.quiz-nav .btn.secondary{padding:.35rem .65rem;font-size:.85rem}.feedback{margin:1rem 0 0;font-weight:600}.feedback.correct{color:#2d7a14}.feedback.incorrect{color:#c0392b}.progress{margin:1.25rem 0 0;font-size:.9rem;color:#4a6741;text-align:center}.verb-meta{text-align:center;color:#4a6741;margin-bottom:1.5rem}.hebrew{font-family:Segoe UI,Arial Hebrew,David,sans-serif}.quiz.complete{text-align:center}.infinitive-with-link{display:inline-flex;align-items:center;gap:.4rem}.infinitive-banner .infinitive-with-link{margin-left:auto}.pealim-link{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:6px;border:1px solid #49b923;background:#fff;color:#2d7a14;font-size:.75rem;font-weight:700;text-decoration:none;line-height:1;flex-shrink:0}.pealim-link:hover{background:#f4faf0}.verb-overview-backdrop{position:fixed;inset:0;background:#1a3d0f59;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:20}.verb-overview{width:min(100%,420px);max-height:min(80vh,520px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #1a3d0f2e;display:flex;flex-direction:column;overflow:hidden}.verb-overview-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #d4edc4}.verb-overview-header h2{margin:0;font-size:1.1rem;color:#2d7a14}.verb-overview-close{border:none;background:transparent;color:#4a6741;font-size:1.5rem;line-height:1;cursor:pointer;padding:.15rem .35rem;border-radius:4px}.verb-overview-close:hover{background:#f4faf0}.verb-overview-count{margin:0;font-size:.85rem;color:#4a6741}.verb-overview-toolbar{padding:.65rem 1.25rem 0;flex-shrink:0}.verb-overview-search{width:100%;padding:.55rem .75rem;border:1px solid #49b923;border-radius:8px;background:#fff;color:#1a3d0f;font:inherit;font-size:.95rem}.verb-overview-search::placeholder{color:#6b8562}.verb-overview-search:focus{outline:none;box-shadow:0 0 0 3px #49b92333}.verb-overview-hint{margin:.35rem 0 0;font-size:.8rem;color:#6b8562}.verb-overview-list{list-style:none;margin:0;padding:.75rem 1.25rem 1.25rem;overflow-y:auto;flex:1;min-height:0}.verb-overview-empty{padding:1rem .5rem;text-align:center;font-size:.9rem;color:#6b8562}.verb-overview-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid #eef8e8}.verb-overview-item--active .verb-overview-select{background:#eef8e8;border-color:#b8d9a8}.verb-overview-select{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem .5rem;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.verb-overview-select:hover{background:#f4faf0;border-color:#d4ead0}.verb-overview-select:focus-visible{outline:2px solid #2d7a14;outline-offset:2px}.verb-overview-item:last-child{border-bottom:none}.verb-overview-lemma{font-weight:600;color:#1a3d0f}.verb-meta .infinitive-with-link{vertical-align:middle}
