*{box-sizing:border-box;margin:0;padding:0}body{animation:gradientBG 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;font-family:Fredoka,sans-serif;font-size:16px;min-height:100vh;overflow-x:hidden}article h1,nav h1,section h1{font-size:2em;font-weight:700;margin:.67em 0}.logo-text{font-size:1.5rem!important}.hero-title,.logo-text{font-weight:700!important}.hero-title{font-size:3rem!important}@media (max-width:768px){.hero-title{font-size:2.5rem!important}}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.container{margin:0 auto;max-width:1200px;padding:0 1rem}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(30,41,59,.95);box-shadow:0 4px 20px rgba(0,0,0,.1);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.logo-container{gap:.75rem}.logo-container,.logo-icon{align-items:center;display:flex}.logo-icon{background:linear-gradient(45deg,#9333ea,#ec4899);border-radius:50%;box-shadow:0 4px 15px rgba(147,51,234,.4);height:40px;justify-content:center;position:relative;width:40px}.logo-icon:before{content:"🧠";font-size:1.25rem}.ping-dot{animation:ping 1s infinite;background:#fde047;border-radius:50%;height:12px;position:absolute;right:-2px;top:-2px;width:12px}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.logo-text{color:#fff;font-size:1.875rem;font-weight:700}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#fff;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#fde047}.nav a:after{background:#fde047;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.nav-active{color:#fde047!important}.nav-active:after{width:100%}.hero{align-items:center;display:flex;min-height:90vh;padding:4rem 0;text-align:center}.hero-content{animation:fadeInUp 1s ease-out;width:100%}.hero-mascot{animation:bounce 2s infinite;margin-bottom:2rem}.mascot-image{filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));height:auto;width:clamp(200px,25vw,300px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hero-title{color:#fff;font-size:clamp(2rem,8vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-subtitle{color:hsla(0,0%,100%,.9);font-size:clamp(1.5rem,4vw,1.5rem);line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem}.btn-primary{align-items:center;background:linear-gradient(45deg,#9333ea,#ec4899);border-radius:50px;box-shadow:0 4px 20px rgba(147,51,234,.4);color:#fff;display:inline-flex;font-size:clamp(1rem,3vw,1.1rem);font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-primary:hover{box-shadow:0 8px 25px rgba(147,51,234,.6);transform:translateY(-3px)}.btn-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);border-radius:50px;color:#fff;display:inline-flex;font-size:clamp(1rem,3vw,1.1rem);font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-secondary:hover{background:hsla(0,0%,100%,.3);transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.1);padding:4rem 0}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{display:block;font-size:clamp(2.5rem,6vw,3rem);margin-bottom:1rem}.feature-icon-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));height:auto;transition:transform .3s ease;width:clamp(80px,15vw,120px)}.feature-card:hover .feature-icon-img{transform:scale(1.1) translateY(-5px)}.feature-title{color:#fff;font-size:clamp(2rem,4vw,1.25rem);font-weight:600;margin-bottom:1rem}.feature-description{color:hsla(0,0%,100%,.8);font-size:clamp(1.2rem,2.5vw,1rem);line-height:1.6}.section-title{color:#fff;font-size:clamp(2rem,6vw,2.5rem);font-weight:700;margin-bottom:1rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.3)}.game-modes{padding:4rem 0}.game-modes-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.game-mode-card{background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.2);overflow:hidden;transition:transform .3s ease}.game-mode-card:hover{transform:translateY(-10px)}.game-mode-image{display:block;height:50%;justify-self:center;margin-top:20px;object-fit:cover;object-position:center;width:80%}.game-mode-content{padding:1.5rem}.game-modes-action{margin-top:3rem;text-align:center}.btn-large{border-radius:50px;font-size:clamp(1.1rem,3vw,1.25rem);min-width:280px;padding:1.25rem 2.5rem}.game-mode-title{color:#1e293b;font-size:clamp(2rem,3vw,1.25rem);font-weight:600;justify-self:center;margin-bottom:.5rem}.game-mode-description{color:#64748b;font-size:clamp(1rem,2.5vw,1rem);line-height:1.5;margin-bottom:1.5rem}footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(30,41,59,.95);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-section h3{color:#fde047;font-size:clamp(1.1rem,3vw,1.25rem);font-weight:600;margin-bottom:1rem}.footer-section a,.footer-section p{color:hsla(0,0%,100%,.8);font-size:clamp(.9rem,2.5vw,1rem);line-height:1.6;text-decoration:none}.footer-section a:hover{color:#fde047}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.gradient-text{background:linear-gradient(45deg,#9333ea,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:768px){body{font-size:14px}.container{padding:0 .75rem}header{padding:.75rem 0}.header-container{align-items:center;flex-direction:row;gap:1rem;justify-content:space-between}.logo-container{flex-shrink:0;justify-content:flex-start}.logo-text{font-size:1.25rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:flex-end}.nav a{font-size:.9rem;padding:.5rem}.hero{min-height:80vh;padding:3rem 0}.hero-subtitle{margin-bottom:2rem;padding:10px 1rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{max-width:280px;padding:.875rem 1.5rem;width:100%}.features{padding:3rem 0}.features-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.feature-card{margin:0 1rem;padding:1.5rem}.game-modes{padding:3rem 0}.game-modes-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.game-mode-card{margin:0 1rem}.game-mode-image{height:50%;object-fit:cover;object-position:center;width:70%}.game-mode-content{padding:1.25rem}footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.container{padding:0 .5rem}.hero{padding:2rem 0}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem}.features,.game-modes{padding:2rem 0}.feature-card,.game-mode-content{padding:1rem}.feature-card,.game-mode-card{margin:0 2rem}.game-mode-image{height:50%;justify-self:center;object-fit:cover;object-position:center;width:50%}.nav{gap:1rem}.nav a{font-size:.85rem}}@media (min-width:769px) and (max-width:1024px){.features-grid,.footer-content,.game-modes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.features-grid,.game-modes-grid{grid-template-columns:repeat(3,1fr)}.footer-content{grid-template-columns:repeat(4,1fr)}}@media (hover:none) and (pointer:coarse){.btn-primary:hover,.btn-secondary:hover,.feature-card:hover,.game-mode-card:hover{transform:none}.nav a{align-items:center;display:flex;justify-content:center;min-height:44px;padding:.75rem}.btn-primary,.btn-secondary{min-height:44px;padding:1rem 2rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-content{animation:none}}@media (prefers-contrast:high){.feature-card,.game-mode-card{border:2px solid hsla(0,0%,100%,.8)}.nav a:after{height:3px}}.btn-primary:focus,.btn-secondary:focus,.footer-section a:focus,.nav a:focus{outline:2px solid #fde047;outline-offset:2px}