.ct-toast{--toast-accent:#2563eb;--toast-badge-bg:var(--toast-accent);--toast-badge-fg:#fff;border-radius:var(--radius);width:340px;max-width:min(92vw,420px);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--lh-sm);font-weight:var(--font-weight-medium);isolation:isolate;align-items:center;gap:10px;padding:12px 12px 12px 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ct-toast--success{--toast-accent:#16a34a}.ct-toast--danger{--toast-accent:#dc2626}.ct-toast--warning{--toast-accent:#f59e0b}.ct-toast--info{--toast-accent:#2563eb}.ct-toast--light{background:var(--card);color:var(--foreground);border:1px solid var(--border)}.ct-toast--dark{color:#fafafa;background:#18181b;border:1px solid #ffffff1a}.ct-toast--filled{background:var(--toast-accent);color:#fff;--toast-badge-bg:#fff;--toast-badge-fg:var(--toast-accent);border:1px solid #0000}.ct-toast__icon{flex:none;display:flex}.ct-toast__icon svg{width:20px;height:20px;display:block}.ct-toast__label{overflow-wrap:anywhere;flex:auto;min-width:0}.ct-toast__close{cursor:pointer;color:currentColor;opacity:.5;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;margin:-2px -2px -2px 0;padding:0;transition:opacity .15s,background .15s;display:inline-flex}.ct-toast__close:hover{opacity:1;background:#0000000f}.ct-toast--dark .ct-toast__close:hover,.ct-toast--filled .ct-toast__close:hover{background:#ffffff2e}.ct-toast__close svg{width:16px;height:16px;display:block}.ct-toast__progress{transform-origin:0;background:var(--toast-accent);width:100%;height:3px;position:absolute;bottom:0;left:0}.ct-toast--filled .ct-toast__progress{background:#ffffffeb}.ct-toast__progress--brand{background:var(--brand-blue)}.ct-toast__progress--anim{animation:linear forwards ct-toast-deplete}@keyframes ct-toast-deplete{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.ct-toast--loading{--toast-accent:var(--brand-blue);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border)}.ct-toast__spinner{border:2.5px solid var(--border);border-top-color:var(--brand-blue);border-radius:50%;flex:none;width:18px;height:18px;animation:.7s linear infinite ct-toast-spin}@keyframes ct-toast-spin{to{transform:rotate(360deg)}}.ct-toast__progress--indeterminate{background:var(--brand-blue);transform-origin:0;animation:1.8s ease-in-out infinite ct-toast-indeterminate}@keyframes ct-toast-indeterminate{0%{transform:scaleX(0)translate(0)}40%{transform:scaleX(.4)translate(25%)}60%{transform:scaleX(.4)translate(120%)}to{transform:scaleX(0)translate(340px)}}.ct-toast--notify{align-items:flex-start;gap:12px;width:360px;max-width:min(92vw,440px);padding:14px 14px 14px 16px}.ct-toast__noti-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ct-toast__noti-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ct-toast__noti-title{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ct-toast__noti-actor{color:var(--brand-blue);margin-right:4px}.ct-toast__noti-msg{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.ct-toast-vp{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;max-height:100dvh;padding:16px;display:flex;position:fixed}.ct-toast-vp>*{pointer-events:auto}.ct-toast-vp--bottom-right{flex-direction:column-reverse;align-items:flex-end;bottom:0;right:0}.ct-toast-vp--bottom-left{flex-direction:column-reverse;align-items:flex-start;bottom:0;left:0}.ct-toast-vp--top-right{align-items:flex-end;top:0;right:0}.ct-toast-vp--top-left{align-items:flex-start;top:0;left:0}.ct-toast-vp--top-center{align-items:center;top:0;left:50%;transform:translate(-50%)}.ct-toast-vp--bottom-center{flex-direction:column-reverse;align-items:center;bottom:0;left:50%;transform:translate(-50%)}@media (width<=1279px){.ct-toast-vp--bottom-right,.ct-toast-vp--bottom-left,.ct-toast-vp--bottom-center{bottom:calc(56px + env(safe-area-inset-bottom))}}.ct-toast-vp .ct-toast{animation:.26s cubic-bezier(.16,1,.3,1) both ct-toast-in}@keyframes ct-toast-in{0%{opacity:0;transform:translate(16px)scale(.98)}to{opacity:1;transform:none}}.ct-toast--exiting{animation:.2s ease-in forwards ct-toast-out}@keyframes ct-toast-out{to{opacity:0;transform:translate(16px)scale(.98)}}@media (prefers-reduced-motion:reduce){.ct-toast-vp .ct-toast{animation:none}.ct-toast__progress--anim{animation:none;transform:scaleX(1)}.ct-toast--exiting{opacity:0;animation:none}}
