*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size:1rem;line-height:1.8;color:#1a1a2e;background-color:#fff;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.35;color:#1a1a2e;letter-spacing:-0.01em}h1{font-size:2rem;margin-bottom:0.75em}h2{font-size:1.5rem;margin-bottom:0.6em;margin-top:2em}h3{font-size:1.25rem;margin-bottom:0.5em;margin-top:1.5em}h4{font-size:1.1rem;margin-bottom:0.4em;margin-top:1.25em}h5,h6{font-size:1rem;margin-bottom:0.4em;margin-top:1em}p{margin-bottom:1.2em;word-wrap:break-word;overflow-wrap:break-word}strong{font-weight:600}a{color:#2563eb;text-decoration:none;transition:color 0.15s ease}a:hover{color:#1d4ed8}a:visited{color:#2563eb}img{max-width:100%;height:auto;display:block;border-radius:6px}figure{margin:1.5em 0}figure>img{margin:0 auto}figure figcaption{text-align:center;font-size:14px;color:#6b7280;margin-top:0.5em}ul,ol{margin-left:1.5em;margin-bottom:1.2em}ul li,ol li{margin-bottom:0.3em}ul li>ul,ul li>ol,ol li>ul,ol li>ol{margin-bottom:0;margin-top:0.3em}blockquote{border-left:3px solid #2563eb;padding:0.8em 1.2em;margin:1.5em 0;background:#f8f9fa;border-radius:0 6px 6px 0;color:#6b7280;font-size:0.95rem}blockquote>:last-child{margin-bottom:0}blockquote p{margin-bottom:0.5em}code{font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono","Consolas",monospace;font-size:0.875em;background:#f8f9fa;padding:0.15em 0.4em;border-radius:4px;color:#e11d48;word-break:break-word}pre{font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono","Consolas",monospace;font-size:0.875rem;line-height:1.6;background:#1e1e2e;color:#cdd6f4;padding:1.25em 1.5em;border-radius:8px;overflow-x:auto;margin:1.5em 0;-webkit-overflow-scrolling:touch}pre code{background:none;color:inherit;padding:0;font-size:inherit;border-radius:0;word-break:normal}table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:0.9rem;overflow-x:auto;display:block}@media screen and (max-width: 768px){table{font-size:0.85rem}}thead{border-bottom:2px solid #e5e7eb}th{font-weight:600;text-align:left;padding:0.75em 1em;color:#1a1a2e;background:#f8f9fa;white-space:nowrap}td{padding:0.75em 1em;border-bottom:1px solid #f0f0f0}tbody tr:hover{background:#f8f9fa}hr{border:none;border-top:1px solid #e5e7eb;margin:2em 0}::selection{background:#eff6ff;color:#1d4ed8}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.site-container{max-width:1080px;margin:0 auto;padding:0 24px}@media screen and (max-width: 640px){.site-container{padding:0 16px}}.content-container{max-width:720px;margin:0 auto;padding:0 24px}@media screen and (max-width: 640px){.content-container{padding:0 16px}}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0}.site-header__inner{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px}@media screen and (max-width: 640px){.site-header__inner{padding:0 16px}}.site-logo{font-size:1.1rem;font-weight:700;color:#1a1a2e;text-decoration:none;letter-spacing:-0.02em}.site-logo:hover{color:#1a1a2e}.site-logo:visited{color:#1a1a2e}.site-nav{display:flex;align-items:center;gap:4px}.site-nav__link{color:#6b7280;text-decoration:none;font-size:0.875rem;font-weight:500;padding:6px 12px;border-radius:6px;transition:all 0.15s ease}.site-nav__link:hover{color:#1a1a2e;background:#f8f9fa}.site-nav__link:visited{color:#6b7280}.site-nav__link--active{color:#2563eb;background:#eff6ff}.site-nav__link--active:visited{color:#2563eb}.site-nav__github{display:flex;align-items:center;color:#6b7280;margin-left:8px;padding:6px;border-radius:6px;transition:all 0.15s ease}.site-nav__github:hover{color:#1a1a2e;background:#f8f9fa}.site-nav__github svg{width:20px;height:20px}.site-nav__toggle{display:none;background:none;border:none;padding:6px;cursor:pointer;color:#1a1a2e;border-radius:6px}.site-nav__toggle:hover{background:#f8f9fa}@media screen and (max-width: 640px){.site-nav__toggle{display:flex;align-items:center}}.site-nav__menu{display:flex;align-items:center;gap:4px}@media screen and (max-width: 640px){.site-nav__menu{display:none;position:absolute;top:56px;left:0;right:0;background:rgba(255,255,255,0.98);backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0;flex-direction:column;padding:8px 16px;gap:2px}.site-nav__menu--open{display:flex}.site-nav__menu .site-nav__link{width:100%;text-align:left;padding:10px 12px}.site-nav__menu .site-nav__github{width:100%;justify-content:flex-start;padding:10px 12px;margin-left:0}}.site-hero{padding:48px 0 32px;text-align:center}@media screen and (max-width: 640px){.site-hero{padding:32px 0 24px}}.site-hero__title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:0.25em;letter-spacing:-0.02em}.site-hero__subtitle{font-size:1rem;color:#9ca3af;font-weight:400}.category-nav{margin-bottom:32px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.category-nav__item{display:inline-flex;align-items:center;padding:5px 14px;border-radius:20px;font-size:0.8125rem;font-weight:500;color:#475569;background:#f1f5f9;text-decoration:none;transition:all 0.15s ease;border:1px solid transparent}.category-nav__item:hover{background:#eff6ff;color:#2563eb;border-color:rgba(37,99,235,0.15)}.category-nav__item:visited{color:#475569}.category-nav__item--active{background:#2563eb;color:#fff}.category-nav__item--active:hover{background:#1d4ed8;color:#fff}.category-nav__item--active:visited{color:#fff}.category-nav__count{font-size:0.75rem;color:#9ca3af;margin-left:4px}.post-list{list-style:none;margin:0;padding:0}.post-list__year{font-size:0.8125rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:0.05em;padding:12px 0 8px;margin-top:16px;border-bottom:1px solid #f0f0f0}.post-list__year:first-child{margin-top:0}.post-item{display:flex;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid #f0f0f0;transition:background 0.15s ease}@media screen and (max-width: 640px){.post-item{flex-direction:column;gap:4px;padding:14px 0}}.post-item__date{font-size:0.8125rem;color:#9ca3af;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:80px;font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono","Consolas",monospace}.post-item__title{flex:1}.post-item__title a{color:#1a1a2e;text-decoration:none;font-weight:500;font-size:0.9375rem;transition:color 0.15s ease}.post-item__title a:hover{color:#2563eb}.post-item__title a:visited{color:#1a1a2e}.post-item__category{font-size:0.75rem;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:4px;white-space:nowrap}@media screen and (max-width: 640px){.post-item__category{display:none}}.page-breadcrumb{padding:12px 0;font-size:14px;color:#9ca3af}.page-breadcrumb a{color:#6b7280}.page-breadcrumb a:hover{color:#2563eb}.page-breadcrumb .separator{margin:0 6px;color:#e5e7eb}.post{padding:48px 0 64px}@media screen and (max-width: 640px){.post{padding:32px 0 48px}}.post__header{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.post__title{font-size:2rem;font-weight:700;line-height:1.3;color:#1a1a2e;letter-spacing:-0.02em;margin-bottom:16px}@media screen and (max-width: 640px){.post__title{font-size:1.5rem}}.post__meta{display:flex;align-items:center;gap:16px;font-size:14px;color:#9ca3af;flex-wrap:wrap}.post__meta-item{display:inline-flex;align-items:center;gap:4px}.post__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.post__tag{font-size:0.75rem;color:#475569;background:#f1f5f9;padding:3px 10px;border-radius:4px;text-decoration:none;transition:all 0.15s ease}.post__tag:hover{background:#eff6ff;color:#2563eb}.post__tag:visited{color:#475569}.post__content{font-size:1rem;line-height:1.8}.post__content h2{font-size:1.4rem;padding-bottom:0.3em;border-bottom:1px solid #f0f0f0}.post__content h3{font-size:1.2rem}.post__content h4{font-size:1.05rem}.post__content>*+*{margin-top:0}.post__content img{margin:1.5em auto;box-shadow:0 1px 2px rgba(0,0,0,0.04)}.post__content a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:rgba(37,99,235,0.3);text-underline-offset:2px}.post__content a:hover{text-decoration-color:#2563eb}.taxonomy-page{padding:32px 0 64px}.taxonomy-page__title{font-size:1.5rem;font-weight:700;margin-bottom:32px;color:#1a1a2e}.taxonomy-section{margin-bottom:40px}.taxonomy-section__title{font-size:1.1rem;font-weight:600;color:#1a1a2e;padding-bottom:8px;border-bottom:2px solid #1a1a2e;margin-bottom:0;display:inline-block}.taxonomy-list{list-style:none;margin:0;padding:0}.taxonomy-list__item{display:flex;align-items:baseline;gap:16px;padding:10px 0;border-bottom:1px solid #f0f0f0}@media screen and (max-width: 640px){.taxonomy-list__item{flex-direction:column;gap:2px}}.taxonomy-list__date{font-size:0.8125rem;color:#9ca3af;font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono","Consolas",monospace;white-space:nowrap;min-width:90px}.taxonomy-list__link{font-size:0.9375rem;font-weight:500;color:#1a1a2e}.taxonomy-list__link:hover{color:#2563eb}.taxonomy-list__link:visited{color:#1a1a2e}.taxonomy-sidebar{position:sticky;top:72px}@media screen and (max-width: 768px){.taxonomy-sidebar{position:static;margin-bottom:32px}}.taxonomy-sidebar__title{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:#9ca3af;margin-bottom:12px}.taxonomy-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}@media screen and (max-width: 768px){.taxonomy-sidebar__list{flex-direction:row}}.taxonomy-sidebar__item a{display:inline-flex;align-items:center;gap:4px;font-size:0.8125rem;color:#6b7280;padding:4px 10px;border-radius:6px;transition:all 0.15s ease}.taxonomy-sidebar__item a:hover{background:#f8f9fa;color:#2563eb}.taxonomy-sidebar__item a:visited{color:#6b7280}.taxonomy-sidebar__item .count{font-size:0.75rem;color:#9ca3af}.taxonomy-layout{display:grid;grid-template-columns:200px 1fr;gap:48px;max-width:1080px;margin:0 auto;padding:0 24px}@media screen and (max-width: 768px){.taxonomy-layout{grid-template-columns:1fr;gap:0;padding:0 16px}}.site-footer{border-top:1px solid #f0f0f0;padding:32px 0;margin-top:64px}.site-footer__inner{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#9ca3af}@media screen and (max-width: 640px){.site-footer__inner{flex-direction:column;gap:8px;padding:0 16px}}.site-footer__inner a{color:#6b7280}.site-footer__inner a:hover{color:#2563eb}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.container{max-width:1080px;margin:0 auto;padding:0 24px}.row{display:flex;flex-wrap:wrap}.comment-placeholder{text-align:center;padding:24px;color:#9ca3af;font-size:14px;border:1px dashed #e5e7eb;border-radius:8px;margin-top:48px}.site-motto{margin-left:12px;color:#9ca3af;font-size:14px;font-weight:400}@media screen and (max-width: 768px){.site-motto{display:none}}.highlight{background:#1e1e2e;border-radius:8px;margin:1.5em 0}.highlight pre{margin:0;background:transparent}.highlight .c,.highlight .cm,.highlight .c1,.highlight .cs{color:#6c7086;font-style:italic}.highlight .cp{color:#f38ba8}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kp,.highlight .kr{color:#cba6f7;font-weight:500}.highlight .kt{color:#f9e2af;font-weight:500}.highlight .kn{color:#89dceb}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .s1,.highlight .ss{color:#a6e3a1}.highlight .sr{color:#94e2d5}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#fab387}.highlight .na{color:#89b4fa}.highlight .nb{color:#f5c2e7}.highlight .nc{color:#f9e2af;font-weight:500}.highlight .no{color:#fab387}.highlight .ni{color:#cdd6f4}.highlight .ne{color:#f38ba8;font-weight:500}.highlight .nf{color:#89b4fa;font-weight:500}.highlight .nn{color:#f9e2af}.highlight .nt{color:#89b4fa}.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:#cdd6f4}.highlight .o,.highlight .ow{color:#89dceb}.highlight .p{color:#cdd6f4}.highlight .w{color:#585b70}.highlight .gd{color:#f38ba8;background-color:rgba(243,139,168,0.1)}.highlight .gi{color:#a6e3a1;background-color:rgba(166,227,161,0.1)}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .gh{color:#89b4fa;font-weight:bold}.highlight .gu{color:#94e2d5;font-weight:bold}.highlight .gp{color:#6c7086}.highlight .go{color:#a6adc8}.highlight .gr{color:#f38ba8}.highlight .gt{color:#f38ba8}.highlight .err{color:#f38ba8}.highlight .bp{color:#94e2d5}div.highlighter-rouge{position:relative}div.highlighter-rouge[data-lang]::before{content:attr(data-lang);position:absolute;top:8px;right:12px;font-size:0.7rem;color:#585b70;text-transform:uppercase;letter-spacing:0.05em;font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono","Consolas",monospace}
