@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--dark-gradient: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);--primary-color: #667eea;--secondary-color: #f093fb;--accent-color: #4facfe;--text-primary: #ffffff;--text-secondary: #b8c5d1;--text-muted: #8892b0;--background-dark: #0a0a0a;--background-card: rgba(17, 25, 40, .75);--background-glass: rgba(255, 255, 255, .05);--border-radius: 16px;--border-radius-lg: 24px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 20px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .2);--shadow-xl: 0 16px 60px rgba(0, 0, 0, .3);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 575px){html{font-size:14px}}@media (min-width: 1440px){html{font-size:18px}}@media (min-width: 1920px){html{font-size:20px}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden;min-height:100vh;margin:0;padding:0}#root{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--dark-gradient);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{text-align:center}.loading-spinner{width:50px;height:50px;border:3px solid rgba(102,126,234,.3);border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-content h2{color:var(--text-secondary);font-weight:300;font-size:1.2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-cursor{position:fixed;width:20px;height:20px;background:radial-gradient(circle,#667eeacc,#667eea33 70%);border-radius:50%;pointer-events:none;z-index:9998;mix-blend-mode:difference}@media (max-width: 768px){.custom-cursor{display:none}}.modern-header{background:linear-gradient(135deg,#111928f2,#111928cc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:0;margin:0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;box-sizing:border-box}.modern-header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(102,126,234,.1) 0%,transparent 70%);pointer-events:none}.header-container{max-width:1400px;margin:0 auto;padding:2rem;position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;box-sizing:border-box}.header-content{display:flex;align-items:center;justify-content:center;gap:min(3rem,5vw);width:100%;text-align:center;flex-wrap:wrap}.profile-section{display:flex;flex-direction:row;align-items:center;gap:min(3rem,5vw);text-align:left;width:100%;justify-content:center;flex-wrap:wrap;max-width:800px;margin:0 auto}.profile-image-container{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:0;flex-shrink:0}.profile-image-modern{width:clamp(80px,10vw,120px);height:clamp(80px,10vw,120px);border-radius:50%;object-fit:cover;object-position:center 20%;border:3px solid rgba(102,126,234,.3);box-shadow:0 8px 32px #667eea33;transition:var(--transition-normal)}.profile-ring{position:absolute;inset:-8px;border:2px solid transparent;border-radius:50%;background:linear-gradient(45deg,#667eea,#764ba2) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;mask-composite:subtract;animation:rotate 3s linear infinite}.status-indicator{position:absolute;bottom:5px;right:5px;width:clamp(14px,2.5vw,18px);height:clamp(14px,2.5vw,18px);background:#10b981;border:2px solid rgba(17,25,40,1);border-radius:50%;animation:pulse-status 2s ease-in-out infinite}@keyframes pulse-status{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;max-width:500px}.profile-name{font-size:clamp(2rem,8vw,4rem);font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.2}.profile-title{font-size:clamp(1rem,3vw,1.8rem);color:var(--text-secondary);margin-bottom:.5rem;min-height:2rem}.typewriter{font-weight:500}.typewriter-cursor{animation:blink 1s infinite;color:var(--primary-color)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.profile-location{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);margin-bottom:min(1.5rem,3vh);font-size:clamp(.875rem,2vw,1.125rem);justify-content:flex-start}.location-icon{width:clamp(16px,3vw,20px);height:clamp(16px,3vw,20px);color:var(--primary-color)}.social-links-modern{display:flex;gap:min(1rem,2vw);justify-content:flex-start;align-items:center;flex-wrap:wrap}.social-link{width:clamp(40px,8vw,52px);height:clamp(40px,8vw,52px);border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);text-decoration:none;transition:var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:var(--primary-gradient);border-color:#667eea80;color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.social-link svg{width:clamp(18px,4vw,24px);height:clamp(18px,4vw,24px)}.header-stats{display:flex;gap:min(2rem,4vw);justify-content:center;align-items:center;flex-wrap:wrap;margin-top:min(2rem,4vh)}.stat-item{text-align:center;padding:clamp(.75rem,2vw,1.25rem);background:#ffffff0d;border-radius:var(--border-radius);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:clamp(70px,12vw,90px)}.stat-number{display:block;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:clamp(.75rem,1.5vw,.9rem);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.modern-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#111928e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;margin:0}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;position:relative;width:100%}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px;cursor:pointer;position:absolute;right:2rem}.burger-line{width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:var(--transition-normal)}.nav-menu{display:flex;list-style:none;gap:.5rem;margin:0;padding:0}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--border-radius);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);text-decoration:none;transition:var(--transition-normal);cursor:pointer;font-weight:500;font-size:.875rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:44px}.nav-item:hover{background:#667eea1a;border-color:#667eea4d;color:var(--primary-color)}.nav-item-active{background:var(--primary-gradient);border-color:#667eea80;color:#fff;box-shadow:var(--shadow-md)}.nav-icon{width:16px;height:16px}.nav-indicator{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary-color);border-radius:50%}@media (max-width: 768px){.modern-header{min-height:100vh}.header-container{padding:1rem;min-height:100vh}.header-content{flex-direction:column;text-align:center;gap:min(2rem,4vh);align-items:center;justify-content:center}.profile-section{flex-direction:column;gap:min(1.5rem,3vh);align-items:center;text-align:center}.profile-info{text-align:center;align-items:center}.profile-location,.social-links-modern{justify-content:center}.profile-name{font-size:clamp(1.8rem,10vw,3rem)}.profile-title{font-size:clamp(1rem,4vw,1.4rem)}.header-stats{justify-content:center;gap:min(1rem,3vw);margin-top:min(1.5rem,3vh)}.mobile-menu-btn{display:flex}.nav-menu{position:absolute;top:calc(100% + 1rem);left:2rem;right:2rem;flex-direction:column;background:#111928f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);padding:1rem;gap:.5rem;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-10px);transition:var(--transition-normal)}.nav-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-item{justify-content:center;width:100%;text-align:center}}.modern-container{max-width:1400px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1;width:100%}.floating-elements{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:-1}.floating-element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#667eea1a,#764ba21a);animation:float 20s ease-in-out infinite}.floating-element-1{width:300px;height:300px;top:10%;right:10%;animation-delay:0s}.floating-element-2{width:200px;height:200px;bottom:20%;left:10%;animation-delay:-10s}.floating-element-3{width:150px;height:150px;top:60%;left:60%;animation-delay:-5s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.1}}.modern-section{background:var(--background-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius-lg);padding:3rem;margin:0 auto 3rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center}.modern-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary-gradient)}.section-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2.5rem;text-align:center;width:100%}.section-icon-container{width:60px;height:60px;border-radius:var(--border-radius);background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.section-icon{width:28px;height:28px;color:#fff}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin:.25rem 0 0;font-weight:400}.about-content{max-width:800px;text-align:center;margin:0 auto;width:100%}.about-text{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7;text-align:center}.highlight{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.about-highlights{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap;justify-content:center;align-items:center}.highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-normal)}.highlight-item:hover{background:#667eea1a;border-color:#667eea4d;transform:translateY(-2px)}.highlight-icon{width:20px;height:20px;color:var(--primary-color)}.timeline-container{position:relative;padding-left:2rem}.timeline-container:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--primary-gradient);border-radius:2px}.timeline-item{position:relative;margin-bottom:2.5rem;padding-left:2rem}.timeline-dot{position:absolute;left:-2rem;top:.5rem;width:12px;height:12px;background:var(--primary-gradient);border-radius:50%;border:3px solid var(--background-card);box-shadow:0 0 0 3px #667eea33}.timeline-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-normal)}.timeline-content:hover{background:#ffffff14;transform:translate(8px)}.timeline-content h4{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.timeline-company{color:var(--primary-color);font-weight:500;margin-bottom:.25rem}.timeline-date{color:var(--text-muted);font-size:.875rem;margin-bottom:.75rem}.timeline-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.timeline-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.timeline-skills .skill-tag{background:#667eea1a;color:var(--primary-color);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid rgba(102,126,234,.2);transition:var(--transition-fast)}.timeline-skills .skill-tag:hover{background:#667eea33;border-color:#667eea4d;transform:translateY(-1px)}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.education-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-normal);position:relative;overflow:hidden}.education-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);opacity:0;transition:var(--transition-normal)}.education-card:hover:before{opacity:1}.education-card:hover{background:#ffffff14;border-color:#667eea4d}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.education-header h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.education-period{color:var(--text-muted);font-size:.875rem;font-weight:500}.education-institution{color:var(--primary-color);font-weight:500;margin-bottom:1rem}.education-status{display:flex;gap:.5rem}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge.current{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.status-badge.completed{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.status-badge.special{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.skill-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-normal)}.skill-card:hover{background:#ffffff14;border-color:#667eea4d;transform:translateY(-4px)}.skill-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.skill-icon{width:24px;height:24px;color:var(--primary-color)}.skill-header h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.skill-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.skill-progress{display:flex;align-items:center;gap:1rem}.skill-progress-bar{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.skill-progress-fill{height:100%;background:var(--primary-gradient);border-radius:3px;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.skill-percentage{color:var(--primary-color);font-weight:600;font-size:.875rem;min-width:40px;text-align:right}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.certification-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-normal)}.certification-card:hover{background:#ffffff14;border-color:#667eea4d}.cert-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.cert-icon{width:16px;height:16px;color:var(--primary-color)}.cert-type{background:#667eea33;color:var(--primary-color);padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.cert-title{font-size:.975rem;font-weight:500;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.cert-date{color:var(--text-muted);font-size:.875rem;margin:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.modern-project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius-lg);overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:var(--transition-normal);position:relative}.modern-project-card:hover{border-color:#667eea4d;box-shadow:var(--shadow-xl)}.project-image-container{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.project-image{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--primary-gradient)}.placeholder-icon{width:48px;height:48px;color:#fff;opacity:.7}.project-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0009,#0000004d);opacity:0;transition:var(--transition-normal);display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.modern-project-card:hover .project-overlay{opacity:1}.modern-project-card:hover .project-image{transform:scale(1.05)}.project-category{align-self:flex-start}.project-category span{background:var(--primary-gradient);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.project-actions-overlay{display:flex;gap:.75rem;align-self:flex-end}.project-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffe6;color:var(--background-dark);text-decoration:none;border-radius:8px;font-weight:500;font-size:.875rem;transition:var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-action-btn:hover{background:#fff;transform:translateY(-2px)}.action-icon{width:16px;height:16px}.project-content{padding:1.5rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.project-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3;flex:1}.expand-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition-normal);display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.expand-btn:hover{background:var(--primary-gradient);border-color:transparent;color:#fff}.expand-icon{width:20px;height:20px}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#667eea1a;color:var(--primary-color);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid rgba(102,126,234,.2)}.more-tech{background:#ffffff1a;color:var(--text-muted);border-color:#fff3}.project-expanded{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;margin-top:1rem}.project-features{margin-bottom:1.5rem}.features-title{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}.features-icon{width:16px;height:16px;color:var(--primary-color)}.features-list{list-style:none;padding:0;margin:0}.features-list li{color:var(--text-secondary);position:relative;padding:.25rem 0 .25rem 1rem;font-size:.875rem;line-height:1.5}.features-list li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-weight:700}.project-all-tech{margin-bottom:1.5rem}.tech-title{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}.tech-icon{width:16px;height:16px;color:var(--primary-color)}.all-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag-expanded{background:#667eea26;color:var(--primary-color);padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;border:1px solid rgba(102,126,234,.3)}.project-actions-expanded{display:flex;gap:1rem;flex-wrap:wrap}.project-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--border-radius);text-decoration:none;font-weight:500;font-size:.875rem;transition:var(--transition-normal);border:1px solid transparent}.demo-btn-expanded{background:var(--primary-gradient);color:#fff}.github-btn-expanded{background:#ffffff1a;color:var(--text-primary);border-color:#fff3}.project-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-icon{width:16px;height:16px}.external-icon{width:14px;height:14px;opacity:.7}.scroll-to-top-modern{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:var(--primary-gradient);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);transition:var(--transition-normal);z-index:1000}.scroll-to-top-modern:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.scroll-icon{width:24px;height:24px}.modern-footer{background:linear-gradient(135deg,#111928f2,#111928e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:var(--text-muted);margin:0}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{background:none;border:none;color:var(--text-secondary);text-align:left;cursor:pointer;padding:.25rem 0;transition:var(--transition-normal);font-size:.875rem}.footer-link:hover{color:var(--primary-color)}.footer-social{display:flex;flex-direction:column;gap:.5rem}.footer-social a{color:var(--text-secondary);text-decoration:none;transition:var(--transition-normal);font-size:.875rem;padding:.25rem 0}.footer-social a:hover{color:var(--primary-color)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.875rem;margin:0}@media (min-width: 1920px){.modern-container{max-width:1600px;padding:5rem 3rem}.section-title{font-size:3.5rem}.profile-name{font-size:4rem}.profile-title{font-size:1.75rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}@media (max-width: 1919px) and (min-width: 1440px){.modern-container{max-width:1400px;padding:4rem 2.5rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (max-width: 1439px) and (min-width: 1200px){.modern-container{max-width:1200px;padding:4rem 2rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 1199px) and (min-width: 992px){.modern-container{max-width:960px;padding:3.5rem 2rem}.section-title{font-size:2.75rem}.profile-name{font-size:3rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 991px) and (min-width: 768px){.modern-container{max-width:720px;padding:3rem 1.5rem}.section-title{font-size:2.5rem}.profile-name{font-size:2.75rem}.profile-title{font-size:1.4rem}.header-container{padding:3rem 1.5rem;min-height:85vh}.header-content{flex-direction:column;text-align:center;align-items:center;justify-content:center}.profile-section{flex-direction:column;align-items:center;text-align:center}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.about-highlights{flex-direction:column;gap:1.5rem;align-items:center}.timeline-container{padding-left:2rem}.certifications-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.section-header{text-align:center;align-items:center}}@media (max-width: 767px) and (min-width: 576px){.modern-container{padding:2.5rem 1.5rem}.modern-section{padding:2.5rem 1.5rem;margin-bottom:2rem;align-items:center;text-align:center}.section-header{flex-direction:column;align-items:center;gap:1rem;text-align:center}.section-title{font-size:2.25rem}.profile-name{font-size:2.5rem}.profile-title{font-size:1.3rem}.header-container{padding:2.5rem 1.5rem;min-height:80vh}.header-content{flex-direction:column;text-align:center;align-items:center;justify-content:center}.profile-section{flex-direction:column;align-items:center;text-align:center}.projects-grid{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.about-highlights{flex-direction:column;gap:1.5rem;align-items:center}.timeline-container{padding-left:1.5rem}.certifications-grid{grid-template-columns:1fr;gap:1.5rem}.contact-content-grid{grid-template-columns:1fr;gap:2rem}.form-grid{grid-template-columns:1fr}}@media (max-width: 575px) and (min-width: 375px){.modern-container{padding:2rem 1rem}.modern-section{padding:2rem 1rem;margin-bottom:1.5rem}.section-title{font-size:2rem}.profile-name{font-size:2.25rem;line-height:1.2}.profile-title{font-size:1.2rem}.header-container{padding:2rem 1rem;min-height:75vh}.profile-image-modern{width:clamp(70px,12vw,110px);height:clamp(70px,12vw,110px)}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-actions-expanded{flex-direction:column;gap:.5rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.timeline-container{padding-left:1rem}.timeline-item{padding-left:1.5rem}.certifications-grid{grid-template-columns:1fr;gap:1rem}.contact-cards{gap:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;justify-items:center}.footer-section{text-align:left;width:100%;max-width:300px}.quick-links-section h4{text-align:left;margin-bottom:1rem}.quick-links-section .footer-links{align-items:flex-start}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.scroll-to-top-modern{bottom:1rem;right:1rem;width:48px;height:48px}.scroll-icon{width:20px;height:20px}}@media (max-width: 374px){.modern-container{padding:1.5rem .75rem}.modern-section{padding:1.5rem .75rem;margin-bottom:1rem}.section-title{font-size:1.75rem}.profile-name{font-size:2rem;line-height:1.2}.profile-title{font-size:1.1rem}.header-container{padding:1.5rem .75rem;min-height:70vh}.profile-image-modern{width:clamp(60px,15vw,90px);height:clamp(60px,15vw,90px)}.section-subtitle{font-size:.9rem}.projects-grid{gap:1rem}.skills-grid,.contact-cards,.form-grid{gap:.75rem}.timeline-container{padding-left:.75rem}.scroll-to-top-modern{bottom:.75rem;right:.75rem;width:44px;height:44px}}.container{width:90%;max-width:1200px;margin:0 auto;flex:1 0 auto;padding:0 1rem;min-width:0}.navbar{background:linear-gradient(90deg,#23283bbf 60%,#07fc);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;box-shadow:0 4px 32px #1f26874d;position:sticky;top:2.2rem;z-index:100;width:100%;border-bottom:1px solid rgba(78,170,255,.4);border-radius:0;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 0}.navbar ul{display:flex;justify-content:center;list-style:none;margin:0;padding:1rem 0;gap:2.5rem;flex-wrap:wrap}.navbar button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;padding:.7rem 1.5rem;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 12px #0077ff1a;letter-spacing:.5px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-height:44px;min-width:44px;touch-action:manipulation}.navbar button.active,.navbar button:hover{background:linear-gradient(135deg,#4eaaffe6,#0077ffe6);color:#fff;border-color:#fff6;box-shadow:0 4px 20px #4eaaff66;transform:translateY(-1px);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:1}main{padding:7rem 0;flex:1 0 auto;min-height:0}section,.card-section{background:var(--main-bg);color:var(--main-color);border-radius:var(--border-radius);box-shadow:var(--box-shadow);margin-bottom:2rem;padding:1.5rem 2rem;position:relative;border:var(--border)}.card-section{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--box-shadow);margin-bottom:2rem;padding:1.5rem 2rem;position:relative;border:var(--border);transition:var(--transition);transform:translateY(16px);opacity:0}.card-section:hover{transform:translateY(-5px);box-shadow:0 8px 40px #4eaaff26;border-color:#4eaaff4d}.card-section.fade-in-section{animation:slideInFromLeft .8s ease forwards;opacity:1;transform:translateY(0)}.card-section:nth-child(2n){animation:slideInFromRight .8s ease forwards}h1{margin:0 0 .75rem;font-size:2.8rem;font-weight:700;color:#fff;line-height:1.2}h2{margin:0 0 .75rem;font-size:1.4rem;font-weight:400;color:#b3c0d1;overflow:hidden;border-right:2px solid #4eaaff;white-space:nowrap;margin:0 auto;animation:typewriter 3s steps(40,end),blink .75s step-end infinite;line-height:1.3}h3{color:#4eaaff;margin-top:0;margin-bottom:1rem;font-size:1.6rem;font-weight:600;line-height:1.3}.contact-form-section{background:#23283bd9;border-radius:18px;box-shadow:0 4px 32px #1f268721;margin-bottom:3rem;padding:2rem 3.5rem;position:relative;border:1.5px solid rgba(255,255,255,.08)}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#e6e6e6;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;background:#181c24cc;color:#e6e6e6;font-size:1rem;font-family:Montserrat,Arial,sans-serif;transition:all .3s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;min-height:44px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4eaaff;box-shadow:0 0 0 3px #4eaaff26;background:#181c24f2}.form-group input::placeholder,.form-group textarea::placeholder{color:#b3c0d1;opacity:.7}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{background:linear-gradient(135deg,#07f,#4eaaff);color:#fff;border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:Montserrat,Arial,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #0077ff40;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:all .6s cubic-bezier(.4,0,.2,1);z-index:0}.submit-btn:hover:before{width:300px;height:300px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #07f6;background:linear-gradient(135deg,#08f,#5abbff)}.submit-btn:active{transform:translateY(0);box-shadow:0 4px 12px #0077ff4d}.submit-btn:focus{outline:none;box-shadow:0 0 0 3px #4eaaff4d}@media (max-width: 768px){.submit-btn{padding:.75rem 1.5rem;font-size:.9rem}}.success-message{background:#4eaaff1a;border:1px solid #4eaaff;border-radius:12px;padding:1rem;margin-top:1rem;color:#4eaaff;text-align:center;font-weight:600;opacity:0;transform:translateY(-20px) scale(.8);transition:all .5s cubic-bezier(.4,0,.2,1)}.success-message.show{opacity:1;transform:translateY(0) scale(1);animation:successPulse .6s ease}@keyframes successPulse{0%{transform:scale(.8)}50%{transform:scale(1.05)}to{transform:scale(1)}}.error-message{background:#ff52521a;border:1px solid #ff5252;border-radius:12px;padding:1rem;margin-top:1rem;color:#ff5252;text-align:center;font-weight:600}.required{color:#ff5252}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#181c2480;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.contact-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(78,170,255,.1),transparent);transition:left .5s ease}.contact-item:hover:before{left:100%}.contact-item:hover{background:#23283bcc;border-color:#4eaaff80;transform:translate(5px)}.contact-item svg{color:#4eaaff;width:1.25rem;height:1.25rem}.contact-item a{color:#e6e6e6;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#4eaaff}.h-captcha{margin:1rem 0;display:flex;justify-content:center}.skills-list{padding-left:0;margin-top:1rem}.upgraded-skills{display:flex;flex-direction:column;gap:1.5rem;padding-left:0}.upgraded-skills li{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.upgraded-skills li:last-child{border-bottom:none}.project{margin-bottom:1.5rem;background:#181c24;color:#e6e6e6;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0077ff1a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;height:fit-content}.project:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#07f,#4eaaff,#00d4ff);transform:scaleX(0);transition:transform .3s ease}.project:hover{transform:translateY(-8px) rotateX(2deg);box-shadow:0 15px 35px #4eaaff33}.project:hover:before{transform:scaleX(1)}.project h4{margin:0 0 .75rem;color:#e6e6e6;font-size:1.2rem;font-weight:600}.project p{line-height:1.6;margin-bottom:1rem}.project-link{display:inline-block;margin-top:.5rem;color:#4eaaff;background:#181c24;border:1px solid #4eaaff;border-radius:6px;padding:.3rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.project-link:hover{background:#4eaaff;color:#181c24}.project-actions{display:flex;gap:1rem;margin-top:1.2rem;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.project-link,.details-button{margin:0;min-width:140px;height:44px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.details-button{padding:.3rem 1.1rem;border-radius:6px;border:1px solid #4eaaff;background:#181c24;color:#4eaaff;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.details-button:hover{background:#4eaaff;color:#181c24}@media (max-width: 600px){.project-actions{flex-direction:column;align-items:stretch;gap:.7rem}.project-link,.details-button{width:100%;min-width:0}}.footer{background:#181c24!important;color:#b3c0d1;text-align:center;padding:2rem 0;margin-top:3rem;font-size:.95rem;border-radius:0 0 14px 14px;flex-shrink:0}.social-links{margin-top:1.5rem;display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}.social-links a{color:#b3c0d1;transition:all .3s ease;display:flex;align-items:center;transform:scale(1);position:relative}.social-links a:hover{color:#4eaaff;transform:scale(1.2) rotate(5deg)}.social-links a:before{content:"";position:absolute;inset:-5px;background:linear-gradient(45deg,transparent,#4eaaff,transparent);border-radius:50%;opacity:0;transition:opacity .3s ease;z-index:-1}.social-links a:hover:before{opacity:.3;animation:sparkle 1s ease-in-out}.glass-navbar{position:sticky;top:4.5rem;margin:0 auto 1.5rem;border-radius:18px;width:90%;max-width:900px;z-index:20;box-shadow:0 4px 24px #1f26872e}.scroll-to-top{position:fixed;bottom:2.5rem;right:2.5rem;background:linear-gradient(135deg,#07f,#4eaaff);color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:1.5rem;box-shadow:0 4px 20px #0077ff4d;cursor:pointer;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:rgba(78,170,255,.3);min-height:56px;min-width:56px}.scroll-to-top:before{content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12px solid white;display:block}.scroll-to-top:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 30px #4eaaff80}.skill-icon{width:1.5em;height:1.5em;margin-right:.7em;vertical-align:middle;color:#4eaaff}.skill-bar{background:#23283b;border-radius:8px;height:10px;margin:.4em 0 .2em 2.5em;width:60%;box-shadow:0 1px 4px #0077ff14}.skill-bar-fill{background:linear-gradient(90deg,#07f,#4eaaff,#00d4ff);height:100%;border-radius:8px;transition:width 2s cubic-bezier(.4,0,.2,1)}.modern-contact-section{background:var(--background-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius-lg);padding:3rem;margin-bottom:3rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.modern-contact-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary-gradient)}.contact-content-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:2rem}.contact-info-section{display:flex;flex-direction:column}.contact-info-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.contact-cards{display:flex;flex-direction:column;gap:1rem}.modern-contact-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);text-decoration:none;color:inherit;transition:var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-contact-card:hover{background:#667eea1a;border-color:#667eea4d;transform:translate(8px)}.modern-contact-card.location-card{cursor:default}.modern-contact-card.location-card:hover{transform:translateY(-2px)}.contact-card-icon{width:48px;height:48px;background:var(--primary-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;min-width:48px}.contact-card-icon svg{width:24px;height:24px}.contact-card-info{flex:1}.contact-card-info h5{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.contact-card-info span{color:var(--text-secondary);font-size:.875rem}.contact-form-section{display:flex;flex-direction:column}.contact-form-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.modern-contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-primary);font-size:.875rem}.form-group input,.form-group textarea{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--border-radius);color:var(--text-primary);font-size:.875rem;transition:var(--transition-normal);font-family:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#667eea1a;box-shadow:0 0 0 3px #667eea33}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.submit-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:var(--border-radius);font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition-normal);min-height:52px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-icon{width:20px;height:20px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.form-message{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--border-radius);margin-top:1rem}.success-message{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.message-icon{width:24px;height:24px;min-width:24px;margin-top:.125rem}.form-message h5{margin:0 0 .25rem;font-size:1rem;font-weight:600}.form-message p{margin:0;font-size:.875rem;opacity:.9}@media (max-width: 968px){.contact-content-grid{grid-template-columns:1fr;gap:2rem}.form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.modern-contact-section{padding:2rem 1.5rem}.contact-cards{gap:.75rem}.modern-contact-card{padding:1rem}.contact-card-icon{width:40px;height:40px;min-width:40px}.contact-card-icon svg{width:20px;height:20px}}@supports (height: 100dvh){.modern-header,.header-container{min-height:100dvh}@media (max-width: 768px){.modern-header,.header-container{min-height:100dvh}}}.modern-header:first-child{margin-top:0;padding-top:0}@supports (container-type: inline-size){.header-container{container-type:inline-size}}@media (min-resolution: 120dpi) and (min-width: 1200px){.profile-image-modern{width:clamp(90px,8vw,110px);height:clamp(90px,8vw,110px)}}@media (min-resolution: 144dpi){.profile-image-modern{width:clamp(75px,8vw,105px);height:clamp(75px,8vw,105px)}}:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
