@charset "UTF-8";
:root { --ink: #1c1c1c; --stone: #6b6b6b; --warm-white: #fafafa; --accent: #2563eb; --accent-hover: #1d4ed8; --divider: #e5e5e5; --code-bg: #f0f0f0; --font-display: 'JetBrains Mono', monospace; --font-body: 'Inter', system-ui, sans-serif; --font-ui: 'JetBrains Mono', monospace; --font-mono: 'JetBrains Mono', monospace; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { font-family: var(--font-body); font-size: 1.1875rem; line-height: 1.7; color: var(--ink); background-color: var(--warm-white); }

.container { max-width: 680px; margin: 0 auto; padding: 0 2rem; }

.site-header { padding: 2rem 0; border-bottom: 1px solid var(--divider); animation: fadeIn 0.6s ease-out; }

.header-inner { display: flex; justify-content: space-between; align-items: baseline; }

.site-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }

.site-title:hover { color: var(--accent); }

nav { display: flex; gap: 2rem; }

nav a { font-family: var(--font-ui); font-size: 0.875rem; font-weight: 400; color: var(--stone); text-decoration: none; transition: color 0.2s ease; }

nav a:hover { color: var(--ink); }

.hero { padding: 7.5rem 0 5rem; animation: fadeUp 0.8s ease-out 0.1s both; }

.hero-title { font-family: var(--font-display); font-size: 3rem; font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 3rem; max-width: 540px; }

.hero-bio { color: var(--ink); margin-bottom: 2rem; max-width: 520px; }

.hero-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }

.hero-links a { font-family: var(--font-ui); font-size: 0.875rem; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 0.25rem; transition: color 0.2s ease; }

.hero-links a:hover { color: var(--accent-hover); }

.hero-links a::after { content: '↗'; font-size: 0.75rem; opacity: 0.7; }

.section { padding: 5rem 0; border-top: 1px solid var(--divider); animation: fadeUp 0.8s ease-out 0.2s both; }

.section-label { font-family: var(--font-ui); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--stone); margin-bottom: 2rem; }

.post-list { list-style: none; }

.post-item { padding: 2rem 0; border-bottom: 1px solid var(--divider); }

.post-item:first-child { padding-top: 0; }

.post-item:last-child { border-bottom: none; }

.post-title { font-family: var(--font-display); font-size: 1.75rem; font-weight: 400; line-height: 1.3; letter-spacing: -0.01em; margin-bottom: 0.5rem; }

.post-title a { color: var(--ink); text-decoration: none; transition: color 0.2s ease; }

.post-title a:hover { color: var(--accent); }

.post-meta { font-family: var(--font-ui); font-size: 0.875rem; color: var(--stone); }

.post-excerpt { margin-top: 1rem; color: var(--stone); font-size: 1.0625rem; }

.pagination { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--divider); display: flex; justify-content: space-between; align-items: center; }

.pagination-info { font-family: var(--font-ui); font-size: 0.875rem; color: var(--stone); }

.pagination-links { display: flex; gap: 1.5rem; }

.pagination-link { font-family: var(--font-ui); font-size: 0.875rem; color: var(--accent); text-decoration: none; transition: color 0.2s ease; }

.pagination-link:hover { color: var(--accent-hover); }

.pagination-disabled { color: var(--divider); cursor: default; }

.pagination-disabled:hover { color: var(--divider); }

.article-header { padding: 6rem 0 4rem; animation: fadeUp 0.8s ease-out both; }

.article-title { font-family: var(--font-display); font-size: 2.625rem; font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.5rem; }

.article-meta { font-family: var(--font-ui); font-size: 0.875rem; color: var(--stone); margin-bottom: 0.5rem; }

.article-canonical { font-family: var(--font-ui); font-size: 0.875rem; }

.article-canonical a { color: var(--accent); text-decoration: none; }

.article-canonical a:hover { text-decoration: underline; }

.article-content { padding-bottom: 4rem; animation: fadeUp 0.8s ease-out 0.15s both; }

.article-content p { margin-bottom: 1.5rem; }

.article-content h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; margin-top: 3rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; }

.article-content h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; margin-top: 2.5rem; margin-bottom: 1rem; }

.article-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; transition: text-decoration-thickness 0.2s ease; }

.article-content a:hover { text-decoration-thickness: 2px; }

.article-content pre { background: var(--code-bg); border-radius: 6px; padding: 1.5rem; overflow-x: auto; margin: 2rem 0; font-family: var(--font-mono); font-size: 0.9375rem; line-height: 1.6; }

.article-content code { font-family: var(--font-mono); font-size: 0.9em; background: var(--code-bg); padding: 0.125rem 0.375rem; border-radius: 3px; }

.article-content pre code { background: none; padding: 0; }

.article-content ul, .article-content ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }

.article-content li { margin-bottom: 0.5rem; }

.article-content blockquote { border-left: 3px solid var(--divider); padding-left: 1.5rem; margin: 2rem 0; color: var(--stone); font-style: italic; }

.article-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 2rem 0; }

.page-header { padding: 6rem 0 3rem; animation: fadeUp 0.8s ease-out both; }

.page-title { font-family: var(--font-display); font-size: 2.625rem; font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; }

.page-content { padding-bottom: 4rem; animation: fadeUp 0.8s ease-out 0.15s both; }

.page-content p { margin-bottom: 1.5rem; }

.page-content a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

.page-content a:hover { text-decoration-thickness: 2px; }

.site-footer { padding: 3rem 0; border-top: 1px solid var(--divider); animation: fadeIn 0.6s ease-out 0.3s both; }

.footer-content { font-family: var(--font-ui); font-size: 0.875rem; color: var(--stone); display: flex; justify-content: space-between; align-items: center; }

.footer-links { display: flex; gap: 1.5rem; }

.footer-links a { color: var(--stone); text-decoration: none; transition: color 0.2s ease; }

.footer-links a:hover { color: var(--ink); }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeUp { from { opacity: 0;
    transform: translateY(20px); }
  to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 640px) { .container { padding: 0 1.5rem; } .hero { padding: 4rem 0 3rem; } .hero-title { font-size: 2rem; } .article-header, .page-header { padding: 4rem 0 2rem; } .article-title, .page-title { font-size: 1.75rem; } .post-title { font-size: 1.375rem; } .footer-content { flex-direction: column; gap: 1rem; text-align: center; } .pagination { flex-direction: column; gap: 1rem; text-align: center; } }

/*# sourceMappingURL=style.css.map */