/*!* Custom CSS fixes for Best Practices optimizations
* Addressing Lighthouse deprecation warnings and console errors*/article h1,aside h1,nav h1,section h1{font-size:2rem!important}.sidebar h1,.sidebar__introduction h1,.sidebar__introduction-title h1{font-size:2rem!important}@media(max-width:768px){article h1,aside h1,nav h1,section h1,.sidebar h1,.sidebar__introduction h1,.sidebar__introduction-title h1{font-size:1.75rem!important}}@media(max-width:480px){article h1,aside h1,nav h1,section h1,.sidebar h1,.sidebar__introduction h1,.sidebar__introduction-title h1{font-size:1.5rem!important}}article h1,aside h1,nav h1,section h1,.sidebar h1,.sidebar__introduction h1,.sidebar__introduction-title h1{line-height:1.2;margin-bottom:1rem;margin-top:0;font-size:2rem!important}.theme--dark article h1,.theme--dark aside h1,.theme--dark nav h1,.theme--dark section h1,.theme--dark .sidebar h1,.theme--dark .sidebar__introduction h1,.theme--dark .sidebar__introduction-title h1{color:inherit!important}.navbar-burger{cursor:pointer;display:block;height:3.75rem;position:relative;width:3.75rem;margin-left:auto;padding:10px;z-index:100;background:rgba(0,0,0,8%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.15);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.15);overflow:visible;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.theme--dark .navbar-burger{background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px rgba(0,0,0,.4)}.navbar-burger:hover{background:rgba(0,0,0,.15);transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}.theme--dark .navbar-burger:hover{background:rgba(255,255,255,.12);box-shadow:0 4px 12px rgba(0,0,0,.6)}.navbar-burger:active{transform:scale(.95)}.navbar-burger__line{display:block;height:3px;left:calc(50% - 9px);position:absolute;transform-origin:center center;transition:all .3s cubic-bezier(.4,0,.2,1);width:18px;background:#000;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.2)}.theme--dark .navbar-burger__line{background:#f5f5f5;box-shadow:0 1px 2px rgba(0,0,0,.3)}.navbar-burger__line:nth-child(1){top:calc(50% - 8px)}.navbar-burger__line:nth-child(2){top:calc(50% - 1.5px)}.navbar-burger__line:nth-child(3){top:calc(50% + 5px)}.navbar-burger.nav--active .navbar-burger__line:nth-child(1),.navbar-burger.nav--active .navbar-burger__line:nth-child(2),.navbar-burger.nav--active .navbar-burger__line:nth-child(3){opacity:0;transform:scale(0);background:#000}.navbar-burger.nav--active::after{content:"×";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.8rem;font-weight:300;color:#000;line-height:1;z-index:1}.theme--dark .navbar-burger.nav--active .navbar-burger__line:nth-child(1),.theme--dark .navbar-burger.nav--active .navbar-burger__line:nth-child(2),.theme--dark .navbar-burger.nav--active .navbar-burger__line:nth-child(3){background:#f5f5f5}.theme--dark .navbar-burger.nav--active::after{color:#f5f5f5}@media screen and (min-width:961px){.navbar-burger{display:none}}@media screen and (max-width:960px){.navbar-burger{display:block}}@media screen and (max-width:960px){.nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.95) 0%,rgba(240,240,240,.95) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:99;overflow-y:auto;padding-top:5rem;animation:slideInFromTop .3s ease-out}.theme--dark .nav{background:linear-gradient(135deg,rgba(13,21,28,.95) 0%,rgba(21,32,40,.95) 100%)}@keyframes slideInFromTop{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav.nav--active{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.nav__list{flex-direction:column;align-items:center;width:90%;max-width:320px;margin:2rem 0;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 32px rgba(0,0,0,.2);overflow:hidden}.theme--dark .nav__list{background:rgba(255,255,255,5%);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.3)}.nav__list-item{width:100%;text-align:center;padding:0;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden}.theme--dark .nav__list-item{border-bottom-color:rgba(255,255,255,5%)}.nav__list-item:last-child{border-bottom:none}.nav__list-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,5%),transparent);transition:left .5s ease}.theme--dark .nav__list-item::before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.nav__list-item:hover::before{left:100%}.nav__list-item a{display:flex;align-items:center;justify-content:center;padding:1.25rem 2rem;font-size:1.2rem;font-weight:600;color:#000;text-decoration:none;border-radius:0;transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:none;position:relative;z-index:1}.theme--dark .nav__list-item a{color:#f0f0f0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.nav__list-item a:hover,.nav__list-item a:focus{background:rgba(0,0,0,.1);color:#000;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.theme--dark .nav__list-item a:hover,.theme--dark .nav__list-item a:focus{background:rgba(255,255,255,.1);color:#fff}.nav__link--active{background:linear-gradient(135deg,#007bff 0%,#0056b3 100%)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 15px rgba(0,123,255,.4)}.theme--dark .nav__link--active{background:linear-gradient(135deg,#42a5f5 0%,#1976d2 100%)!important;color:#fff!important;box-shadow:0 4px 15px rgba(66,165,245,.4)}}.header{position:fixed;top:0;left:0;right:0;z-index:98;padding:.5rem 1rem;background-color:#fff;border-bottom:1px solid rgba(70,70,70,.1);width:100vw;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.theme--dark .header{background-color:#152028;border-bottom-color:rgba(238,238,238,.1)}@media screen and (min-width:961px){.header{position:sticky;padding:0}}@media screen and (max-width:960px){.navbar-burger{min-height:44px;min-width:44px;padding:10px}.nav__list-item a{min-height:44px;display:flex;align-items:center;justify-content:center}}@media screen and (max-width:960px){.navbar-burger,.nav__list-item a{touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}}@media screen and (max-width:960px) and (-webkit-min-device-pixel-ratio:2){.navbar-burger{transform:scale(1);transform-origin:center}.navbar-burger__line{height:2px;width:18px;left:calc(50% - 9px)}}html,body{overflow-x:hidden;max-width:100vw}*{max-width:100%;box-sizing:border-box}*::before,*::after{box-sizing:border-box}.wrapper{max-width:100vw;overflow-x:hidden}.wrapper__main{max-width:100vw;overflow-x:hidden;padding:0 1rem}.wrapper__sidebar{max-width:100vw;overflow-x:hidden}.nav{max-width:100vw;overflow-x:hidden;box-sizing:border-box}.nav__list{max-width:100%;overflow-x:hidden}.content,.post,.page,main{max-width:100%;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}img,video,iframe,embed,object{max-width:100%;height:auto}table{max-width:100%;overflow-x:auto;display:block;white-space:nowrap}pre,code{max-width:100%;overflow-x:auto;word-wrap:break-word;white-space:pre-wrap}@media screen and (max-width:960px){body{padding:0;margin:0}.wrapper{padding:0;margin:0}.wrapper__main{padding:0 .5rem;margin:0;width:100%}.header{padding:.5rem;width:100%}.navbar-burger{position:relative;margin-left:auto;margin-right:.5rem}.sidebar{width:100%;max-width:100%;padding:0 1rem}.content{padding:1rem .5rem;width:100%}}@media screen and (max-width:480px){.wrapper__main{padding:0 .25rem}.header{padding:.25rem}.navbar-burger{margin-right:.25rem}}.wrapper,.wrapper__main,.wrapper__sidebar,.header,.nav,.sidebar,.content,.post,.page,article,section,div{max-width:100%;box-sizing:border-box}@media screen and (max-width:960px){.header>div,.header>*{max-width:100%;overflow:hidden}.nav,.nav>*,.nav__list,.nav__list>*{max-width:100%;overflow-x:hidden}.content,.content>*,.post,.post>*,.page,.page>*{max-width:100%;overflow-wrap:break-word;word-break:break-word}.sidebar,.sidebar>*,.sidebar__content,.sidebar__content>*{max-width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,span,div,article,section{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.wrapper{flex-direction:column}.wrapper__main{flex:none;width:100%}.wrapper__sidebar{flex:none;width:100%}}.sidebar__list{overflow:visible!important;max-width:none!important}.sidebar__list-item{overflow:visible!important;max-width:none!important}.sidebar__list-item a{overflow:visible!important;max-width:none!important;display:inline-block}.sidebar__list-item i{overflow:visible!important;max-width:none!important}.sidebar>*,.sidebar__content,.sidebar__content>*{overflow-x:visible!important;overflow-y:visible!important}.sidebar{overflow-x:hidden;overflow-y:visible}@media screen and (max-width:960px){.sidebar__list{display:flex;flex-direction:row;justify-content:center;gap:1rem;overflow:visible!important}.sidebar__list-item{overflow:visible!important;flex-shrink:0}}.sidebar__list,.sidebar__list-item,.sidebar__list-item a,.sidebar__list-item i,.sidebar__introduction,.sidebar__content{overflow:visible!important;max-width:none!important;width:auto!important;height:auto!important}.sidebar__list{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:1.25rem!important;flex-wrap:wrap!important;overflow:visible!important;width:auto!important;max-width:none!important;min-height:auto!important;height:auto!important}.sidebar__list-item{flex:none!important;flex-shrink:0!important;flex-grow:0!important;overflow:visible!important;width:auto!important;height:auto!important;max-width:none!important;min-width:56px!important;min-height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important}.sidebar__list-item a{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;width:auto!important;height:auto!important;min-width:56px!important;min-height:56px!important;padding:.75rem!important;text-decoration:none!important}.sidebar__list-item i{overflow:visible!important;width:auto!important;height:auto!important;font-size:2rem!important;line-height:1!important}.sidebar__list-item .fa-brands,.sidebar__list-item .fa-linkedin,.sidebar__list-item .fa-github,.sidebar__list-item .fa-envelope{overflow:visible!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important}.sidebar__content{overflow:visible!important;max-width:none!important;width:100%!important;height:auto!important}.sidebar__introduction{overflow:visible!important;max-width:none!important;width:100%!important;height:auto!important}@media screen and (min-width:961px){.sidebar__list{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:1rem!important;flex-wrap:wrap!important;margin:1rem 0!important}.sidebar__list-item{width:auto!important;justify-content:center!important;margin:0!important}.sidebar__list-item a{justify-content:center!important}}@media screen and (max-width:960px){.sidebar__list{flex-direction:row!important;justify-content:center!important;flex-wrap:wrap!important;margin:1rem 0!important}.sidebar__list-item{margin:0 .5rem!important}}.tag{color:#1a1a1a!important;font-weight:500;text-decoration:none;transition:color .2s ease}.tag:hover,.tag:focus{color:#000!important;text-decoration:underline}.theme--dark .tag{color:#e0e0e0!important}.theme--dark .tag:hover,.theme--dark .tag:focus{color:#fff!important;text-decoration:underline}a.tag{color:inherit!important;text-decoration:none}a.tag:hover,a.tag:focus{text-decoration:underline}.category{font-weight:500;transition:all .2s ease}.theme--light .category{border:1px solid #ccc!important;background-color:#f5f5f5!important;color:#1a1a1a!important}.theme--dark .category{border:1px solid #555!important;background-color:#333!important;color:#e0e0e0!important}.category:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.theme--dark .category:hover{box-shadow:0 2px 4px rgba(0,0,0,.3)}