@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=JetBrains+Mono:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap";:root{--verde-escuro:#063d2e;--verde-mesa:#085041;--verde-primario:#0f6e56;--verde-claro:#1d9e75;--verde-suave:#5dcaa5;--verde-palido:#9fe1cb;--verde-bg:#e1f5ee;--bg-zero:#07090c;--bg-um:#0b0e13;--bg-dois:#10141b;--bg-tres:#151a22;--bg-quatro:#1c222c;--border:#d9a44e1f;--border-forte:#d9a44e52;--texto-primario:#e8f5f0;--texto-secundario:#8fbfab;--texto-muted:#4d7a67;--vermelho:#e24b4a;--vermelho-bg:#1a0a0a;--amarelo:#ef9f27;--amarelo-bg:#1a1200;--azul:#4b8ee2;--font-mono:"JetBrains Mono", monospace;--font-sans:"Inter", sans-serif;--font-display:"Fraunces", Georgia, serif;--brass:#d9a44e;--brass-dim:#8a6a37;--cyan:#3fc9b8;--cyan-dim:#276358}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg-zero);height:100%;color:var(--texto-primario);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-um)}::-webkit-scrollbar-thumb{background:var(--verde-primario);border-radius:2px}.pos{color:var(--verde-claro)}.neg{color:var(--vermelho)}.neutro{color:var(--amarelo)}.muted{color:var(--texto-muted)}.mono{font-family:var(--font-mono)}.badge{border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500}.badge-verde{background:var(--verde-bg);color:var(--verde-escuro)}.badge-vermelho{background:var(--vermelho-bg);color:var(--vermelho)}.badge-amarelo{background:var(--amarelo-bg);color:var(--amarelo)}.section-label{color:var(--texto-muted);letter-spacing:.8px;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500}.card{background:var(--bg-dois);border:.5px solid var(--border);border-radius:10px;padding:14px 16px}.divider{background:var(--border);height:.5px;margin:16px 0}button{cursor:pointer;font-family:var(--font-sans)}.tooltip-wrap{align-items:center;display:inline-flex;position:relative}.tooltip-icon{background:var(--bg-quatro);width:14px;height:14px;color:var(--texto-muted);cursor:help;border:.5px solid var(--border-forte);-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;margin-left:6px;font-size:9px;font-weight:700;display:inline-flex}.tooltip-texto{visibility:hidden;opacity:0;z-index:30;background:var(--bg-quatro);width:220px;color:var(--texto-primario);border:.5px solid var(--border-forte);pointer-events:none;border-radius:6px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.5;transition:opacity .12s;position:absolute;bottom:130%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000080}.tooltip-wrap:hover .tooltip-texto,.tooltip-wrap:focus-within .tooltip-texto{visibility:visible;opacity:1}.tooltip-icon-mentor{background:var(--verde-escuro);width:14px;height:14px;color:var(--verde-suave);cursor:help;border:.5px solid var(--verde-primario);-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;margin-left:4px;font-size:8px;font-weight:700;display:inline-flex}.tooltip-texto-larga{visibility:hidden;opacity:0;z-index:30;background:var(--bg-quatro);width:280px;color:var(--texto-primario);border:.5px solid var(--verde-primario);pointer-events:none;white-space:pre-line;text-align:left;font-size:11px;font-weight:400;line-height:1.6;font-family:var(--font-mono);border-radius:6px;padding:10px 12px;transition:opacity .12s;position:absolute;bottom:130%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000080}.tooltip-wrap:hover .tooltip-texto-larga,.tooltip-wrap:focus-within .tooltip-texto-larga{visibility:visible;opacity:1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}
