.gamenew{position:relative;display:grid;grid-template-areas:"title title" "logo info";grid-template-columns:auto 1fr;align-items:center;gap:var(--spacing-04);width:100%;height:100%;padding:var(--spacing-04) var(--spacing-06);border-radius:var(--layout-01);background-color:var(--second-bg-color);box-shadow:0 0 10px #00000080;text-align:left;overflow:hidden;transition:transform .3s ease}.gamenew.gamenew-3djuegos{--color-brand: rgba(255, 1, 0, 1)}.gamenew.gamenew-anaitgames{--color-brand: rgba(227, 68, 70, 1)}.gamenew.gamenew-areajugones{--color-brand: rgba(254, 222, 26, 1)}.gamenew.gamenew-eurogamer{--color-brand: rgba(1, 133, 204, 1)}.gamenew.gamenew-hobbyconsolas{--color-brand: rgba(2, 169, 249, 1)}.gamenew.gamenew-meristation{--color-brand: rgba(253, 112, 1, 1)}.gamenew.gamenew-vandal{--color-brand: rgba(40, 75, 91, 1)}.gamenew:before{content:"";position:absolute;left:0;width:.6rem;height:100%;background-color:var(--color-brand)}.gamenew:hover{transform:scale(1.025)}.gamenew-brand-logo{grid-area:logo;width:50px;height:50px;border-radius:var(--spacing-03)}.gamenew-title{grid-area:title;margin:auto 0;font-size:calc(var(--h3-size) / 1.5);font-weight:600;text-wrap:pretty}.gamenew-info{grid-area:info;display:grid;grid-template-areas:"brand ." "author date";column-gap:var(--spacing-03);font-size:.75rem;font-weight:300}.gamenew-brand{grid-area:brand;font-weight:500}.gamenew-author{grid-area:author;font-weight:400}.gamenew-date{grid-area:date;margin-left:auto;text-align:right}@media (min-width: 540px){.gamenew{grid-template-areas:"logo title" "logo info";gap:var(--spacing-05)}.gamenew-brand-logo{width:100px;height:100px}.gamenew-info{display:flex;gap:var(--spacing-03);font-size:.85rem}.gamenew-author:before{content:"|";margin-right:var(--spacing-03)}}.gamenews{--color-brand: linear-gradient(45deg, #84b4b2, #f48c9d 90%);display:grid;grid-template-columns:1fr;align-items:center;gap:var(--layout-02);width:100%;max-width:968px;margin:var(--layout-04) auto}.gamenews.gamenews-3djuegos{--color-brand: rgba(255, 1, 0, 1)}.gamenews.gamenews-anaitgames{--color-brand: rgba(227, 68, 70, 1)}.gamenews.gamenews-areajugones{--color-brand: rgba(254, 222, 26, 1)}.gamenews.gamenews-areajugones .gamenews-more-news-btn{color:#213547}.gamenews.gamenews-eurogamer{--color-brand: rgba(1, 133, 204, 1)}.gamenews.gamenews-hobbyconsolas{--color-brand: rgba(2, 169, 249, 1)}.gamenews.gamenews-meristation{--color-brand: rgba(253, 112, 1, 1)}.gamenews.gamenews-vandal{--color-brand: rgba(40, 75, 91, 1)}.gamenews-more-news-btn{align-self:baseline;display:grid;place-content:center;width:fit-content;margin:0 auto;padding:var(--spacing-02);border:none;border-radius:var(--spacing-04);background:var(--color-brand);color:#f8f9fa;box-shadow:0 0 10px #00000080;font-size:var(--layout-01);font-weight:600;opacity:1;transition:opacity .3s ease-in-out}.gamenews-more-news-btn:hover{opacity:.8}.gamenews-more-news-btn-text{padding:var(--spacing-04) var(--spacing-07);background-color:#ffffff2f;border-radius:var(--spacing-03)}.gamenews-no-news,.gamenews--is-loading{width:fit-content;margin:0 auto;text-align:center}@media (min-width: 540px){.gamenews{grid-auto-rows:1fr}.gamenews-more-news-btn{margin-top:var(--spacing-06)}}.post-info-container[data-astro-cid-aey5bp7j]{display:flex;flex-direction:column;margin-bottom:var(--layout-04);padding-bottom:var(--layout-01);font-size:.9rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.3)}.post-info[data-astro-cid-aey5bp7j]{display:flex;flex-wrap:wrap;gap:var(--spacing-03)}.post-date[data-astro-cid-aey5bp7j]{display:flex;align-items:center;gap:var(--spacing-02)}.post-time-to-read[data-astro-cid-aey5bp7j]{color:#eb7085;font-size:1.05rem}@media (prefers-color-scheme: dark){.post-info-container[data-astro-cid-aey5bp7j]{border-color:#ffffff4d}}:root.light-theme .post-info-container[data-astro-cid-aey5bp7j]{border-color:#0000004d}:root.dark-theme .post-info-container[data-astro-cid-aey5bp7j]{border-color:#ffffff4d}.post-card[data-astro-cid-iyiqi2so]{--bg-color: rgba(255, 255, 255, .85);position:relative;display:grid;grid-template-areas:"header" "content" "footer";flex-direction:column;gap:1rem;width:100%;max-width:454px;padding:var(--layout-01);margin:0 auto;border:var(--spacing-02) solid var(--second-bg-color);border-radius:var(--layout-01);background-color:var(--bg-color);box-shadow:0 0 10px #00000080;text-align:left;overflow:hidden}.post-card[data-astro-cid-iyiqi2so]:before{content:"";position:absolute;inset:0;z-index:-10;background-image:linear-gradient(45deg,#84b4b2,#f48c9d 70%);opacity:.8}.post-card-header[data-astro-cid-iyiqi2so]{grid-area:header}.post-card-header[data-astro-cid-iyiqi2so] h2[data-astro-cid-iyiqi2so]{font-size:1.5rem;margin:0}.post-card-content[data-astro-cid-iyiqi2so]{grid-area:content}.post-card-content[data-astro-cid-iyiqi2so]>p[data-astro-cid-iyiqi2so]{display:-webkit-box;width:100%;max-width:400px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.post-card-footer[data-astro-cid-iyiqi2so]{grid-area:footer;display:flex;justify-content:space-between;align-items:center}.post-card-info[data-astro-cid-iyiqi2so]{margin-top:auto;display:flex;flex-direction:column}.post-card-category[data-astro-cid-iyiqi2so]{width:fit-content;padding:var(--spacing-01) var(--spacing-03);margin-bottom:var(--spacing-05);color:#fff;background-image:linear-gradient(45deg,#84b4b2,#f48c9d);border-radius:var(--spacing-04);font-size:.8rem;font-weight:600}.post-card-author[data-astro-cid-iyiqi2so]{font-size:.8rem;font-weight:600}.post-card-date[data-astro-cid-iyiqi2so]{font-size:.95rem}.post-card-link[data-astro-cid-iyiqi2so]{margin-top:auto;color:#f48c9d;font-weight:bolder}.post-card-link[data-astro-cid-iyiqi2so]:hover{text-decoration:underline}@media (prefers-color-scheme: dark){.post-card[data-astro-cid-iyiqi2so]{--bg-color: rgba(20, 20, 20, .85)}}:root.light-theme .post-card[data-astro-cid-iyiqi2so]{--bg-color: rgba(255, 255, 255, .85)}:root.dark-theme .post-card[data-astro-cid-iyiqi2so]{--bg-color: rgba(20, 20, 20, .85)}.post-list[data-astro-cid-nni2rj4u]{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-auto-rows:1fr;gap:var(--layout-01)}.post-list-empty[data-astro-cid-nni2rj4u]{grid-column:1/-1;text-align:center}.table-of-contents{--opacity: .35;--radius: 1.5rem;border-radius:var(--radius);box-shadow:0 0 10px rgba(0,0,0,var(--opacity));overflow:hidden}.table-of-contents[open] .table-of-contents-summary{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);border-bottom:.1px solid rgba(0,0,0,.2)}.table-of-contents[open] .table-of-contents-summary>svg{transform:rotate(180deg)}.table-of-contents[open].sweep .table-of-contents-list-container{animation:sweep .5s ease-in}@keyframes sweep{0%{opacity:0;margin-left:-10px}to{opacity:1;margin-left:0}}.table-of-contents>.table-of-contents-list-container{max-height:0;overflow:hidden;transition:max-height 1s ease-out;will-change:max-height}.table-of-contents.sweep>.table-of-contents-list-container{max-height:1500px}.table-of-contents::-webkit-details-marker{display:none}.table-of-contents-summary{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:1rem;min-width:100%;padding:2rem;font-size:1.15rem;font-weight:700;list-style:none;overflow:hidden;transition:opacity .5s ease-in-out;cursor:pointer}.table-of-contents-summary:before{content:"";position:absolute;top:0;left:0;z-index:-10;width:100%;height:100%;background-image:url(/conic-gradient.svg);background-color:#4dd3cc26;background-size:cover;background-repeat:no-repeat;background-position:center right;opacity:.75;filter:blur(80px)}.table-of-contents-summary>svg{width:1.25rem;color:initial;transition:.2s}.table-of-contents-summary:hover{opacity:.8}.table-of-contents-list-container{width:100%;height:100%;padding:2rem 2rem 2rem 3.5rem;user-select:none}.table-of-contents-list-container>.table-of-contents-list{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem}.table-of-contents-list{font-weight:500;list-style-type:initial}.table-of-contents-list,.table-of-contents-list-item{width:100%;height:100%;margin:.25em 0}.table-of-contents-list-item>ul{display:flex;flex-direction:column;justify-content:center;margin-left:1rem;list-style-type:circle}.table-of-contents-link:hover{text-decoration:underline}
