.wsp-alert{display:grid;grid-template-columns:12px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;border-radius:18px;border:1px solid var(--wsp-border);background:linear-gradient(135deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.022)),rgba(8,7,12,.62);padding:14px 16px}.wsp-alert__mark{width:12px;height:12px;margin-top:3px;border-radius:999px;background:var(--wsp-lime);box-shadow:0 0 22px rgba(215,255,0,.42)}.wsp-alert strong{display:block;font-size:14px;font-weight:950;letter-spacing:-.015em}.wsp-alert p{margin:4px 0 0;color:var(--wsp-muted);line-height:1.45;font-weight:750}.wsp-alert--info .wsp-alert__mark{background:var(--wsp-lime)}.wsp-alert--success{border-color:rgba(55,240,141,.24);background:linear-gradient(135deg,rgba(55,240,141,.08),hsla(0,0%,100%,.018)),rgba(8,7,12,.62)}.wsp-alert--success .wsp-alert__mark{background:var(--wsp-green);box-shadow:0 0 22px rgba(55,240,141,.36)}.wsp-alert--warning{border-color:rgba(255,176,46,.28);background:linear-gradient(135deg,rgba(255,176,46,.08),hsla(0,0%,100%,.018)),rgba(8,7,12,.62)}.wsp-alert--warning .wsp-alert__mark{background:var(--wsp-orange);box-shadow:0 0 22px rgba(255,176,46,.34)}.wsp-alert--danger{border-color:rgba(255,74,104,.28);background:linear-gradient(135deg,rgba(255,74,104,.09),hsla(0,0%,100%,.018)),rgba(8,7,12,.62)}.wsp-alert--danger .wsp-alert__mark{background:var(--wsp-red);box-shadow:0 0 22px rgba(255,74,104,.34)}.wsp-confirm-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.68);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wsp-confirm{width:min(540px,100%);border-radius:30px;padding:26px}.wsp-confirm h3{margin:18px 0 0;font-size:36px;letter-spacing:-.05em;line-height:.95}.wsp-confirm__body{margin-top:12px;color:var(--wsp-muted);line-height:1.5;font-weight:750}.wsp-confirm__body p{margin:0}.wsp-confirm__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}