.main-content{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:0}.hero{position:relative;color:#fff;padding:8rem 2rem;margin-bottom:4rem;background-image:url(/images/home/hero.png);background-size:cover;background-position:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero p{font-size:1.5rem;opacity:.9;max-width:600px;text-shadow:1px 1px 4px rgba(0,0,0,.7)}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.categories-section{margin-bottom:5rem}.categories-section h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#111827;position:relative;padding-bottom:1rem}.categories-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:300px;height:3px;background:#3b82f6}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr)}.category-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;height:250px;border:3px solid transparent}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.category-card.deportes:hover{border-color:#2563eb}.category-card.videojuegos:hover{border-color:#dc2626}.category-card.tecnologia:hover{border-color:#059669}.category-card:hover .category-image:after{opacity:1}.category-image{width:100%;height:100%;position:relative;overflow:hidden}.category-image:after{content:"";position:absolute;inset:50% 0 0;opacity:0;transition:opacity .3s ease;z-index:5}.category-card.deportes .category-image:after{background:linear-gradient(to bottom,#2563eb00,#2563ebe6)}.category-card.videojuegos .category-image:after{background:linear-gradient(to bottom,#dc262600,#dc2626e6)}.category-card.tecnologia .category-image:after{background:linear-gradient(to bottom,#05966900,#059669e6)}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{position:absolute;bottom:0;left:0;right:0;color:#fff;z-index:10;text-align:center;width:100%;padding:1.5rem 1rem;transition:all .3s ease}.category-content h3{font-size:1.8rem;font-weight:700;margin:0;transition:all .3s ease;text-shadow:2px 2px 8px rgba(0,0,0,.8);color:#fff}.category-card:hover .category-content{transform:none}.category-card:hover .category-content h3{color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.9)}.category-link{position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;z-index:10}.section{margin-bottom:4rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.section-header h2{margin:0;font-size:2rem;font-weight:700;color:#111827}.view-all-btn{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px #3b82f633}.view-all-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.noticias-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#6b7280;grid-column:1 / -1}.loading-state .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.noticia-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014,0 4px 16px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;height:100%;display:flex;flex-direction:column}.noticia-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8);opacity:0;transition:opacity .3s ease}.card-deportes:before{background:linear-gradient(90deg,#3b82f6,#2563eb,#1d4ed8)}.card-videojuegos:before{background:linear-gradient(90deg,#ef4444,#dc2626,#b91c1c)}.card-tecnologia:before{background:linear-gradient(90deg,#10b981,#059669,#047857)}.noticia-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b82f626,0 4px 8px #3b82f614;border-color:#3b82f6}.noticia-card:hover:before{opacity:1}.card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.noticia-imagen{width:100%;height:200px;position:relative;overflow:hidden;background:#f3f4f6}.noticia-imagen img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.imagen-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:#f9fafb;font-size:2.5rem}.noticia-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.noticia-categoria{display:inline-block;font-size:.75rem;font-weight:600;color:#fff;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem;width:fit-content}.noticia-categoria.categoria-deportes{background:#2563eb}.noticia-categoria.categoria-videojuegos{background:#dc2626}.noticia-categoria.categoria-tecnologia{background:#059669}.noticia-titulo{font-size:1.125rem;font-weight:600;color:#111827;line-height:1.4;margin:0 0 .75rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.noticia-card:hover .noticia-titulo{color:#3b82f6}.noticia-fecha{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6}.breaking-news{display:inline-flex;align-items:center;gap:.25rem;background:#dc2626;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;animation:pulse-red 2s infinite}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.8}}.breaking-news:before{content:"📢";font-size:.5rem}@media (max-width: 1200px){.noticias-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.grid-3{grid-template-columns:1fr}.noticias-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-header{flex-direction:column;gap:1rem;text-align:center}.section-header h2{font-size:1.5rem}}@media (max-width: 480px){.hero{padding:3rem 1rem}.hero h1{font-size:2rem}.home-container{padding:0 1rem 2rem}.noticias-grid{grid-template-columns:1fr;gap:1rem}.section{margin-bottom:3rem}.ultimas-grid{grid-template-columns:1fr}}.ultimas-noticias{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}@media (min-width: 481px) and (max-width: 768px){.ultimas-grid{grid-template-columns:repeat(2,1fr)}}.ultimas-noticias-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;margin-bottom:3rem}@media (min-width: 640px){.ultimas-noticias-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.ultimas-noticias-grid{grid-template-columns:repeat(4,1fr)}}.noticia-card{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;height:100%;position:relative;background-color:#fff}.noticia-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0003}.deportes-hover:hover{box-shadow:0 10px 15px #0d6efd4d;border-bottom:3px solid #0d6efd}.videojuegos-hover:hover{box-shadow:0 10px 15px #dc35454d;border-bottom:3px solid #dc3545}.tecnologia-hover:hover{box-shadow:0 10px 15px #1987544d;border-bottom:3px solid #198754}.card-link{display:block;height:100%;color:inherit;text-decoration:none}.noticia-imagen{height:180px;overflow:hidden;position:relative}.noticia-imagen img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.noticia-card:hover .noticia-imagen img{transform:scale(1.05)}.noticia-content{padding:1rem;position:relative}.noticia-categoria{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem;color:#fff;background-color:#6c757d}.noticia-card .categoria-deportes{background-color:#0d6efd}.noticia-card .categoria-videojuegos{background-color:#dc3545}.noticia-card .categoria-tecnologia{background-color:#198754}.categoria-deportes{background-color:#0d6efd}.categoria-videojuegos{background-color:#dc3545}.categoria-tecnologia{background-color:#198754}.noticia-titulo{margin-top:0;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;color:#333;line-height:1.3}.noticia-fecha{font-size:.75rem;color:#6c757d}.breaking-news{position:absolute;top:-18px;left:1rem;background-color:#dc3545;color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;z-index:10}.seccion-destacadas{margin-bottom:3rem}.seccion-destacadas h2{font-size:2rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;padding-bottom:.5rem;color:#333}.destacadas-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.destacadas-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.destacadas-grid{grid-template-columns:repeat(3,1fr)}}.seccion-ultimas-noticias{margin-bottom:3rem}.seccion-ultimas-noticias h2{font-size:2rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;padding-bottom:.5rem;color:#333}
