.ebx-coin-amt{color:var(--plum);white-space:nowrap;vertical-align:-2px;align-items:center;gap:3px;font-weight:800;display:inline-flex}.ebx-meter{flex-direction:column;gap:5px;min-width:0;display:flex}.ebx-meter-track{background:rgba(var(--line-rgb), .1);border-radius:999px;height:7px;display:block;overflow:hidden}.ebx-meter-track b{border-radius:inherit;background:linear-gradient(90deg, var(--lime), var(--coral) 70%, var(--pink));background-size:200% 100%;width:0;height:100%;transition:width 1.1s cubic-bezier(.34,1.3,.64,1) .35s;animation:2.8s linear infinite ebxSheen;display:block}.ebx-meter-text{color:var(--plum-soft);align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:flex}.ebx-meter-text b{color:var(--plum);font-weight:800}.ebx-meter.is-low .ebx-meter-text b{color:var(--coral)}.ebx-dot{background:var(--coral);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.3s ease-in-out infinite ebxPulse}.ebx-strip{border-radius:var(--radius-md);background:radial-gradient(120% 140% at 0% 0%, #d9df3c59, transparent 55%), radial-gradient(120% 140% at 100% 100%, #e6399b29, transparent 55%), var(--card-bg);border:1.5px solid rgba(var(--line-rgb), .08);box-shadow:0 6px 18px rgba(var(--shadow-rgb), .07);text-align:left;opacity:0;align-items:center;gap:14px;margin:0 0 18px;padding:14px 16px 14px 14px;transition:opacity .35s .12s,transform .5s cubic-bezier(.34,1.56,.64,1) .12s;display:flex;transform:translateY(8px)scale(.97)}.auth-overlay.open .ebx-strip{opacity:1;transform:none}.auth-overlay.open .ebx-strip .ebx-meter-track b{width:var(--ebx-fill)}.ebx-strip-medal{width:52px;height:52px;filter:drop-shadow(0 6px 10px rgba(var(--shadow-rgb), .18));flex-shrink:0;display:block}.auth-overlay.open .ebx-strip-medal{animation:3.2s ease-in-out .6s infinite ebxWiggle}.ebx-strip-medal svg,.ebx-nudge-medal svg{width:100%;height:100%;display:block}.ebx-strip-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.ebx-strip-kicker{letter-spacing:.02em;color:var(--ink-fixed);background:var(--lime);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-self:flex-start;max-width:100%;padding:3px 9px;font-size:10.5px;font-weight:800;overflow:hidden}.auth-modal:has(.ebx-strip){overscroll-behavior:contain;max-height:calc(100dvh - 24px);overflow-y:auto}.ebx-strip-title{color:var(--plum);font-size:13.5px;font-weight:700;line-height:1.45}.ebx-nudge{z-index:90;background:var(--card-bg);border:1.5px solid rgba(var(--line-rgb), .08);width:min(360px,100vw - 48px);box-shadow:0 18px 44px rgba(var(--shadow-rgb), .24);border-radius:22px;align-items:stretch;animation:.6s cubic-bezier(.34,1.56,.64,1) both ebxIn;display:flex;position:fixed;bottom:24px;left:24px;overflow:hidden}.ebx-nudge.is-leaving{animation:.32s forwards ebxOut}body.modal-open .ebx-nudge{opacity:0;visibility:hidden;pointer-events:none;animation:none;transform:translateY(16px)}.ebx-nudge:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 35%,#ffffff73 50%,#0000 65%);animation:5s ease-in-out 1.2s infinite ebxShine;position:absolute;inset:0;transform:translate(-120%)}:root[data-theme=dark] .ebx-nudge:after{background:linear-gradient(110deg,#0000 35%,#ffffff14 50%,#0000 65%)}.ebx-nudge-main{min-width:0;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:12px 6px 12px 12px;display:flex}.ebx-nudge-medal{width:46px;height:46px;filter:drop-shadow(0 5px 8px rgba(var(--shadow-rgb), .2));flex-shrink:0;animation:3.2s ease-in-out 1s infinite ebxWiggle;display:block}.ebx-nudge-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ebx-nudge-title{color:var(--plum);font-size:14px;font-weight:800;line-height:1.3}.ebx-nudge-sub{color:var(--plum-soft);font-size:12px;line-height:1.4}.ebx-nudge-cta{background:var(--coral);color:var(--on-accent);box-shadow:0 6px 14px rgba(var(--coral-rgb), .35);border-radius:999px;flex-shrink:0;align-self:center;padding:8px 14px;font-size:12.5px;font-weight:800;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}@media (hover:hover) and (pointer:fine){.ebx-nudge-main:hover .ebx-nudge-cta{transform:translateY(-2px)scale(1.05)}}.ebx-nudge-main:active .ebx-nudge-cta{transform:scale(.94)}.ebx-nudge-main:focus-visible{box-shadow:inset 0 0 0 3px rgba(var(--coral-rgb), .45);border-radius:22px;outline:none}.ebx-nudge-close{cursor:pointer;width:36px;color:var(--plum-soft);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:flex-start;padding-top:10px;display:flex}.ebx-nudge-close svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:15px;height:15px}@media (hover:hover) and (pointer:fine){.ebx-nudge-close:hover{color:var(--plum)}}@media (max-width:820px){.ebx-nudge{width:min(380px,100vw - 208px)}}@media (max-width:600px){.ebx-nudge{width:auto;left:16px;right:16px;bottom:calc(92px + env(safe-area-inset-bottom,0px));border-radius:20px}.ebx-nudge-main{gap:10px;padding:11px 4px 11px 11px}.ebx-nudge-medal{width:40px;height:40px}.ebx-nudge-title{font-size:13.5px}}@media (max-width:360px){.ebx-nudge-cta{padding:7px 11px;font-size:12px}.ebx-nudge-main{gap:10px}.ebx-strip{gap:11px;padding:12px}.ebx-strip-medal{width:44px;height:44px}}@keyframes ebxIn{0%{opacity:0;transform:translateY(30px)scale(.92)}to{opacity:1;transform:none}}@keyframes ebxOut{to{opacity:0;transform:translateY(24px)scale(.95)}}@keyframes ebxWiggle{0%,70%,to{transform:rotate(0)}76%{transform:rotate(-10deg)scale(1.06)}84%{transform:rotate(8deg)scale(1.06)}92%{transform:rotate(-4deg)}}@keyframes ebxShine{0%,60%{transform:translate(-120%)}85%,to{transform:translate(120%)}}@keyframes ebxSheen{0%{background-position:0 0}to{background-position:-200% 0}}@keyframes ebxPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.6)}}@media (prefers-reduced-motion:reduce){.ebx-nudge,.ebx-nudge:after,.ebx-nudge-medal,.ebx-strip-medal,.auth-overlay.open .ebx-strip-medal,.ebx-meter-track b,.ebx-dot{animation:none}.ebx-strip{transition:none}}
