.projectGallery_overlay__vdmgC{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:projectGallery_fadeIn__dUAv5 .3s ease-out}.projectGallery_modal__0lesE{background:var(--foreground);border-radius:16px;max-width:90vw;max-height:90vh;width:52.5%;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;animation:projectGallery_slideUp__CpPNs .3s ease-out;box-shadow:0 20px 60px rgba(0,0,0,.3)}.projectGallery_closeBtn__YXofC{position:absolute;top:16px;right:16px;background:rgba(0,0,0,.7);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:10;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.projectGallery_closeBtn__YXofC:hover{background:rgba(119,141,169,.8);transform:scale(1.1)}.projectGallery_header__Bpxjf{padding:20px 20px 0;text-align:center}.projectGallery_title___KNkL{font-size:24px;font-weight:600;color:#778da9;margin:0 0 8px}.projectGallery_subtitle__LqN5G{font-size:14px;color:#666;background:rgba(119,141,169,.1);padding:4px 12px;border-radius:20px;display:inline-block}.projectGallery_galleryContainer__vTQDj{flex:1 1;position:relative;min-height:0;padding:20px;display:flex;align-items:center;justify-content:center}.projectGallery_imageWrapper__tDrbr{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:12px;overflow:hidden;background:#000}.projectGallery_galleryImage__XUsJC{object-fit:cover;transition:transform .3s ease}.projectGallery_navBtn__ZEQTZ{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.7);border:none;border-radius:50%;width:48px;height:48px;margin:0 25px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5}.projectGallery_navBtn__ZEQTZ:hover{background:rgba(119,141,169,.8);transform:translateY(-50%) scale(1.1)}.projectGallery_prevBtn__0fOuM{left:8px}.projectGallery_nextBtn__gGmln{right:8px}.projectGallery_footer__bU2t9{padding:0 20px 20px;display:flex;flex-direction:column;gap:12px}.projectGallery_caption__hz2Jh{text-align:center;font-size:14px;color:var(--background);opacity:.9;font-weight:500}.projectGallery_counter__gIups{text-align:center;font-size:12px;color:#666;background:rgba(119,141,169,.1);padding:4px 12px;border-radius:20px;display:inline-block;align-self:center}.projectGallery_thumbnails__GR8Zj{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;max-width:100%;overflow-x:auto;padding:4px 0}.projectGallery_thumbnail__fKig2{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .2s ease;flex-shrink:0}.projectGallery_thumbnail__fKig2:hover{border-color:rgba(119,141,169,.5);transform:scale(1.05)}.projectGallery_thumbnail__fKig2.projectGallery_active__ZM1U1{border-color:#778da9;box-shadow:0 0 0 2px rgba(119,141,169,.2)}.projectGallery_thumbnailImage__VfwQf{object-fit:cover}.projectGallery_actions__rJ_3H{padding:0 20px 20px;display:flex;justify-content:center}.projectGallery_visitBtn__spaCS{background:#778da9;color:var(--foreground);text-decoration:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;transition:all .2s ease;border:none;cursor:pointer;display:inline-block}.projectGallery_visitBtn__spaCS:hover{background:#6b8aa8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(119,141,169,.3)}@keyframes projectGallery_fadeIn__dUAv5{0%{opacity:0}to{opacity:1}}@keyframes projectGallery_slideUp__CpPNs{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.projectGallery_overlay__vdmgC{padding:10px}.projectGallery_modal__0lesE{max-width:95vw;max-height:95vh;width:95%;height:50%}.projectGallery_header__Bpxjf{padding:16px 16px 0}.projectGallery_title___KNkL{font-size:20px}.projectGallery_subtitle__LqN5G{font-size:12px}.projectGallery_galleryContainer__vTQDj{padding:16px}.projectGallery_imageWrapper__tDrbr{padding-bottom:56.25%}.projectGallery_navBtn__ZEQTZ{width:40px;height:40px}.projectGallery_prevBtn__0fOuM{left:6px}.projectGallery_nextBtn__gGmln{right:6px}.projectGallery_footer__bU2t9{padding:0 16px 16px}.projectGallery_caption__hz2Jh{font-size:13px}.projectGallery_thumbnail__fKig2{width:50px;height:50px}.projectGallery_actions__rJ_3H{padding:0 16px 16px}.projectGallery_visitBtn__spaCS{width:100%;padding:10px 20px;font-size:13px}}@media (max-width:480px){.projectGallery_overlay__vdmgC{padding:5px}.projectGallery_modal__0lesE{max-width:98vw;max-height:98vh;border-radius:12px}.projectGallery_header__Bpxjf{padding:12px 12px 0}.projectGallery_title___KNkL{font-size:18px}.projectGallery_galleryContainer__vTQDj{padding:12px}.projectGallery_imageWrapper__tDrbr{padding-bottom:56.25%}.projectGallery_navBtn__ZEQTZ{width:36px;height:36px}.projectGallery_prevBtn__0fOuM{left:4px}.projectGallery_nextBtn__gGmln{right:4px}.projectGallery_footer__bU2t9{padding:0 12px 12px}.projectGallery_caption__hz2Jh{font-size:12px}.projectGallery_thumbnail__fKig2{width:40px;height:40px}.projectGallery_actions__rJ_3H{padding:0 12px 12px}}:root{--background:#e0e1dd;--foreground:#0d1b2a;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-body:"Segoe UI",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;--font-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace}@media (prefers-color-scheme:dark){:root{--background:#e0e1dd;--foreground:#0d1b2a}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--background);background:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{font-family:var(--font-body)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}