.social-proof-toast{position:fixed;left:16px;bottom:16px;z-index:1000;display:flex;align-items:flex-start;gap:12px;max-width:360px;padding:14px 16px;background:#fffdf5;border:1px solid #e8ddd5;border-radius:14px;box-shadow:0 10px 32px rgba(128,0,0,.16);font-size:15px;line-height:1.5;color:#2a2a2a;animation:social-proof-toast-in .35s ease-out}.social-proof-toast.social-proof-toast--exiting{animation:social-proof-toast-out .35s ease-in forwards}@media(max-width:480px){.social-proof-toast{left:8px;right:8px;bottom:auto;top:calc(71px + env(safe-area-inset-top, 0px));max-width:none;width:auto;gap:8px;padding:9px 12px;font-size:12.5px;border-radius:12px;animation:social-proof-toast-in-top .35s ease-out}.social-proof-toast.social-proof-toast--exiting{animation:social-proof-toast-out-top .35s ease-in forwards}.social-proof-toast__hide-compact{display:none}}.social-proof-toast__avatar{position:relative;flex-shrink:0;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#800000,#5c0000);color:#fff;font-weight:700;font-size:17px}@media(max-width:480px){.social-proof-toast__avatar{width:30px;height:30px;font-size:13px}}.social-proof-toast__live-dot{position:absolute;bottom:-1px;right:-1px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid #fffdf5;box-shadow:0 0 0 rgba(34,197,94,.6);animation:social-proof-toast-pulse 1.6s ease-out infinite}.social-proof-toast__body{position:relative;padding-right:18px}@media(max-width:480px){.social-proof-toast__body{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}.social-proof-toast__name,.social-proof-toast__template{font-weight:700;color:maroon}.social-proof-toast__close{position:absolute;top:-4px;right:-6px;border:none;background:rgba(0,0,0,0);font-size:18px;line-height:1;color:#9a9a9a;cursor:pointer;padding:4px}.social-proof-toast__close:hover{color:#4a4a4a}@keyframes social-proof-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes social-proof-toast-in-top{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes social-proof-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes social-proof-toast-out-top{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes social-proof-toast-pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.6)}70%{box-shadow:0 0 0 6px rgba(34,197,94,0)}to{box-shadow:0 0 0 0 rgba(34,197,94,0)}}