.container-word{max-width:800px;margin:40px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 6px 20px #ed2e2e1a}section{margin-bottom:30px}section div{margin-bottom:12px}section input[type=text],section input[type=number],section select{width:100%;padding:8px 10px;font-size:16px;border:1.5px solid #ccc;border-radius:6px;box-sizing:border-box}section label{display:block;margin-bottom:5px;font-weight:600}section button{padding:10px 18px;background-color:#2b662d;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:.2s}section button:hover{background-color:#45a049}textarea{width:100%;height:150px;font-size:16px;line-height:1.5;padding:12px;box-sizing:border-box;border:2px solid #ccc;border-radius:8px;resize:none;margin-bottom:20px}.typing-display{max-height:300px;font-size:16px;overflow-y:auto;white-space:pre-wrap;font-family:monospace;line-height:1.5em;padding:12px;border:1px solid #444;border-radius:6px;background-color:#1e1e1e;color:#eee;margin-bottom:20px}.correct{color:#4caf50}.incorrect{color:#ff5252}.pending{color:#aaa}.stats{display:flex;gap:25px;font-weight:700;font-size:16px;margin-bottom:20px}.buttons button{padding:10px 18px;border-radius:6px;border:none;font-weight:700;cursor:pointer;transition:.2s;margin-right:10px}.buttons button:hover{opacity:.9}#clearBtn{background-color:#ad3131;color:#fff}#clearBtn:hover{background-color:#e04848}.buttons button:nth-child(2){background-color:#2196f3;color:#fff}.buttons button:nth-child(2):hover{background-color:#1976d2}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;justify-content:center;align-items:center;z-index:1000}.modal-content label{font-weight:400}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.horizontal-row{display:flex;gap:20px;align-items:flex-end;margin-bottom:12px}.horizontal-row div{flex:1}input[type=checkbox]{width:20px;height:20px;transform:scale(1.5);margin-right:8px;margin-bottom:15px}