.UserProfileDrawer_backdrop__9AXcY{position:fixed;inset:0;background:rgba(10,10,10,.32);z-index:60;animation:UserProfileDrawer_backdropFade__jj4kK var(--motion-base) var(--ease-out-expo)}.UserProfileDrawer_root__7vqFT{position:fixed;top:0;right:0;bottom:0;width:720px;max-width:100vw;background:var(--bg);border-left:1px solid var(--line);box-shadow:-16px 0 40px rgba(0,0,0,.1);z-index:61;display:flex;flex-direction:column;animation:UserProfileDrawer_drawerSlide__ljzjs var(--motion-base) var(--ease-out-expo)}@keyframes UserProfileDrawer_backdropFade__jj4kK{0%{opacity:0}to{opacity:1}}@keyframes UserProfileDrawer_drawerSlide__ljzjs{0%{transform:translateX(40px);opacity:0}to{transform:translateX(0);opacity:1}}.UserProfileDrawer_head__HKU4q{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid var(--line-2)}.UserProfileDrawer_heading__S0hzE{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}.UserProfileDrawer_close__sZF04{border:0;background:transparent;cursor:pointer;width:32px;height:32px;border-radius:8px;color:var(--ink-3);font-size:18px}.UserProfileDrawer_close__sZF04:hover{background:var(--bg-soft);color:var(--ink)}.UserProfileDrawer_body__9CAaS{padding:26px 28px;display:flex;flex-direction:column;gap:18px;flex:1;overflow:auto}@media (max-width:768px){.UserProfileDrawer_root__7vqFT{width:100vw;max-width:100vw}.UserProfileDrawer_body__9CAaS,.UserProfileDrawer_head__HKU4q{padding-left:18px;padding-right:18px}}