.ComplaintModal_overlay__iLsf_{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:ComplaintModal_fadeIn__cRMxU .2s}@keyframes ComplaintModal_fadeIn__cRMxU{0%{opacity:0}to{opacity:1}}.ComplaintModal_modal__uhVM4{background:white;border-radius:16px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:ComplaintModal_slideUp__wNlXz .3s cubic-bezier(.16,1,.3,1)}@keyframes ComplaintModal_slideUp__wNlXz{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ComplaintModal_header__9HauA{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.ComplaintModal_headerContent__1XCbP{display:flex;align-items:center;gap:12px}.ComplaintModal_headerIcon__VPBo_{color:#ef4444}.ComplaintModal_title__7wfuW{font-size:20px;font-weight:700;margin:0;color:#000}.ComplaintModal_closeButton__BsYxp{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:50%;cursor:pointer;color:#6b7280;transition:all .2s}.ComplaintModal_closeButton__BsYxp:hover:not(:disabled){background:#f3f4f6;color:#000}.ComplaintModal_closeButton__BsYxp:disabled{opacity:.5;cursor:not-allowed}.ComplaintModal_content__lkv_Q{padding:24px;overflow-y:auto;flex:1}.ComplaintModal_formGroup__3WiFQ{margin-bottom:24px}.ComplaintModal_formGroup__3WiFQ:last-child{margin-bottom:0}.ComplaintModal_label___hJE5{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.ComplaintModal_required__R0j5P{color:#ef4444}.ComplaintModal_hint__7FTMq{font-size:12px;font-weight:400;color:#6b7280;margin-left:8px}.ComplaintModal_textarea__4yvHo{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s}.ComplaintModal_textarea__4yvHo:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.ComplaintModal_textarea__4yvHo:disabled{background:#f9fafb;cursor:not-allowed}.ComplaintModal_charCount__s00iO{font-size:12px;color:#9ca3af;text-align:right;margin-top:4px}.ComplaintModal_fileInput__WCl6y{display:none}.ComplaintModal_uploadButton__Vlgsa{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.ComplaintModal_uploadButton__Vlgsa:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;color:#000}.ComplaintModal_uploadButton__Vlgsa:disabled{opacity:.5;cursor:not-allowed}.ComplaintModal_imageGrid__wHQMb{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.ComplaintModal_imageItem__ywgru{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.ComplaintModal_imagePreview__fqUIw{width:100%;height:100%;object-fit:cover}.ComplaintModal_removeImageButton__fm5PD{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(0,0,0,.6);border:none;border-radius:50%;cursor:pointer;color:white;transition:background .2s}.ComplaintModal_removeImageButton__fm5PD:hover:not(:disabled){background:rgba(0,0,0,.8)}.ComplaintModal_removeImageButton__fm5PD:disabled{opacity:.5;cursor:not-allowed}.ComplaintModal_progressContainer__QOR3p{margin-top:16px}.ComplaintModal_progressBar__4xuJ2{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.ComplaintModal_progressFill__bpFYJ{height:100%;background:#000;transition:width .3s}.ComplaintModal_progressText__QWsvd{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;color:#6b7280}.ComplaintModal_footer__YzI0e{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e5e7eb}.ComplaintModal_cancelButton__5HXtM{padding:10px 20px;background:white;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.ComplaintModal_cancelButton__5HXtM:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#000}.ComplaintModal_cancelButton__5HXtM:disabled{opacity:.5;cursor:not-allowed}.ComplaintModal_submitButton__SHTUJ{padding:10px 20px;background:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;color:white;cursor:pointer;transition:background .2s}.ComplaintModal_submitButton__SHTUJ:hover:not(:disabled){background:#1f2937}.ComplaintModal_submitButton__SHTUJ:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.ComplaintModal_modal__uhVM4{max-height:95vh}.ComplaintModal_imageGrid__wHQMb{grid-template-columns:repeat(2,1fr)}}.CreatePostModal_modalOverlay__x0_nC{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.CreatePostModal_modalContent__vVxTl{background:white;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15)}.CreatePostModal_modalHeader__KPNoc{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:white}.CreatePostModal_closeBtn__UUMLC{background:none;border:none;color:#1a1a1a;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.CreatePostModal_closeBtn__UUMLC:hover{background:#f3f4f6;color:black}.CreatePostModal_modalTitle__vHZpk{font-size:18px;font-weight:600;color:black;margin:0}.CreatePostModal_submitBtn__wgiws{background:black;color:white;border:none;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.CreatePostModal_submitBtn__wgiws:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);background:#1f2937}.CreatePostModal_submitBtn__wgiws:disabled{opacity:.5;cursor:not-allowed;transform:none}.CreatePostModal_modalBody__Al2Kx{padding:24px;max-height:calc(90vh - 80px);overflow-y:auto}.CreatePostModal_uploadProgressContainer__bFV_U{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:24px}.CreatePostModal_uploadProgressHeader__9cojH{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.CreatePostModal_uploadProgressText__zfOmy{font-size:14px;font-weight:500;color:#1a1a1a;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.CreatePostModal_uploadProgressCount__rICYf{font-size:12px;color:#6b7280;font-weight:500}.CreatePostModal_progressBarContainer__Ge3ti{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.CreatePostModal_progressBar__Qohfg{height:100%;background:linear-gradient(90deg,#000000,#1f2937);border-radius:4px;transition:width .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.CreatePostModal_postForm__68J2e{display:flex;flex-direction:column;gap:24px}.CreatePostModal_inputGroup__bDBii{display:flex;flex-direction:column;gap:12px}.CreatePostModal_titleInput__NI4Nk{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;color:black;font-size:16px;font-weight:500;outline:none;transition:all .3s ease}.CreatePostModal_titleInput__NI4Nk::placeholder{color:#9ca3af}.CreatePostModal_titleInput__NI4Nk:focus{border-color:black;box-shadow:0 0 0 3px rgba(0,0,0,.1);background:white}.CreatePostModal_imageUploadSection__ZfS1e{display:flex;flex-direction:column;gap:16px}.CreatePostModal_imageGrid__XpnQ6{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.CreatePostModal_videoGrid__Mw9zs{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.CreatePostModal_imagePreview__GSkMs{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.1)}.CreatePostModal_imagePreviewDraggable__1jI5h{cursor:grab;transition:opacity .2s ease,box-shadow .2s ease,transform .2s ease}.CreatePostModal_imagePreviewDraggable__1jI5h:active{cursor:grabbing}.CreatePostModal_imagePreviewDragging__02p05{opacity:.6;transform:scale(.98);box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:2}.CreatePostModal_imagePreviewDragOver__pXHSl{outline:2px solid #000;outline-offset:2px;box-shadow:0 0 0 4px rgba(0,0,0,.1);z-index:1}.CreatePostModal_dragHint__ODL_1{position:absolute;bottom:8px;left:8px;width:24px;height:24px;border-radius:6px;background:rgba(0,0,0,.5);color:white;display:flex;align-items:center;justify-content:center;font-size:14px;pointer-events:none}.CreatePostModal_previewImage__74xzG{width:100%;height:100%;object-fit:cover}.CreatePostModal_removeImageBtn__zAD_L{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);border:none;color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:all .2s ease}.CreatePostModal_removeImageBtn__zAD_L:hover{background:rgba(255,0,0,.8)}.CreatePostModal_videoPreview__9nko2{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#f3f4f6;border:1px solid #e5e7eb}.CreatePostModal_previewVideo__FCuzH{width:100%;height:100%;object-fit:cover}.CreatePostModal_videoOverlay__eeyWs{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:white;transition:all .3s ease}.CreatePostModal_videoPreview__9nko2:hover .CreatePostModal_videoOverlay__eeyWs{background:rgba(0,0,0,.5)}.CreatePostModal_videoOverlay__eeyWs i{font-size:32px;color:white}.CreatePostModal_videoName__7tKlD{font-size:12px;padding:0 12px;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:white}.CreatePostModal_uploadArea__K_49o{aspect-ratio:1;border:2px dashed #d1d5db;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:#f9fafb}.CreatePostModal_uploadArea__K_49o:hover{border-color:black;background:#f3f4f6}.CreatePostModal_uploadArea__K_49o i{font-size:24px;color:#6b7280;margin-bottom:8px}.CreatePostModal_uploadArea__K_49o span{font-size:12px;color:#6b7280}.CreatePostModal_contentInput__AMjlA{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;color:black;font-size:14px;line-height:1.6;outline:none;resize:vertical;min-height:120px;transition:all .3s ease;font-family:inherit}.CreatePostModal_contentInput__AMjlA::placeholder{color:#9ca3af}.CreatePostModal_contentInput__AMjlA:focus{border-color:black;box-shadow:0 0 0 3px rgba(0,0,0,.1);background:white}.CreatePostModal_charCount__1deAp{text-align:right;font-size:12px;color:#6b7280}.CreatePostModal_tagInputContainer__8H8Ry{display:flex;gap:8px;align-items:center}.CreatePostModal_tagInput__j0RI1{flex:1;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;color:black;font-size:14px;outline:none;transition:all .3s ease}.CreatePostModal_tagInput__j0RI1::placeholder{color:#9ca3af}.CreatePostModal_tagInput__j0RI1:focus{border-color:black;box-shadow:0 0 0 3px rgba(0,0,0,.1);background:white}.CreatePostModal_addTagBtn__KIL3q{background:black;border:none;color:white;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.CreatePostModal_addTagBtn__KIL3q:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);background:#1f2937}.CreatePostModal_tagsContainer__Z65im{display:flex;flex-wrap:wrap;gap:8px}.CreatePostModal_tag__D5zCX{display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;color:black;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid #e5e7eb}.CreatePostModal_removeTagBtn__VA_sC{background:none;border:none;color:#6b7280;cursor:pointer;padding:2px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;transition:all .2s ease}.CreatePostModal_removeTagBtn__VA_sC:hover{background:#e5e7eb;color:black}.CreatePostModal_categoryLabel__ANxR5{font-size:14px;font-weight:600;color:black;margin-bottom:8px}.CreatePostModal_categoryGrid__WWrtF{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.CreatePostModal_categoryBtn__d8u5n{display:flex;flex-direction:column;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px 12px;color:black;cursor:pointer;transition:all .3s ease;font-size:12px;font-weight:500}.CreatePostModal_categoryBtn__d8u5n:hover{background:#f3f4f6;border-color:#d1d5db}.CreatePostModal_categoryBtn__d8u5n.CreatePostModal_active__ukm_0{background:black;border-color:black;color:white;box-shadow:0 4px 15px rgba(0,0,0,.2)}.CreatePostModal_categoryBtn__d8u5n i{font-size:20px;color:inherit}.CreatePostModal_categoryBtn__d8u5n.CreatePostModal_active__ukm_0 i{color:white}@media (max-width:768px){.CreatePostModal_modalContent__vVxTl{margin:10px;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.CreatePostModal_modalHeader__KPNoc{padding:16px 20px}.CreatePostModal_modalBody__Al2Kx{padding:20px}.CreatePostModal_imageGrid__XpnQ6{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.CreatePostModal_categoryGrid__WWrtF{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media (max-width:480px){.CreatePostModal_modalOverlay__x0_nC{padding:10px}.CreatePostModal_modalContent__vVxTl{margin:0;max-width:100%;max-height:100%;border-radius:16px}.CreatePostModal_imageGrid__XpnQ6{grid-template-columns:repeat(3,1fr)}.CreatePostModal_categoryGrid__WWrtF{grid-template-columns:repeat(2,1fr)}}.postPriceBadge_artworkPriceBadge__PwtYD{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;padding:.5rem 1rem;border:2px solid #f59e0b;border-radius:12px;background:linear-gradient(145deg,#fde68a,#fed7aa 55%,#fdba74);color:#451a03;font-size:clamp(1.0625rem,2.5vw,1.375rem);font-weight:800;font-variant-numeric:tabular-nums;cursor:pointer;outline:none;box-shadow:0 4px 14px rgba(245,158,11,.35),0 0 0 2px rgba(251,191,36,.35);transition:transform .32s cubic-bezier(.34,1.45,.64,1),box-shadow .28s ease,filter .28s ease}@media (min-width:640px){.postPriceBadge_artworkPriceBadge__PwtYD{align-self:auto}}.postPriceBadge_artworkPriceBadge__PwtYD:focus-visible,.postPriceBadge_artworkPriceBadge__PwtYD:hover{transform:scale(1.07) translateY(-2px);box-shadow:0 12px 28px rgba(245,158,11,.5),0 0 0 3px rgba(251,191,36,.55);filter:brightness(1.03)}.postPriceBadge_artworkPriceBadge__PwtYD:active{transform:scale(1.02) translateY(0);transition-duration:.12s}.postPriceBadge_artworkPriceBadgeValue__SMwwp{position:relative;z-index:1}.postPriceBadge_artworkPriceBuyHint__ivLyW{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(69,26,3,.78);color:#fff;font-size:1rem;font-weight:800;letter-spacing:.12em;opacity:0;transition:opacity .22s ease;pointer-events:none}.postPriceBadge_artworkPriceBadge__PwtYD:focus-visible .postPriceBadge_artworkPriceBuyHint__ivLyW,.postPriceBadge_artworkPriceBadge__PwtYD:hover .postPriceBadge_artworkPriceBuyHint__ivLyW{opacity:1}@media (hover:none){.postPriceBadge_artworkPriceBadge__PwtYD:active .postPriceBadge_artworkPriceBuyHint__ivLyW{opacity:1}}.ArtworkDetailModal_modalContent__jEiFx *{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.ArtworkDetailModal_modalContent__jEiFx ::-webkit-scrollbar{width:6px;height:6px}.ArtworkDetailModal_modalContent__jEiFx ::-webkit-scrollbar-track{background:transparent}.ArtworkDetailModal_modalContent__jEiFx ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ArtworkDetailModal_modalContent__jEiFx ::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ArtworkDetailModal_modalContent__jEiFx ::-webkit-scrollbar-corner{background:transparent}.ArtworkDetailModal_modalOverlay__LqPJg{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;backdrop-filter:blur(8px)}.ArtworkDetailModal_modalContent__jEiFx{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.9));backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;width:80vw;max-width:1400px;height:80vh;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.15);animation:ArtworkDetailModal_modalSlideIn__i5WjP .3s ease-out}.ArtworkDetailModal_modalContent__jEiFx:hover{border-color:rgba(255,255,255,.4);box-shadow:0 25px 50px rgba(0,0,0,.2)}@keyframes ArtworkDetailModal_modalSlideIn__i5WjP{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ArtworkDetailModal_modalHeader__WWKhO{display:flex;justify-content:flex-end;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:white}.ArtworkDetailModal_closeBtn__Vsgjg{background:none;border:none;font-size:24px;color:#1a1a1a;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.ArtworkDetailModal_closeBtn__Vsgjg:hover{background-color:#f3f4f6;color:black}.ArtworkDetailModal_modalBody__ILCUe{display:flex;flex:1;overflow:hidden;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar{width:6px}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-track{background:transparent}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ArtworkDetailModal_artworkImage__bDocW{flex:0 0 65%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;min-height:400px;position:relative;overflow:visible;z-index:1;padding:24px}.ArtworkDetailModal_artworkImage__bDocW img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.ArtworkDetailModal_mediaContainer__wNFI_{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative!important;overflow:visible!important;user-select:none;z-index:1;gap:16px;flex:0 0 70%;height:80%}.ArtworkDetailModal_mediaExtras__fDPhe{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:0 16px 24px;flex:0 0 30%;box-sizing:border-box}.ArtworkDetailModal_mediaContentWrapper__VLQoH{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;min-height:0;overflow:hidden}.ArtworkDetailModal_mediaContainer__wNFI_ img,.ArtworkDetailModal_mediaImage__cd32g,.ArtworkDetailModal_mediaVideo__Xb27K{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;transition:opacity .3s ease,transform .3s ease}.ArtworkDetailModal_videoLoadingOverlay__9DNln{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(0,0,0,.28);color:#ffffff;font-size:13px;font-weight:700;letter-spacing:.02em;z-index:5;pointer-events:none}.ArtworkDetailModal_videoLoadingSpinner__pxfzX{width:26px;height:26px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;animation:ArtworkDetailModal_mediaVideoSpin__fsMfX .85s linear infinite}@keyframes ArtworkDetailModal_mediaVideoSpin__fsMfX{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ArtworkDetailModal_mediaNavBtnLeft__5vqeG,.ArtworkDetailModal_mediaNavBtnRight__FpgnJ{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.3);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:white;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:20px;z-index:1000;opacity:.7;pointer-events:all;margin:0;padding:0}.ArtworkDetailModal_mediaContainer__wNFI_:hover .ArtworkDetailModal_mediaNavBtnLeft__5vqeG,.ArtworkDetailModal_mediaContainer__wNFI_:hover .ArtworkDetailModal_mediaNavBtnRight__FpgnJ{opacity:1;background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.4)}.ArtworkDetailModal_mediaNavBtnLeft__5vqeG{left:16px}.ArtworkDetailModal_mediaNavBtnRight__FpgnJ{right:16px}.ArtworkDetailModal_mediaNavBtnLeft__5vqeG:hover,.ArtworkDetailModal_mediaNavBtnRight__FpgnJ:hover{background:rgba(0,0,0,.7);border-color:rgba(255,255,255,.6);transform:translateY(-50%) scale(1.1);box-shadow:0 4px 20px rgba(0,0,0,.4)}.ArtworkDetailModal_mediaNavBtnLeft__5vqeG:active,.ArtworkDetailModal_mediaNavBtnRight__FpgnJ:active{transform:translateY(-50%) scale(.95)}.ArtworkDetailModal_mediaCounterOverlay__ZOdKa{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.4);backdrop-filter:blur(10px);color:white;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;z-index:100;opacity:.7;transition:opacity .3s ease;pointer-events:none;border:1px solid rgba(255,255,255,.1)}.ArtworkDetailModal_mediaContainer__wNFI_:hover .ArtworkDetailModal_mediaCounterOverlay__ZOdKa{opacity:1;background:rgba(0,0,0,.6)}@media (max-width:768px){.ArtworkDetailModal_mediaNavBtnLeft__5vqeG,.ArtworkDetailModal_mediaNavBtnRight__FpgnJ{opacity:1!important;pointer-events:all!important;width:40px;height:40px;font-size:18px}.ArtworkDetailModal_mediaNavBtnLeft__5vqeG{left:10px}.ArtworkDetailModal_mediaNavBtnRight__FpgnJ{right:10px}.ArtworkDetailModal_mediaCounterOverlay__ZOdKa{opacity:1!important;bottom:10px;padding:6px 12px;font-size:12px}}.ArtworkDetailModal_mediaThumbnails__mFNc4{display:flex;gap:8px;margin-top:auto;padding:0 16px 12px;justify-content:center;flex-wrap:wrap;max-height:120px;overflow-y:auto}.ArtworkDetailModal_mediaThumbnail__Qrh1z{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;position:relative;border:2px solid transparent;transition:all .3s ease;flex-shrink:0}.ArtworkDetailModal_mediaThumbnail__Qrh1z:hover{border-color:#9ca3af;transform:scale(1.05)}.ArtworkDetailModal_mediaThumbnail__Qrh1z.ArtworkDetailModal_active__Iy0hV{border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.ArtworkDetailModal_thumbnailVideoLoadingOverlay__NIPqV{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);z-index:2;pointer-events:none}.ArtworkDetailModal_thumbnailVideoLoadingSpinner__CPh_1{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;animation:ArtworkDetailModal_mediaVideoSpin__fsMfX .8s linear infinite}.ArtworkDetailModal_mediaThumbnail__Qrh1z .ArtworkDetailModal_thumbnailVideo__jBxSQ,.ArtworkDetailModal_mediaThumbnail__Qrh1z img,.ArtworkDetailModal_thumbnailVideo__jBxSQ{width:100%;height:100%;object-fit:cover}.ArtworkDetailModal_videoIndicator__EbxQh{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.9);font-size:24px;pointer-events:none;text-shadow:0 2px 4px rgba(0,0,0,.5)}.ArtworkDetailModal_imageActions__Vm_E1{display:flex;gap:12px;padding:0;margin-top:4px;justify-content:center;width:100%;position:relative;z-index:10;flex-shrink:0}.ArtworkDetailModal_imageActionBtn__34UoN{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a1a;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.ArtworkDetailModal_imageActionBtn__34UoN:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}.ArtworkDetailModal_imageActionBtn__34UoN:active{transform:translateY(0)}.ArtworkDetailModal_imageActionBtn__34UoN i{font-size:16px}.ArtworkDetailModal_artworkInfo__otmpX{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;background:white;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.ArtworkDetailModal_artworkInfo__otmpX::-webkit-scrollbar{width:6px}.ArtworkDetailModal_artworkInfo__otmpX::-webkit-scrollbar-track{background:transparent}.ArtworkDetailModal_artworkInfo__otmpX::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ArtworkDetailModal_artworkInfo__otmpX::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ArtworkDetailModal_authorSection__LsRiK{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.ArtworkDetailModal_authorAvatar__zvtgb{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.ArtworkDetailModal_authorAvatar__zvtgb img{width:100%;height:100%;object-fit:cover}.ArtworkDetailModal_avatarPlaceholder__JIyoY{width:100%;height:100%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:18px}.ArtworkDetailModal_authorDetails__ZJLo2{flex:1}.ArtworkDetailModal_authorName__ktmKW{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.ArtworkDetailModal_postDate__raF5k{font-size:14px;color:#6b7280}.ArtworkDetailModal_artworkContent__DGjZ6{flex:1}.ArtworkDetailModal_artworkTitle__xvaij{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}.ArtworkDetailModal_artworkDescription__jztoC{font-size:16px;line-height:1.6;color:#374151;margin:0 0 20px;white-space:pre-line}.ArtworkDetailModal_artworkTags__WtUuH{display:flex;flex-wrap:wrap;gap:8px}.ArtworkDetailModal_tag__Od3um{background:#f3f4f6;color:#1a1a1a;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;transition:all .2s ease;border:1px solid #e5e7eb}.ArtworkDetailModal_tag__Od3um:hover{background:#e5e7eb;color:black}.ArtworkDetailModal_artworkStats__jRl2u{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;padding-top:16px;border-top:1px solid #e5e7eb}.ArtworkDetailModal_artworkStatsActions__7sNGr{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.ArtworkDetailModal_statBtn__FE6L9{display:flex;align-items:center;gap:8px;background:none;border:none;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#374151}.ArtworkDetailModal_statBtn__FE6L9:hover{background-color:#f3f4f6;color:#1a1a1a}.ArtworkDetailModal_statBtn__FE6L9.ArtworkDetailModal_liked__Uwkqb{color:#e74c3c}.ArtworkDetailModal_statBtn__FE6L9.ArtworkDetailModal_liked__Uwkqb:hover{background-color:rgba(231,76,60,.1)}.ArtworkDetailModal_statBtn__FE6L9 i{font-size:18px}.ArtworkDetailModal_commentInputSection__5FUiU{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.ArtworkDetailModal_commentInputWrapper__I_DKT{display:flex;flex-direction:column;gap:12px}.ArtworkDetailModal_commentTextarea__K20xD{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#1a1a1a;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:all .2s ease}.ArtworkDetailModal_commentTextarea__K20xD:focus{outline:none;border-color:#1a1a1a;background:white}.ArtworkDetailModal_commentTextarea__K20xD::placeholder{color:#9ca3af}.ArtworkDetailModal_commentActions__XZmbL{display:flex;justify-content:flex-end;gap:12px}.ArtworkDetailModal_cancelBtn__emIpT,.ArtworkDetailModal_submitBtn__8D73r{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.ArtworkDetailModal_cancelBtn__emIpT{background:#f3f4f6;color:#374151}.ArtworkDetailModal_cancelBtn__emIpT:hover{background:#e5e7eb;color:#1a1a1a}.ArtworkDetailModal_submitBtn__8D73r{background:black;color:white}.ArtworkDetailModal_submitBtn__8D73r:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.ArtworkDetailModal_submitBtn__8D73r:disabled{opacity:.5;cursor:not-allowed}.ArtworkDetailModal_commentsSection__m0t8B{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.ArtworkDetailModal_commentsTitle__YM2Oq{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 16px}.ArtworkDetailModal_loadingComments__R18Hb,.ArtworkDetailModal_noComments__y6sXP{text-align:center;padding:24px;color:#6b7280;font-size:14px}.ArtworkDetailModal_commentsList__CGepn{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:8px}.ArtworkDetailModal_commentsList__CGepn::-webkit-scrollbar{width:4px}.ArtworkDetailModal_commentsList__CGepn::-webkit-scrollbar-track{background:#f9fafb}.ArtworkDetailModal_commentsList__CGepn::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.ArtworkDetailModal_commentsList__CGepn::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ArtworkDetailModal_commentItem__WtYkw{padding:10px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.ArtworkDetailModal_commentItem__WtYkw:hover{background:#f3f4f6;border-color:#d1d5db}.ArtworkDetailModal_commentAuthor__mrrEF{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ArtworkDetailModal_commentAvatar__6zRAw{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.ArtworkDetailModal_commentAvatar__6zRAw img{width:100%;height:100%;object-fit:cover}.ArtworkDetailModal_commentAuthorInfo__A5xjZ{display:flex;flex-direction:column;gap:2px}.ArtworkDetailModal_commentAuthorName__giw6O{font-size:13px;font-weight:600;color:#1a1a1a}.ArtworkDetailModal_commentDate__FEF1i{font-size:12px;color:#6b7280}.ArtworkDetailModal_commentContent__3f3CT{font-size:13px;line-height:1.5;color:#374151;margin:0 0 4px;white-space:pre-wrap;word-break:break-word}.ArtworkDetailModal_replyingToIndicator__eBFbh{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f3f4f6;border-radius:6px;margin-bottom:12px;font-size:13px;color:#1a1a1a;border:1px solid #e5e7eb}.ArtworkDetailModal_replyingToIndicator__eBFbh i{font-size:16px}.ArtworkDetailModal_cancelReplyBtn__IC9Ox{margin-left:auto;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ArtworkDetailModal_cancelReplyBtn__IC9Ox:hover{background:#e5e7eb;color:#1a1a1a}.ArtworkDetailModal_commentItemActions__aW0k6{display:flex;gap:12px;margin-top:6px;padding-top:6px;border-top:1px solid #e5e7eb}.ArtworkDetailModal_commentActionBtn__oAqbh{display:flex;align-items:center;gap:4px;background:none;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:12px;font-weight:500;color:#6b7280}.ArtworkDetailModal_commentActionBtn__oAqbh:hover{background:#f3f4f6;color:#1a1a1a}.ArtworkDetailModal_commentActionBtn__oAqbh.ArtworkDetailModal_liked__Uwkqb{color:#e74c3c}.ArtworkDetailModal_commentActionBtn__oAqbh.ArtworkDetailModal_liked__Uwkqb:hover{background:rgba(231,76,60,.1)}.ArtworkDetailModal_commentActionBtn__oAqbh i{font-size:14px}.ArtworkDetailModal_replyItem__QxF7_{margin-left:24px;border-left:2px solid #e5e7eb;padding-left:12px;background:#f9fafb}.ArtworkDetailModal_repliesContainer__UxIhb{margin-top:8px;padding-top:8px;border-top:1px solid rgba(102,126,234,.1)}@media (max-width:768px){.ArtworkDetailModal_modalOverlay__LqPJg{padding:10px}.ArtworkDetailModal_modalContent__jEiFx{width:95vw;height:90vh;max-height:90vh;overflow:hidden}.ArtworkDetailModal_modalBody__ILCUe{flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;gap:0;align-items:stretch}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar{width:6px}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-track{background:transparent}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ArtworkDetailModal_modalBody__ILCUe::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ArtworkDetailModal_artworkImage__bDocW{height:40vh;min-height:250px;max-height:40vh;flex-shrink:0;position:relative;z-index:1;margin-bottom:0;padding-bottom:0;border-bottom:1px solid #e5e7eb;overflow:hidden}.ArtworkDetailModal_imageActions__Vm_E1{gap:8px;margin-top:12px;padding:0 12px}.ArtworkDetailModal_imageActionBtn__34UoN{padding:8px 16px;font-size:13px}.ArtworkDetailModal_imageActionBtn__34UoN span{display:none}.ArtworkDetailModal_imageActionBtn__34UoN i{font-size:18px}.ArtworkDetailModal_artworkInfo__otmpX{flex:1;overflow:visible;position:relative;z-index:2;background:white;border-top:1px solid #e5e7eb;margin-top:0;padding:20px}.ArtworkDetailModal_authorSection__LsRiK{margin-top:0;padding-top:0}.ArtworkDetailModal_artworkTitle__xvaij{font-size:20px}.ArtworkDetailModal_artworkStats__jRl2u{flex-direction:column;align-items:stretch}.ArtworkDetailModal_artworkStatsActions__7sNGr{width:100%;justify-content:space-around}.ArtworkDetailModal_statBtn__FE6L9{flex:1;justify-content:center}.ArtworkDetailModal_commentsList__CGepn{max-height:300px}.ArtworkDetailModal_commentItem__WtYkw{padding:8px 10px}.ArtworkDetailModal_replyItem__QxF7_{margin-left:16px;padding-left:10px}.ArtworkDetailModal_commentItemActions__aW0k6{gap:12px}.ArtworkDetailModal_commentActionBtn__oAqbh{padding:5px 10px;font-size:12px}}@media (max-width:480px){.ArtworkDetailModal_modalOverlay__LqPJg{padding:5px}.ArtworkDetailModal_modalContent__jEiFx{width:98vw;height:95vh;max-height:95vh}.ArtworkDetailModal_modalBody__ILCUe{overflow-y:auto}.ArtworkDetailModal_artworkImage__bDocW{min-height:200px;max-height:35vh}.ArtworkDetailModal_imageActions__Vm_E1{gap:6px;margin-top:10px}.ArtworkDetailModal_imageActionBtn__34UoN{padding:6px 12px;font-size:12px}.ArtworkDetailModal_artworkInfo__otmpX{padding:16px;overflow:visible}.ArtworkDetailModal_artworkTitle__xvaij{font-size:18px}.ArtworkDetailModal_artworkDescription__jztoC{font-size:14px}.ArtworkDetailModal_commentInputSection__5FUiU{margin-top:16px;padding-top:16px}.ArtworkDetailModal_commentsSection__m0t8B{margin-top:20px;padding-top:20px}.ArtworkDetailModal_commentsList__CGepn{max-height:250px}}.Dialog_dialogOverlay__d80vi{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:Dialog_fadeIn__Cv85l .3s ease-out}@keyframes Dialog_fadeIn__Cv85l{0%{opacity:0}to{opacity:1}}.Dialog_dialogContent__Gqra4{background:linear-gradient(135deg,rgba(15,23,42,.95),rgba(30,41,59,.95));border:1px solid rgba(59,130,246,.3);border-radius:16px;padding:0;width:90%;max-width:400px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);animation:Dialog_slideIn__iOZLO .3s ease-out;overflow:hidden}@keyframes Dialog_slideIn__iOZLO{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.Dialog_dialogHeader__Efk02{padding:20px 24px;border-bottom:1px solid rgba(59,130,246,.2)}.Dialog_dialogHeader__Efk02 h3{margin:0;font-size:18px;font-weight:600;color:#e5e7eb}.Dialog_dialogBody__geaSF{padding:24px;color:#cbd5e1;font-size:14px;line-height:1.6}.Dialog_dialogBody__geaSF p{margin:0}.Dialog_dialogFooter__wgj5I{padding:16px 24px;border-top:1px solid rgba(59,130,246,.2);display:flex;justify-content:flex-end;gap:12px}.Dialog_dialogButton__Dv70s{min-width:80px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.Dialog_dialogButtonPrimary__f_xtj{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;box-shadow:0 4px 12px rgba(79,70,229,.4)}.Dialog_dialogButtonPrimary__f_xtj:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(79,70,229,.55)}.Dialog_dialogButtonPrimary__f_xtj:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px rgba(79,70,229,.4)}.Dialog_dialogButtonSecondary__Sb8aC{background:transparent;color:rgba(148,163,184,.9);border:1px solid rgba(51,65,85,.9)}.Dialog_dialogButtonSecondary__Sb8aC:hover:not(:disabled){background:rgba(31,41,55,.9)}.Dialog_dialogButtonDanger__x8Cp_{background:transparent;color:rgba(239,68,68,.9);border:1px solid rgba(239,68,68,.5)}.Dialog_dialogButtonDanger__x8Cp_:hover:not(:disabled){background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.8)}.Dialog_dialogButton__Dv70s:disabled{opacity:.5;cursor:not-allowed;transform:none}.community_sidebarRight__pwI_r{width:25%!important;flex-shrink:0!important;min-width:0!important;padding-right:1rem!important}.community_createPostBtn__32FIn{padding:.625rem 1.5rem!important;background-color:black!important}.community_createPostBtn__32FIn:hover{background-color:#1f2937!important}.community_createPostContainer__Hrtuz{padding-left:5px!important;padding-right:5px!important;color:black!important}.community_createPostContainer__Hrtuz button{background-color:black!important;color:white!important;padding:.625rem 1.5rem!important}.community_createPostContainer__Hrtuz button:hover{background-color:#1f2937!important}.community_createPostContainer__Hrtuz button span{color:white!important}.community_headerBar__UJcp1{gap:1rem}.community_searchWrap__Pcs91{margin-left:.5rem}.community_searchForm__1bTd7{display:flex;align-items:center;background:#f5f5f5;border:1px solid #e5e7eb;border-radius:9999px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.community_searchForm__1bTd7:focus-within{border-color:#000;box-shadow:0 0 0 1px #000;background:#fff}.community_searchIcon__lCtlT{display:flex;align-items:center;justify-content:center;padding-left:1rem;flex-shrink:0;pointer-events:none}.community_searchInput__OMPDK{flex:1;min-width:0;padding:.625rem .75rem;border:none;background:transparent;font-size:.9375rem;color:#111;outline:none}.community_searchInput__OMPDK::placeholder{color:#9ca3af}.community_searchClearBtn__5CrQt{display:flex;align-items:center;justify-content:center;padding:.375rem;margin-right:.25rem;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:9999px;transition:color .2s,background .2s}.community_searchClearBtn__5CrQt:hover{color:#111;background:#e5e7eb}.community_searchSubmitBtn__pQMUw{flex-shrink:0;padding:.5rem 1rem;margin:.25rem;border:none;border-radius:9999px;background:#000;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.community_searchSubmitBtn__pQMUw:hover{background:#374151}.community_searchResultsBar__3JQAK{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.5rem 0;font-size:.9375rem}.community_clearSearchBtn__PGiIM{padding:.25rem .5rem;border:none;background:transparent;color:#000;font-size:.875rem;font-weight:600;text-decoration:underline;cursor:pointer;border-radius:.25rem;transition:background .2s}.community_clearSearchBtn__PGiIM:hover{background:#f3f4f6;text-decoration:none}.community_error-message__8jX5A{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:rgba(255,255,255,.8)}.community_error-message__8jX5A p{margin-bottom:20px;font-size:1.1rem}.community_retry-button__u6_vI{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.community_retry-button__u6_vI:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.community_createPostBtn__32FIn{display:inline-flex;align-items:center;gap:8px;background:black!important;color:white!important;border:none;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(0,0,0,.2);position:relative;overflow:hidden;user-select:none;outline:none;flex-shrink:0;white-space:nowrap}.community_createPostBtn__32FIn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.community_createPostBtn__32FIn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.4);background:#1f2937!important}.community_createPostBtn__32FIn:hover:before{left:100%}.community_createPostBtn__32FIn:active{transform:translateY(0);box-shadow:0 4px 15px rgba(0,0,0,.3)}.community_createPostBtn__32FIn:focus{outline:2px solid rgba(0,0,0,.5);outline-offset:2px}.community_createPostBtn__32FIn:disabled{opacity:.6;cursor:not-allowed;transform:none}.community_createPostBtn__32FIn i{font-size:16px;line-height:1;transition:transform .2s ease}.community_createPostBtn__32FIn:hover i{transform:rotate(90deg)}.community_createPostBtn__32FIn span{font-size:14px;font-weight:600;white-space:nowrap;color:white!important}.community_myPostsBtn__gCA90{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.1);padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.community_myPostsBtn__gCA90:hover{background:rgba(255,255,255,.1);border-color:rgba(102,126,234,.3);color:white;transform:translateY(-2px)}.community_myPostsBtn__gCA90.community_active__N1_9K{background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2));border-color:rgba(102,126,234,.5);color:white}.community_myPostsBtn__gCA90 i{font-size:16px;line-height:1}.community_myPostsBtn__gCA90 span{font-size:14px;font-weight:600;white-space:nowrap}@media (max-width:768px){.community_communityTitleContainer__JGuEx{gap:12px}.community_communityTitle__vl8un{font-size:2rem}.community_createPostBtn__32FIn{padding:10px 16px;font-size:13px}.community_createPostBtn__32FIn span{font-size:13px}.community_createPostBtn__32FIn i{font-size:14px}.community_myPostsBtn__gCA90{padding:10px 16px;font-size:13px}.community_myPostsBtn__gCA90 span{font-size:13px}.community_myPostsBtn__gCA90 i{font-size:14px}}@media (max-width:480px){.community_communityTitleContainer__JGuEx{flex-direction:column;align-items:flex-start;gap:8px}.community_communityTitle__vl8un{font-size:1.8rem;margin-bottom:8px}.community_createPostBtn__32FIn{padding:8px 12px;align-self:flex-end}.community_createPostBtn__32FIn span{display:none}.community_createPostBtn__32FIn i{font-size:16px}.community_myPostsBtn__gCA90 span{display:none}.community_myPostsBtn__gCA90 i{font-size:16px}}.community_communityContainer__GOafw{display:flex;gap:32px;height:100%;overflow:hidden}.community_communitySidebar__U14sP{width:280px;background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:24px;overflow-y:auto;flex-shrink:0}.community_communityMain__RAI_P{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.community_communityMain__RAI_P::-webkit-scrollbar{display:none}.community_communityHeader__YeUK_{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding:0 8px}.community_communityTitleContainer__JGuEx{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:16px}.community_headerLeft__2Gmkd{flex:1;display:flex;flex-direction:column}.community_communityTitle__vl8un{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;flex:1}.community_communitySubtitle__eE5EJ{font-size:1.1rem;color:rgba(255,255,255,.7);margin:0}.community_headerRight__9Y70h{display:flex;align-items:center;gap:16px}.community_searchBox__OZOyW{position:relative;display:flex;align-items:center}.community_searchBox__OZOyW i{position:absolute;left:12px;color:rgba(255,255,255,.5);z-index:1}.community_searchBox__OZOyW input{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 12px 12px 40px;color:white;font-size:.9rem;width:280px;transition:all .3s ease}.community_searchBox__OZOyW input:focus{outline:none;border-color:#667eea;background:rgba(255,255,255,.08)}.community_viewToggle___QY3h{display:flex;background:rgba(255,255,255,.05);border-radius:12px;padding:4px}.community_viewBtn__gtx9K{background:transparent;border:none;color:rgba(255,255,255,.5);padding:8px 12px;border-radius:8px;cursor:pointer;transition:all .3s ease}.community_viewBtn__gtx9K.community_active__N1_9K{background:rgba(102,126,234,.2);color:#667eea}.community_communityContent__UbrUq{flex:1;overflow:visible}.community_emptyContainer__GDJX_,.community_errorContainer__9zyzu,.community_loadingContainer__ZJENM{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px}.community_emptyMessage__MgYwA,.community_errorMessage__T7wRd{text-align:center;color:rgba(255,255,255,.8)}.community_retryBtn__I0T5E{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:16px}.community_retryBtn__I0T5E:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.community_artworksGrid__3lavJ{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;padding:0 8px}.community_artworksGrid__3lavJ.community_listView__izuFg{grid-template-columns:1fr}.community_artworkCard__ytPCb{background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:24px;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.community_artworkCard__ytPCb:hover{transform:translateY(-4px);border-color:rgba(102,126,234,.3);box-shadow:0 20px 40px rgba(0,0,0,.1)}.community_postHeader__sdHJS{margin-bottom:16px}.community_authorInfo__1J1F6{display:flex;align-items:center;gap:12px}.community_authorAvatar__9Aj6E{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.community_authorAvatar__9Aj6E img{width:100%;height:100%;object-fit:cover}.community_avatarPlaceholder__uaCIl{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:1.2rem}.community_authorDetails__tA_pT{display:flex;flex-direction:column}.community_authorName__qNBgU{font-size:1rem;font-weight:600;color:white;margin:0 0 4px}.community_postActions__dO0Wy{display:flex;align-items:center}.community_actionBtn__sbCnI{background:transparent;border:none;color:rgba(255,255,255,.5);padding:8px;border-radius:8px;cursor:pointer;transition:all .3s ease}.community_actionBtn__sbCnI:hover{background:rgba(255,255,255,.1);color:white}.community_editModalOverlay__sMx_U{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000}.community_editModalContent__CWR_T{width:480px;max-width:95vw;background:rgba(15,23,42,.98);border-radius:16px;border:1px solid rgba(148,163,184,.4);box-shadow:0 24px 60px rgba(15,23,42,.8);padding:20px 24px;display:flex;flex-direction:column;gap:16px}.community_editModalHeader__cRd3u{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.community_editModalHeader__cRd3u h3{margin:0;font-size:18px;font-weight:600;color:#f9fafb}.community_editModalClose__Uqhp0{background:transparent;border:none;color:rgba(148,163,184,.9);cursor:pointer;padding:4px;border-radius:999px;transition:all .2s ease}.community_editModalClose__Uqhp0:hover{background:rgba(51,65,85,.7);color:#e5e7eb}.community_editModalBody__RrvE8{display:flex;flex-direction:column;gap:12px}.community_editMediaSection__ozJRU{display:flex;flex-direction:column;gap:8px}.community_editMediaLabel__Fz9bS{font-size:13px;color:rgba(148,163,184,.9)}.community_editMediaGrid__uCKmo{display:flex;flex-wrap:wrap;gap:10px}.community_editMediaItem__W5Kyc{width:80px;height:80px;border-radius:10px;overflow:hidden;position:relative;background:rgba(15,23,42,.9);border:1px solid rgba(51,65,85,.9);flex-shrink:0}.community_editMediaItem__W5Kyc img,.community_editMediaItem__W5Kyc video{width:100%;height:100%;object-fit:cover}.community_editMediaRemoveBtn__y9ofs{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:999px;border:none;background:rgba(15,23,42,.8);color:rgba(248,250,252,.9);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.community_editUploadArea__VTpYR{width:80px;height:80px;border-radius:10px;border:1px dashed rgba(75,85,99,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:rgba(148,163,184,.9);font-size:12px;cursor:pointer;background:rgba(15,23,42,.7)}.community_editUploadArea__VTpYR i{font-size:16px}.community_editField__uajCF{display:flex;flex-direction:column;gap:6px}.community_editField__uajCF label{font-size:13px;color:rgba(148,163,184,.9)}.community_editField__uajCF input,.community_editField__uajCF textarea{background:rgba(15,23,42,.9);border:1px solid rgba(51,65,85,.9);border-radius:10px;padding:8px 10px;color:#e5e7eb;font-size:14px;outline:none;transition:all .2s ease}.community_editField__uajCF input:focus,.community_editField__uajCF textarea:focus{border-color:#6366f1;box-shadow:0 0 0 1px rgba(99,102,241,.5)}.community_srOnly___Rgl6{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.community_editModalFooter__U2hzP{margin-top:8px;display:flex;justify-content:space-between;align-items:center;gap:10px;position:relative}.community_editModalFooterRight__TPb10{display:flex;gap:10px}.community_editCancelBtn__pYwq5,.community_editDeleteBtn__LYSDp,.community_editSaveBtn__n_Gr0{min-width:80px;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.community_editDeleteBtn__LYSDp{background:transparent;color:rgba(239,68,68,.9);border:1px solid rgba(239,68,68,.5)}.community_editDeleteBtn__LYSDp:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.8)}.community_editDeleteBtn__LYSDp:disabled{opacity:.5;cursor:not-allowed}.community_editCancelBtn__pYwq5{background:transparent;color:rgba(148,163,184,.9);border:1px solid rgba(51,65,85,.9)}.community_editCancelBtn__pYwq5:hover{background:rgba(31,41,55,.9)}.community_editSaveBtn__n_Gr0{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;box-shadow:0 10px 30px rgba(79,70,229,.4)}.community_editSaveBtn__n_Gr0:hover{transform:translateY(-1px);box-shadow:0 14px 40px rgba(79,70,229,.55)}.community_editSaveBtn__n_Gr0:active{transform:translateY(0);box-shadow:0 10px 30px rgba(79,70,229,.4)}.community_dialogOverlay__n0yz4{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:3000;padding:20px;animation:community_fadeIn__s4y4S .3s ease-out}@keyframes community_fadeIn__s4y4S{0%{opacity:0}to{opacity:1}}.community_dialogContent__OH3HM{background:linear-gradient(135deg,rgba(15,23,42,.95),rgba(30,41,59,.95));border:1px solid rgba(59,130,246,.3);border-radius:16px;padding:0;width:90%;max-width:400px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);animation:community_slideIn__FJGS_ .3s ease-out;overflow:hidden}@keyframes community_slideIn__FJGS_{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.community_dialogHeader__tRfH4{padding:20px 24px;border-bottom:1px solid rgba(59,130,246,.2)}.community_dialogHeader__tRfH4 h3{margin:0;font-size:18px;font-weight:600;color:#e5e7eb}.community_dialogBody__dzcsx{padding:24px;color:#cbd5e1;font-size:14px;line-height:1.6}.community_dialogBody__dzcsx p{margin:0}.community_dialogFooter__6NHV_{padding:16px 24px;border-top:1px solid rgba(59,130,246,.2);display:flex;justify-content:flex-end;gap:12px}.community_dialogCancelBtn__0tkcO,.community_dialogConfirmBtn__ZP3bB{min-width:80px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.community_dialogCancelBtn__0tkcO{background:transparent;color:rgba(148,163,184,.9);border:1px solid rgba(51,65,85,.9)}.community_dialogCancelBtn__0tkcO:hover{background:rgba(31,41,55,.9)}.community_dialogConfirmBtn__ZP3bB{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;box-shadow:0 4px 12px rgba(79,70,229,.4)}.community_dialogConfirmBtn__ZP3bB:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(79,70,229,.55)}.community_dialogConfirmBtn__ZP3bB:active{transform:translateY(0);box-shadow:0 4px 12px rgba(79,70,229,.4)}.community_dialogConfirmBtn__ZP3bB:disabled{opacity:.5;cursor:not-allowed;transform:none}.community_postContent__vtoCF{margin-bottom:16px}.community_postTitle__qc9Je{color:white;margin:0 0 8px}.community_postDescription__pSKaR{font-size:.95rem;color:rgba(255,255,255,.8);margin:0 0 12px;line-height:1.5;white-space:pre-line}.community_viewMoreText__Wejye{color:#667eea;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease}.community_viewMoreText__Wejye:hover{color:#5a6fd8}.community_category-tag__JoCkO{background:rgba(102,126,234,.2);color:#667eea;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:500}.community_sidebarSection__UqH86{margin-bottom:32px}.community_sidebarSection__UqH86:last-child{margin-bottom:0}.community_sidebarTitle__Zhea4{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.community_sidebarTitle__Zhea4 i{color:#667eea;font-size:1.2rem}.community_filterOption__scly4{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.community_filterOption__scly4:hover{background:rgba(255,255,255,.05)}.community_filterOption__scly4.community_active__N1_9K{background:rgba(102,126,234,.15);border:1px solid rgba(102,126,234,.3)}.community_filterCheckbox__19H16{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;transition:all .2s ease}.community_filterOption__scly4.community_active__N1_9K .community_filterCheckbox__19H16{background:#667eea;border-color:#667eea}.community_filterOption__scly4.community_active__N1_9K .community_filterCheckbox__19H16:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:12px;font-weight:700}.community_filterOption__scly4 span{color:rgba(255,255,255,.8);font-size:.95rem}.community_galleryArea__rtLOZ{flex:1;overflow-y:auto;padding-right:8px}.community_viewControls__E5YAg{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:20px;background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:16px}.community_viewModes__l91fQ{display:flex;gap:8px}.community_viewMode__yoH9o{padding:8px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;color:rgba(255,255,255,.7);cursor:pointer;transition:all .2s ease;font-size:.9rem}.community_viewMode__yoH9o:hover{border-color:rgba(102,126,234,.3);color:rgba(255,255,255,.9)}.community_viewMode__yoH9o.community_active__N1_9K{background:rgba(102,126,234,.15);border-color:#667eea;color:#667eea}.community_sortControls__wD44G{display:flex;align-items:center;gap:12px}.community_sortControls__wD44G label{color:rgba(255,255,255,.7);font-size:.9rem}.community_sortSelect__DFf36{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;color:rgba(255,255,255,.9);font-size:.9rem;cursor:pointer}.community_sortSelect__DFf36:focus{outline:none;border-color:#667eea}.community_artGallery__ZdHHq{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.community_artPost__cRnTk{background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:24px;transition:all .3s ease}.community_artPost__cRnTk:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.2);border-color:rgba(102,126,234,.2)}.community_artGallery__ZdHHq.community_listView__izuFg{display:flex;flex-direction:column;gap:20px}.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk{display:flex;gap:24px;align-items:flex-start;padding:20px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_{flex-shrink:0;width:280px;height:280px;margin-bottom:0;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);padding:0}.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_ .community_postVideo__f0zzU,.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_ img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk:hover .community_postImage__PMjp_ .community_postVideo__f0zzU,.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk:hover .community_postImage__PMjp_ img{transform:scale(1.05)}.community_artGallery__ZdHHq.community_listView__izuFg .community_postContent__vtoCF{flex:1;margin-bottom:0;display:flex;flex-direction:column}.community_artGallery__ZdHHq.community_listView__izuFg .community_postStats__GCkQ8{margin-bottom:16px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postComments__9FeaQ{margin-top:16px}.community_artGallery__ZdHHq.community_gridView__sfgbP{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.community_artGallery__ZdHHq.community_gridView__sfgbP .community_artPost__cRnTk{display:block;padding:24px}.community_artGallery__ZdHHq.community_gridView__sfgbP .community_postImage__PMjp_{width:100%;height:auto;margin-bottom:20px;border-radius:16px;overflow:hidden}.community_artGallery__ZdHHq.community_gridView__sfgbP .community_postImage__PMjp_ img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.community_artGallery__ZdHHq.community_gridView__sfgbP .community_artPost__cRnTk:hover .community_postImage__PMjp_ img{transform:scale(1.02)}.community_artGallery__ZdHHq{transition:all .4s cubic-bezier(.4,0,.2,1)}.community_artPost__cRnTk{transition:all .3s cubic-bezier(.4,0,.2,1)}.community_postHeader__sdHJS{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.community_artistInfo__SYu0L{display:flex;align-items:center;gap:12px}.community_artistAvatar__2_FLP{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.community_artistDetails__p4_hq h4{color:rgba(255,255,255,.9);font-size:1rem;font-weight:600;margin:0 0 4px}.community_postTime__IoRdv{color:rgba(255,255,255,.5);font-size:.85rem}.community_postActions__dO0Wy .community_actionBtn__sbCnI{background:transparent;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.community_postActions__dO0Wy .community_actionBtn__sbCnI:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.9)}.community_postContent__vtoCF{margin-bottom:20px}.community_postTitle__qc9Je{font-size:1.3rem;font-weight:600;color:rgba(255,255,255,.95);margin:0 0 12px;line-height:1.4}.community_postDescription__pSKaR{color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:16px}.community_postTags__xZeuZ{display:flex;flex-wrap:wrap;gap:8px}.community_categoryTag__uTcdu{background:rgba(102,126,234,.2);color:#667eea;padding:4px 12px;border-radius:16px;font-size:.85rem;font-weight:500;border:1px solid rgba(102,126,234,.3)}.community_postImage__PMjp_{margin-bottom:20px;border-radius:16px;overflow:hidden;position:relative}.community_postImage__PMjp_ img{max-height:280px}.community_postImage__PMjp_ .community_postVideo__f0zzU,.community_postImage__PMjp_ img{object-fit:cover;width:100%;height:auto;display:block;transition:transform .3s ease}.community_artPost__cRnTk:hover .community_postImage__PMjp_ .community_postVideo__f0zzU,.community_artPost__cRnTk:hover .community_postImage__PMjp_ img{transform:scale(1.02)}.community_postStats__GCkQ8{display:flex;gap:16px;margin-bottom:20px}.community_artworkCard__ytPCb .post-stats{margin-top:auto;display:flex;gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);margin-bottom:0}.community_statBtn__opu8v{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:rgba(255,255,255,.7);cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease;font-size:.9rem}.community_statBtn__opu8v:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.9)}.community_statBtn__opu8v svg{width:16px;height:16px}.community_postComments__9FeaQ{border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.community_comment__GtGh6{display:flex;gap:12px;margin-bottom:16px}.community_comment__GtGh6:last-child{margin-bottom:0}.community_commentAvatar__Y_6xs{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.community_commentContent__mpszP{flex:1}.community_commentAuthor___jdGo{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;margin-bottom:4px}.community_commentText__T7xHY{color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.5}.community_loadingState__6cWKE{text-align:center;padding:80px 20px;color:rgba(255,255,255,.7)}.community_loadingSpinner__D6s7F{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:community_spin__eAGXR 1s linear infinite;margin:0 auto 20px}@keyframes community_spin__eAGXR{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.community_exploreContainer__TIqDY{flex-direction:column;height:auto}.community_exploreSidebar__ZDyVm{width:100%;order:2}.community_galleryArea__rtLOZ{order:1}.community_artGallery__ZdHHq{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk{gap:20px;padding:20px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_{width:200px;height:150px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postHeader__sdHJS{min-width:180px}}@media (max-width:768px){.community_exploreSidebar__ZDyVm{padding:20px}.community_viewControls__E5YAg{flex-direction:column;gap:16px;align-items:stretch}.community_artGallery__ZdHHq{grid-template-columns:1fr}.community_artPost__cRnTk{padding:20px}.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk{flex-direction:column;gap:20px;padding:20px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_{width:100%;height:200px;order:1}.community_artGallery__ZdHHq.community_listView__izuFg .community_postContent__vtoCF{order:2}.community_artGallery__ZdHHq.community_listView__izuFg .community_postHeader__sdHJS{order:3;min-width:auto;flex-direction:row;justify-content:space-between;align-items:center}.community_artGallery__ZdHHq.community_listView__izuFg .community_artistInfo__SYu0L{flex-direction:row;align-items:center;gap:12px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postStats__GCkQ8{flex-direction:row;gap:8px;margin-top:12px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postComments__9FeaQ{order:4}.community_postStats__GCkQ8{flex-wrap:wrap}}@media (max-width:480px){.community_artPost__cRnTk,.community_exploreSidebar__ZDyVm{padding:16px}.community_artGallery__ZdHHq.community_listView__izuFg .community_artPost__cRnTk{padding:16px;gap:16px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postImage__PMjp_{height:180px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postHeader__sdHJS{flex-direction:column;align-items:flex-start;gap:12px}.community_artGallery__ZdHHq.community_listView__izuFg .community_artistInfo__SYu0L{flex-direction:column;align-items:flex-start;gap:8px}.community_artGallery__ZdHHq.community_listView__izuFg .community_postStats__GCkQ8{flex-direction:column;gap:8px}}@media (max-width:640px){.community_communitySidebar__U14sP,.community_searchBox__OZOyW,.community_viewToggle___QY3h{display:none}.community_communityHeader__YeUK_{align-items:center}}