.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(203,213,225,.6) transparent}.custom-scrollbar::-webkit-scrollbar{width:2px;height:2px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(203,213,225,.6);border-radius:10px;opacity:.5}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(203,213,225,.8);opacity:.8}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(71,85,105,.6)}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(71,85,105,.8)}.gallery-modal-backdrop{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.gallery-image-modal{max-width:95vw;max-height:95vh;width:95%;height:95%;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden}.gallery-image-container{position:relative;width:100%;height:100%;overflow:hidden}.gallery-image-wrapper{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:transparent}.gallery-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.gallery-sidebar{overflow-y:hidden}.gallery-sidebar-related{display:flex;flex-direction:column;scrollbar-width:thin}.gallery-related-image{width:100%;margin-bottom:.5rem;border-radius:.5rem;overflow:hidden;cursor:pointer;border:1px solid transparent;transition:all .2s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.gallery-related-image img{width:100%;height:100%;object-fit:cover}.gallery-related-image.active{border-color:#cbd5e1;border-width:4px;box-shadow:0 3px 12px rgba(0,0,0,.08)}.dark .gallery-related-image.active{border-color:#334155}.gallery-back-button{position:absolute;top:1rem;left:1rem;z-index:10;background-color:rgba(0,0,0,.2);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.gallery-back-button:hover{background-color:rgba(0,0,0,.3);transform:translateY(-1px)}.gallery-light-button{background:transparent;color:var(--foreground);border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem 1rem;font-weight:400;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.gallery-light-button:hover{background:var(--slate-100)}.dark .gallery-light-button{border-color:var(--slate-700)}.dark .gallery-light-button:hover{background:var(--slate-800)}.gallery-tag-light{display:inline-flex;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:400;background:var(--slate-200,#e2e8f0);color:var(--slate-600,#475569);letter-spacing:-.01em}.dark .gallery-tag-light{background:var(--slate-800,#1e293b);color:var(--slate-400,#94a3b8)}@media (max-width:768px){.gallery-image-modal{width:100%;height:100%;max-width:100vw;max-height:100vh}.gallery-image{max-height:65vh}.gallery-back-button{top:.75rem;left:.75rem;width:32px;height:32px}}