:root{--white:#fff;--black:#1a1a1a;--gray:#8b8b8b;--highlight:#e5ffc3;--red:#e4002b;--green:#24d05a;--pink:#eb4888;--blue:#10a2f5;--yellow:#de970b}@media (prefers-color-scheme:dark){:root{--white:#1a1a1a;--black:#fff;--gray:#8b8b8b;--highlight:#e5ffc3;--red:#e4002b;--green:#24d05a;--pink:#eb4888;--blue:#10a2f5;--yellow:#e9bc3f}}body,html{margin:0;padding:0;color-scheme:light dark}html[data-theme=dark]{color-scheme:dark;--white:#1a1a1a;--black:#fff;--gray:#8b8b8b;--highlight:#e5ffc3;--red:#e4002b;--green:#24d05a;--pink:#eb4888;--blue:#10a2f5;--yellow:#e9bc3f}html[data-theme=light]{--white:#fff;--black:#1a1a1a;--gray:#8b8b8b;--highlight:#e5ffc3;--red:#e4002b;--green:#24d05a;--pink:#eb4888;--blue:#10a2f5;--yellow:#de970b}*{box-sizing:border-box;min-height:0}body{background:var(--white);color:var(--black);background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 0);background-size:20px 20px;background-position:0 0}@media (prefers-color-scheme:dark){body{background-image:radial-gradient(circle,hsla(0,0%,100%,.05) 1px,transparent 0)}}html[data-theme=dark] body{background:var(--white);background-image:radial-gradient(circle,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:20px 20px}html[data-theme=light] body{background:var(--white);background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 0);background-size:20px 20px}img{display:block;object-fit:cover}h2,h3,p{margin:0}a{text-decoration:none;display:inline-block;color:var(--yellow)}::-webkit-scrollbar{width:4px}.header-section{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.header-frame{max-width:350px;margin-bottom:1em;margin-right:1em}.header-frame h1{font-weight:400}.header-frame h2{color:var(--gray);font-weight:300;margin:0 0 .5em}.img-frame{position:relative;border-radius:3px;object-fit:cover;transition:all .2s ease-in-out}.container{margin-inline:auto;max-width:650px;padding:3rem 5px 5px;margin-bottom:2rem;min-height:100dvh;min-height:100vh}.gradient-box{padding:4px;border-radius:4px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);animation:shimmer 10s infinite}.gradient-box img{width:150px;height:176px}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.tabs-section{display:flex;flex-direction:column}.tabs{margin:25px 0;text-align:start}.tab{flex:1 1;text-align:center;cursor:pointer;border:1px solid var(--gray);width:120px;min-height:30px;box-sizing:border-box;color:var(--black);font-size:1rem;overflow:auto;transition:all .4s ease;text-transform:capitalize;padding:.5em 1em}.tab+.tab{margin-left:1em}.active-tab{box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.active-tab,.tab:hover{border-color:var(--yellow);color:var(--yellow)}.tab-content{display:flex;flex-direction:column}.tab-content h2,.tab-content p{margin-bottom:1em}.tab-content p{letter-spacing:.5px;font-weight:300;line-height:160%}ul.projects{list-style:none;padding:0;margin:0}.tech-icon-container{display:flex;flex-wrap:wrap;margin-bottom:1em;animation:fadeIn .5s ease-in-out;cursor:pointer}.tech-icon-container:hover>.tooltip{display:inline-block}.tooltip{position:absolute;border-bottom:1px dotted var(--black);font-size:13px;display:none;margin-left:28px;margin-top:-7px}@keyframes reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.tab-content,.tech-icon-container{animation:none!important}}li.project{display:flex;flex-direction:column;margin-bottom:1em;border-bottom:1px solid var(--gray);padding:.5em 0}li.project:last-child{border-bottom:none}li.project h3,li.project p{margin-bottom:.5em}li.project .links{font-weight:400;font-size:1rem;display:flex;gap:1em}.tech-category{margin-bottom:2em}.tech-category-title{font-size:1rem;font-weight:400;color:var(--gray);margin-bottom:.75em;text-transform:uppercase;letter-spacing:.5px}.tech-list{display:flex;flex-wrap:wrap;gap:.5em}.tech-icon{width:30px;height:30px;margin:.5em}.css-abbr,.html-abbr,.js-abbr,.react-abbr,.solid-abbr,.ts-abbr{position:relative;text-transform:uppercase}.css-abbr:after,.html-abbr:after,.js-abbr:after,.react-abbr:after,.solid-abbr:after,.ts-abbr:after{position:absolute;height:10px;width:100%;content:"";left:0;bottom:0}.html-abbr:after{border-bottom:2px solid #e34c26}.css-abbr:after{border-bottom:2px solid #264de4}.js-abbr:after{border-bottom:2px solid #f7df1e}.ts-abbr:after{border-bottom:2px solid #3178c6}.react-abbr:after{border-bottom:2px solid #61dafb}.solid-abbr:after{border-bottom:2px solid #ff2d20}@media (max-width:600px){.tabs{text-align:center}.tab{margin:5px}.container{padding:20px}.header-section{justify-content:center}}@media (prefers-color-scheme:dark){:root{--primary-color:#fff;--secondary-color:var(--black)}}.container-not-found{background-color:var(--secondary-color);color:var(--primary-color);height:100vh;display:flex;place-items:center;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1em}.heading{font-size:48px;margin-bottom:16px}.message{font-size:24px;text-align:center;margin-bottom:24px}.link{text-decoration:none;color:var(--primary-color);font-size:18px;padding:12px 24px;border-radius:4px;transition:background-color .3s ease}footer{position:fixed;bottom:0;padding:.5em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.social__container{display:flex;justify-content:center;align-items:center;gap:1em}.social_link{display:inline-block;will-change:filter;transition:filter .3s}.social_link.github:hover{filter:drop-shadow(0 0 20px blue)}.social_link.twitter:hover{filter:drop-shadow(0 0 20px #1da1f2)}.social_link.linkedin:hover{filter:drop-shadow(0 0 20px #2785e4)}.blog-layout-header{align-items:center;margin-bottom:1em;padding-inline:1em}.blog-card,.blog-layout-header{display:flex;justify-content:space-between}.blog-card{flex-direction:column;align-items:flex-start;padding:1em;border-radius:10px}.blog-card h2{margin-bottom:.5em;font-size:28px}.blog-card p{margin-bottom:.5em;font-size:18px;line-height:160%}@media (max-width:600px){.blog-card p{font-size:16px}}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5em}.blog-card-footer i{font-size:13px;color:var(--gray)}.tags{display:flex;flex-wrap:wrap;gap:.5em}.tag{padding:.5em 1em;border-radius:5px;background-color:var(--highlight);color:var(--white);font-size:14px;font-weight:400}pre{overflow-x:auto;padding:1rem 0;border-radius:4px}pre [data-line]{padding:0 1rem}.blog-content h1,.blog-content li,.blog-content p{margin:initial}figure{margin:0}.blog img{width:100%;height:auto;border-radius:5px}.blog img,.blog-content h2,.blog-content h3,.blog-content p{margin-bottom:1em}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;background:var(--white);border:1px solid var(--gray);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1)}.theme-toggle:hover{transform:scale(1.1);border-color:var(--yellow);box-shadow:0 8px 24px rgba(0,0,0,.2)}.theme-toggle:active{transform:scale(.95)}.terminal-cursor{display:inline-block;animation:blink 1s infinite;color:var(--yellow);font-weight:300}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width:600px){.theme-toggle{top:1rem;right:1rem;width:44px;height:44px;font-size:1.3rem}}.mouse-glow{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(222,151,11,.08) 0,rgba(222,151,11,.04) 40%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);transition:opacity .3s ease;z-index:1;mix-blend-mode:screen}html[data-theme=dark] .mouse-glow{background:radial-gradient(circle,rgba(233,188,63,.12) 0,rgba(233,188,63,.06) 40%,transparent 70%)}@media (prefers-reduced-motion:reduce){.mouse-glow{display:none}}@media (max-width:768px){.mouse-glow{display:none}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}