: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{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{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background-color:var(--color-white);color:var(--color-primary-text);font-family:var(--gh-font-body,var(--font-sans));font-size:1.6rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}a{color:var(--color-darker-gray)}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{color:var(--color-darker-gray);font-family:var(--gh-font-heading,var(--font-sans));letter-spacing:-.02em;line-height:1.15}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{background-color:var(--color-light-gray);border:0;height:1px;width:100%}blockquote:not([class]){border-left:4px solid var(--ghost-accent-color);padding-left:2rem}figcaption{color:var(--color-secondary-text);font-size:1.4rem;line-height:1.4;margin-top:1.6rem;text-align:center}.kg-width-full figcaption{padding:0 1.6rem}.gh-content figcaption a{color:var(--color-darker-gray);text-decoration:none}pre{background-color:var(--color-lighter-gray);hyphens:none;line-height:1.5;overflow-x:scroll;padding:1.6rem 2.4rem;white-space:pre;-webkit-overflow-scrolling:touch}code{font-family:var(--font-mono);font-size:15px}:not(pre)>code{background-color:var(--color-lighter-gray);border-radius:3px;color:var(--ghost-accent-color);padding:.4rem}iframe{border:0;display:block;overflow:hidden;width:100%}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-bottom:8rem;padding-top:8rem}.page-template .gh-main{padding-block:0}.gh-outer{padding-left:var(--gap);padding-right:var(--gap)}.gh-inner{margin:0 auto;max-width:var(--container-width,1200px)}.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-bottom:4.8rem;padding-top:4.8rem}}.gh-head{background-color:var(--color-white);height:100px}.gh-head-inner{align-items:center;-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);display:grid;grid-auto-flow:row dense;grid-template-columns:1fr auto auto;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{align-items:center;display:flex}.gh-head-logo{font-family:var(--gh-font-heading,var(--font-sans));font-size:2.4rem;font-weight:700;letter-spacing:-.02em;position:relative}.gh-head-logo img{max-height:40px}.gh-head-logo img:nth-child(2){left:0;opacity:0;position:absolute;top:0}.gh-head-menu{display:flex}.gh-head .nav,.gh-head-menu{align-items:center;gap:var(--head-nav-gap)}.gh-head .nav{display:inline-flex;list-style:none;margin:0;padding:0;white-space:nowrap}.gh-head .nav-more-toggle{font-size:inherit;margin:0 -6px;position:relative;text-transform:inherit}.gh-head .nav-more-toggle svg{height:24px;width:24px}.gh-head-actions{align-items:center;display:flex;gap:var(--head-nav-gap);justify-content:flex-end}.gh-head-members{align-items:center;display:flex;gap:20px;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){align-items:center;color:var(--ghost-accent-color);display:inline-flex}.gh-head-btn svg{height:1.3em;width:1.3em}.gh-search{margin-left:-6px;margin-right:-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-left:16px;margin-right:64px}}.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{height:auto;position:relative}.is-head-stacked .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .gh-head-brand{display:flex;grid-column-start:2;grid-row-start:1;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{align-items:center;display:flex;height:80px}.is-head-stacked .gh-head-menu{grid-column:1/4;grid-row-start:2;height:56px;justify-content:center;margin:0 48px}.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before{background-color:var(--color-light-gray);content:"";height:1px;left:0;position:absolute;top:80px;width:100%}.is-head-stacked .gh-head-menu:after{top:136px}.is-head-stacked .gh-head-actions{grid-column:1/4;grid-row-start:1;justify-content:space-between}}.is-head-transparent .gh-head{background-color:transparent;left:0;position:absolute;right:0;z-index:90}.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{background-color:#fff;color:#15171a}.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{background-color:#fff;color:#15171a}.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{background-color:#fff;color:#15171a}.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{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);margin-top:24px;opacity:0;padding:12px 0;position:absolute;right:-16px;text-align:left;top:100%;transform:translate3d(0,6px,0);transition:opacity .3s,transform .2s;visibility:hidden;width:200px;z-index:90}.is-head-middle-logo .gh-dropdown{left:-24px;right:auto}.is-dropdown-mega .gh-dropdown{-moz-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;padding:20px 32px;width:auto}.is-dropdown-open .gh-dropdown{opacity:1;transform:translateY(0);visibility:visible}.gh-dropdown li a{color:#15171a!important;display:block;padding:6px 20px}.is-dropdown-mega .gh-dropdown li a{padding:8px 0}.gh-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;height:30px;margin-right:-3px;padding:0;position:relative;width:30px}.gh-burger:after,.gh-burger:before{background-color:var(--color-darker-gray);content:"";height:1px;left:3px;position:absolute;transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s;width:24px}.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{gap:48px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#gh-head .gh-head-brand{align-items:center;display:grid;grid-column-start:1;grid-template-columns:1fr auto auto;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{justify-content:center;opacity:0;position:fixed;visibility:hidden}#gh-head .gh-head-menu{transform:translateY(0);transition:none}#gh-head .nav{align-items:center;gap:20px;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{font-size:1.8rem;text-transform:none;width:100%}#gh-head .gh-head-btn:not(.gh-btn){font-size:2rem}#gh-main{transition:opacity .4s}.is-head-open #gh-head{height:100%;inset:0;overflow-y:scroll;position:fixed;z-index:3999999;-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{opacity:1;position:static;visibility:visible}.is-head-open #gh-head .nav{display:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}.is-head-open #gh-head .gh-head-actions{align-items:center;background-color:var(--color-white);bottom:0;display:inline-flex;flex-direction:column;gap:12px;left:0;padding:var(--gap) 0 calc(var(--gap) + 8px);position:sticky;right:0}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;transform:translateY(0);transition:transform .4s,opacity .4s;transition-delay:.2s}.is-head-open #gh-head .gh-head-link{transition-delay:.4s}.is-head-open #gh-main{opacity:0}}.gh-cover{min-height:var(--cover-height,50vh);padding-bottom:6.4rem;padding-top:6.4rem;position:relative}.gh-cover-image{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:-1}.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{color:var(--color-secondary-text);font-size:2.1rem;line-height:1.5;margin-top:2rem}.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}@media (max-width:767px){.gh-article-excerpt{font-size:1.9rem}.gh-article-image{margin-top:2.4rem}}.gh-content{font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);margin-top:4rem;word-break:break-word}.gh-content>*+*{margin-bottom:0;margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.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){border-collapse:collapse;border-spacing:0;display:inline-block;font-family:var(--font-sans);font-size:1.6rem;max-width:100%;overflow-x:auto;vertical-align:top;white-space:nowrap;width:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-attachment:scroll,scroll;background-repeat:no-repeat;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-position:100% 0;background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) th{background-color:var(--color-white);color:var(--color-darkgrey);font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{border:1px solid var(--color-light-gray);padding:6px 12px}.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{font-size:1.7rem;margin-top:3.2rem}}.gh-comments{margin-bottom:-24px;margin-top:64px}.gh-comments-header{align-items:center;display:flex;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{background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white));content:"";grid-column:full-start/full-end;height:160px;margin-bottom:4rem;margin-top:-16rem;position:relative}.gh-cta-gradient:first-child{display:none}.gh-cta{display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.gh-cta-title{font-size:2.2rem;letter-spacing:-.02em;margin-bottom:3.2rem}.gh-cta-actions{align-items:center;display:flex;flex-direction:column}.gh-cta-link{color:var(--color-secondary-text);cursor:pointer;font-size:1.4rem;margin-top:.8rem;text-decoration:none}.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-left:auto;margin-right:auto}.kg-embed-card{align-items:center;display:flex;flex-direction:column;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{color:var(--color-secondary-text);font-style:normal;font-weight:400}.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{font-size:.8em;margin-top:.3em;max-height:none}.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{align-items:center;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr auto 1fr}.gh-navigation>div{align-items:center;display:flex}.gh-navigation-next{justify-content:flex-end}.gh-navigation-link{align-items:center;display:inline-flex}.gh-navigation-link svg{height:16px;width:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}@media (max-width:767px){.gh-navigation-hide{display:none}}.gh-btn{align-items:center;background-color:var(--color-darker-gray);border:0;border-radius:100px;color:var(--color-white);cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:700;gap:.4em;justify-content:center;letter-spacing:inherit;line-height:1;padding:calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1))}.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{background-color:transparent;border:1px solid var(--color-light-gray);color:var(--color-darker-gray);text-decoration:none}.gh-outline-btn:hover{border-color:var(--color-mid-gray);opacity:1}.gh-icon-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}.gh-icon-btn svg{height:20px;width:20px}.gh-text-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;justify-content:center;letter-spacing:inherit;margin:0;outline:none;padding:0;will-change:opacity}.gh-text-btn:hover{opacity:.8}.gh-foot{color:var(--color-secondary-text);padding-bottom:8rem;padding-top:8rem;white-space:nowrap}.gh-foot-inner{display:grid;font-size:1.3rem;gap:40px;grid-template-columns:1fr auto 1fr}.no-menu .gh-foot-inner{align-items:center;display:flex;flex-direction:column;gap:24px}.gh-foot-menu .nav{display:inline-flex;justify-content:center;list-style:none;margin:0;padding:0;row-gap:4px}.gh-foot-menu .nav li{align-items:center;display:flex}.gh-foot-menu .nav li+li:before{content:"•";font-size:.9rem;line-height:0;padding:0 1.2rem}.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-bottom:12rem;padding-top:6.4rem}.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{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;width:100%;z-index:3999999;-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{backface-visibility:hidden;background-color:rgba(0,0,0,.85);opacity:0;transform:translateZ(0);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0;touch-action:none}.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;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:var(--color-secondary-text);font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:var(--color-secondary-text);text-decoration:underline}.pswp__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;overflow:visible;padding:0;position:relative;transition:opacity .2s;width:44px}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{opacity:.9;outline:none}.pswp__button::-moz-focus-inner{border:0;padding:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;height:44px;width:44px}@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{background-position:-88px 0;display:none}.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{background:none;height:100px;margin-top:-50px;position:absolute;top:50%;width:70px}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";height:30px;position:absolute;top:35px;width:32px}.pswp__button--arrow--left:before{background-position:-138px -44px;left:6px}.pswp__button--arrow--right:before{background-position:-94px -44px;right:6px}.pswp__counter{color:var(--color-white);font-size:11px;font-weight:700;height:44px;left:0;line-height:44px;padding:0 15px;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption__center{color:var(--color-white);font-size:11px;line-height:1.6;margin:0 auto;max-width:420px;padding:25px 15px 30px;text-align:center}.pswp__caption__center .post-caption-title{font-size:15px;font-weight:500;margin-bottom:7px;text-transform:uppercase}.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before{content:"\02022";padding:0 4px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{direction:ltr;height:44px;left:50%;margin-left:-22px;opacity:0;position:absolute;top:0;transition:opacity .25s ease-out;width:44px;will-change:opacity}.pswp__preloader__icn{height:20px;margin:12px;width:20px}.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{background:none;height:14px;left:15px;margin:0;opacity:.75;position:absolute;top:15px;width:14px}.pswp--css_animation .pswp__preloader__cut{height:14px;overflow:hidden;position:relative;width:7px}.pswp--css_animation .pswp__preloader__donut{background:none;border-bottom:2px solid transparent;border-left:2px solid transparent;border-radius:50%;border-right:2px solid var(--color-white);border-top:2px solid var(--color-white);box-sizing:border-box;height:14px;left:0;margin:0;position:absolute;top:0;width:14px}@media screen and (max-width:1024px){.pswp__preloader{float:right;left:auto;margin:0;position:relative;top:auto}}@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{opacity:1;visibility:visible;z-index:1550;-webkit-font-smoothing:auto}.pswp__top-bar{height:44px;left:0;position:absolute;top:0;width:100%}.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:Open Sans;font-style:normal;font-weight:400;src:local(""),url(../fonts/open-sans-v28-latin-regular.woff2) format("woff2"),url(../fonts/open-sans-v28-latin-regular.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local(""),url(../fonts/open-sans-v28-latin-700.woff2) format("woff2"),url(../fonts/open-sans-v28-latin-700.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:local(""),url(../fonts/open-sans-v28-latin-italic.woff2) format("woff2"),url(../fonts/open-sans-v28-latin-italic.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:local(""),url(../fonts/open-sans-v28-latin-700italic.woff2) format("woff2"),url(../fonts/open-sans-v28-latin-700italic.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-regular.woff2) format("woff2"),url(../fonts/lora-v23-latin-regular.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700.woff2) format("woff2"),url(../fonts/lora-v23-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-italic.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-700italic.woff) format("woff")}:root{--primary-color:var(--ghost-accent-color,#2ec4b6);--primary-text-color:#333;--secondary-text-color:#aaa;--white-color:#faf8f5;--light-gray-color:#f4f4f4;--mid-gray-color:#e9e9e9;--dark-gray-color:#1a1a1a;--black-color:#000;--font-sans:"Open Sans",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Lora,Times,serif;--animation-base:ease-in-out;--shadow-base:0 0 10px rgba(0,0,0,.02);--content-font-size:2.1rem;--content-width:960px;--container-width:1400px}body,body.page-template,body.post-template{background:linear-gradient(180deg,#faf8f5,#f5f3f0 30%,#ead8c5 70%,#f0e6d8);min-height:100vh}body:not(.post-template):not(.page-template){background:linear-gradient(180deg,#faf8f5,#f5f3f0 50%,#ead8c5)}:root{--base-font-size:1.9rem;--content-font-size:1.9rem!important;--base-line-height:1.7;--content-width:960px!important;--container-width:1400px!important;--content-width-wide:1100px;--h1-size:3.2rem;--h2-size:2.4rem;--h3-size:2rem;--h4-size:1.7rem;--kicker-size:1.9rem;--button-size:1.7rem;--small-text-size:1.5rem;--nav-color:#222;--nav-hover-color:#22d3ee;--heading-color:#2c2c2c;--section-spacing:3.2rem}html{font-size:62.5%}@media (min-width:1025px){html{font-size:62.5%}}body{font-size:var(--base-font-size)!important;line-height:var(--base-line-height)}.gh-article-content,.gh-canvas,.gh-content,.gh-main,.site-content,article{font-size:var(--content-font-size)!important}.band-kicker,.gh-article-tag,.hero-kicker,.post-tag,.section-kicker{font-size:var(--kicker-size)!important}.arc-blurb,.band-text,.hero-sub,.post-excerpt,.section-desc,p{font-size:var(--content-font-size)!important;line-height:var(--base-line-height)!important}.arc-name,.band-title,.post-title h2,h4{font-size:var(--h4-size)!important}.arc-level,.night-sky-note,.post-meta,figcaption{font-size:var(--small-text-size)!important}.arc-cta,.btn-ghost,.btn-primary,.gh-btn,button{font-size:var(--button-size)!important}h1{font-size:var(--h1-size);line-height:1.3;margin-bottom:2rem}h1,h2{color:var(--heading-color)}h2{font-size:var(--h2-size);line-height:1.4;margin-bottom:1.6rem}h3{color:var(--heading-color);font-size:var(--h3-size);line-height:1.5;margin-bottom:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.gh-content{font-size:var(--content-font-size)}.gh-content,.gh-content p{line-height:var(--base-line-height)}.gh-content h2,.gh-content p{margin-bottom:1.6rem}.gh-content h2{font-size:var(--h2-size);margin-top:3.2rem}.gh-content h3{font-size:var(--h3-size);margin-bottom:1.2rem;margin-top:2.4rem}.gh-head .nav a{color:var(--nav-color);font-weight:600;transition:color .3s ease}.gh-head .nav a:hover{color:var(--nav-hover-color);opacity:1}.gh-btn,button,input[type=submit]{border-radius:8px;cursor:pointer;font-size:18px;min-height:44px;min-width:44px;padding:14px 28px;transition:all .3s ease}a{text-decoration:none;transition:color .3s ease}a:hover{opacity:.9;text-decoration:underline}:focus{outline:3px solid var(--nav-hover-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:3px solid var(--nav-hover-color);outline-offset:2px}.js-focus-visible :focus:not(.focus-visible){outline:none}@media (max-width:480px){:root{--base-font-size:1.9rem;--content-font-size:1.9rem;--h1-size:3.2rem;--h2-size:2.6rem;--h3-size:2.2rem;--kicker-size:1.5rem;--button-size:1.7rem;--small-text-size:1.4rem;--section-spacing:2rem}body{font-size:var(--base-font-size)}.gh-content{font-size:var(--content-font-size)}.gh-article div p,.gh-article-content p,.gh-content p,.post-content p,article.gh-article p,article.post p{font-size:1.9rem!important;line-height:1.8!important;margin-bottom:2rem!important}.gh-article div li,.gh-content li,article.gh-article li,article.post li{font-size:1.9rem!important;line-height:1.8!important;margin-bottom:1rem!important}.gh-article-title{font-size:3.2rem!important;font-weight:700!important;line-height:1.2;margin-bottom:1.6rem!important}.gh-article-excerpt{font-size:1.9rem!important;line-height:1.5!important;margin-top:1.2rem!important}.gh-content h2{font-weight:700!important;margin-bottom:2rem!important;margin-top:4rem!important}.gh-content h3{font-weight:600!important;margin-bottom:1.6rem!important;margin-top:3.2rem!important}.post-title{font-size:1.7rem!important}.post-excerpt{font-size:1.6rem!important}.gh-btn,button{font-size:var(--button-size);padding:10px 20px}.arc-cta,.btn-ghost,.btn-primary,.gh-btn,button[type=submit]{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}form{align-items:center!important;display:flex!important;flex-direction:column!important;gap:1.6rem!important}input[type=email],input[type=text]{align-self:stretch!important;flex:0 0 auto!important;max-width:100%!important;width:100%!important}.hero-actions,.hero-side,.section-actions{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important}:root{--gap:1.6rem!important}.gh-outer{padding-left:1.6rem!important;padding-right:1.6rem!important}.gh-canvas{--main:calc(100% - 3.2rem)!important}.gh-inner{max-width:100%!important;padding-left:0!important;padding-right:0!important}}@media (min-width:481px) and (max-width:768px){:root{--base-font-size:1.8rem;--content-font-size:1.8rem;--h1-size:3.6rem;--h2-size:2.8rem;--h3-size:2.4rem;--kicker-size:1.6rem;--button-size:1.8rem;--section-spacing:2.4rem}.gh-article div p,.gh-article-content p,.gh-content p,.post-content p,article.gh-article p,article.post p{font-size:1.8rem!important;line-height:1.8!important;margin-bottom:2rem!important}.gh-article div li,.gh-content li,article.gh-article li,article.post li{font-size:1.8rem!important;line-height:1.8!important;margin-bottom:.9rem!important}.gh-article-title{font-size:3.6rem!important;font-weight:700!important;line-height:1.2;margin-bottom:1.8rem!important}.gh-article-excerpt{font-size:2rem!important;line-height:1.5!important;margin-top:1.4rem!important}.gh-content h2{font-weight:700!important;margin-bottom:2.2rem!important;margin-top:4.4rem!important}.gh-content h3{font-weight:600!important;margin-bottom:1.8rem!important;margin-top:3.6rem!important}.post-title{font-size:1.8rem!important}.post-excerpt{font-size:1.7rem!important}.arc-cta,.btn-ghost,.btn-primary,.gh-btn,button[type=submit]{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}form{align-items:center!important;display:flex!important;flex-direction:column!important;gap:2rem!important}input[type=email],input[type=text]{align-self:stretch!important;flex:0 0 auto!important;max-width:100%!important;width:100%!important}.hero-actions,.hero-side,.section-actions{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important}:root{--gap:2rem!important}.gh-outer{padding-left:2rem!important;padding-right:2rem!important}.gh-canvas{--main:calc(100% - 4rem)!important}.gh-inner{max-width:100%!important}}@media (min-width:769px) and (max-width:1024px){:root{--base-font-size:1.9rem;--content-font-size:1.9rem;--content-width:720px;--gap:2.4rem!important}.gh-outer{padding-left:2.4rem!important;padding-right:2.4rem!important}.gh-canvas{--main:min(720px,calc(100% - 4.8rem))!important}}@media (min-width:1025px){:root{--base-font-size:2rem;--content-font-size:2rem!important;--content-width:1100px!important;--container-width:1600px!important}@media (min-width:1400px){:root{--content-width:1080px!important;--container-width:1600px!important}}@media (min-width:1920px){:root{--content-width:1200px!important;--container-width:1800px!important}}}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(var(--content-width,960px),100% - var(--gap) * 2)!important;--wide:minmax(0,calc((var(--container-width, 1400px) - var(--content-width, 960px))/2))!important}.gh-inner{max-width:var(--container-width,1400px)!important}.page-template .gh-article-header{margin-top:0!important;padding-top:0!important}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none!important;margin:0!important;padding:0!important}.gh-article-title{font-size:var(--h1-size)}.gh-article-excerpt{font-size:calc(var(--content-font-size)*1.1);line-height:1.6}pre{line-height:1.6;overflow-x:auto;padding:1.6rem 2rem}code,pre{font-size:1.5rem}:not(pre)>code{font-size:.9em;padding:.2em .4em}.gh-content ol,.gh-content ul{margin-bottom:2rem;padding-left:2.8rem}.gh-content li{font-size:var(--content-font-size)!important;line-height:var(--base-line-height);margin-bottom:.8rem}.gh-content blockquote{background:transparent;border-left:2px solid rgba(107,33,168,.03);font-size:1.1em;line-height:1.7;margin:2.4rem 0;padding-left:2rem}.gh-content .kg-card:not(.characters-strip),.gh-content .kg-image-card:not(.characters-strip),.gh-content figure:not(.characters-strip){background:none!important;background-color:transparent!important;background-image:none!important;border-radius:0!important;box-shadow:none!important;margin:2.4rem 0;padding:0!important}.gh-content .characters-strip,.gh-content figure.characters-strip{background-color:initial!important}.gh-content figcaption{background:transparent!important;color:var(--color-secondary-text);font-size:1.4rem;line-height:1.5;margin-top:1.2rem;text-align:center}.gh-article-content img,.gh-content figure img,.gh-content img,.kg-image{background:transparent!important;background-color:transparent!important;background-image:none!important;border-radius:22px!important;box-shadow:none!important;display:block;height:auto;margin:0 auto;max-width:100%;padding:10px!important}@media (min-width:1025px){.gh-article-content img,.gh-content figure img,.gh-content img{max-width:900px}}.post-title{font-size:1.8rem;line-height:1.4}.post-excerpt{font-size:1.5rem}@media print{body{font-size:12pt;line-height:1.5}h1{font-size:24pt}h2{font-size:18pt}h3{font-size:14pt}}.gh-head{background:hsla(0,0%,100%,.3);border-bottom:1px solid hsla(0,0%,100%,.3);box-shadow:0 4px 16px rgba(0,0,0,.2),0 8px 32px rgba(0,0,0,.15);position:relative;z-index:1000}.gh-dropdown,.gh-head,.gh-head .gh-dropdown{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.gh-dropdown,.gh-head .gh-dropdown{background:hsla(0,0%,100%,.95)!important;border:1px solid hsla(0,0%,100%,.5);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.25),0 4px 12px rgba(0,0,0,.15);min-width:200px;padding:1rem 0;z-index:1001!important}.gh-dropdown a,.gh-head .gh-dropdown a{color:#2c1810!important;display:block;font-weight:700!important;padding:.8rem 1.5rem!important;text-shadow:none!important;transition:all .2s ease}.gh-dropdown a:hover,.gh-head .gh-dropdown a:hover{background:rgba(107,33,168,.1)!important;color:#6b21a8!important}.gh-head-actions,.gh-head-menu{font-size:1.2rem;font-weight:700;letter-spacing:.005em;text-transform:uppercase}.gh-head-btn{--multiplier:1.3}.gh-head .nav a{color:#2c1810!important;font-size:large;font-weight:700;text-shadow:0 1px 3px hsla(0,0%,100%,.5),0 0 10px hsla(0,0%,100%,.3);transition:all .3s ease}.gh-head .nav a:hover{color:#6b21a8!important;text-shadow:0 1px 3px hsla(0,0%,100%,.7),0 0 15px rgba(107,33,168,.3)!important;transform:translateY(-1px)}.gh-head .nav .nav-current a,.gh-head .nav li.nav-current a{border-bottom:2px solid #6b21a8!important;color:#6b21a8!important;padding-bottom:2px;text-shadow:0 1px 3px hsla(0,0%,100%,.7),0 0 15px rgba(107,33,168,.4)!important}.gh-head-actions .gh-primary-btn{color:#fff!important}.gh-head-actions . a,.gh-head-actions .gh-primary-btn{font-weight:700;text-shadow:0 1px 3px hsla(0,0%,100%,.5)}.gh-head-actions . a{color:#2c1810!important}.gh-head-btn{background:linear-gradient(135deg,#6b21a8,#8b5cf6)!important;border:none!important;box-shadow:0 4px 12px rgba(107,33,168,.3);color:#fff!important;font-weight:700!important;letter-spacing:.3px!important;text-shadow:0 1px 2px rgba(0,0,0,.3)!important;transition:all .3s ease}.gh-head-btn:hover{box-shadow:0 6px 16px rgba(107,33,168,.4);color:#fff!important;transform:translateY(-2px)}.gh-burger{align-items:center;display:none;justify-content:center;padding:4px}@media (max-width:767px){.gh-burger{display:flex}}.gh-burger svg{color:#2c1810;height:24px;transition:all .3s ease;width:24px}.gh-burger:hover svg{color:#6b21a8;transform:scale(1.1)}.gh-burger:has(svg):after,.gh-burger:has(svg):before{display:none}@media (max-width:767px){.is-head-open #gh-head,.is-head-open.is-head-stacked #gh-head,.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head,body.is-head-open #gh-head,body.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background:linear-gradient(180deg,#e8d4c0,#f0e6d8 50%,#f5f3f0)!important}.is-head-open #gh-head:before{background:radial-gradient(circle at 20% 30%,rgba(107,33,168,.05),transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.04),transparent 50%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.is-head-open #gh-head .gh-head-inner{position:relative;z-index:1}.is-head-open #gh-head .gh-head-actions,body.is-head-open #gh-head .gh-head-actions{background:transparent!important;border-top:2px solid rgba(107,33,168,.15)}.is-head-open #gh-head .nav a{color:#2c1810!important;text-shadow:0 1px 3px hsla(0,0%,100%,.6)}.is-head-open #gh-head .nav a:hover{color:#6b21a8!important;text-shadow:0 1px 3px hsla(0,0%,100%,.8)}.is-head-open #gh-head .gh-head-btn{background:linear-gradient(135deg,#6b21a8,#8b5cf6)!important;box-shadow:0 4px 12px rgba(107,33,168,.4)!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,0,0,.3)!important}}.gh-foot{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:hsla(0,0%,100%,.3);border-top:1px solid hsla(0,0%,100%,.3);box-shadow:0 -4px 16px rgba(0,0,0,.2),0 -8px 32px rgba(0,0,0,.15);padding-bottom:4rem;padding-top:4rem}.gh-foot-inner{align-items:center;display:flex!important;flex-direction:column;gap:3rem}.gh-foot-menu{text-align:center;width:100%}.gh-foot-menu .nav{align-items:center;display:flex!important;flex-wrap:wrap;gap:1rem 2rem;justify-content:center!important}.gh-foot a{color:#1a0d08!important;font-size:1.3rem!important;font-weight:600!important;letter-spacing:.05em;text-transform:uppercase!important;transition:all .3s ease}.gh-foot a:hover{color:#6b21a8!important;text-shadow:0 2px 6px hsla(0,0%,100%,.9),0 0 25px rgba(107,33,168,.5);transform:translateY(-1px)}.gh-foot .nav .nav-current a,.gh-foot .nav li.nav-current a{border-bottom:2px solid #6b21a8;color:#6b21a8!important;padding-bottom:2px;text-shadow:0 2px 6px hsla(0,0%,100%,.9),0 0 25px rgba(107,33,168,.6)}.gh-foot .gh-copyright{color:#1a0d08!important;font-size:1.5rem!important;font-weight:600!important;margin-top:1rem;text-align:center}.site{display:flex;flex-direction:column;min-height:100vh}.site-content{flex-grow:1;padding-bottom:30px;padding-top:30px}.page-template .site-content{padding-block:0}@media (min-width:992px){.related-column{order:1}.content-column{order:2}.sidebar-column{order:3}}.term{margin:32px 0 48px;max-width:560px}.term .author-image-placeholder{margin-bottom:16px}.term-name{font-size:2.4rem}.term-description{line-height:1.5;margin-top:12px}.post-feed{display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.post-link{display:flex;flex-direction:column;height:100%}.post-link:hover{opacity:1}.post-image{width:100%}.post-wrapper{background-color:var(--white-color);flex-grow:1;padding:20px}.post-tag{color:var(--tag-color,var(--ghost-accent-color));display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.005em;line-height:1;margin-bottom:8px;text-transform:uppercase}.post-title{font-size:2rem;line-height:1.35;margin-bottom:0;word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .post-title{font-family:var(--gh-font-heading,var(--font-serif))}.post-excerpt{font-size:1.8rem;line-height:1.6;margin-top:12px;word-break:break-word}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .post-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.post-footer{align-items:center;background-color:var(--white-color);border-top:1px solid var(--light-gray-color);display:flex;height:42px;justify-content:space-between;padding:0 20px}.post-more{font-size:1.1rem;font-weight:700;letter-spacing:.005em;line-height:1;text-transform:uppercase}.post-author{display:flex;margin-right:2px}.post-author-link{display:block;height:28px;margin:0 -4px;position:relative;width:28px}.post-author-link:first-child{z-index:10}.post-author-link:nth-child(2){z-index:9}.post-author-link:nth-child(3){z-index:8}.post-author-link:nth-child(4){z-index:7}.post-author-link:nth-child(5){z-index:6}.post-author-image{border:2px solid var(--white-color);border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:767px){.post-feed{grid-template-columns:1fr}}@media (min-width:768px){.blog-container figure div{background:transparent!important;box-shadow:none!important}}@media (min-width:768px) and (max-width:991px){.post-feed{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px) and (max-width:1199px){.post-feed{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.is-head-stacked .post-feed{margin-top:32px}}.post-feed .featured{min-height:380px;position:relative}.post-feed .featured .post-link:before{background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);content:"";inset:0;position:absolute;z-index:10}.post-feed .featured.no-image .post-link:before{background:var(--tag-color,var(--ghost-accent-color))}.post-feed .featured .post-media{background-color:transparent}.post-feed .featured>.post-image{z-index:-1}.post-feed .featured .post-media .post-image{display:none}.post-feed .featured .post-footer,.post-feed .featured .post-wrapper,.post-feed .featured .u-placeholder{background-color:transparent;position:relative;z-index:20}.post-feed .featured .post-wrapper{align-items:flex-end;display:flex}.post-feed .featured .post-header{margin-bottom:0}.post-feed .featured .post-tag{color:var(--white-color)}.post-feed .featured .post-title{font-size:2rem}.post-feed .featured .post-excerpt,.post-feed .featured .post-more,.post-feed .featured .post-title{color:var(--white-color)}.post-feed .featured .post-excerpt{display:none}.post-feed .featured .post-footer{border-color:hsla(0,0%,100%,.2)}.post-feed .featured .post-author-image{border-color:transparent}.post-template .gh-canvas{--main:min(1100px,100% - var(--gap) * 2)!important;--wide:minmax(0,250px)!important}.post-template .gh-inner{max-width:1600px!important}.blog-container,.post-template .gh-article-content,.post-template .gh-content{max-width:none!important;width:100%!important}@media (min-width:1400px){.post-template .gh-canvas{--main:min(1200px,100% - var(--gap) * 2)!important;--wide:minmax(0,250px)!important}.post-template .gh-inner{max-width:1700px!important}}@media (min-width:1920px){.post-template .gh-canvas{--main:min(1300px,100% - var(--gap) * 2)!important;--wide:minmax(0,300px)!important}.post-template .gh-inner{max-width:1900px!important}}.gh-article{margin-top:50px}.page-template .gh-article{margin-top:0}.gh-article-meta{color:var(--secondary-text-color);font-size:1.2rem;font-weight:700;margin-bottom:12px;text-transform:uppercase}.gh-article-tag{color:var(--tag-color,var(--ghost-accent-color))}.gh-article-title{font-size:3rem;letter-spacing:-.03em;line-height:1.4}.gh-article-excerpt{font-size:2rem}.gh-article-image{grid-column:main-start/main-end;margin-left:auto;margin-right:auto;max-width:1000px}.gh-article-image img{display:block;height:auto;width:100%}.author-image-placeholder{border-radius:50%;flex-shrink:0;height:56px;overflow:hidden;width:56px}.navigation{display:flex;margin-top:64px}.navigation-item{display:flex;flex-direction:column;justify-content:center;position:relative;width:50%}.navigation-item:hover{opacity:1}.navigation-previous{margin-right:16px}.navigation-next{align-items:flex-end;margin-left:auto;text-align:right}.navigation-label{color:var(--secondary-text-color);font-size:11px;font-weight:700;position:relative;text-transform:uppercase;z-index:2}.navigation-title{font-size:2rem;line-height:1.4;margin:8px 0 0;position:relative;word-break:break-word;z-index:2}.navigation-item:hover .navigation-title{opacity:.8}@media (max-width:767px){.navigation{display:block}.navigation-item{width:100%}.navigation-next{margin-top:8px}}.comment-container{margin-top:80px}.related-wrapper{background-color:var(--light-gray-color);margin-top:96px;padding-bottom:64px;padding-top:48px}.related-title{color:var(--secondary-text-color);font-size:14px;letter-spacing:1px;margin:20px 0 40px;text-transform:uppercase}.u-shadow{border-radius:8px;box-shadow:var(--shadow-base);overflow:hidden;transition:box-shadow .3s var(--animation-base)}.u-shadow:hover{box-shadow:0 0 20px rgba(0,0,0,.12)}.u-placeholder{background-color:var(--light-gray-color);position:relative;z-index:10}.u-placeholder.same-height{height:0}.u-placeholder.rectangle{padding-bottom:56.25%}.u-object-fit{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.u-object-fit,.u-permalink{left:0;position:absolute;top:0}.u-permalink{bottom:0;outline:none;right:0;z-index:10}.page-start .gh-article-meta,.page-start .post-full-title,.page-start .section-kicker,.page-start h1,.tag-start .gh-article-meta,.tag-start .gh-article-tag{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-start .page-title-emoji,.tag-start .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-start .hero-side .who-note{color:#ffd896!important}.page-start .btn-primary{align-items:center;background:linear-gradient(135deg,#f8c979,#f39b4a);border:1px solid rgba(255,211,150,.7);border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.35);color:#241212;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem;padding:.7rem 1.5rem}@media (max-width:768px){.page-start .btn-ghost,.page-start .btn-primary{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.page-start .hero-actions,.page-start .hero-side,.page-start div:has(>.btn-ghost),.page-start div:has(>.btn-primary){align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important}}.page-start h2,.tag-start h2{font-size:2.2rem!important;font-weight:600!important;margin-bottom:1.5rem;margin-top:3rem}.page-start h3,.tag-start h3{font-size:2rem!important;font-weight:600!important}.page-start .gh-content p,.tag-start .gh-content p{font-size:1.9rem!important;line-height:1.7!important}.page-characters .gh-article-meta,.page-characters .post-full-title,.page-characters .section-kicker,.page-characters h1,.tag-characters .gh-article-meta,.tag-characters .gh-article-tag{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-characters .page-title-emoji,.tag-characters .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-characters h2,.tag-characters h2{font-size:2.2rem!important}.page-characters h3,.tag-characters h3{font-size:2rem!important}.page-characters .gh-content p,.tag-characters .gh-content p{font-size:1.9rem!important;line-height:1.7!important}body.page-guru,body.tag-guru{background:linear-gradient(180deg,#fef5e7,#fdedc9 20%,#fce2a8 50%,#fbd88a 70%,#fad070)!important;min-height:100vh}body.page-guru .kg-card,body.tag-guru .kg-card{background:hsla(0,0%,100%,.8)!important;border:2px solid #f59e0b!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(245,158,11,.2)!important;margin:2rem 0!important;padding:1.5rem!important}body.page-guru .hero-content h1,body.page-guru .hero-tagline{color:#1c1320!important}body.page-guru .hero-content h3{color:#a4741d!important;font-size:2.9rem!important}body.page-arjun,body.page-shishya,body.tag-arjun,body.tag-shishya{background:linear-gradient(180deg,#fefce8,#fef9c3 20%,#fef08a 50%,#fde047 70%,#facc15)!important;min-height:100vh}body.page-shishya .hero-content h1,body.page-shishya .hero-tagline{color:#1c1320!important}body.page-shishya .hero-content h3{color:#d2691e!important;font-size:2.9rem!important}body.page-arjun .kg-card,body.page-shishya .kg-card,body.tag-arjun .kg-card,body.tag-shishya .kg-card{background:hsla(0,0%,100%,.85)!important;border:2px solid #eab308!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(234,179,8,.2)!important;margin:2rem 0!important;padding:1.5rem!important}body.page-chakravyuh,body.page-king,body.tag-chakravyuh,body.tag-king{background:linear-gradient(180deg,#1e1122,#2d1b2e 30%,#3d2541 60%,#4d2f54)!important;min-height:100vh}body.page-king .hero-content h1{text-shadow:none!important}body.page-chakravyuh .kg-card,body.page-king .kg-card,body.tag-chakravyuh .kg-card,body.tag-king .kg-card{background:rgba(61,37,65,.9)!important;border:2px solid #9333ea!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(147,51,234,.3)!important;color:#f3e8ff!important;margin:2rem 0!important;padding:1.5rem!important}body.page-chakravyuh .kg-card h3,body.page-king .kg-card h3,body.tag-chakravyuh .kg-card h3,body.tag-king .kg-card h3{color:#e9d5ff!important}body.page-king .hero-content h3{font-size:2.9rem!important}body.page-king .section p{color:#fbe9e3!important}body.page-commander,body.page-senapati,body.tag-commander,body.tag-senapati{background:linear-gradient(180deg,#0f172a,#1e293b 30%,#334155 60%,#475569)!important;min-height:100vh}body.page-commander .hero-content h1{text-shadow:none!important}body.page-commander .kg-card,body.page-senapati .kg-card,body.tag-commander .kg-card,body.tag-senapati .kg-card{background:rgba(51,65,85,.9)!important;border:2px solid #3b82f6!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(59,130,246,.3)!important;color:#dbeafe!important;margin:2rem 0!important;padding:1.5rem!important}body.page-commander .kg-card h3,body.page-senapati .kg-card h3,body.tag-commander .kg-card h3,body.tag-senapati .kg-card h3{color:#bfdbfe!important}body.page-commander .hero-content h3{font-size:2.9rem!important}body.page-commander .section p{color:#e7f3ff!important}body.page-lekhak,body.page-scribe,body.tag-lekhak,body.tag-scribe{background:linear-gradient(180deg,#fffbeb,#fef3c7 20%,#fde68a 50%,#fcd34d 70%,#fbbf24)!important;min-height:100vh}body.page-lekhak .kg-card,body.page-scribe .kg-card,body.tag-lekhak .kg-card,body.tag-scribe .kg-card{background:hsla(0,0%,100%,.85)!important;border:2px solid #d97706!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(217,119,6,.2)!important;margin:2rem 0!important;padding:1.5rem!important}body.page-scribe .hero-content h1,body.page-scribe .hero-tagline{color:#1c1320!important}body.page-scribe .hero-content h3{color:#b0640c!important;font-size:2.9rem!important}body.page-chalak,body.page-trickster,body.tag-chalak,body.tag-trickster{background:linear-gradient(180deg,#fff7ed,#ffedd5 20%,#fed7aa 50%,#fdba74 70%,#fb923c)!important;min-height:100vh}body.page-chalak .kg-card,body.page-trickster .kg-card,body.tag-chalak .kg-card,body.tag-trickster .kg-card{background:hsla(0,0%,100%,.9)!important;border:2px solid #dc2626!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(220,38,38,.25)!important;margin:2rem 0!important;padding:1.5rem!important}body.page-trickster .hero-content h1,body.page-trickster .hero-tagline{color:#1c1320!important}body.page-trickster .hero-content h3{color:#ff9f40!important;font-size:2.9rem!important}body.page-drishti,body.page-maya,body.page-oracle,body.tag-drishti,body.tag-maya,body.tag-oracle{background:linear-gradient(180deg,#ecfeff,#cffafe 20%,#a5f3fc 50%,#67e8f9 70%,#22d3ee)!important;color:#0c4a6e!important;min-height:100vh}body.page-drishti .hero-content h1,body.page-drishti .hero-tagline,body.page-maya .hero-content h1,body.page-maya .hero-tagline,body.page-oracle .hero-content h1,body.page-oracle .hero-tagline,body.tag-oracle .hero-content h1,body.tag-oracle .hero-tagline{color:#0c4a6e!important;text-shadow:0 2px 4px hsla(0,0%,100%,.5)!important}body.page-oracle .gh-head-link{color:#000!important}body.page-drishti .hero-content h3,body.page-maya .hero-content h3,body.page-oracle .hero-content h3,body.tag-oracle .hero-content h3{color:#0e7490!important;font-size:2.9rem!important}body.page-drishti p,body.page-maya p,body.page-oracle p,body.tag-oracle p{color:#0c4a6e!important}body.page-drishti .kg-card,body.page-maya .kg-card,body.page-oracle .kg-card,body.tag-drishti .kg-card,body.tag-maya .kg-card,body.tag-oracle .kg-card{background:hsla(0,0%,100%,.9)!important;border:2px solid #0891b2!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(8,145,178,.25)!important;color:#0c4a6e!important;margin:2rem 0!important;padding:1.5rem!important}body.page-drishti .kg-card h3,body.page-maya .kg-card h3,body.page-oracle .kg-card h3,body.tag-oracle .kg-card h3{color:#0e7490!important}body.page-drishti section,body.page-maya section,body.page-oracle section,body.tag-drishti section,body.tag-maya section,body.tag-oracle section{background:hsla(0,0%,100%,.7)!important;border:1px solid rgba(8,145,178,.3)!important;border-radius:12px!important;box-shadow:0 4px 20px rgba(0,0,0,.4)!important;margin-bottom:2rem!important;padding:1.7rem 1.8rem!important}body.page-drishti section.hero-section,body.page-drishti section:has(.hero-character),body.page-drishti section:has(img),body.page-maya section.hero-section,body.page-maya section:has(.hero-character),body.page-maya section:has(img),body.page-oracle section.hero-section,body.page-oracle section:has(.hero-character),body.page-oracle section:has(img),body.tag-drishti section.hero-section,body.tag-drishti section:has(.hero-character),body.tag-drishti section:has(img),body.tag-maya section.hero-section,body.tag-maya section:has(.hero-character),body.tag-maya section:has(img),body.tag-oracle section.hero-section,body.tag-oracle section:has(.hero-character),body.tag-oracle section:has(img){background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}body.page-drishti section h2,body.page-maya section h2,body.page-oracle section h2,body.tag-drishti section h2,body.tag-maya section h2,body.tag-oracle section h2{color:#0e7490!important;margin-bottom:1.2rem!important;margin-top:0!important}body.page-drishti section h3,body.page-maya section h3,body.page-oracle section h3,body.tag-drishti section h3,body.tag-maya section h3,body.tag-oracle section h3{color:#0e7490!important;margin-bottom:1rem!important;margin-top:1.5rem!important}body.page-drishti section p,body.page-maya section p,body.page-oracle section p,body.tag-drishti section p,body.tag-maya section p,body.tag-oracle section p{color:#0c4a6e!important;margin-bottom:1rem!important}body.page-oracle strong{color:#090909!important}@media (max-width:768px){body.page-arjun section,body.page-chakravyuh section,body.page-chalak section,body.page-commander section,body.page-drishti section,body.page-guru section,body.page-king section,body.page-lekhak section,body.page-maya section,body.page-oracle section,body.page-scribe section,body.page-senapati section,body.page-shishya section,body.page-trickster section,body.tag-arjun section,body.tag-chakravyuh section,body.tag-chalak section,body.tag-commander section,body.tag-drishti section,body.tag-guru section,body.tag-king section,body.tag-lekhak section,body.tag-maya section,body.tag-oracle section,body.tag-scribe section,body.tag-senapati section,body.tag-shishya section,body.tag-trickster section{align-items:center!important;display:flex!important;flex-direction:column!important}body.page-arjun section img,body.page-chakravyuh section img,body.page-chalak section img,body.page-commander section img,body.page-drishti section img,body.page-guru section img,body.page-king section img,body.page-lekhak section img,body.page-maya section img,body.page-oracle section img,body.page-scribe section img,body.page-senapati section img,body.page-shishya section img,body.page-trickster section img{margin-bottom:1.5rem!important;order:-1!important}body.page-arjun section>*,body.page-chakravyuh section>*,body.page-chalak section>*,body.page-commander section>*,body.page-drishti section>*,body.page-guru section>*,body.page-king section>*,body.page-lekhak section>*,body.page-maya section>*,body.page-oracle section>*,body.page-scribe section>*,body.page-senapati section>*,body.page-shishya section>*,body.page-trickster section>*{max-width:100%!important;width:100%!important}}.page-arcs .gh-article-meta,.page-arcs .section-kicker,.page-arcs h1,.tag-arcs .gh-article-meta,.tag-arcs .gh-article-tag{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-arcs .page-title-emoji,.tag-arcs .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-arcs h2,.tag-arcs h2{font-size:2.2rem!important}.page-arcs h3,.tag-arcs h3{font-size:2rem!important}.page-arcs .gh-content p,.tag-arcs .gh-content p{font-size:1.9rem!important;line-height:1.7!important}.page-arcs .hero-note{max-width:100%!important}.page-scriptures .gh-article-meta,.page-scriptures .section-kicker,.page-scriptures h1,.tag-scriptures .gh-article-meta,.tag-scriptures .gh-article-tag{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-scriptures .page-title-emoji,.tag-scriptures .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-scriptures .hero-note{font-size:1.6rem!important;max-width:100%!important}.page-scriptures h2,.tag-scriptures h2{font-size:2.2rem!important}.page-scriptures h3,.tag-scriptures h3{font-size:2rem!important}.page-scriptures .gh-content p,.tag-scriptures .gh-content p{font-size:1.9rem!important;line-height:1.7!important}.page-library .gh-article-meta,.page-library .section-kicker,.page-library h1,.tag-library .gh-article-meta,.tag-library .gh-article-tag{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-library .page-title-emoji,.tag-library .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-library h2,.tag-library h2{font-size:2.2rem!important}.page-library h3,.tag-library h3{font-size:2rem!important}.page-library .gh-content p,.tag-library .gh-content p{font-size:1.9rem!important;line-height:1.7!important}.page-about .gh-article-meta,.page-about .gh-article-tag,.page-about .section-kicker,.page-about h1{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.page-about .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.page-about h2{font-size:2.2rem!important}.page-about h3{font-size:2rem!important}.page-about .gh-content p{font-size:1.9rem!important;line-height:1.7!important}.chintan-page .gh-article-meta,.chintan-page .gh-article-tag,.chintan-page .post-full-title,.chintan-page .section-kicker,.chintan-page h1{color:#6b21a8!important;font-size:2.4rem!important;font-weight:700!important;letter-spacing:.03em;text-shadow:0 2px 4px rgba(0,0,0,.2);text-transform:uppercase}.chintan-page .page-title-emoji{display:inline-block;font-size:3.4rem!important;line-height:1;margin-right:.8rem;position:relative;top:.1em;vertical-align:baseline}.chintan-page{font-size:1.5rem!important}.chintan-page .band-kicker,.chintan-page .hero-kicker{font-size:2rem!important;font-weight:600!important;letter-spacing:.18em;text-transform:uppercase}.chintan-page .hero-note{max-width:100%!important}.chintan-page .arc-blurb,.chintan-page .band-text,.chintan-page .characters-strip-label p,.chintan-page .hero-sub,.chintan-page .section-desc{font-size:1.9rem!important;line-height:1.7!important}.chintan-page .hero-sub{max-width:100%!important}.chintan-page .arc-name,.chintan-page .band-title{font-size:2rem!important}.chintan-page .arc-level{font-size:1.5rem!important}.chintan-page .night-sky-note{font-size:1.7rem!important}.chintan-page .arc-cta,.chintan-page .btn-ghost,.chintan-page .btn-primary{color:#ffe2ad!important;font-size:1.7rem!important;padding:14px 32px!important}@media (max-width:768px){.chintan-page .arc-cta,.chintan-page .btn-ghost,.chintan-page .btn-primary{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.chintan-page .hero-actions,.chintan-page .hero-side,.chintan-page .section-actions,.chintan-page div:has(>.btn-ghost),.chintan-page div:has(>.btn-primary){align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important}}.arcs-panel .section-kicker,.arcs-panel>p,.section.section-kicker{max-width:none!important}.kg-card.kg-header-card.kg-style-accent,.kg-card.kg-header-card.kg-v2.kg-style-accent,.post-card.keep-ratio.dark,article.dark{text-shadow:0 1px 3px rgba(0,0,0,.8)}.kg-card.kg-style-accent .kg-header-card-subheader,.kg-card.kg-style-accent .kg-header-card-text,.kg-card.kg-style-accent h2,.kg-card.kg-style-accent h3,.kg-card.kg-style-accent p{color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.7)}.kg-card:after,.post-card:after{opacity:.5!important}.kg-blockquote-alt,.kg-callout-card,.kg-card,.kg-header-card{border-color:transparent!important;border-width:0!important}.kg-callout-card{background:hsla(0,0%,100%,.2)!important;border:none!important;box-shadow:none!important}.gh-content>:not(figure):not(.characters-strip){border-color:transparent!important}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(960px,100% - var(--gap) * 2)!important;--wide:minmax(0,220px)!important}.gh-inner{max-width:1400px!important}@media (min-width:1400px){.gh-canvas,.kg-width-full.kg-content-wide{--main:min(1080px,100% - var(--gap) * 2)!important;--wide:minmax(0,260px)!important}.gh-inner{max-width:1600px!important}}@media (min-width:1920px){.gh-canvas,.kg-width-full.kg-content-wide{--main:min(1200px,100% - var(--gap) * 2)!important;--wide:minmax(0,300px)!important}.gh-inner{max-width:1800px!important}}html[lang=en] .blog-container,html[lang=en] .gh-content,html[lang=en] .kg-card p,html[lang=en] .post-content,html[lang=en] body,html[lang=en] h1,html[lang=en] h2,html[lang=en] h3,html[lang=en] h4,html[lang=en] h5,html[lang=en] h6,html[lang=en] li,html[lang=en] p{font-family:Charter,Bitstream Charter,Sitka Text,Cambria,Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif!important}html[lang=hi] .blog-container,html[lang=hi] .gh-content,html[lang=hi] .kg-card p,html[lang=hi] .post-content,html[lang=hi] body,html[lang=hi] h1,html[lang=hi] h2,html[lang=hi] h3,html[lang=hi] h4,html[lang=hi] h5,html[lang=hi] h6,html[lang=hi] li,html[lang=hi] p{font-family:Georgia,Times New Roman,Times,serif!important}html[lang=hi] .gh-article-title,html[lang=hi] h1{font-size:3.4rem!important;line-height:1.3!important}html[lang=hi] h2{font-size:2.6rem!important;line-height:1.35!important}html[lang=hi] h3{font-size:2.2rem!important;line-height:1.4!important}html[lang=hi] h4{font-size:1.9rem!important;line-height:1.45!important}html[lang=hi] h5,html[lang=hi] h6{font-size:1.7rem!important;line-height:1.5!important}html[lang=hi] .blog-container,html[lang=hi] .gh-article-content,html[lang=hi] .gh-content,html[lang=hi] li,html[lang=hi] p{font-size:2.1rem!important;line-height:1.8!important}html[lang=hi] code{font-size:1.7rem!important}html[lang=hi] .small-text,html[lang=hi] figcaption,html[lang=hi] pre code,html[lang=hi] small{font-size:1.6rem!important}@media (max-width:768px){html[lang=hi] .gh-article-title,html[lang=hi] h1{font-size:3.2rem!important}html[lang=hi] h2{font-size:2.6rem!important}html[lang=hi] h3{font-size:2.2rem!important}html[lang=hi] .gh-article-content,html[lang=hi] .gh-content,html[lang=hi] li,html[lang=hi] p{font-size:1.9rem!important;line-height:1.8!important}}code,html[lang=en] code,html[lang=en] pre,html[lang=hi] code,html[lang=hi] pre,pre{font-family:Fira Code,JetBrains Mono,Cascadia Code,Consolas,Monaco,Courier New,monospace!important}.lang-selector-wrapper{height:0;pointer-events:none;position:relative;width:100%}.lang-float-btn{align-items:center;background:linear-gradient(135deg,#6b21a8,#8b5cf6);border:none;border-radius:50%;box-shadow:0 4px 16px rgba(107,33,168,.4);color:#fff;cursor:pointer;display:none;font-size:1.1rem;font-weight:700;height:35px;justify-content:center;pointer-events:auto;position:absolute;right:20px;top:10px;transition:all .3s ease;width:35px;z-index:100}.has-translation .lang-selector-wrapper{display:block}.has-translation .lang-float-btn{display:flex}.lang-float-btn:hover{box-shadow:0 6px 20px rgba(107,33,168,.5);transform:scale(1.1)}.lang-float-btn:active{transform:scale(.95)}.lang-float-btn .lang-current{display:block;line-height:1}@media (max-width:991px){.lang-float-btn{font-size:1rem;height:32px;right:16px;top:8px;width:32px}}@media (max-width:480px){.lang-float-btn{font-size:.95rem;height:30px;right:12px;top:6px;width:30px}}/*# sourceMappingURL=screen.css.map */
