:root{--gap:24px;--content-gap:20px;--nav-width:900px;--main-width:900px;--header-height:60px;--footer-height:60px;--radius:10px;--theme:#f8f9fa;--entry:rgb(255, 255, 255);--primary:#1a1a2e;--secondary:#495057;--tertiary:#dee2e6;--content:#212529;--hljs-bg:rgb(28, 29, 33);--code-bg:rgb(240, 243, 246);--border:rgba(0, 0, 0, 0.1);--main:#ffffff;--code-color:#dc0000;--color-table-title:#f0f3f5;--card-bg:#ffffff;--img-box-shadow:#bbbec4;--f1-red:#DC0000;--f1-accent:#FF6B35;--f1-secondary-blue:#1a73e8}.dark{--theme:#0f111a;--entry:#1a1d2e;--primary:#e8eaed;--secondary:#a0a4a8;--tertiary:#2a2d3a;--content:#d1d5db;--hljs-bg:#1a1d2e;--code-bg:#242a38;--border:rgba(255, 255, 255, 0.1);--main:var(--theme);--code-color:#ff6b6b;--color-table-title:#242a38;--card-bg:#1a1d2e;--img-box-shadow:#0a0d14;--f1-red:#FF4655;--f1-accent:#FF8C42;--f1-secondary-blue:#42a5f5}@media(prefers-color-scheme:dark){:root{--theme:#0f111a;--entry:#1a1d2e;--primary:#e8eaed;--secondary:#a0a4a8;--tertiary:#2a2d3a;--content:#d1d5db;--hljs-bg:#1a1d2e;--code-bg:#242a38;--border:rgba(255, 255, 255, 0.1);--f1-red:#FF4655;--f1-accent:#FF8C42;--f1-secondary-blue:#42a5f5}.list{background:var(--theme)}.list:not(.dark)::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-thumb{border-color:var(--theme)}}.list{background:var(--theme)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:yakuhanjps,-apple-system,blinkmacsystemfont,segoe ui,hiragino sans,hiragino kaku gothic pron,meiryo,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h2,h3,h4,h5,h6{line-height:1.2;background-color:var(--theme);border-radius:2px;padding:10px 10px 5px}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}.not-found-title{display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.not-found-content{display:flex;align-items:center;justify-content:center;height:80%;font-size:42px;font-weight:700}.ad-section{margin:.5rem 0;display:flex;justify-content:center;align-items:center;min-height:100px}.ad-hero{min-height:250px}.ad-between-posts{min-height:150px}.ad-article-top{min-height:200px}.ad-article-middle{min-height:200px;page-break-inside:avoid}@media(max-width:768px){.ad-sidebar{position:static;margin-left:0;margin-top:2rem}.ad-section{margin:1.5rem 0;padding:.75rem}.ad-hero{min-height:200px}.ad-article-middle{min-height:150px}}@media(max-width:480px){.ad-section{margin:1rem 0;padding:.5rem;border-radius:.25rem}.ad-hero{min-height:150px}}.ad-section ins{display:block!important;text-align:center}@media print{.ad-section,.ad-hero,.ad-between-posts,.ad-article-top,.ad-article-middle,.ad-sidebar{display:none!important}}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px;background-color:transparent!important}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400;background-color:transparent!important}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem;font-size:.875rem;color:var(--meta-color,#888);flex-wrap:wrap}.breadcrumbs a{color:var(--link-color,#0066cc);text-decoration:none;transition:color .3s ease}.breadcrumbs a:hover{color:var(--primary-color,#d32f2f);text-decoration:underline}.breadcrumbs svg{width:.875rem;height:.875rem;display:inline;margin:0 .25rem}.post-title{margin:1rem 0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2;color:var(--post-title-color,#000);word-break:break-word}.dark .post-title{color:var(--post-title-color,#fff)}.post-title sup{font-size:.75rem;color:var(--primary-color,#d32f2f)}.post-tags{display:flex;gap:.75rem;list-style:none;padding:0;margin:1rem 0;flex-wrap:wrap}.post-tags li{padding:.4rem .75rem;background-color:var(--tag-bg-color,#f0f0f0);border-radius:.25rem;font-size:.85rem;font-weight:500}.dark .post-tags li{background-color:var(--tag-bg-color,#2a2a2a)}.post-tags a{color:var(--link-color,#0066cc);text-decoration:none;transition:all .3s ease}.post-tags a:hover{color:#fff;background-color:var(--primary-color,#d32f2f)}.post-tags li:hover{background-color:var(--primary-color,#d32f2f)}.post-tags li:hover a{color:#fff}.post-description{margin:1rem 0;padding:1rem;background-color:var(--tertiary-bg-color,#f9f9f9);border-left:4px solid var(--primary-color,#d32f2f);border-radius:.25rem;font-size:.95rem;font-style:italic;color:var(--entry-text-color,#565656);line-height:1.5}.dark .post-description{background-color:var(--tertiary-bg-color,#1a1a1a);color:var(--entry-text-color,#a0a0a0)}.post-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--meta-border-color,#e5e7eb);font-size:.875rem;color:var(--meta-color,#888)}.dark .post-meta{border-top-color:var(--meta-border-color,#404040);color:var(--meta-color,#999)}.post-meta-item{display:flex;gap:.5rem;align-items:center}.post-meta-item svg{width:1rem;height:1rem;fill:currentColor;opacity:.7}.share-buttons{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.share-buttons a{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--entry-bg-color,#f0f0f0);color:var(--meta-color,#888);text-decoration:none;transition:all .3s ease}.dark .share-buttons a{background-color:var(--entry-bg-color,#2a2a2a)}.share-buttons a:hover{background-color:var(--primary-color,#d32f2f);color:#fff;transform:scale(1.1)}.toc-sidebar{position:sticky;top:2rem;margin:0 0 0 2rem;padding:1.5rem;background-color:var(--tertiary-bg-color,#f9f9f9);border-radius:.5rem;font-size:.875rem;max-height:calc(100vh - 4rem);overflow-y:auto}.dark .toc-sidebar{background-color:var(--tertiary-bg-color,#1a1a1a)}.toc-sidebar nav{display:flex;flex-direction:column;gap:.5rem}@media(max-width:1024px){.toc-sidebar{position:static;margin:0;margin-top:2rem}}@media(max-width:768px){.post-meta{gap:1rem;font-size:.8rem}.post-title{font-size:1.5rem}.share-buttons{gap:.75rem}.share-buttons a{width:2.25rem;height:2.25rem}}@media print{.post-tags,.share-buttons,.toc-sidebar{display:none}.post-title{page-break-after:avoid}}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:2rem 0}@media(max-width:768px){.post-list{grid-template-columns:1fr;gap:1.5rem}}.post-entry{display:flex;flex-direction:column;background-color:var(--entry-bg-color,#fff);border-radius:.625rem;border:1px solid var(--border-color,#e5e7eb);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,8%)}.dark .post-entry{background-color:var(--entry-bg-color,#1a1a1a);border-color:var(--border-color,#404040)}.post-entry:hover{box-shadow:0 8px 16px rgba(0,0,0,.12);transform:translateY(-2px);border-color:var(--primary-color,#d32f2f)}.post-entry .entry-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;padding:1rem}.post-entry .entry-link:hover h2{transform:translateY(-2px);transition:transform .2s ease}.entry-header h2{margin:.5rem 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--post-title-color,#000);transition:color .3s ease}.dark .entry-header h2{color:var(--post-title-color,#fff)}.entry-content{flex-grow:1;margin:.5rem 0;font-size:.95rem;color:var(--entry-text-color,#565656);line-height:1.6}.dark .entry-content{color:var(--entry-text-color,#a0a0a0)}.entry-content p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.entry-footer{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--meta-border-color,#e5e7eb);font-size:.875rem;color:var(--meta-color,#888);flex-wrap:wrap}.dark .entry-footer{border-top-color:var(--meta-border-color,#404040);color:var(--meta-color,#999)}.post-entry img{width:100%;height:200px;object-fit:cover;display:block}.related-posts{margin:3rem 0;padding:2rem;background-color:var(--tertiary-bg-color,#f9f9f9);border-radius:.625rem;border-left:4px solid var(--primary-color,#d32f2f)}.dark .related-posts{background-color:var(--tertiary-bg-color,#1a1a1a)}.related-posts h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:var(--primary-color,#d32f2f)}.related-posts-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(max-width:768px){.related-posts-list{grid-template-columns:1fr}}.related-post-item{padding:1rem;background-color:var(--entry-bg-color,#fff);border-radius:.5rem;border:1px solid var(--border-color,#e5e7eb);transition:all .3s ease}.dark .related-post-item{background-color:var(--entry-bg-color,#262626);border-color:var(--border-color,#404040)}.related-post-item:hover{box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(-2px)}.related-post-link{text-decoration:none;color:inherit;display:block}.related-post-item h4{margin:0 0 .5rem;font-size:.95rem;font-weight:600;line-height:1.3;color:var(--post-title-color,#000)}.dark .related-post-item h4{color:var(--post-title-color,#fff)}.related-post-item-link:hover h4{color:var(--primary-color,#d32f2f)}.related-post-item time{font-size:.75rem;color:var(--meta-color,#888)}.pagination{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.pagination a,.pagination span{padding:.75rem 1rem;border-radius:.375rem;border:1px solid var(--border-color,#e5e7eb);background-color:var(--entry-bg-color,#fff);color:var(--link-color,#0066cc);text-decoration:none;transition:all .3s ease;font-weight:500}.dark .pagination a,.dark .pagination span{background-color:var(--entry-bg-color,#1a1a1a);border-color:var(--border-color,#404040)}.pagination a:hover{background-color:var(--primary-color,#d32f2f);color:#fff;border-color:var(--primary-color,#d32f2f)}.post-single{display:grid;grid-template-columns:1fr 320px;gap:2rem}@media(max-width:1024px){.post-single{grid-template-columns:1fr}}.post-content{padding:0 .5rem;grid-column:1/-1}@media(min-width:1024px){.post-content{grid-column:1;grid-row:2}}#theme-toggle,.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:2px solid var(--tertiary);border-radius:8px;background:linear-gradient(135deg,var(--entry) 0%,var(--card-bg) 100%);color:var(--primary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.1rem;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,8%);position:relative;overflow:hidden;background:#000;border-color:#e0e0e0}html:not(.dark) #theme-toggle,html:not(.dark) .theme-toggle{background:#fff;border-color:#e0e0e0}html.dark #theme-toggle,html.dark .theme-toggle{background:linear-gradient(135deg,#1a1d2e 0%,#242a38 100%);border-color:var(--f1-secondary-blue);box-shadow:0 2px 8px rgba(66,165,245,.15)}#theme-toggle:hover,.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12);border-color:var(--f1-secondary-blue)}html.dark #theme-toggle:hover,html.dark .theme-toggle:hover{background:linear-gradient(135deg,#242a38 0%,#2a3144 100%);box-shadow:0 4px 16px rgba(66,165,245,.25)}#theme-toggle:active,.theme-toggle:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}#theme-toggle:focus,.theme-toggle:focus{outline:2px solid var(--f1-secondary-blue);outline-offset:2px}.theme-toggle svg,#theme-toggle svg{width:1.3rem;height:1.3rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.theme-toggle .sun,#theme-toggle .sun{display:inline-block;animation:sunRise .5s ease-out forwards;color:var(--primary)}@keyframes sunRise{0%{opacity:0;transform:rotate(-90deg)scale(.6)}100%{opacity:1;transform:rotate(0)scale(1)}}html.dark .theme-toggle .sun,html.dark #theme-toggle .sun{display:none;opacity:0}.theme-toggle .moon,#theme-toggle .moon{display:none;animation:moonRise .5s ease-out forwards;color:#42a5f5}@keyframes moonRise{0%{opacity:0;transform:rotate(90deg)scale(.6)}100%{opacity:1;transform:rotate(0)scale(1)}}html.dark .theme-toggle .moon,html.dark #theme-toggle .moon{display:inline-block}html{transition:background-color .4s ease,color .4s ease;color-scheme:light dark}html.dark{color-scheme:dark}html:not(.dark){color-scheme:light}body,body *:not(svg):not(img):not(pre):not(code){transition:background-color .35s ease,color .35s ease,border-color .3s ease}img,video,iframe,canvas,pre,code{transition:none!important}html:not(.dark){background-color:var(--theme);color:var(--content)}html:not(.dark) body{background-color:var(--theme);color:var(--content)}html:not(.dark) .entry,html:not(.dark) .list-item,html:not(.dark) article{background-color:var(--entry);border:1px solid var(--tertiary);box-shadow:0 1px 3px rgba(0,0,0,5%)}html.dark{background-color:var(--theme);color:var(--primary)}html.dark body{background:linear-gradient(135deg,#0f111a 0%,#15171f 100%);background-attachment:fixed;color:var(--primary)}html.dark .entry,html.dark .list-item,html.dark article{background:linear-gradient(135deg,#1a1d2e 0%,#1e2130 100%);border:1px solid rgba(66,165,245,.2);box-shadow:0 4px 6px rgba(0,0,0,.3),0 0 20px rgba(66,165,245,5%)}html.dark .entry:hover,html.dark .list-item:hover,html.dark article:hover{border-color:rgba(66,165,245,.4);box-shadow:0 4px 12px rgba(66,165,245,.15)}html:not(.dark) a{color:var(--primary);transition:color .2s ease;text-decoration:none}html.dark a{color:var(--primary);transition:color .2s ease}html:not(.dark) code,html:not(.dark) pre{background-color:var(--code-bg);color:var(--code-color);border-radius:4px}html.dark code,html.dark pre{background-color:var(--code-bg);color:#ff6b6b}html:not(.dark) .hljs{background-color:var(--hljs-bg)!important}html.dark .hljs{background:linear-gradient(135deg,#1a1d2e 0%,#242a38 100%)}input,textarea,select{background-color:var(--entry);color:var(--content);border:1px solid var(--border);transition:all .2s ease}input:focus,textarea:focus,select:focus{border-color:var(--f1-secondary-blue);box-shadow:0 0 0 3px rgba(66,165,245,.1);outline:none}html.dark input:focus,html.dark textarea:focus,html.dark select:focus{box-shadow:0 0 0 3px rgba(66,165,245,.2)}button,.btn,.button{transition:all .2s ease;border-radius:6px}html:not(.dark) button,html:not(.dark) .btn,html:not(.dark) .button{background-color:var(--f1-secondary-blue);color:#fff;border:none}html:not(.dark) button:hover,html:not(.dark) .btn:hover,html:not(.dark) .button:hover{background-color:var(--f1-red);transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,0,0,.2)}html.dark button,html.dark .btn,html.dark .button{background:linear-gradient( 135deg,var(--f1-secondary-blue) 0%,#2e8dd4 100% );color:#fff;border:none}html.dark button:hover,html.dark .btn:hover,html.dark .button:hover{background:linear-gradient(135deg,var(--f1-accent) 0%,#ff7a2f 100%);transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,107,85,.3)}hr,.divider{border-color:var(--border)}html.dark hr,html.dark .divider{border-color:rgba(66,165,245,.2)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{html{color-scheme:light}}.footer,.top-link{font-size:15px;color:var(--main)}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:var(--main)!important;text-decoration:none}.footer{background-color:var(--primary);padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme));display:flex}.header{position:sticky;top:0;z-index:100;background-color:var(--entry);border-bottom:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,8%)}html.dark .header{box-shadow:0 1px 3px rgba(0,0,0,.2)}.nav{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:nowrap;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;height:auto}.logo{flex:none;display:flex;align-items:center;min-width:160px}.logo a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff!important;font-weight:600;font-size:1rem;transition:color .3s ease}.logo img{height:30px;width:auto;display:block}#menu{display:flex;gap:.5rem;list-style:none;margin:0;padding:0;flex:auto;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}#menu li{margin:0;white-space:nowrap}#menu a{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .875rem;color:#fff;text-decoration:none;font-size:.95rem;transition:all .3s ease;border-radius:.375rem;position:relative}#menu .active{color:#fff;font-weight:600}#menu .active::after{content:"";position:absolute;bottom:-11px;left:0;right:0;height:2px;background-color:var(--primary)}@media(max-width:1024px){.nav{padding:.75rem 1.25rem;max-width:100%}#menu{gap:.25rem}#menu a{padding:.4rem .75rem;font-size:.9rem}}@media(max-width:768px){.nav{gap:.75rem;padding:.75rem 1rem}.logo{min-width:140px;flex-shrink:0}.logo a{gap:.5rem;font-size:.9rem}#menu{gap:0;flex:initial;justify-content:space-between;order:3;width:100%;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}#menu a{flex:1;justify-content:center;padding:.4rem .5rem;font-size:.85rem}#menu .active::after{display:none}}@media(max-width:480px){.nav{gap:.5rem;padding:.5rem;flex-wrap:wrap}.nav>*{min-width:0}.logo{min-width:auto;flex:1;min-width:100px}.logo a{font-size:.85rem;gap:.4rem}.logo img{height:24px}#menu{order:3;width:100%;margin-top:.5rem;gap:0}#menu a{flex:1;font-size:.75rem;padding:.35rem .25rem}}.header{background-color:#e10600;font-weight:700;padding:4px 0;position:fixed;top:0;left:0;width:100%;z-index:9}.nav{display:flex;flex-wrap:wrap;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{color:var(--main);display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:30px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:20px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px;fill:var(--main)}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{display:flex;flex-direction:column;margin:8rem auto;padding:0 1.5rem;max-width:900px;min-height:calc(100vh - 200px)}@media(max-width:768px){.main{margin:13rem auto;padding:0 1rem}}@media(max-width:480px){.main{margin:13rem auto;padding:0 .75rem}}.page-header{margin:2rem 0;padding-bottom:1rem}.page-header h1{margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:var(--post-title-color,#000);line-height:1.2}.dark .page-header h1{color:var(--post-title-color,#fff)}.post-single{display:block;margin:2rem 0;width:100%;border-radius:10px;padding:1.5rem}.post-main{width:100%;display:flex;flex-direction:column;gap:1.5rem}.page-footer{margin:3rem 0 2rem;padding:2rem 0;border-top:1px solid var(--border-color,#e5e7eb);text-align:center}.dark .page-footer{border-top-color:var(--border-color,#404040)}.cover img{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:.5rem;margin:1.5rem 0;display:block}.post-content{line-height:1.8;color:var(--entry-text-color,#565656);word-break:break-word;overflow-wrap:break-word;width:100%;flex:1}.dark .post-content{color:var(--entry-text-color,#a0a0a0)}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;color:var(--post-title-color,#000);line-height:1.3}.dark .post-content h2,.dark .post-content h3,.dark .post-content h4,.dark .post-content h5,.dark .post-content h6{color:var(--post-title-color,#fff)}.post-content h2{font-size:1.5rem;page-break-after:avoid;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color,#d32f2f)}.post-content h3{font-size:1.25rem}.post-content h4{font-size:1.1rem}.post-content p{margin:1rem 0;text-align:justify}.post-content a{color:var(--link-color,#0066cc);text-decoration:underline;transition:color .3s ease}.post-content a:hover{color:var(--primary-color,#d32f2f)}.post-content ul,.post-content ol{margin:1rem 0;padding-left:2rem}.post-content li{margin:.5rem 0}.post-content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-color,#d32f2f);background-color:var(--tertiary-bg-color,#f9f9f9);color:var(--entry-text-color,#565656);font-style:italic}.dark .post-content blockquote{background-color:var(--tertiary-bg-color,#1a1a1a);color:var(--entry-text-color,#a0a0a0)}.post-content code{padding:.2rem .4rem;background-color:var(--tertiary-bg-color,#f0f0f0);border-radius:.25rem;font-family:monaco,menlo,consolas,monospace;font-size:.9rem;color:var(--code-color,#d32f2f)}.dark .post-content code{background-color:var(--tertiary-bg-color,#1a1a1a);color:var(--code-color,#ff6b6b)}.post-content pre{margin:1.5rem 0;padding:1rem;background-color:var(--tertiary-bg-color,#2a2a2a);border-radius:.5rem;overflow-x:auto}.post-content pre code{padding:0;background-color:transparent;color:#f8f8f2}.post-content table{width:100%;margin:1.5rem 0;border-collapse:collapse;overflow-x:auto;display:block}.post-content table th,.post-content table td{padding:.75rem;border:1px solid var(--border-color,#e5e7eb);text-align:left}.dark .post-content table th,.dark .post-content table td{border-color:var(--border-color,#404040)}.post-content table th{background-color:var(--tertiary-bg-color,#f9f9f9);font-weight:600}.dark .post-content table th{background-color:var(--tertiary-bg-color,#1a1a1a)}.post-content img{max-width:100%;height:auto;display:block;margin:1.5rem 0;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.dark .post-content img{box-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:768px){.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.1rem}.post-content table{font-size:.85rem}.post-content table th,.post-content table td{padding:.5rem}.post-content blockquote{padding:.75rem 1rem}}.social-icons{padding:12px 0}.social-icons a:not(:last-of-type){margin-inline-end:12px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.hidden{display:none}.rounded-full{border-radius:9999px}.animate-spin{animation:spin 1s linear infinite}.w-10{width:2.5rem}.h-10{height:2.5rem}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-bg-opacity))}.border-4{border-width:4px;border:solid}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:var(--gap)}@media screen and (max-width:768px){.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));grid-gap:var(--gap)}}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border);box-shadow:5px 5px 8px var(--img-box-shadow)}.post-entry:hover img{transform:scale(1.05)}.post-entry:active{transform:scale(.96)}.entry-header h2{font-size:24px;line-height:1.3;background-color:transparent!important}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-cover,.entry-isdraft{font-size:14px;color:var(--secondary)}.entry-cover{text-align:center}.entry-link .entry-cover img{border-radius:var(--radius);width:100%;height:220px;margin:auto;transition:transform .2s;box-shadow:5px 5px 8px var(--img-box-shadow)}.entry-cover img{border-radius:var(--radius);width:100%;margin:auto;transition:transform .2s;box-shadow:5px 5px 8px var(--img-box-shadow)}@media screen and (max-width:768px){.entry-link .entry-cover img{border-radius:var(--radius);width:100%;height:auto;margin:auto;transition:transform .2s;box-shadow:5px 5px 8px var(--img-box-shadow)}}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px;word-break:break-all}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}@media screen and (max-width:768px){.post-title{font-size:28px}.post-content h1{font-size:28px}.post-content h2{font-size:25px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:none;background:linear-gradient(to right,var(--primary) 100%,transparent 0)0/1px 1px repeat-x}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:32px}.post-content table th{min-width:80px;padding:12px 8px;line-height:1.5;border:1px solid var(--border);background-color:var(--color-table-title)}.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:12px 8px;line-height:1.5;border:1px solid var(--border);border-bottom:1px solid var(--border)}.post-content table th{font-size:14px;text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--hljs-bg)!important;border-radius:var(--radius);direction:ltr}.post-content .highlight:not(table) pre{border-radius:var(--radius)}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;font-size:.78em;line-height:1.5;background:var(--code-bg);color:var(--code-color);border-radius:4px;padding:.1em .4em;font-family:ricty diminished,ricty,myrica m,"migu 1m",source han code jp,sfmono-regular,consolas,liberation mono,menlo,courier,monospace}.post-content pre code{display:block;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--hljs-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--code-bg)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0;transition:opacity .17s ease,transform .35s ease;box-shadow:5px 5px 8px var(--img-box-shadow);margin-bottom:1em}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--card-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:20px}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:0 20px;padding:10px 20px}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-tags li{display:inline-block;margin-inline-end:3px;margin-bottom:5px}.post-tags a,.paginav{border-radius:5px;background:var(--card-bg);border:0 solid var(--border)}.post-tags a{display:block;padding-inline-start:8px;padding-inline-end:8px;color:var(--primary);font-size:14px;line-height:1.5;background:var(--card-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{margin:14px 0;padding-inline-start:var(--radius);display:flex;justify-content:center;overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}.share-buttons a{margin-top:10px}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{margin:10px 0;display:flex;line-height:30px;border-radius:var(--radius)}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.share-area{margin-top:20px;margin-bottom:20px}.share-area ul{display:flex;list-style:none;padding:0;margin:0}.share-area li{height:50px;line-height:50px;width:100%;text-align:center}.share-area a{display:block;text-decoration:none;font-size:20px;color:#fff}.share-area ul li{margin-left:0}.share-area ul li a:hover{opacity:.6}.facebook a{background-color:#35629a}.twitter a{background-color:#000}.pocket a{background:#ee4056}.wechat a{background:#00d500;line-height:0}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner h1{padding:12px 0}.profile img{display:inline-table;border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;margin:0 auto}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}:root{color-scheme:light dark;--transition-smooth:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);--transition-quick:all 0.2s cubic-bezier(0.4, 0, 0.2, 1)}html{scroll-behavior:smooth;transition:background-color .4s ease,color .4s ease}html.light{color-scheme:light}html.dark{color-scheme:dark}body,body *:not(svg):not(img):not(pre){transition:background-color .4s ease,color .4s ease,border-color .3s ease}@media(prefers-color-scheme:dark){:root{color-scheme:dark}}@media(prefers-color-scheme:light){:root{color-scheme:light}}img,video,iframe,code,pre,canvas{transition:none!important}input[type=text],input[type=email],input[type=search],textarea,select{background-color:var(--entry);color:var(--content);border:1px solid var(--border);border-radius:.375rem;transition:var(--transition-quick)}input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,textarea:focus,select:focus{background-color:var(--entry);color:var(--content);border-color:var(--primary);box-shadow:0 0 0 3px rgba(108,108,108,.15);outline:none}html.dark input[type=text]:focus,html.dark input[type=email]:focus,html.dark input[type=search]:focus,html.dark textarea:focus,html.dark select:focus{box-shadow:0 0 0 3px rgba(108,108,108,.25)}.hljs{transition:none!important}a{transition:color .2s ease}a:hover{transition:color .2s ease}button,.button{transition:var(--transition-quick)}button:hover,.button:hover{transition:var(--transition-quick)}@media print{html{color-scheme:light}html.dark{background-color:var(--theme)!important;color:var(--content)!important}.theme-toggle,#theme-toggle{display:none!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body,body *:not(svg):not(img):not(pre){transition:none!important}.theme-toggle svg,#theme-toggle svg{transition:none!important}#theme-toggle::before,.theme-toggle::before{transition:none!important}}button,.button{transition:var(--transition-all)}button:hover,.button:hover{transition:var(--transition-all)}@media print{html{color-scheme:light}html.dark{background-color:var(--theme)!important;color:var(--content)!important}}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--hljs-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:15px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}