.mp-toast{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:0;width:max-content;max-width:min(620px,calc(100vw - 32px));padding:14px 28px;box-sizing:border-box;border-radius:12px;background:rgba(17,17,17,.95);color:#fff;font-family:"SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI",var(--display);font-size:16px;line-height:calc(40px * 4 / 9);font-weight:400;text-align:center;letter-spacing:0;box-shadow:none}.mp-toast--bottom{position:fixed;left:50vw;top:25vh;top:25dvh;bottom:auto;z-index:190;transform:translate(-50%,-50%);translate:0 max(0px,calc(50% + 16px - 25dvh));animation:mp-toast-in .22s ease-out}.mp-toast--inline{position:static;align-self:center}.mp-toast__body{min-width:0;display:inline-flex;align-items:center;gap:20px;padding-block:2px}.mp-toast .mp-toast__body .cjk{font:inherit}.mp-toast__tx{min-width:0;overflow-wrap:anywhere}.mp-toast--ok .mp-toast__body:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success);flex:none}.mp-toast__act{background:none;border:0;padding:0;color:var(--purple-text);font:inherit;font-weight:600;cursor:pointer}.mp-toast__act:hover{color:#fff}.mp-toast:has(>.mp-toast__act){display:inline-grid;grid-template-columns:minmax(0,1fr) auto}.mp-toast:has(>.mp-toast__act)>.mp-toast__body{grid-area:1/1}.mp-toast:has(>.mp-toast__act)>.mp-toast__x{grid-area:1/2}.mp-toast>.mp-toast__act{grid-column:1/-1;grid-row:2;justify-self:center}.mp-toast__x{flex:none;margin:0 -8px 0 -2px;width:24px;height:24px;border-radius:var(--radius-control);background:none;border:0;color:rgba(255,255,255,.6);cursor:pointer;font-size:var(--type-caption);line-height:1}.mp-toast__x:hover{color:#fff;background:rgba(255,255,255,.1)}@media (pointer:coarse){.mp-toast__x{width:32px;height:32px;margin:0 -12px 0 -4px}}@keyframes mp-toast-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 6px))}}@media (prefers-reduced-motion:reduce){.mp-toast--bottom{animation:none}}