@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--bg: #050816;--card: #1d1836;--purple: #915EFF;--purple-dim: rgba(145, 94, 255, .25);--white: #ffffff;--muted: #aaa6c3;--border: rgba(145, 94, 255, .3);--font: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--white);overflow-x:hidden}a{color:inherit;text-decoration:none}.section-label{font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}.section-heading{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.section-heading span{color:var(--purple)}.section-body{font-size:1rem;line-height:1.85;color:var(--muted);max-width:720px}main{position:relative;z-index:1}.page-section{width:100%;padding:6rem clamp(1.5rem,8vw,8rem)}.page-section.solid{background:var(--bg)}.navbar{position:fixed;top:0;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:space-between;padding:1.1rem clamp(1.5rem,6vw,5rem);transition:background .4s,backdrop-filter .4s}.navbar.scrolled{background:#050816d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;color:var(--white)}.nav-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--purple)}.nav-avatar-placeholder{width:38px;height:38px;border-radius:50%;background:var(--purple-dim);border:2px solid var(--purple);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--purple)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--white)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 clamp(1.5rem,8vw,8rem);padding-top:80px;position:relative;background:transparent}.hero-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem}.hero-dot{width:10px;height:10px;border-radius:50%;background:var(--purple);flex-shrink:0}.hero-line{width:2px;height:80px;background:linear-gradient(to bottom,var(--purple),transparent);position:absolute;left:clamp(1.5rem,8vw,8rem);top:50%;transform:translateY(-60%)}.hero-title{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:900;line-height:1.1;margin-bottom:1.2rem}.hero-title span{color:var(--purple)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--muted);max-width:520px;line-height:1.7;margin-bottom:2.5rem}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.scroll-mouse{width:28px;height:44px;border:2px solid var(--muted);border-radius:14px;display:flex;justify-content:center;padding-top:7px}.scroll-mouse-dot{width:4px;height:8px;background:var(--muted);border-radius:2px;animation:scrollDot 1.8s ease-in-out infinite}@keyframes scrollDot{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.3}}.cards-row{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:3rem}.service-card{flex:1;min-width:200px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #915eff33}.service-icon{font-size:2.5rem}.service-title{font-size:1rem;font-weight:700;color:var(--white)}.timeline{position:relative;display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--purple),transparent);transform:translate(-50%)}.timeline-item{display:flex;align-items:flex-start;gap:2rem;width:100%;position:relative}.timeline-item.right{flex-direction:row-reverse}.timeline-card{flex:1;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.timeline-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.timeline-card .company{font-size:.85rem;color:var(--purple);margin-bottom:1rem}.timeline-card ul{padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem}.timeline-card li{font-size:.88rem;color:var(--muted);line-height:1.6}.timeline-node{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;padding-top:.5rem}.timeline-circle{width:60px;height:60px;border-radius:50%;background:var(--card);border:2px solid var(--purple);display:flex;align-items:center;justify-content:center;font-size:1.4rem}.timeline-date{font-size:.78rem;color:var(--muted);white-space:nowrap}.timeline-spacer{flex:1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.project-card{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #915eff33}.project-img{width:100%;height:200px;object-fit:cover;background:linear-gradient(135deg,#1a1040,#2d1b69);display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative}.project-share{width:36px;height:36px;border-radius:50%;background:#0009;border:2px solid var(--white);display:flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;transition:background .2s}.project-share:hover{background:var(--purple)}.project-info{padding:1.25rem}.project-info h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.project-info p{font-size:.82rem;color:var(--muted);line-height:1.6;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem}.project-tag{font-size:.72rem;padding:.2rem .6rem;border-radius:999px;background:var(--purple-dim);color:var(--purple);border:1px solid var(--border)}.os-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-top:3rem}.project-contribution{padding:1.5rem;display:flex;flex-direction:column;gap:.85rem}.contrib-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .75rem;border-radius:999px;border:1px solid var(--border);font-size:.72rem;color:var(--muted);width:fit-content}.contrib-title{font-size:1.05rem;font-weight:700;margin:0}.contrib-desc{font-size:.82rem;color:var(--muted);line-height:1.6;margin:0}.contrib-divider{border:none;border-top:1px solid var(--border);margin:.1rem 0}.contrib-footer{display:flex;justify-content:space-between;align-items:center}.contrib-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--purple);text-decoration:none}.contrib-link:hover{text-decoration:underline}.contrib-date{font-size:.8rem;color:var(--muted)}.pstack-section{padding:6rem 2rem 0;max-width:1100px;margin:0 auto}.pstack-heading-wrap{margin-bottom:3rem}.pstack-list{position:relative}.pstack-scroll-section{min-height:100vh}.pstack-scroll-section:last-child{min-height:60vh}.pstack-card{position:sticky;border-radius:16px;border:1px solid var(--border);background:var(--card);overflow:hidden;box-shadow:0 4px 24px #0006}.pstack-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:72px;border-bottom:1px solid var(--border);background:var(--card);gap:1rem}.pstack-num-block{display:flex;align-items:baseline;gap:1rem;overflow:hidden}.pstack-num{font-size:2rem;font-weight:800;color:var(--white);flex-shrink:0;line-height:1}.pstack-title{font-size:.95rem;font-weight:600;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pstack-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.pstack-live-btn{padding:.45rem 1.1rem;border-radius:999px;border:1.5px solid var(--white);font-size:.75rem;font-weight:600;color:var(--white);text-decoration:none;letter-spacing:.04em;transition:background .2s,color .2s;white-space:nowrap}.pstack-live-btn:hover{background:var(--white);color:#000}.pstack-code-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);text-decoration:none;transition:border-color .2s,color .2s}.pstack-code-btn:hover{border-color:var(--purple);color:var(--purple)}.pstack-body{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.pstack-visual{display:flex;align-items:center;justify-content:center;min-height:340px}.pstack-icon{font-size:5rem}.pstack-info{padding:2rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;border-left:1px solid var(--border)}.pstack-desc{font-size:.88rem;color:var(--muted);line-height:1.7;margin:0}.pstack-tags{display:flex;flex-wrap:wrap;gap:.4rem}@media (max-width: 640px){.pstack-body{grid-template-columns:1fr}.pstack-visual{min-height:180px}.pstack-info{border-left:none;border-top:1px solid var(--border);padding:1.25rem}.pstack-num{font-size:1.4rem}.pstack-title{font-size:.8rem}.pstack-live-btn{display:none}}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;color:var(--white);font-family:var(--font);font-size:.9rem;outline:none;resize:none;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted)}.form-group input:focus,.form-group textarea:focus{border-color:var(--purple)}.btn-primary{width:fit-content;padding:.85rem 2.5rem;background:var(--purple);color:var(--white);border:none;border-radius:8px;font-family:var(--font);font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}.btn-primary:hover{opacity:.85;transform:translateY(-2px)}.contact-visual{display:flex;align-items:center;justify-content:center;min-height:300px;border-radius:16px;background:var(--card);border:1px solid var(--border);font-size:6rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-outline{padding:.75rem 1.8rem;border:2px solid var(--purple);border-radius:8px;color:var(--purple);font-family:var(--font);font-size:.9rem;font-weight:600;background:transparent;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}.btn-outline:hover{background:var(--purple);color:var(--white)}.project-links{position:absolute;top:12px;right:12px;display:flex;gap:.5rem}.project-share{width:36px;height:36px;border-radius:50%;background:#0009;border:2px solid var(--white);display:flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;color:var(--white);transition:background .2s;text-decoration:none}.project-share:hover{background:var(--purple);border-color:var(--purple)}.certs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;margin-top:3rem}.cert-card{display:flex;gap:1.25rem;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.4rem;text-decoration:none;color:inherit;transition:transform .3s,box-shadow .3s}.cert-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #915eff33}.cert-logo{width:52px;height:52px;flex-shrink:0;border-radius:10px;background:var(--purple-dim);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.cert-logo img{width:34px;height:34px;object-fit:contain}.cert-logo span{font-size:1.1rem;font-weight:800;color:var(--purple)}.cert-info h3{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.cert-issuer{font-size:.82rem;color:var(--purple);margin-bottom:.15rem}.cert-date{font-size:.78rem;color:var(--muted)}.contact-social{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;min-height:300px;border-radius:16px;background:var(--card);border:1px solid var(--border);padding:2.5rem}.contact-reach{font-size:1rem;font-weight:600;color:var(--muted)}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;color:var(--muted);transition:color .2s;text-decoration:none}.social-link:hover{color:var(--purple)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-top:3rem}.tool-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.tool-header{display:flex;align-items:flex-start;gap:1rem}.tool-icon{font-size:2rem;flex-shrink:0}.tool-header h3{font-size:1.05rem;font-weight:700;margin-bottom:.2rem}.tool-subtitle{font-size:.82rem;color:var(--muted)}.tool-form{display:flex;flex-direction:column;gap:.75rem}.tool-form input{background:#ffffff0d;border:1px solid var(--border);border-radius:8px;padding:.8rem 1rem;color:var(--white);font-family:var(--font);font-size:.9rem;outline:none;transition:border-color .2s}.tool-form input::placeholder{color:var(--muted)}.tool-form input:focus{border-color:var(--purple)}.tool-error{font-size:.82rem;color:#ff6b6b;padding:.4rem 0}.qr-result{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:.5rem}.qr-result img{border-radius:10px;border:2px solid var(--border);background:#fff;padding:8px}.blogs-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.blog-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:2rem}.blog-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.9rem;flex-wrap:wrap}.blog-tag{font-size:.72rem;padding:.2rem .7rem;border-radius:999px;background:var(--purple-dim);color:var(--purple);border:1px solid var(--border);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.blog-date,.blog-read{font-size:.8rem;color:var(--muted)}.blog-title{font-size:1.15rem;font-weight:700;margin-bottom:.6rem}.blog-teaser{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:1.2rem}.blog-toggle{background:none;border:none;color:var(--purple);font-family:var(--font);font-size:.9rem;font-weight:600;cursor:pointer;padding:0;transition:opacity .2s}.blog-toggle:hover{opacity:.7}.blog-article{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.blog-article h2{font-size:1.35rem;font-weight:800;line-height:1.3;margin-bottom:.4rem}.blog-published{font-size:.8rem;color:var(--muted);margin-bottom:1.8rem}.blog-section{margin-bottom:1.5rem}.blog-section h3{font-size:1rem;font-weight:700;color:var(--purple);margin-bottom:.5rem}.blog-section p{font-size:.9rem;color:var(--muted);line-height:1.8}.footer{text-align:center;padding:2rem;background:var(--card);color:var(--muted);font-size:.82rem;border-top:1px solid var(--border)}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;z-index:400}.nav-burger span{display:block;width:100%;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.nav-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:#050816f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:350;justify-content:center;align-items:center;gap:2.5rem}.nav-drawer a{font-size:1.5rem;font-weight:700;color:var(--white);transition:color .2s}.nav-drawer a:hover{color:var(--purple)}@media (max-width: 1024px){.timeline:before{left:28px}.timeline-item,.timeline-item.right{flex-direction:column;padding-left:70px;position:relative}.timeline-node{position:absolute;left:0;top:0;flex-direction:row;gap:0}.timeline-circle{width:52px;height:52px;font-size:1.1rem}.timeline-date,.timeline-spacer{display:none}.timeline-card{width:100%}.contact-layout{grid-template-columns:1fr;gap:2rem}}@media (max-width: 1024px){.nav-links{display:none}.nav-burger{display:flex}}@media (max-width: 768px){.hero{padding:0 1.5rem;padding-top:80px}.hero-cta{flex-direction:column;align-items:flex-start}.hero-scroll{display:none}.page-section{padding:4rem 1.5rem}.cards-row{flex-direction:column}.service-card{min-width:unset}.timeline:before{left:24px}.timeline-item,.timeline-item.right{padding-left:60px}.timeline-circle{width:44px;height:44px;font-size:1rem}.projects-grid,.certs-grid,.tools-grid,.contact-layout{grid-template-columns:1fr}.contact-social{min-height:unset}.blog-meta{flex-wrap:wrap;gap:.5rem}}
