@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;color:#333;text-align:center;min-height:100vh;background-color:#fad0c4}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.page-full{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-attachment:fixed;padding-top:80px}.bg-home{background-image:url(./fond_jeux-BjwkSN6W.png)}.bg-auth{background-image:url(./fond_connexion-j1xhVIus.png)}.bg-shop{background-image:url(./fond_boutique-DgDpWZ4f.png)}.bg-leaderboard{background-image:url(./fond_leaderboard-D9YtnOae.png);text-shadow:1px 1px 3px rgba(0,0,0,.5);color:#fff}.game-card{background:#ffffffeb;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:40px;border-radius:25px;box-shadow:0 15px 35px #0003;width:450px;max-width:100%;margin:20px auto;position:relative;z-index:10;color:#333;text-shadow:none}.card-wide{width:750px}h1{font-size:2.8rem;color:#ff6f61;margin-bottom:10px;font-weight:700}h2{color:#ff6f61;margin-bottom:20px}h3{color:#ff6f61;margin-top:0}p{font-size:1.1rem;margin:10px 0;color:#555}input{width:100%;padding:12px 15px;margin:10px 0;border-radius:12px;border:1px solid #ddd;background-color:#fff;font-family:inherit;font-size:1rem;transition:all .3s}input:focus{outline:none;border-color:#ff9a9e;box-shadow:0 0 0 4px #ff9a9e33}button{cursor:pointer;border:none;border-radius:15px;padding:12px 24px;font-size:1rem;font-weight:600;transition:transform .1s,box-shadow .2s;box-shadow:0 4px 6px #0000001a;margin:5px;color:#fff;font-family:Poppins,sans-serif}button:active{transform:scale(.96);box-shadow:0 2px 4px #0000001a}button:disabled{background:#ccc!important;cursor:not-allowed;transform:none}.click-btn{background:linear-gradient(45deg,#ff9a9e,#fecfef);font-size:1.6rem;padding:20px 50px;border-radius:50px;margin-top:20px;width:100%;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.upgrade-btn{background:linear-gradient(45deg,#a18cd1,#fbc2eb);width:100%;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;text-align:left}.nav-btn{background:linear-gradient(45deg,#84fab0,#8fd3f4);padding:8px 15px;font-size:.9rem}.reset-btn{background:linear-gradient(45deg,#ff9a9e,#ff6f61);width:100%;margin-top:20px}.table-container{overflow-x:auto;margin-top:10px}table{width:100%;border-collapse:collapse}th{text-align:center;padding:12px;background-color:#ff6f611a;color:#ff6f61;font-weight:700;border-radius:8px}td{padding:12px;border-bottom:1px solid #eee;font-weight:500}.stats-box{background:#f9f9f9;border-radius:15px;padding:20px;margin-bottom:20px;border:1px solid #eee;text-align:left}.stats-row{display:flex;justify-content:space-between;margin-bottom:8px}hr{border:0;height:1px;background:#eee;margin:20px 0}.media-overlay img,.media-overlay video{position:fixed;z-index:1000;pointer-events:none;width:150px;animation:bounce .5s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
