.Hero-module__Vtspxq__heroSection{padding:1.5rem 0 2.5rem}.Hero-module__Vtspxq__bannerCard{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);text-align:center;background-color:#0000;background-image:linear-gradient(#14182166 0%,#0a0c10b3 100%),url("/images/Tanjiro Kamado Wallpaper.jpg");background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;height:220px;padding:1rem;display:flex;position:relative;overflow:hidden}.Hero-module__Vtspxq__bannerOverlayText{font-family:var(--font-serif);color:#ffffffe6;text-shadow:0 2px 10px #000000b3;letter-spacing:-.01em;font-size:1.45rem;font-style:italic}.Hero-module__Vtspxq__avatarWrapper{margin-top:-56px;margin-bottom:1rem;margin-left:1.75rem;position:relative}.Hero-module__Vtspxq__avatarPlaceholder{background:var(--bg-tertiary);border:4px solid var(--bg-primary);width:112px;height:112px;box-shadow:var(--shadow-md);color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex;overflow:hidden}.Hero-module__Vtspxq__avatarImage{object-fit:cover;width:100%;height:100%}.Hero-module__Vtspxq__headerRow{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__Vtspxq__nameTitle{font-family:var(--font-serif);letter-spacing:-.01em;background:linear-gradient(to right, var(--text-primary) 20%, #a855f7 40%, #eab308 60%, var(--text-primary) 80%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:2.85rem;font-weight:500;line-height:1.1;animation:4s linear infinite Hero-module__Vtspxq__shine}@keyframes Hero-module__Vtspxq__shine{to{background-position:200%}}.Hero-module__Vtspxq__subtitle{color:var(--text-muted);font-size:.85rem;font-family:var(--font-sans);margin-top:.25rem}.Hero-module__Vtspxq__socialRow{align-items:center;gap:.85rem;display:flex}.Hero-module__Vtspxq__socialIconBtn{color:var(--text-secondary);justify-content:center;align-items:center;font-size:.85rem;font-weight:500;transition:color .2s,transform .2s;display:flex}.Hero-module__Vtspxq__socialIconBtn:hover{color:var(--text-primary);transform:translateY(-1px)}.Hero-module__Vtspxq__emptyIconBox{border:1px dashed var(--border-hover);background:var(--bg-tertiary);border-radius:3px;width:18px;height:18px}.Hero-module__Vtspxq__bioText{color:var(--text-secondary);flex-direction:column;gap:1.25rem;font-size:.95rem;line-height:1.7;display:flex}.Hero-module__Vtspxq__bioText p{color:var(--text-secondary)}.Hero-module__Vtspxq__bioText strong{color:var(--text-primary);font-weight:500}@media (max-width:640px){.Hero-module__Vtspxq__headerRow{flex-direction:column;align-items:flex-start;gap:1rem}.Hero-module__Vtspxq__bannerCard{height:180px}.Hero-module__Vtspxq__bannerOverlayText{font-size:1.2rem}}
.Experience-module__7DsGCq__experienceSection{border-bottom:1px dashed var(--border-subtle);padding:2.5rem 0}.Experience-module__7DsGCq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Experience-module__7DsGCq__title{font-family:var(--font-serif);color:var(--text-primary);font-size:1.5rem;font-weight:400}.Experience-module__7DsGCq__mascotPlaceholder{border:1px dashed var(--border-hover);background:var(--bg-tertiary);border-radius:4px;width:24px;height:24px}.Experience-module__7DsGCq__experienceList{flex-direction:column;gap:1.5rem;display:flex}.Experience-module__7DsGCq__itemRow{justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.Experience-module__7DsGCq__itemLeft{align-items:center;gap:1.25rem;display:flex}.Experience-module__7DsGCq__logoCirclePlaceholder{border:1px solid var(--border-subtle);background:var(--bg-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.Experience-module__7DsGCq__logoImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.Experience-module__7DsGCq__logoFallback{font-family:var(--font-serif);color:var(--text-secondary);font-size:1.25rem;font-weight:700}.Experience-module__7DsGCq__experienceCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:border-color var(--duration-normal) var(--ease-smooth), box-shadow var(--duration-normal) var(--ease-smooth);flex-direction:column;padding:1.5rem;display:flex}.Experience-module__7DsGCq__experienceCard:hover{border-color:var(--border-glow);box-shadow:var(--shadow-sm)}.Experience-module__7DsGCq__companyMeta{flex-direction:column;gap:.2rem;display:flex}.Experience-module__7DsGCq__companyName{font-family:var(--font-serif);color:var(--text-primary);font-size:1.35rem;line-height:1.2}.Experience-module__7DsGCq__role{color:var(--text-secondary);font-size:.95rem;font-family:var(--font-sans)}.Experience-module__7DsGCq__itemRight{text-align:right;flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.Experience-module__7DsGCq__period{color:var(--text-primary);white-space:nowrap;font-size:1rem;font-weight:500;font-family:var(--font-serif)}.Experience-module__7DsGCq__location{color:var(--text-muted);font-size:.85rem;font-family:var(--font-sans);white-space:nowrap}.Experience-module__7DsGCq__expandBtn{font-family:var(--font-sans);color:var(--accent-color);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-smooth), opacity var(--duration-fast) var(--ease-smooth);opacity:.8;text-underline-offset:3px;background:0 0;border:none;margin-top:.25rem;padding:.25rem .5rem;font-size:.85rem;text-decoration:underline}.Experience-module__7DsGCq__expandBtn:hover{opacity:1;background:var(--bg-tertiary)}.Experience-module__7DsGCq__detailsContent{overflow:hidden}.Experience-module__7DsGCq__description{color:var(--text-secondary);font-size:.9rem;line-height:1.6;font-family:var(--font-sans);margin:1.25rem 0 .75rem 4rem}.Experience-module__7DsGCq__skillsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;margin-left:4rem;display:flex}.Experience-module__7DsGCq__skillBadge{border-radius:var(--radius-full);background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--badge-text);font-size:.78rem;font-family:var(--font-sans);padding:.25rem .75rem}@media (max-width:640px){.Experience-module__7DsGCq__itemRow{flex-direction:column;align-items:flex-start;gap:.5rem}.Experience-module__7DsGCq__itemRight{text-align:left;align-items:flex-start;margin-left:4rem}.Experience-module__7DsGCq__period{margin-left:0}.Experience-module__7DsGCq__description{margin-top:.75rem;margin-left:0}.Experience-module__7DsGCq__skillsList{margin-top:.5rem;margin-left:0}}
.Contributions-module__2qyI5G__narrativeSection{border-bottom:1px dashed var(--border-subtle);padding:2.5rem 0}.Contributions-module__2qyI5G__introPara{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.Contributions-module__2qyI5G__narrativeList{color:var(--text-secondary);flex-direction:column;gap:1.35rem;font-size:.92rem;line-height:1.75;display:flex}.Contributions-module__2qyI5G__narrativeList strong{color:var(--text-primary);font-weight:500}.Contributions-module__2qyI5G__taglineBox{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:.5rem;margin-top:2rem;font-size:1.15rem;display:flex}.Contributions-module__2qyI5G__zeroToOne{background:var(--bg-tertiary);border-radius:var(--radius-sm);font-family:var(--font-mono);border:1px solid var(--border-subtle);color:var(--text-primary);padding:.15rem .5rem;font-size:.85rem}
.GitHubHeatmap-module__aDbala__heatmapSection{border-bottom:1px dashed var(--border-subtle);padding:2.5rem 0}.GitHubHeatmap-module__aDbala__title{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:400;display:flex}.GitHubHeatmap-module__aDbala__handle{color:var(--text-muted);font-family:var(--font-mono);font-size:.85rem}.GitHubHeatmap-module__aDbala__heatmapContainer{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.25rem}.GitHubHeatmap-module__aDbala__scrollContainer{scrollbar-width:thin;scrollbar-color:var(--border-active) transparent;margin-bottom:.5rem;overflow-x:auto}.GitHubHeatmap-module__aDbala__scrollContainer::-webkit-scrollbar{height:4px}.GitHubHeatmap-module__aDbala__scrollContainer::-webkit-scrollbar-track{background:0 0}.GitHubHeatmap-module__aDbala__scrollContainer::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:var(--radius-full)}.GitHubHeatmap-module__aDbala__scrollContainer::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.GitHubHeatmap-module__aDbala__scrollInner{min-width:max-content;padding-bottom:.5rem}.GitHubHeatmap-module__aDbala__monthsRow{height:1.25rem;margin-bottom:.25rem;position:relative}.GitHubHeatmap-module__aDbala__monthLabel{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);white-space:nowrap;position:absolute}.GitHubHeatmap-module__aDbala__gridWrapper{gap:3px;display:flex;position:relative}.GitHubHeatmap-module__aDbala__weekCol{flex-direction:column;gap:3px;display:flex}.GitHubHeatmap-module__aDbala__cell{background-color:#161b22;border-radius:2px;width:10px;height:10px}[data-theme=light] .GitHubHeatmap-module__aDbala__cell{background-color:#ebedf0}.GitHubHeatmap-module__aDbala__level0{background-color:#161b22}.GitHubHeatmap-module__aDbala__level1{background-color:#0e4429}.GitHubHeatmap-module__aDbala__level2{background-color:#006d32}.GitHubHeatmap-module__aDbala__level3{background-color:#26a641}.GitHubHeatmap-module__aDbala__level4{background-color:#39d353}[data-theme=light] .GitHubHeatmap-module__aDbala__level0{background-color:#ebedf0}[data-theme=light] .GitHubHeatmap-module__aDbala__level1{background-color:#9be9a8}[data-theme=light] .GitHubHeatmap-module__aDbala__level2{background-color:#40c463}[data-theme=light] .GitHubHeatmap-module__aDbala__level3{background-color:#30a14e}[data-theme=light] .GitHubHeatmap-module__aDbala__level4{background-color:#216e39}.GitHubHeatmap-module__aDbala__mascotCellOverlay{border:1px dashed var(--border-hover);background:var(--bg-tertiary);pointer-events:none;border-radius:3px;width:18px;height:18px;position:absolute;bottom:8px;right:48px}.GitHubHeatmap-module__aDbala__footerRow{color:var(--text-muted);font-size:.78rem;font-family:var(--font-mono);justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.GitHubHeatmap-module__aDbala__legend{align-items:center;gap:4px;display:flex}.GitHubHeatmap-module__aDbala__legendCell{border-radius:2px;width:10px;height:10px}
.TechStack-module__ZLQpQW__techSection{border-bottom:1px dashed var(--border-subtle);padding:2.5rem 0}.TechStack-module__ZLQpQW__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.35rem;font-size:1.5rem;font-weight:400}.TechStack-module__ZLQpQW__subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.TechStack-module__ZLQpQW__marqueeContainer{width:100%;padding:1.5rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 15% 85%,#0000)}.TechStack-module__ZLQpQW__marqueeTrack{width:max-content;display:flex}.TechStack-module__ZLQpQW__marqueeGroup{align-items:center;gap:3.5rem;padding-right:3.5rem;animation:30s linear infinite TechStack-module__ZLQpQW__scrollMarquee;display:flex}.TechStack-module__ZLQpQW__marqueeContainer:hover .TechStack-module__ZLQpQW__marqueeGroup{animation-play-state:paused}.TechStack-module__ZLQpQW__techItem{cursor:pointer;flex-direction:column;align-items:center;gap:.65rem;min-width:80px;display:flex}.TechStack-module__ZLQpQW__iconBox{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-secondary);width:48px;height:48px;transition:border-color var(--duration-normal) var(--ease-smooth), box-shadow var(--duration-normal) var(--ease-smooth);justify-content:center;align-items:center;display:flex}.TechStack-module__ZLQpQW__techItem:hover .TechStack-module__ZLQpQW__iconBox{border-color:var(--border-active);box-shadow:var(--shadow-sm)}.TechStack-module__ZLQpQW__techIcon{object-fit:contain;filter:grayscale()contrast(.8)brightness(.9);opacity:.6;width:28px;height:28px;transition:filter var(--duration-normal) var(--ease-smooth), opacity var(--duration-normal) var(--ease-smooth), transform var(--duration-normal) var(--ease-smooth)}.TechStack-module__ZLQpQW__techItem:hover .TechStack-module__ZLQpQW__techIcon{filter:grayscale(0%)contrast()brightness();opacity:1;transform:scale(1.1)}.TechStack-module__ZLQpQW__techLabel{color:var(--text-secondary);font-size:.78rem;font-family:var(--font-sans);transition:color var(--duration-normal) var(--ease-smooth)}.TechStack-module__ZLQpQW__techItem:hover .TechStack-module__ZLQpQW__techLabel{color:var(--text-primary)}@keyframes TechStack-module__ZLQpQW__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}
.Contact-module__sgxDga__connectSection{border-bottom:1px dashed var(--border-subtle);padding:2.5rem 0}.Contact-module__sgxDga__title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.35rem;font-size:1.5rem;font-weight:400}.Contact-module__sgxDga__subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:.9rem}.Contact-module__sgxDga__socialRow{flex-wrap:wrap;align-items:center;gap:1.75rem;display:flex}.Contact-module__sgxDga__socialItem{color:var(--text-primary);font-size:.9rem;font-family:var(--font-serif);align-items:center;gap:.5rem;transition:color .2s,transform .2s;display:flex}.Contact-module__sgxDga__socialItem:hover{color:var(--text-secondary);transform:translateY(-1px)}.Contact-module__sgxDga__iconPlaceholder{border:1px dashed var(--border-hover);background:var(--bg-tertiary);border-radius:3px;width:16px;height:16px;display:inline-block}
