: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}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6c63ff;--secondary: #4a42e8;--dark: #0f172a;--darker: #020617;--light: #f8fafc;--accent: #ff6584}body{font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;padding:0;color:var(--light);background-color:var(--darker);line-height:1.6;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;z-index:-1}.home-section{position:relative;min-height:100vh;padding:4rem 2rem;overflow:hidden}.tech-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:30px 30px;animation:subtle-pan 20s linear infinite}.developer-intro{position:relative;z-index:10;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.text-content{display:flex;flex-direction:column;justify-content:center}.main-heading{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(90deg,#fff,#c9d6ff);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.main-heading:after{content:"";position:absolute;bottom:-15px;left:0;width:80px;height:4px;background:var(--primary);border-radius:2px}.sub-heading{font-size:clamp(1rem,2vw,1.5rem);margin-bottom:2rem;color:#fffc;max-width:600px}.typing-effect{font-family:Fira Code,monospace;color:var(--primary);border-right:2px solid var(--primary);animation:blink .7s infinite;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cta-buttons{display:flex;gap:1.5rem;margin-top:2rem}.btn{padding:.8rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 15px #6c63ff4d}.btn-primary:hover{background:var(--secondary);transform:translateY(-3px);box-shadow:0 6px 20px #6c63ff66}.btn-outline{border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:#6c63ff1a;transform:translateY(-3px)}.social-links{display:flex;gap:1.5rem;margin-top:3rem}.social-link{color:#fff;font-size:1.5rem;transition:all .3s ease}.social-link:hover{color:var(--primary);transform:translateY(-3px)}.profile-container{position:relative;display:flex;justify-content:center;align-items:center}.profile-frame{width:400px;height:400px;border-radius:30px;overflow:hidden;box-shadow:0 25px 50px #0000004d;position:relative;transition:transform .5s ease}.profile-frame:hover{transform:scale(1.03)}.profile-image{width:100%;height:100%;object-fit:cover}.tech-stack-badge{position:absolute;background:#0f172acc;border:2px solid var(--primary);border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 15px #0003;transition:all .5s ease}.tech-stack-badge img{width:50px;height:50px;object-fit:contain}.badge-1{top:10%;left:10%;animation:float 6s ease-in-out infinite}.badge-2{top:10%;right:10%;animation:float 5s ease-in-out infinite 1s}.badge-3{bottom:10%;left:10%;animation:float 7s ease-in-out infinite .5s}.badge-4{bottom:10%;right:10%;animation:float 6.5s ease-in-out infinite 1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media(max-width:1024px){.developer-intro{grid-template-columns:1fr;gap:3rem}.profile-container{order:-1}.profile-frame{width:300px;height:300px}.tech-stack-badge{width:60px;height:60px}.tech-stack-badge img{width:40px;height:40px}}.contact-section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.contact-section h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#c9d6ff);-webkit-background-clip:text;background-clip:text;color:transparent}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#fffc;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-info h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--light)}.contact-info p{color:#ffffffb3;margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.8rem;color:#ffffffe6}.contact-item strong{color:var(--primary)}.contact-form{background:#0f172ab3;border:1px solid rgba(108,99,255,.2);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#ffffffe6;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border-radius:8px;border:1px solid rgba(108,99,255,.3);background:#020617b3;color:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6c63ff33}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:var(--primary);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #6c63ff4d}.submit-btn:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 6px 20px #6c63ff66}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem;order:-1}}.about-section{padding:3rem 1rem;background-color:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,sans-serif;line-height:1.6}.about-container{max-width:1200px;margin:0 auto}h1,h2,h3{font-weight:700;line-height:1.2}.highlight{color:#8b5cf6}.about-header{text-align:center;margin-bottom:3rem;position:relative}.header-accent{position:absolute;top:-.5rem;left:50%;transform:translate(-50%);width:4rem;height:.25rem;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:.25rem}.about-header h1{font-size:2.5rem;margin-bottom:.5rem}.subtitle{display:flex;justify-content:center;gap:1rem;color:#94a3b8}.role{font-weight:600;color:#e2e8f0}.location{position:relative;padding-left:1rem}.location:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:.25rem;height:.25rem;background-color:#8b5cf6;border-radius:50%}.bio-card{background:#1e293b;border-radius:.5rem;padding:2rem;margin-bottom:3rem;border-left:4px solid #8b5cf6}.bio-content p{margin-bottom:1rem}.lead{font-size:1.1rem;font-weight:500;color:#e2e8f0}.skills-section{margin-bottom:3rem}.section-title{text-align:center;font-size:2rem;margin-bottom:2.5rem;position:relative}.section-title span{color:#8b5cf6}.section-title:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:4rem;height:.25rem;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:.25rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.skill-card{background:#1e293b;border-radius:.5rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-.5rem);box-shadow:0 10px 25px -5px #00000040}.card-header{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #334155}.card-icon{font-size:1.5rem;margin-right:1rem;color:#8b5cf6}.skill-list{list-style:none;padding:0}.skill-list li{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem 0}.skill-icon{font-size:1.25rem;margin-right:.75rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.react{color:#61dafb}.javascript{color:#f7df1e}.postgres{color:#336791}.mysql{color:#4479a1}.htmlcss{background:#e34f26;color:#fff;font-size:.8rem;border-radius:.25rem}.python{color:#3776ab}.api{color:#8b5cf6}.architecture{color:#94a3b8}.principles-section{margin-bottom:2rem}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.principle{background:#1e293b;border-radius:.5rem;padding:1.5rem;text-align:center}.principle-icon{font-size:1.75rem;color:#8b5cf6;margin-bottom:1rem}.principle h3{font-size:1.25rem;margin-bottom:.5rem;color:#e2e8f0}.principle p{color:#94a3b8;font-size:.95rem}@media(max-width:768px){.about-header h1{font-size:2rem}.section-title{font-size:1.75rem}.skills-grid,.principles-grid{grid-template-columns:1fr}}.golang{color:#00add8}.php{color:#777bb4}.django{color:#092e20}.skill-card.backend .skill-list li{padding:.4rem 0}.nodejs{color:#393}.skill-card.backend .skill-list li{padding:.35rem 0;font-size:.95rem}.projects-section{padding:6rem 2rem;max-width:1400px;margin:0 auto;position:relative;overflow:hidden}.projects-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/my-portfolio/assets/tech-bg-sI68xM-t.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.08;z-index:-2;border:2px solid red!important;background-color:#f003!important}.project-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.3;background-image:radial-gradient(circle,var(--primary) 1px,transparent 1px);background-size:20px 20px;animation:subtle-pan 15s linear infinite}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#c9d6ff);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary);border-radius:2px}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#fffc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:#0f172ab3;border:1px solid rgba(108,99,255,.2);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000004d;border-color:#6c63ff66}.project-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.project-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;flex-shrink:0}.project-title-wrapper{flex:1}.project-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#fff}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#6c63ff26;color:var(--primary);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.project-body{flex:1;margin-bottom:1.5rem}.project-description{color:#fffc;margin-bottom:1.5rem;line-height:1.7}.project-features{margin-top:1.5rem}.features-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.features-list{list-style:none;padding:0;margin:0}.feature-item{color:#ffffffb3;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:flex-start;line-height:1.5}.feature-marker{color:var(--primary);margin-right:.5rem;font-weight:700}.project-footer{display:flex;gap:1rem;margin-top:auto}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6c63ff1a;color:var(--primary);border-radius:8px;font-size:.9rem;font-weight:600;transition:all .3s ease;text-decoration:none}.project-link:hover{background:#6c63ff33;transform:translateY(-2px)}.link-icon{font-size:1rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.project-header{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1rem}.project-footer{flex-direction:column;gap:.5rem}.project-link{justify-content:center}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 2rem;transition:all .4s ease;background:#0206171a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(108,99,255,.1)}.header.scrolled{background:#020617f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 2rem;box-shadow:0 5px 20px #0003;border-bottom:1px solid rgba(108,99,255,.2)}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;z-index:1001}.logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(90deg,#fff,#c9d6ff);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}.logo-accent{width:30px;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;margin-top:4px}.desktop-nav{display:flex}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{position:relative}.nav-link{background:none;border:none;color:#fffc;font-weight:600;font-size:1rem;cursor:pointer;padding:.5rem 0;position:relative;transition:all .3s ease;font-family:inherit}.nav-link:hover{color:#fff}.nav-link.active{color:var(--primary)}.nav-indicator{position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:var(--primary);border-radius:1px}.header-cta{display:flex}.cta-button{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6c63ff4d}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px;z-index:1001}.menu-line{width:25px;height:2px;background:#fff;transition:all .3s ease;transform-origin:center}.mobile-menu-btn .line-1{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn .line-2{opacity:0}.mobile-menu-btn .line-3{transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{position:fixed;top:0;right:0;width:300px;height:100vh;background:#020617fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(108,99,255,.2);z-index:1002;display:none}.mobile-nav.open{display:block}.mobile-nav-content{padding:6rem 2rem 2rem;height:100%}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid rgba(108,99,255,.2)}.mobile-nav-title{font-size:1.5rem;font-weight:700;color:#fff}.mobile-close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-item{margin-bottom:1rem}.mobile-nav-link{background:none;border:none;color:#fffc;font-size:1.2rem;font-weight:600;cursor:pointer;padding:1rem 0;width:100%;text-align:left;position:relative;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary)}.mobile-nav-indicator{position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:var(--primary);border-radius:2px}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1001}@media(max-width:768px){.header{padding:1rem}.header.scrolled{padding:.75rem 1rem}.desktop-nav,.header-cta{display:none}.mobile-menu-btn{display:flex}.logo-text{font-size:1.25rem}.mobile-nav{display:block}}@media(max-width:480px){.logo-text{font-size:1.1rem}.mobile-nav{width:100%}}@keyframes subtle-pan{0%{background-position:0 0}to{background-position:100px 100px}}.certifications-section{padding:4rem 2rem;background-color:var(--dark);text-align:center}.cert-gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:2rem}.cert-item{position:relative;display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer}.cert-circle{width:180px;height:180px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px #0003}.cert-item:hover .cert-circle{transform:translateY(-5px);box-shadow:0 10px 25px #ffffff26}.cert-img{max-width:100%;max-height:100%;object-fit:contain}.cert-tooltip{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background-color:transparent;color:#fff;font-size:.8rem;font-weight:400;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.8);z-index:10;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.cert-item:hover .cert-tooltip{opacity:1;visibility:visible;bottom:-50px}@media(max-width:768px){.cert-gallery{gap:1.5rem}.cert-circle{width:140px;height:140px;padding:1rem}.cert-tooltip{font-size:.9rem}}
