.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem 2rem 0}.container{max-width:600px;width:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem;text-align:center;box-shadow:0 20px 40px #0000001a;transition:all .3s ease}.container:hover{transform:translateY(-5px);box-shadow:0 30px 60px #00000026}.chameleon-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6}.color-label{display:block;margin-bottom:1rem;color:#fffffff2;font-size:1.2rem;font-weight:500}.color-dropdown-container{display:flex;align-items:center;gap:1rem;justify-content:center}.color-preview{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.3);transition:all .3s ease;box-shadow:0 4px 12px #0003}.color-dropdown{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:10px;color:#fff;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:150px}.color-dropdown:hover{background:#ffffff26;border-color:#ffffff80}.color-dropdown:focus{outline:none;background:#fff3;border-color:#fff9;box-shadow:0 0 15px #ffffff4d}.color-dropdown option{background:#2a2a2a;color:#fff;padding:.5rem}.color-footer{width:100%;padding:1.5rem 2rem;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.color-footer .color-palette{max-width:300px;margin:0 auto}.color-footer .color-label{font-size:.9rem;margin-bottom:.8rem;color:#fffc}.color-footer .color-dropdown-container{gap:.8rem}.color-footer .color-preview{width:30px;height:30px;border-width:2px}.color-footer .color-dropdown{font-size:.9rem;padding:.6rem 1.2rem;min-width:130px}.game-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin:3rem 0}.feature{padding:1.5rem;background:#ffffff0d;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature:hover{background:#ffffff1a;transform:translateY(-3px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature h4{font-size:1.3rem;margin-bottom:.5rem;color:#fffffff2}.feature p{font-size:.95rem;margin:0;color:#fffc}.start-game-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.start-game-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;font-size:1.5rem;font-weight:600;padding:1rem 3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003;text-transform:uppercase;letter-spacing:1px}.start-game-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;background:linear-gradient(135deg,#764ba2,#667eea)}.start-game-btn:active{transform:translateY(-1px);box-shadow:0 8px 20px #0003}.player-selection{margin:3rem 0;text-align:center}.player-selection h3{margin-bottom:1rem;color:#fffffff2;font-size:1.8rem}.player-limit{font-size:1rem;margin-bottom:2rem;color:#ffffffb3;font-style:italic}.player-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.player-count-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:15px;color:#fff;font-size:1.2rem;font-weight:600;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:120px}.player-count-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 10px 25px #0003}.player-count-btn:active{transform:translateY(-1px);box-shadow:0 5px 15px #0003}.player-names-section{margin:3rem 0;text-align:center}.player-names-section h3{margin-bottom:1rem;color:#fffffff2;font-size:1.8rem}.names-instruction{font-size:1rem;margin-bottom:2.5rem;color:#ffffffb3;font-style:italic}.name-inputs{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;max-width:400px;margin-left:auto;margin-right:auto}.name-input-group{display:flex;flex-direction:column;text-align:left}.name-label{font-size:1rem;font-weight:600;color:#ffffffe6;margin-bottom:.5rem}.name-input{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:10px;color:#fff;font-size:1.1rem;padding:1rem 1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.name-input::placeholder{color:#ffffff80}.name-input:focus{outline:none;background:#ffffff26;border-color:#fff9;box-shadow:0 0 15px #fff3}.name-input:hover{background:#ffffff1f;border-color:#fff6}.names-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.back-btn,.continue-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:120px}.back-btn:hover,.continue-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.continue-btn{background:linear-gradient(135deg,#43e97b,#38f9d7);border-color:#fff6}.continue-btn:hover:not(:disabled){background:linear-gradient(135deg,#38f9d7,#43e97b);box-shadow:0 8px 25px #43e97b4d}.continue-btn:disabled{background:#ffffff0d;border-color:#ffffff1a;color:#fff6;cursor:not-allowed;transform:none}.back-btn:active,.continue-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #0003}.game-explanation{margin:2rem 0;text-align:left}.players-ready{background:#ffffff0d;border-radius:15px;padding:1.5rem;margin-bottom:2.5rem;text-align:center}.players-ready h3{margin-bottom:1rem;color:#fffffff2;font-size:1.3rem}.player-list{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.player-chip{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #43e97b4d}.rules-section{margin:2rem 0}.rule-step{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:15px;border-left:4px solid rgba(255,255,255,.3);transition:all .3s ease}.rule-step:hover{background:#ffffff14;border-left-color:#ffffff80}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0;box-shadow:0 4px 12px #667eea66}.step-content h4{margin:0 0 .5rem;color:#fffffff2;font-size:1.2rem;font-weight:600}.step-content p{margin:0;color:#fffc;font-size:1rem;line-height:1.4}.ready-section{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.start-round-btn{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:50px;color:#fff;font-size:1.5rem;font-weight:600;padding:1.2rem 3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #f093fb66;text-transform:uppercase;letter-spacing:1px}.start-round-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f093fb80;background:linear-gradient(135deg,#f5576c,#f093fb)}.start-round-btn:active{transform:translateY(-1px);box-shadow:0 8px 20px #f093fb66}.turn-order-section{margin:2rem 0}.starting-player{background:#ffffff0d;border-radius:15px;padding:2rem;margin-bottom:2.5rem;text-align:center}.starting-player h3{margin-bottom:1.5rem;color:#fffffff2;font-size:1.5rem}.starting-player-card{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:20px;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 8px 25px #f093fb66;max-width:250px;margin:0 auto}.starting-player-card .player-name{font-size:1.4rem;font-weight:700;color:#fff}.start-badge{background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;font-weight:600}.turn-order{margin-bottom:3rem}.turn-order h3{margin-bottom:1rem;color:#fffffff2;font-size:1.3rem;text-align:center}.turn-instruction{text-align:center;color:#ffffffb3;margin-bottom:2rem;font-style:italic}.turn-list{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.turn-item{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border-radius:12px;padding:1rem 1.5rem;transition:all .3s ease}.turn-item:hover{background:#ffffff14}.turn-item-with-card{background:#ffffff0d;border-radius:12px;padding:1rem;margin-bottom:1rem;transition:all .3s ease}.turn-item-with-card:hover{background:#ffffff14}.player-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-reveal-section{margin-top:1rem}.card-details{background:#ffffff08;border-radius:10px;padding:0;border:1px solid rgba(255,255,255,.1)}.card-summary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.8rem 1.2rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:1rem;list-style:none;transition:all .3s ease;text-align:center}.card-summary:hover{background:linear-gradient(135deg,#f5576c,#f093fb);transform:translateY(-2px);box-shadow:0 6px 15px #f093fb4d}.card-summary::-webkit-details-marker{display:none}.revealed-card{padding:1.5rem;text-align:center}.card-display{background:#fff;border-radius:15px;width:80px;height:100px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 6px 20px #0000001a;border:3px solid #f093fb}.card-number-large{font-size:2rem;font-weight:700;color:#333}.card-instruction{color:#fffc;font-size:.9rem;margin:0;font-style:italic}.chameleon-reveal{text-align:center;padding:1rem 0}.chameleon-title{color:#ff6b6b;font-size:1.2rem;margin:0 0 .5rem;font-weight:700}.chameleon-instruction{color:#ffffffe6;font-size:.9rem;margin:.5rem 0;line-height:1.4}.topic-info{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:.8rem;margin-top:1rem;display:flex;flex-direction:column;gap:.3rem}.topic-label{color:#ffffffb3;font-size:.8rem;font-weight:500}.topic-name{color:#ff6b6b;font-size:1.1rem;font-weight:700}.secret-reveal{text-align:center;padding:1rem 0}.secret-instruction{color:#333;font-size:1rem;line-height:1.5;margin-bottom:1rem}.secret-word{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;font-size:1.4rem;font-weight:700;padding:1rem 1.5rem;border-radius:12px;margin:.5rem 0;box-shadow:0 4px 15px #4ecdc44d;text-transform:uppercase;letter-spacing:1px}.turn-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.turn-player-name{flex:1;color:#ffffffe6;font-weight:600;font-size:1.1rem}.first-badge{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600}.round-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.back-to-rules-btn,.continue-to-game-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:140px}.back-to-rules-btn:hover,.continue-to-game-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.continue-to-game-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);border-color:#fff6}.continue-to-game-btn:hover{background:linear-gradient(135deg,#00f2fe,#4facfe);box-shadow:0 8px 25px #4facfe66}.back-to-rules-btn:active,.continue-to-game-btn:active{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.game-screen{margin:2rem 0;text-align:center}.topic-display{margin-bottom:3rem}.topic-title{font-size:1.8rem;color:#fffffff2;margin-bottom:1rem;font-weight:600}.topic-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:2rem;font-weight:700;padding:2rem 3rem;border-radius:20px;display:inline-block;min-width:250px;box-shadow:0 10px 30px #667eea66;text-transform:uppercase;letter-spacing:2px}.secret-display{margin-bottom:3rem;padding:2rem;background:#ffffff0d;border-radius:20px;border:2px dashed rgba(255,255,255,.3)}.secret-title{font-size:1.5rem;color:#fffffff2;margin-bottom:1.5rem;font-weight:600}.secret-card{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;font-size:2.5rem;font-weight:700;padding:1.5rem 2.5rem;border-radius:15px;display:inline-block;min-width:200px;box-shadow:0 8px 25px #43e97b66;margin-bottom:1rem}.secret-warning{color:#ff6b6b;font-weight:600;font-size:1.1rem;margin:1rem 0 0}.turn-indicator{margin-bottom:3rem}.turn-indicator h4{font-size:1.3rem;color:#fffffff2;margin-bottom:1.5rem}.current-turn-list{display:flex;flex-direction:column;gap:.8rem;max-width:300px;margin:0 auto}.current-turn-item{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border-radius:10px;padding:.8rem 1.2rem}.turn-num{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.turn-name{flex:1;color:#ffffffe6;font-weight:600;text-align:left}.game-actions{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.new-round-btn{background:linear-gradient(135deg,#ffecd2,#fcb69f);border:none;border-radius:50px;color:#333;font-size:1.3rem;font-weight:600;padding:1rem 2.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #ffcb6b66;text-transform:uppercase;letter-spacing:1px}.new-round-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ffcb6b80;background:linear-gradient(135deg,#fcb69f,#ffecd2)}.new-round-btn:active{transform:translateY(-1px);box-shadow:0 6px 15px #ffcb6b66}.role-check-section{margin:2rem 0}.role-instruction{background:#ffffff0d;border-radius:15px;padding:2rem;margin-bottom:2.5rem;text-align:center}.role-instruction h3{margin-bottom:1rem;color:#fffffff2;font-size:1.5rem}.role-instruction p{margin-bottom:.8rem;color:#fffc}.warning-text{color:#ff6b6b!important;font-weight:600;font-size:1.1rem}.player-role-checks{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.player-role-card{background:#ffffff0d;border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.player-role-card h4{margin-bottom:1rem;color:#fffffff2;font-size:1.2rem;text-align:center}.role-reveal-area{text-align:center}.role-details{background:#ffffff08;border-radius:10px;padding:0;border:1px solid rgba(255,255,255,.1)}.role-summary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:1.1rem;list-style:none;transition:all .3s ease}.role-summary:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.role-summary::-webkit-details-marker{display:none}.role-content{padding:1.5rem;text-align:left}.role-badge{display:inline-block;padding:.8rem 1.5rem;border-radius:25px;font-weight:700;font-size:1.2rem;margin-bottom:1.5rem;text-align:center}.chameleon-badge{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 6px 15px #f093fb66}.regular-badge{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;box-shadow:0 6px 15px #43e97b66}.role-info p{margin-bottom:1rem;color:#ffffffe6;font-size:1rem;line-height:1.4}.secret-highlight{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff;padding:.3rem .8rem;border-radius:8px;font-weight:700}.role-tip{background:#ffffff0d;border-left:3px solid #ffd700;padding:.8rem 1rem;border-radius:0 8px 8px 0;font-style:italic;color:#fffc!important}.role-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.back-to-turn-order-btn,.start-gameplay-btn{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:160px}.back-to-turn-order-btn:hover,.start-gameplay-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.start-gameplay-btn{background:linear-gradient(135deg,#43e97b,#38f9d7);border-color:#fff6}.start-gameplay-btn:hover{background:linear-gradient(135deg,#38f9d7,#43e97b);box-shadow:0 8px 25px #43e97b66}.back-to-turn-order-btn:active,.start-gameplay-btn:active{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.game-status{margin-bottom:3rem;padding:2rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.chameleon-info h3{color:#f093fb;margin-bottom:1rem;font-size:1.5rem}.chameleon-info p{color:#ffffffe6;margin-bottom:.8rem;font-size:1rem}.card-selection-section{margin:2rem 0;text-align:center}.current-player-info{background:#ffffff0d;border-radius:15px;padding:2rem;margin-bottom:2rem}.current-player-info h3{font-size:1.8rem;color:#43e97b;margin-bottom:.5rem;font-weight:600}.current-player-info p{color:#fffc;font-size:1.1rem;margin:0}.progress-indicator{margin-bottom:3rem}.progress-bar{background:#ffffff1a;border-radius:10px;height:8px;margin-bottom:1rem;overflow:hidden}.progress-fill{background:linear-gradient(135deg,#43e97b,#38f9d7);height:100%;border-radius:10px;transition:width .5s ease}.progress-indicator p{color:#ffffffb3;font-size:.9rem;margin:0}.available-cards{margin-bottom:3rem}.available-cards h4{color:#fffffff2;font-size:1.3rem;margin-bottom:1.5rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem;max-width:400px;margin:0 auto}.card-option{background:#fff;border:3px solid rgba(255,255,255,.3);border-radius:12px;padding:0;cursor:pointer;transition:all .3s ease;height:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.card-option:hover{transform:translateY(-5px);border-color:#43e97b;box-shadow:0 8px 25px #43e97b4d}.card-front{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.card-number{font-size:1.8rem;font-weight:700;color:#333}.selected-info{margin-top:2rem}.selected-info h4{color:#fffffff2;font-size:1.2rem;margin-bottom:1rem}.selected-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.selected-card{background:#ffffff0d;border-radius:10px;padding:.8rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;border:1px solid rgba(255,255,255,.2)}.card-num{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.player-name{color:#ffffffe6;font-size:.85rem;font-weight:500}@media (max-width: 768px){.container{padding:2rem;margin:1rem}h1{font-size:2.5rem}.color-footer{padding:1rem 1.5rem}.color-footer .color-dropdown-container{flex-direction:column;gap:.6rem}.color-footer .color-dropdown{font-size:.8rem;padding:.5rem 1rem;min-width:120px}.color-footer .color-preview{width:25px;height:25px}.game-info{grid-template-columns:1fr;gap:1.5rem}.start-game-btn{font-size:1.3rem;padding:.8rem 2.5rem}.player-buttons{flex-direction:column;align-items:center;gap:1rem}.player-count-btn{font-size:1.1rem;padding:1.2rem 1.8rem;min-width:140px}.player-selection h3,.player-names-section h3{font-size:1.5rem}.name-inputs{max-width:100%;gap:1.2rem}.name-input{font-size:1rem;padding:.9rem 1.2rem}.names-actions{flex-direction:column;align-items:center;gap:1rem}.back-btn,.continue-btn{font-size:1rem;padding:.9rem 1.8rem;min-width:140px}.game-explanation{margin:1.5rem 0}.players-ready{padding:1rem;margin-bottom:2rem}.player-chip{font-size:.8rem;padding:.4rem .8rem}.rule-step{flex-direction:column;gap:1rem;padding:1rem;margin-bottom:1.5rem}.step-number{width:2rem;height:2rem;font-size:1rem;align-self:flex-start}.step-content h4{font-size:1.1rem}.step-content p{font-size:.9rem}.start-round-btn{font-size:1.3rem;padding:1rem 2.5rem}.turn-order-section{margin:1.5rem 0}.starting-player{padding:1.5rem;margin-bottom:2rem}.starting-player h3{font-size:1.3rem}.starting-player-card{padding:1.2rem 1.5rem}.starting-player-card .player-name,.turn-order h3{font-size:1.2rem}.turn-list{max-width:100%}.turn-item{padding:.8rem 1rem;gap:.8rem}.turn-item-with-card{padding:.8rem;margin-bottom:.8rem}.player-info{gap:.8rem;margin-bottom:.8rem}.card-summary{padding:.6rem 1rem;font-size:.9rem}.revealed-card{padding:1rem}.card-display{width:60px;height:80px}.card-number-large{font-size:1.5rem}.card-instruction{font-size:.8rem}.chameleon-title{font-size:1.1rem}.chameleon-instruction{font-size:.8rem}.topic-info{padding:.6rem}.topic-label{font-size:.7rem}.topic-name,.secret-title{font-size:1rem}.secret-word{font-size:1.2rem;padding:.8rem 1.2rem}.secret-instruction{font-size:.8rem}.turn-number{width:1.8rem;height:1.8rem;font-size:.9rem}.turn-player-name{font-size:1rem}.round-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.back-to-rules-btn,.continue-to-game-btn{font-size:1rem;padding:.9rem 1.8rem;min-width:160px}.game-screen{margin:1.5rem 0}.topic-title{font-size:1.5rem}.topic-card{font-size:1.5rem;padding:1.5rem 2rem;min-width:200px;letter-spacing:1px}.secret-display{padding:1.5rem}.secret-title{font-size:1.3rem}.secret-card{font-size:2rem;padding:1.2rem 2rem;min-width:180px}.secret-warning{font-size:1rem}.turn-indicator h4{font-size:1.2rem}.current-turn-list{max-width:100%}.current-turn-item{padding:.7rem 1rem}.turn-num{width:1.6rem;height:1.6rem;font-size:.8rem}.turn-name{font-size:.9rem}.new-round-btn{font-size:1.1rem;padding:.9rem 2rem}.role-check-section{margin:1.5rem 0}.role-instruction{padding:1.5rem;margin-bottom:2rem}.role-instruction h3{font-size:1.3rem}.player-role-checks{gap:1.2rem;margin-bottom:2rem}.player-role-card{padding:1.2rem}.player-role-card h4{font-size:1.1rem}.role-summary{padding:.8rem 1.2rem;font-size:1rem}.role-content{padding:1.2rem}.role-badge{padding:.6rem 1.2rem;font-size:1rem;margin-bottom:1.2rem}.role-info p{font-size:.9rem}.role-tip{padding:.6rem .8rem;font-size:.85rem}.role-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.back-to-turn-order-btn,.start-gameplay-btn{font-size:1rem;padding:.9rem 1.8rem;min-width:180px}.game-status{padding:1.5rem;margin-bottom:2rem}.chameleon-info h3{font-size:1.3rem}.chameleon-info p{font-size:.9rem}.card-selection-section{margin:1.5rem 0}.current-player-info{padding:1.5rem;margin-bottom:1.5rem}.current-player-info h3{font-size:1.5rem}.current-player-info p{font-size:1rem}.progress-indicator,.available-cards{margin-bottom:2rem}.available-cards h4{font-size:1.2rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.8rem;max-width:100%}.card-option{height:80px}.card-number{font-size:1.5rem}.selected-info h4{font-size:1.1rem}.selected-cards{gap:.8rem}.selected-card{padding:.6rem 1rem}.card-num{width:1.8rem;height:1.8rem;font-size:.9rem}.player-name{font-size:.8rem}}.theme-selector{margin:2rem 0;text-align:left}.theme-selector h3{color:#fff;margin-bottom:.5rem;text-align:center}.theme-description{color:#fffc;font-size:.9rem;text-align:center;margin-bottom:1.5rem}.theme-options{display:flex;flex-direction:column;gap:1rem}.theme-option{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .3s ease}.theme-option:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.theme-option.selected{background:#ffffff40;border-color:#fff9;box-shadow:0 4px 12px #fff3}.theme-icon{font-size:2rem;min-width:3rem;text-align:center}.theme-info{flex:1;text-align:left}.theme-name{color:#fff;margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.theme-desc{color:#fffc;margin:0;font-size:.85rem;line-height:1.3}.theme-selector-indicator{font-size:1.2rem;color:#fffc;min-width:1.5rem;text-align:center}.theme-option.selected .theme-selector-indicator{color:#fff;font-weight:700}.welcome-theme-selector{margin:2rem 0 2.5rem}@media (max-width: 768px){.theme-options{gap:.75rem}.theme-option{padding:.75rem}.theme-icon{font-size:1.5rem;min-width:2.5rem}.theme-name{font-size:1rem}.theme-desc{font-size:.8rem}}.name-input.similar-name{border-color:#f39c12!important;box-shadow:0 0 0 3px #f39c1233!important;background:#f39c120d}.similar-name-warning{color:#f39c12;font-size:.85rem;margin:.5rem 0 0;font-style:italic;font-weight:600;display:flex;align-items:center;gap:.3rem}.similar-name-warning:before{content:"⚠️";font-size:.9rem}.name-label{color:#fff;font-weight:600;margin-bottom:.5rem;display:block}.name-input-group{margin-bottom:1.5rem}.name-input-group .name-label{transition:color .3s ease}.name-input-group:has(.similar-name) .name-label{color:#f39c12}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.modal-header h2{margin:0;color:#333;font-size:1.8rem}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem;border-radius:50%;transition:all .2s ease}.modal-close-btn:hover{background:#0000001a;color:#333}.modal-body{margin-bottom:1.5rem}.modal-footer{display:flex;justify-content:center;padding-top:1rem;border-top:2px solid rgba(0,0,0,.1)}.modal-close-btn-secondary{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-close-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.chameleon-reveal,.secret-reveal{text-align:center}.chameleon-title{color:#e74c3c;font-size:1.5rem;margin-bottom:1rem}.chameleon-instruction{color:#333;font-size:1rem;line-height:1.5;margin-bottom:1rem}.secret-title{color:#27ae60;font-size:1.5rem;margin-bottom:1rem}.secret-word{background:linear-gradient(45deg,#27ae60,#2ecc71);color:#fff;padding:1rem 2rem;border-radius:15px;font-size:1.8rem;font-weight:700;margin:1rem 0;display:inline-block}.topic-info{background:#e74c3c1a;padding:1rem;border-radius:10px;margin-top:1rem}.topic-label{font-weight:600;color:#e74c3c;margin-right:.5rem}.topic-name{color:#e74c3c;font-weight:600}.scoring-system{margin:2rem 0}.scoring-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.scoring-header h2{margin:0;color:#333}.rules-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.rules-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #667eea66}.rankings-list{display:flex;flex-direction:column;gap:1rem}.ranking-item{display:flex;align-items:center;background:#fffc;padding:1rem;border-radius:15px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.ranking-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.rank-1{background:linear-gradient(45deg,gold,#ffed4e);border:2px solid #ffd700}.rank-2{background:linear-gradient(45deg,silver,#e5e5e5);border:2px solid #c0c0c0}.rank-3{background:linear-gradient(45deg,#cd7f32,#daa520);border:2px solid #cd7f32}.rank-position{font-size:1.5rem;font-weight:700;margin-right:1rem;min-width:50px;text-align:center}.player-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.player-name{font-weight:600;color:#333;font-size:1.1rem}.player-points{font-weight:700;color:#667eea;font-size:1.2rem}.player-stats{display:flex;gap:1rem}.stat{background:#667eea1a;color:#667eea;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;font-weight:600}.scoring-rules-modal{max-width:600px}.scoring-rules h3{color:#333;margin:1.5rem 0 1rem;font-size:1.3rem}.scoring-rules ul{margin:0 0 1.5rem;padding-left:1.5rem}.scoring-rules li{margin:.5rem 0;color:#555;line-height:1.5}.scoring-rules strong{color:#333}.game-round{margin-top:2rem}.discussion-phase,.team-accusation-phase,.chameleon-guess-phase,.round-end{text-align:center;margin-bottom:2rem}.discussion-phase{background:#667eea1a;padding:2rem;border-radius:15px;border:2px solid rgba(102,126,234,.3)}.active-players,.eliminated-players{margin:1.5rem 0;text-align:left}.active-players h4,.eliminated-players h4{color:#333;margin-bottom:1rem;font-size:1.2rem}.players-list,.eliminated-list{display:flex;flex-wrap:wrap;gap:1rem}.active-player,.eliminated-player{display:flex;align-items:center;gap:.5rem;background:#fffc;padding:.8rem 1.2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.player-number{background:#667eea;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.player-name{font-weight:600;color:#333}.eliminated-player{background:#e74c3c1a;border:2px solid rgba(231,76,60,.3)}.eliminated-icon{font-size:1.2rem;color:#e74c3c}.discussion-actions{margin-top:2rem}.ready-to-accuse-btn{background:linear-gradient(45deg,#27ae60,#2ecc71);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.ready-to-accuse-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #27ae6066}.ready-to-accuse-btn:disabled{opacity:.6;cursor:not-allowed}.team-accusation-phase{background:#e74c3c1a;padding:2rem;border-radius:15px;border:2px solid rgba(231,76,60,.3)}.accusation-options h4{color:#e74c3c;margin-bottom:1.5rem;font-size:1.2rem}.accusation-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1.5rem 0}.accusation-btn{background:#fffc;border:2px solid rgba(231,76,60,.3);color:#333;padding:1rem 1.5rem;border-radius:15px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.accusation-btn:hover{background:#e74c3c1a;border-color:#e74c3c;transform:translateY(-2px)}.accusation-btn.selected{background:#e74c3c;color:#fff;border-color:#e74c3c;box-shadow:0 4px 12px #e74c3c66}.confirmation{margin-top:2rem;padding:1.5rem;background:#27ae601a;border-radius:10px;border:2px solid rgba(39,174,96,.3)}.confirmation p{margin-bottom:1rem;color:#27ae60;font-weight:600}.confirm-accusation-btn{background:linear-gradient(45deg,#27ae60,#2ecc71);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-accusation-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #27ae6066}.elimination-summary{margin-top:1.5rem;padding:1.5rem;background:#e74c3c1a;border-radius:10px;border:2px solid rgba(231,76,60,.3)}.elimination-summary h4{color:#e74c3c;margin-bottom:1rem;font-size:1.2rem}.eliminated-summary-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.eliminated-summary-item{display:flex;align-items:center;gap:.5rem;background:#ffffffe6;padding:.6rem 1rem;border-radius:8px;box-shadow:0 2px 6px #0000001a}.accusation-inputs{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.accusation-input-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.accusation-label{font-weight:600;color:#333;font-size:1rem}.accusation-select{padding:.8rem;border:2px solid rgba(102,126,234,.3);border-radius:10px;font-size:1rem;transition:all .3s ease}.accusation-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chameleon-guess-phase{background:#e74c3c1a;padding:2rem;border-radius:15px;border:2px solid rgba(231,76,60,.3)}.guess-input-group{display:flex;flex-direction:column;gap:1rem;align-items:center}.guess-label{font-weight:600;color:#e74c3c;font-size:1.1rem}.guess-input{padding:1rem;border:2px solid rgba(231,76,60,.3);border-radius:10px;font-size:1.1rem;width:100%;max-width:300px;transition:all .3s ease}.guess-input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.submit-guess-btn{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-guess-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #e74c3c66}.submit-guess-btn:disabled{opacity:.6;cursor:not-allowed}.round-end{background:#27ae601a;padding:2rem;border-radius:15px;border:2px solid rgba(39,174,96,.3)}.round-results{margin:1.5rem 0}.result h4{font-size:1.5rem;margin-bottom:1rem}.chameleon-caught h4{color:#27ae60}.chameleon-escaped h4{color:#e74c3c}.round-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.view-scores-btn,.new-round-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.view-scores-btn:hover,.new-round-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.turn-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;padding:1rem;border-radius:15px;margin-bottom:1rem;transition:all .3s ease}.turn-item:hover{background:#fff3;transform:translateY(-2px)}.check-role-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.check-role-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #667eea66}.game-header-actions{display:flex;justify-content:center;margin-bottom:2rem}.rankings-btn{background:linear-gradient(45deg,gold,#ffed4e);color:#333;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffd7004d}.rankings-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffd70080}.ranking-actions{display:flex;justify-content:center;margin-top:2rem}.back-to-game-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-to-game-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.ranking-explanation{background:#667eea1a;padding:1rem;border-radius:10px;border-left:4px solid #667eea;margin-bottom:1.5rem;color:#333;font-size:1rem;line-height:1.5}:root{font-family:Inter,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;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}body{background:linear-gradient(135deg,#74b9ff,#0984e3)}}
