.CommentsModal_modalContent__hjb0x{background:var(--background-color,white);border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}.CommentsModal_modalHeader__4kPzv{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid var(--border-color,#e0e0e0);background:var(--background-color,white);position:sticky;top:0;z-index:10}.CommentsModal_modalTitle__yZhm_{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-color,#333)}.CommentsModal_closeButton__j9CLy{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-muted,#6c757d);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}.CommentsModal_closeButton__j9CLy:hover{background:var(--hover-color,rgba(0,0,0,.1));color:var(--text-color,#333)}.CommentsModal_modalBody__oh87w{flex:1 1;overflow-y:auto;padding:1.5rem;background:var(--background-secondary,#333)}.CommentsModal_commentsList__XC7fK{margin-top:0}.CommentsModal_commentsHeader__rmp7b{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light,#f0f0f0)}.CommentsModal_commentsHeader__rmp7b h3{margin:0;font-size:1rem;font-weight:600;color:var(--text-color,#333)}.CommentsModal_loading__fFWZQ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.CommentsModal_spinner__l3MCH{width:32px;height:32px;border-top:3px solid var(--border-color,#e0e0e0);border:3px solid var(--border-color,#e0e0e0);border-top-color:var(--primary-color,#007bff);border-radius:50%;animation:CommentsModal_spin__U1Neo 1s linear infinite;margin-bottom:1rem}@keyframes CommentsModal_spin__U1Neo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CommentsModal_loading__fFWZQ p{margin:0;color:var(--text-muted,#6c757d);font-size:.9rem}.CommentsModal_emptyState__TbQMn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:var(--background-color,white);border-radius:8px;border:2px dashed var(--border-light,#f0f0f0)}.CommentsModal_emptyIcon__0or8I{font-size:3rem;margin-bottom:1rem;opacity:.7}.CommentsModal_emptyState__TbQMn h3{margin:0 0 .5rem;color:var(--text-color,#333);font-size:1.1rem}.CommentsModal_emptyState__TbQMn p{margin:0;color:var(--text-muted,#6c757d);font-size:.9rem;line-height:1.5}@media (max-width:768px){.CommentsModal_modalContent__hjb0x{max-height:95vh;width:100%;max-width:none;border-radius:8px}.CommentsModal_modalHeader__4kPzv{padding:1rem 1rem 0}.CommentsModal_modalTitle__yZhm_{font-size:1.1rem}.CommentsModal_closeButton__j9CLy{width:36px;height:36px;font-size:1.5rem}.CommentsModal_modalBody__oh87w{padding:1rem}.CommentsModal_emptyState__TbQMn{padding:2rem 1rem}.CommentsModal_emptyIcon__0or8I{font-size:2.5rem}}@media (prefers-color-scheme:dark){.CommentsModal_modalContent__hjb0x{box-shadow:0 20px 60px rgba(0,0,0,.6)}}.CommentForm_commentForm__MtCQE{background:var(--background-secondary,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.CommentForm_inputGroup__HwDKz{margin-bottom:.75rem}.CommentForm_textarea__lK5Um{width:95%;min-height:80px;padding:.75rem;border:1px solid var(--border-color,#ccc);border-radius:6px;font-family:inherit;font-size:.9rem;line-height:1.5;resize:vertical;background:var(--input-background,white);color:var(--secondary-color,#333);transition:border-color .2s ease,box-shadow .2s ease}.CommentForm_textarea__lK5Um:focus{outline:none;border-color:var(--primary-color,#007bff);box-shadow:0 0 0 3px rgba(0,123,255,.1)}.CommentForm_textarea__lK5Um:disabled{background:var(--disabled-background,#f8f9fa);color:var(--text-muted,#6c757d);cursor:not-allowed}.CommentForm_textarea__lK5Um::placeholder{color:var(--text-muted,#6c757d)}.CommentForm_error__EUgXI{color:#dc3545;font-size:.85rem;margin-top:.5rem;padding:.5rem;background:rgba(220,53,69,.1);border-radius:4px;border-left:3px solid #dc3545}.CommentForm_actions__mWR6I{display:flex;justify-content:flex-end}.CommentForm_submitSection__cPO1K{display:flex;gap:.5rem}.CommentForm_clearButton__m5wJg,.CommentForm_loginButton__YdNSJ,.CommentForm_submitButton__9r5Sz{padding:.625rem 1.25rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:100px}.CommentForm_submitButton__9r5Sz{background:var(--primary-color,#007bff);color:white}.CommentForm_submitButton__9r5Sz:hover:not(:disabled){background:var(--primary-hover,#0056b3);transform:translateY(-1px)}.CommentForm_submitButton__9r5Sz:disabled{opacity:.6;cursor:not-allowed;transform:none}.CommentForm_clearButton__m5wJg{background:var(--secondary-color,#6c757d);color:white}.CommentForm_clearButton__m5wJg:hover:not(:disabled){background:var(--secondary-hover,#545b62)}.CommentForm_clearButton__m5wJg:disabled{opacity:.6;cursor:not-allowed}.CommentForm_loginButton__YdNSJ{background:var(--accent-color,#28a745);color:white;min-width:150px}.CommentForm_loginButton__YdNSJ:hover{background:var(--accent-hover,#218838);transform:translateY(-1px)}@media (max-width:768px){.CommentForm_commentForm__MtCQE{padding:.75rem}.CommentForm_textarea__lK5Um{padding:.625rem;font-size:16px}.CommentForm_submitSection__cPO1K{flex-direction:column;width:100%}.CommentForm_clearButton__m5wJg,.CommentForm_loginButton__YdNSJ,.CommentForm_submitButton__9r5Sz{width:100%;min-width:auto}.CommentForm_actions__mWR6I{justify-content:stretch}}.CommentItem_commentItem__CLFU5{background:var(--background-color,#f8f9fa);border:1px solid var(--border-color,#e0e0e0);border-radius:8px;padding:1rem;margin-bottom:.75rem}.CommentItem_commentHeader__1gs1b{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.CommentItem_author__Rcs8m{font-weight:600;color:var(--primary-color,#007bff);font-size:.9rem}.CommentItem_date__CNLYc{color:var(--text-muted,#6c757d);font-size:.8rem}.CommentItem_actions__pGjNw{display:flex;gap:.25rem}.CommentItem_commentContent__cGRB5{margin-top:.5rem}.CommentItem_content___DDi0{margin:0;line-height:1.5;color:var(--text-color,#333);word-wrap:break-word;font-size:medium;white-space:pre-wrap}.CommentItem_editForm__ujskq{display:flex;flex-direction:column;gap:.5rem}.CommentItem_editTextarea__EnFwN{width:100%;min-height:80px;padding:.5rem;border:1px solid var(--border-color,#ccc);border-radius:4px;font-family:inherit;font-size:.9rem;resize:vertical;background:var(--input-background,white);color:var(--secondary-color,#333)}.CommentItem_editTextarea__EnFwN:focus{outline:none;border-color:var(--primary-color,#007bff);box-shadow:0 0 0 2px rgba(0,123,255,.25)}.CommentItem_editActions__WkHx1{display:flex;gap:.5rem;justify-content:flex-end}.CommentItem_cancelButton__jp27M,.CommentItem_saveButton__U5Wqi{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.CommentItem_saveButton__U5Wqi{background:var(--primary-color,#007bff);color:white}.CommentItem_saveButton__U5Wqi:hover:not(:disabled){background:var(--primary-hover,#0056b3)}.CommentItem_saveButton__U5Wqi:disabled{opacity:.6;cursor:not-allowed}.CommentItem_cancelButton__jp27M{background:var(--secondary-color,#6c757d);color:white}.CommentItem_cancelButton__jp27M:hover:not(:disabled){background:var(--secondary-hover,#545b62)}.CommentItem_cancelButton__jp27M:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.CommentItem_commentItem__CLFU5{padding:.75rem}.CommentItem_commentHeader__1gs1b{flex-direction:column;align-items:flex-start}.CommentItem_actions__pGjNw{align-self:flex-end}.CommentItem_editActions__WkHx1{flex-direction:column}.CommentItem_cancelButton__jp27M,.CommentItem_saveButton__U5Wqi{width:100%}}.ButtonStyles_buttonBase__4u1X_{width:-moz-fit-content;width:fit-content;height:44px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:all .2s ease;background:var(--background-secondary);color:var(--foreground-muted)}.ButtonStyles_buttonBase__4u1X_:hover{background:var(--button-primary-bg);color:var(--button-primary-text)}.ButtonStyles_deleteButton__HqgrZ:hover{background:#dc3545;color:white}@media (max-width:768px){.ButtonStyles_buttonBase__4u1X_{min-width:44px;min-height:44px;width:auto;font-size:1.2rem;border:.5px solid var(--link-color);padding:6px}}@media (max-width:480px){.ButtonStyles_buttonBase__4u1X_{min-width:40px;min-height:40px;padding:.5rem;font-size:1rem}}.UserCommentsList_container__VwBfz{margin-top:2rem}.UserCommentsList_header__zgqkK{margin-bottom:1.5rem}.UserCommentsList_title__a3R34{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--foreground)}.UserCommentsList_subtitle__LvH3s{color:var(--text-color,#333);font-size:.9rem}.UserCommentsList_loading__RclUD{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--text-secondary)}.UserCommentsList_spinner___V9Jh{width:32px;height:32px;border-top:2px solid var(--border-color);border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:UserCommentsList_spin__0ZbPn 1s linear infinite;margin-bottom:1rem}@keyframes UserCommentsList_spin__0ZbPn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.UserCommentsList_emptyState__6Fa9k{text-align:center;padding:3rem 2rem;background:var(--background-secondary);border-radius:8px;border:2px dashed var(--border-light)}.UserCommentsList_emptyIcon__JgQOa{font-size:4rem;color:var(--text-muted);margin-bottom:1rem}.UserCommentsList_emptyState__6Fa9k h3{color:var(--text-color);margin-bottom:.5rem}.UserCommentsList_emptyState__6Fa9k p{color:var(--text-secondary)}.UserCommentsList_commentsList__8Ku6Z{display:flex;flex-direction:column;gap:1.5rem}.UserCommentsList_commentItem__bt9PF{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;transition:box-shadow .2s ease}.UserCommentsList_commentItem__bt9PF:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.UserCommentsList_imageInfo__FKPsB{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.UserCommentsList_imageThumbnail__du0S_{width:200px;height:200px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--background-tertiary)}.UserCommentsList_imageThumbnail__du0S_ img{width:100%;height:100%;object-fit:cover}.UserCommentsList_imagePlaceholder__FCbaV{width:60px;height:60px;border-radius:6px;background:var(--background-tertiary);border:2px dashed var(--border-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.UserCommentsList_placeholderText__95qG0{font-size:1.5rem;color:var(--text-muted)}.UserCommentsList_imageDetails__7Bxab{display:flex;flex-direction:column;flex:1 1;min-width:0;width:100%}.UserCommentsList_imageTitle__4cjCQ{font-size:.95rem;font-weight:600;color:var(--text-color);margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserCommentsList_imageAuthor__Kp2FO{font-size:.85rem;color:var(--text-secondary);margin:0}.UserCommentsList_imageNotFound__QTZOK{font-size:.75rem;color:var(--text-muted);font-style:italic;margin:.25rem 0 0}.UserCommentsList_commentContent__qDBEn{position:relative}.UserCommentsList_commentText__1rIl1{color:var(--text-color);line-height:1.5;margin:0 0 1rem;word-wrap:break-word}.UserCommentsList_commentMeta__aGwbs{display:flex;justify-content:space-between;align-items:center;gap:1rem}.UserCommentsList_commentDate__FJzmF{font-size:.85rem;color:var(--text-secondary,#666)}.UserCommentsList_editedIndicator__J6WbH{font-style:italic;color:var(--text-muted,#6c757d)}.UserCommentsList_commentActions__eWdFN{display:flex;gap:.5rem}.UserCommentsList_editButton__ZlbQ5{background:var(--button-primary-bg,#fff)}.UserCommentsList_deleteButton__DfMKh,.UserCommentsList_editButton__ZlbQ5{padding:.25rem .75rem;border:1px solid var(--border-color,#e0e0e0);border-radius:4px;color:var(--text-color,#666);font-size:.8rem;cursor:pointer;transition:all .2s ease}.UserCommentsList_deleteButton__DfMKh{background:var(--tertiary-color,#fff)}.UserCommentsList_editButton__ZlbQ5:hover{background:var(--primary-color,#007bff);color:white;border-color:var(--primary-color,#007bff)}.UserCommentsList_deleteButton__DfMKh:hover{background:#dc3545;color:white;border-color:#dc3545}.UserCommentsList_deleteButton__DfMKh:disabled,.UserCommentsList_editButton__ZlbQ5:disabled{opacity:.6;cursor:not-allowed}.UserCommentsList_editForm__1IdAc{display:flex;flex-direction:column;gap:1rem}.UserCommentsList_editTextarea__m_OTx{width:100%;padding:.75rem;border:1px solid var(--border-color,#e0e0e0);border-radius:4px;font-family:inherit;font-size:.9rem;line-height:1.5;resize:vertical;min-height:80px}.UserCommentsList_editTextarea__m_OTx:focus{outline:none;border-color:var(--primary-color,#007bff);box-shadow:0 0 0 2px rgba(0,123,255,.25)}.UserCommentsList_editActions__4CAzB{display:flex;gap:.5rem;justify-content:flex-start}.UserCommentsList_cancelButton__QVk6i,.UserCommentsList_saveButton__qBr3f{padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.UserCommentsList_saveButton__qBr3f{background:var(--primary-color,#007bff);color:white;border:1px solid var(--primary-color,#007bff)}.UserCommentsList_saveButton__qBr3f:hover:not(:disabled){background:#0056b3;border-color:#0056b3}.UserCommentsList_saveButton__qBr3f:disabled{opacity:.6;cursor:not-allowed}.UserCommentsList_cancelButton__QVk6i{background:var(--background-secondary,#fff);color:var(--text-secondary,#666);border:1px solid var(--border-color,#e0e0e0)}.UserCommentsList_cancelButton__QVk6i:hover:not(:disabled){background:var(--background-tertiary,#f8f9fa)}.UserCommentsList_loadMore__xxAJh{display:flex;justify-content:center;margin-top:2rem}.UserCommentsList_loadMoreButton__dn9NW{padding:.75rem 1.5rem;background:var(--background-secondary,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:6px;color:var(--text-color,#333);cursor:pointer;transition:all .2s ease}.UserCommentsList_loadMoreButton__dn9NW:hover:not(:disabled){background:var(--primary-color,#007bff);color:white;border-color:var(--primary-color,#007bff)}.UserCommentsList_loadMoreButton__dn9NW:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.UserCommentsList_commentItem__bt9PF{padding:1rem}.UserCommentsList_imageInfo__FKPsB{flex-direction:column;align-items:flex-start;gap:.75rem}.UserCommentsList_imageThumbnail__du0S_{width:80px;height:80px}.UserCommentsList_commentMeta__aGwbs{flex-direction:column;align-items:flex-start;gap:.75rem}.UserCommentsList_commentActions__eWdFN{align-self:stretch;justify-content:space-between}.UserCommentsList_deleteButton__DfMKh,.UserCommentsList_editButton__ZlbQ5{flex:1 1;text-align:center}}.ContentTabs_tabsContainer__BNTfH{width:100%}.ContentTabs_tabNav__sxAqG{display:flex;margin-bottom:2rem;gap:0}.ContentTabs_tabButton__Lnn2T{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:none;color:var(--text-color);font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;border-bottom:3px solid transparent;min-height:60px}.ContentTabs_tabButton__Lnn2T:hover{color:var(--text-color);background-color:rgba(var(--secondary-color),.1)}.ContentTabs_tabButton__Lnn2T.ContentTabs_active__HITNS{color:var(--text-color);border-bottom-color:var(--tertiary-color);font-weight:600}.ContentTabs_tabIcon___4vYu{font-size:1.2rem}.ContentTabs_tabLabel__4CgpT{font-weight:inherit}.ContentTabs_tabContent__kuTpG{min-height:400px;width:100%}@media (max-width:768px){.ContentTabs_tabButton__Lnn2T{flex-direction:column;gap:.25rem;padding:.75rem .5rem;min-height:70px}.ContentTabs_tabIcon___4vYu{font-size:1.1rem}.ContentTabs_tabLabel__4CgpT{font-size:.875rem}.ContentTabs_tabNav__sxAqG{margin-bottom:1.5rem}}@media (max-width:480px){.ContentTabs_tabLabel__4CgpT{font-size:.75rem}.ContentTabs_tabIcon___4vYu{font-size:1rem}}.photoCurations_container__PcqxL{min-height:100vh;background-color:var(--background-color);color:var(--text-color)}.photoCurations_main__34nzz{flex:1 1;padding:2rem 1rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 200px)}.photoCurations_content__jrkaC{width:100%}.photoCurations_title__vjJVg{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.photoCurations_subtitle__EtVDI{font-size:1.1rem;color:var(--text-color);margin-bottom:2rem}.photoCurations_loadingContainer__2hSi5{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--background-color)}.photoCurations_loader__J_2K_{padding:2rem;font-size:1.2rem;color:var(--text-color)}@media (max-width:768px){.photoCurations_main__34nzz{padding:1rem .5rem;margin-bottom:80px}.photoCurations_title__vjJVg{font-size:1.5rem}.photoCurations_subtitle__EtVDI{font-size:1rem}}