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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1e40af;--primary-light:#dbeafe;--primary-dark:#1e3a8a;--text-color:#1e293b;--text-light:#64748b;--background:#f8fafc;--white:#fff;--gradient-start:#1e40af;--gradient-end:#1e3a8a;--section-bg:#fff;--card-bg:#f1f5f9;--accent-color:#3b82f6;--border-color:#e2e8f0}.App{background-color:#f8fafc;background-color:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1000px;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.App:before{background:radial-gradient(circle at center,#dbeafe 0,#0000 70%);background:radial-gradient(circle at center,var(--primary-light) 0,#0000 70%);content:"";height:100%;opacity:.3;position:absolute;right:-50%;top:-50%;width:100%;z-index:-1}.header{background:linear-gradient(135deg,#dbeafe,#fff);background:linear-gradient(135deg,var(--primary-light) 0,var(--section-bg) 100%);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 5px 15px #1e40af1a;margin-bottom:1.5rem;overflow:hidden;padding:1.5rem 0;position:relative;text-align:center}.header:before{background:linear-gradient(90deg,#1e40af,#1e3a8a);background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));content:"";height:3px;left:0;position:absolute;right:0;top:0}.header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#1e3a8a);background:linear-gradient(135deg,var(--gradient-start) 0,var(--gradient-end) 100%);-webkit-background-clip:text;color:#1e293b;color:var(--text-color);font-size:2.8rem;font-weight:700;margin-bottom:.5rem}.title{color:#64748b;color:var(--text-light);font-size:1.2rem;font-weight:500;margin-bottom:1rem}.main-content{grid-gap:1.5rem;display:grid;gap:1.5rem;padding:.5rem 0}section{background:#fff;background:var(--section-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:15px;box-shadow:0 5px 15px #0000000d;overflow:hidden;padding:1.2rem;position:relative;transition:all .3s ease}section:before{background:linear-gradient(180deg,#1e40af,#1e3a8a);background:linear-gradient(to bottom,var(--gradient-start),var(--gradient-end));content:"";height:100%;left:0;position:absolute;top:0;width:3px}section:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}h2{color:#1e293b;color:var(--text-color);display:inline-block;font-size:1.8rem;font-weight:600;margin-bottom:1.2rem;padding-bottom:.5rem;position:relative}h2:after{background:linear-gradient(90deg,#1e40af,#1e3a8a);background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.education-list,.project-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.education-item,.project-item{background:#f1f5f9;background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease}.education-item:before,.project-item:before{background:linear-gradient(135deg,#3b82f61a,#0000);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.education-item:hover:before,.project-item:hover:before{opacity:1}.education-item:hover,.project-item:hover{box-shadow:0 5px 15px #3b82f61a;transform:translateX(3px)}.education-item h3,.project-item h3{color:#1e293b;color:var(--text-color);font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.education-item p,.project-item p{color:#64748b;color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1rem}.skills{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.skill-tag{background:#dbeafe;background:var(--primary-light);border:1px solid #3b82f633;border-radius:20px;color:#1e40af;color:var(--primary-color);font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{background:#1e40af;background:var(--primary-color);border-color:#1e40af;border-color:var(--primary-color);color:#fff;color:var(--white);transform:translateY(-2px)}.resume-link{background:#dbeafe;background:var(--primary-light);border-radius:8px;color:#1e40af;color:var(--primary-color);display:inline-block;font-size:1rem;font-weight:500;padding:.6rem .9rem;transition:all .3s ease}.resume-link:hover{background:#1e40af;background:var(--primary-color);color:#fff;color:var(--white);transform:translateY(-2px)}.footer{background:#fff;background:var(--section-bg);border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-top:2rem;padding:1.5rem;position:relative;text-align:center}.footer:before{background:linear-gradient(90deg,#1e40af,#1e3a8a);background:linear-gradient(90deg,var(--gradient-start),var(--gradient-end));content:"";height:3px;left:0;position:absolute;right:0;top:0}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.social-links a{background:#dbeafe;background:var(--primary-light);border-radius:8px;color:#1e40af;color:var(--primary-color);font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.social-links a:hover{background:#1e40af;background:var(--primary-color);color:#fff;color:var(--white);transform:translateY(-2px)}.header-links{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.header-links a{background:#dbeafe;background:var(--primary-light);border-radius:6px;color:#1e40af;color:var(--primary-color);font-weight:500;padding:.4rem .8rem}.header-links a:hover{background:#1e40af;background:var(--primary-color);color:#fff;color:var(--white)}.project-links{display:flex;gap:.8rem;margin-top:.8rem}.project-links .link-button,.project-links a{background:#dbeafe;background:var(--primary-light);border:none;border-radius:6px;color:#1e40af;color:var(--primary-color);cursor:pointer;font-family:inherit;font-size:.9rem;padding:.4rem .8rem}.project-links .link-button:hover,.project-links a:hover{background:#1e40af;background:var(--primary-color);color:#fff;color:var(--white)}.education-item .degree{color:#1e40af;color:var(--primary-color);font-weight:500;margin-bottom:.3rem}.education-item .year{color:#64748b;color:var(--text-light);font-size:.9rem;margin-bottom:.3rem}.education-item .description{color:#64748b;color:var(--text-light);font-size:.95rem;line-height:1.5}.footer p{color:#64748b;color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.profile-photo{border:3px solid #fff;border:3px solid var(--white);border-radius:50%;box-shadow:0 4px 10px #0000001a;height:150px;margin:0 auto 1.5rem;overflow:hidden;position:relative;width:150px}.profile-photo img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.profile-photo:hover img{transform:scale(1.05)}.about-content p{color:#1e293b;color:var(--text-color);font-size:1.1rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px}@media (max-width:768px){.App{padding:1rem}.header{margin-bottom:1.5rem;padding:1.5rem 0}.header h1{font-size:2.2rem}.education-item,.project-item,section{padding:1.2rem}.skills{gap:.6rem}.skill-tag{font-size:.85rem;padding:.4rem .8rem}}
/*# sourceMappingURL=main.d9eefdf5.css.map*/