.referral-popup{position:fixed;bottom:20px;right:20px;z-index:10000;width:400px;-webkit-animation:slideInUp 0.3s ease-out;animation:slideInUp 0.3s ease-out;font-family:"Inter",sans-serif}.referral-popup-content{background:white;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,0.2);overflow:hidden;position:relative;border:1px solid #e5e5e5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px;text-align:center}.referral-popup-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease}.referral-popup-close:hover{background-color:#f5f5f5;color:#333}.referral-popup-body h3{font-size:16px;font-weight:600;color:#181D27;margin:0;font-family:inherit}.referral-popup-body p{font-size:14px;font-weight:400;color:#384250;margin:0;font-family:inherit}.referral-popup-underline{text-decoration:underline;font-family:inherit}.referral-popup-cta{display:inline-block;background:#0F3ADD;color:white;text-decoration:none;padding:10px 16px;border-radius:8px;font-size:16px;font-weight:600;transition:background-color 0.2s ease;text-align:center;width:352px;height:44px}.referral-popup-cta:hover{background:#4860ba;color:white;text-decoration:none}@-webkit-keyframes slideInUp{from{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideInUp{from{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@media (max-width:768px){.referral-popup{bottom:10px;right:10px;left:10px;max-width:none}}.referral-popup-logo{display:block;max-width:48px;width:100%;height:auto}