.guess-who-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.menu-screen{text-align:center;background:var(--background-secondary);border-radius:20px;max-width:600px;margin:0 auto;padding:40px;box-shadow:0 20px 40px #0000001a}.game-title{color:var(--text);text-shadow:2px 2px 4px #0000001a;margin-bottom:20px;font-size:3rem}.game-description{color:var(--text);margin-bottom:40px;font-size:1.2rem;line-height:1.6}.menu-options{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:30px;display:flex}.menu-button{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;min-width:150px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.create-button{background:var(--button-primary);color:#fff;position:relative;overflow:hidden}.create-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #48bb784d}.join-button{background:var(--button-secondary);color:#fff;position:relative;overflow:hidden}.join-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #4299e14d}.back-link{color:#718096;font-weight:500;text-decoration:none;transition:color .2s}.back-link:hover{color:#2d3748}.setup-screen{background:var(--background-secondary);border-radius:20px;max-width:500px;margin:0 auto;padding:15px;box-shadow:0 20px 40px #0000001a}@media screen and (min-width:767px){.setup-screen{padding:40px}}.setup-screen h2{text-align:center;color:var(--text);margin-bottom:30px;font-size:2rem}.setup-form{flex-direction:column;gap:20px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:var(--text);font-weight:600}.input-group input{color:var(--text);border:2px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-size:1rem;transition:border-color .2s}.input-group input:focus{border-color:#4299e1;outline:none;box-shadow:0 0 0 3px #4299e11a}.generation-selector{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:8px;display:grid}.generation-button{cursor:pointer;color:#4a5568;background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.9rem;font-weight:500;transition:all .2s}.generation-button:hover{background:#f7fafc;border-color:#cbd5e0}.generation-button.selected{border-color:var(--success);background:var(--success);color:#fff}.generation-help{color:#718096;margin-top:8px;margin-bottom:0;font-size:.85rem}.error-message{color:#e53e3e;text-align:center;background:#fed7d7;border-radius:8px;padding:10px;font-weight:500}.setup-buttons{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.setup-button{cursor:pointer;border:none;border-radius:8px;min-width:120px;padding:12px 24px;font-weight:600;transition:all .2s}.setup-button.primary{color:#fff;background:linear-gradient(135deg,#4299e1,#3182ce);position:relative;overflow:hidden}.setup-button.primary:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#3182ce,#2c5aa0);transition:opacity .3s;position:absolute;inset:0}.setup-button.primary:hover:not(:disabled):before{opacity:1}.setup-button.primary:disabled{cursor:not-allowed;background:#a0aec0}.setup-button.secondary{color:#4a5568;background:#e2e8f0}.setup-button.secondary:hover{background:#cbd5e0}.game-header,.game-footer{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:20px;margin-top:20px;display:flex}.game-header{justify-content:flex-start;align-items:flex-start}.game-header h1{color:#fff;text-shadow:2px 2px 4px #0000004d;margin:0;font-size:2rem}.game-code-display{flex-direction:column;align-items:center;gap:5px;display:flex}.game-code-display span{color:#fff;font-weight:600}.waiting-text{opacity:.8;font-size:.9rem}.quit-button{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:background .2s}.quit-button:hover{background:#c53030}.home-button{color:#fff;cursor:pointer;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#4a90e2 0%,#357abd 100%);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:12px;font-size:1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #4a90e266}.home-button:hover{background:linear-gradient(135deg,#357abd 0%,#2a5d94 100%);transform:translateY(-2px);box-shadow:0 8px 25px #4a90e299}.home-button:active{transform:translateY(0);box-shadow:0 4px 15px #4a90e266}.waiting-screen{text-align:center;background:var(--background-secondary);border-radius:20px;max-width:600px;margin:0 auto;padding:40px}.waiting-screen h2{color:var(--text);margin-bottom:20px}.waiting-screen p{color:var(--text);font-size:1.2rem}.game-code-section{margin-bottom:30px}.game-code-display{background:var(--background);color:var(--text);border:3px solid var(--pokemon-electric);border-radius:12px;margin:15px auto;padding:15px 25px;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;display:inline-block;box-shadow:0 4px 8px #0000001a}.copy-button,.reload-button{background:var(--button-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin:15px auto 0;padding:10px 20px;font-weight:600;transition:all .3s;display:block}.copy-button:hover,.reload-button:hover{transform:translateY(-2px)}.copy-button.copied,.copy-button.copied:hover{background:var(--pokemon-grass)}.reload-button{background:var(--button-secondary)}.qr-code-section{margin-top:30px}.qr-code-container{background:#fff;border-radius:12px;flex-direction:column;align-items:center;margin:15px auto;padding:15px;display:flex;box-shadow:0 4px 12px #00000026}.qr-code{max-width:200px;height:auto;display:block}p.qr-code-help{color:#1a202c;margin-top:10px;font-size:.9rem}.qr-code-loading{color:var(--text);padding:20px;font-style:italic}.selection-phase{background:var(--background-secondary);border-radius:20px;max-width:1200px;margin:0 auto;padding:10px}@media screen and (min-width:768px){.selection-phase{padding:40px}}.selection-phase h2{text-align:center;color:var(--text);margin-bottom:30px}.selected-pokemon{text-align:center;flex-direction:column;align-items:center;padding:10px;display:flex}@media screen and (min-width:768px){.selected-pokemon{padding:40px}}.selected-pokemon h3{color:var(--text);margin-bottom:20px}.selected-pokemon img{width:150px;height:150px;margin-bottom:20px}.selected-pokemon p{color:var(--text);font-size:1.1rem}.pokemon-selection-grid{width:100%}.opponent-name{color:var(--text);font-weight:600}.selection-instruction{text-align:center;color:var(--text);margin-bottom:30px;font-size:1.1rem}.pokemon-grid{background:#00000005;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px;max-height:60vh;padding:20px 0;display:grid;overflow-y:auto}.pokemon-selection-card{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;padding:15px;transition:all .3s;display:flex}.pokemon-selection-card:hover{border-color:#4299e1;transform:translateY(-4px);box-shadow:0 10px 20px #00000026}.pokemon-selection-image{width:80px;height:80px;margin-bottom:10px}.pokemon-selection-name{color:#2d3748;margin-bottom:8px;font-size:1rem;font-weight:600}.pokemon-selection-types{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.game-playing{flex-direction:column;gap:20px;display:flex}@media (max-width:768px){.game-playing{padding-bottom:80px}}.game-info{background:var(--background-secondary);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:none}@media screen and (max-width:768px){.game-info{display:flex}}.player-selection-display{background:var(--background-secondary);flex-direction:column;align-items:center;gap:10px;display:flex}.turn-indicator{color:var(--text);font-size:1.2rem;font-weight:600}.players-info{color:#4a5568;align-items:center;gap:15px;font-weight:600;display:flex}.game-content{grid-template-columns:1fr 400px;gap:20px;display:grid}@media (max-width:1024px){.game-content{grid-template-columns:1fr}}.game-board{background:var(--background-secondary);border-radius:12px;height:fit-content;padding:24px}.board-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.board-header h3{color:var(--text);margin:0}.toggle-label{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-weight:500;display:flex}.pokemon-board-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;max-height:60vh;display:grid;overflow-y:auto}.pokemon-board-card{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative}.pokemon-info-button{box-shadow:none;cursor:pointer;z-index:10;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:12px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.pokemon-info-button:hover{color:#fff;box-shadow:none;background:0 0;border-color:#0000}.pokemon-board-card:hover:not(.eliminated){border-color:#e53e3e;box-shadow:0 4px 12px #0000001a}.pokemon-board-card.eliminated{opacity:.3;cursor:pointer;border-color:#f56565;transform:scale(.96)}.pokemon-board-card.eliminated:hover{opacity:.6;border-color:#48bb78;transform:scale(.98);box-shadow:0 2px 8px #48bb784d}.pokemon-board-image{width:60px;height:60px;margin-bottom:5px}.pokemon-board-name{color:#2d3748;margin:0 0 5px;font-size:.8rem;font-weight:600}.pokemon-board-details{color:#718096;font-size:.7rem}.pokemon-types{flex-wrap:wrap;justify-content:center;gap:2px;margin-bottom:3px;display:flex}.pokemon-stats{flex-wrap:wrap;justify-content:center;gap:4px;display:flex}.eliminated-overlay{pointer-events:none;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.game-board-and-selection{flex-direction:column;gap:20px;display:flex}.chat-interface{background:var(--background-secondary);border-radius:12px;flex-direction:column;height:70vh;padding:20px;display:flex}@media screen and (min-width:1024px){.chat-interface{height:100%}}.chat-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;display:flex}.chat-header h3{color:#2d3748;margin:0}.turn-status{font-size:1.25rem;font-weight:600}.waiting-status{color:#ed8936}.your-turn{color:#48bb78}.their-turn{color:#4299e1}.messages-container{flex-direction:column;flex:1;margin-bottom:20px;padding-right:10px;display:flex;overflow-y:auto}.no-messages{text-align:center;color:#718096;padding:40px 20px}.no-messages .hint{margin-top:10px;font-size:.9rem}.message{border-radius:8px;margin-bottom:15px;padding:12px}.message.question{background:#ebf4ff;border-left:4px solid #4299e1}.message.question.their-message{background:#f7fafc;border-left:4px solid #a0aec0}.message.answer{background:#f0fff4;border-left:4px solid #48bb78}.message.answer.no{background:#fff5f5;border-left:4px solid #e53e3e}.message-header{color:#718096;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.8rem;display:flex}.message-author{font-weight:600}.question-message,.answer-message{align-items:center;gap:8px;font-weight:500;display:flex}.answer-message.yes{color:#38a169}.answer-message.no{color:#e53e3e}.message.system-message{background:#fed7d7;border:2px solid #fc8181;border-radius:12px;margin:10px 0;box-shadow:0 4px 12px #fc818133}.system-message-content{color:#c53030;align-items:center;gap:10px;font-weight:600;display:flex}.system-icon{font-size:1.2rem}.chat-input-container{border-top:2px solid #e2e8f0;padding-top:20px}.answer-buttons{justify-content:center;gap:15px;display:flex}.answer-button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.yes-button{color:#fff;background:linear-gradient(135deg,#48bb78,#38a169);position:relative;overflow:hidden}.no-button{color:#fff;background:linear-gradient(135deg,#e53e3e,#c53030);position:relative;overflow:hidden}.question-form{flex-direction:column;gap:10px;display:flex}.question-input-group{gap:10px;display:flex}.question-input{color:var(--text);border:2px solid #e2e8f0;border-radius:8px;flex:1;padding:12px 16px;font-size:1rem}.question-input:focus{border-color:#4299e1;outline:none}.submit-question-button{background:var(--button-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 20px;font-weight:600;transition:background .2s}.submit-question-button:hover:not(:disabled){background:var(--button-primary-hover)}.submit-question-button:disabled{cursor:not-allowed;background:#a0aec0}.question-hints{color:#718096;text-align:center;font-size:.85rem}.waiting-message{text-align:center;color:#718096;padding:20px;font-style:italic}.type-badge,.type-badge-small{text-transform:uppercase;color:#fff;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:600}.type-badge-small{padding:1px 4px;font-size:.6rem}.type-normal{background-color:#a8a878}.type-fire{background-color:#f08030}.type-water{background-color:#6890f0}.type-electric{background-color:#f8d030}.type-grass{background-color:#78c850}.type-ice{background-color:#98d8d8}.type-fighting{background-color:#c03028}.type-poison{background-color:#a040a0}.type-ground{background-color:#e0c068}.type-flying{background-color:#a890f0}.type-psychic{background-color:#f85888}.type-bug{background-color:#a8b820}.type-rock{background-color:#b8a038}.type-ghost{background-color:#705898}.type-dragon{background-color:#7038f8}.type-dark{background-color:#705848}.type-steel{background-color:#b8b8d0}.type-fairy{background-color:#ee99ac}.loading-screen{color:#fff;text-shadow:2px 2px 4px #0000004d;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;display:flex}.game-finished{text-align:center;background:var(--background-secondary);border-radius:20px;max-width:700px;margin:0 auto;padding:40px;box-shadow:0 20px 40px #0000001a}.game-result h2{color:var(--text);margin-bottom:30px;font-size:2.5rem}.pokemon-reveal{margin:30px 0;padding:20px}.pokemon-reveal h3{color:#2d3748;margin-bottom:20px;font-size:1.3rem}.players-pokemon{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.player-pokemon-card{background:#fff;border-radius:12px;flex:1;min-width:200px;padding:20px;box-shadow:0 4px 8px #0000001a}.player-pokemon-card h4{color:#4a5568;margin-bottom:15px;font-size:1.1rem}.pokemon-display{flex-direction:column;align-items:center;gap:10px;display:flex}.revealed-pokemon-image{object-fit:contain;width:80px;height:80px}.pokemon-details h5{color:#2d3748;text-transform:capitalize;margin-bottom:8px;font-size:1.1rem}.pokemon-types{flex-wrap:wrap;justify-content:center;gap:5px;display:flex}.vs-divider{color:#4a5568;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex}.game-actions{margin-top:30px}.play-again-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4299e1,#3182ce);border:none;border-radius:12px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.play-again-button:hover{transform:translateY(-2px)}.rematch-options{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.return-menu-button{color:#4a5568;cursor:pointer;background:#e2e8f0;border:none;border-radius:12px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .2s}.return-menu-button:hover{background:#cbd5e0;transform:translateY(-2px)}.rematch-status{text-align:center;background:#f0fff4;border:2px solid #48bb78;border-radius:12px;margin-bottom:15px;padding:20px}.rematch-status p{color:#2d3748;margin:5px 0}.rematch-status p:first-child{color:#38a169;font-weight:600}.cancel-rematch-button{color:#e53e3e;cursor:pointer;background:#fed7d7;border:none;border-radius:8px;margin-top:10px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.cancel-rematch-button:hover{background:#feb2b2}@media (max-width:768px){.players-pokemon{flex-direction:column}.game-finished{max-width:90%;padding:20px}.game-content{flex-direction:column}.game-content .chat-interface{display:none}}.floating-chat-button{color:#fff;cursor:pointer;z-index:1000;background:#4299e1;border:none;border-radius:50%;width:60px;height:60px;font-size:1.5rem;transition:all .3s;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #4299e14d}.chat-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-chat-button:hover{background:#3182ce;transform:scale(1.1);box-shadow:0 6px 16px #4299e166}.notification-badge{background:#e53e3e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:2s infinite pulse-notification;position:absolute;top:8px;right:8px}@keyframes pulse-notification{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.floating-chat-button{display:block}.chat-interface{border-radius:0}}.chat-modal-overlay{z-index:2000;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.chat-modal{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;height:85vh;animation:.3s ease-out slideUp;display:flex}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-modal-header{background:var(--background-secondary);border-bottom:2px solid #e2e8f0;border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:20px;display:flex}.chat-modal-header h3{color:var(--text);margin:0;font-size:1.2rem}.chat-modal-close{color:var(--text);cursor:pointer;width:38px;height:38px;box-shadow:none;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:5px;font-size:1.5rem;transition:all .2s;display:flex}.chat-modal-close:hover{color:#2d3748;background:#e2e8f0}.chat-modal-content{flex:1;padding:0;overflow:hidden}.chat-modal-content .chat-interface{flex-direction:column;height:100%;padding:20px;display:flex}.chat-modal-content .chat-header{display:none}.chat-modal-content .messages-container{flex:1;margin-bottom:20px;overflow-y:auto}.chat-modal-content .chat-input-container{border-top:2px solid #e2e8f0;margin-top:auto;padding-top:20px}.pokemon-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pokemon-modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 50px #0003}.pokemon-modal-close{color:#2d3748;cursor:pointer;z-index:10;width:30px;height:30px;box-shadow:none;border:2px solid #0000;justify-content:center;align-items:center;font-size:36px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.pokemon-modal-close:hover{box-shadow:none;color:#e53e3e;transform:none}.pokemon-modal-loading,.pokemon-modal-error{text-align:center;padding:60px 40px}.pokemon-modal-loading .loading-spinner{border:4px solid #e2e8f0;border-top-color:#4299e1;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pokemon-modal-error button{color:#fff;cursor:pointer;background:#4299e1;border:none;border-radius:8px;margin-top:15px;padding:10px 20px}.pokemon-modal-info{padding:45px 30px 30px}.pokemon-modal-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.pokemon-modal-name{color:#2d3748;text-transform:capitalize;margin:0;font-size:2rem}.pokemon-modal-number{color:#718096;font-size:1.2rem;font-weight:600}.pokemon-modal-images{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:30px;display:flex}.sprite-container{text-align:center}.sprite-container img{background:#0000000d;border:2px solid #e2e8f0;border-radius:12px;width:96px;height:96px;margin-bottom:8px}.sprite-container span{color:#718096;font-size:.8rem;font-weight:500;display:block}.pokemon-modal-body{flex-direction:column;display:flex}.pokemon-info-section{background:#00000005;border-radius:12px;padding:20px}.pokemon-info-section h3{color:#2d3748;border-bottom:1px solid #e2e8f0;margin:0 0 15px;padding-bottom:8px;font-size:1.2rem}.pokemon-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.info-item{flex-direction:column;gap:5px;display:flex}.info-item strong{color:#4a5568;font-size:.9rem}.type-badges{flex-wrap:wrap;gap:6px;display:flex}.pokemon-description{color:#4a5568;margin:0;font-style:italic;line-height:1.6}.abilities-list{flex-wrap:wrap;gap:8px;display:flex}.ability-badge{color:#4a5568;text-transform:capitalize;background:#e2e8f0;border-radius:20px;padding:6px 12px;font-size:.9rem;font-weight:500}.stats-grid{flex-direction:column;gap:12px;display:flex}.stat-item{grid-template-columns:100px 50px 1fr;align-items:center;gap:12px;display:grid}.stat-name{color:#4a5568;font-size:.9rem;font-weight:600}.stat-value{color:#2d3748;text-align:center;font-weight:700}.stat-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.stat-fill{border-radius:4px;height:100%;transition:width .3s}.stat-hp{background:#f56565}.stat-attack{background:#f6ad55}.stat-defense{background:#68d391}.stat-sp-attack{background:#4299e1}.stat-sp-defense{background:#9f7aea}.stat-speed{background:#f093fb}@media (max-width:768px){.pokemon-modal-overlay{padding:10px}.pokemon-modal-close{top:5px;right:5px}.pokemon-modal-content{max-height:91vh}.pokemon-modal-info{padding:45px 20px 25px}.pokemon-modal-name{font-size:1.5rem}.pokemon-modal-images{gap:15px}.sprite-container img{width:80px;height:80px}.pokemon-info-grid{grid-template-columns:1fr}.stat-item{grid-template-columns:80px 40px 1fr;gap:8px}.guess-who-container{padding:10px}.game-title{font-size:2rem}.menu-options{flex-direction:column;align-items:center}.menu-button{width:100%;max-width:300px}.game-header{text-align:center;flex-direction:column;margin:10px 0}.game-header h1{font-size:1.5rem}.home-button{width:40px;height:40px;padding:8px;font-size:1.2rem}.pokemon-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px}.pokemon-board-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.chat-interface{height:50vh}.answer-buttons{flex-direction:column;gap:10px}.answer-button{width:100%}.question-input-group{flex-direction:column}.submit-question-button{width:100%}}@media (max-width:480px){.board-header{flex-direction:column;gap:10px}}.player-selection-display{text-align:center;border-radius:12px;padding:20px}.game-board-and-selection .pokemon-image{margin:15px 0;display:inline-block;position:relative}.game-board-and-selection .pokemon-image img{background:#0000000d;border:2px solid #e2e8f0;border-radius:12px;width:120px;height:120px}.game-board-and-selection .pokemon-image .pokemon-info-button{width:28px;height:28px;font-size:14px;position:absolute;top:4px;right:4px}.final-guess-option{text-align:center;margin-top:10px}.final-guess-toggle-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#805ad5,#6b46c1);border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.final-guess-section{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;margin-top:10px;padding:20px}.final-guess-section h4{color:#2d3748;margin-bottom:8px;font-size:1.1rem}.final-guess-section p{color:#718096;margin-bottom:15px;font-size:.9rem}.final-guess-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;max-height:300px;margin-bottom:20px;display:grid;overflow-y:auto}.final-guess-option{cursor:pointer;background:var(--background-secondary);border-radius:8px;flex-direction:column;align-items:center;padding:10px;transition:all .2s;display:flex}.final-guess-option.selected{background:#ebf8ff;border-color:#4299e1}.final-guess-option img{object-fit:contain;width:60px;height:60px;margin-bottom:5px}.final-guess-option span{text-align:center;color:#2d3748;font-size:.8rem;font-weight:500}.final-guess-buttons{justify-content:center;gap:10px;display:flex}.confirm-guess-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.confirm-guess-button:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#38a169,#2f855a);transition:opacity .3s;position:absolute;inset:0}.confirm-guess-button:hover:not(:disabled):before{opacity:1}.confirm-guess-button:disabled{cursor:not-allowed;background:#a0aec0}.cancel-guess-button{color:#4a5568;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .2s}.cancel-guess-button:hover{background:#cbd5e0}
