@charset "UTF-8";
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #111; text-decoration: underline; }
.social-media-list a:hover { text-decoration: none; }
.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }
table tr:nth-child(even) { background-color: #f7f7f7; }
table th, table td { padding: 10px 15px; }
table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }
table td { border: 1px solid #e8e8e8; }

/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; }

.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }

.site-nav { float: right; line-height: 54px; }
.site-nav .nav-trigger { display: none; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #111; line-height: 1.5; }
.site-nav .page-link:not(:last-child) { margin-right: 20px; }
@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; }
  .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { fill: #424242; }
  .site-nav input ~ .trigger { clear: both; display: none; }
  .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
/** Page content */
.page-content { padding: 30px 0; flex: 1; }

.page-heading { font-size: 32px; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }
.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }
.post-content h2 { font-size: 32px; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }
.post-content h3 { font-size: 26px; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #eef; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }

:root { --background: #fff; --surface: #f7f8fa; --text: #171717; --text-muted: #6b7280; --border: #e5e7eb; --accent: #2563eb; --accent-dark: #1d4ed8; --max-width: 1080px; }

* { box-sizing: border-box; }

body { background: var(--background); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }

a { color: inherit; }

a:hover { color: var(--accent); text-decoration: none; }

a:focus-visible, input:focus-visible + label { outline: 3px solid #93c5fd; outline-offset: 3px; border-radius: 2px; }

.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }

.site-main { min-height: calc(100vh - 140px); }

.site-header { position: relative; z-index: 2; min-height: 0; border: 0; border-bottom: 1px solid var(--border); background: var(--background); }

.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 24px; }

.site-name { color: var(--text); font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; white-space: nowrap; }

.site-nav { line-height: normal; }

.nav-toggle, .nav-toggle-label { display: none; }

.nav-links { display: flex; align-items: center; gap: 28px; }

.nav-links a { color: #374151; font-size: 0.9375rem; font-weight: 500; }

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

.hero { padding: 112px 0 104px; }

.hero-inner { max-width: 880px; margin-left: max(24px, calc((100vw - var(--max-width)) / 2)); }

.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }

h1, h2, h3 { color: var(--text); letter-spacing: -0.035em; }

.hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.45rem, 5.6vw, 4.65rem); font-weight: 700; line-height: 1.08; }

.hero-copy { max-width: 680px; margin: 27px 0 0; color: var(--text-muted); font-size: 1.125rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--border); border-radius: 5px; font-size: 0.9375rem; font-weight: 600; }

.button-primary { border-color: var(--accent); background: var(--accent); color: #fff; }

.button-primary:hover { background: var(--accent-dark); color: #fff; }

.button-secondary { background: #fff; color: var(--text); }

.button-secondary:hover { border-color: #9ca3af; color: var(--text); }

.section { padding: 80px 0; }

.section-muted { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }

.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 32px; }

.section-heading h2, .currently h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; line-height: 1.15; }

.text-link { display: inline-block; margin-top: 30px; color: var(--accent); font-size: 0.9375rem; font-weight: 650; }

.text-link:hover { color: var(--accent-dark); text-decoration: underline; }

.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.project-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 7px; background: #fff; }

.project-preview { display: grid; min-height: 118px; place-items: center; border-bottom: 1px solid var(--border); background: var(--surface); color: #9ca3af; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.project-image { width: 100%; max-height: 250px; object-fit: cover; border-bottom: 1px solid var(--border); }

.project-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }

.project-card-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }

.project-card h3 { margin: 0; font-size: 1.25rem; line-height: 1.3; }

.project-card h3 a:hover { color: var(--accent); }

.project-card p { margin: 15px 0 20px; color: var(--text-muted); font-size: 0.9375rem; line-height: 1.65; }

.project-links { display: flex; flex-wrap: wrap; gap: 18px; }

.project-header .project-links { margin-top: 30px; }

.project-links .text-link { margin-top: 0; }

.project-card-links { margin-top: auto; }

.project-card .text-link { margin-top: 0; }

.status { color: var(--text-muted); font-size: 0.75rem; white-space: nowrap; }

.technology-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 22px; list-style: none; }

.technology-list li { padding: 3px 8px; border: 1px solid var(--border); border-radius: 999px; color: #4b5563; font-size: 0.75rem; line-height: 1.35; }

.post-rows { border-top: 1px solid var(--border); }

.post-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border); }

.post-row h3 { margin: 0; font-size: 1.125rem; line-height: 1.4; }

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

.post-row p { margin: 7px 0 0; color: var(--text-muted); font-size: 0.9375rem; }

.post-row time, .post-date { color: var(--text-muted); font-size: 0.8125rem; white-space: nowrap; }

.currently { padding: 68px 0; }

.currently-inner { display: grid; grid-template-columns: minmax(190px, 0.55fr) 1fr; gap: 48px; align-items: start; }

.currently ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }

.currently li { position: relative; padding-left: 18px; color: #374151; }

.currently li::before { position: absolute; left: 0; color: var(--accent); content: "•"; }

.content-page, .post, .project-page { max-width: 820px; padding-top: 76px; padding-bottom: 92px; }

.content-header { margin-bottom: 38px; }

.content-header h1 { margin: 0; font-size: clamp(2.25rem, 5vw, 3.4rem); font-weight: 700; line-height: 1.12; }

.post-header { margin-bottom: 32px; }

.post-header .eyebrow { margin-bottom: 12px; }

.post-date { display: block; margin-top: 15px; }

.project-intro { max-width: 670px; margin: 18px 0 23px; color: var(--text-muted); font-size: 1.125rem; }

.project-header .technology-list { margin-bottom: 24px; }

.project-grid-index, .post-rows-archive { margin-top: 8px; }

.post-rows-archive { border-top: 0; }

.blog-intro { max-width: 640px; margin: 0; color: var(--text-muted); font-size: 1.0625rem; }

.blog-filters { display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 29px 0 43px; border-bottom: 1px solid var(--border); }

.blog-filter { padding: 0 0 10px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--text-muted); cursor: pointer; font: inherit; font-size: 0.9375rem; font-weight: 550; }

.blog-filter:hover { color: var(--text); }

.blog-filter.is-active { border-bottom-color: var(--text); color: var(--text); }

.blog-filter:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; border-radius: 2px; }

.blog-month { padding: 0; }

.blog-month + .blog-month { margin-top: 45px; }

.blog-month h2 { margin: 0; color: var(--text-muted); font-size: 0.8125rem; font-weight: 650; letter-spacing: 0.06em; line-height: 1.3; text-transform: uppercase; }

.blog-post-item { padding: 30px 0 32px; border-bottom: 1px solid var(--border); }

.blog-post-category { margin: 0 0 8px; color: #4b5563; font-size: 0.6875rem; font-weight: 750; letter-spacing: 0.09em; line-height: 1.35; text-transform: uppercase; }

.blog-post-item h3 { margin: 0; font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 650; line-height: 1.3; }

.blog-post-item h3 a:hover { color: var(--accent); }

.blog-post-meta, .blog-post-tags { margin: 10px 0 0; color: var(--text-muted); font-size: 0.8125rem; }

.blog-post-description { max-width: 700px; margin: 12px 0 0; color: #4b5563; font-size: 0.9375rem; line-height: 1.65; }

.blog-post-tags { margin-top: 13px; }

.prose { color: #30343b; font-size: 1rem; }

.prose > :last-child { margin-bottom: 0; }

.prose h2, .prose h3, .prose h4 { margin-top: 2.2em; font-weight: 700; line-height: 1.25; }

.prose h2 { font-size: 1.7rem; }

.prose h3 { font-size: 1.3rem; }

.prose p, .prose ul, .prose ol, .prose blockquote, .prose pre { margin-bottom: 1.25em; }

.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

.prose a:hover { color: var(--accent-dark); }

.prose blockquote { border-left-color: #bfdbfe; color: #4b5563; }

.prose pre, .prose code { border-color: var(--border); background: #f6f8fa; }

.prose pre { padding: 16px; }

.site-footer { border: 0; border-top: 1px solid var(--border); padding: 0; background: #fff; }

.footer-inner { min-height: 76px; color: var(--text-muted); font-size: 0.8125rem; }

.footer-inner p { margin: 0; }

.social-links { display: flex; gap: 20px; margin: 0; list-style: none; }

.social-links a { color: #4b5563; }

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

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media screen and (max-width: 768px) { .container { width: min(calc(100% - 40px), var(--max-width)); }
  .hero { padding: 88px 0 82px; }
  .hero-inner { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; }
  .section { padding: 64px 0; }
  .currently-inner { grid-template-columns: 1fr; gap: 24px; }
  .content-page, .post, .project-page { padding-top: 58px; padding-bottom: 68px; } }
@media screen and (max-width: 600px) { .header-inner { min-height: 60px; }
  .site-nav { position: relative; }
  .nav-toggle-label { display: grid; width: 38px; height: 38px; place-items: center; cursor: pointer; }
  .nav-toggle-label span[aria-hidden="true"], .nav-toggle-label span[aria-hidden="true"]::before, .nav-toggle-label span[aria-hidden="true"]::after { display: block; width: 18px; height: 2px; background: var(--text); content: ""; }
  .nav-toggle-label span[aria-hidden="true"] { position: relative; }
  .nav-toggle-label span[aria-hidden="true"]::before { position: absolute; top: -6px; }
  .nav-toggle-label span[aria-hidden="true"]::after { position: absolute; top: 6px; }
  .nav-links { position: absolute; top: 49px; right: 0; display: none; min-width: 160px; padding: 8px; border: 1px solid var(--border); border-radius: 6px; background: #fff; box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08); }
  .nav-links a { padding: 8px 10px; }
  .nav-toggle:checked ~ .nav-links { display: grid; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-body { padding: 22px; }
  .post-row { grid-template-columns: 1fr; gap: 7px; }
  .post-row time { order: -1; }
  .hero h1 { font-size: 2.35rem; }
  .hero-copy { font-size: 1rem; }
  .blog-filters { gap: 6px 18px; margin-bottom: 35px; }
  .blog-post-item { padding: 26px 0 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; padding: 18px 0; } }
