.geo-espectro{gap:var(--space-4);padding:var(--space-4);background:var(--bg-card-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex}.geo-espectro__head{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.geo-espectro__head-texto{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.geo-espectro__titulo{font-size:var(--text-sm);color:var(--text-primary);letter-spacing:-.005em;font-weight:600}.geo-espectro__contexto{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.75rem}.geo-espectro__tendencia{color:var(--text-primary);background:var(--accent-surface);border:1px solid var(--accent-border);border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;padding:3px 10px;font-size:.75rem;font-weight:600}.geo-espectro__fonte{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:600}.geo-espectro__consolidado{gap:var(--space-1);flex-direction:column;display:flex}.geo-espectro__barra{border-radius:var(--radius-full);background:linear-gradient(to right, var(--negative) 0%, var(--purple) 50%, var(--chart-1) 100%);opacity:.55;height:6px;position:relative}.geo-espectro__barra--consolidado{opacity:1;height:10px}.geo-espectro__marcador{border-radius:var(--radius-full);background:var(--text-primary);width:3px;height:16px;box-shadow:var(--shadow-sm);position:absolute;top:50%;transform:translate(-50%,-50%)}.geo-espectro__barra--consolidado .geo-espectro__marcador{width:4px;height:22px}.geo-espectro__extremos{justify-content:space-between;gap:var(--space-2);color:var(--text-muted);font-size:.6875rem;display:flex}.geo-espectro__eixos{gap:var(--space-4) var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.geo-espectro__eixo{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.geo-espectro__eixo-head{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.geo-espectro__eixo-label{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.geo-espectro__eixo-valor{font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--text-primary);flex-shrink:0;font-size:.75rem;font-weight:600}@media (max-width:640px){.geo-espectro__eixos{grid-template-columns:minmax(0,1fr)}}html[data-theme=light] .geo-espectro__barra{opacity:.75}html[data-theme=light] .geo-espectro__barra--consolidado{opacity:1}html[data-theme=light] .geo-espectro__marcador{background:var(--text-primary);border:1px solid var(--bg-primary)}
