.toc-inline[data-astro-cid-xvrfupwn]{margin:0 0 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.toc-header[data-astro-cid-xvrfupwn]{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;color:var(--text-primary);font-family:var(--font-label);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.toc-count[data-astro-cid-xvrfupwn]{margin-left:auto;padding:.125rem .5rem;border-radius:999px;background:var(--accent-dim);color:var(--accent);font-size:.6875rem}.toc-list[data-astro-cid-xvrfupwn]{padding:.5rem;margin:0;border-top:1px solid var(--border)}.toc-topic[data-astro-cid-xvrfupwn]{border-bottom:1px solid var(--border)}.toc-topic[data-astro-cid-xvrfupwn]:last-child{border-bottom:none}.toc-topic-details[data-astro-cid-xvrfupwn]>summary[data-astro-cid-xvrfupwn]{display:flex;align-items:center;cursor:pointer;list-style:none}.toc-topic-details[data-astro-cid-xvrfupwn]>summary[data-astro-cid-xvrfupwn]::-webkit-details-marker{display:none}.toc-chevron[data-astro-cid-xvrfupwn]{flex-shrink:0;display:flex;align-items:center;margin-left:.375rem;color:var(--accent);transition:transform var(--transition)}.toc-topic-details[data-astro-cid-xvrfupwn][open] .toc-chevron[data-astro-cid-xvrfupwn]{transform:rotate(90deg)}.toc-link[data-astro-cid-xvrfupwn]{display:flex;gap:.625rem;align-items:baseline;min-height:48px;padding:.75rem .625rem;border-radius:8px;border-left:2px solid transparent;color:var(--accent);font-size:1.2rem;line-height:1.45;text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition)}.toc-link[data-astro-cid-xvrfupwn]:hover{color:var(--accent-hover);background:var(--accent-dim);text-decoration:none}.toc-link-topic[data-astro-cid-xvrfupwn]{flex:1;min-width:0}.toc-num[data-astro-cid-xvrfupwn]{flex-shrink:0;font-family:var(--font-label);font-size:.875rem;font-weight:700;color:var(--accent);letter-spacing:.04em}.toc-sublist[data-astro-cid-xvrfupwn]{margin:0 0 .25rem 1.25rem;border-left:1px solid var(--border)}.toc-link-sub[data-astro-cid-xvrfupwn]{min-height:36px;padding:.5rem .625rem;color:var(--accent);opacity:.85;font-size:1.05rem}.toc-link-sub[data-astro-cid-xvrfupwn]:hover{color:var(--text-primary);opacity:1}.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.2rem;line-height:1.85}#articleBody p{font-size:1.2rem;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(47, 248, 1, .04));border-left:3px solid var(--success, #2ff801);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, #2ff801)}#articleBody .product-cons{margin-bottom:.5rem;padding:.75rem 1rem;background:var(--danger-dim, rgba(239, 68, 68, .04));border-left:3px solid var(--danger, #ef4444);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, #ef4444)}#articleBody .product-btn{display:block;width:100%;max-width:420px;padding:.875rem 1.5rem;background:#2ff801;color:#000;font-family:var(--font-label, "Public Sans", 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 #2ff80166;transform:scale(1.02);color:#000;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:#2ff801;color:#000}#articleBody .product-btn-verde:hover{box-shadow:0 0 20px #2ff80166;color:#000}#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:#a855f7;color:#fff}#articleBody .product-btn-roxo:hover{box-shadow:0 0 20px #a855f766;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, #12121D);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(--accent, #A855F7);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, 101px) + 32px)}#articleBody .article-section{background:var(--bg-card, #0A0A0F);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(47, 248, 1, .03));border:1px solid var(--border, #1C1C2E);border-left:3px solid var(--success, #2ff801);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(47, 248, 1, .05))}#articleBody .article-subsection>h3,#articleBody .article-subsection h3 strong{color:var(--success, #2ff801)}#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, #2ff801)}#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(47, 248, 1, .03));border:1px solid var(--border, #1C1C2E);border-left:3px solid var(--success, #2ff801);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, #2ff801);-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, #2ff801);text-decoration:underline}@media(max-width:640px){#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}}
