*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0b0b0c;color:#fff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}a{color:inherit;text-decoration:none}.bubble{--bubble-color:#ff4d4d;background:#000;border-radius:50%;border:4px solid var(--bubble-color);box-shadow:0 0 10px var(--bubble-color),0 0 4px var(--bubble-color) inset;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;transition:width .6s ease,height .6s ease;animation:bubble-pop .6s ease}.bubble strong{font-weight:600}.bubble p{font-size:.875rem;color:#b0b0b0}.bubble-content{display:flex;flex-direction:column}.bubble-text{pointer-events:none;text-anchor:middle;fill:#fff;dominant-baseline:middle}@keyframes bubble-pop{0%{transform:scale(0)}to{transform:scale(1)}}