.share-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000;background:#0006;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.share-modal-container{background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:420px;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;display:flex;overflow:hidden;box-shadow:0 20px 40px #0003}.share-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.share-modal-title{margin:0;font-size:1.2rem;font-weight:700}.share-modal-close{color:var(--foreground);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.75rem;transition:opacity .2s;display:flex}.share-modal-close:hover{opacity:1;background:#ffffff1a}.share-modal-content{flex:1;min-height:300px;padding:0;overflow-y:auto}.share-modal-content::-webkit-scrollbar{width:6px}.share-modal-content::-webkit-scrollbar-track{background:0 0}.share-modal-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.share-users-list{flex-direction:column;display:flex}.share-user-item{align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .2s;display:flex}.share-user-item:hover{background:#ffffff08}.share-user-avatar{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:44px;height:44px}.share-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.share-user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.share-user-handle{opacity:.6;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.share-action-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;min-width:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.share-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.share-action-btn:disabled{cursor:not-allowed;opacity:.7}.share-action-btn.sent{color:#10b981;background:#10b9811a;border:1px solid #10b9814d}.share-loading-spinner{opacity:.6;justify-content:center;align-items:center;height:100%;font-size:.95rem;display:flex}.share-empty-state{opacity:.5;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;padding-top:3rem;display:flex}
.post-card{transition:var(--transition);border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(24px)saturate(180%);margin-bottom:2rem;overflow:hidden;box-shadow:0 10px 30px #0006}.post-card:hover{box-shadow:var(--shadow-lg), 0 0 20px #8b5cf626;border-color:#ffffff26;transform:translateY(-2px)}.fullscreen-overlay{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.fullscreen-image{object-fit:contain;border-radius:var(--radius-md);cursor:default;max-width:95vw;max-height:95vh;animation:.3s cubic-bezier(.16,1,.3,1) zoomIn;box-shadow:0 10px 40px #0009}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.post-header{justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.post-author{align-items:center;gap:1rem;display:flex}.author-avatar{border-radius:var(--radius-full);object-fit:cover;border:2px solid var(--primary);width:2.75rem;height:2.75rem;padding:2px}.author-info{flex-direction:column;display:flex}.author-name{margin:0;font-size:1rem;font-weight:600}.post-time{color:var(--foreground);opacity:.6;font-size:.8rem}.post-category-tag{border-radius:var(--radius-full);color:var(--primary);text-transform:capitalize;background:#e11d481a;border:1px solid #e11d4833;padding:.1rem .6rem;font-size:.75rem;font-weight:600}.post-content{padding:0 1.25rem 1.25rem;font-size:.95rem;line-height:1.6}.post-media-container{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:#00000026;width:100%;max-height:600px;overflow:hidden}.post-image{object-fit:cover;width:100%;height:100%;display:block}.post-video{background:#000;width:100%;max-height:500px;display:block}.post-audio-wrapper{background:#ffffff14;grid-template-columns:auto 1fr;align-items:center;gap:1.25rem;padding:1.5rem;display:grid}.audio-wave-decoration{align-items:flex-end;gap:3px;height:2.5rem;padding:0 .5rem;display:flex}.wave-bar{background:var(--primary);border-radius:var(--radius-full);width:4px;animation:1.2s ease-in-out infinite alternate wave}.wave-bar:first-child{height:30%;animation-delay:.1s}.wave-bar:nth-child(2){height:80%;animation-delay:.3s}.wave-bar:nth-child(3){height:50%;animation-delay:.5s}.wave-bar:nth-child(4){height:95%;animation-delay:.2s}.wave-bar:nth-child(5){height:40%;animation-delay:.4s}@keyframes wave{0%{transform:scaleY(1)}to{transform:scaleY(.4)}}.audio-details{flex-direction:column;display:flex}.audio-card-title{color:var(--foreground);word-break:break-all;font-size:1rem;font-weight:600}.audio-card-subtitle{opacity:.6;margin-top:.15rem;font-size:.8rem}.post-audio{grid-column:span 2;width:100%;margin-top:.75rem}.post-file-wrapper{background:#ffffff14;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.file-card-info{align-items:center;gap:1rem;min-width:0;display:flex}.file-card-icon{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, #be123c 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex;box-shadow:0 4px 15px #e11d4840}.file-card-texts{flex-direction:column;min-width:0;display:flex}.file-card-name{color:var(--foreground);word-break:break-all;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.file-card-meta{opacity:.6;margin-top:.15rem;font-size:.8rem}.download-file-btn{flex-shrink:0;align-items:center;gap:.5rem;display:flex;box-shadow:0 4px 15px #e11d4840}.post-actions{border-top:1px solid var(--border);align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}.action-btn{color:var(--foreground);cursor:pointer;transition:var(--transition);opacity:.8;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.action-btn:hover{opacity:1;color:var(--primary);transform:scale(1.05)}.like-btn.liked{color:var(--primary);opacity:1;animation:.4s cubic-bezier(.175,.885,.32,1.275) pulseLike}@keyframes pulseLike{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.action-count{font-size:.95rem;font-weight:600}.share-btn{margin-left:auto}.author-link-wrapper{border-radius:var(--radius-full);text-decoration:none;transition:transform .2s;display:flex}.author-link-wrapper:hover{transform:scale(1.05)}.author-name-link{color:inherit;text-decoration:none;transition:color .2s}.author-name-link:hover .author-name{color:var(--primary)}.fullscreen-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fullscreen-close-btn{color:#fff;cursor:pointer;z-index:100000;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.fullscreen-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.fullscreen-image{object-fit:contain;border-radius:var(--radius-md);cursor:zoom-out;max-width:90vw;max-height:90vh;box-shadow:0 10px 40px #00000080}@media (max-width:768px){.post-card{border-radius:var(--radius-md);margin-bottom:1rem}.post-header{padding:1rem}.author-avatar{width:2.25rem;height:2.25rem}.post-content{padding:0 1rem 1rem}.post-audio-wrapper{grid-template-columns:1fr;gap:.75rem;padding:1rem}.post-audio{grid-column:span 1}.post-file-wrapper{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.download-file-btn{justify-content:center;width:100%}.post-actions{gap:1rem;padding:.75rem 1rem}.action-btn{font-size:.8rem}}
