.profile_card{background:#000}.profile_card,.profile_private{max-width:1100px;padding:10px;margin:40px auto}.profile_private{color:#fff}.profile_header{display:flex;align-items:center;gap:32px}.profile_image{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile_meta{display:flex;flex-direction:column;gap:16px}.username{font-size:16px;font-weight:700;margin:0;color:#fff}.profile_description{margin:20px 0;font-size:16px;line-height:1.8;color:#fff}.work_post_container{max-width:1100px;margin:auto}.work_lists{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin:10px 0}@media (max-width:600px){.work_lists{display:flex;flex-direction:column;gap:10px}}.work_list{display:flex;flex-direction:column;row-gap:10px;overflow:hidden;padding:10px;background:#121212;border:1px solid #2a2a2a;border-radius:10px}@media (max-width:600px){.work_list{border-radius:0;background:transparent;border:none;border-bottom:1px solid #333;padding:8px 4px}}.works_list::-webkit-scrollbar{height:6px}.works_list::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.work_image{background:transparent;width:auto;max-width:90vw;display:flex;gap:10px;overflow-x:scroll}.work_image img{-o-object-fit:contain;object-fit:contain;height:-moz-fit-content;height:fit-content;overflow:auto;max-height:400px}.work_post_skeleton{width:100%;max-width:300px;height:240px;border-radius:6px;background:linear-gradient(90deg,#1c1c1c 25%,#2a2a2a 37%,#1c1c1c 63%);background-size:400% 100%;animation:work_post_shimmer 1.2s ease-in-out infinite}@keyframes work_post_shimmer{0%{background-position:100% 0}to{background-position:0 0}}.work_text{font-size:16px;line-height:1.6;margin:10px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#fff}