.clytoast-stack{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:2147483000;pointer-events:none;--cly-surface:oklch(1 0 0);--cly-border:oklch(0.918 0.007 260);--cly-text:oklch(0.255 0.022 268);--cly-text-muted:oklch(0.52 0.02 265);--cly-shadow:0 18px 50px oklch(0.3 0.04 268/0.16),0 6px 16px oklch(0.3 0.04 268/0.08);--cly-success:oklch(0.6 0.13 158);--cly-success-soft:oklch(0.95 0.05 158);--cly-danger:oklch(0.58 0.2 25);--cly-danger-soft:oklch(0.95 0.05 25);--cly-info:oklch(0.6 0.13 245);--cly-info-soft:oklch(0.95 0.04 245);--cly-warning:oklch(0.7 0.15 65);--cly-warning-soft:oklch(0.96 0.06 75)}html.dark .clytoast-stack{--cly-surface:oklch(0.225 0.022 268);--cly-border:oklch(0.32 0.025 268);--cly-text:oklch(0.95 0.01 265);--cly-text-muted:oklch(0.7 0.02 265);--cly-shadow:0 18px 50px oklch(0 0 0/0.5);--cly-success:oklch(0.72 0.14 158);--cly-success-soft:oklch(0.32 0.06 158);--cly-danger:oklch(0.68 0.18 25);--cly-danger-soft:oklch(0.34 0.07 25);--cly-info:oklch(0.72 0.13 245);--cly-info-soft:oklch(0.32 0.06 245);--cly-warning:oklch(0.78 0.14 70);--cly-warning-soft:oklch(0.34 0.06 75)}.clytoast{pointer-events:auto;display:flex;align-items:center;gap:12px;min-width:280px;max-width:380px;padding:13px 16px;border-radius:13px;background:var(--cly-surface);border:1px solid var(--cly-border);box-shadow:var(--cly-shadow);color:var(--cly-text);font-family:var(--font-manrope),ui-sans-serif,system-ui,-apple-system,sans-serif;animation:clytoast-in .34s cubic-bezier(.2,.8,.2,1) both}.clytoast.leaving{animation:clytoast-out .3s cubic-bezier(.4,0,1,1) forwards}@keyframes clytoast-in{0%{transform:translateX(120%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes clytoast-out{0%{transform:translateX(0);opacity:1}to{transform:translateX(120%);opacity:0}}.clytoast-ic{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.clytoast-ic svg{width:18px;height:18px}.clytoast-body{min-width:0;flex:1}.clytoast .clytoast-tt{font-weight:700;font-size:13.5px;line-height:1.25}.clytoast .clytoast-td{font-size:12.5px;color:var(--cly-text-muted);margin-top:1px;line-height:1.3}.clytoast.success .clytoast-ic{background:var(--cly-success-soft);color:var(--cly-success)}.clytoast.danger .clytoast-ic{background:var(--cly-danger-soft);color:var(--cly-danger)}.clytoast.info .clytoast-ic{background:var(--cly-info-soft);color:var(--cly-info)}.clytoast.warning .clytoast-ic{background:var(--cly-warning-soft);color:var(--cly-warning)}.clytoast.loading .clytoast-ic{background:var(--cly-info-soft);color:var(--cly-info)}.clytoast.loading .clytoast-ic svg{animation:clytoast-spin 1s linear infinite}@keyframes clytoast-spin{to{transform:rotate(1turn)}}@media (max-width:520px){.clytoast-stack{left:16px;right:16px;bottom:16px}.clytoast{min-width:0;max-width:none;width:100%}}@media (prefers-reduced-motion:reduce){.clytoast,.clytoast.leaving{animation-duration:.01ms}.clytoast.loading .clytoast-ic svg{animation:none}}