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