.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border);border-radius:50%;background:var(--color-bg);color:var(--color-text);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--color-bg-secondary)}.header{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:background-color .2s ease,border-color .2s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--max-width);margin:0 auto;padding:.75rem 1rem}.header-title{font-size:1.25rem;font-weight:700;color:var(--color-text)!important;text-decoration:none;white-space:nowrap}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:var(--color-text-secondary);font-size:.95rem;transition:color .2s ease}.header-nav a:hover{color:var(--color-primary)}@media(min-width:1024px){.header-inner{padding:.75rem 0}}.footer{text-align:center;padding:1.5rem 1rem;border-top:1px solid var(--color-border);color:var(--color-text-secondary);font-size:.85rem;transition:border-color .2s ease}.post-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.post-card:hover{box-shadow:var(--shadow-card-hover)}.post-card-link{color:var(--color-text)!important;text-decoration:none}.post-card-title{font-size:1.35rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.post-card-title:hover{color:var(--color-primary)}.post-card-date{display:block;font-size:.85rem;color:var(--color-text-secondary);margin-bottom:.5rem}.post-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.post-card-tag{display:inline-block;padding:.15rem .6rem;font-size:.8rem;background:var(--color-tag-bg);color:var(--color-tag-text)!important;border-radius:100px;transition:background-color .2s ease}.post-card-tag:hover{filter:brightness(.95)}.post-card-excerpt{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.post-card-readmore{font-size:.9rem;font-weight:500}.tag-cloud{margin-bottom:1.5rem}.tag-cloud-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.tag-cloud-list{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.tag-cloud-item{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .7rem;font-size:.85rem;border-radius:100px;background:var(--color-bg-secondary);color:var(--color-text-secondary)!important;transition:background-color .2s ease,color .2s ease}.tag-cloud-item:hover{background:var(--color-border)}.tag-cloud-item--active{background:var(--color-primary)!important;color:#fff!important}.tag-cloud-count{font-size:.75rem;opacity:.7}@media(min-width:640px){.tag-cloud-list{flex-direction:column}}.home-layout{display:flex;flex-direction:column;gap:1.5rem}.home-posts{display:flex;flex-direction:column;gap:1.5rem;flex:1}.home-empty{text-align:center;color:var(--color-text-secondary);padding:3rem 0}@media(min-width:640px){.home-layout{display:grid;grid-template-columns:1fr 200px;gap:2rem}}@media(min-width:1024px){.home-layout{grid-template-columns:1fr 240px}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.post{max-width:100%}.post-back{display:inline-block;font-size:.9rem;margin-bottom:1.5rem;color:var(--color-text-secondary)}.post-back:hover{color:var(--color-primary)}.post-not-found{text-align:center;padding:3rem 0}.post-not-found h1{font-size:1.5rem;margin-bottom:.5rem}.post-not-found p{color:var(--color-text-secondary);margin-bottom:1rem}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.post-title{font-size:1.75rem;font-weight:800;line-height:1.3;margin-bottom:.5rem}.post-date{display:block;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:.75rem}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.post-tag{display:inline-block;padding:.15rem .6rem;font-size:.8rem;background:var(--color-tag-bg);color:var(--color-tag-text)!important;border-radius:100px}.post-body{font-size:1.05rem;line-height:1.8;color:var(--color-text)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--color-text);font-weight:700;line-height:1.3;margin:1.75em 0 .5em}.post-body h1{font-size:1.6rem}.post-body h2{font-size:1.35rem;border-bottom:1px solid var(--color-border);padding-bottom:.3em}.post-body h3{font-size:1.15rem}.post-body p{margin-bottom:1em}.post-body ul,.post-body ol{margin-bottom:1em;padding-left:1.5em}.post-body li{margin-bottom:.25em}.post-body blockquote{border-left:4px solid var(--color-primary);padding:.5em 1em;margin-bottom:1em;background:var(--color-bg-secondary);border-radius:0 var(--radius) var(--radius) 0}.post-body table{width:100%;border-collapse:collapse;margin-bottom:1em;font-size:.95rem}.post-body th,.post-body td{border:1px solid var(--color-border);padding:.5em .75em;text-align:left}.post-body th{background:var(--color-bg-secondary);font-weight:600}.post-body pre{border-radius:var(--radius);margin-bottom:1em;overflow-x:auto;font-size:.9rem;line-height:1.6}.post-body code{font-size:.9em}.post-body p code,.post-body li code{background:var(--color-code-bg);padding:.15em .4em;border-radius:4px}.post-body img{border-radius:var(--radius)}.post-body a{text-decoration:underline;text-underline-offset:2px}@media(min-width:768px){.post-title{font-size:2rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #ffffff;--color-bg-secondary: #f8f9fa;--color-text: #1a1a2e;--color-text-secondary: #6b7280;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-border: #e5e7eb;--color-code-bg: #f3f4f6;--color-tag-bg: #eff6ff;--color-tag-text: #2563eb;--shadow-card: 0 1px 3px rgba(0, 0, 0, .08);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .12);--max-width: 720px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "Fira Code", "Cascadia Code", Consolas, monospace;--radius: 8px}[data-theme=dark]{--color-bg: #0f172a;--color-bg-secondary: #1e293b;--color-text: #e2e8f0;--color-text-secondary: #94a3b8;--color-primary: #60a5fa;--color-primary-hover: #93c5fd;--color-border: #334155;--color-code-bg: #1e293b;--color-tag-bg: #1e3a5f;--color-tag-text: #60a5fa;--shadow-card: 0 1px 3px rgba(0, 0, 0, .3);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .5)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.7;transition:background-color .2s ease,color .2s ease;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto}code{font-family:var(--font-mono);font-size:.9em}pre{font-family:var(--font-mono)}#root{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;padding:1.5rem 1rem}@media(min-width:640px){.page-content{padding:2rem}}@media(min-width:1024px){.page-content{max-width:var(--max-width);margin:0 auto;padding:2rem 0}}[data-theme=dark] .hljs{color:#c9d1d9;background:#161b22}[data-theme=dark] .hljs-keyword,[data-theme=dark] .hljs-selector-tag,[data-theme=dark] .hljs-type{color:#ff7b72}[data-theme=dark] .hljs-string,[data-theme=dark] .hljs-addition{color:#a5d6ff}[data-theme=dark] .hljs-comment,[data-theme=dark] .hljs-quote{color:#8b949e}[data-theme=dark] .hljs-number,[data-theme=dark] .hljs-literal{color:#79c0ff}[data-theme=dark] .hljs-title,[data-theme=dark] .hljs-name{color:#d2a8ff}[data-theme=dark] .hljs-attr,[data-theme=dark] .hljs-attribute{color:#79c0ff}[data-theme=dark] .hljs-built_in,[data-theme=dark] .hljs-function{color:#d2a8ff}
