.profile-card{max-width:980px;margin:2rem auto;border-radius:20px;padding:0;background-color:var(--card-bg-color);border:1px solid var(--border-color)}.profile-header .cover-img{width:100%;height:280px;object-fit:cover;cursor:pointer;border-top-left-radius:20px;border-top-right-radius:20px}.profile-info{display:flex;align-items:flex-start;padding:0 2rem 1.5rem;position:relative;gap:1.5rem}.profile-details{margin-top:.5rem}.profile-avatar{width:150px;height:150px;border-radius:50%;border:5px solid var(--card-bg-color);cursor:pointer;object-fit:cover;flex-shrink:0;margin-top:-75px}.username-display{font-size:2rem;font-weight:600;line-height:1.2;overflow-wrap:break-word;word-break:break-word;min-width:0;margin:0;letter-spacing:-.5px}[data-bs-theme=light] .username-display{color:#343a40}[data-bs-theme=dark] .username-display{color:#f8f9fa}.profile-actions{flex-shrink:0;display:flex;align-items:center}#profileMessageBtn,.follow-btn-main{transition:all .2s ease-in-out;white-space:nowrap}#profileMessageBtn:hover,.follow-btn-main:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)!important}.settings-icon{font-size:22px;cursor:pointer;transition:all .3s ease-in-out;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.settings-icon:hover{color:var(--primary-color)!important;background-color:var(--bs-secondary-bg);transform:rotate(45deg)}.settings-menu{position:absolute;background:var(--card-bg-color);border:1px solid var(--border-color);box-shadow:0 4px 15px rgba(0,0,0,.1);padding:.75rem;border-radius:.75rem;top:100%;right:0;min-width:250px;z-index:1050}#postsContainer{display:flex;flex-direction:column;gap:1.5rem;max-width:980px;margin-left:auto;margin-right:auto}.card{background-color:var(--card-bg-color);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:transform .2s,box-shadow .2s}@media (min-width:992px){.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}}.card.menu-active{position:relative;z-index:20}.card-body{padding:1.5rem}.post-header .ms-auto{position:relative}.post-options-menu{position:absolute;top:100%;right:0;z-index:10;background-color:var(--card-bg-color);border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);list-style:none;padding:.5rem 0;margin:0;min-width:160px}#searchIcon{color:var(--secondary-text-color);transition:color .2s,transform .2s}#searchIcon:hover{color:var(--primary-color);transform:scale(1.15)}@media (max-width:991.98px){.profile-card{margin-top:0;border-top:none}#postsContainer{max-width:100%;padding:0}}@media (max-width:576px){.profile-info{flex-direction:column;align-items:center;margin-top:0;gap:0;padding:0 1rem 1rem}.profile-avatar{width:120px;height:120px;margin-top:-60px}.profile-details{flex-direction:column;justify-content:center!important;width:100%;margin-top:.5rem}.username-display{text-align:center;margin-top:.75rem;font-size:1.5rem}.profile-actions{margin-left:0;margin-top:1rem}.settings-menu{right:auto;left:50%;transform:translateX(-50%);min-width:240px}}.community-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.profile-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.btn-custom-setting{display:flex;align-items:center;justify-content:flex-start;padding:.6rem 1rem;border-radius:8px;border:none;background:0 0;transition:all .2s ease;font-weight:500}.btn-custom-setting .fas{margin-right:12px;width:20px;text-align:center;transition:transform .3s ease}.btn-custom-setting:hover .fas{transform:scale(1.1) rotate(-5deg)}[data-bs-theme=dark] .btn-custom-setting{color:#ced4da}[data-bs-theme=dark] .btn-custom-setting:hover{background-color:rgba(255,255,255,.05);color:#fff}[data-bs-theme=light] .btn-custom-setting{color:#495057}[data-bs-theme=light] .btn-custom-setting:hover{background-color:rgba(0,0,0,.05);color:var(--primary-color)}.create-post-prompt{cursor:pointer;transition:background-color .2s ease-in-out}.create-post-prompt:hover{background-color:var(--bs-tertiary-bg)}#profilePostCommunity{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:50px;background-color:transparent;color:var(--secondary-text-color);font-weight:600;font-size:.85rem;transition:all .2s ease-in-out;border:1px solid var(--border-color)}.activity-btn:hover{background-color:var(--bs-secondary-bg);color:var(--primary-color)!important;transform:translateY(-2px);box-shadow:var(--shadow-hover)}