/*
Theme Name: Farol Club
Theme URI: https://farolclub.com
Author: Farol Geek
Description: Portal editorial geek e gamer com curadoria afiliada transparente.
Version: 2.8.2
Text Domain: farol-club
*/

:root {
  --navy: #0b1220;
  --graphite: #141b2a;
  --surface: #182235;
  --line: #2a3c55;
  --cyan: #00e5ff;
  --teal: #00b7c3;
  --amber: #ffb11a;
  --white: #f4f6f8;
  --muted: #94a3b8;
  --danger: #fb7185;
  --font-ui: Inter, Arial, sans-serif;
  --font-display: Orbitron, Arial, sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--white); font: 400 16px/1.6 var(--font-ui); }
body.farol-site-tech {
  --navy: #07161c;
  --graphite: #10242b;
  --surface: #153139;
  --line: #28505a;
  --cyan: #35e4dc;
  --teal: #18a7a2;
  --amber: #f6b94a;
}
body.farol-site-tech .site-header { background: rgba(7,22,28,.93); }
body.farol-site-tech .brand-logo-frame { aspect-ratio: 1; }
body.farol-site-tech .brand-logo { object-fit: contain; }
body.farol-site-tech .home-lead { background: radial-gradient(circle at 75% 20%, rgba(53,228,220,.12), transparent 32%), var(--navy); }
body.farol-site-tech .universe-card { background: linear-gradient(145deg, rgba(53,228,220,.1), var(--graphite)); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
button, input { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { overflow: clip; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.eyebrow { margin: 0 0 10px; color: var(--cyan); font: 700 12px/1 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font: 700 27px/1.2 var(--font-display); letter-spacing: 0; }
.text-link { color: var(--cyan); font-weight: 700; }
.text-link:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(148,163,184,.18); background: rgba(11,18,32,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--cyan); color: var(--amber); font-size: 20px; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: 20px; margin-left: auto; color: #cbd5e1; font-size: 14px; }
.primary-nav a:hover { color: var(--cyan); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-store-link { color: var(--cyan); font-size: 13px; font-weight: 800; }
.icon-button { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); color: var(--white); background: transparent; cursor: pointer; border-radius: 8px; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border: 1px solid transparent; border-radius: 8px; background: var(--cyan); color: #02131a; cursor: pointer; font-weight: 800; }
.button:hover { background: #79efff; }
.button-outline { background: transparent; border-color: var(--cyan); color: var(--cyan); }
.button-outline:hover { background: rgba(0,229,255,.09); color: var(--white); }
.button-offer { background: var(--amber); color: #241500; }
.mobile-toggle { display: none; }

.hero { min-height: 600px; position: relative; display: grid; align-items: end; padding: 100px 0 64px; isolation: isolate; background-color: #080f1c; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,14,27,.96) 0%, rgba(6,14,27,.82) 42%, rgba(6,14,27,.15) 100%), url('assets/images/farol-hero.png') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; z-index: -1; background: linear-gradient(transparent, var(--navy)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 650px) 1fr; }
.hero h1 { max-width: 600px; margin: 0; font: 700 clamp(36px, 5vw, 56px)/1.08 var(--font-display); letter-spacing: 0; }
.hero p:not(.eyebrow) { max-width: 570px; margin: 20px 0 28px; color: #d1d9e6; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 22px; color: var(--muted); font-size: 13px; }

.content-section { padding: 72px 0; }
.content-section + .content-section { border-top: 1px solid rgba(148,163,184,.14); }
.universe-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.universe-card { min-height: 210px; position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: linear-gradient(145deg, rgba(0,229,255,.08), var(--graphite)); }
.universe-card::after { content: ""; position: absolute; inset: auto -30px -50px auto; width: 140px; height: 140px; border-radius: 50%; background: rgba(0,229,255,.08); }
.universe-card:hover { border-color: var(--cyan); transform: translateY(-3px); transition: transform .18s ease, border-color .18s ease; }
.universe-card strong { margin-top: auto; font: 700 19px/1.2 var(--font-display); }
.universe-card small { color: var(--muted); }
.universe-card b { position: absolute; right: 20px; top: 22px; color: var(--cyan); }
.universe-marvel { background: linear-gradient(145deg, rgba(251,113,133,.15), var(--graphite)); }
.universe-series-cinema { background: linear-gradient(145deg, rgba(155,92,255,.15), var(--graphite)); }
.universe-anime-manga { background: linear-gradient(145deg, rgba(255,77,184,.13), var(--graphite)); }
.universe-tecnologia-colecionaveis { background: linear-gradient(145deg, rgba(255,177,26,.12), var(--graphite)); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.article-card, .offer-card, .platform-card { min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); overflow: hidden; }
.article-card:hover, .offer-card:hover { border-color: rgba(0,229,255,.7); transform: translateY(-2px); transition: transform .18s ease, border-color .18s ease; }
.card-image { aspect-ratio: 16 / 9; overflow: hidden; background: #0f192a; }
.card-image img { height: 100%; object-fit: cover; }
.card-body { padding: 20px; }
.tag { display: inline-flex; align-items: center; padding: 5px 9px; border: 1px solid rgba(0,229,255,.46); border-radius: 999px; color: var(--cyan); font-size: 12px; font-weight: 700; }
.tag.offer { color: var(--amber); border-color: rgba(255,177,26,.65); }
.card-body h3 { margin: 12px 0 8px; font: 700 20px/1.25 var(--font-display); letter-spacing: 0; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; }
.meta { margin-top: 15px; color: var(--muted); font-size: 12px; }

.review-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); overflow: hidden; }
.review-copy { padding: 42px; }
.review-copy h2 { margin: 0; font: 700 32px/1.2 var(--font-display); }
.review-copy p { color: var(--muted); }
.score-panel { display: grid; place-content: center; padding: 32px; border-left: 1px solid var(--line); background: #101a2a; text-align: center; }
.score { width: 156px; aspect-ratio: 1; display: grid; align-content: center; border: 1px solid var(--cyan); clip-path: polygon(20% 0,80% 0,100% 20%,100% 80%,80% 100%,20% 100%,0 80%,0 20%); }
.score strong { font: 700 50px/1 var(--font-display); }
.score small { margin-top: 8px; color: var(--cyan); font-weight: 700; letter-spacing: .08em; }

.offers-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.offer-card { position: relative; padding: 18px; }
.discount { position: absolute; top: 12px; left: 12px; padding: 4px 8px; background: var(--amber); color: #281600; font-size: 12px; font-weight: 800; }
.product-visual { aspect-ratio: 1.25; margin-bottom: 16px; display: grid; place-items: center; border: 1px solid rgba(0,229,255,.19); background: radial-gradient(circle at 50% 40%, rgba(0,229,255,.22), transparent 55%), #111c2b; font-size: 60px; }
.offer-card h3 { margin: 0; font-size: 16px; line-height: 1.3; }
.old-price { margin: 10px 0 0; color: var(--muted); font-size: 13px; text-decoration: line-through; }
.price { margin: 2px 0 14px; font: 700 25px/1.2 var(--font-display); }
.checked { color: var(--muted); font-size: 11px; }
.offer-card .button { width: 100%; margin-top: 14px; }
.farol-offer-block { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; align-items: center; margin: 28px 0; padding: 20px; border: 1px solid rgba(255,177,26,.7); border-radius: 8px; background: #1b1c24; }
.farol-offer-block strong { font-family: var(--font-display); }
.farol-offer-block small { grid-column: 1 / -1; color: var(--muted); font-size: 12px; }
.farol-score-block { width: 170px; display: grid; gap: 6px; margin: 28px 0; padding: 22px; border: 1px solid var(--cyan); text-align: center; }
.farol-score-block strong { font: 700 42px/1 var(--font-display); }.farol-score-block span { color: var(--cyan); font-size: 12px; font-weight: 700; }
.farol-youtube-video { margin: 32px 0; }.farol-youtube-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 8px; }.farol-youtube-video figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.farol-related-products { margin: 52px 0 0; padding-top: 32px; border-top: 1px solid var(--line); }.farol-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.farol-product-card { display: flex; min-width: 0; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); }.farol-product-card h3 { margin: 12px 0 8px; font: 700 18px/1.3 var(--font-display); }.farol-product-card > p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }.farol-product-card .price { margin-top: auto; color: var(--white); font: 700 22px/1.2 var(--font-display); }.farol-product-card .button { width: 100%; margin-top: 6px; }.farol-product-card small { margin-top: 10px; color: var(--muted); font-size: 11px; }.farol-affiliate-notice { margin: -6px 0 18px; color: var(--muted); font-size: 13px; }.catalog-intro { max-width: 650px; color: var(--muted); }.catalog-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin: 0 0 30px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); }.catalog-filters label { display: grid; gap: 5px; color: var(--muted); font-size: 13px; }.catalog-filters select { min-height: 42px; min-width: 180px; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: var(--navy); color: var(--white); }
.article-subtitle { margin: 16px 0; color: #d1d9e6; font-size: 20px; line-height: 1.5; }.farol-editorial-note { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--cyan); border-radius: 6px; background: rgba(0,229,255,.08); }.farol-tested-version { margin: 18px 0; color: var(--muted); font-size: 14px; }.farol-sources { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }.farol-sources h2 { font-family: var(--font-display); }.farol-sources li { overflow-wrap: anywhere; }
.entry-content { color: #dce4ef; font-size: 18px; line-height: 1.7; }.entry-content h2, .entry-content h3 { margin-top: 40px; font-family: var(--font-display); line-height: 1.25; }.entry-content a { color: var(--cyan); text-decoration: underline; }.entry-content img { margin: 28px 0; border-radius: 8px; }.entry-content table { width: 100%; border-collapse: collapse; }.entry-content td, .entry-content th { padding: 10px; border: 1px solid var(--line); text-align: left; }

.platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.platform-card { min-height: 132px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(135deg, #17243a, #101827); }
.platform-card strong { font: 700 19px/1.1 var(--font-display); }
.platform-card span { color: var(--cyan); font-size: 13px; }
.newsletter { padding: 64px 0; background: #101a2a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.newsletter-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.newsletter h2 { max-width: 620px; margin: 0; font: 700 32px/1.2 var(--font-display); }
.newsletter-form { display: flex; width: min(100%, 420px); gap: 8px; }
.newsletter-form input { flex: 1; min-width: 0; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--white); background: var(--navy); }
.newsletter-privacy { margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 50px 0 26px; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.footer-grid h3 { margin: 0 0 12px; color: var(--white); font-size: 14px; }
.footer-grid a { display: block; margin: 7px 0; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; font-size: 12px; }

@media (max-width: 1023px) {
  .primary-nav { gap: 12px; font-size: 13px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .farol-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .header-inner { min-height: 64px; }
  .primary-nav { display: none; position: absolute; top: 64px; left: 16px; right: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); flex-direction: column; align-items: stretch; }
  .primary-nav.is-open { display: flex; }
  .header-actions .button { display: none; }
  .mobile-toggle { display: grid; }
  .hero { min-height: 600px; padding-bottom: 52px; }
  .hero::before { background: linear-gradient(90deg, rgba(6,14,27,.95), rgba(6,14,27,.68)), url('assets/images/farol-hero.png') 68% center/cover no-repeat; }
  .hero h1 { font-size: 37px; }
  .hero p:not(.eyebrow) { font-size: 17px; }
  .content-section { padding: 52px 0; }
  .section-heading h2, .newsletter h2 { font-size: 25px; }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .card-grid, .offers-grid, .platforms, .farol-product-grid { grid-template-columns: 1fr; }
  .review-feature { grid-template-columns: 1fr; }
  .review-copy { padding: 28px; }
  .farol-offer-block { grid-template-columns: 1fr; }.farol-offer-block .button { width: 100%; }
  .score-panel { border-left: 0; border-top: 1px solid var(--line); }
  .newsletter-inner, .footer-bottom { align-items: start; flex-direction: column; }
  .newsletter-form { flex-direction: column; }
  .catalog-filters { align-items: stretch; flex-direction: column; }.catalog-filters select { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .article-card, .offer-card { transition: none; } }

/* Commerce system 1.2 */
.store-hero, .deals-hero, .editorial-hero, .platform-hero, .article-header { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #0e192b 0%, #101e32 55%, #17243a 100%); }
.store-hero::after, .deals-hero::after, .platform-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(0,229,255,.16), transparent 68%); pointer-events: none; }
.store-hero-inner { min-height: 300px; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 64px; padding-bottom: 64px; }
.store-hero h1, .deals-hero h1, .editorial-hero h1, .platform-hero h1, .article-header h1 { margin: 0; max-width: 850px; font: 800 clamp(36px,6vw,62px)/1.04 var(--font-display); letter-spacing: -.03em; }
.store-hero p:not(.eyebrow), .deals-hero > .container > p:not(.eyebrow), .platform-hero p { max-width: 700px; color: #cbd5e1; font-size: 18px; }
.store-section { background: linear-gradient(180deg, rgba(24,34,53,.35), transparent 380px); }
.catalog-filters { position: relative; z-index: 2; margin-top: -104px; padding: 20px; border-color: rgba(0,229,255,.24); border-radius: 14px; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.catalog-filters input, .catalog-filters select { min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #0b1423; color: var(--white); }
.catalog-filters .catalog-search { flex: 1 1 260px; }
.catalog-filters .catalog-search input { width: 100%; }
.store-results-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin: 36px 0 22px; }
.store-results-heading h2 { margin: 0; font: 700 24px/1.2 var(--font-display); }
.store-results-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.farol-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.farol-product-card { position: relative; padding: 0; overflow: hidden; border-radius: 14px; background: linear-gradient(180deg, #172235, #111a29); box-shadow: 0 10px 32px rgba(0,0,0,.2); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.farol-product-card:hover { transform: translateY(-5px); border-color: rgba(0,229,255,.68); box-shadow: 0 18px 44px rgba(0,0,0,.32); }
.farol-product-card .discount { z-index: 2; left: 14px; top: 14px; border-radius: 5px; background: #e5484d; color: #fff; letter-spacing: .04em; }
.product-image { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .84; padding: 24px; background: #f7f8fa; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.farol-product-card:hover .product-image img { transform: scale(1.035); }
.product-image-source { display: block; margin: -2px 20px 0; color: #8797aa; font-size: 10px; text-align: right; text-decoration: underline; text-underline-offset: 2px; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-kicker { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.farol-product-card h3 { margin: 8px 0; min-height: 47px; font: 700 17px/1.38 var(--font-display); }
.farol-product-card h3 a:hover { color: var(--cyan); }
.farol-product-card .product-reason { min-height: 44px; margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.farol-product-card .product-audience, .farol-product-card .product-limitation { margin: 0 0 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }.farol-product-card .product-limitation { padding-top: 9px; border-top: 1px solid var(--line); }
.product-price { min-height: 59px; display: flex; flex-direction: column; justify-content: end; margin-top: auto; }
.product-price .old-price { margin: 0; color: #9aa8bb; font-size: 12px; }
.product-price strong { color: #ffd166; font: 800 25px/1.2 var(--font-display); }
.product-price-label { color: #9fb0c4; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.product-price.is-link-only strong { color: #eaf8ff; font-size: 22px; }
.farol-product-card .button { margin-top: 14px; min-height: 48px; border-radius: 9px; }
.farol-product-card small { display: block; min-height: 34px; margin-top: 11px; color: #8492a6; line-height: 1.35; }
.button-offer:hover { background: #ffc44d; color: #1c1100; }
.deals-hero > .container, .platform-hero > .container { padding-top: 80px; padding-bottom: 72px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 28px; color: #c9f9ff; font-size: 13px; font-weight: 700; }
.deals-grid .farol-product-card:first-child { border-color: rgba(255,177,26,.66); }
.store-empty { grid-column: 1 / -1; min-height: 280px; display: grid; place-items: center; align-content: center; padding: 36px; border: 1px dashed var(--line); border-radius: 14px; background: rgba(20,27,42,.7); text-align: center; }
.store-empty > span { color: var(--cyan); font-size: 52px; }
.store-empty h2 { margin: 8px 0; font-family: var(--font-display); }
.store-empty p { max-width: 520px; margin: 0 0 20px; color: var(--muted); }
.product-page { padding: 72px 0; }
.product-page-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 64px; align-items: center; }
.product-gallery { min-height: 520px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 48px; border-radius: 18px; background: #f7f8fa; }
.product-gallery img { max-height: 460px; object-fit: contain; }
.product-gallery .product-image-source { margin: 0; color: #536274; }
.product-summary h1 { margin: 0; font: 800 clamp(32px,4vw,48px)/1.1 var(--font-display); }
.product-lead { color: #b9c4d3; font-size: 18px; }
.product-page-price { display: grid; margin: 30px 0 18px; }
.product-page-price span { color: var(--muted); text-decoration: line-through; }
.product-page-price strong { color: #ffd166; font: 800 42px/1.1 var(--font-display); }
.product-page-price.is-link-only strong { color: var(--white); font-size: 34px; }
.product-page-price .product-price-label { text-decoration: none; }
.button-large { min-height: 56px; padding-inline: 26px; font-size: 17px; }
.product-trust { display: grid; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: #cbd5e1; font-size: 13px; }
.product-trust span::before { content: "✓"; margin-right: 9px; color: var(--cyan); }
.product-description { max-width: 820px; padding-top: 72px; }
.product-description > h2 { font-family: var(--font-display); }
.availability-note { padding: 18px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); }
.editorial-hero { padding: 72px 0; }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.45fr); gap: 50px; align-items: center; }
.editorial-hero-grid > div > p:last-child { max-width: 660px; color: #cbd5e1; font-size: 18px; }
.editorial-store-promo { padding: 28px; border: 1px solid rgba(255,177,26,.52); border-radius: 14px; background: rgba(11,18,32,.68); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.editorial-store-promo > span { color: var(--amber); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.editorial-store-promo h2 { margin: 9px 0 20px; font: 700 20px/1.35 var(--font-display); }
.editorial-grid .article-card:first-child { grid-column: span 2; }
.editorial-grid .article-card:first-child .card-image { aspect-ratio: 2 / 1; }
.article-header { padding: 76px 0 58px; }
.article-header-inner { max-width: 980px; }
.article-header h1 { font-size: clamp(36px,5.5vw,58px); }
.article-header .article-subtitle { max-width: 780px; color: #cbd5e1; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(240px,320px); justify-content: space-between; gap: 64px; padding-top: 58px; padding-bottom: 80px; }
.article-cover { margin: 32px 0; overflow: hidden; border-radius: 14px; }
.article-sidebar { align-self: start; position: sticky; top: 104px; display: grid; gap: 18px; }
.sidebar-card { display: grid; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--graphite); }
.sidebar-card h2 { margin: 0; font: 700 20px/1.3 var(--font-display); }
.sidebar-card p { margin: 0; color: var(--muted); font-size: 14px; }
.sidebar-card > a:not(.button) { color: var(--cyan); font-size: 14px; }
.farol-store-cta { margin: 48px 0 0; padding: 28px; border: 1px solid rgba(255,177,26,.55); border-radius: 12px; background: linear-gradient(135deg, #1d202b, #151e2d); }
.farol-inline-product { max-width: 330px; margin: 36px 0; }
.farol-store-cta h2 { margin: 0; font-family: var(--font-display); }
.farol-store-cta p:not(.eyebrow) { color: var(--muted); }
.review-media { min-height: 360px; }
.review-media img { height: 100%; object-fit: cover; }
.platform-card { position: relative; min-height: 170px; border-radius: 12px; }
.platform-card:hover { border-color: var(--cyan); background: linear-gradient(135deg, #1b3150, #101827); }
.platform-icon { color: var(--cyan); font-size: 23px; }
.pagination { margin-top: 36px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 40px; min-height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; }
.page-numbers.current { border-color: var(--cyan); background: rgba(0,229,255,.1); color: var(--cyan); }

@media (max-width: 1100px) {
  .farol-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .article-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 38px; }
}
@media (max-width: 820px) {
  .farol-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .store-hero-inner, .editorial-hero-grid, .product-page-grid, .article-layout { grid-template-columns: 1fr; }
  .store-hero-inner { align-items: start; flex-direction: column; justify-content: center; }
  .catalog-filters { margin-top: -72px; }
  .article-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .editorial-grid .article-card:first-child { grid-column: auto; }
}
@media (max-width: 560px) {
  .farol-product-grid { grid-template-columns: 1fr; }
  .store-hero-inner { min-height: 330px; padding-top: 46px; }
  .store-results-heading, .article-sidebar { align-items: start; grid-template-columns: 1fr; flex-direction: column; }
  .catalog-filters { margin-top: -52px; }
  .product-gallery { min-height: 320px; padding: 28px; }
  .product-page { padding-top: 38px; }
  .product-page-grid { gap: 34px; }
  .editorial-hero { padding: 52px 0; }
}

/* ================================================================
   FAROL GEEK — VISUAL SYSTEM 2.0
   The compatibility aliases below keep plugin-rendered components
   working while the public theme adopts the new brand language.
================================================================ */
:root {
  --fg-bg-main: #0b0f17;
  --fg-bg-secondary: #10151e;
  --fg-bg-surface: #141922;
  --fg-bg-elevated: #202836;
  --fg-primary: #00e5ff;
  --fg-secondary: #9b5cff;
  --fg-accent: #ff4db8;
  --fg-offer: #ffb020;
  --fg-text-primary: #e6e9ee;
  --fg-text-secondary: #aab3c0;
  --fg-text-muted: #8793a3;
  --fg-text-inverse: #0b0f17;
  --fg-on-primary: #00161b;
  --fg-on-secondary: #0b0f17;
  --fg-on-accent: #240318;
  --fg-on-offer: #271800;
  --fg-control-bg: #0f1620;
  --fg-control-border: #5b6a7c;
  --fg-control-placeholder: #93a0af;
  --fg-border: rgba(230, 233, 238, .12);
  --fg-border-strong: rgba(0, 229, 255, .32);
  --fg-success: #36d399;
  --fg-warning: #ffb020;
  --fg-danger: #ff5c7a;
  --fg-primary-hover: #6fefff;
  --fg-primary-soft: rgba(0,229,255,.11);
  --fg-primary-vibrant: #00e5ff;
  --fg-secondary-hover: #b58aff;
  --fg-secondary-soft: rgba(155,92,255,.13);
  --fg-accent-soft: rgba(255,77,184,.12);
  --fg-offer-hover: #ffc04d;
  --fg-offer-soft: rgba(255,176,32,.12);
  --fg-success-soft: rgba(54,211,153,.12);
  --fg-warning-soft: rgba(255,176,32,.12);
  --fg-danger-soft: rgba(255,92,122,.12);
  --fg-focus-ring: rgba(0,229,255,.35);
  --fg-shadow-sm: 0 1px 2px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.14);
  --fg-shadow-md: 0 16px 40px rgba(0,0,0,.24);
  --fg-container: 1440px;
  --fg-content: 1180px;
  --fg-reading: 760px;
  --fg-font-hero: clamp(2.25rem, 4vw, 4.5rem);
  --fg-font-h1: clamp(2rem, 3.2vw, 3.5rem);
  --fg-font-h2: clamp(1.6rem, 2.4vw, 2.5rem);
  --fg-font-h3: clamp(1.25rem, 1.7vw, 1.75rem);
  --fg-font-body: clamp(1rem, 1.1vw, 1.125rem);
  --navy: var(--fg-bg-main);
  --graphite: var(--fg-bg-surface);
  --surface: var(--fg-bg-elevated);
  --line: var(--fg-border);
  --cyan: var(--fg-primary);
  --amber: var(--fg-offer);
  --white: var(--fg-text-primary);
  --muted: var(--fg-text-secondary);
  --font-ui: Inter, Manrope, "Segoe UI", sans-serif;
  --font-display: Orbitron, "Arial Narrow", "Segoe UI", sans-serif;
  --container: var(--fg-container);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-padding-top: 100px; }
body {
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 5%, rgba(0, 229, 255, .065), transparent 24rem),
    radial-gradient(circle at 94% 30%, rgba(155, 92, 255, .045), transparent 28rem),
    var(--fg-bg-main);
  color: var(--fg-text-primary);
  font: 400 16px/1.65 var(--font-ui);
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
::selection { background: var(--fg-primary); color: #001218; }
[hidden] { display: none !important; }
img { max-width: 100%; }
a { text-underline-offset: 3px; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
button, input, select, textarea { font: inherit; }
input::placeholder, textarea::placeholder { color: var(--fg-control-placeholder); opacity: 1; }
select option { background: var(--fg-control-bg); color: var(--fg-text-primary); }
button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: not-allowed; opacity: .58; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--fg-primary); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--fg-container)); }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; padding: 12px 16px; top: 8px; left: 8px; z-index: 1000; background: var(--fg-primary); color: #001218; }
.site-shell { min-height: 100vh; overflow: clip; }
.eyebrow { margin-bottom: 12px; color: var(--fg-primary); font: 800 11px/1 var(--font-ui); letter-spacing: .15em; }
.section-heading { margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid var(--fg-border); }
.section-heading h2 { font: 700 var(--fg-font-h2)/1.15 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; }
.section-heading .text-link { flex: 0 0 auto; }
.text-link { color: var(--fg-primary); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link:hover { color: var(--fg-text-primary); }

/* Brand and navigation */
.site-header { position: sticky; top: 0; z-index: 50; border-color: var(--fg-border); background: rgba(7, 12, 20, .9); backdrop-filter: blur(20px) saturate(140%); box-shadow: 0 10px 40px rgba(0,0,0,.14); }
.header-inner { min-height: 78px; gap: 32px; }
.brand-lockup { display: grid; gap: 6px; justify-items: start; }
.brand-logo-frame { position: relative; width: 76px; aspect-ratio: 760/507; display: block; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-logo-light { display: none; }
:root[data-theme="light"] .brand-logo-light { display: block; }
:root[data-theme="light"] .brand-logo-dark { display: none; }
.brand-lockup > small { padding-left: 3px; color: var(--fg-text-muted); font-size: 8px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.primary-nav { gap: 26px; margin-left: auto; color: var(--fg-text-secondary); font-size: 13px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.primary-nav a { position: relative; padding-block: 27px; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--fg-primary); transform: scaleX(0); transition: transform .18s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--fg-text-primary); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { transform: scaleX(1); }
.drawer-offer { display: none; }
.header-actions { margin-left: 6px; }
.icon-button { width: 44px; height: 44px; border-color: var(--fg-control-border); border-radius: 10px; }
.icon-button:hover { border-color: var(--fg-border-strong); background: rgba(0,229,255,.06); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-offer { min-height: 40px; padding-inline: 18px; }
.header-search { border-top: 1px solid var(--fg-border); background: rgba(11,15,23,.98); box-shadow: 0 18px 35px rgba(0,0,0,.3); }
.header-search .container { padding-block: 24px; }
.header-search form { max-width: 820px; margin-inline: auto; }
.header-search label { display: block; margin-bottom: 8px; color: var(--fg-text-secondary); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.header-search form > div { display: flex; gap: 10px; }
.header-search input { flex: 1; min-width: 0; min-height: 48px; padding: 10px 16px; border: 1px solid var(--fg-control-border); border-radius: 10px; background: var(--fg-control-bg); color: var(--fg-text-primary); }

/* Actions and shared surfaces */
.button { min-height: 44px; padding: 11px 18px; border-radius: 9px; background: var(--fg-primary); color: var(--fg-on-primary); font-size: 13px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; box-shadow: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { background: var(--fg-primary-hover); transform: translateY(-1px); }
.button-outline { border-color: var(--fg-primary); background: transparent; color: var(--fg-primary); }
.button-outline:hover { border-color: var(--fg-text-primary); background: var(--fg-primary-soft); color: var(--fg-text-primary); }
.button-offer { border-color: transparent; background: var(--fg-offer); color: var(--fg-on-offer); }
.button-offer:hover { background: var(--fg-offer-hover); color: var(--fg-on-offer); }
.tag { padding: 5px 8px; border: 0; border-radius: 4px; background: var(--fg-primary); color: #00141a; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tag-farol_review { background: var(--fg-secondary); color: var(--fg-on-secondary); }
.tag-farol_guide { background: var(--fg-offer); color: var(--fg-on-offer); }
.card-kickers { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-score { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--fg-primary); border-radius: 50%; color: var(--fg-text-primary); font: 750 13px/1 var(--font-display); }

/* Home lead */
.home-lead { padding: 28px 0 0; }
.home-lead-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(290px, .92fr); gap: 16px; }
.fg-hero-carousel { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); }
.hero-slides { height: 100%; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: end; padding: clamp(28px, 5vw, 72px); isolation: isolate; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--hero-image) center/cover no-repeat; transform: scale(1.01); }
.hero-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,10,18,.96) 0%, rgba(4,10,18,.78) 45%, rgba(4,10,18,.08) 82%), linear-gradient(0deg, rgba(4,10,18,.72), transparent 55%); }
.hero-content { max-width: 680px; padding-bottom: 28px; }
.hero-content h1 { max-width: 760px; margin: 16px 0 14px; font: 750 clamp(2rem, 4vw, 3.75rem)/1.03 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.hero-content p { max-width: 580px; margin: 0 0 24px; color: #c6ced9; font-size: 17px; }
.carousel-controls { position: absolute; right: 22px; bottom: 20px; z-index: 3; display: flex; align-items: center; gap: 10px; }
.carousel-controls > button { width: 44px; height: 44px; border: 1px solid var(--fg-border); border-radius: 50%; background: rgba(8,13,21,.65); color: #fff; cursor: pointer; }
.carousel-controls > button:focus-visible, .carousel-dots button:focus-visible { outline: 3px solid var(--fg-primary); outline-offset: 3px; }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dots button { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.4); cursor: pointer; }
.carousel-dots button.is-active { background: var(--fg-primary); }
.farol-contact-form { max-width: 720px; margin-top: 42px; padding: 28px; border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); }
.farol-contact-form h2 { margin-top: 0; font-family: var(--font-display); }
.farol-contact-form p { display: grid; gap: 7px; }
.farol-contact-form label { color: var(--fg-text-secondary); font-weight: 700; }
.farol-contact-form :is(input, textarea) { width: 100%; box-sizing: border-box; padding: 11px 12px; border: 1px solid var(--fg-control-border); border-radius: 8px; background: var(--fg-control-bg); color: var(--fg-text-primary); font: inherit; }
.farol-contact-form textarea { resize: vertical; }
.farol-honeypot { position: absolute; left: -10000px; }
.fg-featured-list { min-height: 520px; padding: 22px; border: 1px solid var(--fg-border); border-radius: 14px; background: rgba(20,25,34,.82); }
.mini-section-heading { margin-bottom: 6px; padding-bottom: 14px; border-bottom: 1px solid var(--fg-border); }
.mini-section-heading h2 { margin: 0; font: 700 18px/1.2 var(--font-display); text-transform: uppercase; }
.quick-story { display: grid; grid-template-columns: 92px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--fg-border); }
.quick-story:last-child { border-bottom: 0; }
.quick-thumb { aspect-ratio: 1.25; overflow: hidden; border-radius: 7px; background: var(--fg-bg-elevated); }
.quick-thumb img { height: 100%; object-fit: cover; transition: transform .25s ease; }
.quick-story:hover .quick-thumb img { transform: scale(1.05); }
.quick-story > span:last-child { min-width: 0; display: grid; gap: 4px; }
.quick-story small { color: var(--fg-secondary); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.quick-story strong { display: -webkit-box; overflow: hidden; color: var(--fg-text-primary); font-size: 13px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.quick-story em { color: var(--fg-text-muted); font-size: 10px; font-style: normal; }

/* Ads */
.home-ad { padding-top: 28px; }
.fg-ad-slot { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 4px; border: 1px dashed rgba(170,179,192,.23); border-radius: 10px; background: rgba(20,25,34,.5); color: var(--fg-text-muted); text-align: center; }
.fg-ad-slot small { font-size: 9px; letter-spacing: .17em; }
.fg-ad-slot span { font-size: 11px; }

/* Editorial cards */
.content-section { padding: clamp(56px, 7vw, 96px) 0; }
.content-section + .content-section { border-top: 1px solid var(--fg-border); }
.card-grid { gap: 20px; }
.card-grid-four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.article-card { border-color: var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.article-card:hover { border-color: var(--fg-border-strong); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.article-card > a { height: 100%; display: flex; flex-direction: column; }
.card-image { aspect-ratio: 16/9; }
.card-image img { transition: transform .35s ease, filter .35s ease; }
.article-card:hover .card-image img { transform: scale(1.035); filter: saturate(1.08); }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.card-body h3 { display: -webkit-box; overflow: hidden; margin: 14px 0 9px; font: 700 18px/1.25 var(--font-display); letter-spacing: -.025em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-body p { display: -webkit-box; overflow: hidden; color: var(--fg-text-secondary); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-body .meta { margin-top: auto; padding-top: 18px; color: var(--fg-text-muted); }
.fg-empty-state { grid-column: 1/-1; min-height: 240px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 40px; border: 1px dashed var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); text-align: center; }
.fg-empty-state > span { color: var(--fg-primary); font-size: 42px; }
.fg-empty-state h2, .fg-empty-state h3 { margin: 0; font-family: var(--font-display); }
.fg-empty-state p { max-width: 540px; margin: 0; color: var(--fg-text-secondary); }

/* Reviews */
.section-reviews { background: linear-gradient(135deg, rgba(155,92,255,.045), transparent 40%); }
.reviews-layout { display: grid; grid-template-columns: minmax(0,2.1fr) minmax(280px,.9fr); gap: 18px; }
.review-feature { position: relative; grid-template-columns: minmax(260px,.88fr) minmax(0,1.12fr); min-height: 380px; border-color: var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); }
.review-media { min-height: 100%; }
.review-media img { height: 100%; object-fit: cover; }
.review-copy { padding: 36px; align-self: center; }
.review-copy h3 { margin: 14px 0 12px; font: 700 clamp(1.6rem,2.5vw,2.4rem)/1.12 var(--font-display); letter-spacing: -.035em; }
.review-copy p { color: var(--fg-text-secondary); }
.review-feature .fg-review-score { position: absolute; right: 26px; bottom: 24px; }
.fg-review-score { width: 112px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; border: 5px solid var(--fg-primary); border-left-color: rgba(0,229,255,.22); border-radius: 50%; background: rgba(11,15,23,.94); text-align: center; box-shadow: 0 0 0 7px rgba(0,229,255,.05); }
.fg-review-score strong { font: 750 34px/1 var(--font-display); }
.fg-review-score small { margin-top: 5px; color: var(--fg-primary); font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.review-rail { display: grid; align-content: start; border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); }
.review-rail-item { display: grid; grid-template-columns: 78px minmax(0,1fr) 46px; gap: 12px; align-items: center; padding: 16px; border-bottom: 1px solid var(--fg-border); }
.review-rail-item:last-child { border-bottom: 0; }
.review-rail-item > span { aspect-ratio: 1; overflow: hidden; border-radius: 8px; }
.review-rail-item img { height: 100%; object-fit: cover; }
.review-rail-item div { min-width: 0; display: grid; gap: 5px; }
.review-rail-item small { color: var(--fg-secondary); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.review-rail-item strong { font-size: 13px; line-height: 1.35; }
.review-rail-item > b { color: var(--fg-primary); font: 750 17px/1 var(--font-display); }

/* Guides */
.guides-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(300px,.6fr); gap: 20px; }
.guide-feature, .guide-list { border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); overflow: hidden; }
.guide-feature > a { height: 100%; display: grid; grid-template-columns: 1.1fr .9fr; }
.guide-image { min-height: 360px; overflow: hidden; }
.guide-image img { height: 100%; object-fit: cover; }
.guide-feature > a > div:last-child { align-self: center; padding: 34px; }
.guide-feature h3 { margin: 16px 0 10px; font: 700 var(--fg-font-h3)/1.18 var(--font-display); }
.guide-feature p { color: var(--fg-text-secondary); }
.guide-list { display: grid; }
.guide-list > a { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 18px; border-bottom: 1px solid var(--fg-border); }
.guide-list > a:last-child { border-bottom: 0; }
.guide-list strong { font-size: 14px; line-height: 1.35; }
.guide-list small { color: var(--fg-text-muted); white-space: nowrap; }

/* Platforms */
.section-platforms { background: linear-gradient(180deg, transparent, rgba(0,229,255,.025), transparent); }
.platforms { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.platform-card { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 24px; border-color: var(--fg-border); border-radius: 12px; background: linear-gradient(135deg, rgba(0,229,255,.09), transparent 75%), var(--fg-bg-surface); }
.platform-card::before { display: none; }
.platform-card:hover { border-color: var(--platform-color, var(--fg-primary)); background: linear-gradient(135deg, color-mix(in srgb, var(--platform-color, var(--fg-primary)) 16%, transparent), transparent 75%), var(--fg-bg-elevated); transform: translateY(-2px); }
.platform-number { color: var(--platform-color, var(--fg-primary)); font: 750 30px/1 var(--font-display); opacity: .65; }
.platform-card > span:nth-child(2) { display: grid; gap: 6px; }
.platform-card strong { font: 750 18px/1 var(--font-display); text-transform: uppercase; }
.platform-card small { color: var(--fg-text-secondary); font-size: 12px; line-height: 1.35; }
.platform-card > b { color: var(--platform-color, var(--fg-primary)); font-size: 22px; }
.platform-playstation { --platform-color: #4d8dff; }
.platform-xbox { --platform-color: #50d268; }
.platform-nintendo { --platform-color: #ff5c66; }
.platform-pc { --platform-color: #e6e9ee; }

/* Commerce supplied by the plugin */
.home-deals, .store-section { background: rgba(255,176,32,.018); }
.farol-affiliate-notice { margin: -12px 0 24px; padding-left: 14px; border-left: 2px solid var(--fg-offer); color: var(--fg-text-secondary); font-size: 13px; }
.farol-product-grid { gap: 18px; }
.farol-product-card { border: 1px solid var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); box-shadow: none; transition: transform .2s ease, border-color .2s ease; }
.farol-product-card:hover { border-color: rgba(255,176,32,.45); transform: translateY(-3px); }
.product-image { margin: 0; border: 0; border-bottom: 1px solid var(--fg-border); border-radius: 0; background: #f4f5f7; }
.product-image img { padding: 12px; object-fit: contain; }
.product-image-source { color: var(--fg-text-muted); }
.product-card-body { padding: 20px; }
.product-kicker { color: var(--fg-offer); }
.product-card-body h3 a { color: var(--fg-text-primary); }
.product-reason, .farol-product-card small { color: var(--fg-text-secondary); }
.product-price strong, .product-page-price strong { color: var(--fg-offer); }
.farol-product-card .discount,
.product-discount { border-radius: 4px; background: var(--fg-accent); color: var(--fg-on-accent); }

/* Newsletter */
.newsletter { position: relative; overflow: hidden; border-block: 1px solid var(--fg-border-strong); background: linear-gradient(120deg, #102032, #14152b 55%, #102637); }
.newsletter::before { content: ""; position: absolute; width: 320px; height: 320px; right: 8%; top: -160px; border: 1px solid rgba(0,229,255,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(0,229,255,.025), 0 0 0 90px rgba(155,92,255,.02); }
.newsletter-inner { min-height: 270px; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 70px; align-items: center; }
.newsletter-brand { display: flex; gap: 22px; align-items: center; }
.newsletter-icon { flex: 0 0 auto; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid var(--fg-primary); border-radius: 16px; color: var(--fg-primary); font-size: 36px; transform: rotate(-8deg); }
.newsletter h2 { margin: 0; font: 700 var(--fg-font-h2)/1.12 var(--font-display); text-transform: uppercase; }
.newsletter-brand p:last-child { max-width: 620px; margin-bottom: 0; color: var(--fg-text-secondary); }
.newsletter-form label { display: block; margin-bottom: 8px; color: var(--fg-text-secondary); font-size: 12px; font-weight: 700; }
.newsletter-controls { display: flex; gap: 8px; }
.newsletter-form input { min-width: 0; min-height: 50px; border-color: var(--fg-control-border); border-radius: 9px; background: var(--fg-control-bg); color: var(--fg-text-primary); }
.newsletter-privacy { color: var(--fg-text-muted); font-size: 11px; }
.form-feedback { margin: 8px 0 0; padding: 10px 12px; border-radius: 8px; font-size: 13px; }
.form-feedback.is-success { background: rgba(54,211,153,.1); color: var(--fg-success); }
.form-feedback.is-error { background: var(--fg-danger-soft); color: var(--fg-danger); }

/* Footer */
.site-footer { padding: 76px 0 24px; border-top: 0; background: #070b12; }
.site-footer::before { content: ""; display: block; width: min(calc(100% - 48px), var(--fg-container)); height: 1px; margin: -76px auto 70px; background: linear-gradient(90deg, transparent, var(--fg-primary), transparent); opacity: .35; }
.footer-grid { grid-template-columns: 1.4fr repeat(3, .72fr); gap: 52px; }
.footer-brand .brand-logo-frame { width: min(100%,240px); }
body.farol-site-tech .footer-brand .brand-logo-frame { width: min(100%,150px); }
.footer-brand p { max-width: 340px; color: var(--fg-text-secondary); }
.footer-grid h2 { margin: 0 0 20px; color: var(--fg-primary); font: 800 11px/1 var(--font-ui); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav, .footer-explore { display: grid; align-content: start; gap: 11px; }
.footer-grid nav a, .footer-explore a { color: var(--fg-text-secondary); font-size: 13px; }
.footer-grid nav a:hover, .footer-explore a:hover { color: var(--fg-primary); }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-color: var(--fg-border); color: var(--fg-text-muted); font-size: 11px; }
.fg-social-links { display: flex; gap: 9px; margin-top: 22px; }
.fg-social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--fg-border); border-radius: 50%; color: var(--fg-text-primary); font-size: 12px; font-weight: 800; }
.fg-social-links a:hover { border-color: var(--fg-primary); color: var(--fg-primary); }
.fg-social-links .fg-social-link-instagram { width: auto; grid-template-columns: 22px auto; gap: 9px; padding: 0 14px; border-radius: 999px; font-size: 13px; }
.fg-social-link-instagram svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.fg-social-link-instagram .fg-instagram-dot { fill: currentColor; stroke: none; }

/* Archive, search and platform heroes */
.fg-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; color: var(--fg-text-muted); font-size: 11px; text-transform: uppercase; }
.fg-breadcrumb a { color: var(--fg-primary); }
.editorial-hero, .platform-hero, .deals-hero, .store-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(64px,8vw,116px) 0; border-bottom: 1px solid var(--fg-border); background: linear-gradient(105deg, rgba(0,229,255,.075), transparent 52%); }
.editorial-hero::after, .platform-hero::after, .deals-hero::after, .store-hero::after { content: "FG"; position: absolute; z-index: -1; right: 3%; bottom: -24%; color: transparent; font: 800 clamp(9rem,21vw,22rem)/1 var(--font-display); -webkit-text-stroke: 1px rgba(0,229,255,.075); }
.editorial-hero-grid { grid-template-columns: minmax(0,1fr) minmax(320px,.45fr); }
.editorial-hero h1, .platform-hero h1, .deals-hero h1, .store-hero h1, .search-hero h1 { max-width: 900px; margin: 0; font: 750 var(--fg-font-h1)/1.06 var(--font-display); letter-spacing: -.04em; text-transform: uppercase; }
.editorial-hero-grid > div > p:last-child, .platform-hero .container > p:not(.eyebrow), .deals-hero .container > p:not(.eyebrow), .store-hero p { max-width: 720px; color: var(--fg-text-secondary); font-size: 18px; }
.editorial-store-promo { border-color: rgba(255,176,32,.35); border-radius: 12px; background: rgba(20,25,34,.76); }
.platform-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row span { border-color: var(--fg-border); border-radius: 999px; background: rgba(20,25,34,.7); }
.editorial-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.search-hero { padding-bottom: 76px; }

/* Article */
.article-header { position: relative; padding: clamp(56px,7vw,100px) 0 48px; background: linear-gradient(180deg, rgba(0,229,255,.045), transparent); }
.article-header-inner { max-width: 1160px; }
.article-header h1 { max-width: 1040px; margin: 0; font: 750 var(--fg-font-h1)/1.06 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.article-header .article-subtitle { max-width: 820px; margin: 18px 0 0; color: var(--fg-text-secondary); font-size: clamp(1.05rem,1.4vw,1.25rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; color: var(--fg-text-secondary); font-size: 12px; }
.author-avatar, .author-avatar img { width: 44px; height: 44px; border-radius: 50%; }
.article-byline > span:nth-child(2) { display: grid; }
.article-byline small { color: var(--fg-text-muted); }
.byline-divider { width: 1px; height: 28px; background: var(--fg-border); }
.article-stage { position: relative; max-width: 1180px; }
.article-cover { max-height: 650px; margin: 0; border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); }
.article-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.article-cover { position: relative; }
.article-cover figcaption { position: absolute; right: 14px; bottom: 12px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: rgba(5,8,14,.78); color: #d9e2ee; font-size: 12px; backdrop-filter: blur(8px); }
.article-cover figcaption a { color: inherit; }
.article-score { position: absolute; right: 34px; bottom: -54px; width: 142px; background: var(--fg-bg-main); }
.article-score > span { position: absolute; width: 160px; top: -28px; color: var(--fg-primary); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.article-layout { max-width: 1320px; grid-template-columns: 210px minmax(0,var(--fg-reading)) 280px; justify-content: center; gap: 44px; padding-top: 64px; }
.article-rail { align-self: start; position: sticky; top: 104px; }
.fg-table-of-contents { padding: 20px; border: 1px solid var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); }
.fg-table-of-contents ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.fg-table-of-contents li { display: grid; grid-template-columns: 16px 1fr; gap: 8px; color: var(--fg-text-secondary); font-size: 11px; line-height: 1.4; counter-increment: toc; }
.fg-table-of-contents li::before { content: counter(toc, decimal-leading-zero); color: var(--fg-primary); font-size: 9px; }
.fg-table-of-contents a:hover { color: #fff; }
.toc-conclusion { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--fg-border); color: var(--fg-primary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-main { min-width: 0; }
.farol-editorial-note { display: flex; gap: 16px; margin: 0 0 28px; padding: 20px; border: 1px solid var(--fg-border-strong); border-radius: 12px; background: rgba(0,229,255,.045); color: var(--fg-text-secondary); }
.farol-editorial-note > span { color: var(--fg-primary); font-size: 24px; }
.farol-editorial-note strong { color: var(--fg-primary); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.farol-editorial-note p { margin: 4px 0 0; }
.farol-tested-version { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding: 14px 18px; border: 1px solid var(--fg-border); border-radius: 9px; background: var(--fg-bg-surface); }
.farol-tested-version span { color: var(--fg-text-muted); font-size: 11px; text-transform: uppercase; }
.farol-tested-version strong { color: var(--fg-text-primary); }
.article-quick-summary { margin-bottom: 34px; padding: 22px; border-left: 3px solid var(--fg-primary); border-radius: 0 12px 12px 0; background: var(--fg-bg-surface); }
.article-quick-summary p:last-child { margin: 0; color: var(--fg-text-secondary); }
.entry-content { color: #c7ced8; font-size: var(--fg-font-body); line-height: 1.72; }
.entry-content > * { max-width: var(--fg-reading); }
.entry-content h2 { margin: 58px 0 18px; color: var(--fg-text-primary); font: 750 var(--fg-font-h2)/1.15 var(--font-display); letter-spacing: -.035em; text-transform: uppercase; }
.entry-content h3 { margin: 36px 0 14px; color: var(--fg-text-primary); font: 700 var(--fg-font-h3)/1.25 var(--font-display); }
.entry-content p { margin: 0 0 1.35em; }
.entry-content a { color: var(--fg-primary); text-decoration: underline; }
.entry-content a.button { text-decoration: none; }
.entry-content a.button-offer,
.entry-content a.button-offer:hover { color: var(--fg-on-offer); }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content li { margin-block: .5em; }
.entry-content blockquote { margin: 36px 0; padding: 18px 22px; border-left: 3px solid var(--fg-secondary); background: var(--fg-bg-surface); color: var(--fg-text-primary); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--fg-border); text-align: left; }
.entry-content th { background: var(--fg-bg-elevated); }
.entry-content [style*="background: #eef6ff"],
.entry-content td[style*="background: #f5f5f5"] { color: #101826; }
.farol-score-block { max-width: 360px; display: grid; place-items: center; gap: 5px; margin: 36px 0; padding: 28px; border: 1px solid var(--fg-border-strong); border-radius: 12px; background: var(--fg-bg-surface); }
.farol-score-block strong { color: var(--fg-primary); font: 750 48px/1 var(--font-display); }
.farol-score-block span { color: var(--fg-text-secondary); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.farol-youtube-video { margin: 38px 0; }
.farol-youtube-video iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 12px; }
.article-verdict, .farol-sources { margin-top: 54px; padding: 28px; border: 1px solid var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); }
.article-verdict { border-color: var(--fg-border-strong); }
.article-verdict h2, .farol-sources h2 { margin: 0 0 14px; font: 700 24px/1.2 var(--font-display); text-transform: uppercase; }
.farol-sources ul { margin: 0; padding-left: 18px; }
.farol-sources a { color: var(--fg-primary); }
.fg-review-media { max-width: var(--fg-reading); margin: 40px 0 54px; padding: 24px; border: 1px solid rgba(155,92,255,.34); border-radius: 14px; background: radial-gradient(circle at 90% 0, rgba(155,92,255,.15), transparent 22rem), #10151e; color: #e6e9ee; box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.fg-review-media-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.fg-review-media-heading .eyebrow { margin-bottom: 7px; color: #bf9bff; }
.fg-review-media-heading h2 { margin: 0; color: #fff; font: 750 clamp(23px,3vw,31px)/1.1 var(--font-display); letter-spacing: -.03em; text-transform: uppercase; }
.fg-review-media-heading > a { flex: 0 0 auto; color: #00e5ff; font-size: 13px; font-weight: 700; }
.fg-review-gallery, .fg-review-videos { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.fg-review-gallery { margin-bottom: 26px; }
.fg-review-media figure { margin: 0; overflow: hidden; border: 1px solid rgba(230,233,238,.12); border-radius: 10px; background: #141922; }
.fg-review-media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.fg-review-media figcaption { padding: 11px 13px 13px; color: #c4ccd7; font-size: 12px; line-height: 1.45; }
.fg-review-media figcaption span { color: #8793a3; }
.fg-video-frame { position: relative; aspect-ratio: 16/9; background: #070b12; }
.fg-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fg-author-card { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: center; margin-top: 54px; padding: 24px; border-top: 1px solid var(--fg-border); border-bottom: 1px solid var(--fg-border); }
.fg-author-card img { border-radius: 50%; }
.fg-author-card small { color: var(--fg-primary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.fg-author-card h2 { margin: 3px 0 6px; font: 700 19px/1.2 var(--font-display); }
.fg-author-card p { margin: 0; color: var(--fg-text-secondary); font-size: 13px; }
.article-sidebar { top: 104px; }
.article-sidebar .fg-ad-slot { min-height: 250px; }
.sidebar-card { border-color: var(--fg-border); border-radius: 12px; background: var(--fg-bg-surface); }
.sidebar-card h2 { font-size: 18px; }
.sidebar-card > a:not(.button) { display: flex; justify-content: space-between; color: var(--fg-text-secondary); }
.sidebar-card > a:not(.button):hover { color: var(--fg-primary); }
.fg-related-content { border-top: 1px solid var(--fg-border); }

/* Store and product */
.store-hero-inner { min-height: auto; }
.catalog-filters { border: 1px solid var(--fg-border); border-radius: 14px; background: var(--fg-bg-surface); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.catalog-filters input, .catalog-filters select { min-height: 46px; border-color: var(--fg-control-border); border-radius: 8px; background: var(--fg-control-bg); color: var(--fg-text-primary); }
.store-results-heading { border-color: var(--fg-border); }
.product-page { padding-top: 36px; }
.product-page > .container:first-child { padding-bottom: 24px; }
.product-gallery { border: 1px solid var(--fg-border); border-radius: 16px; background: #f4f5f7; }
.product-summary h1 { font-size: var(--fg-font-h1); }
.product-trust { border-color: var(--fg-border); }

/* Pagination and 404 */
.nav-links { flex-wrap: wrap; justify-content: center; }
.page-numbers { min-width: 44px; min-height: 44px; border-color: var(--fg-border); border-radius: 8px; background: var(--fg-bg-surface); }
.page-numbers.current { border-color: var(--fg-primary); background: rgba(0,229,255,.1); color: var(--fg-primary); }
.not-found { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found .container { display: grid; justify-items: center; }
.not-found-code { color: transparent; font: 800 clamp(7rem,24vw,18rem)/.8 var(--font-display); letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(0,229,255,.23); }
.not-found h1 { margin: 24px 0 12px; font: 750 var(--fg-font-h1)/1.05 var(--font-display); text-transform: uppercase; }
.not-found p:not(.eyebrow) { max-width: 620px; color: var(--fg-text-secondary); }
.not-found-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }

@media (max-width: 1180px) {
  .primary-nav { gap: 16px; }
  .site-header .brand-logo-frame { width: 68px; }
  .card-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-lead-grid { grid-template-columns: minmax(0,2.2fr) minmax(280px,.8fr); }
  .article-layout { grid-template-columns: minmax(0,var(--fg-reading)) 280px; }
  .article-rail { display: none; }
  .platforms { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .header-inner { min-height: 68px; }
  .primary-nav { position: fixed; inset: 68px 0 auto; max-height: calc(100vh - 68px); display: none; overflow-y: auto; padding: 14px 24px 30px; border-bottom: 1px solid var(--fg-border); background: rgba(7,11,18,.99); box-shadow: 0 20px 45px rgba(0,0,0,.35); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 15px 0; border-bottom: 1px solid var(--fg-border); }
  .primary-nav a::after { display: none; }
  .drawer-offer { display: block; margin-top: 10px; border: 1px solid rgba(255,176,32,.4) !important; color: var(--fg-offer) !important; text-align: center; }
  .mobile-toggle { display: grid; gap: 4px; align-content: center; }
  .mobile-toggle span { width: 18px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .header-offer { display: none; }
  .menu-open { overflow: hidden; }
  .home-lead-grid { grid-template-columns: 1fr; }
  .fg-hero-carousel { min-height: 500px; }
  .fg-featured-list { min-height: 0; }
  .fg-featured-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
  .mini-section-heading { grid-column: 1/-1; }
  .quick-story { grid-template-columns: 74px 1fr; border: 1px solid var(--fg-border); border-radius: 9px; padding: 10px; }
  .quick-story:last-child { border-bottom: 1px solid var(--fg-border); }
  .reviews-layout, .guides-layout { grid-template-columns: 1fr; }
  .review-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-rail-item { border-right: 1px solid var(--fg-border); border-bottom: 0; }
  .guide-feature > a { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; max-width: 840px; }
  .article-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-sidebar .fg-ad-slot { min-height: 220px; }
  .editorial-hero-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-explore { display: none; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 56px; }
}

/* Consent manager */
.footer-cookie-button { display: block; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.footer-cookie-button:hover,
.footer-cookie-button:focus-visible { color: var(--fg-primary, var(--cyan)); text-decoration: underline; }
.consent-panel { position: fixed; z-index: 10000; right: 20px; bottom: 20px; left: 20px; max-width: 1120px; margin: 0 auto; padding: 24px; border: 1px solid var(--fg-border-strong, rgba(0,229,255,.32)); border-radius: 18px; background: rgba(11,15,23,.98); color: var(--fg-text-primary); box-shadow: 0 24px 80px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.consent-panel h2 { margin: 2px 0 8px; color: var(--fg-text-primary); font-size: clamp(1.2rem, 2.5vw, 1.65rem); }
.consent-panel p { margin: 0; color: var(--fg-text-secondary); }
.consent-panel a { display: inline-block; margin-top: 8px; color: var(--fg-primary); text-decoration: underline; }
.consent-summary { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: end; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.consent-actions .button { min-height: 44px; white-space: nowrap; }
.consent-settings { display: grid; gap: 14px; }
.consent-settings-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.consent-close { flex: 0 0 auto; color: var(--fg-text-primary); font-size: 1.8rem; line-height: 1; }
.consent-option { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 14px 16px; border: 1px solid var(--fg-border); border-radius: 12px; background: rgba(255,255,255,.035); cursor: pointer; }
.consent-option strong,
.consent-option small { display: block; }
.consent-option small { margin-top: 2px; color: var(--fg-text-secondary); }
.consent-option input { width: 22px; height: 22px; accent-color: var(--fg-primary); }

@media (max-width: 760px) {
  .consent-panel { right: 10px; bottom: 10px; left: 10px; max-height: calc(100vh - 20px); padding: 18px; overflow-y: auto; }
  .consent-summary { grid-template-columns: 1fr; gap: 18px; }
  .consent-actions { justify-content: stretch; }
  .consent-actions .button { flex: 1 1 100%; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--fg-container)); }
  .site-header .brand-logo-frame { width: 56px; }
  .header-actions { margin-left: auto; }
  .header-search form > div { display: grid; }
  .home-lead { padding-top: 16px; }
  .fg-hero-carousel { min-height: 460px; }
  .hero-slide { padding: 26px 22px 72px; }
  .hero-slide::after { background: linear-gradient(0deg, rgba(4,10,18,.97) 5%, rgba(4,10,18,.62) 70%, rgba(4,10,18,.18)); }
  .hero-content { padding-bottom: 0; }
  .hero-content h1 { font-size: clamp(1.7rem,8.2vw,2.5rem); }
  .hero-content p { font-size: 14px; }
  .carousel-controls { right: auto; left: 22px; }
  .fg-featured-list { grid-template-columns: 1fr; }
  .mini-section-heading { grid-column: auto; }
  .quick-story { grid-template-columns: 88px 1fr; }
  .home-ad { padding-top: 16px; }
  .fg-ad-slot { min-height: 100px; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 24px; }
  .card-grid, .card-grid-four, .editorial-grid { grid-template-columns: 1fr; }
  .review-feature { grid-template-columns: 1fr; min-height: 0; }
  .review-media { min-height: 240px; }
  .review-copy { padding: 26px; }
  .review-feature .fg-review-score { right: 18px; top: 196px; bottom: auto; width: 92px; }
  .review-rail { grid-template-columns: 1fr; }
  .review-rail-item { border-right: 0; border-bottom: 1px solid var(--fg-border); }
  .guide-feature > a { grid-template-columns: 1fr; }
  .guide-image { min-height: 240px; }
  .guide-list > a { grid-template-columns: auto 1fr; }
  .guide-list small { grid-column: 2; }
  .platforms { grid-template-columns: 1fr; }
  .platform-card { min-height: 120px; }
  .farol-product-grid { grid-template-columns: 1fr; }
  .newsletter-brand { align-items: flex-start; }
  .newsletter-icon { width: 52px; height: 52px; font-size: 26px; }
  .newsletter h2 { font-size: 23px; }
  .newsletter-controls { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: grid; gap: 8px; }
  .editorial-hero, .platform-hero, .deals-hero, .store-hero { padding: 54px 0; }
  .editorial-hero h1, .platform-hero h1, .deals-hero h1, .store-hero h1 { font-size: 34px; }
  .fg-breadcrumb { margin-bottom: 26px; }
  .article-header { padding-top: 44px; }
  .article-header h1 { font-size: clamp(1.85rem,8.5vw,2.7rem); overflow-wrap: anywhere; }
  .byline-divider { display: none; }
  .article-stage { width: 100%; }
  .article-cover { border-radius: 0; border-inline: 0; }
  .article-cover figcaption { right: 10px; bottom: 8px; }
  .article-score { position: relative; right: auto; bottom: auto; margin: -52px 22px 0 auto; }
  .article-layout { padding-top: 38px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .entry-content { font-size: 1rem; }
  .entry-content h2 { margin-top: 44px; font-size: 25px; }
  .farol-tested-version { display: grid; }
  .fg-review-media { margin-inline: -16px; padding: 20px 16px; border-inline: 0; border-radius: 0; }
  .fg-review-media-heading { display: grid; gap: 10px; }
  .fg-review-gallery, .fg-review-videos { grid-template-columns: 1fr; }
  .fg-author-card { grid-template-columns: 54px 1fr; padding-inline: 0; }
  .fg-author-card img { width: 54px; }
  .catalog-filters { margin-top: -32px; }
  .product-page-grid { gap: 32px; }
}

@media (max-width: 380px) {
  .site-header .brand-logo-frame { width: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Light mode keeps the editorial shell bright while preserving dark gamer moments. */
:root[data-theme="light"] {
  color-scheme: light;
  --fg-bg-main: #f5f7fa;
  --fg-bg-secondary: #edf1f6;
  --fg-bg-surface: #ffffff;
  --fg-bg-elevated: #e6ecf3;
  --fg-text-primary: #101826;
  --fg-text-secondary: #465366;
  --fg-text-muted: #5f6c7e;
  --fg-text-inverse: #f4f7fa;
  --fg-on-primary: #ffffff;
  --fg-on-secondary: #ffffff;
  --fg-on-accent: #ffffff;
  --fg-on-offer: #ffffff;
  --fg-control-bg: #ffffff;
  --fg-control-border: #7d8b9e;
  --fg-control-placeholder: #64748b;
  --fg-border: #d5dde8;
  --fg-border-strong: #aab7c7;
  --fg-primary: #006f8a;
  --fg-primary-hover: #005c73;
  --fg-primary-soft: #ddf5fa;
  --fg-primary-vibrant: #00b8d4;
  --fg-secondary: #6941c6;
  --fg-secondary-hover: #5632aa;
  --fg-secondary-soft: #eee8ff;
  --fg-accent: #c42a72;
  --fg-accent-soft: #fce5f0;
  --fg-offer: #a94f00;
  --fg-offer-hover: #884000;
  --fg-offer-soft: #fff0d9;
  --fg-success: #137a4b;
  --fg-success-soft: #ddf5e9;
  --fg-warning: #9a5700;
  --fg-warning-soft: #fff0d7;
  --fg-danger: #c73555;
  --fg-danger-soft: #fde5ea;
  --fg-focus-ring: rgba(0,127,158,.35);
  --fg-shadow-sm: 0 1px 2px rgba(16,24,38,.06), 0 2px 8px rgba(16,24,38,.04);
  --fg-shadow-md: 0 8px 24px rgba(16,24,38,.09);
}

.theme-icon { display: block; }
.theme-icon-moon { display: none; }
:root[data-theme="light"] .theme-icon-sun { display: none; }
:root[data-theme="light"] .theme-icon-moon { display: block; }

:root[data-theme="light"] body {
  background:
    radial-gradient(circle at 10% 4%, rgba(0,184,212,.1), transparent 24rem),
    radial-gradient(circle at 94% 30%, rgba(105,65,198,.07), transparent 28rem),
    var(--fg-bg-main);
  color: var(--fg-text-primary);
}
:root[data-theme="light"] body::before { opacity: .34; background-image: linear-gradient(rgba(16,24,38,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,24,38,.035) 1px, transparent 1px); }
:root[data-theme="light"] ::selection { background: var(--fg-primary-soft); color: var(--fg-text-primary); }
:root[data-theme="light"] a:focus-visible,
:root[data-theme="light"] button:focus-visible,
:root[data-theme="light"] input:focus-visible,
:root[data-theme="light"] select:focus-visible,
:root[data-theme="light"] textarea:focus-visible,
:root[data-theme="light"] [tabindex]:focus-visible { outline-color: var(--fg-primary); box-shadow: 0 0 0 4px var(--fg-focus-ring); }

:root[data-theme="light"] .site-header { border-color: var(--fg-border); background: rgba(255,255,255,.94); color: var(--fg-text-primary); box-shadow: var(--fg-shadow-sm); }
:root[data-theme="light"] .brand-lockup > small { color: var(--fg-text-muted); }
:root[data-theme="light"] .primary-nav { color: var(--fg-text-secondary); }
:root[data-theme="light"] .primary-nav a:hover,
:root[data-theme="light"] .primary-nav .current-menu-item > a,
:root[data-theme="light"] .primary-nav .current_page_item > a { color: var(--fg-text-primary); }
:root[data-theme="light"] .icon-button { border-color: var(--fg-control-border); color: var(--fg-text-primary); background: rgba(255,255,255,.75); }
:root[data-theme="light"] .icon-button:hover { border-color: var(--fg-primary); background: var(--fg-primary-soft); }
:root[data-theme="light"] .header-search { border-color: var(--fg-border); background: rgba(255,255,255,.98); box-shadow: var(--fg-shadow-md); }
:root[data-theme="light"] .header-search input,
:root[data-theme="light"] .catalog-filters input,
:root[data-theme="light"] .catalog-filters select { border-color: var(--fg-control-border); background: var(--fg-control-bg); color: var(--fg-text-primary); }

:root[data-theme="light"] .button { background: var(--fg-primary); color: var(--fg-on-primary); }
:root[data-theme="light"] .button:hover { background: var(--fg-primary-hover); color: var(--fg-on-primary); }
:root[data-theme="light"] .button-outline { border-color: var(--fg-primary); background: transparent; color: var(--fg-primary); }
:root[data-theme="light"] .button-outline:hover { border-color: var(--fg-primary-hover); background: var(--fg-primary-soft); color: var(--fg-primary-hover); }
:root[data-theme="light"] .button-offer { border-color: transparent; background: var(--fg-offer); color: var(--fg-on-offer); }
:root[data-theme="light"] .button-offer:hover { background: var(--fg-offer-hover); color: var(--fg-on-offer); }
:root[data-theme="light"] .tag { background: var(--fg-primary-soft); color: var(--fg-primary-hover); }
:root[data-theme="light"] .tag-farol_review { background: var(--fg-secondary-soft); color: var(--fg-secondary); }
:root[data-theme="light"] .tag-farol_guide { background: var(--fg-offer-soft); color: var(--fg-offer); }
:root[data-theme="light"] .card-score { border-color: var(--fg-primary); color: var(--fg-text-primary); }

:root[data-theme="light"] .content-section + .content-section,
:root[data-theme="light"] .section-heading { border-color: var(--fg-border); }
:root[data-theme="light"] .section-news,
:root[data-theme="light"] .section-guides,
:root[data-theme="light"] .home-deals,
:root[data-theme="light"] .store-section { background: transparent; }
:root[data-theme="light"] .section-reviews { background: linear-gradient(135deg, var(--fg-bg-secondary), #f7f4ff 55%, var(--fg-bg-main)); }
:root[data-theme="light"] .article-card,
:root[data-theme="light"] .universe-card,
:root[data-theme="light"] .guide-feature,
:root[data-theme="light"] .guide-list,
:root[data-theme="light"] .fg-featured-list,
:root[data-theme="light"] .fg-empty-state,
:root[data-theme="light"] .farol-product-card,
:root[data-theme="light"] .catalog-filters,
:root[data-theme="light"] .sidebar-card,
:root[data-theme="light"] .fg-table-of-contents,
:root[data-theme="light"] .article-quick-summary,
:root[data-theme="light"] .farol-tested-version,
:root[data-theme="light"] .article-verdict,
:root[data-theme="light"] .farol-sources,
:root[data-theme="light"] .farol-score-block { border-color: var(--fg-border); background: var(--fg-bg-surface); box-shadow: var(--fg-shadow-sm); }
:root[data-theme="light"] .article-card:hover,
:root[data-theme="light"] .universe-card:hover,
:root[data-theme="light"] .farol-product-card:hover { border-color: rgba(0,127,158,.45); box-shadow: var(--fg-shadow-md); }
:root[data-theme="light"] .card-body h3,
:root[data-theme="light"] .universe-card strong,
:root[data-theme="light"] .guide-feature h3,
:root[data-theme="light"] .guide-list strong,
:root[data-theme="light"] .fg-empty-state h2,
:root[data-theme="light"] .fg-empty-state h3 { color: var(--fg-text-primary); }
:root[data-theme="light"] .card-body p,
:root[data-theme="light"] .universe-card small,
:root[data-theme="light"] .guide-feature p,
:root[data-theme="light"] .fg-empty-state p { color: var(--fg-text-secondary); }
:root[data-theme="light"] .quick-story { border-color: var(--fg-border); }
:root[data-theme="light"] .quick-story strong { color: var(--fg-text-primary); }
:root[data-theme="light"] .fg-ad-slot { border-color: var(--fg-border-strong); background: var(--fg-bg-secondary); color: var(--fg-text-muted); }

/* Deliberately dark islands preserve the Farol Geek atmosphere in light mode. */
:root[data-theme="light"] :is(.fg-hero-carousel, .review-feature, .review-rail, .fg-review-media, .section-platforms, .newsletter, .site-footer, .consent-panel) {
  --fg-bg-main: #0b0f17;
  --fg-bg-secondary: #10151e;
  --fg-bg-surface: #141922;
  --fg-bg-elevated: #202836;
  --fg-text-primary: #e6e9ee;
  --fg-text-secondary: #aab3c0;
  --fg-text-muted: #8793a3;
  --fg-on-primary: #00161b;
  --fg-on-secondary: #0b0f17;
  --fg-on-accent: #240318;
  --fg-on-offer: #271800;
  --fg-control-bg: #0f1620;
  --fg-control-border: #5b6a7c;
  --fg-control-placeholder: #93a0af;
  --fg-border: rgba(230,233,238,.12);
  --fg-border-strong: rgba(0,229,255,.32);
  --fg-primary: #00e5ff;
  --fg-primary-hover: #6fefff;
  --fg-primary-soft: rgba(0,229,255,.11);
  --fg-secondary: #9b5cff;
  --fg-secondary-hover: #b58aff;
  --fg-secondary-soft: rgba(155,92,255,.13);
  --fg-accent: #ff4db8;
  --fg-accent-soft: rgba(255,77,184,.12);
  --fg-offer: #ffb020;
  --fg-offer-hover: #ffc04d;
  --fg-offer-soft: rgba(255,176,32,.12);
  --fg-success: #36d399;
  --fg-success-soft: rgba(54,211,153,.12);
  --fg-danger: #ff7f98;
  --fg-danger-soft: rgba(255,92,122,.12);
  --fg-focus-ring: rgba(0,229,255,.35);
  color: var(--fg-text-primary);
}
:root[data-theme="light"] .fg-hero-carousel { border-color: var(--fg-border); background: var(--fg-bg-surface); box-shadow: var(--fg-shadow-md); }
:root[data-theme="light"] .hero-content h1 { color: var(--fg-text-primary); }
:root[data-theme="light"] .hero-content p { color: #c6ced9; }
:root[data-theme="light"] .fg-hero-carousel .button { background: var(--fg-primary); color: #00161b; }
:root[data-theme="light"] .review-feature,
:root[data-theme="light"] .review-rail { border-color: var(--fg-border); background: var(--fg-bg-surface); box-shadow: 0 18px 44px rgba(16,24,38,.14); }
:root[data-theme="light"] .review-copy h3,
:root[data-theme="light"] .review-rail-item strong { color: var(--fg-text-primary); }
:root[data-theme="light"] .review-copy p { color: var(--fg-text-secondary); }
:root[data-theme="light"] .review-feature .button-outline { border-color: var(--fg-primary); color: var(--fg-primary); }
:root[data-theme="light"] .review-feature .button-outline:hover { background: rgba(0,229,255,.08); color: #fff; }
:root[data-theme="light"] .section-platforms { background: radial-gradient(circle at 12% 20%, rgba(0,229,255,.07), transparent 25rem), #0b0f17; }
:root[data-theme="light"] .section-platforms .section-heading { border-color: var(--fg-border); }
:root[data-theme="light"] .section-platforms .section-heading h2 { color: var(--fg-text-primary); }
:root[data-theme="light"] .section-platforms .platform-card { border-color: var(--fg-border); background: linear-gradient(135deg, rgba(0,229,255,.09), transparent 75%), var(--fg-bg-surface); box-shadow: none; }
:root[data-theme="light"] .section-platforms .platform-card small { color: var(--fg-text-secondary); }
:root[data-theme="light"] .newsletter { border-color: var(--fg-border-strong); background: linear-gradient(120deg, #102032, #14152b 55%, #102637); }
:root[data-theme="light"] .newsletter h2 { color: var(--fg-text-primary); }
:root[data-theme="light"] .newsletter .button,
:root[data-theme="light"] .consent-panel .button { background: var(--fg-primary); color: var(--fg-on-primary); }
:root[data-theme="light"] .consent-panel .button-outline { border-color: var(--fg-primary); background: transparent; color: var(--fg-primary); }
:root[data-theme="light"] .consent-panel .button-outline:hover { border-color: var(--fg-text-primary); background: var(--fg-primary-soft); color: var(--fg-text-primary); }
:root[data-theme="light"] .consent-panel .consent-close { border-color: var(--fg-control-border); background: rgba(255,255,255,.035); color: var(--fg-text-primary); }
:root[data-theme="light"] .consent-panel .consent-close:hover { border-color: var(--fg-primary); background: var(--fg-primary-soft); color: var(--fg-text-primary); }
:root[data-theme="light"] .site-footer { background: #070b12; }
:root[data-theme="light"] .site-footer .brand-lockup > small { color: var(--fg-text-muted); }

:root[data-theme="light"] .editorial-hero,
:root[data-theme="light"] .platform-hero,
:root[data-theme="light"] .deals-hero,
:root[data-theme="light"] .store-hero,
:root[data-theme="light"] .article-header { border-color: var(--fg-border); background: linear-gradient(105deg, var(--fg-primary-soft), transparent 58%); }
:root[data-theme="light"] .editorial-hero::after,
:root[data-theme="light"] .platform-hero::after,
:root[data-theme="light"] .deals-hero::after,
:root[data-theme="light"] .store-hero::after { -webkit-text-stroke-color: rgba(0,127,158,.1); }
:root[data-theme="light"] .editorial-hero h1,
:root[data-theme="light"] .platform-hero h1,
:root[data-theme="light"] .deals-hero h1,
:root[data-theme="light"] .store-hero h1,
:root[data-theme="light"] .search-hero h1,
:root[data-theme="light"] .article-header h1 { color: var(--fg-text-primary); }
:root[data-theme="light"] .editorial-hero-grid > div > p:last-child,
:root[data-theme="light"] .platform-hero .container > p:not(.eyebrow),
:root[data-theme="light"] .deals-hero .container > p:not(.eyebrow),
:root[data-theme="light"] .store-hero p,
:root[data-theme="light"] .article-header .article-subtitle { color: var(--fg-text-secondary); }
:root[data-theme="light"] .editorial-store-promo { border-color: rgba(184,95,0,.3); background: var(--fg-bg-surface); box-shadow: var(--fg-shadow-sm); }
:root[data-theme="light"] .trust-row span { border-color: var(--fg-border); background: var(--fg-bg-surface); color: var(--fg-text-secondary); }
:root[data-theme="light"] .article-cover { border-color: var(--fg-border); background: var(--fg-bg-surface); box-shadow: var(--fg-shadow-md); }
:root[data-theme="light"] .article-score { --fg-primary: #006f8a; --fg-text-primary: #101826; background: var(--fg-bg-surface); }
:root[data-theme="light"] .entry-content { color: #263448; }
:root[data-theme="light"] .entry-content h2,
:root[data-theme="light"] .entry-content h3 { color: var(--fg-text-primary); }
:root[data-theme="light"] .entry-content blockquote { border-color: var(--fg-secondary); background: var(--fg-secondary-soft); color: var(--fg-text-primary); }
:root[data-theme="light"] .entry-content th { background: var(--fg-bg-elevated); }
:root[data-theme="light"] .farol-editorial-note { border-color: rgba(0,127,158,.28); background: var(--fg-primary-soft); color: var(--fg-text-secondary); }
:root[data-theme="light"] .fg-author-card { border-color: var(--fg-border); }
:root[data-theme="light"] .product-gallery,
:root[data-theme="light"] .product-image { border-color: var(--fg-border); background: #fff; }
:root[data-theme="light"] .product-card-body h3 a,
:root[data-theme="light"] .product-summary h1 { color: var(--fg-text-primary); }
:root[data-theme="light"] .product-reason,
:root[data-theme="light"] .farol-product-card small,
:root[data-theme="light"] .product-lead { color: var(--fg-text-secondary); }
:root[data-theme="light"] .product-trust { border-color: var(--fg-border); color: var(--fg-text-secondary); }
:root[data-theme="light"] .not-found-code { -webkit-text-stroke-color: rgba(0,127,158,.24); }
:root[data-theme="light"] .not-found h1 { color: var(--fg-text-primary); }

@media (max-width: 980px) {
  .universe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :root[data-theme="light"] .primary-nav { border-color: var(--fg-border); background: rgba(255,255,255,.99); box-shadow: var(--fg-shadow-md); }
  :root[data-theme="light"] .primary-nav a { border-color: var(--fg-border); }
  :root[data-theme="light"] .drawer-offer { border-color: rgba(184,95,0,.35) !important; color: var(--fg-offer) !important; }
}

@media (max-width: 560px) {
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 170px; }
}
