.app{min-height:100vh;display:flex;flex-direction:column;background-color:#000}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:relative;z-index:10}.header-left .site-title{font-size:1.2rem;font-weight:500;color:#fff;text-decoration:none;transition:opacity .2s ease}.header-left .site-title:hover{opacity:.7}.header-right{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:1rem;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:relative;z-index:10;margin-top:auto}.footer-left,.footer-right{color:#fff;font-size:1rem;opacity:.7}.home{flex:1;display:flex;justify-content:center;align-items:center;padding:4rem;position:relative;z-index:10}.home-container{max-width:800px;width:100%;margin-top:-8rem}.about-section{margin-bottom:0}.about-text{color:#fffc;font-size:1.1rem;line-height:1.7;margin:0 0 1rem;font-weight:300}.about-text a{color:#ffffffe6;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);transition:all .2s ease}.about-text a:hover{color:#fff;border-bottom-color:#ffffffb3}.about-email{margin:0;color:#ffffffb3;font-size:1rem}.about-email a{color:#fffc;font-size:1rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);transition:all .2s ease}.about-email a:hover{color:#ffffffe6;border-bottom-color:#ffffff80}.contact-page{flex:1;display:flex;justify-content:center;align-items:center;padding:4rem;position:relative;z-index:10}.contact-content{max-width:600px;text-align:center}.contact-content h1{color:#fff;font-size:2.5rem;font-weight:400;margin-bottom:2rem}.contact-text{color:#fffc;font-size:1.2rem;line-height:1.6}.email-link{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);transition:opacity .2s ease}.email-link:hover{opacity:.7}@media(max-width:768px){.header{padding:1.5rem}.header-left .site-title{font-size:1.1rem}.header-right{gap:1.2rem}.nav-link{font-size:.9rem}.footer{padding:1.5rem}.footer-left,.footer-right{font-size:.9rem}.home{padding:2rem 1.5rem}.about-section{margin-bottom:0}.about-text{font-size:1rem;line-height:1.6}.about-email,.about-email a{font-size:.95rem}.contact-page{padding:2rem 1.5rem}.contact-content h1{font-size:2rem;margin-bottom:1.5rem}.contact-text{font-size:1rem}}@media(max-width:480px){.header{padding:1.25rem}.header-left .site-title{font-size:1rem}.header-right{gap:1rem}.nav-link{font-size:.85rem}.footer{padding:1.25rem}.footer-left,.footer-right{font-size:.85rem}.home{padding:1.5rem 1.25rem}.about-section{margin-bottom:0}.about-text{font-size:.95rem;line-height:1.6}.about-email,.about-email a{font-size:.9rem}.contact-page{padding:1.5rem 1.25rem}.contact-content h1{font-size:1.75rem;margin-bottom:1.25rem}.contact-text{font-size:.95rem}.email-link{word-break:break-all}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Signifier,Georgia,Times New Roman,Times,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}
