.ImageLoading_imageLoadingContainer__paFq7{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);overflow:hidden}.ImageLoading_shimmer__Zu85v{width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.1) 50%,rgba(255,255,255,0));animation:ImageLoading_shimmer__Zu85v 1.5s infinite;transform:translateX(-100%)}@keyframes ImageLoading_shimmer__Zu85v{to{transform:translateX(100%)}}.ProjectCard_projectCard__f2HhE{background:var(--card-bg);border:2px solid #bdbdbd;border-radius:12px;overflow:hidden;transition:transform .3s ease;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1)}.ProjectCard_projectCard__f2HhE:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(255,255,255,.2)}.ProjectCard_projectCardImageContainer___ecDx{display:flex;justify-content:center;padding-top:.5rem;align-items:center;width:100%;height:250px;overflow:hidden;background-color:rgba(0,0,0,.05);position:relative;border-radius:8px;margin:.5rem;width:calc(100% - 1rem)}.ProjectCard_projectThumb__Mrkjh{width:100%;height:100%;object-fit:contain;transition:all .3s ease;padding:.5rem;will-change:transform,opacity}.ProjectCard_projectCard__f2HhE:hover .ProjectCard_projectThumb__Mrkjh{transform:scale(1.05)}.ProjectCard_projectContent__D_jgn{padding:1.5rem}.ProjectCard_projectTitleContainer__enAt2{display:flex;justify-content:space-between;align-items:center}.ProjectCard_i18n__a7gu8{width:40px;font-size:.875rem;padding:.15rem .1rem;text-align:center;font-weight:600;background-color:#5bff3b;color:#000000;border-radius:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ProjectCard_projectTitle__rfM0E{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.ProjectCard_projectDesc__gSGwD{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5}.ProjectCard_techStack__Jnh1R{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.ProjectCard_techIconWrapper__y5rzY{display:flex;align-items:center;justify-content:center;background:var(--card-bg);border-radius:6px;padding:.25rem;transition:transform .2s ease}.ProjectCard_techIconWrapper__y5rzY:hover{transform:scale(1.1)}.ProjectCard_techIcon__hMN69{width:1.5rem;height:1.5rem;color:var(--text-primary)}.ProjectCard_projectLink__VXIKs{display:inline-block;color:#ffffff;text-decoration:none;font-weight:500;transition:color .2s ease;background-color:#3b4fff;padding:.25rem .5rem;border-radius:.25rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ProjectCard_projectLink__VXIKs:hover{color:var(--accent-color-hover);background-color:#001aff;transition:background-color .6s ease}.ProjectModal_modalOverlay__ut7_d{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ProjectModal_modalContent__JzvzL{padding:1rem;background:#1e1e1e;border-radius:12px;max-width:90%;width:100%;height:90vh;max-height:90vh;overflow-y:auto;position:relative;animation:ProjectModal_modalFadeIn__4KPKV .3s ease-out}@media (max-width:768px){.ProjectModal_modalContent__JzvzL{height:80vh}}@keyframes ProjectModal_modalFadeIn__4KPKV{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProjectModal_modalContent__JzvzL::-webkit-scrollbar{width:8px}.ProjectModal_modalContent__JzvzL::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.ProjectModal_modalContent__JzvzL::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.ProjectModal_modalContent__JzvzL::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.4)}.ProjectModal_modalClose__e_3s4{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.1);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;color:#fff;padding:.5rem}.ProjectModal_modalClose__e_3s4:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.ProjectModal_modalClose__e_3s4 svg{width:20px;height:20px;color:currentColor}.ProjectModal_modalImageContainer__eLzWt{position:relative;width:100%;height:auto;max-height:50vh;display:flex;justify-content:center;align-items:center;background:#141414;overflow:hidden}.ProjectModal_modalImage__HqNc0{width:100%;height:auto;object-fit:contain;max-height:50vh;transition:transform .3s ease}.ProjectModal_carouselButton__na3Eu{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:white;transition:all .3s ease;z-index:2}.ProjectModal_carouselButton__na3Eu:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.ProjectModal_carouselButtonLeft__UJuYG{left:16px}.ProjectModal_carouselButtonRight__Z8AIO{right:16px}.ProjectModal_modalImagePaginationContainer__mNtyh{position:relative;width:100%;height:auto;max-height:50vh;display:flex}.ProjectModal_imagePagination__7rW_6{position:absolute;top:10px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}.ProjectModal_paginationDot__uc1tU{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);border:none;padding:0;cursor:pointer;transition:all .3s ease}.ProjectModal_paginationDot__uc1tU:hover{background:rgba(255,255,255,.8)}.ProjectModal_activeDot__MAPgp{background:white;transform:scale(1.2)}.ProjectModal_modalBody__9eEcP{padding:1rem;display:flex;flex-direction:column;align-items:center}.ProjectModal_modalTitleContainer__P16iJ{width:100%;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #656565;margin-bottom:1rem}.ProjectModal_i18n__ho4KS{position:absolute;right:0;top:0;font-size:1rem;color:#000000;border:1px solid #0cfb40;background-color:#0cfb40;border-radius:10px;padding:.2rem .8rem;font-weight:500}.ProjectModal_modalTitle__4dOym{font-size:1.75rem;font-weight:700;color:#fff}.ProjectModal_modalDescription__pAdN8{color:#e0e0e0;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;white-space:pre-wrap}.ProjectModal_modalTech__Uzps0{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.ProjectModal_techTag__5hCcV{background:rgba(59,130,246,.1);color:#60a5fa;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.ProjectModal_modalLinks__Ig8_z{display:flex;gap:1rem}.ProjectModal_modalLink__HzeA2{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:white;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s}.ProjectModal_modalLink__HzeA2:hover{background:#2563eb}.ProjectModal_modalLinkSecondary__XNRea{background:rgba(255,255,255,.1)}.ProjectModal_modalLinkSecondary__XNRea:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.Projects_projects__PaJio{margin-top:5rem;margin-bottom:5rem;padding:0 1.5rem;background:linear-gradient(135deg,rgba(156,156,156,.9),rgba(156,156,156,.7))}.Projects_sectionTitleContainer__FrX8w{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.Projects_sectionTitle__kVnM8{font-size:2.5rem;font-weight:700;font-family:var(--font-raleway);margin-bottom:2rem;color:#eeeeee;text-align:center}.Projects_title__ZWEqr{text-align:center;color:#fff;font-size:2.3rem;font-weight:700;margin-bottom:2rem}.Projects_dark__6Nao7 .Projects_title__ZWEqr{color:white}.Projects_grid__6OQZw{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:768px){.Projects_grid__6OQZw{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Projects_grid__6OQZw{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Projects_sectionTitleContainer__FrX8w{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:32px}.Projects_sectionTitle__kVnM8{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#eeeeee;text-align:center}.Projects_projects__PaJio{margin-top:2rem;margin-bottom:2rem;padding:0 .5rem}}