:root{--theme-main:rgb(255, 255, 255);--font-color:rgb(30, 30, 30);--entry:rgb(255, 255, 255);--entry-text:rgb(41, 41, 41);--primary:rgb(218, 218, 219);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--author-social:rgb(51, 51, 51);--archiives-button-bg:rgb(240, 240, 240);--meta-bg:rgb(245, 245, 245);--social-hover-bg:rgb(230, 230, 230);--card-bg:rgb(240, 240, 240);--border:1px solid rgb(238, 238, 238);--double-border:4px double rgb(238, 238, 238);--dashed-border:1px dashed rgb(238, 238, 238);--box-shadow:rgb(203, 208, 218) 0px 2px,
        rgba(48, 52, 63, 0.2) 0px 1px 2px, 
        rgba(48, 52, 63, 0.2) 0px 1px 10px, 
        rgb(255, 255, 255) 0px 0px 0px 1px inset;--nav-shadow:rgb(238, 238, 238, 0) 0px 0px,
        rgba(48, 52, 63, 0.2) 0px 1px 2px, 
        rgba(48, 52, 63, 0.2) 0px 1px 10px, 
        rgb(238, 238, 238, 0.2) 0px 0px 0px 1px inset;--gap:24px;--content-gap:10px;--nav-width:900px;--main-width:900px;--header-height:60px;--footer-height:60px;--radius:8px;--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--hover:#3b82f6;--post-code-bg:#d8f3f6;--post-span:#444444;--post-h-border:5px solid #e74c3c;---post-blockquote-bg:#eff8f0}:root[data-theme=dark]{--theme-main:rgb(0, 0, 0);--font-color:rgb(218, 218, 219);--entry:rgb(25, 25, 25);--entry-text:rgb(201, 201, 201);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--author-social:rgb(169, 175, 179);--archiives-button-bg:rgb(55, 55, 55);--meta-bg:rgb(43, 43, 43);--social-hover-bg:rgb(75, 75, 75);--card-bg:rgb(0, 0, 0);--border:1px solid rgb(51, 51, 51);--double-border:4px double rgb(51, 51, 51);--dashed-border:1px dashed rgb(51, 51, 51);--box-shadow:none;--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--post-code-bg:#07303b;--post-span:rgb(196, 196, 197);--post-h-border:5px solid #851307;--nav-shadow:none;---post-blockquote-bg:#232923;color-scheme:dark}.list{background:var(--code-bg)}:root[data-theme=dark] .list{background:var(--theme-main)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--font-color)}body{font-family:-apple-system,BlinkMacSystemFont,harmonyos sans,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:16px;line-height:1.6;word-break:break-word;background:var(--theme-main)}@media screen and (max-width:768px){body{font-size:15px}}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}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-main)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border:2px dashed var(--secondary);padding:10px;border-radius:8px}.stat-item{background:var(--card-bg);border-radius:8px;padding:25px 5px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.stat-item:hover{transform:translateY(-8px);box-shadow:0 15px 25px rgba(0,0,0,.15)}.stat-item::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#3498db,#2ecc71);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.stat-item:hover::before{transform:scaleX(1)}.stat-number{font-size:40px;font-weight:900;margin-bottom:10px;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.1)}.stat-item:hover .stat-number{transform:scale(1.1)}.stat-label{font-size:15px;color:var(--secondary);font-weight:500;letter-spacing:1px;transition:color .3s ease}.stat-item:hover .stat-label{color:#3498db}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px;border:none}.stat-item{padding:15px}.stat-number{font-size:32px}}@media(max-width:480px){.stats-grid{gap:10px;padding:0}.stat-item{padding:10px}.stat-number{font-size:28px}}.page-header{text-align:center}.num{font-size:.9rem;font-weight:900;color:var(--secondary)}.archives-nav{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:var(--gap);border-radius:12px;overflow:hidden}.archives-nav-item{text-align:center;padding:.5rem 1rem;cursor:pointer;border-radius:12px;border:var(--border);color:var(--entry-text);font-size:1rem;font-weight:500;margin:calc(var(--gap)/2);letter-spacing:2px}.archives-nav-item:hover{background:var(--secondary);color:var(--entry)}.archives-nav-item.active{background:var(--font-color);color:var(--entry)}.archives-nav-item .archives-nav-title{display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.archives-nav-item .archives-nav-count{font-size:.85rem;opacity:.8}.archives-content{min-height:400px}.archives-content-section{display:none}.archives-content-section.active{display:block}.archives-article{position:relative}.archives-article-year{position:relative;padding-left:2rem}.archives-article-year::before{content:'';position:absolute;left:0;top:.8rem;width:8px;height:8px;border-radius:50%;border:2px solid var(--border);box-shadow:0 0 0 2px var(--entry-text)}.archives-article-year::after{content:'';position:absolute;left:3px;top:1.8rem;bottom:-1rem;width:2px;background:var(--secondary)}.archives-article-year:last-child::after{display:none}.archives-article-title{font-size:1.1rem;font-weight:600;color:var(--entry-text);margin-bottom:1rem;padding:.3rem 0;position:relative}.article-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.8rem;padding:10px 20px;border-radius:8px;border:var(--border);position:relative}.article-item:hover{transition:all .6s ease;box-shadow:0 2px 12px rgba(0,0,0,8%);transform:translateX(4px)}.article-item time{font-size:.85rem;color:var(--secondary);min-width:3rem;font-weight:500;padding-top:14px;flex-shrink:0}.article-item .article-item-content{flex:1;min-width:0;margin:2px 0}.article-item .article-item-content a{box-shadow:none}.article-item .item-content-title{color:var(--font-color);text-decoration:none;font-size:1.1rem;font-weight:500;margin-bottom:0;display:block;text-align:left;padding:2px 0}.article-item .item-content-title:hover{color:var(--font-color)}.article-item .item-content-meta{font-size:.8rem;color:#8c8c8c;display:flex;align-items:left;gap:3rem;flex-wrap:nowrap;margin-bottom:-10px}.item-content-meta-item{display:flex;align-items:center;gap:.3rem}.has-line-clamp{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.categories-list,.tags-list{display:grid;gap:1rem}.category-item,.tag-item{border:var(--border);border-radius:8px;padding:1.2rem;text-decoration:none;color:inherit;display:block}.category-item:hover,.tag-item:hover{transition:all .6s ease;box-shadow:0 2px 12px rgba(0,0,0,8%);transform:translateX(4px)}.category-header,.tag-header{display:flex;justify-content:between;align-items:center;margin-bottom:.8rem}.category-name,.tag-name{font-size:1.1rem;font-weight:600;color:var(--font-color);flex:1}.category-count,.tag-count{font-size:.85rem;color:var(--font-color);background:var(--archiives-button-bg);padding:.3rem .6rem;border-radius:12px}.category-posts,.tag-posts{font-size:.9rem;color:var(--secondary);line-height:2.5;padding:0 20px}.essay-page .main{padding:24px 0 48px}.essay-page .page-header,.essay-page .post-header{margin:24px 48px}.essay{display:flex;flex-direction:column;margin:0 48px;letter-spacing:1px}.essay-top{position:relative;width:100%;margin:0 auto;overflow:hidden}.essay-banner{width:100%;height:360px;display:block;background-size:cover;background-position:50%;margin-bottom:50px;object-fit:cover}.essay-info{position:absolute;bottom:-3px;right:40px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:90%}.info-item{display:flex;align-items:flex-end;flex-direction:row;margin-right:5px}.info-nick{margin-right:20px;margin-bottom:30px;font-size:18px;font-weight:900;color:#fff;font-family:-apple-system,BlinkMacSystemFont,segoe ui}.info-avatar{width:60px;height:60px;border-radius:8px;object-fit:cover;background-color:#eee}.info-desc{font-size:14px;color:var(--secondary);width:100%;text-align:right}.essay-body{display:flex;gap:12px;padding:20px;border-bottom:var(--border)}.essay-avatar{width:40px;height:40px;img { width: 40px; height: 40px; border-radius: 8px; }}.essay-content{display:flex;flex-direction:column;flex:1}.essay-author{font-size:15px;color:#576b95;font-weight:900;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,segoe ui}.essay-text{padding-top:5px;font-size:15px}.essay-images{display:grid;gap:2px;padding-top:5px;cursor:pointer}.essay-images-1{grid-template-columns:1fr;max-width:300px}.essay-images-1 .essay-image-item img{width:100%;height:auto;max-height:400px;border-radius:8px;object-fit:cover}.essay-images-2{grid-template-columns:repeat(2,1fr);max-width:300px}.essay-images-2 .essay-image-item img{width:100%;height:150px;object-fit:cover;border-radius:4px}.essay-images-3{grid-template-columns:repeat(3,1fr);max-width:300px}.essay-images-3 .essay-image-item img{width:100%;height:100px;object-fit:cover;border-radius:4px}.essay-images-4{grid-template-columns:repeat(2,1fr);max-width:300px}.essay-images-4 .essay-image-item img{width:100%;height:120px;object-fit:cover;border-radius:4px}.essay-images-5,.essay-images-6{grid-template-columns:repeat(3,1fr);max-width:300px}.essay-images-5 .essay-image-item img,.essay-images-6 .essay-image-item img{width:100%;height:100px;object-fit:cover;border-radius:4px}.essay-images-7,.essay-images-8,.essay-images-9{grid-template-columns:repeat(3,1fr);max-width:300px}.essay-images-7 .essay-image-item img,.essay-images-8 .essay-image-item img,.essay-images-9 .essay-image-item img{width:100%;height:90px;object-fit:cover;border-radius:4px}.essay-video{max-width:300px;max-height:400px;border-radius:8px;margin:8px 0;background-color:#000}.essay-meta{display:flex;align-items:center;gap:12px;position:relative}.essay-time{font-size:13px;color:var(--secondary);letter-spacing:0;cursor:pointer}.essay-location{font-size:13px;color:#576b95;padding:5px;cursor:pointer}.essay-ad{position:absolute;font-size:12px;width:40px;color:var(--secondary);padding:1px;background-color:var(--card-bg);border-radius:4px;display:flex;justify-content:center;text-align:center;right:60px;cursor:pointer}.essay-button{display:flex;justify-content:flex-end;margin-top:-24px;margin-left:auto;width:fit-content;z-index:2}.comment-button{border:none;background-color:var(--card-bg);border-radius:2px;cursor:pointer;padding:1px 4px;display:flex;align-items:center;justify-content:center}.comment-button svg{width:16px;height:16px}.essay-comments #twikoo::before{display:none}.essay-comments #twikoo{margin-top:0;padding-top:0;border:none}.essay-comments .twikoo .tk-comments>.tk-submit{display:none}.essay-comments .tk-comments-title,.essay-comments .tk-comments .tk-extras,.essay-comments .tk-footer,.essay-comments .tk-comments-no,.essay-comments .tk-expand-wrap{display:none}.essay-comments .tk-comments-container{box-shadow:none;padding-top:5px;height:auto;min-height:1px!important;border:none;margin-top:0}.essay-comments .tk-comments-container .tk-main{margin-top:-5px}.essay-comments #twikoo .tk-comments .tk-comments-container .tk-comment{border-top:none;padding:2px 12px;background-color:var(--card-bg)}.essay-comments #twikoo .tk-comments .tk-comments-container>.tk-comment:nth-child(2){border-top-left-radius:8px!important;border-top-right-radius:8px!important;padding-top:10px}.essay-comments #twikoo .tk-comments .tk-comments-container>.tk-comment:nth-last-child(2){border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important;padding-bottom:12px}.essay-comments #twikoo .tk-comments .tk-nick{line-height:30px}.essay-comments #twikoo .tk-comments .tk-content p{line-height:1.6;font-size:14px!important}.essay-comments #twikoo .tk-comments>.tk-submit{background-color:var(--card-bg);margin-bottom:0;margin-top:5px;padding:12px 12px 0}.essay-comments #twikoo .tk-comments .tk-input .el-textarea__inner{border:1px solid var(--font-color);min-height:100px!important;height:100px!important}.essay-comments #twikoo .tk-comments .tk-meta-input .el-input.el-input--small.el-input-group.el-input-group--prepend,.essay-comments #twikoo .tk-comments .el-button.tk-preview,.essay-comments #twikoo .tk-comments .el-button--primary,.essay-comments #twikoo .tk-comments button.el-button.tk-cancel.el-button--default.el-button--small{border:1px solid var(--font-color)!important}.essay-comments #twikoo .tk-comments .tk-submit{margin-top:5px;border-radius:8px}.essay-comments #twikoo .tk-comments .tk-row.actions{margin-bottom:-15px}@media screen and (max-width:768px){.essay-page .page-header,.essay-page .post-header{margin:14px 28px 20px}.essay{margin:0}.essay-banner{height:240px}.info-nick{font-size:16px}.info-desc{font-size:13px}.essay-info{right:12px}.essay-ad{right:20px}.essay-comments #twikoo .tk-time{display:none}.essay-comments #twikoo .tk-comments .tk-comments-container .tk-comment{margin-bottom:0!important;border-radius:0}.essay-video{max-width:300px}@media screen and (max-width:480px){.essay-video{max-width:276px}}}@font-face{font-family:harmonyos sans;src:url(/fonts/HarmonyOS-Sans.woff2)format('woff2');font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:harmonyos sans;src:url(/fonts/HarmonyOS-Sans.woff2)format('woff2');font-weight:100 900;font-style:italic;font-display:swap}.footer,.theme-toggle,.comments-btn,.top-link{font-size:11px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:0 0 20px;text-align:center;line-height:20px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;font-weight:600}.top-link{visibility:hidden;position:fixed;bottom:120px;right:10px;z-index:99;background:var(--card-bg);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear;opacity:.9!important}.top-link,.top-link svg,.comments-btn svg{filter:drop-shadow(0 0 0 var(--theme-main))}.logo-switches #theme-toggle:hover svg,.comments-btn:hover svg{color:var(--font-color)}.footer a:hover,.top-link:hover{color:var(--font-color)}.top-link:focus,#theme-toggle:focus,.comments-btn:focus{outline:0}.comments-btn{visibility:hidden;position:fixed;bottom:20px;right:10px;z-index:99;background:var(--card-bg);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear;opacity:.9!important}#theme-toggle{position:fixed;bottom:70px;right:10px;z-index:99;background:var(--card-bg);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear;opacity:.9!important}.logo-switches{flex-wrap:inherit;display:inline-flex}[data-theme=dark] #moon{display:none}[data-theme=light] #sun{display:none}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;max-width:calc(var(--footer-nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height);padding-top:12px}.footer-nav a{display:block}#footer-menu{display:flex;margin:10px auto}#footer-menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#footer-menu li+li{margin-inline-start:var(--gap)}#footer-menu a{font-size:16px;text-align:center;cursor:pointer}#footer-menu a:hover{color:var(--hover)}#footer-menu .active{font-weight:900;border-bottom:2px solid var(--hover);color:var(--hover)}.lang-switch li,.lang-switch ul{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.head-nav{display:flex;justify-content:center;align-items:center;padding:5px 48px;background:var(--entry);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;transition:all .3s ease;max-width:calc(var(--main-width) + var(--gap) * 2);border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);box-shadow:var(--nav-shadow);border-bottom:var(--border);margin:50px auto auto}.head-nav:hover{box-shadow:0 4px 20px rgba(0,0,0,8%)}#head-menu{display:flex;list-style:none;margin:0;padding:0;gap:0}#head-menu li{position:relative}#head-menu a{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;color:var(--font-color);font-weight:900;font-size:16px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}#head-menu a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);transition:left .6s ease}#head-menu a:hover::before{left:100%}#head-menu a:hover{color:#3b82f6;background:rgba(59,130,246,5%);transform:translateY(-1px)}#head-menu a:active{transform:translateY(0)}#head-menu a span{position:relative;z-index:1}#head-menu svg{opacity:.7;transition:opacity .3s ease}#head-menu a:hover svg{opacity:1;transform:translateX(2px)}#head-menu a .active{color:#3b82f6;font-weight:900}@media(max-width:768px){.head-nav{padding:14px 28px;margin:0 auto;box-shadow:none;border-bottom:var(--border)}#head-menu{gap:3px}#head-menu a{padding:7px;font-size:15px}}@media(max-width:640px){#head-menu{flex-wrap:nowrap;justify-content:center}}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}#head-menu li{animation:slideIn .5s ease both}#head-menu li:nth-child(1){animation-delay:.1s}#head-menu li:nth-child(2){animation-delay:.2s}#head-menu li:nth-child(3){animation-delay:.3s}#head-menu li:nth-child(4){animation-delay:.4s}#head-menu li:nth-child(5){animation-delay:.5s}.friendlinks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.friendlinks-card{display:flex;background:var(--card-bg);border-radius:8px;overflow:hidden;transition:all .3s ease;height:90px;position:relative}.friendlinks-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px rgba(0,0,0,.15)}.friendlinks-card::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#3498db,#2ecc71);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.friendlinks-card:hover::before{transform:scaleX(1)}.friendlinks-avatar{width:70px;height:70px;object-fit:cover;padding:0;border-radius:50%;margin:10px;transition:transform .3s ease}.friendlinks-card:hover .friendlinks-avatar{animation:imgspin 3s linear infinite;-webkit-animation:imgspin 3s linear infinite;-o-animation:imgspin 3s linear infinite}.friendlinks-info{padding-right:10px;flex:1;display:flex;flex-direction:column;justify-content:center}.friendlinks-info b{font-size:18px;letter-spacing:2px;margin-top:5px;margin-bottom:5px;color:var(--font-color);font-family:-apple-system,BlinkMacSystemFont,segoe ui}.friendlinks-info b:hover{color:#3498db}.friendlinks-desc{font-size:12px;color:var(--secondary);line-height:1.6;letter-spacing:1px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;margin-bottom:5px}.friendfeeds-stats{background:var(--card-bg);border-radius:8px;padding:5px 20px;margin-bottom:25px;text-align:center;transition:all .3s ease}.friendfeeds-stats:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.12)}.friendfeeds-stats p{margin:8px 0;color:var(--secondary);font-size:14px;letter-spacing:1px;text-align:center}.friendfeeds-stats p:first-child{font-size:16px;font-weight:600;color:#3498db}.friendfeeds-articles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.friendfeeds-articles .item{display:flex;background:var(--card-bg);border-radius:8px;padding:15px;transition:all .3s ease;position:relative;overflow:hidden}.friendfeeds-articles .item:hover{transform:translateY(-6px);box-shadow:0 10px 18px rgba(0,0,0,.15)}.friendfeeds-articles .item::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#3498db,#2ecc71);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.friendfeeds-articles .item:hover::before{transform:scaleX(1)}.friendfeeds-articles .item img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px;transition:transform .3s ease}.friendfeeds-articles .item:hover img{animation:imgspin 3s linear infinite}.friendfeeds-articles .item>div{flex:1;display:flex;flex-direction:column;justify-content:center}.friendfeeds-articles .item a{font-size:16px;font-weight:600;color:var(--font-color);text-decoration:none;margin-bottom:8px;line-height:1.4;transition:color .3s ease;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:1;-webkit-line-clamp:1;box-orient:vertical}.friendfeeds-articles .item a:hover{color:#3498db}.friendfeeds-articles .item>div>div{display:flex;justify-content:space-between;align-items:center}.friendfeeds-articles .item span{font-size:12px;color:var(--secondary);letter-spacing:1px}.friendfeeds-articles .item span:first-child{font-weight:500}@keyframes imgspin{0%{transform:scale(1.05)rotate(0)}100%{transform:scale(1.05)rotate(360deg)}}@media(max-width:768px){.friendlinks-grid{grid-template-columns:repeat(1,1fr)}.friendfeeds-articles{grid-template-columns:1fr;gap:15px}.friendfeeds-articles .item{padding:12px}.friendfeeds-stats{padding:10px;margin-bottom:15px}}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:0 auto;padding:var(--gap)calc(var(--gap) * 2)calc(var(--gap) * 2);background:var(--entry);box-shadow:var(--box-shadow);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.page-header h1{font-size:40px;margin:-10px 0 0;font-family:-apple-system,BlinkMacSystemFont,segoe ui}.pagination{display:flex;margin-top:var(--gap)}.pagination a,.pagination button{color:var(--theme-main);font-size:13px;line-height:36px;background:var(--secondary);border-radius:calc(36px/2);padding:0 16px}.pagination a:hover,.pagination button:hover{background:var(--font-color)}.pagination .next{margin-inline-start:auto}code{direction:ltr;font-family:jetbrains mono,cascadia code,fira code,cascadia code,harmonyos sans!important;font-size:14px;font-weight:500!important}.highlight{background:var(--code-block-bg)!important;border-radius:8px;padding:5px;font-size:14px;font-weight:500!important;font-family:jetbrains mono,cascadia code,fira code,cascadia code,harmonyos sans!important}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:8px;right:8px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:5px 10px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}h1,h2,h3,h4{letter-spacing:2px;font-weight:600;margin:15px 0;line-height:1.5}@media screen and (max-width:768px){h2,h3,h4{margin:10px auto 5px}}p,ul{font-weight:400;letter-spacing:2px;line-height:2em;text-align:justify;margin-bottom:0;word-break:break-all;color:var(--post-span)}li a span{letter-spacing:0}@media(max-width:768px){.main{margin:auto}}.zzdesc{text-align:center;color:var(--secondary);font-size:13px;margin-bottom:5px}.author-info{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:32px;margin:var(--gap)0 0;padding:0 0 15px;background-color:var(--entry);border-bottom:var(--double-border)}.author{display:flex;align-items:center}.author-left{flex:1;padding-left:1.5rem}.author-title{font-size:50px;font-weight:900;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,segoe ui}.author-motto{margin:.5rem 0 1rem;letter-spacing:2px;font-size:18px;font-weight:600;color:var(--secondary);border-left:3px solid var(--secondary);padding-left:.8rem}.author-social{margin:1.1rem 0 0 -.5rem}.author-social .social-icons{display:inline-flex;gap:15px;flex-wrap:wrap}.author-social .social-icons a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;padding:10px;background-color:var(--archiives-button-bg);transition:all .3s ease;text-decoration:none}.author-social .social-icons a:hover{transform:translateY(-2px);background:rgba(59,131,246,.178)}.author-social .social-icons svg{width:22px;height:22px}.author-social .social-icons a svg path{fill:var(--author-social)}.author-right{flex:none;flex-wrap:inherit}.author-logo{display:flex;margin:auto var(--gap)}.author-logo:hover{transform:scale(1.05);transition:transform .5s ease}.homepost,.post-entry,.tag-entry{display:flex;align-items:flex-start;padding:2rem;position:relative;margin:2rem 0;background:var(--entry);border-radius:var(--radius);overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:var(--border);backdrop-filter:blur(10px);box-shadow:0 6px 16px rgba(0,0,0,8%),0 2px 6px rgba(0,0,0,5%),inset 0 1px rgba(255,255,255,.3),inset 0 -1px rgba(0,0,0,5%);&:hover { transform:translateX(-6px); box-shadow:0 12px 40px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.02); };&:active { transform:scale(0.96); }}.homepost-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color:inherit}.homepost-title h2{margin:0 0 1rem;font-size:20px;font-weight:700;color:var(--font-color);line-height:1.6;letter-spacing:4px}.homepost-link{position:absolute;top:0;left:0;right:0;bottom:0}.homepost-content p{margin:0;color:var(--secondary);font-size:.95rem;line-height:2rem;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-weight:400}.homepost-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:.5rem}.homepost-meta>span{display:flex;align-items:center;font-size:.85rem;gap:.5rem;color:var(--secondary);font-weight:500;padding:.4rem .8rem;background:var(--meta-bg);border-radius:20px;transition:all .3s ease}.homepost-meta svg path{fill:var(--secondary)}.homepost:hover .homepost-right img{transform:scale(1.08);filter:brightness(1)}.homepost-right{flex-shrink:0;text-align:center;width:200px;height:150px;border-radius:var(--radius);margin:auto auto auto 1rem;overflow:hidden;position:relative;&:empty { display:none; }}.homepost-right img{border-radius:var(--radius);object-fit:cover;object-position:center;width:100%;height:100%;display:block;aspect-ratio:4/3;transition:transform .4s ease,filter .6s ease}@media(max-width:768px){.author-info{margin:calc(var(--gap)/2)0 0;padding:1rem;border-bottom:3px double #eee}.author{flex-direction:column-reverse;align-items:center;text-align:center;gap:1rem}.author-left{padding-left:0;width:100%}.author-title{font-size:2.2rem;line-height:1.25;letter-spacing:-.5px;margin-bottom:.5rem}.author-motto{font-size:1.1rem;line-height:1.5;margin:.8rem .5rem 0;padding:0;border-left:none;text-align:center}.author-social{margin:1rem 0 0}.author-social .social-icons{justify-content:center;gap:10px}.author-social .social-icons a{width:42px;height:42px;padding:9px}.author-social .social-icons svg{width:20px;height:20px}.author-right{margin:0}.author-logo{margin:0}.author-logo img{height:100px}.homepost,.post-entry,.tag-entry{flex-direction:column;padding:1.5rem;margin:1.5rem 0;gap:1rem}.homepost-left{width:100%;align-items:flex-start}.homepost-title h2{font-size:1.3rem;line-height:1.4;letter-spacing:1px;margin:0 0 .8rem;font-weight:700}.homepost-content{width:100%}.homepost-content p{font-size:.95rem;line-height:1.75;-webkit-line-clamp:3;line-clamp:3;text-align:justify;word-spacing:-.5px;margin-bottom:.5rem}.homepost-meta{gap:5px;justify-content:flex-start;margin-top:.5rem}.homepost-meta span{font-size:.82rem;line-height:1.3;padding:.35rem .8rem;letter-spacing:.2px}.homepost-meta span:nth-child(3){display:none}.homepost-right{width:100%;height:160px;margin:0;order:-1}.homepost:hover{transform:translateY(-3px)}.pagination{gap:1rem}.pagination a{padding:.7rem 1rem;font-size:13px;line-height:1}}@media(max-width:480px){.author-title{font-size:1.9rem;line-height:1.2}.author-motto{font-size:1.05rem;line-height:1.45;margin:.6rem 0 0;padding:0}.homepost-title h2{font-size:1.2rem;line-height:1.35;letter-spacing:.5px}.homepost-content p{font-size:.92rem;line-height:1.7}.homepost-meta span{font-size:.78rem;padding:.3rem .6rem}}.page-header,.post-header{margin:24px auto var(--content-gap);border-bottom:var(--double-border)}.post-title{margin-bottom:5px;font-size:32px;text-align:center;display:block}@media screen and (max-width:768px){.post-title{font-size:24px!important}.post-content h1{font-size:21px!important}.post-content h2{font-size:20px!important}.post-content h3{font-size:19px!important}.post-content h4{font-size:18px!important}.post-content h5{font-size:17px!important}.post-content h6{font-size:16px!important}}.post-single .entry-cover{font-size:14px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.post-single .entry-cover img{border-radius:var(--radius);display:block;width:100%;max-height:400px;object-fit:cover}figcaption,figcaption a{margin:5px 0 24px;font-size:12px;color:var(--secondary)}.post-description{margin-bottom:10px;font-size:17px;font-weight:600;line-height:1.6;letter-spacing:1px;color:var(--secondary)}@media screen and (max-width:768px){.post-description{font-size:15px}}.post-meta-item{display:flex;align-items:center;gap:.3rem}.post-item .post-meta{font-size:.8rem;color:#8c8c8c;display:flex;align-items:left;gap:3rem;flex-wrap:nowrap;margin-bottom:-10px}.post-meta svg{width:15px;height:16px;margin-bottom:-3px}.post-meta svg path{fill:var(--secondary)}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;margin-bottom:10px;text-align:center}.breadcrumbs{margin:0;display:flex;flex-wrap:wrap;align-items:center}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.breadcrumbs a{font-size:16px}.page-header .breadcrumbs svg,.post-header .breadcrumbs svg{height:20px;width:20px;margin:0 0 -3px}.breadcrumbs svg path{fill:var(--font-color)}.post-content{color:var(--content);margin:20px 0}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:var(--content-gap)0;padding-left:15px;border-left:var(--post-h-border)}.post-content h1{margin:22px auto 11px;font-size:27px}.post-content h2{font-size:25px}.post-content h3{font-size:23px}.post-content h4{font-size:21px}.post-content h5{font-size:19px}.post-content h6{font-size:17px}.post-content p{text-indent:4ch;display:inline-block}.post-content a,.post-meta .i18n_list li a{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a:hover,.post-meta .i18n_list li a:hover,.toc a:hover{color:var(--hover)}.post-content del{text-decoration:line-through}.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::marker{font-weight:900;font-size:17px;color:var(--font-color)}.post-content li{margin-top:5px;letter-spacing:2px;line-height:2em}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0;letter-spacing:2px}.post-content details{letter-spacing:2px}.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:var(--content-gap);letter-spacing:2px}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:var(--border)}.post-content table th{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(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.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 a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--font-color)inset}.post-content p code{padding:3px;font-size:15px;background:var(--post-code-bg);border-radius:var(--radius)}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-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:5px solid #5cb85c;background:var(---post-blockquote-bg);border-radius:var(--radius)}.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:5px auto}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--font-color);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-bottom:var(--content-gap)0;border:var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}[data-theme=dark].toc{background:var(--entry)}.toc details summary{cursor:pointer;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:pointer}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--font-color);color:var(--entry)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.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{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px}.paginav .prev{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);border-right:var(--border)}.paginav .next{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);border-left:var(--border)}.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}@media(max-width:768px){.post-meta{font-size:13px;gap:.5rem}}.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{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.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(--font-color);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.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)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme-main);border-radius:var(--radius)}[data-theme=light] .list::-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-main)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-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:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.footer{padding:0 var(--gap)calc((var(--footer-height) - var(--gap) - 10px)/2)}}@media screen and (max-width:900px){.list .top-link,.list #theme-toggle,.list .comments-btn{transform:translateY(24px)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}@media(max-width:768px){.archives-nav{gap:0}.archives-nav-item:last-child{border-bottom:none}.archives-nav-item .archives-nav-title{margin-bottom:0}.archives-article-year{padding-left:1.5rem}.article-item{gap:0}.article-item time{min-width:2.5rem;font-size:.8rem;padding-top:0;margin-top:-5px}.archives-article .item-content-title{font-size:14px}.archives-article .item-content-meta-item{font-size:12px}}@media(max-width:480px){.archives-article-year{padding-left:1rem}.archives-article-year::before{left:-4px}.archives-article-year::after{left:-1px}.article-item{flex-direction:column;gap:0}.article-item time{min-width:auto;align-self:flex-start}.item-content-meta{gap:.5rem}}