.mpc{position:fixed;right:20px;bottom:20px;z-index:99999;font-family:Manrope,"Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mpc__launch{width:56px;height:56px;border:0;border-radius:50%;background:#7040F2;color:#fff;cursor:pointer;box-shadow:0 6px 22px rgb(112 64 242 / .45);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.mpc__launch:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgb(112 64 242 / .55)}.mpc__launch:focus-visible{outline:3px solid #fff;outline-offset:2px}.mpc__panel{width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 120px);margin-bottom:12px;background:#fff;border-radius:16px;box-shadow:0 18px 50px rgb(4 1 28 / .35);display:flex;flex-direction:column;overflow:hidden}.mpc__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#7040F2,#31274B);color:#fff}.mpc__title{font-weight:700;font-size:15px}.mpc__close{background:none;border:0;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0 4px}.mpc__log{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#F7F6FB}.mpc__msg{max-width:85%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.55;color:#252525;white-space:pre-wrap;word-wrap:break-word}.mpc__msg--bot{background:#fff;border:1px solid #E7E3F5;align-self:flex-start;border-bottom-left-radius:4px}.mpc__msg--user{background:#7040F2;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.mpc__msg--err{background:#FDECEC;border:1px solid #F5C6C6;color:#8A1F1F;align-self:flex-start}.mpc__msg a{color:inherit;text-decoration:underline}.mpc__msg--bot a{color:#7040F2}.mpc__dots{display:inline-flex;gap:4px}.mpc__dots i{width:6px;height:6px;border-radius:50%;background:#B9AEDD;display:block;animation:mpc-bounce 1.2s infinite ease-in-out}.mpc__dots i:nth-child(2){animation-delay:.15s}.mpc__dots i:nth-child(3){animation-delay:.3s}@keyframes mpc-bounce{0%,60%,100%{transform:translateY(0);opacity:.55}30%{transform:translateY(-4px);opacity:1}}.mpc__form{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid #ECE9F6;background:#fff}#metapro-chat .mpc__input{flex:1 1 auto;width:auto;min-width:0;height:42px;margin:0;display:block;box-sizing:border-box;border:1px solid #DCD6EE;border-width:1px;border-radius:10px;box-shadow:none;padding:0 12px;font-size:14px;font-family:inherit;line-height:42px;text-transform:none;color:#252525;background-color:#fff}#metapro-chat .mpc__input::placeholder{color:#9A94B2}#metapro-chat .mpc__input:focus{outline:2px solid #7040F2;outline-offset:-1px}#metapro-chat .mpc__send{flex:0 0 42px;width:42px;height:42px;margin:0;padding:0;border:0;border-radius:10px;background:#7040F2;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}#metapro-chat .mpc__send:disabled{opacity:.5;cursor:default}.mpc__foot{margin:0;padding:0 12px 10px;font-size:11px;line-height:1.4;color:#8B86A0;background:#fff}@media (max-width:480px){.mpc{right:12px;bottom:12px}.mpc__panel{width:calc(100vw - 24px);height:70vh}}@media (prefers-reduced-motion:reduce){.mpc__launch,.mpc__dots i{transition:none;animation:none}}