.tip-badge{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(18px,calc(env(safe-area-inset-bottom) + 10px));z-index:50;min-height:52px;padding:7px 15px 7px 8px;display:flex;align-items:center;gap:9px;border:1px solid #82d9cf;border-radius:999px;color:#f8fffd;background:#202423;text-decoration:none;box-shadow:0 12px 34px rgba(0,0,0,.28);transition:transform .15s ease,box-shadow .15s ease}.tip-badge:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.34)}.tip-badge span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#35413e;font-size:1.1rem}.tip-badge strong{font-size:.82rem;letter-spacing:.01em}@media(max-width:520px){.tip-badge{right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-height:48px;padding:5px 12px 5px 6px}.tip-badge span{width:36px;height:36px}.tip-badge strong{font-size:.78rem}}@media(prefers-reduced-motion:reduce){.tip-badge{transition:none}}
