/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}.list{background:var(--code-bg)}*,::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(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}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)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}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus{outline:0}@media(max-width:768px){.nav{flex-direction:column;align-items:flex-start;padding:0 1rem}#menu{flex-direction:column;width:100%;white-space:normal;overflow-x:visible;padding:0}#menu li{margin:.5rem 0}.logo{margin:.5rem 0}.menu-toggle{display:block;background:0 0;border:none;font-size:2rem;margin-left:auto;cursor:pointer}}@media(max-width:480px){.nav{padding:0 .5rem}.logo a{font-size:18px}#menu a{font-size:14px}}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{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}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{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}.post-content{color:var(--content);margin:30px 0}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.post-meta .i18n_list li a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.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{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.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)}.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:1px solid 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 code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.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:3px solid var(--primary)}.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:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);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);border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.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:1px solid 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(--border)}.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;border-radius:var(--radius)}.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}.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(--primary);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);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)}.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}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@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}}:root{--about-text:#1e293b;--about-text-light:#64748b;--about-accent:#0ea5e9;--about-border:#e2e8f0}.about-container{max-width:100%;margin:0 auto;padding:2rem 3rem}@media(min-width:1200px){.about-container{max-width:1e3px;padding:2rem}}.about-section-full{padding:2rem 0 2.5rem}.about-section-full p{font-family:roboto,sans-serif;font-size:1.05rem;line-height:1.8;color:var(--about-text-light);margin-bottom:1rem}.about-section-full p:last-of-type{margin-bottom:0}.about-section-full strong{color:var(--about-text);font-weight:500}.about-section-simple{padding:2rem 0}.section-title-simple{font-family:Georgia,times new roman,serif;font-size:1.5rem;font-weight:400;color:var(--about-text);margin:0 0 1rem}.section-content p{font-family:roboto,sans-serif;font-size:1.05rem;line-height:1.8;color:var(--about-text-light);margin-bottom:1rem}.section-content p:last-child{margin-bottom:0}.section-content strong{color:var(--about-text);font-weight:500}.cv-button-wrapper{margin-top:1.5rem}.cv-button{display:inline-flex;align-items:center;gap:.5rem;font-family:roboto,sans-serif;font-size:.95rem;font-weight:500;color:var(--about-accent);background:0 0;padding:0;text-decoration:none;transition:opacity .2s ease}.cv-button:hover{opacity:.7}.cv-button svg{width:16px;height:16px}.skills-simple{display:flex;flex-direction:column;gap:1rem}.skills-category h4{font-family:roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--about-text);margin:0 0 .25rem}.skills-category p{font-family:roboto,sans-serif;font-size:1rem;color:var(--about-text-light);margin:0;line-height:1.6}.formation-simple{display:flex;flex-direction:column;gap:1.25rem}.formation-entry{display:flex;align-items:center;gap:1.5rem}.formation-period{font-family:roboto,sans-serif;font-size:.85rem;color:var(--about-text-light);min-width:100px;flex-shrink:0}.formation-details{display:flex;flex-direction:column;gap:.15rem}.formation-details strong{font-family:roboto,sans-serif;font-size:.95rem;font-weight:500;color:var(--about-text)}.formation-school{font-family:roboto,sans-serif;font-size:.85rem;color:var(--about-text-light)}@media(max-width:640px){.hero-profile-image{width:200px;height:200px}.about-section-simple{padding:2rem 0}.formation-entry{flex-direction:column;gap:.25rem}.formation-period{min-width:auto}}.about-row{display:flex;align-items:center;gap:20px;margin-bottom:10px}.about-img-col{flex:0 0 260px;display:flex;justify-content:center;align-items:center}.about-img{width:340px;height:340px;max-width:100%;display:block;border-radius:0;object-fit:cover;box-shadow:0 6px 24px rgba(0,0,0,.12)}.about-text-col{flex:1}@media(max-width:800px){.about-row{flex-direction:column;gap:20px;text-align:center}.about-img-col{justify-content:center;margin-bottom:0}.about-text-col{text-align:left}}.hero-section.project-row{display:flex;align-items:center;margin-bottom:55px}.project-image-left{display:flex;flex-direction:column;align-items:flex-start;margin-top:-40px}.project-image-left .avatar{margin-bottom:0}.project-image-left .social-icons{margin-left:0!important;margin-top:0!important;padding-left:0!important;gap:0!important;justify-content:flex-start!important;align-items:flex-start!important;position:static!important;width:auto!important;margin-bottom:0!important}.avatar{width:180px!important;height:180px!important;border-radius:50%!important;object-fit:cover!important;box-shadow:0 6px 24px rgba(0,0,0,.12)}.hero-title{font-size:2.2rem;font-weight:600;text-align:left;margin-bottom:4px!important}.hero-subtitle{font-size:1.1rem;color:#64748b;text-align:left;margin-bottom:4px!important}.hero-tagline{font-size:1rem;color:#334155;text-align:left;margin-bottom:4px!important}.social-icons{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;display:flex!important;flex-direction:row!important;gap:0!important;justify-content:flex-start!important;align-items:flex-start!important;margin-left:0!important;padding-left:0!important;position:static!important;left:0!important;top:0!important;z-index:1!important;width:auto!important}:root{--font-family:'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--primary-color:#1e293b;--accent-color:#0ea5e9;--accent-hover:#0284c7;--bg-light:#f8fafc;--bg-white:#ffffff;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.1);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.12);--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--transition-fast:0.15s ease;--transition-normal:0.3s ease}.dark{--primary-color:#f1f5f9;--bg-light:#0f172a;--bg-white:#1e293b;--text-dark:#f8fafc;--text-muted:#94a3b8;--border-color:#334155;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.2);--shadow-md:0 4px 12px rgba(0, 0, 0, 0.3);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.4)}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:600;line-height:1.3;color:var(--text-dark);margin-top:0}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.75rem;font-weight:600}h3{font-size:1.375rem;font-weight:600}h4{font-size:1.125rem;font-weight:500}p{margin-bottom:1rem;color:var(--text-muted)}a{color:var(--accent-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-hover)}.nav{background:var(--bg-white);box-shadow:var(--shadow-sm)}header.header{background:var(--bg-white);box-shadow:0 1px 3px rgba(0,0,0,5%)}.logo a{font-family:var(--font-family);font-size:1.5rem;font-weight:500;color:var(--text-dark)}#menu a{font-family:var(--font-family);font-size:.9375rem;font-weight:500;color:var(--text-muted);padding:.5rem 0;margin:0;transition:color var(--transition-fast)}#menu li+li{margin-inline-start:10px}#menu a:hover,#menu .active{color:var(--accent-color)}.theme-toggle-menu{display:flex;align-items:center;margin-left:8px}.theme-toggle-menu button{background:0 0;border:none;cursor:pointer;padding:4px;color:var(--text-muted);transition:color var(--transition-fast)}.theme-toggle-menu button:hover{color:var(--accent-color)}.card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--spacing-lg);transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-color)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);font-family:var(--font-family);font-size:.9375rem;font-weight:500;padding:12px 24px;border-radius:var(--radius-md);border:none;cursor:pointer;text-decoration:none;transition:all var(--transition-normal)}.btn-primary{background:var(--accent-color);color:#fff}padding: 10px 20px;}.btn-outline:hover{background:var(--primary-color);color:var(--bg-white)}.btn-ghost{background:0 0;color:var(--text-muted);padding:8px 16px}.btn-ghost:hover{color:var(--accent-color);background:rgba(14,165,233,.1)}.tag{display:inline-block;font-family:var(--font-family);font-size:.75rem;font-weight:500;padding:.25rem .75rem;background:var(--bg-light);color:var(--text-muted);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:all var(--transition-fast)}.tag:hover{border-color:var(--accent-color);color:var(--accent-color)}input,textarea,select{font-family:var(--font-family);font-size:1rem;padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-white);color:var(--text-dark);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(14,165,233,.1)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)}.text-accent{color:var(--accent-color)}.text-muted{color:var(--text-muted)}.bg-light{background-color:var(--bg-light)}.bg-white{background-color:var(--bg-white)}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.py-sm{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.py-md{padding-top:var(--spacing-md);padding-bottom:var(--spacing-md)}.py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.py-xl{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.px-sm{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.px-md{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.px-lg{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}@media(min-width:640px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media(min-width:768px){body{font-size:17px}#menu a{margin:0 16px}}@media(min-width:1024px){h1{font-size:2.75rem}.container{max-width:1024px;margin:0 auto}#menu a{margin:0 20px}}@media(min-width:1280px){.container{max-width:1200px}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}::selection{background-color:var(--accent-color);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}*:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media print{.nav,.footer,.custom-footer{display:none}body{font-size:12pt;color:#000;background:#fff}a{color:#000;text-decoration:underline}}:root{--exp-bg:#f8fafc;--exp-text:#1e293b;--exp-text-light:#64748b;--exp-border:#e2e8f0;--exp-accent:#0ea5e9}.experience-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.experience-header{text-align:center;padding:2rem 0 3rem}.experience-title{font-family:Georgia,times new roman,serif;font-size:2.5rem;font-weight:400;color:var(--exp-text);margin:0 0 .5rem}.experience-subtitle{font-family:roboto,sans-serif;font-size:1rem;color:var(--exp-text-light)}.experience-timeline{display:flex;flex-direction:column;gap:0}.experience-item{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--exp-border)}.experience-item:last-child{border-bottom:none}.experience-date{flex-shrink:0;width:120px}.date-range{font-family:roboto,sans-serif;font-size:.85rem;color:var(--exp-text-light);white-space:nowrap}.experience-content{flex:1}.experience-role{font-family:roboto,sans-serif;font-size:1.25rem;font-weight:600;color:var(--exp-text);margin:0 0 .25rem;display:inline}.experience-type{font-family:roboto,sans-serif;font-size:.8rem;color:var(--exp-accent);margin-left:.5rem}.experience-company{margin:.5rem 0 1rem}.company-name{font-family:roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--exp-text)}.company-location{font-family:roboto,sans-serif;font-size:.9rem;color:var(--exp-text-light);margin-left:.5rem}.company-location::before{content:"•";margin-right:.5rem}.experience-tasks{list-style:none;padding:0;margin:0 0 1rem}.experience-tasks li{font-family:roboto,sans-serif;font-size:.95rem;color:var(--exp-text-light);line-height:1.6;padding-left:1rem;position:relative;margin-bottom:.35rem}.experience-tasks li::before{content:"–";position:absolute;left:0;color:var(--exp-text-light)}.experience-tags{display:flex;flex-wrap:wrap;gap:.5rem}.exp-tag{font-family:roboto,sans-serif;font-size:.75rem;color:var(--exp-accent);background:0 0;padding:.25rem 0}.exp-tag::before{content:"#"}@media(max-width:700px){.experience-item{flex-direction:column;gap:.5rem}.experience-date{width:100%}.experience-title{font-size:2rem}}.custom-footer{background-color:var(--entry);border-top:1px solid var(--border);padding:24px 20px;margin-top:auto}.footer-content{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;flex-direction:column;gap:.25rem}.copyright-text{font-family:roboto,sans-serif;font-size:.8rem;color:var(--secondary)}.license-text{font-family:roboto,sans-serif;font-size:.7rem;color:var(--secondary)}.license-text a{color:var(--secondary);text-decoration:underline;transition:color .2s ease}.license-text a:hover{color:var(--primary)}.footer-right{display:flex;align-items:center;gap:1rem}.footer-socials{display:flex;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;color:var(--secondary);transition:color .2s ease}.footer-social-link:hover{color:var(--primary)}.footer-social-link svg{width:18px;height:18px}.update-text{font-family:roboto,sans-serif;font-size:.7rem;color:var(--secondary)}@media(max-width:640px){.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-right{flex-direction:column;gap:.75rem}}.footer{display:none}:root{--color-primary:#1e293b;--color-accent:#0ea5e9;--color-text:#334155;--color-text-light:#64748b;--color-bg:#f8fafc;--color-card:#ffffff;--color-border:#e2e8f0}.home-container{max-width:800px;margin:0 auto;padding:2rem 1rem}.hero-section{text-align:center;padding:1.5rem 0 4rem}.avatar-container{margin-bottom:1.5rem}.avatar{width:200px;height:200px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hero-title{font-family:roboto,sans-serif;font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.name-highlight{color:var(--color-accent)}.hero-subtitle{font-family:roboto,sans-serif;font-size:1.125rem;font-weight:500;color:var(--color-text);margin-bottom:1rem}.hero-tagline{font-family:roboto,sans-serif;font-size:1rem;line-height:1.75;color:var(--color-text-light);max-width:600px;margin:0 auto 2rem}.social-icons{display:flex;justify-content:center;gap:12px}.social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-text-light);transition:color .2s ease}.social-icons a:hover{color:var(--color-accent)}.social-icons svg{width:18px;height:18px}.section-title{font-family:roboto,sans-serif;font-size:1.5rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;text-align:center}.expertise-section{padding:rem 0;max-width:950px;margin:0 auto}.expertise-column{display:grid;grid-template-columns:repeat(3,1fr);width:100%}@media(max-width:768px){.expertise-column{grid-template-columns:1fr}}.expertise-item{display:flex;flex-direction:column;padding:1rem}.expertise-item:hover .expertise-title{color:var(--color-accent)}.expertise-title{font-family:roboto,sans-serif;font-size:1.1rem;font-weight:600;color:var(--color-primary);margin:0 0 .5rem;transition:color .2s ease}.expertise-desc{font-family:roboto,sans-serif;font-size:.95rem;line-height:1.6;color:var(--color-text-light);margin:0}.projects-section{padding:3rem 0}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.featured-projects-list{display:flex;flex-direction:column;gap:1.5rem}.featured-project-row{display:flex;gap:1.25rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.featured-project-row:last-child{border-bottom:none;padding-bottom:0}.featured-project-row:hover .featured-project-title{color:var(--color-accent)}.featured-project-image{flex-shrink:0;width:140px}.featured-project-image img{width:140px;height:95px;object-fit:cover;display:block}.featured-project-content{flex:1;min-width:0}.featured-project-title{font-family:roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--color-primary);margin:0 0 .25rem;transition:color .2s ease}.featured-project-desc{font-family:roboto,sans-serif;font-size:.875rem;line-height:1.5;color:var(--color-text-light);margin:0 0 .35rem}.project-link{text-decoration:none}.project-tags-inline{display:flex;flex-wrap:wrap;gap:.5rem}.hashtag{font-family:roboto,sans-serif;font-size:.8rem;color:var(--color-accent)}.view-all{text-align:center;margin-top:2rem}.view-all-link{font-family:roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--color-accent);text-decoration:none;transition:opacity .2s ease}.view-all-link:hover{opacity:.8}@media(max-width:640px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.expertise-grid{grid-template-columns:1fr}.featured-project-row{flex-direction:column;align-items:flex-start;gap:1rem}.featured-project-image{width:100%}.featured-project-image img{width:100%;height:150px}}.featured-project-row{position:relative}.featured-project-content .hover-arrow{display:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.8em;color:var(--proj-accent);pointer-events:none}.featured-project-row:hover .hover-arrow{display:inline}:root{--proj-bg:#f8fafc;--proj-card-bg:#ffffff;--proj-text:#1e293b;--proj-text-light:#64748b;--proj-border:#e2e8f0;--proj-accent:#0ea5e9}.projects-container{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.projects-header{text-align:center;padding:2rem 0 3rem}.projects-label{display:inline-block;font-family:roboto,sans-serif;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--proj-accent);margin-bottom:.75rem}.projects-title{font-family:Georgia,times new roman,serif;font-size:2.5rem;font-weight:400;color:var(--proj-text);margin:0 0 1rem}.projects-subtitle{font-family:roboto,sans-serif;font-size:1rem;color:var(--proj-text-light);max-width:550px;margin:0 auto;line-height:1.6}.projects-list-horizontal{display:flex;flex-direction:column;gap:1rem}.project-row{display:flex;gap:1.5rem;align-items:flex-end;padding-bottom:1rem;border-bottom:1px solid var(--proj-border);position:relative}.hover-arrow{display:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.8em;color:var(--proj-accent);pointer-events:none}.project-row:hover .hover-arrow{display:inline}.project-row:last-child{border-bottom:none;padding-bottom:0}.project-image-left{flex-shrink:0;width:180px}.project-image-left img{width:180px;height:120px;object-fit:cover;display:block;transition:opacity .2s ease}.project-row:hover .project-image-left img{opacity:.85}.project-content-right{flex:1;min-width:0}.project-link{text-decoration:none}.project-row-title{font-family:roboto,sans-serif;font-size:1.1rem;font-weight:600;color:var(--proj-text);margin:0 0 .25rem;line-height:1.3;transition:color .2s ease}.project-row:hover .project-row-title{color:var(--proj-accent)}.project-date{font-family:roboto,sans-serif;font-size:.8rem;color:var(--proj-text-light);display:block;margin-bottom:.4rem}.project-summary{font-family:roboto,sans-serif;font-size:.9rem;line-height:1.5;color:var(--proj-text-light);margin:0 0 .5rem}.project-tags-inline{display:flex;flex-wrap:wrap;gap:.5rem}.hashtag{font-family:roboto,sans-serif;font-size:.8rem;color:var(--proj-accent);transition:opacity .2s ease}.hashtag:hover{opacity:.7}@media(max-width:600px){.project-row{flex-direction:column;gap:1rem}.project-image-left{width:100%}.project-image-left img{width:100%;height:180px}}.project-single{max-width:900px;margin:0 auto;padding:2rem}.project-hero-image{width:100%;margin-bottom:1.5rem}.project-hero-image img{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.project-header{margin-bottom:2rem}.project-single-title{font-family:Georgia,times new roman,serif;font-size:2rem;font-weight:400;color:var(--proj-text);margin:0 0 .35rem;line-height:1.3}.project-single-date{font-family:roboto,sans-serif;font-size:.9rem;color:var(--proj-text-light);display:block;margin-bottom:.75rem}.project-single-desc{font-family:roboto,sans-serif;font-size:1.05rem;color:var(--proj-text-light);margin:0 0 .75rem;line-height:1.6}.hashtag-link{font-family:roboto,sans-serif;font-size:.85rem;color:var(--proj-accent);text-decoration:none;transition:opacity .2s ease}.hashtag-link:hover{opacity:.7}.project-content{font-family:roboto,sans-serif;font-size:1.05rem;line-height:1.8;color:var(--proj-text)}.project-content h2{font-family:Georgia,times new roman,serif;font-size:1.4rem;font-weight:400;margin:1.75rem 0 .75rem;color:var(--proj-text)}.project-content p{margin-bottom:1rem}.project-content ul,.project-content ol{margin-bottom:1rem;padding-left:1.5rem}.project-content li{margin-bottom:.5rem}.project-content strong{font-weight:600;color:var(--proj-text)}.project-content a{color:var(--proj-accent);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.project-content a:hover{opacity:.7}.project-nav{display:flex;justify-content:space-between;align-items:flex-start;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--proj-border);gap:2rem}.project-nav-link{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--proj-text);font-family:roboto,sans-serif;font-size:.95rem;transition:color .2s ease}.project-nav-link:hover{color:var(--proj-accent)}.project-nav-prev{margin-right:auto}.project-nav-next{margin-left:auto;text-align:right}.project-nav-arrow{font-size:1rem;color:var(--proj-text-light)}.project-nav-link:hover .project-nav-arrow{color:var(--proj-accent)}.project-nav-label{color:var(--proj-text-light);font-size:.85rem}.project-nav-title{font-weight:500}@media(max-width:600px){.project-nav{flex-direction:column;gap:1rem}.project-nav-next{margin-left:0;text-align:left}}:root{--tag-text:#1e293b;--tag-text-light:#64748b;--tag-accent:#0ea5e9;--tag-border:#e2e8f0;--tag-bg:#f8fafc}.tag-page{max-width:900px;margin:0 auto;padding:2rem}.tag-header{padding:1.5rem 0 2rem;margin-bottom:1.5rem}.tag-label{display:inline-block;font-family:roboto,sans-serif;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--tag-accent);margin-bottom:.25rem}.tag-title{font-family:Georgia,times new roman,serif;font-size:2rem;font-weight:400;color:var(--tag-text);margin:0 0 .25rem}.tag-count{font-family:roboto,sans-serif;font-size:.9rem;color:var(--tag-text-light);margin:0}.tag-projects{display:flex;flex-direction:column;gap:1.5rem}.tag-project-row{display:flex;gap:1.5rem;align-items:flex-start}.tag-project-row:hover .tag-project-title{color:var(--tag-accent)}.tag-project-image{flex-shrink:0;width:160px}.tag-project-image img{width:160px;height:110px;object-fit:cover;display:block}.tag-project-content{flex:1;min-width:0}.tag-project-link{text-decoration:none}.tag-project-title{font-family:roboto,sans-serif;font-size:1.1rem;font-weight:600;color:var(--tag-text);margin:0 0 .25rem;transition:color .2s ease}.tag-project-date{font-family:roboto,sans-serif;font-size:.8rem;color:var(--tag-text-light);display:block;margin-bottom:.35rem}.tag-project-desc{font-family:roboto,sans-serif;font-size:.9rem;line-height:1.5;color:var(--tag-text-light);margin:0}@media(max-width:600px){.tag-project-row{flex-direction:column;gap:1rem}.tag-project-image{width:100%}.tag-project-image img{width:100%;height:160px}}