.scale{transition:transform .5s ease;background:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0)}.scale:hover{transform:scale(1.1)}.scale:active,.scale:focus{outline:none;background:transparent}header{position:sticky;top:0;display:flex;justify-content:space-between;height:56px;align-items:center;border-bottom:.1px solid #d3d3d3;background:var(--content-bg);font-size:smaller}header .header-blog-name h1{margin-left:1em;font-size:1.4em;font-weight:800}header nav{display:flex;align-items:center}header nav div{cursor:pointer;margin-right:5px}header nav a{margin:10px;text-decoration:none;color:var(--text-color)}header nav a.active-link{border-bottom:solid}.profile{width:30%;height:100%;word-break:keep-all}.profile aside{background-color:var(--content-bg);margin:20px 10px 0 20px;padding:20px 0;box-shadow:var(--box-shadow);border-radius:15px}.profile aside .user-image{display:flex;justify-content:center;width:100%}.profile aside .user-image img{width:130px;border-radius:50%;height:130px;-o-object-fit:cover;object-fit:cover}.profile aside .user-title{text-align:center;font-size:medium;margin:10px;font-weight:100}.profile aside .user-title p span{font-weight:900}.profile aside .skills{display:flex;flex-flow:row wrap;justify-content:center}.profile aside .skills .header{font-weight:100;font-size:28px;margin:50px 0 25px;width:100%;text-align:center}.profile aside .skills .skill{margin:2px;padding:6px;border:1px solid #f5f5f5;font-weight:100}.profile aside .user-contact .header{text-align:center;font-size:15px;margin:50px 0 25px;font-weight:100}.profile aside .user-contact .social{font-size:12px}.profile aside .user-contact .social div{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr;margin:0 0 10px 0}.profile aside .user-contact .social div span{grid-column-start:2;justify-self:end;grid-column:2;margin-right:3px;cursor:pointer}.profile aside .user-contact .social div a{grid-column-start:3;align-self:center;text-decoration:none;color:var(--text-color)}main{flex:1;overflow:auto;margin:0 20px 20px 10px}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Thin.4f0b85f5.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-ThinItalic.7384da64.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Light.6090d256.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-LightItalic.2ffc058d.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Regular.f36638c2.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Italic.465d1aff.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Medium.b2d307df.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Bold.9ece5b48.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-BoldItalic.0be9fa8f.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-Black.301fe70f.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto-BlackItalic.c470ca2b.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}html{--page-color:#fff;--text-color:#000;--text-light-color:#a9a9a9;--link-color:#585858;--content-bg:#fff;--box-shadow:3px 3px 2px 1px rgba(62,62,62,0.2)}body{background-image:radial-gradient(#dedede 1px,transparent 0);background-size:9px 9px}code{background-color:#7badef;color:#000;font-weight:900;padding:2px;border-radius:3px}.dark-theme{--page-color:#000;--text-color:#fff;--text-light-color:#a9a9a9;--link-color:#585858;--content-bg:#131313;--box-shadow:3px 3px 2px 1px hsla(0,0%,100%,0.5)}.dark-theme body{background-image:radial-gradient(#222 1px,transparent 0);background-size:9px 9px;transition:background-color .8s ease,color .8s ease}html{background:var(--page-color);color:var(--text-color);-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;scroll-padding:60px 0}body{margin:0;padding:0;transition:background-color .8s ease,color .8s ease}#app{font-family:Roboto,sans-serif}#app ol a[href^="#"]{color:#0086ff;text-decoration:none;font-weight:900;line-height:1.5em;transition:color .3s ease}#app ol a[href^="#"]:hover{color:#0056b3;text-decoration:underline}#app h2 a{padding-left:10px;font-size:small}#app a{color:var(--text-color);font-weight:500}#app .refresh-app{text-align:center;font-weight:300;background:#828282;display:grid;place-items:center;height:2.2em;cursor:pointer}#app .app-container{display:flex}#app .app-container,main{height:calc(100vh - 56px)}main{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}main::-webkit-scrollbar{display:none}@media(min-width:200px){.blog-content .learning-highlight .topics{flex-basis:100%}.blog-content .learning-highlight .topics .topic{flex-basis:100%;font-size:small}.blog-content .learning-highlight .tags .tag{font-size:smaller}}@media(max-width:568px){.home .content-section{flex-basis:100%}}@media(min-width:576px){.home .content-section{flex-basis:43%}.blog-content .learning-highlight .topics .topic,.blog-content .post{flex-basis:45%}}@media(min-width:768px){.blog-content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.blog-content .post{flex-basis:45%}section.post{width:65%}section.post .post-content{padding:50px}}@media(min-width:992px){.blog-content .post{flex-basis:26%}.blog-content .article{min-height:30em}}@media(min-width:1200px){.blog-content .learning-highlight .topics{flex-basis:65%}.blog-content .learning-highlight .tags{flex-basis:30%}.blog-content .post{flex-basis:22%}.blog-content .article{min-height:27em}}@media(min-width:1500px){.blog-content .article{min-height:29em}}@media(min-width:1600px){.blog-content .article{min-height:33em}}@media(max-width:575.98px){.profile{display:none}header .header-avatar .user-info,header .header-avatar img{display:block}header .header-avatar .user-info span{display:block;margin:.3em 0 .3em 0}section.post{margin:0;width:100%}section.post .post-content{padding:20px}}@media(max-width:320px){header .header-avatar .user-info span:nth-child(3){display:none}}@media(max-width:277px){header .header-avatar img{display:block}header .header-avatar .user-info,header .header-avatar .user-info span{display:none!important}}@media(max-width:767.98px){.profile{display:none}header .header-avatar .user-info,header .header-avatar .user-info span,header .header-avatar img{display:block}main{margin:0!important}}@media(max-width:991.98px){.profile aside{margin:10px 0 0 10px;padding:10px}.profile aside .user-title{font-size:large}main{margin:10px}}@-webkit-keyframes shimmer{0%{background:-1000px 0}to{background:1000px 0}}@keyframes shimmer{0%{background:-1000px 0}to{background:1000px 0}}.animated-bg-header{width:30%;margin-bottom:25px}.animated-bg-header,.animated-bg-line{height:1.2em;-webkit-animation:shimmer 2s linear infinite;animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}.animated-bg-line{width:93%;margin-bottom:13px}.home{margin:2em 20px;margin-bottom:8em;word-break:break-word;display:flex;flex-wrap:wrap;justify-content:space-between}.home p{margin-top:10px}.home .section{box-shadow:var(--box-shadow);border-radius:15px;padding:15px;margin:0 0 2em 0;background-color:var(--content-bg)}.home .few-words-section{flex-basis:100%}.home .few-words-section h2{font-size:30px}.home .few-words-section .content{font-weight:100;font-size:1.1em;line-height:1.5em}.home .content-section .header img{width:10%;margin-right:10px}.home .content-section .content{font-weight:100;font-size:.9em;line-height:1.8em}.home .content-section .content ul li p{margin:2px}