.cc-toaster{position:fixed;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));z-index:100000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:min(92vw,380px)}.cc-toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:14px;color:#0f1115;background:#ffffffdb;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 30px #0f172a24,0 1px 2px #0f172a0f;font-size:13.5px;font-weight:500;line-height:1.35;transform:translate(115%) scale(.98);opacity:0;transition:transform var(--duration-slow, .26s) var(--ease-out, cubic-bezier(.23, 1, .32, 1)),opacity var(--duration-slow, .26s) var(--ease-out, cubic-bezier(.23, 1, .32, 1));will-change:transform,opacity}.cc-toast--in{transform:translate(0) scale(1);opacity:1}.cc-toast--out{transform:translate(115%) scale(.98);opacity:0}.cc-toast__icon{display:inline-flex;flex-shrink:0;color:var(--cc-toast-accent, #6b7280)}.cc-toast__msg{flex:1;min-width:0;word-break:break-word}.cc-toast__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:8px;color:#6b7280;cursor:pointer;transition:background-color var(--duration-base, .18s) var(--ease-hover, ease),color var(--duration-base, .18s) var(--ease-hover, ease)}@media(hover:hover)and (pointer:fine){.cc-toast__close:hover{background:#0f172a0f;color:#0f1115}}.cc-toast[data-type=success]{--cc-toast-accent: #16a34a;border-left:3px solid #16a34a}.cc-toast[data-type=error]{--cc-toast-accent: #dc2626;border-left:3px solid #dc2626}.cc-toast[data-type=warning]{--cc-toast-accent: #d97706;border-left:3px solid #d97706}.cc-toast[data-type=info]{--cc-toast-accent: #2563eb;border-left:3px solid #2563eb}html[data-theme=dark] .cc-toast{color:#e6e7ea;background:#14161cd1;border-color:#ffffff14;box-shadow:0 10px 34px #00000080}html[data-theme=dark] .cc-toast__close{color:#a1a6b3}@media(hover:hover)and (pointer:fine){html[data-theme=dark] .cc-toast__close:hover{background:#ffffff14;color:#fff}}@media(prefers-reduced-motion:reduce){.cc-toast{transform:none;transition:opacity .12s linear}.cc-toast--in,.cc-toast--out{transform:none}}.cc-celebrate{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:cc-celebrate-bg .2s var(--ease-out, ease) both}.cc-celebrate--out{animation:cc-celebrate-bgout .26s var(--ease-out, ease) both}@keyframes cc-celebrate-bg{0%{background:#0f172a00}to{background:#0f172a24}}@keyframes cc-celebrate-bgout{0%{background:#0f172a24}to{background:#0f172a00}}.cc-celebrate__card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:26px 34px;border-radius:22px;background:#ffffffeb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.6);box-shadow:0 20px 60px #0f172a38;transform:scale(.7);opacity:0;animation:cc-celebrate-pop .42s var(--ease-out, cubic-bezier(.23, 1, .32, 1)) .02s both}.cc-celebrate--out .cc-celebrate__card{animation:cc-celebrate-popout .24s var(--ease-out, ease) both}@keyframes cc-celebrate-pop{to{transform:scale(1);opacity:1}}@keyframes cc-celebrate-popout{0%{transform:scale(1);opacity:1}to{transform:scale(.94);opacity:0}}.cc-celebrate__mark{display:block}.cc-celebrate__ring{stroke:#16a34a;stroke-width:3;opacity:.28;transform-origin:center;animation:cc-celebrate-ring .5s var(--ease-out, ease) .06s both}@keyframes cc-celebrate-ring{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:.28}}.cc-celebrate__tick{stroke:#16a34a;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:44;stroke-dashoffset:44;animation:cc-celebrate-tick .4s var(--ease-out, ease) .24s forwards}@keyframes cc-celebrate-tick{to{stroke-dashoffset:0}}.cc-celebrate__msg{font-size:14.5px;font-weight:700;color:#0f1115}html[data-theme=dark] .cc-celebrate__card{background:#14161ce6;border-color:#ffffff14}html[data-theme=dark] .cc-celebrate__msg{color:#e6e7ea}@media(prefers-reduced-motion:reduce){.cc-celebrate__card{animation:none;transform:none;opacity:1}.cc-celebrate__ring{animation:none;opacity:.28}.cc-celebrate__tick{animation:none;stroke-dashoffset:0}.cc-celebrate,.cc-celebrate--out{animation:none;background:#0f172a1a}}@media(prefers-reduced-transparency:reduce){.cc-toast{background:#fff;border-color:#0f172a1f}html[data-theme=dark] .cc-toast{background:#16181e;border-color:#ffffff24}.cc-celebrate__card{background:#fff}html[data-theme=dark] .cc-celebrate__card{background:#16181e}}@media(prefers-contrast:more){.cc-toast{border-width:1.5px;border-color:#0f172a66}html[data-theme=dark] .cc-toast{border-color:#fff6}}
