@import"https://fonts.googleapis.com/css2?family=Sixtyfour:wght@400&family=Bungee&family=Pangolin&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html,body{overflow-x:hidden;width:100%;max-width:100vw}*,*:before,*:after{box-sizing:border-box}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;min-height:100dvh}:root{--font-logo: "Sixtyfour", cursive;--font-header: "Bungee", sans-serif;--font-body: "Pangolin", cursive;--font-button-primary: "Bungee", sans-serif;--font-button-secondary: "Smooch Sans", cursive;--primary-bg-light: #A3D8D7;--primary-text-light: #333333;--secondary-text-light: #A1A1A1;--button-bg-light: #FF7F3F;--button-text-light: #FFFFFF;--quiz-title-light: #00AEEF;--highlight-light: #FFCC00;--background-highlight-light: #D8F5E4;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--primary-bg-light);color:var(--primary-text-light);font-family:var(--font-body)}button{font-family:var(--font-button)}button:hover{color:var(--button-text-dark);border:none}h1,h2{color:var(--quiz-title-light)}[data-theme=dark]{--primary-bg-dark: #2b312c;--primary-text-dark: #E0E0E0;--secondary-text-dark: #B0B0B0;--button-bg-dark: #FF7F3F;--button-text-dark: #1F1F1F;--quiz-title-dark: #66D9E8;--highlight-dark: #FFCC00;--background-highlight-dark: #2A3E35;--primary-bg-light: #2b312c;--primary-text-light: #E0E0E0;--secondary-text-light: #B0B0B0;--background-highlight-light: #2A3E35;--quiz-title-light: #66D9E8}[data-theme=dark]{background-color:var(--primary-bg-light);color:var(--primary-text-light)}[data-theme=dark] .home-banner,[data-theme=dark] .quiz-game,[data-theme=dark] .timer-container,[data-theme=dark] .recent-topics,[data-theme=dark] .game-btn,[data-theme=dark] .difficulty-btn,[data-theme=dark] .settings-header{background-color:#2a3e35!important}[data-theme=dark] .recent-item,[data-theme=dark] .option-btn{background-color:#263830!important;color:#e0e0e0!important}[data-theme=dark] .feature button{background-color:#2a3e35!important;color:#e0e0e0!important}[data-theme=dark] .start-game-btn,[data-theme=dark] .login-button,[data-theme=dark] .button-press-start,[data-theme=dark] .recent-play-btn,[data-theme=dark] .recent-play-btn2,[data-theme=dark] .recent-play-btn3{background-color:#ff7f3f!important;color:#fff!important}[data-theme=dark] .nav-icon{background-color:transparent!important}[data-theme=dark] .nav-icon button{background-color:transparent!important;color:#e0e0e0!important}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes elitePulse{0%,to{box-shadow:0 0 6px #f8360080}50%{box-shadow:0 0 14px #f9d423b3}}.rank-badge-elite{background:linear-gradient(to right,#f83600,#f9d423)!important;animation:elitePulse 2.5s ease-in-out infinite}.rank-badge-legend{background:linear-gradient(135deg,#667eea,#764ba2)!important}.rank-badge-mythic{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;background-size:400% 400%!important;animation:gradientShift 6s ease infinite;border:1px solid rgba(255,255,255,.3)}.rank-fill-elite{background:linear-gradient(to right,#f83600,#f9d423)!important;box-shadow:0 0 10px #f8360066}.rank-fill-legend{background:linear-gradient(135deg,#667eea,#764ba2)!important}.rank-fill-mythic{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab)!important;background-size:400% 400%!important;animation:gradientShift 6s ease infinite}body.dark-mode .settings-icon{background-color:#2a3e35!important;color:#66d9e8!important}body.dark-mode .settings-icon1{background-color:#2a3e35!important;color:#ff7f3f!important}[data-theme=dark] .settings-titles-danger{color:#ff7f3f!important}[data-theme=dark] .login-input,[data-theme=dark] .signup-input{background-color:#1f1f1f!important;color:#e0e0e0!important}[data-theme=dark] .login-container{background-color:#2a3e35!important}[data-theme=dark] .home-navbar-title,[data-theme=dark] .game-section-title,[data-theme=dark] .solo-title,[data-theme=dark] .login-title,[data-theme=dark] .profile-name,[data-theme=dark] .press-start-title,[data-theme=dark] .home-features h2,[data-theme=dark] .press-start-subtitle,[data-theme=dark] .home-title,[data-theme=dark] .stat-numbers,[data-theme=dark] .dark-mode{color:#e0e0e0!important}[data-theme=dark] .dark-mode2{background-color:#2a3e35!important}[data-theme=dark] .dark-mode3{color:#e0e0e0!important;background-color:#2a3e35!important}[data-theme=dark] .home-quick-action{background-color:#2a3e35!important;color:#e91e63}[data-theme=dark] .home-quick-action:hover{background-color:#ff7f3f!important;color:#fff!important}[data-theme=dark] .quiz-title,[data-theme=dark] .recent-topics h2,[data-theme=dark] .settings-section h2{color:#66d9e8!important}.highlight{color:var(--highlight-light)}[data-theme=dark] .highlight{color:var(--highlight-dark)}.background-highlight{background-color:var(--background-highlight-light)}[data-theme=dark] .background-highlight{background-color:var(--background-highlight-dark)}[data-theme=dark] .settings-item{background-color:transparent!important;color:var(--primary-text-dark)!important}[data-theme=dark] .settings-item:hover{background-color:var(--bg-hover)!important;color:var(--primary-text-dark)!important}[data-theme=dark] .settings-title{color:var(--primary-text-dark)!important}[data-theme=dark] .settings-desc{color:var(--secondary-text-dark)!important}[data-theme=dark] .settings-titles,[data-theme=dark] .settings-titles-danger{color:var(--primary-text-dark)!important}[data-theme=dark] .settings-section{background-color:var(--background-highlight-dark)!important}.screen{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Poppins,sans-serif;transition:opacity .6s ease}.screen{opacity:0;animation:fadeIn .6s ease forwards}@keyframes fadeIn{to{opacity:1}}.loading-container{width:24rem;height:20px;border-radius:10px;overflow:hidden;margin-top:20px}.loading-bar{width:60%;height:100%;background:linear-gradient(45deg,#ded24a,#f6a979,#ded24a,#f6a979);background-size:200% 100%;animation:loadingMove .9s infinite ease-in-out}@keyframes loadingMove{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.press-start-screen{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Poppins,sans-serif;color:#fff}.press-start-title{font-family:Sixtyfour,monospace;font-size:3rem;color:var(--primary-text-light)}.press-start-subtitle{font-family:Pangolin,cursive;font-size:1.3rem;color:var(--primary-text-light)}.press-start-text{font-family:Bungee,cursive;margin-top:2rem;font-size:.6rem;color:var(--secondary-text-light);animation:blink 1.5s infinite}.button-press-start{margin-top:2rem;font-family:bungee;padding:1rem 2rem;font-size:1.2rem;background-color:var(--button-bg-light);color:var(--button-text-light);border:none;border-radius:12px;cursor:pointer;box-shadow:#1f1f1f3b 0 5px 5px -1px,#1f1f1f 0 0 2px -1px;transition:background-color .3s ease}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.press-start-image{width:100px;height:100px;color:var(--quiz-title-light);animation:rotate 2s infinite}@keyframes pressStartIntro{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.press-start-title,.press-start-subtitle,.press-start-image{animation:pressStartIntro 1s ease-in-out forwards}.press-start-title{animation-delay:.2s}.press-start-subtitle{animation-delay:.4s}.press-start-image{animation-delay:0s}.back-button,.arrow{display:flex;font-family:poppins,sans-serif;align-items:center;color:var(--primary-text-light);background:transparent;border:none;border-radius:1rem;cursor:pointer;transition:color .3s ease,transform .2s ease}.back-button:hover{color:var(--accent-color, #4ea1ff);transform:translate(-7px)}.back-button:active{transform:scale(.95)}.back-button .arrow{font-size:2rem;line-height:1;background-color:var(--background-highlight-light);padding:.6rem .7rem}.back-button .label{font-size:1rem}.login-container{max-width:400px;margin:0 auto;padding:1.2rem;border-radius:2rem;box-shadow:0 4px 6px #0000001a;background-color:var(--primary-bg-light);background-color:var(--background-highlight-light);display:flex;flex-direction:column;align-items:center;justify-content:center}.login-title{font-size:3rem;color:var(--primary-text-light);font-family:var(--font-header);margin-bottom:.5rem}.login-subtitle{font-size:1rem;margin-bottom:2rem;color:var(--secondary-text-light)}.login-input,.signup-input{width:18.75rem;padding:.6rem;margin:.625rem 0;border-radius:1.5rem;font-size:.7rem;background-color:var(--primary-bg-light);border-color:var(--quiz-title-light)}.login-button{margin-top:2rem;font-family:bungee;padding:1rem 2rem;font-size:1.2rem;background-color:var(--button-bg-light);color:var(--button-text-light);border:none;border-radius:12px;cursor:pointer;box-shadow:#1f1f1f3b 0 5px 5px -1px,#1f1f1f 0 0 2px -1px;transition:background-color .3s ease}.login-button2{align-items:end;justify-content:end;border:none;border-radius:.3125rem;font-size:1rem;color:var(--button-text-light);cursor:pointer;background-color:none;transition:background-color .3s ease}.login-forgot{display:flex;justify-content:flex-end;font-size:.75rem;color:var(--quiz-title-light);cursor:pointer;background-color:transparent;border:none}.signup-container{margin-top:1rem;font-size:.75rem;color:var(--secondary-text-light)}.signup-text{margin-left:.25rem;color:var(--quiz-title-light);cursor:pointer;background-color:transparent;border:none}.login-tagline{text-align:left;font-size:.75rem;color:var(--secondary-text-light)}.login-label{display:flex;flex-direction:column;width:100%;align-self:flex-start;font-size:.75rem;color:var(--primary-text-light);margin-top:.625rem}.login-button:hover{background-color:#f6a979}.divider{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem;margin:1.5rem 0}.divider-line{flex-grow:1;height:1px;background-color:var(--primary-text-light);opacity:.6;min-width:40px}.divider-text{font-family:var(--font-body, "Inter", sans-serif);color:var(--primary-text-light);font-size:1rem;font-weight:500;letter-spacing:.5px;text-transform:lowercase;-webkit-user-select:none;user-select:none;white-space:nowrap}.error-message{color:#f87171;margin-top:.625rem}.signup-form{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.signup-button{width:4rem;padding:.625rem;margin-top:1.25rem;border:none;border-radius:.3125rem;font-size:1rem;background-color:var(--button-bg-light);color:var(--button-text-light);cursor:pointer;transition:background-color .3s ease}.signup-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.signup-button:hover{background-color:#f6a979}.google-btn-container{display:flex;justify-content:center;width:100%;margin-top:1rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;background-color:#fff;color:#3c4043;font-family:Inter,sans-serif;font-size:16px;font-weight:500;border:1px solid #dadce0;border-radius:8px;padding:12px 24px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;width:100%;max-width:300px}.google-btn:hover{background-color:#eaeaea;box-shadow:0 3px 6px #00000026}.google-btn:active{background-color:#f1f3f4;transform:scale(.98)}.google-logo{width:34px;height:34px}.terms-checkbox:checked{transform:scale(1.1);transition:transform .15s ease}.tearms-label{font-size:.75rem;color:var(--primary-text-light)}.home-navbar{display:flex;align-items:center;margin-bottom:2rem;gap:1rem}.home-navbar1{display:flex;align-items:center;margin-bottom:2rem;gap:1rem;justify-content:space-between}.home-navbar button,.home-navbar1 button{font-family:Sixtyfour,monospace;font-size:1.5rem;color:var(--quiz-title-light);margin:0}.navbarinsidecontainer{display:flex;align-items:center;gap:1rem;margin:0}.navinsidecontainer span{font-family:Pangolin,cursive;font-size:1rem;color:var(--secondary-text-light);text-align:left}.home-navbar-title{font-family:Bungee,monospace;font-size:3rem;color:var(--primary-text-light);margin:0}.home-navbar-subtitle{font-family:Pangolin,cursive;font-size:1rem;color:var(--secondary-text-light);text-align:left;margin:0}.nav-icon{display:flex;flex-direction:row;gap:1rem;background-color:var(--button-bg-dark)}.nav-icon button{font-size:1.5rem;color:var(--button-text-light);background-color:transparent;border:none;cursor:pointer}.nav-icon button:hover{color:var(--highlight-light)}.home-banner-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.home-profile{display:flex;align-items:center;gap:.75rem}.home-banner-img{width:4rem;height:4rem;border-radius:50%;object-fit:cover}.home-title{margin:0;font-size:2.4rem;font-weight:700;color:var(--primary-text-light);font-family:Bungee,cursive}.home-userr{font-size:.875rem;color:var(--secondary-text-light);text-align:left;font-family:Pangolin,cursive}.levelxp{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.level,.win-streak,.xp-value{margin:0;font-size:1rem;color:var(--secondary-text-light)}.level{background-color:#00aeef;padding:.8rem;border-radius:1rem;color:var(--button-text-light);font-family:Pangolin,cursive}.xp-progress-text{display:flex;font-size:1.1rem;color:var(--primary-text-light);text-align:left;margin-top:.25rem;font-family:Pangolin,cursive}.startgame{text-align:center;margin:2rem 0}.startgame-text{padding:0;display:flex;flex-direction:column;text-align:left;margin-bottom:1rem}.startgame h2{font-family:Bungee,cursive;font-size:2.5rem;color:var(--button-text-light);margin-bottom:-.3rem}.startgame p{display:flex;flex-direction:row;font-family:Pangolin,cursive;font-size:1rem;color:var(--button-text-light);margin-bottom:1.5rem}.startgame button{display:flex;color:var(--secondary-text-light);gap:1.5rem;flex-direction:row;width:100%;font-size:large;background:var(--button-bg-light);border:none;border-radius:1rem;text-align:center;align-items:center;cursor:pointer;box-shadow:#1f1f1f3b 0 5px 5px -1px,#1f1f1f 0 0 2px -1px;transition:transform .2s ease,box-shadow .2s ease}.startgame-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.home-icons1,.home-icons2,.home-icons3,.home-icons4{margin-left:1rem;width:72px;height:72px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:1rem;font-size:2rem;line-height:0}.home-icons1{background-color:var(--color-quiz);color:var(--button-text-light);font-size:3rem}.home-icons2{background-color:var(--highlight-light);color:var(--button-text-light)}.home-icons3{background-color:var(--quiz-title-light);color:var(--button-text-light)}.home-icons4{background-color:var(--secondary-text-light);color:var(--button-text-light)}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.home-banner{padding:1.5rem;background-color:var(--background-highlight-light);border-radius:1.5rem;box-shadow:0 4px 12px #0000001a}.home-banner-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.img-placeholder{border:2px solid #ccc;border-radius:50%;background-color:transparent}.home-banner-img{width:4rem;height:4rem;padding:1rem;object-fit:cover}.home-info{display:flex;flex-direction:column;gap:.25rem}.progress-bar-container{margin-top:.75rem;height:.75rem;background-color:var(--bg-highlight);border-radius:.5rem;overflow:hidden}.progress-bar-fill{height:100%;width:60%;background-color:var(--color-quiz);border-radius:.5rem 0 0 .5rem}.home-banner-stats{display:flex;justify-content:space-between;margin-top:1.5rem;gap:1rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.stat-logo{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.stat-numbers{margin:0;font-size:1.75rem;font-weight:700;font-family:Bungee,cursive;color:var(--primary-text-light)}.stat-text{font-size:.875rem;color:var(--secondary-text-light);text-align:center;font-weight:700}.feature button{display:flex;color:var(--secondary-text-light);gap:1.5rem;flex-direction:row;width:100%;align-items:center;background:var(--background-highlight-light);border:none;border-radius:1rem;padding:1rem;text-align:left;cursor:pointer;box-shadow:#1f1f1f3b 0 5px 5px -1px,#1f1f1f 0 0 2px -1px;transition:transform .2s ease,box-shadow .2s ease}.feature h2{color:var(--primary-text-light);font-family:Bungee,cursive;font-size:1.3rem;margin:0;text-align:left}.feature p{color:var(--secondary-text-light);font-family:Pangolin,cursive;text-align:left}.feature button:hover,.startgame button:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.feature-row{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:-1rem;text-align:left}.recent-topics{background-color:var(--background-highlight-light);border-radius:1.5rem;padding:2rem;margin-top:2rem}.recent-topics h2{font-family:var(--font-header);color:var(--text-primary);font-size:2rem;margin-bottom:1.5rem;text-align:left}.recent-list{display:flex;flex-direction:column;gap:1rem}.recent-item{display:flex;justify-content:space-between;align-items:center;background-color:var(--primary-bg-light);border-radius:1rem;padding:1rem 1.5rem;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.recent-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.recent-left{display:flex;align-items:center;gap:1rem}.recent-logo-dot{width:.75rem;height:.75rem;background-color:var(--color-quiz);border-radius:50%;margin-right:.75rem}.recent-info h3{font-family:var(--font-header);color:var(--text-primary);font-size:1.4rem;margin-bottom:.25rem;text-align:left}.recent-info p{color:var(--secondary-text-light);font-family:Pangolin,cursive;text-align:left}.recent-play-btn,.recent-play-btn2,.recent-play-btn3{color:#fff;font-family:Bungee,sans-serif;border:none;border-radius:.75rem;padding:1.4rem 1.65rem;cursor:pointer;font-size:1rem;transition:background .2s ease}.recent-play-btn{background-color:var(--button-bg-light)}.recent-play-btn2{background-color:var(--highlight-light)}.recent-play-btn3{background-color:var(--quiz-title-light)}.recent-play-btn:hover{background-color:var(--color-cta)}@media(max-width:600px){.recent-item{flex-direction:column;align-items:flex-start;gap:.75rem}.recent-play-btn{align-self:flex-end}}.settings-header{padding:2rem;background-color:var(--background-highlight-light);border-radius:1rem;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 10px #0000001a}.settings-profile{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.profile-pic-container{position:relative;width:8rem;height:8rem}.profile-pic{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--color-quiz)}.camera-btn{position:absolute;bottom:.3rem;right:.3rem;background-color:var(--color-cta);border:none;color:#fff;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.camera-btn:hover{opacity:.9}.profile-info{display:flex;flex-direction:column;gap:.5rem}.profile-name{font-family:Bungee,sans-serif;font-size:2.14rem;color:var(--text-primary);margin:0;text-align:left}.profile-email{color:var(--secondary-text-light);font-size:1.6rem;margin:0;text-align:left}.edit-btn{margin-top:.5rem;background-color:var(--quiz-title-light);border:none;border-radius:.6rem;color:var(--button-text-light);font-family:Bungee,sans-serif;font-size:1rem;padding:.7rem .2rem;cursor:pointer}.edit-btn:hover{opacity:.9}.settings-titles,.settings-titles-danger{font-family:Bungee,sans-serif;font-size:1.5rem;color:var(--text-primary);text-align:left;margin-top:2rem}.settings-titles-danger{color:var(--button-bg-light)}.settings-section{margin-top:1.5rem;background-color:var(--background-highlight-light);border-radius:1rem;box-shadow:0 4px 10px #0000001a;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.settings-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.settings-section-icon{color:orange;font-size:1.5rem}.settings-section h2{font-family:var(--font-header);color:orange;font-size:1.25rem}.settings-item{all:unset;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;border-bottom:1px solid var(--text-secondary);transition:background-color .2s ease}.settings-item:hover{background-color:var(--bg-hover)}.settings-item:last-child{border-bottom:none}.settings-item:hover{background-color:var(--bg-highlight)}.settings-left{display:flex;align-items:center;gap:1rem}.settings-icon{font-size:1.25rem;color:var(--quiz-title-light);flex-shrink:0;background-color:var(--background-highlight-light);padding:.8rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;line-height:0}.settings-icon1{font-size:1.25rem;color:var(--button-bg-light);flex-shrink:0;background-color:var(--background-highlight-light);padding:.8rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;line-height:0}.settings-info{display:flex;flex-direction:column;text-align:left}.settings-title{font-size:1.15rem;margin:0;font-family:var(--font-header);color:var(--text-primary)}.settings-desc{margin:.15rem 0 0;font-size:.875rem;color:var(--secondary-text-light)}.settings-arrow{font-size:1.2rem;color:var(--text-secondary)}.danger-zone .settings-section-icon,.danger-zone h3{color:#ff6b35}.settings-section-title{font-family:var(--font-header);color:orange;font-size:1.25rem;margin-bottom:1rem}.clickable{cursor:pointer}.switch{position:relative;display:inline-block;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:var(--secondary-text-light);transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.switch input:checked+.slider{background-color:var(--button-bg-light)}.switch input:checked+.slider:before{transform:translate(18px)}.right-credits{text-align:center;font-size:.75rem;color:var(--secondary-text-light);margin-top:2rem}.game-container{padding:2rem;display:flex;flex-direction:column}.game-section-title{font-family:Bungee,sans-serif;font-size:1.8rem;margin-bottom:1.5rem;color:var(--primary-text-light);text-align:left}.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1rem}.game-btn{background-color:var(--background-highlight-light);border:none;border-radius:.95rem;padding:1rem;cursor:pointer;text-align:left;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a}.game-btn:hover{background-color:var(--bg-hover);transform:translateY(-3px)}.game-btn-title{font-family:Bungee,sans-serif;font-size:1.6rem;margin:0;color:var(--primary-text-light)}.game-btn-desc{margin-top:.3rem;font-size:.9rem;color:var(--secondary-text-light)}.category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--background-highlight-light);border-radius:.75rem;border:none;padding:1.5rem 1rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a}.category-btn:hover{background-color:var(--bg-hover);transform:translateY(-3px)}.category-emoji{font-size:3rem;margin-bottom:.5rem}.category-name{font-family:Bungee,sans-serif;font-size:1.2rem;color:var(--primary-text-dark)}.game-btn-left:nth-child(1){color:#4caf50}.brain{color:#fff;padding:.4rem;background-color:#0596ca;border-radius:.5rem}.cpu{color:#fff;padding:.4rem;background-color:#f6de08;border-radius:.5rem}.zap{color:#fff;padding:.4rem;background-color:#fa6d16;border-radius:.5rem}.users{color:#fff;padding:.4rem;background-color:#8a21da;border-radius:.5rem}.category-btn:nth-child(1){background-color:#4caf50}.category-btn:nth-child(2){background-color:#fbc02d}.category-btn:nth-child(3){background-color:#2196f3}.category-btn:nth-child(4){background-color:#9c27b0}.category-btn:nth-child(5){background-color:#ff5722}.category-btn:nth-child(6){background-color:#795548}.category-btn:nth-child(7){background-color:#607d8b}.category-btn:nth-child(8){background-color:#e91e63}.category-btn:nth-child(9){background-color:#00bcd4}.category-btn:nth-child(10){background-color:#8bc34a}.difficulty-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.difficulty-btn{box-shadow:0 4px 6px #0000001a;border:none;border-radius:.75rem;padding:1.5rem 1rem;text-align:center;cursor:pointer;background-color:var(--background-highlight-light);transition:background .3s ease,transform .2s ease}.difficulty-btn:hover{background-color:var(--bg-hover);transform:translateY(-3px)}.difficulty-letter{font-family:Bungee,sans-serif;font-size:2.5rem;margin:0}.difficulty-name{font-family:Bungee,sans-serif;font-size:1.2rem;margin:.3rem 0 0;color:var(--primary-text-light)}.difficulty-desc{font-size:.85rem;color:var(--secondary-text-light)}.easy .difficulty-letter{color:#4caf50}.medium .difficulty-letter{color:#ffc107}.hard .difficulty-letter{color:#f44336}.start-game-btn{padding:1rem;background-color:var(--button-bg-light);width:100%;color:#fff;border:none;border-radius:1rem;font-family:Bungee,sans-serif;font-size:2rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a;margin-top:1.5rem}.start-game-btn:hover{transform:scale(1.05);background-color:var(yellow)}.game-section button:hover{box-shadow:0 6px 12px #00000026;background-color:var(yellow)}@media(max-width:600px){.game-section-title,.category-emoji{font-size:1.5rem}}.selected,button.game-btn.selected,.category-btn.selected,.difficulty-btn.selected{border:3.5px solid var(--quiz-title-light);border-color:var(--button-bg-light);transform:translateY(-10px)}.category-btn.selected{border:4.3px solid var(--quiz-title-light);border-color:#fff;transform:translateY(-10px)}.selected:hover{background-color:var(--quiz-title-light);box-shadow:0 6px 12px #00000026}.selected .category-emoji,.selected .difficulty-letter{color:#fff}.selected .game-btn-title,.selected .difficulty-name{color:var(--primary-text-light);font-size:1.73rem}.selected .category-name{color:#000;font-size:1.7rem}.selected .game-btn-desc,.selected .difficulty-desc{color:var(--primary-text-light)}.game-grid::-webkit-scrollbar,.category-grid::-webkit-scrollbar,.difficulty-grid::-webkit-scrollbar{height:6px}.game-grid::-webkit-scrollbar-thumb,.category-grid::-webkit-scrollbar-thumb,.difficulty-grid::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:10px}.game-grid::-webkit-scrollbar-track,.category-grid::-webkit-scrollbar-track,.difficulty-grid::-webkit-scrollbar-track{background:transparent}.game-btn,.category-btn,.difficulty-btn{flex:0 0 auto;scroll-snap-align:start}.solo-game-container{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.timer-container{display:flex;justify-content:space-between;align-items:center;font-family:Bungee,monospace;font-size:1rem;color:var(--primary-text-light);background-color:var(--background-highlight-light);border-radius:1.5rem;width:100%;margin:0 auto;margin-bottom:1rem;gap:1.5rem}.quiz-game{display:flex;flex-direction:column;gap:1.5rem;background-color:var(--background-highlight-light);padding:2rem;border-radius:1.5rem}.options{display:flex;flex-direction:column;gap:1rem}.option-btn{background-color:var(--primary-bg-light);border:none;color:var(--primary-text-light);font-size:1.3rem;border-radius:1rem;padding:1rem;text-align:left;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a}.option-btn:hover{background-color:var(--highlight-light);transform:translateY(-3px)}.solo-title{font-family:Bungee,monospace;font-size:2rem;color:var(--primary-text-light);margin:0;text-align:left}.timer-icon,.solo-timer{gap:.5rem;padding:.5rem 1.5rem;color:var(--button-bg-light)}.timer-icon svg{font-size:1.5rem}.solo-score{display:flex;justify-content:space-between;align-items:center;gap:1rem}.circular-timer{display:flex;align-items:center;padding:.6rem}.timer-content{display:flex;flex-direction:row;align-items:center;justify-content:center}.quiz-progress-bar{margin-top:1rem;height:.75rem;background-color:var(--bg-highlight);border-radius:.5rem;overflow:hidden}.nav{display:flex;width:100%;justify-content:space-between;align-items:center}.solo-score{padding:0rem 1.2rem;border-radius:1rem;text-align:right;background-color:var(--background-highlight-light)}.solo-score span{color:var(--button-bg-light);font-size:1.8rem;font-family:Bungee,monospace;text-align:center}.quiz-progress-bar-container{width:100%;background-color:#e0e0e0;border-radius:10px;height:20px;margin-bottom:10px}.quiz-progress-bar{height:100%;border-radius:10px;transition:width .3s ease-in-out}@media(max-width:768px){#root{padding:1.25rem}.home-navbar-title{font-size:2rem}.home-title{font-size:1.8rem}.game-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-grid,.difficulty-grid{grid-template-columns:repeat(3,1fr)}.home-features{grid-template-columns:repeat(2,1fr)}.home-banner-stats{gap:.5rem}.stat-numbers{font-size:1.4rem}.settings-profile{gap:1rem}.profile-pic-container{width:6rem;height:6rem}.profile-name{font-size:1.6rem}}@media(max-width:480px){#root{padding:1rem}.home-navbar,.home-navbar1{margin-bottom:1rem;gap:.5rem}.home-navbar-title{font-size:1.5rem}.home-navbar-subtitle{font-size:.75rem}.home-banner{padding:1rem}.home-banner-top{gap:.5rem}.home-title{font-size:1.4rem}.level{padding:.5rem;font-size:.85rem}.win-streak,.xp-value{font-size:.8rem}.home-banner-stats{gap:.4rem}.stat-numbers{font-size:1.2rem}.stat-text{font-size:.7rem}.stat-logo{font-size:1rem;width:1.5rem;height:1.5rem}.startgame h2{font-size:1.75rem}.home-icons1,.home-icons2,.home-icons3,.home-icons4{width:35px;height:35px;padding:.75rem;margin-left:.75rem}.home-features{grid-template-columns:1fr;gap:.75rem}.recent-topics{padding:1rem}.recent-topics h2{font-size:1.5rem;margin-bottom:1rem}.recent-item{flex-direction:row;padding:.75rem 1rem}.recent-info h3{font-size:1.1rem}.recent-play-btn,.recent-play-btn2,.recent-play-btn3{padding:.75rem 1rem;font-size:.85rem}.game-container{padding:1rem}.game-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.category-emoji{font-size:2rem}.category-name{font-size:.9rem}.difficulty-grid{grid-template-columns:repeat(3,1fr)}.difficulty-letter{font-size:1.75rem}.difficulty-name{font-size:.9rem}.difficulty-desc{font-size:.7rem}.start-game-btn{font-size:1.5rem;padding:.85rem}.solo-game-container{padding:1rem;gap:1rem}.solo-title{font-size:1.4rem}.option-btn{font-size:1rem;padding:.85rem}.timer-container{gap:.75rem;padding:.5rem}.settings-header{padding:1rem}.profile-pic-container{width:5rem;height:5rem}.profile-name{font-size:1.4rem}.settings-section{padding:1rem}.settings-title{font-size:1rem}.settings-icon,.settings-icon1{padding:.6rem;font-size:1.2rem}.login-container{padding:1rem;border-radius:1.25rem}.login-title{font-size:2.25rem}.login-input,.signup-input{width:100%;box-sizing:border-box}.login-button{padding:.85rem 1.5rem;font-size:1rem;width:100%}.press-start-title{font-size:2rem}.press-start-subtitle{font-size:1rem}.button-press-start{padding:.85rem 1.5rem;font-size:1rem}.loading-container{width:85vw}.home-banner-stats .stat{min-width:60px}.back-button .arrow{font-size:1.5rem;padding:.5rem .6rem}.solo-game-container h1{font-size:2rem}.leaderboard-xp-badge-mobile-layout{font-size:.9rem;background-color:var(--color-quiz);color:var(--button-text-light);border-radius:.5rem;min-width:2rem}.leaderboard-username-mobile-layout{font-size:.1rem;color:#f6a979;font-family:Bungee,monospace}}.bottom-nav-spacer{height:64px}@media(max-width:768px){.solo-game-container,.home-container,.home-page,.game-page{padding-bottom:80px}}@media(min-width:769px){.bottom-nav-hide-desktop{display:none!important}}.early-access-tag{display:inline-block;padding:.2rem .65rem;border-radius:999px;border:1.5px solid var(--quiz-title-light);background-color:transparent;color:var(--quiz-title-light);font-family:Bungee,sans-serif;font-size:.62rem;letter-spacing:.07em;line-height:1;vertical-align:middle;white-space:nowrap}@media(max-width:360px){.home-navbar-title{font-size:1.25rem}.home-title{font-size:1.2rem}.category-grid{grid-template-columns:repeat(2,1fr)}.stat-numbers{font-size:1rem}.option-btn{font-size:.9rem}.solo-title{font-size:1.2rem}}.global-rank-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .8rem;border-radius:.75rem;font-family:Bungee,sans-serif;font-size:.85rem;margin-top:.25rem;position:relative;overflow:hidden;animation:badge-pulse 2s ease-in-out infinite}.rank-icon{font-size:1.1rem}.rank-text{font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.rank-gold{background:linear-gradient(135deg,gold,orange);color:#fff;box-shadow:0 0 20px #ffd70099,0 4px 8px #0003;animation:gold-shimmer 3s ease-in-out infinite}@keyframes gold-shimmer{0%,to{box-shadow:0 0 20px #ffd70099,0 4px 8px #0003}50%{box-shadow:0 0 30px #ffd700e6,0 6px 12px #0000004d}}.rank-silver{background:linear-gradient(135deg,silver,#e8e8e8);color:#333;box-shadow:0 0 15px #c0c0c099,0 4px 8px #0003;animation:silver-shimmer 3s ease-in-out infinite}@keyframes silver-shimmer{0%,to{box-shadow:0 0 15px #c0c0c099,0 4px 8px #0003}50%{box-shadow:0 0 25px #c0c0c0e6,0 6px 12px #0000004d}}.rank-bronze{background:linear-gradient(135deg,#cd7f32,#e5a772);color:#fff;box-shadow:0 0 15px #cd7f3299,0 4px 8px #0003;animation:bronze-shimmer 3s ease-in-out infinite}@keyframes bronze-shimmer{0%,to{box-shadow:0 0 15px #cd7f3299,0 4px 8px #0003}50%{box-shadow:0 0 25px #cd7f32e6,0 6px 12px #0000004d}}.rank-top10{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;box-shadow:0 0 12px #6464ff66,0 4px 8px #0000004d;animation:black-glow 3s ease-in-out infinite}@keyframes black-glow{0%,to{box-shadow:0 0 12px #6464ff66,0 4px 8px #0000004d}50%{box-shadow:0 0 20px #6464ffb3,0 6px 12px #0006}}.rank-gold.rank-platinum{background:linear-gradient(135deg,gold,#ff69b4,#00ced1,#9370db,gold);background-size:200% 200%;animation:rainbow-shimmer 4s ease-in-out infinite;box-shadow:0 0 25px #ffd700cc,0 4px 12px #0000004d}@keyframes rainbow-shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.quick-join-box input:focus{border-color:var(--button-bg-light);box-shadow:0 0 8px #00aeef4d}.dark-mode .rank-silver{color:#1a1a1a}.dark-mode .rank-top10{background:linear-gradient(135deg,#0a0a0a,#1d1d1d);box-shadow:0 0 12px #9696ff80,0 4px 8px #0006}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
