@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--color-bg-primary: #131A29;--color-bg-secondary: #1A243C;--color-accent: #3E7BFA;--color-accent-secondary: #2A5AB3;--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .8);--color-text-muted: rgba(255, 255, 255, .7);--color-text-dim: rgba(255, 255, 255, .6);--color-border: rgba(255, 255, 255, .05);--color-border-light: rgba(255, 255, 255, .1);--font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mobile-breakpoint: 900px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background:linear-gradient(135deg,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%);color:var(--color-text-primary);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#131a29b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);text-decoration:none;margin-left:2.5rem}.header-nav{display:flex;gap:.75rem;margin-right:2.5rem}.header-nav-link{font-size:.875rem;font-weight:400;color:var(--color-text-primary);text-decoration:none;padding:.5rem .75rem;border-radius:4px;transition:color .2s;cursor:pointer;background:none;border:none;font-family:inherit}.header-nav-link:hover,.header-nav-link.active{color:var(--color-accent)}.header-nav-link.active{font-weight:600}@media(max-width:900px){.header{padding:1rem 1.25rem}.header-logo{margin-left:.5rem}.header-nav{display:none}}.particle-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.main-content{position:relative;z-index:1}.section{min-height:100vh;padding:5rem;display:flex;align-items:center}@media(max-width:900px){.section{padding:5rem 1.25rem;min-height:auto}}.home-section{padding-top:6rem}.home-content{display:flex;align-items:center;gap:5rem;width:100%;max-width:1400px;margin:0 auto}.home-text{flex:1}.home-image{flex:1;display:flex;justify-content:center}.badge{display:inline-block;padding:.375rem .75rem;background:#3e7bfa1a;border:1px solid rgba(62,123,250,.3);border-radius:4px;font-size:.75rem;font-weight:500;color:var(--color-accent);letter-spacing:1.5px;margin-bottom:1.5rem}.home-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:.5rem}.home-subtitle{font-size:1.25rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:1.5rem}.accent-line{width:60px;height:4px;background:var(--color-accent);border-radius:2px;margin-bottom:1.5rem}.home-description{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:540px}.home-buttons{display:flex;gap:1rem;margin-bottom:2.5rem}.btn-primary{padding:1rem 2rem;background:var(--color-accent);color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}.btn-primary:hover{background:var(--color-accent-secondary)}.btn-outline{padding:1rem 2rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .2s;font-family:inherit}.btn-outline:hover{border-color:#ffffff80}.social-links{display:flex;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff08;border:1px solid var(--color-border-light);border-radius:4px;color:#fff;text-decoration:none;transition:all .2s}.social-btn:hover{background:#ffffff14;border-color:#fff3}.profile-image-container{background:var(--color-bg-secondary);border-radius:8px;box-shadow:0 20px 30px #0000004d;border:1px solid var(--color-border);overflow:hidden}.profile-image{height:580px;width:auto;display:block}@media(max-width:900px){.home-section{padding-top:5rem}.home-content{flex-direction:column;text-align:center;gap:2.5rem}.home-title{font-size:2.625rem}.home-subtitle{font-size:1rem}.home-description,.accent-line{margin-left:auto;margin-right:auto}.home-buttons,.social-links{justify-content:center}.profile-image{height:400px}.home-image{order:1}.home-text{order:2}}.card{background:var(--color-bg-secondary);border-radius:8px;padding:2.5rem;box-shadow:0 10px 20px #0003;border:1px solid var(--color-border)}.card-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#3e7bfa1a;border-radius:4px;color:var(--color-accent);margin-bottom:1rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:.75rem}.section-subtitle{font-size:1rem;color:var(--color-text-muted);line-height:1.6}.section-line{width:40px;height:3px;background:var(--color-accent);border-radius:1.5px;margin-bottom:1.25rem}.about-section .section-content{display:flex;gap:2.5rem;width:100%;max-width:1400px;margin:0 auto}.about-main{flex:2}.about-sidebar{flex:1;display:flex;flex-direction:column;gap:1rem;justify-content:center}.about-text{font-size:1rem;line-height:1.6;margin-bottom:1rem}.about-text:first-of-type{color:var(--color-text-secondary)}.about-text:not(:first-of-type){color:var(--color-text-muted)}.experience-indicators{display:flex;gap:2.5rem;margin-top:1.5rem}.experience-item{flex:1;padding:1rem;background:var(--color-bg-primary);border-radius:6px;border:1px solid var(--color-border)}.experience-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#3e7bfa1a;border-radius:50%;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem}.experience-label{font-size:1rem;font-weight:600;margin-bottom:.375rem}.experience-sublabel{font-size:.75rem;color:var(--color-text-dim)}.stat-card{background:var(--color-bg-secondary);border-radius:8px;padding:1.5rem;box-shadow:0 8px 15px #00000026;border:1px solid var(--color-border);text-align:center;width:300px;margin:0 auto}.stat-value{font-size:2.25rem;font-weight:700;color:var(--color-accent);margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}@media(max-width:900px){.about-section .section-content{flex-direction:column}.experience-indicators{flex-direction:column;gap:1rem}.experience-item{display:flex;align-items:center;gap:1rem}.experience-icon{margin-bottom:0}.stat-card{width:100%}}.projects-section{min-height:auto;padding-top:3.75rem;padding-bottom:3.75rem}.projects-section .section-content{width:100%;max-width:1400px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.project-card{background:var(--color-bg-secondary);border-radius:8px;padding:1.25rem;box-shadow:0 8px 15px #00000026;border:1px solid var(--color-border)}.project-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#3e7bfa1a;border-radius:8px;color:var(--color-accent);margin-bottom:1rem}.project-title{font-size:1.125rem;font-weight:700;line-height:1.2;margin-bottom:.625rem}.project-description{font-size:.8125rem;line-height:1.5;color:var(--color-text-muted);margin-bottom:.75rem}.project-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--color-accent);text-decoration:none;font-size:.875rem;font-weight:600;transition:opacity .2s}.project-link:hover{opacity:.8}@media(max-width:900px){.projects-grid{grid-template-columns:1fr}}.skills-section{min-height:auto;padding-top:2.5rem;padding-bottom:2.5rem}.skills-section .section-content{display:flex;gap:3.75rem;width:100%;max-width:1400px;margin:0 auto}.skills-intro,.skills-details{flex:1}.skills-title{font-size:2rem;font-weight:700;line-height:1.3;white-space:pre-line;margin-bottom:1rem}.skills-description{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:2.5rem}.education-card{background:var(--color-bg-secondary);border-radius:8px;padding:1.875rem;box-shadow:0 8px 15px #00000026;border:1px solid var(--color-border)}.education-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.credential-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.credential-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.credential-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3e7bfa1a;border-radius:4px;color:var(--color-accent);flex-shrink:0}.credential-content{flex:1}.credential-name{font-size:1rem;font-weight:600;margin-bottom:.25rem}.credential-details{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.credential-issuer{font-size:.875rem;color:var(--color-text-dim)}.credential-date{font-size:.875rem;color:var(--color-accent)}.expertise-title{font-size:1.25rem;font-weight:700;margin-bottom:1.875rem}.expertise-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.expertise-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-bg-primary);border-radius:6px;border:1px solid var(--color-border)}.expertise-dot{width:8px;height:8px;background:var(--color-accent);border-radius:50%;flex-shrink:0}.expertise-label{font-size:.9375rem;font-weight:500;color:var(--color-text-secondary)}.tech-title{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.tech-chips{display:flex;flex-wrap:wrap;gap:.5rem}.tech-chip{padding:.5rem 1rem;background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:4px;font-size:.75rem;font-weight:500;color:var(--color-text-secondary)}@media(max-width:900px){.skills-section .section-content{flex-direction:column}.skills-title{white-space:normal}.credential-details{flex-direction:column;align-items:flex-start}}.contact-section{min-height:auto;padding-top:2.5rem;padding-bottom:2.5rem}.contact-section .section-content{width:100%;max-width:1400px;margin:0 auto}.contact-grid{display:flex;gap:2.5rem;margin-top:3.75rem}.contact-card{flex:1;display:flex;align-items:center;gap:1.25rem;background:var(--color-bg-secondary);border-radius:8px;padding:1.5rem;box-shadow:0 8px 15px #00000026;border:1px solid var(--color-border);cursor:pointer;transition:border-color .2s;text-decoration:none;color:inherit}.contact-card:hover{border-color:var(--color-border-light)}.contact-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#3e7bfa1a;border-radius:8px;color:var(--color-accent);flex-shrink:0}.contact-label{font-size:.875rem;font-weight:500;color:var(--color-text-dim);margin-bottom:.25rem}.contact-value{font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-sublabel{font-size:.75rem;color:var(--color-text-dim)}.connect-section{flex:1}.connect-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.connect-social{display:flex;gap:.75rem}.connect-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:4px;color:var(--color-text-secondary);text-decoration:none;transition:all .2s}.connect-btn:hover{background:#ffffff0d;border-color:#fff3}@media(max-width:900px){.contact-grid{flex-direction:column}}
