.homepage-layout{text-align:center;background:linear-gradient(135deg,#6c5ce71a,#fd79a81a);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:clamp(1rem,4vw,2rem);display:flex}.homepage-container{width:100%;max-width:1200px;margin:0 auto}.hero-section{margin-bottom:clamp(2rem,6vw,4rem);padding:0 clamp(.5rem,2vw,1rem)}.hero-title{color:var(--text);text-shadow:2px 2px 4px #0000001a;margin-bottom:clamp(.5rem,2vw,1rem);font-size:clamp(1.75rem,6vw,3.5rem);font-weight:700;line-height:1.2}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:clamp(1.5rem,4vw,3rem);margin-left:auto;margin-right:auto;font-size:clamp(.9rem,2.5vw,1.2rem);line-height:1.6}.games-grid{grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,2rem);margin-bottom:clamp(1.5rem,4vw,3rem);padding:0 clamp(.5rem,2vw,1rem);display:grid}.game-card{cursor:pointer;text-align:center;background:#fffffff2;border:1px solid #fff3;border-radius:16px;padding:clamp(1.5rem,4vw,2rem);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.game-card:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.game-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.game-card:hover:before{left:100%}.game-card-icon{opacity:.8;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.game-card-title{color:var(--primary);margin-bottom:clamp(.75rem,2vw,1rem);font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;line-height:1.3}.game-card-description{color:var(--text-muted);margin-bottom:clamp(1.5rem,3vw,2rem);font-size:clamp(.85rem,2vw,1rem);line-height:1.5}.game-card-button{background:var(--button-primary);color:#fff;z-index:1;border-radius:10px;width:auto;max-width:200px;padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,4vw,2rem);font-size:clamp(.85rem,2vw,1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;box-shadow:0 4px 15px #22c55e4d}.game-card-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.game-card.pokemon-card{background:linear-gradient(135deg,#ffcb6b1a,#ff9a9e1a)}.game-card.dinosaur-card{background:linear-gradient(135deg,#8b45131a,#228b221a)}.game-card.weather-card{background:linear-gradient(135deg,#667eea1a,#764ba21a)}.features-section{background:#fffc;border-radius:16px;margin-top:clamp(2rem,5vw,4rem);padding:clamp(1.5rem,4vw,2rem);box-shadow:0 4px 20px #0000001a}.features-title{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600}.features-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature-item{align-items:flex-start;gap:1rem;display:flex}.feature-icon{color:var(--primary);flex-shrink:0;margin-top:.25rem;font-size:1.5rem}.feature-content h4{color:var(--text);margin:0 0 .5rem;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600}.feature-content p{color:var(--text-muted);margin:0;font-size:clamp(.875rem,2vw,1rem);line-height:1.5}.stats-section{background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;margin-top:clamp(2rem,5vw,3rem);padding:clamp(1rem,3vw,1.5rem)}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;display:grid}.stat-item h3{color:var(--success);margin:0 0 .25rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.stat-item p{color:var(--text-muted);margin:0;font-size:clamp(.875rem,2vw,1rem);font-weight:500}.homepage-footer{text-align:center;border-top:1px solid #0000001a;margin-top:clamp(3rem,6vw,5rem);padding:clamp(1rem,3vw,2rem) 0}.footer-text{color:var(--text-muted);margin:0 0 1rem;font-size:clamp(.875rem,2vw,1rem)}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-link{color:var(--primary);font-weight:500;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--primary-dark)}@media (max-width:768px){.games-grid{grid-template-columns:1fr;gap:1.5rem}.features-section{text-align:center}.features-grid{grid-template-columns:1fr}.feature-item{text-align:center;flex-direction:column;align-items:center}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.game-card{padding:1.5rem 1rem}.stats-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}}@keyframes cardPulse{0%,to{opacity:1}50%{opacity:.7}}.game-card.loading{animation:1.5s ease-in-out infinite cardPulse}@media (prefers-color-scheme:dark){.homepage-layout{background:linear-gradient(135deg,#1a202cf2,#2d3748f2)}.game-card{background:#1a202ccc;border-color:#ffffff1a}.features-section{background:#1a202c99}}@media (prefers-reduced-motion:reduce){.game-card,.game-card-button,.game-card:before{transition:none}.game-card:hover:before{left:-100%}}
