:root{--foreground:var(--primary-text-color,#000);--background:var(--shell-bg,#fff);--surface:var(--shell-bg,#fff);--surface-2:var(--shell-hover,#f4f4f5);--border:var(--shell-border,#e4e4e4);--muted:var(--shell-secondary-text,#707579);--accent:var(--shell-primary,#3390ec);--tg-foreground:var(--foreground);--tg-muted:var(--muted);--tg-surface:var(--surface);--tg-surface-2:var(--surface-2);--tg-border:var(--border);--tg-accent:var(--accent);--shadow-1:0 1px 2px rgba(0,0,0,0.06);--shadow-2:0 8px 24px rgba(0,0,0,0.12);--tg-shadow:var(--shadow-2)}[data-theme=dark]{--foreground:var(--primary-text-color,#fff);--background:var(--shell-bg,#17212b);--surface:var(--shell-bg,#17212b);--surface-2:var(--shell-hover,#232e3c)}.tgk-global-toast{position:fixed;z-index:10050;max-width:min(calc(100vw - 24px),360px);transform:translate(-50%,-50%);padding:10px 16px;border-radius:12px;font-size:15px;font-weight:500;line-height:1.35;color:var(--foreground);background:color-mix(in srgb,var(--surface) 94%,var(--border) 6%);border:1px solid color-mix(in srgb,var(--border) 50%,transparent);box-shadow:var(--shadow-2);text-align:center;pointer-events:none;opacity:0;transition:opacity .18s ease}.tgk-global-toast--in:not(.tgk-global-toast--out){opacity:1}.tgk-global-toast--out{opacity:0}