*{box-sizing:border-box;margin:0;padding:0}.app{color:#1a1a1a;display:flex;flex-direction:column;min-height:100vh}.app,.header{background-color:#fff}.header{padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.header-title h1{background-color:#1a1a1a;border-radius:4px;color:#fff;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.nav{align-items:center;display:flex;gap:2.5rem}.nav-link{background:none;border:none;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:400;padding:.5rem 0;transition:color .2s}.nav-link:last-child{background-color:#4169e1;border-radius:6px;color:#fff;padding:.6rem 1.5rem;transition:background-color .2s}.nav-link:last-child:hover{background-color:#3151b5}.nav-link:not(:last-child):hover{color:#000}main{flex:1 1}.home-section{background-color:#fff;min-height:600px;padding:4rem 3rem}.home-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.home-text h2{color:#1a1a1a;font-size:4rem;font-weight:300;line-height:1.2;margin-bottom:2rem}.intro-text{color:#1a1a1a;font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem;max-width:500px}.view-work-btn{background:none;border:none;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:400;padding:0;transition:transform .2s}.view-work-btn:hover{transform:translateX(5px)}.home-image{align-items:center;display:flex;justify-content:center}.home-profile-image{border-radius:12px;box-shadow:0 8px 24px #00000014;max-width:360px;object-fit:cover;width:100%}.projects-section{background-color:#fafafa;padding:6rem 3rem}.projects-content{margin:0 auto;max-width:1400px}.projects-content h2{color:#1a1a1a;font-size:2.5rem;font-weight:600;margin-bottom:3rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2.5rem;transition:box-shadow .3s,transform .3s}.project-image{border-radius:6px;box-shadow:0 4px 12px #0000001a;height:auto;margin-bottom:1.5rem;max-height:300px;object-fit:contain;width:100%}.project-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.project-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-card p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-buttons{display:flex;flex-wrap:wrap;gap:1rem}.project-link{background-color:#1a1a1a;border-radius:6px;color:#fff;display:inline-block;font-size:.95rem;min-width:120px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:background-color .2s}.project-link:hover{background-color:#000}.github-link{background-color:#fff;border:2px solid #1a1a1a;border-radius:6px;color:#1a1a1a;display:inline-block;font-size:.95rem;min-width:120px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .2s}.footer,.github-link:hover{background-color:#1a1a1a;color:#fff}.footer{padding:4rem 3rem}.footer-content{margin:0 auto;max-width:1400px;text-align:center}.footer-content>p:first-child{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.contact-links{display:flex;gap:3rem;justify-content:center;margin-bottom:2.5rem}.contact-links a{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s}.contact-links a:hover{color:#ccc}.copyright{color:#888;font-size:.875rem}@media (max-width:1024px){.home-content{gap:3rem;grid-template-columns:1fr}.home-text h2{font-size:3rem}.projects-grid{grid-template-columns:1fr}}@media (max-width:768px){.header{padding:1rem 1.5rem}.header-content{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.nav-link{font-size:.9rem}.home-section{padding:3rem 1.5rem}.home-text h2{font-size:2.5rem}.intro-text{font-size:1rem}.projects-section{padding:4rem 1.5rem}.projects-content h2{font-size:2rem}.project-card{padding:2rem}.project-image{max-height:200px}.project-buttons{flex-direction:column;gap:.75rem}.github-link,.project-link{min-width:auto;width:100%}.contact-links{flex-direction:column;gap:1.5rem}.footer{padding:3rem 1.5rem}}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}
/*# sourceMappingURL=main.b2a04996.css.map*/