body{background-color:#292929;font-family:Roboto,sans-serif;color:#fff}.footer{padding-bottom:1.5rem;text-align:center;color:#8f8f8f;font-size:1.5rem;grid-area:footer;margin-top:50px}.footer-header{margin-bottom:15px;margin-top:0;font-size:2rem}.footer-links{font-size:1.25rem}.footer-links:link,.footer-links:visited{color:#8f8f8f;background-color:transparent;text-decoration:none}.footer-links:hover{color:#b8b8b8;background-color:transparent}.footer-links:active{color:#8f8f8f;background-color:transparent}@media(max-width:502px){.footer-header{margin-bottom:5px;margin-top:0;font-size:1.15rem}}.navbar{display:flex;justify-content:space-between;align-items:center;grid-area:nav;position:fixed;width:100vw;top:0;padding-top:10px;background-color:#292929;z-index:1000}.nav-button-container{width:420px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.desktop-nav-button{color:#fff;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;font-size:.875rem;line-height:1.75;letter-spacing:.02857em}.desktop-nav-button:hover{color:#b3b3b3}.nav-dropdown{position:relative}.nav-dropdown-trigger{background:none;border:none;cursor:pointer;padding:0}.nav-dropdown-trigger:hover{color:#b3b3b3}.nav-dropdown-chevron{font-size:.7rem;margin-left:4px;vertical-align:middle}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:#292929;border:1px solid #5ce1e6;border-radius:4px;padding:8px 0;min-width:220px;display:flex;flex-direction:column;z-index:10;margin-top:6px}.nav-dropdown-item{padding:8px 16px;color:#fff;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;font-size:.875rem;letter-spacing:.02857em;display:block}a.nav-dropdown-item:hover{background:#3a3a3a;color:#5ce1e6}.nav-dropdown-item-disabled{color:#777;cursor:default}.nav-dropdown-item-coming{color:#555;font-size:.75rem}.app-bar-menu-item-disabled{opacity:.4;cursor:default}.app-bar-menu-item-disabled:hover{color:#fff}.app-bar{padding-right:25px;cursor:pointer}.app-bar:hover{color:#b3b3b3}.app-bar-menu{padding:56px 0 20px;position:fixed;background:#292929;box-shadow:-5px 0 10px 5px #12e3ee;border:#5ce1e6;border-width:2px;z-index:1000;top:0;right:0;width:80vw;max-width:400px;height:100vh;display:flex;flex-direction:column;transition:.5s}.blur-bg{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#141414;opacity:.85;overflow:hidden;z-index:999}.app-bar-menu-item{margin:0;padding:14px 28px;color:#fff;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.4;letter-spacing:.05em;text-transform:uppercase}.app-bar-menu-item:hover{color:#b3b3b3}.app-bar-menu-parent{font-weight:600}.app-bar-menu-child{font-weight:400;padding-left:56px}.app-bar-menu-group-start{margin-top:20px}.close-sidebar-icon{color:#fff;cursor:pointer;position:absolute;top:12px;right:16px}.about-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;padding-top:64px;box-sizing:border-box}.about-main{width:100%;max-width:760px;margin:0 auto;padding:40px 24px 80px;box-sizing:border-box;flex:1 0 auto}.about-intro{text-align:center;margin-bottom:56px}.about-title{font-size:3rem;font-weight:500;margin:0 0 16px;color:#ffbd59}.about-lede{font-size:1.15rem;font-weight:300;line-height:1.6;color:#d9d9d9;max-width:600px;margin:0 auto}.about-chapter{margin-bottom:56px}.about-chapter-header{font-size:1.75rem;font-weight:500;margin:0 0 16px;color:#5ce1e6}.about-chapter-body p,.about-chapter-intro{font-size:1.1rem;font-weight:300;line-height:1.7;margin:0 0 16px}.about-chapter-intro{color:#d9d9d9;margin-bottom:28px}.about-photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:8px}.about-photo{margin:0;display:flex;flex-direction:column;gap:8px}.about-photo-img,.about-photo-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:8px;border:2px solid #ffffff;box-sizing:border-box;display:block;object-fit:cover}.about-photo-placeholder{background:repeating-linear-gradient(45deg,#2c2c2c,#2c2c2c 12px,#333 12px,#333 24px);border-color:#555;border-style:dashed;color:#888;font-size:.95rem;font-weight:500;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px}.about-photo-placeholder-label{display:inline-block}.about-photo-caption{font-size:.95rem;font-weight:300;line-height:1.5;color:#b8b8b8}.about-list{font-size:1.1rem;font-weight:300;line-height:1.7;padding-left:20px;margin:0 0 24px}.about-list li{margin-bottom:6px;max-width:none}.about-outro{font-size:1.05rem;font-weight:300;line-height:1.7;color:#d9d9d9;margin:0}.about-link{color:#5ce1e6;text-decoration:none;border-bottom:1px solid rgba(92,225,230,.4)}.about-link:hover{border-bottom-color:#5ce1e6}@media(max-width:900px){.about-photo-grid{gap:20px}.about-title{font-size:2.5rem}.about-chapter-header{font-size:1.5rem}}@media(max-width:560px){.about-main{padding:28px 20px 60px}.about-intro{margin-bottom:40px}.about-title{font-size:2rem}.about-lede{font-size:1.05rem}.about-chapter{margin-bottom:44px}.about-chapter-header{font-size:1.35rem}.about-chapter-body p,.about-chapter-intro{font-size:1rem}.about-photo-grid{grid-template-columns:1fr;gap:18px}}.sidebar-container{background-color:#5ce1e6;position:fixed;padding-top:20px;background:#292929;box-shadow:2px 0 10px 5px #12e3ee;max-height:calc(100vh - 120px);width:250px;top:70px;left:20px;padding-bottom:20px;display:flex;flex-direction:column;transition:.5s;padding-left:30px;text-align:left;grid-area:sidebar;overflow:auto;z-index:5}a{text-decoration:none}.sidebar-version-header{color:#fff;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.75;letter-spacing:.02857em}.sidebar-version-header:hover{color:#b3b3b3}.sidebar-section{margin-left:10px;color:#fff;text-decoration:none;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:300;font-size:.875rem;line-height:1.75;letter-spacing:.02857em}.sidebar-section:hover{color:#b3b3b3}.sidebar-button{background-color:#5ce1e6;color:#000;position:fixed;bottom:5%;left:5%;height:75px;width:75px;border-radius:100%;box-shadow:0 0 0 2px #fff;cursor:pointer;font-size:30px;display:flex;align-items:center;justify-content:center}.sidebar-button:hover{background-color:#6fe0e4}.close-sidebar-icon{color:#fff;cursor:pointer;position:absolute;top:0;right:0;padding-right:10px;padding-top:10px;display:flex;align-items:center;justify-content:center}.close-sidebar-icon:hover{color:#b3b3b3}.toc-icon{font-size:70px}.portfolio-container{display:grid;grid-template-areas:"nav nav" "sidebar portfolio-content-wrapper" "footer footer";grid-template-rows:64px 1fr 214px;grid-template-columns:350px calc(100vw - 350px);grid-row-gap:1rem;grid-column-gap:0px;height:100vh;width:100vw;flex-wrap:wrap}@media(max-width:1000px){.portfolio-container{display:grid;grid-template-areas:"nav" "portfolio-content-wrapper" "footer";grid-template-rows:64px 1fr 214px;grid-template-columns:100vw;grid-row-gap:1rem;grid-column-gap:1rem}}li{max-width:85%}.portfolio-content-wrapper{grid-area:portfolio-content-wrapper;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;line-height:1.6;width:90%;padding-right:10%}@media(max-width:1000px){.portfolio-content-wrapper{grid-area:portfolio-content-wrapper;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;line-height:1.6;padding-left:5%;padding-right:5%;width:90%}}@media(max-width:600px){.portfolio-content-wrapper{grid-area:portfolio-content-wrapper;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-left:2.5%;padding-right:2.5%;line-height:1.6;width:95%}}.portfolio-header-container{text-align:center;display:flex;align-items:center;justify-content:left;flex-direction:row;margin-bottom:10px}@media(max-width:725px){.portfolio-header-container{flex-direction:column}}.portfolio-header{font-weight:400;font-size:4rem;margin-top:5px;margin-bottom:5px;align-items:center}.cwf-logo-portfolio{width:125px}@media(max-width:600px){.cwf-logo-portfolio{width:150px}}.portfolio-content{font-size:1.25rem;font-weight:300;width:100%}@media(max-width:680px){.portfolio-header-container{flex-direction:column}.portfolio-header{font-weight:500;font-size:2.5rem;margin-top:5px;margin-bottom:5px;align-items:center}}.version-wrapper{width:100%}h1,h2,h3,h4,h5,h6{margin-bottom:10px}.version-header-container{display:flex;flex-direction:row}.version-header{font-size:3rem;font-weight:500;margin-bottom:0;margin-right:10px}.version-header-title{font-size:3rem;font-weight:500;margin-bottom:0}.version-divider{border-top:1px;margin-right:10%}.section-header{font-size:2rem;font-weight:400}.section-header-2{font-size:1.5rem;font-weight:500}.section-header-3{font-size:1.35rem;font-weight:400}.mockup-pic{width:100%}.yt-vid{aspect-ratio:16 / 9;width:100%}@media(max-width:650px){.yt-vid{width:90%;max-width:800px}}.code-snippet{max-width:100%}@media(max-width:700px){.code-snippet{max-width:90%}}.projects-section{width:100%;max-width:1000px;margin:60px auto 40px;padding:0 5%;box-sizing:border-box}.projects-section-header{font-size:2.5rem;font-weight:500;text-align:center;margin:0 0 30px}.projects-section-list{display:flex;flex-direction:column;gap:24px}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card{background:#292929;border:2px solid #ffffff;border-radius:8px;padding:24px 28px;display:flex;flex-direction:column;gap:12px;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.project-card-live{cursor:pointer}.project-card-link:hover .project-card-live{background:#3a3a3a;transform:translateY(-2px);border-color:#5ce1e6}.project-card-coming-soon{opacity:.65;cursor:default;border-color:#555}.project-card-header{display:flex;flex-direction:row;align-items:center;gap:16px}.project-card-logo{width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-card-logo svg{width:100%;height:100%}.project-card-title{font-size:1.75rem;font-weight:500;margin:0;color:#fff}.project-card-coming-label{font-size:1rem;font-weight:400;color:#aaa;margin-left:4px}.project-card-oneliner{font-size:1.1rem;font-weight:400;margin:0;color:#fff}.project-card-summary{font-size:1rem;font-weight:300;margin:0;color:#d0d0d0;line-height:1.5}.project-card-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.project-card-chip{font-size:.85rem;font-weight:500;color:#5ce1e6;border:1px solid #5ce1e6;border-radius:4px;padding:2px 10px;background:#5ce1e614}.project-card-cta{font-size:1rem;font-weight:600;color:#ffbd59;margin-top:4px}@media(max-width:600px){.projects-section{padding:0 4%;margin:40px auto 30px}.projects-section-header{font-size:2rem}.project-card{padding:18px 20px}.project-card-header{flex-direction:row;gap:12px}.project-card-logo{width:44px;height:44px}.project-card-title{font-size:1.4rem}.project-card-coming-label{font-size:.85rem}.project-card-oneliner{font-size:1rem}}.about-card{flex-direction:row;align-items:center;gap:40px;padding:36px}.about-card-text{display:flex;flex-direction:column;gap:14px;flex:1 1 0;min-width:0}.about-card-photo{width:274px;height:274px;border-radius:21px;object-fit:cover;border:2px solid #ffffff;flex-shrink:0;transition:border-color .15s ease}.project-card-link:hover .about-card .about-card-photo,.home-hero-link:hover .about-card .about-card-photo{border-color:#5ce1e6}@media(max-width:720px){.about-card{flex-direction:column;gap:0;padding:24px 28px}.about-card-photo{display:none}.about-card-text{width:100%}}.about-card-greeting{font-size:1rem;color:#aaa;margin:0}.about-card-name{font-size:2.5rem;color:#ffbd59;font-weight:525;margin:0}.about-card-role{font-size:1.4rem;color:#fff;margin:0;font-weight:500}.about-card-role-accent{color:#5ce1e6;font-weight:600}.about-card-tail{font-size:1rem;color:#aaa;margin:0}@media(max-width:600px){.about-card-name{font-size:2rem}.about-card-role{font-size:1.2rem}}.home-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;padding-top:64px;box-sizing:border-box}.home-container .projects-section{margin-top:20px}.home-hero-link{display:flex;flex-direction:column;gap:18px;text-decoration:none;color:inherit}.home-hero-photo-standalone{display:none;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:20px;border:2px solid #ffffff;box-sizing:border-box;transition:border-color .15s ease}.home-hero-link:hover .home-hero-photo-standalone,.home-hero-link:focus-visible .home-hero-photo-standalone{border-color:#5ce1e6}@media(max-width:720px){.home-hero-photo-standalone{display:block}.home-hero-link{gap:16px}}@media(max-width:502px){.home-container .projects-section{margin-top:0}}@media(max-width:720px)and (max-height:720px){.home-hero-photo-standalone{max-width:240px;align-self:center}}
