.referral-registration-notice{position:fixed;top:60px;right:20px;z-index:1100;box-sizing:border-box;width:282px;height:165px;padding:20px;color:var(--text-color-primary, #222529);background:var(--background-color-overlay-regular, #fff);border-radius:var(--border-radius-xxlarge, 16px);box-shadow:0 0 1px #0000001a,0 8px 40px -2px #0000001a;pointer-events:auto;animation:referral-registration-notice-enter .32s cubic-bezier(.16,1,.3,1) both}.referral-registration-notice__message{position:relative;width:242px;height:47px}.referral-registration-notice__title{margin:0;font-size:16px;font-weight:600;line-height:1.3}.referral-registration-notice__description{margin:8px 0 0;font-size:12px;line-height:18px;color:var(--text-color-secondary, #4c535c);white-space:nowrap}.referral-registration-notice__close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:24px;height:24px;padding:0;color:var(--icon-color-secondary, #7f8792);background:transparent;border:0;border-radius:4px;cursor:pointer}.referral-registration-notice__close svg{width:24px;height:24px}.referral-registration-notice__close:hover{color:var(--icon-color-primary, #4c535c);background:#2225290f}.referral-registration-notice__reward{position:relative;width:242px;height:70px;margin-top:8px}.referral-registration-notice__reward:before{position:absolute;right:0;bottom:0;left:0;height:50px;background:var(--color-cyan-200, #d1f8ff);border-radius:12px;content:""}.referral-registration-notice__reward-copy{position:absolute;top:33px;left:14px;display:flex;align-items:center;height:24px;white-space:nowrap}.referral-registration-notice__reward-check{display:grid;flex:none;place-items:center;width:18px;height:18px;margin-right:9px;color:var(--text-color-high-contrast, #fff);background:var(--color-cyan-700, #4bdaf7);border-radius:50%}.referral-registration-notice__reward-check svg{width:14px;height:14px}.referral-registration-notice__amount{font-family:JetBrains Mono,monospace;font-size:16px;font-weight:700;line-height:24px}.referral-registration-notice__unit{margin-left:4px;font-size:14px;font-weight:600}.referral-registration-notice__illustration{position:absolute;right:0;bottom:0;width:125px;height:auto;-webkit-user-select:none;user-select:none}@keyframes referral-registration-notice-enter{0%{opacity:0;transform:translate3d(0,-12px,0) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.referral-registration-notice{animation:none}}
