.TopicQuestionsPopup_overlay__u62Od{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,15,35,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:TopicQuestionsPopup_overlayFadeIn__YFz5c .2s ease}@keyframes TopicQuestionsPopup_overlayFadeIn__YFz5c{0%{opacity:0}to{opacity:1}}.TopicQuestionsPopup_popup__RlDiz{background:#fff;border-radius:20px;width:100%;max-width:660px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(99,102,241,.15),0 8px 24px rgba(0,0,0,.1);animation:TopicQuestionsPopup_popupSlideIn__Ex5gz .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes TopicQuestionsPopup_popupSlideIn__Ex5gz{0%{transform:translateY(24px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.TopicQuestionsPopup_header__FFt9u{flex-shrink:0;border-bottom:1px solid #eef2ff;background:linear-gradient(180deg,#fafbff,#fff)}.TopicQuestionsPopup_headerTop__synOG{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 12px}.TopicQuestionsPopup_headerTitle__J0rbt{display:flex;align-items:center;gap:12px}.TopicQuestionsPopup_headerIconWrapper__xgLAH{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;flex-shrink:0}.TopicQuestionsPopup_headerLabel__ShRuj{display:block;font-size:1.1rem;font-weight:700;color:#1a1a2e}.TopicQuestionsPopup_headerCount__dHH5B{display:block;font-size:.75rem;font-weight:500;color:#6366f1;margin-top:2px}.TopicQuestionsPopup_closeBtn__tCcPb{background:none;border:none;cursor:pointer;padding:8px;border-radius:10px;color:#94a3b8;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.TopicQuestionsPopup_closeBtn__tCcPb:hover{background:#f1f5f9;color:#475569;transform:rotate(90deg)}.TopicQuestionsPopup_progressBarContainer__zwnAi{height:3px;background:#e8ecf4;overflow:hidden}.TopicQuestionsPopup_progressBarFill__FSQ_i{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa);border-radius:0 3px 3px 0;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative}.TopicQuestionsPopup_progressBarFill__FSQ_i:after{content:"";position:absolute;top:0;right:0;width:32px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5));animation:TopicQuestionsPopup_progressShine__dQWb3 2s ease-in-out infinite}@keyframes TopicQuestionsPopup_progressShine__dQWb3{0%,to{opacity:0}50%{opacity:1}}.TopicQuestionsPopup_body__oys86{flex:1 1;overflow-y:auto;padding:0}.TopicQuestionsPopup_body__oys86::-webkit-scrollbar{width:5px}.TopicQuestionsPopup_body__oys86::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}.TopicQuestionsPopup_body__oys86::-webkit-scrollbar-thumb:hover{background:#94a3b8}.TopicQuestionsPopup_empty__7sCSZ,.TopicQuestionsPopup_loading__3bMqB{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px;color:#94a3b8;gap:8px}.TopicQuestionsPopup_spinner__AZ5j1{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:TopicQuestionsPopup_spin__e_rHz .7s linear infinite}@keyframes TopicQuestionsPopup_spin__e_rHz{to{transform:rotate(1turn)}}.TopicQuestionsPopup_emptyIcon__PtfNe{margin-bottom:8px;opacity:.5}.TopicQuestionsPopup_emptyTitle__U4ITE{font-size:1rem;font-weight:600;color:#64748b}.TopicQuestionsPopup_emptySubtitle__MWGyJ{font-size:.82rem;color:#94a3b8}.TopicQuestionsPopup_questionCard__IxfS8{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.TopicQuestionsPopup_questionCard__IxfS8:last-child{border-bottom:none}.TopicQuestionsPopup_questionCardExpanded__N2jY3{background:#fafbff}.TopicQuestionsPopup_questionCardAnswered__M0XBY{border-left:3px solid #16a34a}.TopicQuestionsPopup_questionCard__IxfS8:not(.TopicQuestionsPopup_questionCardAnswered__M0XBY){border-left:3px solid transparent}.TopicQuestionsPopup_questionHeader__TeLvI{display:flex;align-items:flex-start;gap:14px;padding:18px 24px 12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s ease}.TopicQuestionsPopup_questionHeader__TeLvI:hover{background:rgba(99,102,241,.03)}.TopicQuestionsPopup_questionNumber__XxiI5{width:32px;height:32px;min-width:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;margin-top:2px;transition:all .2s ease}.TopicQuestionsPopup_questionNumberPending__GPCxI{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px rgba(99,102,241,.25)}.TopicQuestionsPopup_questionNumberAnswered__wl_84{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;box-shadow:0 2px 8px rgba(22,163,74,.25)}.TopicQuestionsPopup_questionContent__95ff5{flex:1 1;min-width:0}.TopicQuestionsPopup_questionText__GogLh{font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.55;word-break:break-word}.TopicQuestionsPopup_questionMeta__sWkbf{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}.TopicQuestionsPopup_answerBadge__bTI1b{gap:5px;background:#eff6ff;color:#3b82f6}.TopicQuestionsPopup_answerBadge__bTI1b,.TopicQuestionsPopup_answeredBadge__zy2ru{display:inline-flex;align-items:center;font-size:.73rem;font-weight:600;padding:3px 10px;border-radius:12px}.TopicQuestionsPopup_answeredBadge__zy2ru{gap:4px;background:#f0fdf4;color:#16a34a}.TopicQuestionsPopup_expandIcon__Qx7eM{color:#c7d2fe;transition:all .25s ease;flex-shrink:0;margin-top:6px;display:flex}.TopicQuestionsPopup_expandIconOpen__Ifhmp{transform:rotate(180deg);color:#6366f1}.TopicQuestionsPopup_questionBody__4n5PD{padding:0 24px 20px 70px;animation:TopicQuestionsPopup_bodySlideDown__CoDpD .25s ease}@keyframes TopicQuestionsPopup_bodySlideDown__CoDpD{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.TopicQuestionsPopup_myAnswer__0pqMc{background:#fff;border:1.5px solid #e0e7ff;border-radius:14px;padding:16px;margin-bottom:16px;box-shadow:0 1px 4px rgba(99,102,241,.06)}.TopicQuestionsPopup_myAnswerHeader__C57Z_{display:flex;align-items:center;gap:8px;margin-bottom:10px}.TopicQuestionsPopup_myAnswerAvatar__8_MtB{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#c7d2fe,#a5b4fc);display:flex;align-items:center;justify-content:center;color:#4338ca;flex-shrink:0}.TopicQuestionsPopup_myAnswerLabel__HoNjh{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6366f1}.TopicQuestionsPopup_myAnswerText__b8vgE{font-size:.9rem;color:#334155;line-height:1.65;white-space:pre-wrap;word-break:break-word}.TopicQuestionsPopup_myAnswerActions__E76u_{display:flex;gap:8px;margin-top:12px}.TopicQuestionsPopup_cancelBtn__QIAxg,.TopicQuestionsPopup_deleteBtn__9Xl7A,.TopicQuestionsPopup_editBtn__nKPTj{display:inline-flex;align-items:center;gap:5px;background:none;border:1.5px solid #e2e8f0;padding:6px 14px;border-radius:8px;font-size:.76rem;font-weight:600;cursor:pointer;transition:all .2s ease}.TopicQuestionsPopup_editBtn__nKPTj{color:#6366f1;border-color:#c7d2fe}.TopicQuestionsPopup_editBtn__nKPTj:hover{background:#eef2ff;border-color:#818cf8;transform:translateY(-1px)}.TopicQuestionsPopup_deleteBtn__9Xl7A{color:#ef4444;border-color:#fecaca}.TopicQuestionsPopup_deleteBtn__9Xl7A:hover{background:#fef2f2;border-color:#f87171;transform:translateY(-1px)}.TopicQuestionsPopup_cancelBtn__QIAxg{color:#64748b}.TopicQuestionsPopup_cancelBtn__QIAxg:hover{background:#f1f5f9;transform:translateY(-1px)}.TopicQuestionsPopup_answerForm__yEBE_{margin-bottom:16px}.TopicQuestionsPopup_answerFormLabel__iozl_{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#475569;margin-bottom:8px}.TopicQuestionsPopup_textareaWrapper__sShGL{position:relative}.TopicQuestionsPopup_answerTextarea__b7_pR{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px 28px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:90px;max-height:200px;color:#1e293b;transition:all .2s ease;outline:none;box-sizing:border-box;background:#fff}.TopicQuestionsPopup_answerTextarea__b7_pR:focus{border-color:#818cf8;box-shadow:0 0 0 4px rgba(99,102,241,.08)}.TopicQuestionsPopup_answerTextarea__b7_pR::placeholder{color:#94a3b8}.TopicQuestionsPopup_charCount__eQ7qh{position:absolute;bottom:8px;right:14px;font-size:.68rem;color:#cbd5e1;pointer-events:none}.TopicQuestionsPopup_answerFormActions__Bp_db{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.TopicQuestionsPopup_submitBtn__Oisv1{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:9px 22px;border-radius:10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(99,102,241,.25)}.TopicQuestionsPopup_submitBtn__Oisv1:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px rgba(99,102,241,.35)}.TopicQuestionsPopup_submitBtn__Oisv1:active:not(:disabled){transform:translateY(0)}.TopicQuestionsPopup_submitBtn__Oisv1:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.TopicQuestionsPopup_viewAnswersToggle__0pX8u{background:none;border:1.5px solid #e0e7ff;color:#6366f1;font-size:.8rem;font-weight:600;cursor:pointer;padding:8px 14px;border-radius:10px;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.TopicQuestionsPopup_viewAnswersToggle__0pX8u:hover{background:#eef2ff;border-color:#818cf8}.TopicQuestionsPopup_toggleChevron__Qunvg{transition:transform .2s ease}.TopicQuestionsPopup_toggleChevronOpen__mSwZJ{transform:rotate(180deg)}.TopicQuestionsPopup_otherAnswers__OIElv{margin-top:14px;border-radius:12px;overflow:hidden}.TopicQuestionsPopup_answerItem__wE75L{display:flex;gap:12px;padding:14px 0;border-top:1px solid #f1f5f9;animation:TopicQuestionsPopup_answerFadeIn__B_Bqo .2s ease}@keyframes TopicQuestionsPopup_answerFadeIn__B_Bqo{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.TopicQuestionsPopup_answerItem__wE75L:first-child{border-top:none}.TopicQuestionsPopup_answerAvatar__MyQIv{width:34px;height:34px;min-width:34px;border-radius:50%;background:linear-gradient(135deg,#c7d2fe,#a5b4fc);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#4338ca;overflow:hidden;flex-shrink:0}.TopicQuestionsPopup_answerAvatar__MyQIv img{width:100%;height:100%;object-fit:cover}.TopicQuestionsPopup_answerContent__EoE14{flex:1 1;min-width:0}.TopicQuestionsPopup_answerUserRow__OP6_g{display:flex;align-items:center;justify-content:space-between;gap:8px}.TopicQuestionsPopup_answerUser__vfWn7{font-size:.82rem;font-weight:700;color:#1e293b}.TopicQuestionsPopup_answerUniqueId__ZJt5O{display:block;font-size:.7rem;color:#94a3b8;margin-top:1px}.TopicQuestionsPopup_answerText__xVBKx{font-size:.88rem;color:#475569;line-height:1.55;margin-top:6px;white-space:pre-wrap;word-break:break-word}.TopicQuestionsPopup_answerTime__Tk7FO{font-size:.68rem;color:#cbd5e1;white-space:nowrap}.TopicQuestionsPopup_loadMoreBtn__58PyL{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:8px;background:none;border:1.5px dashed #e2e8f0;padding:8px 20px;border-radius:10px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.TopicQuestionsPopup_loadMoreBtn__58PyL:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}@media (max-width:640px){.TopicQuestionsPopup_overlay__u62Od{padding:0;align-items:flex-end}.TopicQuestionsPopup_popup__RlDiz{max-width:100%;max-height:92vh;border-radius:20px 20px 0 0;animation:TopicQuestionsPopup_mobileSlideUp__Awm9z .35s cubic-bezier(.34,1.56,.64,1)}@keyframes TopicQuestionsPopup_mobileSlideUp__Awm9z{0%{transform:translateY(100%)}to{transform:translateY(0)}}.TopicQuestionsPopup_headerTop__synOG{padding:14px 16px 10px}.TopicQuestionsPopup_headerIconWrapper__xgLAH{width:32px;height:32px}.TopicQuestionsPopup_headerLabel__ShRuj{font-size:1rem}.TopicQuestionsPopup_questionHeader__TeLvI{padding:14px 16px 10px;gap:10px}.TopicQuestionsPopup_questionNumber__XxiI5{width:28px;height:28px;min-width:28px;font-size:.75rem}.TopicQuestionsPopup_questionText__GogLh{font-size:.9rem}.TopicQuestionsPopup_questionBody__4n5PD{padding:0 16px 16px 54px}.TopicQuestionsPopup_myAnswer__0pqMc{padding:12px}}.TopicQuestionsPreview_container__SbrMf{margin:0;padding:0}.TopicQuestionsPreview_quizCard__dX9mU{display:flex;overflow:hidden;border-top:1px solid #e8ecf4;background:linear-gradient(135deg,#f8f9ff,#f0f4ff 40%,#faf5ff);position:relative;animation:TopicQuestionsPreview_cardSlideIn__MjSG0 .35s cubic-bezier(.4,0,.2,1)}@keyframes TopicQuestionsPreview_cardSlideIn__MjSG0{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.TopicQuestionsPreview_accentBar__YIGBd{width:4px;flex-shrink:0;background:linear-gradient(180deg,#6366f1,#8b5cf6 50%,#a78bfa);border-radius:0 4px 4px 0}.TopicQuestionsPreview_cardBody__qKZkO{flex:1 1;padding:14px 16px;display:flex;flex-direction:column;gap:12px;min-width:0}.TopicQuestionsPreview_headerRow__uiDtw{display:flex;align-items:center;justify-content:space-between;gap:12px}.TopicQuestionsPreview_headerLeft__7GMbr{display:flex;align-items:center;gap:8px}.TopicQuestionsPreview_quizIcon__wMwlE{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;flex-shrink:0}.TopicQuestionsPreview_headerTitle__nKhUe{font-size:.82rem;font-weight:700;color:#312e81;text-transform:uppercase;letter-spacing:.4px}.TopicQuestionsPreview_progressSection__9f6KA{display:flex;align-items:center;gap:8px}.TopicQuestionsPreview_progressText__JLpXJ{font-size:.72rem;font-weight:600;color:#6366f1;white-space:nowrap}.TopicQuestionsPreview_progressDots__sqADh{display:flex;gap:4px;align-items:center}.TopicQuestionsPreview_dot__DeK8P{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.TopicQuestionsPreview_dotAnswered__PGWzR{background:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.15)}.TopicQuestionsPreview_dotPending__x4N3_{background:#c7d2fe;animation:TopicQuestionsPreview_dotPulse__LKKva 2s ease-in-out infinite}@keyframes TopicQuestionsPreview_dotPulse__LKKva{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.TopicQuestionsPreview_pillsContainer__u64kk{display:flex;flex-wrap:wrap;gap:8px}.TopicQuestionsPreview_questionPill___fQpr{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;font-size:.76rem;font-weight:700;cursor:pointer;border:1.5px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.TopicQuestionsPreview_questionPill___fQpr:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.2)}.TopicQuestionsPreview_questionPill___fQpr:active{transform:translateY(0)}.TopicQuestionsPreview_pillAnswered__lCPPF{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border-color:#86efac}.TopicQuestionsPreview_pillAnswered__lCPPF:hover{border-color:#4ade80;background:linear-gradient(135deg,#bbf7d0,#86efac)}.TopicQuestionsPreview_pillUnanswered__MzXCt{background:#fff;color:#6366f1;border-color:#c7d2fe}.TopicQuestionsPreview_pillUnanswered__MzXCt:hover{border-color:#818cf8;background:#eef2ff}.TopicQuestionsPreview_pillNumber__DlCTQ{font-weight:800;letter-spacing:.3px}.TopicQuestionsPreview_pillCheck__Fg_UV{color:#16a34a;flex-shrink:0}.TopicQuestionsPreview_pillMeta__fl9sq{font-size:.68rem;font-weight:500;opacity:.75}.TopicQuestionsPreview_ctaButton__MIhjf{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 20px;border:none;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#7c3aed);color:#fff;box-shadow:0 2px 8px rgba(99,102,241,.3);position:relative;overflow:hidden;letter-spacing:.3px}.TopicQuestionsPreview_ctaButton__MIhjf:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.TopicQuestionsPreview_ctaButton__MIhjf:hover:before{left:100%}.TopicQuestionsPreview_ctaButton__MIhjf:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(99,102,241,.4)}.TopicQuestionsPreview_ctaButton__MIhjf:active{transform:translateY(0);box-shadow:0 2px 8px rgba(99,102,241,.3)}.TopicQuestionsPreview_ctaCompleted__r1yZ1{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 2px 8px rgba(22,163,74,.3)}.TopicQuestionsPreview_ctaCompleted__r1yZ1:hover{box-shadow:0 6px 20px rgba(22,163,74,.4)}.TopicQuestionsPreview_ctaArrow__lk8Sx{transition:transform .2s ease;font-size:1rem}.TopicQuestionsPreview_ctaButton__MIhjf:hover .TopicQuestionsPreview_ctaArrow__lk8Sx{transform:translateX(4px)}.TopicQuestionsPreview_shimmerCard__Q1Keq{padding:14px 16px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #e8ecf4;background:#fafbff}.TopicQuestionsPreview_shimmerHeader__WIJ28{display:flex;align-items:center;gap:10px}.TopicQuestionsPreview_shimmerCircle__lhtsS{width:28px;height:28px;border-radius:8px}.TopicQuestionsPreview_shimmerCircle__lhtsS,.TopicQuestionsPreview_shimmerLine__c3MJo{background:linear-gradient(90deg,#e8ecf4 25%,#f3f4f9 50%,#e8ecf4 75%);background-size:400% 100%;animation:TopicQuestionsPreview_shimmer__97SgH 1.4s ease infinite}.TopicQuestionsPreview_shimmerLine__c3MJo{height:14px;width:140px;border-radius:7px}.TopicQuestionsPreview_shimmerPills__EVqlP{display:flex;gap:8px}.TopicQuestionsPreview_shimmerPill__fVYVu{height:30px;width:65px;border-radius:20px}.TopicQuestionsPreview_shimmerBtn__Ptg_0,.TopicQuestionsPreview_shimmerPill__fVYVu{background:linear-gradient(90deg,#e8ecf4 25%,#f3f4f9 50%,#e8ecf4 75%);background-size:400% 100%;animation:TopicQuestionsPreview_shimmer__97SgH 1.4s ease infinite}.TopicQuestionsPreview_shimmerBtn__Ptg_0{height:40px;border-radius:10px}@keyframes TopicQuestionsPreview_shimmer__97SgH{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:640px){.TopicQuestionsPreview_cardBody__qKZkO{padding:12px;gap:10px}.TopicQuestionsPreview_headerRow__uiDtw{flex-direction:column;align-items:flex-start;gap:6px}.TopicQuestionsPreview_pillsContainer__u64kk{gap:6px}.TopicQuestionsPreview_questionPill___fQpr{padding:5px 10px;font-size:.72rem}.TopicQuestionsPreview_ctaButton__MIhjf{padding:9px 16px;font-size:.82rem}.TopicQuestionsPreview_headerTitle__nKhUe{font-size:.78rem}}.FeedShareModal_shareModalOverlay__smMxx{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.FeedShareModal_shareModal__nucDT{background:white;border-radius:12px;width:100%;max-width:400px;max-height:80vh;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.2);animation:FeedShareModal_modalSlideUp__zz37t .3s ease-out}@keyframes FeedShareModal_modalSlideUp__zz37t{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.FeedShareModal_shareModalHeader__7F5CU{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e1e5e9}.FeedShareModal_shareModalHeader__7F5CU h3{margin:0;font-size:18px;font-weight:600;color:#1c1e21}.FeedShareModal_shareModalClose__HBTEf{background:none;border:none;font-size:24px;color:#65676b;cursor:pointer;padding:4px;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.FeedShareModal_shareModalClose__HBTEf:hover{background-color:#f2f3f5}.FeedShareModal_shareModalContent__X9Po4{padding:20px 24px}.FeedShareModal_shareOptions__BTHRb{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.FeedShareModal_shareModalOption__6_Rfr{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:none;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:80px;justify-content:center}.FeedShareModal_shareModalOption__6_Rfr:hover{background:#e9ecef;transform:translateY(-2px)}.FeedShareModal_shareModalIcon__Piypr{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:20px}.FeedShareModal_shareModalOption__6_Rfr span:last-child{font-size:12px;font-weight:500;color:#1c1e21;text-align:center}.FeedShareModal_shareModalOption__6_Rfr:first-child .FeedShareModal_shareModalIcon__Piypr{color:#1877f2}.FeedShareModal_shareModalOption__6_Rfr:nth-child(2) .FeedShareModal_shareModalIcon__Piypr{color:#000000}.FeedShareModal_shareModalOption__6_Rfr:nth-child(3) .FeedShareModal_shareModalIcon__Piypr{color:#0077b5}.FeedShareModal_shareModalOption__6_Rfr:nth-child(4) .FeedShareModal_shareModalIcon__Piypr{color:#25d366}.FeedShareModal_shareModalOption__6_Rfr:nth-child(5) .FeedShareModal_shareModalIcon__Piypr{color:#0088cc}.FeedShareModal_shareModalOption__6_Rfr:nth-child(6) .FeedShareModal_shareModalIcon__Piypr{color:#65676b}@media (max-width:480px){.FeedShareModal_shareOptions__BTHRb{grid-template-columns:repeat(2,1fr)}.FeedShareModal_shareModalOption__6_Rfr{min-height:70px;padding:12px 8px}.FeedShareModal_shareModalIcon__Piypr{width:28px;height:28px;font-size:18px}.FeedShareModal_shareModalOption__6_Rfr span:last-child{font-size:11px}}