.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.duration-btn.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.duration-btn.opacity-75,#sound-toggle.opacity-75,#live-stats-toggle.opacity-75,#test-mode-selector-btn.opacity-75,#language-selector-btn.opacity-75{opacity:.75;cursor:not-allowed!important;position:relative}.duration-btn.opacity-75:hover,#sound-toggle.opacity-75:hover,#live-stats-toggle.opacity-75:hover,#test-mode-selector-btn.opacity-75:hover,#language-selector-btn.opacity-75:hover{opacity:.75!important;transform:none!important;border-color:inherit!important}.duration-btn.opacity-75:after,#sound-toggle.opacity-75:after,#live-stats-toggle.opacity-75:after,#test-mode-selector-btn.opacity-75:after,#language-selector-btn.opacity-75:after{content:"🔒";position:absolute;top:-8px;right:-8px;font-size:12px;background:#a57900;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.9}.custom-tooltip{position:absolute;background:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;pointer-events:none}.custom-tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.custom-tooltip.below:before{top:-10px;border-top-color:transparent;border-bottom-color:#1f2937}.custom-tooltip.show{opacity:1;visibility:visible;transform:translateY(0)}.dark .custom-tooltip{background:#374151}.dark .custom-tooltip:before{border-top-color:#374151}.dark .custom-tooltip.below:before{border-bottom-color:#374151}.grid-cols-13{grid-template-columns:repeat(13,minmax(0,1fr))}.seo-content,.seo-content h1,.seo-content h2,.seo-content h3,.seo-content h4,.seo-content p,.seo-content li,.seo-content span{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}#typing-text{text-align:left!important;text-justify:auto!important;-webkit-text-align:left!important;-moz-text-align:left!important;color:#374151!important;font-family:Fira Code,Courier New,Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:32px!important;line-height:1.4!important;font-weight:600!important;word-spacing:-2px!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth!important;min-height:200px!important;max-height:400px!important;position:relative!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.typing-test-active #typing-text,.typing-test-active .typing-line,.typing-test-active .typing-paragraph{text-align:left!important;text-justify:auto!important;-webkit-text-align:left!important;-moz-text-align:left!important;-moz-text-align-last:left!important;text-align-last:left!important}.dark #typing-text{color:#f3f4f6!important}#typing-text::-webkit-scrollbar{display:none!important}@keyframes lineComplete{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}@keyframes lineEnter{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-line-complete{animation:lineComplete .3s ease-out forwards}.animate-line-enter{animation:lineEnter .3s ease-out forwards}#typing-text span{transition:none}.char-span{display:inline;white-space:normal;word-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;font-family:Courier New,Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:32px!important;line-height:1.4!important;font-weight:600!important;word-spacing:-2px!important;transition:none;position:relative!important;will-change:color,background-color}.word-wrapper{display:inline-block!important;white-space:nowrap!important}#typing-text[style*="direction: rtl"]{text-align:right!important;direction:rtl!important}#typing-text[style*="direction: rtl"] .char-span{direction:rtl!important;unicode-bidi:bidi-override!important;position:relative!important}.typing-paragraph[style*="direction: rtl"]{direction:rtl!important;text-align:right!important;unicode-bidi:bidi-override!important}#typing-text[style*="direction: rtl"] .char-span.bg-blue-200{position:relative!important}.char-span.transition-all{transition:color .03s ease-in-out,background-color .03s ease-in-out}.char-span.text-gray-800{color:#22c55e!important}.char-span.text-green-600{color:#22c55e!important;font-weight:600!important;position:relative!important}.dark .char-span.text-green-600{color:#22c55e!important}@keyframes backspacePrevented{0%{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}to{transform:translate(0)}}.char-span.backspace-prevented{animation:backspacePrevented .3s ease-in-out;background-color:#ef44441a!important;border-radius:2px!important}.char-span.text-red-500{color:#dc2626!important;background-color:#fef2f2!important}.char-span.text-gray-400{color:#374151!important}.dark .char-span.text-gray-400{color:#9ca3af!important}.char-span.text-gray-800.bg-blue-200,.char-span.bg-blue-200,.char-span[data-index].bg-blue-200,.char-span[data-index="0"].bg-blue-200,.char-span[data-index="0"].text-gray-800.bg-blue-200{color:#374151!important;background-color:transparent!important;position:relative!important;border:none!important;margin:0!important}.char-span.text-gray-800.bg-blue-200:after,.char-span.bg-blue-200:after,.char-span[data-index].bg-blue-200:after,.char-span[data-index="0"].bg-blue-200:after,.char-span[data-index="0"].text-gray-800.bg-blue-200:after{content:"";position:absolute;left:-1px;top:0;bottom:0;width:3px;background-color:#3b82f6;animation:cursor-blink 1s infinite;border-radius:1px;z-index:10;transition:opacity .1s ease-out}#typing-text[style*="direction: rtl"] .char-span.bg-blue-200:after,#typing-text[style*="direction: rtl"] .char-span.text-gray-800.bg-blue-200:after,#typing-text[style*="direction: rtl"] .char-span[data-index].bg-blue-200:after,#typing-text[style*="direction: rtl"] .char-span[data-index="0"].bg-blue-200:after,#typing-text[style*="direction: rtl"] .char-span[data-index="0"].text-gray-800.bg-blue-200:after{left:auto;right:-1px}.typing-paragraph[style*="direction: rtl"] .char-span.bg-blue-200:after,.typing-paragraph[style*="direction: rtl"] .char-span.text-gray-800.bg-blue-200:after,.typing-paragraph[style*="direction: rtl"] .char-span[data-index].bg-blue-200:after,.typing-paragraph[style*="direction: rtl"] .char-span[data-index="0"].bg-blue-200:after,.typing-paragraph[style*="direction: rtl"] .char-span[data-index="0"].text-gray-800.bg-blue-200:after{left:auto;right:-1px}@keyframes cursor-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.char-span.bg-blue-200,.char-span.text-gray-800.bg-blue-200{will-change:opacity}.dark .char-span.bg-blue-200,.dark .char-span.text-gray-800.bg-blue-200,.dark .char-span[data-index].bg-blue-200,.dark .char-span[data-index="0"].bg-blue-200,.dark .char-span[data-index="0"].text-gray-800.bg-blue-200{background-color:transparent!important;color:#d1d5db!important;border:none!important;padding:0!important;font-weight:400!important}.dark .char-span.text-gray-800.bg-blue-200:after,.dark .char-span.bg-blue-200:after,.dark .char-span[data-index].bg-blue-200:after,.dark .char-span[data-index="0"].bg-blue-200:after,.dark .char-span[data-index="0"].text-gray-800.bg-blue-200:after{background-color:#60a5fa}.dark .char-span.text-red-500.bg-red-100{background-color:#dc2626!important;color:#fff!important;border:2px solid #ef4444!important;border-radius:4px!important;padding:2px 4px!important;font-weight:700!important}.dark .char-span.text-gray-800{color:#10b981!important}.typing-line{text-align:left!important;text-justify:auto!important;-webkit-text-align:left!important;-moz-text-align:left!important;line-height:1.8!important;margin-bottom:1rem!important;word-spacing:.1em;letter-spacing:.02em;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;transition:all .5s ease-out}.typing-line.current-line{border-left:4px solid #3b82f6;padding-left:1rem;background-color:#3b82f60d;border-radius:0 .5rem .5rem 0;text-align:left!important;text-justify:auto!important;-webkit-text-align:left!important;-moz-text-align:left!important;-moz-text-align-last:left!important;text-align-last:left!important}.typing-line.completed-line{color:#6b7280;opacity:.6;transform:translateY(-10px)}.typing-line.preview-line{color:#9ca3af;opacity:.7}.typing-paragraph{text-align:left!important;text-justify:auto!important;-webkit-text-align:left!important;-moz-text-align:left!important;line-height:1.8!important;margin-bottom:1rem!important;word-spacing:.1em;letter-spacing:.02em;-webkit-hyphens:auto;hyphens:auto;word-break:break-word;transition:transform .1s ease-out;will-change:transform;transform:translateZ(0)}.typing-line-wrapper{display:inline;text-align:justify!important;text-justify:inter-word!important}#typing-text span span{display:inline;white-space:normal}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.new-text-char{transition:color .3s ease,opacity .3s ease!important}#share-tooltip{transition:opacity .2s ease-in-out,transform .2s ease-in-out}#share-tooltip.hidden{opacity:0;transform:translateY(10px) translate(-50%);pointer-events:none}#share-tooltip:not(.hidden){opacity:1;transform:translateY(0) translate(-50%)}.share-btn{transition:all .2s ease-in-out;transform:scale(1)}.share-btn:hover{transform:scale(1.05)}.share-btn:active{transform:scale(.95)}#share-tooltip>div{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dark #share-tooltip>div{background-color:#1f2937f2;border-color:#4b5563}#share-result-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;position:relative;overflow:hidden;-webkit-share:none;-moz-share:none;share:none}#share-result-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}#share-result-btn:hover:before{left:100%}#share-result-btn svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}#share-result-btn:hover svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}#share-result-btn[data-share],#share-result-btn[share],#share-result-btn[onclick*=share]{pointer-events:none}#share-result-btn:before,#share-result-btn:after{display:none!important}#language-selector-btn{transition:all .2s ease-in-out}#selected-language .flag-emoji,.language-option .flag-emoji,.test-mode-option span{font-family:"Segoe UI Emoji",Segoe UI Symbol,"Apple Color Emoji","Noto Color Emoji",sans-serif!important;line-height:1!important;display:inline-block!important}.test-mode-option>div:last-child{text-align:left!important;align-items:flex-start!important}#language-selector-btn:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.dark #language-selector-btn:hover{border-color:#60a5fa}#language-selector-btn:focus{box-shadow:0 0 0 3px #3b82f61a}.dark #language-selector-btn:focus{box-shadow:0 0 0 3px #60a5fa1a}#language-dropdown{animation:dropdownSlide .2s ease-out}.language-option{transition:all .15s ease-in-out}.language-option:hover{background-color:#f3f4f6}.dark .language-option:hover{background-color:#374151}.language-option:active{transform:scale(.98)}#language-search{transition:border-color .2s ease-in-out}#language-search:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark #language-search:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}#test-mode-selector-btn{transition:all .2s ease-in-out}#test-mode-selector-btn:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.dark #test-mode-selector-btn:hover{border-color:#60a5fa}#test-mode-selector-btn:focus{box-shadow:0 0 0 3px #3b82f61a}.dark #test-mode-selector-btn:focus{box-shadow:0 0 0 3px #60a5fa1a}#test-mode-dropdown{animation:dropdownSlide .2s ease-out}.test-mode-option{transition:all .15s ease-in-out}.test-mode-option:hover{background-color:#f3f4f6}.dark .test-mode-option:hover{background-color:#374151}.test-mode-option:active{transform:scale(.98)}#test-mode-search{transition:border-color .2s ease-in-out}#test-mode-search:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark #test-mode-search:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.typing-test-active button,.typing-test-active input:not(#typing-input),.typing-test-active select,.typing-test-active textarea,.typing-test-active a,.typing-test-active [tabindex]{tabindex:-1!important;pointer-events:none!important}.typing-test-active button:hover,.typing-test-active input:not(#typing-input):hover,.typing-test-active select:hover,.typing-test-active textarea:hover,.typing-test-active a:hover{pointer-events:none!important}.typing-test-active #typing-input{pointer-events:auto!important;tabindex:0!important}.typing-test-active .during-test-hide,.typing-test-active .seo-content{display:none!important}#typing-page-wrapper{transition:max-width .35s ease,padding .35s ease,width .35s ease}.typing-test-active #typing-page-wrapper{max-width:100%!important}#results-modal{position:fixed!important;inset:0!important;background-color:#00000080!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}#results-modal.hidden{display:none!important}#results-modal>div{position:relative!important;z-index:10000!important;max-height:80vh!important;overflow-y:auto!important;background:#fff!important;border-radius:.75rem!important;padding:1.5rem!important;max-width:32rem!important;width:100%!important;margin:0 1rem!important;border:1px solid #e5e7eb!important}body.modal-open{overflow:hidden!important}@media (max-width: 640px){#share-tooltip{left:50%!important;transform:translate(-50%)!important;min-width:280px!important}#share-tooltip .grid{grid-template-columns:1fr!important}#share-tooltip .col-span-2{grid-column:span 1!important}#language-selector-btn{width:120px;font-size:.875rem}#language-dropdown{width:280px;left:50%;transform:translate(-50%)}#test-mode-selector-btn{width:120px;font-size:.875rem}#test-mode-dropdown{width:280px;left:50%;transform:translate(-50%)}}.lang-ps #typing-text{font-family:Vazirmatn,sans-serif!important;font-weight:500!important;word-spacing:normal!important;letter-spacing:.01em!important}.lang-ps #typing-text .char-span{font-family:Vazirmatn,sans-serif!important;font-weight:500!important}.lang-fa #typing-text{font-family:Amiri,serif!important;font-weight:500!important;word-spacing:normal!important;letter-spacing:.01em!important}.lang-fa #typing-text .char-span{font-family:Amiri,serif!important;font-weight:500!important}.lang-ur #typing-text{font-family:Noto Nastaliq Urdu,serif!important;font-weight:500!important;word-spacing:normal!important;letter-spacing:.01em!important}.lang-ur #typing-text .char-span{font-family:Noto Nastaliq Urdu,serif!important;font-weight:500!important}.lang-ar #typing-text{font-family:Cairo,sans-serif!important;font-weight:500!important;word-spacing:normal!important;letter-spacing:.01em!important}.lang-ar #typing-text .char-span{font-family:Cairo,sans-serif!important;font-weight:500!important}
