@charset "UTF-8";:root{--gap:24px;--content-gap:20px;--nav-width:960px;--main-width:720px;--content-width:1200px;--content-inner-width:800px;--post-width:800px;--floating-menu-header-height:40px;--post-view-margin-height:32px;--footer-height:80px;--radius:8px;--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--primary-dim:rgb(186, 186, 186);--secondary:rgb(155, 156, 157);--tertiary:rgb(123, 124, 124);--tertiary-bg:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);--link-bg-color:#5242746d;--link-color:var(--main);--link-hover-color:#573eaa;--link-underline-shadow:0 1px 0 var(--link-color);--link-hover-underline-color:#6549c0;--link-hover-underline-shadow:0 2px 0 var(--link-hover-underline-color);--link-transition:all 0.3s ease;--content-width:1200px;--content-inner-width:800px;--post-width:800px;--primary-darker:rgb(180, 180, 180)}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll}body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem;font-size:14px;line-height:1.6em;word-break:break-word}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all;border:1px solid #000}table,th,td{border-collapse:collapse;padding:2px 4px}.post-content{line-height:1.7;color:#222;margin-bottom:2em}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:1.5em;margin-bottom:.7em;font-weight:700}.post-content ul,.post-content ol{margin:1em 0 1em 2em}.post-content table{display:table;margin:2em auto;width:auto;min-width:40%;max-width:100%;border:1px solid #000;border-collapse:collapse}.post-content table thead th{border:1px solid #000;text-align:center;vertical-align:middle}.post-content table td{border:1px solid #000;text-align:left;vertical-align:middle}.post-content table img{display:block;margin:0 auto;max-width:100%;height:auto}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}a{text-decoration:none}body,figure{margin:0}img{display:block;max-width:100%}header{border-bottom:1px solid #222}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}.tags-list{display:flex;flex-wrap:wrap;gap:10px;margin:2em 0}.tag-badge{display:inline-block;background:#e0e7ff;color:#3730a3;padding:.4em 1em;border-radius:20px;font-weight:700;text-decoration:none;transition:background .2s}.tag-badge:hover{background:#c7d2fe}.tag-count{background:#6366f1;color:#fff;margin-left:.5em;padding:0 .6em;border-radius:10px;font-size:.9em}.main{position:relative;min-height:calc(100vh - var(--floating-menu-header-height) - var(--footer-height));width:100%;max-width:calc(var(--main-width) + var(--gap) * 2);margin:0 auto;padding:var(--content-gap)var(--gap)0;box-sizing:border-box;margin-top:var(--post-view-margin-height)}.main.post{max-width:var(--post-width)}.main .post-content{width:100%;max-width:var(--content-inner-width);margin:0 auto;line-height:1.6}.main .post-content pre{line-height:1.6;padding:1rem;overflow-x:auto;max-width:100%;background-color:#f5f5f5;border-radius:4px}.main .post-content code{line-height:1.6;padding:.2rem .4rem;background-color:#f5f5f5;border-radius:3px;font-family:sfmono-regular,Consolas,liberation mono,Menlo,monospace}.main .post-content pre code{padding:0;background-color:transparent;border-radius:0;overflow-wrap:normal;white-space:pre}.main .post-content img{margin-top:1rem;margin-bottom:1rem}.main .post-content ul,.main .post-content ol{padding-left:1.5rem;margin-top:0}.main .post-content li{margin-bottom:.5rem}.main .post-content li>ul,.main .post-content li>ol{margin:.5rem 0}.main .post-content p{margin:0}.post{max-width:var(--content-width);margin:0 auto;padding:0 1.5rem}.post .post-header,.post .post-content{max-width:var(--content-inner-width);margin-left:auto;margin-right:auto}.post .post-header p,.post .post-content p{margin:0}@media(max-width:768px){.main,.main.post{margin-top:var(--post-view-margin-height);max-width:100%;padding-left:12px;padding-right:12px}.post{padding:0 1rem}.page-header{margin-top:10px}.floating-menu-wrapper{position:fixed;top:0;left:0;right:0;width:100%;border-radius:0;padding:5px;box-sizing:border-box;display:flex;justify-content:center;background:var(--header-bg);box-shadow:0 2px 8px rgba(0,0,0,.1)}.floating-menu{position:relative;top:auto;left:auto;right:auto;width:100%;max-width:600px;height:var(--floating-menu-header-height);z-index:1000;background:0 0;padding:0;box-sizing:border-box;justify-content:center}.post-inner h1{margin-top:20px;padding-top:10px}}.floating-menu-wrapper{position:fixed;top:24px;right:10px;z-index:1000;display:flex;align-items:center;background:rgba(255,255,255,.95);border-radius:24px;box-shadow:0 4px 16px rgba(0,0,0,8%),0 1.5px 8px rgba(0,0,0,1%);padding:6px 16px}.floating-menu{display:flex;align-items:center;gap:12px;background:0 0;box-shadow:none}#menu{display:flex;gap:12px;margin:0;padding:0;list-style:none;align-items:center}#menu li a{color:#222;text-decoration:none;font-weight:500;padding:6px 10px;border-radius:6px;transition:background .2s}#menu li a.menu-btn.active,#menu li a.menu-btn:hover{background:#f0f0f0!important;color:#222!important}.search-icon-btn{background:0 0;border:none;margin-left:16px;cursor:pointer;padding:4px;display:flex;align-items:center}.search-icon-btn svg{color:#888;transition:color .2s}.search-icon-btn:hover svg{color:#222}.search-icon{background:0 0;border:none;padding:0;margin-left:1.5rem;cursor:pointer;display:flex;align-items:center}.search-icon svg{width:20px;height:20px;stroke:var(--primary);transition:stroke .2s ease}.search-icon:hover svg{stroke:var(--link-hover-color)}.post-header{margin-top:3rem}.post-header .post-title-meta h1{margin:0;font-size:1.8rem}.post-header .post-category{font-size:.9rem;color:var(--secondary)}.post-header .post-category a{color:var(--link-color);text-decoration:none}.post-header .post-category a:hover{text-decoration:underline}.post-header .post-date{font-size:.9rem;color:var(--secondary)}.post-header .post-date a{color:var(--link-color);text-decoration:none}.post-header .post-third-line{margin-bottom:.5rem}.post-header .post-third-line .post-tags{font-size:.9rem;color:var(--secondary);margin-bottom:.5rem}.post-header .post-third-line .post-tags a{color:var(--secondary);text-decoration:none}.post-header .post-third-line .post-tags a:hover{text-decoration:underline;color:var(--link-hover-color)}.post-header .post-third-line .post-date{font-size:.9rem;color:var(--secondary);margin-left:1rem;white-space:nowrap;text-align:right;flex-shrink:0}.footer-align{align-items:center;text-align:center;font-size:.8rem;color:var(--text-muted)}.footer-align a{color:var(--link-color)}.footer-align a:hover{text-decoration:underline;color:var(--link-hover-color)}.footer-cc{display:inline-block;margin-left:1em}.home-content{margin-top:3rem}.split-line{height:1px;background:var(--secondary);margin-top:1rem;margin-bottom:1rem;width:100%}.post-count{margin-bottom:1rem}.list-items{display:flex;flex-direction:column;gap:20px}.list-items .list-item{padding:15px;border-radius:8px;background:rgba(255,255,255,.8);box-shadow:0 2px 4px rgba(0,0,0,5%);transition:transform .2s,box-shadow .2s}.list-items .list-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.list-items .list-item h2{margin-top:0;margin-bottom:30px}.list-item .post-items-header{margin-bottom:.5rem}.list-item .post-items-header .post-title{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.list-item .post-items-header .post-title .post-date{flex-shrink:0;font-size:.9em;color:var(--secondary)}.list-item .post-summary{font-size:.9rem}.list-item-link{text-decoration:none;color:inherit;display:block}.list-item-link:hover .list-item{background-color:rgba(0,0,0,2%)}.post-detail .post-header{margin-bottom:1.5rem}.post-detail .post-header .post-title{font-size:2rem;margin-bottom:1rem}.post-detail .post-header .post-date{font-size:1rem;color:var(--secondary)}.top-button{display:none;position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:1.5em;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:99;opacity:.8;transition:opacity .3s}.top-button:hover{opacity:1}.home .list-items h2 a{text-decoration:none;color:inherit}.search-container{max-width:600px;margin:0 auto;padding:10px}.search-box{display:flex;margin-bottom:10px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}#search-input{flex-grow:1;padding:15px;font-size:16px;border:none;outline:none;background-color:var(--primary)}#search-button{padding:15px 25px;background-color:var(--primary);color:#000;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}#search-button:hover{background-color:var(--primary-darker)}.search-results-list{list-style:none;padding:0}.search-result-item{margin-bottom:25px;padding:20px;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,5%);transition:transform .2s,box-shadow .2s}.search-result-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.search-result-title{font-size:20px;font-weight:600;color:var(--primary);text-decoration:none;display:block;margin-bottom:10px}.search-result-summary{color:#444;margin-bottom:15px;line-height:1.5}.search-result-meta{display:flex;justify-content:space-between;font-size:14px;color:#777}.search-result-date{margin-right:10px}.search-result-tags{font-style:italic}.taxonomy-container{max-width:var(--content-width);margin:0 auto;padding:2rem}.taxonomy-container .posts-list{margin-top:2rem}.taxonomy-container .post-summary{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.taxonomy-container .post-summary .post-meta{display:flex;gap:1rem;margin:.5rem 0;color:var(--secondary);font-size:.9rem}.taxonomy-container .post-summary .post-meta .tags a{color:var(--link-color)}.taxonomy-container .post-summary .post-meta .tags a:hover{color:var(--link-hover-color)}.taxonomy-container .post-summary .summary{color:var(--content);line-height:1.6}