@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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:#fff;color:#333}#root{width:100%;margin:0;padding:0;text-align:left}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}html{scroll-behavior:smooth}*:focus{outline:2px solid #3b82f6;outline-offset:2px}::-moz-selection{background-color:#3b82f6;color:#fff}::selection{background-color:#3b82f6;color:#fff}.glass-effect{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fade-in-up{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:16px}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:border-color .3s ease}.input:focus{border-color:#3b82f6;outline:none}@media (max-width: 768px){.mobile-hidden{display:none}.mobile-full{width:100%}}@media (min-width: 769px){.desktop-hidden{display:none}}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.App{min-height:100vh}body{margin:0;padding:0;font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}.header{position:fixed;top:0;width:100%;z-index:50;transition:all .3s;background:transparent}.header-scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000001a}.header-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.header-container{padding:0 1.5rem}}@media (min-width: 1024px){.header-container{padding:0 2rem}}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem;width:100%;min-width:0}.logo{font-size:1.5rem;font-weight:700;color:#1f2937}.logo-highlight{color:#2563eb}.nav-desktop{display:none;gap:2rem}@media (min-width: 768px){.nav-desktop{display:flex}}.nav-link{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#2563eb}.mobile-menu-btn{padding:.5rem;display:block}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu{display:block;background:#fff;border-top:1px solid #e5e7eb;position:fixed;top:4rem;left:0;right:0;z-index:100;width:100vw;overflow-y:auto}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-menu-content{padding:.5rem 1rem}.mobile-nav-link{display:block;padding:.5rem 0;color:#374151;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:#2563eb}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#fff,#faf5ff)}.hero-container{max-width:80rem;margin:0 auto;padding:0 1rem;text-align:center}@media (min-width: 640px){.hero-container{padding:0 1.5rem}}@media (min-width: 1024px){.hero-container{padding:0 2rem}}.hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-highlight{color:#2563eb}.hero-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:16px;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.about,.skills,.projects,.contact{padding:5rem 0}.about{background:#fff}.skills{background:#f9fafb}.projects{background:#fff}.contact{background:#f9fafb}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}.about-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.about-grid{grid-template-columns:1fr 1fr}}.about-card{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:1rem;padding:2rem;color:#fff}.about-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.about-card-text{font-size:1.125rem;line-height:1.75}.about-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.info-card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.info-card-text{color:#4b5563}.info-card-subtext{font-size:.875rem;color:#6b7280}.skills-grid{display:grid;gap:2rem}@media (min-width: 640px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.skill-card-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.skill-list{display:flex;flex-direction:column;gap:1rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-header{display:flex;justify-content:space-between;align-items:center}.skill-name{font-weight:500;color:#374151}.skill-level{font-size:.875rem;color:#6b7280}.skill-bar{width:100%;background:#e5e7eb;border-radius:9999px;height:.5rem}.skill-progress{background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:.5rem;border-radius:9999px}.projects-grid{display:grid;gap:2rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.project-image{height:12rem;overflow:hidden;position:relative}.project-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-period{position:absolute;top:.75rem;right:.75rem;background:#3b82f6e6;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.project-description{color:#4b5563;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{padding:.25rem .75rem;background:#dbeafe;color:#1e40af;font-size:.875rem;border-radius:9999px}.project-links{display:flex;gap:1rem}.project-link{display:flex;align-items:center;gap:.5rem;color:#374151;text-decoration:none;transition:color .2s}.project-link:hover{color:#2563eb}.contact-grid{display:grid;gap:3rem}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:#374151;text-decoration:none;transition:color .2s}.contact-link:hover{color:#2563eb}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;outline:none}.form-submit{width:100%}.scroll-top{position:fixed;bottom:2rem;right:2rem;background:#2563eb;color:#fff;padding:.75rem;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;transition:all .2s;z-index:50;border:none;cursor:pointer}.scroll-top:hover{background:#1d4ed8}@media (max-width: 768px){.section-title{font-size:1.875rem}.section-subtitle{font-size:1.125rem}.about,.skills,.projects,.contact{padding:3.75rem 0}}.achievements{padding:5rem 0;background:#fff}.achievements-grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.achievements-grid{grid-template-columns:repeat(3,1fr)}}.achievement-card{background:#f8fafc;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.achievement-icon{margin-bottom:1rem}.achievement-emoji{font-size:3rem;display:block}.achievement-content{display:flex;flex-direction:column;gap:.5rem}.achievement-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.achievement-description{color:#4b5563;font-size:.95rem;margin:0;line-height:1.5}.achievement-category{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;align-self:center;margin-top:.5rem}.certifications-section{background:linear-gradient(135deg,#f0f9ff,#fef3c7);border-radius:1rem;padding:2rem;text-align:center}.certifications-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.certifications-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;max-width:48rem;margin-left:auto;margin-right:auto}.certification-platforms{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.platform-tag{background:#fff;color:#3b82f6;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;border:2px solid #3b82f6;transition:all .3s ease}.platform-tag:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.experience{padding:5rem 0;background:#f9fafb}.experience-list{display:grid;gap:2rem}@media (min-width: 768px){.experience-list{grid-template-columns:1fr 1fr}}@media (min-width: 1280px){.experience-list{grid-template-columns:1fr 1fr 1fr}}.experience-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;gap:1rem}.experience-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.experience-header{display:flex;flex-direction:column;gap:.25rem}.experience-role{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.experience-company{color:#2563eb;font-weight:600;font-size:1rem}.experience-meta{display:flex;gap:1.5rem;font-size:.95rem;color:#6b7280;margin-bottom:.5rem}.experience-period{font-weight:500}.experience-location{font-style:italic}.experience-bullets{margin:0 0 .5rem 1.25rem;padding:0;color:#374151;font-size:.98rem;line-height:1.6}.experience-bullets li{margin-bottom:.5rem}.experience-tech{display:flex;flex-wrap:wrap;gap:.5rem}.private-badge{display:inline-block;background:#fbbf24;color:#92400e;font-size:.85rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;margin-right:.5rem;margin-bottom:.5rem}.request-access-btn{margin-bottom:.5rem;margin-right:.5rem;font-size:1rem;padding:.45rem 1.2rem;border:1.5px solid #fbbf24;border-radius:6px;color:#b45309;background:#fffbe6;font-weight:500;cursor:pointer;transition:background .18s,color .18s,border-color .18s}.request-access-btn:hover{background:#fbbf24;color:#fff;border-color:#f59e1b}.private-note{font-size:.92rem;color:#6b7280;font-style:italic;margin-top:.25rem;margin-bottom:.5rem}.university-project{position:relative}.university-badge{position:absolute;bottom:.75rem;right:.75rem;background:#ef4444;color:#fff;font-size:.85rem;font-weight:700;padding:.25rem .8rem;border-radius:9999px;z-index:2;box-shadow:0 2px 8px #ef44441f;letter-spacing:.01em;display:inline-block}.more-projects{padding:4rem 0 5rem;background:#fff}.more-projects-grid{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:flex-start;margin-top:2rem}.more-project-card{background:#f3f4f6;border-radius:.75rem;padding:1.1rem 1.5rem;min-width:160px;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:box-shadow .18s,background .18s;border:1.5px solid #e5e7eb;position:relative}.more-project-card:hover,.more-project-card:focus{background:#e0e7ff;box-shadow:0 6px 24px #3b82f61a;outline:none;border-color:#6366f1}.more-project-icon{font-size:1.5rem;margin-bottom:.3rem}.more-project-name{font-size:1.08rem;font-weight:600;color:#1e293b}.modal-overlay{position:fixed;inset:0;background:#0000002e;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background:#fff;border-radius:1rem;padding:2.2rem 2.2rem 1.5rem;width:500px;max-width:95vw;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0000002e;position:relative;animation:fadeInModal .25s}@keyframes fadeInModal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.1rem;right:1.1rem;background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;transition:color .18s}.modal-close:hover{color:#ef4444}.modal-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.modal-desc{color:#374151;font-size:1.05rem;margin-bottom:1rem;line-height:1.5}.modal-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.modal-status{font-size:.98rem;color:#b91c1c;font-weight:600;margin-bottom:1rem}.modal-links{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.modal-links .project-link{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .8rem;border:1px solid #3b82f6;border-radius:.375rem;color:#3b82f6;text-decoration:none;font-size:.75rem;font-weight:500;background:transparent;transition:all .15s ease-in-out;cursor:pointer;line-height:1}.modal-links .project-link:hover{border-color:#2563eb;color:#fff;background:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@media (max-width: 600px){.modal-content{padding:1.2rem .7rem;width:100%}.more-project-card{min-width:120px;padding:.7rem}}.certifications-grid{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.cert-card{background:#f8fafc;border:1.5px solid #3b82f6;border-radius:.75rem;padding:1.1rem 1.5rem;min-width:180px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 2px 8px #3b82f612;transition:box-shadow .18s,border-color .18s}.cert-card:hover{border-color:#2563eb;box-shadow:0 6px 24px #3b82f621}.cert-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.3rem}.cert-platform{font-size:.85rem;color:#2563eb;font-weight:500;margin-bottom:.7rem}.cert-link{display:inline-block;font-size:.8rem;color:#fff;background:#3b82f6;border-radius:9999px;padding:.25rem .9rem;text-decoration:none;font-weight:500;transition:background .18s,color .18s}.cert-link:hover{background:#2563eb;color:#fff}.thank-you-message{background:#d1fae5;color:#065f46;border:1.5px solid #10b981;border-radius:.5rem;padding:1.2rem 1.5rem;font-size:1.1rem;font-weight:500;text-align:center;margin-top:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #10b98114;animation:fadeInThankYou .3s}@keyframes fadeInThankYou{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html,body{width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.mobile-menu{width:100vw;max-width:100vw;left:0;right:0;position:fixed;top:0;z-index:1000;overflow-x:hidden}.mobile-menu-content{width:100%;max-width:100vw;padding:1rem;box-sizing:border-box}.contact-form{width:100%;max-width:100vw;box-sizing:border-box}.form-group{width:100%}.form-input,.form-textarea{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.contact-grid,.more-projects-grid,.skills-grid,.projects-grid,.achievements-grid{width:100%;max-width:100vw;box-sizing:border-box;overflow-x:auto}
