@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;width:100%}body{margin:0;min-width:100%;min-height:100vh;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background:var(--primary-color);color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.navbar{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:center;gap:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.navbar a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.navbar a:hover{background:#fff3;transform:translateY(-2px)}.navbar .active{background:#fff3;font-weight:600}.Game-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-header{text-align:center;margin-bottom:2rem}.game-header h1{font-size:2.5rem;color:#4a5568;margin-bottom:1rem;font-weight:700}.stats{display:flex;justify-content:center;gap:3rem;margin-top:1rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-label{font-size:.9rem;color:#718096;font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:#2d3748}.timer{display:flex;flex-direction:column;align-items:center;gap:.5rem}.timer-label{font-size:.9rem;color:#718096;font-weight:500}.timer-value{font-size:1.5rem;font-weight:700;color:#2d3748;font-family:Courier New,monospace}.quote-display{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2rem;min-height:120px;display:flex;align-items:center}.quote-text{font-size:1.2rem;line-height:1.8;color:#4a5568;font-weight:400}.char{transition:all .1s ease;border-radius:2px;padding:1px 2px}.char.correct{color:#38a169;background:#38a1691a}.char.incorrect{color:#e53e3e;background:#e53e3e1a;text-decoration:underline;text-decoration-color:#e53e3e}.char.current{background:#3182ce;color:#fff;border-radius:3px;padding:2px 4px}.input-section{margin-bottom:2rem}.typing-input{width:100%;min-height:120px;padding:1.5rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1.1rem;line-height:1.6;font-family:inherit;resize:vertical;transition:all .3s ease;background:#fff;color:#000}.typing-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.typing-input:disabled{background:#f7fafc;color:#718096;cursor:not-allowed}.completion-message{text-align:center;padding:2rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border-radius:12px;margin-top:2rem}.completion-message h2{font-size:2rem;margin-bottom:1rem}.completion-message p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.reset-button{background:#fff;color:#38a169;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.reset-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.loading{text-align:center;font-size:1.2rem;color:#718096;padding:2rem}.copyright-mark{text-align:center;color:#ffffffb3;margin-top:2rem;font-size:.9rem}.about-container{max-width:1000px;margin:2rem auto;padding:0 2rem}.about-content{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:3rem;color:#4a5568;margin-bottom:1rem;font-weight:700}.subtitle{font-size:1.2rem;color:#718096;font-weight:400}.about-sections{display:flex;flex-direction:column;gap:3rem}.about-section{border-bottom:1px solid #e2e8f0;padding-bottom:2rem}.about-section:last-child{border-bottom:none}.about-section h2{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600}.about-section p{font-size:1.1rem;line-height:1.7;color:#4a5568}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#3182ce}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.2rem;color:#2d3748;margin-bottom:.8rem;font-weight:600}.feature-card p{font-size:.95rem;color:#718096;line-height:1.6}.instructions{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.instruction-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px;border-left:4px solid #3182ce}.step-number{background:#3182ce;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.instruction-step h4{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.instruction-step p{font-size:.95rem;color:#718096;margin:0}.developer-info{margin-top:1.5rem}.developer-card{display:flex;align-items:center;gap:2rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.developer-avatar{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.developer-details h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.developer-title{font-size:1rem;color:#3182ce;margin-bottom:1rem;font-weight:500}.developer-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1rem}.developer-skills{display:flex;gap:.5rem;flex-wrap:wrap}.skill-tag{background:#3182ce;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.tech-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.tech-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;text-align:center}.tech-item h4{font-size:1.1rem;color:#2d3748;margin-bottom:.8rem;font-weight:600}.tech-item p{font-size:.9rem;color:#718096;margin:0}.about-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.about-footer p{font-size:.9rem;color:#718096;margin-bottom:.5rem}.contact-container{max-width:1200px;margin:2rem auto;padding:0 2rem}.contact-content{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:3rem;color:#4a5568;margin-bottom:1rem;font-weight:700}.contact-sections{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info-section h2,.contact-form-section h2{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600}.contact-info-section p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.contact-methods{display:grid;gap:1.5rem;margin-bottom:2rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.contact-method:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#3182ce}.contact-icon{font-size:2rem;flex-shrink:0}.contact-method h3{font-size:1.2rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.contact-method p{font-size:1rem;color:#4a5568;margin-bottom:.5rem}.contact-note{font-size:.85rem;color:#718096;font-style:italic}.social-links{display:flex;gap:.8rem;flex-wrap:wrap}.social-link{color:#3182ce;text-decoration:none;font-weight:500;padding:.3rem .8rem;border:1px solid #3182ce;border-radius:20px;font-size:.85rem;transition:all .3s ease}.social-link:hover{background:#3182ce;color:#fff}.website-link{color:#3182ce;text-decoration:none;font-weight:500}.website-link:hover{text-decoration:underline}.contact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.stat-item{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px}.stat-item h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.stat-item p{font-size:.9rem;opacity:.9;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;color:#2d3748;font-weight:500}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.submit-button:disabled{opacity:.7;cursor:not-allowed}.success-message{background:#48bb78;color:#fff;padding:1rem;border-radius:8px;text-align:center;font-weight:500;margin-top:1rem}.contact-footer{border-top:1px solid #e2e8f0;padding-top:2rem}.faq-section h3{font-size:1.8rem;color:#2d3748;margin-bottom:1.5rem;font-weight:600;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#3182ce}.faq-item h4{font-size:1.1rem;color:#2d3748;margin-bottom:.8rem;font-weight:600}.faq-item p{font-size:.95rem;color:#718096;line-height:1.6;margin:0}@media (max-width: 768px){.Game-container{margin:1rem;padding:1.5rem}.game-header h1{font-size:2rem}.stats{gap:2rem}.quote-text{font-size:1rem}.typing-input{font-size:1rem;padding:1rem}.about-container{margin:1rem;padding:0 1rem}.about-content{padding:2rem}.about-header h1{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.developer-card{flex-direction:column;text-align:center;gap:1rem}.tech-stack{grid-template-columns:1fr}.instruction-step{flex-direction:column;text-align:center}.contact-sections{flex-direction:column;gap:2rem}.contact-methods{grid-template-columns:1fr}.contact-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.faq-grid{grid-template-columns:1fr}}
