.ProjectsPage_container__3_Hnh{min-height:100vh;background:var(--background);color:var(--foreground)}.ProjectsPage_navigation__xE9qK{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(18,18,18,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:all .3s ease}.ProjectsPage_navContainer__Ess6v{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:80px}.ProjectsPage_navLogo__oEi2i{font-size:1.5rem;font-weight:700;color:#1DB954;text-decoration:none;transition:color .3s ease}.ProjectsPage_navLogo__oEi2i:hover{color:#1ed760}.ProjectsPage_navLinks__H_3dy{display:flex;gap:40px;align-items:center}.ProjectsPage_navLink__3kOAU{color:#b3b3b3;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative}.ProjectsPage_navLink__3kOAU:hover{color:var(--foreground,#ffffff)}.ProjectsPage_navLink__3kOAU:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:#1DB954;transition:width .3s ease}.ProjectsPage_navLink__3kOAU:hover:after{width:100%}.ProjectsPage_main__qe9B8{display:flex;height:calc(100vh - 80px);padding-top:80px}.ProjectsPage_content__0wbjr{flex:1 1;overflow:hidden}.ProjectsPage_layout__cmOLd{display:flex;height:100%}.ProjectsPage_projectsSidebar__xIco_{width:380px;background:#1e1e1e;border-right:1px solid #333333;overflow-y:auto;padding:24px}.ProjectsPage_projectsSidebarDark__GuMrb{background:#1e1e1e!important;border-right-color:#333333}.ProjectsPage_sidebarHeader___akLg{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #333333}.ProjectsPage_sidebarHeaderDark__Jl1X0{border-bottom-color:#333333}.ProjectsPage_sidebarTitle__AId96{font-size:24px;font-weight:700;color:#ffffff;margin-bottom:8px}.ProjectsPage_sidebarTitleDark__bApZH{color:#ffffff!important}.ProjectsPage_sidebarSubtitle__DaAGj{font-size:14px;color:#b3b3b3;margin:0}.ProjectsPage_sidebarSubtitleDark__vHOJ_{color:#b3b3b3!important}.ProjectsPage_carouselContainer__qkuVI{margin-top:24px}.ProjectsPage_carouselTrack__7rcMr{display:flex;flex-direction:column;gap:16px;overflow-y:auto;max-height:calc(100vh - 300px);padding-right:8px;scrollbar-width:none;-ms-overflow-style:none}.ProjectsPage_carouselTrack__7rcMr::-webkit-scrollbar{display:none}.ProjectsPage_carouselCard__xDFvc{min-width:100%;background:#2a2a2a;border:2px solid transparent;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;transform:scale(.98);opacity:.8}.ProjectsPage_carouselCard__xDFvc:hover{transform:scale(1.02);border-color:#1DB954;box-shadow:0 12px 32px rgba(29,185,84,.2)}.ProjectsPage_carouselCardActive__Grggr{transform:scale(1);opacity:1;border-color:#1DB954;box-shadow:0 16px 40px rgba(29,185,84,.3)}.ProjectsPage_carouselCardTransitioning__EEikc{transition:all .3s cubic-bezier(.4,0,.2,1)}.ProjectsPage_cardImageContainer__AFLoe{position:relative;width:100%;height:120px;overflow:hidden}.ProjectsPage_cardImage__D_O0t{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ProjectsPage_carouselCard__xDFvc:hover .ProjectsPage_cardImage__D_O0t{transform:scale(1.05)}.ProjectsPage_cardOverlay__ra_oA{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.6))}.ProjectsPage_cardCategory__xP_Eo{position:absolute;top:12px;right:12px;background:rgba(29,185,84,.9);color:#000000;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ProjectsPage_cardContent__rgVLU{padding:16px}.ProjectsPage_cardTitle__eyZRy{font-size:16px;font-weight:600;color:#ffffff;margin:0 0 8px;line-height:1.3}.ProjectsPage_cardTagline__GTcp6{font-size:12px;color:#b3b3b3;margin:0 0 16px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProjectsPage_cardTechStack__ywUTa{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.ProjectsPage_techChip__tBln2{padding:4px 8px;background:#1e1e1e;color:#ffffff;border-radius:12px;font-size:10px;font-weight:500;transition:all .2s ease}.ProjectsPage_techChip__tBln2:hover{background:#1DB954;transform:translateY(-1px)}.ProjectsPage_techChipMore__1RBXQ{padding:4px 8px;background:#333333;color:#b3b3b3;border-radius:12px;font-size:10px;font-weight:500;font-style:italic}.ProjectsPage_cardMeta__nQfO_{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#808080;margin-bottom:16px}.ProjectsPage_cardDate__HUBKa,.ProjectsPage_cardViews__5dBs2{display:flex;align-items:center;gap:4px}.ProjectsPage_cardActions__OBO1f{display:flex;gap:8px;padding:0 16px 16px}.ProjectsPage_cardActionButton__FKh_a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1e1e1e;color:#ffffff;border-radius:50%;transition:all .2s ease;text-decoration:none}.ProjectsPage_cardActionButton__FKh_a:hover{background:#1DB954;transform:translateY(-1px);box-shadow:0 4px 12px rgba(29,185,84,.3)}.ProjectsPage_cardActionIcon__a0Y_b{width:14px;height:14px}.ProjectsPage_carouselNavigation__V0hIh{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #333333}.ProjectsPage_carouselNavButton__zmKJu{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);color:#ffffff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ProjectsPage_carouselNavButton__zmKJu:hover:not(:disabled){background:#1DB954;transform:scale(1.1);box-shadow:0 4px 12px rgba(29,185,84,.3)}.ProjectsPage_carouselNavButton__zmKJu:disabled{opacity:.5;cursor:not-allowed}.ProjectsPage_carouselNavIcon__PVU_H{width:18px;height:18px}.ProjectsPage_carouselDots__5n6XE{display:flex;gap:8px}.ProjectsPage_carouselDot__GtcJF{width:8px;height:8px;background:rgba(255,255,255,.3);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.ProjectsPage_carouselDot__GtcJF:hover{background:rgba(255,255,255,.6);transform:scale(1.2)}.ProjectsPage_carouselDotActive__Ghgmk{background:#1DB954;transform:scale(1.2)}.ProjectsPage_mainContent__TSeq2{flex:1 1;overflow-y:auto;padding:32px 40px;color:#ffffff}.ProjectsPage_projectHeader__rJJOX{margin-bottom:48px}.ProjectsPage_metaInfo__jCHvD{display:flex;gap:24px;margin-bottom:24px}.ProjectsPage_metaItem__MhkRM{display:flex;align-items:center;gap:8px;color:#b3b3b3;font-size:.875rem}.ProjectsPage_metaIcon__lZ1rL{width:16px;height:16px}.ProjectsPage_projectTitle__G7Oh0{font-size:3rem;font-weight:900;color:#ffffff;margin:0 0 16px;line-height:1.1}.ProjectsPage_projectTagline__AkjMW{font-size:1.25rem;color:#b3b3b3;margin:0;line-height:1.4}.ProjectsPage_heroSection__0bwK5{margin-bottom:64px}.ProjectsPage_heroImageContainer__u_gcl{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden}.ProjectsPage_heroImage__Audcc{width:100%;height:100%;object-fit:cover}.ProjectsPage_heroImageOverlay__Afn1c{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.3))}.ProjectsPage_contentSection__3sINW{display:flex;flex-direction:column;gap:64px}.ProjectsPage_section__IQWkY{padding:0}.ProjectsPage_sectionTitle__nYhnv{display:flex;align-items:center;gap:16px;font-size:2rem;font-weight:700;color:#ffffff;margin:0 0 32px}.ProjectsPage_sectionIcon__HOBwT{width:32px;height:32px;padding:8px;border-radius:12px}.ProjectsPage_sectionIconBlue__GdwdT{background:rgba(59,130,246,.2);color:#3b82f6}.ProjectsPage_sectionIconGreen__MXb9x{background:rgba(34,197,94,.2);color:#22c55e}.ProjectsPage_sectionIconPurple__3Xwd2{background:rgba(147,51,234,.2);color:#9333ea}.ProjectsPage_sectionIconOrange__nYev_{background:rgba(234,88,12,.2);color:#ea580c}.ProjectsPage_overviewGrid__DsWBN{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px}.ProjectsPage_overviewItem__pGpAx{display:flex;flex-direction:column;gap:16px}.ProjectsPage_overviewItemTitle__wm0K3{font-size:18px;font-weight:600;color:var(--foreground)}.ProjectsPage_overviewItemTitleDark__mIvey{color:var(--foreground)}.ProjectsPage_overviewItemText__3VxV_{color:#b3b3b3;line-height:1.6}.ProjectsPage_overviewItemTextDark__5YjfD{color:#b3b3b3}.ProjectsPage_techStack__qw_El{display:flex;flex-wrap:wrap;gap:12px}.ProjectsPage_techTag__VmG7z{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#1e1e1e;color:#ffffff;border-radius:20px;font-size:14px;font-weight:500;transition:background-color .2s;min-height:36px;box-sizing:border-box}.ProjectsPage_techTag__VmG7z:hover{background:var(--yt-hover)}.ProjectsPage_techTag__VmG7z.ProjectsPage_dark__wKcJ0{background:var(--surface);color:var(--foreground)}.ProjectsPage_techTag__VmG7z.ProjectsPage_dark__wKcJ0:hover{background:var(--yt-hover)}.ProjectsPage_techIcon__ckmk7{width:16px;height:16px;object-fit:contain}.ProjectsPage_featuresGrid__b__4G{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.ProjectsPage_featureItem__f_e0Z{display:flex;align-items:flex-start;gap:12px}.ProjectsPage_featureBullet__gDEln{width:8px;height:8px;background:#2563eb;border-radius:50%;margin-top:8px;flex-shrink:0}.ProjectsPage_featureText__cQnW5{color:#b3b3b3;line-height:1.6}.ProjectsPage_featureTextDark__Lx5Jv{color:#b3b3b3}.ProjectsPage_processSteps__2WSbO{display:flex;flex-direction:column;gap:32px}.ProjectsPage_processStep___ucr3{display:flex;gap:24px}.ProjectsPage_processStepNumber__Tvp0_{display:flex;flex-direction:column;align-items:center}.ProjectsPage_processStepCircle__xlOFs{width:32px;height:32px;background:#9333ea;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.ProjectsPage_processStepLine__OLRD4{width:2px;height:64px;background:#e9d5ff;margin-top:8px}.ProjectsPage_processStepLineDark__ZL7vw{background:#581c87}.ProjectsPage_processStepContent__fIba2{flex:1 1}.ProjectsPage_processStepTitle__m8LxX{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:8px}.ProjectsPage_processStepTitleDark__KCBk6{color:var(--foreground)}.ProjectsPage_processStepDescription__qi2GK{color:#b3b3b3;line-height:1.6}.ProjectsPage_processStepDescriptionDark__QzB8Q{color:#b3b3b3}.ProjectsPage_challengesList___lFbp{display:flex;flex-direction:column;gap:24px}.ProjectsPage_challengeCard__zRooP{background:#1e1e1e;border-radius:12px;padding:24px}.ProjectsPage_challengeCardDark__2qudg{background:#1e1e1e}.ProjectsPage_challengeGrid__U8A3a{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.ProjectsPage_challengeItem__AMnpK{display:flex;flex-direction:column;gap:8px}.ProjectsPage_challengeItemTitle__uHuC9{font-size:18px;font-weight:600;color:var(--foreground)}.ProjectsPage_challengeItemTitleDark__VFYUg{color:var(--foreground)}.ProjectsPage_challengeItemText__C2l80{color:#b3b3b3;line-height:1.6}.ProjectsPage_challengeItemTextDark__oFS0P{color:#b3b3b3}.ProjectsPage_outcomeGrid__I0qaR{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px}.ProjectsPage_outcomeItem__U10TA{display:flex;flex-direction:column;gap:16px}.ProjectsPage_outcomeItemTitle__bgwc3{font-size:18px;font-weight:600;color:var(--foreground)}.ProjectsPage_outcomeItemTitleDark__3Fbhs{color:var(--foreground)}.ProjectsPage_outcomeItemText__3bf4v{color:#b3b3b3;line-height:1.6}.ProjectsPage_outcomeItemTextDark__399r6{color:#b3b3b3}.ProjectsPage_linksContainer__EM_wB{display:flex;flex-wrap:wrap;gap:16px}.ProjectsPage_linkButton__HhJdi{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s}.ProjectsPage_linkButtonGithub__eMX6a{background:var(--foreground);color:var(--background)}.ProjectsPage_linkButtonGithub__eMX6a:hover{background:var(--yt-hover)}.ProjectsPage_linkButtonGithubDark__nnDK7{background:var(--background);color:var(--foreground)}.ProjectsPage_linkButtonGithubDark__nnDK7:hover{background:var(--yt-light-gray)}.ProjectsPage_linkButtonDemo__fb33K{background:#2563eb;color:white}.ProjectsPage_linkButtonDemo__fb33K:hover{background:#1d4ed8}.ProjectsPage_linkButtonCaseStudy__D7vtg{background:var(--yt-light-gray);color:var(--foreground)}.ProjectsPage_linkButtonCaseStudy__D7vtg:hover{background:var(--yt-hover)}.ProjectsPage_linkButtonCaseStudyDark__rtD4n{background:var(--yt-light-gray);color:var(--foreground)}.ProjectsPage_linkButtonCaseStudyDark__rtD4n:hover{background:var(--yt-hover)}.ProjectsPage_linkIcon__nmmbs{width:20px;height:20px}.ProjectsPage_customIcon__NuQIp{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:white}.ProjectsPage_customIconPurple__4IS_r{background:#9333ea}.ProjectsPage_customIconOrange__QWKDt{background:#ea580c}.ProjectsPage_skeletonTitle__j2U4S{height:24px;margin-bottom:8px}.ProjectsPage_skeletonSubtitle__z3JVK,.ProjectsPage_skeletonTitle__j2U4S{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:ProjectsPage_skeletonLoading___WCY2 1.5s infinite;border-radius:4px}.ProjectsPage_skeletonSubtitle__z3JVK{height:16px;width:60%}.ProjectsPage_skeletonCards__an_TI{display:flex;flex-direction:column;gap:16px}.ProjectsPage_skeletonCard__FkE6d{background:#2a2a2a;border-radius:16px;padding:16px;border:2px solid transparent}.ProjectsPage_skeletonImage__Nangx{width:100%;height:120px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:ProjectsPage_skeletonLoading___WCY2 1.5s infinite;border-radius:8px;margin-bottom:16px}.ProjectsPage_skeletonContent__3H8c2{display:flex;flex-direction:column;gap:12px}.ProjectsPage_skeletonText__IYLNh{height:12px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:ProjectsPage_skeletonLoading___WCY2 1.5s infinite;border-radius:4px}.ProjectsPage_skeletonText__IYLNh:first-child{width:80%}.ProjectsPage_skeletonText__IYLNh:last-child{width:60%}.ProjectsPage_skeletonHeader__ewoMP{margin-bottom:48px}.ProjectsPage_skeletonHero__heZGq{width:100%;height:400px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:ProjectsPage_skeletonLoading___WCY2 1.5s infinite;border-radius:16px;margin-bottom:64px}.ProjectsPage_skeletonSection__41w1j{margin-bottom:64px}@keyframes ProjectsPage_skeletonLoading___WCY2{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.ProjectsPage_layout__cmOLd{flex-direction:column;height:auto}.ProjectsPage_projectsSidebar__xIco_{width:100%;border-right:none;border-bottom:1px solid #333333;max-height:400px;overflow-y:auto}.ProjectsPage_mainContent__TSeq2{flex:1 1;padding:32px 24px}.ProjectsPage_navContainer__Ess6v{padding:0 24px}}@media (max-width:768px){.ProjectsPage_main__qe9B8{height:auto;padding-top:70px}.ProjectsPage_layout__cmOLd{flex-direction:column}.ProjectsPage_projectsSidebar__xIco_{padding:20px;max-height:350px}.ProjectsPage_mainContent__TSeq2{padding:24px 20px}.ProjectsPage_navContainer__Ess6v{padding:0 20px;height:70px}.ProjectsPage_carouselTrack__7rcMr{flex-direction:row;overflow-x:auto;overflow-y:visible;max-height:none;padding-right:0;padding-bottom:12px}.ProjectsPage_carouselCard__xDFvc{transform:none;opacity:1;border:1px solid #333333}.ProjectsPage_carouselCard__xDFvc:hover{transform:translateY(-4px)}.ProjectsPage_carouselCardActive__Grggr{transform:none;opacity:1}.ProjectsPage_cardImageContainer__AFLoe{height:160px}.ProjectsPage_carouselCard__xDFvc{min-width:280px;max-width:320px}.ProjectsPage_carouselNavigation__V0hIh{gap:16px}.ProjectsPage_carouselNavButton__zmKJu{width:36px;height:36px}.ProjectsPage_carouselNavIcon__PVU_H{width:18px;height:18px}.ProjectsPage_projectTitle__G7Oh0{font-size:2rem;line-height:1.2}.ProjectsPage_sectionTitle__nYhnv{font-size:1.5rem}.ProjectsPage_heroImage__Audcc{height:250px}.ProjectsPage_challengeGrid__U8A3a,.ProjectsPage_featuresGrid__b__4G,.ProjectsPage_outcomeGrid__I0qaR,.ProjectsPage_overviewGrid__DsWBN,.ProjectsPage_processGrid__0tF_R{grid-template-columns:1fr;gap:20px}.ProjectsPage_techStack__qw_El{gap:12px}.ProjectsPage_techTag__VmG7z{padding:8px 12px;font-size:.875rem}}@media (max-width:480px){.ProjectsPage_main__qe9B8{padding-top:60px}.ProjectsPage_layout__cmOLd{flex-direction:column}.ProjectsPage_projectsSidebar__xIco_{padding:16px;max-height:300px}.ProjectsPage_mainContent__TSeq2{padding:20px 16px}.ProjectsPage_navContainer__Ess6v{padding:0 16px;height:60px}.ProjectsPage_carouselTrack__7rcMr{gap:10px;padding-bottom:10px}.ProjectsPage_carouselCard__xDFvc{min-width:260px;max-width:300px}.ProjectsPage_cardImageContainer__AFLoe{height:140px}.ProjectsPage_cardContent__rgVLU{padding:12px}.ProjectsPage_cardTitle__eyZRy{font-size:14px;margin-bottom:6px}.ProjectsPage_cardTagline__GTcp6{font-size:10px;margin-bottom:12px;line-height:1.3}.ProjectsPage_cardTechStack__ywUTa{margin-bottom:12px;gap:4px}.ProjectsPage_techChipMore__1RBXQ,.ProjectsPage_techChip__tBln2{padding:2px 5px;font-size:8px}.ProjectsPage_cardMeta__nQfO_{margin-bottom:12px;font-size:9px}.ProjectsPage_cardActions__OBO1f{padding:0 12px 12px;gap:4px}.ProjectsPage_cardActionButton__FKh_a{width:24px;height:24px}.ProjectsPage_cardActionIcon__a0Y_b{width:10px;height:10px}.ProjectsPage_carouselNavigation__V0hIh{margin-top:12px;padding-top:12px;gap:8px}.ProjectsPage_carouselNavButton__zmKJu{width:28px;height:28px}.ProjectsPage_carouselNavIcon__PVU_H{width:14px;height:14px}.ProjectsPage_carouselDots__5n6XE{gap:4px}.ProjectsPage_carouselDot__GtcJF{width:5px;height:5px}.ProjectsPage_projectTitle__G7Oh0{font-size:clamp(1.5rem,8vw,1.75rem);line-height:1.2}.ProjectsPage_projectTagline__AkjMW{font-size:1rem;line-height:1.4}.ProjectsPage_sectionTitle__nYhnv{font-size:clamp(1.25rem,6vw,1.5rem)}.ProjectsPage_heroImage__Audcc{height:200px;border-radius:16px}.ProjectsPage_challengeGrid__U8A3a,.ProjectsPage_featuresGrid__b__4G,.ProjectsPage_outcomeGrid__I0qaR,.ProjectsPage_overviewGrid__DsWBN,.ProjectsPage_processGrid__0tF_R{grid-template-columns:1fr;gap:16px}.ProjectsPage_challengeItem__AMnpK,.ProjectsPage_featureItem__f_e0Z,.ProjectsPage_outcomeItem__U10TA,.ProjectsPage_overviewItem__pGpAx,.ProjectsPage_processItem___Vr_c{padding:16px}.ProjectsPage_challengeItem__AMnpK h3,.ProjectsPage_featureItem__f_e0Z h3,.ProjectsPage_outcomeItem__U10TA h3,.ProjectsPage_overviewItem__pGpAx h3,.ProjectsPage_processItem___Vr_c h3{font-size:1.125rem;margin-bottom:12px}.ProjectsPage_challengeItem__AMnpK p,.ProjectsPage_featureItem__f_e0Z p,.ProjectsPage_outcomeItem__U10TA p,.ProjectsPage_overviewItem__pGpAx p,.ProjectsPage_processItem___Vr_c p{font-size:.9rem;line-height:1.5}.ProjectsPage_techStack__qw_El{gap:8px}.ProjectsPage_techTag__VmG7z{padding:6px 10px;font-size:.8rem}.ProjectsPage_techIcon__ckmk7{width:14px;height:14px}.ProjectsPage_linksContainer__EM_wB{flex-direction:column;gap:12px}.ProjectsPage_linkButton__HhJdi{width:100%;justify-content:center;padding:12px 16px;font-size:.9rem}.ProjectsPage_sidebarTitle__AId96{font-size:1.5rem}.ProjectsPage_sidebarSubtitle__DaAGj{font-size:.9rem}.ProjectsPage_cardTitle__eyZRy{font-size:1.125rem}.ProjectsPage_cardTagline__GTcp6{font-size:.875rem}.ProjectsPage_cardTechStack__ywUTa{gap:6px}.ProjectsPage_techChipMore__1RBXQ,.ProjectsPage_techChip__tBln2{padding:4px 8px;font-size:.75rem}}@media (max-width:768px){.ProjectsPage_mainContent__TSeq2{padding:24px 20px}.ProjectsPage_projectHeader__rJJOX{margin-bottom:32px}.ProjectsPage_metaInfo__jCHvD{gap:16px;margin-bottom:20px}.ProjectsPage_metaItem__MhkRM{font-size:.8rem}.ProjectsPage_metaIcon__lZ1rL{width:14px;height:14px}.ProjectsPage_projectTitle__G7Oh0{font-size:2rem;line-height:1.2;margin-bottom:12px}.ProjectsPage_projectTagline__AkjMW{font-size:1.125rem;line-height:1.3}.ProjectsPage_heroSection__0bwK5{margin-bottom:48px}.ProjectsPage_heroImageContainer__u_gcl{height:250px;border-radius:16px}.ProjectsPage_contentSection__3sINW{gap:48px}.ProjectsPage_sectionTitle__nYhnv{font-size:1.5rem;margin-bottom:24px;gap:12px}.ProjectsPage_sectionIcon__HOBwT{width:28px;height:28px;padding:6px}}@media (max-width:480px){.ProjectsPage_mainContent__TSeq2{padding:20px 16px}.ProjectsPage_projectHeader__rJJOX{margin-bottom:24px}.ProjectsPage_metaInfo__jCHvD{gap:12px;margin-bottom:16px}.ProjectsPage_metaItem__MhkRM{font-size:.75rem}.ProjectsPage_metaIcon__lZ1rL{width:12px;height:12px}.ProjectsPage_projectTitle__G7Oh0{font-size:clamp(1.5rem,8vw,1.75rem);line-height:1.2;margin-bottom:10px}.ProjectsPage_projectTagline__AkjMW{font-size:1rem;line-height:1.3}.ProjectsPage_heroSection__0bwK5{margin-bottom:32px}.ProjectsPage_heroImageContainer__u_gcl{height:200px;border-radius:12px}.ProjectsPage_contentSection__3sINW{gap:32px}.ProjectsPage_sectionTitle__nYhnv{font-size:clamp(1.25rem,6vw,1.5rem);margin-bottom:20px;gap:10px}.ProjectsPage_sectionIcon__HOBwT{width:24px;height:24px;padding:4px}.ProjectsPage_carouselTrack__7rcMr{gap:10px;padding-bottom:10px}.ProjectsPage_carouselCard__xDFvc{min-width:260px;max-width:300px}.ProjectsPage_cardImageContainer__AFLoe{height:140px}.ProjectsPage_cardContent__rgVLU{padding:12px}.ProjectsPage_cardTitle__eyZRy{font-size:14px;margin-bottom:6px}.ProjectsPage_cardTagline__GTcp6{font-size:10px;margin-bottom:12px;line-height:1.3}.ProjectsPage_cardTechStack__ywUTa{margin-bottom:12px;gap:4px}.ProjectsPage_techChipMore__1RBXQ,.ProjectsPage_techChip__tBln2{padding:2px 5px;font-size:8px}.ProjectsPage_cardMeta__nQfO_{margin-bottom:12px;font-size:9px}.ProjectsPage_cardActions__OBO1f{padding:0 12px 12px;gap:4px}.ProjectsPage_cardActionButton__FKh_a{width:24px;height:24px}.ProjectsPage_cardActionIcon__a0Y_b{width:10px;height:10px}.ProjectsPage_carouselNavigation__V0hIh{margin-top:12px;padding-top:12px;gap:8px}.ProjectsPage_carouselNavButton__zmKJu{width:28px;height:28px}.ProjectsPage_carouselNavIcon__PVU_H{width:14px;height:14px}.ProjectsPage_carouselDots__5n6XE{gap:4px}.ProjectsPage_carouselDot__GtcJF{width:5px;height:5px}}