.profile-card{display:flex;align-items:center;padding:20px 30px;border:1px solid var(--border-soft);background-color:var(--bg-card);color:var(--text-main);border-radius:16px;margin:40px auto 10px;max-width:720px;font-family:Inter,sans-serif;gap:10px;justify-content:flex-start;position:relative;width:100%}.profile-left{flex-shrink:0}.profile-main-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.profile-name-bio-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.profile-menu-wrapper{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:absolute;top:20px;right:30px}.profile-meta{display:inline-grid;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex:1 1}.profile-avatar{width:108px;height:108px;border-radius:50%;object-fit:cover}.profile-main{display:flex;justify-content:space-between;flex:1 1;align-items:flex-start;gap:20px}.profile-name-group{display:flex;flex-direction:column;justify-content:center;height:96px;align-self:center}.profile-name{font-size:20px;font-weight:600;word-break:break-word}.profile-username{font-size:16px;word-break:break-word}.profile-details-group{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.profile-counts{display:flex;gap:16px;justify-content:flex-start;font-size:14px;color:var(--accent);font-weight:500}.profile-buttons{display:flex;gap:10px;flex-wrap:wrap}.docs-btn,.follow-btn,.my-docs-btn{padding:8px 14px;border:none;border-radius:8px;background-color:var(--bg-card-strong);color:var(--text-main);font-size:14px;cursor:pointer;transition:background-color .3s ease}.docs-btn:hover,.follow-btn:hover,.my-docs-btn:hover{background-color:var(--accent)}.profile-menu{margin-left:10px}.menu-btn{background:none;border:none;color:var(--text-main);font-size:20px;cursor:pointer}@media (max-width:768px){.profile-card{flex-direction:column;align-items:center;padding:16px 14px;margin:16px auto 8px;gap:14px;max-width:100%;box-sizing:border-box}.profile-main-content{justify-content:center}.profile-main,.profile-main-content{flex-direction:column;align-items:center;gap:12px}.profile-left{margin-bottom:6px}.profile-avatar{width:96px;height:96px}.profile-name-bio-wrapper{align-items:center;text-align:center}.profile-name{font-size:18px}.profile-username{font-size:14px}.profile-meta{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.profile-counts{gap:12px;font-size:13px;text-align:center}.profile-buttons,.profile-counts{justify-content:center;flex-wrap:wrap}.profile-buttons{width:100%;gap:8px}.docs-btn,.follow-btn,.my-docs-btn{flex:1 1;min-width:120px;text-align:center;font-size:13px;padding:7px 10px}.profile-menu-wrapper{top:12px;right:14px}}.profile-bio-card{width:100%;max-width:720px;padding:20px 30px;border-radius:16px;background-color:var(--bg-card);border:1px solid var(--border-soft);box-sizing:border-box;color:var(--text-main);margin:0 auto 10px}.profile-bio-title{font-size:17px;font-weight:800;margin-bottom:6px;text-align:left}.profile-bio-text{font-size:15px;line-height:1.5;text-align:left;white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.profile-bio-card{max-width:100%;padding:16px;border-radius:16px;margin-bottom:10px}.profile-bio-title{font-size:14px}.profile-bio-text{font-size:13px}}@media (min-width:769px){.docs-btn:focus-visible,.follow-btn:focus-visible,.my-docs-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}.menu-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.profile-counts:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.docs-btn:active,.follow-btn:active,.my-docs-btn:active{transform:scale(.98)}}@media (hover:hover) and (pointer:fine) and (min-width:769px){.docs-btn,.follow-btn,.my-docs-btn{transition:background-color .3s ease,transform .15s ease}.docs-btn:hover,.follow-btn:hover,.my-docs-btn:hover{transform:translateY(-1px)}.profile-avatar{transition:transform .22s ease}}@media (prefers-reduced-motion:reduce) and (min-width:769px){.docs-btn,.follow-btn,.my-docs-btn,.profile-avatar{transition:none!important}.docs-btn:active,.docs-btn:hover,.follow-btn:active,.follow-btn:hover,.my-docs-btn:active,.my-docs-btn:hover{transform:none!important}}