/* ===========================================================
   RyeBlog 示例主题 —— 暖橙风格
   @Title 暖橙主题
   @Desc 温暖的橙色调主题，适合个人博客
   =========================================================== */

.theme-fresh {
    --g-900: #bf360c;
    --g-700: #d84315;
    --g-600: #e64a19;
    --g-500: #ff6e40;
    --g-400: #ff8a65;
    --g-300: #ffab91;
    --g-200: #ffccbc;
    --g-100: #ffe0d0;
    --g-050: #fff3ee;
    --g-025: #fff8f5;
}

.article h1 { border-bottom: 3px solid var(--g-500); padding-bottom: 12px; }
a { color: var(--g-700); text-decoration: none; transition: color .15s; }
a:hover { color: var(--g-900); text-decoration: underline; }
.post-card { transition: box-shadow .2s, transform .2s; }
.post-card:hover { box-shadow: 0 8px 30px rgba(232, 74, 25, .12); transform: translateY(-2px); }
