*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{padding-bottom:60px}.header{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;padding:12px 16px 0;position:sticky;top:0}.header h1{margin-bottom:10px;font-size:22px;font-weight:700}.tense-selector{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:12px;display:flex;overflow-x:auto}.tense-selector::-webkit-scrollbar{display:none}.tense-pill{color:#333;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #666;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:14px;font-weight:500;transition:all .15s}.tense-pill.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.tense-pill:hover:not(.active){border-color:#333}.verb-list{max-width:1200px;margin:0 auto;padding:16px}.group-heading{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:24px 0 12px;font-size:16px;font-weight:600}.group-heading:first-child{margin-top:8px}.verb-grid{grid-template-columns:1fr;gap:16px;display:grid}.verb-card{background:#fff;border:2px solid #0000;border-radius:12px;padding:16px;transition:border-color .2s;box-shadow:0 1px 3px #00000014}.verb-card.completed{border-color:#4caf50}.verb-header{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.verb-infinitive{font-size:20px;font-weight:700}.verb-group{color:#999;font-size:12px;font-weight:500}.conjugation-rows{flex-direction:column;gap:8px;display:flex}.conjugation-row{align-items:center;gap:8px;display:flex}.pronoun-label{color:#555;flex-shrink:0;width:80px;font-size:15px;font-weight:500}.conjugation-input{border:2px solid #e0e0e0;border-radius:8px;outline:none;flex:1;min-height:44px;padding:8px 12px;font-family:inherit;font-size:18px;transition:border-color .15s,background-color .15s}.conjugation-input:focus{border-color:#666}.conjugation-input.correct{color:#2e7d32;background-color:#e8f5e9;border-color:#4caf50}.conjugation-input.incorrect{color:#c62828;background-color:#ffebee;border-color:#f44336}.status-icon{text-align:center;flex-shrink:0;width:24px;font-size:18px;font-weight:700}.conjugation-row:has(.correct) .status-icon{color:#4caf50}.conjugation-row:has(.incorrect) .status-icon{color:#f44336}.show-answers-btn{color:#666;cursor:pointer;background:0 0;border:1.5px solid #ccc;border-radius:8px;width:100%;margin-top:12px;padding:10px;font-size:14px;font-weight:500;transition:all .15s;display:block}.show-answers-btn:hover{color:#333;border-color:#999}.answers-display{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.answer-row{gap:8px;padding:4px 0;display:flex}.answer-row .pronoun-label{color:#999}.answer-text{color:#1565c0;font-size:15px;font-weight:500}.accent-bar{z-index:100;background:#fff;border-top:1px solid #e0e0e0;flex-wrap:wrap;justify-content:center;gap:4px;padding:8px 12px;display:flex;position:fixed;bottom:0;left:0;right:0}.accent-btn{cursor:pointer;background:#f9f9f9;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;min-width:36px;min-height:36px;font-family:inherit;font-size:18px;transition:background .1s;display:flex}.accent-btn:active{background:#e0e0e0}@media (width>=768px){.verb-grid{grid-template-columns:repeat(2,1fr)}.header{padding:16px 24px 0}.verb-list{padding:24px}}@media (width>=1024px){.verb-grid{grid-template-columns:repeat(3,1fr)}}
