/* Profile bloom for desktop pointers, including narrow embedded desktop windows. */
.profile-layer{clip-path:circle(0 at 50% 50%);transition:clip-path .95s cubic-bezier(.76,0,.18,1),visibility .95s;visibility:hidden;background:radial-gradient(circle at 50% 50%,#21151d 0,#151116 46%,#101010f4 100%);backdrop-filter:blur(12px) saturate(.72)}
.profile-layer.is-open{clip-path:circle(150% at 50% 50%);visibility:visible}
.profile-layer .ring{animation-play-state:paused;transition:filter .8s ease,opacity .8s ease}
.profile-layer.is-open .ring{animation-play-state:running;filter:drop-shadow(0 0 13px #fff9)}
.profile-bloom{position:absolute;z-index:2;top:1%;left:50%;width:min(52vw,480px);height:auto;overflow:visible;pointer-events:none;opacity:.02;filter:drop-shadow(0 0 24px #ead9e488);transform:translateX(-50%) scale(.52) rotate(-18deg);transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .8s ease}
.profile-layer.is-open .profile-bloom{display:block!important;opacity:.88;transform:translateX(-50%) scale(1) rotate(0deg);transition-delay:.12s}
.lily-flower{transform-box:fill-box;transform-origin:center;transform:scale(.82)}
.lily-petal,.lily-stem,.lily-leaf{fill:url(#lily-petal);fill-opacity:0;stroke:#f4eee9;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1}
.lily-stem,.lily-leaf{fill:url(#lily-leaf);stroke:#ded6cf;stroke-width:2}
.profile-layer.is-open .lily-petal{animation:lilyDraw .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:var(--petal-delay,0ms)}
.profile-layer.is-open .lily-stem{animation:lilyDraw .85s .48s cubic-bezier(.16,1,.3,1) forwards}
.profile-layer.is-open .lily-leaf{animation:lilyDraw .7s .75s cubic-bezier(.16,1,.3,1) forwards}
.lily-center{fill:#fff7df;opacity:0;filter:drop-shadow(0 0 7px #fff)}
.profile-layer.is-open .lily-center{animation:lilyGlow .65s .65s ease forwards}
.bloom-dots{fill:#fff6dc;opacity:0;filter:drop-shadow(0 0 5px #fff)}
.profile-layer.is-open .bloom-dots{animation:lilyGlow .7s .8s ease forwards}
@keyframes lilyDraw{to{stroke-dashoffset:0;fill-opacity:.46}}
@keyframes lilyGlow{to{opacity:.9}}
.profile-copy{padding:24px 32px;border-radius:24px;background:radial-gradient(ellipse at center,#10101036,transparent 76%);text-shadow:0 2px 20px #000b}
.profile-copy>*{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .75s cubic-bezier(.16,1,.3,1)}
.profile-layer.is-open .profile-copy>*{opacity:1;transform:translateY(0)}
.profile-layer.is-open .profile-copy>*:nth-child(1){transition-delay:.22s}.profile-layer.is-open .profile-copy>*:nth-child(2){transition-delay:.3s}.profile-layer.is-open .profile-copy>*:nth-child(3){transition-delay:.38s}.profile-layer.is-open .profile-copy>*:nth-child(4){transition-delay:.46s}
.profile-close{opacity:0;transform:translateY(12px);transition:opacity .4s ease .3s,transform .55s cubic-bezier(.16,1,.3,1) .3s}.profile-layer.is-open .profile-close{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){.profile-layer,.profile-copy>*,.profile-close,.profile-bloom{transition-duration:.01ms!important;transition-delay:0ms!important;animation-duration:.01ms!important}.profile-layer.is-open .lily-petal,.profile-layer.is-open .lily-stem,.profile-layer.is-open .lily-leaf,.profile-layer.is-open .lily-center,.profile-layer.is-open .bloom-dots{animation:none;stroke-dashoffset:0;fill-opacity:.46;opacity:.9}}
