.GameEndScreen-module__kopQRG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0d0b09eb;justify-content:center;align-items:center;padding:1rem;animation:.3s GameEndScreen-module__kopQRG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes GameEndScreen-module__kopQRG__fadeIn{0%{opacity:0}to{opacity:1}}.GameEndScreen-module__kopQRG__container{background:linear-gradient(135deg, var(--bg-tertiary), var(--bg-secondary));text-align:center;border:2px solid var(--border-default);width:100%;max-width:420px;box-shadow:var(--shadow-xl);border-radius:24px;padding:2rem;animation:.4s GameEndScreen-module__kopQRG__slideUp}@keyframes GameEndScreen-module__kopQRG__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__legendary{border-color:var(--gold);box-shadow:0 0 60px var(--gold-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__great{border-color:var(--cinema-purple);box-shadow:0 0 60px var(--cinema-purple-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__good{border-color:var(--success);box-shadow:0 0 40px var(--success-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__amateur{border-color:var(--border-emphasis)}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.25rem;font-size:3.5rem;animation:.6s GameEndScreen-module__kopQRG__bounce}@keyframes GameEndScreen-module__kopQRG__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.GameEndScreen-module__kopQRG__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;margin:0 0 .15rem;font-size:1.75rem;font-weight:800}.GameEndScreen-module__kopQRG__subtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:1rem}.GameEndScreen-module__kopQRG__legendary .GameEndScreen-module__kopQRG__subtitle{color:var(--gold)}.GameEndScreen-module__kopQRG__great .GameEndScreen-module__kopQRG__subtitle{color:var(--cinema-purple)}.GameEndScreen-module__kopQRG__good .GameEndScreen-module__kopQRG__subtitle{color:var(--success)}.GameEndScreen-module__kopQRG__levelSection{background:#0000004d;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem}.GameEndScreen-module__kopQRG__levelHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.GameEndScreen-module__kopQRG__currentLevel,.GameEndScreen-module__kopQRG__nextLevel{align-items:center;gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__leagueIcon{object-fit:contain;width:32px;height:32px}.GameEndScreen-module__kopQRG__levelName{font-size:.85rem;font-weight:700}.GameEndScreen-module__kopQRG__levelArrow{color:var(--text-muted);font-size:1rem}.GameEndScreen-module__kopQRG__xpProgressContainer{background:var(--border-default);border-radius:10px;height:6px;margin-bottom:.5rem;overflow:hidden}.GameEndScreen-module__kopQRG__xpProgressBar{background:linear-gradient(90deg, var(--cinema-purple), var(--gold));border-radius:10px;height:100%;transition:width 1s}.GameEndScreen-module__kopQRG__xpInfo{justify-content:center;align-items:center;display:flex}.GameEndScreen-module__kopQRG__xpToNext{color:var(--text-muted);font-size:.75rem}.GameEndScreen-module__kopQRG__maxLevel{color:var(--gold);font-size:.85rem;font-weight:700}.GameEndScreen-module__kopQRG__scoreCard{background:#0000004d;border-radius:16px;margin-bottom:1rem;padding:1.25rem}.GameEndScreen-module__kopQRG__mainScore{border-bottom:1px solid var(--border-subtle);flex-direction:column;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.GameEndScreen-module__kopQRG__scoreLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.15rem;font-size:.8rem}.GameEndScreen-module__kopQRG__scoreValue{background:linear-gradient(135deg, var(--cinema-purple), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.GameEndScreen-module__kopQRG__rewards{border-top:1px solid var(--border-subtle);justify-content:center;gap:1.25rem;margin-top:.5rem;padding-top:.5rem;display:flex}.GameEndScreen-module__kopQRG__reward{color:var(--gold);align-items:center;gap:4px;font-size:1rem;font-weight:700;display:flex}.GameEndScreen-module__kopQRG__statsGrid{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.GameEndScreen-module__kopQRG__stat{flex-direction:column;align-items:center;gap:.1rem;display:flex}.GameEndScreen-module__kopQRG__statIcon{font-size:1rem}.GameEndScreen-module__kopQRG__statValue{color:var(--text-primary);font-size:1rem;font-weight:700}.GameEndScreen-module__kopQRG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.55rem}.GameEndScreen-module__kopQRG__guestNudge{border:1px dashed var(--gold);border-radius:var(--radius-md);background:#d4a5740d;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0;padding:1.25rem;animation:.5s ease-out GameEndScreen-module__kopQRG__fadeIn;display:flex}.GameEndScreen-module__kopQRG__guestNudge p{color:var(--text-primary);text-align:center;max-width:300px;margin:0;font-size:.9rem;line-height:1.4}.GameEndScreen-module__kopQRG__guestLoginBtn{background:var(--gold);color:var(--bg-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal);box-shadow:0 4px 12px var(--gold-glow);border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700}.GameEndScreen-module__kopQRG__guestLoginBtn:hover{box-shadow:0 6px 20px var(--gold-glow);filter:brightness(1.1);transform:translateY(-2px)}.GameEndScreen-module__kopQRG__guestLoginBtn:active{transform:translateY(0)}.GameEndScreen-module__kopQRG__actions{flex-direction:column;gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__secondaryActions{gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{cursor:pointer;border:none;border-radius:12px;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.GameEndScreen-module__kopQRG__playAgainBtn{background:linear-gradient(135deg, var(--cinema-purple), var(--primary));width:100%;color:var(--text-primary)}.GameEndScreen-module__kopQRG__playAgainBtn:hover{box-shadow:0 8px 25px var(--cinema-purple-glow);transform:translateY(-2px)}.GameEndScreen-module__kopQRG__shareBtn{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-default);flex:1}.GameEndScreen-module__kopQRG__shareBtn:hover{background:var(--bg-card-hover)}.GameEndScreen-module__kopQRG__homeBtn{color:var(--text-secondary);border:1px solid var(--border-subtle);background:0 0;flex:1}.GameEndScreen-module__kopQRG__homeBtn:hover{color:var(--text-primary)}@media (max-width:480px){.GameEndScreen-module__kopQRG__overlay{align-items:center;padding:.5rem}.GameEndScreen-module__kopQRG__container{border-radius:20px;max-width:100%;padding:1rem}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.15rem;font-size:2.25rem}.GameEndScreen-module__kopQRG__title{letter-spacing:1px;margin-bottom:.1rem;font-size:1.25rem}.GameEndScreen-module__kopQRG__subtitle{margin-bottom:.75rem;font-size:.85rem}.GameEndScreen-module__kopQRG__levelSection{border-radius:10px;margin-bottom:.75rem;padding:.6rem .75rem}.GameEndScreen-module__kopQRG__levelHeader{gap:.5rem;margin-bottom:.4rem}.GameEndScreen-module__kopQRG__leagueIcon{width:24px;height:24px}.GameEndScreen-module__kopQRG__levelName{font-size:.75rem}.GameEndScreen-module__kopQRG__levelArrow{font-size:.85rem}.GameEndScreen-module__kopQRG__xpProgressContainer{height:5px;margin-bottom:.35rem}.GameEndScreen-module__kopQRG__xpToNext{font-size:.65rem}.GameEndScreen-module__kopQRG__scoreCard{border-radius:12px;margin-bottom:.75rem;padding:.85rem}.GameEndScreen-module__kopQRG__mainScore{margin-bottom:.5rem;padding-bottom:.5rem}.GameEndScreen-module__kopQRG__scoreLabel{font-size:.7rem}.GameEndScreen-module__kopQRG__scoreValue{font-size:1.85rem}.GameEndScreen-module__kopQRG__rewards{gap:.75rem;margin-top:.4rem;padding-top:.4rem}.GameEndScreen-module__kopQRG__reward{font-size:.85rem}.GameEndScreen-module__kopQRG__statsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.GameEndScreen-module__kopQRG__stat{gap:.1rem}.GameEndScreen-module__kopQRG__statIcon{font-size:1rem}.GameEndScreen-module__kopQRG__statValue{font-size:.95rem}.GameEndScreen-module__kopQRG__statLabel{color:var(--text-muted);font-size:.55rem}.GameEndScreen-module__kopQRG__guestNudge{gap:.6rem;margin:.75rem 0;padding:.85rem}.GameEndScreen-module__kopQRG__guestNudge p{max-width:100%;font-size:.75rem}.GameEndScreen-module__kopQRG__guestLoginBtn{padding:.5rem 1rem;font-size:.8rem}.GameEndScreen-module__kopQRG__actions,.GameEndScreen-module__kopQRG__secondaryActions{gap:.4rem}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{border-radius:10px;padding:.7rem 1rem;font-size:.85rem}}@media (max-height:650px){.GameEndScreen-module__kopQRG__container{padding:.75rem}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.1rem;font-size:1.75rem}.GameEndScreen-module__kopQRG__title{font-size:1.1rem}.GameEndScreen-module__kopQRG__subtitle{margin-bottom:.5rem;font-size:.75rem}.GameEndScreen-module__kopQRG__levelSection{margin-bottom:.5rem;padding:.5rem}.GameEndScreen-module__kopQRG__scoreCard{margin-bottom:.5rem;padding:.65rem}.GameEndScreen-module__kopQRG__scoreValue{font-size:1.6rem}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{padding:.6rem .75rem;font-size:.8rem}}.GameEndScreen-module__kopQRG__shareModalOverlay{z-index:10000;padding:var(--space-4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out GameEndScreen-module__kopQRG__fadeIn;display:flex;position:fixed;inset:0}.GameEndScreen-module__kopQRG__shareModal{width:100%;max-width:380px;padding:var(--space-6);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);animation:.25s ease-out GameEndScreen-module__kopQRG__slideUp;position:relative}.GameEndScreen-module__kopQRG__shareModalClose{top:var(--space-3);right:var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute}.GameEndScreen-module__kopQRG__shareModalClose:hover{background:var(--error);border-color:var(--error);color:#fff}.GameEndScreen-module__kopQRG__shareModalTitle{color:var(--text-primary);margin:0 0 var(--space-4);text-align:center;font-size:1.25rem;font-weight:600}.GameEndScreen-module__kopQRG__sharePreview{padding:var(--space-4);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin-bottom:var(--space-4)}.GameEndScreen-module__kopQRG__sharePreview pre{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0;font-family:SF Mono,Consolas,monospace;font-size:.85rem;line-height:1.5}.GameEndScreen-module__kopQRG__shareSocialButtons{justify-content:center;gap:var(--space-3);display:flex}.GameEndScreen-module__kopQRG__shareTwitter,.GameEndScreen-module__kopQRG__shareFacebook,.GameEndScreen-module__kopQRG__shareWhatsapp,.GameEndScreen-module__kopQRG__shareReddit,.GameEndScreen-module__kopQRG__shareCopy{border-radius:var(--radius-md);color:#fff;cursor:pointer;width:52px;height:52px;transition:all var(--duration-fast);border:none;justify-content:center;align-items:center;font-size:1.35rem;display:flex}.GameEndScreen-module__kopQRG__shareTwitter:hover,.GameEndScreen-module__kopQRG__shareFacebook:hover,.GameEndScreen-module__kopQRG__shareWhatsapp:hover,.GameEndScreen-module__kopQRG__shareReddit:hover,.GameEndScreen-module__kopQRG__shareCopy:hover{transform:scale(1.1)}.GameEndScreen-module__kopQRG__shareTwitter{background:#000}.GameEndScreen-module__kopQRG__shareFacebook{background:#1877f2}.GameEndScreen-module__kopQRG__shareWhatsapp{background:#25d366}.GameEndScreen-module__kopQRG__shareReddit{background:#ff4500}.GameEndScreen-module__kopQRG__shareCopy{background:var(--cinema-purple)}.GameEndScreen-module__kopQRG__copiedMessage{text-align:center;color:var(--success);margin:var(--space-3) 0 0;font-size:.9rem;font-weight:500;animation:.2s ease-out GameEndScreen-module__kopQRG__fadeIn}@media (max-width:480px){.GameEndScreen-module__kopQRG__shareModal{padding:var(--space-5)}.GameEndScreen-module__kopQRG__shareTwitter,.GameEndScreen-module__kopQRG__shareFacebook,.GameEndScreen-module__kopQRG__shareWhatsapp,.GameEndScreen-module__kopQRG__shareReddit,.GameEndScreen-module__kopQRG__shareCopy{width:44px;height:44px;font-size:1.1rem}}
