:root{--bg-color:#0b0f19;--surface-color:#1a2235;--surface-color-light:#242f48;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-cyan:#22d3ee;--accent-purple:#c084fc;--accent-green:#34d399;--border-color:#ffffff1a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top right, #111827 0%, var(--bg-color) 100%);background-attachment:fixed;min-width:1200px;min-height:100vh;margin:0;overflow-x:auto}h1,h2,h3,h4,h5,h6{color:var(--text-primary);line-height:1.2}a{color:var(--accent-cyan);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-purple)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-panel{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);background:#1a223599;border-radius:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.navbar{z-index:100;border-radius:50px;max-width:800px;margin:1rem auto;padding:1rem 2rem;position:sticky;top:1rem}.nav-content{justify-content:space-between;align-items:center;padding:0;display:flex}.logo{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-weight:800}.nav-links{gap:2rem;display:flex}.nav-links a{letter-spacing:.5px;font-size:.9rem;font-weight:600}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:4rem 0;display:flex}.profile-pic{object-fit:cover;border:4px solid var(--accent-cyan);border-radius:50%;width:200px;height:200px;margin-bottom:2rem;transition:transform .3s;box-shadow:0 0 20px #22d3ee66}.profile-pic:hover{transform:scale(1.05)}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}.highlight-cyan{color:var(--accent-cyan)}.highlight-purple{color:var(--accent-purple)}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem)}.hero-cta{gap:1rem;display:flex}.about-section{padding:4rem 0}.about-content{text-align:left;color:var(--text-secondary);border-radius:16px;padding:3rem;font-size:1.1rem;line-height:1.8}.about-content strong{color:var(--text-primary)}.about-content p{margin-bottom:1.5rem}.about-content p:last-child{margin-bottom:0}.skills-section{padding:4rem 0}.btn-primary,.btn-secondary{cursor:pointer;border-radius:30px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.btn-primary{background:var(--accent-cyan);color:#000;box-shadow:0 4px 15px #22d3ee4d}.btn-primary:hover{background:var(--text-primary);color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #22d3ee66}.btn-secondary{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.btn-secondary:hover{border-color:var(--text-primary);background:#ffffff0d}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.skills-section,.certs-section{padding:6rem 0}.skills-grid,.certs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.skill-card,.cert-card{padding:2rem;transition:transform .3s,border-color .3s}.skill-card:hover,.cert-card:hover{border-color:var(--accent-purple);transform:translateY(-5px)}.skill-icon-container{justify-content:center;margin-bottom:1rem;display:flex}.animated-icon{width:50px;height:50px;color:var(--accent-cyan)}.skill-card h3{margin-bottom:.5rem;font-size:1.2rem}.skill-card p,.cert-card p{color:var(--text-secondary);margin-top:1rem;font-size:.95rem}.cert-image{object-fit:contain;background:#ffffff0d;border-radius:8px;width:100%;height:180px;margin-bottom:1.5rem}.cert-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.cert-header h3{padding-right:1rem;font-size:1.1rem}.cert-issuer{color:var(--accent-purple);white-space:nowrap;background:#c084fc26;border-radius:12px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.footer{border-bottom:none;border-radius:24px 24px 0 0;margin-top:6rem;padding:4rem 0 2rem}.footer-content{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-cta h2{margin-bottom:1.5rem;font-size:2rem}.footer-cta{margin-bottom:3rem}.footer-links{gap:2rem;margin-bottom:3rem;display:flex}.copyright{color:var(--text-secondary);font-size:.9rem}.pdf-link{color:inherit;text-decoration:none;display:block}.pdf-placeholder{color:var(--accent-purple);cursor:pointer;background:#c084fc0d;border:1px dashed #c084fc66;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.pdf-placeholder:hover{border-color:var(--accent-purple);background:#c084fc26}@media (width<=768px){.nav-links{display:none}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{text-align:center}.modal-content{padding:1.5rem}.modal-header{flex-direction:column}}.clickable-card{cursor:pointer;position:relative;overflow:hidden}.cert-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0b0f19cc;border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.clickable-card:hover .cert-overlay{opacity:1}.cert-overlay span{background:var(--accent-cyan);color:#000;border-radius:30px;padding:.75rem 1.5rem;font-weight:700;transition:transform .3s;transform:translateY(20px)}.clickable-card:hover .cert-overlay span{transform:translateY(0)}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:#1a2235f2;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:600px;max-height:90vh;padding:2.5rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080,0 0 40px #c084fc26}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--accent-cyan);color:#000;transform:rotate(90deg)}.modal-image{object-fit:contain;background:#ffffff0d;border-radius:12px;width:100%;max-height:250px;margin-bottom:1.5rem}.modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.modal-title{color:var(--text-primary);text-align:left;font-size:1.5rem;font-weight:700;line-height:1.3}.modal-issuer{white-space:nowrap;padding:.4rem .8rem;font-size:.8rem}.modal-description{color:var(--text-secondary);text-align:left;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.modal-difficulty-box{border-left:4px solid var(--accent-purple);text-align:left;background:#0003;border-radius:12px;padding:1.5rem}.difficulty-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.difficulty-header h3{color:var(--text-primary);margin:0;font-size:1.1rem}.difficulty-badge{text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.difficulty-badge.advanced{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.difficulty-badge.intermediate{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.difficulty-badge.beginner{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.modal-effort{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}@keyframes scanLine{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.shield .scan-line{stroke:var(--accent-purple);animation:2s ease-in-out infinite scanLine}@keyframes spinGear{to{transform:rotate(360deg)}}.gears .gear-spin{transform-origin:50%;animation:6s linear infinite spinGear}@keyframes pulseCloud{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.cloud .cloud-pulse{transform-origin:50%;animation:3s ease-in-out infinite pulseCloud}@keyframes growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.chart .bar{transform-origin:bottom;animation:1s ease-out forwards growBar}.chart .bar-1{animation-delay:.1s}.chart .bar-2{animation-delay:.3s}.chart .bar-3{animation-delay:.5s}.modal-skill-icon-wrap{justify-content:center;margin-bottom:1.5rem;display:flex}.modal-skill-icon-wrap .animated-icon{width:80px;height:80px;color:var(--accent-purple);filter:drop-shadow(0 0 10px #c084fc66)}.skill-modal{text-align:center}.skill-focus-box{border-left:4px solid var(--accent-cyan);text-align:left;background:#10b9811a;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.skill-focus-box h3{color:var(--text-primary);margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.skill-focus-box p{color:var(--text-secondary);margin:0;line-height:1.5}.skill-details{text-align:left;border-left:4px solid var(--accent-purple);background:#0003;border-radius:12px;padding:1.5rem}.skill-details h3{color:var(--text-primary);margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.skill-details p{color:var(--text-secondary);margin:0;line-height:1.6}.fade-in-section{opacity:0;visibility:hidden;will-change:opacity, visibility;transition:opacity .8s ease-out,transform .8s ease-out,visibility .8s ease-out;transform:translateY(40px)}.fade-in-section.is-visible{opacity:1;visibility:visible;transform:none}.resume-btn{border:1px solid var(--accent-purple);color:#fff;background:#c084fc1a;justify-content:center;align-items:center;gap:.5rem;transition:all .3s;display:flex}.resume-btn:hover{background:var(--accent-purple);color:#000;transform:translateY(-2px);box-shadow:0 0 15px #c084fc80}.timeline-section{padding:4rem 0}.timeline{max-width:800px;margin:0 auto;padding:2rem 0;position:relative}.timeline:before{content:"";background:#c084fc4d;width:2px;height:100%;position:absolute;top:0;left:20px}.timeline-item{margin-bottom:3rem;padding-left:4rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--accent-purple);border:4px solid var(--bg-primary);border-radius:50%;width:18px;height:18px;position:absolute;top:20px;left:12px;box-shadow:0 0 10px #c084fc99}.timeline-content{text-align:left;border-radius:12px;padding:2rem}.timeline-content h3{color:var(--accent-cyan);margin-top:0;margin-bottom:.2rem;font-size:1.3rem}.timeline-date{color:var(--accent-purple);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.timeline-content p{color:var(--text-secondary);margin:0;line-height:1.6}.projects-section{padding:4rem 0}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{text-align:left;border-radius:16px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.project-card:hover{border-color:#00f0ff4d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080,0 0 20px #00f0ff1a}.project-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.project-icon{font-size:2rem}.project-category{color:var(--accent-purple);text-transform:uppercase;letter-spacing:1px;background:#c084fc1a;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.project-card h3{color:var(--text-primary);margin-top:0;margin-bottom:1rem;font-size:1.3rem}.project-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.6}.project-tech-list{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .8rem;font-size:.8rem}.contact-section{padding:4rem 0 6rem}.contact-container{text-align:left;grid-template-columns:1fr 1.5fr;gap:3rem;display:grid}.contact-info{border-radius:16px;padding:2.5rem}.contact-info h3{color:var(--accent-cyan);margin-top:0;margin-bottom:1rem;font-size:1.5rem}.contact-info p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-link{color:var(--text-primary);background:#ffffff0d;border-radius:8px;align-items:center;padding:.8rem 1rem;text-decoration:none;transition:all .2s;display:flex}.contact-link:hover{color:var(--accent-cyan);background:#00f0ff1a;transform:translate(5px)}.contact-form{border-radius:16px;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{color:var(--text-primary);background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-cyan);outline:none}.form-submit{cursor:pointer;align-self:flex-start;margin-top:.5rem}@media (width<=768px){.contact-container{grid-template-columns:1fr}.animated-icon{width:35px;height:35px}.modal-skill-icon-wrap .animated-icon{width:50px;height:50px}.project-icon{font-size:1.5rem}.skill-card,.project-card,.cert-card{padding:1.5rem}.timeline-item{padding-left:2.5rem}.timeline-dot{width:14px;height:14px;left:14px}.hero-title{font-size:2.2rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--accent-purple);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent-cyan)}body,a,button,.clickable-card{cursor:none}.custom-cursor{background-color:var(--accent-cyan);pointer-events:none;z-index:9999;width:20px;height:20px;box-shadow:0 0 15px var(--accent-cyan);border-radius:50%;transition:width .2s,height .2s,background-color .2s,box-shadow .2s;position:fixed;transform:translate(-50%,-50%)}.custom-cursor.hovering{border:2px solid var(--accent-purple);width:40px;height:40px;box-shadow:0 0 15px var(--accent-purple), inset 0 0 10px var(--accent-purple);background-color:#0000}.particles-canvas{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.type-wrap{min-height:2rem;margin-bottom:2.5rem}.verification-box{background:#0006;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:1rem;margin:1.5rem 0;padding:1.5rem;display:flex}.verification-info{flex-direction:column;gap:.2rem;display:flex}.verification-label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.8rem}.verification-id{color:var(--accent-cyan);word-break:break-all;font-family:monospace;font-size:1.1rem}.verify-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem;font-size:1rem;display:flex}@media (width<=768px){body,a,button,.clickable-card{cursor:auto}.custom-cursor{display:none}}.modal-large{width:90vw;padding:2.5rem;max-width:780px!important}.modal-project-header{border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1.25rem}.modal-meta-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.modal-role-badge{color:var(--accent-cyan);background:#22d3ee1f;border:1px solid #22d3ee4d;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.modal-date-badge{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.85rem;display:flex}.project-modal-section-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.project-modal-overview{color:var(--text-secondary);text-align:left;background:#0f172a66;border:1px solid #ffffff14;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.7}.project-highlights-box{text-align:left;background:#c084fc0f;border:1px solid #c084fc33;border-radius:12px;margin-bottom:1.75rem;padding:1.25rem 1.5rem}.project-highlights-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.project-highlights-list li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;display:flex}.highlight-bullet{color:var(--accent-cyan);font-size:1.1rem;font-weight:700;line-height:1}.project-gallery-container{flex-direction:column;gap:1.75rem;margin-top:1rem;display:flex}.gallery-card{background:#0f172ab3;border:1px solid #ffffff1a;border-radius:14px;transition:transform .3s,border-color .3s;overflow:hidden;box-shadow:0 10px 25px #0000004d}.gallery-card:hover{border-color:#22d3ee66;transform:translateY(-2px)}.gallery-img-wrap{background:#0000004d;justify-content:center;align-items:center;width:100%;max-height:380px;display:flex;position:relative;overflow:hidden}.gallery-img{object-fit:contain;width:100%;max-height:380px;transition:transform .4s;display:block}.gallery-card:hover .gallery-img{transform:scale(1.02)}.gallery-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--accent-cyan);letter-spacing:.5px;text-transform:uppercase;background:#0b0f19d9;border:1px solid #22d3ee4d;border-radius:8px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.gallery-info{text-align:left;border-top:1px solid #ffffff0f;padding:1.25rem 1.5rem}.gallery-title{color:var(--text-primary);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.gallery-desc{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.project-modal-footer{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.cert-showcase-frame{background:radial-gradient(circle,#1e293bb3 0%,#0b0f19f2 100%);border:1px solid #22d3ee40;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:1.75rem;padding:1rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #0006,inset 0 0 20px #22d3ee0d}.cert-showcase-frame:hover{border-color:#22d3ee80;box-shadow:0 15px 40px #00000080,0 0 25px #22d3ee26}.cert-showcase-img{object-fit:contain;border-radius:8px;width:100%;max-height:360px;transition:transform .3s;box-shadow:0 8px 20px #0009}.cert-showcase-frame:hover .cert-showcase-img{transform:scale(1.015)}.cert-zoom-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--accent-cyan);background:#0b0f19d9;border:1px solid #22d3ee4d;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #0006}.cert-status-badge{color:#34d399;background:#34d3991f;border:1px solid #34d3994d;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.cert-overview-box{text-align:left;color:var(--text-secondary);background:#0f172a80;border:1px solid #ffffff14;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.7}.cert-competencies-wrap{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.cert-competency-chip{color:var(--text-primary);background:#c084fc14;border:1px solid #c084fc40;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:background .2s,transform .2s}.cert-competency-chip:hover{background:#c084fc2e;transform:translateY(-1px)}.cert-rigor-card{border-left:4px solid var(--accent-purple);text-align:left;background:#00000040;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.cert-rigor-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.cert-rigor-header h4{color:var(--text-primary);align-items:center;gap:.4rem;margin:0;font-size:1rem;display:flex}.cert-rigor-text{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.cert-verification-card{text-align:left;background:#0f172a99;border:1px solid #22d3ee33;border-radius:14px;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.cert-verification-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.credential-label-wrap{flex-direction:column;gap:.25rem;display:flex}.credential-label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;font-size:.75rem;font-weight:700}.credential-id-val{color:var(--accent-cyan);word-break:break-all;background:#00000059;border:1px solid #22d3ee26;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-family:JetBrains Mono,Consolas,Monaco,monospace;font-size:1rem;font-weight:600;display:inline-flex}.copy-id-btn{color:var(--text-primary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.copy-id-btn:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#22d3ee26}.cert-verify-action-btn{border-radius:10px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}
