@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Poppins:wght@400;600;700&display=swap";body{margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f4f8;color:#1a202c}.app-container{display:flex;flex-direction:column;min-height:100vh}._navbar_1v0xd_1{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:1000}._container_1v0xd_10{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}._logo_1v0xd_19{display:flex;align-items:center;gap:.5rem;color:#2d3748;font-size:1.5rem;font-weight:700;font-family:Poppins,sans-serif}._logoIcon_1v0xd_29{font-size:2rem}._navLinks_1v0xd_33{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}._link_1v0xd_41{color:#4a5568;font-weight:600;text-decoration:none;transition:color .2s ease-in-out;position:relative;padding-bottom:.25rem}._link_1v0xd_41:hover{color:#2b6cb0}._link_1v0xd_41:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#2b6cb0;transition:width .3s ease-in-out}._link_1v0xd_41:hover:after{width:100%}._footer_v8mcp_1{background-color:#2d3748;color:#e2e8f0;padding:2rem 0;margin-top:auto}._container_v8mcp_8{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._container_v8mcp_8 p{margin:0}._links_v8mcp_23{display:flex;gap:.75rem;align-items:center}._links_v8mcp_23 a{color:#a0aec0;text-decoration:none;transition:color .2s ease-in-out}._links_v8mcp_23 a:hover{color:#fff;text-decoration:underline}._resultsContainer_1g5bn_1{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}._resultsTitle_1g5bn_10{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0}._heroStat_1g5bn_18{background:linear-gradient(145deg,#3b82f6,#60a5fa);color:#fff;width:200px;height:200px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #3b82f64d}._heroStat_1g5bn_18 p{margin:0;font-size:1rem;font-weight:600;opacity:.9}._wpmValue_1g5bn_38{font-size:5rem;font-weight:700;line-height:1;font-family:Roboto Mono,monospace}._secondaryStats_1g5bn_46{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-bottom:1rem}._statCard_1g5bn_54{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}._statCard_1g5bn_54:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000012}._statIcon_1g5bn_70{width:24px;height:24px;color:#475569}._statDetails_1g5bn_76 p{margin:0 0 .25rem;font-size:.9rem;color:#475569;font-weight:600;text-align:left}._statDetails_1g5bn_76 span{font-size:2rem;font-weight:700;font-family:Roboto Mono,monospace;text-align:left;display:block}._accValueGood_1g5bn_92{color:#16a34a}._accValueBad_1g5bn_93{color:#f59e0b}._correctWord_1g5bn_94{color:#16a34a}._incorrectWord_1g5bn_95{color:#dc2626}._restartButton_1g5bn_97{background:#475569;color:#fff;font-size:1.1rem;font-weight:600;padding:.8rem 2rem;border-radius:8px;transition:background-color .2s,transform .2s;border:none;cursor:pointer}._restartButton_1g5bn_97:hover{background-color:#334155;transform:translateY(-2px)}._homepage_1oxnh_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;flex-grow:1}._testContainer_1oxnh_10{width:100%;max-width:900px;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 20px #0000000d,0 6px 6px #00000012;display:flex;flex-direction:column;gap:1.5rem}._timer_1oxnh_22{display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:2.5rem;font-weight:700;color:#fff;background:linear-gradient(145deg,#3b82f6,#60a5fa);border-radius:50%;box-shadow:0 4px 10px #3b82f64d;font-family:Roboto Mono,monospace}._wordSection_1oxnh_38{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;height:140px;overflow:hidden;line-height:2.2;font-family:Roboto Mono,monospace;font-size:1.5rem;display:flex;flex-wrap:wrap;align-content:flex-start;gap:.5rem .75rem;overflow-y:auto;scroll-behavior:smooth}._word_1oxnh_38{color:#64748b;transition:color .2s}._currentWord_1oxnh_61{color:#0f172a;background-color:#dbeafe;padding:.1rem .4rem;border-radius:4px}._correctWord_1oxnh_68{color:#16a34a}._incorrectWord_1oxnh_72{color:#dc2626;text-decoration:line-through}._typingSection_1oxnh_77{display:flex;gap:1rem;align-items:center}._typebox_1oxnh_83{flex-grow:1;padding:1rem;font-size:1.25rem;border:2px solid #cbd5e1;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;font-family:Roboto Mono,monospace}._typebox_1oxnh_83:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}._inputError_1oxnh_99{background-color:#fee2e2;border-color:#ef4444}._restartButtonIcon_1oxnh_104{background-color:#475569;color:#fff;border-radius:8px;width:58px;height:58px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}._restartButtonIcon_1oxnh_104 svg{width:28px;height:28px}._restartButtonIcon_1oxnh_104:hover{background-color:#334155;transform:rotate(-90deg)}._resultsContainer_1oxnh_127{text-align:center}._resultsTitle_1oxnh_131{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem}._statsGrid_1oxnh_138{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}._statCard_1oxnh_145{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}._statCard_1oxnh_145 p{margin:0 0 .5rem;font-size:1.1rem;color:#475569;font-weight:600}._statCard_1oxnh_145 span{font-size:3rem;font-weight:700;font-family:Roboto Mono,monospace}._wpmValue_1oxnh_165{color:#3b82f6}._accValueGood_1oxnh_169{color:#16a34a}._accValueBad_1oxnh_172{color:#f59e0b}._fullWidth_1oxnh_176{grid-column:1 / -1}._details_1oxnh_180{display:flex;justify-content:center;gap:2rem;margin-top:1rem;font-size:1.2rem}._restartButton_1oxnh_104{background:linear-gradient(145deg,#3b82f6,#60a5fa);color:#fff;font-size:1.2rem;font-weight:600;padding:1rem 2.5rem;border-radius:8px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px #3b82f64d}._restartButton_1oxnh_104:hover{transform:translateY(-2px);box-shadow:0 6px 15px #3b82f666}
