:root{--card-border-radius:16px;--button-border-radius:12px;--box-shadow:0 10px 30px rgba(0,0,0,.08);--hover-transition:all 0.3s ease;--navbar-height:90px;--navbar-categories-height:50px;--beano-yellow:#fd0;--beano-blue:#29235c;--beano-purple:#763bbd;--beano-red:#ff3b30;--beano-green:#4cd964;--beano-orange:#ff9500;--beano-pink:#ff2d55}.home{min-height:100vh;background-color:var(--background);color:var(--text);font-family:var(--font-geist-sans);display:flex;flex-direction:column;gap:2rem}.home .hero{position:relative;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);padding:8rem 0 6rem;margin-top:calc(var(--navbar-height) + var(--navbar-categories-height));text-align:center;overflow:hidden;border-radius:0 0 0 120px}.home .hero .animated-shape{position:absolute;border-radius:50%;opacity:.1;background:#fff}.home .hero .animated-shape.shape1{width:300px;height:300px;top:-100px;right:-50px;animation:float 20s linear infinite}.home .hero .animated-shape.shape2{width:200px;height:200px;bottom:-100px;left:10%;animation:float 15s linear infinite reverse}.home .hero .animated-shape.shape3{width:150px;height:150px;top:30%;left:-50px;animation:float 18s linear infinite}.home .hero .hero-content{position:relative;z-index:2}.home .hero .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff}@media(max-width:768px){.home .hero .hero-title{font-size:2.5rem}}.home .hero .hero-title .highlight{color:var(--accent-3);text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:var(--accent-3);text-underline-offset:8px}.home .hero .hero-subtitle{font-size:1.25rem;color:#fff;opacity:.95;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.home .hero .search-container{display:flex;justify-content:center}.home .hero .search-box{display:flex;background:#fff;border-radius:30px;width:100%;max-width:600px;padding:.75rem;box-shadow:var(--box-shadow)}.home .hero .search-box input{flex:1;border:none;background:transparent;padding:.75rem 1.5rem;font-size:1.1rem;outline:none}.home .hero .search-box input::-moz-placeholder{color:var(--text-light)}.home .hero .search-box input::placeholder{color:var(--text-light)}.home .hero .search-box .search-button{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border-radius:30px;transition:var(--hover-transition)}.home .hero .search-box .search-button:hover{background:var(--primary-light);transform:translateY(-2px)}.home .main-content{padding:3rem 0}.home .section{margin-bottom:4rem}.home .section .section-header{margin-bottom:2rem;text-align:center}.home .section .section-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.home .section .section-title .icon{margin-right:.5rem;font-size:1.75rem}.home .section .section-desc{font-size:1.1rem;color:var(--text-light)}.home .quiz-grid,.home .test-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:640px){.home .quiz-grid,.home .test-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home .quiz-grid,.home .test-grid{grid-template-columns:repeat(3,1fr)}}.home .quiz-grid .quiz-card-wrapper,.home .test-grid .quiz-card-wrapper{height:100%;width:100%}.home .categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.home .categories-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.home .categories-grid{grid-template-columns:repeat(6,1fr)}}.home .cta-section{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:var(--card-border-radius);padding:3rem;position:relative;overflow:hidden}.home .cta-section .cta-shape{width:300px;height:300px;top:-150px;right:-150px}.home .cta-section .cta-shape,.home .cta-section:after{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.1)}.home .cta-section:after{content:"";width:200px;height:200px;bottom:-100px;left:-100px}.home .cta-section .cta-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}@media(max-width:768px){.home .cta-section .cta-content{flex-direction:column;text-align:center}}.home .cta-section .cta-content .cta-text{flex:1}.home .cta-section .cta-content .cta-text .cta-title{font-size:2.5rem;color:#fff;font-weight:800;margin-bottom:1rem}@media(max-width:768px){.home .cta-section .cta-content .cta-text .cta-title{font-size:2rem}}.home .cta-section .cta-content .cta-text .cta-desc{font-size:1.1rem;color:#fff;opacity:.9;max-width:500px}@media(max-width:768px){.home .cta-section .cta-content .cta-text .cta-desc{margin-bottom:2rem}}.home .cta-section .cta-content .cta-button{display:flex;align-items:center;padding:1rem 2rem;background:#fff;color:var(--primary);font-weight:700;font-size:1.1rem;border-radius:var(--button-border-radius);transition:var(--hover-transition)}.home .cta-section .cta-content .cta-button span{margin-right:.75rem}.home .cta-section .cta-content .cta-button:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.home .footer{background:var(--accent-4);padding:4rem 0 2rem;margin-top:4rem}.home .footer .footer-content{display:flex;flex-wrap:wrap;gap:3rem}.home .footer .footer-content .footer-logo{flex:1;min-width:250px}.home .footer .footer-content .footer-logo h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home .footer .footer-content .footer-logo p{color:var(--text-light)}.home .footer .footer-content .footer-links{flex:2;display:flex;flex-wrap:wrap;gap:2rem}.home .footer .footer-content .footer-links .footer-links-column{flex:1;min-width:160px}.home .footer .footer-content .footer-links .footer-links-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--text)}.home .footer .footer-content .footer-links .footer-links-column a{display:block;margin-bottom:.75rem;color:var(--text-light);transition:var(--hover-transition)}.home .footer .footer-content .footer-links .footer-links-column a:hover{color:var(--primary);transform:translateX(5px)}.home .footer .footer-content .footer-links .footer-links-column .social-links{display:flex;gap:1rem}.home .footer .footer-content .footer-links .footer-links-column .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--accent-1);color:var(--primary);transition:var(--hover-transition)}.home .footer .footer-content .footer-links .footer-links-column .social-links .social-link:hover{background:var(--primary);color:#fff;transform:translateY(-5px)}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}to{transform:translateY(0) rotate(1turn)}}