.main-content{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:0}.seccion-hero{color:#fff;padding:3rem 2rem;text-align:center;margin-bottom:3rem}.seccion-hero.videojuegos{background:linear-gradient(135deg,#dc2626,#ef4444)}.seccion-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.seccion-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.seccion-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.filters-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.filters-header h3{margin:0;font-size:1.5rem;color:#111827}.clear-btn{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease}.clear-btn:hover{background:#e5e7eb;color:#374151}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:.5rem;font-weight:500;color:#374151}.filter-select{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:1rem;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.results-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.results-count{font-size:1.1rem;color:#6b7280;font-weight:500}.view-toggle{display:flex;gap:.5rem}.view-btn{padding:.5rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.view-btn.active{background:#dc2626;color:#fff;border-color:#dc2626}.view-btn:hover:not(.active){background:#f3f4f6}.noticias-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.noticias-grid.list-view{grid-template-columns:1fr;gap:1rem}@media (max-width: 1200px){.noticias-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.noticias-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.noticias-grid{grid-template-columns:1fr;gap:1rem}}.loading-state,.empty-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 #dc2626;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state .icon{font-size:5rem;color:#d1d5db;margin-bottom:1rem}.hidden{display:none}.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,#dc2626,#ef4444,#f87171);opacity:0;transition:opacity .3s ease}.noticia-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #dc262626,0 4px 8px #dc262614;border-color:#dc2626}.noticia-card:hover:before{opacity:1}.noticia-card:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(220,38,38,.1),transparent);transition:left .5s ease;pointer-events:none}.noticia-card:hover:after{left:100%}.card-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%;position:relative;overflow:hidden}.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}.noticia-card:hover .noticia-imagen img{transform:scale(1.05)}.imagen-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:#f9fafb;position:relative}.imagen-placeholder .material-icons-outlined{font-size:2.5rem;opacity:.5}.noticia-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;position:relative}.noticia-categoria{display:inline-block;font-size:.75rem;font-weight:600;color:#fff;background:#dc2626;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem;width:fit-content;position:relative}.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;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.noticia-card:hover .noticia-titulo{color:#dc2626}.noticia-fecha{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:.5rem}.noticia-fecha:before{content:"📅";font-size:.75rem}.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}.noticia-card.list-view{flex-direction:row;height:auto;min-height:160px;max-height:180px}.noticia-card.list-view .card-link{flex-direction:row;align-items:stretch}.noticia-card.list-view .noticia-imagen{width:220px;height:100%;flex-shrink:0;border-radius:0}.noticia-card.list-view .noticia-imagen img{border-radius:0}.noticia-card.list-view .noticia-content{padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0}.noticia-card.list-view .noticia-titulo{-webkit-line-clamp:2;line-clamp:2;font-size:1.25rem;margin-bottom:.75rem;flex-grow:1}.noticia-card.list-view .noticia-categoria{margin-bottom:.75rem}.noticia-card.list-view .noticia-fecha{margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6}.noticia-card.list-view .breaking-news{margin-bottom:.75rem}@media (max-width: 768px){.noticia-card.list-view{flex-direction:column;height:auto;max-height:none}.noticia-card.list-view .card-link{flex-direction:column}.noticia-card.list-view .noticia-imagen{width:100%;height:200px}.noticia-card.list-view .noticia-content{padding:1.5rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:3rem;flex-wrap:wrap}.page-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:50%;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:.875rem;white-space:nowrap;width:45px;height:45px;justify-content:center}.page-btn:hover:not(:disabled){background:#dc2626;color:#fff;border-color:#dc2626}.page-btn:disabled{opacity:.3;cursor:not-allowed;background:#f3f4f6}.page-btn.prev-next{background:#dc2626;color:#fff;border-color:#dc2626;border-radius:50%;width:45px;height:45px}.page-btn.prev-next:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.page-btn.prev-next:disabled{background:#e5e7eb;color:#9ca3af;border-color:#e5e7eb;opacity:.6}.page-numbers{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.page-info{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;margin-right:1rem;white-space:nowrap}.page-number{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#fff;border:1px solid #d1d5db;border-radius:50%;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.875rem;color:#374151;text-decoration:none}.page-number:hover,.page-number.active{background:#dc2626;border-color:#dc2626;color:#fff}.page-dots{display:flex;align-items:center;justify-content:center;width:45px;height:45px;color:#9ca3af;font-weight:600;font-size:1.2rem}@media (max-width: 768px){.seccion-hero{padding:2rem 1rem}.seccion-hero h1{font-size:2rem}.seccion-hero p{font-size:1rem}.seccion-container{padding:0 1rem}.filters-grid{grid-template-columns:1fr;gap:1rem}.results-header{flex-direction:column;gap:1rem;align-items:stretch}.results-count{text-align:center;order:1}.view-toggle{justify-content:center;order:2;display:none!important}.pagination{flex-direction:row;gap:.5rem;align-items:center;justify-content:center;flex-wrap:wrap}.page-numbers{order:0;flex-wrap:nowrap;justify-content:center;gap:.15rem;display:flex;align-items:center}.page-info{margin-right:.5rem;margin-bottom:0;padding:.4rem .8rem;font-size:.7rem;white-space:nowrap}.page-btn{padding:0;font-size:.8rem;min-width:35px;width:35px;height:35px}.page-number{width:32px;height:32px;font-size:.75rem}.page-dots{width:32px;height:32px;font-size:1rem}}@media (max-width: 480px){.seccion-hero{padding:1.5rem 1rem}.seccion-hero h1{font-size:1.75rem}.filters-section,.results-section{padding:1rem}}
