: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}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem}.app{display:flex;flex-direction:column;align-items:center;gap:2rem}.join-room{background:#1a1a1a;padding:2rem;border-radius:8px;width:100%;max-width:400px;box-shadow:0 4px 6px #0000004d}.join-room h2{margin-bottom:1.5rem;color:#646cff}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:#ffffffb3}.form-group input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#2a2a2a;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#646cff}.room-id-input{display:flex;gap:.5rem}.room-id-input input{flex:1}.btn-generate{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#2a2a2a;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-generate:hover{background:#646cff;border-color:#646cff;transform:rotate(180deg)}.form-hint{display:block;margin-top:.25rem;font-size:.8rem;color:#ffffff80;font-style:italic}.btn{width:100%;padding:.75rem;border:none;border-radius:4px;background:#646cff;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn:hover{background:#535bf2}.btn:disabled{background:#4a4a4a;cursor:not-allowed}.chat-container{width:100%;max-width:800px;background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000004d}.chat-header{background:#646cff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.chat-header h2{margin:0;font-size:1.2rem;display:flex;align-items:center;gap:.5rem}.btn-copy{padding:.25rem .5rem;background:#ffffff1a;border:none;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s}.btn-copy:hover{background:#fff3;transform:scale(1.1)}.chat-info{font-size:.9rem;opacity:.9}.btn-leave{padding:.5rem 1rem;background:#fff3;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background .2s}.btn-leave:hover{background:#ffffff4d}.messages{height:400px;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.message{padding:.75rem;border-radius:6px;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.system{background:#646cff33;color:#ffffffb3;font-style:italic;text-align:center}.message.user{background:#2a2a2a}.message-header{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.85rem}.message-user{font-weight:600;color:#646cff}.message-time{color:#ffffff80}.message-text{color:#fff}.message-input{display:flex;gap:.5rem;padding:1rem;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.1)}.message-input input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#1a1a1a;color:#fff;font-size:1rem}.message-input input:focus{outline:none;border-color:#646cff}.message-input button{padding:.75rem 1.5rem;background:#646cff;border:none;border-radius:4px;color:#fff;font-weight:500;cursor:pointer;transition:background .2s}.message-input button:hover:not(:disabled){background:#535bf2}.message-input button:disabled{background:#4a4a4a;cursor:not-allowed}.users-list{padding:1rem;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.1)}.users-list h3{margin-bottom:.5rem;font-size:.9rem;color:#ffffffb3}.users-list ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.users-list li{padding:.25rem .75rem;background:#646cff33;border-radius:12px;font-size:.85rem}.game-menu{width:100%;max-width:1200px;margin:0 auto}.menu-header{text-align:center;margin-bottom:3rem}.menu-header h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#646cff,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.menu-header p{font-size:1.2rem;color:#ffffffb3}.user-setup{background:#1a1a1a;padding:2rem;border-radius:12px;margin-bottom:3rem;max-width:400px;margin-left:auto;margin-right:auto;box-shadow:0 4px 6px #0000004d}.games-grid{display:flex;flex-direction:column;gap:2rem}.game-category{background:#1a1a1a;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000004d}.category-title{font-size:1.5rem;margin-bottom:1.5rem;color:#646cff;border-bottom:2px solid rgba(100,108,255,.3);padding-bottom:.5rem}.games-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.game-card{background:#2a2a2a;padding:1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #646cff4d;border-color:#646cff}.game-icon{font-size:3rem;text-align:center;margin-bottom:1rem}.game-name{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.game-description{color:#ffffffb3;margin-bottom:1rem;line-height:1.4}.game-info{display:flex;justify-content:space-between;align-items:center}.players-info{font-size:.9rem;color:#fff9}.game-container{width:100%;max-width:1200px;margin:0 auto}.game-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.btn-back{background:#2a2a2a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.btn-back:hover{background:#3a3a3a;border-color:#646cff}.coming-soon{display:flex;justify-content:center;align-items:center;min-height:60vh}.coming-soon-content{background:#1a1a1a;padding:3rem;border-radius:12px;text-align:center;max-width:600px;box-shadow:0 4px 6px #0000004d}.game-icon-large{font-size:4rem;margin-bottom:1rem}.coming-soon-content h2{color:#646cff;margin-bottom:1rem}.coming-soon-content .game-description{font-size:1.1rem;margin-bottom:2rem}.game-details{background:#2a2a2a;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-item:last-child{border-bottom:none}.detail-label{color:#ffffffb3}.detail-value{color:#fff;font-weight:500}.features-preview{text-align:left;margin-bottom:2rem}.features-preview h3{color:#646cff;margin-bottom:1rem;text-align:center}.features-preview ul{list-style:none;padding:0}.features-preview li{padding:.5rem 0;color:#fffc;border-bottom:1px solid rgba(255,255,255,.1)}.features-preview li:last-child{border-bottom:none}.development-notice{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);padding:1rem;border-radius:8px;color:#ffc107e6}.development-notice p{margin-bottom:.5rem}.development-notice p:last-child{margin-bottom:0}.share-room-bar{display:flex;align-items:center;gap:1rem;padding:1rem;background:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.share-room-link{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.share-label{font-size:.9rem;color:#ffffffb3;white-space:nowrap}.share-url{font-size:.8rem;background:#1a1a1a;padding:.4rem .6rem;border-radius:4px;color:#646cff;word-break:break-all}.empty-hint{color:#ffffff80;font-style:italic;padding:.5rem 0}.name-editor-bar{padding:.75rem 1rem;background:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.1)}.name-display-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.9rem;color:#fffc}.name-edit-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.name-edit-label{font-size:.9rem;color:#ffffffb3;white-space:nowrap}.name-edit-input{flex:1;min-width:150px;padding:.4rem .6rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#1a1a1a;color:#fff;font-size:.9rem}.name-edit-input:focus{outline:none;border-color:#646cff}.quiz-start-bar{padding:1rem;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.1);text-align:center}.start-info{margin-bottom:1rem;font-size:.95rem;color:#fffc}.btn-start-game:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.quiz-game-area{background:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000004d}.quiz-lobby{background:#1a1a1a;border-radius:12px;padding:1.5rem;max-width:600px;margin:1rem auto;box-shadow:0 4px 6px #0000004d}.quiz-lobby h2{color:#646cff;margin-bottom:1rem}.players-list{margin:1rem 0}.players-list h3{color:#fffc;margin-bottom:.5rem;font-size:1rem}.players-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.players-list li{padding:.6rem .8rem;background:#2a2a2a;border-radius:8px;border:1px solid rgba(255,255,255,.1);color:#fff}.players-list li.is-me{border-color:#646cff;background:#646cff26}.start-game-bar{margin:1.5rem 0;text-align:center}.start-info{margin-bottom:1rem;font-size:1rem;color:#fffc}.btn-start-game{max-width:300px;margin:0 auto;background:linear-gradient(135deg,#22c55e,#16a34a);font-size:1.1rem;padding:1rem}.waiting-host{color:#fff9;font-style:italic}.share-row{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.share-row span{flex:1;min-width:0;font-size:.85rem;color:#ffffffb3;word-break:break-all}.rooms-list{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.rooms-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.rooms-list-header h3{color:#fffc;font-size:1rem}.btn-refresh{background:#2a2a2a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.4rem .7rem;border-radius:6px;cursor:pointer;font-size:.9rem}.btn-refresh:hover{background:#3a3a3a;border-color:#646cff}.rooms-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.room-card{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;text-align:left;transition:all .2s}.room-card:hover{border-color:#646cff;background:#333}.room-id{font-weight:700;color:#646cff;font-size:.95rem}.room-meta{color:#ffffffb3;font-size:.85rem}.quiz-players-bar{display:flex;gap:1rem;padding:1rem;background:#2a2a2a;border-bottom:1px solid rgba(255,255,255,.1);overflow-x:auto;flex-wrap:wrap}.quiz-player-card{background:#1a1a1a;border:1px solid rgba(100,108,255,.3);border-radius:8px;padding:.75rem 1rem;text-align:center;min-width:120px}.quiz-player-name{display:block;font-weight:600;color:#646cff;margin-bottom:.25rem}.quiz-player-score{display:block;font-size:1.4rem;font-weight:700;color:#22c55e}.quiz-messages-area{min-height:200px;max-height:300px;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.quiz-actions{padding:1rem;background:#2a2a2a;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:0}.alerts-container{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.alert-message{background:#1a1a1a;border:1px solid #646cff;padding:.75rem 1rem;border-radius:8px;color:#fff;font-size:.9rem;animation:slideIn .3s ease;box-shadow:0 4px 12px #0006;pointer-events:auto}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.header-right{margin-left:auto;font-size:.9rem;color:#fffc}.arena-players-bar{display:flex;gap:.75rem;padding:1rem;background:#1a1a1a;border-radius:12px;margin-bottom:1rem;overflow-x:auto;flex-wrap:wrap}.arena-player-card{background:#2a2a2a;border:2px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem;min-width:140px;flex:1;display:flex;align-items:center;gap:.5rem;transition:all .3s}.arena-player-card.is-me{border-color:#646cff;background:#646cff1a}.arena-player-card.is-stunned{border-color:#ef4444;background:#ef44441a;opacity:.6}.arena-player-icon{font-size:1.5rem}.arena-player-info{flex:1;min-width:0}.arena-player-name{display:block;font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arena-player-score{display:block;font-size:1.2rem;font-weight:700;color:#22c55e}.arena-player-jokers{display:flex;gap:2px}.joker-dot{font-size:.8rem;cursor:help}.arena-game-zone{background:#1a1a1a;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.round-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.round-type-badge{padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:1rem;background:linear-gradient(135deg,#646cff,#8b5cf6);color:#fff}.round-type-badge[data-type=DUEL]{background:linear-gradient(135deg,#ef4444,#dc2626)}.round-type-badge[data-type=QCM_RAPIDE]{background:linear-gradient(135deg,#f59e0b,#d97706)}.round-type-badge[data-type=QCM_STRATEGIQUE]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.round-type-badge[data-type=FINAL]{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.round-timer{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff}.round-timer.timer-danger{color:#ef4444;animation:pulse .5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.timer-icon{font-size:1.2rem}.question-box{background:#2a2a2a;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.question-text{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.5}.question-meta{display:flex;justify-content:center;gap:1rem;font-size:.85rem;color:#ffffffb3;flex-wrap:wrap}.buzzer-section{text-align:center;margin-bottom:1.5rem}.buzzer-btn{width:200px;height:200px;border-radius:50%;border:none;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:1.5rem;font-weight:800;cursor:pointer;transition:all .2s;box-shadow:0 8px 32px #ef444466;text-transform:uppercase;letter-spacing:2px}.buzzer-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 40px #ef444499}.buzzer-btn:active:not(:disabled){transform:scale(.95)}.buzzer-btn:disabled{background:#4a4a4a;cursor:not-allowed;box-shadow:none}.buzzer-btn.buzzer-pressed{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 32px #22c55e66}.buzzer-order{margin-top:1rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.buzz-position{padding:.25rem .75rem;background:#2a2a2a;border-radius:20px;font-size:.85rem;font-weight:600;color:#ffffffb3}.buzz-position.buzz-me{background:#646cff4d;color:#646cff}.buzz-hint{text-align:center;color:#f59e0b;font-size:.9rem;font-weight:600;margin-bottom:1rem}.answers-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:0 auto 1rem}.answer-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#2a2a2a;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;text-align:left}.answer-btn:hover:not(:disabled){border-color:#646cff;background:#646cff1a;transform:translateY(-2px)}.answer-btn.answer-disabled{opacity:.5;cursor:not-allowed}.answer-btn:disabled{cursor:not-allowed;opacity:.4}.answer-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#646cff;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.answer-text{flex:1}.round-ended-actions{text-align:center;padding:2rem}.round-ended-text{font-size:1.3rem;font-weight:700;color:#646cff;margin-bottom:.5rem}.round-summary{color:#ffffffb3;margin-bottom:1.5rem}.waiting-round{text-align:center;padding:3rem;color:#ffffff80;font-size:1.2rem}.jokers-panel{position:fixed;bottom:1rem;right:1rem;z-index:50}.jokers-toggle{padding:.75rem 1.25rem;border:none;border-radius:50px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #f59e0b66;transition:all .2s}.jokers-toggle:hover{transform:scale(1.05);box-shadow:0 6px 20px #f59e0b99}.jokers-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.joker-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#1a1a1a;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.joker-btn:hover{border-color:#f59e0b;background:#f59e0b1a}.joker-icon{font-size:1.2rem}.joker-label{font-size:.9rem;font-weight:600}.no-jokers{color:#ffffff80;font-size:.85rem;text-align:center;padding:.5rem}.arena-footer{text-align:center;padding:.5rem}.stunned-notice{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;background:#ef444433;border:1px solid #ef4444;color:#ef4444;font-weight:700;font-size:.9rem;animation:pulse 1s infinite}.podium-container{background:#1a1a1a;border-radius:12px;padding:2rem;text-align:center}.podium-container h2{color:#646cff;margin-bottom:2rem;font-size:1.5rem}.podium-players{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.podium-card{background:#2a2a2a;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem 2rem;min-width:150px;transition:all .3s}.podium-card.gold{border-color:#f59e0b;background:#f59e0b1a}.podium-card.silver{border-color:#94a3b8;background:#94a3b81a}.podium-card.bronze{border-color:#cd7f32;background:#cd7f321a}.podium-rank{font-size:2rem;margin-bottom:.5rem}.podium-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.podium-score{font-size:1.3rem;font-weight:700;color:#22c55e}.podium-you{font-size:.85rem;color:#ffffff80;margin-top:.25rem}@media (max-width: 768px){#root{padding:1rem}.menu-header h1{font-size:2rem}.menu-header p{font-size:1rem}.games-row{grid-template-columns:1fr;gap:1rem}.game-card{padding:1rem}.game-icon{font-size:2.5rem}.game-name{font-size:1.1rem}.join-room{max-width:100%;padding:1.5rem}.join-room h2{font-size:1.2rem}.game-header{flex-wrap:wrap;gap:.5rem}.game-header h1{font-size:1.3rem;flex:1}.btn-back{padding:.6rem .8rem;font-size:.85rem}.quiz-lobby{padding:1rem}.quiz-lobby h2{font-size:1.1rem}.players-list h3{font-size:.9rem}.players-list li{padding:.5rem .7rem;font-size:.9rem}.start-info{font-size:.9rem}.btn-start-game{max-width:100%;font-size:1rem;padding:.9rem}.share-row{flex-direction:column;align-items:flex-start;gap:.5rem}.share-row span{font-size:.8rem}.arena-players-bar{padding:.75rem;gap:.5rem}.arena-player-card{min-width:120px;padding:.6rem}.arena-player-name{font-size:.8rem}.arena-player-score{font-size:1rem}.round-header{flex-direction:column;gap:.75rem;align-items:flex-start}.round-type-badge{font-size:.9rem;padding:.4rem .8rem}.round-timer{font-size:1.2rem}.question-text{font-size:1.1rem}.question-meta{font-size:.8rem}.answers-grid{grid-template-columns:1fr;gap:.75rem}.answer-btn{padding:.9rem 1rem;font-size:.95rem}.buzzer-btn{width:160px;height:160px;font-size:1.2rem}.jokers-toggle{padding:.6rem 1rem;font-size:.9rem}.joker-btn{padding:.6rem .8rem;font-size:.85rem}.podium-card{min-width:120px;padding:1rem}.podium-rank{font-size:1.5rem}.podium-name{font-size:1rem}.podium-score{font-size:1.1rem}.chat-header{flex-wrap:wrap;gap:.5rem}.chat-header h2{font-size:1rem}.messages{height:300px}.message-input{flex-direction:column}.message-input input,.message-input button{width:100%}.users-list{padding:.75rem}}@media (max-width: 480px){#root{padding:.75rem}.menu-header h1{font-size:1.6rem}.join-room{padding:1rem}.btn{font-size:.95rem}.buzzer-btn{width:140px;height:140px;font-size:1rem}.answer-btn{padding:.8rem;font-size:.9rem}.room-card{flex-direction:column;align-items:flex-start;gap:.25rem}.category-config{padding:.8rem}}.category-config{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin:1rem 0;max-width:500px}.category-config h3{margin-bottom:.5rem;font-size:1rem}.config-hint{font-size:.85rem;color:#fff9;margin-bottom:1rem}.category-slider-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.category-label{min-width:110px;font-size:.9rem;color:#fffc}.category-slider{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#444;border-radius:3px;outline:none;cursor:pointer}.category-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#646cff;cursor:pointer;border:2px solid white}.category-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#646cff;cursor:pointer;border:2px solid white}.category-pct{min-width:40px;text-align:right;font-size:.9rem;font-weight:600;color:#646cff}.btn-secondary{background:#3a3a3a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.btn-secondary:hover{background:#4a4a4a}.btn-small{padding:.4rem 1rem;font-size:.85rem}.start-game-bar{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:1.5rem 0}.start-game-bar .btn{min-width:160px}
