*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#1a1a2e;color:#eee;min-height:100vh;overflow-x:hidden}#cott-app{min-height:100vh;display:flex;flex-direction:column}.setup-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:2rem}.setup-screen__header h1{font-size:4rem;font-weight:800;color:#f5d32e;text-shadow:0 4px 12px rgba(245,211,46,.3)}.setup-screen__subtitle{text-align:center;color:#aaa;font-size:1.1rem;margin-top:.5rem}.setup-screen__egg{font-size:5rem;text-align:center;margin-top:1rem}.setup-screen__form{background:#16213e;border-radius:16px;padding:2rem;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.5rem}.setup-screen__mode{display:flex;gap:.5rem}.setup-screen__mode-btn{flex:1;padding:.75rem;border:2px solid #333;border-radius:10px;background:#0f3460;color:#ccc;cursor:pointer;font-size:.85rem;transition:all .2s}.setup-screen__mode-btn.active{border-color:#f5d32e;color:#f5d32e;background:#1a1a40}.setup-screen__player-row{display:flex;align-items:center;gap:.75rem}.setup-screen__player-row label{width:70px;color:#aaa;font-size:.9rem}.setup-screen__player-row input{flex:1;padding:.6rem .8rem;border-radius:8px;border:1px solid #333;background:#0f3460;color:#eee;font-size:.95rem}.setup-screen__count{display:flex;align-items:center;justify-content:center;gap:1rem}.setup-screen__count button{width:36px;height:36px;border-radius:50%;border:2px solid #444;background:#0f3460;color:#eee;font-size:1.2rem;cursor:pointer;transition:all .2s}.setup-screen__count button:disabled{opacity:.3;cursor:not-allowed}.setup-screen__count button:hover:not(:disabled){border-color:#f5d32e;color:#f5d32e}.setup-screen__count span{font-size:1.1rem;min-width:80px;text-align:center}.setup-screen__start{padding:.9rem;border-radius:12px;border:none;background:#f5d32e;color:#1a1a2e;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s}.setup-screen__start:hover{transform:scale(1.03);box-shadow:0 4px 20px #f5d32e66}.game-board{display:flex;flex-direction:column;min-height:100vh;padding:1rem;gap:1rem}.game-board__top-bar{text-align:center;padding:.5rem}.game-board__turn{font-size:1.1rem}.game-board__message{font-size:.9rem;color:#f5d32e;margin-top:.3rem;min-height:1.2em}.game-board__opponents{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.opponent-hand{background:#16213e;border-radius:12px;padding:.8rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:140px}.opponent-hand__info{display:flex;flex-direction:column;align-items:center;gap:.15rem}.opponent-hand__name{font-weight:600;font-size:.9rem}.opponent-hand__count{font-size:.75rem;color:#aaa}.opponent-hand__contracts{font-size:.8rem;color:#f5d32e}.opponent-hand__cards{display:flex;gap:2px;flex-wrap:wrap;justify-content:center}.opponent-hand__overflow{font-size:.75rem;color:#aaa;align-self:center}.game-board__center{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem 0}.draw-pile{position:relative;cursor:default;display:flex;flex-direction:column;align-items:center}.draw-pile--clickable{cursor:pointer}.draw-pile--clickable:hover{transform:translateY(-4px)}.draw-pile__count{font-size:.9rem;color:#aaa;margin-top:.3rem}.draw-pile__label{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.discard-pile{display:flex;flex-direction:column;align-items:center}.discard-pile__empty{width:80px;height:112px;border:2px dashed #444;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#555;text-align:center;padding:.5rem}.discard-pile__label{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:.3rem}.contract-panel{background:#16213e;border-radius:12px;padding:1rem;max-width:320px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:.5rem}.contract-panel__header{display:flex;justify-content:space-between;align-items:center}.contract-panel__header h3{font-size:.8rem;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.contract-panel__level{background:#f5d32e;color:#1a1a2e;padding:.15rem .5rem;border-radius:6px;font-weight:700;font-size:.8rem}.contract-panel__name{font-weight:600;font-size:1rem}.contract-panel__desc{font-size:.85rem;color:#aaa}.contract-panel__declare{margin-top:.5rem;padding:.6rem;border-radius:8px;border:none;background:#4caf50;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.contract-panel__declare:disabled{background:#333;color:#666;cursor:not-allowed}.contract-panel__declare:hover:not(:disabled){background:#66bb6a}.cott-button{position:fixed;bottom:140px;right:2rem;width:100px;height:100px;border-radius:50%;border:3px solid #FF6B6B;background:#e63946;color:#fff;font-size:1.1rem;font-weight:800;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 20px #e6394680;transition:transform .15s}.cott-button:hover:not(:disabled){transform:scale(1.1)}.cott-button--disabled{opacity:.5;cursor:not-allowed}.cott-button__text{z-index:2;position:relative}.cott-button__timer{position:absolute;bottom:0;left:0;width:100%;height:0%;background:#0000004d;animation:cott-timer 3s linear forwards}@keyframes cott-timer{0%{height:0%}to{height:100%}}.cott-pop-enter-active{animation:pop-in .3s ease-out}.cott-pop-leave-active{animation:pop-in .2s ease-in reverse}@keyframes pop-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.game-board__hand-area{margin-top:auto;padding:1rem 0}.game-board__hand-label{text-align:center;font-size:.85rem;color:#aaa;margin-bottom:.5rem}.hand{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;padding:.5rem}.card{width:70px;height:98px;border-radius:10px;background:#2a2a4a;border:2px solid #444;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.card--face-down{background:#0f3460;border-color:#1a4a7a}.card--face-down .card__back{font-size:1.8rem}.card--playable{cursor:pointer;border-color:#f5d32e}.card--playable:hover{transform:translateY(-12px);box-shadow:0 8px 24px #f5d32e4d}.card--selected{border-color:#4caf50;box-shadow:0 0 16px #4caf5080}.card__color-bar{position:absolute;top:0;left:0;right:0;height:6px}.card__center{display:flex;align-items:center;justify-content:center}.card__icon{font-size:1.6rem}.card__value{font-size:1.8rem;font-weight:800;color:#fff}.card--jaune .card__value{color:#f5d32e}.card--vert .card__value{color:#81c784}.card--marron .card__value{color:#bcaaa4}.card--bleu .card__value{color:#90caf9}.card__label{font-size:.5rem;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-top:4px}.card--action{background:#2a1a3a}.game-board__must-play{color:#ff6b6b;font-weight:600;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cott-flash{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#e63946f2;color:#fff;padding:1.5rem 3rem;border-radius:16px;font-size:1.5rem;font-weight:800;z-index:200;text-align:center;box-shadow:0 8px 40px #e6394699}.cott-flash-enter-active{animation:flash-in .3s ease-out}.cott-flash-leave-active{animation:flash-in .3s ease-in reverse}@keyframes flash-in{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.gameover-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:1.5rem}.gameover-screen__trophy{font-size:5rem}.gameover-screen h1{font-size:2.5rem;color:#f5d32e}.gameover-screen__subtitle{color:#aaa}.gameover-screen__scores{background:#16213e;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px}.gameover-screen__score{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #222;font-size:.9rem}.gameover-screen__score:last-child{border-bottom:none}.gameover-screen__restart{padding:.8rem 2rem;border-radius:12px;border:none;background:#f5d32e;color:#1a1a2e;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .15s}.gameover-screen__restart:hover{transform:scale(1.05)}@media(max-width:640px){.card{width:55px;height:77px}.card__value{font-size:1.3rem}.card__icon{font-size:1.2rem}.cott-button{width:80px;height:80px;font-size:.9rem;right:1rem;bottom:120px}.game-board__center{gap:1rem}}
