@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap";.header{font-weight:300}.header .container{display:flex;justify-content:space-between;align-items:center;padding:var(--padding-size-x) var(--padding-size-x);border-bottom:1px solid currentColor}.header .name{font-size:2rem;font-weight:700;padding:0}.header .tabs{font-size:1.5rem;display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap;height:fit-content;margin:0 0 0 auto}@media screen and (max-width: 600px){.header .tabs{font-size:1.2rem;padding:0;margin-right:0}}.header a{margin-right:.5rem;padding:0 .5rem;text-decoration:none;text-transform:uppercase}@media screen and (max-width: 600px){.header a{padding:.5rem;margin-right:0}}.header a.active-link{background-color:#0000001a}.header h4{margin-right:.5rem}.header .splitter{width:1rem;height:1rem}@media screen and (max-width: 600px){.header .pipe{display:none}}@media print{.header{display:none}}@media screen and (max-width: 600px){.header .container{flex-direction:column;gap:.5rem;align-items:flex-start}.header .tabs{margin-left:0}}.about section.primary{max-width:500px;margin-bottom:3rem}.about .stack{font-weight:900;font-size:14px;margin:.5rem 0}.about .project h3{font-weight:700;font-size:14px;margin:1rem 0}.about .project p,.about .project ul{margin:.5rem 0}.web-works img{max-width:100%}.art-works h2{margin-bottom:1rem}.art-works img{display:block;max-width:100%}.three-column img{border-bottom:1rem solid white;cursor:pointer}.image-viewer{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;backdrop-filter:blur(10px);transition:opacity .2s,visibility .2s}.image-viewer.show{visibility:visible;opacity:1}.image-viewer.hide{visibility:hidden;opacity:0;user-select:none;pointer-events:none}.image-viewer img{max-width:calc(100% - 4rem);max-height:calc(100% - 4rem);object-fit:contain;object-position:center}.inner-nav{display:flex}.inner-nav a{margin-right:1rem}@media screen and (max-width: 600px){.inner-nav{justify-content:space-between}.inner-nav a{margin-right:0}}.iframe-list{display:flex;--gap: 30px;margin-right:calc(var(--gap) * -1);margin-bottom:calc(var(--gap) * -1)}.home-iframe{position:relative;width:400px;height:400px;margin-right:var(--gap);margin-bottom:var(--gap);box-shadow:0 5px 10px #0000001a}.home-iframe img:hover{z-index:0}.home-iframe img{width:100%;height:100%}.home-iframe iframe{z-index:1;position:absolute;width:100%;height:100%;left:0;top:0;border:none}.mask{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;background:rgba(255,255,255,.4);opacity:0;transition:opacity .3s;pointer-events:none;user-select:none}.mask-loading{opacity:1}body{--padding-size-x: 24px;--padding-size-y: 24px}@media screen and (max-width: 600px){body{--padding-size-x: 1rem;--padding-size-y: 1rem}}html,body{position:relative;margin:0;padding:0;width:100%;height:100%;font-family:roboto,Arial,Helvetica,sans-serif;font-size:14px;color:#151515}@media print{html,body{color:#000}}a{color:currentColor}*{scrollbar-width:thin}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-thumb{background-color:#0000000d}h1,h2,h3,h4,h5{margin:0;padding:0;letter-spacing:-.04em;font-weight:400}h1{font-size:3rem;line-height:1em;margin-bottom:1rem;font-weight:100}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.2rem;font-weight:300}span,p,li{line-height:1.5}ul{padding-inline-start:1.5rem}section{break-inside:avoid;margin-bottom:2rem}p{line-height:1.5em}#root{position:relative;width:100%;height:100%}.app{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}@media print{.app{height:fit-content;overflow:auto}}@media screen and (max-width: 600px){.app{height:fit-content}}.container{max-width:1296px;margin:0 auto;box-sizing:border-box}.app-body{height:1px;flex-grow:1}@media print{.app-body{height:fit-content}}@media screen and (max-width: 600px){.app-body{height:fit-content}}.app-body .container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;height:100%;overflow:auto}@media print{.app-body .container{height:fit-content}}.menu-list{position:relative;flex-basis:200px;height:100%;flex-shrink:0;flex-grow:0;z-index:20;display:flex;flex-direction:column}.menu-list a{text-decoration:none}.menu-list .list-wrapper{height:10px;flex-grow:1;display:flex;flex-direction:column;overflow-x:visible;overflow-y:auto}.menu-list a{padding:var(--padding-size-x) var(--padding-size-x) 0}.menu-list a.active{font-weight:700}.menu-list .switch{display:none;font-size:40px;width:1em;height:1em;z-index:1;flex-direction:column;justify-content:space-evenly;align-items:center;margin:10px;padding:3px;overflow:hidden;position:absolute;right:100%;background-color:transparent;transition:background-color .3s ease-in-out;box-shadow:0 0 0 1px #0000001a;box-sizing:border-box}.menu-list .switch:after,.menu-list .switch:before{content:"";display:block;width:60%;height:2px;background-color:#0009;transition:transform .3s ease-in-out}@media (max-width: 600px){.menu-list{position:fixed;right:0;top:0;transform:translate(100%);background-color:#fff}.menu-list .switch{display:flex}.menu-list .list-wrapper{width:200px;background-color:#fff}.menu-list--active{transform:translate(0);box-shadow:0 0 10px #0000001a}.menu-list--active .switch{background-color:#fff}.menu-list--active .switch:after,.menu-list--active .switch:before{transform:translate(100%)}}.content{flex-grow:1;padding:var(--padding-size-x) var(--padding-size-x);width:1px;max-width:100%;height:100%;box-sizing:border-box;overflow:auto}.canvas-wrapper{width:800px;max-width:100%;user-select:none}.canvas-wrapper>div{position:relative;width:100%;padding-top:100%}.canvas-wrapper canvas{position:absolute;left:0;top:0;max-width:100%;max-height:100%}@media print{.no-print{display:none}}.only-print{display:none}@media print{.only-print{display:block}}.two-column{column-count:2;column-gap:2rem;vertical-align:top}@media screen and (max-width: 768px){.two-column{column-count:1}}@media print{.two-column{column-count:1}}.three-column{column-count:3;column-gap:1rem}@media screen and (max-width: 768px){.three-column{column-count:2}}.print-remarks{display:none;margin:.5rem 0;font-size:12px}@media print{.print-remarks{display:block}}
