@charset "UTF-8";html{--color-mode: "lit";--light: #fff;--dark: rgb(18, 20, 24);--gray: #f5f5f5;--bubble: rgb(16, 16, 18);--accent: var(--gray);--bg: var(--light);--bg-dark: #000;--text: var(--dark);--font: "Metropolis", sans-serif;--theme: rgb(52, 199, 89);--ease: cubic-bezier(.19, 1, .22, 1)}html[data-mode=dim]{--light: #eee;--color-mode: "dim";--bg: var(--bg-dark);--text: var(--light);--accent: var(--bubble);--theme: rgb(48, 209, 88)}html[data-mode=dim] *{box-shadow:none!important}html[data-mode=dim] main p{opacity:.9}html[data-mode=dim] .color_choice:after{transform:translate(1.75rem) scale(1.67)}@keyframes showMenu{0%{top:-100%;opacity:0}to{top:0;opacity:1}}@keyframes hideMenu{0%{top:0;opacity:1}to{top:-100%;opacity:0}}*{box-sizing:border-box;-webkit-appearance:none;margin:0;padding:0}body,html{scroll-behavior:smooth;font-kerning:normal;-webkit-text-size-adjust:100%}body{font-family:var(--font);background-color:var(--bg);color:var(--text);font-size:16px;line-height:1.5;max-width:1440px;margin:0 auto;position:relative;font-kerning:normal;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}blockquote{opacity:.8;padding:1rem;position:relative;quotes:"“" "”" "‘" "’";margin:.75rem 0;display:flex;flex-flow:row wrap;background-repeat:no-repeat;background-size:5rem;background-position:50% 50%}blockquote:before{content:"";padding:1px;position:absolute;top:0;bottom:0;left:0;background:var(--theme)}blockquote p{padding-left:.5rem!important;font-size:1.1rem!important;width:100%;font-weight:300;font-style:italic}code{max-width:100%;overflow-x:auto;white-space:pre}h1,h2,h3,h4,h5{font-family:inherit;text-transform:capitalize;font-weight:400;padding:.33rem 0;margin:1rem 0;color:inherit}h1{font-size:200%;font-weight:400}h2{font-size:175%}h3{font-size:150%}h4{font-size:125%}h5{font-size:120%}img{max-width:100%;vertical-align:middle;height:auto;margin:1rem auto;padding:0}main{padding-bottom:45px;flex:1}ul{list-style:none;-webkit-padding-start:0;-moz-padding-start:0}b,strong,em{font-weight:500}hr{border:none;padding:.5px;background:var(--text);opacity:.09;margin:2rem 0 .75rem}table{width:100%;max-width:100%;overflow-x:scroll;border-collapse:collapse;margin:1rem 0;background:transparent;border-style:hidden;box-shadow:0 1rem 4rem #00000026}table:not(.ln-table) tr{background-color:var(--accent)}th{text-align:left;color:var(--light)}thead tr{background:var(--theme)!important}td,th{padding:.5rem 1rem;border:2px solid var(--bg)}aside h3{position:relative;margin:0!important}pre{padding:1rem;overflow:auto;border-radius:4px;background:var(--accent)}.article{box-shadow:0 .5rem 2rem #0000001f;overflow:hidden;border-radius:.5rem}.article_title{margin:0}.article_excerpt:not(.visible){height:0;opacity:0}.article_excerpt{transition:height .5s,opacity .5s}.article_excerpt,.article_meta{transform-origin:bottom}.article_meta{padding:10px 1.25rem 1.25rem;color:var(--text);position:relative;z-index:2;transition:margin-top .5s;background:var(--bg)}.article_meta.center_y{transform-origin:center;transition:transform .5s;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:42rem){.article_meta.center_y{left:-2rem}}.article_thumb{display:grid;position:relative;z-index:0;overflow:hidden;height:15rem;background-size:cover;background-position:50% 50%}@media screen and (min-width:35rem){.article_thumb{height:22.5rem}}.article_thumb img{width:100%;height:100%;object-fit:cover;display:block;margin:0;transition:transform .5s,opacity .5s}.article_thumb:after{content:"";position:absolute;top:0;left:0;width:100%;bottom:0;z-index:1;background:var(--bg);opacity:0;transition:opacity .1s ease-out}.article_showcase .article_thumb{height:15rem}.article_showcase .article_meta{padding-top:1.5rem}.article:hover .article_thumb img{transform:scale(1.1)}.article:hover .article_thumb:after{transition:opacity .1s ease-out;opacity:.5}.article:hover .article_excerpt:not(.visible){height:75px;opacity:1}.article:hover .article_meta:not(.center_y){margin-top:-75px}@media screen and (min-width:769px){.article:hover .article_meta.center_y{transform:translate(-3rem)}}.article:hover{box-shadow:0 1.5rem 6rem #0000002b}.article:hover a{color:initial!important}.btn{min-width:150px;font-size:1rem;margin:1rem 0 1.5rem;display:inline-block;padding:7.5px 12.5px;background-color:var(--theme);box-shadow:0 1rem 4rem #00000080;color:var(--light);text-align:center;cursor:pointer;border-radius:.25rem}.transparent{padding:25px}.point{margin-right:15px;color:var(--theme)}.video{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;margin:1.5rem 0;border-radius:1rem;background-color:var(--bg);box-shadow:0 1rem 4rem #0000002b}.video iframe{left:0;top:0;height:100%;width:100%;position:absolute;transform:scale(1.03)}.footer{padding:0;color:var(--text);margin:0;width:100%;font-size:1.05rem;min-height:75px;display:flex;justify-content:space-between;padding:1.5rem}@media screen and (max-width:567px){.footer{flex-direction:column;padding-bottom:1.5rem!important}}.footer a{color:var(--theme);opacity:.8;transition:opacity .3s ease-in-out}.footer a:hover{text-decoration:underline;opacity:1}.color_mode{height:1.5rem;display:grid;grid-template-columns:1fr 3rem;align-items:center;margin:2rem 1.5rem 0}.color_choice{outline:none;border:none;-webkit-appearance:none;height:1rem;position:relative}.color_choice:before,.color_choice:after{content:"";top:0;bottom:0;left:0;position:absolute;height:1rem;background:var(--theme)}.color_choice,.color_choice:before{width:2.75rem;border-radius:1rem;cursor:pointer;transition:transform .5s cubic-bezier(.075,.82,.165,1);box-shadow:0 .25rem 1rem #00000026}.color_choice:before{box-shadow:0 1rem 2rem #0000002b;z-index:2;right:0;filter:brightness(.75)}.color_choice:after{width:1rem;border-radius:50%;z-index:3;transform:scale(1.67);transform-origin:50% 50%;transition:transform .5s cubic-bezier(.19,1,.22,1);will-change:transform}.nav{position:absolute;top:0;width:100%;transition:height .4s cubic-bezier(.52,.16,.24,1);z-index:999}.nav_bar{width:100%;position:relative}.nav_bar-wrap{width:1.8rem;height:1.8rem;display:grid;align-items:center;cursor:pointer;z-index:99;min-height:1.5rem}.nav_bar,.nav_bar:after,.nav_bar:before{padding:1px;border-radius:2px;background-color:var(--text)}.nav_bar:after,.nav_bar:before{content:"";position:absolute;width:1.2rem}.nav_bar:before{top:-.5rem}.nav_bar:after{top:.5rem;right:0}.nav-body{box-shadow:0 1.5rem 6rem #0000002b;position:fixed;right:10px;z-index:1;top:100%;opacity:0;overflow:hidden;transition:top .33s linear;background-color:var(--accent);width:16rem;padding:100px 0;min-height:100vh}.nav-body:hover{box-shadow:0 1.5rem 6rem #00000045}.nav-body a{display:block;padding:12.5px 25px;margin-bottom:2px;border-bottom:1px solid rgba(0,0,0,.04);transition:color .25s ease-in-out}.nav-body a:hover{color:var(--theme)}.nav-brand{font-size:2em!important;padding-top:0!important;padding-bottom:0!important}.nav-close{display:flex;justify-content:flex-start;align-items:center;position:absolute;top:0;right:0;width:100%;cursor:pointer;padding:25px}.nav-close:after,.nav-close:before{content:"";width:18px;border-radius:50%;padding:1.5px;background:var(--text);opacity:.7;position:relative}.nav-close:before{transform:rotate(20deg) translate(1.5px)}.nav-close:after{transform:rotate(-20deg) translate(-1.5px)}.nav-drop{cursor:pointer;top:0;bottom:0;z-index:1000}.nav-exit{animation:hideMenu .5s cubic-bezier(.52,.16,.24,1) forwards}.nav-menu{position:relative;padding:10px 25px 10px 0;height:100%;max-width:1024px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-menu a{color:inherit;width:100%;display:block;padding:10px 25px;font-size:105%}.nav-pop{position:fixed;width:100vw}.nav-open{animation:showMenu .5s cubic-bezier(.52,.16,.24,1) forwards}.nav_item{text-transform:capitalize}@media screen and (min-width:769px){.nav-menu a{display:inline-block;height:initial;text-align:left}.mobile{display:none}}.post{margin:0 auto;width:100%}.post p,.post h1,.post h2,.post h3,.post h4,.post h5,.post h6,.post blockquote,.post ol,.post ul{max-width:840px!important;margin-left:auto;margin-right:auto}@media screen and (min-width:1025px){.post img:not(.icon){width:100vw;max-width:1024px;margin-left:auto;margin-right:auto}}.post h2,.post h3,.post h4{margin:.5rem auto;text-align:left;padding:5px 0 0}.post p{padding-bottom:.5rem;padding-top:.5rem;font-size:1.05rem}.post ol{padding:1rem 1.25rem}.post ul{padding:0 .7rem;list-style-type:disc}.post_body img{width:100%;max-width:100%}.post_inner a{color:var(--theme);transition:all .3s}.post_inner a:hover{opacity:.8;text-decoration:underline}.post_inner img:not(.icon){max-width:100%;margin-bottom:2rem;box-shadow:0 1.5rem 1rem -1rem #00000040}.post_inner img:not(.icon)~h1,.post_inner img:not(.icon)~h2,.post_inner img:not(.icon)~h3,.post_inner img:not(.icon)~h4{margin-top:0;padding-top:0}.post .icon{margin-top:0;margin-bottom:0}.post_date{color:var(--theme)}.post_title{margin:-1rem 0 1rem}.post_thumbnail{width:100%;margin:0}.post_nav{padding:3rem 1.5rem;display:grid;margin:2.25rem auto 1rem;text-align:center;color:var(--theme);text-transform:uppercase}.post_nav,.post_nav span{position:relative;z-index:3}.post_nav:before{content:"";position:absolute;background:var(--accent);inset:0;z-index:1;border-radius:1rem}.post_next{display:inline-grid;margin:0 auto;width:10rem;grid-template-columns:1fr 1.33rem;align-items:center}.post_next:after{content:"";background-image:url(/images/icons/double-arrow.svg);background-repeat:no-repeat;background-size:.8rem;background-position:center right;height:1rem}.archive_title{margin-bottom:1.5rem}.archive_item{display:grid;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.archive_item:hover .article_title,.post_date{color:var(--theme)}.article_title{margin:.25rem 0}.post--screenplay .post_inner p,.post--screenplay .post_inner h1,.post--screenplay .post_inner h2,.post--screenplay .post_inner h3,.post--screenplay .post_inner h4,.post--screenplay .post_inner h5,.post--screenplay .post_inner h6,.post--screenplay .post_inner blockquote,.post--screenplay .post_inner ol,.post--screenplay .post_inner ul{max-width:none!important}.post--screenplay .screenplay{max-width:8.5in;margin:0 auto;font-family:Courier New,Courier,monospace;font-size:12pt;line-height:1.2;color:inherit}.post--screenplay .screenplay h2,.post--screenplay .screenplay h3,.post--screenplay .screenplay h4,.post--screenplay .screenplay p{margin-left:0;margin-right:0;padding:0;font-size:12pt;font-weight:400}.post--screenplay .screenplay h3{margin-top:1.5em;margin-bottom:.75em;text-align:left;text-transform:uppercase}.post--screenplay .screenplay h2{margin-top:1.5em;margin-bottom:.75em;text-align:right;text-transform:uppercase}.post--screenplay .screenplay>p{margin-top:0;margin-bottom:.75em;text-transform:none}.post--screenplay .screenplay p{margin-top:0;margin-bottom:.75em;text-transform:none}.post--screenplay .screenplay .dialogue h4{margin-top:1em;margin-bottom:0;margin-left:2.2in;text-transform:uppercase}.post--screenplay .screenplay .dialogue>p:not(.parenthetical){margin:0 2in .75em 1.5in;text-transform:none}.post--screenplay .screenplay p.parenthetical{margin:0 2.5in 0 2in;text-transform:none}.post--screenplay .screenplay p.centered{text-align:center}.post--screenplay .screenplay p.lyrics{margin-left:1.5in;margin-right:2in;font-style:italic;text-transform:none}.post--screenplay .screenplay .dual-dialogue{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.post--screenplay .screenplay .dual-dialogue .dialogue h4{margin-left:15%}.post--screenplay .screenplay .dual-dialogue .dialogue>p:not(.parenthetical){margin-left:8%;margin-right:8%}.post--screenplay .screenplay .dual-dialogue .dialogue p.parenthetical{margin-left:10%;margin-right:10%}.post--screenplay .screenplay hr{margin:2em 0;border:none;border-top:1px solid currentColor;opacity:.25}@media screen and (max-width:768px){.post--screenplay .screenplay{max-width:100%;font-size:11pt}.post--screenplay .screenplay .dialogue h4{margin-left:20%}.post--screenplay .screenplay p.parenthetical,.post--screenplay .screenplay .dialogue p.parenthetical{margin-left:15%;margin-right:15%}.post--screenplay .screenplay .dialogue>p:not(.parenthetical),.post--screenplay .screenplay p.lyrics{margin-left:10%;margin-right:10%}.post--screenplay .screenplay .dual-dialogue{grid-template-columns:1fr}}.pale{opacity:.7}.hidden{display:none}.center{text-align:center;margin:5px auto}.left{text-align:left}.link{display:inline-flex;align-items:center;width:2.5rem;margin:0 .25rem;padding:0 .25rem;opacity:0;transition:opacity .3s cubic-bezier(.39,.575,.565,1)}.link svg{width:1.5rem;height:1.5rem;fill:var(--theme)}.link_owner:hover .link{opacity:.9}.wrap{max-width:1024px;padding:0 25px;margin:0 auto}.pt-1{padding-top:1.5rem}.pb-1{padding-bottom:1.5rem}.mt-1{margin-top:1.5rem}.mb-1{margin-bottom:1.5rem}.pt-2{padding-top:3rem}.pb-2{padding-bottom:3rem}.mt-2{margin-top:3rem}.mb-2{margin-bottom:3rem}.grid-2,.grid-3,.grid-4,.grid-auto,.grid-reverse{display:grid;grid-template-columns:1fr}[class*=grid-]{grid-gap:2rem}@media screen and (min-width:42rem){.grid-auto{grid-template-columns:1fr 3fr}.grid-reverse{grid-template-columns:3fr 1fr}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}.upcase{text-transform:uppercase}.attribution{opacity:.33;font-size:.8rem;transition:opacity .25s var(--ease)}.attribution:hover{opacity:1}.mt{margin-top:5rem}.icon{width:1.5rem;height:1.5rem;fill:var(--theme);transform-origin:50% 50%}.icon_scale{transform:scale(.5)}.icon_invert{transform:scale(.5) rotate(180deg)}.tags{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:1rem 0}.tags a{display:inline-block;background:var(--theme);color:var(--light);padding:.25rem .67rem;border-radius:5px;text-decoration:none;font-size:.75rem;font-weight:500;text-transform:uppercase}.tags a:hover{opacity:.8}
