body{font-family:Roboto Mono,monospace;background-color:#323437;color:#d1d0c5;margin:0;padding:0;box-sizing:border-box;height:100vh;width:100vw;overflow-x:hidden}#root{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.app-container{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;padding:0 1rem}.app-header{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:4rem}.logo{margin-bottom:1.5rem}.logo-text{font-size:1.75rem;color:#d1d0c5;font-weight:700}.test-options{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.option-button{background-color:transparent;border:none;color:#646669;font-size:.9rem;padding:.5rem .75rem;cursor:pointer;transition:color .2s;display:flex;align-items:center;gap:.25rem;font-family:Roboto Mono,monospace}.option-button:hover{color:#d1d0c5}.option-button.active{color:#e2b714}.option-icon{opacity:.8;font-size:1rem}.word-count-options{display:flex;justify-content:center;gap:1.5rem}.word-count-button{background-color:transparent;border:none;color:#646669;font-size:.9rem;cursor:pointer;transition:color .2s;padding:.25rem .5rem;font-family:Roboto Mono,monospace}.word-count-button:hover{color:#d1d0c5}.word-count-button.active{color:#e2b714}.typing-area{width:100%;max-width:900px;position:relative;min-height:140px;display:flex;justify-content:center;margin-bottom:4rem}.words-display{font-size:1.5rem;line-height:1.75;text-align:center;width:100%;-webkit-user-select:none;user-select:none;height:auto;white-space:pre-wrap}.space-char-incorrect{background-color:#ca4754;border-radius:2px}.custom-caret{display:inline-block;width:2px;height:1.5rem;background-color:#e2b714;animation:blink 1s step-end infinite;margin:0 -1px;vertical-align:middle}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.text-input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.timer-display{margin-top:1rem;text-align:center}.timer{font-size:1.2rem;color:#e2b714}.live-wpm-display{font-size:1.2rem;color:#646669}.results-screen{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:2rem}.stats-display{display:flex;justify-content:center;gap:8rem;margin-bottom:1rem}.stat-column{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:1.2rem;color:#646669;margin-bottom:.5rem}.stat-value{font-size:2.5rem;color:#e2b714}.wpm-value,.accuracy-value{font-size:5rem;font-weight:700}.wpm-graph{width:100%;height:280px;display:flex;position:relative;margin:0;padding-bottom:30px}.graph-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-right:1.5rem;height:calc(100% - 30px);font-size:.9rem;color:#646669;text-align:right}.y-label{color:#646669;font-size:.9rem;position:relative;top:.5em}.graph-container{flex:1;position:relative;height:calc(100% - 30px);border-left:1px solid #4a4e54;border-bottom:1px solid #4a4e54;overflow:hidden}.graph-background .horizontal-line,.graph-background .vertical-line{background-color:#64666926}.graph-background .horizontal-line:nth-child(1){top:0%}.graph-background .horizontal-line:nth-child(2){top:25%}.graph-background .horizontal-line:nth-child(3){top:50%}.graph-background .horizontal-line:nth-child(4){top:75%}.graph-background .horizontal-line:nth-child(5){top:100%;height:1.5px;background-color:#646669}.wpm-line{fill:none;stroke:#e2b714;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.data-point{position:absolute;width:7px;height:7px;background-color:#ca4754;border-radius:50%;transform:translate(-50%,50%);z-index:2;border:1.5px solid #1e1e1e;transition:transform .1s ease-out}.data-point:hover{transform:translate(-50%,50%) scale(1.5);background-color:#e2b714;z-index:3}.x-axis-labels{position:absolute;left:0;bottom:5px;width:100%;height:20px;text-align:center;font-size:.8rem;color:#646669}.x-label{position:absolute;font-size:.8rem;color:#646669;transform:translate(-50%)}.detailed-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;width:100%;margin-top:1rem}.stat-row{display:flex;flex-direction:column;align-items:center}.stat-name{font-size:.9rem;color:#646669;margin-bottom:.5rem;text-align:center}.result-buttons{margin-top:2rem;display:flex;gap:1rem}.restart-button{background-color:transparent;border:1px solid #646669;color:#646669;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.9rem;font-family:Roboto Mono,monospace}.restart-button:hover{border-color:#d1d0c5;color:#d1d0c5}.mode-selector{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.mode-button{padding:.5rem 1rem;font-size:.9rem;background-color:#4a4e54;color:#d1d0c5;border:1px solid #2c2e31;border-radius:5px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mode-button:hover{background-color:#5f6368}.mode-button.active{background-color:#e2b714;color:#2c2e31;font-weight:700}.text-controls{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;margin-bottom:1rem}.control-button{background-color:transparent;color:#646669;border:1px solid #4a4e54;padding:.4rem .8rem;border-radius:5px;font-size:.85rem;cursor:pointer;transition:color .2s ease,border-color .2s ease}.control-button:hover{color:#d1d0c5;border-color:#646669}.app-footer .live-stats,.app-footer .final-stats{font-size:1rem;color:#e2b714;margin-top:.5rem}.app-container{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;padding-top:1rem}.app-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.app-header h1{font-size:2rem;color:#e2b714;margin:0}.typing-area{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.words-display span{white-space:pre-wrap}.char-default{color:#646669}.char-correct{color:#d1d0c5}.char-incorrect{color:#ca4754}.char-extra{opacity:.8}.space-char-incorrect{background-color:#ca4754;color:#fff;border-radius:2px}.text-input{width:80%;padding:.75rem 1rem;font-size:1.2rem;border-radius:6px;border:2px solid #e2b714;background-color:#323437;color:#d1d0c5;outline:none;position:absolute;left:-9999px;top:-9999px;opacity:0;pointer-events:none;caret-color:transparent}.text-input:focus{border-color:transparent;box-shadow:none}.app-footer{font-size:.9rem;color:#646669}.custom-caret{display:inline-block;width:1.5px;height:1.8rem;background-color:#e2b714;animation:blink 1s infinite;vertical-align:middle;margin-left:1px;margin-right:1px}.custom-caret.hidden{opacity:0;animation:none}.flying-caret{position:absolute;display:inline-block;width:1.5px;height:1.8rem;background-color:#e2b714;opacity:1;transition:top .1s ease-out,left .1s ease-out;z-index:10}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.words-display{cursor:text;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1.8rem;line-height:2;text-align:left;max-height:calc(10.8rem + 20px);overflow-y:auto;overflow-wrap:break-word;padding:15px 30px;color:#646669;width:110%;max-width:70ch;box-sizing:border-box}.code-practice-ide.professional{background:linear-gradient(135deg,#23272e 80%,#2c2e31);border-radius:16px;box-shadow:0 8px 32px #00000040,0 1.5px 8px #22222214;max-width:1100px;margin-left:auto;margin-right:auto;padding-bottom:2.5rem;font-family:Fira Mono,Roboto Mono,monospace;transition:box-shadow .3s;position:relative;animation:fadeInUp .7s cubic-bezier(.23,1.01,.32,1) 1}.ide-lang-select-group{display:flex;align-items:right;justify-content:right;margin-right:4rem;gap:.5rem;width:100%;position:relative}.ide-main-content{display:flex;flex-direction:row;gap:2.5rem;padding:1.5rem 2.5rem 0}.ide-snippet-sidebar{min-width:220px;max-width:260px;background:#181a1b;border-radius:10px;box-shadow:0 1px 6px #0000001a;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:flex-start;border:1.5px solid #23272e;height:fit-content}.snippet-list-title{color:#e2b714;font-size:1.1rem;font-weight:700;margin-bottom:1rem;letter-spacing:.03em}.snippet-list{list-style:none;padding:0;margin:0;width:100%}.snippet-list-item.active,.snippet-list-item:hover{background:linear-gradient(90deg,#e2b714 60%,#f7e018);color:#23272e;border:1.5px solid #e2b714;box-shadow:0 2px 12px #e2b71433}.ide-snippet-section{flex:1;display:flex;flex-direction:column;gap:1.2rem}.ide-prompt-block.professional{background:#181a1b;border-radius:8px;box-shadow:0 1px 6px #0000001a;padding:1.1rem 1.3rem .7rem;border:1.5px solid #23272e;min-height:70px;margin-bottom:.5rem}.ide-prompt-code{font-family:Fira Mono,Roboto Mono,monospace;font-size:1.08rem;color:#e2b714;background:none;margin:0 0 .3rem;padding:0;white-space:pre-wrap;word-break:break-word;line-height:1.6;letter-spacing:.01em;width:100%;max-height:180px;overflow-y:auto}.ide-editor-wrapper.professional{border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000001a;border:1.5px solid #35363a;background:#23272e;transition:box-shadow .2s}.run-code-btn{margin-top:1.1rem;background:linear-gradient(90deg,#e2b714 60%,#f7e018);color:#23272e;border:none;border-radius:6px;font-size:1.05rem;font-family:Fira Mono,Roboto Mono,monospace;font-weight:600;padding:.55rem 1.5rem;box-shadow:0 1px 6px #e2b71433;transition:background .2s,color .2s,box-shadow .2s,transform .13s;outline:none;letter-spacing:.01em;display:flex;align-items:center;opacity:.7}.run-code-btn:active{transform:scale(.98)}.ide-output-block{margin-top:1.2rem;background:#181a1b;border-radius:8px;border:1.5px solid #23272e;box-shadow:0 1px 6px #0000001a;padding:1rem 1.3rem}.ide-output-title{color:#e2b714;font-size:1.02rem;font-weight:700;margin-bottom:.5rem}.ide-output-terminal{font-family:Fira Mono,Roboto Mono,monospace;font-size:1.01rem;color:#bdbdbd;background:none;margin:0;padding:0;white-space:pre-wrap;word-break:break-word;line-height:1.5;letter-spacing:.01em;width:100%}@media (max-width: 900px){.ide-main-content{flex-direction:column;gap:1.5rem;padding:1.2rem .5rem 0}.ide-snippet-sidebar{width:100%;min-width:unset;max-width:unset;margin-bottom:1.2rem;flex-direction:row;flex-wrap:wrap;gap:.7rem;padding:1rem .5rem}.snippet-list-item{width:100%}}.vscode-fork-outer{margin:0!important;max-width:100vw;width:95vw;padding:0!important;background:#1e1e1e;border-radius:12px;box-shadow:0 8px 32px #00000040,0 1.5px 8px #22222214;font-family:Fira Mono,Roboto Mono,monospace;overflow:hidden;display:flex;flex-direction:column;min-height:700px}.vscode-fork-topbar{background:#23272e;height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;border-bottom:1.5px solid #222;position:relative}.vscode-fork-window-controls{display:flex;align-items:center;gap:.4rem}.vscode-fork-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:2px}.vscode-fork-dot.red{background:#ff5f56;border:1px solid #e0443e}.vscode-fork-dot.yellow{background:#ffbd2e;border:1px solid #dea123}.vscode-fork-dot.green{background:#27c93f;border:1px solid #13a10e}.vscode-fork-appname{color:#d1d0c5;font-size:1.08rem;font-weight:600;letter-spacing:.03em;display:flex;align-items:center}.vscode-fork-langicon{margin-left:1.2rem;font-size:1.3rem}.vscode-fork-main{margin:0!important;padding:0!important;max-width:100vw;width:100vw;background:#1e1e1e;display:flex;flex-direction:row;min-height:600px;overflow:hidden}.vscode-fork-sidebar{width:48px;background:#23272e;display:flex;flex-direction:column;align-items:center;padding-top:1.2rem;border-right:1.5px solid #222;gap:1.2rem}.vscode-fork-sidebar-icon{color:#646669;font-size:1.35rem;padding:.5rem;border-radius:6px;cursor:pointer;transition:background .18s,color .18s}.vscode-fork-sidebar-icon.active,.vscode-fork-sidebar-icon:hover{background:#23272e;color:#3794ff}.vscode-fork-content{margin:0!important;padding:0!important;max-width:100vw;width:100vw;flex:1;display:flex;flex-direction:column;background:#1e1e1e;min-width:0;max-width:100%;overflow-x:auto}.ide-header.vscode-fork-header{background:#23272e;border-bottom:1.5px solid #222;border-radius:0;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.vscode-fork-header-title{color:#d1d0c5;font-size:1.13rem;font-weight:700;letter-spacing:.04em}.vscode-fork-body{margin:0!important;padding:0!important;display:flex;flex-direction:row;flex:1;min-height:0}.ide-snippet-sidebar.vscode-fork-snippet-sidebar{flex:0 0 30%;max-width:30%;min-width:220px;background:#23272e;border-radius:0;box-shadow:none;padding:1.2rem 1rem;border-right:1.5px solid #222;border-left:none;height:auto;margin:0;display:flex;flex-direction:column}.ide-snippet-section.vscode-fork-snippet-section{flex:1 1 70%;max-width:70%;min-width:0;display:flex;flex-direction:column;gap:1.2rem;background:#1e1e1e;padding:0!important;margin:0!important}.snippet-list{list-style:none;padding:0;margin:0;width:100%;max-height:420px;overflow-y:auto}.snippet-list-item{background:#23272e;border-radius:6px;margin-bottom:.7rem;padding:.7rem .8rem;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;color:#d1d0c5;box-shadow:0 1px 4px #22222214;border:1.5px solid transparent}.snippet-list-item.active,.snippet-list-item:hover{background:#262b32;color:#3794ff;border:1.5px solid #3794ff;box-shadow:0 2px 12px #3794ff33}.snippet-title{font-weight:700;font-size:1.05rem;margin-bottom:.2rem}.snippet-desc{font-size:.93rem;color:#bdbdbd}.ide-prompt-block.vscode-fork-prompt-block{background:#23272e;border-radius:8px;box-shadow:0 1px 6px #0000001a;padding:1.1rem 1.3rem .7rem;border:1.5px solid #222;min-height:70px;margin-bottom:.5rem}.ide-prompt-code.vscode-fork-prompt-code{font-family:Fira Mono,Roboto Mono,monospace;font-size:1.08rem;color:#3794ff;background:none;margin:0 0 .3rem;padding:0;white-space:pre-wrap;word-break:break-word;line-height:1.6;letter-spacing:.01em;width:100%;max-height:180px;overflow-y:auto}.ide-prompt-label{color:#646669;font-size:.98rem;margin-top:.2rem;font-style:italic;letter-spacing:.01em}.ide-editor-wrapper.vscode-fork-editor-wrapper{border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000001a;border:1.5px solid #222;background:#1e1e1e;transition:box-shadow .2s}.run-code-btn.vscode-fork-run-btn{margin-top:1.1rem;background:linear-gradient(90deg,#3794ff 60%,#4fc3f7);color:#fff;border:none;border-radius:6px;font-size:1.05rem;font-family:Fira Mono,Roboto Mono,monospace;font-weight:600;padding:.55rem 1.5rem;box-shadow:0 1px 6px #3794ff33;transition:background .2s,color .2s,box-shadow .2s,transform .13s}.run-code-btn.vscode-fork-run-btn:active{transform:scale(.98)}.ide-output-block.vscode-fork-output-block{margin-top:1.2rem;background:#181a1b;border-radius:8px;border:1.5px solid #222;box-shadow:0 1px 6px #0000001a;padding:1rem 1.3rem}.ide-output-title.vscode-fork-output-title{color:#3794ff;font-size:1.02rem;font-weight:700;margin-bottom:.5rem}.ide-output-terminal.vscode-fork-output-terminal{font-family:Fira Mono,Roboto Mono,monospace;font-size:1.01rem;color:#bdbdbd;background:none;margin:0;padding:0;white-space:pre-wrap;word-break:break-word;line-height:1.5;letter-spacing:.01em;width:100%}.vscode-fork-footer{background:#23272e;border-top:1.5px solid #222;border-radius:0 0 12px 12px;padding:1.1rem 2.5rem;color:#646669;font-size:1.05rem;text-align:right;letter-spacing:.01em}@media (max-width: 1100px){.vscode-fork-outer{max-width:100vw;min-width:0}}@media (max-width: 900px){.vscode-fork-main{flex-direction:column;min-height:0}.vscode-fork-sidebar{flex-direction:row;width:100%;height:48px;padding:.5rem;border-right:none;border-bottom:1.5px solid #222;gap:1.2rem}.vscode-fork-content{min-width:0}.ide-snippet-sidebar.vscode-fork-snippet-sidebar{max-width:unset;min-width:unset;width:100%;flex:unset;padding:1rem .5rem;border-right:none;border-bottom:1.5px solid #222;margin-bottom:1.2rem}.ide-snippet-section.vscode-fork-snippet-section{max-width:unset;min-width:unset;width:100%;flex:unset;padding:1.2rem .5rem}}.vscode-fork-level-tabs{display:flex;gap:.5rem;margin-bottom:1.1rem;flex-wrap:wrap}.vscode-fork-level-tab{background:#23272e;color:#bdbdbd;border:1.5px solid #23272e;border-radius:6px 6px 0 0;font-size:1.01rem;font-family:Fira Mono,Roboto Mono,monospace;font-weight:600;padding:.45rem 1.2rem;cursor:pointer;transition:background .18s,color .18s,border .18s;outline:none;letter-spacing:.01em;box-shadow:0 1px 4px #22222214;margin-bottom:0;position:relative;z-index:1}.vscode-fork-level-tab.active,.vscode-fork-level-tab:hover{background:#1e1e1e;color:#3794ff;border-bottom:2.5px solid #3794ff;border-top:2.5px solid #3794ff;border-left:1.5px solid #3794ff;border-right:1.5px solid #3794ff;z-index:2}.sidebar-snippet-details{background:linear-gradient(135deg,#23272e 80%,#293040);border-radius:14px;box-shadow:0 6px 24px #2222222e,0 2px 10px #3794ff1a;padding:1.5rem 1.3rem 1.2rem 1.5rem;border-left:5px solid #3794ff;border-right:1.5px solid #23272e;border-top:1.5px solid #23272e;border-bottom:1.5px solid #23272e;margin-bottom:1.5rem;width:100%;max-width:100%;display:flex;flex-direction:column;gap:.9rem;transition:box-shadow .25s,border .25s,background .25s}.sidebar-snippet-details:hover{box-shadow:0 8px 32px #3794ff33,0 2px 10px #23272e22;background:linear-gradient(135deg,#23272e 60%,#3794ff22);border-left:5px solid #e2b714}.sidebar-snippet-title{color:#e2b714;font-size:1.18rem;font-weight:800;margin-bottom:.1rem;letter-spacing:.01em;text-shadow:0 2px 6px #181a1b44;display:flex;align-items:center;gap:.5rem}.sidebar-snippet-title:before{content:"📄";font-size:1.1em;margin-right:.2em;opacity:.85}.sidebar-snippet-desc{color:#bdbdbd;font-size:1.04rem;margin-bottom:.2rem;font-style:italic;padding-left:2px;opacity:.92}.sidebar-snippet-code{font-family:Fira Mono,Roboto Mono,monospace;font-size:1.04rem;color:#d4d4d4;background:linear-gradient(120deg,#181a1b 80%,#23272e);border-radius:10px;padding:1.1rem 1rem;margin:.2rem 0 0;white-space:pre-wrap;word-break:break-word;line-height:1.7;letter-spacing:.01em;max-height:400px;min-height:120px;padding:1.5rem 1.2rem;overflow-y:auto;box-shadow:0 2px 12px #23272e33,0 0 #3794ff22;border:1.5px solid #23272e;transition:box-shadow .2s,border .2s,background .2s;position:relative}.snippet-list-item.active{box-shadow:0 0 0 3px #3794ff55,0 2px 12px #3794ff33;background:linear-gradient(90deg,#262b32 60%,#3794ff22);border:1.5px solid #3794ff;color:#3794ff}.snippet-list-item{transition:box-shadow .18s,color .18s,background .18s,border .18s}.word-count-refresh-row{display:flex;align-items:center;gap:1rem;margin-top:.5rem;margin-bottom:.5rem}.refresh-button{background:transparent;border:1.5px solid #646669;color:#e2b714;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:background .18s,color .18s,border .18s,transform .13s;margin-left:.5rem}.refresh-button:hover{background:#23272e;color:#fff;border-color:#e2b714;transform:rotate(-30deg) scale(1.08)}.enhanced-results,.results-card,.results-header,.results-title,.results-summary{display:none!important}.monkeytype-results{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;background:none;box-shadow:none;border-radius:0;padding:2rem 1rem;opacity:0;transform:translateY(20px);animation:fadeInUpResults .5s ease-out forwards}@keyframes fadeInUpResults{to{opacity:1;transform:translateY(0)}}.monkeytype-results-grid{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:5rem;margin-bottom:2.5rem}.monkeytype-results-left{display:flex;flex-direction:column;align-items:flex-start;min-width:220px;max-width:320px;flex:1 1 320px;font-family:Roboto Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.monkeytype-main-stats{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2.5rem}.monkeytype-stat-label{color:#646669;font-size:1.3rem;font-weight:600;text-transform:lowercase;letter-spacing:.04em;margin-bottom:.1rem}.monkeytype-stat-value{color:#e2b714;font-size:6rem;font-weight:900;line-height:1;letter-spacing:-.05em}.monkeytype-acc-label{color:#646669;font-size:1.3rem;font-weight:600;text-transform:lowercase;letter-spacing:.04em;margin-top:1.5rem;margin-bottom:.1rem}.monkeytype-acc-value{color:#e2b714;font-size:4rem;font-weight:900;line-height:1;letter-spacing:-.05em}.monkeytype-secondary-stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem;margin-bottom:3rem}.monkeytype-secondary-stat{display:flex;flex-direction:column;align-items:flex-start;min-width:100px}.monkeytype-secondary-label{color:#646669;font-size:1rem;font-weight:500;text-transform:lowercase;margin-bottom:.2rem;letter-spacing:.05em}.monkeytype-secondary-value{color:#d1d0c5;font-size:1.3rem;font-weight:700;font-family:inherit}.monkeytype-restart-btn{background:none;border:1.5px solid #646669;color:#e2b714;font-size:1.8rem;cursor:pointer;margin-top:2.5rem;margin-bottom:.5rem;align-self:center;transition:color .18s ease-out,transform .13s ease-out,border-color .18s ease-out;padding:.6rem;border-radius:8px}.monkeytype-restart-btn:hover{color:#fff;border-color:#e2b714;transform:rotate(15deg) scale(1.1)}.monkeytype-results-right{flex:2 1 600px;min-width:400px;max-width:800px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.chart-container{width:100%;height:400px;position:relative;margin-bottom:2rem}.wpm-graph{width:100%;height:auto;display:flex;position:relative;margin:0;padding-bottom:0}.graph-y-axis,.graph-container .graph-background,.graph-container .graph-line,.data-point,.x-axis-labels,.x-label{display:none}.monkeytype-results-right{flex:2 1 600px;min-width:400px;max-width:800px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.monkeytype-results-right .monkeytype-restart-btn{margin-top:0;align-self:center}.monkeytype-graph-row{width:100%;margin-top:0;margin-bottom:0}@media (max-width: 900px){.monkeytype-results-grid{flex-direction:column;align-items:center;gap:3rem}.monkeytype-results-left,.monkeytype-results-right{min-width:unset;max-width:100%;width:100%;align-items:center}.monkeytype-main-stats,.monkeytype-secondary-stats{align-items:center}.monkeytype-results-left{margin-bottom:2rem}.monkeytype-results-right .monkeytype-restart-btn{margin-top:1.5rem}.chart-container{height:220px;margin-bottom:1.5rem}}.results-screen .stats-display,.results-screen .stat-column,.results-screen .stat-label,.results-screen .stat-value,.results-screen .wpm-value,.results-screen .accuracy-value,.results-screen .detailed-stats,.results-screen .stat-row,.results-screen .stat-name,.results-screen .result-buttons .restart-button{display:none!important}:root{--bg-color: #323437;--main-color: #e2b714;--text-color: #d1d0c5;--text-color-inactive: #646669;--error-color: #ca4754;--sub-color: #2c2e31;--caret-color: #e2b714}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto Mono,monospace;background-color:var(--bg-color);color:var(--text-color);width:100vw;height:100vh;overflow-x:hidden}#root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--text-color-inactive);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-color)}
