/*
Theme Name: AI 300 無界科技 Child
Theme URI: https://ai300.xyz
Description: Twenty Twenty-Four child theme — AI 300 | 無界科技 設計移植
Author: AI 300
Template: twentytwentyfour
Version: 1.0.0
Text Domain: ai300-child
*/

/*
 * Base layer. 主要設計系統由 theme.json（presets）與 assets/css/ai300.css 提供。
 * 此檔案只放最底層、與 theme.json 變數無關的基礎設定。
 */

:root {
	color-scheme: light dark;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: var(--wp--preset--color--ai300-accent-subtle, #FEF3EF);
	color: var(--wp--preset--color--ai300-accent, #C44D2B);
}

/* 細 scrollbar（對應 React styles.css 的 ::-webkit-scrollbar） */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: var(--wp--preset--color--ai300-bg-muted, #F0EEEA);
}

::-webkit-scrollbar-thumb {
	background: var(--wp--preset--color--ai300-border-strong, #C8C4BE);
	border-radius: 9999px;
}
