:root{--theme-text-color:#000;--theme-top-color:#fff;--theme-bottom-color:#7f02f9}.dashboard-header{flex-direction:row;justify-content:start;align-items:center;width:100%;padding:20px;display:flex;position:relative}@media (min-width:1024px){.dashboard-header{gap:24px;padding:8px 0 24px}}.dashboard-header__image{border-width:5px;border-color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:96px;height:96px;margin-right:20px;position:relative;overflow:hidden;box-shadow:0 8px 6px -6px gray}@media (min-width:1024px){.dashboard-header__image{border:3px solid #fff;width:80px;height:80px;margin-right:0;box-shadow:0 4px 12px #00000014}}.dashboard-header__bio{flex-direction:column;justify-content:center;align-items:center;width:100%;font-family:Inter,sans-serif}.dashboard-header__bio h2{color:#1c0f2f;text-align:left;justify-content:center;width:100%;font-size:20px;font-weight:700}@media (min-width:1024px){.dashboard-header__bio h2{font-size:22px}}.dashboard-header__bio p{text-align:left;color:#1c0f2f;width:100%;font-family:Manrope,sans-serif;font-size:clamp(12px,1.5vw,16px)}@media (min-width:1024px){.dashboard-header__bio p{color:#4b5563;margin-top:4px;font-size:14px}}.dashboard-header__bio-skeleton{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:.25rem;width:8rem;height:1.5rem;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.header{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:16px 20px 8px;display:flex;position:relative}.header__image{border-width:5px;border-color:#fff;border-radius:50%;flex-shrink:0;width:96px;height:96px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:0 8px 6px -6px gray}.header__bio{flex-direction:column;justify-content:center;align-items:center;font-family:Inter,sans-serif;display:flex}.header__bio h2{color:#1c0f2f;text-align:center;margin-bottom:8px;font-family:Inter,sans-serif;font-size:26px;font-style:normal;font-weight:700;line-height:24px}.header__bio p{color:#1c0f2f;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media (max-width:512px){.header__bio p{text-align:left}}.header__actions{gap:10px;margin-top:10px;display:flex}.header__actions__button{cursor:pointer;color:#1e293b;background:#fff;border:1.5px solid #d1d5db;border-radius:20px;align-items:center;gap:6px;padding:8px 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.header__actions__button:hover{background:#f3f4f6;border-color:#9ca3af}.header__actions__button--ellipsis{justify-content:center;min-width:38px;padding:8px}.header__actions__button--ellipsis:hover{background:#f3f4f6}.header__actions__share{position:relative}.header__actions__share__dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:220px;animation:.12s dropdown-in-centered;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #00000021,0 2px 6px #0000000f}.header__actions__share__dropdown__header{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f3f4f6;padding:14px 16px 10px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.header__actions__share__dropdown__item{text-align:left;color:#1e293b;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:13px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background .12s;display:flex}.header__actions__share__dropdown__item+.header__actions__share__dropdown__item{border-top:1px solid #f3f4f6}.header__actions__share__dropdown__item:hover{background:#f9fafb}.header__actions__share__dropdown__item__icon{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.header__actions__more{position:relative}.header__actions__more__dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:180px;animation:.12s dropdown-in;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.header__actions__more__dropdown__item{text-align:left;color:#1e293b;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background .12s;display:flex}.header__actions__more__dropdown__item+.header__actions__more__dropdown__item{border-top:1px solid #f3f4f6}.header__actions__more__dropdown__item:hover{background:#f9fafb}.header__actions__more__dropdown__item--danger{color:#dc2626}.header__actions__more__dropdown__item--danger:hover{background:#fef2f2}@keyframes dropdown-in-centered{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.header__bio-skeleton{background:linear-gradient(90deg,#e5e7eb 0%,#f3f4f6 50%,#e5e7eb 100%) 0 0/200% 100%;border-radius:.25rem;width:8rem;height:1.5rem;animation:1.5s infinite shimmer}
