.alert-settings-trigger{text-decoration:none;position:relative}.alert-settings-trigger.is-enabled{border-color:color-mix(in srgb, var(--accent) 48%, var(--border));background:var(--accent-soft);color:var(--accent)}.alert-settings-trigger__status{border:1px solid var(--surface);background:var(--accent);border-radius:50%;width:6px;height:6px;display:none;position:absolute;top:5px;right:5px}.alert-settings-trigger.has-system-notifications .alert-settings-trigger__status,.alert-settings-trigger.needs-attention .alert-settings-trigger__status{display:block}.alert-settings-trigger.needs-attention:not(.has-system-notifications) .alert-settings-trigger__status{background:var(--warning)}.alert-settings-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.global-alert-stack{--alert-stack-top:88px;top:var(--alert-stack-top);z-index:200;width:min(420px,100vw - 32px);max-height:calc(100dvh - var(--alert-stack-top) - 12px);scrollbar-width:thin;overscroll-behavior:contain;pointer-events:auto;gap:10px;padding:4px;scroll-padding:4px;display:grid;position:fixed;right:20px;overflow:hidden auto}.global-alert-toast{border:1px solid var(--border-strong);background:color-mix(in srgb, var(--surface-elevated) 97%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:12px;min-width:0;padding:12px 14px 10px;animation:.18s ease-out both global-alert-enter;box-shadow:0 8px 24px #00000038}.global-alert-toast--buy{border-color:color-mix(in srgb, var(--accent) 42%, var(--border))}.global-alert-toast--sell{border-color:color-mix(in srgb, var(--danger) 48%, var(--border))}.global-alert-toast__heading{align-items:center;gap:8px;min-width:0;display:flex}.global-alert-toast__icon{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:50%;flex:0 0 30px;place-items:center;display:grid}.global-alert-toast--sell .global-alert-toast__icon{background:var(--danger-soft);color:var(--danger)}.global-alert-toast__icon svg{width:17px;height:17px}.global-alert-toast__heading strong{overflow-wrap:anywhere;white-space:normal;flex:1;min-width:0;font-size:15px;line-height:1.4}.global-alert-toast__severity{background:var(--accent-soft);color:var(--accent);border-radius:5px;flex:none;padding:2px 7px;font-size:12px;font-weight:700}.global-alert-toast--sell .global-alert-toast__severity,.global-alert-toast--urgent .global-alert-toast__severity{background:var(--danger-soft);color:var(--danger)}.global-alert-toast__close{width:28px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:0 0 28px;place-items:center;padding:0;display:grid}.global-alert-toast__close:hover{background:var(--surface-strong);color:var(--text)}.global-alert-toast__close svg{width:17px;height:17px}.global-alert-toast__body{min-width:0}.alert-trade-metrics{min-width:0;margin:10px 0 4px}.alert-trade-metrics__primary{justify-content:space-between;align-items:baseline;gap:6px 12px;min-height:31px;display:flex}.alert-trade-metrics__amount{overflow-wrap:anywhere;min-width:0;color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:25px;font-weight:700;line-height:1.2}.global-alert-toast--sell .alert-trade-metrics__amount{color:var(--danger)}.alert-trade-metrics__scope{color:var(--text-muted);flex:none;font-size:12px;line-height:1.5}.alert-trade-metrics__secondary{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:28px;display:grid}.alert-trade-metrics__quantity{min-width:0;color:var(--text);flex-wrap:wrap;align-items:center;gap:0 5px;padding:3px 0;font-size:13px;line-height:20px;display:flex}.alert-trade-metrics__quantity-label{color:var(--text-muted)}.alert-trade-metrics__quantity-value{overflow-wrap:anywhere;font-variant-numeric:tabular-nums;min-width:0}.alert-trade-metrics__symbol{overflow-wrap:anywhere;min-width:0}.alert-trade-metrics__count{color:var(--text-muted);flex:none;font-size:12px}.alert-trade-metrics__missing{color:var(--text-muted);font-size:13px}.alert-trade-metrics__skeleton{background:var(--surface-strong);border-radius:4px;width:100px;max-width:100%;height:14px;display:inline-block}.global-alert-toast__summary{color:var(--text-muted);margin:3px 0 4px;font-size:12px;line-height:18px}.global-alert-toast .alert-participants--compact{min-height:34px;margin-top:0;padding-bottom:0}.global-alert-toast .alert-participants--compact .alert-participants__person{max-width:min(220px,65%)}.global-alert-toast .alert-participants--compact.is-expanded .alert-participants__person{max-width:100%}.global-alert-toast .alert-participants__partial{font-size:11px;position:static}.global-alert-toast .alert-participants__handle{min-width:0}.global-alert-toast .alert-participants__skeleton{max-width:220px;overflow:hidden}.global-alert-toast__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-width:0;margin-top:8px;padding-top:7px;display:flex}.global-alert-toast__meta{min-width:0;color:var(--text-muted);flex-wrap:wrap;flex:1;gap:2px 10px;font-size:11px;line-height:16px;display:flex}.global-alert-toast__meta>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.global-alert-toast__meta time{flex:none}.global-alert-toast__footer>a{min-height:30px;color:var(--accent);flex:none;align-items:center;gap:4px;font-size:13px;font-weight:650;text-decoration:none;display:inline-flex}.global-alert-toast__footer>a:hover{text-decoration:underline}.global-alert-toast__close:focus-visible,.global-alert-toast__footer>a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes global-alert-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.global-alert-stack{--alert-stack-top:130px}}@media (width<=760px){.global-alert-stack{--alert-stack-top:128px;width:min(420px,100vw - 24px);right:12px}}@media (width<=480px){.global-alert-toast{padding:10px 12px}.global-alert-toast__heading{gap:6px}.global-alert-toast__heading strong{font-size:14px}.alert-trade-metrics__amount{font-size:23px}.alert-trade-metrics__primary{gap:6px}.alert-trade-metrics__scope{font-size:11px}.alert-trade-metrics__secondary{min-height:46px}}@media (prefers-reduced-motion:reduce){.global-alert-toast{animation:none}}.alert-participants{align-items:center;gap:6px;min-width:0;min-height:54px;margin-top:8px;padding-bottom:16px;display:flex;position:relative}.alert-participants.is-expanded{flex-wrap:wrap}.alert-participants__person{border:1px solid var(--border);background:var(--surface);min-width:0;max-width:160px;color:var(--text);border-radius:7px;align-items:center;gap:5px;padding:3px 5px 3px 3px;font-size:13px;line-height:1.4;text-decoration:none;display:inline-flex}.alert-participants__person--buy>svg{color:var(--accent);flex:none}.alert-participants__person--sell>svg{color:var(--danger);flex:none}.alert-participants__person:hover{border-color:var(--accent)}.alert-participants__person:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.alert-participants__avatar{background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;font-size:10px;font-weight:650;display:flex;overflow:hidden}.alert-participants__avatar img{object-fit:cover;width:100%;height:100%;display:block}.alert-participants__handle{text-overflow:ellipsis;white-space:nowrap;min-width:6ch;overflow:hidden}.alert-participants__more{min-height:30px;color:var(--text-muted);background:0 0;border:0;border-radius:5px;flex:none;align-items:center;padding:2px 5px;font-size:12px;display:inline-flex}.alert-participants__more:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.alert-participants.is-expanded .alert-participants__person{flex-basis:100%;max-width:none}.alert-participants.is-expanded .alert-participants__handle{overflow-wrap:anywhere;white-space:normal;flex:1;overflow:visible}.alert-participants__trades{color:var(--text-muted);flex:none;font-size:12px}.alert-participants__empty,.alert-participants__partial{color:var(--text-muted);align-items:center;gap:5px;font-size:12px;line-height:1.5;display:inline-flex}.alert-participants__partial{font-size:11px;position:absolute;bottom:0;left:0}.alert-participants__skeleton{align-items:center;gap:6px;width:100%;max-width:220px;height:32px;display:flex}.alert-participants__skeleton i{background:var(--accent-soft);border-radius:50%;flex:0 0 24px;width:24px;height:24px}.alert-participants__skeleton b{background:var(--accent-soft);border-radius:4px;width:64px;height:12px}.alert-participants--compact .alert-participants__person{max-width:145px}.alert-participants.is-expanded .alert-participants__person{max-width:none}.alert-participants__retry{width:28px;height:28px;color:var(--text-muted);background:0 0;border:0;border-radius:5px;flex:0 0 28px;justify-content:center;align-items:center;padding:0;display:inline-flex}.alert-participants__retry:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
