.ProjectsGallery-module__KfYVYq__pageContainer{width:clamp(200px,100vw,1200px);margin:0 auto}.ProjectsGallery-module__KfYVYq__container{flex-direction:column;gap:0;min-height:100%;display:flex}.ProjectsGallery-module__KfYVYq__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:0 0 20px;display:flex}.ProjectsGallery-module__KfYVYq__tabs{align-items:center;gap:0;display:flex}.ProjectsGallery-module__KfYVYq__tab{color:var(--grey-600);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;padding:8px 16px;font-size:14px;font-weight:600;line-height:1;transition:color .14s,border-color .14s}.ProjectsGallery-module__KfYVYq__tab:hover{color:var(--grey-900)}.ProjectsGallery-module__KfYVYq__tabActive{color:var(--black-1);border-bottom-color:var(--black-1)}.ProjectsGallery-module__KfYVYq__controls{align-items:center;gap:8px;display:flex}.ProjectsGallery-module__KfYVYq__searchWrapper{align-items:center;display:flex;position:relative}.ProjectsGallery-module__KfYVYq__searchIcon{color:var(--grey-600);pointer-events:none;display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ProjectsGallery-module__KfYVYq__searchInput{background:var(--white-1);border:1px solid var(--grey-400);color:var(--grey-900);border-radius:8px;outline:none;width:196px;padding:7px 12px 7px 32px;font-size:13px;transition:border-color .14s,box-shadow .14s;height:var(--dimension-md)!important;font-size:var(--font-size-md)!important;margin-top:0!important;padding:0 0 0 30px!important}.ProjectsGallery-module__KfYVYq__searchInput::placeholder{color:var(--grey-500,#9ca3af);font-size:var(--font-size-md)!important}.ProjectsGallery-module__KfYVYq__searchInput:focus{border-color:var(--black-1);box-shadow:0 0 0 2px color-mix(in srgb,var(--black-1)10%,transparent)}.ProjectsGallery-module__KfYVYq__sortBtn{background:var(--white-1);border:1px solid var(--grey-400);color:var(--grey-900);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:7px 11px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s;display:flex}.ProjectsGallery-module__KfYVYq__sortBtn:hover{background:var(--grey-100)}.ProjectsGallery-module__KfYVYq__chevronIcon{width:14px;height:14px;color:var(--grey-600)}.ProjectsGallery-module__KfYVYq__deleteBtn{background:var(--white-1);border:1px solid var(--grey-400);cursor:pointer;color:var(--grey-600);border-radius:8px;justify-content:center;align-items:center;padding:7px;transition:background .12s,color .12s;display:flex}.ProjectsGallery-module__KfYVYq__deleteBtn:hover{background:var(--grey-100);color:var(--grey-900)}.ProjectsGallery-module__KfYVYq__deleteBtnActive{color:#ef4444;background:#ef44441a;border-color:#ef4444}.ProjectsGallery-module__KfYVYq__deleteBtnActive:hover{background:#ef44442e}.ProjectsGallery-module__KfYVYq__sortDropdownWrapper{position:relative}.ProjectsGallery-module__KfYVYq__sortDropdown{background:var(--white-1);border:1px solid var(--grey-400);box-shadow:var(--bs-elevated,0 8px 24px #0000001f);z-index:100;border-radius:8px;min-width:140px;animation:.12s ProjectsGallery-module__KfYVYq__fadeInDown;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}@keyframes ProjectsGallery-module__KfYVYq__fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ProjectsGallery-module__KfYVYq__sortOption{width:100%;color:var(--grey-900);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:9px 14px;font-size:13px;transition:background .1s;display:flex}.ProjectsGallery-module__KfYVYq__sortOption:hover{background:var(--grey-100)}.ProjectsGallery-module__KfYVYq__sortOptionActive{font-weight:600}.ProjectsGallery-module__KfYVYq__checkIcon{color:var(--black-1)}.ProjectsGallery-module__KfYVYq__content{flex:1}.ProjectsGallery-module__KfYVYq__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px 16px;display:grid}.ProjectsGallery-module__KfYVYq__newCard{border:2px dashed var(--grey-400);aspect-ratio:4/3;cursor:pointer;color:var(--grey-600);background:0 0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:border-color .14s,background .14s;display:flex}.ProjectsGallery-module__KfYVYq__newCard:hover{border-color:var(--grey-600);background:var(--grey-100);color:var(--grey-900)}.ProjectsGallery-module__KfYVYq__newCardPlusIcon{stroke-width:1.8px;width:28px;height:28px}.ProjectsGallery-module__KfYVYq__newCardLabel{font-size:13px;font-weight:600}.ProjectsGallery-module__KfYVYq__createCard{border:2px dashed var(--black-1);aspect-ratio:4/3;background:color-mix(in srgb,var(--black-1)4%,transparent);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:14px;display:flex}.ProjectsGallery-module__KfYVYq__createInput{background:var(--white-1);border:1px solid var(--grey-400);width:100%;color:var(--grey-900);text-align:center;border-radius:6px;outline:none;padding:6px 10px;font-size:13px;font-weight:500}.ProjectsGallery-module__KfYVYq__createInput:focus{border-color:var(--black-1)}.ProjectsGallery-module__KfYVYq__createActions{gap:6px;width:100%;display:flex}.ProjectsGallery-module__KfYVYq__createConfirmBtn{background:var(--black-1);color:var(--white-1);cursor:pointer;border:none;border-radius:6px;flex:1;padding:6px 10px;font-size:12px;font-weight:600;transition:opacity .12s}.ProjectsGallery-module__KfYVYq__createConfirmBtn:disabled{opacity:.5;cursor:not-allowed}.ProjectsGallery-module__KfYVYq__createConfirmBtn:hover:not(:disabled){opacity:.85}.ProjectsGallery-module__KfYVYq__createCancelBtn{border:1px solid var(--grey-400);color:var(--grey-700,#374151);cursor:pointer;background:0 0;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:500;transition:background .12s}.ProjectsGallery-module__KfYVYq__createCancelBtn:hover{background:var(--grey-100)}.ProjectsGallery-module__KfYVYq__projectCard{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;outline:none;flex-direction:column;gap:8px;padding:0;display:flex}.ProjectsGallery-module__KfYVYq__projectCard:focus-visible .ProjectsGallery-module__KfYVYq__cardThumb{box-shadow:0 0 0 3px color-mix(in srgb,var(--black-1)30%,transparent)}.ProjectsGallery-module__KfYVYq__cardThumbWrapper{aspect-ratio:4/3;background:var(--grey-100);border:1px solid var(--grey-300);border-radius:10px;transition:box-shadow .14s,border-color .14s;position:relative;overflow:hidden}.ProjectsGallery-module__KfYVYq__projectCard:hover .ProjectsGallery-module__KfYVYq__cardThumbWrapper,.ProjectsGallery-module__KfYVYq__projectCardSelected .ProjectsGallery-module__KfYVYq__cardThumbWrapper{border-color:var(--grey-400);box-shadow:0 2px 12px #0000001f}.ProjectsGallery-module__KfYVYq__cardThumb{object-fit:contain;width:100%;height:100%;padding:10px;display:block}.ProjectsGallery-module__KfYVYq__cardThumbPlaceholder{width:100%;height:100%;color:var(--grey-400);background:var(--grey-100);letter-spacing:-1px;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:36px;font-weight:700;display:flex}.ProjectsGallery-module__KfYVYq__cardBadge{background:var(--black-1);color:var(--white-1);pointer-events:none;border-radius:20px;align-items:center;gap:4px;padding:3px 7px 3px 6px;font-size:11px;font-weight:600;line-height:1;display:flex;position:absolute;bottom:8px;right:8px}.ProjectsGallery-module__KfYVYq__cardBadgeIcon{stroke-width:1.8px;flex-shrink:0;width:11px;height:11px}.ProjectsGallery-module__KfYVYq__selectOverlay{pointer-events:none;border:2.5px solid #0000;border-radius:9px;transition:border-color .12s,background .12s;position:absolute;inset:0}.ProjectsGallery-module__KfYVYq__projectCard:hover .ProjectsGallery-module__KfYVYq__selectOverlay{border-color:color-mix(in srgb,var(--black-1)30%,transparent)}.ProjectsGallery-module__KfYVYq__projectCardSelected .ProjectsGallery-module__KfYVYq__selectOverlay{border-color:var(--black-1);background:color-mix(in srgb,var(--black-1)8%,transparent)}.ProjectsGallery-module__KfYVYq__checkboxWrapper{opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;top:8px;left:8px}.ProjectsGallery-module__KfYVYq__projectCard:hover .ProjectsGallery-module__KfYVYq__checkboxWrapper,.ProjectsGallery-module__KfYVYq__checkboxVisible{opacity:1;pointer-events:auto}.ProjectsGallery-module__KfYVYq__checkbox{appearance:none;cursor:pointer;background:#00000059;border:1.5px solid #ffffffb3;border-radius:4px;width:18px;height:18px;transition:background .12s,border-color .12s;box-shadow:0 1px 4px #00000040}.ProjectsGallery-module__KfYVYq__checkbox:checked{background:var(--black-1);border-color:var(--black-1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px}.ProjectsGallery-module__KfYVYq__cardMeta{flex-direction:column;gap:2px;padding:0 2px;display:flex}.ProjectsGallery-module__KfYVYq__cardName{color:var(--grey-900);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden}.ProjectsGallery-module__KfYVYq__cardTime{color:var(--grey-600);font-size:11.5px;line-height:1.3}.ProjectsGallery-module__KfYVYq__renameInput{color:var(--grey-900);background:var(--grey-100);border:1px solid var(--black-1);box-sizing:border-box;border-radius:4px;outline:none;width:100%;padding:2px 6px;font-size:13px;font-weight:600}@keyframes ProjectsGallery-module__KfYVYq__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ProjectsGallery-module__KfYVYq__skeleton{background:linear-gradient(90deg,var(--grey-200,#e5e7eb)25%,var(--grey-100,#f3f4f6)50%,var(--grey-200,#e5e7eb)75%);background-size:800px 100%;border-radius:10px;animation:1.4s linear infinite ProjectsGallery-module__KfYVYq__shimmer}.ProjectsGallery-module__KfYVYq__skeletonThumb{aspect-ratio:4/3;border-radius:10px}.ProjectsGallery-module__KfYVYq__skeletonName{border-radius:4px;width:70%;height:13px;margin-top:8px}.ProjectsGallery-module__KfYVYq__skeletonTime{border-radius:4px;width:50%;height:11px;margin-top:4px}.ProjectsGallery-module__KfYVYq__emptyState{text-align:center;color:var(--grey-600);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:80px 24px;display:flex}.ProjectsGallery-module__KfYVYq__emptyIcon{color:var(--grey-400);width:48px;height:48px}.ProjectsGallery-module__KfYVYq__emptyTitle{color:var(--grey-800,#1f2937);margin:0;font-size:15px;font-weight:600}.ProjectsGallery-module__KfYVYq__emptyDesc{color:var(--grey-600);max-width:280px;margin:0;font-size:13px}.ProjectsGallery-module__KfYVYq__deleteBar{background:var(--black-1);color:var(--white-1);z-index:200;white-space:nowrap;border-radius:10px;align-items:center;gap:14px;padding:10px 16px;font-size:13px;font-weight:500;animation:.18s ProjectsGallery-module__KfYVYq__slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0003}@keyframes ProjectsGallery-module__KfYVYq__slideUp{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ProjectsGallery-module__KfYVYq__deleteBarCount{font-weight:700}.ProjectsGallery-module__KfYVYq__deleteBarBtn{color:var(--white-1);cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:opacity .12s}.ProjectsGallery-module__KfYVYq__deleteBarBtn:hover{opacity:.85}.ProjectsGallery-module__KfYVYq__deleteBarCancel{color:var(--white-1);cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:background .12s}.ProjectsGallery-module__KfYVYq__deleteBarCancel:hover{background:#ffffff1a}.ProjectsGallery-module__KfYVYq__dialogBackdrop{z-index:300;background:#00000073;justify-content:center;align-items:center;animation:.15s ProjectsGallery-module__KfYVYq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProjectsGallery-module__KfYVYq__fadeIn{0%{opacity:0}to{opacity:1}}.ProjectsGallery-module__KfYVYq__dialog{background:var(--white-1);border-radius:14px;width:360px;max-width:calc(100vw - 32px);padding:24px 28px;animation:.16s ProjectsGallery-module__KfYVYq__scaleIn;box-shadow:0 16px 48px #0000002e}@keyframes ProjectsGallery-module__KfYVYq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ProjectsGallery-module__KfYVYq__dialogTitle{color:var(--black-1);margin:0 0 10px;font-size:16px;font-weight:700}.ProjectsGallery-module__KfYVYq__dialogBody{color:var(--grey-700);margin:0 0 20px;font-size:13px;line-height:1.5}.ProjectsGallery-module__KfYVYq__dialogActions{justify-content:flex-end;gap:8px;display:flex}.ProjectsGallery-module__KfYVYq__dialogCancelBtn{border:1px solid var(--grey-400);color:var(--grey-800);cursor:pointer;background:0 0;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:500;transition:background .12s}.ProjectsGallery-module__KfYVYq__dialogCancelBtn:hover{background:var(--grey-100)}.ProjectsGallery-module__KfYVYq__dialogDeleteBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:600;transition:opacity .12s}.ProjectsGallery-module__KfYVYq__dialogDeleteBtn:hover{opacity:.85}.ProjectsGallery-module__KfYVYq__previewCollageWrapper{width:100%;height:100%;overflow:hidden}.ProjectsGallery-module__KfYVYq__previewImg{object-fit:cover;width:100%;height:100%;display:block}.ProjectsGallery-module__KfYVYq__previewSkeleton{border-radius:0;width:100%;height:100%}.ProjectsGallery-module__KfYVYq__collage2,.ProjectsGallery-module__KfYVYq__collage3{background:var(--grey-300);grid-template-columns:1fr 1fr;gap:1px;width:100%;height:100%;display:grid}.ProjectsGallery-module__KfYVYq__collage3Left{display:flex}.ProjectsGallery-module__KfYVYq__collage3Right{grid-template-rows:1fr 1fr;gap:1px;display:grid}.ProjectsGallery-module__KfYVYq__collage4{background:var(--grey-300);grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:1px;width:100%;height:100%;display:grid}.ProjectsGallery-module__KfYVYq__collageImg{object-fit:cover;background:var(--grey-100);width:100%;height:100%;display:block}.ProjectsGallery-module__KfYVYq__sectionHeading{color:var(--grey-700,#374151);margin:0 0 12px;font-size:14px;font-weight:600}
