/*
Theme Name: Soyo Gaming
Theme URI: https://github.com/soyo/soyo-gaming
Author: SOYO
Author URI: https://soyo.click
Description: Theme SEO-first hasil rebuild penuh dari template Next.js "base-next". Semua section dibangun ulang persis: hero banner slider (homepage), hero banner statis (subhalaman), hero tanpa banner, section H2 ber-ID, breadcrumb, FAQ dengan schema (Rank Math / Yoast / mandiri), header sticky + hamburger mobile, floating footer mobile, footer badge grid. 10 skin warna x mode gelap/terang, preset font, dan registry bahasa (en-IN, bn-BD, th-TH, id-ID, dst). Mendukung Gutenberg (blok + pola + theme.json), Elementor (widget + theme builder), Rank Math dan Yoast SEO. Sertakan demo importer satu klik.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soyo-gaming
Tags: one-column, two-columns, custom-colors, custom-menu, custom-logo, dark-mode, editor-style, block-patterns, block-styles, featured-images, full-width-template, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio, news

Soyo Gaming WordPress Theme, (C) 2026 SOYO
CSS produksi TIDAK ditulis di file ini. Stylesheet nyata dimuat modular dari
assets/css/ (tokens -> themes -> base -> components -> header -> footer ->
sections -> nx -> wp) supaya paritas 1:1 dengan template Next.js sumber.
File ini hanya header theme (wajib WordPress) + beberapa util cetak.
*/

/* Print: buang chrome, sisakan konten */
@media print {
  .site-header, .site-footer, .floating-actions,
  .skin-switch, .lang-switch, .nav-toggle, .home-banner-slider__controls { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  .section-card, .feature-card, .faq-item { box-shadow: none !important; border-color: #ddd !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}
