.lightbox-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox-overlay.active{opacity:1;pointer-events:auto}.lightbox-backdrop{position:absolute;inset:0;background:#000000eb}.lightbox-img{position:relative;z-index:1;max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:10px;box-shadow:0 0 60px var(--accent-glow, rgba(168, 85, 247, .15));transform:scale(.9);transition:transform .3s ease}.lightbox-overlay.active .lightbox-img{transform:scale(1)}.lightbox-close{position:absolute;top:24px;right:32px;z-index:2;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;opacity:.7;transition:opacity .2s}.lightbox-close:hover{opacity:1}#articleBody .article-game-img{display:block;max-width:100%;height:auto;margin:1.5rem auto;-o-object-fit:contain;object-fit:contain;background:var(--bg-card, #0A0A0F);border-radius:var(--radius, 10px);border:1px solid var(--border, #1C1C2E);transition:transform .3s ease,box-shadow .3s ease}#articleBody .article-game-img:hover{transform:scale(1.02);box-shadow:0 4px 20px var(--accent-glow, rgba(168, 85, 247, .15))}#articleBody{font-size:1.125rem;line-height:1.85}#articleBody p{font-size:1.125rem;line-height:1.85;margin-bottom:1.5rem}#articleBody ul,#articleBody ol{margin-bottom:1.5rem}#articleBody li{margin-bottom:.5rem}#articleBody pre{white-space:pre-wrap;overflow-wrap:break-word}#articleBody blockquote{margin:1.5rem 0}#articleBody .product-card{background:var(--bg-card, #0A0A0F);border:1px solid var(--border, #1C1C2E);border-radius:var(--radius-lg, 14px);overflow:hidden;margin-bottom:1.75rem;transition:border-color .3s ease,box-shadow .3s ease}#articleBody .product-card:hover{border-color:var(--accent, #A855F7);box-shadow:0 0 24px var(--accent-glow, rgba(168, 85, 247, .1))}#articleBody .product-card-img{width:100%;max-width:600px;-o-object-fit:contain;object-fit:contain;aspect-ratio:auto;display:block;border-radius:0;cursor:pointer}#articleBody .product-card-body{padding:1.25rem}#articleBody .product-card-body h3{font-size:1.25rem;font-weight:700;color:var(--text-primary, #efecfb);margin:0 0 .5rem;line-height:1.3}#articleBody .product-price{color:var(--accent, #A855F7);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}#articleBody .product-desc{color:var(--text-secondary, #aca9b7);line-height:1.7;margin-bottom:1rem;font-size:.95rem}#articleBody .product-pros{margin-bottom:.5rem;padding:.75rem 1rem;background:var(--success-dim, rgba(6, 182, 212, .06));border-left:3px solid var(--success, #06B6D4);border-radius:0 8px 8px 0;font-size:.9rem;color:var(--text-secondary, #aca9b7);line-height:1.7}#articleBody .product-pros strong{color:var(--success, #06B6D4)}#articleBody .product-cons{margin-bottom:.5rem;padding:.75rem 1rem;background:var(--danger-dim, rgba(255, 180, 171, .06));border-left:3px solid var(--danger, #FFB4AB);border-radius:0 8px 8px 0;font-size:.9rem;color:var(--text-secondary, #aca9b7);line-height:1.7}#articleBody .product-cons strong{color:var(--danger, #FFB4AB)}#articleBody .product-btn{display:block;width:100%;max-width:420px;padding:.875rem 1.5rem;background:var(--success, #06B6D4);color:#fff;font-family:var(--font-label, "Geist", sans-serif);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;border-radius:10px;text-decoration:none;transition:all .3s ease;margin:1.5rem auto 0;border:none;cursor:pointer}#articleBody .product-btn:hover{box-shadow:0 0 20px var(--success-dim, rgba(6, 182, 212, .4));transform:scale(1.02);color:#fff;text-decoration:none}#articleBody .product-btn:active{transform:scale(.98)}#articleBody .product-btn-amarelo{background:#fde047;color:#1c1917}#articleBody .product-btn-amarelo:hover{box-shadow:0 0 20px #facc1566;color:#1c1917}#articleBody .product-btn-vermelho{background:#ef4444;color:#fff}#articleBody .product-btn-vermelho:hover{box-shadow:0 0 20px #ef444466;color:#fff}#articleBody .product-btn-azul{background:#3b82f6;color:#fff}#articleBody .product-btn-azul:hover{box-shadow:0 0 20px #3b82f666;color:#fff}#articleBody .product-btn-verde{background:var(--success, #06B6D4);color:#fff}#articleBody .product-btn-verde:hover{box-shadow:0 0 20px var(--success-dim, rgba(6, 182, 212, .4));color:#fff}#articleBody .product-btn-laranja{background:#f97316;color:#fff}#articleBody .product-btn-laranja:hover{box-shadow:0 0 20px #f9731666;color:#fff}#articleBody .product-btn-roxo{background:var(--accent, #A855F7);color:#fff}#articleBody .product-btn-roxo:hover{box-shadow:0 0 20px var(--accent-glow, rgba(168, 85, 247, .4));color:#fff}#articleBody .product-btns{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:420px;margin:1.5rem auto 0}#articleBody .product-btns .product-btn{margin:0;flex:1 1 180px;width:auto}#articleBody .product-btn--ml{background:#ffe600;color:#000}#articleBody .product-btn--shopee{background:#ee4d2d;color:#fff}#articleBody table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:.95rem;border-radius:var(--radius, 10px);overflow:hidden;border:1px solid var(--border, #1C1C2E)}#articleBody th{background:var(--bg-elevated, #1a1a1a);color:var(--accent, #A855F7);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border, #1C1C2E)}#articleBody td{padding:.75rem 1rem;color:var(--text-secondary, #aca9b7);border-bottom:1px solid var(--border, #1C1C2E)}#articleBody tr:last-child td{border-bottom:none}#articleBody tr:hover td{background:var(--accent-dim, rgba(168, 85, 247, .04))}#articleBody tr:nth-child(2n) td{background:var(--accent-dim, rgba(168, 85, 247, .03))}#articleBody h3 strong{color:var(--accent, #A855F7)}#articleBody ul:has(strong){padding-left:0;list-style:none}#articleBody ul li strong:first-child{color:var(--text-primary, #efecfb)}#articleBody h2{font-size:1.5rem;font-weight:700;color:var(--text-primary, #fff);margin:3rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border, #1C1C2E)}#articleBody h3{font-size:1.25rem;font-weight:600;color:var(--text-primary, #efecfb);margin:2rem 0 .75rem}#articleBody [id]{scroll-margin-top:calc(var(--nav-height, 88px) + 32px)}#articleBody .article-section{background:var(--bg-card, #111111);border:1px solid var(--border, #1C1C2E);border-radius:var(--radius-lg, 14px);padding:2rem;margin:3rem 0;box-shadow:inset 0 1px 0 var(--emboss-high, rgba(255, 255, 255, .04)),inset 0 -1px 0 var(--emboss-deep, rgba(0, 0, 0, .3)),var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, .3)),var(--shadow-lg, 0 8px 24px rgba(0, 0, 0, .4))}#articleBody>.article-section:first-of-type{margin-top:2rem}#articleBody .article-section h2{margin:0 0 1rem}#articleBody .article-section>.article-game-img:first-child{margin-top:0}#articleBody .article-section>.article-game-img:last-child{margin-bottom:0}#articleBody .article-subsection{background:var(--success-dim, rgba(6, 182, 212, .04));border:1px solid var(--border, #1C1C2E);border-left:3px solid var(--success, #06B6D4);border-radius:0 10px 10px 0;padding:1.25rem 1.5rem;margin:1.5rem 0}#articleBody .article-subsection:nth-of-type(odd){background:var(--success-dim, rgba(6, 182, 212, .06))}#articleBody .article-subsection>h3,#articleBody .article-subsection h3 strong{color:var(--success, #06B6D4)}#articleBody .article-subsection h3{margin:0 0 .75rem;font-size:1.2rem;font-weight:700;line-height:1.3}#articleBody .article-subsection strong{color:var(--success, #06B6D4)}#articleBody .article-subsection>.article-game-img{margin:.25rem auto 1.25rem}#articleBody .article-subsection>.article-game-img:first-of-type{margin-top:0}#articleBody .article-subsection>.product-btn{margin-top:1rem}#articleBody .faq-item{background:var(--success-dim, rgba(6, 182, 212, .04));border:1px solid var(--border, #1C1C2E);border-left:3px solid var(--success, #06B6D4);border-radius:0 10px 10px 0;margin:1rem 0;overflow:hidden}#articleBody .faq-item>summary{display:flex;align-items:center;gap:.75rem;cursor:pointer;list-style:none;padding:1rem 1.25rem;font-size:1.1rem;font-weight:600;color:var(--success, #06B6D4);-webkit-user-select:none;-moz-user-select:none;user-select:none}#articleBody .faq-item>summary::-webkit-details-marker{display:none}#articleBody .faq-item>summary h3{margin:0;font-size:inherit;font-weight:inherit;color:inherit;display:inline}#articleBody .faq-item>summary:after{content:"";width:.5rem;height:.5rem;margin-left:auto;flex-shrink:0;border-right:2px solid var(--accent, #A855F7);border-bottom:2px solid var(--accent, #A855F7);transform:rotate(-45deg);transition:transform var(--transition, .2s) ease}#articleBody .faq-item[open]>summary:after{transform:rotate(45deg)}#articleBody .faq-item>:not(summary){padding:0 1.25rem 1.25rem}#articleBody ul li a{color:var(--accent, #A855F7);text-decoration:none;transition:color .2s}#articleBody ul li a:hover{color:var(--success, #06B6D4);text-decoration:underline}@media(max-width:640px){#articleBody,#articleBody p{font-size:1.05rem;line-height:1.7}#articleBody h2{font-size:1.3rem}#articleBody h3{font-size:1.1rem}#articleBody table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}#articleBody .article-section{padding:1.25rem}#articleBody .product-card-body{padding:1rem}#articleBody .product-card-body h3{font-size:1.1rem}#articleBody .article-subsection{padding:1rem 1.25rem}}
