@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{margin:0 auto;max-width:1200px;padding:2rem}.hero-section{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin-bottom:4rem;padding:4rem 0;text-align:center}.hero-content{align-items:center;display:flex;gap:3rem;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem}.hero-text{flex:1 1;text-align:left}.profile-image{border:4px solid #fffc;border-radius:50%;box-shadow:0 10px 30px #0003;height:200px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:200px}.profile-image:hover{box-shadow:0 15px 40px #0000004d;transform:scale(1.05)}.hero-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.hero-section .subtitle{color:#718096;font-size:1.25rem;font-weight:400;margin-bottom:2rem}.hero-section .tagline{color:#4a5568;font-size:1.1rem;line-height:1.8;max-width:600px}.section{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.section:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.section h2{color:#2d3748;font-size:2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;position:relative}.section h2:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1.5rem}.project-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.project-card:hover{border-color:#667eea;box-shadow:0 10px 25px #0000001a;transform:translateY(-3px)}.project-card h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.project-card p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.project-card .project-meta{color:#718096;font-size:.875rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}.project-card ul.project-bullets{color:#4a5568;line-height:1.55;margin:0 0 1rem 1.1rem;padding:0}.project-card ul.project-bullets li{margin-bottom:.5rem}.project-card ul.project-bullets li:last-child{margin-bottom:0}.project-card .project-card-note{color:#667eea;font-size:.875rem;font-weight:500}.project-card .project-card-note,.project-card .project-external-link{display:inline-block;margin-top:.25rem}.project-video-wrap{background:#1a202c;border:1px solid #e2e8f0;border-radius:10px;margin-top:1rem;overflow:hidden}.project-video{display:block;max-height:260px;object-fit:contain;vertical-align:middle;width:100%}.project-video-caption{background:#2d3748;color:#cbd5e0;font-size:.8125rem;line-height:1.4;margin:0;padding:.5rem .75rem}.project-card .tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.contact-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1.5rem}.contact-item{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:8px;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateX(5px)}.contact-item a{color:inherit;font-weight:500;text-decoration:none}.contact-item:hover a{color:#fff}.resume-section{text-align:center}.resume-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.resume-button:hover{box-shadow:0 8px 25px #667eea99;color:#fff;transform:translateY(-2px)}a{color:#667eea;font-weight:500;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.App{padding:1rem}.hero-content{flex-direction:column;gap:2rem}.hero-content,.hero-text{text-align:center}.profile-image{height:150px;width:150px}.hero-section h1{font-size:2.5rem}.section{padding:1.5rem}.contact-grid,.projects-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}
/*# sourceMappingURL=main.c9bffd2e.css.map*/