.Gallery-module__fvxASG__container{max-width:1400px;min-height:100vh;margin:0 auto;padding:100px 2rem 2rem}.Gallery-module__fvxASG__header{justify-content:flex-start;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.Gallery-module__fvxASG__filterSection{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Gallery-module__fvxASG__filterBar{align-items:center;gap:.5rem;display:flex}.Gallery-module__fvxASG__filterPill{border:1px solid var(--border-color,#333);color:var(--foreground,#fff);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:999px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.Gallery-module__fvxASG__filterPill:hover{background:#ffffff1a}.Gallery-module__fvxASG__activeFilter{background:var(--primary-color,#4285f4);color:#fff;border-color:var(--primary-color,#4285f4)}.Gallery-module__fvxASG__subFilterBar{flex-wrap:wrap;align-items:center;gap:.5rem;animation:.3s Gallery-module__fvxASG__fadeIn;display:flex}.Gallery-module__fvxASG__subFilterPill{border:1px dashed var(--border-color,#555);color:var(--foreground,#ccc);cursor:pointer;background:0 0;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;transition:all .2s}.Gallery-module__fvxASG__subFilterPill:hover{border-color:var(--primary-color,#4285f4);color:var(--primary-color,#4285f4)}.Gallery-module__fvxASG__activeSubFilter{border-color:var(--primary-color,#4285f4);color:var(--primary-color,#4285f4);background:#4285f41a;border-style:solid}.Gallery-module__fvxASG__title{background:linear-gradient(90deg, var(--foreground,#fff), var(--primary-color,#4285f4));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.Gallery-module__fvxASG__controls{z-index:10;flex-shrink:0;order:-1;gap:1rem;display:flex;position:relative}.Gallery-module__fvxASG__modeSelectorBox{border:1px solid var(--border-color,#333);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border-radius:999px;flex-shrink:0;align-items:center;padding:4px;display:flex}.Gallery-module__fvxASG__modePill{color:#666;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Gallery-module__fvxASG__modePill:hover{color:var(--text,#333)}.Gallery-module__fvxASG__activeMode{background:var(--primary-color,#4285f4);color:#fff;box-shadow:0 4px 10px #4285f44d}.Gallery-module__fvxASG__heroLayout{flex-direction:column;gap:2rem;display:flex}.Gallery-module__fvxASG__mainImageContainer{justify-content:center;align-items:center;width:100%;height:65vh;display:flex;position:relative}.Gallery-module__fvxASG__mainImage{object-fit:contain;border-radius:16px;max-width:100%;max-height:100%;transition:opacity .3s}.Gallery-module__fvxASG__thumbnailBar{scrollbar-width:thin;gap:1rem;padding:1rem 0;display:flex;overflow-x:auto}.Gallery-module__fvxASG__thumbnailBar::-webkit-scrollbar{height:8px}.Gallery-module__fvxASG__thumbnailBar::-webkit-scrollbar-thumb{background:var(--border-color,#333);border-radius:4px}.Gallery-module__fvxASG__thumbnail{cursor:pointer;opacity:.5;background:var(--card-bg,#1a1a1a);border:2px solid #0000;border-radius:16px;flex:none;width:120px;height:120px;transition:all .2s;overflow:hidden}.Gallery-module__fvxASG__groupsContainer{flex-direction:column;gap:3rem;width:100%;display:flex}.Gallery-module__fvxASG__groupSection{flex-direction:column;gap:1.5rem;display:flex}.Gallery-module__fvxASG__folderHeader{align-items:center;gap:1rem;margin-bottom:2rem;display:flex;z-index:10!important;position:relative!important}.Gallery-module__fvxASG__backButton{cursor:pointer;color:#111;background:#fffc;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.Gallery-module__fvxASG__backButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.Gallery-module__fvxASG__groupTitle{text-transform:capitalize;margin:0;padding:0;font-size:2.2rem;font-weight:800;display:block;color:#000!important;box-shadow:none!important;background:0 0!important}.Gallery-module__fvxASG__folderOverlay{pointer-events:none;background:linear-gradient(#0000,#000c);border-bottom-right-radius:8px;border-bottom-left-radius:8px;width:100%;padding:2rem 1rem 1rem;position:absolute;bottom:0;left:0}.Gallery-module__fvxASG__folderTitle{color:#fff;text-transform:capitalize;text-shadow:0 2px 4px #00000080;margin:0;font-size:1.5rem;font-weight:700}.Gallery-module__fvxASG__tagDropup{background:var(--card-bg,#fff);border:1px solid var(--border-color,#ccc);z-index:100;border-radius:8px;flex-direction:column;width:260px;max-height:300px;padding:.75rem;animation:.2s Gallery-module__fvxASG__slideUp;display:flex;position:absolute;bottom:45px;right:5px;overflow-y:auto;box-shadow:0 10px 25px #0006}.Gallery-module__fvxASG__tagDropup::-webkit-scrollbar{width:6px}.Gallery-module__fvxASG__tagDropup::-webkit-scrollbar-thumb{background:#80808080;border-radius:3px}.Gallery-module__fvxASG__tagDropupTitle{color:var(--text-heading,#111);border-bottom:1px solid #80808033;margin-bottom:.5rem;padding-bottom:.3rem;font-size:.95rem;font-weight:700}@keyframes Gallery-module__fvxASG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Gallery-module__fvxASG__inputGroup{flex-direction:column;gap:.3rem;display:flex}.Gallery-module__fvxASG__inputGroup label{color:#888;text-transform:uppercase;font-size:.75rem;font-weight:600}.Gallery-module__fvxASG__tagOptionsList{flex-wrap:wrap;gap:.3rem;margin-bottom:.3rem;display:flex}.Gallery-module__fvxASG__tagOptionPill{border:1px solid var(--border-color,#666);color:var(--foreground,#333);cursor:pointer;background:#8080801a;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;transition:all .2s}.Gallery-module__fvxASG__tagOptionPill:hover{border-color:var(--primary-color,#4285f4);color:var(--primary-color,#4285f4)}.Gallery-module__fvxASG__tagOptionPillActive{border-color:var(--primary-color,#4285f4);color:var(--primary-color,#4285f4);background:#4285f433}.Gallery-module__fvxASG__addNewTag{gap:.3rem;display:flex}.Gallery-module__fvxASG__input{border:1px solid var(--border-color,#888);color:var(--foreground,#111);background:#8080801a;border-radius:4px;flex:1;padding:.4rem;font-size:.8rem}.Gallery-module__fvxASG__input:focus{border-color:var(--primary-color,#4285f4);outline:none}.Gallery-module__fvxASG__addTagBtn{color:var(--foreground,#111);border:1px solid var(--border-color,#888);cursor:pointer;background:#80808033;border-radius:4px;padding:0 .6rem;font-size:.75rem;font-weight:500;transition:background .2s}.Gallery-module__fvxASG__addTagBtn:hover{background:#8080804d}.Gallery-module__fvxASG__saveBtn{background:var(--primary-color,#4285f4);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:.75rem;padding:.5rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.Gallery-module__fvxASG__saveBtn:hover{opacity:.9}.Gallery-module__fvxASG__saveBtn:disabled{opacity:.5;cursor:not-allowed}@keyframes Gallery-module__fvxASG__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__fvxASG__thumbnail:hover{opacity:1;transform:translateY(-4px)}.Gallery-module__fvxASG__thumbnail.Gallery-module__fvxASG__activeThumb{opacity:1;border-color:var(--primary-color,#4285f4);transform:scale(1.05);box-shadow:0 8px 20px #4285f44d}.Gallery-module__fvxASG__thumbImg{object-fit:cover;width:100%;height:100%}.Gallery-module__fvxASG__justifiedGallery{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.Gallery-module__fvxASG__justifiedItem{border-radius:8px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 6px #0000001a}.Gallery-module__fvxASG__justifiedItem:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0003}.Gallery-module__fvxASG__tagIcon{color:#333;cursor:pointer;opacity:0;z-index:10;background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:opacity .2s,background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0003}.Gallery-module__fvxASG__justifiedItem:hover .Gallery-module__fvxASG__tagIcon,.Gallery-module__fvxASG__tagIcon.Gallery-module__fvxASG__active{opacity:1}.Gallery-module__fvxASG__tagIcon:hover{background:#fff}.Gallery-module__fvxASG__justifiedImg{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.Gallery-module__fvxASG__noImages{text-align:center;color:#888;border:2px dashed var(--border-color,#333);border-radius:16px;padding:4rem;font-size:1.2rem}.Gallery-module__fvxASG__floatingSlider{border:1px solid var(--border-color,#333);-webkit-backdrop-filter:blur(15px);z-index:50;background:#ffffff1a;border-radius:999px;align-items:center;gap:.8rem;padding:.75rem 1.25rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #0003}.Gallery-module__fvxASG__sliderLabel{color:var(--text);font-size:.9rem;font-weight:500}.Gallery-module__fvxASG__slider{accent-color:var(--primary-color,#4285f4);cursor:pointer}.Gallery-module__fvxASG__dropdownContainer{position:relative}.Gallery-module__fvxASG__dropdownToggle{border:1px solid var(--border-color,#333);-webkit-backdrop-filter:blur(10px);color:var(--text);cursor:pointer;background:#ffffff0d;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.Gallery-module__fvxASG__dropdownToggle:hover{background:#ffffff1a}.Gallery-module__fvxASG__dropdownMenu{background:var(--background,#fff);border:1px solid var(--border-color,#333);z-index:100;border-radius:12px;flex-direction:column;min-width:150px;margin-top:.5rem;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.Gallery-module__fvxASG__dropdownItem{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:background .2s;display:flex}.Gallery-module__fvxASG__dropdownItem:hover{background:#64748b1a}.Gallery-module__fvxASG__dropdownItem.Gallery-module__fvxASG__active{color:var(--primary-color,#4285f4);background:#4285f40d}
