:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background:#121212;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.text-input-container{width:100%;max-width:100%;box-sizing:border-box}.input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.input-header h2{margin:0;color:#fff;font-size:1.5rem;font-weight:600}.input-meta{display:flex;align-items:center;gap:12px}.word-count{font-size:.9rem;color:#fff;font-weight:500;background:#121212;padding:6px 12px;border-radius:20px;border:1px solid #FFFFFF}.paste-btn{background:#ff3b30;color:#fff;border:none;padding:8px 16px;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #ff3b304d}.paste-btn:hover{background:#e03126;transform:translateY(-1px);box-shadow:0 4px 12px #ff3b3066}.textarea-container{width:100%;max-width:100%;border:1px solid #FFFFFF;border-radius:12px;transition:all .3s ease;box-sizing:border-box;background:#1e1e1e}.textarea-container:focus-within{border-color:#ff3b30;box-shadow:0 0 0 3px #ff3b3033}.text-input{width:100%;max-width:100%;min-height:200px;max-height:400px;padding:20px;border:none;border-radius:11px;font-size:1.1rem;font-family:inherit;line-height:1.6;resize:none;outline:none;background:#1e1e1e;color:#fff;transition:background-color .3s ease;box-sizing:border-box}.text-input:focus{background:#1e1e1e;color:#fff}.text-input::placeholder{color:#999;font-style:italic}.input-footer{margin-top:20px;text-align:center}.help-text{margin:0;font-size:.95rem;color:#777;display:flex;align-items:center;justify-content:center;gap:8px}@media(max-width:768px){.input-header{flex-direction:column;align-items:flex-start;gap:15px}.input-meta{width:100%;justify-content:space-between}.text-input{min-height:150px;padding:15px;font-size:1rem;box-sizing:border-box}.textarea-container{box-sizing:border-box}.paste-btn{padding:6px 12px;font-size:.8rem}.help-text{font-size:.9rem;flex-direction:column;gap:5px}}@media(max-width:480px){.input-header h2{font-size:1.3rem}.word-count{font-size:.8rem;padding:3px 10px}.text-input{min-height:120px;padding:12px;font-size:.95rem;box-sizing:border-box}.textarea-container{box-sizing:border-box}}.reading-pane{position:relative;height:200px;display:flex;align-items:center;justify-content:center;background:#121212;border-radius:12px;border:1px solid #FFFFFF;margin-bottom:30px;box-shadow:0 8px 32px #00000080;transition:all .3s ease;min-width:600px;overflow:visible}.reading-pane:before,.reading-pane:after{content:"";position:absolute;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent,#555,transparent)}.reading-pane:before{top:30%}.reading-pane:after{bottom:30%}.reading-pane.focus-mode{height:100vh;margin:0;border-radius:0;position:fixed;inset:0;z-index:1000}.word-container{position:relative;width:100%;max-width:800px;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible}.word-display{font-size:2.8rem;font-weight:400;color:#fff;font-family:JetBrains Mono,Roboto Mono,Courier New,monospace;letter-spacing:.5px;line-height:1;display:flex;align-items:center;justify-content:center;min-height:1em}.word-display.ready-state{color:#ccc;font-size:2.2rem}.word-prefix{display:flex;justify-content:flex-end;flex:1;min-width:0;opacity:.8;white-space:nowrap;text-overflow:clip}.orp-focus{flex:0 0 1ch;flex-shrink:0;color:#ff3b30;font-weight:600;text-shadow:0 0 12px rgba(255,59,48,.6);position:relative;z-index:3;text-align:center;white-space:nowrap}.word-suffix{display:flex;justify-content:flex-start;flex:1;min-width:0;opacity:.8;white-space:nowrap;text-overflow:clip}@media(max-width:768px){.reading-pane{height:160px;margin-bottom:25px;min-width:500px}.word-container{max-width:600px}.word-display{font-size:2.4rem}.reading-pane:before,.reading-pane:after{left:15px;right:15px}}@media(max-width:480px){.reading-pane{height:140px;margin-bottom:20px;min-width:400px}.word-container{max-width:500px}.word-display{font-size:2rem}.reading-pane:before,.reading-pane:after{left:12px;right:12px}}.speed-control{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;background:#1e1e1e;border-radius:12px;border:1px solid #FFFFFF;min-width:250px}.speed-control label{font-weight:600;color:#fff;font-size:.9rem}.speed-input-group{display:flex;align-items:center;gap:15px;width:100%}.speed-slider{flex:1;height:6px;background:#333;border-radius:3px;outline:none;-webkit-appearance:none;appearance:none}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#ff3b30;cursor:pointer;box-shadow:0 2px 8px #ff3b3066}.speed-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#ff3b30;cursor:pointer;border:none;box-shadow:0 2px 8px #ff3b3066}.speed-display{display:flex;flex-direction:column;align-items:center;min-width:50px}.wpm-value{font-size:1.5rem;font-weight:700;color:#ff3b30}.wpm-label{font-size:.8rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.speed-label{font-size:.8rem;color:#fff;font-style:italic;text-align:center}@media(max-width:768px){.speed-control{min-width:200px;padding:15px}.speed-input-group{flex-direction:column;gap:10px}.wpm-value{font-size:1.3rem}}.playback-controls{display:flex;gap:15px;align-items:center}.play-pause-btn,.reset-btn{background:#ff3b30;color:#fff;border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #ff3b304d}.play-pause-btn:hover:not(:disabled),.reset-btn:hover:not(:disabled){background:#e03126;transform:translateY(-2px);box-shadow:0 4px 12px #ff3b3066}.play-pause-btn:disabled,.reset-btn:disabled{background:#666;cursor:not-allowed;transform:none;box-shadow:none}.play-pause-btn.playing{background:#ff3b30}.play-pause-btn.playing:hover:not(:disabled){background:#e03126}@media(max-width:768px){.playback-controls{width:100%;justify-content:center}.play-pause-btn,.reset-btn{flex:1;justify-content:center;padding:14px 16px;font-size:.9rem}}@media(max-width:480px){.playback-controls{flex-direction:column}.play-pause-btn,.reset-btn{width:100%;max-width:200px}}.progress-section{margin-top:30px}.progress-bar{width:100%;height:14px;background:#333;border-radius:7px;margin-bottom:15px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080;border:1px solid #FFFFFF}.progress-fill{height:100%;background:linear-gradient(90deg,#ff3b30,#e03126);border-radius:6px;width:0%;transition:width .3s ease;position:relative;box-shadow:0 0 10px #ff3b3066}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-stats{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.progress-text{display:flex;align-items:baseline;gap:5px;font-size:.9rem;color:#fff}.words-read,.total-words{font-weight:700;color:#ff3b30}.separator,.words-label{color:#fff}.time-remaining{font-size:.9rem;color:#ff3b30;font-weight:500}@media(max-width:768px){.progress-stats{flex-direction:column;align-items:center;gap:8px}.progress-text{order:2}.time-remaining{order:1}}.app{max-width:1000px;margin:0 auto;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;color:#fff;transition:all .3s ease}.app.focus-mode{max-width:none;padding:0;background:#121212}header{text-align:center;margin-bottom:30px;color:#fff}header h1{font-size:2.5rem;margin-bottom:10px;font-weight:600;color:#fff}header p{font-size:1.1rem;opacity:.8;max-width:600px;margin:0 auto;color:#fff}main{display:grid;gap:30px}.input-section,.reading-section{background:#1e1e1e;border:1px solid #FFFFFF;border-radius:12px;padding:30px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.controls-section{display:flex;gap:30px;align-items:center;justify-content:center;flex-wrap:wrap}.controls-section.focus-controls{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:#000c;padding:20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001}.focus-mode-btn{background:#ff4757;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #ff47574d}.focus-mode-btn:hover{background:#ff3838;transform:translateY(-2px);box-shadow:0 6px 16px #ff475766}.focus-main{height:100vh;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.app{padding:15px}header h1{font-size:2rem}.controls-section{flex-direction:column;gap:20px}main{gap:20px}.input-section,.reading-section{padding:20px}}
