.PhotoUploader-module__SrxjLG__dropZone{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-8) var(--space-4);border:2px dashed var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);text-align:center;-webkit-tap-highlight-color:transparent;flex-direction:column;display:flex}.PhotoUploader-module__SrxjLG__dropZone:hover,.PhotoUploader-module__SrxjLG__dragOver{border-color:var(--accent);background:var(--accent-subtle)}.PhotoUploader-module__SrxjLG__dropText{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.PhotoUploader-module__SrxjLG__dropHint{font-size:var(--text-xs);color:var(--text-tertiary)}.PhotoUploader-module__SrxjLG__previewGrid{gap:var(--space-2);margin-top:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.PhotoUploader-module__SrxjLG__previewItem{aspect-ratio:1;border-radius:var(--radius-sm);position:relative;overflow:hidden}.PhotoUploader-module__SrxjLG__previewImage{object-fit:cover;width:100%;height:100%}.PhotoUploader-module__SrxjLG__removeBtn{border-radius:var(--radius-full);color:#fff;width:24px;height:24px;transition:background var(--transition-fast);background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;right:4px}.PhotoUploader-module__SrxjLG__removeBtn:hover{background:var(--danger)}.PhotoUploader-module__SrxjLG__progressOverlay{background:#0000004d;height:4px;position:absolute;bottom:0;left:0;right:0}.PhotoUploader-module__SrxjLG__progressBar{background:var(--accent);border-radius:0 var(--radius-full) var(--radius-full) 0;height:100%;transition:width var(--transition-fast)}.PhotoUploader-module__SrxjLG__statusOverlay{background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PhotoUploader-module__SrxjLG__errorOverlay{background:#ef444433}
.PhotoCard-module__nZhV7q__card{text-align:left;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;transition:all var(--transition-fast);animation:PhotoCard-module__nZhV7q__fadeIn var(--transition-base) ease-out both;-webkit-tap-highlight-color:transparent;display:block;overflow:hidden}.PhotoCard-module__nZhV7q__card:hover{border-color:var(--border-default)}.PhotoCard-module__nZhV7q__card:active{transform:scale(.99)}.PhotoCard-module__nZhV7q__imageContainer{background:var(--bg-elevated);width:100%;max-height:400px;position:relative;overflow:hidden}.PhotoCard-module__nZhV7q__commentBadge{-webkit-backdrop-filter:blur(4px);color:#fff;z-index:2;background:#0009;border-radius:20px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;display:flex;position:absolute;top:12px;right:12px}.PhotoCard-module__nZhV7q__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.PhotoCard-module__nZhV7q__card:hover .PhotoCard-module__nZhV7q__image{transform:scale(1.02)}.PhotoCard-module__nZhV7q__info{padding:var(--space-3) var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.PhotoCard-module__nZhV7q__infoLeft{align-items:center;gap:var(--space-2);min-width:0;display:flex}.PhotoCard-module__nZhV7q__date{font-size:var(--text-sm);font-weight:500;display:block}.PhotoCard-module__nZhV7q__location{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;max-width:200px;display:flex;overflow:hidden}.PhotoCard-module__nZhV7q__time{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap}.PhotoCard-module__nZhV7q__caption{padding:0 var(--space-4) var(--space-3);font-size:var(--text-sm);color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
.CommentList-module__tTPqwW__container{margin-top:var(--space-2)}.CommentList-module__tTPqwW__title{font-size:var(--text-sm);margin-bottom:var(--space-3);align-items:center;gap:var(--space-2);font-weight:600;display:flex}.CommentList-module__tTPqwW__count{background:var(--bg-elevated);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-secondary);padding:1px 8px}.CommentList-module__tTPqwW__list{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.CommentList-module__tTPqwW__comment{gap:var(--space-2);animation:CommentList-module__tTPqwW__fadeIn var(--transition-fast) ease-out;display:flex}.CommentList-module__tTPqwW__commentBody{flex:1;min-width:0}.CommentList-module__tTPqwW__commentHeader{align-items:center;gap:var(--space-2);margin-bottom:2px;display:flex}.CommentList-module__tTPqwW__commentAuthor{font-size:var(--text-xs);font-weight:600}.CommentList-module__tTPqwW__commentTime{font-size:var(--text-xs);color:var(--text-tertiary)}.CommentList-module__tTPqwW__deleteBtn{color:var(--text-tertiary);opacity:0;transition:all var(--transition-fast);margin-left:auto;padding:2px}.CommentList-module__tTPqwW__comment:hover .CommentList-module__tTPqwW__deleteBtn{opacity:1}.CommentList-module__tTPqwW__deleteBtn:hover{color:var(--danger)}.CommentList-module__tTPqwW__commentText{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-normal);word-break:break-word}.CommentList-module__tTPqwW__emptyText{font-size:var(--text-sm);color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.CommentList-module__tTPqwW__inputRow{gap:var(--space-2);background:var(--bg-primary);padding:var(--space-3) 0;align-items:center;display:flex;position:sticky;bottom:0}.CommentList-module__tTPqwW__inputRow .CommentList-module__tTPqwW__input{flex:1}
.PhotoLightbox-module__slIBHW__lightbox{background:var(--bg-primary);z-index:51;overscroll-behavior:contain;animation:PhotoLightbox-module__slIBHW__fadeIn var(--transition-fast) ease-out;position:fixed;inset:0;overflow-y:auto}.PhotoLightbox-module__slIBHW__header{padding:var(--space-2) var(--space-3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#0a0a0be6;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.PhotoLightbox-module__slIBHW__headerActions{gap:var(--space-1);display:flex}.PhotoLightbox-module__slIBHW__imageContainer{background:var(--bg-primary);justify-content:center;align-items:center;min-height:200px;max-height:60vh;display:flex;position:relative;overflow:hidden}.PhotoLightbox-module__slIBHW__imageLoader{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PhotoLightbox-module__slIBHW__image{object-fit:contain;width:100%;max-height:60vh;transition:opacity var(--transition-base) ease-out;z-index:2}.PhotoLightbox-module__slIBHW__metaSection{padding:var(--space-4)}.PhotoLightbox-module__slIBHW__metaRow{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-2);display:flex}.PhotoLightbox-module__slIBHW__caption{font-size:var(--text-sm);color:var(--text-primary);margin-top:var(--space-2);margin-bottom:var(--space-2);line-height:var(--leading-relaxed)}.PhotoLightbox-module__slIBHW__editForm{animation:PhotoLightbox-module__slIBHW__fadeIn var(--transition-fast) ease-out}.PhotoLightbox-module__slIBHW__commentsSection{padding:0 var(--space-4) var(--space-8)}@media (min-width:768px){.PhotoLightbox-module__slIBHW__lightbox{inset:var(--space-8);border-radius:var(--radius-xl);max-width:600px;box-shadow:var(--shadow-lg);margin:0 auto}}
.BottomNav-module__ktzsLq__nav{height:var(--bottom-nav-height);background:var(--bg-surface);border-top:1px solid var(--border-subtle);z-index:40;padding-bottom:env(safe-area-inset-bottom,0);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#141416eb;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__ktzsLq__link{padding:var(--space-2) var(--space-4);color:var(--text-tertiary);transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:2px;display:flex}.BottomNav-module__ktzsLq__link:hover{color:var(--text-secondary)}.BottomNav-module__ktzsLq__active{color:var(--accent)}.BottomNav-module__ktzsLq__label{letter-spacing:.02em;font-size:10px;font-weight:500}
.home-module__Hx0lNG__loadingContainer{justify-content:center;align-items:center;min-height:60dvh;display:flex}.home-module__Hx0lNG__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:flex-start;display:flex}.home-module__Hx0lNG__grid{gap:var(--space-3);flex-direction:column;display:flex}.home-module__Hx0lNG__timelineCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-fast);animation:home-module__Hx0lNG__fadeIn var(--transition-base) ease-out both;-webkit-tap-highlight-color:transparent;display:block;position:relative;overflow:hidden}.home-module__Hx0lNG__timelineCard:hover{border-color:var(--border-default);box-shadow:var(--shadow-md);transform:translateY(-1px)}.home-module__Hx0lNG__timelineCard:active{transform:scale(.99)}.home-module__Hx0lNG__cardCover{background:var(--bg-elevated);height:100px;overflow:hidden}.home-module__Hx0lNG__coverImage{object-fit:cover;width:100%;height:100%}.home-module__Hx0lNG__coverPlaceholder{background:linear-gradient(135deg, var(--bg-elevated) 0%, var(--bg-hover) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home-module__Hx0lNG__cardBody{padding:var(--space-3) var(--space-4)}.home-module__Hx0lNG__cardTitle{font-size:var(--text-base);margin-bottom:var(--space-1);letter-spacing:-.01em;font-weight:600}.home-module__Hx0lNG__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);line-clamp:1;-webkit-line-clamp:1;margin-bottom:var(--space-2);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-module__Hx0lNG__cardMeta{align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--text-tertiary);display:flex}.home-module__Hx0lNG__metaItem{align-items:center;gap:var(--space-1);display:flex}.home-module__Hx0lNG__metaTimeBlock{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;display:flex}.home-module__Hx0lNG__cardCreator{top:var(--space-2);right:var(--space-2);position:absolute}
.profile-module__5FeCNW__loadingContainer{justify-content:center;align-items:center;min-height:60dvh;display:flex}.profile-module__5FeCNW__header{text-align:center;padding:var(--space-8) 0;animation:profile-module__5FeCNW__fadeIn var(--transition-base) ease-out}.profile-module__5FeCNW__avatarLarge{border-radius:var(--radius-full);background:var(--accent-subtle);width:80px;height:80px;color:var(--accent-text);font-weight:700;font-size:var(--text-xl);margin-bottom:var(--space-4);justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.profile-module__5FeCNW__avatarLarge img{object-fit:cover;width:100%;height:100%}.profile-module__5FeCNW__displayName{font-size:var(--text-xl);letter-spacing:-.02em;font-weight:700}.profile-module__5FeCNW__username{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--space-1)}.profile-module__5FeCNW__section{margin-bottom:var(--space-6)}.profile-module__5FeCNW__sectionTitle{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:var(--space-3);font-weight:600}.profile-module__5FeCNW__infoRow{padding:var(--space-3) 0;border-bottom:1px solid var(--border-subtle);justify-content:space-between;display:flex}.profile-module__5FeCNW__infoLabel{font-size:var(--text-sm);color:var(--text-secondary)}.profile-module__5FeCNW__infoValue{font-size:var(--text-sm);font-weight:500}
.settings-module___lFzAa__headerRow{align-items:center;gap:var(--space-2);margin-bottom:var(--space-6);display:flex}.settings-module___lFzAa__section{margin-bottom:var(--space-8);animation:settings-module___lFzAa__fadeIn var(--transition-base) ease-out}.settings-module___lFzAa__sectionTitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:var(--space-3);font-weight:600}.settings-module___lFzAa__inviteLink{gap:var(--space-2);align-items:center;display:flex}.settings-module___lFzAa__linkBox{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-3);flex:1;overflow:hidden}.settings-module___lFzAa__code{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.settings-module___lFzAa__searchRow{gap:var(--space-2);display:flex}.settings-module___lFzAa__searchRow .settings-module___lFzAa__input{flex:1}.settings-module___lFzAa__searchResults{margin-top:var(--space-3);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.settings-module___lFzAa__resultRow{align-items:center;gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid var(--border-subtle);display:flex}.settings-module___lFzAa__resultRow:last-child{border-bottom:none}.settings-module___lFzAa__resultInfo{flex:1;min-width:0}.settings-module___lFzAa__resultName{font-size:var(--text-sm);font-weight:500;display:block}.settings-module___lFzAa__resultUsername{font-size:var(--text-xs);color:var(--text-tertiary)}.settings-module___lFzAa__membersList{gap:var(--space-1);flex-direction:column;display:flex}.settings-module___lFzAa__memberRow{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);transition:background var(--transition-fast);display:flex}.settings-module___lFzAa__memberRow:hover{background:var(--bg-hover)}.settings-module___lFzAa__memberInfo{flex:1;min-width:0}.settings-module___lFzAa__memberName{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:500;display:flex}.settings-module___lFzAa__memberUsername{font-size:var(--text-xs);color:var(--text-tertiary);display:block}.settings-module___lFzAa__youBadge{font-size:var(--text-xs);color:var(--accent-text);background:var(--accent-subtle);border-radius:var(--radius-full);padding:1px 6px;font-weight:400}
.timeline-module__5Kc1oq__loadingContainer{justify-content:center;align-items:center;min-height:60dvh;display:flex}.timeline-module__5Kc1oq__header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.timeline-module__5Kc1oq__headerLeft{align-items:center;gap:var(--space-2);display:flex}.timeline-module__5Kc1oq__timelineTitle{font-size:var(--text-lg);letter-spacing:-.02em;font-weight:700}.timeline-module__5Kc1oq__timelineMeta{font-size:var(--text-xs);color:var(--text-tertiary)}.timeline-module__5Kc1oq__uploadBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) var(--space-4);background:var(--accent-subtle);color:var(--accent-text);border-radius:var(--radius-md);font-weight:500;font-size:var(--text-sm);transition:all var(--transition-fast);margin-bottom:var(--space-4);border:1px dashed var(--accent);-webkit-tap-highlight-color:transparent;border-style:dashed;display:flex}.timeline-module__5Kc1oq__uploadBtn:hover{background:var(--accent);color:#fff;border-style:solid}.timeline-module__5Kc1oq__uploadBtn:active{transform:scale(.98)}.timeline-module__5Kc1oq__feed{animation:timeline-module__5Kc1oq__fadeIn var(--transition-base) ease-out}.timeline-module__5Kc1oq__dateGroup{margin-bottom:var(--space-2)}.timeline-module__5Kc1oq__photoGrid{gap:var(--space-3);flex-direction:column;display:flex}.timeline-module__5Kc1oq__loadMore{padding:var(--space-8) 0;justify-content:center;align-items:center;display:flex}
.new-module__KhdxlG__form{animation:new-module__KhdxlG__fadeIn var(--transition-base) ease-out}
