@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--background-color: #0d0d0d;--light-background: #141414;--white: #fefefe;--dark-red: #4b161c;--orange: #f37630;--vibrant-orange: #fe6001;--light-grey: #ebebed;--logo: #616161;--footer-header: hsl(0, 1%, 61%);--footer: #242323;--font-ui: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}@font-face{font-family:akira;src:url(/fonts/akira_expanded/AkiraExpandedDemo.otf) format("opentype")}@font-face{font-family:mirage;src:url(/fonts/made_mirage/Mirage.otf) format("opentype")}@font-face{font-family:arcade;src:url(/fonts/arcade_ya/ARCADE_I.TTF) format("truetype")}@font-face{font-family:zt;src:url(/fonts/zt_otez/ZTOtez-Regular.ttf) format("truetype")}@font-face{font-family:drag;src:url(/fonts/62dragz/62DRAGZ.otf) format("opentype")}@keyframes scrollTopics{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floaty{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-18px) translate(10px)}to{transform:translateY(0) translate(0)}}@keyframes floatBubble{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-10px) translate(15px)}to{transform:translateY(0) translate(0)}}@keyframes glowPulse{0%{box-shadow:0 0 5px var(--vibrant-orange)}50%{box-shadow:0 0 20px var(--vibrant-orange),0 0 40px var(--orange)}to{box-shadow:0 0 5px var(--vibrant-orange)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes turtleFly{0%{transform:translate(0) rotate(-5deg)}50%{transform:translate(50vw) rotate(5deg)}to{transform:translate(120vw) rotate(-5deg)}}@keyframes flyDiagRight{0%{left:-150px;top:var(--start-top)}to{left:110vw;top:var(--end-top)}}@keyframes flyDiagLeft{0%{right:-150px;top:var(--start-top)}to{right:110vw;top:var(--end-top)}}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;padding:0}.flying-leroy{position:fixed;width:120px;z-index:9999;pointer-events:none;top:var(--start-top);filter:invert(26%) sepia(29%) saturate(1168%) hue-rotate(74deg) brightness(98%) contrast(92%)}.flying-leroy.right{left:-150px;animation:flyDiagRight 4.5s linear forwards}.flying-leroy.left{right:-150px;transform:scaleX(-1);animation:flyDiagLeft 4.5s linear forwards}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#00000038;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{height:72px;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:akira;text-decoration:none;letter-spacing:.2em;color:var(--light-grey);background:none;border:none;cursor:pointer}.nav-logo img{height:35px;filter:invert(100%) sepia(100%) saturate(1%) hue-rotate(146deg) brightness(106%) contrast(99%)}.nav-links{display:none}.burger{display:inline-block;width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;cursor:pointer;padding:0;position:relative}.burger span{position:absolute;left:11px;right:11px;height:2px;background:#ffffffeb;border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.burger span:nth-child(1){top:15px}.burger span:nth-child(2){top:22px}.burger span:nth-child(3){top:29px}.burger.is-open span:nth-child(1){top:22px;transform:rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){top:22px;transform:rotate(-45deg)}.nav-welcome{display:none}.menu-overlay{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:2999}.menu-overlay.show{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:80px;right:14px;width:min(360px,calc(100vw - 28px));padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.32);background:#000000b3;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transform:translateY(-10px) scale(.98);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;z-index:3001}.mobile-menu.show{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.mobile-menu a,.mobile-menu button{display:block;width:100%;text-align:left;padding:14px 12px;border-radius:14px;font-family:var(--font-ui);font-weight:800;letter-spacing:.02em;text-decoration:none;color:#ffffffeb;background:transparent;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease}@media(min-width:769px){.burger{display:none}.nav-links{display:flex;align-items:center;gap:18px}.nav-links a,.nav-links button{font-family:var(--font-ui);color:#ffffffeb;text-decoration:none;font-weight:700;letter-spacing:.02em;padding:10px 12px;border-radius:12px;transition:transform .2s ease,background .2s ease;background:transparent;border:none;cursor:pointer}.nav-welcome{display:none}}@media(min-width:1025px){.nav-logo{font-size:1.2rem}.nav-links button{font-size:1.1rem}}#Home-page{background-color:var(--light-background);margin:0;padding:0}#hero{background:#f33626;background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);height:75vh;color:var(--white);display:flex;text-align:center;flex-direction:column;justify-content:center;margin-bottom:0;border-radius:0 0 40px 40px;padding-top:90px}#hero-text{z-index:999}#hero-text h2{font-family:drag;font-size:70px;margin-top:10px}#hero-top{margin-bottom:0}#hero-text p{font-size:20px;font-family:var(--font-ui)}.typed-line .typed{min-height:32px;font-family:arcade}.cursor{margin-left:-4px;display:inline-block;animation:blink .9s infinite}#topic-bubbles{display:none}#topic-carousel{height:200px;color:var(--white);display:flex;align-items:center;justify-content:center;font-family:akira;border-radius:0 0 40px 40px;z-index:2;background-color:var(--light-background);overflow:hidden;position:relative}.carousel-window{overflow:hidden;width:100%;margin:0 auto;padding:0 24px;position:relative}.carousel-track{display:flex;gap:16px;width:max-content;animation:scrollTopics 28s linear infinite;will-change:transform}.topic-slide{min-width:120px;flex:0 0 auto;padding:14px;text-align:center}.topic-slide img{width:auto;height:50px;filter:invert(100%) sepia(91%) saturate(36%) hue-rotate(207deg) brightness(110%) contrast(110%)}#begin-banner{height:400px;background-color:var(--background-color);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:akira;border-radius:0 0 40px 40px;margin-top:-30px;margin-bottom:-30px;text-align:center}#begin-banner button{padding:2px;border-radius:20px;text-align:center;border:none;display:flex;flex-direction:row;gap:20px;background-color:var(--vibrant-orange);color:var(--white)}#begin-banner p{margin-left:9px;font-family:akira;color:var(--background-color)}#begin-banner button img{width:42px;height:42px;filter:invert(100%) sepia(91%) saturate(36%) hue-rotate(207deg) brightness(110%) contrast(110%)}#begin-banner a{text-decoration:none}#description-cards{display:grid;grid-template-columns:repeat(auto-fit,290px);gap:18px;padding:28px 18px 50px;background-color:var(--background-color);justify-content:center}.cards{background-color:var(--light-grey);border-radius:18px;padding:22px 18px;min-height:210px;width:290px;display:flex;flex-direction:column}.cards:hover{-webkit-box-shadow:0px 0px 32px 8px rgba(243,118,48,.69);box-shadow:0 0 32px 8px #f37630b0}.cards h3{line-height:1.1;text-align:center;max-width:100%;overflow-wrap:break-word;word-break:break-word;font-family:var(--font-ui)}.card-accent{font-family:akira;letter-spacing:0}.cards p{margin-top:20px;line-height:1.4;font-family:var(--font-ui);text-align:center}.cards-logo{font-family:akira;color:var(--logo);margin-top:auto;text-align:center;display:flex;flex-direction:column}.cards-logo img{align-self:center;height:30px;width:50px;filter:invert(35%) sepia(13%) saturate(0%) hue-rotate(207deg) brightness(100%) contrast(84%)}@media(min-width:769px){#hero{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5vw;padding-top:100px;height:86vh}#hero-text{margin-left:20px}.bg-bubbles{position:absolute;inset:0;pointer-events:none;z-index:0}.bg-bubble{position:absolute;border-radius:999px;background:#ffffff1a;box-shadow:0 20px 60px #00000026;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:floaty 7s ease-in-out infinite}.bg1{width:140px;height:140px;left:6%;top:18%;animation-duration:8s}.bg2{width:90px;height:90px;left:18%;top:55%;animation-duration:7s}.bg3{width:110px;height:110px;left:32%;top:30%;animation-duration:9s}.bg4{width:70px;height:70px;left:40%;top:65%;animation-duration:6.5s}#topic-bubbles{display:flex;position:relative;width:420px;height:320px;margin:40px 10px}.bubble{background:var(--white);-webkit-box-shadow:0px 0px 32px 2px rgba(75,22,28,.67);box-shadow:0 0 32px 2px #4b161cab;position:absolute;width:95px;height:95px;border-radius:50%;align-self:start;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.bubble img{width:40px;height:auto;filter:invert(47%) sepia(73%) saturate(3929%) hue-rotate(0deg) brightness(101%) contrast(105%);margin-bottom:0;object-fit:contain}.bubble p{color:var(--vibrant-orange);font-family:akira;margin-top:0;font-size:12px}.bubble.big{width:190px;height:190px;top:80px;right:34px}.b3 p{font-size:17px}.bubble.big img{height:75px;width:auto}.b1{right:10px;top:-25px}.b1 p{font-size:10px}.b2{right:133px;top:-50px;height:120px;width:120px;gap:12px}.b2 p{font-size:17px}.b2 img{margin-top:20px}.b4{right:233px;top:76px;width:80px;height:80px}.b4 img{margin-top:10px}.b4 p{font-size:10px}.b5{right:235px;top:180px;height:110px;width:110px}.b6{right:150px;top:276px;width:100px;height:100px}.b7{right:10px;top:275px;width:115px;height:115px}.b7 p{font-size:14px}.bubble:hover{transform:scale(1.09);box-shadow:0 0 10px var(--dark-red),0 0 20px var(--orange),0 0 40px var(--vibrant-orange)}#topic-carousel{height:100px;font-size:10px;z-index:3}.topic-slide{margin-top:-10px}.topic-slide img{margin-top:20px;height:40px;width:auto}}@media(max-width:941px){#description-cards .cards:last-child{grid-column:1 / -1;justify-self:center}}@media(min-width:1025px){#hero-text{margin-left:6vw;scale:1.3}#topic-bubbles{margin-right:1vw}.bubble{height:115px;width:115px}.bubble.big{width:210px;height:210px;top:80px;right:50px}.bubble.big img{height:95px;width:auto}.b1{right:10px;top:-30px}.b2{right:153px;top:-70px;height:140px;width:140px}.b4{right:263px;top:60px;width:100px;height:100px}.b5{right:265px;top:180px;height:130px;width:130px}.b6{right:160px;top:296px;width:120px;height:120px}.b7{right:10px;top:290px;width:135px;height:135px}#description-cards{grid-template-columns:repeat(auto-fit,310px)}.cards{width:310px}}@media(min-width:1300px){#hero{height:90vh}.bubble{scale:1.3}.b1{right:10px;top:-89px}.b2{right:183px;top:-110px}.b4{right:320px;top:45px}.b5{right:312px;top:200px}.b6{right:200px;top:346px}.b7{right:6px;top:345px}#description-cards{grid-template-columns:repeat(auto-fit,360px);gap:50px}.cards{width:360px}}.quiz-page{background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.25rem;font-family:var(--font-ui)}.quiz-container{background-color:var(--background-color);border-radius:20px;padding:2rem 1.5rem;width:100%;max-width:600px;margin-top:60px}.quiz-title{font-family:akira;color:var(--white);font-size:2rem;text-align:center;margin-bottom:.5rem}.quiz-subtitle{color:var(--white);text-align:center;font-size:1.2rem;margin-bottom:2rem;font-family:var(--font-ui)}.quiz-form{display:flex;flex-direction:column;gap:1.25rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:var(--white);font-size:1.1rem;text-transform:uppercase;letter-spacing:.08rem;font-family:var(--font-ui)}.form-group select{background-color:var(--light-background);color:var(--white);border:1px solid var(--vibrant-orange);padding:.75rem 1rem;border-radius:10px;font-size:1.2rem;width:100%;cursor:pointer;appearance:none;font-family:var(--font-ui)}.form-group select:focus{outline:none;box-shadow:0 0 0 2px var(--vibrant-orange)}.quiz-submit-btn{background-color:var(--vibrant-orange);color:var(--background-color);border:none;border-radius:50px;padding:.9rem 2rem;font-weight:700;font-size:1.2rem;cursor:pointer;width:100%;margin-top:.5rem;min-height:44px;font-family:var(--font-ui)}.quiz-submit-btn:hover{background-color:var(--orange);animation:glowPulse 1.5s ease-in-out infinite}.quiz-submit-btn:disabled{background-color:#555;cursor:not-allowed}.error-message{color:#f44;font-size:.85rem;text-align:center}.spinner{width:16px;height:16px;border:3px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;margin-right:.5rem;vertical-align:middle}@media(min-width:768px){.quiz-container{padding:3rem 2.5rem}.quiz-title{font-size:3rem}.quiz-submit-btn{width:auto;align-self:center;padding:.9rem 3rem}}.questions-page{background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1rem;font-family:var(--font-ui)}.questions-container{background-color:var(--background-color);border-radius:20px;padding:1.5rem 1rem;width:100%;max-width:700px;display:flex;flex-direction:column;gap:1.25rem}.questions-progress{font-family:akira;color:var(--vibrant-orange);font-size:1rem;text-align:center;margin:0}.questions-meta{color:var(--white);font-size:1rem;text-align:center;text-transform:uppercase;margin:0}.questions-text{color:var(--white);font-family:var(--font-ui);font-size:1.2rem;text-align:center;line-height:1.5;margin:0}.questions-form{display:flex;flex-direction:column;gap:1rem}.questions-textarea{background-color:var(--light-background);color:var(--white);border:1px solid var(--vibrant-orange);border-radius:12px;padding:1rem;font-size:1rem;font-family:var(--font-ui);width:100%;resize:vertical;min-height:120px;box-sizing:border-box}.questions-textarea:focus{outline:none;box-shadow:0 0 0 2px var(--vibrant-orange)}.questions-textarea::placeholder{color:#ffffff4d}.questions-submit-btn,.questions-next-btn{background-color:var(--vibrant-orange);color:var(--background-color);border:none;border-radius:50px;padding:1rem 2rem;font-weight:700;font-size:1rem;font-family:var(--font-ui);cursor:pointer;width:100%;min-height:44px}.questions-submit-btn:hover,.questions-next-btn:hover{background-color:var(--orange);animation:glowPulse 1.5s ease-in-out infinite}.questions-submit-btn:disabled{background-color:#555;cursor:not-allowed}.questions-feedback{display:flex;flex-direction:column;gap:1rem}.questions-your-answer,.questions-correct-answer,.questions-explanation{color:var(--white);font-size:1rem;font-family:var(--font-ui);margin:0;line-height:1.5}.questions-correct{color:#4caf50;font-weight:700;font-size:1rem;margin:0}.questions-incorrect{color:#f44;font-weight:700;font-size:1rem;margin:0}@media(min-width:768px){.questions-page{align-items:center;padding:2rem}.questions-container{padding:3rem 2.5rem}.questions-progress,.questions-text{font-size:1.5rem}.questions-submit-btn,.questions-next-btn{width:auto;align-self:center;padding:1rem 3rem}}#footer{background-color:var(--footer);width:100%;display:flex;flex-direction:column;color:var(--light-grey);margin:0 auto;padding:30px;font-family:mirage;align-items:center}#footer-sections{border-bottom:solid var(--logo) 1px}#logo-quote{text-align:center;max-width:400px;color:var(--footer-header)}#logo-quote #logo{font-family:akira;color:var(--footer-header)}#links{display:flex;flex-direction:column;text-align:center;gap:37px;padding:60px}#links a,#links button{text-decoration:none;color:var(--footer-header);font-family:arcade;background:none;border:none;cursor:pointer;font-size:inherit}#terms-bottom{color:var(--footer-header);text-align:center}@media(min-width:769px){#footer{padding:20px;margin:0}#footer-sections{display:flex;flex-direction:row;justify-content:space-between;gap:8vw;padding-bottom:20px}#links{flex-direction:row;justify-content:space-between;padding:50px 10px}#terms-bottom{display:flex;justify-content:flex-end;padding:15px}}@media(min-width:1025px){#footer-sections{gap:30vw}}#modal-container{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}#modal{background-color:var(--light-background);border-radius:20px;padding:2rem;max-width:400px;width:90%;text-align:center;font-family:akira;color:var(--white);-webkit-box-shadow:0px 0px 23px 5px rgba(243,118,48,.69);box-shadow:0 0 23px 5px #f37630b0}#modal p{color:var(--orange);font-size:15px}#modal #buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}#modal #buttons #play{border-radius:20px;padding:16px 20px;background-color:green;border:none;font-family:arcade;font-size:10px}#modal #buttons #leave{border-radius:20px;padding:16px 20px;background-color:red;border:none;font-family:arcade;font-size:10px}#buttons #leave:hover,#buttons #play:hover{-webkit-box-shadow:0px 0px 12px 2px rgba(243,118,48,.69);box-shadow:0 0 12px 2px #f37630b0}.results-page{background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem 1rem;font-family:var(--font-ui)}.results-container{background-color:var(--background-color);border-radius:20px;padding:1.5rem 1rem;width:100%;max-width:700px;display:flex;flex-direction:column;gap:1.25rem}.results-title{font-family:akira;color:var(--white);font-size:2rem;text-align:center;margin:0}.results-meta,.results-correct-count,.results-points-per,.results-streak,.results-score-label{color:var(--white);font-size:1rem;text-align:center;margin:.2rem 0}.results-meta{text-transform:uppercase}.results-score-box{background-color:var(--light-background);border-radius:16px;padding:1.5rem;text-align:center}.results-score{font-family:akira;color:var(--vibrant-orange);font-size:3rem;margin:0 0 .5rem}.results-review-title{font-family:akira;color:var(--white);font-size:1rem;margin:0}.results-review-item{padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-left:4px solid transparent;border-radius:8px}.results-review-item.correct{background-color:#4caf501a;border-left-color:#4caf50}.results-review-item.incorrect{background-color:#ff44441a;border-left-color:#f44}.results-question,.results-user-answer,.results-correct-answer,.results-explanation{color:var(--white);font-size:1rem;margin:0;line-height:1.6}.results-correct{color:#4caf50;font-weight:700;font-size:1rem;margin:0}.results-incorrect{color:#f44;font-weight:700;font-size:1rem;margin:0}.results-buttons{display:flex;flex-direction:column;gap:1rem}.results-retake-btn,.results-account-btn{border-radius:50px;padding:.9rem 2rem;font-weight:700;font-size:1rem;cursor:pointer;width:100%;min-height:44px}.results-retake-btn{background-color:var(--vibrant-orange);color:var(--background-color);border:none}.results-retake-btn:hover{background-color:var(--orange);animation:glowPulse 1.5s ease-in-out infinite}.results-account-btn{background-color:transparent;color:var(--white);border:2px solid var(--white)}.results-account-btn:hover{background-color:#ffffff1a}@media(min-width:768px){.results-page{align-items:center;padding:2rem}.results-container{padding:3rem 2.5rem}.results-title{font-size:3rem}.results-buttons{flex-direction:row;justify-content:center}.results-retake-btn,.results-account-btn{width:auto;padding:.9rem 3rem}}#account-page{background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);padding:120px 0 140px;display:flex;align-items:center;justify-content:center}#bento-box{display:flex;flex-direction:column;gap:40px;padding:30px}#box-left{background-color:var(--background-color);color:var(--white);text-align:center;padding:20px 55px;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 20px #f3763026;font-family:arcade}#box-left h6{font-family:akira;font-size:18px;color:var(--orange)}#sub-title{margin-bottom:20px}#box-left button{background:var(--orange);padding:20px 16px;border-radius:23px;border:none;font-family:arcade;font-size:10px}#box-left button:hover{-webkit-box-shadow:0px 0px 36px 5px rgba(254,254,254,.73);box-shadow:0 0 36px 5px #fefefeba}#box-right_top{background-color:var(--light-background);color:var(--white);display:flex;flex-direction:column;align-items:center;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 20px #f3763026;padding:34px;font-family:zt}#box-right_top h2{font-family:arcade}#box-right_bottom{padding:50px;background-color:var(--background-color);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:space-around;font-family:zt;gap:50px;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 20px #f3763026}#box-right_bottom .days{font-family:akira}#box-right_bottom .score-info{display:flex;flex-direction:column;align-items:center;justify-content:center}.score-info .stat{color:var(--orange);font-size:20px;font-family:akira}.score-info .value{font-family:arcade;font-size:18px}.xp-donut-wrap{display:flex;align-items:center;justify-content:center}.xp-donut{border-radius:50%;display:grid;place-items:center;flex-shrink:0;margin-top:20px}.xp-donut-inner{width:65%;height:65%;border-radius:50%;background:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.xp-donut-label{margin:0;font-size:.9rem;color:#ffffffb3;line-height:1;font-family:zt}.xp-donut-level{margin:.2rem 0;color:#fefefe;font-size:2rem;font-weight:700;line-height:1;font-family:arcade}.xp-donut-sub{margin:0;color:#ffffffb3;font-size:.75rem;line-height:1.2;font-family:zt}.score-info{width:100%;display:flex;flex-direction:row;justify-content:space-around}#box-right_top{font-family:akira}#box-right_top .expertise,#box-right_top .score{color:var(--orange)}@media(min-width:769px){#bento-box{display:grid;height:100%;width:87%;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:16px;padding:8px}#box-left{grid-column:span 2;grid-row:span 4;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100%;background:linear-gradient(180deg,#0d0d0d,#111);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000040;border-radius:28px}#box-right_bottom,#box-right_top{grid-column:span 2;grid-row:span 2;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0d0d0d,#111);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000040;border-radius:28px}}.login-page{background:#f33626;background:linear-gradient(107deg,#f33626 1%,#f3732f 11%,#f37630 60%,#c92d26 79%,#4b161c);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 1.25rem}.login-container{background-color:var(--background-color);border-radius:24px;padding:2.5rem;width:100%;max-width:460px;display:flex;flex-direction:column;gap:1.25rem;animation:fadeInUp .5s ease forwards}.login-title{font-family:akira;color:var(--white);font-size:2.2rem;text-align:center;margin:0 0 .25rem;letter-spacing:.05em}.login-subtitle{color:#fff9;text-align:center;font-size:.9rem;margin:0 0 1rem;font-family:var(--font-ui)}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-form-group{display:flex;flex-direction:column;gap:.45rem}.login-label{color:var(--white);text-transform:uppercase;letter-spacing:.1rem;font-size:.72rem;font-weight:600;font-family:var(--font-ui)}.login-input{background-color:var(--light-background);color:var(--white);border:1px solid var(--vibrant-orange);padding:.85rem 1rem;border-radius:12px;font-size:1rem;width:100%;box-sizing:border-box;font-family:var(--font-ui);transition:box-shadow .2s ease;outline:none}.login-input::placeholder{color:#ffffff4d}.login-input:focus{box-shadow:0 0 0 2px var(--vibrant-orange)}.login-submit-btn{background-color:var(--vibrant-orange);color:var(--background-color);border:none;border-radius:50px;padding:1rem 2rem;font-weight:700;font-size:1rem;cursor:pointer;width:100%;margin-top:.5rem;letter-spacing:.05rem;font-family:var(--font-ui);transition:background-color .2s ease}.login-submit-btn:hover{background-color:var(--orange);animation:glowPulse 1.5s ease-in-out infinite;transition:background-color .2s ease}.login-submit-btn:disabled{background-color:#555;cursor:not-allowed}.login-error{color:#f44;font-size:.82rem;margin:0;font-family:var(--font-ui)}.login-toggle-btn{background:none;border:none;color:#ffffff73;cursor:pointer;font-size:.85rem;text-align:center;font-family:var(--font-ui);padding:.25rem;transition:color .2s ease;text-decoration:underline;text-underline-offset:3px}.login-toggle-btn:hover{color:var(--vibrant-orange)}@media(min-width:768px){.login-container{padding:3rem 2.5rem}.login-title{font-size:3rem}.login-subtitle{font-size:1.05rem}.login-submit-btn{width:auto;align-self:center;padding:1rem 3rem}.login-submit-btn #box-right_bottom .score-info{flex-direction:row;justify-content:space-between}}
