/*
Theme Name: 2・5chAIまとめ 販売サイトテーマ
Theme URI: https://2ch5ch-aimatome.com
Description: 2・5chAIまとめ プラグイン販売用 WordPress テーマ（ダーク / ビルボード型・LINE連携・ブログ集客対応）
Version: 8.2.0
Author: YOworks
Author URI: https://2ch5ch-aimatome.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-matome-sales
Domain Path: /languages
*/

/* ==================== グローバルの土台だけ ====================
 * 画面の見た目は assets/css/front.css（トップ = .nx）と
 * assets/css/pages.css（それ以外 = .sx）が持つ。
 * ここには「どの画面にも要るもの」だけを置き、コンポーネントは書かない。
 */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: #08080b;
  color: #f6f3ef;
  font-family: Inter, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}
img, video { max-width: 100%; height: auto; }
a { color: inherit; }

/* キーボード操作を見失わせない（マウス操作では出さない） */
:focus-visible { outline: 2px solid #ff7a18; outline-offset: 2px; border-radius: 3px; }

/* スクリーンリーダー専用（WordPress コア互換） */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; word-wrap: normal !important;
}

/* 投稿本文で使われるコアのクラス */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12.5px; color: #7a756e; margin-top: 6px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
