.plume{display:inline-block;object-fit:contain;user-select:none;-webkit-user-drag:none}.plume--sm{width:64px;height:64px}.plume--md{width:120px;height:120px}.plume--lg{width:200px;height:200px}.plume--xl{width:320px;height:320px}@media (max-width:768px){.plume--xl{width:200px;height:200px}.plume--lg{width:140px;height:140px}}@media (max-width:480px){.plume--xl{width:150px;height:150px}}.plume-float{animation:plume-float-anim 4s ease-in-out infinite;transform-origin:center bottom}@keyframes plume-float-anim{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-2deg)}}@media (prefers-reduced-motion:reduce){.plume-float{animation:none}}.plume-fab-companion{position:fixed;bottom:2rem;right:calc(2rem + 48px - 8px);z-index:998;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.plume-fab-companion .plume{pointer-events:auto}.plume-fab-bubble{position:absolute;bottom:calc(100% + 8px);right:8px;background:#fff;color:#1e1b4b;padding:.45rem .8rem;border-radius:14px;font-size:.85rem;font-weight:600;line-height:1.2;white-space:nowrap;box-shadow:0 4px 16px -4px rgba(99,102,241,.3);border:1px solid rgba(99,102,241,.15);opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.plume-fab-bubble::after{content:'';position:absolute;bottom:-6px;right:20px;width:12px;height:12px;background:#fff;border-right:1px solid rgba(99,102,241,.15);border-bottom:1px solid rgba(99,102,241,.15);transform:rotate(45deg)}.plume-fab-companion:focus-within .plume-fab-bubble,.plume-fab-companion:hover .plume-fab-bubble{opacity:1;transform:translateY(0)}[data-theme=dark] .plume-fab-bubble{background:#1e1b4b;color:#e0e7ff;border-color:rgba(167,139,250,.3)}[data-theme=dark] .plume-fab-bubble::after{background:#1e1b4b;border-color:rgba(167,139,250,.3)}#fab-menu.active+.plume-fab-companion{opacity:0;transform:translateX(20px);pointer-events:none}@media (max-width:480px){.plume-fab-companion{display:none}}