*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}#root{flex-direction:column;display:flex}.navigation-bar{border-bottom:1px solid #333;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 40px;display:flex}.navigation-bar a{color:inherit;text-decoration:none}.homepage-image{object-fit:cover;width:100%;height:auto;display:block}.homepage-about{justify-content:space-between;align-items:center;gap:60px;max-width:1100px;margin:0 auto;padding:80px 40px;display:flex}.homepage-about-text{flex:1}.homepage-about-text h2{margin-bottom:20px;font-size:2.5rem}.homepage-about-text p{font-size:1.1rem;line-height:1.6}.homepage-about-photo{object-fit:cover;border-radius:24px;width:320px;height:400px}.homepage-about-stats{gap:40px;margin-top:40px;display:flex}.homepage-about-stats div{flex-direction:column;display:flex}.homepage-about-stats strong{font-size:1.8rem}.homepage-about-stats span{margin-top:5px}.homepage-projects{max-width:1100px;margin:0 auto;padding:60px 40px 100px}.homepage-projects h2{text-align:center;margin-bottom:40px;font-size:2.5rem}.homepage-project-cards{justify-content:center;gap:40px;display:flex}.homepage-project-card{background:#181818;border-radius:24px;flex-direction:column;width:280px;height:320px;display:flex;overflow:hidden}.homepage-project-card img{object-fit:cover;width:100%;height:200px}.homepage-project-card p{text-align:center;margin:auto;font-size:1.2rem}.page{animation:.5s pageFade}@keyframes pageFade{0%{opacity:0}to{opacity:1}}.terminal-page{background:#e8e8e8;flex:1;justify-content:center;align-items:center;min-height:0;padding:25px;display:flex;overflow:hidden}.terminal-window{color:#eee;background:#111;border-radius:24px;flex-direction:column;width:900px;max-width:100%;height:515px;max-height:100%;font-family:monospace;display:flex;overflow:hidden}.terminal-output{white-space:pre-wrap;flex-direction:column;flex:1;justify-content:flex-end;padding:24px 24px 4px;display:flex;overflow:hidden}.terminal-input{align-items:center;gap:8px;padding:4px 24px 20px;display:flex}.terminal-input input{color:inherit;font:inherit;background:0 0;border:none;outline:none;flex:1}.flying-image{object-fit:contain;pointer-events:none;z-index:5;height:auto;animation-name:fly-across;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;left:100%}@keyframes fly-across{0%{transform:translate(0)}to{transform:translate(calc(-100vw - 400px))}}
