*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, sans-serif; background: #faf9f7; color: #1e1e2a; line-height: 1.75; }
img { max-width: 100%; height: auto; display: block; }
a { color: #2a5c8a; text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s; }
a:hover { color: #c94f2b; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-weight: 700; color: #1a1a2e; }
h1 { font-size: 2.4rem; margin-bottom: 0.75rem; }
h2 { font-size: 1.8rem; margin-top: 2.4rem; margin-bottom: 0.6rem; border-bottom: 3px solid #e0dcd3; padding-bottom: 0.3rem; }
h3 { font-size: 1.35rem; margin-top: 1.8rem; margin-bottom: 0.4rem; }
h4 { font-size: 1.1rem; margin-top: 1.2rem; margin-bottom: 0.3rem; font-weight: 600; }
p { margin-bottom: 1rem; }
ul, ol { margin-bottom: 1rem; padding-left: 1.6rem; }
li { margin-bottom: 0.3rem; }
strong { font-weight: 700; color: #0f2b3d; }
blockquote { border-left: 4px solid #2a5c8a; padding-left: 1.2rem; margin: 1.2rem 0; color: #3d3d4a; font-style: italic; background: #f3f1ed; padding: 0.8rem 1.2rem; border-radius: 0 6px 6px 0; }
time { font-weight: 600; color: #555; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.2rem; }
.row { display: flex; flex-wrap: wrap; gap: 2rem; }
.col-8 { flex: 1 1 65%; min-width: 280px; }
.col-4 { flex: 1 1 30%; min-width: 240px; }
.site-header { background: linear-gradient(145deg, #1a1a2e 0%, #2a2a4a 100%); color: #fff; padding: 0.6rem 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.my-logo { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.5px; color: #f5d742; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.my-logo:hover { color: #ffe066; }
.my-logo i { font-size: 2rem; color: #f5d742; }
.my-logo span { font-size: 0.75rem; font-weight: 400; color: #aaa; display: block; line-height: 1.1; }
.logo-sub { font-size: 0.7rem; color: #b0b0c0; letter-spacing: 0.5px; }
.nav-bar { display: flex; align-items: center; gap: 0.3rem; flex-wrap: wrap; }
.nav-bar a { color: #ddd; text-decoration: none; padding: 0.4rem 0.9rem; border-radius: 30px; font-size: 0.92rem; font-weight: 500; transition: all 0.2s; }
.nav-bar a:hover { background: rgba(245,215,66,0.2); color: #f5d742; }
.nav-bar a i { margin-right: 0.3rem; }
.hamburger { display: none; background: none; border: none; color: #fff; font-size: 1.6rem; cursor: pointer; padding: 0.2rem 0.6rem; }
.breadcrumb { background: #eceae4; padding: 0.5rem 0; font-size: 0.85rem; }
.breadcrumb ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.3rem 0.1rem; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "›"; margin: 0 0.4rem; color: #888; }
.breadcrumb a { color: #2a5c8a; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .current { color: #555; font-weight: 600; }
main { padding: 2rem 0 3rem; }
.featured-image { border-radius: 14px; margin: 1.6rem 0; box-shadow: 0 6px 30px rgba(0,0,0,0.08); }
.featured-image img { border-radius: 14px; width: 100%; }
.featured-image figcaption { font-size: 0.85rem; color: #666; margin-top: 0.4rem; text-align: center; }
.last-updated { display: inline-block; background: #e8e5de; padding: 0.2rem 1rem; border-radius: 30px; font-size: 0.85rem; color: #444; margin-bottom: 1.2rem; }
.sidebar-card { background: #fff; border-radius: 14px; padding: 1.4rem; margin-bottom: 1.6rem; box-shadow: 0 2px 16px rgba(0,0,0,0.04); border: 1px solid #e8e5de; }
.sidebar-card h3 { margin-top: 0; font-size: 1.2rem; border-bottom: 2px solid #e0dcd3; padding-bottom: 0.4rem; margin-bottom: 0.8rem; }
.sidebar-card ul { list-style: none; padding: 0; }
.sidebar-card li { margin-bottom: 0.4rem; }
.sidebar-card a { font-weight: 500; }
.search-form, .comment-form, .score-form { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1rem 0; }
.search-form input, .comment-form input, .comment-form textarea, .score-form select { padding: 0.6rem 1rem; border: 1px solid #ccc; border-radius: 30px; font-size: 0.95rem; background: #fff; flex: 1 1 200px; }
.search-form button, .comment-form button, .score-form button { padding: 0.6rem 1.6rem; border: none; border-radius: 30px; background: #2a5c8a; color: #fff; font-weight: 600; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; gap: 0.4rem; }
.search-form button:hover, .comment-form button:hover, .score-form button:hover { background: #1e4a6e; }
.score-form { align-items: center; }
.score-form label { font-weight: 600; margin-right: 0.3rem; }
.comment-list { margin-top: 1.2rem; }
.comment-item { background: #f6f4f0; border-radius: 12px; padding: 1rem 1.2rem; margin-bottom: 0.8rem; border-left: 4px solid #2a5c8a; }
.comment-item strong { color: #1a1a2e; }
.comment-item .date { font-size: 0.8rem; color: #888; }
.link-list-inline { display: flex; flex-wrap: wrap; gap: 0.4rem 0.8rem; padding: 0.6rem 0; list-style: none; }
.link-list-inline li::before { content: "🔗 "; }
.link-list-inline a { font-weight: 500; }
.site-footer { background: #1a1a2e; color: #ccc; padding: 2.4rem 0 1.2rem; margin-top: 2rem; }
.site-footer a { color: #b8c8e0; }
.site-footer a:hover { color: #f5d742; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 1.6rem; }
.footer-grid h4 { color: #f5d742; margin-bottom: 0.8rem; font-size: 1.1rem; }
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid li { margin-bottom: 0.3rem; }
friend-link { display: block; padding: 0.6rem 0; }
friend-link a { display: inline-block; margin-right: 1.2rem; }
.copyright { text-align: center; border-top: 1px solid #333; padding-top: 1.2rem; font-size: 0.85rem; color: #999; }
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  .hamburger { display: block; }
  .nav-bar { display: none; width: 100%; flex-direction: column; padding: 0.8rem 0 0.2rem; gap: 0.2rem; }
  .nav-bar.show { display: flex; }
  .nav-bar a { padding: 0.5rem 1rem; width: 100%; border-radius: 8px; }
  .col-8, .col-4 { flex: 1 1 100%; }
  .header-inner { flex-wrap: wrap; }
  .breadcrumb ul { flex-wrap: wrap; }
  .search-form, .comment-form, .score-form { flex-direction: column; }
  .search-form input, .comment-form input, .comment-form textarea, .score-form select { flex: 1 1 auto; }
}
@media (min-width: 769px) {
  .nav-bar { display: flex !important; }
}
.tag { display: inline-block; background: #e0dcd3; padding: 0.1rem 0.8rem; border-radius: 30px; font-size: 0.75rem; font-weight: 600; color: #333; margin-right: 0.3rem; }
.divider { height: 2px; background: linear-gradient(90deg, #e0dcd3, transparent); margin: 2rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 1.2rem 0; }
.stat-card { background: #fff; border-radius: 12px; padding: 1rem; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #ece9e3; }
.stat-card .num { font-size: 2rem; font-weight: 800; color: #2a5c8a; }
.stat-card .label { font-size: 0.8rem; color: #666; }
.interview-box { background: #f0ede7; border-radius: 14px; padding: 1.4rem; margin: 1.2rem 0; border-left: 5px solid #c94f2b; }
.interview-box .speaker { font-weight: 700; color: #1a1a2e; }
