/*
Theme Name: 白夜の記 Byoru
Theme URI: https://woaiclannad.top/
Author: Byoru
Description: 晨曦星空治愈系个人博客主题，灵感取自星街すいせい官网的编排与动效。暮色英雄区 + 浅色阅读区，暖橘与星空蓝紫双强调色；含星空粒子、彗星、鼠标星尘、滚动揭开、聚光灯图集，及网易云黑胶播放器。
Version: 1.4.0
Requires at least: 6.0
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: byoru
*/

:root{
  /* 浅色阅读底 · 冷白通透 */
  --bg:#F5FAF9; --bg-2:#EAF3F1; --card:#DCEBE7; --line:#CDE2DD;
  /* 文字 · 深青灰 */
  --text:#2C3A42; --text-soft:#5E727A; --text-faint:#9CB2B5;
  /* 主强调（薄荷青 · 灵魂色） */
  --accent:#3FB5A0; --accent-deep:#2E8C7C;
  /* 冷强调（海蓝） */
  --cool:#4F86C6; --cool-deep:#345F96;
  /* 星辉（彗星/星点青白光） */
  --star:#BFEAF0;
  /* 暮色天空渐变 · 深夜蓝→海青→薄雾青 */
  --twilight:linear-gradient(165deg,#15273F 0%,#1E3A52 28%,#2C6E78 58%,#4FA89C 80%,#BFE3D8 100%);
  /* 缓动/时长/宽度（保留） */
  --ease-01:cubic-bezier(.27,.76,0,1);
  --ease-02:cubic-bezier(0.22,1,0.36,1);
  --dur:0.4s;
  --maxw:1240px;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);color:var(--text);
  font-family:'Inter','Noto Sans SC',system-ui,sans-serif;
  overflow-x:hidden;line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4{font-family:'Noto Serif SC',serif;color:var(--text);line-height:1.3;}
::selection{background:var(--accent);color:#fff;}
