/*
Theme Name: 縮時森林
Theme URI: https://grovyn.com
Author: 阿翰
Description: 縮時森林官網自製主題
Version: 0.1.0
License: Proprietary
Text Domain: grovyn
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Noto Sans TC', system-ui, sans-serif; color: #333; background: #fff; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
#site-header { padding: 1rem 0; border-bottom: 1px solid #eee; }
#site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-menu { list-style: none; display: flex; gap: 1.5rem; flex-wrap: wrap; }
#main-content { min-height: 60vh; padding: 2rem 0; }
#site-footer { padding: 1.5rem 0; border-top: 1px solid #eee; text-align: center; font-size: 0.875rem; color: #666; }
.entry { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid #eee; }
.entry-title { margin-bottom: 0.5rem; font-size: 1.5rem; }
.entry-date { font-size: 0.875rem; color: #888; display: block; margin-bottom: 1rem; }
.entry-excerpt, .entry-content { line-height: 1.8; }
.archive-title { margin-bottom: 2rem; font-size: 2rem; }
