*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.main-layout{max-width:1400px;margin:0 auto;padding:20px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:1100px){.main-layout{grid-template-columns:1fr 1fr}}@media (max-width:700px){.main-layout{grid-template-columns:1fr}}.nickname-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.nickname-card{background:white;border-radius:16px;padding:48px 40px;box-shadow:0 20px 60px rgba(0,0,0,.2);text-align:center;width:100%;max-width:420px}.nickname-card h1{font-size:2rem;margin-bottom:8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nickname-card p{color:#666;margin-bottom:32px;font-size:.95rem}.nickname-input{width:100%;padding:14px 16px;font-size:1.1rem;border:2px solid #e1e5e9;border-radius:10px;outline:none;transition:border-color .2s;margin-bottom:16px;text-align:center}.nickname-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.15)}.nickname-submit-btn{width:100%;padding:14px;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.nickname-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.nickname-submit-btn:disabled{opacity:.5;cursor:not-allowed}.typing-game{background:white;border-radius:16px;padding:28px;box-shadow:0 10px 40px rgba(0,0,0,.15);height:520px;overflow-y:auto}.typing-game h2{font-size:1.4rem;margin-bottom:20px;color:#333;border-bottom:2px solid #f0f0f0;padding-bottom:12px}.player-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4px 12px;border-radius:20px;font-size:.85rem;margin-bottom:16px}.start-screen{text-align:center;padding:20px 0}.start-screen p{color:#666;margin-bottom:20px}.theme-selector{display:flex;gap:8px;justify-content:center;margin-bottom:20px}.theme-btn{padding:7px 18px;font-size:.9rem;font-weight:500;background:#f0f0f0;color:#555;border:2px solid transparent;border-radius:20px;cursor:pointer;transition:all .2s}.theme-btn:hover{background:#e0e0e0}.theme-btn.active{border-color:transparent}.start-button,.theme-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.start-button{padding:12px 32px;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.start-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.4)}.game-screen .stats{display:flex;gap:16px;margin-bottom:16px}.stat-item{background:#f8f9fa;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:500;color:#555}.sentence-display{background:#f8f9fa;border-left:4px solid #667eea;border-radius:0 8px 8px 0;padding:16px;margin-bottom:16px}.sentence-text{font-size:1.1rem;line-height:1.6;color:#333;letter-spacing:.3px}.typing-input{width:100%;padding:12px 14px;font-size:1rem;border:2px solid #e1e5e9;border-radius:8px;outline:none;margin-bottom:12px;transition:border-color .2s}.typing-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.progress{height:6px;background:#e1e5e9;border-radius:3px;margin-bottom:16px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .1s}.reset-button{padding:8px 20px;font-size:.9rem;background:#f0f0f0;color:#555;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.reset-button:hover{background:#e0e0e0}.result-screen{text-align:center;padding:10px 0}.result-screen h2{color:#28a745;margin-bottom:20px;border-bottom:none}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.result-item{background:#f8f9fa;border-radius:10px;padding:14px 10px}.result-item span:first-child{display:block;font-size:.8rem;color:#888;margin-bottom:4px}.result-item span:last-child{font-size:1.3rem;font-weight:700;color:#333}.submit-status{font-size:.85rem;margin-bottom:12px;padding:6px 12px;border-radius:6px}.submit-status.submitting{background:#fff3cd;color:#856404}.submit-status.success{background:#d4edda;color:#155724}.submit-status.error{background:#f8d7da;color:#721c24}.play-again-button{padding:12px 28px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#28a745,#20c997);color:white;border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.play-again-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(40,167,69,.4)}.scoreboard{background:white;border-radius:16px;padding:28px;box-shadow:0 10px 40px rgba(0,0,0,.15);height:520px;overflow-y:auto}.scoreboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border-bottom:2px solid #f0f0f0;padding-bottom:12px}.scoreboard-header h2{font-size:1.4rem;color:#333}.refresh-btn{padding:6px 14px;font-size:.85rem;background:#f0f0f0;color:#555;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.refresh-btn:hover{background:#e0e0e0}.score-table{width:100%;border-collapse:collapse;font-size:.9rem}.score-table th{text-align:left;padding:8px 10px;color:#888;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f0f0f0}.score-table td{padding:10px;border-bottom:1px solid #f5f5f5;color:#444}.score-row:hover{background:#f8f9fa}.score-row.current-player{background:linear-gradient(135deg,rgba(102,126,234,.08),rgba(118,75,162,.08))}.score-row.current-player td{font-weight:600;color:#5a6fd6}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.85rem;font-weight:700}.rank-1{background:#FFD700;color:#7a6000}.rank-2{background:#C0C0C0;color:#555}.rank-3{background:#CD7F32;color:#fff}.rank-other{background:#f0f0f0;color:#666}.wpm-value{font-weight:700;color:#667eea}.no-scores{text-align:center;padding:40px 0;color:#aaa;font-size:.95rem}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-cell{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:shimmer 1.4s linear infinite;height:14px}.skeleton-table{display:flex;flex-direction:column;gap:12px;padding:4px 0}.skeleton-row{display:flex;align-items:center;gap:12px;padding:6px 10px}.skeleton-rank{width:28px;height:28px;border-radius:50%;flex-shrink:0}.skeleton-nick{flex:2 1}.skeleton-acc,.skeleton-wpm{flex:1 1}.skeleton-date{flex:2 1}.loading-scores{text-align:center;padding:40px 0;color:#aaa}.chatbox{background:white;border-radius:16px;padding:0;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;height:520px;overflow:hidden}.chatbox-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 14px;border-bottom:2px solid #f0f0f0;flex-shrink:0}.chatbox-header-left{display:flex;align-items:center;gap:8px}.chatbox-header h2{font-size:1.4rem;color:#333;border-bottom:none;padding-bottom:0;margin-bottom:0}.chatbox-ws-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chatbox-ws-dot--connecting{background:#ffc107;animation:ws-pulse 1.2s infinite}.chatbox-ws-dot--connected{background:#28a745}.chatbox-ws-dot--error{background:#dc3545}@keyframes ws-pulse{0%,to{opacity:1}50%{opacity:.3}}.chatbox-header-right{display:flex;align-items:center;gap:8px}.chatbox-notif-btn{background:#f0f0f0;border:none;border-radius:50%;width:30px;height:30px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;opacity:.6}.chatbox-notif-btn:hover:not(:disabled){background:#e0e0e0;opacity:1}.chatbox-notif-btn--on{opacity:1;background:#e8f5e9}.chatbox-notif-btn:disabled{cursor:default}.chatbox-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4px 12px;border-radius:20px;font-size:.82rem;font-weight:600}.chatbox-list{flex:1 1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px;scroll-behavior:smooth}.chatbox-status{text-align:center;color:#bbb;font-size:.88rem;margin:auto}.chatbox-skeleton{display:flex;flex-direction:column;gap:14px;padding:4px 0;width:100%}.chatbox-skeleton-msg{display:flex;flex-direction:column;gap:5px;max-width:65%;align-self:flex-start;align-items:flex-start}.chatbox-skeleton-msg--me{align-self:flex-end;align-items:flex-end}.chatbox-skeleton-nick{width:56px;height:10px;border-radius:4px}.chatbox-skeleton-bubble,.chatbox-skeleton-nick{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:shimmer 1.4s linear infinite}.chatbox-skeleton-bubble{height:36px;width:100%;min-width:120px;border-radius:14px}.chatbox-skeleton-msg--me .chatbox-skeleton-bubble{border-bottom-right-radius:3px}.chatbox-skeleton-msg:not(.chatbox-skeleton-msg--me) .chatbox-skeleton-bubble{border-bottom-left-radius:3px}.chatbox-msg{display:flex;flex-direction:column;max-width:78%}.chatbox-msg--me{align-self:flex-end;align-items:flex-end}.chatbox-msg--other{align-self:flex-start;align-items:flex-start}.chatbox-msg--optimistic{opacity:.6}.chatbox-msg-nick{font-size:.72rem;font-weight:600;color:#999;margin-bottom:3px;padding-left:4px}.chatbox-msg--me .chatbox-msg-nick{padding-left:0;padding-right:4px;color:#667eea}.chatbox-bubble{padding:8px 12px;border-radius:14px;font-size:.9rem;line-height:1.5;word-break:break-word}.chatbox-msg--me .chatbox-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-bottom-right-radius:3px}.chatbox-msg--other .chatbox-bubble{background:#f0f0f0;color:#333;border-bottom-left-radius:3px}.chatbox-msg-time{font-size:.68rem;color:#ccc;margin-top:3px;padding:0 4px}.chatbox-error{background:#f8d7da;color:#721c24;font-size:.82rem;padding:6px 16px;text-align:center;flex-shrink:0}.chatbox-form{display:flex;gap:8px;padding:12px 14px;border-top:2px solid #f0f0f0;flex-shrink:0}.chatbox-input{flex:1 1;padding:9px 14px;font-size:.9rem;border:2px solid #e1e5e9;border-radius:20px;outline:none;transition:border-color .2s;min-width:0}.chatbox-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.chatbox-send-btn{padding:9px 16px;font-size:.88rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:20px;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap;flex-shrink:0}.chatbox-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px rgba(102,126,234,.4)}.chatbox-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.chat-container{background:white;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);width:100%;max-width:720px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.chat-header{justify-content:space-between;padding:16px 20px;border-bottom:2px solid #f0f0f0;flex-shrink:0}.chat-header,.chat-header-left{display:flex;align-items:center}.chat-header-left{gap:14px}.chat-header h1{font-size:1.2rem;color:#333;margin:0}.back-link{font-size:.85rem;color:#888;text-decoration:none;transition:color .2s}.back-link:hover{color:#667eea}.chat-user-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.chat-list{flex:1 1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.chat-empty,.chat-loading{text-align:center;color:#aaa;font-size:.9rem;margin:auto}.chat-message{display:flex;flex-direction:column;max-width:70%}.chat-message--me{align-self:flex-end;align-items:flex-end}.chat-message--other{align-self:flex-start;align-items:flex-start}.chat-message-nick{font-size:.75rem;font-weight:600;color:#888;margin-bottom:4px;padding-left:4px}.chat-bubble{padding:10px 14px;border-radius:16px;font-size:.95rem;line-height:1.5;word-break:break-word}.chat-message--me .chat-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-bottom-right-radius:4px}.chat-message--other .chat-bubble{background:#f0f0f0;color:#333;border-bottom-left-radius:4px}.chat-message-time{font-size:.7rem;color:#bbb;margin-top:4px;padding:0 4px}.chat-error{background:#f8d7da;color:#721c24;font-size:.85rem;padding:8px 20px;text-align:center}.chat-input-form{display:flex;gap:10px;padding:14px 20px;border-top:2px solid #f0f0f0;flex-shrink:0}.chat-input{flex:1 1;padding:12px 16px;font-size:.95rem;border:2px solid #e1e5e9;border-radius:24px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.chat-send-btn{padding:12px 22px;font-size:.95rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:24px;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.chat-container{height:100vh;border-radius:0;max-width:100%}.chat-page{padding:0;align-items:stretch}.chat-message{max-width:85%}}