.notification-toast-layer{top:max(16px, env(safe-area-inset-top));right:max(16px, env(safe-area-inset-right));scrollbar-width:thin;flex-direction:column;gap:12px;width:min(400px,100vw - 32px);max-height:calc(100dvh - 32px);padding:2px;display:flex;overflow-y:auto}.notification-toast{--toast-gold:#8b5b08;--toast-warm:#fff3db;pointer-events:auto;min-width:0;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:18px;flex-shrink:0;animation:.35s ease-out both toast-arrive;overflow:hidden;box-shadow:0 12px 32px #0002}.dark .notification-toast{--toast-gold:#f2cc7f;--toast-warm:#30281c;box-shadow:0 12px 32px #0006}.notification-toast-heading{padding:14px 48px 0 16px;position:relative}.notification-toast-title{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.notification-toast-title svg{width:18px;height:18px;color:hsl(var(--primary));flex-shrink:0}.notification-toast-error .notification-toast-title svg{color:#dc4545}.notification-toast-warning .notification-toast-title svg{color:var(--toast-gold)}.notification-toast-success .notification-toast-title svg{color:#159f78}.notification-toast-dismiss{width:36px;height:36px;color:hsl(var(--muted-foreground));border-radius:10px;place-items:center;display:grid;position:absolute;top:6px;right:6px}.notification-toast-dismiss:hover{background:hsl(var(--muted))}.notification-toast-dismiss svg{width:18px;height:18px}.notification-toast-body{padding:10px 16px 16px}.notification-toast-message,.notification-toast-note{overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.5}.notification-toast-note{color:hsl(var(--muted-foreground));margin-top:8px}.notification-toast-earning .notification-toast-heading{background:linear-gradient(125deg, var(--toast-warm), hsl(var(--card)) 85%);border-bottom:1px solid hsl(var(--border));padding:16px 48px 18px 18px}.notification-toast-earning .notification-toast-title,.notification-toast-earning .notification-toast-title svg{color:var(--toast-gold)}.notification-toast-amount{color:var(--toast-gold);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:12px 0 4px;font-size:clamp(24px,5vw,32px);font-weight:700;line-height:1.2;animation:.6s ease-out .1s both toast-coin-pop}.notification-toast-amount span{font-size:14px;font-weight:500}.notification-toast-headline{margin:6px 0 0;font-size:13px;line-height:1.4}.notification-toast-sparkle{width:22px;height:22px;color:var(--toast-gold);opacity:.7;animation:.85s ease-out .12s both toast-sparkle;position:absolute;top:55px;right:20px}.notification-toast-earning .notification-toast-body{padding:16px 18px}.notification-toast-actor{align-items:center;gap:10px;min-width:0;margin-bottom:10px;display:flex}.notification-toast-actor>div{min-width:0}.notification-toast-actor img,.notification-toast-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.notification-toast-avatar{background:hsl(var(--muted));color:hsl(var(--primary));place-items:center;font-size:12px;font-weight:600;display:grid}.notification-toast-name{overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:600}.notification-toast-time{color:hsl(var(--muted-foreground));margin:0;font-size:12px}.notification-toast-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.notification-toast-action{border:1px solid hsl(var(--border));min-height:36px;color:hsl(var(--foreground));border-radius:9px;align-items:center;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.notification-toast-earning .notification-toast-action:first-child{color:var(--toast-gold);background:var(--toast-warm);border-color:color-mix(in srgb, var(--toast-gold) 40%, transparent)}.notification-toast-action:hover{background:hsl(var(--muted))}.notification-toast-action:focus-visible,.notification-toast-dismiss:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}@keyframes toast-arrive{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-coin-pop{0%{opacity:.1;transform:scale(.9)}65%{opacity:1;transform:scale(1.04)}to{transform:scale(1)}}@keyframes toast-sparkle{0%{opacity:0;transform:scale(.3)rotate(-25deg)}55%{opacity:1;transform:scale(1.3)rotate(12deg)}to{opacity:.7;transform:scale(1)rotate(0)}}@media (pointer:coarse){.notification-toast-action{min-height:44px}.notification-toast-dismiss{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.notification-toast,.notification-toast-amount,.notification-toast-sparkle{animation:none}}.notification-toast[data-style=compact]{border-radius:14px}.notification-toast[data-style=compact] .notification-toast-heading,.notification-toast[data-style=receipt] .notification-toast-heading{border-bottom:1px solid hsl(var(--border));background:0 0;padding:14px 48px 10px 16px}.notification-toast-alternate{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;display:grid}.notification-toast-person{align-self:center;min-width:0}.notification-toast-person .notification-toast-actor{margin:0}.notification-toast-stamp{color:var(--toast-gold);font-variant-numeric:tabular-nums}.notification-toast[data-style=compact] .notification-toast-stamp{background:var(--toast-warm);border-radius:10px;flex-wrap:wrap;justify-content:flex-end;align-self:center;align-items:baseline;gap:4px;max-width:140px;padding:7px 9px;display:flex}.notification-toast-stamp strong{overflow-wrap:anywhere;min-width:0;font-size:23px;line-height:1.2}.notification-toast-stamp span{font-size:11px}.notification-toast-stamp-icon,.notification-toast-received{display:none}.notification-toast[data-style=compact] .notification-toast-detail,.notification-toast[data-style=compact] .notification-toast-footer{grid-column:1/-1}.notification-toast-alternate .notification-toast-actions{margin-top:2px}.notification-toast[data-style=receipt]{border-top:3px solid var(--toast-gold);border-radius:8px 8px 18px 18px}.notification-toast[data-style=receipt] .notification-toast-heading{border-bottom-style:dashed}.notification-toast[data-style=receipt] .notification-toast-alternate{grid-template-columns:minmax(0,1fr) 92px}.notification-toast[data-style=receipt] .notification-toast-stamp{text-align:center;border:1px dashed color-mix(in srgb, var(--toast-gold) 50%, transparent);background:var(--toast-warm);border-radius:12px;flex-direction:column;grid-area:1/2/3;justify-content:center;align-items:center;gap:5px;padding:12px 6px;animation:.5s ease-out both toast-receipt-stamp;display:flex}.notification-toast[data-style=receipt] .notification-toast-detail{grid-column:1}.notification-toast[data-style=receipt] .notification-toast-footer{border-top:1px dashed hsl(var(--border));grid-column:1/-1;margin-top:4px;padding-top:10px}.notification-toast[data-style=receipt] .notification-toast-stamp-icon{width:19px;height:19px;display:block}.notification-toast[data-style=receipt] .notification-toast-received{font-size:10px;display:block}.notification-toast[data-style=receipt] .notification-toast-name{font-size:13px}.notification-toast[data-style=receipt] .notification-toast-actor{gap:7px}.notification-toast[data-style=receipt] .notification-toast-actor img,.notification-toast[data-style=receipt] .notification-toast-avatar{width:28px;height:28px;font-size:10px}.notification-toast[data-motion=false],.notification-toast[data-motion=false] *{transition:none!important;animation:none!important}@keyframes toast-receipt-stamp{0%{opacity:0;transform:scale(1.08)rotate(-3deg)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.notification-toast,.notification-toast *{transition:none!important;animation:none!important}}.notification-toast{container-type:inline-size}@container (width<=280px){.notification-toast[data-style=receipt] .notification-toast-alternate,.notification-toast[data-style=compact] .notification-toast-alternate{grid-template-columns:minmax(0,1fr)}.notification-toast[data-style=receipt] .notification-toast-stamp{flex-flow:wrap;grid-area:auto/1;gap:7px;padding:8px}.notification-toast[data-style=compact] .notification-toast-stamp{justify-self:start}}
