@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500&display=swap);.p-brain{--brain-accent:#6fd3ff;display:inline-flex;flex-shrink:0;height:1.05em;line-height:0;vertical-align:-.18em;width:1.05em}.p-brain svg{display:block;height:100%;overflow:visible;width:100%}.p-brain__base{stroke:currentColor;stroke-width:1.5;opacity:.26}.p-brain__base,.p-brain__wave{fill:none;stroke-linecap:round;stroke-linejoin:round}.p-brain__wave{stroke-width:1.7;opacity:0}.p-brain--idle .p-brain__base{opacity:.6}.p-brain--active .p-brain__wave{opacity:1}.p-brain--active .p-brain__wave--a{stroke:var(--primary,#8a6bff);stroke-dasharray:16 84;animation:p-brain-wave 2.1s linear infinite}.p-brain--active .p-brain__wave--b{stroke:var(--brain-accent);stroke-dasharray:10 90;animation:p-brain-wave 2.1s linear infinite;animation-delay:-1.05s;opacity:.85}.p-brain--active{animation:p-brain-breathe 2.6s ease-in-out infinite}@keyframes p-brain-wave{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes p-brain-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@media (prefers-reduced-motion:reduce){.p-brain--active .p-brain__wave{animation:none;opacity:.9}.p-brain--active{animation:none}}.p-brain--sm{height:15px;vertical-align:-3px;width:15px}.p-brain--status{height:20px;vertical-align:middle;width:20px}.p-brain--btn{height:14px;width:14px}.p-brain--badge{height:100%;vertical-align:0;width:100%}.p-brain--badge svg{transform:scale(1.02)}