.navbar{background:#1e1e1e;color:#fff;padding:15px 20px;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between}.logo{color:#0fc;font-size:22px;font-weight:700}.nav-links{display:flex;gap:20px;list-style:none}.nav-links li a{color:#fff;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#0fc}.menu-icon{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;width:25px}.menu-icon span{background:#fff;border-radius:3px;height:3px;transition:.3s ease}.menu-icon.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.overlay{background:#0009;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@media (max-width:768px){.nav-links{align-items:flex-start;background:#111;flex-direction:column;gap:20px;height:100vh;padding:80px 20px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:240px;z-index:1001}.nav-links.active{right:0}.nav-links li a{display:block;font-size:18px;padding:8px 0;transition:background .3s ease;width:100%}.nav-links li a:hover{background:#0fc;border-radius:5px;color:#000}.menu-icon{display:flex;z-index:1002}}.home{color:#fff;margin:0;padding:0;width:100%}.hero{background:linear-gradient(to bottom right,#0f0f1e,#12122b);box-shadow:0 0 25px #00ffc826;padding:4rem 2rem;text-align:center}.hero-content h1{font-size:2.8rem;font-weight:700;margin-bottom:1rem}.hero-content h1 span{color:#00ffc8;text-shadow:0 0 12px #00ffc8b3}.hero-content p{color:#ffffffd9;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:650px}.cta-btn{background:#00ffc8;border-radius:8px;color:#0f0f1e;display:inline-block;font-size:1.1rem;font-weight:700;padding:14px 28px;text-decoration:none;transition:all .2s ease-in-out}.cta-btn:hover{background:#00e0b4;box-shadow:0 0 15px #00ffc8}section{padding:3rem 2rem;text-align:center}section h2{color:#00ffc8;font-size:2rem;margin-bottom:1rem}section p{color:#ffffffd9;line-height:1.6;margin:0 auto;max-width:800px}.feature-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-card{background:#ffffff0d;border-radius:12px;box-shadow:0 0 15px #00ffc80d;padding:1.5rem;transition:all .25s ease-in-out}.feature-card h3{color:#00ffc8;font-size:1.3rem;margin-bottom:.8rem}.feature-card p{color:#ffffffd9}.feature-card:hover{box-shadow:0 0 15px #00ffc866;transform:translateY(-5px)}.cta-footer{background:#0f0f1e;border-top:1px solid #ffffff1a;padding:3rem 2rem;text-align:center}.cta-footer h2{margin-bottom:1rem}@media (max-width:768px){.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1rem}section h2{font-size:1.6rem}.cta-btn{font-size:1rem;padding:12px 22px}}@media (max-width:480px){.hero{padding:3rem 1rem}.feature-card{padding:1rem}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.app-header,.results-section,.timer-section,.typing-area{background-color:#00000080}}*{color:#fff;margin:0;padding:0}body{background:linear-gradient(135deg,#101321,#11031e);color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}.page{padding:2rem;text-align:center}.start-button{background-color:#0fc;border-radius:8px;color:#000;display:inline-block;font-weight:700;margin-top:1rem;padding:10px 20px;text-decoration:none}.app{flex-direction:column;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.app,.logo-title{align-items:center;display:flex}.logo-title{gap:12px;justify-content:center}.typing-icon{height:50px;object-fit:contain;width:50px}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3625251a;border:1px solid #fff3;border-radius:20px;margin-bottom:.5rem;max-width:800px;padding:10px;text-align:center;width:100%}.app-header h1{color:#fff;font-size:2rem;text-shadow:0 2px 4px #0000004d}.app-main{display:flex;flex:1 1;flex-direction:column;gap:1rem;max-width:800px;width:100%}.timer-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:15px;box-shadow:0 8px 32px #0000001a;padding:7px}.timer-section h2{color:#edf8ff;font-size:1rem;margin-bottom:.5rem;text-align:center}.timer-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:.5rem}.timer-options button{background:#0000;border:2px solid #232a48;border-radius:25px;cursor:pointer;font-size:.7rem;font-weight:600;min-width:120px;padding:6px 3px;transition:all .3s ease}.timer-options button:hover{background:#020d3e;box-shadow:0 4px 5px #667eea66;color:#fff;transform:translateY(-2px)}.timer-options button.active{background:#060f31;color:#fff;transform:scale(1.05)}.custom-time-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.custom-time-input{background-color:#000;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:200px}.custom-time-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.custom-time-form button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.custom-time-form button:hover{background:#45a049;transform:translateY(-2px)}.timer-display{margin-top:1rem;text-align:center}.time-remaining h3{color:#333;font-size:12px;margin-bottom:1rem}.progress-bar{background:#1e132c;border-radius:6px;box-shadow:inset 0 2px 4px #0000001a;height:6px;overflow:hidden;width:100%}.progress-fill{background-color:#007bff;border-radius:6px;height:100%;transition:all .3s ease}.live-stats{grid-gap:1rem;background:#050515f2;border-radius:15px;box-shadow:0 8px 32px #0000001a;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1.5rem}.stat{background:#667eea1a;border:1px solid #667eea33;border-radius:10px;padding:1rem;text-align:center}.stat-label{color:#666;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.stat-value{color:#667eea;font-size:1.5rem;font-weight:700}.typing-area{border-radius:15px;box-shadow:0 8px 32px #0000001a}.sentence-display{background:#081018;border:2px solid #e9ecef;border-radius:10px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;min-height:120px;overflow-wrap:break-word;padding:10px;-webkit-user-select:none;user-select:none}.char{position:relative;transition:all .2s ease}.char.correct{color:#20f351}.char.incorrect{background-color:#000;color:#ff0019}.char.current{animation:blink 1s infinite;color:#fff}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.typing-input{background-color:initial;border:2px solid #e0e0e0;border-radius:10px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1.1rem;line-height:1.6;min-height:120px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.typing-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.typing-input:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7}.start-button{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:1.5rem auto 0;min-width:180px;padding:1rem 2rem;transition:all .3s ease}.start-button:hover{box-shadow:0 6px 25px #667eea66;transform:translateY(-3px)}.start-button:active{transform:translateY(-1px)}.results-section{background:#0a001af2;border-radius:15px;box-shadow:0 8px 32px #0000001a;padding:2rem;text-align:center}.results-section h2{color:#e1b6b6;font-size:2rem;margin-bottom:2rem}.new-record{-webkit-text-fill-color:#0000;animation:celebrate 2s ease-in-out infinite;background:linear-gradient(45deg,#291b1b,#ffb30e);-webkit-background-clip:text;background-clip:text;color:#20c997!important;font-size:.8em}@keyframes celebrate{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.result-item{background:linear-gradient(145deg,#141515,#0a1b2b);border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;transition:transform .3s ease}.result-item:hover{transform:translateY(-5px)}.result-item h3{color:#fff;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.result-value{color:#a3a3a3;font-size:2rem;font-weight:700;text-shadow:0 2px 4px #0000001a}.test-history{margin:2rem 0;text-align:left}.test-history h3{color:#333;font-size:1.3rem;margin-bottom:1rem;text-align:center}.history-list{background:#f8f9fa;border-radius:10px;max-height:200px;overflow-y:auto;padding:1rem}.history-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.history-item:last-child{margin-bottom:0}.restart-button{background:linear-gradient(45deg,#28a745,#20c997);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.restart-button:hover{box-shadow:0 6px 25px #28a74566;transform:translateY(-3px)}.app-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;color:#fffc;font-size:.9rem;margin-top:2rem;padding:1rem 2rem;text-align:center}@media (max-width:768px){.app{padding:15px}.app-header{padding:1.5rem}.app-header h1{font-size:2rem}.timer-options{align-items:center;flex-direction:column}.timer-options button{max-width:200px;width:100%}.custom-time-form{align-items:center;flex-direction:column}.custom-time-input{background-color:#0a1b2b;max-width:250px;width:100%}.live-stats{background-color:#0a1b2b;grid-template-columns:1fr}.sentence-display,.typing-input{font-size:1rem;min-height:100px}.results-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.result-item{padding:1rem}.result-value{font-size:1.5rem}.history-item{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.app-header h1{font-size:1.8rem}.results-section,.timer-section,.typing-area{padding:1.5rem}.results-grid{grid-template-columns:1fr 1fr}.result-item h3{font-size:.8rem}.result-value{font-size:1.3rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.game-container{background:#141414cc;border-radius:12px;box-shadow:0 4px 20px #0006;margin:auto;max-width:800px;padding:20px;text-align:center}.stats{color:#fff;font-size:18px;font-weight:500;margin-bottom:15px}.word-display{color:grey;display:flex;flex-wrap:wrap;font-size:22px;gap:8px;margin:20px 0 20px 10vw}.word-display span:first-child{color:#fffcfc;flex-basis:100%;font-weight:700;text-align:center}.word-display span:not(:first-child){flex-basis:auto}.word-display span{background:#ffffff0d;border-radius:4px;color:#919191;padding:4px 8px;transition:background .2s,transform .2s}.word-display span:hover{background:#ffffff1a;transform:scale(1.05)}.current-word{background:#170f40!important;color:#fff;font-weight:700}.typing-input1{background:#222;border:2px solid #444;border-radius:6px;color:#fff;font-size:18px;max-width:400px;outline:none;padding:10px;transition:border-color .2s,background .2s;width:100%}.typing-input1:focus{background:#1a1a1a;border-color:#ff9800}.level-tracker{align-items:center;display:flex;flex-wrap:wrap;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:12px;justify-content:center;margin-bottom:25px;-webkit-user-select:none;user-select:none}.level-badge{background:#888c;border-radius:10px;box-shadow:0 0 6px #0003;color:#eee;cursor:default;font-size:12px;font-weight:600;letter-spacing:1.1px;min-width:100px;padding:5px 10px;position:relative;text-align:center;transition:background-color .3s ease,color .3s ease}.level-badge:not(:last-child):after{background:#888c;border-radius:2px;content:"";height:4px;position:absolute;right:-15px;top:50%;transform:translateY(-50%);transition:background-color .3s ease;width:30px;z-index:0}.completed-level{background:#4caf50;box-shadow:0 0 12px #4caf50aa;color:#f1f8e9}.completed-level:after{background:#4caf50cc}.current-level{animation:pulse 2s ease-in-out infinite;background:#ffca28;box-shadow:0 0 16px #ffca2899;color:#3e2723;cursor:default;font-weight:700}.current-level:after{background:#ffca28cc}@keyframes pulse{0%,to{box-shadow:0 0 4px #ffca28cc,0 0 10px #ffca28cc}50%{box-shadow:0 0 10px #ffca28,0 0 2px #ffca28}}.level-badge:hover{background-color:#ffeb3bcc;box-shadow:0 0 20px #ffeb3bbaa;color:#3e2723}@media (max-width:600px){.level-tracker{flex-direction:column;gap:18px}.level-badge{font-size:16px;min-width:150px;padding:14px 30px}.level-badge:after{display:none}}.moregames-container{background-color:#10071e;color:#fff;min-height:100vh;padding:20px;text-align:center}.moregames-container h1{color:#f0f;font-size:36px;margin-bottom:10px}.game-tagline{color:#ccc;font-size:18px;margin-bottom:30px}:root{--reflux-bg:#10071e;--reflux-text:#e9e5f7;--reflux-muted:#bdb6d9;--reflux-accent:#7c5cff;--reflux-accent-2:#5a37f0;--reflux-surface:#180c2e;--reflux-surface-2:#1f123a;--reflux-danger:#ff5c7a;--reflux-green:#39d98a;--reflux-orange:#ffb020;--reflux-red:#ff6b6b;--reflux-shadow:0 10px 30px #00000059}*{box-sizing:border-box}.reflux-page{align-items:center;background:#10071e;background:var(--reflux-bg);color:#e9e5f7;color:var(--reflux-text);display:flex;justify-content:center;min-height:100vh;padding:32px 16px}.reflux-wrapper{max-width:760px;width:100%}.reflux-title{background:linear-gradient(0deg,#fff,#cfc7ff);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:clamp(24px,4vw,42px);font-weight:800;letter-spacing:.5px;margin:0 0 18px;text-align:center}.reflux-scoreboard{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.reflux-score-item{align-items:center;background:linear-gradient(180deg,#180c2e,#1f123a);background:linear-gradient(180deg,var(--reflux-surface),var(--reflux-surface-2));border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 30px #00000059;box-shadow:var(--reflux-shadow);display:flex;justify-content:space-between;padding:14px 16px}.reflux-label{color:#bdb6d9;color:var(--reflux-muted);font-size:13px}.reflux-value{font-size:22px;font-weight:800;letter-spacing:.4px}.reflux-streak-green .reflux-value{color:#39d98a;color:var(--reflux-green)}.reflux-streak-orange .reflux-value{color:#ffb020;color:var(--reflux-orange)}.reflux-streak-red .reflux-value{color:#ff6b6b;color:var(--reflux-red)}.reflux-card{background:linear-gradient(180deg,#160b2a,#11071f 70%);border:1px solid #ffffff14;border-radius:22px;box-shadow:0 10px 30px #00000059;box-shadow:var(--reflux-shadow);margin-top:8px;padding:24px}.reflux-word{font-size:clamp(36px,6vw,72px);font-weight:800;letter-spacing:1.2px;line-height:1.1;margin:14px 0 12px;text-align:center;-webkit-user-select:none;user-select:none}.reflux-fade{animation:refluxFadeIn .25s ease-out}@keyframes refluxFadeIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.reflux-input-row{display:flex;justify-content:center;margin:18px 0 8px}.reflux-input{background:#ffffff0f;border:1px solid #ffffff24;border-radius:14px;color:#e9e5f7;color:var(--reflux-text);font-size:18px;outline:none;padding:14px 16px;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease;width:min(600px,96%)}.reflux-input:focus{background:#ffffff17;border-color:#7c5cff;border-color:var(--reflux-accent);box-shadow:0 0 0 4px #7c5cff2e}.reflux-input:disabled{cursor:not-allowed;opacity:.6}.reflux-controls{display:flex;gap:12px;justify-content:center;margin:12px 0 6px}.reflux-btn{appearance:none;background:linear-gradient(180deg,#7c5cff,#5a37f0);background:linear-gradient(180deg,var(--reflux-accent),var(--reflux-accent-2));border:none;border-radius:12px;box-shadow:0 10px 20px #5a37f059;color:#fff;cursor:pointer;font-weight:800;letter-spacing:.4px;padding:12px 18px;transition:transform .1s ease,filter .14s ease,box-shadow .14s ease}.reflux-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.reflux-btn:active{transform:translateY(0)}.reflux-btn-ghost{background:#0000;border:1px solid #ffffff38;box-shadow:none;color:#e9e5f7;color:var(--reflux-text)}.reflux-hints{color:#bdb6d9;color:var(--reflux-muted);display:flex;font-size:13px;gap:16px;justify-content:center;margin-top:14px}.reflux-over{padding:24px 8px 12px;text-align:center}.reflux-over-title{font-size:clamp(24px,4vw,34px);font-weight:900;margin-bottom:6px}.reflux-over-sub{font-size:18px}.reflux-footer,.reflux-over-sub{color:#bdb6d9;color:var(--reflux-muted)}.reflux-footer{font-size:12px;margin-top:16px;text-align:center}@media (max-width:520px){.reflux-scoreboard{gap:10px}.reflux-score-item{padding:12px}.reflux-input{font-size:16px}}.reflux-timer{font-size:12px;margin-bottom:10px;text-align:center}
/*# sourceMappingURL=main.1f1a1da6.css.map*/