.typing-layout[data-astro-cid-vzedelgm]{gap:1rem}.typing-container[data-astro-cid-vzedelgm]{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm)}.lesson-selector[data-astro-cid-vzedelgm]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.lesson-selector[data-astro-cid-vzedelgm] label[data-astro-cid-vzedelgm]{font-weight:600;color:var(--text-main)}.lesson-selector[data-astro-cid-vzedelgm] select[data-astro-cid-vzedelgm]{padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-input);color:var(--text-main);font-size:1rem;cursor:pointer;min-width:200px}.instructions[data-astro-cid-vzedelgm]{background:var(--bg-input);padding:1rem;border-radius:8px;border:1px solid var(--border-color)}.instructions[data-astro-cid-vzedelgm] h3[data-astro-cid-vzedelgm]{margin:0 0 .75rem;font-size:1rem;color:var(--text-main)}.finger-legend[data-astro-cid-vzedelgm]{display:flex;flex-wrap:wrap;gap:.75rem}.finger-item[data-astro-cid-vzedelgm]{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.finger-dot[data-astro-cid-vzedelgm]{width:12px;height:12px;border-radius:50%}.text-display[data-astro-cid-vzedelgm]{background:var(--bg-input);padding:1.5rem;border-radius:8px;border:2px solid var(--border-color);min-height:100px;font-family:Fira Code,Consolas,monospace;font-size:1.5rem;line-height:2;overflow-x:auto}.text-content[data-astro-cid-vzedelgm]{white-space:pre-wrap;word-break:break-all}.text-content[data-astro-cid-vzedelgm] .char[data-astro-cid-vzedelgm]{padding:2px 0;border-radius:2px;transition:background-color .1s}.text-content[data-astro-cid-vzedelgm] .char[data-astro-cid-vzedelgm].current{background-color:var(--primary-color);color:#fff;animation:pulse 1s infinite}.text-content[data-astro-cid-vzedelgm] .char[data-astro-cid-vzedelgm].correct{color:#2ecc71}.text-content[data-astro-cid-vzedelgm] .char[data-astro-cid-vzedelgm].incorrect{color:#e74c3c;text-decoration:underline;text-decoration-color:#e74c3c}.text-content[data-astro-cid-vzedelgm] .char[data-astro-cid-vzedelgm].space{background-color:rgba(var(--primary-rgb),.2)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.stats-panel[data-astro-cid-vzedelgm]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item[data-astro-cid-vzedelgm]{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:80px}.stat-label[data-astro-cid-vzedelgm]{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.stat-value[data-astro-cid-vzedelgm]{font-size:1.5rem;font-weight:700;color:var(--primary-color);font-family:monospace}.keyboard-wrapper[data-astro-cid-vzedelgm]{display:flex;justify-content:center;overflow-x:auto;padding:1rem 0}.keyboard[data-astro-cid-vzedelgm]{display:flex;flex-direction:column;gap:4px;padding:15px;background:#2d3748;border-radius:12px;user-select:none;box-shadow:inset 0 2px 4px #0000004d}.main-keys[data-astro-cid-vzedelgm]{display:flex;flex-direction:column;gap:4px}.row[data-astro-cid-vzedelgm]{display:flex;gap:4px;flex-wrap:nowrap}.key[data-astro-cid-vzedelgm]{background:linear-gradient(180deg,#5a6578,#4a5568);color:#fff;border-radius:5px;padding:2px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;transition:all .1s ease;font-size:.75rem;font-weight:600;height:40px;box-shadow:0 1px #ffffff1a inset,0 -2px #0000004d inset,0 3px #2d3748;white-space:nowrap;overflow:hidden;flex-shrink:0;border:2px solid transparent;position:relative}.key[data-astro-cid-vzedelgm] .key-main[data-astro-cid-vzedelgm]{font-size:.85rem}.key[data-astro-cid-vzedelgm] .key-shift[data-astro-cid-vzedelgm]{font-size:.6rem;position:absolute;top:2px;right:4px;opacity:.7}.key[data-astro-cid-vzedelgm].invisible{visibility:hidden}.key[data-astro-cid-vzedelgm].highlight{border-color:var(--highlight-color, #fff);box-shadow:0 0 10px var(--highlight-color, #fff),0 1px #ffffff1a inset,0 -2px #0000004d inset,0 3px #2d3748}.key[data-astro-cid-vzedelgm].active{background:linear-gradient(180deg,#68d391,#48bb78);transform:translateY(2px);box-shadow:0 1px #fff3 inset,0 -1px #0003 inset;color:#fff}.key[data-astro-cid-vzedelgm].error{background:linear-gradient(180deg,#fc8181,#f56565);animation:shake .2s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.key[data-astro-cid-vzedelgm].home-key:after{content:"";position:absolute;bottom:6px;width:8px;height:2px;background:#ffffff80;border-radius:1px}.hands-guide[data-astro-cid-vzedelgm]{display:flex;justify-content:center;gap:3rem;padding:1rem 0}.hand[data-astro-cid-vzedelgm]{display:flex;gap:.5rem;align-items:flex-end}.left-hand[data-astro-cid-vzedelgm],.right-hand[data-astro-cid-vzedelgm]{flex-direction:row}.finger[data-astro-cid-vzedelgm]{width:24px;height:40px;background:#4a5568;border-radius:12px 12px 6px 6px;transition:all .15s ease;border:2px solid transparent}.finger[data-astro-cid-vzedelgm].thumb{height:30px;width:30px;border-radius:50%;margin-top:10px}.finger[data-astro-cid-vzedelgm].pinky{height:30px}.finger[data-astro-cid-vzedelgm].ring{height:38px}.finger[data-astro-cid-vzedelgm].index{height:36px}.finger[data-astro-cid-vzedelgm].highlight{transform:translateY(-8px);box-shadow:0 8px 20px #0000004d}.finger[data-astro-cid-vzedelgm][data-finger=left-pinky].highlight,.finger[data-astro-cid-vzedelgm][data-finger=left-pinky].active{background:#e74c3c;border-color:#c0392b}.finger[data-astro-cid-vzedelgm][data-finger=left-ring].highlight,.finger[data-astro-cid-vzedelgm][data-finger=left-ring].active{background:#e67e22;border-color:#d35400}.finger[data-astro-cid-vzedelgm][data-finger=left-middle].highlight,.finger[data-astro-cid-vzedelgm][data-finger=left-middle].active{background:#f1c40f;border-color:#f39c12}.finger[data-astro-cid-vzedelgm][data-finger=left-index].highlight,.finger[data-astro-cid-vzedelgm][data-finger=left-index].active{background:#2ecc71;border-color:#27ae60}.finger[data-astro-cid-vzedelgm][data-finger=right-index].highlight,.finger[data-astro-cid-vzedelgm][data-finger=right-index].active{background:#3498db;border-color:#2980b9}.finger[data-astro-cid-vzedelgm][data-finger=right-middle].highlight,.finger[data-astro-cid-vzedelgm][data-finger=right-middle].active{background:#9b59b6;border-color:#8e44ad}.finger[data-astro-cid-vzedelgm][data-finger=right-ring].highlight,.finger[data-astro-cid-vzedelgm][data-finger=right-ring].active{background:#e91e63;border-color:#c2185b}.finger[data-astro-cid-vzedelgm][data-finger=right-pinky].highlight,.finger[data-astro-cid-vzedelgm][data-finger=right-pinky].active{background:#00bcd4;border-color:#0097a7}.finger[data-astro-cid-vzedelgm][data-finger=thumb].highlight,.finger[data-astro-cid-vzedelgm][data-finger=thumb].active{background:#95a5a6;border-color:#7f8c8d}.actions[data-astro-cid-vzedelgm]{display:flex;justify-content:center;gap:1rem}.btn-action[data-astro-cid-vzedelgm]{padding:.75rem 2rem;background-color:var(--bg-input);color:var(--text-main);border:1px solid var(--border-color);border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.btn-action[data-astro-cid-vzedelgm]:hover{background-color:var(--bg-hover)}.btn-action[data-astro-cid-vzedelgm]:active{transform:translateY(1px)}.btn-primary[data-astro-cid-vzedelgm]{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary[data-astro-cid-vzedelgm]:hover{background-color:var(--primary-hover)}.completion-modal[data-astro-cid-vzedelgm]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1000;justify-content:center;align-items:center}.completion-modal[data-astro-cid-vzedelgm].show{display:flex}.completion-content[data-astro-cid-vzedelgm]{background:var(--bg-card);padding:2rem;border-radius:12px;text-align:center;max-width:400px;width:90%}.completion-content[data-astro-cid-vzedelgm] h2[data-astro-cid-vzedelgm]{margin:0 0 1rem;color:var(--primary-color)}.completion-stats[data-astro-cid-vzedelgm]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.completion-stat[data-astro-cid-vzedelgm]{background:var(--bg-input);padding:1rem;border-radius:8px}.completion-stat[data-astro-cid-vzedelgm] .label[data-astro-cid-vzedelgm]{font-size:.8rem;color:var(--text-muted);text-transform:uppercase}.completion-stat[data-astro-cid-vzedelgm] .value[data-astro-cid-vzedelgm]{font-size:1.5rem;font-weight:700;color:var(--text-main)}.completion-actions[data-astro-cid-vzedelgm]{display:flex;gap:1rem;justify-content:center;margin-top:1rem}@media(max-width:900px){.keyboard-wrapper[data-astro-cid-vzedelgm]{transform:scale(.85);transform-origin:center}.stats-panel[data-astro-cid-vzedelgm]{gap:1rem}.finger-legend[data-astro-cid-vzedelgm]{justify-content:center}}@media(max-width:600px){.keyboard-wrapper[data-astro-cid-vzedelgm]{transform:scale(.65)}.text-display[data-astro-cid-vzedelgm]{font-size:1.2rem;padding:1rem}.hands-guide[data-astro-cid-vzedelgm]{gap:1.5rem}.finger[data-astro-cid-vzedelgm]{width:18px;height:32px}.finger[data-astro-cid-vzedelgm].thumb{width:24px;height:24px}}
