:root{--bg: #000000;--bg-soft: #111111;--surface: #1b1b1b;--surface-2: #252525;--ink: #f2f2f2;--muted: #aaaaaa;--line: #2a2a2a;--accent: #d3d3d3;--accent-2: #ffffff;--focus: #d5d5d5;--theme-yellow: #ffd84d;--theme-yellow-soft: #ffe89b;--theme-green: #209975;--theme-bg-top: #000000;--theme-bg: #000000;--theme-bg-bottom: #000000;--theme-bg-soft: #111111;--theme-header-top-rgb: 10, 10, 10;--theme-header-bottom-rgb: 18, 18, 18;--theme-header-bg-image: none;--theme-yellow-rgb: 255, 216, 77;--theme-nav-yellow-top-rgb: 255, 220, 70;--theme-nav-yellow-bottom-rgb: 214, 176, 0}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{color:var(--ink);background:#000;font-family:Roboto,Avenir Next,Segoe UI,sans-serif;line-height:1.55}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;border-bottom:2px solid var(--theme-yellow);background:#000}.header-inner{width:min(1120px,92vw);margin:0 auto;min-height:92px;padding:.5rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav-menu{display:flex;flex-wrap:wrap;gap:.35rem;padding:.25rem;border:0;border-radius:12px;background:var(--theme-yellow);box-shadow:none}.nav-item{position:relative}.nav-link{font-size:.92rem;text-decoration:none;color:#2b1400;letter-spacing:.01em;padding:.46rem .92rem;border-radius:8px;border:0;transition:all .18s ease}.nav-link:hover{color:#1f0f00;background:rgba(var(--theme-yellow-rgb),.3)}.nav-link.active{color:#fff;background:#5242008c;border-color:transparent}.submenu{position:absolute;top:calc(100% + .3rem);left:0;min-width:180px;display:none;flex-direction:column;gap:.15rem;padding:.35rem;border-radius:10px;background:#222222f7;border:1px solid rgba(var(--theme-yellow-rgb),.32);z-index:20}.submenu-link{display:block;text-decoration:none;color:#f4f4f4;font-size:.84rem;border-radius:8px;padding:.35rem .52rem}.submenu-link:hover{background:rgba(var(--theme-yellow-rgb),.18);color:#fff2bf}.nav-item:hover .submenu,.nav-item:focus-within .submenu{display:flex}.brand{display:inline-flex;align-items:flex-end;gap:.48rem;text-decoration:none;font-weight:700;color:var(--theme-yellow)}.brand-logo{width:1.8rem;height:1.8rem;display:none}.brand-text{display:flex;align-items:flex-end;gap:.42rem}.brand-name{display:inline-flex;align-items:flex-end;gap:.48rem;letter-spacing:.06em}.brand-word{line-height:1}.brand-word-primary{font-size:clamp(1.85rem,1.4vw + 1.15rem,2.6rem);font-weight:700}.brand-word-secondary{font-size:clamp(1.85rem,1.4vw + 1.15rem,2.6rem);font-weight:700;opacity:1}.brand-tagline{font-family:Great Vibes,cursive;font-size:clamp(.72rem,.24vw + .62rem,.88rem);font-weight:400;line-height:1;color:#fff;letter-spacing:0;text-transform:none}.page-shell{width:min(1120px,92vw);margin:2rem auto 4.2rem;border:1px solid #3a3a3a;border-radius:16px;padding:1rem}.page-shell.detail-shell{border:0}.site-footer{width:min(1120px,92vw);margin:0 auto 1.5rem;padding:.9rem 1rem 0;color:var(--muted);font-size:.88rem;text-align:center}h1,h2,h3{font-family:Roboto,Avenir Next,Segoe UI,sans-serif;line-height:1.2;margin-top:0}h1{font-size:clamp(1.55rem,1.35vw + .95rem,2.05rem);margin-bottom:.85rem}.section-title{font-size:clamp(1.45rem,1.2vw + .95rem,1.95rem)}h2{font-size:clamp(.98rem,.52vw + .88rem,1.18rem);font-weight:450;margin-bottom:.45rem}h2 a{text-decoration:none;color:var(--theme-green)}h2 a:hover{color:var(--theme-green)}.detail-title{font-size:clamp(1.9rem,1vw + 1.2rem,2.4rem);font-weight:500;margin-bottom:.45rem;color:var(--theme-green);text-align:center}p{margin-top:0}code{background:#121212;border:1px solid #3a3a3a;color:#f0f0f0;border-radius:6px;padding:.05rem .3rem;font-size:.92em}section,article,.article-card,.tag-sidebar,.filter-form,.markdown-body{background:#111;border:1px solid var(--line);border-radius:16px}section,article{padding:1.35rem}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem;border:0;background:transparent;box-shadow:none;padding:0}.sidebar-stack{display:flex;flex-direction:column;gap:1rem;position:sticky;top:90px;align-self:start}.sidebar-stack>*{width:100%}.filter-form{padding:.85rem;margin-bottom:.85rem;display:flex;gap:.6rem}.filter-form input{flex:1;padding:.68rem .8rem;border-radius:10px;border:1px solid #404040;background:#101010;color:#f7f7f7}.filter-form input::placeholder{color:#b8b8b8}.filter-form input:focus{outline:2px solid var(--focus);outline-offset:0;border-color:var(--focus)}.compact-search{justify-content:flex-start;width:max-content;max-width:100%;padding:.55rem .65rem;border:0}.search-input-wrap{display:flex;align-items:center;gap:.5rem;padding:.48rem .65rem;border-radius:10px;border:1px solid #3f3f3f;background:#121212;transition:border-color .2s ease,background-color .2s ease}.search-input-wrap:focus-within{border-color:var(--theme-green);background:#141414}.compact-search input{flex:0 0 auto;width:320px;padding:0;border:0;background:transparent;color:var(--theme-green)}.compact-search input:focus{outline:0}.compact-search input::placeholder{color:#fff}.search-icon{width:.72rem;height:.72rem;border:2px solid var(--theme-green);border-radius:50%;position:relative;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:.42rem;height:2px;background:var(--theme-green);right:-.3rem;bottom:-.18rem;transform:rotate(45deg)}.search-submit{padding:.5rem .72rem;border:0}.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}button,.button{padding:.58rem .88rem;border-radius:10px;border:1px solid #676767;cursor:pointer;background:#2f2f2f;color:#f2f2f2;text-decoration:none;transition:transform .12s ease,background-color .2s ease}button:hover,.button:hover{background:#363636;transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.45;transform:none}.article-card{padding:1.15rem;margin-bottom:2.4rem;border:0;display:flex;flex-direction:column;gap:.72rem}.article-card h2{font-size:clamp(1.14rem,.4vw + .94rem,1.34rem);margin-bottom:.72rem}.article-card p{font-weight:350;font-size:.9rem;margin-bottom:0}.repo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.2rem;row-gap:2.4rem}.repo-grid .article-card{margin-bottom:0;height:100%}.article-date{color:var(--muted);font-size:.86rem;margin:0}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.like-button{display:inline-flex;align-items:center;gap:.34rem;--thumb-color: #a9a9a9;padding:.32rem .58rem;border-radius:999px;border:1px solid #3b3b3b;background:#141414;color:#d8d8d8;font-size:.8rem;line-height:1;transform:none}.like-button:before{content:"";width:.86rem;height:.86rem;background-color:var(--thumb-color);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 10h4v12H2zm20.8 1.9c.1-.6.2-1.2.2-1.9c0-2.2-1.8-4-4-4h-6.3l.9-4.3c0-.2 0-.5-.2-.7L12.3 0L5.6 6.7C5.2 7.1 5 7.6 5 8.2V20c0 1.1.9 2 2 2h8.6c.8 0 1.6-.5 1.9-1.3l3.1-7.2c.1-.3.2-.6.2-.9z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 10h4v12H2zm20.8 1.9c.1-.6.2-1.2.2-1.9c0-2.2-1.8-4-4-4h-6.3l.9-4.3c0-.2 0-.5-.2-.7L12.3 0L5.6 6.7C5.2 7.1 5 7.6 5 8.2V20c0 1.1.9 2 2 2h8.6c.8 0 1.6-.5 1.9-1.3l3.1-7.2c.1-.3.2-.6.2-.9z'/%3E%3C/svg%3E") center / contain no-repeat}.like-button:hover{transform:none;background:#1a1a1a}.like-button.is-liked{--thumb-color: var(--theme-yellow)}.like-count{color:#fff;font-size:.8rem;white-space:nowrap}.article-card .tag-row{margin-top:.7rem}.tag-row,.active-tag-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.65rem}.tag-chip,.remove-tag{display:inline-block;padding:.24rem .62rem;border-radius:999px;border:0;font-size:.82rem;text-decoration:none;color:#ededed;background:#141414d9;transition:border-color .2s ease,background .2s ease}.tag-chip:hover{border-color:transparent}.tag-chip.active,.remove-tag{border-color:transparent;background:#ffffff29;color:#fff}.tag-sidebar .tag-chip{color:var(--theme-yellow)}.tag-sidebar{padding:1rem;align-self:start;position:sticky;top:90px;background:#111}.sidebar-stack .tag-sidebar{position:static;top:auto}.tag-sidebar h3{margin-bottom:.7rem}.tag-sidebar ul{list-style:none;padding:0;margin:0}.tag-sidebar li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem 0}.tag-count{color:var(--muted);margin-left:.3rem;font-size:.9rem}.pagination{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1rem}.pagination-hidden{display:none}.subscribe-widget{margin-top:1.3rem;padding:1rem;border:1px solid #3a3a3a;border-radius:14px;background:#111}.sidebar-stack .subscribe-widget{margin-top:0}.subscribe-widget h3{margin-bottom:.4rem;color:var(--theme-yellow);font-size:1rem}.subscribe-widget p{margin-bottom:.7rem;font-size:.86rem}.subscribe-form{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.subscribe-form input{min-width:230px;padding:.55rem .7rem;border-radius:8px;border:1px solid #4a4a4a;background:#101010;color:#f7f7f7}.subscribe-status{min-height:1.2rem;margin-bottom:0;color:#e5e5e5;font-size:.9rem}.admin-auth-card{width:min(440px,100%);margin:0 auto}.admin-auth-form{display:flex;flex-direction:column;gap:.55rem}.admin-auth-form label{font-size:.9rem;color:#d9d9d9}.admin-auth-form input{border-radius:8px;border:1px solid #4a4a4a;background:#101010;color:#f7f7f7;padding:.55rem .7rem}.admin-auth-status{min-height:1.2rem;margin-top:.55rem;margin-bottom:0;color:#f2c66a;font-size:.9rem}.markdown-body{padding:1.3rem;margin-top:1rem;overflow-x:auto}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin-top:1.3rem;margin-bottom:.9rem}.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-bottom:.8rem}.markdown-body :is(p,ul,ol,pre,table,blockquote,.katex-display,img)+:is(h1,h2,h3,h4,h5,h6){margin-top:2.8rem}.markdown-body h2{font-size:clamp(.9rem,.22vw + .8rem,1.04rem)}.detail-view .markdown-body h2{color:var(--theme-green);font-size:1.55rem;border-top:1px solid rgba(255,216,77,.26);padding-top:1.1rem;letter-spacing:.01em}.detail-view .markdown-body h1{font-size:1.75rem}.detail-view .markdown-body h3{font-size:1.35rem;letter-spacing:.01em}.detail-view .markdown-body h1,.detail-view .markdown-body h3,.detail-view .markdown-body h4,.detail-view .markdown-body h5,.detail-view .markdown-body h6{color:var(--theme-green)}.markdown-body p,.markdown-body li{color:#efefef;font-size:1.15rem;line-height:1.8}.markdown-body li+li{margin-top:.65rem}.markdown-body ul,.markdown-body ol{padding-left:1.5rem}.markdown-body li::marker{color:var(--theme-yellow)}.markdown-body a{color:#f5f5f5;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.detail-view .markdown-body a{color:#1f4aa8;font-weight:500;text-decoration-color:#1f4aa873}.detail-view .markdown-body a:hover{color:#2a62d9;text-decoration-color:#2a62d9e6}.detail-view .markdown-body a[href*="github.com"]{display:inline-block;margin-top:.25rem;min-width:300px;padding:.7rem .95rem;border-radius:10px;border:1px solid rgba(31,74,168,.5);background:#1f4aa824;font-size:.9rem;text-decoration:none}.detail-view .markdown-body a[href*="github.com"]:before{content:"";display:block;width:1rem;height:1rem;margin-bottom:.28rem;background-color:#9fb8f4;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.66 7.66 0 0 1 4 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.66 7.66 0 0 1 4 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z'/%3E%3C/svg%3E") center / contain no-repeat}.detail-view .markdown-body a[href*="github.com"]:hover{background:#2a62d933}.markdown-body pre{overflow-x:auto;border-radius:12px;border:1px solid #3f3f3f;background:#0f0f0f;padding:.95rem 1.05rem;box-shadow:inset 0 1px #ffffff0a}.markdown-body pre code{font-size:.95rem;line-height:1.65}.markdown-body img{max-width:100%;height:auto;border-radius:12px;border:1px solid #3a3a3a;display:block;margin:.8rem 0;background:#151515;box-shadow:0 14px 28px #00000059;transition:transform .25s ease,box-shadow .25s ease}.detail-view .markdown-body img:hover{transform:scale(1.01);box-shadow:0 18px 36px #00000073}.markdown-body .katex-display{overflow-x:auto;overflow-y:hidden;padding:.25rem 0}.detail-view{border:1px solid var(--line);background:linear-gradient(180deg,#141414fa,#0e0e0efa);box-shadow:inset 0 1px #ffffff0d;padding:.8rem 1rem 1.2rem}.detail-view>header{margin-bottom:1.8rem;text-align:center}.detail-view .markdown-body{border:0;box-shadow:none;background:transparent;padding:0;max-width:72ch;margin:0 auto;font-family:"Source Serif 4",Merriweather,Georgia,serif}.detail-view .markdown-body>p:first-of-type{font-size:1.24rem;line-height:1.82;color:#f8f8f8}.detail-view .detail-meta{margin-top:1.8rem;display:flex;flex-direction:column;gap:.95rem}.detail-view .markdown-body blockquote{margin:1.3rem 0;padding:.75rem 1rem;border-left:3px solid var(--theme-yellow);background:#ffffff08;border-radius:8px;color:#f1f1f1;font-style:italic}.detail-view code{border:0;background:#181818}.detail-view .markdown-body pre{border:0}.detail-view .markdown-body img{width:min(70%,640px);height:auto;margin:.8rem auto;border:0}.about-body{border:0;box-shadow:none;background:transparent;margin-top:0;padding-top:0}.about-body h1:first-of-type{font-size:clamp(1.55rem,1.1vw + 1rem,1.8rem);color:var(--theme-green);margin-bottom:1rem}@media(max-width:900px){.page-shell{margin-top:1.3rem}.blog-layout,.repo-grid{grid-template-columns:1fr}.tag-sidebar{position:static}.header-inner{min-height:0;padding:.8rem 0;flex-direction:column;align-items:flex-start}.compact-search input{width:150px}.detail-view .markdown-body h1{font-size:1.55rem}.detail-view .markdown-body h2{font-size:1.3rem}.detail-view .markdown-body h3{font-size:1.12rem}.markdown-body p,.markdown-body li{font-size:1.04rem;line-height:1.72}.detail-view .markdown-body>p:first-of-type{font-size:1.12rem}.detail-view .markdown-body img{width:min(88%,640px)}}
