@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;color:#1f2937;background-color:#fff}#root{width:100%;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-brand h2{color:#2563eb;margin:0;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-menu button{background:none;border:none;color:#374151;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.nav-menu button:hover{color:#2563eb;background:#2563eb1a}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{width:25px;height:3px;background-color:#374151;margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active:nth-child(2){opacity:0}.hamburger.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.nav{padding:0 1rem}.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 25px #0000001a;z-index:1000}.nav-menu-open{right:0}.nav-menu li{width:100%;text-align:center}.nav-menu button{width:100%;padding:1rem 2rem;font-size:1.1rem;border-radius:.75rem;margin:0 1rem}.nav-menu button:hover{transform:translate(5px)}}@media(max-width:480px){.nav{padding:0 .75rem}.nav-brand h2{font-size:1.25rem}.nav-menu{width:90%}.nav-menu button{font-size:1rem;padding:.875rem 1.5rem}}.hero{min-height:70vh;display:flex;align-items:center;padding:8rem 2rem 4rem;background:linear-gradient(135deg,#1f2937,#334155 35%,#1f2937);color:#fff}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.highlight{color:#3b82f6}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.hero-buttons{display:flex;gap:1rem}.btn-primary{background:#3b82f6;color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#14b8a6;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#60a5fa}.hero-image{display:flex;justify-content:center;align-items:center}.avatar-placeholder{width:300px;height:300px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:6rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:4px solid rgba(255,255,255,.3);overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.avatar-placeholder:hover{transform:scale(1.05);box-shadow:0 30px 60px #0003}.profile-photo{width:100%;height:100%;object-fit:cover;border-radius:50%}@media(max-width:768px){.hero{padding:6rem 1rem 2rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.avatar-placeholder{width:200px;height:200px;font-size:4rem}.profile-photo{width:100%;height:100%;object-fit:cover}}.about{padding:6rem 2rem;background:#f8fafc}.container{max-width:1200px;margin:0 auto}.about-content{max-width:800px;margin:0 auto}.about-text h3{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.philosophy-item{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease}.philosophy-item:hover{transform:translateY(-5px)}.philosophy-icon{font-size:2.5rem;margin-bottom:1rem}.philosophy-item h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.philosophy-item p{font-size:1rem;color:#6b7280;margin:0}@media(max-width:768px){.about{padding:4rem 1rem}.section-title{font-size:2rem}.philosophy-grid{grid-template-columns:1fr;gap:1.5rem}.philosophy-item{padding:1.5rem}}.education-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1rem}.education-item{background:#fff;border-radius:.75rem;box-shadow:0 6px 18px #1018280a;position:relative;padding:1.25rem 1.5rem 1.25rem 7rem}.education-item h4{margin:0 0 .25rem;color:#0f172a;font-size:1.05rem}.education-date{display:block;font-size:.9rem;color:#6b7280;margin-bottom:.5rem}.engagements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;margin-top:1rem}.engagement-item{background:#fff;border-radius:.75rem;box-shadow:0 6px 18px #10182808;position:relative;padding:1rem 1.25rem 1rem 7rem}.item-icon{position:absolute;left:1rem;top:.5rem;bottom:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 10px #1018280a;overflow:hidden;width:5.5rem;padding:.35rem}.item-icon img{height:100%;width:100%;object-fit:contain;display:block}.education-item,.engagement-item{transition:transform .28s ease,box-shadow .28s ease}.education-item:hover,.engagement-item:hover{transform:translateY(-6px);box-shadow:0 10px 30px #10182814}.item-icon{transition:transform .28s ease,box-shadow .28s ease}.education-item:hover .item-icon,.engagement-item:hover .item-icon{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 20px #1018280f}.item-icon img{transition:transform .28s ease}.education-item:hover .item-icon img,.engagement-item:hover .item-icon img{transform:scale(1.06)}.engagement-item h4{margin:0 0 .25rem;font-size:1rem;color:#0f172a}.engagement-date{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.skills-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem;list-style:none;padding:0;margin-top:1.25rem;justify-items:center}.skills-list li{background:linear-gradient(90deg,#3b82f61f,#14b8a60f);padding:.75rem 1.25rem;border-radius:.75rem;color:#0f172a;font-weight:700;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:1rem;text-align:center;min-width:160px;display:flex;align-items:center;justify-content:center;padding:1.15rem 1.25rem;transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease}.skills-list li:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 10px 30px #10182814}@media(max-width:768px){.engagements-grid,.skills-list{grid-template-columns:1fr}.education-item,.engagement-item{padding-left:4.75rem}.item-icon{left:.75rem;width:3.25rem;height:3.25rem;top:.75rem;bottom:auto}}.skills{padding:6rem 2rem;background:#fff}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.skill-category{background:#f8fafc;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.category-title{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:1.5rem;text-align:center}.skills-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem}.skill-item{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.skill-icon{font-size:3rem;transition:transform .3s ease}.skill-item:hover .skill-icon{transform:scale(1.1)}.skill-name{font-weight:600;color:#1f2937;text-align:center;font-size:1rem}.skill-percentage{font-size:.9rem;color:#6b7280;font-weight:500}.skill-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;transition:width 1s ease-in-out}@media(max-width:768px){.skills{padding:4rem 1rem}.skills-grid{grid-template-columns:1fr;gap:2rem}.skill-category{padding:1.5rem}}.projects{padding:6rem 2rem;background:#f8fafc}.projects-sections{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.projects-section{display:flex;flex-direction:column}.subsection-title{font-size:1.8rem;font-weight:600;color:#2563eb;margin-bottom:2rem;text-align:center;position:relative}.subsection-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:50px;height:3px;background:#2563eb;border-radius:2px}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-image{position:relative;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-icon{background:#ffffff14;width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #1018281f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-icon svg{width:48px;height:48px;color:#fff}.project-status{position:absolute;top:1rem;right:1rem}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.status-badge.completed{background:#d1fae5;color:#065f46}.status-badge.in-progress{background:#fef3c7;color:#92400e}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.project-description{color:#6b7280;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{flex:1;padding:.75rem;text-align:center;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .3s ease}.project-link.github{background:#f3f4f6;color:#374151}.project-link.github:hover{background:#374151;color:#fff}.project-link.website{background:#2563eb;color:#fff}.project-link.website:hover{background:#1d4ed8}.project-link.demo{background:#2563eb;color:#fff}.project-link.demo:hover{background:#1d4ed8}@media(max-width:768px){.projects{padding:4rem 1rem}.projects-sections{grid-template-columns:1fr;gap:3rem}.subsection-title{font-size:1.5rem}.projects-grid{grid-template-columns:1fr}.project-content{padding:1rem}}.contact{padding:6rem 2rem;background:linear-gradient(135deg,#1e293b,#334155 35%,#475569);color:#fff}.contact .section-title{color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-info p{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:2rem}.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#ffffff1a;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.method-icon{font-size:1.5rem}.method-info h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.method-info p{margin:0;opacity:.8}.contact-link{color:inherit;text-decoration:none;transition:all .3s ease;margin:0;opacity:.8}.contact-link:hover{color:#64ffda;opacity:1}.social-links{display:flex;gap:1rem}.social-link{padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:#fff3;transform:translateY(-2px)}.contact-form{background:#ffffff1a;padding:2rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:none;border-radius:.5rem;background:#ffffffe6;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #ffffff4d}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#14b8a6;transform:translateY(-2px)}@media(max-width:768px){.contact{padding:4rem 1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h3{font-size:1.3rem;text-align:center;margin-bottom:1rem}.contact-info p{text-align:center;font-size:1rem;margin-bottom:1.5rem}.contact-methods{margin-bottom:2rem}.contact-method{padding:1.25rem;margin-bottom:1rem}.method-icon{font-size:1.8rem}.method-info h4{font-size:1.1rem;margin-bottom:.5rem}.contact-form{padding:1.5rem}.social-links{flex-wrap:wrap;justify-content:center;gap:.75rem}.social-link{padding:.75rem 1.25rem;font-size:.95rem}}@media(max-width:480px){.contact{padding:3rem .75rem}.section-title{font-size:2rem;margin-bottom:1.5rem}.contact-content{gap:1.5rem}.contact-info h3{font-size:1.2rem}.contact-info p{font-size:.95rem;padding:0 .5rem}.contact-method{padding:1rem;flex-direction:column;text-align:center;gap:.75rem}.method-icon{font-size:2rem}.method-info h4{font-size:1rem;margin-bottom:.25rem}.social-links{flex-direction:column;align-items:center;gap:.5rem}.social-link{width:100%;max-width:200px;text-align:center;padding:1rem}.contact-form{padding:1.25rem;margin:0}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.95rem;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:1rem;font-size:1rem;border-radius:.75rem}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{padding:1.25rem;font-size:1.1rem;border-radius:.75rem;font-weight:700}}.footer{background:#1f2937;color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-left h3{color:#f9fafb;font-size:1.5rem;margin-bottom:1rem}.footer-left p{color:#d1d5db;line-height:1.6;max-width:300px}.footer-center h4,.footer-right h4{color:#f9fafb;margin-bottom:1rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fbbf24}.footer-right p{color:#d1d5db;margin-bottom:.5rem}.footer-socials{display:flex;gap:1rem;margin-top:1rem}.footer-socials a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.footer-socials a:hover{background:#fbbf24;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.footer-bottom p{margin:.25rem 0;font-size:.9rem}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-left p{max-width:none}.footer-socials{justify-content:center}}*{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{overflow-x:hidden}html{scroll-behavior:smooth}section{min-height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}@media(max-width:768px){.section-title{font-size:2rem}.container{padding:0 1rem}}@keyframes loadSkill{0%{width:0}to{width:var(--skill-width)}}button:focus,input:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}
