@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Syne:wght@600;700;800&display=swap";
.projects-module__lnHueG__page{background:var(--bg-primary);min-height:100vh;color:var(--text-primary);font-family:var(--font-mono);overflow-x:hidden}.projects-module__lnHueG__nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0d0f1ad9;justify-content:space-between;align-items:center;gap:20px;padding:14px 60px;display:flex;position:sticky;top:0}.projects-module__lnHueG__navBrand{flex-shrink:0;align-items:center;gap:12px;display:flex}.projects-module__lnHueG__navAvatar{background:linear-gradient(135deg, var(--purple), #5e4fd4);width:36px;height:36px;font-family:var(--font-display);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.projects-module__lnHueG__navName{font-family:var(--font-display);color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.2}.projects-module__lnHueG__navSub{color:var(--text-muted);font-size:10px}.projects-module__lnHueG__navLinks{align-items:center;gap:28px;display:flex}.projects-module__lnHueG__navLink{color:var(--text-muted);font-size:12px;text-decoration:none;transition:color .15s}.projects-module__lnHueG__navLink:hover{color:var(--text-primary)}.projects-module__lnHueG__navTerminal{color:var(--purple);border:1px solid var(--border-light);white-space:nowrap;border-radius:5px;flex-shrink:0;padding:6px 14px;font-size:12px;text-decoration:none;transition:border-color .15s,background .15s}.projects-module__lnHueG__navTerminal:hover{border-color:var(--purple);background:#7c6af714}.projects-module__lnHueG__hero{padding:100px 60px 80px;position:relative;overflow:hidden}.projects-module__lnHueG__heroBg{pointer-events:none;position:absolute;inset:0}.projects-module__lnHueG__heroBgGrid{background-image:linear-gradient(#7c6af70a 1px,#0000 1px),linear-gradient(90deg,#7c6af70a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.projects-module__lnHueG__heroBgGlow1{background:radial-gradient(circle,#7c6af71f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;left:-100px}.projects-module__lnHueG__heroBgGlow2{background:radial-gradient(circle,#41d99c14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;right:-100px}.projects-module__lnHueG__heroInner{align-items:flex-start;gap:60px;max-width:1200px;margin:0 auto;display:flex;position:relative}.projects-module__lnHueG__heroLeft{flex:1;min-width:0}.projects-module__lnHueG__heroTag{color:var(--green);background:#41d99c0f;border:1px solid #41d99c40;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 12px;font-size:11px;display:inline-flex}.projects-module__lnHueG__heroTagDot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite projects-module__lnHueG__pulse}@keyframes projects-module__lnHueG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.projects-module__lnHueG__heroTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:56px;font-weight:800;line-height:1.1}.projects-module__lnHueG__gradientText{background:linear-gradient(135deg, var(--purple) 0%, #a78bfa 50%, var(--blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.projects-module__lnHueG__heroRoles{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.projects-module__lnHueG__roleChip{background:#ffffff08;border:1px solid;border-radius:20px;padding:4px 12px;font-size:11px}.projects-module__lnHueG__heroBody{color:var(--text-secondary);max-width:540px;margin-bottom:32px;font-size:14px;line-height:1.9}.projects-module__lnHueG__heroStats{background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;align-items:center;gap:24px;width:fit-content;margin-bottom:36px;padding:20px 24px;display:flex}.projects-module__lnHueG__heroStat{flex-direction:column;align-items:center;gap:4px;display:flex}.projects-module__lnHueG__heroStatNum{font-family:var(--font-display);color:var(--purple);font-size:28px;font-weight:700}.projects-module__lnHueG__heroStatLabel{color:var(--text-muted);white-space:nowrap;font-size:10px}.projects-module__lnHueG__heroStatDivider{background:var(--border);width:1px;height:40px}.projects-module__lnHueG__heroActions{flex-wrap:wrap;gap:12px;display:flex}.projects-module__lnHueG__btnPrimary{background:var(--purple);color:#fff;font-family:var(--font-mono);border-radius:7px;align-items:center;padding:12px 24px;font-size:13px;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.projects-module__lnHueG__btnPrimary:hover{opacity:.9;transform:translateY(-1px)}.projects-module__lnHueG__btnSecondary{color:var(--text-primary);font-family:var(--font-mono);border:1px solid var(--border-light);background:0 0;border-radius:7px;align-items:center;padding:12px 24px;font-size:13px;text-decoration:none;transition:border-color .15s,background .15s,transform .15s;display:inline-flex}.projects-module__lnHueG__btnSecondary:hover{border-color:var(--text-primary);background:#ffffff08;transform:translateY(-1px)}.projects-module__lnHueG__btnGhost{color:var(--text-muted);font-family:var(--font-mono);border-radius:7px;align-items:center;padding:12px 20px;font-size:13px;text-decoration:none;transition:color .15s;display:inline-flex}.projects-module__lnHueG__btnGhost:hover{color:var(--text-primary)}.projects-module__lnHueG__heroRight{flex-direction:column;flex-shrink:0;gap:14px;width:300px;display:flex}.projects-module__lnHueG__infoCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;overflow:hidden}.projects-module__lnHueG__infoCardHeader{background:var(--bg-tertiary);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 14px;display:flex}.projects-module__lnHueG__infoCardDots{gap:5px;display:flex}.projects-module__lnHueG__infoCardDots span{border-radius:50%;width:10px;height:10px;display:block}.projects-module__lnHueG__infoCardTitle{color:var(--text-muted);font-size:11px}.projects-module__lnHueG__infoCardBody{flex-direction:column;gap:4px;padding:14px;display:flex}.projects-module__lnHueG__codeLine{gap:6px;font-size:12px;line-height:1.8;display:flex}.projects-module__lnHueG__codeKey{color:var(--blue)}.projects-module__lnHueG__codePunct{color:var(--text-muted)}.projects-module__lnHueG__codeStr{color:var(--green)}.projects-module__lnHueG__codeNum,.projects-module__lnHueG__codeArr{color:var(--amber)}.projects-module__lnHueG__codeGreen{color:var(--green)}.projects-module__lnHueG__langCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:16px}.projects-module__lnHueG__langCardTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:10px}.projects-module__lnHueG__langList{flex-direction:column;gap:8px;display:flex}.projects-module__lnHueG__langRow{align-items:center;gap:8px;display:flex}.projects-module__lnHueG__langDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.projects-module__lnHueG__langName{color:var(--text-secondary);font-size:12px}.projects-module__lnHueG__section{max-width:1320px;margin:0 auto;padding:80px 60px 0}.projects-module__lnHueG__sectionHeader{align-items:flex-start;gap:20px;margin-bottom:36px;display:flex}.projects-module__lnHueG__sectionNum{font-family:var(--font-display);color:#7c6af726;flex-shrink:0;margin-top:-4px;font-size:48px;font-weight:800;line-height:1}.projects-module__lnHueG__sectionTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:6px;font-size:28px;font-weight:700}.projects-module__lnHueG__sectionSub{color:var(--text-muted);font-size:12px}.projects-module__lnHueG__featuredGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.projects-module__lnHueG__featuredCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;padding:24px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.projects-module__lnHueG__featuredCard:hover{border-color:var(--purple);transform:translateY(-3px)}.projects-module__lnHueG__featuredCardWide{grid-column:span 2}.projects-module__lnHueG__featuredCardGlow{background:linear-gradient(90deg, transparent, var(--purple), transparent);opacity:0;height:1px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.projects-module__lnHueG__featuredCard:hover .projects-module__lnHueG__featuredCardGlow{opacity:1}.projects-module__lnHueG__featuredTop{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.projects-module__lnHueG__featuredIcon{font-size:24px}.projects-module__lnHueG__featuredLinks{gap:12px;display:flex}.projects-module__lnHueG__featuredLinkPurple{color:var(--purple);font-size:11px;text-decoration:none;transition:opacity .15s}.projects-module__lnHueG__featuredLinkGreen{color:var(--green);font-size:11px;text-decoration:none;transition:opacity .15s}.projects-module__lnHueG__featuredLinkPurple:hover,.projects-module__lnHueG__featuredLinkGreen:hover{opacity:.7}.projects-module__lnHueG__featuredName{font-family:var(--font-display);color:var(--text-primary);margin-bottom:10px;font-size:18px;font-weight:600}.projects-module__lnHueG__featuredDesc{color:var(--text-secondary);margin-bottom:18px;font-size:12px;line-height:1.8}.projects-module__lnHueG__featuredStack{flex-wrap:wrap;gap:6px;display:flex}.projects-module__lnHueG__stackTag{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-muted);border-radius:4px;padding:3px 9px;font-size:10px}.projects-module__lnHueG__repoGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.projects-module__lnHueG__repoCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:18px;text-decoration:none;transition:border-color .15s,transform .15s;display:block}.projects-module__lnHueG__repoCard:hover{border-color:var(--border-light);transform:translateY(-2px)}.projects-module__lnHueG__repoTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.projects-module__lnHueG__repoName{color:var(--blue);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.projects-module__lnHueG__repoStars{color:var(--amber);white-space:nowrap;flex-shrink:0;margin-left:8px;font-size:11px}.projects-module__lnHueG__repoDesc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.projects-module__lnHueG__repoBottom{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.projects-module__lnHueG__repoLang{color:var(--text-secondary);align-items:center;gap:5px;font-size:11px;display:flex}.projects-module__lnHueG__repoLangDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.projects-module__lnHueG__repoForks{color:var(--text-muted);font-size:11px}.projects-module__lnHueG__repoTopic{color:var(--purple);background:#7c6af71a;border:1px solid #7c6af733;border-radius:10px;padding:2px 7px;font-size:10px}.projects-module__lnHueG__skillsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.projects-module__lnHueG__skillCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:20px;transition:border-color .15s;position:relative;overflow:hidden}.projects-module__lnHueG__skillCard:hover{border-color:var(--border-light)}.projects-module__lnHueG__skillCardAccent{opacity:.7;border-radius:8px 0 0 8px;width:3px;height:100%;position:absolute;top:0;left:0}.projects-module__lnHueG__skillCardLabel{text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;padding-left:10px;font-size:10px;font-weight:600}.projects-module__lnHueG__skillCardItems{flex-wrap:wrap;gap:7px;padding-left:10px;display:flex}.projects-module__lnHueG__skillItem{color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-light);border-radius:4px;padding:3px 9px;font-size:11px}.projects-module__lnHueG__contactSection{text-align:center;border-top:1px solid var(--border);margin-top:100px;padding:100px 60px;position:relative;overflow:hidden}.projects-module__lnHueG__contactGlow{pointer-events:none;background:radial-gradient(#7c6af71a 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.projects-module__lnHueG__contactTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:16px;font-size:48px;font-weight:800;position:relative}.projects-module__lnHueG__contactSub{color:var(--text-muted);max-width:480px;margin:0 auto 40px;font-size:14px;line-height:1.8;position:relative}.projects-module__lnHueG__contactActions{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:28px;display:flex;position:relative}.projects-module__lnHueG__contactLinks{justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.projects-module__lnHueG__contactLink{color:var(--text-muted);font-size:12px;text-decoration:none;transition:color .15s}.projects-module__lnHueG__contactLink:hover{color:var(--text-primary)}.projects-module__lnHueG__contactDivider{color:var(--border-light)}.projects-module__lnHueG__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 60px;display:flex}.projects-module__lnHueG__footerText{color:var(--text-dim);font-size:11px}.projects-module__lnHueG__footerTerminal{color:var(--purple);font-size:12px;text-decoration:none;transition:opacity .15s}.projects-module__lnHueG__footerTerminal:hover{opacity:.7}@media (max-width:900px){.projects-module__lnHueG__nav{padding:12px 20px}.projects-module__lnHueG__navLinks{display:none}.projects-module__lnHueG__hero{padding:60px 20px 50px}.projects-module__lnHueG__heroInner{flex-direction:column;gap:40px}.projects-module__lnHueG__heroTitle{font-size:36px}.projects-module__lnHueG__heroRight{width:100%}.projects-module__lnHueG__heroStats{justify-content:space-between;width:100%}.projects-module__lnHueG__section{padding:60px 20px 0}.projects-module__lnHueG__contactSection{padding:60px 20px}.projects-module__lnHueG__footer{text-align:center;flex-direction:column;gap:10px;padding:20px}.projects-module__lnHueG__featuredGrid{grid-template-columns:1fr}.projects-module__lnHueG__featuredCardWide{grid-column:span 1}.projects-module__lnHueG__repoGrid{grid-template-columns:1fr}.projects-module__lnHueG__skillsGrid{grid-template-columns:1fr 1fr}.projects-module__lnHueG__contactTitle,.projects-module__lnHueG__sectionNum{font-size:32px}}@media (max-width:480px){.projects-module__lnHueG__heroTitle{font-size:28px}.projects-module__lnHueG__heroStats{flex-wrap:wrap;gap:16px}.projects-module__lnHueG__heroStatDivider{display:none}.projects-module__lnHueG__skillsGrid{grid-template-columns:1fr}.projects-module__lnHueG__heroActions{flex-direction:column}.projects-module__lnHueG__btnPrimary,.projects-module__lnHueG__btnSecondary{justify-content:center}}
