:root{--color-primary-text:#333;--color-secondary-text:#999;--color-white:#fff;--color-lighter-gray:#f6f6f6;--color-light-gray:#e6e6e6;--color-mid-gray:#ccc;--color-dark-gray:#444;--color-darker-gray:#15171a;--color-black:#000;--font-sans:-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;--font-serif:Georgia, serif;--font-mono:Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;--head-nav-gap:2.8rem;--h1-size:4.6rem;--gap:3.6rem;--header-spacing:80px}@media (max-width:767px){:root{--h1-size:3.2rem !important;--gap:2rem;--header-spacing:48px}}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;text-rendering:optimizespeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}html{font-size:62.5%}body{font-family:var(--gh-font-body,var(--font-sans));font-size:1.6rem;line-height:1.6;color:var(--color-primary-text);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}a{color:var(--color-darker-gray);text-decoration:none}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{font-family:var(--gh-font-heading,var(--font-sans));line-height:1.15;color:var(--color-darker-gray);letter-spacing:-.02em}h1{font-size:var(--h1-size)}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2.2rem}h5{font-size:2rem}h6{font-size:1.8rem}hr{width:100%;height:1px;background-color:var(--color-light-gray);border:0}blockquote:not([class]){padding-left:2rem;border-left:4px solid var(--ghost-accent-color)}figcaption{margin-top:1.6rem;font-size:1.4rem;line-height:1.4;color:var(--color-secondary-text);text-align:center}.kg-width-full figcaption{padding:0 1.6rem}.gh-content figcaption a{color:var(--color-darker-gray);text-decoration:none}pre{padding:1.6rem 2.4rem;overflow-x:scroll;hyphens:none;line-height:1.5;white-space:pre;background-color:var(--color-lighter-gray);-webkit-overflow-scrolling:touch}code{font-family:var(--font-mono);font-size:15px}:not(pre)>code{padding:.4rem;color:var(--ghost-accent-color);background-color:var(--color-lighter-gray);border-radius:3px}iframe{display:block;width:100%;overflow:hidden;border:0}sub,sup{line-height:1}@media (max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}.gh-site{display:flex;flex-direction:column;min-height:100vh}.gh-main{flex-grow:1;padding-top:8rem;padding-bottom:8rem}.page-template .gh-main{padding-block:0}.gh-outer{padding-right:var(--gap);padding-left:var(--gap)}.gh-inner{max-width:var(--container-width,1200px);margin:0 auto}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(var(--content-width, 720px), 100% - var(--gap) * 2);--wide:minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));--full:minmax(var(--gap), 1fr);display:grid;grid-template-columns:[full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]}.gh-canvas>*{grid-column:main}.kg-content-wide>div,.kg-width-wide{grid-column:wide}.kg-width-full{grid-column:full}.kg-width-full img{width:100%}@media (max-width:767px){#gh-main{padding-top:4.8rem;padding-bottom:4.8rem}}.gh-head{height:100px;background-color:var(--color-white)}.gh-head-inner{display:grid;grid-template-columns:1fr auto auto;grid-auto-flow:row dense;-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);align-items:center;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{display:flex;align-items:center}.gh-head-logo{position:relative;font-family:var(--gh-font-heading,var(--font-sans));font-size:2.4rem;font-weight:700;letter-spacing:-.02em}.gh-head-logo img{max-height:40px}.gh-head-logo img:nth-child(2){position:absolute;top:0;left:0;opacity:0}.gh-head-menu{display:flex}.gh-head .nav,.gh-head-menu{gap:var(--head-nav-gap);align-items:center}.gh-head .nav{display:inline-flex;padding:0;margin:0;white-space:nowrap;list-style:none}.gh-head .nav-more-toggle{position:relative;margin:0 -6px;font-size:inherit;text-transform:inherit}.gh-head .nav-more-toggle svg{width:24px;height:24px}.gh-head-actions{display:flex;gap:var(--head-nav-gap);align-items:center;justify-content:flex-end}.gh-head-members{display:flex;gap:20px;align-items:center;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){display:inline-flex;align-items:center;color:var(--ghost-accent-color)}.gh-head-btn svg{width:1.3em;height:1.3em}.gh-search{margin-right:-6px;margin-left:-6px}.gh-search:hover{opacity:.9}.gh-head-brand .gh-search{margin-right:8px}@media (max-width:767px){.gh-head-members{flex-direction:column-reverse;gap:16px;width:100%}.gh-head-actions .gh-search{display:none}}@media (min-width:768px){.gh-head-brand .gh-search{display:none}body:not(.is-dropdown-loaded) .gh-head-menu .nav>li{opacity:0}}.is-head-left-logo .gh-head-inner{grid-template-columns:auto 1fr auto}@media (min-width:992px){.is-head-left-logo .gh-head-menu{margin-right:64px;margin-left:16px}}.is-head-middle-logo .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-middle-logo .gh-head-brand{grid-column-start:2}.is-head-middle-logo .gh-head-actions{gap:28px}@media (min-width:992px){.is-head-middle-logo .gh-head-menu{margin-right:64px}}.is-head-stacked .gh-head{position:relative;height:auto}.is-head-stacked .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .gh-head-brand{display:flex;grid-row-start:1;grid-column-start:2;min-height:80px}@media (max-width:767px){.is-head-stacked .gh-head-brand{min-height:unset}}@media (min-width:992px){.is-head-stacked .gh-head-inner{padding:0}.is-head-stacked .gh-head-brand{display:flex;align-items:center;height:80px}.is-head-stacked .gh-head-menu{grid-row-start:2;grid-column:1/4;justify-content:center;height:56px;margin:0 48px}.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before{position:absolute;top:80px;left:0;width:100%;height:1px;content:"";background-color:var(--color-light-gray)}.is-head-stacked .gh-head-menu:after{top:136px}.is-head-stacked .gh-head-actions{grid-row-start:1;grid-column:1/4;justify-content:space-between}}.is-head-transparent .gh-head{position:absolute;right:0;left:0;z-index:90;background-color:transparent}.is-head-transparent .gh-head .nav>li a,.is-head-transparent .gh-head-description,.is-head-transparent .gh-head-link,.is-head-transparent .gh-head-logo,.is-head-transparent .gh-head-logo a,.is-head-transparent .gh-search,.is-head-transparent .gh-social,.is-head-transparent .nav-more-toggle{color:var(--color-white)}.is-head-transparent .gh-burger:after,.is-head-transparent .gh-burger:before{background-color:var(--color-white)}.is-head-transparent .gh-head-btn{color:#15171a;background-color:#fff}.is-head-transparent .gh-head-menu:after,.is-head-transparent .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-dark:not(.is-head-transparent) .gh-head{background-color:var(--color-darker-gray)}.is-head-dark:not(.is-head-transparent) .gh-head .nav a,.is-head-dark:not(.is-head-transparent) .gh-head-description,.is-head-dark:not(.is-head-transparent) .gh-head-link,.is-head-dark:not(.is-head-transparent) .gh-head-logo,.is-head-dark:not(.is-head-transparent) .gh-head-logo a,.is-head-dark:not(.is-head-transparent) .gh-search,.is-head-dark:not(.is-head-transparent) .gh-social,.is-head-dark:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-burger:after,.is-head-dark:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-head-btn{color:#15171a;background-color:#fff}.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,.is-head-dark:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-brand:not(.is-head-transparent) .gh-head{background-color:var(--ghost-accent-color)}.is-head-brand:not(.is-head-transparent) .gh-head .nav a,.is-head-brand:not(.is-head-transparent) .gh-head-description,.is-head-brand:not(.is-head-transparent) .gh-head-link,.is-head-brand:not(.is-head-transparent) .gh-head-logo,.is-head-brand:not(.is-head-transparent) .gh-head-logo a,.is-head-brand:not(.is-head-transparent) .gh-search,.is-head-brand:not(.is-head-transparent) .gh-social,.is-head-brand:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-burger:after,.is-head-brand:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-head-btn{color:#15171a;background-color:#fff}.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,.is-head-brand:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.3)}.gh-dropdown{position:absolute;top:100%;right:-16px;z-index:90;width:200px;padding:12px 0;margin-top:24px;text-align:left;visibility:hidden;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);opacity:0;transition:opacity .3s,transform .2s;transform:translate3d(0,6px,0)}.is-head-middle-logo .gh-dropdown{right:auto;left:-24px}.is-dropdown-mega .gh-dropdown{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;-moz-column-gap:40px;column-gap:40px;width:auto;padding:20px 32px}.is-dropdown-open .gh-dropdown{visibility:visible;opacity:1;transform:translateY(0)}.gh-dropdown li a{display:block;padding:6px 20px;color:#15171a!important}.is-dropdown-mega .gh-dropdown li a{padding:8px 0}.gh-burger{position:relative;display:none;width:30px;height:30px;padding:0;margin-right:-3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-color:transparent;border:0}.gh-burger:after,.gh-burger:before{position:absolute;left:3px;width:24px;height:1px;content:"";background-color:var(--color-darker-gray);transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s}.gh-burger:before{top:11px}.gh-burger:after{bottom:11px}.is-head-open .gh-burger:before{top:15px;transform:rotate(45deg)}.is-head-open .gh-burger:after{bottom:14px;transform:rotate(-45deg)}@media (max-width:767px){#gh-head{height:64px}#gh-head .gh-head-inner{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;gap:48px}#gh-head .gh-head-brand{display:grid;grid-template-columns:1fr auto auto;grid-column-start:1;align-items:center;height:64px}#gh-head .gh-head-logo{font-size:2.2rem}.gh-burger{display:block}#gh-head .gh-head-actions,#gh-head .gh-head-menu{position:fixed;justify-content:center;visibility:hidden;opacity:0}#gh-head .gh-head-menu{transition:none;transform:translateY(0)}#gh-head .nav{gap:20px;align-items:center;line-height:1.4}#gh-head .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#gh-head .nav li{opacity:0;transform:translateY(-4px)}#gh-head .gh-head-actions{text-align:center}#gh-head :is(.gh-head-btn,.gh-head-link){opacity:0;transform:translateY(8px)}#gh-head .gh-head-btn{width:100%;font-size:1.8rem;text-transform:none}#gh-head .gh-head-btn:not(.gh-btn){font-size:2rem}#gh-main{transition:opacity .4s}.is-head-open #gh-head{position:fixed;inset:0;z-index:3999999;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background-color:var(--color-white)}.is-head-open.is-head-transparent #gh-head,.is-head-open:is(.is-head-transparent,.is-head-brand) #gh-head .gh-head-actions{background-color:var(--ghost-accent-color)}.is-head-open.is-head-dark #gh-head,.is-head-open.is-head-dark #gh-head .gh-head-actions{background-color:var(--color-darker-gray)}.is-head-open #gh-head .gh-head-actions,.is-head-open #gh-head .gh-head-menu{position:static;visibility:visible;opacity:1}.is-head-open #gh-head .nav{display:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transition:transform .2s,opacity .2s;transform:translateY(0)}.is-head-open #gh-head .gh-head-actions{position:sticky;right:0;bottom:0;left:0;display:inline-flex;flex-direction:column;gap:12px;align-items:center;padding:var(--gap) 0 calc(var(--gap) + 8px);background-color:var(--color-white)}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;transition:transform .4s,opacity .4s;transition-delay:.2s;transform:translateY(0)}.is-head-open #gh-head .gh-head-link{transition-delay:.4s}.is-head-open #gh-main{opacity:0}}.gh-cover{position:relative;min-height:var(--cover-height,50vh);padding-top:6.4rem;padding-bottom:6.4rem}.gh-cover-image{position:absolute;inset:0;z-index:-1;-o-object-fit:cover;object-fit:cover;height:100%}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-cover-title{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-cover-description{font-family:var(--gh-font-body,var(--font-serif))}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-card-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-card-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-card{word-break:break-word}.page-template .gh-article-header{margin-top:var(--header-spacing,80px)}.gh-article-tag{color:var(--ghost-accent-color)}.gh-article-title{word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-article-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-article-excerpt{margin-top:2rem;font-size:2.1rem;line-height:1.5;color:var(--color-secondary-text)}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-article-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-article-image{grid-column:wide-start/wide-end;margin-top:4rem}.gh-article-image img{width:100%}@media (max-width:767px){.gh-article-excerpt{font-size:1.9rem}.gh-article-image{margin-top:2.4rem}}.gh-meta-share{display:flex;align-items:center;justify-content:space-between}.gh-button-share{display:inline-flex;align-items:center;gap:6px;padding:.5em 1.2em;font-size:1.5rem;font-weight:600;border:1px solid rgba(0,0,0,.15);border-radius:999px;color:rgba(0,0,0,.85);background:transparent;cursor:pointer;transition:all .4s ease;white-space:nowrap;text-decoration:none}.gh-button-share:hover{border-color:rgba(0,0,0,.5);opacity:1}.gh-button-share svg{width:20px;height:20px;margin-top:-2px;margin-right:-4px}:is(.dark-mode,.theme-dark,.has-light-text) .gh-button-share{color:hsla(0,0%,100%,.85);border-color:hsla(0,0%,100%,.15)}:is(.dark-mode,.theme-dark,.has-light-text) .gh-button-share:hover{border-color:hsla(0,0%,100%,.5)}.gh-content{margin-top:4rem;font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);word-break:break-word}.gh-content>*+*{margin-top:calc(1.6em*var(--content-spacing-multiplier, 1));margin-bottom:0}.gh-content>[id]{margin:0}.gh-content>.kg-card+[id]{margin-top:calc(2em*var(--content-spacing-multiplier, 1))!important}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-content>[id]{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-content>[id]:not(:first-child){margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]+*{margin-top:calc(.8em*var(--content-spacing-multiplier, 1))}.gh-content>blockquote,.gh-content>hr{position:relative}.gh-content>blockquote,.gh-content>blockquote+*,.gh-content>hr,.gh-content>hr+*{margin-top:calc(2.4em*var(--content-spacing-multiplier, 1))}.gh-content h2{font-size:1.6em}.gh-content h3{font-size:1.4em}.gh-content a{color:var(--ghost-accent-color);text-decoration:underline;word-break:break-word}.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>p,.gh-content .kg-toggle-card .kg-toggle-content>ul{font-size:.95em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-callout-text,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ul,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>blockquote,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>dl,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ul{font-family:var(--gh-font-body,var(--font-serif))}.gh-content dl,.gh-content ol,.gh-content ul{padding-left:2.8rem}.gh-content :is(li+li,li :is(ul,ol)){margin-top:.8rem}.gh-content ol ol li{list-style-type:lower-alpha}.gh-content ol ol ol li{list-style-type:lower-roman}.gh-content table:not(.gist table){display:inline-block;width:auto;max-width:100%;overflow-x:auto;font-family:var(--font-sans);font-size:1.6rem;white-space:nowrap;vertical-align:top;border-spacing:0;border-collapse:collapse;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2),transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2),transparent 75%) 100%;background-repeat:no-repeat;background-attachment:scroll,scroll;background-size:10px 100%,10px 100%}.gh-content table:not(.gist table) td:first-child{background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) td:last-child{background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-position:100% 0;background-size:20px 100%}.gh-content table:not(.gist table) th{font-size:1.2rem;font-weight:700;color:var(--color-darkgrey);text-align:left;text-transform:uppercase;letter-spacing:.2px;background-color:var(--color-white)}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{padding:6px 12px;border:1px solid var(--color-light-gray)}.page-template .gh-content:only-child{margin-top:0!important}.page-template .gh-content:only-child>:first-child:not(.kg-width-full){margin-top:var(--header-spacing,80px)}.page-template .gh-content>:last-child:not(.kg-width-full){margin-bottom:var(--footer-spacing,0)}@media (max-width:767px){.gh-content{margin-top:3.2rem;font-size:1.7rem}}.gh-comments{margin-top:64px;margin-bottom:-24px}.gh-comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.gh-comments .gh-comments-title{margin-bottom:28px}.gh-comments-header .gh-comments-title{margin-bottom:0}.gh-comments-count{color:var(--color-secondary-text)}.gh-cta-gradient{position:relative;grid-column:full-start/full-end;height:160px;margin-top:-16rem;margin-bottom:4rem;content:"";background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white))}.gh-cta-gradient:first-child{display:none}.gh-cta{display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.gh-cta-title{margin-bottom:3.2rem;font-size:2.2rem;letter-spacing:-.02em}.gh-cta-actions{display:flex;flex-direction:column;align-items:center}.gh-cta-link{margin-top:.8rem;font-size:1.4rem;color:var(--color-secondary-text);text-decoration:none;cursor:pointer}.gh-cta-link:hover{color:var(--color-darker-gray)}@media (max-width:767px){.gh-cta-actions{-moz-column-gap:.8rem;column-gap:.8rem}}.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card,table){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content :is(.kg-card,table)+:not(.kg-card):not(table):not([id]){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full){margin-top:0}.kg-image{margin-right:auto;margin-left:auto}.kg-embed-card{display:flex;flex-direction:column;align-items:center;width:100%}.kg-gallery-image,.kg-image[width][height]{cursor:pointer}.kg-gallery-image a:hover,.kg-image-card a:hover{opacity:1!important}.kg-card.kg-toggle-card .kg-toggle-heading-text{font-size:2rem;font-weight:700}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-toggle-card .kg-toggle-heading-text{font-family:var(--gh-font-heading,var(--font-serif))}.kg-callout-card.kg-card{border-radius:.25em}.kg-callout-card-accent a{text-decoration:underline}blockquote.kg-blockquote-alt{font-style:normal;font-weight:400;color:var(--color-secondary-text)}.kg-card.kg-button-card .kg-btn{font-size:1em}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-card.kg-header-card h2.kg-header-card-header{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .kg-header-card h3.kg-header-card-subheader{font-family:var(--gh-font-body,var(--font-serif))}.kg-audio-card,.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover,.kg-file-card-container,.kg-file-card-container:hover,.kg-product-card-container{background:var(--background-color,#fff)!important;color:var(--color-darker-gray,#222)!important;opacity:1}.kg-bookmark-card .kg-bookmark-container{border-radius:.25em!important}.kg-bookmark-card .kg-bookmark-content{padding:1.15em}.kg-bookmark-card .kg-bookmark-title{font-size:.9em}.kg-bookmark-card .kg-bookmark-description{max-height:none;margin-top:.3em;font-size:.8em}.kg-bookmark-card .kg-bookmark-metadata{font-size:.8em}.kg-bookmark-card .kg-bookmark-thumbnail img{border-radius:0 .2em .2em 0}.has-light-text .kg-audio-card button{color:#fff}.has-light-text .kg-audio-card .kg-audio-volume-slider{color:hsla(0,0%,100%,.3)}.pagination{display:grid;grid-template-columns:1fr auto 1fr;margin-top:6.4rem}.page-number{grid-column-start:2}.older-posts{text-align:right}.gh-navigation{display:grid;grid-template-columns:1fr auto 1fr;-moz-column-gap:2.4rem;column-gap:2.4rem;align-items:center}.gh-navigation>div{display:flex;align-items:center}.gh-navigation-next{justify-content:flex-end}.gh-navigation-link{display:inline-flex;align-items:center}.gh-navigation-link svg{width:16px;height:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}.gh-navigation-mobile-only{display:none}.gh-navigation-desktop-only{display:inline}@media (max-width:767px){.gh-navigation-desktop-only,.gh-navigation-hide{display:none}.gh-navigation-mobile-only{display:inline}}.gh-btn{display:inline-flex;gap:.4em;align-items:center;justify-content:center;padding:calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1));font-size:1.6rem;font-weight:700;line-height:1;color:var(--color-white);letter-spacing:inherit;cursor:pointer;background-color:var(--color-darker-gray);border:0;border-radius:100px}.gh-btn:hover{opacity:.95}.gh-post-upgrade-cta .gh-btn{line-height:inherit}.gh-primary-btn{background-color:var(--ghost-accent-color)}.gh-outline-btn{color:var(--color-darker-gray);text-decoration:none;background-color:transparent;border:1px solid var(--color-light-gray)}.gh-outline-btn:hover{border-color:var(--color-mid-gray);opacity:1}.gh-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;color:var(--darker-gray-color);cursor:pointer;background-color:transparent;border:0;outline:none}.gh-icon-btn svg{width:20px;height:20px}.gh-text-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;color:var(--darker-gray-color);letter-spacing:inherit;cursor:pointer;background-color:transparent;border:0;outline:none;will-change:opacity}.gh-text-btn:hover{opacity:.8}.gh-foot{padding-top:8rem;padding-bottom:8rem;color:var(--color-secondary-text);white-space:nowrap}.gh-foot-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;font-size:1.3rem}.no-menu .gh-foot-inner{gap:24px}.gh-foot-center,.no-menu .gh-foot-inner{display:flex;flex-direction:column;align-items:center}.gh-foot-center{gap:20px}.gh-social-links{display:flex;gap:16px}.gh-social-links a{display:inline-flex}.gh-social-links svg{width:16px;height:16px}.gh-foot-menu .nav{display:inline-flex;flex-wrap:wrap;row-gap:4px;align-items:center;justify-content:center;padding:0;margin:0;list-style:none}.gh-foot-menu .nav li{display:flex;align-items:center}.gh-foot-menu .nav li+li:before{padding:0 1.2rem;font-size:.9rem;line-height:0;content:"•"}.gh-powered-by{text-align:right}.gh-foot a{color:var(--color-secondary-text)}.gh-foot a:hover{color:var(--color-darker-gray);opacity:1}@media (max-width:767px){.gh-foot{padding-top:6.4rem;padding-bottom:12rem}.gh-foot-inner{grid-template-columns:1fr;text-align:center}.gh-foot-menu .nav{flex-direction:column}.gh-foot-menu .nav li+li{margin-top:.4rem}.gh-foot-menu .nav li+li:before{display:none}.gh-powered-by{text-align:center}}.pswp{position:absolute;top:0;left:0;z-index:3999999;display:none;width:100%;height:100%;overflow:hidden;touch-action:none;outline:none;backface-visibility:hidden;-webkit-text-size-adjust:100%}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{background-color:rgba(0,0,0,.85);opacity:0;transition:opacity 333ms cubic-bezier(.4,0,.22,1);transform:translateZ(0);backface-visibility:hidden;will-change:opacity}.pswp__bg,.pswp__scroll-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none;backface-visibility:hidden}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transition:transform 333ms cubic-bezier(.4,0,.22,1);transform-origin:left top}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;top:0;left:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp--ie .pswp__img{top:0;left:0;width:100%!important;height:auto!important}.pswp__error-msg{position:absolute;top:50%;left:0;width:100%;margin-top:-8px;font-size:14px;line-height:16px;color:var(--color-secondary-text);text-align:center}.pswp__error-msg a{color:var(--color-secondary-text);text-decoration:underline}.pswp__button{position:relative;display:block;float:right;width:44px;height:44px;padding:0;margin:0;overflow:visible;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:none;border:0;box-shadow:none;transition:opacity .2s}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{width:44px;height:44px;background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px}@media (min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{position:absolute;top:50%;width:70px;height:100px;margin-top:-50px;background:none}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{position:absolute;top:35px;width:32px;height:30px;content:""}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter{position:absolute;top:0;left:0;height:44px;padding:0 15px;font-size:11px;font-weight:700;line-height:44px;color:var(--color-white);-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__caption{position:absolute;bottom:0;left:0;width:100%;min-height:44px}.pswp__caption__center{max-width:420px;padding:25px 15px 30px;margin:0 auto;font-size:11px;line-height:1.6;color:var(--color-white);text-align:center}.pswp__caption__center .post-caption-title{margin-bottom:7px;font-size:15px;font-weight:500;text-transform:uppercase}.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before{padding:0 4px;content:"\02022"}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{position:absolute;top:0;left:50%;width:44px;height:44px;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;direction:ltr;will-change:opacity}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{position:absolute;top:15px;left:15px;width:14px;height:14px;margin:0;background:none;opacity:.75}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{position:absolute;top:0;left:0;box-sizing:border-box;width:14px;height:14px;margin:0;background:none;border:2px solid var(--color-white);border-bottom-color:transparent;border-left-color:transparent;border-radius:50%}@media screen and (max-width:1024px){.pswp__preloader{position:relative;top:auto;left:auto;float:right;margin:0}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{z-index:1550;visibility:visible;opacity:1;-webkit-font-smoothing:auto}.pswp__top-bar{position:absolute;top:0;left:0;width:100%;height:44px}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{backface-visibility:hidden;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(../fonts/inter-v12-latin-regular.woff2) format("woff2"),url(../fonts/inter-v12-latin-regular.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(../fonts/inter-v12-latin-500.woff2) format("woff2"),url(../fonts/inter-v12-latin-500.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(../fonts/inter-v12-latin-600.woff2) format("woff2"),url(../fonts/inter-v12-latin-600.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(""),url(../fonts/inter-v12-latin-700.woff2) format("woff2"),url(../fonts/inter-v12-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-regular.woff2) format("woff2"),url(../fonts/lora-v25-latin-regular.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:500;src:local(""),url(../fonts/lora-v25-latin-500.woff2) format("woff2"),url(../fonts/lora-v25-latin-500.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:600;src:local(""),url(../fonts/lora-v25-latin-600.woff2) format("woff2"),url(../fonts/lora-v25-latin-600.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700.woff2) format("woff2"),url(../fonts/lora-v25-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-italic.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-700italic.woff) format("woff")}@font-face{font-family:Podium Sharp;font-style:normal;font-weight:400;src:local(""),url(../fonts/podium-sharp.ttf) format("truetype");font-display:swap}@font-face{font-family:SVN-Futura Light;font-style:normal;font-weight:300;src:local(""),url(../fonts/svn-futura-light.ttf) format("truetype");font-display:swap}:root{--pf-section-gap:clamp(6rem, 10vmin, 12rem);--pf-inner-gap:clamp(3.2rem, 5vmin, 6.4rem);--pf-accent:var(--ghost-accent-color, #2563eb);--pf-accent-rgb:37, 99, 235;--pf-surface:#f8fafc;--pf-surface-2:#f1f5f9;--pf-border:rgba(0,0,0,.08);--pf-text-muted:#64748b;--pf-hero-bg:#0b0f1a;--pf-hero-text:#f8fafc;--pf-timeline-line:var(--color-light-gray, #e2e8f0);--pf-timeline-dot:var(--pf-accent);--pf-timeline-dot-size:14px;--pf-card-radius:14px;--pf-card-shadow:0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--pf-card-shadow-hover:0 12px 32px rgba(0,0,0,.12);--pf-ease:cubic-bezier(0.25, 0.1, 0.25, 1);--pf-ease-spring:cubic-bezier(0.34, 1.56, 0.64, 1);--pf-duration:0.3s}.pf-skip-link{position:absolute;top:-100%;left:1.6rem;z-index:9999;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:600;color:#fff;background:var(--pf-accent);border-radius:0 0 6px 6px;text-decoration:none;transition:top .2s}.pf-skip-link:focus{top:0}.pf-main{overflow-x:hidden}.pf-about,.pf-contact,.pf-experience,.pf-hero,.pf-projects,.pf-skills{padding-top:var(--pf-section-gap);padding-bottom:var(--pf-section-gap)}.pf-section-inner{max-width:1100px;margin-inline:auto}.pf-section-header{margin-bottom:var(--pf-inner-gap)}.pf-section-header--center{text-align:center}.pf-section-tag{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;padding:.4rem 1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pf-accent);background:rgba(var(--pf-accent-rgb),.12);border:1px solid rgba(var(--pf-accent-rgb),.2);border-radius:20px}.pf-section-title{font-size:clamp(2.8rem,4vw,4.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--color-primary-text)}.pf-section-description{margin-top:1.2rem;font-size:1.7rem;color:var(--pf-text-muted)}.pf-hero{position:relative;display:flex;align-items:center;background-color:#4e74dc;color:var(--pf-hero-text);overflow:hidden;padding-top:clamp(10rem,15vmin,16rem);padding-bottom:clamp(6rem,10vmin,12rem)}.pf-hero:before{inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent)}.pf-hero:after,.pf-hero:before{content:"";position:absolute;pointer-events:none}.pf-hero:after{top:-20%;right:-10%;width:60vw;height:60vw;max-width:800px;max-height:800px;background:radial-gradient(circle,rgba(var(--pf-accent-rgb),.25) 0,transparent 70%);border-radius:50%}.pf-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:6.4rem;align-items:center;max-width:1100px;margin-inline:auto;width:100%}.pf-hero-label{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.6rem;padding:.4rem 1.2rem;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pf-accent);background:rgba(var(--pf-accent-rgb),.15);border:1px solid rgba(var(--pf-accent-rgb),.25);border-radius:20px}.pf-hero-name{font-size:2.4em;font-weight:800;line-height:.95;color:#fff;margin:0}.pf-hero-tagline{margin-top:.4rem;font-size:clamp(.8rem,2.2vw,1.8rem);line-height:1.5;color:#fff;max-width:48ch}.pf-hero-cta{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.6rem}.pf-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;font-size:1.5rem;font-weight:600;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:transform var(--pf-duration) var(--pf-ease),box-shadow var(--pf-duration) var(--pf-ease),opacity var(--pf-duration) var(--pf-ease);letter-spacing:-.01em}.pf-btn:hover{transform:translateY(-2px)}.pf-btn-primary{background:linear-gradient(135deg,var(--pf-accent),#2563eb);color:#fff;box-shadow:0 4px 14px rgba(var(--pf-accent-rgb),.4)}.pf-btn-primary:hover{box-shadow:0 8px 24px rgba(var(--pf-accent-rgb),.55);opacity:1}.pf-btn-outline{background:transparent;color:rgba(248,250,252,.9);border:1px solid rgba(248,250,252,.25)}.pf-btn-outline:hover{border-color:rgba(248,250,252,.6);color:#fff;opacity:1}.pf-btn-large{padding:1.6rem 3.2rem;font-size:1.7rem}.pf-social-nav{display:flex;gap:1.6rem;margin-top:3.2rem}.pf-social-link{display:inline-flex;align-items:center;gap:.6rem;color:rgba(248,250,252,.65);text-decoration:none;font-size:1.3rem;transition:color var(--pf-duration) var(--pf-ease),transform var(--pf-duration) var(--pf-ease)}.pf-social-link:hover{color:#fff;transform:translateY(-2px);opacity:1}.pf-social-label{display:none}.pf-hero-avatar{position:relative;flex-shrink:0;width:clamp(40px,8vw,100px);aspect-ratio:3/4;margin:0;transform:rotate(5deg);align-self:start}.pf-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.pf-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border-radius:0}.pf-avatar-initials{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:hsla(0,0%,100%,.4);text-align:center}.pf-avatar-ring{display:none}.pf-scroll-indicator{position:absolute;bottom:3.2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem}.pf-scroll-dot{width:6px;height:6px;background:var(--pf-accent);border-radius:50%;box-shadow:0 0 8px rgba(var(--pf-accent-rgb),.6);animation:pf-scroll-bounce 1.8s ease-in-out infinite}@keyframes pf-scroll-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.pf-about{background:var(--pf-surface)}.pf-about-content{max-width:72ch}.pf-about-text{font-size:1.8rem;line-height:1.7;color:var(--color-primary-text)}.pf-about-text p+p{margin-top:1.6rem}.pf-skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3.2rem}.pf-skill-group{background:var(--color-white,#fff);border:1px solid var(--pf-border);border-radius:16px;padding:3.2rem;transition:box-shadow var(--pf-duration) var(--pf-ease),transform var(--pf-duration) var(--pf-ease)}.pf-skill-group:hover{box-shadow:var(--pf-card-shadow-hover);transform:translateY(-4px)}.pf-skill-group-title{display:flex;align-items:center;gap:1.2rem;font-size:1.7rem;font-weight:700;letter-spacing:.01em;color:var(--color-primary-text);margin-bottom:2.4rem}.pf-skill-group-title svg{color:var(--pf-accent)}.pf-skill-group:first-child .pf-skill-group-title svg{color:#3b82f6}.pf-skill-group:nth-child(2) .pf-skill-group-title svg{color:#a855f7}.pf-skill-group:nth-child(3) .pf-skill-group-title svg{color:#10b981}.pf-skill-list{list-style:none;padding:0;margin:0;gap:2rem}.pf-skill-item,.pf-skill-list{display:flex;flex-direction:column}.pf-skill-item{gap:.8rem;opacity:1;transition:opacity .5s var(--pf-ease),transform .5s var(--pf-ease)}.pf-skill-header{display:flex;justify-content:space-between;align-items:center}.pf-skill-name{font-size:1.5rem;font-weight:600;color:var(--color-primary-text)}.pf-skill-level{font-size:1.3rem;font-weight:700;color:var(--pf-accent)}.pf-skill-group:first-child .pf-skill-level{color:#3b82f6}.pf-skill-group:nth-child(2) .pf-skill-level{color:#a855f7}.pf-skill-group:nth-child(3) .pf-skill-level{color:#10b981}.pf-skill-bar{height:8px;background:var(--pf-surface-2);border-radius:4px;overflow:hidden}.pf-skill-fill{display:block;height:100%;width:var(--skill-pct,0);border-radius:4px;transition:width 1s var(--pf-ease-spring)}.pf-skill-fill,.pf-skill-group:first-child .pf-skill-fill{background:linear-gradient(90deg,#3b82f6,#06b6d4)}.pf-skill-group:nth-child(2) .pf-skill-fill{background:linear-gradient(90deg,#a855f7,#ec4899)}.pf-skill-group:nth-child(3) .pf-skill-fill{background:linear-gradient(90deg,#10b981,#f59e0b)}.pf-projects{background:var(--pf-surface)}.pf-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.8rem}.pf-project-card{background:var(--color-white,#fff);border-radius:var(--pf-card-radius);border:1px solid var(--pf-border);overflow:hidden;box-shadow:var(--pf-card-shadow);transition:transform var(--pf-duration) var(--pf-ease-spring),box-shadow var(--pf-duration) var(--pf-ease),border-color var(--pf-duration) var(--pf-ease);opacity:1}.pf-project-card:hover{transform:translateY(-6px);box-shadow:var(--pf-card-shadow-hover);border-color:rgba(var(--pf-accent-rgb),.4)}.pf-card-link{display:block;text-decoration:none;color:inherit;height:100%}.pf-card-link:hover{opacity:1}.pf-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--pf-surface-2)}.pf-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s var(--pf-ease)}.pf-project-card:hover .pf-card-img{transform:scale(1.04)}.pf-card-img-placeholder{width:100%;height:100%;color:var(--pf-text-muted);opacity:.4}.pf-card-img-placeholder,.pf-card-overlay{display:flex;align-items:center;justify-content:center}.pf-card-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity var(--pf-duration) var(--pf-ease)}.pf-project-card:hover .pf-card-overlay{opacity:1}.pf-card-view-label{display:flex;gap:.6rem;padding:.8rem 1.6rem;background:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:1.4rem;font-weight:600;letter-spacing:.02em}.pf-card-badge,.pf-card-view-label{align-items:center;border-radius:20px;color:#fff}.pf-card-badge{position:absolute;top:1.2rem;left:1.2rem;display:inline-flex;gap:.4rem;padding:.4rem 1.2rem;background:linear-gradient(135deg,#f59e0b,#d97706);font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 12px rgba(245,158,11,.4);z-index:2}.pf-card-body{padding:2rem 2.4rem 2.4rem}.pf-card-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}.pf-card-tag{display:inline-block;padding:.35rem 1rem;font-size:1.2rem;font-weight:600;letter-spacing:.03em;color:var(--pf-accent);background:rgba(var(--pf-accent-rgb),.12);border:1px solid rgba(var(--pf-accent-rgb),.2);border-radius:20px}.pf-card-title{font-size:2rem;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--color-primary-text);margin:0 0 1rem;transition:color var(--pf-duration)}.pf-project-card:hover .pf-card-title{color:var(--pf-accent)}.pf-card-excerpt{font-size:1.5rem;line-height:1.55;color:var(--pf-text-muted);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pf-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1.6rem;border-top:1px solid var(--pf-border)}.pf-card-date{font-size:1.2rem;font-weight:500;color:var(--pf-text-muted)}.pf-card-date,.pf-card-read-more{text-transform:uppercase;letter-spacing:.05em}.pf-card-read-more{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:600;color:var(--pf-accent);transition:gap var(--pf-duration) var(--pf-ease-spring)}.pf-project-card:hover .pf-card-read-more{gap:.8rem}.pf-projects-empty{text-align:center;padding:8rem 2rem;color:var(--pf-text-muted)}.pf-empty-icon{margin-bottom:2.4rem;color:var(--pf-accent);opacity:.6}.pf-empty-text{font-size:1.6rem;max-width:42ch;margin:0 auto;line-height:1.6}.pf-timeline{list-style:none;padding:0;margin:0;position:relative;max-width:720px}.pf-timeline:before{content:"";position:absolute;top:6px;left:calc(var(--pf-timeline-dot-size)/2 - 1px);width:2px;bottom:0;background:var(--pf-timeline-line)}.pf-timeline-item{display:grid;grid-template-columns:var(--pf-timeline-dot-size) 1fr;gap:0 2.4rem;padding-bottom:4.8rem;position:relative;opacity:1;transition:opacity .5s var(--pf-ease),transform .5s var(--pf-ease)}.pf-timeline-marker{width:var(--pf-timeline-dot-size);height:var(--pf-timeline-dot-size);background:var(--pf-accent);border-radius:50%;margin-top:6px;flex-shrink:0;box-shadow:0 0 0 4px var(--pf-surface),0 0 10px rgba(var(--pf-accent-rgb),.6);transition:transform var(--pf-duration) var(--pf-ease-spring);z-index:1}.pf-timeline-item:hover .pf-timeline-marker{transform:scale(1.3)}.pf-timeline-period{display:inline-block;padding:.3rem .9rem;font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--pf-accent);background:rgba(var(--pf-accent-rgb),.12);border-radius:6px;margin-bottom:.8rem}.pf-timeline-role{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--color-primary-text);margin:0 0 .4rem}.pf-timeline-company{display:block;font-size:1.5rem;font-weight:600;color:var(--pf-accent);margin-bottom:1rem}.pf-timeline-desc{font-size:1.6rem;line-height:1.6;color:var(--pf-text-muted);margin:0}.pf-contact{background:var(--pf-hero-bg);color:var(--pf-hero-text);position:relative;overflow:hidden}.pf-contact:before{content:"";position:absolute;bottom:-20%;left:-10%;width:60vw;height:60vw;max-width:700px;max-height:700px;background:radial-gradient(circle,rgba(var(--pf-accent-rgb),.2) 0,transparent 70%);pointer-events:none;border-radius:50%}.pf-contact .pf-section-tag{color:var(--pf-accent);background:rgba(var(--pf-accent-rgb),.2);border-color:rgba(var(--pf-accent-rgb),.3)}.pf-contact .pf-section-title{color:#fff}.pf-contact-subtitle{margin-top:1.6rem;font-size:2rem;color:rgba(248,250,252,.7);max-width:40ch;margin-inline:auto}.pf-contact-grid{display:flex;flex-direction:column;align-items:center;gap:4.8rem;position:relative;z-index:1}.pf-contact-email{background:linear-gradient(135deg,var(--pf-accent),#2563eb);color:#fff;box-shadow:0 4px 20px rgba(var(--pf-accent-rgb),.4)}.pf-contact-email:hover{box-shadow:0 8px 32px rgba(var(--pf-accent-rgb),.6);opacity:1;transform:translateY(-3px)}.pf-contact-cards{display:flex;flex-wrap:wrap;gap:1.4rem;list-style:none;padding:0;margin:0;justify-content:center}.pf-contact-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;overflow:hidden;transition:background var(--pf-duration) var(--pf-ease),border-color var(--pf-duration) var(--pf-ease),box-shadow var(--pf-duration) var(--pf-ease),transform var(--pf-duration) var(--pf-ease-spring)}.pf-contact-card:hover{background:hsla(0,0%,100%,.1);border-color:rgba(var(--pf-accent-rgb),.5);box-shadow:0 4px 20px rgba(var(--pf-accent-rgb),.25);transform:translateY(-3px)}.pf-contact-card-link{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 2.2rem;text-decoration:none;color:rgba(248,250,252,.85);font-size:1.5rem;font-weight:500}.pf-contact-card-link:hover{color:#fff;opacity:1}.pf-contact-card-icon{display:flex;align-items:center;color:var(--pf-accent)}.pf-contact-card[data-method=linkedin] .pf-contact-card-icon svg{color:#0a66c2}.pf-contact-card[data-method=twitter] .pf-contact-card-icon svg{color:#38bdf8}.pf-contact-card[data-method=rss] .pf-contact-card-icon svg{color:#f97316}.pf-contact-card-arrow{margin-left:auto;color:rgba(248,250,252,.35);transition:transform var(--pf-duration) var(--pf-ease-spring),color var(--pf-duration) var(--pf-ease)}.pf-contact-card:hover .pf-contact-card-arrow{transform:translate(3px,-3px);color:var(--pf-accent)}@media (max-width:767px){.pf-hero-inner{display:flex;flex-direction:column;text-align:center;gap:2.4rem}.pf-hero-content{display:contents}.pf-hero-label{order:1}.pf-hero-name{order:2}.pf-hero-content>p{order:3}.pf-hero-tagline{order:4;margin-inline:auto}.pf-hero-avatar{order:5;width:40%;margin-inline:auto}.pf-hero-cta{order:6;justify-content:center}.pf-social-nav{order:7;justify-content:center}.pf-projects-grid,.pf-skills-grid{grid-template-columns:1fr}.pf-contact-cards{flex-direction:column;width:100%;max-width:320px}}@media (min-width:768px) and (max-width:1023px){.pf-hero-inner{gap:4rem}.pf-hero-avatar{width:clamp(180px,22vw,300px)}}html:not([data-theme=light]):not([data-theme=dark]),html[data-theme=mid]{--pf-accent:var(--ghost-accent-color, #38bdf8);--pf-accent-rgb:56, 189, 248;--pf-surface:#0f172a;--pf-surface-2:#1e293b;--pf-border:hsla(0,0%,100%,.08);--pf-text-muted:#94a3b8;--pf-card-shadow:0 1px 3px rgba(0,0,0,.3), 0 4px 16px rgba(0,0,0,.3);--pf-card-shadow-hover:0 12px 32px rgba(0,0,0,.5);--pf-timeline-line:hsla(0,0%,100%,.12)}html:not([data-theme=light]):not([data-theme=dark]) .pf-about,html[data-theme=mid] .pf-about{background:#0b0f1a}html:not([data-theme=light]):not([data-theme=dark]) .pf-experience,html:not([data-theme=light]):not([data-theme=dark]) .pf-skills,html[data-theme=mid] .pf-experience,html[data-theme=mid] .pf-skills{background:#0f172a}html:not([data-theme=light]):not([data-theme=dark]) .pf-projects,html[data-theme=mid] .pf-projects{background:#0b0f1a}html:not([data-theme=light]):not([data-theme=dark]) .pf-project-card,html:not([data-theme=light]):not([data-theme=dark]) .pf-skill-group,html[data-theme=mid] .pf-project-card,html[data-theme=mid] .pf-skill-group{background:#1e293b;border-color:hsla(0,0%,100%,.08)}html[data-theme=dark]{--pf-accent:var(--ghost-accent-color, #60a5fa);--pf-accent-rgb:96, 165, 250;--pf-surface:#060912;--pf-surface-2:#0b0f19;--pf-border:hsla(0,0%,100%,.06);--pf-text-muted:#8b9bb4;--pf-card-shadow:0 1px 3px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.4);--pf-card-shadow-hover:0 12px 32px rgba(0,0,0,.6);--pf-timeline-line:hsla(0,0%,100%,.1)}html[data-theme=dark] .pf-about{background:#04060e}html[data-theme=dark] .pf-experience,html[data-theme=dark] .pf-skills{background:#060912}html[data-theme=dark] .pf-projects{background:#04060e}html[data-theme=dark] .pf-project-card,html[data-theme=dark] .pf-skill-group{background:#0b0f19;border-color:hsla(0,0%,100%,.06)}html[data-theme=light]{--pf-accent:var(--ghost-accent-color, #2563eb);--pf-accent-rgb:37, 99, 235;--pf-surface:#f8fafc;--pf-surface-2:#f1f5f9;--pf-border:rgba(0,0,0,.08);--pf-text-muted:#64748b;--pf-card-shadow:0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--pf-card-shadow-hover:0 12px 32px rgba(0,0,0,.12);--pf-timeline-line:var(--color-light-gray, #e2e8f0)}html[data-theme=light] .pf-project-card,html[data-theme=light] .pf-skill-group{background:#fff;border-color:rgba(0,0,0,.08)}@media (prefers-reduced-motion:reduce){.pf-avatar-ring,.pf-scroll-dot{animation:none}.pf-btn,.pf-card-img,.pf-contact-card,.pf-project-card,.pf-timeline-marker{transition:none}.pf-project-card,.pf-skill-item,.pf-timeline-item{opacity:1;transform:none}}@media print{.pf-hero{background:#fff;color:#000;min-height:auto;padding:4rem 0}.pf-avatar-ring,.pf-contact:before,.pf-hero:after,.pf-hero:before,.pf-scroll-indicator{display:none}.pf-hero-name,.pf-section-title{color:#000}.pf-contact{background:#f8f9fa;color:#000}.pf-contact .pf-section-title,.pf-contact-subtitle{color:#000}.pf-project-card{-moz-column-break-inside:avoid;break-inside:avoid}}:root{--font-sans:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;--font-serif:Lora, Times, serif;--font-podium:"Podium Sharp", sans-serif;--font-futura:"SVN-Futura Light", sans-serif;--color-primary-text:var(--color-black);--color-darker-gray:var(--color-black);--head-nav-gap:3.2rem}.gh-head{height:50px}.gh-head-actions,.gh-head-menu{font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.01em}body.has-sticky-header #gh-head{position:sticky;top:0;z-index:1000;background-color:var(--color-white,#fff);backdrop-filter:blur(10px)}.gh-theme-toggle{margin-right:.8rem;color:var(--color-primary-text)}.gh-theme-toggle .gh-theme-icon{display:none;align-items:center;justify-content:center}html:not([data-theme=light]):not([data-theme=dark]) .gh-theme-icon-mid,html[data-theme=dark] .gh-theme-icon-dark,html[data-theme=light] .gh-theme-icon-light,html[data-theme=mid] .gh-theme-icon-mid{display:flex}.gh-cover,.gh-cover.gh-outer{margin-bottom:0;padding:0;max-width:100%}.gh-cover-image{position:relative;width:100%;min-height:420px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-end}.gh-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.45) 60%,rgba(0,0,0,.75))}.gh-cover-content{position:relative;z-index:1;padding-top:6rem;padding-bottom:6rem;width:100%}.gh-cover-icon{width:64px;height:64px;border-radius:12px;margin-bottom:2rem;-o-object-fit:cover;object-fit:cover}.gh-cover-title{font-size:clamp(3.2rem,5vw,5.6rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1;margin:0 .6rem 1.2rem}.gh-cover-description{font-size:clamp(1.5rem,2vw,1.8rem);color:hsla(0,0%,100%,.82);line-height:1.5;margin:0 .6rem 1.2rem;max-width:600px}.author-template .gh-main,.tag-template .gh-main{padding-top:8vmin}.gh-latest{margin-top:4rem;margin-bottom:12rem}.gh-latest .gh-card-meta{margin-top:2.4rem}.gh-wrapper{display:grid;grid-template-columns:4fr 2fr;-moz-column-gap:2.4rem;column-gap:2.4rem}.gh-wrapper>.gh-section{max-width:100%}.gh-section-title{display:flex;align-items:center;margin-bottom:2.4rem;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.01em}.gh-section-title:after{flex-grow:1;height:1px;margin-left:1.6rem;content:"";background-color:var(--color-light-gray)}.gh-feed.is-grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3.2rem}.gh-feed.is-grid-2 .gh-card+.gh-card{margin-top:0}.gh-feed.is-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.4rem}.gh-feed.is-grid-3 .gh-card+.gh-card{margin-top:0}.gh-card+.gh-card{margin-top:8rem}.gh-card-link{display:block}.gh-card-link:hover{opacity:1}.gh-card-title{font-size:3.4rem;font-weight:600;word-break:break-word}.gh-card-link:hover .gh-card-title{opacity:.8}.gh-card-excerpt{margin-top:1.2rem;font-size:1.8rem;line-height:1.5;letter-spacing:-.01em;word-break:break-word}.gh-card-meta{display:inline-flex;gap:6px;align-items:center;margin-top:2rem;font-size:1.2rem;font-weight:500;line-height:1;color:var(--color-secondary-text);text-transform:uppercase}.gh-card-date{color:var(--ghost-accent-color)}.gh-card-meta svg{position:relative;top:-1px;margin-left:.6rem}.gh-card-meta>*{display:flex;gap:6px;align-items:center}.gh-card-meta>*+:not(script):before{width:2px;height:2px;content:"";background-color:var(--color-secondary-text);border-radius:50%}.home-template .gh-card{display:flex;flex-direction:column;height:100%;padding:1.4rem;border:1px solid var(--color-light-gray,rgba(0,0,0,.08));border-radius:12px;background-color:var(--color-white,#fff);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-template .gh-card+.gh-card{margin-top:2.4rem}.home-template .gh-feed.is-grid-2 .gh-card+.gh-card,.home-template .gh-feed.is-grid-3 .gh-card+.gh-card{margin-top:0}.home-template .gh-card:hover{border-color:var(--ghost-accent-color,#15171a);box-shadow:0 8px 24px rgba(0,0,0,.06);transform:translateY(-2px)}.home-template .gh-card-link{display:flex;flex-direction:column;height:100%;flex-grow:1;color:inherit;text-decoration:none}.home-template .gh-card-header{margin-bottom:0}.home-template .gh-card-title{font-size:1.8rem;line-height:1.2;font-weight:600}.home-template .gh-card-image{margin:1.2rem 0;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background-color:var(--color-lighter-gray,#f8fafc)}.home-template .gh-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.home-template .gh-card-link:hover .gh-card-image img{transform:scale(1.03)}.home-template .gh-card-excerpt{margin-top:0;margin-bottom:1.2rem;font-size:1.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-template .gh-card-meta{margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-light-gray,rgba(0,0,0,.05));font-size:1.2rem}.home-template .gh-latest.gh-card{position:relative;overflow:hidden;padding:0;margin-top:1rem;margin-bottom:4rem;min-height:400px;border-radius:16px;border:1px solid var(--color-light-gray,rgba(0,0,0,.08));background-color:var(--color-darker-gray,#111827)}.home-template .gh-latest .gh-card-link{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;min-height:400px;padding:3.2rem;color:#fff;text-decoration:none;z-index:2}.home-template .gh-latest .gh-card-image{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;aspect-ratio:auto;z-index:0;background-color:transparent}.home-template .gh-latest .gh-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.home-template .gh-latest.gh-card:hover .gh-card-image img{transform:scale(1.04)}.home-template .gh-latest .gh-card-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.6) 50%,rgba(0,0,0,.25));pointer-events:none;transition:opacity .3s ease}.home-template .gh-latest.gh-card:hover .gh-card-overlay{background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.65) 50%,rgba(0,0,0,.3))}.home-template .gh-latest .gh-card-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.2rem}.home-template .gh-latest .gh-card-header{margin-bottom:0}.home-template .gh-latest .gh-article-meta{margin-bottom:1.2rem}.home-template .gh-latest .gh-card-date{display:inline-flex;align-items:center;padding:.4rem 1.2rem;border-radius:20px;background:hsla(0,0%,100%,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border:1px solid hsla(0,0%,100%,.25);box-shadow:0 2px 8px rgba(0,0,0,.2)}.home-template .gh-latest .gh-card-title{font-size:clamp(2.4rem,3.5vw,3.8rem);font-weight:700;line-height:1.2;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6)}.home-template .gh-latest.gh-card:hover .gh-card-title{opacity:1;color:#fff}.home-template .gh-latest .gh-article-excerpt{font-size:1.6rem;line-height:1.45;color:hsla(0,0%,100%,.9);text-shadow:0 1px 3px rgba(0,0,0,.6);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-template .gh-latest .gh-card-meta{margin-top:.8rem;padding-top:1.2rem;border-top:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.8);font-size:1.2rem}.home-template .gh-latest .gh-card-meta>*+:not(script):before{background-color:hsla(0,0%,100%,.6)}.tag-template .gh-card{padding:1.4rem;border:1px solid var(--color-light-gray,rgba(0,0,0,.08));border-radius:12px;background-color:var(--color-white,#fff);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tag-template .gh-card+.gh-card{margin-top:1.6rem}.tag-template .gh-card:hover{border-color:var(--ghost-accent-color,#15171a);box-shadow:0 4px 16px rgba(0,0,0,.06);transform:translateY(-2px)}.tag-template .gh-card-link{display:grid;grid-template-columns:130px 1fr;grid-template-areas:"image header" "image excerpt" "image meta";-moz-column-gap:1.6rem;column-gap:1.6rem;row-gap:.6rem;align-items:start;color:inherit;text-decoration:none}.tag-template .gh-card-link:not(:has(.gh-card-image)){grid-template-columns:1fr;grid-template-areas:"header" "excerpt" "meta"}.tag-template .gh-card-image{grid-area:image;width:130px;height:130px;aspect-ratio:1/1;margin:0;overflow:hidden;border-radius:8px;background-color:var(--color-lighter-gray,#f8fafc)}.tag-template .gh-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.tag-template .gh-card-link:hover .gh-card-image img{transform:scale(1.04)}.tag-template .gh-card-header{grid-area:header;margin-bottom:0}.tag-template .gh-card-title{font-size:1.8rem;line-height:1.3;font-weight:600}.tag-template .gh-card-excerpt{grid-area:excerpt;margin-top:.2rem;margin-bottom:0;font-size:1.4rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tag-template .gh-card-meta{grid-area:meta;margin-top:.6rem;padding-top:0;border-top:none;font-size:1.2rem}.gh-loadmore{width:100%;padding-top:1.4rem;padding-bottom:1.4rem;margin-top:8rem;font-weight:600;color:var(--color-darker-gray);letter-spacing:-.02em;background-color:transparent;border:1px solid var(--color-light-gray)}.gh-loadmore:hover{border-color:var(--color-mid-gray)}.gh-sidebar{position:sticky;top:4.8rem;height:-moz-max-content;height:max-content;padding-left:4rem;font-size:1.4rem}.gh-sidebar .gh-section+.gh-section{margin-top:8rem}.gh-about{display:flex}.gh-about-icon{width:64px;height:64px;margin-right:2rem}.gh-about-wrapper{display:flex;flex-direction:column;justify-content:center}.gh-about-title{font-size:2.1rem;font-weight:600;letter-spacing:-.02em}.gh-about-description{margin-top:.4rem;line-height:1.55}.gh-signup{margin-top:2.8rem}.gh-signup-description{line-height:1.55}.gh-signup .gh-subscribe-input{height:48px;padding-left:1.2rem;margin-top:1.6rem;margin-bottom:0;font-size:1.5rem}.gh-signup-btn{margin-top:1.6rem}.gh-featured .gh-card+.gh-card{margin-top:2.8rem}.gh-featured .gh-card-title{font-size:1.9rem;font-weight:600;line-height:1.25;letter-spacing:-.01em}.gh-featured .gh-card-excerpt{margin-top:.8rem;font-family:var(--font-sans);font-size:inherit;line-height:1.55;color:var(--color-secondary-text);letter-spacing:0}.gh-featured .gh-card-meta{margin-top:1.6rem}.gh-topic-item{display:flex;align-items:center;justify-content:space-between}.gh-topic-item+.gh-topic-item{margin-top:1.6rem}.gh-topic-name{font-size:1.7rem;font-weight:600;letter-spacing:0}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-topic-name{font-family:var(--gh-font-heading,var(--font-serif))}.gh-topic-count{padding:.4rem .8rem;font-size:1.3rem;line-height:1;border:1px solid var(--color-light-gray);border-radius:32px}.gh-recommendations .recommendations{display:flex;flex-direction:column;gap:26px;padding:0;margin:0;list-style-type:none}.gh-recommendations .recommendation:first-child{margin-top:4px}.gh-recommendations .recommendation a{display:grid;grid-template-columns:24px auto;gap:4px 12px}.gh-recommendations .recommendation a:hover{opacity:1}.gh-recommendations .recommendation-favicon{grid-row:span 2;width:100%;border-radius:4px}.gh-recommendations .recommendation-title{margin-top:-2px;font-size:1.5rem;font-weight:600;letter-spacing:-.009em}.gh-recommendations .recommendation a:hover .recommendation-title{opacity:.8}.gh-recommendations .recommendation-url{order:1;overflow:hidden;font-size:1.4rem;line-height:1.25;color:var(--color-secondary-text);text-overflow:ellipsis}.gh-recommendations .recommendation-description{display:-webkit-box;display:none;grid-column:2;overflow-y:hidden;font-size:1.4rem;line-height:1.4;color:var(--color-secondary-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gh-recommendations button{display:inline-flex;gap:2px;align-items:center;padding:0;margin-top:24px;font-size:1.2rem;font-weight:550;text-transform:uppercase;letter-spacing:.025em;cursor:pointer;background-color:transparent;border:0}.gh-recommendations button svg{width:12px;margin-top:-1px}.gh-recommendations button:hover{opacity:.8}.gh-subscribe{padding:7.2rem 0;margin:12rem 0 8rem;background-color:var(--ghost-accent-color)}.gh-subscribe-inner{max-width:520px;margin:0 auto;text-align:center}.gh-subscribe-title{font-size:3.6rem;font-weight:700;color:#fff}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-subscribe-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-subscribe-description{margin-top:2rem;font-size:1.9rem;line-height:1.4;color:#fff}.gh-subscribe-input{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:440px;height:56px;padding:0 1.6rem;margin:4.8rem auto .8rem;font-size:1.6rem;color:var(--color-secondary-text);background-color:var(--color-white);border:1px solid var(--color-light-gray);border-radius:6px}.gh-subscribe .gh-subscribe-input{border:0}.gh-subscribe-input:hover{border-color:var(--color-mid-gray);opacity:1}.gh-subscribe-input-text{display:flex;align-items:center}.gh-subscribe-input svg{position:relative;top:1px;margin-right:.8rem}.gh-subscribe-input-btn{font-size:1.2rem;font-weight:600;color:var(--ghost-accent-color);text-transform:uppercase;letter-spacing:.01em}.gh-subscribe-btn{margin-top:3.2rem;color:var(--ghost-accent-color);background-color:#fff}.gh-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-bottom:1.8rem;font-size:1.2rem;font-weight:500;line-height:1.5;color:var(--color-secondary-text);text-transform:uppercase}.gh-article-meta a{font-weight:600}.gh-article-meta-sep{color:var(--color-secondary-text);opacity:.5}.gh-article-meta>.gh-article-meta-sep:first-child{display:none}.gh-article-meta-author,.gh-article-meta-date,.gh-article-meta-reading-time{color:var(--color-secondary-text)}.gh-article-title{font-size:7.4rem;font-weight:600;line-height:1}.gh-article-excerpt{margin-top:1.6rem;font-size:1.6rem;line-height:1.35;color:var(--color-darker-gray)}.gh-article-footer{padding-top:.2rem;margin-top:1rem;border-top:1px solid var(--color-light-gray)}.gh-article-footer.no-border{margin-top:24px;border-top:0}.gh-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:1.6rem 0 1.2rem;font-size:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--color-secondary-text)}.gh-article-header.is-center-aligned .gh-breadcrumbs{justify-content:center}.gh-breadcrumbs-link{color:var(--color-secondary-text);text-decoration:none;transition:color .15s ease}.gh-breadcrumbs-link:hover{color:var(--ghost-accent-color,var(--color-primary-text))}.gh-breadcrumbs-sep{color:var(--color-secondary-text);opacity:.5;font-weight:300}.gh-article-header.is-center-aligned{text-align:center}.gh-article-header.is-center-aligned .gh-article-excerpt{margin-inline:auto}.gh-article-title.is-title-small{font-size:clamp(2.8rem,4vw,3.6rem)}.gh-article-title.is-compact-title{font-size:clamp(3.4rem,5vw,4.8rem)}.gh-article-title.is-title-medium{font-size:clamp(4rem,6.5vw,6.4rem)}.gh-article-title.is-large-title{font-size:clamp(4.8rem,8vw,8rem)}.gh-article-title.is-title-xlarge{font-size:clamp(5.6rem,10vw,9.6rem)}.gh-navigation{grid-column:wide-start/wide-end}.gh-navigation>div{align-items:flex-start;height:100%}.gh-navigation-middle{padding-top:4px}.gh-navigation-link{flex-direction:column;align-items:flex-start}.gh-navigation-next .gh-navigation-link{align-items:flex-end;text-align:right}.gh-navigation-previous svg{margin-left:-2px}.gh-navigation-next svg{margin-right:-2px}.gh-navigation-label{display:flex;align-items:center;font-size:1.7rem;font-weight:700;line-height:1.8;text-transform:uppercase;letter-spacing:.01em}.gh-navigation-title{margin-top:.8rem;font-size:1.6rem;font-weight:400;letter-spacing:0;word-break:break-word}.gh-article-footer-meta-inner{grid-column:main;display:flex;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-top:1rem;padding-top:1.2rem;border-top:1px solid var(--color-light-gray)}.gh-article-footer-meta-inner .gh-author-bio{display:flex;align-items:center;gap:1.2rem;margin-top:0;padding:15px;background-color:transparent;border-radius:70px}.gh-article-footer-meta-inner .gh-article-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.8rem;margin-top:0;padding-top:0;border-top:none}.gh-article-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1rem;padding-top:.5rem;border-top:1px solid var(--color-light-gray)}.gh-tag-pill{display:inline-flex;align-items:center;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:500;letter-spacing:.02em;color:var(--color-secondary-text);text-transform:lowercase;background-color:var(--color-lighter-gray,#f5f5f5);border-radius:100px;transition:background-color .2s ease,color .2s ease}.gh-tag-pill:hover{background-color:var(--ghost-accent-color);color:#fff;opacity:1}.gh-author-bio{display:flex;justify-content:center;align-items:flex-start;gap:1.6rem;margin-top:.5rem;padding:.8rem;background-color:var(--color-lighter-gray,#f8f8f8);border-radius:12px}.gh-author-bio-image{width:56px;height:56px;flex-shrink:0;border-radius:50%;-o-object-fit:cover;object-fit:cover}.gh-author-bio-content{display:flex;flex-direction:column;gap:.6rem}.gh-author-bio-name{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:var(--color-primary-text)}.gh-author-bio-name:hover{opacity:.75}.gh-author-bio-desc{margin:0;font-size:1.4rem;line-height:1.55;color:var(--color-secondary-text)}.gh-share-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.8rem;font-size:1.2rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--color-darker-gray);background-color:transparent;border:1px solid var(--color-light-gray);border-radius:100px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.gh-share-btn:hover{border-color:var(--color-mid-gray);color:var(--color-primary-text)}.gh-share-btn.is-copied{background-color:var(--ghost-accent-color);border-color:var(--ghost-accent-color);color:#fff}.gh-pagehead{position:sticky;top:4vmin;grid-column:wide-start/main-start;max-width:200px;height:-moz-max-content;height:max-content;padding-top:.8rem;font-size:1.4rem;line-height:1}.gh-pagehead-title{font-size:2.1rem;font-weight:500;letter-spacing:-.02em}.gh-pagehead-description{margin-top:.8rem;line-height:1.45;color:var(--color-secondary-text)}.gh-tag-label{margin-bottom:1.2rem;font-size:2.4rem;font-weight:600;text-transform:uppercase}.gh-tag-description{margin-top:1.6rem}.gh-author-image{width:80px;height:80px;margin-bottom:2.4rem;border-radius:50%}.gh-author-meta{display:flex;flex-direction:column;margin-top:2rem}.gh-author-location{margin-left:-4px;color:var(--color-darker-gray)}.gh-author-website{margin-top:1.2rem}.gh-author-social{display:flex;gap:.8rem;margin-top:2.4rem}.gh-content.is-font-serif{font-family:var(--font-serif)}.gh-content.is-font-mono{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.gh-content.is-font-podium{font-family:var(--font-podium)}.gh-content.is-font-futura{font-family:var(--font-futura)}.gh-content.is-size-small{font-size:1.6rem}.gh-content.is-size-large{font-size:2rem}.gh-content.is-size-xlarge{font-size:2.2rem}.is-width-wide{--content-width:840px}.is-width-xlarge{--content-width:960px}.is-width-full{--content-width:1100px}.has-podium-title .gh-article-title,.has-podium-title .gh-card-title,.has-podium-title .gh-cover-title,.has-podium-title .gh-head-logo,.has-podium-title .gh-topic-name,.has-podium-title h1,.has-podium-title h2,.has-podium-title h3,.has-podium-title h4,.has-podium-title h5,.has-podium-title h6{font-family:var(--font-podium)}.has-futura-title .gh-article-title,.has-futura-title .gh-card-title,.has-futura-title .gh-cover-title,.has-futura-title .gh-head-logo,.has-futura-title .gh-topic-name,.has-futura-title h1,.has-futura-title h2,.has-futura-title h3,.has-futura-title h4,.has-futura-title h5,.has-futura-title h6{font-family:var(--font-futura)}.has-podium-body{font-family:var(--font-podium)}.has-futura-body{font-family:var(--font-futura)}@media (max-width:575px){.home-template .gh-card-link{display:grid;grid-template-columns:90px 1fr;grid-template-areas:"image header" "image excerpt" "image meta";-moz-column-gap:1.2rem;column-gap:1.2rem;row-gap:.5rem;align-items:start}.home-template .gh-card-link:not(:has(.gh-card-image)){grid-template-columns:1fr;grid-template-areas:"header" "excerpt" "meta"}.home-template .gh-card-image{grid-area:image;width:90px;height:90px;aspect-ratio:1/1;margin:0}.home-template .gh-card-header{grid-area:header}.home-template .gh-card-excerpt{grid-area:excerpt;margin-bottom:0;font-size:1.3rem;-webkit-line-clamp:2;line-clamp:2}.home-template .gh-card-meta{grid-area:meta;margin-top:.5rem;padding-top:0;border-top:none}.home-template .gh-card-title{font-size:1.6rem}.tag-template .gh-card-link{grid-template-columns:90px 1fr;-moz-column-gap:1.2rem;column-gap:1.2rem}.tag-template .gh-card-image{width:90px;height:90px}.tag-template .gh-card-title{font-size:1.6rem}.tag-template .gh-card-excerpt{font-size:1.3rem;-webkit-line-clamp:2;line-clamp:2}.home-template .gh-latest.gh-card{min-height:320px}.home-template .gh-latest .gh-card-link{display:flex;flex-direction:column;justify-content:flex-end;grid-template-columns:none;grid-template-areas:none;padding:2rem 1.8rem;min-height:320px}.home-template .gh-latest .gh-card-image{grid-area:auto;width:100%;height:100%}.home-template .gh-latest .gh-card-header{grid-area:auto}.home-template .gh-latest .gh-card-excerpt{grid-area:auto;font-size:1.4rem}.home-template .gh-latest .gh-card-meta{grid-area:auto;margin-top:.6rem}.home-template .gh-latest .gh-card-title{font-size:2.2rem}}@media (max-width:700px){.gh-cover-image{min-height:280px}}@media (max-width:767px){.gh-head-brand{grid-template-columns:1fr auto auto auto;grid-auto-flow:column;align-items:center;gap:.4rem}.gh-inner{margin:0}.gh-theme-toggle-mobile{display:inline-flex!important}.gh-theme-toggle-desktop{display:none!important}.gh-latest{margin-bottom:8rem}.gh-wrapper{grid-template-columns:1fr}.gh-card+.gh-card,.gh-loadmore{margin-top:6.4rem}.gh-sidebar{padding-left:0;margin-top:8rem}.gh-article-title{font-size:4.2rem}.gh-article-excerpt{font-size:1.2rem}.gh-article-footer-meta-inner{flex-direction:column;align-items:flex-start;gap:1.6rem}.gh-article-footer-meta-inner .gh-article-tags{justify-content:flex-start}.gh-navigation{grid-template-columns:1fr;row-gap:3.2rem}.gh-navigation-link,.gh-navigation-next .gh-navigation-link,.gh-navigation>div{align-items:center;text-align:center;justify-content:center}.gh-navigation-middle{order:-1;padding-top:0}.gh-subscribe{padding:5.6rem 0;margin-top:8rem}.gh-pagehead{margin-bottom:4.8rem}}@media (min-width:768px) and (max-width:991px){.gh-sidebar{padding-left:1.6rem}.gh-pagehead{margin-bottom:8rem}.gh-author-meta{flex-direction:row;align-items:center}.gh-author-social,.gh-author-website{margin-top:0;margin-left:1.6rem}}@media (min-width:768px){.gh-theme-toggle-mobile{display:none!important}.gh-theme-toggle-desktop{display:inline-flex!important}}@media (max-width:991px){.gh-latest{margin-top:0}.gh-pagehead{position:static;grid-column:main-start/main-end;max-width:480px;padding-top:0}}@supports (-moz-appearance:none){.gh-topic-count{padding-bottom:.5rem}.gh-subscribe-input-btn{position:relative;top:1px}}html:not([data-theme=light]):not([data-theme=dark]),html[data-theme=mid]{--color-primary-text:#f1f5f9;--color-darker-gray:#f8fafc;--color-secondary-text:#94a3b8;--color-white:#1e293b;--color-lighter-gray:#334155;--color-light-gray:#475569;--color-mid-gray:#64748b;--color-dark-gray:#cbd5e1;--color-black:#fff}html:not([data-theme=light]):not([data-theme=dark]) body,html[data-theme=mid] body{color:var(--color-primary-text);background-color:#1e293b}html:not([data-theme=light]):not([data-theme=dark]) #gh-head,html[data-theme=mid] #gh-head{background-color:#1e293b}html:not([data-theme=light]):not([data-theme=dark]) .gh-dropdown,html[data-theme=mid] .gh-dropdown{background-color:#334155;color:#f8fafc}html:not([data-theme=light]):not([data-theme=dark]) .gh-dropdown li a,html[data-theme=mid] .gh-dropdown li a{color:#f8fafc!important}html:not([data-theme=light]):not([data-theme=dark]) .gh-article-excerpt,html[data-theme=mid] .gh-article-excerpt{color:#cbd5e1}html:not([data-theme=light]):not([data-theme=dark]) .gh-card-excerpt,html[data-theme=mid] .gh-card-excerpt{color:#94a3b8}html:not([data-theme=light]):not([data-theme=dark]) .gh-author-bio,html[data-theme=mid] .gh-author-bio{background-color:hsla(0,0%,100%,.05)}html:not([data-theme=light]):not([data-theme=dark]) .gh-tag-pill,html[data-theme=mid] .gh-tag-pill{background-color:hsla(0,0%,100%,.08);color:var(--color-secondary-text)}html:not([data-theme=light]):not([data-theme=dark]) .gh-tag-pill:hover,html[data-theme=mid] .gh-tag-pill:hover{background-color:var(--ghost-accent-color);color:#fff}html:not([data-theme=light]):not([data-theme=dark]) .gh-share-btn,html[data-theme=mid] .gh-share-btn{border-color:hsla(0,0%,100%,.15);color:var(--color-secondary-text)}html:not([data-theme=light]):not([data-theme=dark]) .gh-share-btn:hover,html[data-theme=mid] .gh-share-btn:hover{border-color:hsla(0,0%,100%,.4);color:var(--color-primary-text)}html:not([data-theme=light]):not([data-theme=dark]) body.has-sticky-header #gh-head,html[data-theme=mid] body.has-sticky-header #gh-head{background-color:rgba(15,23,42,.9)}html[data-theme=dark]{--color-primary-text:#f8fafc;--color-darker-gray:#fff;--color-secondary-text:#8b9bb4;--color-white:#0b0f19;--color-lighter-gray:#151c2e;--color-light-gray:#232d42;--color-mid-gray:#394760;--color-dark-gray:#e2e8f0;--color-black:#fff}html[data-theme=dark] body{color:var(--color-primary-text);background-color:#0b0f19}html[data-theme=dark] #gh-head{background-color:#0b0f19}html[data-theme=dark] body.has-sticky-header #gh-head{background-color:rgba(15,23,42,.9)}html[data-theme=dark] .gh-dropdown{background-color:#151c2e;color:#fff}html[data-theme=dark] .gh-dropdown li a{color:#fff!important}html[data-theme=dark] .gh-article-excerpt{color:#cbd5e1}html[data-theme=dark] .gh-card-excerpt{color:#8b9bb4}html[data-theme=dark] .gh-author-bio{background-color:hsla(0,0%,100%,.05)}html[data-theme=dark] .gh-tag-pill{background-color:hsla(0,0%,100%,.08);color:var(--color-secondary-text)}html[data-theme=dark] .gh-tag-pill:hover{background-color:var(--ghost-accent-color);color:#fff}html[data-theme=dark] .gh-share-btn{border-color:hsla(0,0%,100%,.15);color:var(--color-secondary-text)}html[data-theme=dark] .gh-share-btn:hover{border-color:hsla(0,0%,100%,.4);color:var(--color-primary-text)}html[data-theme=light]{--color-primary-text:#15171a;--color-darker-gray:#15171a;--color-secondary-text:#64748b;--color-white:#fff;--color-lighter-gray:#f8fafc;--color-light-gray:#e2e8f0;--color-mid-gray:#cbd5e1;--color-dark-gray:#475569;--color-black:#000}html[data-theme=light] body{color:var(--color-primary-text);background-color:#fff}html[data-theme=light] #gh-head{background-color:#fff}html[data-theme=light] .gh-article-excerpt{color:var(--color-darker-gray)}/*# sourceMappingURL=screen.css.map */
