.reset-controls{width:100%;margin:0 auto 20px;padding:20px;box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.reset-controls .reset-controls-left{display:flex;align-items:center;gap:15px}.reset-controls .reset-controls-right{display:flex;gap:10px}.reset-controls .reset-controls-right button{padding:8px 16px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9em}.reset-controls .reset-controls-right button:hover:not(:disabled){background-color:#3a80d2}.reset-controls .reset-controls-right button:disabled{background-color:#ccc;cursor:not-allowed}.reset-word-choice{width:100%;margin:0 auto;background-color:#fff;border:1px solid #eee;border-radius:8px;padding:20px;max-height:400px;overflow-y:auto;line-height:2;box-sizing:border-box}@media (max-width: 480px){.reset-word-choice{padding:0 10px 10px}}@media (max-width: 480px){.reset-word-choice{padding:10px}}.reset-word-choice p{margin:0;padding:0}.reset-word-choice .reset-word-option{cursor:pointer;display:inline-block;padding:3px 6px;margin:2px;border-radius:3px}.reset-word-choice .reset-word-option:hover{background-color:#e6f7ff;text-decoration:underline}.reset-word-choice .reset-no-words{color:#999;font-style:italic;text-align:center;padding:20px}:root{--control-bg: #4a90e2;--control-hover-bg: #3a80d2;--control-fg: white;--inspector-mode-color: #dc3545;--help-mode-color: #007bff}.inspectable{position:relative}.inspectable .label{display:none}.inspector .inspectable{border-radius:2px;margin:2px;padding:22px 2px 2px;border:1px solid red!important}.inspector .inspectable>.label{display:block;position:absolute;top:2px;left:2px;background-color:#fff;color:red;font-size:.75em;font-weight:700;padding:2px 4px;border:1px solid #888;border-radius:2px;z-index:9999;pointer-events:auto;white-space:nowrap;cursor:pointer}.inspector .inspectable>.label:hover{background-color:#f0f0f0}.inspector .inspectable>.label>.label-text,.inspector .inspectable>.label>.copying-text{transition:opacity .3s ease-out}.inspector .inspectable>.label>.label-text{opacity:1}.inspector .inspectable>.label>.label-text.copying{opacity:.3}.inspector .inspectable>.label>.copying-text{opacity:0;position:absolute;top:2px;left:4px;color:#888;width:auto;display:inline-block;background-color:#ffffffe6;padding:0 2px;border-radius:2px}.inspector .inspectable>.label>.copying-text.copying{opacity:.9}.inspector .inspectable.lib{border-color:#00f!important}.inspector .inspectable.lib>.label{color:#00f}.inspector .inspectable.lib>.label:hover{background-color:#f0f0f0}.inspector .inspectable.lib>.label>.label-text{color:#00f}.inspector .inspectable.lib>.label>.copying-text{color:#888}html,body{overflow-x:hidden;overflow-y:scroll;height:100%;width:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;position:static;min-height:100%}button{padding:.5em 1em;background-color:var(--control-bg);color:var(--control-fg);border:none;border-radius:4px;cursor:pointer;font-size:.9em}button:hover{background-color:var(--control-hover-bg)}button:disabled{background-color:#ccc;cursor:not-allowed}button.hidden{visibility:hidden}.mode{background-color:#d0d0d0;color:#000;padding:.1em;border-radius:.2em;border:1px solid #ccc;font-size:1.1em;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:1.8em;min-width:1.3em}.mode:hover{background-color:#fff}.mode.inspector.on{background-color:var(--inspector-mode-color)}.mode.help.on{background-color:var(--help-mode-color)}.mode.off{background-color:#d0d0d0}.help-backdrop{position:fixed;inset:0;background-color:#0000004d;z-index:20000}.help-display{position:absolute;background-color:#fff;border:2px solid var(--help-mode-color);border-radius:8px;z-index:20001;box-shadow:0 4px 12px #00000026;width:400px;cursor:default}.help-display--dragging{cursor:grabbing}.help-drag-handle{background-color:var(--help-mode-color);color:#fff;padding:8px 16px;margin:-2px -2px 0;border-radius:6px 6px 0 0;cursor:grab;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;touch-action:none}.help-drag-handle--dragging{cursor:grabbing}.help-title{font-weight:700;font-size:14px;display:flex;align-items:center;gap:4px}.help-title-icon{background-color:#fff;color:#000;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.help-title-text{color:#fff}.help-close-button{background:none;border:none;font-size:16px;cursor:pointer;color:#fff;padding:0 4px}.help-content{padding:.3em}.help-trigger-button{position:absolute;top:-3px;left:-6px;background-color:var(--help-mode-color);color:#fff;border:none;border-radius:50%;width:18px;height:22px;font-size:14px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center}.hidden{visibility:hidden;pointer-events:none}@media (hover: none) and (pointer: coarse){.touch-interactive-area{-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;user-select:none;touch-action:none}}.app-container{width:100%;max-width:75em;margin:0 auto;padding:0;overflow:visible;box-sizing:border-box;font-size:clamp(0px,1.5vw,16px)}.app-container header{display:flex;flex-wrap:wrap;align-items:center;gap:.63em;margin:.63em;overflow:visible}.app-container header h1{font-size:2.5em;color:#333;margin:0;white-space:nowrap}@media (max-width: 600px){.app-container header h1{font-size:1.8em}}@media (max-width: 400px){.app-container header h1{font-size:1.4em}}.app-container header .reset-button{padding:.5em 1em;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9em;white-space:nowrap}.app-container header .reset-button:hover{background-color:#c82333}.app-container header .reset-button:disabled{background-color:#ccc;cursor:not-allowed}.app-container header .version-display{font-size:.8em;color:#777;white-space:nowrap}.app-container main{display:flex;flex-direction:column;align-items:center;padding:0 .63em;overflow:visible}.group-right{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:auto;gap:.5em}.page{display:flex;flex-direction:column;width:100%;max-width:850px;position:relative}.page-navigation-tabs{display:flex;gap:0}.page-navigation-tabs .page-tab{padding:.5em 1em;border:1px solid #ccc;background-color:#fff;color:#666;cursor:pointer;font-size:.9em;border-radius:0}.page-navigation-tabs .page-tab:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.page-navigation-tabs .page-tab:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-navigation-tabs .page-tab:not(:first-child){border-left:none}.page-navigation-tabs .page-tab:hover:not(.active){background-color:#e6f3ff}.page-navigation-tabs .page-tab.active{background-color:#4a90e2;color:#000;border-color:#000;cursor:default}.loading{text-align:center;padding:2.5em;font-size:1.2em;color:#666}.loading-container{display:flex;align-items:center;justify-content:center;height:100vh}.loading-container .loading-text{font-size:1.4em;color:#999}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1.25em}.error-container .error-text{font-size:1.2em;color:#e74c3c;max-width:80%;text-align:center}.error-container .retry-button{padding:.5em 1em;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9em}.error-container .retry-button:hover{background-color:#3a80d2}.panel{width:100%;max-width:100vw;margin:0 auto;padding:1.25em;overflow:visible;box-sizing:border-box;background-color:transparent;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5em}.panel.panel--visible{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.25em}.panel.panel--left{justify-content:flex-start}.word-display{border:2px solid #cccccc;border-radius:8px;background-color:#fff;overflow:visible;width:fit-content;max-width:100%;margin:0 auto;box-sizing:border-box;padding:.63em;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0}.word-display.previously-visited{background-color:#ffe4e1}.letter-container{position:relative;margin:0;padding:0;flex-shrink:0}.letter-container:has(button:active) .letter{background-color:#ffd580}.letter-container.action-pending .letter{background-color:#ffd580}.letter-container .letter{position:relative;display:flex;align-items:flex-start;justify-content:center;width:.98em;height:1.18em;border:2px solid #000;border-radius:6px;background-color:#ffffe0;font-size:6.5em;font-weight:700;padding-top:.089em;padding-bottom:.2em;box-sizing:border-box}.letter-container .letter.clickable{cursor:pointer}.letter-container .letter.clickable:hover{background-color:#fff8d0;border-color:#333}.letter-container .letter .letter-text{cursor:inherit;z-index:1;line-height:.8}.letter-container .letter .delete-icon-inside{position:absolute;bottom:.036em;left:.036em;font-size:.15em;opacity:.7;cursor:inherit;z-index:0}.letter-container .letter .replace-icon-inside{position:absolute;bottom:.036em;right:.036em;font-size:.15em;opacity:.7;cursor:inherit;z-index:0}.position-container{position:relative;margin:0;padding:0;flex-shrink:0}.position-container:has(button:active){background-color:#ffd580;border-radius:8px}.position-container.action-pending{background-color:#ffd580;border-radius:8px}.position-container .insert-icon{background:none;border:none;cursor:pointer;padding:.05em;margin:.05em;font-size:2.4em}.position-container .insert-icon.previously-visited{background-color:#ffe4e1}.position-container .insert-icon:hover:not(:disabled){background-color:#ffd580}.position-container .insert-icon:disabled{cursor:default}.letter-choice-menu{display:flex;flex-wrap:wrap;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 10px #0000001a;padding:.31em;z-index:1000;width:15.6em;max-width:calc(100vw - 1.25em);overflow:visible;box-sizing:border-box;min-height:4.1em}.letter-choice-menu .letter-choice-option{display:flex;align-items:center;justify-content:center;width:3.1em;height:3.1em;border:1px solid #ccc;border-radius:4px;background-color:#e6ffe6;margin:.19em;cursor:pointer;font-size:1.5em}.letter-choice-menu .letter-choice-option:hover{background-color:#d6ffd6}.letter-choice-menu .letter-choice-option.previously-visited{background-color:#ffe4e1}.letter-choice-menu .letter-choice-option.delete-option{background-color:#d0d0d0;color:#000}.letter-choice-menu .letter-choice-option.delete-option:hover{background-color:silver}.history-panel-list{display:flex;flex-wrap:wrap;gap:.5em}.history-panel-word{padding:.2em .4em;background-color:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;font-size:1.2em;transition:background-color .2s}.history-panel-word:hover{background-color:#f0f0f0}.history-panel-word.current{background-color:#e6f7ff;border-color:#1890ff;font-weight:700}.word-changer-controls{display:flex;justify-content:center;gap:.63em;margin-top:1.25em;flex-wrap:wrap}.word-changer-controls .value-checkbox-container{display:flex;align-items:center;gap:.31em;font-size:.9em;cursor:pointer;padding:.5em 0}.word-changer-controls .value-radio-buttons-container{display:flex;align-items:center;gap:.31em;font-size:.9em}.pronunciation-container{max-width:75em;margin:0 auto;padding:1.25em}.pronunciation-container h1{text-align:center;margin-bottom:1.88em;color:#333;font-size:2.5em}.pronunciation-container h3{margin-bottom:.94em;color:#555;font-size:1.3em}.panel .word-span+.review-buttons{margin-left:1.25em}.panel .word-span:not(.words-grid .word-span){font-size:1.5em;font-weight:700;padding:.3em .4em;border-radius:6px;border:2px solid transparent;min-width:10ch}.panel .word-span:not(.words-grid .word-span).no-word{background-color:transparent;border:1px solid #ccc;color:transparent}.panel .word-span:not(.words-grid .word-span).ok{background-color:#e3f2fd}.panel .word-span:not(.words-grid .word-span).ok.current-review{background-color:#2196f3;color:#fff;border-color:#000}.panel .word-span:not(.words-grid .word-span).wrong{background-color:#ffebee}.panel .word-span:not(.words-grid .word-span).wrong.current-review{background-color:#f44336;color:#fff;border-color:#000}.panel .word-span:not(.words-grid .word-span).current-review:not(.ok):not(.wrong){border-color:#000}.review-buttons{display:flex;gap:.63em}.filter-controls{display:flex;flex-direction:row;gap:1.25em;align-items:center}.filter-controls input[type=text]{padding:.5em .75em;border:1px solid #ccc;border-radius:4px;font-size:.88em;min-width:6em}.filter-controls .review-state-filter{display:flex;align-items:center;gap:.5em}.filter-controls .review-state-filter label{font-weight:500}.filter-controls .review-state-filter select{padding:.5em .75em;border:1px solid #ccc;border-radius:4px;font-size:.88em;min-width:9.4em}.pronunciation-container.activity-mode .words-grid .word-span.current-review{background-color:#2196f3!important;color:#fff!important;border-color:#2196f3!important}.pronunciation-word-choice .filtered-words .words-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.94em}.pronunciation-word-choice .filtered-words .words-header .words-count{margin:0;font-weight:700;color:#555;font-size:1.6em}.pronunciation-word-choice .filtered-words .words-header .keyboard-shortcuts{display:flex;align-items:center;gap:.75em}.pronunciation-word-choice .filtered-words .words-header .keyboard-shortcuts .shortcut-hint{font-size:1em;color:#666;background-color:#f5f5f5;padding:.25em .5em;border-radius:4px;border:1px solid #ddd}.pronunciation-word-choice .filtered-words .words-grid{display:flex;flex-wrap:wrap;gap:.57em}.pronunciation-word-choice .filtered-words .words-grid .word-span{padding:.57em .86em;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1em;background-color:#fff;transition:all .2s;border:2px solid transparent}.pronunciation-word-choice .filtered-words .words-grid .word-span:hover{background-color:#f0f0f0;border-color:#ccc}.pronunciation-word-choice .filtered-words .words-grid .word-span.ok{background-color:#e3f2fd}.pronunciation-word-choice .filtered-words .words-grid .word-span.ok.current-review{background-color:#2196f3;color:#fff;border-color:#000}.pronunciation-word-choice .filtered-words .words-grid .word-span.wrong{background-color:#ffebee}.pronunciation-word-choice .filtered-words .words-grid .word-span.wrong.current-review{background-color:#f44336;color:#fff;border-color:#000}.pronunciation-word-choice .filtered-words .words-grid .word-span.current-review:not(.ok):not(.wrong){border-color:#000;background-color:#e0e0e0}.pronunciation-word-choice .filtered-words .words-grid .word-span.ellipsis-button{background-color:transparent;border:1px solid #ccc;color:#666;cursor:pointer}.pronunciation-word-choice .filtered-words .words-grid .word-span.ellipsis-button:hover{background-color:#f0f0f0;border-color:#999}.pronunciation-word-choice .filtered-words .words-grid.activity-mode .word-span{font-size:3em;padding:.1em .25em;border-color:#ccc}.finder-panel{background-color:#fff;border:2px solid #cccccc;border-radius:8px;padding:1.25em;margin:1.25em auto;max-width:50em;display:flex;align-items:center;justify-content:space-between;position:relative}.finder-panel h3{text-align:center;margin:0 .63em 0 0;padding:0;color:#333;font-size:1.3em}.finder-panel .finder-auto-checkbox{display:flex;align-items:center}.finder-panel .finder-auto-checkbox .value-checkbox-container{font-size:.9em}.finder-score-and-controls{display:flex;justify-content:space-between;align-items:center;margin:1.25em auto;max-width:50em;padding:.63em 1.25em;background-color:#fff;border:2px solid #cccccc;border-radius:8px}.finder-score-and-controls .finder-score{font-size:1.1em;color:#666;font-weight:700}.finder-message-panel{text-align:center;margin:1.25em auto;max-width:50em}.finder-message-panel .finder-message{min-height:2em;font-size:1.2em;font-weight:700;color:#333;padding:.63em}.word-to-find-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.63em;flex:1}.word-to-find-buttons .word-to-find{width:2.5em;height:1.75em;border:2px solid #000;border-radius:4px;font-size:1.2em;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.word-to-find-buttons .word-to-find.waiting{background-color:#fff}.word-to-find-buttons .word-to-find.waiting:hover{background-color:#f0f0f0}.word-to-find-buttons .word-to-find.current{background-color:#ff0}.word-to-find-buttons .word-to-find.current:hover{background-color:#ffff80}.word-to-find-buttons .word-to-find.wrong{background-color:red;color:#fff;cursor:not-allowed}.word-to-find-buttons .word-to-find.right{background-color:#90ee90;color:#000;cursor:not-allowed}.word-to-choose-button{padding:.19em .5em;border:2px solid #333;border-radius:4px;cursor:pointer;font-size:1.25em;background-color:#f5f5f5;color:#000;transition:all .2s;margin:.25em;display:inline-block}.word-to-choose-button:hover{background-color:#e8e8e8;border-color:#ccc}.word-to-choose-button.disabled{opacity:.5;cursor:not-allowed}.word-to-choose-button.disabled:hover{background-color:#f5f5f5;border-color:#ddd}.confirmation-dialog-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.confirmation-dialog{background-color:#fff;border:2px solid #333;border-radius:8px;padding:1.88em;max-width:25em;width:90%;box-shadow:0 4px 20px #0000004d}.confirmation-dialog .confirmation-question{font-size:1.2em;font-weight:700;text-align:center;margin-bottom:1.88em;color:#333;line-height:1.4}.confirmation-dialog .confirmation-buttons{display:flex;justify-content:center;gap:1.25em}.confirmation-dialog .confirmation-buttons .confirmation-button{padding:.63em 1.25em;border:2px solid #333;border-radius:4px;font-size:1em;font-weight:700;cursor:pointer;min-width:5em;transition:all .2s}.confirmation-dialog .confirmation-buttons .confirmation-button.confirm-button{background-color:#4a90e2;color:#fff;border-color:#4a90e2}.confirmation-dialog .confirmation-buttons .confirmation-button.confirm-button:hover{background-color:#3a80d2;border-color:#3a80d2}.confirmation-dialog .confirmation-buttons .confirmation-button.cancel-button{background-color:#fff;color:#333}.confirmation-dialog .confirmation-buttons .confirmation-button.cancel-button:hover{background-color:#f0f0f0}.make-page{display:flex;flex-direction:column;gap:.63em;max-width:75em;margin:0 auto;padding:1.25em}.make-word-row{display:flex;align-items:center;gap:1.25em;margin-bottom:.63em;font-size:.8em}.make-word-row .word-display{width:fit-content;max-width:100vw;margin:0;padding:1.25em;overflow:visible;box-sizing:border-box;flex:0 0 auto}.make-word-row .word-display.make-result-correct{background-color:#d4edda;border-radius:8px}.make-word-row .word-display.make-result-incorrect{background-color:#f8d7da;border-radius:8px}.make-word-row .word-display.make-result-placeholder{background-color:#fff;border-radius:8px}.make-word-row .word-display.make-current-waiting{background-color:#fff3cd;border-radius:8px}.make-word-row .word-display.make-current-interactive{background-color:#ffeaa7;border-radius:8px}.make-word-row .make-word-controls{display:flex;gap:.63em;align-items:center}.make-word-row .make-word-controls .make-new-word-button{padding:.5em 1em;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1.2em}.make-word-row .make-word-controls .make-new-word-button:hover{background-color:#3a80d2}.make-word-row .make-word-controls .make-new-word-button:disabled{background-color:#ccc;cursor:not-allowed}.make-word-row .make-word-controls .make-delete-button{background:transparent;border:none;font-size:2em;font-weight:700;color:#000;cursor:pointer;padding:.31em .63em}.make-word-row .make-word-controls .make-delete-button:hover{color:#666}.make-word-row .make-word-controls .make-delete-button:disabled{color:#ccc;cursor:not-allowed}.make-history{display:flex;flex-direction:column;gap:.63em}.reset-page-header{text-align:center;margin:1.25em auto 1.88em;max-width:50em}.reset-page-header h2{color:#333;font-size:1.8em;margin:0 0 .63em}.reset-page-header p{color:#666;font-size:1.1em;margin:0}.page-header,.pronunciation-header,.finders-header{display:flex;align-items:center;margin:1.25em 0;padding:0}.page-header .page-navigation-tabs,.pronunciation-header .page-navigation-tabs,.finders-header .page-navigation-tabs{margin:0}.words-to-find-panel{display:flex;flex-wrap:wrap;gap:.63em;justify-content:center;margin:1.25em auto;max-width:50em;padding:0 1.25em}.word-to-find{width:2.5em;height:2.5em;border:2px solid #333;border-radius:6px;font-size:1.2em;font-weight:700;transition:all .2s;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.word-to-find--waiting{background-color:#f5f5f5;color:#666}.word-to-find--active{background-color:#fff3cd;color:#856404;border-color:#ffc107}.word-to-find--correct{background-color:#d4edda;color:#155724;border-color:#28a745}.word-to-find--correct-active{background-color:#28a745;color:#fff;border-color:#1e7e34}.word-to-find--wrong{background-color:#dc3545;color:#fff;border-color:#c82333}.word-to-find--clickable{cursor:pointer}.word-to-find--clickable:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.letters-row-panel{margin:1.88em auto;max-width:50em;padding:0 1.25em}.letters-row-view{display:flex;justify-content:center}.letters-row-wrapper{border:2px solid #333;border-radius:4px;overflow:hidden}.letters-row-table{border-spacing:0}.letters-row-table td.letters-row-cell{width:1.5em;height:1.5em;text-align:center;vertical-align:middle;font-size:2em;font-weight:700;border:2px solid transparent;background-color:#f5f5f5;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .1s}.letters-row-table td.letters-row-cell:hover:not(.letters-row-cell--dragging):not(.letters-row-cell--disabled){background-color:#e8e8e8}.letters-row-table td.letters-row-cell.letters-row-cell--drag-start{border-bottom-left-radius:7px;border-top-left-radius:7px}.letters-row-table td.letters-row-cell.letters-row-cell--drag-end{border-bottom-right-radius:7px;border-top-right-radius:7px}.letters-row-table td.letters-row-cell--disabled{cursor:default}.letters-row-table td.letters-row-cell--dragging{background-color:#fff3cd;border-top-color:#ffc107;border-bottom-color:#ffc107}.letters-row-table td.letters-row-cell--dragging.letters-row-cell--drag-start{border-left-color:#ffc107}.letters-row-table td.letters-row-cell--dragging.letters-row-cell--drag-end{border-right-color:#ffc107}.letters-row-table td.letters-row-cell--dragging.letters-row-cell--word-first{background-color:#ffeaa7}.letters-row-table td.letters-row-cell--correct{background-color:#d4edda;border-top-color:#28a745;border-bottom-color:#28a745}.letters-row-table td.letters-row-cell--correct.letters-row-cell--drag-start{border-left-color:#28a745}.letters-row-table td.letters-row-cell--correct.letters-row-cell--drag-end{border-right-color:#28a745}.letters-row-table td.letters-row-cell--correct.letters-row-cell--word-first{background-color:#c3e6cb}.letters-row-table td.letters-row-cell--wrong{background-color:#f8d7da;border-top-color:#dc3545;border-bottom-color:#dc3545}.letters-row-table td.letters-row-cell--wrong.letters-row-cell--drag-start{border-left-color:#dc3545}.letters-row-table td.letters-row-cell--wrong.letters-row-cell--drag-end{border-right-color:#dc3545}.letters-row-table td.letters-row-cell--wrong.letters-row-cell--word-first{background-color:#f5c6cb}.letters-grid-panel{margin:1.88em auto;max-width:50em;padding:0 1.25em}.letters-grid{display:inline-block;border:2px solid #333;border-radius:4px;overflow:hidden;-webkit-user-select:none;user-select:none}
