:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#1a1a1a;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#1a1a1a;color:#fff}#root{text-align:center;scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;width:100vw;overflow-x:hidden}.SplitText{white-space:pre-wrap}section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-width:100vw;gap:2rem;scroll-snap-align:start;scroll-snap-stop:always}.main-title{font-size:4rem;padding-left:20vw;color:#fff}#section-title{font-size:3vw;color:#fff;margin-left:15%;margin-right:auto;padding:0 2rem}#about-container{display:flex;flex-direction:row;min-width:50vw;margin-left:auto;margin-right:auto;padding:0 1rem;align-items:center}#profile-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;justify-content:center;flex:0 0 auto;margin-right:15%}#profile-img{width:14vw;height:14vw;border-radius:50%;object-fit:cover;box-shadow:0 6px 24px #00000080;border:2px solid rgba(255,255,255,.04)}#profile-name{font-size:2.3rem;font-weight:600;color:#fff}#connect{display:flex;flex-direction:row;justify-content:center;gap:2rem}#connect a{display:inline-block;color:#fff;font-size:1.15rem;letter-spacing:.02em;text-decoration:none}#about-description{min-width:50vw;font-size:1.5rem;line-height:1.5;color:#cbd8e6;text-align:left;flex:1 1 auto}#experience{min-width:50vw;font-size:1.5rem;line-height:1.5;color:#cbd8e6;padding:0 2rem;flex:1 1 auto}.project-container{display:flex;flex-direction:row;gap:3rem;max-width:1400px;margin:0 auto;padding:2rem;overflow-x:auto;scroll-snap-type:x mandatory}.project-item{flex:0 0 auto;width:350px;background:#1e1e1e99;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;scroll-snap-align:center;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column}.project-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0009;border-color:#fff3}.project-img{width:100%;height:220px;object-fit:cover;background:#000}.project-desc{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.project-desc h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.project-desc p{font-size:1rem;line-height:1.6;color:#b0b0b0;margin:0}.project-links{display:flex;gap:1rem;padding:0 1.5rem 1.5rem}.project-links a{flex:1;text-align:center;padding:.75rem 1.5rem;background:#ffffff0d;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.project-links a:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}@media(max-width:1021px){#section-title{font-size:2rem;margin-left:auto;padding:0 1rem}#about-container{flex-direction:column;text-align:center}#profile-container{width:120px;margin-top:2rem}#profile-img{width:100px;height:100px}#profile-name{font-size:1.3rem}#about-description{font-size:1rem}.project-container{flex-direction:column;align-items:center}.project-item{width:90%;max-width:400px}}
