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

html { font-size: 62.5%; }

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-size: 1.6rem; line-height: 1.6em; color: #333; background: #fff; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 { color: #15171a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; line-height: 1.15em; margin: 0 0 0.4em; font-weight: 600; }

h1 { font-size: 4.2rem; }

h2 { font-size: 2.8rem; margin-top: 1.8em; }

h3 { font-size: 2.2rem; margin-top: 1.5em; }

h4 { font-size: 1.8rem; }

p { margin: 0 0 1.5em; }

a { color: #3eb0ef; text-decoration: none; }

a:hover { text-decoration: underline; }

ul, ol { margin: 0 0 1.5em; padding-left: 2em; }

li { margin-bottom: 0.5em; }

img { max-width: 100%; height: auto; }

blockquote { margin: 1.5em 0; padding: 0 1.5em; border-left: 3px solid #3eb0ef; }

blockquote p:last-child { margin-bottom: 0; }

hr { border: 0; border-top: 1px solid #e5eff5; margin: 2.5em 0; }

code { font-family: Menlo, Courier, monospace; font-size: 0.85em; background: #f0f6f9; padding: 0.2em 0.4em; border-radius: 3px; }

pre { background: #1e1e2e; color: #cdd6f4; padding: 1.5em 2em; border-radius: 5px; overflow-x: auto; margin: 1.5em 0; line-height: 1.5; font-size: 1.4rem; }

pre code { background: none; color: inherit; padding: 0; font-size: inherit; }

table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 1.5rem; }

table th, table td { padding: 0.6em 1em; text-align: left; border-bottom: 1px solid #e5eff5; }

table th { font-weight: 600; }

.outer { padding: 0 4vw; }

.inner { max-width: 1040px; margin: 0 auto; }

.site-header { background: #1a1a2e; color: #fff; padding: 4vw 0; position: relative; overflow: hidden; }

.site-header .inner { display: flex; flex-direction: column; position: relative; z-index: 1; }

.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

.hero-bg svg { width: 100%; height: 100%; }

.site-header-content { background-color: rgba(0, 0, 0, 0.28); padding: 2rem 2.5rem; display: inline-block; max-width: 50%; margin-bottom: 2rem; }

.site-title { font-family: "Bree Serif", Georgia, serif; font-size: 3.8rem; font-weight: 400; color: #fff; text-decoration: none; margin: 0; line-height: 1; }

.site-description { font-size: 1.4rem; font-weight: 300; color: rgba(255, 255, 255, 0.7); margin: 0.5rem 0 0; }

.site-description { font-size: 1.6rem; font-weight: 400; color: rgba(255, 255, 255, 0.8); margin: 0.3rem 0 0; }

.site-disclaimer { font-size: 1.2rem; color: rgba(255, 255, 255, 0.6); margin: 0.8rem 0 0; }

.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 2rem; }

.site-nav a { color: rgba(255, 255, 255, 0.7); font-size: 1.3rem; text-decoration: none; }

.site-nav a:hover { color: #fff; text-decoration: none; }

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

.social-links a { color: rgba(255, 255, 255, 0.7); font-size: 1.4rem; }

.social-links a:hover { color: #fff; }

.site-main { padding: 4vw 0; }

.post-feed { display: flex; flex-wrap: wrap; gap: 4rem 2.5%; }

.post-card { flex: 0 1 31%; display: flex; flex-direction: column; background: #fff; border-radius: 5px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04); transition: box-shadow 0.3s ease, transform 0.3s ease; }

.post-card:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.06); transform: translateY(-2px); }

.post-card-content { flex-grow: 1; display: flex; flex-direction: column; }

.post-card-content-link { display: block; padding: 2.5rem 2.5rem 0; color: #333; text-decoration: none; flex-grow: 1; }

.post-card-content-link:hover { text-decoration: none; }

.post-card-tags { font-size: 1.2rem; font-weight: 600; color: #3eb0ef; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 0.5rem; }

.post-card-title { font-size: 2.2rem; font-weight: 600; line-height: 1.25; margin: 0 0 0.6rem; color: #15171a; }

.post-card-excerpt { font-size: 1.5rem; line-height: 1.55; color: #738a94; }

.post-card-excerpt p { margin: 0; }

.post-card-meta { padding: 1.5rem 2.5rem 2.5rem; display: flex; justify-content: space-between; align-items: center; }

.reading-time { font-size: 1.2rem; color: #738a94; font-weight: 500; }

.post-page-header { padding: 1.2rem 0; }

.post-page-header .inner { display: block; flex-direction: unset; }

.post-page-header .site-nav { display: flex; justify-content: space-between; align-items: center; }

.site-nav-left { display: flex; align-items: center; }

.site-nav-logo { font-family: "Bree Serif", Georgia, serif; font-size: 2rem; font-weight: 400; color: #fff; text-decoration: none; }

.site-nav-logo:hover { text-decoration: none; color: #fff; }

.site-nav-right { display: flex; align-items: center; gap: 1.5rem; }

.post-full { max-width: 740px; margin: 0 auto; padding: 6vw 0; }

.post-full-header { text-align: center; margin-bottom: 3.5rem; }

.post-full-meta { font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: #3eb0ef; margin: 0 0 1.5rem; }

.post-full-meta time { color: #3eb0ef; }

.date-divider { margin: 0 0.6rem; color: #738a94; }

.post-full-meta-tag { color: #3eb0ef; }

.post-full-title { font-size: 5rem; font-weight: 700; line-height: 1.05; margin: 0; color: #15171a; text-align: left; }

.post-full-content { max-width: 740px; margin: 0 auto; }

.post-content { font-size: 2rem; line-height: 1.7; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

.post-content p { margin: 0 0 1.5em; }

.post-content h2 { margin-top: 2.5em; }

.post-content h3 { margin-top: 2em; }

.post-content img { margin: 1.5em 0; }

.post-content a { color: #15171a; text-decoration: underline; }

.post-content a:hover { color: #3eb0ef; }

.post-footer { margin-top: 5rem; padding-top: 3rem; border-top: 1px solid #e5eff5; }

.post-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; list-style: none; padding: 0; margin: 0; }

.post-tag { font-size: 1.2rem; color: #738a94; background: #f0f6f9; padding: 0.4em 1em; border-radius: 100px; text-decoration: none; }

.post-tag:hover { color: #15171a; text-decoration: none; }

.page-title { font-size: 3.6rem; font-weight: 700; margin: 0 0 2rem; color: #15171a; }

.site-footer { background: #1a1a2e; color: rgba(255, 255, 255, 0.6); padding: 3rem 0; }

.site-footer .inner { display: flex; justify-content: space-between; align-items: center; }

.site-footer p { font-size: 1.3rem; margin: 0; }

.site-footer nav { display: flex; gap: 2rem; }

.site-footer a { color: rgba(255, 255, 255, 0.6); font-size: 1.3rem; text-decoration: none; }

.site-footer a:hover { color: #fff; }

.archive-list { max-width: 740px; margin: 0 auto; }

.archive-year { font-size: 1.4rem; font-weight: 700; color: #738a94; letter-spacing: 0.03em; margin: 3rem 0 1rem; }

.archive-year:first-child { margin-top: 0; }

.archive-item { display: flex; justify-content: space-between; align-items: baseline; padding: 0.6rem 0; border-bottom: 1px solid #e5eff5; }

.archive-item a { color: #15171a; font-size: 1.6rem; text-decoration: none; }

.archive-item a:hover { color: #3eb0ef; }

.archive-item time { font-size: 1.3rem; color: #738a94; flex-shrink: 0; margin-left: 2rem; }

@media (max-width: 900px) { .post-card { flex: 0 1 48%; } .site-header-content { max-width: 70%; } }

@media (max-width: 600px) { .post-card { flex: 0 1 100%; } .site-header-content { max-width: 100%; padding: 1.5rem; } .site-title { font-size: 2.8rem; } .post-title { font-size: 3rem; } .site-footer .inner { flex-direction: column; gap: 1rem; text-align: center; } .site-nav { justify-content: center; flex-wrap: wrap; } .archive-item { flex-direction: column; gap: 0.2rem; } .archive-item time { margin-left: 0; } }

.highlight { background: #1e1e2e; color: #cdd6f4; border-radius: 5px; margin: 1.8em 0; }

.highlight pre { margin: 0; }

.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt { color: #cba6f7; }

.highlight .s, .highlight .s1, .highlight .s2, .highlight .se, .highlight .sh, .highlight .sx { color: #a6e3a1; }

.highlight .c, .highlight .c1, .highlight .cm, .highlight .cp, .highlight .cs { color: #585b70; font-style: italic; }

.highlight .nf, .highlight .nx { color: #89b4fa; }

.highlight .vi, .highlight .nv, .highlight .vc, .highlight .vg { color: #f38ba8; }

.highlight .m, .highlight .mi, .highlight .mf, .highlight .mh, .highlight .mo { color: #fab387; }

.highlight .na { color: #89b4fa; }

.highlight .nb { color: #f9e2af; }

.highlight .no { color: #fab387; }

.highlight .o, .highlight .ow { color: #89dceb; }

.highlight .p { color: #cdd6f4; }

.highlight .err { color: #f38ba8; }

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