.tps-home{padding:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);min-height:100vh}.tps-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:50px 24px;color:#fff;text-align:center;position:relative;overflow:hidden;max-width:1400px;margin:0 auto;width:100%}.tps-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.tps-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.tps-hero-title{font-size:48px;font-weight:700;margin:0 0 20px;line-height:1.2;animation:fadeInUp .8s ease-out}.tps-hero-highlight{color:#fbbf24;text-shadow:0 2px 10px rgba(251,191,36,.3)}.tps-hero-subtitle{font-size:20px;margin:0 0 40px;opacity:.95;font-weight:300;animation:fadeInUp .8s ease-out .2s both}.tps-hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s both}.tps-hero-button{padding:14px 32px;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent}.tps-hero-button.primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.tps-hero-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.tps-hero-button.secondary{background:transparent;color:#fff;border-color:#fff}.tps-hero-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.tps-hero-animation{margin-top:40px;animation:fadeInUp .8s ease-out .6s both}.tps-keyboard-animation{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.tps-keys{display:inline-block;padding:12px 16px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;font-weight:600;font-size:18px;animation:keyPress 2s ease-in-out infinite}.tps-keys.k1{animation-delay:0s}.tps-keys.k2{animation-delay:.25s}.tps-keys.k3{animation-delay:.5s}.tps-keys.k4{animation-delay:.75s}.tps-keys.k5{animation-delay:1s}.tps-keys.k6{animation-delay:1.25s}.tps-keys.k7{animation-delay:1.5s}.tps-keys.k8{animation-delay:1.75s}@keyframes keyPress{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1;box-shadow:0 0 20px #ffffff80}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tps-home-main{max-width:1400px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:32px}.tps-section-header{text-align:center;margin-bottom:40px}.tps-section-header h2{font-size:36px;font-weight:700;color:#1e293b;margin:0 0 12px}.tps-section-header p{font-size:18px;color:#64748b;margin:0}.tps-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px}.tps-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden}.tps-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.tps-card:hover:before{transform:scaleX(1)}.tps-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tps-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tps-card-icon{font-size:32px;line-height:1}.tps-card-title{font-size:20px;font-weight:600;color:#1e293b;margin:0}.tps-card-description{font-size:15px;color:#64748b;line-height:1.6;margin:0 0 16px}.tps-card-footer{display:flex;justify-content:space-between;align-items:center}.tps-card-arrow{font-size:20px;color:#667eea;transition:transform .3s ease}.tps-card:hover .tps-card-arrow{transform:translate(4px)}.tps-card-badge{font-size:12px;padding:4px 10px;background:#f1f5f9;color:#64748b;border-radius:12px;font-weight:500}.tps-card-disabled{opacity:.7;cursor:not-allowed}.tps-card-disabled:hover{transform:none}.tps-advantages{background:#fff;border-radius:20px;padding:48px 32px;box-shadow:0 4px 16px #00000014;margin-top:40px}.tps-advantages h2{font-size:28px;font-weight:700;color:#1e293b;text-align:center;margin:0 0 40px}.tps-advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.tps-advantage-item{text-align:center;padding:24px;border-radius:12px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);transition:transform .3s ease}.tps-advantage-item:hover{transform:translateY(-4px)}.tps-advantage-icon{font-size:48px;margin-bottom:16px;display:block}.tps-advantage-item h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.tps-advantage-item p{font-size:14px;color:#64748b;margin:0;line-height:1.6}.tps-home-right{display:flex;flex-direction:column;gap:24px}.tps-guide-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;overflow:hidden}.tps-guide-content{padding:20px}.tps-guide-list{list-style:none;padding:0;margin:0}.tps-guide-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.tps-guide-item:last-child{border-bottom:none}.tps-guide-icon{color:#10b981;font-weight:700;font-size:18px;flex-shrink:0;margin-top:2px}.tps-guide-item span:last-child{color:#475569;font-size:14px;line-height:1.6}.tps-article-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.tps-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.tps-article-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0}.tps-article-header h3{font-size:20px;font-weight:600;color:#1e293b;margin:0}.tps-article-badge{font-size:12px;padding:4px 10px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-radius:12px;font-weight:600}.tps-article-image-container{position:relative;margin:20px;border-radius:12px;overflow:hidden;aspect-ratio:16/9}.tps-article-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tps-article-card:hover .tps-article-image{transform:scale(1.05)}.tps-article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 100%)}.tps-article-content{padding:0 20px 20px}.tps-article-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 16px;line-height:1.4}.tps-article-excerpt{color:#64748b;font-size:14px;line-height:1.8}.tps-article-excerpt p{margin:0 0 12px}.tps-article-excerpt p:last-child{margin-bottom:0}.tps-tips-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:24px;color:#fff;box-shadow:0 4px 16px #667eea4d}.tps-tips-title{font-size:20px;font-weight:600;margin:0 0 20px;color:#fff}.tps-tips-list{list-style:none;padding:0;margin:0}.tps-tip-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2)}.tps-tip-item:last-child{border-bottom:none}.tps-tip-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff3;border-radius:50%;font-weight:600;font-size:14px;flex-shrink:0}.tps-tip-item span:last-child{font-size:14px;line-height:1.6;opacity:.95}.tps-cta{background:linear-gradient(135deg,#1e293b,#334155);padding:80px 24px;text-align:center;color:#fff;max-width:1400px;margin:0 auto;width:100%}.tps-cta-content{max-width:800px;margin:0 auto}.tps-cta h2{font-size:36px;font-weight:700;margin:0 0 16px}.tps-cta p{font-size:18px;margin:0 0 32px;opacity:.9}.tps-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.tps-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}@media(max-width:1024px){.tps-home-main{grid-template-columns:1fr}.tps-hero-title{font-size:36px}.tps-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media(max-width:768px){.tps-hero{padding:40px 20px}.tps-hero-title{font-size:28px}.tps-hero-subtitle{font-size:16px}.tps-home-main{padding:40px 20px}.tps-section-header h2{font-size:28px}.tps-card-grid{grid-template-columns:1fr;gap:16px}.tps-advantages-grid{grid-template-columns:1fr}.tps-cta{padding:60px 20px}.tps-cta h2{font-size:28px}}.tps-card-visible{animation:fadeInUp .6s ease-out}.tps-card-primary:before{background:linear-gradient(90deg,#667eea,#764ba2)}.tps-card-primary:hover{border-color:#667eea}.tps-card-secondary:before{background:linear-gradient(90deg,#f093fb,#f5576c)}.tps-card-secondary:hover{border-color:#f5576c}.tps-card-accent:before{background:linear-gradient(90deg,#4facfe,#00f2fe)}.tps-card-accent:hover{border-color:#4facfe}.tps-card-success:before{background:linear-gradient(90deg,#43e97b,#38f9d7)}.tps-card-success:hover{border-color:#43e97b}.tps-card-info:before{background:linear-gradient(90deg,#667eea,#764ba2)}.tps-card-info:hover{border-color:#667eea}.tps-card-warning:before{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.tps-card-warning:hover{border-color:#fbbf24}.tps-card-icon{transition:transform .3s ease}.tps-card:hover .tps-card-icon{transform:scale(1.1) rotate(5deg)}.tps-hero:after{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}html{scroll-behavior:smooth}.tps-scrolled{transition:all .3s ease}.tps-advantage-item{position:relative;overflow:hidden}.tps-advantage-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.tps-advantage-item:hover:before{left:100%}.tps-advantage-icon{transition:transform .3s ease}.tps-advantage-item:hover .tps-advantage-icon{transform:scale(1.2) rotate(10deg)}.tps-guide-item{transition:background-color .2s ease,padding-left .2s ease}.tps-guide-item:hover{background-color:#f8fafc;padding-left:8px}.tps-guide-icon{transition:transform .2s ease}.tps-guide-item:hover .tps-guide-icon{transform:scale(1.2)}.tps-article-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease}.tps-article-card:hover .tps-article-image-container:after{opacity:1}.tps-tip-item{transition:transform .2s ease,padding-left .2s ease}.tps-tip-item:hover{transform:translate(4px);padding-left:4px}.tps-tip-number{transition:transform .3s ease,background-color .3s ease}.tps-tip-item:hover .tps-tip-number{transform:scale(1.1) rotate(360deg);background-color:#ffffff4d}.tps-cta{position:relative;overflow:hidden}.tps-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tps-cta-content{position:relative;z-index:1}.tps-home:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.tps-home>*{position:relative;z-index:1}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.tps-card{opacity:0;animation:fadeInUp .6s ease-out forwards}.tps-card:nth-child(1){animation-delay:.1s}.tps-card:nth-child(2){animation-delay:.2s}.tps-card:nth-child(3){animation-delay:.3s}.tps-card:nth-child(4){animation-delay:.4s}.tps-card:nth-child(5){animation-delay:.5s}.tps-card:nth-child(6){animation-delay:.6s}.tps-hero-button{position:relative;overflow:hidden}.tps-hero-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.tps-hero-button:hover:before{width:300px;height:300px}.tps-hero-button span{position:relative;z-index:1}.tps-keyboard-animation{perspective:1000px}.tps-keys{transform-style:preserve-3d;transition:transform .2s ease}.tps-keys:hover{transform:translateZ(10px) rotateY(5deg)}.tps-advantages{position:relative;overflow:hidden}.tps-advantages:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);border-radius:50%}.tps-advantages:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(118,75,162,.1) 0%,transparent 70%);border-radius:50%}.tps-advantages h2,.tps-advantages-grid{position:relative;z-index:1}@media(max-width:1024px){.tps-hero:after{width:300px;height:300px}.tps-advantages:before,.tps-advantages:after{width:200px;height:200px}}@media(max-width:768px){.tps-hero-button,.tps-cta-button{width:100%;max-width:280px}.tps-article-image-container{margin:16px}.tps-article-content{padding:0 16px 16px}}@media(prefers-color-scheme:dark){.tps-home{background:linear-gradient(180deg,#0f172a,#1e293b)}.tps-card{background:#1e293b;border-color:#334155;color:#f1f5f9}.tps-card-title{color:#f1f5f9}.tps-card-description{color:#cbd5e1}.tps-section-header h2{color:#f1f5f9}.tps-section-header p{color:#cbd5e1}.tps-advantages{background:#1e293b}.tps-advantages h2{color:#f1f5f9}.tps-advantage-item{background:linear-gradient(135deg,#1e293b,#334155)}.tps-advantage-item h3{color:#f1f5f9}.tps-advantage-item p{color:#cbd5e1}.tps-guide-card{background:#1e293b}.tps-guide-item span:last-child{color:#cbd5e1}.tps-article-card{background:#1e293b}.tps-article-header h3,.tps-article-title{color:#f1f5f9}.tps-article-excerpt{color:#cbd5e1}}@media print{.tps-hero,.tps-cta,.tps-hero-animation{display:none}.tps-home{background:#fff}.tps-card{break-inside:avoid;box-shadow:none;border:1px solid #e2e8f0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.tps-card:focus-visible,.tps-hero-button:focus-visible,.tps-cta-button:focus-visible{outline:3px solid #667eea;outline-offset:2px}.target-char-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;min-height:200px;box-sizing:border-box}.char-display-container{width:100%;display:flex;flex-direction:column;gap:.5rem;align-items:center}.target-chars-row{display:flex;gap:.25rem;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.target-chars-row::-webkit-scrollbar{display:none}.target-char{font-size:28px;font-weight:500;color:#2c3e50;min-width:1.2em;text-align:center;padding:.25rem .125rem;border-radius:4px;transition:all .2s ease;white-space:pre;display:inline-block}.target-char.current{background-color:#fef3c7;color:#92400e;font-weight:700}.input-chars-row{display:flex;gap:.25rem;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.input-chars-row::-webkit-scrollbar{display:none}.input-char{font-size:28px;font-weight:500;min-width:1.2em;text-align:center;padding:.25rem .125rem;border-radius:4px;transition:all .2s ease;white-space:pre;display:inline-block}.input-char.correct{color:#27ae60;background-color:#d5f4e6}.input-char.error{color:#e74c3c;background-color:#fadbd8}.input-char.current{background-color:#e3f2fd;color:#1976d2;font-weight:700;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.target-char-main{font-size:60px;font-weight:700;color:#2c3e50;line-height:1;min-height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hand-indicator-container{display:flex;align-items:center;justify-content:center;gap:40px;padding:40px 20px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;box-shadow:0 4px 20px #00000014;position:relative;margin-top:10px}.hand-section{display:flex;flex-direction:column;align-items:center;min-width:380px}.hand-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.hand-emoji{font-size:24px}.hand-title{font-size:18px;font-weight:700;color:#374151}.left-hand .hand-title{color:#3b82f6}.right-hand .hand-title{color:#10b981}.fingers-row{display:flex;gap:8px;margin-bottom:10px}.finger-item{position:relative;display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#fff;border-radius:12px;border:2px solid #e5e7eb;min-width:56px;height:100px;transition:all .3s ease;box-shadow:0 2px 6px #0000000d}.finger-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.finger-item.active{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b4d;z-index:1}.finger-item.modifier-active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;box-shadow:0 4px 15px #3b82f64d;z-index:1}.finger-item.modifier-active .finger-name{color:#1e40af}.finger-emoji{font-size:20px;margin-bottom:6px;height:32px;display:flex;align-items:center;justify-content:center}.finger-info{display:flex;flex-direction:column;align-items:center;gap:2px}.finger-name{font-size:14px;font-weight:600;color:#374151}.finger-item.active .finger-name{color:#92400e}.finger-code{font-size:11px;font-family:Monaco,Consolas,monospace;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}.finger-item.active .finger-code{background:#f59e0b33;color:#92400e}.active-indicator{position:absolute;top:-6px;right:-6px;width:12px;height:12px;background:#f59e0b;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;box-shadow:0 0 8px #f59e0bcc}.modifier-indicator{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap;box-shadow:0 2px 6px #3b82f666;z-index:2}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.8}}.hand-direction{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:#6b7280}.direction-arrow{color:#9ca3af;font-weight:700}.separator{display:flex;flex-direction:column;align-items:center;gap:8px}.separator-line{width:1px;height:40px;background:linear-gradient(to bottom,transparent,#d1d5db,transparent)}.separator-text{font-size:12px;color:#6b7280;background:#fff;padding:4px 12px;border-radius:12px;border:1px solid #e5e7eb;white-space:nowrap}.active-finger-hint{position:absolute;top:15px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border-radius:25px;box-shadow:0 4px 15px #667eea66;z-index:10;min-width:300px;justify-content:center}.hint-title{font-size:14px;opacity:.9}.hint-content{display:flex;align-items:center;gap:8px}.hint-content .hand-emoji{font-size:18px}.hint-content .finger-emoji{font-size:20px;background:#fff3;padding:6px;border-radius:50%}.finger-text{font-size:14px;font-weight:500}.finger-code-badge{background:#ffffff4d;padding:2px 10px;border-radius:12px;font-size:12px;font-family:Monaco,Consolas,monospace}.hint-separator{font-size:14px;font-weight:500;margin:0 4px}@media(max-width:768px){.hand-indicator-container{flex-direction:column;gap:30px;padding:50px 15px 15px}.separator{flex-direction:row;width:100%;justify-content:center;gap:20px}.separator-line{width:40px;height:1px;background:linear-gradient(to right,transparent,#d1d5db,transparent)}.active-finger-hint{position:absolute;top:15px;left:50%;transform:translate(-50%);margin-top:0;width:90%;min-width:auto}.fingers-row{gap:6px}.finger-item{min-width:48px;padding:10px 6px;height:90px}.finger-emoji{font-size:18px;height:28px}}@media(max-width:480px){.hand-indicator-container{padding:45px 12px 12px}.active-finger-hint{top:12px;padding:8px 16px;flex-wrap:wrap;justify-content:center}.hint-title{display:none}.hint-content{gap:6px}.fingers-row{gap:4px}.finger-item{min-width:44px;padding:8px 4px;height:80px}.finger-emoji{font-size:16px;height:24px}.finger-name{font-size:12px}.finger-code{font-size:10px}.hand-title{font-size:16px}}.tps-kb{display:flex;flex-direction:column;gap:6px;padding:12px 16px;border-radius:16px;background:#e5e7eb;width:100%}.tps-kb-row{display:flex;gap:4px;justify-content:space-between;align-items:stretch}.tps-kb-row[id=row-1]:before{content:"";flex:0 0 .5%}.tps-kb-key{flex:0 1 auto;min-width:32px;min-height:48px;padding:10px 8px;border-radius:8px;background:#fff;border:2px solid #d1d5db;border-top-width:4px;text-align:center;font-size:12px;box-shadow:0 2px 4px #0f172a1f;transition:transform .06s ease,box-shadow .06s ease,background .06s ease,border-color .06s ease;display:flex;align-items:center;justify-content:center}.tps-kb-key span{display:block}.tps-kb-spacer{flex:0 1 auto;flex-shrink:0;background:transparent;border:none;box-shadow:none;padding:0;margin:0}.tps-kb-key.is-highlight{background:#fef3c7;border-color:#fbbf24}.tps-kb-key.is-pressed{transform:translateY(1px);box-shadow:0 0 #0f172a1f;background:#e0f2fe}.tps-kb-key.is-error{background:#fee2e2;border-color:#ef4444}.practice-stats{background-color:#f8f9fa;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;flex:1;min-height:0}.practice-stats-header{text-align:center;margin-bottom:15px;flex-shrink:0}.practice-stats-header h3{margin:0;color:#333;font-size:18px;font-weight:600}.practice-stats-content{flex:1;display:flex;flex-direction:column;gap:15px;overflow-y:auto}.practice-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:15px}.practice-stat-item{text-align:center;padding:10px;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d}.practice-stat-value{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:5px}.practice-stat-label{font-size:12px;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px}.practice-result-summary{display:flex;justify-content:space-around;padding:10px;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d}.practice-result-item{display:flex;align-items:center;gap:8px}.practice-result-label{font-size:14px;color:#7f8c8d}.practice-result-value{font-size:16px;font-weight:600}.practice-result-value.correct{color:#27ae60}.practice-result-value.error{color:#e74c3c}.stats-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:25px;padding:8px 0}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%;text-align:center;box-sizing:border-box;min-height:60px}.stat-label{font-size:13px;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin:0}.stat-value{font-size:18px;font-weight:600;color:#2c3e50}.stat-item.highlight{background-color:#3498db;padding:12px 16px;border-radius:6px;box-shadow:0 2px 4px #0000001a}.stat-item.highlight .stat-label,.stat-item.highlight .stat-value{color:#fff}.stat-item.highlight .stat-value{font-size:20px}.stats-full{margin-top:auto;padding-top:15px;border-top:1px solid #e0e0e0;flex-shrink:0}.stats-message{text-align:center;margin-top:10px;padding:8px;background-color:#2ecc71;color:#fff;border-radius:4px;font-weight:600}.practice-stats-content::-webkit-scrollbar{width:6px}.practice-stats-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.practice-stats-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.practice-stats-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.practice-control-panel{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1rem 1.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.control-buttons-group{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:nowrap;white-space:nowrap;align-items:center}.control-group{display:flex;align-items:center;gap:.5rem}.control-group label{font-size:14px;color:#2c3e50;cursor:pointer;display:flex;align-items:center;gap:.5rem}.control-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff;cursor:pointer;color:#2c3e50}.control-select:focus{outline:none;border-color:#3498db}.control-checkbox{width:18px;height:18px;cursor:pointer}.control-button{padding:.75rem 1.5rem;background:#3498db;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;display:inline-block;white-space:nowrap;flex-shrink:0}.control-button:hover:not(:disabled){background:#2980b9}.control-button:active:not(:disabled){background:#21618c}.control-button:disabled{background:#95a5a6;color:#ecf0f1;cursor:not-allowed;opacity:.6}.control-button:last-child{margin-right:0}.control-button-secondary{background:#f39c12}.control-button-secondary:hover:not(:disabled){background:#e67e22}.control-button-secondary:active:not(:disabled){background:#d35400}.control-button-secondary:disabled{background:#95a5a6;color:#ecf0f1;cursor:not-allowed;opacity:.6}.control-button-danger{background:#e74c3c}.control-button-danger:hover:not(:disabled){background:#c0392b}.control-button-danger:active:not(:disabled){background:#a93226}.control-button-danger:disabled{background:#95a5a6;color:#ecf0f1;cursor:not-allowed;opacity:.6}.progress-bar-container{width:100%;margin-bottom:20px;position:relative;padding:15px}.progress-bar-label{position:absolute;top:-10px;right:10px;background-color:#4caf50;color:#fff;padding:5px 10px;border-radius:15px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #0003;z-index:10}.progress-bar{width:100%;height:20px;background-color:#e0e0e0;border-radius:10px;overflow:hidden;position:relative;box-shadow:0 2px 4px #0000001a}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease;border-radius:10px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;color:#fff;font-size:12px;font-weight:700}.progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.2) 10px,rgba(255,255,255,.2) 20px);animation:progressAnimation 1s linear infinite}@keyframes progressAnimation{0%{background-position:0 0}to{background-position:20px 20px}}.finger-practice-page{padding:2rem;max-width:1400px;margin:0 auto}.practice-settings{margin-bottom:1.5rem}.practice-display{display:flex;justify-content:center;gap:1.5rem;align-items:stretch;margin-bottom:1.5rem}.practice-stats-container{display:flex;flex-direction:column;gap:1rem;min-width:300px;flex-shrink:0;min-height:310px;box-sizing:border-box}.practice-keyboard{display:flex;justify-content:center;margin-bottom:1.5rem;width:100%}.practice-stats{margin-top:1rem}.article-viewer{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;min-height:300px}.article-content{font-size:18px;line-height:2;color:#2c3e50;font-family:Courier New,monospace;word-wrap:break-word;white-space:pre-wrap}.article-char{display:inline;transition:background-color .1s}.article-char-correct{color:#2ecc71;background-color:#2ecc711a}.article-char-error{color:#e74c3c;background-color:#e74c3c33;text-decoration:underline}.article-char-current{background-color:#3498db;color:#fff;padding:2px 0;border-radius:2px;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.5}}.article-selector{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.selector-header h3{margin:0;font-size:18px;color:#2c3e50}.selector-toggle-btn{padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .2s}.selector-toggle-btn:hover:not(:disabled){background:#2980b9}.selector-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.custom-input-section{display:flex;flex-direction:column;gap:1rem}.custom-textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px}.custom-textarea:focus{outline:none;border-color:#3498db}.custom-submit-btn{padding:.75rem 1.5rem;background:#2ecc71;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;align-self:flex-start}.custom-submit-btn:hover:not(:disabled){background:#27ae60}.custom-submit-btn:disabled{opacity:.5;cursor:not-allowed}.preset-list{display:flex;flex-direction:column;gap:.75rem}.preset-item{padding:1rem;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s}.preset-item:hover{border-color:#3498db;background-color:#3498db0d}.preset-title{font-weight:500;color:#2c3e50;margin-bottom:.5rem}.preset-preview{font-size:14px;color:#7f8c8d;font-style:italic}.result-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.result-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.dialog-header h2{margin:0;font-size:24px;color:#2c3e50}.dialog-close-btn{background:none;border:none;font-size:28px;color:#7f8c8d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.dialog-close-btn:hover{background:#ecf0f1}.dialog-content{padding:1.5rem}.result-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.result-stat{text-align:center;padding:1rem;background:#f8f9fa;border-radius:4px}.result-stat-label{font-size:14px;color:#7f8c8d;margin-bottom:.5rem}.result-stat-value{font-size:32px;font-weight:700;color:#3498db}.error-stats-section{margin-top:2rem}.error-stats-section h3{margin:0 0 1rem;font-size:18px;color:#2c3e50}.error-list{display:flex;flex-direction:column;gap:.5rem}.error-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff5f5;border-left:3px solid #e74c3c;border-radius:4px}.error-char{font-weight:500;color:#2c3e50;font-size:16px}.error-count{color:#e74c3c;font-weight:500}.dialog-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #eee}.dialog-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.dialog-btn-primary{background:#3498db;color:#fff}.dialog-btn-primary:hover{background:#2980b9}.dialog-btn-secondary{background:#ecf0f1;color:#2c3e50}.dialog-btn-secondary:hover{background:#bdc3c7}.article-practice-page{padding:2rem;max-width:1440px;margin:0 auto}.article-layout{display:flex;gap:2rem;align-items:flex-start}.article-left{flex:1;display:flex;flex-direction:column;gap:1.5rem}.article-right{flex:0 0 350px}.article-controls{display:flex;justify-content:flex-end}.change-article-btn{padding:.75rem 1.5rem;background:#e67e22;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.change-article-btn:hover{background:#d35400}.hidden-input{position:absolute;opacity:0;pointer-events:none;width:0;height:0;border:none;padding:0;margin:0}@media(max-width:1024px){.article-layout{flex-direction:column}.article-right{flex:1;width:100%}}.session-history-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.history-header h3{margin:0;font-size:18px;color:#2c3e50}.clear-history-btn{padding:.5rem 1rem;background:#e74c3c;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .2s}.clear-history-btn:hover{background:#c0392b}.history-items{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto}.history-item{padding:1rem;border:1px solid #eee;border-radius:4px;transition:all .2s}.history-item:hover{border-color:#3498db;background-color:#3498db0d}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.history-mode{font-weight:500;color:#3498db;font-size:14px}.history-date{font-size:12px;color:#7f8c8d}.history-item-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.history-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:4px}.stat-label{font-size:12px;color:#7f8c8d;margin-bottom:.25rem}.stat-value{font-size:18px;font-weight:700;color:#2c3e50}.session-history-empty{text-align:center;padding:3rem 1rem;color:#7f8c8d}.session-history-empty p{margin:.5rem 0}.empty-hint{font-size:14px}.error-heatmap{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.error-heatmap h3{margin:0 0 1rem;font-size:18px;color:#2c3e50}.heatmap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.heatmap-item{padding:1rem;border-radius:4px;text-align:center;cursor:pointer;transition:transform .2s}.heatmap-item:hover{transform:scale(1.05)}.heatmap-char{font-size:20px;font-weight:700;margin-bottom:.25rem}.heatmap-count{font-size:12px;opacity:.9}.error-heatmap-empty{text-align:center;padding:2rem;color:#7f8c8d}.trend-charts{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.trend-charts h3{margin:0 0 1.5rem;font-size:18px;color:#2c3e50}.charts-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.chart-section{display:flex;flex-direction:column}.chart-section h4{margin:0 0 1rem;font-size:16px;color:#7f8c8d;text-align:center}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:200px;gap:4px;padding:.5rem;border-bottom:2px solid #eee}.chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.chart-bar{width:100%;min-height:4px;border-radius:2px 2px 0 0;transition:opacity .2s;cursor:pointer}.chart-bar:hover{opacity:.8}.chart-bar-wpm{background:#3498db}.chart-bar-accuracy{background:#2ecc71}.chart-label{font-size:10px;color:#7f8c8d;margin-top:.25rem}.trend-charts-empty{text-align:center;padding:2rem;color:#7f8c8d}@media(max-width:768px){.charts-container{grid-template-columns:1fr}}.profile-page{padding:2rem;max-width:1400px;margin:0 auto}.profile-header{margin-bottom:2rem;text-align:center}.profile-header h1{margin:0 0 .5rem;font-size:32px;color:#2c3e50}.profile-subtitle{margin:0;color:#7f8c8d;font-size:16px}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-section{width:100%}.coming-soon-page{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem;max-width:1400px;margin:0 auto}.coming-soon-content{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0f172a14;max-width:500px}.coming-soon-content h1{font-size:32px;color:#111827;margin:0 0 1rem;font-weight:600}.coming-soon-message{font-size:16px;color:#6b7280;margin:0 0 2rem}.coming-soon-icon{font-size:64px;margin-top:1rem}.feedback-form-container{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.feedback-form-container.feedback-form-page-mode{position:static;background:transparent;padding:0}.feedback-form{background:#fff;border-radius:12px;padding:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px #00000026}.feedback-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.feedback-form-header h2{margin:0;font-size:24px;color:#111827;font-weight:600}.feedback-close-btn{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.feedback-close-btn:hover{background:#f3f4f6;color:#111827}.feedback-form-group{margin-bottom:20px}.feedback-form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.feedback-form-group .required{color:#e74c3c}.feedback-form-group input,.feedback-form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.feedback-form-group input:focus,.feedback-form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.feedback-form-group textarea{resize:vertical;min-height:120px}.feedback-message{padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.feedback-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.feedback-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.feedback-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.feedback-btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s,transform .1s}.feedback-btn:disabled{opacity:.6;cursor:not-allowed}.feedback-btn-cancel{background:#f3f4f6;color:#374151}.feedback-btn-cancel:hover:not(:disabled){background:#e5e7eb}.feedback-btn-submit{background:#3498db;color:#fff}.feedback-btn-submit:hover:not(:disabled){background:#2980b9;transform:translateY(-1px)}.feedback-btn-submit:active:not(:disabled){transform:translateY(0)}.feedback-copy-info{margin-top:20px;padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.feedback-copy-content h3{margin:0 0 16px;font-size:18px;color:#111827;font-weight:600}.feedback-email-display{margin-bottom:16px}.feedback-email-item{margin-bottom:8px;font-size:14px;color:#374151;line-height:1.6}.feedback-email-item strong{color:#111827;margin-right:8px}.feedback-email-item span{color:#3498db;word-break:break-all}.feedback-copy-actions{display:flex;gap:12px;margin-bottom:12px}.feedback-btn-copy{background:#10b981;color:#fff}.feedback-btn-copy:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.feedback-btn-mail{background:#6366f1;color:#fff}.feedback-btn-mail:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.feedback-copy-hint{margin:0;font-size:13px;color:#6b7280;line-height:1.5}.feedback-message strong{display:block;margin-bottom:4px;font-weight:600}.feedback-message p{margin:0;font-size:13px}.feedback-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.feedback-page{padding:2rem;max-width:1400px;margin:0 auto}.feedback-page-container{max-width:800px;margin:0 auto}.feedback-page h1{font-size:32px;color:#111827;margin:0 0 1rem;font-weight:600;text-align:center}.feedback-page-description{font-size:16px;color:#6b7280;text-align:center;margin:0 0 2rem;line-height:1.6}.feedback-page .feedback-form{box-shadow:0 4px 12px #0f172a14}.tps-app{min-height:100vh;display:flex;flex-direction:column}.tps-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#0f172a;color:#f9fafb;max-width:1400px;margin:0 auto;width:100%}.tps-logo{font-size:18px;font-weight:600;color:#f9fafb}.tps-nav a{margin-left:16px;color:#cbd5f5;font-size:14px}.tps-nav a.active{color:#fff;border-bottom:2px solid #3498db;padding-bottom:4px}.tps-main{flex:1;padding:16px 24px 32px}.tps-footer{padding:8px 24px 16px;text-align:center;font-size:12px;color:#6b7280}.tps-home-main{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:24px;max-width:1400px;margin:0 auto;width:100%}.tps-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}@media(max-width:768px){.tps-home-main{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:#f5f7fb;color:#1f2933}a{color:inherit;text-decoration:none}.tps-page{padding:24px}.tps-card{display:flex;flex-direction:column;justify-content:space-between;padding:16px 18px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0f172a14;transition:transform .12s ease,box-shadow .12s ease}.tps-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a1f}.tps-card-title{margin:0 0 8px;color:#111827;font-size:18px}.tps-card-desc{margin:0 0 12px;font-size:14px;color:#4b5563}.tps-card-link{font-size:14px;color:#3498db;font-weight:500}.tps-collapse{background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 4px 12px #0f172a0f}.tps-collapse-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.tps-collapse-header h2{margin:0;font-size:16px}.tps-collapse-body{margin-top:8px;font-size:14px;color:#4b5563}.tps-stats-card{background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 4px 14px #0f172a14}.tps-stats-header{font-size:14px;font-weight:600;margin-bottom:8px}.tps-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-bottom:8px}.tps-stats-label{font-size:12px;color:#6b7280}.tps-stats-value{font-size:18px;font-weight:600;color:#111827}.tps-stats-progress{margin-top:8px}.tps-progress-bar{margin-top:4px;width:100%;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.tps-progress-inner{height:100%;border-radius:999px;background:linear-gradient(90deg,#2ecc71,#3498db)}.tps-stats-progress-text{margin-top:4px;font-size:12px;color:#6b7280}
