.screen-container{background-color:#1a022b;box-sizing:border-box;color:#fff;font-family:Inter,sans-serif;min-height:100vh;overflow:hidden}.login-screen{align-items:center;animation:fadeIn 1s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;max-width:500px;padding:40px;position:relative;text-align:center;width:100%;z-index:10}.login-title{-webkit-text-fill-color:#0000;animation:textGlow 2s infinite alternate;background:linear-gradient(135deg,#b753ff,#ff54d7);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:16px}.login-subtitle{color:#d1d5db;font-size:1.25rem;margin-bottom:32px}.highlight-text{color:#b0ff6f;font-weight:700}.login-form-section{margin-bottom:32px;width:80%}.form-group{margin-bottom:24px;text-align:left;width:100%}.form-label{color:#fff;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-sizing:border-box;color:#fff;font-size:16px;padding:12px 16px;width:100%}.form-input::placeholder{color:#ffffffb3}.form-input:focus{border-color:#b753ff;box-shadow:0 0 0 3px #b753ff4d;outline:none}.file-input{cursor:pointer}.pfp-preview-container{display:flex;justify-content:center;margin-top:16px}.pfp-preview-image{border:3px solid #b753ff;border-radius:50%;box-shadow:0 0 15px #b753ff99;height:80px;object-fit:cover;width:80px}.login-button{background:linear-gradient(135deg,#b753ff,#ff54d7);border:none;border-radius:12px;box-shadow:0 5px 15px #0000004d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.login-button:hover{background:linear-gradient(135deg,#a842ed,#e63a99);box-shadow:0 8px 20px #0006;transform:scale(1.05)}.login-button:active{box-shadow:0 3px 10px #0003;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.login-title{font-size:2rem}.login-subtitle{font-size:1rem}.login-screen{margin:0 15px;padding:30px}.form-input{font-size:14px;padding:10px 14px}.login-button{font-size:1em;padding:12px 25px}}@media (max-width:480px){.login-title{font-size:1.5rem}.login-screen{padding:20px}}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:fadeInScale .3s ease-out forwards;background:linear-gradient(135deg,#2d0147,#1a022b);border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 10px 30px #00000080;color:#fff;max-width:400px;padding:30px;text-align:center;width:90%}.modal-message{font-size:1.1em;line-height:1.5;margin-bottom:25px}.modal-close-button{background:linear-gradient(90deg,#b753ff,#6a0dad);border:none;border-radius:10px;box-shadow:0 4px 10px #0000004d;color:#fff;cursor:pointer;font-size:1em;font-weight:700;padding:10px 25px;transition:all .2s ease}.modal-close-button:hover{box-shadow:0 6px 15px #0006;transform:translateY(-2px)}.modal-close-button:active{box-shadow:0 2px 5px #0003;transform:translateY(0)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.team-selection-page-container{align-items:center;background-color:#1a022b;box-sizing:border-box;color:#fff;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.team-selection-page-container:before{animation:backgroundPulse 20s infinite alternate;background:linear-gradient(45deg,#b753ff1a,#b0ff6f1a);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@keyframes backgroundPulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(1)}}.team-selection-content{animation:fadeIn 1s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;max-width:800px;padding:40px;position:relative;text-align:center;width:100%;z-index:10}.team-selection-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b753ff,#ff54d7);-webkit-background-clip:text;background-clip:text;font-size:2.2em;margin-bottom:25px;text-shadow:0 0 10px #b0ff6f80}.current-team-message{color:#e0e0e0;font-size:1.1em;margin-bottom:30px}.highlight-team-name{color:#b0ff6f;font-weight:700;text-shadow:0 0 5px #b0ff6fb3}.loading-indicator{color:#b0ff6f;font-size:1.1em;margin-bottom:20px}.teams-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-content:center;margin-top:30px}.team-button{align-items:center;background-color:#6a0dad;background-color:var(--team-color,#6a0dad);border:3px solid #0000;border-radius:15px;box-shadow:0 5px 15px #0000004d;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:180px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.team-button:before{background:linear-gradient(45deg,#ffffff1a,#fff0);border-radius:15px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.team-button:hover:before{opacity:1}.team-button:hover{box-shadow:0 10px 25px #0006;transform:translateY(-5px) scale(1.02)}.team-button:active{box-shadow:0 3px 10px #0003;transform:translateY(0)}.team-button.current-selected-team{animation:pulseBorder 1.5s infinite alternate;border-color:#b0ff6f;box-shadow:0 0 20px #b0ff6fb3,0 0 30px #b753ff80;transform:scale(1.05)}@keyframes pulseBorder{0%{border-color:#b0ff6f;box-shadow:0 0 15px #b0ff6fb3}to{border-color:#b753ff;box-shadow:0 0 25px #b753ffb3}}.team-leader-image{border:3px solid #ffffff80;border-radius:50%;box-shadow:0 0 10px #0000004d;height:100px;margin-bottom:15px;overflow:hidden;width:100px;z-index:2}.leader-pfp{height:100%;object-fit:cover;width:100%}.team-info{align-items:center;display:flex;flex-direction:column;z-index:2}.team-name{color:#fff;font-size:1.5em;font-weight:700;margin-bottom:5px}.leader-name{color:#e0e0e0;font-size:.9em}.current-indicator{align-items:center;background-color:#b0ff6f;border-radius:50%;box-shadow:0 0 10px #b0ff6fcc;color:#1a022b;display:flex;font-size:1.2em;font-weight:700;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px;z-index:3}@media (max-width:768px){.team-selection-content{margin:0 15px;padding:30px}.team-selection-title{font-size:1.8em}.teams-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.team-button{min-height:160px;padding:15px}.team-leader-image{height:80px;width:80px}.team-name{font-size:1.3em}}@media (max-width:480px){.team-selection-content{padding:20px}.team-selection-title{font-size:1.5em}.teams-grid{gap:15px;grid-template-columns:1fr}.team-button{flex-direction:row;justify-content:flex-start;min-height:auto;padding:15px}.team-leader-image{margin-bottom:0;margin-right:15px}}.app-container{background-color:#1a022b;box-sizing:border-box;color:#fff;font-family:Inter,sans-serif;min-height:100vh;overflow:hidden}.app-container,.screen-container{align-items:center;display:flex;justify-content:center;padding:20px;position:relative}.screen-container{width:100%;z-index:10}.preview-screen-content{align-items:center;animation:fadeIn 1s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;max-width:800px;padding:40px;text-align:center;width:100%}.succinct-logo-section{margin-bottom:32px}.logo-text{-webkit-text-fill-color:#0000;animation:textGlow 2s infinite alternate;background:linear-gradient(135deg,#b753ff,#ff54d7);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:700;margin-bottom:5px}.logo-subtitle{color:#d1d5db;display:block;font-size:1.25rem}.user-info-large{gap:20px;margin-bottom:30px}.user-pfp-large{height:100px;width:100px}.username-large{font-size:1.8em;margin-bottom:5px}.user-team-display{border-radius:20px;box-shadow:0 2px 8px #0003;color:#000;display:inline-block;font-weight:700;margin-top:8px;padding:8px 16px}.game-instructions-section{background-color:#0003;border:1px solid #ffffff1a;border-radius:10px;box-shadow:inset 0 0 10px #0003;margin:0 auto 40px;max-width:600px;padding:25px;text-align:left}.game-rules-title{color:#b0ff6f;font-size:24px;margin-bottom:20px;text-align:center;text-shadow:0 0 8px #b0ff6f99}.game-rules-content{color:#d1d5db;font-size:16px;line-height:1.6}.rule-item{margin-bottom:16px}.rule-highlight-objective{color:#b0ff6f;font-weight:700}.rule-highlight-prize{color:#ff54d7;font-weight:700}.rule-highlight-lifelines{color:#b753ff;font-weight:700}.rule-highlight-walkaway{color:#ff955e;font-weight:700}.lifeline-list{list-style:none;margin-top:8px;padding-left:20px}.lifeline-list li{margin-bottom:5px;padding-left:20px;position:relative}.lifeline-list li:before{color:#61c3ff;content:"👉";font-size:.9em;left:0;position:absolute;top:2px}.start-game-button{background:linear-gradient(45deg,#b753ff,#ff54d7);border:none;border-radius:15px;box-shadow:0 8px 32px #b753ff4d;color:#fff;cursor:pointer;display:inline-block;font-size:20px;font-weight:700;overflow:hidden;padding:20px 40px;position:relative;transform:scale(1);transition:all .3s ease;width:auto}.start-game-button:hover{box-shadow:0 12px 40px #b753ff66;filter:brightness(1.1);transform:scale(1.05)}.start-game-button:active{box-shadow:0 8px 32px #b753ff4d;transform:translateY(0)}@media (max-width:768px){.preview-screen-content{margin:0 15px;padding:30px}.logo-text{font-size:2rem}.logo-subtitle{font-size:1rem}.user-pfp-large{height:80px;width:80px}.username-large{font-size:1.5em}.user-team-display{font-size:.9em;padding:6px 12px}.game-rules-title{font-size:1.8em}.game-rules-content{font-size:.9em}.start-game-button{font-size:18px;padding:15px 30px}}@media (max-width:480px){.preview-screen-content{padding:20px}.logo-text{font-size:1.5rem}.user-info-large{flex-direction:column;gap:10px}.username-large{margin-top:10px}.start-game-button{font-size:16px;padding:12px 25px}}.lifelines-wrapper{align-items:center;align-self:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:15px;position:sticky;top:20px;width:200px}.lifelines-toggle-button{align-items:center;background:linear-gradient(90deg,#61c3ff,#b753ff);border:none;border-radius:10px;box-shadow:0 5px 15px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1em;font-weight:700;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease;width:100%}.lifelines-toggle-button:hover{box-shadow:0 8px 20px #0006;filter:brightness(1.1);transform:translateY(-3px)}.lifelines-container{animation:slideInFromTop .5s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 5px 20px #0000004d;padding:20px;width:100%}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.lifelines-title{color:#b0ff6f;font-size:1.4em;margin-bottom:20px;text-align:center;text-shadow:0 0 5px #b0ff6f80}.lifeline-buttons-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr}.lifeline-button{align-items:center;background:linear-gradient(90deg,#b753ff,#ff54d7);border:none;border-radius:10px;box-shadow:0 4px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:1em;font-weight:700;gap:10px;justify-content:center;padding:12px 15px;transition:all .2s ease}.lifeline-button:hover:not(:disabled){box-shadow:0 6px 15px #0000004d;filter:brightness(1.1);transform:translateY(-3px)}.lifeline-button.used{background:#333;box-shadow:none;color:#999;cursor:not-allowed;opacity:.6}.lifeline-button:disabled{cursor:not-allowed;opacity:.5}.lifeline-icon{font-size:1.5em}.lifeline-text{flex-grow:1;text-align:left}@media (max-width:1024px){.lifelines-wrapper{align-self:center;margin-top:20px;position:relative;top:auto;width:90%}.lifeline-buttons-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:768px){.lifelines-wrapper{padding:0}.lifelines-container{padding:15px}.lifelines-title{font-size:1.2em}.lifeline-button{font-size:.9em;padding:10px 12px}.lifeline-icon{font-size:1.2em}}@media (max-width:480px){.lifeline-buttons-grid{grid-template-columns:1fr}}.game-page-container{box-sizing:border-box;justify-content:flex-start;overflow:hidden;padding:20px;position:relative}.game-loading-screen,.game-page-container{align-items:center;background-color:#1a022b;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh}.game-loading-screen{justify-content:center}.loading-content{text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#b753ff;height:40px;margin:0 auto 20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.game-content-wrapper{box-sizing:border-box;flex-direction:column;max-width:1200px;padding:0 20px;position:relative;z-index:10}.game-content-wrapper,.game-header{align-items:center;display:flex;width:100%}.game-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#37271fcc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 5px 20px #0000004d;justify-content:space-between;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:calc(100% - 40px);padding:15px 25px}.user-info{align-items:center;display:flex;gap:10px}.user-pfp{border:2px solid #b0ff6f;border-radius:50%;height:50px;object-fit:cover;width:50px}.user-username{color:#b0ff6f;font-size:1.1em;font-weight:700}.user-team{border-radius:15px;color:#000;font-size:.8em;font-weight:700;padding:5px 10px}.score-info{text-align:center}.current-prize{color:#61c3ff;font-size:1.4em;font-weight:700;text-shadow:0 0 8px #61c3ff80}.question-number{color:#d1d5db;font-size:.9em}.header-actions{align-items:center;display:flex;gap:20px}.leaderboard-button{align-items:center;background:linear-gradient(90deg,#b753ff,#ff54d7);border:none;border-radius:10px;box-shadow:0 3px 10px #0003;cursor:pointer;display:flex;font-size:.9em;font-weight:700;gap:5px;padding:8px 15px;transition:all .2s ease}.leaderboard-button:hover{box-shadow:0 5px 15px #0000004d;filter:brightness(1.1);transform:translateY(-2px)}.leaderboard-icon{font-size:1.2em}.lifelines-timer-section{align-items:center;display:flex;gap:15px}.timer-display{border:2px solid;border-radius:10px;box-shadow:0 0 10px #0000004d;font-size:1.2em;font-weight:700;padding:8px 15px;transition:all .3s ease}.timer-critical{animation:pulse-red 1s infinite alternate}@keyframes pulse-red{0%{box-shadow:0 0 10px #ff54d780}to{box-shadow:0 0 20px #ff54d7}}.main-game-layout{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:40px;justify-content:center;width:100%}.question-container{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;max-width:800px;min-width:300px}.question-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2d0147b3;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;margin-bottom:20px;padding:30px;width:100%}.question-text{color:#fff;font-size:1.8em;line-height:1.4;margin-bottom:30px;text-align:center}.answers-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:30px;width:100%}.answer-button{align-items:center;background-color:#ffffff1a;border:2px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1em;gap:10px;padding:15px 20px;text-align:left;transition:all .2s ease}.answer-button:hover:not(:disabled){background-color:#fff3;border-color:#b753ff;transform:translateY(-2px)}.answer-button.selected{animation:pulseSelected .8s infinite alternate;background-color:#b753ff;border-color:#b753ff;box-shadow:0 0 15px #b753ff80}@keyframes pulseSelected{0%{box-shadow:0 0 10px #b753ff80}to{box-shadow:0 0 20px #b753ffcc}}.answer-button.removed{background-color:#ff54d71a;border-color:#ff54d74d;cursor:not-allowed;opacity:.6;text-decoration:line-through}.answer-button.correct{animation:pulse-green 1s forwards;background-color:#b0ff6f33;border-color:#b0ff6f;box-shadow:0 0 15px #b0ff6fb3}.answer-button.incorrect{animation:pulse-red-incorrect 1s forwards;background-color:#ff54d733;border-color:#ff54d7;box-shadow:0 0 15px #ff54d7b3}@keyframes pulse-green{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes pulse-red-incorrect{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.answer-button:disabled{cursor:not-allowed;opacity:.7}.answer-letter{color:#b0ff6f;font-weight:700;margin-right:5px}.action-buttons{display:flex;gap:20px;justify-content:center;width:100%}.submit-button,.walk-away-button{border:none;border-radius:10px;box-shadow:0 4px 15px #0003;cursor:pointer;font-size:1.1em;font-weight:700;padding:12px 25px;transition:all .2s ease}.walk-away-button{background:linear-gradient(90deg,#ff955e,#ff54d7);color:#fff}.walk-away-button:hover:not(:disabled){box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.walk-away-button:disabled{cursor:not-allowed;opacity:.5}.walk-away-amount{color:#fffc;display:block;font-size:.8em;font-weight:400}.submit-button{background:linear-gradient(90deg,#b0ff6f,#b753ff);color:#1a022b}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.5}.prize-ladder{align-self:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 5px 20px #0000004d;flex-shrink:0;padding:20px;position:sticky;top:20px;width:220px}.prize-ladder-header{margin-bottom:15px;text-align:center}.prize-ladder-title{color:#61c3ff;font-size:1.5em;text-shadow:0 0 8px #61c3ff80}.prize-item{border-radius:8px;display:flex;justify-content:space-between;margin-bottom:5px;padding:10px 15px;transition:all .2s ease}.prize-item.current{background:linear-gradient(90deg,#b753ff,#ff54d7);box-shadow:0 0 15px #b753ffb3;transform:scale(1.02)}.prize-item.completed{background-color:#b0ff6f26;color:#b0ff6f}.prize-number{color:#e0e0e0;font-weight:700}.prize-item.completed .prize-number{color:#b0ff6f}.prize-amount{color:#fff;font-weight:700}.prize-item.completed .prize-amount{color:#b0ff6f}@media (max-width:1024px){.game-header{flex-direction:column;gap:15px;max-width:calc(100% - 20px);padding:15px}.header-actions,.score-info,.user-info{justify-content:center;width:100%}.main-game-layout{align-items:center;flex-direction:column;gap:20px}.prize-ladder{align-self:center;margin-left:0;margin-top:20px;max-width:300px;position:relative;top:auto;width:90%}.question-container{max-width:700px;width:100%}}@media (max-width:768px){.game-header,.game-page-container{padding:10px}.user-pfp{height:40px;width:40px}.user-username{font-size:1em}.current-prize{font-size:1.2em}.question-number{font-size:.8em}.leaderboard-button{font-size:.8em;padding:6px 10px}.timer-display{font-size:1em;padding:6px 10px}.prize-ladder-title{font-size:1.3em}.prize-item{padding:8px 10px}.question-card{padding:20px}.question-text{font-size:1.5em}.answers-grid{grid-template-columns:1fr}.answer-button{font-size:1em;padding:12px 15px}.submit-button,.walk-away-button{font-size:1em;padding:10px 20px}.prize-ladder{max-width:180px;width:180px}}@media (max-width:480px){.game-header{flex-wrap:wrap;justify-content:center}.header-actions,.score-info,.user-info{margin-bottom:10px}.question-text{font-size:1.2em}.prize-ladder{max-width:none;width:100%}}.result-page-container{align-items:center;background-color:#1a022b;box-sizing:border-box;color:#fff;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.animated-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.celebration-shape{animation:float-celebration 10s ease-in-out infinite;opacity:.8}.shape-4{animation-delay:2s;animation-duration:17s;height:80px;right:10%;top:20%;width:80px}.shape-5{animation-delay:7s;animation-duration:19s;bottom:5%;height:170px;left:60%;width:170px}@keyframes float-celebration{0%{opacity:.8;transform:translate(0) rotate(0deg)}25%{opacity:.9;transform:translate(30px,-30px) rotate(45deg)}50%{opacity:.8;transform:translate(0) rotate(90deg)}75%{opacity:.7;transform:translate(-30px,30px) rotate(135deg)}to{opacity:.8;transform:translate(0) rotate(180deg)}}.confetti{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.confetti-piece{animation:confetti-fall 3s ease-out forwards;background-color:#ff54d7;height:10px;opacity:0;position:absolute;width:10px}.confetti-piece.confetti-0{animation-delay:0s;background-color:#b0ff6f;left:10%}.confetti-piece.confetti-1{animation-delay:.5s;background-color:#61c3ff;left:30%}.confetti-piece.confetti-2{animation-delay:1s;background-color:#b753ff;left:50%}.confetti-piece.confetti-3{animation-delay:1.5s;background-color:#ff955e;left:70%}@keyframes confetti-fall{0%{opacity:0;transform:translateY(-100px) rotate(0deg)}20%{opacity:1}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.result-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;max-width:700px;padding:15px;position:relative;width:100%;z-index:10}.result-card{animation:fadeInScaleUp .5s ease-out forwards;background-color:#1f2937;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;padding:30px;text-align:center;width:100%}.result-card.clean-export .result-actions,.result-card.clean-export .staking-reminder-wrapper{display:none!important}@keyframes fadeInScaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.result-card-header{margin-bottom:20px}.succinct-logo .logo-text{-webkit-text-fill-color:unset;animation:textGlow 2s infinite alternate;background:none;-webkit-background-clip:unset;background-clip:initial;color:#fff;display:block;font-size:2.2rem;font-weight:700;margin-bottom:5px}.succinct-logo .logo-subtitle{color:#d1d5db;display:block;font-size:1.1em}@keyframes textGlow{0%{text-shadow:0 0 5px #b753ff80,0 0 10px #ff54d74d}to{text-shadow:0 0 10px #b753ffcc,0 0 20px #ff54d780}}.user-info-large{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:20px}.user-pfp-large{border:3px solid #b753ff;border-radius:50%;box-shadow:0 0 15px #b753ff99;height:90px;object-fit:cover;width:90px}.user-details{align-items:flex-start;display:flex;flex-direction:column}.username-large{color:#b0ff6f;font-size:1.6em;margin-bottom:3px;text-shadow:0 0 5px #b0ff6f80}.team-badge-large{border-radius:20px;box-shadow:0 2px 8px #0003;color:#000;display:inline-block;font-weight:700;padding:6px 12px}.score-display{margin-bottom:20px}.result-emoji{animation:bounceIn .8s ease-out;font-size:3.5em;margin-bottom:8px}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}70%{transform:scale(.9)}to{transform:scale(1)}}.final-score{-webkit-text-fill-color:unset;background:none;-webkit-background-clip:unset;background-clip:initial;color:#61c3ff;font-size:3em;font-weight:700;margin-bottom:5px;text-shadow:0 0 15px #61c3ffcc}.prove-token{color:#d1d5db;font-size:1.1em;font-weight:500}.result-message{margin-bottom:30px}.result-title{color:#fff;font-size:1.8em;font-weight:700;margin-bottom:8px}.result-text{color:#e0e0e0;font-size:1em;line-height:1.5}.staking-reminder{align-items:center;background-color:#b0ff6f1a;border:1px solid #b0ff6f;border-radius:10px;box-shadow:0 0 15px #b0ff6f4d;box-sizing:border-box;display:flex;gap:10px;margin-bottom:20px;padding:12px 15px;width:100%}.reminder-icon{flex-shrink:0;font-size:1.8em}.reminder-text{color:#e0e0e0;font-size:.9em;text-align:left}.reminder-text strong{color:#b0ff6f}.card-footer{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:15px;width:100%}.succinct-branding{align-items:center;color:#d1d5db;display:flex;flex-direction:column;font-size:.8em;gap:8px}.team-colors{display:flex;gap:4px}.color-dot{border-radius:50%;box-shadow:0 0 5px #0000004d;height:12px;width:12px}.result-actions{display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:400px;width:100%}.primary-actions,.secondary-actions,.staking-action{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.result-button{border:none;border-radius:10px;box-shadow:0 5px 15px #0000004d;cursor:pointer;flex-grow:1;font-size:1em;font-weight:700;min-width:140px;padding:12px 20px;text-align:center;transition:all .3s ease}.result-button:hover:not(:disabled){box-shadow:0 8px 20px #0006;filter:brightness(1.1);transform:translateY(-3px)}.result-button:disabled{cursor:not-allowed;opacity:.5}.download-button{background:linear-gradient(90deg,#b0ff6f,#61c3ff);color:#1a022b}.share-x-button{background:linear-gradient(90deg,#ff54d7,#b753ff);color:#fff}.play-again-button{background:linear-gradient(90deg,#b753ff,#61c3ff);color:#fff}.leaderboard-button{background:linear-gradient(90deg,#ff955e,#ff54d7);color:#fff}.stake-button{background:linear-gradient(90deg,#b0ff6f,#ff955e);color:#1a022b}@media (max-width:768px){.result-card{padding:25px}.succinct-logo .logo-text{font-size:1.8rem}.succinct-logo .logo-subtitle{font-size:.9em}.user-pfp-large{height:70px;width:70px}.username-large{font-size:1.3em}.team-badge-large{font-size:.7em}.result-emoji{font-size:3em}.final-score{font-size:2.5em}.prove-token{font-size:.9em}.result-title{font-size:1.5em}.result-text{font-size:.9em}.staking-reminder{padding:10px 12px}.reminder-text{font-size:.85em}.result-actions{max-width:280px}.result-button{font-size:.9em;min-width:0;min-width:auto;padding:10px 15px}}@media (max-width:480px){.result-card{padding:15px}.succinct-logo .logo-text{font-size:1.5rem}.succinct-logo .logo-subtitle{font-size:.8em}.user-info-large{flex-direction:column;gap:8px}.user-pfp-large{height:60px;width:60px}.username-large{font-size:1.1em}.result-emoji{font-size:2.2em}.final-score{font-size:2em}.prove-token{font-size:.8em}.result-title{font-size:1.2em}.result-text{font-size:.8em}.result-actions{max-width:100%}.primary-actions,.secondary-actions,.staking-action{flex-direction:column;gap:8px}}.leaderboard-screen{align-items:center;background-color:#1a022b;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden;padding:20px;position:relative}.background-animation{left:0;overflow:hidden;top:0;z-index:1}.background-animation,.floating-shapes{height:100%;position:absolute;width:100%}.floating-shapes{pointer-events:none}.shape{animation:float 15s ease-in-out infinite;background:linear-gradient(45deg,#b753ffcc,#b0ff6fcc);border-radius:50%;opacity:.6;position:absolute}.shape-0{animation-delay:0s;animation-duration:18s;height:150px;left:5%;top:10%;width:150px}.shape-1{animation-delay:3s;animation-duration:20s;height:100px;left:80%;top:60%;width:100px}.shape-2{animation-delay:6s;animation-duration:22s;height:200px;left:40%;top:30%;width:200px}.shape-3{animation-delay:9s;animation-duration:16s;height:120px;left:15%;top:85%;width:120px}@keyframes float{0%{opacity:.6;transform:translate(0) scale(1)}25%{opacity:.7;transform:translate(20px,-20px) scale(1.05)}50%{opacity:.6;transform:translate(0) scale(1)}75%{opacity:.5;transform:translate(-20px,20px) scale(.95)}to{opacity:.6;transform:translate(0) scale(1)}}.error-container,.loading-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;max-width:500px;padding:40px;position:relative;text-align:center;width:100%;z-index:10}.loading-spinner{animation:spin 2s linear infinite;color:#b753ff;font-size:3em;margin-bottom:20px}.loading-text{color:#d1d5db;font-size:1.2em}.error-icon{color:#ff54d7;font-size:3em;margin-bottom:20px}.error-container h3{color:#ff54d7;font-size:1.5em;margin-bottom:10px}.error-container p{color:#e0e0e0;margin-bottom:20px}.error-container button{background:linear-gradient(90deg,#b0ff6f,#61c3ff);border-radius:10px;color:#1a022b;cursor:pointer;font-weight:700;padding:10px 20px;transition:all .3s ease}.error-container button:hover{filter:brightness(1.1);transform:translateY(-2px)}.leaderboard-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 5px 20px #0000004d;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;max-width:1200px;padding:20px 30px;position:relative;width:100%;z-index:10}.back-button{align-items:center;background:linear-gradient(90deg,#ff955e,#ff54d7);border:none;border-radius:10px;box-shadow:0 3px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:.9em;font-weight:700;gap:5px;padding:8px 15px;transition:all .2s ease}.back-button:hover{box-shadow:0 5px 15px #0000004d;filter:brightness(1.1);transform:translateY(-2px)}.header-title{flex-grow:1;text-align:center}.leaderboard-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b753ff,#ff54d7);-webkit-background-clip:text;background-clip:text;font-size:2.5em;font-weight:700;margin-bottom:5px;text-shadow:0 0 10px #b753ff80}.leaderboard-subtitle{color:#d1d5db;font-size:1.1em;margin-bottom:10px}.current-user{color:#b0ff6f;font-size:.9em;font-weight:700}.refresh-info{color:#a0a0a0;font-size:.8em;margin-top:5px}.refresh-indicator{animation:pulseRefresh 1s infinite alternate;color:#61c3ff}@keyframes pulseRefresh{0%{opacity:.7}to{opacity:1}}.header-stats{display:flex;gap:20px}.stat-item{text-align:center}.stat-value{color:#61c3ff;display:block;font-size:1.5em;font-weight:700}.stat-label{color:#d1d5db;font-size:.8em}.user-performance-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2d0147b3;border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;display:flex;flex-direction:column;gap:20px;margin-bottom:30px;max-width:800px;padding:25px;position:relative;width:100%;z-index:10}.performance-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.performance-header h3{color:#b0ff6f;font-size:1.5em}.user-rank{color:#ff955e;font-size:1.2em;font-weight:700}.performance-content{align-items:center;display:flex;gap:20px}.performance-pfp{border:3px solid #b753ff;border-radius:50%;box-shadow:0 0 10px #b753ff80;height:80px;object-fit:cover;width:80px}.performance-details{flex-grow:1}.performance-score{color:#61c3ff;font-size:1.8em;font-weight:700;margin-bottom:5px}.performance-info{color:#d1d5db;font-size:1em}.performance-team{font-weight:700}.performance-status .status-badge{border-radius:20px;color:#1a022b;font-size:.9em;font-weight:700;padding:8px 15px}.leaderboard-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:30px;position:relative;z-index:10}.filter-button{align-items:center;background-color:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1em;font-weight:700;gap:8px;padding:10px 20px;transition:all .2s ease}.filter-button:hover:not(:disabled){background-color:#fff3;border-color:#b753ff;transform:translateY(-2px)}.filter-button.active{background:linear-gradient(90deg,#b753ff,#ff54d7);border-color:#b753ff;box-shadow:0 0 15px #b753ff80;transform:scale(1.02)}.filter-button:disabled{cursor:not-allowed;opacity:.5}.leaderboard-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;margin-bottom:30px;max-width:1000px;padding:30px;position:relative;width:100%;z-index:10}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b0ff6f,#61c3ff);-webkit-background-clip:text;background-clip:text;font-size:1.8em;font-weight:700;margin-bottom:25px;text-align:center;text-shadow:0 0 8px #b0ff6f80}.podium-section{margin-bottom:40px}.podium{align-items:flex-end;display:flex;gap:20px;justify-content:center;margin-top:30px}.podium-position{padding-bottom:10px;position:relative}.podium-player,.podium-position{align-items:center;display:flex;flex-direction:column}.podium-player{margin-bottom:15px;text-align:center}.podium-pfp{border:3px solid #b753ff;border-radius:50%;box-shadow:0 0 12px #b753ff99;height:90px;margin-bottom:10px;object-fit:cover;width:90px}.podium-username{color:#b0ff6f;font-size:1.2em;font-weight:700;margin-bottom:5px}.podium-score{color:#61c3ff;font-size:1.1em;font-weight:700}.podium-team{border-radius:10px;color:#000;font-size:.75em;font-weight:700;margin-top:5px;padding:4px 8px}.podium-rank{animation:bounceIn .8s ease-out;font-size:2.5em;margin-bottom:10px}.crown-animation{animation:floatCrown 2s infinite alternate;font-size:3em;position:absolute;top:-30px}@keyframes floatCrown{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.podium-height{background:linear-gradient(0deg,#b753ffb3,#61c3ffb3);border-radius:8px 8px 0 0;box-shadow:inset 0 0 15px #0000004d;transition:height .5s ease-out;width:100px}.first .podium-height{background:linear-gradient(0deg,gold,orange);height:180px}.second .podium-height{background:linear-gradient(0deg,silver,#a0a0a0);height:140px}.third .podium-height{background:linear-gradient(0deg,#cd7f32,#b87333);height:100px}.rankings-list{display:flex;flex-direction:column;gap:15px}.ranking-item{align-items:center;background-color:#ffffff0d;border-radius:12px;display:flex;overflow:hidden;padding:15px 20px;position:relative;transition:all .2s ease}.ranking-item.current-user{background:linear-gradient(90deg,#b0ff6f1a,#b753ff1a);border:2px solid #b0ff6f;box-shadow:0 0 20px #b0ff6fb3}.ranking-item:hover{box-shadow:0 8px 20px #0006;transform:translateY(-3px)}.ranking-rank{color:#61c3ff;font-size:1.5em;font-weight:700;text-align:center;width:40px}.ranking-pfp,.ranking-rank{flex-shrink:0;margin-right:15px}.ranking-pfp{border:2px solid #61c3ff;border-radius:50%;height:50px;object-fit:cover;width:50px}.ranking-info{flex-grow:1}.ranking-username{align-items:center;color:#b0ff6f;display:flex;font-size:1.1em;font-weight:700;gap:8px;margin-bottom:3px}.you-badge{background-color:#ff955e;border-radius:8px;color:#1a022b;font-size:.7em;font-weight:700;padding:2px 8px}.ranking-details{color:#d1d5db;font-size:.9em}.ranking-team{font-weight:700}.ranking-score{flex-shrink:0;margin-left:15px;text-align:right}.score-amount{color:#ff54d7;font-size:1.3em;font-weight:700}.score-currency{color:#d1d5db;font-size:.8em}.ranking-status{flex-shrink:0;margin-left:15px}.status-badge{align-items:center;border-radius:15px;color:#1a022b;display:inline-flex;font-size:.8em;font-weight:700;gap:5px;padding:5px 10px}.status-completed{background-color:#b0ff6f}.status-failed{background-color:#ff54d7}.status-walked{background-color:#ff955e}.status-timeout{background-color:#b753ff}.status-progress{background-color:#61c3ff}.empty-state{color:#d1d5db;padding:50px 20px;text-align:center}.empty-icon{color:#61c3ff;font-size:4em;margin-bottom:20px}.empty-title{color:#b753ff;font-size:1.8em;font-weight:700;margin-bottom:10px}.empty-subtitle{font-size:1.1em;margin-bottom:20px}.error-hint{color:#ff54d7;font-size:.9em}.team-stats-section{margin-top:40px}.team-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.team-stat-card{background-color:#ffffff14;border:2px solid;border-radius:15px;box-shadow:0 4px 15px #0003;padding:20px;transition:all .2s ease}.team-stat-card:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-5px)}.team-stat-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:10px;margin-bottom:15px;padding-bottom:10px}.team-stat-color{border-radius:50%;box-shadow:0 0 8px #0000004d;height:25px;width:25px}.team-stat-name{color:#fff;flex-grow:1;font-size:1.3em;font-weight:700}.team-stat-rank{color:#ff955e;font-size:1.1em;font-weight:700}.team-stat-metrics{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.team-metric{background-color:#0003;border-radius:8px;padding:10px;text-align:center}.metric-value{color:#b0ff6f;display:block;font-size:1.2em;font-weight:700;margin-bottom:3px}.metric-label{color:#d1d5db;font-size:.8em}.stats-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 5px 20px #0000004d;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-top:30px;max-width:1000px;padding:20px;position:relative;width:100%;z-index:10}.stats-footer .stat-item{flex:1 1;min-width:120px}.stats-footer .stat-value{font-size:1.8em}.stats-footer .stat-label{font-size:.9em}@media (max-width:1024px){.leaderboard-header{flex-direction:column;text-align:center}.header-stats{justify-content:center;width:100%}.leaderboard-content{padding:20px}.podium{align-items:center;flex-direction:column}.podium-position{max-width:250px;width:100%}.podium-height{width:100%}.ranking-item{flex-wrap:wrap;justify-content:center;text-align:center}.ranking-pfp,.ranking-rank,.ranking-score,.ranking-status{margin-left:0;margin-right:0}.ranking-info{flex-basis:100%;margin-top:10px;text-align:center}.ranking-details,.ranking-username{justify-content:center}.team-stats-grid{grid-template-columns:1fr}}@media (max-width:768px){.leaderboard-screen{padding:10px}.leaderboard-header{padding:15px}.leaderboard-title{font-size:2em}.leaderboard-subtitle{font-size:1em}.stat-value{font-size:1.2em}.stat-label{font-size:.7em}.user-performance-card{padding:20px}.performance-header h3{font-size:1.2em}.performance-pfp{height:60px;width:60px}.performance-score{font-size:1.5em}.filter-button{font-size:.9em;padding:8px 15px}.leaderboard-content{padding:15px}.section-title{font-size:1.5em}.podium-pfp{height:70px;width:70px}.podium-username{font-size:1em}.podium-score{font-size:.9em}.podium-rank{font-size:2em}.first .podium-height{height:150px}.second .podium-height{height:110px}.third .podium-height{height:80px}.ranking-pfp{height:40px;width:40px}.ranking-username{font-size:1em}.score-amount{font-size:1.1em}.status-badge{font-size:.7em;padding:4px 8px}.stats-footer{padding:15px}.stats-footer .stat-value{font-size:1.5em}}@media (max-width:480px){.leaderboard-header{padding:10px}.leaderboard-title{font-size:1.8em}.leaderboard-subtitle{font-size:.9em}.header-stats{flex-direction:column;gap:10px}.filter-button{width:100%}.podium{gap:10px}.podium-pfp{height:60px;width:60px}.podium-username{font-size:.9em}.podium-score{font-size:.8em}.first .podium-height{height:120px}.second .podium-height{height:90px}.third .podium-height{height:70px}.ranking-item{padding:10px 15px}.ranking-pfp{height:35px;width:35px}.ranking-username{font-size:.9em}.score-amount{font-size:1em}.stats-footer{flex-direction:column;gap:10px}}
/*# sourceMappingURL=main.2ad49444.css.map*/