/* build: rcssmin из css/tip-widget.css (source of truth) 20260823 */
.da-tip{position:relative;display:inline-block}.da-tip-toggle{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:rgba(240,195,74,.14);border:1px solid rgba(240,195,74,.34);color:#f0c34a;font-size:.9rem;cursor:pointer;transition:background .15s ease}.da-tip-toggle:hover{background:rgba(240,195,74,.24)}.da-tip-toggle:focus-visible{outline:2px solid #f0c34a;outline-offset:2px}.da-tip-panel{margin-top:.6rem;padding:1rem;border-radius:14px;background:var(--bg-card,#1a1a28);border:1px solid var(--border,rgba(138,109,233,.2));max-width:340px}.da-tip-hint{margin:0 0 .7rem;font-size:.8rem;color:var(--text-muted,#8a8a9e)}.da-tip-amounts{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.6rem}.da-tip-amt{padding:7px 14px;border-radius:10px;border:1px solid var(--border,rgba(138,109,233,.2));background:var(--bg-surface,#13131c);color:var(--text,#e2e2ef);cursor:pointer;font-family:'PT Mono',monospace}.da-tip-amt:hover,.da-tip-amt.is-active{border-color:#f0c34a;color:#f0c34a}.da-tip-custom{flex:1 1 90px;min-width:80px;padding:7px 10px;border-radius:10px;border:1px solid var(--border,rgba(138,109,233,.2));background:var(--bg-surface,#13131c);color:var(--text,#e2e2ef)}.da-tip-msg{width:100%;padding:8px 10px;border-radius:10px;border:1px solid var(--border,rgba(138,109,233,.2));background:var(--bg-surface,#13131c);color:var(--text,#e2e2ef);margin-bottom:.6rem}.da-tip-send{width:100%;padding:9px;border-radius:10px;border:1px solid rgba(240,195,74,.4);background:rgba(240,195,74,.18);color:#f0c34a;cursor:pointer;font-size:.9rem}.da-tip-send:hover{background:rgba(240,195,74,.3)}.da-tip-send[disabled]{opacity:.6;cursor:progress}.da-tip-status{margin-top:.5rem;font-size:.82rem;color:var(--text-muted,#8a8a9e);min-height:1em}.da-tip-status a{color:var(--primary-light,#a78bfa)}.da-tip-ok{color:var(--secondary-light,#5ec4ab)}@media (prefers-reduced-motion:reduce){.da-tip-toggle{transition:none}}