:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#bdc3c7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#b5d2e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e5e5;z-index:1000;padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo h2{margin:0;color:#333;font-weight:600}.nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#333}.header-actions{display:flex;gap:1rem;align-items:center}.github-link{text-decoration:none;color:#666;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.github-link:hover{color:#333;background:#f5f5f5}.contact-btn{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background .3s ease}.contact-btn:hover{background:#0056b3}@media (max-width: 768px){.header-content{padding:0 1rem}.nav{gap:1rem}.nav-link{font-size:.9rem}.header-actions{gap:.5rem}}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.hero-image{display:flex;justify-content:center}.profile-image{width:300px;height:300px;border-radius:50%;object-fit:cover;border:8px solid white;box-shadow:0 10px 30px #0000001a}.hero-text h1{font-size:3rem;margin-bottom:.5rem;color:#333;font-weight:700}.hero-text h2{font-size:1.5rem;color:#666;margin-bottom:2rem;font-weight:400}.education,.about-description,.skills{margin-bottom:2rem}.education h3,.about-description h3,.skills h3{font-size:1.25rem;color:#333;margin-bottom:1rem;border-bottom:2px solid #007bff;padding-bottom:.5rem;display:inline-block}.education p{margin:.25rem 0;color:#666}.about-description p{line-height:1.6;color:#666;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}.profile-image{width:250px;height:250px}}@media (max-width: 768px){.hero{padding:5rem 1rem 2rem}.hero-text h1{font-size:2rem}.hero-text h2{font-size:1.25rem}.profile-image{width:200px;height:200px}}.resume{padding:4rem 2rem;background:#eaedef;min-height:100vh}.resume-content{max-width:1000px;margin:0 auto}.resume h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:2rem;border-bottom:3px solid #007bff;padding-bottom:1rem;display:inline-block;width:100%}.resume-download{text-align:center;margin-bottom:3rem}.download-btn{background:#007bff;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:background .3s ease;display:inline-block}.download-btn:hover{background:#0056b3}.resume-sections{display:grid;gap:3rem}.resume-section h3{font-size:1.8rem;color:#333;margin-bottom:1.5rem;border-left:4px solid #007bff;padding-left:1rem}.resume-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem}.resume-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.resume-item h4{font-size:1.25rem;color:#333;margin:0}.date{color:#007bff;font-weight:600;font-size:.9rem}.company{color:#666;font-weight:600;margin-bottom:1rem}.resume-item ul{margin:0;padding-left:1.5rem}.resume-item li{margin-bottom:.5rem;color:#666;line-height:1.5}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-category{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.skill-category h4{color:#333;margin-bottom:.5rem;font-size:1.1rem}.skill-category p{color:#666;line-height:1.5;margin:0}@media (max-width: 768px){.resume{padding:3rem 1rem}.resume h2{font-size:2rem}.resume-item-header{flex-direction:column;align-items:flex-start}.date{margin-top:.25rem}.skills-grid{grid-template-columns:1fr}}.projects{padding:4rem 2rem;background:#eaedef;min-height:100vh}.projects-content{max-width:1200px;margin:0 auto}.projects h2{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;border-bottom:3px solid #007bff;padding-bottom:1rem;display:inline-block;width:100%}.project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:transparent;border:2px solid #007bff;color:#007bff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:#007bff;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-image{position:relative;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:#007bffe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.project-link{background:#fff;color:#007bff;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .3s ease}.project-link:hover{background:#f8f9fa;transform:translateY(-2px)}.project-info{padding:1.5rem}.project-info h3{font-size:1.25rem;color:#333;margin-bottom:.75rem}.project-info p{color:#666;line-height:1.6;margin-bottom:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}@media (max-width: 768px){.projects{padding:3rem 1rem}.projects h2{font-size:2rem}.projects-grid{grid-template-columns:1fr}.project-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.project-image{height:200px}.project-links{flex-direction:column;gap:.5rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e5e5e5}.modal-header h2{margin:0;color:#333;font-size:1.75rem}.close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.close-btn:hover{background:#f5f5f5}.contact-info{padding:1.5rem 2rem;border-bottom:1px solid #e5e5e5}.contact-info p{color:#666;margin-bottom:1.5rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:.75rem}.contact-method{color:#666}.contact-method strong{color:#333;margin-right:.5rem}.contact-method a{color:#007bff;text-decoration:none}.contact-method a:hover{text-decoration:underline}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e5e5;border-radius:6px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#007bff}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#007bff;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background .3s ease}.submit-btn:hover{background:#0056b3}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.contact-info{padding:1rem 1.5rem}.contact-form{padding:1.5rem}.contact-methods{gap:.5rem}.contact-method{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh}html{scroll-behavior:smooth}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto}button:focus,input:focus,textarea:focus,a:focus{outline:2px solid #007bff;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
