@import"https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";a{text-decoration:none}.Navbar{display:flex;align-items:center;padding:1.5% 4.5%;font-size:1.1em;min-height:10vh;position:relative;z-index:1000}.Navbar-social{display:flex;flex-direction:row;align-items:center}.Navbar-social img{width:35px;margin-left:27px}.Navbar-link{position:relative;float:left;margin-right:.5rem;transition:color .3s ease}.Navbar-link p{font-weight:500;z-index:100;position:relative;float:right;transition:color .3s ease}.Navbar-link:hover p{color:var(--color-pink)}.Navbar-link img,.Navbar-link:hover img{display:none}.Navbar-links{font-weight:600;font-size:1.5rem;flex:1;display:flex;justify-content:flex-start;align-items:center}.Navbar-logo{margin-right:2rem;display:flex;align-items:center}.Navbar-logo1{width:5rem;margin-right:1.2rem}.Navbar-logo2{width:13rem}.Navbar-menu{margin-left:1rem;display:none;position:relative;z-index:1001}.Navbar-menu{color:var(--color-black)}.Navbar-menu_icon{cursor:pointer}.Navbar-menu_container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;z-index:1002;text-align:end;background-color:var(--color-purple);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;right:0;top:5rem;width:20rem;padding:2rem 0;border-radius:15px;box-shadow:0 4px 30px #0000001a;animation:slideDown .3s ease-out}.Navbar-menu_container p{margin:0;width:100%;transition:all .3s ease}.Navbar-menu_container p:hover{background-color:#ffffff1a}.Navbar-menu_link{color:#fff;cursor:pointer;text-decoration:none;margin:0;padding:1rem 3rem;display:block;font-size:1.2rem;font-weight:500;transition:all .3s ease}.Navbar-menu_link:hover{color:var(--color-pink);transform:translate(-5px)}.Navbar-menu_container hr{width:80%;margin:.5rem auto;border:none;height:1px;background-color:#fff3}.Navbar-menu_icon{cursor:pointer;transition:transform .3s ease}.Navbar-menu_icon:hover{transform:scale(1.1)}.Navbar-logo p,.Navbar-social p{color:#fff;margin:0 1.5rem .3rem;cursor:pointer;text-decoration:none}@media screen and (max-width: 1050px){.Navbar-links_container,.Navbar-social{display:none}.Navbar-menu{display:flex}}@media screen and (max-width: 1130px){.Navbar-social img{display:none}}@media screen and (max-width: 700px){.Navbar{padding:2rem 4rem}}@media screen and (max-width: 550px){.Navbar{padding:2rem}}@media screen and (max-width: 385px){.Navbar-menu_container{right:0;top:5rem;width:16rem;padding:1.5rem 0}.Navbar-menu_link{padding:.8rem 2rem;font-size:1rem}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.About{display:flex;flex-direction:column;align-items:center;margin:0 5rem}.About h1{font-size:50px;margin-bottom:4rem}.About-caption p{font-size:16px;max-width:50vw}.About-photoBlock{position:relative;margin:0 clamp(3rem,7vw,7rem) 0 0;padding:.9rem .9rem 2.4rem;background:radial-gradient(circle at 18% 18%,rgba(154,107,80,.08),transparent 24%),radial-gradient(circle at 82% 82%,rgba(159,102,90,.08),transparent 28%),repeating-linear-gradient(7deg,rgba(92,66,54,.022) 0,rgba(92,66,54,.022) 1px,transparent 1px,transparent 7px),linear-gradient(105deg,#fff8e6,#f7e8d7 48%,#fff3df);border:1px solid rgba(112,83,66,.2);border-radius:6px 8px 7px 5px;box-shadow:0 18px 38px #3028463d;transform:rotate(-1.2deg)}.About-photoBlock:before{content:"";position:absolute;top:-.9rem;left:50%;width:5.5rem;height:1.45rem;border-radius:1px 3px 2px 1px;background:repeating-linear-gradient(90deg,rgba(127,97,58,.05) 0,rgba(127,97,58,.05) 1px,transparent 1px,transparent 8px),#f5de9d80;box-shadow:0 1px 4px #492f341a;transform:translate(-50%) rotate(2deg);pointer-events:none;z-index:2}.About-image{display:block;height:24rem;margin:0;border:0;border-radius:4px;box-shadow:0 0 0 1px #6046502e,0 8px 20px #372a3a29}.About-container{display:flex;flex-direction:row;align-items:flex-start}.About-caption{position:relative;color:#49374f;padding:.65rem .35rem 0}.About-desc.project-desc-panel{max-width:30vw;width:100%;box-sizing:border-box}@media screen and (max-width: 1600px){.About-image{height:24rem}}@media screen and (max-width: 1300px){.About-desc.project-desc-panel{max-width:40vw}.About-photoBlock{margin:0 3rem 0 0;padding:.75rem .75rem 2rem}.About-image{height:18rem;margin:0}}@media screen and (max-width: 950px){.About-container{flex-direction:column;align-items:center}.About h1{font-size:40px}.About-desc.project-desc-panel{max-width:60vw}.About-photoBlock{margin:0 0 2.5rem}.About-image{width:18rem;height:auto;margin:0}.About-caption{margin:0 0 0 3rem}}@media screen and (max-width: 600px){.About-desc.project-desc-panel{max-width:70vw}.About-caption p{font-size:13px}.About-image{width:48vw;height:auto;margin:0}.About-caption{margin:0 0 0 1rem}}@media screen and (max-width: 440px){.About-desc.project-desc-panel{max-width:90vw;margin:0;font-size:14px}.About-container,.About{margin:0}.About-caption{margin:0 0 0 1rem}}.Home{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 3rem;min-height:calc(100dvh - 9rem);justify-content:center;padding:1.5rem 0 2rem}.azzy-home{width:clamp(15.75rem,33vh,20rem);height:clamp(15.75rem,33vh,20rem);border-radius:50%;object-fit:cover;border:solid;border-width:5px;border-color:var(--color-pink)}.Home h1{font-weight:600;margin:1.5rem 0 0;font-size:clamp(38px,6vh,46px)}.Home h2{font-weight:400;margin:.75rem 0 1.75rem;font-size:clamp(17px,2.6vh,20px)}.Home h3{font-weight:350;margin:0 0 .5rem;font-size:clamp(17px,2.4vh,20px)}.typewriter-text{display:block;overflow-wrap:normal;word-break:normal;-webkit-hyphens:manual;hyphens:manual}.typewriter-word{display:inline-block;white-space:nowrap}.typewriter-char{display:inline-block;opacity:0;transform:translateY(.25rem);animation:typeIn .18s ease-out forwards}.Home h2.typewriter-text{max-width:min(60rem,90vw)}.Home p{color:#fff;cursor:pointer;position:relative;overflow:hidden;padding:.5rem 1rem;transition:all .3s ease;border:solid;border-width:2px;background:none;font-size:17px;padding:.8rem 1rem}.loading{opacity:0}.loaded{opacity:1;transition:opacity .3s ease-in}.project-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}@media screen and (max-width: 1000px){.Home h1{font-size:clamp(38px,5.6vh,46px)}.Home h2{font-size:clamp(17px,2.4vh,20px);margin:.75rem 2rem 1.5rem}.Home h3{font-size:clamp(17px,2.3vh,20px)}}@media screen and (max-width: 500px){.azzy-home{width:clamp(14rem,37vh,17rem);height:clamp(14rem,37vh,17rem);border-width:4px}.Home h1{font-size:36px}.Home h2{font-size:18px;margin:.65rem 1rem 1.5rem}.Home h3{font-size:20px}}@media screen and (max-width: 400px){.azzy-home{width:clamp(13rem,35vh,15rem);height:clamp(13rem,35vh,15rem);border-width:4px}.Home h1{font-size:32px}.Home h2{font-size:15px;margin:.5rem 1rem 1.25rem}.Home h3,.Home p{font-size:15px}}.slide-in{animation:slideIn 1s ease-out;animation-fill-mode:forwards;opacity:0}@keyframes slideIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes typeIn{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}.Footer{padding:max(3rem) 3%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2rem 3rem;min-height:5vh}.Footer a,.Footer div{color:#ffffffeb}.Footer-contact{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.65rem}.Footer-contact-label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-pink)}.Footer-email-link{font-size:.95rem;text-decoration:none;transition:color .2s ease}.Footer-email-link:hover,.Footer-email-link:focus-visible{color:var(--color-pink)}.Footer-social-icons{display:flex;flex-direction:row;align-items:center;gap:.25rem}.Footer-icons{width:2rem;margin:0 .35rem}@media screen and (max-width: 700px){.Footer{flex-direction:column;align-items:stretch}.Footer-contact{align-items:flex-start;text-align:left}.Footer-social-icons{justify-content:flex-start}}@media screen and (max-width: 470px){.Footer-icons{width:1.5rem}}.Projects{display:flex;flex-direction:column;align-items:center;margin:0 5rem;padding-bottom:clamp(5rem,12vh,9rem);box-sizing:border-box}.Projects h1{font-size:50px;margin-bottom:2.5rem}.Projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr));gap:4rem 3.25rem;width:100%;max-width:88rem;align-items:stretch}.Projects-card{min-width:0;align-self:start;position:relative}.Projects-card:nth-child(odd){transform:rotate(-.7deg)}.Projects-card:nth-child(2n){transform:rotate(.65deg)}.Projects-card:nth-child(3n){transform:rotate(.25deg)}.Projects-card-link{display:flex;flex-direction:column;width:100%;color:inherit;text-decoration:none;border-radius:8px;overflow:visible;border:1px solid rgba(112,83,66,.2);background:radial-gradient(circle at 16% 16%,rgba(154,107,80,.08),transparent 22%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.38),transparent 26%),repeating-linear-gradient(7deg,rgba(92,66,54,.022) 0,rgba(92,66,54,.022) 1px,transparent 1px,transparent 7px),linear-gradient(105deg,#fff8e6,#f7e8d7 48%,#fff3df);box-shadow:0 18px 42px #3028463d,0 1px #ffffff73 inset;color:#4b3b56;position:relative;isolation:isolate;transition:border-color .25s ease,background-color .25s ease,transform .25s ease,box-shadow .25s ease,filter .25s ease}.Projects-card-link:before,.Projects-card-link:after{content:"";position:absolute;z-index:3;pointer-events:none}.Projects-card-link:before{top:-.85rem;left:50%;width:5.2rem;height:1.55rem;border-radius:1px 3px 2px 1px;background:repeating-linear-gradient(90deg,rgba(127,97,58,.05) 0,rgba(127,97,58,.05) 1px,transparent 1px,transparent 8px),#f5de9d80;box-shadow:0 1px 4px #492f341a;transform:translate(-50%) rotate(-2deg)}.Projects-card-link:after{top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,rgba(120,83,66,.075),transparent .6rem),linear-gradient(180deg,rgba(255,255,255,.18),transparent 35%)}.Projects-card:nth-child(2n) .Projects-card-link:before{transform:translate(-50%) rotate(2.5deg)}.Projects-card:nth-child(3n) .Projects-card-link:before{left:25%;transform:translate(-50%) rotate(-4deg)}.Projects-card-link:hover,.Projects-card-link:focus-visible{border-color:#d292a099;transform:translateY(-7px) rotate(1.1deg);box-shadow:0 24px 52px #3028464d,0 2px #fff9 inset;filter:saturate(1.05)}.Projects-card-link:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.Projects-card-media{line-height:0;background:#fff7e7b3;padding:.75rem .75rem 0}.Projects-card-imageStack{position:relative;overflow:hidden;width:100%;aspect-ratio:5 / 3;border-radius:5px;box-shadow:0 0 0 1px #6046502e,0 8px 20px #372a3a29}.Projects-card-img{display:block;width:100%;height:100%;object-fit:cover}.Projects-card-img--primary{position:relative;z-index:0}.Projects-card-img--hover{position:absolute;left:0;top:0;z-index:1;opacity:0;transition:opacity .35s ease}.Projects-card-link:hover .Projects-card-img--hover,.Projects-card-link:focus-visible .Projects-card-img--hover{opacity:1}.Projects-card-body{display:flex;flex-direction:column;gap:.25rem;text-align:left;padding:.85rem 1.2rem 1rem}.Projects-card-title{font-size:1.05rem;font-weight:600;line-height:1.3;margin:0;color:#453653}.Projects-card-hint{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b76c7a}@media screen and (max-width: 950px){.Projects{margin:0 1.25rem;padding-bottom:clamp(4.5rem,14vh,8rem)}.Projects h1{font-size:40px;margin-bottom:1.75rem}.Projects-grid{gap:3rem 1.8rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,18.5rem),1fr))}.Projects-card-title{font-size:1rem}}@media screen and (max-width: 400px){.Projects-grid{grid-template-columns:1fr}}.SmartScan{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 3rem}.SmartScan h1{font-size:50px;line-height:3rem;margin-bottom:0}.SmartScan h3{font-size:20px;line-height:1rem;margin-bottom:2rem;font-weight:500}.SmartScan-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.SmartScan-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.SmartScan-imgs{display:flex;flex-direction:column}.SmartScan-imgs img{margin:3rem 0;width:70rem}@media screen and (max-width: 1250px){.SmartScan-imgs img{width:75vw}}@media screen and (max-width: 1000px){.SmartScan-imgs img{margin:2rem 0}}@media screen and (max-width: 950px){.SmartScan h1{font-size:40px;margin-left:5rem;margin-right:5rem}.SmartScan h2{font-size:20px;margin-left:5rem;margin-right:5rem}.SmartScan h3{font-size:17px;margin-left:5rem;margin-right:5rem}}@media screen and (max-width: 550px){.SmartScan{margin:0}}@media screen and (max-width: 400px){.SmartScan-button{font-size:15px}}.DeepScan{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.DeepScan h1{font-size:50px;line-height:3rem;margin-bottom:0}.DeepScan h3{font-size:20px;font-weight:500;line-height:1rem;margin-bottom:2rem}.DeepScan h2{font-size:30px;font-weight:550;margin-bottom:1rem}.DeepScan-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.DeepScan-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.DeepScan iframe{border:none;margin:0 0 3rem}@media screen and (max-width: 950px){.DeepScan h1{font-size:40px}.DeepScan h2{font-size:20px}.DeepScan h3{font-size:17px}.DeepScan iframe{width:70vw;height:43.75vw}}@media screen and (max-width: 400px){.DeepScan-button{font-size:15px}}.RPE10{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.RPE10 h1{font-size:50px;line-height:3rem;margin-bottom:0}.RPE10 h3{font-size:20px;font-weight:500;line-height:1rem;margin-bottom:2rem}.RPE10 h2{font-size:30px;font-weight:550;margin-bottom:1rem}.RPE10-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.RPE10-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.RPE10 iframe{border:none;margin:0 0 3rem}@media screen and (max-width: 950px){.RPE10 h1{font-size:40px}.RPE10 h2{font-size:20px}.RPE10 h3{font-size:17px}.RPE10 iframe{width:70vw;height:43.75vw}}@media screen and (max-width: 400px){.RPE10-button{font-size:15px}}.CodingAgent{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.CodingAgent h1{font-size:50px;line-height:3rem;margin-bottom:0}.CodingAgent h3{font-size:20px;font-weight:500;line-height:1rem;margin-bottom:2rem}.CodingAgent h2{font-size:30px;font-weight:550;margin-bottom:1rem}.CodingAgent-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.CodingAgent-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.CodingAgent iframe{border:none;margin:0 0 3rem}@media screen and (max-width: 950px){.CodingAgent h1{font-size:40px}.CodingAgent h2{font-size:20px}.CodingAgent h3{font-size:17px}.CodingAgent iframe{width:70vw;height:43.75vw}}@media screen and (max-width: 400px){.CodingAgent-button{font-size:15px}}.AutonomousAirRacing{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.AutonomousAirRacing h1{font-size:50px;line-height:3rem;margin-bottom:0}.AutonomousAirRacing h3{font-size:20px;font-weight:500;line-height:1rem;margin-bottom:2rem}.AutonomousAirRacing h2{font-size:30px;font-weight:550;margin-bottom:1rem}.AutonomousAirRacing-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.AutonomousAirRacing-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.AutonomousAirRacing-imgs{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(1.75rem,4vw,2.75rem);row-gap:2rem;width:100%;max-width:min(70rem,94vw);margin:2.25rem 0;align-items:stretch}.AutonomousAirRacing-imgs img{margin:0;width:100%;aspect-ratio:4 / 3;border-radius:20px;display:block;object-fit:cover}.AutonomousAirRacing iframe{border:none;margin:0 0 3rem}@media screen and (max-width: 1250px){.AutonomousAirRacing-imgs{max-width:92vw}}@media screen and (max-width: 700px){.AutonomousAirRacing-imgs{grid-template-columns:1fr;column-gap:0;row-gap:2rem;max-width:min(75vw,28rem);margin:1.75rem auto}.AutonomousAirRacing-imgs img{aspect-ratio:auto;height:auto}}@media screen and (max-width: 950px){.AutonomousAirRacing h1{font-size:40px}.AutonomousAirRacing h2{font-size:20px}.AutonomousAirRacing h3{font-size:17px}.AutonomousAirRacing iframe{width:70vw;height:43.75vw}}@media screen and (max-width: 550px){.AutonomousAirRacing{margin:0}}@media screen and (max-width: 400px){.AutonomousAirRacing-button{font-size:15px}}.Research{margin:.9rem 5rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.Research-intro{text-align:center;max-width:44rem;width:100%}.Research-intro h1{font-size:50px;line-height:3rem;margin:0 0 .65rem}.Research-role{font-size:19px;font-weight:500;line-height:1.45;margin:0 0 2.5rem;color:#ffffffe0}.Research-button{color:#fff;cursor:pointer;background:none;border:solid;border-width:2px;font-size:17px;padding:.8rem 1rem}.Research-button:hover{border-color:var(--color-pink);color:var(--color-pink);background-color:#ffffff1a;transform:translateY(-2px)}.Research-desc{font-size:20px;max-width:60vw;background-color:var(--color-purple);padding:1.5rem}.Research-desc p{margin:0}.Research iframe{border:none;margin:0 0 3rem}.Research-content{width:100%;max-width:60vw;display:flex;flex-direction:column;align-items:stretch;gap:1.75rem;margin:0 0 3rem}.Research-publication-card{text-align:left;font-size:18px;line-height:1.55;padding:1.75rem 2rem;color:#49374f;background:radial-gradient(circle at 16% 18%,rgba(154,107,80,.08),transparent 22%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.42),transparent 26%),radial-gradient(circle at 78% 84%,rgba(159,102,90,.08),transparent 28%),repeating-linear-gradient(7deg,rgba(92,66,54,.025) 0,rgba(92,66,54,.025) 1px,transparent 1px,transparent 7px),linear-gradient(105deg,#fff8e6,#f7e8d7 48%,#fff3df);border:1px solid rgba(112,83,66,.2);border-radius:5px 8px 6px 7px;box-shadow:0 16px 34px #30284633,0 1px #ffffff73 inset;position:relative}.Research-publication-card:before{content:"";position:absolute;top:-.75rem;left:2rem;width:4.8rem;height:1.35rem;border-radius:1px 3px 2px 1px;background:repeating-linear-gradient(90deg,rgba(127,97,58,.05) 0,rgba(127,97,58,.05) 1px,transparent 1px,transparent 8px),#f5de9d7a;box-shadow:0 1px 4px #492f341a;transform:rotate(-3deg);pointer-events:none}.Research-publication-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,rgba(120,83,66,.08),transparent .65rem),linear-gradient(180deg,rgba(255,255,255,.2),transparent 38%);pointer-events:none}.Research-pub-venue{margin:0 0 .35rem;font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#b76c7a}.Research-publication-card h3.Research-pub-title{font-size:1.2rem;font-weight:600;line-height:1.35;margin:0 0 1rem;text-align:left}.Research-pub-list{margin:0;padding-left:1.2rem}.Research-pub-list li{margin:0 0 .5rem}.Research-pub-list li:last-child{margin-bottom:0}.Research-pub-actions{margin:1.35rem 0 0;padding-top:1.1rem;border-top:1px solid rgba(126,91,101,.18);font-weight:500}.Research-publication-card a{color:#9f5669;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease,opacity .2s ease}.Research-publication-card a:hover{color:#6c3c65}.Research-inprogress{text-align:left;font-size:17px;line-height:1.55;padding:1.5rem 1.75rem;color:#49374f;background:radial-gradient(circle at 18% 20%,rgba(154,107,80,.08),transparent 22%),radial-gradient(circle at 80% 82%,rgba(159,102,90,.07),transparent 28%),repeating-linear-gradient(7deg,rgba(92,66,54,.022) 0,rgba(92,66,54,.022) 1px,transparent 1px,transparent 7px),linear-gradient(105deg,#fff8e6,#f7e8d7 48%,#fff3df);border:1px solid rgba(112,83,66,.18);border-radius:5px 8px 6px 7px;box-shadow:0 14px 30px #30284629;position:relative}.Research-inprogress-label{margin:0 0 .45rem;font-size:.8rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#b76c7a}.Research-inprogress-text{margin:0}@media screen and (max-width: 950px){.Research-intro h1{font-size:40px;line-height:2.5rem}.Research-role{font-size:17px;padding:0 .5rem;margin-bottom:1.75rem}.Research-content{max-width:85vw;gap:1.25rem}.Research-publication-card{font-size:16px;padding:1.35rem 1.25rem}.Research-publication-card h3.Research-pub-title{font-size:1.05rem}.Research-inprogress{font-size:15px;padding:1.25rem}.Research-desc{font-size:17px}.Research iframe{width:70vw;height:43.75vw}}@media screen and (max-width: 550px){.Research-desc{font-size:12px;padding:1rem}}@media screen and (max-width: 400px){.Research-button{font-size:15px}}.App-container{min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;position:relative;overflow-x:hidden;overflow-x:clip;display:flex;flex-direction:column;background-color:#5f5c80;isolation:isolate}.moving-background{position:fixed;top:0;right:0;bottom:0;left:0;--sky-tile-width: 465dvh;background-color:#525277;z-index:0;width:100vw;max-width:100%;height:100vh;height:100dvh;pointer-events:none;overflow:hidden;contain:paint}.moving-background:before{content:"";position:absolute;top:0;left:calc(-1 * var(--sky-tile-width));width:calc(100vw + (var(--sky-tile-width) * 2));height:100%;background-image:linear-gradient(#605e8424,#605e8424),var( --background-image-soft, url(/optimized/story-sky-bg-long-edge-seam-10-soft.webp) );background-blend-mode:soft-light;background-size:var(--sky-tile-width) auto;background-position:left top;background-repeat:repeat-x;animation:moveBackgroundFar 220s linear infinite;opacity:.3;filter:saturate(.58) brightness(.9);will-change:transform;transform:translateZ(0)}.moving-background:after{content:"";position:absolute;top:0;left:calc(-1 * var(--sky-tile-width));width:calc(100vw + (var(--sky-tile-width) * 2));height:100%;background-image:linear-gradient(#5f5c8038,#5f5c8038),var( --background-image, url(/optimized/story-sky-bg-long-edge-seam-10.webp) );background-blend-mode:soft-light;background-size:var(--sky-tile-width) auto;background-position:left top;background-repeat:repeat-x;opacity:.82;animation:moveBackgroundNear 145s linear infinite;filter:saturate(.66) brightness(.94);will-change:transform;pointer-events:none}@keyframes moveBackgroundFar{0%{transform:translateZ(0)}to{transform:translate3d(var(--sky-tile-width),0,0)}}@keyframes moveBackgroundNear{0%{transform:translateZ(0)}to{transform:translate3d(var(--sky-tile-width),0,0)}}.App{position:relative;z-index:1;background:transparent;font-family:var(--font-family);opacity:0;animation:fadeIn .3s ease-in forwards;flex:1;display:flex;flex-direction:column;width:100%;max-width:100%;min-height:0}.App-main{flex:1;width:100%;max-width:100%;min-height:calc(100dvh - 9rem)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html{min-height:100vh;min-height:100dvh;width:100%;max-width:100%;overflow-x:hidden}:root{line-height:1.5;font-weight:400;color:#ffffffde;background-color:var(--color-purple);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-family: "BrownBagLunch";--color-pink: rgb(247, 215, 215);--color-purple: rgb(85, 104, 159)}.special-gothic-expanded-one-regular{font-family:Special Gothic Expanded One,sans-serif;font-weight:400;font-style:normal}*,*:before,*:after{box-sizing:border-box}*{font-family:Inter,sans-serif;font-style:normal}@font-face{font-family:BrownBagLunch;src:url(/BrownBagLunch.woff2) format("woff2"),url(/BrownBagLunch.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}body{min-width:320px;min-height:100vh;min-height:100dvh;width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh;min-height:100dvh;width:100%;max-width:100%;overflow-x:hidden}.project-desc-panel{font-size:18px;line-height:1.55;max-width:60vw;width:100%;box-sizing:border-box;text-align:left;padding:1.75rem 2rem;color:#49374f;background:radial-gradient(circle at 16% 18%,rgba(154,107,80,.08),transparent 22%),radial-gradient(circle at 82% 12%,rgba(255,255,255,.42),transparent 26%),radial-gradient(circle at 78% 84%,rgba(159,102,90,.08),transparent 28%),repeating-linear-gradient(7deg,rgba(92,66,54,.025) 0,rgba(92,66,54,.025) 1px,transparent 1px,transparent 7px),linear-gradient(105deg,#fff8e6,#f7e8d7 48%,#fff3df);border:1px solid rgba(112,83,66,.2);border-radius:5px 8px 6px 7px;box-shadow:0 16px 34px #30284633,0 1px #ffffff73 inset;position:relative}.project-desc-panel:before{content:"";position:absolute;top:-.75rem;left:2rem;width:4.8rem;height:1.35rem;border-radius:1px 3px 2px 1px;background:repeating-linear-gradient(90deg,rgba(127,97,58,.05) 0,rgba(127,97,58,.05) 1px,transparent 1px,transparent 8px),#f5de9d7a;box-shadow:0 1px 4px #492f341a;transform:rotate(-3deg);pointer-events:none}.project-desc-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,rgba(120,83,66,.08),transparent .65rem),linear-gradient(180deg,rgba(255,255,255,.2),transparent 38%);pointer-events:none}.project-desc-panel p{margin:0}.project-desc-panel p+p{margin-top:.75rem}@media screen and (max-width: 950px){.project-desc-panel{font-size:16px;max-width:85vw;padding:1.35rem 1.25rem}}@media screen and (max-width: 550px){.project-desc-panel{font-size:12px;padding:1rem;max-width:90vw}}
