.PostCard_card__tO2bS{background:#fff;border-radius:14px;box-shadow:0 2px 16px rgba(0,0,0,.07);padding:1.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;position:relative;color:#181818;max-width:370px;min-width:0;width:100%;margin:0 auto}.PostCard_card__tO2bS:hover{box-shadow:0 6px 32px rgba(79,140,255,.13);transform:translateY(-2px) scale(1.01)}.PostCard_cardImage__wIwRk{width:100%;height:180px;border-radius:10px;overflow:hidden;margin-bottom:1rem;background:#f0f4f8;display:flex;align-items:center;justify-content:center}.PostCard_cardImage__wIwRk img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f0f4f8;display:block}.PostCard_cardContent__IYI0q{flex:1 1;margin-bottom:1rem}.PostCard_cardTitle__TUeLF{font-size:1.2rem;font-weight:700;color:#181818;margin-bottom:.5rem}.PostCard_cardDescription__dNaBv{color:#333;font-size:1rem;line-height:1.5;margin-bottom:.5rem;white-space:pre-line;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:6em}.PostCard_cardActions__ZRZdj{display:flex;gap:.5rem}.PostCard_cardActions__ZRZdj button{flex:1 1;padding:.5rem .75rem;border:none;border-radius:5px;background:#f0f4f8;color:#2563eb;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.PostCard_cardActions__ZRZdj button:hover{background:#e0eaff;color:#174ea6}.PostCard_category__sWfSt{background:#e0eaff;color:#2563eb}.PostCard_category__sWfSt,.PostCard_usedTag__M9S3P{display:inline-block;font-size:.92rem;font-weight:600;border-radius:6px;padding:2px 10px;margin-bottom:.5rem;margin-right:.5rem;letter-spacing:.01em}.PostCard_usedTag__M9S3P{background:#d1fae5;color:#047857}.PostModal_modal__5_t_f{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;z-index:1000;overflow:auto}.PostModal_form__LPVSc{background:#fff;border-radius:12px;padding:32px;min-width:340px;max-width:400px;box-shadow:0 4px 32px rgba(0,0,0,.13);display:flex;flex-direction:column;gap:18px;max-height:90vh;overflow-y:auto}@media(max-width:600px){.PostModal_form__LPVSc{min-width:0;width:100vw;max-width:98vw;padding:18px 6px}}.PostModal_heading__3Li90{margin:0;font-weight:700;color:#181818}.PostModal_label__579yQ{font-weight:500;color:#181818;margin-bottom:.25rem}.PostModal_input__R62Ki,.PostModal_textarea__zhiF5{width:100%;margin-top:4px;margin-bottom:12px;padding:8px;border-radius:5px;border:1px solid #ddd;font-size:1rem;background:#f7f9fb;color:#181818}.PostModal_textarea__zhiF5{resize:vertical}.PostModal_imagePreview__Za0Gg{position:relative;margin-bottom:12px;text-align:center}.PostModal_imagePreview__Za0Gg img{width:100%;max-height:180px;object-fit:contain;border-radius:8px;background:#f0f4f8}.PostModal_removeImageBtn__mS1CX{margin-top:10px;background:#f0f4f8;border:1px solid #ccc;border-radius:5px;padding:6px 18px;cursor:pointer;font-size:15px;color:#222;font-weight:600;display:inline-block}.PostModal_error__5G4ai{color:red;margin-bottom:8px}.PostModal_actions__lK0_O{display:flex;gap:12px;margin-top:8px}.PostModal_actions__lK0_O button{flex:1 1;background:#2563eb;color:#fff;border:none;border-radius:5px;padding:10px;font-weight:600;cursor:pointer;transition:background .2s}.PostModal_actions__lK0_O button:first-child{background:#f0f4f8;color:#222;font-weight:500}.PostModal_actions__lK0_O button:hover{background:#174ea6;color:#fff}.PostModal_noImage__DWbyK{width:100%;height:180px;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#888;font-size:18px;border-radius:10px}.PostModal_categorySelect__HEvjx{width:100%;margin-top:4px;margin-bottom:12px;padding:8px;border-radius:5px;border:1px solid #ddd;font-size:1rem;background:#f7f9fb;color:#181818}.Notification_notification__ieVD8{position:fixed;top:20px;right:20px;z-index:1000;min-width:300px;max-width:400px;padding:16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);animation:Notification_slideIn__6lfds .3s ease-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Notification_content__hvBoG{display:flex;align-items:center;justify-content:space-between;gap:12px}.Notification_message__AUEY1{flex:1 1;font-size:14px;font-weight:500;line-height:1.4}.Notification_closeButton__okiBF{background:none;border:none;font-size:18px;font-weight:700;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;color:inherit;opacity:.7}.Notification_closeButton__okiBF:hover{background-color:hsla(0,0%,100%,.2);opacity:1}.Notification_success__nutfV{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.Notification_error__vFDKS{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.Notification_info__CM_9_{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}@keyframes Notification_slideIn__6lfds{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Notification_slideOut__qubiC{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.Notification_notification__ieVD8.Notification_closing__v_dKq{animation:Notification_slideOut__qubiC .3s ease-in}@media(max-width:768px){.Notification_notification__ieVD8{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.FilterBar_filterBar__vF_4y{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #e3e8ee;padding:1.1rem 2.2rem;max-width:90%;margin-left:auto;margin-right:auto;min-height:64px;box-sizing:border-box}@media(max-width:600px){.FilterBar_filterBar__vF_4y{flex-direction:column;align-items:stretch;gap:.8rem;padding:1rem .7rem;max-width:98vw}}.FilterBar_label__efzLp{font-weight:600;color:#181818;margin-right:.5rem;font-size:1.08rem}.FilterBar_select__pJP2x{margin-right:12px;padding:6px 10px;border-radius:5px;border:1px solid #ddd;font-size:1rem;background:#f7f9fb;color:#181818}.FilterBar_categorySelect___33Zr{padding:.5rem 1.1rem;border-radius:6px;border:1px solid #ddd;background:#f7f9fb;color:#181818;font-size:1rem;font-weight:500;transition:border .2s}.FilterBar_categorySelect___33Zr:focus{border:1.5px solid #2563eb;outline:none}.FilterBar_count__iO6_4{margin-left:auto;font-size:1.05rem;font-weight:600;color:#2563eb;background:#e0eaff;border-radius:8px;padding:4px 14px;display:flex;align-items:center;height:2.1rem}