:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100%;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.character-selection{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.selection-container{max-width:1000px;width:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;text-align:center}.character-grid{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;justify-content:center}.character-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:20px;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);min-width:200px;flex:1;max-width:250px}.character-card:hover{transform:translateY(-5px);background:#fff3;border-color:#fff6;box-shadow:0 10px 30px #0000004d}.character-card.selected{border-color:#fbbf24;background:#fbbf2433;box-shadow:0 0 20px #fbbf2466}.character-emoji{font-size:4rem;margin-bottom:10px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.character-card h3{font-size:1.5rem;margin:10px 0;color:#fff}.character-stats{display:flex;justify-content:center;margin:15px 0}.stat{display:flex;flex-direction:column;align-items:center;padding:12px 20px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-width:120px}.stat-label{font-size:.8rem;color:#94a3b8;margin-bottom:4px}.stat-value{font-size:1.1rem;font-weight:700;padding:4px 8px;border-radius:4px}.stat-value.health{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.stat-value.speed{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.stat-value.strength{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.stat-value.defense{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.character-description{font-size:.85rem;color:#fffc;margin:10px 0 0;line-height:1.4}.selection-actions{margin-top:20px}.select-btn{padding:15px 40px;font-size:1.2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.select-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #fbbf2466}@media(max-width:768px){.character-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.selection-container{padding:20px}.character-emoji{font-size:3rem}}.game-mode-selection{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.selection-container{max-width:800px;width:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;text-align:center}.selection-container h2{font-size:2.5rem;margin-bottom:30px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.mode-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.mode-option{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:30px 20px;cursor:pointer;transition:all .3s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mode-option:hover{transform:translateY(-5px);background:#fff3;border-color:#fff6;box-shadow:0 10px 30px #0000004d}.mode-option.selected{border-color:#fbbf24;background:#fbbf2433;box-shadow:0 0 20px #fbbf2466}.mode-icon{font-size:3rem;margin-bottom:15px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.mode-option h3{font-size:1.5rem;margin:10px 0;color:#fff}.mode-option p{font-size:.9rem;color:#fffc;margin:0}.difficulty-selection{margin:30px 0;padding:20px;background:#ffffff0d;border-radius:15px}.difficulty-selection h3{color:#fff;margin-bottom:20px}.difficulty-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.difficulty-option{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:10px;padding:15px 10px;cursor:pointer;transition:all .3s;text-align:center}.difficulty-option:hover{transform:translateY(-3px);background:#fff3;border-color:#fff6}.difficulty-option.selected{border-color:#fbbf24;background:#fbbf2433}.difficulty-icon{font-size:2rem;margin-bottom:8px}.difficulty-option span{display:block;font-weight:700;color:#fff;margin-bottom:5px}.difficulty-option small{display:block;font-size:.8rem;color:#ffffffb3}.start-btn{padding:15px 40px;font-size:1.2rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3);margin-top:20px}.start-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #fbbf2466}@media(max-width:768px){.mode-options,.difficulty-options{grid-template-columns:1fr}.selection-container{padding:20px}}.rpsls-moves{background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;margin-top:20px;border:1px solid #334155;box-shadow:0 10px 30px #00000080}.moves-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;margin-bottom:20px}.move-card{background:#1e293bcc;border:2px solid #475569;border-radius:12px;padding:15px;text-align:center;cursor:pointer;transition:all .3s;position:relative;overflow:hidden}.move-card:hover:not(.disabled){transform:translateY(-5px);border-color:var(--move-color);box-shadow:0 8px 25px #0006;background:#1e293be6}.move-card.selected{border-color:var(--move-color);background:rgba(var(--move-color),.1);box-shadow:0 0 20px var(--move-color);transform:scale(1.05)}.move-card.disabled{opacity:.5;cursor:not-allowed}.move-card.disabled:hover{transform:none;border-color:#475569}.move-emoji{font-size:3rem;margin-bottom:8px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));transition:transform .3s}.move-card:hover:not(.disabled) .move-emoji{transform:scale(1.1) rotate(5deg)}.move-name{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:8px}.move-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#0f172af2;border:1px solid #3b82f6;border-radius:12px;padding:15px;min-width:250px;z-index:1000;box-shadow:0 10px 30px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:10px}.tooltip-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #334155}.tooltip-emoji{font-size:1.5rem}.tooltip-name{font-weight:700;color:#f1f5f9;font-size:1.1rem}.tooltip-description{font-size:.9rem;color:#94a3b8;margin-bottom:12px;line-height:1.4}.tooltip-matchups{display:flex;flex-direction:column;gap:8px}.matchup{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.matchup span:first-child{color:#94a3b8}.beats-list,.loses-list{display:flex;gap:5px}.beaten-move{font-size:1.2rem;filter:brightness(1.2)}.lose-move{font-size:1.2rem;filter:brightness(.7);opacity:.7}.rules-reminder{background:#1e293b80;border:1px solid #334155;border-radius:8px;padding:15px;margin-top:15px}.rule-title{font-weight:700;color:#f1f5f9;margin-bottom:10px;font-size:1rem}.rule-items{display:flex;flex-direction:column;gap:5px;font-size:.85rem;color:#94a3b8;line-height:1.3}.rule-items div{padding:3px 0;border-bottom:1px solid rgba(51,65,85,.3)}.rule-items div:last-child{border-bottom:none}@media(max-width:768px){.moves-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px}.move-card{padding:10px}.move-emoji{font-size:2rem;margin-bottom:5px}.move-name{font-size:.9rem}.move-stats{font-size:.7rem}.move-tooltip{min-width:200px;padding:10px}.rules-reminder{font-size:.8rem}}@keyframes move-select{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}50%{transform:scale(1.2) rotate(5deg)}75%{transform:scale(1.1) rotate(-2deg)}to{transform:scale(1.05) rotate(0)}}.move-card.selected{animation:move-select .5s ease-out}.move-card.selected:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,var(--move-color),transparent,var(--move-color));border-radius:12px;z-index:-1;animation:glow 2s linear infinite}.damage-indicator{position:absolute;top:5px;right:5px;padding:4px 8px;border-radius:12px;font-weight:700;font-size:.9rem;z-index:10;animation:damage-pop .5s ease-out}.damage-indicator.damage{background:#ef4444e6;color:#fff;border:1px solid #ef4444;box-shadow:0 0 10px #ef444480}.damage-indicator.dealt{background:#10b981e6;color:#fff;border:1px solid #10b981;box-shadow:0 0 10px #10b98180}@keyframes damage-pop{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.2) rotate(10deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes glow{0%,to{opacity:.5}50%{opacity:1}}.battle-nav{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:2px solid #3b82f6;box-shadow:0 4px 20px #0000004d;position:sticky;top:0;z-index:1000}.nav-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-brand{display:flex;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:#3b82f6;text-decoration:none;display:inline-block;align-items:center;gap:8px;transition:all .3s}.nav-logo:hover{color:#60a5fa;transform:translateY(-2px)}.nav-links{display:flex;gap:8px;align-items:center}.nav-link{color:#e2e8f0;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .3s;font-weight:500;background:none;border:none;cursor:pointer;font-size:.9rem;display:inline-flex;align-items:center}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.nav-auth{display:flex;align-items:center;gap:12px}.user-info-nav{display:flex;align-items:center;gap:12px;padding:6px 12px;background:#1e293bcc;border:1px solid #475569;border-radius:8px}.user-name-nav{color:#f1f5f9;font-weight:500;font-size:.9rem}.sign-out-nav{padding:6px 12px;background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .3s}.sign-out-nav:hover{background:#ef44444d;border-color:#ef444480}.nav-prompt{color:#94a3b8;font-size:.9rem;font-style:italic;padding:6px 12px;background:#1e293bcc;border:1px solid #475569;border-radius:8px}@media(max-width:768px){.nav-container{padding:0 15px;height:60px}.nav-links{display:none}.nav-logo{font-size:1.2rem}}.battle-history{width:100%;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px;box-sizing:border-box}.history-container{max-width:1000px;margin:0 auto;background:#1e293be6;border:2px solid #3b82f6;border-radius:16px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #00000080}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #334155}.history-header h2{color:#f1f5f9;margin:0;font-size:2rem;text-shadow:0 0 10px rgba(59,130,246,.5)}.back-btn{padding:10px 20px;background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3);border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s}.back-btn:hover{background:#3b82f64d;border-color:#3b82f680}.no-history{text-align:center;padding:60px 20px;color:#94a3b8}.no-history-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.no-history h3{color:#e2e8f0;margin:0 0 10px;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#0f172acc;border:1px solid #334155;border-radius:12px;padding:20px;text-align:center;transition:transform .3s}.stat-card:hover{transform:translateY(-2px)}.stat-card.wins{border-color:#10b9814d;background:#10b9811a}.stat-card.losses{border-color:#ef44444d;background:#ef44441a}.stat-number{font-size:2.5rem;font-weight:700;color:#f1f5f9;margin-bottom:8px;text-shadow:0 0 10px rgba(59,130,246,.3)}.stat-label{color:#94a3b8;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.insights{background:#0f172acc;border:1px solid #334155;border-radius:12px;padding:20px;margin-bottom:30px}.insights h3{color:#f1f5f9;margin:0 0 15px;font-size:1.2rem}.insight-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(51,65,85,.3)}.insight-row:last-child{border-bottom:none}.insight-value{color:#fbbf24;font-weight:700}.history-list h3{color:#f1f5f9;margin:0 0 20px;font-size:1.2rem}.battle-list{display:flex;flex-direction:column;gap:15px;max-height:400px;overflow-y:auto;padding-right:10px}.battle-list::-webkit-scrollbar{width:8px}.battle-list::-webkit-scrollbar-track{background:#3341554d;border-radius:4px}.battle-list::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.battle-item{background:#0f172acc;border:1px solid #334155;border-radius:12px;padding:20px;transition:all .3s}.battle-item:hover{border-color:#475569;transform:translate(5px)}.battle-item.win{border-left:4px solid #10b981}.battle-item.loss{border-left:4px solid #ef4444}.battle-item.tie{border-left:4px solid #fbbf24}.battle-main{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.battle-characters{display:flex;align-items:center;justify-content:space-between;font-weight:700}.player-character{color:#10b981}.cpu-character{color:#ef4444}.vs{color:#fbbf24;font-weight:700;margin:0 10px}.battle-moves{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:#94a3b8}.battle-meta{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid rgba(51,65,85,.3)}.result{font-weight:700;padding:4px 12px;border-radius:20px;font-size:.85rem}.result.win{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.result.loss{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.result.tie{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.date{color:#64748b;font-size:.85rem}.history-actions{margin-top:30px;text-align:center;padding-top:20px;border-top:1px solid #334155}.clear-btn{padding:12px 24px;background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s}.clear-btn:hover{background:#ef44444d;border-color:#ef444480}@media(max-width:768px){.history-container{padding:20px;margin:0 10px}.history-header{flex-direction:column;gap:15px;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stat-number{font-size:2rem}.battle-characters,.battle-moves{flex-direction:column;gap:5px;text-align:center}.vs{margin:5px 0}.battle-meta{flex-direction:column;gap:10px;text-align:center}}.battle-arena{width:100%;background:linear-gradient(135deg,#0f172a,#1e293b);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#e2e8f0;box-sizing:border-box;display:flex;flex-direction:column;padding:0;margin:0;min-height:100vh}.game-header{text-align:center;padding:30px 20px;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #334155}.header-actions{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.history-btn{padding:8px 16px;background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3);border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s}.history-btn:hover{background:#10b9814d;border-color:#10b98180}.auth-wrapper{display:flex;justify-content:center;align-items:center;min-height:60vh}.game-header h1{margin:0;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(59,130,246,.5)}.connection-status{position:absolute;top:30px;right:20px;font-size:.9rem;padding:6px 12px;background:#10b98133;border:1px solid #10b981;border-radius:6px;display:flex;align-items:center;gap:6px}.join-screen{max-width:600px;margin:50px auto;text-align:center;background:#1e293bcc;border:1px solid #334155;padding:40px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0006}.join-screen h2{margin-bottom:24px;font-size:1.8rem;font-weight:600;color:#f1f5f9}.join-screen input{width:100%;padding:14px 16px;font-size:1rem;border:1px solid #475569;border-radius:8px;margin-bottom:20px;background:#0f172acc;color:#e2e8f0;transition:all .3s}.join-screen input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.join-screen button{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.join-screen button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.join-screen button:disabled{background:#475569;cursor:not-allowed;transform:none;box-shadow:none}.game-lobby{max-width:600px;margin:50px auto;text-align:center;background:#1e293bcc;border:1px solid #334155;padding:40px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0006}.game-lobby h2{margin-bottom:24px;font-size:1.8rem;font-weight:600;color:#f1f5f9}.lobby-info{margin-bottom:30px}.lobby-info p{margin:8px 0;color:#94a3b8;font-size:1.1rem}.players-list{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.player-info{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.player-info.you{border-color:#3b82f6;background:#3b82f61a}.player-emoji{font-size:1.5rem;margin-right:12px}.player-status{font-size:.9rem;font-weight:500}.ready-section{margin-top:30px;padding-top:20px;border-top:1px solid #334155}.ready-btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;margin-bottom:12px}.ready-btn.ready{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.ready-btn.not-ready{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.ready-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.ready-text{color:#94a3b8;font-size:.9rem;margin:0}.cpu-section{margin-top:30px;padding-top:20px;border-top:1px solid #334155}.cpu-section p{color:#10b981;font-weight:500;margin:0}.auth-required{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:40px 20px}.auth-message{max-width:400px;text-align:center;background:#1e293bcc;border:1px solid #334155;padding:40px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0006}.auth-message h2{margin-bottom:16px;font-size:2rem;font-weight:600;color:#f1f5f9}.auth-message p{margin-bottom:24px;color:#94a3b8;font-size:1.1rem}.auth-btn{padding:14px 24px;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.auth-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.game-container{flex:1;width:100%;padding:20px;position:relative;display:flex;gap:20px;box-sizing:border-box;overflow:hidden;min-height:0;max-width:none;margin:0}.game-content{flex:1;width:100%;padding:20px;position:relative;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;overflow-y:auto}.game-info{width:300px;background:#ffffff1a;padding:20px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.players-list h3{margin-top:0;margin-bottom:15px}.player-info{margin-bottom:15px;padding:10px;background:#ffffff1a;border-radius:8px}.player-info.you{background:#4ade8033;border:2px solid #4ade80}.health-bar{width:100%;height:8px;background:#fff3;border-radius:4px;margin:5px 0;overflow:hidden}.health-fill{height:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#4ade80);transition:width .3s}.start-game-btn{width:100%;padding:15px;font-size:1.2rem;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;border:none;border-radius:10px;cursor:pointer;margin-top:20px;transition:all .3s}.start-game-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.controls{margin-top:20px;padding:15px;background:#ffffff1a;border-radius:8px;font-size:.9rem;line-height:1.5}.round-info{margin-top:20px;padding:15px;background:#1e293bcc;border:2px solid #3b82f6;border-radius:12px;text-align:center}.round-info h3{margin:0 0 10px;color:#f1f5f9;font-size:1.3rem;text-shadow:0 0 10px rgba(59,130,246,.5)}.round-info p{margin:0;color:#94a3b8;font-size:1rem}.speed-info{color:#fbbf24!important;font-weight:700;font-size:.9rem!important;margin-bottom:10px!important}.round-status{margin-top:20px;padding:15px;background:#1e293b80;border:1px solid #334155;border-radius:8px}.selection-status{display:flex;align-items:center;justify-content:space-around;gap:20px}.player-selection,.opponent-selection{font-size:1.2rem;font-weight:700;color:#e2e8f0;padding:10px 20px;background:#0000004d;border-radius:8px;border:1px solid #475569}.waiting-message{text-align:center;color:#94a3b8;font-size:1.1rem;font-style:italic}.arena{flex:1;background:#1a1a2e;border:3px solid #3b82f6;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000080;position:relative}.arena:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:float 20s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-10px) translate(5px)}50%{transform:translateY(5px) translate(-5px)}75%{transform:translateY(-5px) translate(10px)}}.player{position:absolute;width:80px;height:80px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1rem;font-weight:700;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 30px #0009;animation:idle 2s ease-in-out infinite;z-index:10;border:3px solid rgba(255,255,255,.8)}@keyframes idle{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.05)}}.player.moving{animation:move .3s ease-in-out}@keyframes move{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.player.shooting{animation:shoot .2s ease-in-out}@keyframes shoot{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(-5deg)}to{transform:scale(1) rotate(0)}}.player.hit{animation:hit .3s ease-in-out}@keyframes hit{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(.9) rotate(-10deg)}75%{transform:scale(.9) rotate(10deg)}}.player.you{border:3px solid #4ade80}.player.enemy{border:3px solid #ef4444}.player-character{font-size:3rem;margin-bottom:4px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.player-name{font-size:.7rem;margin-bottom:2px}.player-health{font-size:.6rem}.player-header{display:flex;align-items:center;gap:8px;margin-bottom:5px}.player-emoji{font-size:1.2rem}.ready-section{margin-top:20px;padding:15px;background:#ffffff1a;border-radius:10px}.ready-status{margin-bottom:15px}.player-ready{padding:8px 15px;border-radius:8px;font-weight:700;text-align:center}.player-ready.ready{background:#4ade8033;color:#4ade80;border:2px solid #4ade80}.player-ready.not-ready{background:#fbbf2433;color:#fbbf24;border:2px solid #fbbf24}.ready-btn{width:100%;padding:12px;font-size:1.1rem;background:#fbbf24;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:700}.ready-btn:hover{background:#f59e0b;transform:translateY(-2px)}.ready-btn.ready{background:#ef4444}.ready-btn.ready:hover{background:#dc2626}.battle-result{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0f172af2;border:2px solid #3b82f6;border-radius:16px;padding:30px;min-width:400px;z-index:100;box-shadow:0 20px 50px #000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.result-header{text-align:center;margin-bottom:20px}.result-header h3{margin:0;color:#f1f5f9;font-size:1.5rem;text-shadow:0 0 10px rgba(59,130,246,.5)}.attack-display{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:20px}.attacker-move,.defender-move{display:flex;flex-direction:column;align-items:center;gap:10px}.move-emoji{font-size:3rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.move-name{font-weight:700;color:#e2e8f0;font-size:1.1rem}.vs{font-size:1.5rem;font-weight:700;color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.5)}.result-outcome{text-align:center;padding:15px;background:#1e293b80;border-radius:8px;border:1px solid #334155}.outcome-text{margin:0 0 10px;font-size:1.2rem;font-weight:700;color:#f1f5f9}.damage-display{display:flex;flex-direction:column;gap:8px}.damage-text{margin:0;font-size:1rem;font-weight:700;padding:8px 12px;border-radius:6px;text-align:center}.damage-text.player-damage{color:#ef4444;background:#ef444433;border:1px solid rgba(239,68,68,.3)}.damage-text.cpu-damage{color:#10b981;background:#10b98133;border:1px solid rgba(16,185,129,.3)}.players-display{display:flex;justify-content:space-around;align-items:center;padding:40px 20px;gap:40px}.player-card{display:flex;flex-direction:column;align-items:center;gap:15px;background:#1e293bcc;border:2px solid #475569;border-radius:16px;padding:20px;min-width:200px;transition:all .3s}.player-card.you{border-color:#10b981;box-shadow:0 0 20px #10b9814d}.player-card.enemy{border-color:#ef4444;box-shadow:0 0 20px #ef44444d}.player-character{font-size:4rem;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.5))}.player-info{text-align:center;width:100%}.player-name{font-weight:700;color:#f1f5f9;font-size:1.2rem;margin-bottom:10px}.player-health{display:flex;flex-direction:column;align-items:center;gap:8px}.player-health span{font-weight:700;color:#ef4444;font-size:1.1rem}.health-bar{width:100%;height:8px;background:#0000004d;border-radius:4px;overflow:hidden;border:1px solid #475569}.health-fill{height:100%;background:linear-gradient(90deg,#ef4444,#dc2626);transition:width .5s ease;border-radius:3px}.waiting-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.game-over{position:fixed;inset:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.game-over h2{font-size:3rem;margin-bottom:20px}.game-over p{font-size:1.5rem;margin-bottom:30px}.game-over button{padding:15px 30px;font-size:1.2rem;background:#4ade80;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s}.game-over button:hover{background:#22c55e;transform:translateY(-2px)}@media(max-width:768px){.game-container{flex-direction:column}.game-info{width:100%}.arena{height:400px}}#root{width:100%;min-height:100vh;margin:0;padding:0;text-align:left}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
