.hp-toast-host{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;width:min(380px,calc(100vw - 32px));pointer-events:none}.hp-toast-host>.hp-toast{pointer-events:auto}.hp-toast{position:relative;display:flex;align-items:flex-start;gap:12px;padding:12px 36px 12px 14px;background:var(--hp-toast-surface, #FFFFFF);border:1px solid var(--hp-toast-border, #EBE9F0);border-radius:14px;box-shadow:0 4px 14px #0200331a,0 1px 2px #0200330a;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--hp-toast-text, #020033);transform:translate(110%);opacity:0;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s ease-out;overflow:hidden;min-height:56px;outline:none}.hp-toast:focus-visible{outline:2px solid var(--hp-toast-accent, #003CFF);outline-offset:2px}.hp-toast.is-visible{transform:translate(0);opacity:1}.hp-toast.is-dismissing{transform:translate(110%);opacity:0;transition:transform .2s cubic-bezier(.32,0,.67,0),opacity .2s ease-in}.hp-toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--hp-toast-accent, #003CFF);border-top-left-radius:14px;border-bottom-left-radius:14px}.hp-toast__icon{flex:0 0 32px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:var(--hp-toast-accent-soft, rgba(0, 60, 255, .1));color:var(--hp-toast-accent, #003CFF);border-radius:10px;margin-left:6px}.hp-toast__icon .material-symbols-outlined{font-size:20px}.hp-toast__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;padding-top:1px}.hp-toast__title{font-size:13px;font-weight:800;color:#020033;line-height:1.3;letter-spacing:-.005em}.hp-toast__message{font-size:12.5px;font-weight:600;color:#5f6a78;line-height:1.4;word-wrap:break-word;overflow-wrap:anywhere}.hp-toast__close{position:absolute;top:8px;right:8px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;color:#a0b0c0;cursor:pointer;transition:background .12s,color .12s;padding:0}.hp-toast__close:hover{background:#0200330d;color:#020033}.hp-toast__close .material-symbols-outlined{font-size:16px}.hp-toast__timer{position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--hp-toast-accent-soft, rgba(0, 60, 255, .18));overflow:hidden}.hp-toast__timer-fill{height:100%;width:100%;background:var(--hp-toast-accent, #003CFF);transform-origin:left center;animation:hp-toast-countdown linear forwards;animation-play-state:running}.hp-toast.is-paused .hp-toast__timer-fill{animation-play-state:paused}@keyframes hp-toast-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.hp-toast--success{--hp-toast-accent: #2c8e6b;--hp-toast-accent-soft: rgba(74, 158, 127, .14)}.hp-toast--error{--hp-toast-accent: #c2410c;--hp-toast-accent-soft: rgba(220, 38, 38, .12)}.hp-toast--info{--hp-toast-accent: #003CFF;--hp-toast-accent-soft: rgba(0, 60, 255, .1)}.hp-toast--warning{--hp-toast-accent: #b45309;--hp-toast-accent-soft: rgba(245, 158, 11, .14)}@media(prefers-reduced-motion:reduce){.hp-toast,.hp-toast.is-dismissing{transition:opacity .1s linear;transform:none}.hp-toast__timer-fill{animation-duration:0s}}@media(max-width:480px){.hp-toast-host{top:12px;right:12px;left:12px;width:auto}}
