.hero-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 8rem);gap:4rem;overflow:hidden;background-image:url(/background2.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;position:relative}.hero-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.6);z-index:1}.hero-container>*{position:relative;z-index:2}@media(max-width:768px){.hero-container{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:2rem 1rem 1rem;min-height:auto;height:auto;overflow:visible;background-attachment:scroll}.hero-container:before{background:hsla(0,0%,100%,.3)}}.content-section{text-align:left;max-width:400px}@media(max-width:768px){.content-section{max-width:100%;text-align:left}}.header{font-family:Raleway,sans-serif;font-size:2rem;margin-bottom:1rem;font-weight:600}.header h1{margin:0;color:#000}@media(max-width:768px){.header{font-size:1.3rem}}.header-subtitle{font-family:Brush Script MT,cursive,serif;font-size:1.5rem;color:#6cabdf;margin-bottom:2rem;text-align:left}@media(max-width:768px){.header-subtitle{font-size:1.2rem}}.bio p{font-family:Raleway,sans-serif;font-size:1.1rem;line-height:1.6;color:#000;margin:0 0 1rem;font-weight:300}.bio p:last-child{margin-bottom:0}.picture-section{width:300px;height:400px;background-color:#f0f0f0;border:2px dashed #ccc;border-radius:0;display:flex;align-items:center;justify-content:center;color:#999;font-style:italic;overflow:hidden;transform:rotate(3deg)}.picture-section img{width:100%;height:100%;object-fit:cover;border-radius:0}@media(max-width:768px){.picture-section{width:260px;height:320px;border-radius:0;order:-1;transform:rotate(3deg);align-self:center}.picture-section img{width:100%;height:100%;border-radius:0}}.social-links{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-start}@media(max-width:768px){.social-links{justify-content:center}}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6cabdf;text-decoration:none;transition:all .3s ease}.social-link:hover{color:#6cabdf;transition:transform .3s ease}.social-link:hover:hover{transform:translateY(-2px)}.social-icon{width:20px;height:20px}.projects-posts-container{display:flex;gap:1rem;max-width:800px;margin:0 auto;padding:4rem 0 4rem 2rem}@media(max-width:768px){.projects-posts-container{flex-direction:column;gap:2rem;padding:2rem 1rem}}.posts-section,.projects-section{background-color:#fff;flex:0 1 350px}.posts-section h2,.projects-section h2{text-align:left;font-family:Raleway,sans-serif;font-size:1rem;margin-bottom:2rem;color:#6cabdf}@media(max-width:768px){.posts-section h2,.projects-section h2{font-size:1rem;text-align:center}.posts-section,.projects-section{padding:0}}.posts-list,.projects-list{display:flex;flex-direction:column;gap:.75rem}.post-item,.project-item{position:relative;padding-left:1.5rem}.post-item:before,.project-item:before{content:"→";position:absolute;left:0;color:#6cabdf;font-weight:700}.project-item{text-align:left;display:flex;align-items:center}.project-item:before{top:50%;transform:translateY(-50%);line-height:1}@media(max-width:768px){.project-item{text-align:center}}.project-link{display:inline-block;padding:.75rem 0;color:#6cabdf;text-decoration:none;font-family:Raleway,sans-serif;font-size:.8rem;transition:color .3s ease;line-height:1}.project-link:hover{color:rgb(45.4972067039,135.0698324022,209.0027932961)}.post-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0 .75rem 1.5rem}@media(max-width:768px){.post-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.post-link{color:#333;text-decoration:none;font-family:Raleway,sans-serif;font-size:.8rem;transition:color .3s ease}.post-link:hover{color:#6cabdf}.post-date{color:#666;font-family:Raleway,sans-serif;font-size:.85rem}.footer{text-align:center;padding:2rem 0;margin-top:auto;color:#666;font-size:.8rem}.footer .footer-text{margin:0}.footer .footer-text .heart{color:#ff6b6b;display:inline-block;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.error-content{max-width:600px}.error-content h1{font-size:4rem;margin:0;color:#333;font-weight:700}.quote{font-size:1.5rem;margin:2rem 0;color:#666;font-style:italic;line-height:1.6}.home-link{display:inline-flex;align-items:center;color:#6cabdf;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease}.home-link:before{content:"←";margin-right:.5rem;font-size:1.2rem}.home-link:hover{color:#5a9bc8}body,html{margin:0;padding:0;height:100%}body{margin:0;font-family:Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif}#__next{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;display:flex;flex-direction:column}