/* Original compact settings flow, shared by the panel and its entry buttons. */
@property --compact-flow-angle{syntax:"<angle>";initial-value:0deg;inherits:false}
.compact-flow{position:absolute;inset:0;z-index:1;padding:1px;border-radius:inherit;background:conic-gradient(from var(--compact-flow-angle),transparent 0deg 24deg,rgba(255,53,94,.05) 38deg,rgba(255,92,142,.2) 56deg,rgba(255,216,77,.58) 76deg,#fff3c2 88deg,#ff355e 92deg,transparent 103deg 204deg,rgba(97,220,255,.05) 218deg,rgba(168,85,247,.2) 236deg,rgba(97,220,255,.58) 256deg,#efffff 268deg,#a855f7 272deg,transparent 283deg 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:compact-flow 6.4s linear infinite;pointer-events:none}
#settings-trigger>.compact-flow,.bean-mobile-settings>.compact-flow,.mobile-agent-mode-entry>.compact-flow{animation-delay:-.4s}
@keyframes compact-flow{to{--compact-flow-angle:360deg}}
@media(prefers-reduced-motion:reduce){.compact-flow{animation:none}}
