.rps-game-area{background:linear-gradient(135deg,#f0f8ff 0%,#e6f3ff 100%);border-radius:20px;justify-content:space-between;align-items:center;min-width:0;max-width:100%;min-height:200px;margin-bottom:2.5rem;padding:2rem;display:flex;box-shadow:0 8px 25px #3498db26}.rps-player-section,.rps-computer-section{text-align:center;flex:1;padding:1rem}.rps-player-section h3,.rps-computer-section h3{color:#2c3e50;margin:0 0 1rem;font-size:1.2em;font-weight:600}.rps-vs-section{flex:.3;justify-content:center;align-items:center;display:flex}.rps-vs-text{color:#e74c3c;text-shadow:2px 2px 4px #0000001a;font-size:2em;font-weight:900;animation:2s ease-in-out infinite alternate vsGlow}@keyframes vsGlow{0%{text-shadow:2px 2px 4px #e74c3c4d}to{text-shadow:2px 2px 8px #e74c3c99}}.rps-choice-display{background:#fffc;border:2px solid #e9ecef;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:2rem 1rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.rps-choice-result{text-align:center;animation:.5s ease-out choiceAppear}@keyframes choiceAppear{0%{opacity:0;transform:scale(.5)rotate(180deg)}to{opacity:1;transform:scale(1)rotate(0)}}.rps-emoji{margin-bottom:.5rem;font-size:3rem;display:block}.rps-name{color:#2c3e50;font-size:1.2em;font-weight:600}.rps-waiting{color:#7f8c8d;font-size:1.1em;font-style:italic}.rps-result{text-align:center;animation:.6s ease-out resultSlideIn}@keyframes resultSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rps-result.win{color:#1e8449;background:linear-gradient(135deg,#d5f4e6 0%,#a2e5c1 100%);border:2px solid #27ae60}.rps-result.lose{color:#c0392b;background:linear-gradient(135deg,#fdeaea 0%,#f8d7da 100%);border:2px solid #e74c3c}.rps-result.draw{color:#b7950b;background:linear-gradient(135deg,#fff3cd 0%,#ffeaa7 100%);border:2px solid #f39c12}.rps-result-message{font-size:1.3em;font-weight:600;line-height:1.5}.rps-choice-buttons{text-align:center}.rps-buttons-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;display:grid}.rps-choice-btn{cursor:pointer!important;background:linear-gradient(45deg,#3498db,#2980b9)!important;border:none!important;border-radius:16px!important;min-height:120px!important;padding:1.5rem 1rem!important;transition:all .3s!important;box-shadow:0 6px 15px #3498db4d!important}.rps-choice-btn:hover:not(:disabled){transform:translateY(-3px)!important;box-shadow:0 8px 20px #3498db66!important}.rps-choice-btn:active{transform:translateY(-1px)!important}.rps-btn-content{color:#fff;flex-direction:column;align-items:center;gap:.5rem;display:flex}.rps-btn-emoji{font-size:2.5rem}.rps-btn-name{font-size:1.1em;font-weight:600}.stat-item.rps-win{background:linear-gradient(135deg,#d5f4e6 0%,#fff 100%);border-color:#27ae60}.stat-item.rps-lose{background:linear-gradient(135deg,#fdeaea 0%,#fff 100%);border-color:#e74c3c}.stat-item.rps-draw{background:linear-gradient(135deg,#fff3cd 0%,#fff 100%);border-color:#f39c12}.stat-item.rps-winrate{background:linear-gradient(135deg,#f4ecf7 0%,#fff 100%);border-color:#9b59b6}.rps-history-list{border-radius:8px;max-height:300px;margin-top:1rem;overflow-y:auto}.rps-history-item{background:#fff;border-left:4px solid #e9ecef;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;margin-bottom:.5rem;padding:.8rem;transition:all .3s;display:flex}.rps-history-item:hover{transform:translate(5px);box-shadow:0 2px 8px #0000001a}.rps-history-item.win{background:linear-gradient(90deg,#d5f4e6 0%,#fff 100%);border-left-color:#27ae60}.rps-history-item.lose{background:linear-gradient(90deg,#fdeaea 0%,#fff 100%);border-left-color:#e74c3c}.rps-history-item.draw{background:linear-gradient(90deg,#fff3cd 0%,#fff 100%);border-left-color:#f39c12}.rps-history-choices{align-items:center;gap:.5rem;font-size:1.2em;display:flex}.rps-history-choices .vs{color:#7f8c8d;font-size:.8em;font-weight:600}.rps-history-result{color:#2c3e50;font-weight:600}.rps-history-time{color:#7f8c8d;font-size:.85em}.rps-player-section,.rps-computer-section,.rps-choice-display,.rps-history-result,.rps-history-time{word-break:keep-all;overflow-wrap:break-word;line-break:strict;min-width:0}@media (width<=768px){.rps-game-area{flex-direction:column;gap:1rem;min-height:auto;padding:1.5rem}.rps-vs-section{flex:none;order:2}.rps-vs-text{font-size:1.5em}.rps-buttons-grid{grid-template-columns:1fr;gap:.8rem}.rps-choice-btn{min-height:100px!important;padding:1rem!important}.rps-btn-emoji{font-size:2rem}.rps-history-item{text-align:center;flex-direction:column;gap:.5rem}}@media (width<=480px){.rps-choice-display{min-height:100px;padding:1.5rem .8rem}.rps-emoji{font-size:2.5rem}.rps-btn-emoji{font-size:1.8rem}.rps-choice-btn{min-height:90px!important;padding:.8rem!important}}
