.fngi-widget{--bg:#0b0f1a;--fg:#e6edf3;--muted:#9aa4b2;--accent:#22c55e;display:block;border-radius:16px;padding:16px;border:1px solid rgba(148,163,184,.2);background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.fngi-widget[data-theme=light]{--bg:#fff;--fg:#0b1220;--muted:#64748b;--accent:#16a34a;background:#fff}.fngi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:600}.fngi-src{font-size:12px;color:var(--muted);text-decoration:none}.fngi-gauge-wrap{display:flex;align-items:center;gap:16px}.fngi-gauge{position:relative;width:160px;height:80px;border-radius:160px 160px 0 0/80px 80px 0 0;background:conic-gradient(from -120deg at 50% 100%,#ef4444 0deg,#ef4444 48deg,#f59e0b 48deg,#f59e0b 96deg,#94a3b8 96deg,#94a3b8 144deg,#22c55e 144deg,#22c55e 192deg,#16a34a 192deg,#16a34a 240deg,transparent 240deg 360deg);overflow:hidden;border:1px solid rgba(148,163,184,.25)}.fngi-needle{position:absolute;width:2px;height:85px;background:#111827;left:50%;bottom:0;transform-origin:bottom center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.fngi-center{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);background:var(--bg);border:1px solid rgba(148,163,184,.3);width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.fngi-classification{font-weight:600}.fngi-footer{margin-top:8px;font-size:12px;color:var(--muted)}.fngi-title{font-size:14px}.fngi-chart{width:100%;margin-top:8px}.fngi-widget[data-size=sm] .fngi-gauge{width:120px;height:60px}.fngi-widget[data-size=lg] .fngi-gauge{width:220px;height:110px}