.Navbar-module__UMbBgq__navbarContainer{z-index:1000;pointer-events:none;width:max-content;max-width:90vw;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Navbar-module__UMbBgq__navbar{pointer-events:auto;background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:9999px;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;transition:all .3s;display:flex}.Navbar-module__UMbBgq__logo{color:var(--foreground);letter-spacing:-.02em;margin-right:1rem;font-size:1rem;font-weight:700;display:block}.Navbar-module__UMbBgq__links{gap:.5rem;display:flex}.Navbar-module__UMbBgq__link{color:var(--secondary-text);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Navbar-module__UMbBgq__link:hover{color:var(--foreground);background:var(--border)}@media (max-width:768px){.Navbar-module__UMbBgq__navbarContainer{width:90%;top:auto;bottom:2rem}.Navbar-module__UMbBgq__navbar{justify-content:space-evenly;width:100%;padding:1rem}.Navbar-module__UMbBgq__logo{display:none}.Navbar-module__UMbBgq__links{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.25rem;width:100%;overflow:auto hidden}.Navbar-module__UMbBgq__links::-webkit-scrollbar{display:none}.Navbar-module__UMbBgq__link{white-space:nowrap;padding:.5rem .75rem;font-size:.85rem}}
.Hero-module__oEVfFq__hero{text-align:center;background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:0 1.5rem;display:flex}.Hero-module__oEVfFq__profileContainer{justify-content:center;margin-bottom:2rem;display:flex}.Hero-module__oEVfFq__profileImageWrapper{width:150px;height:150px;box-shadow:var(--shadow-lg);border:4px solid var(--background);border-radius:50%;position:relative;overflow:hidden}.Hero-module__oEVfFq__profileImage{object-fit:cover;object-position:center 15%;width:100%;height:100%}.Hero-module__oEVfFq__greeting{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1rem;font-weight:500}.Hero-module__oEVfFq__headline{letter-spacing:-.03em;color:var(--foreground);max-width:800px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__oEVfFq__subheadline{color:var(--secondary-text);max-width:600px;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__oEVfFq__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__oEVfFq__primaryBtn{background-color:var(--foreground);color:var(--background);border:1px solid var(--foreground);border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.Hero-module__oEVfFq__primaryBtn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Hero-module__oEVfFq__secondaryBtn{color:var(--foreground);border:1px solid var(--border);background-color:#0000;border-radius:9999px;padding:1rem 2rem;font-weight:600;transition:all .2s;display:inline-block}.Hero-module__oEVfFq__secondaryBtn:hover{background-color:var(--card-bg);border-color:var(--foreground)}@media (max-width:768px){.Hero-module__oEVfFq__headline{font-size:2.5rem}.Hero-module__oEVfFq__subheadline{font-size:1.1rem}.Hero-module__oEVfFq__actions{flex-direction:column;gap:1rem;width:100%;max-width:300px}.Hero-module__oEVfFq__actions>div{width:100%;display:block!important}.Hero-module__oEVfFq__primaryBtn,.Hero-module__oEVfFq__secondaryBtn{width:100%;display:block}}
.About-module__5_NaKq__about{background-color:var(--background);justify-content:center;padding:6rem 1.5rem;display:flex}.About-module__5_NaKq__container{width:100%;max-width:800px}.About-module__5_NaKq__title{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.About-module__5_NaKq__content{color:var(--secondary-text);text-align:center;font-size:1.25rem;line-height:1.8}.About-module__5_NaKq__content p{margin-bottom:2rem}@media (max-width:768px){.About-module__5_NaKq__title{font-size:1.75rem}.About-module__5_NaKq__content{text-align:left;font-size:1.1rem}}
.Skills-module__RIe_Ua__skills{background-color:var(--background);justify-content:center;padding:4rem 1.5rem 8rem;display:flex}.Skills-module__RIe_Ua__container{width:100%;max-width:1000px}.Skills-module__RIe_Ua__header{text-align:center;margin-bottom:4rem}.Skills-module__RIe_Ua__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Skills-module__RIe_Ua__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem}.Skills-module__RIe_Ua__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,auto);gap:1.5rem;display:grid}.Skills-module__RIe_Ua__card{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Skills-module__RIe_Ua__card:hover{box-shadow:var(--shadow-md);background:var(--card-bg);border-color:var(--border);transform:translateY(-4px)scale(1.01)}.Skills-module__RIe_Ua__cardLarge{grid-area:span 2/span 2}.Skills-module__RIe_Ua__cardMedium{grid-column:span 2}.Skills-module__RIe_Ua__cardSmall{grid-column:span 1}.Skills-module__RIe_Ua__skillName{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Skills-module__RIe_Ua__category{color:var(--secondary-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:500}.Skills-module__RIe_Ua__description{color:var(--secondary-text);font-size:.95rem;line-height:1.5}@media (max-width:900px){.Skills-module__RIe_Ua__grid{grid-template-columns:repeat(2,1fr)}.Skills-module__RIe_Ua__cardLarge{grid-column:span 2}}@media (max-width:600px){.Skills-module__RIe_Ua__grid{grid-template-columns:1fr}.Skills-module__RIe_Ua__cardMedium,.Skills-module__RIe_Ua__cardSmall,.Skills-module__RIe_Ua__cardLarge{grid-area:span 1/span 1}}
.Projects-module__I8N56G__projects{background-color:var(--background);justify-content:center;padding:8rem 1.5rem;display:flex;overflow:visible}.Projects-module__I8N56G__container{width:100%;max-width:1200px;position:relative}.Projects-module__I8N56G__header{text-align:center;margin-bottom:4rem}.Projects-module__I8N56G__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Projects-module__I8N56G__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem}.Projects-module__I8N56G__contentWrapper{width:100%}.Projects-module__I8N56G__tabToggleContainer{background:var(--card-bg);border:1px solid var(--border);border-radius:99px;margin-top:1.5rem;padding:.35rem;display:inline-flex}.Projects-module__I8N56G__tabToggleButton{color:var(--secondary-text);cursor:pointer;background:0 0;border:none;border-radius:99px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.Projects-module__I8N56G__tabToggleButtonActive{background:var(--foreground);color:var(--background);box-shadow:0 4px 12px #0000001a}.Projects-module__I8N56G__desktopLayout{align-items:flex-start;gap:4rem;transition:all .5s;display:flex;position:relative}.Projects-module__I8N56G__centeredLayout{justify-content:center}.Projects-module__I8N56G__centeredLayout .Projects-module__I8N56G__tabList{width:100%;max-width:800px}.Projects-module__I8N56G__mobileCardNoImage .Projects-module__I8N56G__mobileContentWrapper{padding-top:3rem}@media (max-width:900px){.Projects-module__I8N56G__desktopLayout{display:none}}.Projects-module__I8N56G__tabList{flex-direction:column;flex:1;gap:0;padding-bottom:0;display:flex}.Projects-module__I8N56G__tabItem{cursor:pointer;border-bottom:1px solid var(--border);padding:3rem 0;transition:all .3s;display:flex}.Projects-module__I8N56G__tabItem:last-child{border-bottom:none}.Projects-module__I8N56G__tabIndicatorBar{background-color:#0000;border-radius:4px;width:3px;margin-right:2rem;position:relative;overflow:hidden}.Projects-module__I8N56G__tabItem:hover .Projects-module__I8N56G__tabIndicatorBar{background-color:var(--border)}.Projects-module__I8N56G__tabIndicatorActive{background-color:#6b46c1;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}.Projects-module__I8N56G__tabItem:not(.Projects-module__I8N56G__activeTab) .Projects-module__I8N56G__tabTitle,.Projects-module__I8N56G__tabItem:not(.Projects-module__I8N56G__activeTab) .Projects-module__I8N56G__tabDescription,.Projects-module__I8N56G__tabItem:not(.Projects-module__I8N56G__activeTab) .Projects-module__I8N56G__tags,.Projects-module__I8N56G__tabItem:not(.Projects-module__I8N56G__activeTab) .Projects-module__I8N56G__projectLink,.Projects-module__I8N56G__tabItem:not(.Projects-module__I8N56G__activeTab) .Projects-module__I8N56G__tabCategory{opacity:.3;pointer-events:none;transition:all .3s}.Projects-module__I8N56G__tabItem.Projects-module__I8N56G__activeTab .Projects-module__I8N56G__tabTitle,.Projects-module__I8N56G__tabItem.Projects-module__I8N56G__activeTab .Projects-module__I8N56G__tabDescription,.Projects-module__I8N56G__tabItem.Projects-module__I8N56G__activeTab .Projects-module__I8N56G__tags,.Projects-module__I8N56G__tabItem.Projects-module__I8N56G__activeTab .Projects-module__I8N56G__projectLink,.Projects-module__I8N56G__tabItem.Projects-module__I8N56G__activeTab .Projects-module__I8N56G__tabCategory{opacity:1;transition:all .3s}.Projects-module__I8N56G__tabContent{flex:1}.Projects-module__I8N56G__tabCategory{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-text);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.Projects-module__I8N56G__tabTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:700;transition:color .3s}.Projects-module__I8N56G__tabBody{opacity:1;margin-top:1rem}.Projects-module__I8N56G__tabDescription{color:var(--secondary-text);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Projects-module__I8N56G__imageDisplay{flex:1.2;justify-content:center;align-items:center;height:60vh;display:flex;position:sticky;top:20vh}.Projects-module__I8N56G__imageBoxOuter{aspect-ratio:4/3;width:100%;box-shadow:var(--shadow-xl);border:1px solid var(--border);background:var(--card-bg);border-radius:24px;position:relative;overflow:hidden}.Projects-module__I8N56G__imageBoxInner{width:100%;height:100%;animation:.5s forwards Projects-module__I8N56G__fadeInScale;position:absolute;top:0;left:0}@keyframes Projects-module__I8N56G__fadeInScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.Projects-module__I8N56G__mockupBg{z-index:1;position:absolute;inset:0}.Projects-module__I8N56G__desktopImage{object-fit:contain;z-index:2;padding:2rem}.Projects-module__I8N56G__mobileLayout{display:none}@media (max-width:900px){.Projects-module__I8N56G__mobileLayout{display:block}}.Projects-module__I8N56G__mobileCard{background-color:var(--card-bg);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.Projects-module__I8N56G__mobileImageBox{aspect-ratio:4/3;background-color:var(--card-bg);width:100%;animation:.4s forwards Projects-module__I8N56G__fadeInScale;position:relative}.Projects-module__I8N56G__mockupBgMobile{z-index:1;position:absolute;inset:0}.Projects-module__I8N56G__mobileImage{object-fit:contain;z-index:2;padding:1.5rem}.Projects-module__I8N56G__mobileContentWrapper{padding:2rem 1.5rem;animation:.4s forwards Projects-module__I8N56G__fadeIn}@keyframes Projects-module__I8N56G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Projects-module__I8N56G__mobileCategory{text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.Projects-module__I8N56G__mobileTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.2}.Projects-module__I8N56G__mobileDescription{color:var(--secondary-text);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Projects-module__I8N56G__carouselControls{border-bottom:1px solid var(--border);background-color:#00000005;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}[data-theme=dark] .Projects-module__I8N56G__carouselControls{background-color:#ffffff05}.Projects-module__I8N56G__arrowButton{border:1px solid var(--border);width:48px;height:48px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Projects-module__I8N56G__arrowButton:hover{background:var(--border);transform:scale(1.05)}.Projects-module__I8N56G__arrowButton:active{transform:scale(.95)}.Projects-module__I8N56G__carouselIndicator{color:var(--foreground);letter-spacing:.1em;font-size:1rem;font-weight:600}.Projects-module__I8N56G__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Projects-module__I8N56G__tag{color:var(--foreground);background-color:var(--background);border:1px solid var(--border);border-radius:99px;padding:.4rem .8rem;font-size:.75rem;font-weight:500}.Projects-module__I8N56G__projectLink{color:var(--foreground);background-color:var(--background);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Projects-module__I8N56G__projectLink:hover{background-color:var(--foreground);color:var(--background);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}[data-theme=dark] .Projects-module__I8N56G__projectLink:hover{background-color:var(--foreground);color:var(--background)}.Projects-module__I8N56G__disabledLink{opacity:.6;cursor:default}.Projects-module__I8N56G__disabledLink:hover{background-color:var(--background);color:var(--foreground);box-shadow:none;transform:none}
.Experience-module__KDFbla__experience{background-color:var(--background);justify-content:center;padding:8rem 1.5rem;display:flex;position:relative}.Experience-module__KDFbla__container{width:100%;max-width:900px}.Experience-module__KDFbla__header{text-align:center;margin-bottom:5rem}.Experience-module__KDFbla__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Experience-module__KDFbla__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem}.Experience-module__KDFbla__list{flex-direction:column;gap:3rem;padding-left:2rem;display:flex;position:relative}.Experience-module__KDFbla__list:before{content:"";background:linear-gradient(180deg,var(--border)0%,transparent 100%);z-index:0;width:2px;position:absolute;top:0;bottom:0;left:0;transform:translate(-50%)}.Experience-module__KDFbla__item{z-index:1;grid-template-columns:200px 1fr;gap:3rem;display:grid;position:relative}.Experience-module__KDFbla__period:before{content:"";background-color:var(--background);z-index:2;width:16px;height:16px;box-shadow:0 0 0 4px var(--background);border:3px solid #6b46c1;border-radius:50%;transition:all .3s;position:absolute;top:6px;left:-2rem;transform:translate(-50%)}.Experience-module__KDFbla__item:hover .Experience-module__KDFbla__period:before{background-color:#6b46c1;box-shadow:0 0 0 6px #6b46c11a}.Experience-module__KDFbla__period{color:var(--secondary-text);letter-spacing:.05em;text-transform:uppercase;padding-top:5px;font-size:.95rem;font-weight:600;position:relative}.Experience-module__KDFbla__content{background-color:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.Experience-module__KDFbla__item:hover .Experience-module__KDFbla__content{box-shadow:var(--shadow-xl);border-color:#6b46c14d;transform:translateY(-5px)}.Experience-module__KDFbla__role{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.2}.Experience-module__KDFbla__company{color:#6b46c1;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:600;display:flex}.Experience-module__KDFbla__companyIcon{background-color:var(--border);width:24px;height:24px;color:var(--secondary-text);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.Experience-module__KDFbla__achievements{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Experience-module__KDFbla__achievements li{color:var(--secondary-text);padding-left:1.5rem;font-size:.95rem;line-height:1.7;position:relative}.Experience-module__KDFbla__achievements li:before{content:"→";color:#6b46c1;font-size:1.1rem;font-weight:700;line-height:inherit;position:absolute;top:0;left:0}@media (max-width:768px){.Experience-module__KDFbla__experience{padding:6rem 1rem}.Experience-module__KDFbla__list{padding-left:1.5rem}.Experience-module__KDFbla__list:before{left:0}.Experience-module__KDFbla__item{grid-template-columns:1fr;gap:1rem}.Experience-module__KDFbla__period{padding-top:0}.Experience-module__KDFbla__period:before{top:4px;left:-1.5rem}.Experience-module__KDFbla__content{padding:1.5rem}.Experience-module__KDFbla__role{font-size:1.25rem}}
.Contact-module__RDTI0G__contact{background-color:var(--background);text-align:center;z-index:10;flex-direction:column;align-items:center;padding:8rem 1.5rem;display:flex;position:relative}.Contact-module__RDTI0G__container{width:100%;max-width:600px}.Contact-module__RDTI0G__title{color:var(--foreground);letter-spacing:-.03em;margin-bottom:3rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Contact-module__RDTI0G__emailBtn{background-color:var(--foreground);color:var(--background);box-shadow:var(--shadow-lg);border-radius:9999px;margin-bottom:4rem;padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block}.Contact-module__RDTI0G__emailBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)scale(1.02)}.Contact-module__RDTI0G__socials{border-top:1px solid var(--border);justify-content:center;gap:2.5rem;width:100%;margin-top:2rem;padding-top:2rem;padding-bottom:2rem;display:flex}.Contact-module__RDTI0G__link{color:var(--secondary-text);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Contact-module__RDTI0G__link:hover{color:var(--foreground)}@media (max-width:768px){.Contact-module__RDTI0G__title{font-size:2.5rem}}
.SideProjects-module__ihc8Ta__sideProjects{background-color:var(--background);justify-content:center;padding:8rem 1.5rem;display:flex;position:relative;overflow:hidden}.SideProjects-module__ihc8Ta__container{width:100%;max-width:1100px}.SideProjects-module__ihc8Ta__header{text-align:center;margin-bottom:4rem}.SideProjects-module__ihc8Ta__labelBadge{text-transform:uppercase;letter-spacing:.12em;color:#16a34a;background:#16a34a14;border:1px solid #16a34a33;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.SideProjects-module__ihc8Ta__labelDot{background-color:#16a34a;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite SideProjects-module__ihc8Ta__pulse}@keyframes SideProjects-module__ihc8Ta__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.SideProjects-module__ihc8Ta__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.SideProjects-module__ihc8Ta__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.SideProjects-module__ihc8Ta__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:768px){.SideProjects-module__ihc8Ta__grid{grid-template-columns:1fr}}.SideProjects-module__ihc8Ta__card{background-color:var(--card-bg);border:1px solid var(--border);border-radius:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;position:relative;overflow:hidden}.SideProjects-module__ihc8Ta__card:hover{border-color:var(--card-accent,#6b46c1);transform:translateY(-6px);box-shadow:0 20px 40px -12px #0000001a}[data-theme=dark] .SideProjects-module__ihc8Ta__card:hover{box-shadow:0 20px 40px -12px #0006}.SideProjects-module__ihc8Ta__cardGlow{background:linear-gradient(180deg,color-mix(in srgb,var(--card-accent,#6b46c1)6%,transparent)0%,transparent 100%);opacity:0;pointer-events:none;z-index:0;height:200px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.SideProjects-module__ihc8Ta__card:hover .SideProjects-module__ihc8Ta__cardGlow{opacity:1}.SideProjects-module__ihc8Ta__cardInner{z-index:1;padding:2.5rem;position:relative}.SideProjects-module__ihc8Ta__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.SideProjects-module__ihc8Ta__iconWrapper{border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s;display:flex}.SideProjects-module__ihc8Ta__card:hover .SideProjects-module__ihc8Ta__iconWrapper{transform:scale(1.08)rotate(-3deg)}.SideProjects-module__ihc8Ta__statusBadge{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-text);background:var(--background);border:1px solid var(--border);border-radius:99px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.7rem;font-weight:600;display:inline-flex}.SideProjects-module__ihc8Ta__statusDot{background-color:#f59e0b;border-radius:50%;width:5px;height:5px;animation:2.5s ease-in-out infinite SideProjects-module__ihc8Ta__pulse}.SideProjects-module__ihc8Ta__statusDotActive{background-color:#10b981}.SideProjects-module__ihc8Ta__cardTitle{color:var(--foreground);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:1.3}.SideProjects-module__ihc8Ta__techStack{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.SideProjects-module__ihc8Ta__techTag{color:var(--secondary-text);background-color:var(--background);border:1px solid var(--border);letter-spacing:.02em;border-radius:99px;padding:.3rem .65rem;font-size:.7rem;font-weight:600}.SideProjects-module__ihc8Ta__highlights{flex-direction:column;gap:.85rem;padding:0;list-style:none;display:flex}.SideProjects-module__ihc8Ta__highlights li{color:var(--secondary-text);gap:.75rem;font-size:.92rem;line-height:1.65;display:flex}.SideProjects-module__ihc8Ta__bulletIcon{flex-shrink:0;margin-top:1px;font-size:1rem;font-weight:700}.SideProjects-module__ihc8Ta__boldText{color:var(--foreground);font-weight:600}@media (max-width:768px){.SideProjects-module__ihc8Ta__sideProjects{padding:6rem 1rem}.SideProjects-module__ihc8Ta__title{font-size:2rem}.SideProjects-module__ihc8Ta__cardInner{padding:1.75rem}.SideProjects-module__ihc8Ta__cardTitle{font-size:1.2rem}.SideProjects-module__ihc8Ta__highlights li{font-size:.88rem}}@media (max-width:480px){.SideProjects-module__ihc8Ta__cardHeader{flex-direction:column;align-items:flex-start;gap:.75rem}}
