.HomeGallery-module__48XCLG__container{background-color:var(--background-secondary);min-height:100vh;color:var(--foreground);font-family:var(--font-montserrat)}.HomeGallery-module__48XCLG__header{text-align:center;max-width:800px;margin:0 auto;padding:40px 20px 0}.HomeGallery-module__48XCLG__title{font-family:var(--font-brittany-signature);letter-spacing:4px;color:var(--accent);text-transform:uppercase;margin-bottom:12px;font-size:3rem;font-weight:300}.HomeGallery-module__48XCLG__subtitle{color:var(--accent);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:1.1rem}.HomeGallery-module__48XCLG__tickerContainer{background:var(--background-secondary);white-space:nowrap;width:100%;margin-bottom:30px;padding:12px 0;display:flex;position:relative;overflow:hidden}.HomeGallery-module__48XCLG__tickerContainer:before,.HomeGallery-module__48XCLG__tickerContainer:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.HomeGallery-module__48XCLG__tickerTrack{gap:50px;padding-left:50px;animation:40s linear infinite HomeGallery-module__48XCLG__ticker;display:flex}@media (hover:hover){.HomeGallery-module__48XCLG__tickerTrack:hover{animation-play-state:paused}}.HomeGallery-module__48XCLG__tickerItem{font-family:var(--font-montserrat);color:var(--foreground-muted);background:var(--background-secondary);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:20px;padding:5px 15px;font-size:.95rem;display:inline-block}.HomeGallery-module__48XCLG__tickerAuthor{color:var(--accent);margin-right:8px;font-weight:600}@keyframes HomeGallery-module__48XCLG__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.HomeGallery-module__48XCLG__nav{justify-content:center;gap:20px;margin:30px auto;display:flex}.HomeGallery-module__48XCLG__navBtn{background-color:var(--accent);color:var(--background);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:12px 28px;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 4px 6px #0000000d}.HomeGallery-module__48XCLG__navBtn:hover{background-color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 12px #a81c3a26}.HomeGallery-module__48XCLG__secondaryBtn{color:var(--accent);border:1px solid var(--accent);background-color:#0000}.HomeGallery-module__48XCLG__secondaryBtn:hover{background-color:var(--accent);color:var(--background);box-shadow:0 6px 12px #0000001a}.HomeGallery-module__48XCLG__filters{justify-content:center;gap:12px;margin-bottom:45px;display:flex}.HomeGallery-module__48XCLG__filterBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:8px 18px;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.HomeGallery-module__48XCLG__filterBtn:after{content:"";background-color:var(--accent);width:0;height:2px;transition:all .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.HomeGallery-module__48XCLG__activeFilter{color:var(--accent)}.HomeGallery-module__48XCLG__activeFilter:after{width:100%}.HomeGallery-module__48XCLG__gallerySection{max-width:1200px;margin:0 auto;padding:0 20px 80px}.HomeGallery-module__48XCLG__grid{column-count:3;column-gap:25px;margin-bottom:50px}@media (max-width:1024px){.HomeGallery-module__48XCLG__grid{column-count:2}}@media (max-width:640px){.HomeGallery-module__48XCLG__grid{column-count:1}}.HomeGallery-module__48XCLG__card{cursor:pointer;background-color:var(--background);break-inside:avoid;border-radius:12px;margin-bottom:25px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000a}.HomeGallery-module__48XCLG__card:hover{transform:translateY(-8px);box-shadow:0 20px 35px #00000014}.HomeGallery-module__48XCLG__mediaWrapper{width:100%;height:100%;position:relative}.HomeGallery-module__48XCLG__media{width:100%;height:auto;transition:transform .5s;display:block}.HomeGallery-module__48XCLG__cardSelected{border:3px solid var(--accent)}.HomeGallery-module__48XCLG__checkbox{border:2px solid var(--background);cursor:pointer;z-index:10;background:#0006;border-radius:6px;width:26px;height:26px;transition:all .2s;position:absolute;top:15px;left:15px;box-shadow:0 2px 5px #0003;}.HomeGallery-module__48XCLG__checkboxSelected{background:var(--accent)}.HomeGallery-module__48XCLG__btnSelectAll{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:30px;justify-content:center;align-items:center;padding:8px 18px;font-size:.9rem;transition:background-color .2s;display:inline-flex}.HomeGallery-module__48XCLG__btnSelectAll:hover{background-color:var(--accent-transparent)}.HomeGallery-module__48XCLG__card:hover .HomeGallery-module__48XCLG__media{transform:scale(1.03)}.HomeGallery-module__48XCLG__videoIconBadge{background:var(--background-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;border-radius:50%;width:36px;height:36px;position:absolute;top:15px;right:15px;}.HomeGallery-module__48XCLG__videoIconBadge svg{fill:var(--background);width:18px;height:18px;margin-left:2px}.HomeGallery-module__48XCLG__likeBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--accent);z-index:10;background:#ffffffd9;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:600;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:15px;right:15px;box-shadow:0 4px 10px #0000001a}.HomeGallery-module__48XCLG__likeBadge:hover{transform:scale(1.1)}.HomeGallery-module__48XCLG__overlay{opacity:0;background:linear-gradient(#0000 40%,#0006 100%);align-items:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.HomeGallery-module__48XCLG__card:hover .HomeGallery-module__48XCLG__overlay{opacity:1}.HomeGallery-module__48XCLG__date{color:var(--background);letter-spacing:1px;font-size:.85rem}.HomeGallery-module__48XCLG__loading{text-align:center;color:var(--foreground-muted);padding:40px 0;font-size:1.1rem}.HomeGallery-module__48XCLG__empty{text-align:center;color:var(--foreground-muted);background:var(--background);border:1px dashed var(--border-light);border-radius:12px;padding:60px 20px}.HomeGallery-module__48XCLG__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:40px;display:flex}.HomeGallery-module__48XCLG__pageBtn{background-color:var(--background);color:var(--foreground);border:1px solid var(--border-light);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:500;transition:all .2s;display:flex}.HomeGallery-module__48XCLG__pageBtn:hover:not(:disabled){background-color:var(--background-secondary);border-color:var(--accent);color:var(--accent)}.HomeGallery-module__48XCLG__activePageBtn{background-color:var(--accent)!important;color:var(--background)!important;border-color:var(--accent)!important}.HomeGallery-module__48XCLG__pageBtn:disabled{opacity:.5;cursor:not-allowed}.HomeGallery-module__48XCLG__footer{text-align:center;color:#999;border-top:1px solid var(--border-light);background-color:var(--background);padding:60px 20px;font-size:.85rem}.HomeGallery-module__48XCLG__actionBar{background:var(--background);border:1px solid var(--border-light);border-radius:8px;flex-wrap:wrap;gap:15px;margin-bottom:30px;padding:15px 20px;box-shadow:0 4px 15px #0000000d;}.HomeGallery-module__48XCLG__actionLabel{color:var(--foreground);font-weight:600}.HomeGallery-module__48XCLG__actionButtons{flex-wrap:wrap;gap:12px;display:flex}.HomeGallery-module__48XCLG__btnCancel{border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:30px;justify-content:center;align-items:center;padding:8px 18px;font-size:.9rem;transition:background-color .2s;display:inline-flex}.HomeGallery-module__48XCLG__btnCancel:hover{background-color:var(--background-secondary)}.HomeGallery-module__48XCLG__btnDownload{background-color:var(--accent);color:var(--background);cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;padding:8px 22px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.HomeGallery-module__48XCLG__btnDownload:hover{background-color:var(--accent-hover);transform:translateY(-1px)}@media (max-width:640px){.HomeGallery-module__48XCLG__actionBar{text-align:center;border-radius:8px;flex-direction:column;align-items:stretch}.HomeGallery-module__48XCLG__actionButtons{flex-direction:column;width:100%}.HomeGallery-module__48XCLG__actionButtons button{width:100%}.HomeGallery-module__48XCLG__nav{flex-flow:wrap;gap:10px;margin-top:15px;padding:0 10px}.HomeGallery-module__48XCLG__navBtn{white-space:nowrap;flex:1;justify-content:center;max-width:60%;padding:10px 5px;font-size:.8rem}.HomeGallery-module__48XCLG__filters{flex-wrap:wrap}}.HomeGallery-module__48XCLG__scrollTopBtn{background-color:var(--accent);width:50px;height:50px;color:var(--background);cursor:pointer;z-index:100;opacity:0;pointer-events:none;border:none;border-radius:50%;transition:all .3s;position:fixed;bottom:30px;right:30px;transform:translateY(10px);box-shadow:0 4px 15px #a81c3a4d;}.HomeGallery-module__48XCLG__scrollTopBtnVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.HomeGallery-module__48XCLG__scrollTopBtn:hover{background-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 6px 20px #8c122b66}.HomeGallery-module__48XCLG__skeletonCard{background:var(--background-tertiary);break-inside:avoid;border-radius:12px;height:400px;margin-bottom:25px;position:relative;overflow:hidden}.HomeGallery-module__48XCLG__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100%;height:100%;animation:1.5s ease-in-out infinite HomeGallery-module__48XCLG__skeletonLoading;position:absolute;top:0;left:-100%}@keyframes HomeGallery-module__48XCLG__skeletonLoading{0%{left:-100%}to{left:100%}}
.ImageViewer-module__3yH1YW__overlay{z-index:2000;background-color:#000000e6;width:100vw;height:100vh;padding:20px;position:fixed;top:0;left:0;}.ImageViewer-module__3yH1YW__imageContainer{width:100%;max-width:90vw;height:100%;max-height:90vh;position:relative;}.ImageViewer-module__3yH1YW__image{object-fit:contain;pointer-events:auto;max-width:100%;max-height:100%}.ImageViewer-module__3yH1YW__buttonContainer{flex-direction:row;justify-content:end;align-items:end;gap:10px;display:flex;position:absolute;top:20px;right:20px}.ImageViewer-module__3yH1YW__actionButton{color:var(--background);cursor:pointer;z-index:2001;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;transition:background-color .3s;}.ImageViewer-module__3yH1YW__actionButton:hover{background-color:#ffffff80}.ImageViewer-module__3yH1YW__filigrana{color:#fff9;text-shadow:1px 1px 3px #000c;letter-spacing:1.5px;text-transform:uppercase;pointer-events:none;z-index:10;font-size:.85rem;font-weight:400;font-family:var(--font-montserrat);position:absolute;bottom:15px;left:15px}.ImageViewer-module__3yH1YW__likeButtonLiked{color:var(--accent);background-color:#ffffffe6}.ImageViewer-module__3yH1YW__likeButtonLiked:hover{background-color:#fff}.ImageViewer-module__3yH1YW__commentsPanel{background-color:var(--background-modal);z-index:2002;width:350px;height:100dvh;color:var(--foreground);position:fixed;top:0;right:0;box-shadow:-5px 0 15px #0003;}.ImageViewer-module__3yH1YW__commentsHeader{border-bottom:1px solid var(--border-light);padding:20px;}.ImageViewer-module__3yH1YW__commentsHeader h3{font-family:var(--font-montserrat);color:var(--accent);margin:0}.ImageViewer-module__3yH1YW__commentsHeader button{cursor:pointer;color:var(--foreground-muted);background:0 0;border:none;font-size:24px}.ImageViewer-module__3yH1YW__commentsList{flex:1;gap:15px;padding:20px;overflow-y:auto;}.ImageViewer-module__3yH1YW__noComments{text-align:center;color:var(--foreground-muted);margin-top:40px;font-style:italic}.ImageViewer-module__3yH1YW__commentItem{background:var(--background-secondary);border-left:3px solid var(--accent);border-radius:8px;padding:12px}.ImageViewer-module__3yH1YW__commentHeader{margin-bottom:5px;}.ImageViewer-module__3yH1YW__commentHeader strong{color:var(--foreground-muted);font-size:.9rem}.ImageViewer-module__3yH1YW__deleteCommentBtn{color:var(--error);cursor:pointer;background:0 0;border:none;padding:2px 5px;font-size:.8rem}.ImageViewer-module__3yH1YW__deleteCommentBtn:hover{text-decoration:underline}.ImageViewer-module__3yH1YW__commentItem p{margin:0;font-size:.95rem;line-height:1.4}.ImageViewer-module__3yH1YW__addCommentForm{padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom));border-top:1px solid var(--border-light);background:var(--background-tertiary);flex-shrink:0;gap:10px;}.ImageViewer-module__3yH1YW__commentInput,.ImageViewer-module__3yH1YW__commentTextarea{border:1px solid var(--border);border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:.9rem}.ImageViewer-module__3yH1YW__sendCommentBtn{background-color:var(--accent);color:var(--background);cursor:pointer;border:none;border-radius:6px;padding:10px;font-weight:700;transition:opacity .2s}.ImageViewer-module__3yH1YW__sendCommentBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ImageViewer-module__3yH1YW__commentsPanel{border-radius:20px 20px 0 0;width:100%;height:60dvh;top:auto;bottom:0;left:0}}@media (max-width:640px){.ImageViewer-module__3yH1YW__closeButton{top:10px;right:10px}.ImageViewer-module__3yH1YW__downloadButton{top:10px;right:60px}.ImageViewer-module__3yH1YW__shareButton{top:10px;right:110px}.ImageViewer-module__3yH1YW__commentsButton{top:10px;right:160px}}
.Dialog-module__5m2oPa__overlay{background-color:var(--background-overlay);z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:fixed;inset:0;}.Dialog-module__5m2oPa__dialog{background-color:var(--background);width:90%;max-width:400px;box-shadow:var(--shadow-lg);text-align:center;font-family:var(--font-montserrat);border-radius:12px;padding:24px}.Dialog-module__5m2oPa__content{color:var(--foreground);margin-bottom:24px;font-size:1rem;line-height:1.5}.Dialog-module__5m2oPa__actions{justify-content:center;gap:12px;display:flex}.Dialog-module__5m2oPa__btnCancel,.Dialog-module__5m2oPa__btnConfirm{cursor:pointer;border:none;border-radius:20px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.Dialog-module__5m2oPa__btnCancel{background-color:var(--background-tertiary);color:var(--foreground)}.Dialog-module__5m2oPa__btnCancel:hover{background-color:var(--border)}.Dialog-module__5m2oPa__btnConfirm{background-color:var(--accent);color:var(--background)}.Dialog-module__5m2oPa__btnConfirm:hover{filter:brightness(1.1);transform:translateY(-1px)}
.MusicPlayer-module__sZpyyG__playerContainer{z-index:1000;flex-direction:row-reverse;align-items:center;gap:15px;display:flex;position:fixed;bottom:30px;left:30px}.MusicPlayer-module__sZpyyG__vinylBtn{border:4px solid var(--accent);cursor:pointer;background:radial-gradient(circle,#2a2a2a 30%,#111 70%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.MusicPlayer-module__sZpyyG__vinylBtn:hover{transform:scale(1.05)}.MusicPlayer-module__sZpyyG__vinylCenter{background-color:var(--accent);border:3px solid #111;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MusicPlayer-module__sZpyyG__icon{color:#fff;width:12px;height:12px}.MusicPlayer-module__sZpyyG__vinylBtn:before{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:50%;width:45px;height:45px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MusicPlayer-module__sZpyyG__vinylBtn:after{content:"";pointer-events:none;border:1px solid #ffffff26;border-radius:50%;width:35px;height:35px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MusicPlayer-module__sZpyyG__spinning{animation:4s linear infinite MusicPlayer-module__sZpyyG__spin}@keyframes MusicPlayer-module__sZpyyG__spin{to{transform:rotate(360deg)}}.MusicPlayer-module__sZpyyG__tooltip{background:var(--background-modal);color:var(--accent);box-shadow:var(--shadow-md);border:1px solid var(--border-light);font-size:.85rem;font-weight:500;font-family:var(--font-montserrat);white-space:nowrap;border-radius:8px;padding:8px 12px}@media (max-width:768px){.MusicPlayer-module__sZpyyG__playerContainer{bottom:20px;left:20px}.MusicPlayer-module__sZpyyG__vinylBtn{width:50px;height:50px}.MusicPlayer-module__sZpyyG__tooltip{display:none}}
.Slideshow-module__t6EQbW__overlay{z-index:3000;background-color:#000;width:100vw;height:100vh;position:fixed;top:0;left:0;}.Slideshow-module__t6EQbW__closeButton{color:var(--background);cursor:pointer;z-index:3001;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;transition:background-color .3s;position:absolute;top:20px;right:20px;}.Slideshow-module__t6EQbW__closeButton:hover{background-color:#ffffff80}.Slideshow-module__t6EQbW__controls{z-index:3001;gap:20px;display:flex;position:absolute;bottom:30px}.Slideshow-module__t6EQbW__controlBtn{color:var(--background);cursor:pointer;background:#fff3;border:none;border-radius:50%;width:50px;height:50px;transition:background-color .3s;}.Slideshow-module__t6EQbW__controlBtn:hover{background-color:#ffffff80}.Slideshow-module__t6EQbW__imageContainer{width:100%;height:100%;position:relative;}.Slideshow-module__t6EQbW__media{object-fit:contain;max-width:100%;max-height:100%}@media (max-width:640px){.Slideshow-module__t6EQbW__closeButton{top:10px;right:10px}.Slideshow-module__t6EQbW__controls{bottom:20px}}
